]> git.sesse.net Git - vlc/history - plugins
Updated documentation
[vlc] / plugins /
2002-01-05 Jean-Paul SamanUpdated documentation
2002-01-05 Jean-Paul SamanRemoved unused function prototype from headerfile.
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
2002-01-05 Sam Hocevar * ./include/common.h: hton64 is now an inline function.
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2002-01-02 Gildas Bazin* Small optimizations
2001-12-31 Sam Hocevar * Fixed detection of the esd plugin.
2001-12-31 Sam Hocevar * Fixed the aRts audio output plugin.
2001-12-31 Christophe MassiotMiscellaneous typos.
2001-12-30 Stéphane Borel*Some fixes for dvdread plugin.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-30 Sam Hocevar * Fixed a segfault at EOF in input_es.c and input_ts...
2001-12-29 Christophe MassiotUse libdvdread's define instead.
2001-12-29 Christophe MassiotCosmetic fix.
2001-12-29 Loïc Minier Small bugfix of a segfault. The playlist segfaulted...
2001-12-29 Christophe MassiotHidden gory buffer management details in a private...
2001-12-29 Christophe MassiotFixed many bugs experienced by our users today.
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-26 Christophe MassiotFixed compilation issue (thanks Eyal !)
2001-12-20 Christophe MassiotFixed a typo.
2001-12-20 Sam Hocevar * Mouse wheel seek patch for XVideo courtesy of Peter...
2001-12-19 Sam Hocevar * Heavy butchery in the VCD plugin. It should no...
2001-12-19 Sam Hocevar * --filter distort:ripple (Ok, ok, I promise it's...
2001-12-19 Sam Hocevar * Fixed compilation with dvdcss disabled.
2001-12-19 Christophe MassiotNext Generation Buffer Manager for DVD and VCD plug...
2001-12-19 Johan Bilienfixed a segfault in vcd input (thank you Sam)
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-17 Christophe MassiotAdded missing XSync().
2001-12-17 Sam Hocevar * Pathetic attempt at a 4:2:2 renderer and deinterlac...
2001-12-17 Sam Hocevar * CPU detection under BeOS.
2001-12-16 Sam Hocevarlibdvdcss changes:
2001-12-16 Sam Hocevar * Filter plugins. Not very polished (please don't...
2001-12-13 Johan BilienFixed a bug in ES input (I had not initiated p_selected...
2001-12-13 Sam Hocevar * Fixed aspect ratio handling.
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for ES plug-in.
2001-12-12 Sam Hocevar * Another win32 fix.
2001-12-12 Sam Hocevar * Fixed Win32 port.
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for TS plug-in. Please...
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for PS plug-in.
2001-12-12 Sam Hocevar * Additional fixes for OSes with no gettext (thanks...
2001-12-11 Sam Hocevar * Fixed an issue in Makefile.dep causing to rebuild...
2001-12-11 Christophe MassiotPartial fix for Xvideo compilation.
2001-12-10 Christophe MassiotFix for EOF of ES-only streams.
2001-12-10 Christophe Massiot* MPEG-1 aspect ratio patch, courtesy of Vladimir Chern...
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
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 MassiotFixed dumb renaming of #define's for altivec :-p.
2001-12-06 Christophe Massiot* mad plug-in is now built-in to avoid PIC/non-PIC...
2001-12-06 Tony CastleyAdded funcionality for vertical retrace sync for refres...
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 a crash when pausing.
2001-12-03 Christophe MassiotFixed numerous bugs in ES selection.
2001-12-02 Florian G. Pflug *) Fixed stupid bug in vout_Manage. It sometimes calle...
2001-12-01 Tony CastleyImplemented simple BDirectWindow (DMA) support
2001-11-30 Tony CastleyIncluded strings.h to fix compile errors due to the...
2001-11-29 Christophe MassiotFixed another compilation problem.
2001-11-29 Christophe MassiotMoved #include <string.h> to macosx plug-in instead...
2001-11-29 Florian G. Pflug *) Added "#include <string.>" to include/threads.h
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-27 Christophe MassiotVarious (sometimes hopeless) fixes to try to improve...
2001-11-27 Christophe Massiot* Updated man page.
2001-11-27 Christophe MassiotNew syntax for the dvd input :
2001-11-26 Florian G. Pflug *) changed includes from
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-19 Sam Hocevar * aRts audio output courtesy of Emmanuel Blindauer...
2001-11-19 Stéphane Borel-fixed a bug in libdvdcss: the key wasn't searched...
2001-11-16 Stéphane Borel* --chennels puts gtk/gnome in multi-channel network...
2001-11-15 Xavier MarchesiniRemoved my modification, it seems the libs we're linkin...
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 Xavier MarchesiniIt seems that the 'focus' bug under WinME is solved...
2001-11-14 Stéphane Borel-moved warning message to debug message in spdif pass...
2001-11-13 Sam Hocevar * Fixed heap corruption issues in ac3dec (thanks...
2001-11-13 Sam Hocevar * configure should no longer assume AltiVec is suppor...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-11-13 Sam Hocevar * Got rid of DVDCSS_SEEK_INI in libdvdcss.
2001-11-12 Sam Hocevar * Made everything ready for a vlc-0.2.91 / libdvdcss...
2001-11-12 Christophe MassiotDisabled DirectX audio output for the time being.
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-11 Sam Hocevar * Fixed compilation (and quite probably runtime)...
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-09 Renaud Dartus* imdctsse should now compile and work in plugin and...
2001-11-07 Jon Lech Johansen * Fixed some win32 compile issues.
2001-11-07 Stéphane Borel-forgot one file
2001-11-07 Stéphane Borel*Move function that translates language codes into...
2001-11-07 Stéphane Borel*Corrected � long time bug (around 0.2.81 I think)...
next