- 17 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the most awful line dropping techniques of both BOB and 422 to 420 downscaling. Don't worry, it should only survive for a couple of days.
-
Sam Hocevar authored
* CPU detection under BeOS. * Fixed XVideo port selection. * New stupid plugin: "--filter wall" for split-image playback :-) (will evolve into a real image wall plugin when I have time)
-
- 16 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Support for REPORT_TITLE_KEY and RPC commands by H�kan Hjort <d95hjort@dtek.chalmers.se>. vlc changes: * Minor coding style fixes (please avoid tabs).
-
Sam Hocevar authored
* Filter plugins. Not very polished (please don't look at how the dates are calculated!), but worth a try. Use the following flags: "--filter invert" for inverse video "--filter bob" for BOB deinterlacing * Fixed a potential segfault if the subtitle stream was encountered before the video stream. * Misc vout4 fixes.
-
- 13 Dec, 2001 4 commits
-
-
Sam Hocevar authored
* Buffer choice optimizations - vout4 should eat even less CPU now. * Minor warning fix for Hurd.
-
Johan Bilien authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed aspect ratio handling. * Fixed potential compilation issues under eg. BSD/OS.
-
- 12 Dec, 2001 6 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Another win32 fix.
-
Sam Hocevar authored
* Fixed Win32 port. * Fixed unnecessary target remake (recursive make is harmful !).
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Additional fixes for OSes with no gettext (thanks to ej0). * Fixed a potential BeOS linking issue. * Fixed a minor bug in input.c.
-
- 11 Dec, 2001 5 commits
-
-
Sam Hocevar authored
* Don't try to use gettext if we don't have GNU gettext. This may change in the future though (most GNU software seems to include a local copy of gettext in case the operating system doesn't provide it).
-
Sam Hocevar authored
* Fixed an issue in Makefile.dep causing to rebuild unnecessary files in the gtk/gnome and x11/xvideo plugins. * Fixed CFLAGS_XVIDEO.
-
Sam Hocevar authored
* HP-UX port of the DVD ioctls courtesy of David Sieb�rger.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 10 Dec, 2001 7 commits
-
-
Gildas Bazin authored
* configure.in was broken for win32
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* (very old) russian translation courtesy of Valek Filippov <frob@df.ru>. * Fixed a charset issue in the french translation.
-
Sam Hocevar authored
* Updated config.guess and config.sub from GNU's latest versions (bozo, you may want to update them in vls as well). * Added vlc.pot skeleton for translators.
-
Christophe Massiot authored
<greengrass@writeme.com> ; * Seeking patch for X11, courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>.
-
Sam Hocevar authored
* Removed unused code (intf_channels.c, keystrokes.h). * Put common_win32.h back into common.h -- it wasn't that big and we should not multiply header files. * Added gettext support by Thomas Graf <reeler@reeler.org>, may be broken on other platforms but we'll only see it when I'm finished with vout 4 :-) * Fixed a segfault on exit when no fast_memcpy module was found.
-
- 09 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed Debian package builds.
-
Sam Hocevar authored
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground for my nevrotic and destructive pulsions during the next few hours! * If you want to test vlc, please use the v0_2_92_branch branch. * Stuff currently working: - direct to YUV buffer decoding - non-ugly subtitle blending - XVideo and SDL video output * Stuff currently utterly broken: - aspect ratio - software rendering (ie, all other video output plugins) * Additional misc changes: - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with other plugins. Also, renamed mpeg to mpeg_system. - Added jobi to the AUTHORS file. - Factored code common to vout_x11.c and vout_xvideo.c.
-
- 07 Dec, 2001 4 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
* Fixed a total breakage of decoder plugins introduced by fast_memcpy. * Got rid of #include "main.h", included it in common.h instead ; got rid of #include "config.h" in most files as well.
-
Johan Bilien authored
them do nothing) All inputs should now have a pf_setprogram function. A default one is provided in input_programs.c.
-
- 06 Dec, 2001 5 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Updated documentation ; * New --desync option, to delay the video (in case of lip desynchronization) ; this is bad, but we have no other option for the moment ; * Clicking in vout now pauses the stream, patch courtesy of Peter Surda.
-
Tony Castley authored
(Thanks Rudolf) Fixed the Prev Title Bug, now works.
-
- 05 Dec, 2001 2 commits
-
-
Christophe Massiot authored
-
Johan Bilien authored
input_thread_t structure, so that we may support multi programs streams. * Modified inputs to take account of this change. * Modified input_clock.c so that it doesn't refer to pp_programs[0] any more. Now we should not refer to the first program, but to the selected program. Functions to change the current program are coming.
-
- 04 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-