]> git.sesse.net Git - vlc/history - src/input/input_programs.c
* When unselecting an ES, we must ged rid of p_es->p_pes so that it is
[vlc] / src / input / input_programs.c
2002-03-28 Johan Bilien* When unselecting an ES, we must ged rid of p_es-...
2002-03-21 Johan Bilien*** empty log message ***
2002-03-19 Johan Bilien* fixed some bugs in program management : selected...
2002-03-12 Stéphane Borel*New configuration option to choose audio output format...
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-03-03 Gildas Bazin* added network to the list of the plugins directories...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2001-12-30 Sam HocevarSome heavy changes today:
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-05 Johan Bilien* Added 2 fields, p_selected_program and p_new_program...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
2001-10-03 Sam Hocevar * Added User-Agent header in the HTTP input.
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-08-09 Jon Lech JohansenFixed a memory leak in the ifo parser and input_EndStream
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-06-27 Christophe MassiotElementary Stream input plugin (use it with --input...
2001-06-12 Stéphane Borel*slight modification in input_dvd since Getiovec wasn...
2001-05-23 Stéphane Borel-LPCM audio selection in ps mode, in prevision of henri...
2001-05-19 Stéphane Borel*More cleanification in gtk interface: now to change the
2001-05-01 Sam Hocevar * Fixed a segfault in the SPU decoder initialization.
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
2001-04-29 Stéphane Borel-new audio output using direct ac3 pass-through with...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Christophe MassiotChange --enable-debug into --enable-trace. Same with...
2001-04-22 Stéphane Borel-better handling of angles: you should be able to chang...
2001-04-13 Stéphane Borel*Added udf fix by Billy Biggs
2001-04-12 Stéphane Borel-added a field to p_input->stream to inform the interfa...
2001-04-12 Stéphane Borel-Fixed a bug in area management added in my last commit
2001-04-10 Stéphane Borel-Fixed the lock segfault bug with some compilers
2001-04-08 Stéphane Borel-changes in gnome interface
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-04-03 Stéphane Borel-Fall back to one-packet-once reading in dvd input...
2001-04-01 Stéphane Borel-Various bug fixes in dvd_netlist. Some bugs seem to...
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...