]> git.sesse.net Git - vlc/history - src
Bumped up revision number to 0.2.92-pre1 and 1.0.1-pre1. Ready for 0.2.92
[vlc] / src /
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-07 Johan Bilien* added functions in inputs to change the current progr...
2001-12-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-12-05 Christophe MassiotFix for altivec detection (courtesy of walken).
2001-12-05 Johan Bilien* Added 2 fields, p_selected_program and p_new_program...
2001-12-04 Christophe Massiotlibmad plug-in, courtesy of Jean-Paul Saman <jpsaman...
2001-12-03 Christophe MassiotReversed my previous patch (too buggy).
2001-12-03 Stéphane Borel-added eof for ts seekable streams
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-12-03 Christophe MassiotFixed numerous bugs in ES selection.
2001-12-02 Stéphane Borel-hopeless fix for the input netlist corruption bug.
2001-11-30 Gildas Bazin * DeleteDecoderConfig wasn't freeing (anymore) the...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-27 Sam Hocevar * Fixed a deadlock (bug reported by marcari).
2001-11-27 Christophe MassiotFixed a compilation issue under Win32
2001-11-27 Christophe MassiotFixed a potential packet corruption in the DVD input...
2001-11-26 Marc Ariberti* changed the protocol version for communication betwee...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-11-25 Stéphane BorelSupport for libdvdread.
2001-11-23 Christophe MassiotMajor rewrite of the network layer. The following synta...
2001-11-21 Jon Lech JohansenDon`t use long long, use u64/s64 (int_types.h).
2001-11-21 Christophe Massiot(Hopefully) fixed the network connect() bug under UNIX...
2001-11-16 Stéphane Borel* --chennels puts gtk/gnome in multi-channel network...
2001-11-15 Sam Hocevar * Fixed MacOS X 10.1 network input, thanks to Mathias...
2001-11-15 Sam Hocevar * Fixed a little crash introduced in my previous...
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-14 Stéphane Borel-moved warning message to debug message in spdif pass...
2001-11-14 Jon Lech JohansenThe default file-translation mode was not being set...
2001-11-13 Sam Hocevar * Fixed a crash when using `--input dvd /dev/dvd...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-13 Sam Hocevar * Added a "make package-beos" rule.
2001-11-12 Sam Hocevar * Fixed the vlcs communication for real now.
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...
2001-11-12 Sam Hocevar * Made everything ready for a vlc-0.2.91 / libdvdcss...
2001-11-12 Christophe MassiotNew --channelserver switch.
2001-11-12 Christophe MassiotCorrected a typo.
2001-11-12 Sam Hocevar * Automatic handling of the Channel Server's response...
2001-11-12 Stéphane Borel-LPCM _is_ a private stream. Sorry.
2001-11-12 Stéphane Borel-Fixed bug with MPEG audio in TS streams: MPEG audio...
2001-11-11 Stéphane Borel-Merged DVD netlist with input netlist to remove duplic...
2001-11-09 Christophe Massiot* BSD/OS VCD patch, courtesy of Steven M. Schultz ...
2001-11-08 Stéphane Borel-kludge to have less discontinuity after a zero scr...
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-11-07 Stéphane Borel*Move function that translates language codes into...
2001-11-06 Christophe MassiotRemoved deprecated code and structures.
2001-11-06 Christophe MassiotNew --enable-release config option.
2001-11-06 Sam Hocevar * Fixed support for SPU and LPCM streams over network.
2001-11-05 Christophe MassiotNew --volume option (untested, like usual :).
2001-11-02 Christophe Massiot* libdvdcss port to OpenBSD.
2001-11-01 Sam Hocevar * Modified the pf_close kludge in input.c so that...
2001-11-01 Cyril Deguet- Do not resample if delta is short enough
2001-10-31 Renaud Dartus* Fixed a segfault on exit under Windows 2000
2001-10-30 Renaud Dartus* Use memalign for aligned data (instead of a greek...
2001-10-30 Christophe MassiotFixed '-' input.
2001-10-30 Christophe MassiotNew interface for MacOS X, courtesy of Florian G. Pflug.
2001-10-23 Johan BilienAdded VCD input plugin for Linux :
2001-10-22 Christophe MassiotFixed compilation problems with OpenBSD.
2001-10-22 Sam Hocevar * xvideo.so is now built in by default. Mixing PIC...
2001-10-22 Xavier MarchesiniThe vlc now crosscompiles smoothly without having to...
2001-10-22 Johan Bilien*** empty log message ***
2001-10-21 Loïc MinierMoved unlock in the if structure. This suppresses the...
2001-10-15 Sam Hocevar * Fixed an error in the ts://server[:port][/broadcast...
2001-10-13 Stéphane BorelNew features for libdvdcss: we have three ways now...
2001-10-11 Christophe Massiot* Minor video parser optimization ;
2001-10-11 Christophe Massiot* Chroma 4:2:2 and 4:4:4 support in the decoder.
2001-10-10 Sam Hocevar * 0.2.90 release.
2001-10-03 Sam Hocevar * Added User-Agent header in the HTTP input.
2001-10-03 Sam Hocevar * Added an endianness check for cross-compilations.
2001-10-03 Christophe Massiot* Repaired dummy input broken yesterday.
2001-10-03 Christophe Massiot* Minor ShowBits() optimization ;
2001-10-03 Christophe MassiotInfo : you can use #ifndef instead of #ifdef... #else :p
2001-10-03 Xavier MarchesiniThe vlc now compiles when cross-compiling with Mingw32...
2001-10-03 Tony CastleyUpdated to compile on BeOS.
2001-10-03 Tony CastleyChanges to ensure the BeOS compile still works.
2001-10-02 Sam Hocevar * Added HTTP virtualhost support in the HTTP input.
2001-10-02 Christophe Massiot* Fixed a warning in input_es.c ;
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-10-01 Christophe MassiotDramatically improve compilation time, with a negligibl...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-10-01 Christophe MassiotError checks in debug mode : pthread ERRORCHECK_MUTEX...
2001-10-01 Christophe Massiot"added support for an unusual construct at the start...
2001-09-30 Arnaud de Bossorei... Small optimisation of my previous commit.
2001-09-30 Stéphane Borel.better handling of the buffer of the sound driver...
2001-09-29 Arnaud de Bossorei... Fix bad dates in ac3 spdif "decoder" (playing with...
2001-09-26 Christophe MassiotBy default, use the real size of the stream for the...
2001-09-25 Christophe MassiotAltivec IDCT and motion compensation, courtesy of Miche...
2001-09-24 Christophe MassiotFixed many alignment issues.
2001-09-06 Henri Fallon- Fixed a netlist packet leak in demuxPSI (Mark Gritter...
2001-09-06 Christophe MassiotReworked jlj's patch for field pictures.
2001-09-06 Henri FallonA very tiny small useless optimization in the LPCM...
2001-09-05 Christophe Massiot* MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-09-04 Jon Lech Johansen * Fixed a problem with field streams not working...
2001-08-27 Christophe MassiotIP Multicast support, courtesy of Mathias Kretschmer...
2001-08-23 Christophe MassiotVery small enhancements.
2001-08-22 Gildas Bazin- The win32 port is once again using msvcrt.dll instead...
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-08-22 Sam Hocevar * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
2001-08-14 Sam Hocevar * Fixed a crash in subtitle rendering.
2001-08-09 Jon Lech JohansenFixed a memory leak in the ifo parser and input_EndStream
next