Commit Graph

1371 Commits

Author SHA1 Message Date
Rémi Denis-Courmont 9c5aac5c0e Missing checks for alloca and mmap 2008-02-03 20:34:44 +00:00
Rémi Denis-Courmont 014c5b76f3 Remove libintl from the source tree.
People use libintil from the contrib anyway.
2008-02-03 18:31:07 +00:00
Rémi Denis-Courmont 46ff91c652 Fix realaudio linking on Linux without the Win32 loader 2008-02-03 15:23:15 +00:00
Christophe Mutricy f8e862a31c Put the preprocessing flags in CPPFLAGS 2008-02-02 23:21:46 +00:00
Christophe Mutricy 747daa90b8 Use pkg-config for freetype and fribidi. Please report if your distro don't have the .pc for those. It also affect skins2 cflags and libs 2008-02-02 16:18:05 +00:00
Felix Paul Kühne a51161fa3b configure.ac: Darwin doesn't have X11 in most setups either 2008-02-02 10:55:34 +00:00
Jean-Paul Saman d365b987a6 Oops use -a iso -o 2008-02-02 09:43:59 +00:00
Jean-Paul Saman f52a08fd3e Revert [24765]: Add -lX11 to qt4 linking on non-Windows systems only. 2008-02-02 09:08:11 +00:00
Christophe Mutricy 6b797c9c6a Revert [24749]. Somehow win32 doesn't have X11 2008-02-02 00:51:08 +00:00
Christophe Mutricy 78d4a87fc6 Hopefully fix libgcrypt linking 2008-02-02 00:46:38 +00:00
Rémi Denis-Courmont dc31c77afc Fix "1: command not found" error 2008-02-01 16:53:16 +00:00
Jean-Paul Saman c2107f8113 Fix building of qt4 gui 2008-02-01 13:02:42 +00:00
Pierre d'Herbemont 20f3acbf38 Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that. 2008-01-31 23:20:45 +00:00
Rémi Denis-Courmont e76d847b0e Move automake options to Makefile.am 2008-01-31 17:20:11 +00:00
Pierre d'Herbemont 258a1532f5 configure.ac: No more objective-c in src/. 2008-01-31 11:54:37 +00:00
Pavlov Konstantin b5263f9cf9 Fix builds with dirac >= 0.9.0, require it as well. 2008-01-28 19:58:10 +00:00
Rafaël Carré f31407eb6b warn about unused parameters, detect plugins with undefined symbols (disabled only on FreeBSD) 2008-01-28 15:28:25 +00:00
Dennis van Amerongen a4521f0d25 * configure.ac: Fix hostname reporting on Cygwin (since -s doesn't exist) in reference to [24271] 2008-01-27 23:41:54 +00:00
Rémi Denis-Courmont 47756a76e2 Fix another series of HAVE_ dependencies (string replacement functions mostly).
Now vlc/vlc.h can be included out of the box.
However, I believe it will only work properly on little-endian 32-bits platforms.
2008-01-27 16:31:12 +00:00
Rémi Denis-Courmont 7fd77d963a Default to using pthread instead of exploding.
This fixes the single largest source of problems when including vlc/*.h out of the box.
2008-01-27 15:56:24 +00:00
Rémi Denis-Courmont 37bc09bf45 Remove check for pthread_once - we never used it 2008-01-27 15:45:34 +00:00
Rémi Denis-Courmont a82fd8f9dd Remove some GCCisms.
Fix RC compilation, and OSD from C++ code in the process.
2008-01-24 20:55:46 +00:00
Rémi Denis-Courmont cd6fc843b7 Missing #include on Win32 2008-01-24 18:29:14 +00:00
Rémi Denis-Courmont 90d8682114 Remove the sys/socket.h check. We don't really use it anyway, and socket calls have to be somewhere anyway 2008-01-24 17:07:35 +00:00
Rémi Denis-Courmont c4c30066c6 Fix header inclusion. VLC does not check for sys/socket.h 2008-01-24 17:03:16 +00:00
Rémi Denis-Courmont a147237ed7 Don't check for ssize_t twice, and don't use autoconf <= 2.1x syntax. 2008-01-24 16:45:26 +00:00
Rémi Denis-Courmont dd700da196 Get rid of HAVE_SOCKLEN_T - refs #297 2008-01-24 16:39:05 +00:00
Rémi Denis-Courmont 3c7cb16797 Remove Cthreads support 2008-01-22 16:25:57 +00:00
Rémi Denis-Courmont ef0b207a01 Remove State Threads support 2008-01-22 16:17:33 +00:00
Rémi Denis-Courmont 8b6728575e Remove support for GNU Portable Threads 2008-01-22 16:07:04 +00:00
Pavlov Konstantin 688eedc9e2 Introduce HAVE_WX and HAVE_QT4 and show "Switch to WX" in QT4 only if built with WX 2008-01-22 00:07:29 +00:00
Rafaël Carré 82ca50d33f fix #1387 (update to new libcaca api) 2008-01-21 16:30:36 +00:00
Jean-Paul Saman ffca54bd76 Mozilla plugin: Check for required X11/xpm.h support. 2008-01-19 15:31:42 +00:00
Jean-Paul Saman 65de9dd76f Patch by Frans van Veen and Jasper Alias with modifications by me.
New;
- Mozilla/firefox toolbar for Linux
- Play, Pause, Stop, Fullscreen and Mute buttons
- Timeline, you can click on any place in the timeline and the movie will jump to it

Fixed: 
- Coding style, readibility
- Maximum 80 characters per line
- Major memory leak, due to not releasing image data

Known bugs:
- updating timeline not working well because callback function not working "libvlc_event_attach......"
- white line below the toolbar
- play/pause toggle not working well because ticket #1065
2008-01-19 14:54:38 +00:00
Antoine Cellerier bc77ed1596 Add gzip support to the http access. We never request it, we just know how to handle it if the server forces us to use it (for example Pierre's test page http://www.canalplus.fr/index.php?pid=1784) 2008-01-19 00:06:18 +00:00
Damien Fouilleul c4bc5a7982 eyetv: forgot that one in my last commit 2008-01-15 20:01:12 +00:00
Antoine Cellerier 22d8f2eccd Move the v4l2 access to its own subdirectory. 2008-01-14 21:30:44 +00:00
Pavlov Konstantin 29e5b0fa3a Make everything AC_DEFINE(HAVE_FOOBAR define 1 where appropriate. 2008-01-13 01:01:38 +00:00
Jean-Baptiste Kempf 916af6f559 Fix HAVE_LIBPNG in configure.ac 2008-01-13 00:37:19 +00:00
Pavlov Konstantin 728a0322b3 Fix hostname reporting on some weirdly configured systems like mine (actually, use short hostname as it should be).
Fix qt4 interface of displaying it in About dialog the same way as wx interface does.
2008-01-13 00:35:08 +00:00
Damien Fouilleul 0a73fb583e configure: reworked MacOS X SDK options, now use --with-macosx-sdk=DIR and --with-macosx-version-min=VERSION 2008-01-01 18:48:24 +00:00
Christophe Mutricy b6dd543eb1 Happy new year 2008-01-01 16:19:02 +00:00
Jean-Paul Saman fff3783975 Indentation fix 2007-12-27 12:46:30 +00:00
Antoine Cellerier cef7a5d4bc Three new chroma converters:
* yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
2007-12-26 02:35:50 +00:00
Felix Paul Kühne e91b812502 * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld. 2007-12-25 13:36:02 +00:00
Antoine Cellerier 0212c51556 Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code. 2007-12-23 21:39:09 +00:00
Pierre d'Herbemont 37481e857a modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box. 2007-12-21 19:30:52 +00:00
Pierre d'Herbemont 53c7731290 configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here. 2007-12-19 22:10:51 +00:00
Pierre d'Herbemont d99431bd6c configure.ac:
* Activate the opengllayer video output module.
* Rework a bit how Mac OS X Specific modules are handled.
video_output/Modules.am:
* Activate the opengllayer video output module.
* Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.
2007-12-19 15:40:10 +00:00
Antoine Cellerier d1a66dc137 Define HAVE_LIBAVFORMAT_TREE. 2007-12-16 21:27:59 +00:00
Rémi Denis-Courmont e684b424fb Move plugin ABI version (MODULE_SYMBOL) out of build system. 2007-12-16 20:59:21 +00:00
Christophe Mutricy 270d869daf Make sure no module not recompiled are used after [23633] 2007-12-15 21:16:08 +00:00
Rafaël Carré 48c2ac8c87 Disable update checking per default, re-enable with --enable-update-check
Add OpenPGP code, still unused as there is no download of binaries at the moment

We will need to define (and write) the files (and their location) we will use in the update system:

    * We will use a file per arch, which will be signed
    * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
    * Every downloadable file will be signed with gpg --sign --detach --armor
2007-12-14 17:53:27 +00:00
Felix Paul Kühne 1f94c93095 * fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4 2007-12-10 22:35:55 +00:00
Felix Paul Kühne fb17dd6a4c * disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399 2007-12-10 21:50:54 +00:00
Felix Paul Kühne c8a09ea6dd * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399) 2007-12-10 17:12:35 +00:00
Rémi Denis-Courmont b0152eca13 Simply X11 Qt4 error detection 2007-12-09 20:16:20 +00:00
Rafaël Carré b2f6c56e64 fix #1382 2007-12-09 19:42:02 +00:00
Richard Hosking 9d7bb43b1c v4l2: Experimental ALSA input support. Currently non functional. Still defaults to OSS. 2007-11-29 16:07:22 +00:00
Jean-Paul Saman 9a3e578544 Remove stray character after testing for enable-libgcrypt and enable_gnutls. 2007-11-29 15:16:35 +00:00
Felix Paul Kühne ea27196a65 * automagically assume --with-macosx-sdk 2007-11-28 15:20:56 +00:00
Christophe Mutricy 858281e18e Defines nvlc aliases in all cases 2007-11-27 22:55:37 +00:00
Rémi Denis-Courmont 3ade296d07 We've had fun breaking the ABI... 2007-11-26 18:53:28 +00:00
Antoine Cellerier 37becd478f Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing. 2007-11-25 13:32:20 +00:00
Jean-Baptiste Kempf 7fa3031b90 Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc 2007-11-24 00:57:42 +00:00
Christophe Mutricy 52d9ee61e7 No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc 2007-11-20 21:04:46 +00:00
Eric Petit 2c0fe13b80 typo 2007-11-18 14:12:31 +00:00
Jean-Paul Saman 7d39628de4 Add osd_parser to configure.ac 2007-11-14 15:18:07 +00:00
Pierre d'Herbemont e3227add05 configure.ac: Fix a typo in my previous commit. 2007-11-11 21:09:55 +00:00
Pierre d'Herbemont ffc3180d5c configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna). 2007-11-11 21:03:42 +00:00
Pierre d'Herbemont 2d06f4d733 configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration. 2007-11-11 14:50:30 +00:00
Pierre d'Herbemont 018f3af4e2 configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse. 2007-11-10 14:58:14 +00:00
Pierre d'Herbemont d431f94055 configure.ac: Allow --disable-mmx and --disable-sse. 2007-11-10 14:23:03 +00:00
Damien Fouilleul 7e93c28817 - lua: meeds winsock2 on win32 2007-11-09 23:39:35 +00:00
Pierre d'Herbemont d1cf65c531 configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience. 2007-11-06 18:04:38 +00:00
Pierre d'Herbemont b0d89baf36 configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk. 2007-11-06 16:37:40 +00:00
Christophe Mutricy 905e945b98 "default auto" means nothing 2007-10-30 13:54:17 +00:00
Rafaël Carré 9907acfc74 ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not 2007-10-30 03:42:18 +00:00
Christophe Mutricy 632c8544ad Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
2007-10-29 23:35:47 +00:00
Rafaël Carré d074490d55 Include <sys/socket.h> when testing for <net/if.h>
net/if.h depends on it on some systems (Darwin & FreeBSD at least)
2007-10-29 11:07:35 +00:00
Jean-Paul Saman 998b5e6f6b Typo 2007-10-26 15:15:46 +00:00
Jean-Paul Saman 3e08d9550f Add new gui module for use with overlay framebuffer devices. 2007-10-26 15:08:08 +00:00
Gildas Bazin 1a42f95bcb configure.ac: fixes for build problems introduced by changeset 22617. 2007-10-22 18:41:19 +00:00
Rémi Denis-Courmont 72ec66306d Same as previous commit 2007-10-21 17:57:52 +00:00
Rémi Denis-Courmont edef2bc8a9 some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/ 2007-10-21 17:52:40 +00:00
Jean-Paul Saman fc68d313c7 Fix detection of swscale with compile/link test. 2007-10-21 10:10:29 +00:00
Rafaël Carré 1995f882d4 New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active. 2007-10-20 23:47:34 +00:00
Rémi Denis-Courmont 6dd8082f73 Don't build netsync by default until someone bothers fixing it 2007-10-20 13:39:23 +00:00
Pavlov Konstantin 94bf62da4a Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
2007-10-19 20:58:12 +00:00
Pavlov Konstantin 9bac5b0a2d Spatializer module should be built with g++ 2007-10-19 20:23:35 +00:00
Jean-Paul Saman 71355d6fdd Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist. 2007-10-18 22:09:22 +00:00
Jean-Paul Saman 7c35787849 Check for swscale.h iso trying to compile/link test. 2007-10-18 22:09:10 +00:00
Jean-Paul Saman 37f1466567 Fix detection of libswscale. It depends on libavutil. 2007-10-18 22:09:02 +00:00
Jean-Paul Saman c13d263796 Replace tabs with whitespace. 2007-10-18 22:08:54 +00:00
Felix Paul Kühne 2c53cdfbb2 * fixed the special case that uname provides 'i386' instead of 'i686' on certain macbooks 2007-10-18 20:32:24 +00:00
Felix Paul Kühne fbce9b9638 * implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework.. 2007-10-18 15:18:44 +00:00
Laurent Aimar f75f9b5b36 Build CC module. 2007-10-17 19:52:41 +00:00
Jean-Paul Saman 6c93b8b782 Fix detection of a52 in configure.ac 2007-10-17 15:42:14 +00:00
Rafaël Carré 758e2cb450 qt4 configure: Use proper escaping.
\\\\ will become \ and \\\" will become "
2007-10-16 00:30:14 +00:00
Christophe Mutricy b13f81b357 Ugly quoting fix. 2007-10-15 23:39:10 +00:00
Christophe Mutricy 128bdf19b1 Forgotten in [22627] 2007-10-15 21:49:45 +00:00
Rafaël Carré 0aa54ef8a3 compile the libfaad test with -lm 2007-10-15 21:39:50 +00:00
Rémi Denis-Courmont 68f910472c Use VLC_ADD_LIBS where seemingly appropriate 2007-10-15 16:50:54 +00:00
Rafaël Carré 1ce8b0047a typo 2007-10-12 16:39:58 +00:00
Rémi Denis-Courmont 23314963e9 MIDI message decoder using Fluidsynth software synthetizer 2007-10-10 19:05:00 +00:00
Rémi Denis-Courmont 27048ded57 Build SMF demux 2007-10-10 17:50:31 +00:00
Rémi Denis-Courmont 43c60f3745 Don't redefine existing constants - fix linux build 2007-10-04 16:10:23 +00:00
Olivier Aubert 7d4018a6fb Bundle libvlc-control.dll in the win32 installer 2007-10-04 15:01:01 +00:00
Rafaël Carré 5aded14b68 configure.ac: typo, fix #1204 2007-10-01 00:29:00 +00:00
Rafaël Carré 395deda2eb configure.ac: cosmetics 2007-09-28 22:08:01 +00:00
Laurent Aimar 10306b1e69 Update build system for cdg demuxer/codec. 2007-09-28 21:59:25 +00:00
Rémi Denis-Courmont 4112e0fd7e We require GnuTLS 1.3.3 as of today 2007-09-22 14:37:55 +00:00
Rémi Denis-Courmont 9ecfcfc95c Remove obsolete subst 2007-09-18 15:20:49 +00:00
Rémi Denis-Courmont e1aeb97702 Move language list out of configure.ac 2007-09-18 15:03:19 +00:00
Rafaël Carré 15e5136b5a New Telepathy plugin, to customize user Presence with MissionControl 2007-09-17 18:36:37 +00:00
Rémi Denis-Courmont 948e474dfc Because we are selfish bastards (at least, I am), disable fast install
mode by default. Packagers and build bots should re-enable it with:
./configure --enable-fast-install
2007-09-16 12:57:18 +00:00
Christophe Mutricy e7b6ffc168 Note how to check which modules are enable 2007-09-15 17:39:59 +00:00
Rémi Denis-Courmont 8e6fac327d Check for <linux/dccp.h> before including it 2007-09-15 16:50:14 +00:00
Rafaël Carré c74a75e96a ncurses: fallback on libncurses if libncursesw isn't available (macosx)
it is now enabled by default if headers & library are present
2007-09-13 21:58:05 +00:00
Rafaël Carré bc959f8973 Checks ncursesw/curses.h presence 2007-09-13 19:50:32 +00:00
Rafaël Carré bfa9e5bbeb ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale 2007-09-13 17:53:40 +00:00
Rémi Denis-Courmont 55f476f55b Trivial encoder for plain-text subtitles.
This allows transcoding say, DVD or DVB subs to normal ones.

Only tested with RTP output, but might also work with ogg, mp4, ts...
The problem is that most of these do not seem to check the encoding.
2007-09-13 16:47:26 +00:00
Rémi Denis-Courmont 0af8501b1a stream_out_rtp: Linux splice() support 2007-09-09 11:22:16 +00:00
Pierre d'Herbemont a51ad8bae0 configure.ac: Activate minimal_macosx. 2007-09-06 01:58:53 +00:00
Bernie Purcell d7790c494e Move more of the code for USF subtitles decoding out into separate
module. It has almost no code in common with normal subtitles and ASS
subtitle decoding, and this split further simplifies what belongs to
what.
2007-09-05 05:14:33 +00:00
Antoine Cellerier 29968fb028 Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.
Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
You can change the croping by using commands like:
@s crop 200 (a crop value of 0 resets it to the default mode)
2007-09-04 20:30:56 +00:00
Jean-Baptiste Kempf 6f77623a8c Spatializer: add the remaining files, add a correct check in configure, fix dist 2007-09-01 12:27:48 +00:00
Jean-Baptiste Kempf c08be60a2f Spatializer audio filter: activate it for compilation, since it should not produce many warnings... 2007-09-01 11:50:22 +00:00
Christophe Mutricy 8a7c44ed8b Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner 2007-08-31 22:14:08 +00:00
Christophe Mutricy 49fb71137e Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically 2007-08-31 21:22:41 +00:00
Damien Fouilleul 41f6c27999 configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as:
checking __attribute__ ((aligned ())) support... 0
checking __attribute__ ((format ())) support with function pointers... no
2007-08-29 10:28:21 +00:00
Bernie Purcell f7bf767832 Revert the patch for working fontpath on Gentoo due to
complaints about it's inclusion in vanilla vlc on the list.
2007-08-28 23:49:14 +00:00
Bernie Purcell 5f647f9d21 Use a different font path for Gentoo linux 2007-08-28 05:20:36 +00:00
Pierre d'Herbemont 632de9e45d configure.ac: Don't use -O3 if debug is enabled. 2007-08-28 03:30:28 +00:00
Damien Fouilleul 531dda8035 i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation 2007-08-22 23:26:16 +00:00
Rafaël Carré 1048cc3d9c Apply patch for directfb detection. Fix #845 2007-08-22 22:29:41 +00:00
Christophe Mutricy 6f16a79b9e Fix description 2007-08-22 21:56:21 +00:00
Rafaël Carré 51c792ff92 id3tag plugin can now be disabled 2007-08-22 13:58:44 +00:00
Pierre d'Herbemont 8164218cae configure.ac: Switch to the new lua module. 2007-08-22 13:34:12 +00:00
Bernie Purcell e9fc538b52 Changes to get styled subtitles working with Windows 2007-08-21 07:49:24 +00:00
Rafaël Carré 0a60a95fed Disables meta reading in vorbis codec when taglib plugin is being built 2007-08-18 14:44:47 +00:00
Rémi Denis-Courmont 7ca5e9c1aa There is no such thing as a sgimb plugin 2007-08-15 17:35:20 +00:00
Rémi Denis-Courmont 343ef81a3f *Partially* fix static builds 2007-08-15 17:15:56 +00:00
Rémi Denis-Courmont 8f7d902fd5 Remove some plugin/builtin cruft from pre-libvlc era 2007-08-15 15:31:53 +00:00
Pierre d'Herbemont 5aac0d0a84 modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua. 2007-08-14 22:47:45 +00:00
Pierre d'Herbemont 1179afb6e1 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts. 2007-08-13 21:46:27 +00:00
Rafaël Carré 0cfa89796e Enables taglib by default, allows meta editing on windows & linux in QT4 interface
Thanks to Little`Bubble
2007-08-13 17:34:13 +00:00
Pierre d'Herbemont 74da54252c modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com. 2007-08-12 21:18:08 +00:00
Damien Fouilleul 262b177b08 i422_yuy2: SSE2 improvements 2007-08-10 18:28:49 +00:00
Jean-Baptiste Kempf f24d0efb61 Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability.
Some functions may still need to be renamed and moved from a file to another.
I hope it is done in the correct way, if not, tell me or revert.
2007-08-08 17:03:24 +00:00
Sam Hocevar 3173ecbb49 * Simple grayscale -> yuv conversions. 2007-08-01 08:23:38 +00:00
Damien Fouilleul 3a22524a0a libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym 2007-07-31 13:00:20 +00:00
Damien Fouilleul 60a975f2b8 mozilla, activex: win32 fixes 2007-07-30 13:45:44 +00:00
Rémi Denis-Courmont 6072f0b048 Remove HAVE_SHARED_LIBVLC hack 2007-07-29 09:04:52 +00:00
Rémi Denis-Courmont 86b95f9dc8 Remove broken libtool configure option 2007-07-29 08:55:53 +00:00
Rémi Denis-Courmont f8b40213dd Really remove libintl hack 2007-07-29 08:53:18 +00:00
Rémi Denis-Courmont 73b6235b00 Fix iconv linking 2007-07-29 08:51:16 +00:00
Rémi Denis-Courmont dbcc2dec8b Remove INCLUDED_LIBINTL hack 2007-07-29 08:47:33 +00:00
Rémi Denis-Courmont f1eecee21d Remove USE_LIBTOOL hack 2007-07-29 08:43:08 +00:00
Damien Fouilleul 8336388713 activex: updated build for libtool link compatibility 2007-07-27 09:52:31 +00:00
Antoine Cellerier efe69dfdb8 New video filter to add grain to a video. This is work in progress (I'm commiting so people can test using the win32 nightlies) 2007-07-26 21:28:05 +00:00
Damien Fouilleul e1ec7cd854 configure.ac: hopefully, that's gnutls sorted for good 2007-07-25 21:19:10 +00:00
Damien Fouilleul 37aeef0688 configure.ac: gnutls, more link flags 2007-07-25 16:02:42 +00:00
Damien Fouilleul b0f1df3988 configure.ac: more fixes... 2007-07-25 15:29:04 +00:00
Damien Fouilleul a4d38e718c sdl_image: fix typo in previous commit 2007-07-24 19:55:37 +00:00
Damien Fouilleul 069e73c002 sdl-image: needs -lwinmm on win32 2007-07-24 19:45:01 +00:00
Damien Fouilleul 79b907220f configure.ac: add link flags for win32 2007-07-24 19:14:57 +00:00
Damien Fouilleul 8aa8878703 - mingw32: fix libtool linking. 2007-07-24 17:15:59 +00:00
Damien Fouilleul 1345a35720 - configure.ac: only tests for Osso and Xdsp if X11 is available 2007-07-23 09:01:56 +00:00
Pierre d'Herbemont e146490ae6 configure.ac: Enable libtool on Mac OS X by default. 2007-07-21 20:12:30 +00:00
Christophe Mutricy 9b84ae8158 small cleanup missing in the previous commit 2007-07-21 14:23:41 +00:00
Christophe Mutricy e9d45e8fbe Better fix for <linux/videodev2.h> . Refs #1238 2007-07-21 14:15:29 +00:00
Christophe Mutricy 44e837ae15 Work-around a subtility of the preprocessor and use " instead of <>.
This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
Closes #1238
2007-07-20 22:16:46 +00:00
Rémi Denis-Courmont 8b91a2d0b1 Resync gettext with contrib 2007-07-20 14:04:50 +00:00
Rémi Denis-Courmont 9b007c13bd Remove some useless cruft 2007-07-18 19:47:29 +00:00
Damien Fouilleul ff3a0f6c3f vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible 2007-07-17 11:05:30 +00:00
Christophe Mutricy 230aaffb1e Ressucitate the telx module and make it to conflict with the zvbi module 2007-07-08 20:05:02 +00:00
Jean-Paul Saman 457396b95c Remove telx decoder from configure.ac 2007-07-06 21:33:15 +00:00
Jean-Paul Saman fa8043483e Removed telx Teletext decoder in favor of zvbi based Teletext decoder. 2007-07-06 21:33:10 +00:00
Jean-Paul Saman e9d6753e2e Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007. 2007-07-06 21:32:20 +00:00
Jérome Decoodt 70bb5bccb0 Try to fix libtool on macos
Thanks to sam and pdherbemont (blame them too if this breaks everything!)
2007-07-06 20:18:29 +00:00
Sam Hocevar 925fa46781 * configure.ac: add missing [] in the eyetv check. 2007-07-06 10:43:14 +00:00
Sam Hocevar ffd19fca3e * Support unaware OS X libtool by sending -framework directly to the linker. 2007-07-06 10:04:25 +00:00
Rafaël Carré b9297a8ac1 Enables D-Bus control compilation 2007-06-27 08:22:30 +00:00
Jérome Decoodt 12d8104c4f Trying to fix the build on G5... 2007-06-20 20:57:43 +00:00
Jérome Decoodt bf2bdccad3 Add rotate-deciangle for more precision in rotate
Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html)
to motion interface
Add a low band filter to the motion
2007-06-20 20:19:24 +00:00
Damien Fouilleul 9acaa4b2e1 - video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration 2007-06-15 16:36:41 +00:00
Jean-Paul Saman 6372b37461 Make use of libgcrypt configurable. 2007-06-13 09:00:46 +00:00
Damien Fouilleul 084f988fe5 MacOSX: fix for --with-macosx-sdk 2007-06-12 14:37:15 +00:00
Rémi Denis-Courmont 7c5073f990 Tell that disabling libtool is going to suck - closes #1189 2007-06-09 08:41:35 +00:00
Christophe Mutricy bf16abda22 More strict detection for swscale. Patch by ILEoo and ALexis Ballier 2007-06-07 22:57:53 +00:00
Jean-Baptiste Kempf 83d898848f Configure: typo correction on --enable-libtar 2007-06-07 22:53:48 +00:00
Damien Fouilleul 298291bb37 chroma conversion: a few fixes 2007-06-02 17:17:23 +00:00
Christophe Mutricy 2b452b3ce5 All: Qt4 intf i18n fix (part 1) 2007-06-02 00:02:54 +00:00
Damien Fouilleul bae04ee86f - video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing 2007-05-31 09:56:25 +00:00
Laurent Aimar 11884b884c Added strnlen replacement (Untested)
Revert back mp4 r20330 !
2007-05-28 20:59:43 +00:00
Pierre d'Herbemont ce39456cd4 configure.ac: Properly enabled Mac OS X default features. 2007-05-28 18:24:15 +00:00
Gildas Bazin d258537df4 * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x 2007-05-26 21:53:17 +00:00
Antoine Cellerier 6da67eef97 * Fix configure.ac 2007-05-20 17:35:54 +00:00
Antoine Cellerier 9f0e70d2fb * configure.ac: also try lua51 2007-05-20 16:47:14 +00:00