Commit Graph

1371 Commits

Author SHA1 Message Date
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
Christophe Mutricy 6baab07ed0 Fix previous commit 2007-05-19 23:00:43 +00:00
Christophe Mutricy bff94ff4c8 Lua configuration: Add a test for system with no .pc
Revert [20203]
2007-05-19 22:46:20 +00:00
Pierre d'Herbemont 7255b4fc0e configure.ac: Make sure lua is enabled when --enable-lua is set. 2007-05-19 16:51:05 +00:00
Jean-Paul Saman 147305c660 Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation. 2007-05-19 15:39:08 +00:00
Rémi Denis-Courmont 875a6faa9e Undo [20161] 2007-05-17 19:16:45 +00:00
Rémi Denis-Courmont c2ddff0eb6 remove hidden visibility stuff from libvlc.
It breaks linking, and it is redumdant with libtool export-symbols
2007-05-17 19:05:56 +00:00
Rémi Denis-Courmont 04d05b5063 Typo 2007-05-17 16:01:14 +00:00
Rémi Denis-Courmont 7a07a9bee1 Add --enable-coverage
Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
2007-05-17 15:51:34 +00:00
Pavlov Konstantin 68d81870df Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
Check for lua >= 5.1.
2007-05-15 15:35:20 +00:00
Damien Fouilleul e54cc50483 vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling 2007-05-14 12:23:55 +00:00
Antoine Cellerier 02474925c7 * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC. 2007-05-13 21:52:20 +00:00
Rémi Denis-Courmont a4b948f06a Initial JACK audio access-demux from Julien Plissonneau Duquène 2007-05-12 17:27:37 +00:00
Christophe Mutricy 9ea1054481 Default more cleanly on moc and uic 2007-05-10 19:53:46 +00:00
Jean-Baptiste Kempf a0bc0a6952 Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC. 2007-05-10 18:00:12 +00:00
Ken Self f9c2070c90 Header file tidy-up - get guids from libstrmiids 2007-05-09 19:40:09 +00:00
Rémi Denis-Courmont e3b4a2c7fa HW Pixel Doubling and Backlight-on for Maemo devices
Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
2007-05-09 18:48:21 +00:00
Christophe Mutricy 263c385cdb Persian localisation by Meelad Zakaria and Farzaneh Sarafraz 2007-05-04 19:21:48 +00:00
Rémi Denis-Courmont b593c2c417 Bandwidth limit access filter 2007-04-28 17:40:51 +00:00
Christophe Mutricy 9397093e7f Detect also .exe when looking for programs under win 2007-04-25 20:01:18 +00:00
Pierre d'Herbemont 9d968beecc Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2) 2007-04-24 21:42:29 +00:00
Damien Fouilleul 0c2888cc45 - vlc.exe: removed DOS console when starting up 2007-04-23 16:29:08 +00:00
Damien Fouilleul b4ac748f7d - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self. 2007-04-23 12:37:13 +00:00
Antoine Cellerier be8ab3720f New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division). 2007-04-21 23:26:46 +00:00
Gildas Bazin f57013c6a8 * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now). 2007-04-21 20:06:39 +00:00
Felix Paul Kühne d4cb2ff791 * drop 10.3.9 support in favour for 10.4u 2007-04-21 10:59:05 +00:00
Rémi Denis-Courmont e17f05eebb Exclude incompilable MMX optimization for 420 YUY2 in debug builds 2007-04-20 15:21:59 +00:00
Filippo Carone d998d106fc use the right extension for javac 2007-04-16 22:27:19 +00:00
Filippo Carone 1a077e016c java compilation is javac friendly 2007-04-16 22:13:38 +00:00
Jean-Paul Saman 95da3a666c Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes. 2007-04-16 17:11:29 +00:00
Antoine Cellerier ce0e4fb0ab * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
image before sending it to the mosaic.
                    - Add option ("chroma") to force the image chroma
                    - Remove alpha mask code
 * mosaic.c: - Remove bluescreen code
             - Misc cosmetics changes
 * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
 * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
 * invert.c: don't invert the alpha plane for YUVA images (We also need to
             prevent that for RGBA images ... but that's not really used
             currently)
 * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
