]> git.sesse.net Git - vlc/history - src/input/input_programs.c
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / src / input / input_programs.c
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-07 Stéphane Borel-Working menus for run-time audio/spu/title/chapter...
2001-03-02 Christophe Massiot* More consistency in the p_input->stream management.
2001-03-02 Christophe Massiot* Made input_SelectES() and input_UnselectES() not...
2001-02-23 Christophe Massiot* Fixed a compile problem in debug mode.
2001-02-22 Christophe Massiot* Added functions and hooks to display dates instead...
2001-02-22 Christophe Massiot* Added a 'd' keystroke to dump the stream contents...
2001-02-22 Stéphane Borel-New ES detection based on .ifo for DVD module. It...
2001-02-20 Stéphane BorelSecond step in area management ; everything is in place...
2001-02-20 Stéphane Borel First serie of changes in DVD module for the forthcomi...
2001-02-08 Christophe Massiot* Portability : changed off64_t to off_t and activated...
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-02-07 Christophe Massiot* Centralized clock management, preparing for stream...
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
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...