]> git.sesse.net Git - vlc/history - src/input/input_programs.c
The motion compensation routines are now modules as well ; choose your
[vlc] / src / input / input_programs.c
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-12 Christophe Massiot* Changed default values :
2001-01-12 Sam Hocevar . destroy fifo mutex and cond variables _after_ they...
2001-01-10 Christophe Massiot* Changed code for handling b_die in bitstream ;
2001-01-08 Sam Hocevar . Added a missing mutex_unlock in video_output.c
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
2001-01-07 Henri Fallon- Order : if a then b are initialized, release b then a ;
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2000-12-28 Christophe MassiotCosmetic change of the debug messages.
2000-12-22 Christophe Massiot* Using i_id instead of i_stream_id whenever possible ;
2000-12-22 Christophe Massiot* Fixed a compile pbm in debug mode (f34r d4 1-line...
2000-12-22 Sam Hocevar . no need to add "\n" at the end of intf_*Msg() messag...
2000-12-22 Christophe Massiot* Moved input_DecodePES() to input_dec.c ;
2000-12-21 Christophe Massiot* New decoder spawning API input_dec.c ;
2000-12-21 Christophe MassiotFixed various memory leaks.
2000-12-21 Christophe Massiot* Removed all arbitrary limits on the number of element...
2000-12-21 Christophe Massiot* Removed b_die and b_error from all decoders (obsolete...
2000-12-21 Christophe Massiot* Fixed a bug which prevented the input to exit normall...
2000-12-20 Renaud DartusD�sol� !
2000-12-20 Renaud DartusAdded U8_Mono audio output
2000-12-20 Christophe Massiot* Added -a, -c and -s options. (-a doesn't work but...
2000-12-20 Christophe Massiot* Big cleanup of the PS input plugin ;
2000-12-19 Christophe MassiotInput-II now correctly handles private stream 1 (AC3...
2000-12-18 Arnaud de Bossorei... - Hardware YUV overlay (SDL) with real colors ;p...
2000-12-15 Christophe Massiot* Cleaned up program and ES management by using input_p...
2000-12-08 Christophe Massiot* Code to manage es_descriptors and program_descriptors...