2007-04-15 21:00:09 +00:00
Rémi Denis-Courmont 58663ffb00 Fix typo 2007-04-14 15:19:27 +00:00
Rémi Denis-Courmont 1c582f3742 Detect libdca properly 2007-04-14 15:04:06 +00:00
Felix Paul Kühne cf71566810 * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on 2007-04-12 18:44:47 +00:00
Pavlov Konstantin ea054fa66b We need at least QT4 4.2.0. 2007-04-06 17:42:21 +00:00
Rémi Denis-Courmont 620490ef6b Spawn some more warnings
before they become an endangered species
2007-04-05 16:51:55 +00:00
Rafaël Carré ac058faeb4 Enables D-Bus on BSD systems 2007-04-04 21:28:10 +00:00
Antoine Cellerier ef8b4b02c7 New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg 2007-03-31 18:37:16 +00:00
Laurent Aimar 01b3900b17 Upgrade dirac support to 0.6.0 (close #1129) 2007-03-25 18:46:44 +00:00
Damien Fouilleul 04ccd548bb - mozilla: added 'firefox-xpcom' to pkgconfig candidates 2007-03-25 12:08:23 +00:00
Jean-Baptiste Kempf cf9e0c8116 MKV USF subtitles support and other Subtitles improvements.
Patch by Bernie Purcell, with two small modifications by thedj.
2007-03-13 21:28:34 +00:00
Rémi Denis-Courmont 56e9569c94 - Improve DIST_SUBDIR
- Require automake 1.9 to fix some libtool plugin build problems
- Remove useless libs/Makefile
2007-03-11 11:04:38 +00:00
Rémi Denis-Courmont 10ee356e22 Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS.

This could be used in both "UDP"[1] access and access output plugins,
though they should really be called "RTP" instead nowadays.

Done:
 - AES(-128) Counter Mode key derivation and RTP en-/decryption
 - test vectors for AES-CM
 - NULL cipher (with the *_UNENCRYPTED flags) - untested

To do (missing mandatory features):
 - RTCP en-/decryption
 - HMAC-SHA1 authentication
 - replay attack protection

Also to probably do:
 - integrate with udp access and access output plugins
 - integrate with RTSP server (err, I won't do that myself)
 - support for Transform Carrying ROC for SRTP (RFC4771)
   so we can use it easily for multicast streaming
2007-03-10 14:49:39 +00:00
Rémi Denis-Courmont 066e58dd34 Create a modules-like directory for libraries
that are not plugins neither in the core
2007-03-10 14:29:14 +00:00
Christophe Mutricy df7b6c762a only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka 2007-03-08 20:23:44 +00:00
Christophe Mutricy e71ade91ac Allow dbus module to be built. Patch by Mirsal ENNAIME 2007-03-07 22:38:19 +00:00
Christophe Mutricy 897efe1b20 Really fix #1055. Thanks to the Gentoo people for reporting and proposin patches 2007-03-06 23:44:47 +00:00
Felix Paul Kühne 10649df768 * forward-port of all eyetv relates sources in my branch
- this stuff is highly unfinished; needs much more work and testing
    - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
    - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
    - everything will be 10.4-only, since EyeTV is only available this way as well
    - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
2007-03-05 18:15:27 +00:00
Christophe Mutricy 0b4bd344fb fix 2007-03-04 21:01:15 +00:00
Christophe Mutricy 0c1918f191 tweak the error message 2007-03-04 20:29:45 +00:00
Felix Paul Kühne 4bced71eb3 * don't default enable QT4 on Darwin 2007-03-04 19:52:40 +00:00
Christophe Mutricy cc89854dd2 default enable qt4 2007-03-04 19:33:32 +00:00
Rémi Denis-Courmont 6445f70410 - Print an error if Qt4 is requested but not found
- Warn that WxWidgets is deprecated.
- Fix a few Wx error messages.
2007-03-04 19:16:35 +00:00
Christophe Mutricy fbaa8dc643 Honors --disable-altivec. Closes #1055 2007-03-03 23:53:46 +00:00
Christophe Mutricy ce9a419e24 Link fix. Proper one this time hopefully 2007-02-26 23:14:19 +00:00
Christophe Mutricy fb66a0b738 Link fix 2007-02-26 22:38:04 +00:00
Jean-Baptiste Kempf 5d33b7922e Configure: should repair --with-libtwolame-tree detection. 2007-02-26 06:46:16 +00:00
Cyril Deguet 65e0358c10 * fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
to avoid a conflict with Carbon API)
2007-02-25 19:29:21 +00:00
Laurent Aimar 4913d65462 Added VC-1 raw es demuxer. 2007-02-25 13:14:08 +00:00
Laurent Aimar f95648173c Added VC-1 packetizer.
(But it still won't be decoded by ffmpeg, we provide extra data too late)
2007-02-25 12:31:30 +00:00
Laurent Aimar da70bf9482 Fixed stream ouput gather module and renable it (close #1032) 2007-02-25 11:46:07 +00:00
Felix Paul Kühne ee0cac1e8e * commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it. 2007-02-24 16:40:34 +00:00
Jean-Paul Saman cb595496f9 Properly detect MOZ_X11 setting in firefox-1.5.0.9 2007-02-22 20:32:41 +00:00
Rémi Denis-Courmont 1d0935a624 Remove gather stream output since it is completely unusable 2007-02-19 21:27:10 +00:00
Christophe Mutricy a7e49594b6 For some obscure reason flac need ntohl so ws2_32 2007-02-18 22:44:06 +00:00
Christophe Mutricy ce9623d0da We don't need 3 different norvegian l10n 2007-02-16 16:12:02 +00:00
Christophe Mutricy 061b69e72b win32 replacement for inet_ntop() 2007-02-15 15:34:50 +00:00
Christophe Mutricy b38ba5d403 Add some option in configure to help Gentoo people. Closes #1045. Closes #1046 2007-02-10 23:15:18 +00:00
Pavlov Konstantin 132110c4e9 Properly check for Xext library. We got way more kludges in Xv detection, though...
Should fix packaging, too.
2007-02-06 13:37:40 +00:00
Christophe Mutricy de592b024a Use DLL_EXPORT only on win 2007-02-05 22:02:43 +00:00
Pavlov Konstantin f8a611486f Link screen and panoramix plugins with X11 only, they don't need Xext.
Only build x11 plugin when we have Xext.h.
2007-02-05 21:29:32 +00:00
Damien Fouilleul 77d6d1ea0e -fvisibility-inlines-hidden breaks x86_64 ld linker 2007-02-05 18:06:04 +00:00
Damien Fouilleul f953de14eb - configure.ac: -fvisibility-inlines-hidden is C++ only 2007-02-05 16:43:41 +00:00
Rémi Denis-Courmont d8ae255f3d UDP-Lite access
This is completely untested because vlc does not link at the moment :(
2007-02-05 16:32:31 +00:00
Damien Fouilleul e523db51e0 - added support for visibility attribute for GCC 4.x for controlling export symbols 2007-02-05 14:58:40 +00:00
Jean-Baptiste Kempf f1ec0f9f4c Sharpen Video-Filter.
Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
2007-02-04 22:27:07 +00:00
Damien Fouilleul cd5ed364ef - added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
2007-02-03 22:01:20 +00:00
Damien Fouilleul ebf11a99f3 - activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems 2007-01-31 19:49:20 +00:00
Cyril Deguet a5634f95c5 - thou shalt keep menuconfig up-to-date and not disable it 2007-01-28 18:18:52 +00:00
Christophe Massiot 0e867ba1dd * modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of
Vincent Penne.
2007-01-17 17:30:53 +00:00
Christophe Mutricy c73acb67df Happy New Year 2007-01-14 20:49:22 +00:00
Christophe Mutricy 43ab467903 Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES 2007-01-14 18:41:22 +00:00
Christophe Mutricy 174bef2955 Twolame need -DLIBTWOLAME_STIC under win32 to use the .a 2007-01-12 12:38:23 +00:00
Damien Fouilleul 81386b7a52 - firefox/nspr plugin development fix for ubuntu/debian 2007-01-09 21:27:57 +00:00
Jean-Paul Saman 2179436ba4 Put -lX11 and -lXt in the right place. 2007-01-08 18:18:20 +00:00
Jean-Paul Saman 9ed73544c6 Fix configure script on MacOS X 2007-01-07 21:37:11 +00:00
Jean-Paul Saman f749fe6d2d Fix building mozilla on Linux en properly dectect firefox headerfiles. 2007-01-07 21:21:42 +00:00
Christophe Mutricy 3300f2e87d Use mmx also when the host cpu claim to be 486 2007-01-05 23:21:54 +00:00
Jean-Paul Saman e35ff54434 Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit. 2007-01-04 15:11:25 +00:00
Jean-Paul Saman 2a35ffae6f Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me 2007-01-01 18:56:37 +00:00
Rémi Denis-Courmont 9891939276 Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
^^^^^^^^
                   As far as I checked (sed guru required).
2006-12-21 18:05:54 +00:00
Christophe Mutricy b2009aee6f Add a plugins/bindings line to the summary 2006-12-20 17:22:53 +00:00
Christophe Mutricy e249f6a3d9 Fix a small bug in header detection for Activex 2006-12-20 17:01:34 +00:00
Antoine Cellerier 965e95ec65 * extract now uses sqrt. 2006-12-18 21:14:53 +00:00
Pavlov Konstantin 2ac1e59908 Default disable gnomevfs access plugin as it doesn't work anyway 2006-12-17 23:32:24 +00:00
Antoine Cellerier 03f9f5fec6 * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
* Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)
2006-12-17 20:42:32 +00:00
Rémi Denis-Courmont f6c86f7a08 Remove -z defs to fix FreeBSD linking.
Someone (I?) ought to work on a better solution
2006-12-11 12:16:39 +00:00
Rémi Denis-Courmont 6ed527e817 Use shared libvlc on Win32 2006-12-10 19:56:13 +00:00
Damien Fouilleul 454b19b86a - mozilla, activex, directx: more backporting from 0.8.6 2006-12-07 00:31:14 +00:00
Damien Fouilleul 1ce34fd00f - removed commented out lines in [18277], not really necessary to keep them 2006-12-06 22:26:23 +00:00
Damien Fouilleul 7a6f4c91aa - libvlc target, removed uneeded libs target previously for for external libvlc compilation 2006-12-05 23:20:18 +00:00
Gildas Bazin 04773a7677 configure.ac: fix build when libtool is disabled. 2006-12-04 21:17:32 +00:00
Clément Stenac a4d1fdfc02 Unbreak a bit windows 2006-12-03 15:57:27 +00:00
Clément Stenac 4ee2908cb3 Missing libvlc flags on win32 2006-12-03 15:03:14 +00:00
Rafaël Carré 6aabccecf8 forward port [18125]
Compile glx plugin only if all required headers are present
2006-12-03 14:06:06 +00:00
Clément Stenac fbf4c8060d A bit of vlc/libvlc cleanup:
* libvlc sources and plugins now define __LIBVLC__ and headers exported to
  plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
  of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
2006-12-03 13:48:21 +00:00
Christophe Mutricy 7e40556bc3 Link with libebml_pic if avaivable 2006-11-30 14:27:36 +00:00
Rafaël Carré 3501cab9fb Disable D-Bus if installed version is < 1.0.0 and warns the user.
Adds an option to force D-Bus support to be enabled anyway.
2006-11-29 13:35:23 +00:00
Felix Paul Kühne ca2dd27497 * dc1394 cosmetics (forward-porting [18096]) 2006-11-27 18:46:44 +00:00
Jean-Paul Saman 97b3335a04 Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2. 2006-11-27 09:01:09 +00:00
Rafaël Carré adb1e87305 Enables audioscrobbler by default as it should be bugs free 2006-11-27 01:54:50 +00:00
Clément Stenac d81d5e5fce Merge all fixed-point and floating-point audio format converters 2006-11-26 18:59:52 +00:00
Clément Stenac d3fe7f2879 A bit of headers cleanup
* Headers in include must contain the structures and prototypes needed
  by the plugins and should be named vlc_*.
* Headers in include/vlc must contain the structures and prototypes
  needed by external libvlc clients

* Moved and renamed some things in headers. 
   - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
   - Removed snapshot.h (merged in vlc_vout.h)
   - Removed vlc_spu.h (merged in vlc_osd.h)
   - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
   - Moved all internal headers to src
   - Merged vlc_video.h and video_output.h and move private things to src
   - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
     (meta headers for use in modules, and often implying too large 
     dependencies)
* Removed some useless dependencies
* Unexported a bunch of functions and structures used only in src/
  (--> Still some work here)
* Finally made input_thread_t and input_source_t (mostly) private. 
  Added input_GetItem to fetch the input_item of an input_thread
* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
  prefix

This commit has a 99% probability of breaking the build, 0.1% of killing
your cat and 0% of getting you hot chicks.
2006-11-26 14:20:34 +00:00
Rémi Denis-Courmont 28c2a1ce8b Remove some dead code 2006-11-24 20:42:44 +00:00
Christophe Mutricy 6aa2db7869 swscale is modern so with a .pc. so only test for swscale.h inside the pkg-config block. 2006-11-24 18:26:34 +00:00
Rémi Denis-Courmont b2b33745bf Increase ABI revision 2006-11-22 22:05:58 +00:00
Felix Paul Kühne 0737693098 * enable GCC99 compatiblity for ObjC code 2006-11-22 21:27:50 +00:00
Jean-Paul Saman 3cff68a4f1 Disable building rtcp stream output module for now. 2006-11-21 23:08:31 +00:00
Rafaël Carré 84e8490d4a Fixes, kill, and bury #857 2006-11-21 15:54:38 +00:00
Rafaël Carré 482eca7cb9 Uses dbus flags to build libvlc (fixes #857) 2006-11-21 14:33:31 +00:00
Jean-Paul Saman 4d243c1d78 Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections. 2006-11-21 10:46:12 +00:00
Christophe Mutricy 8d7b5884ed Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box). 2006-11-20 22:16:35 +00:00
Christophe Mutricy 1222539539 Include xvmc plugin in the build system 2006-11-20 10:03:22 +00:00
Rafaël Carré a743fab851 Fixes broken D-Bus detection
Thanks to Daniel Stränger
2006-11-20 03:54:23 +00:00
Gildas Bazin fc2c2f412a * configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings. 2006-11-19 17:57:55 +00:00
Clément Stenac 0900f11014 Finish the playlist API transition (hopefully)
- Remove a bunch of transition now-useless API.
 - Remove all playlist_Lock* functions. Matching functions now accept a
   b_locked parameter that should be set to VLC_TRUE if the playlist is
   locked when calling the function. The advantages are that it reduces
   the API bloat and that the b_locked flag can be propagated in the
   call stack
 - Remove useless playlist testsuite
 - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on 
   an unmaintained library, probably unable to read content from new itunes, 
   ...). Implementations exist in rhythmbox, xmms2 and 
   daap-sharp, we should see if a proper lib exists or if we could 
   make one
 - Reduce verbosity a bit
 - Documentation
2006-11-19 13:20:02 +00:00
Rafaël Carré 147753f60c Initial support of D-Bus based control interface 2006-11-18 18:37:45 +00:00
Derk-Jan Hartman 39b7c3aaa0 * Fix ffmpeg include's 2006-11-17 23:34:45 +00:00
Derk-Jan Hartman 925e40a3e3 * Remove the old swscale files, and use the newer libswscale from ffmpeg.
Untested and likely to break stuff
2006-11-17 22:18:44 +00:00
Filippo Carone 94a01b8143 Make java bindings compile with libtool 2006-11-16 23:03:14 +00:00
Derk-Jan Hartman 1b9fc13769 * Update version of libcdio. 0.78.2 is now the req. version
Patch by Patrick McLean <chutzpah at gentoo d0t org>

  contrib update by me
2006-11-16 01:24:37 +00:00
Derk-Jan Hartman cbed01df85 * VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
(no longer use libmatroska_pic ebml_pic)
  Patch by Diego Petteno, +additions by me.
2006-11-16 00:56:40 +00:00
Derk-Jan Hartman 86247ba13d * LDLFAGS -> LDFLAGS 2006-11-15 23:00:44 +00:00
Derk-Jan Hartman 29139a21cc * CFAGS -> CFLAGS 2006-11-15 22:59:58 +00:00
Filippo Carone 7467b74ca3 Don't create Makefile.in in bindings/java/src 2006-11-15 08:45:28 +00:00
Pavlov Konstantin 4d3b55e412 This should fix beos linking problem 2006-11-14 21:22:28 +00:00
Cyril Deguet 15de00eaf2 * added missing -lm for plugin colorthres 2006-11-13 18:24:08 +00:00
Rafaël Carré 52f8f1dcad Makes configure fail on missing GL headers 2006-11-12 19:47:32 +00:00
Rémi Denis-Courmont a49795c90e Don't use -shared with libtool 2006-11-12 10:32:48 +00:00
Rafaël Carré eb7a893543 Various bugfixes
Replaces gotos with #defines
Put duplicate code in #defines
Disables plugin by default
2006-11-12 00:23:12 +00:00
Sigmund Augdal Helberg e83a49c062 added a color threshold filter that can make effects similar to "the
yellow guy" in sin city or the red dressed girl in the beginning of
schindlers list
2006-11-11 13:33:43 +00:00
Antoine Cellerier 0cd336b3fb Puzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>) 2006-11-10 20:59:15 +00:00
Christophe Massiot 83a3429c40 * modules/stream_out/autodel.c: New autodel module to work-around a memory
leak in the TS mux which is triggered when the input PCR packets
   disappear from the stream without disappearing from the PMT (happens
   on the satellite when the video suddenly gets scrambled). Insert it in
   the sout pipeline : --sout="#autodel:std{...}".
2006-11-09 15:13:13 +00:00
Rémi Denis-Courmont 2d6efe40bc Add dump access filter to save original media to home
(could be improved, but basically works)
2006-11-08 21:13:09 +00:00
Christophe Mutricy 900ba5380c Some safety fix pointed by pjrm on irc 2006-11-05 15:51:46 +00:00
Rémi Denis-Courmont 5b21c75531 Look for DLLTOOL
(surprise surprise, one has to define $(DLLTOOL) if you want to use it...)
2006-11-05 12:16:27 +00:00
Rafaël Carré d5f8852de1 Forward port translations from [17318] and [17414] 2006-11-04 22:34:40 +00:00
Rafaël Carré 01812ddbf6 Uses C++ tests to detect mozilla headers
Fixes detection when using mingw
2006-11-04 03:49:39 +00:00
Rafaël Carré 01cca2b2bc Removes a fucking UTF-8 character that looks like a space, smells like a space, but is far from being a space 2006-11-03 00:19:05 +00:00
Rafaël Carré 1139007475 Replaces check for xpidl by check for required mozilla headers 2006-11-02 23:05:27 +00:00
Rafaël Carré c2fd8c606f Rename flacdec codec plugin to flac, to show it can encode too
Rename flac demux plugin to flacsys
2006-10-30 22:19:21 +00:00
Rafaël Carré c7070a8cb1 Make configure fail if missing avcodec or postproc headers on debian too
Fix typo of [17361]
2006-10-30 03:49:15 +00:00
Rafaël Carré c23e83c416 Make configure fail if missing avcodec or postproc headers on non debian system
Closes #758
2006-10-30 02:49:49 +00:00
Christophe Mutricy 729eaa1338 Don't build libnotify on win32 2006-10-29 18:31:44 +00:00
Rafaël Carré 0e4e3e85dc Remove superfluous "," introduced in [17328] 2006-10-29 13:41:00 +00:00
Rafaël Carré d1df16f097 Make configure fail if a52 headers are not found 2006-10-28 20:32:31 +00:00
Jean-Paul Saman 6c0f19222c Forward port of 17324 2006-10-28 15:53:39 +00:00
Rafaël Carré 762c2acdec Add Slovenian translation 2006-10-27 14:53:46 +00:00
Filippo Carone b6eebc11bd fix audio_filter/channel_mixer/mono module linking 2006-10-24 22:22:41 +00:00
Rémi Denis-Courmont 9920b9f3eb Fix linking of DLL loader 2006-10-24 19:19:55 +00:00
Christophe Mutricy 2b70e76ddc fix realaudio linking 2006-10-23 19:55:59 +00:00
Jean-Paul Saman fe0174183c Fix linking for mod plugin 2006-10-22 21:03:13 +00:00
Rafaël Carré 5559ca8a35 Link wxwidgets_plugin with gtk2 on unix 2006-10-22 20:45:29 +00:00
Jean-Paul Saman a2d0da928f Link mod against libmod, stdc++ and math library 2006-10-22 20:14:22 +00:00
Sigmund Augdal Helberg 46f5a8a57c explicitly link the upnp_intel plugin against ixml to make libtool happy 2006-10-22 18:37:26 +00:00
Rémi Denis-Courmont 7f2cb95b03 Remove check for Fortran (Parental advisory: Explicit kludge) 2006-10-22 18:16:18 +00:00
Jean-Paul Saman 39919b151d Fix linking of vorbis 2006-10-22 11:22:22 +00:00
Antoine Cellerier 073c529c59 This might be better 2006-10-21 20:36:11 +00:00
Antoine Cellerier 240841e1e5 Fix opengl module post compile checks (or something) 2006-10-21 20:26:42 +00:00
Rémi Denis-Courmont fca4761653 Attempt to fix my previous commit 2006-10-21 20:05:02 +00:00
Rémi Denis-Courmont 718e1e0515 Ensure that shared objects have no unresolved symbols.
This will catch broken plugins at build-time rather than run-time.
2006-10-21 19:52:23 +00:00
Rémi Denis-Courmont 36a14991a5 A few more sanity checks 2006-10-21 14:54:42 +00:00
Rémi Denis-Courmont 61871f5f30 Lalala 2006-10-21 13:36:58 +00:00
Rémi Denis-Courmont 4bcb2f21a9 Desperate attempt to recover the wxwidgets plugin 2006-10-21 13:24:26 +00:00
Rémi Denis-Courmont 0aa9a402c5 Remove annoying warnings.
Nobody will ever be bored enough to fix these ones.
2006-10-21 12:32:23 +00:00
Rémi Denis-Courmont 5a1e2c84b0 Code factorization 2006-10-21 12:08:16 +00:00
Rémi Denis-Courmont eac2117fcd Some autoconf fun 2006-10-21 11:55:09 +00:00
Rémi Denis-Courmont 891d40741b GNUTLS plugin require libgcrypt explicitly since it calls gcry_control. 2006-10-21 10:24:21 +00:00
Derk-Jan Hartman 27f2ced107 * spelling error hostt_cpu -> host_cpu 2006-10-20 19:31:15 +00:00
Rémi Denis-Courmont 42405764a4 Fix syntax error 2006-10-20 17:11:14 +00:00
Rémi Denis-Courmont 2bdac4e4a9 WTF?! VLC is NOT a f***ing COMPILER.
It has NO target.
2006-10-20 17:05:42 +00:00
Rémi Denis-Courmont affe4d59e6 - Don't try altivec compiler flags except on PPC and PPC64
(some PPC user should review this)
- Don't find canonical build and target (heck, VLC is not a compiler!)
2006-10-20 16:46:31 +00:00
Rémi Denis-Courmont 1a79ea4e39 Remove superfluous function nesting from configure checks 2006-10-20 16:18:44 +00:00
Rémi Denis-Courmont 532bea49ff Repair CONFIGURE_LINE (fixes #696) 2006-10-20 15:18:23 +00:00
Rémi Denis-Courmont fcf1a8e583 Don't build quicktime plugin with loader since it is broken 2006-10-20 14:49:47 +00:00
Rémi Denis-Courmont b487fffebd Fix dts_pic check 2006-10-20 14:28:19 +00:00
Rémi Denis-Courmont 531bbc5462 Woops 2006-10-19 19:56:04 +00:00
Rémi Denis-Courmont d854ee25d7 Remove some build system cruft 2006-10-19 19:42:35 +00:00
Rémi Denis-Courmont 29d8ffc9be Oh! No more builtins!
(well only for libtool and shared libvlc)

Clean your build tree before whining.

And yes, it breaks the mostly-builtin option (obviously).
It also speeds up automake a tiny bit.
2006-10-19 19:29:46 +00:00
Rémi Denis-Courmont 80fb50ea92 Code factorization 2006-10-19 15:27:58 +00:00
Christophe Mutricy 1105c8b0c4 postproc also need avutil to link. 2006-10-18 20:11:10 +00:00
Derk-Jan Hartman c453453edb Enable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported. 2006-10-17 19:39:15 +00:00
Rafaël Carré 5e44df17ae Added Malay translation 2006-10-17 08:00:53 +00:00
Antoine Cellerier bf68c0feab noise video filter 2006-10-16 20:57:36 +00:00
Antoine Cellerier 4b1b4f8939 New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.
This still needs work to make it look better, and be able to use it with the "motion" control module.
2006-10-14 14:38:11 +00:00
Derk-Jan Hartman e4ba74a88a Tune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq 2006-10-13 13:55:46 +00:00
Gildas Bazin 884e353696 * configure.ac: same thing for Wno-unused-parameter. 2006-10-11 19:56:48 +00:00
Gildas Bazin 5de8105fba * configure.ac: when checking for Wextra support, don't check for Werror instead. 2006-10-11 19:54:05 +00:00
Christophe Mutricy dbe51edf07 Add Slovak l10n (Forward port of [16989], [16990] and [16991]) 2006-10-08 13:56:27 +00:00
Clément Stenac febe7d2121 Panoramix video filter by Cédric Cocquebert.
+ temporarily re-enable vout-filter until video-filter is updated

I include this so that it can get some testing and debugging, but it has some issues:
* Several coding style / indentation problems that make the code quite hard to read
* Use of config_Get/config_Put instead of vars
* In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant
2006-10-07 12:36:40 +00:00
Antoine Cellerier 96a9147c6a Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work. 2006-09-30 23:30:39 +00:00