]> git.sesse.net Git - vlc/history - plugins/mpeg/input_ps.c
* added functions in inputs to change the current program (most of
[vlc] / plugins / mpeg / input_ps.c
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-12-03 Christophe MassiotReversed my previous patch (too buggy).
2001-12-03 Christophe MassiotFixed numerous bugs in ES selection.
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-25 Gildas Bazin * Big clean-up to allow compiling every module as...
2001-10-03 Christophe Massiot* Enhanced --with-tuning
2001-10-02 Christophe Massiot* Cleaned up sam's mess with input's pf_open and pf_clo...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-08-14 Sam Hocevar * GNU/Hurd configuration and compilation fixes.
2001-08-10 Christophe MassiotFixed a bug in System End Code handling. Contact me...
2001-08-07 Sam Hocevar * Got Makefile to launch ./configure almost properly...
2001-07-31 Gildas Bazin* Fixed a segfault in PSEnd in input_ps.c
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-03 Sam Hocevar * Various little fixes
2001-05-31 Sam Hocevar * Win2000 DVD input by Jon Lech Johansen <jon-vl...
2001-05-31 Sam Hocevar * Applied patch from Jon Lech Johansen <jon-vl@nanocr...
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-23 Stéphane Borel-LPCM audio selection in ps mode, in prevision of henri...
2001-05-08 Sam Hocevar * Speed optimization in the handling of the unusual...
2001-05-07 Sam Hocevar * Added support for some terribly braindead DVD subti...
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-27 Stéphane Borel-fixed a segfault added in last commit: initilisation...
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-20 Stéphane Borel-corrected some bugs in gnome interface: language menu...
2001-04-16 Cyril DeguetRe-added the new packet allocation method in PS input...
2001-04-13 Stéphane Borel*Added udf fix by Billy Biggs
2001-04-05 Cyril Deguetswitched back to the old packet allocation method for...
2001-04-05 Cyril DeguetAdded a new packet allocation method that punish one...
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-02 Christophe Massiot* More consistency in the p_input->stream management.
2001-02-20 Stéphane BorelSecond step in area management ; everything is in place...
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-20 Stéphane Borel First serie of changes in DVD module for the forthcomi...
2001-02-16 Sam Hocevar * Upgraded version number to 0.2.61. Release is today.
2001-02-12 Sam Hocevar * Fixed my old stupid bug that disabled sound after...
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 . moved the playlist handling from input/input.c to...
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...