- 11 Dec, 2001 2 commits
-
-
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
-
- 03 Dec, 2001 7 commits
-
-
Christophe Massiot authored
-
Stéphane Borel authored
-added eof for ts seekable streams -close netlist when ts input ends
-
Christophe Massiot authored
-
Sam Hocevar authored
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn. Please test! Especially Athlon users. * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057). * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts". * Unrolled ChangeLog.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 02 Dec, 2001 2 commits
-
-
Florian G. Pflug authored
when there was no valid sequence.
-
Stéphane Borel authored
-hopeless fix for the input netlist corruption bug. Please test.
-
- 01 Dec, 2001 1 commit
-
-
Tony Castley authored
-
- 30 Nov, 2001 3 commits
-
-
Gildas Bazin authored
* DeleteDecoderConfig wasn't freeing (anymore) the packets left in the decoder fifo. This bug was creating an io_vec starving on title change when playing DVDs.
-
Tony Castley authored
-
Stéphane Borel authored
-Update for libdvdcss documentation
-
- 29 Nov, 2001 4 commits
-
-
Johan Bilien authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-