]> git.sesse.net Git - vlc/history - src/input/mpeg_system.c
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / src / input / mpeg_system.c
2001-03-15 Sam Hocevar * Bug fixes and enhancements in the Gtk+/Gnome interf...
2001-03-15 Stéphane Borel-Fixed most of the bugs in gnome interface menus
2001-03-07 Henri Fallon- Fixed TS input ( a nasty dead lock had appeared 4...
2001-03-06 Christophe Massiot* Fixed an alignment problem in PTS parsing.
2001-03-05 Christophe MassiotFixed MPEG-1 mux_rate parsing.
2001-03-02 Christophe Massiot* Fixed miscellaneous alignment problems (alpha/sparc...
2001-03-02 Stéphane Borel-New function for DVD reading, that is able to read...
2001-02-21 Henri FallonTS Input :
2001-02-19 Christophe Massiot* mux_rate parsing ;
2001-02-14 Henri FallonBegining of TS Input
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 This commit is a bit early, but it'll save Stef...
2001-02-08 Stéphane Borel-New method using netlist to read packets on DVD device...
2001-02-07 Christophe Massiot* Functional fast forward and slow motion API ;
2001-02-07 Christophe Massiot* Centralized clock management, preparing for stream...
2001-01-30 Sam Hocevar . not a very nice hack, but will probably spare us...
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
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-05 Christophe MassiotBSD port, including :
2000-12-29 Sam Hocevar . fixed default subtitle stream handling (default...
2000-12-29 Christophe Massiot* Fixed a bug in the DTS/PTS parsing ;
2000-12-28 Christophe MassiotFixed a bug in the PSM decoder.
2000-12-27 Christophe MassiotWe now read the DTS (but we don't use it for the moment).
2000-12-26 Christophe Massiot* Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-22 Christophe Massiot* Using i_id instead of i_stream_id whenever possible ;
2000-12-22 Sam Hocevar . fixed AC3 and SPU PES reading (ph34r da one-byte...
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 Massiot* Removed all arbitrary limits on the number of element...
2000-12-20 Sam Hocevar . fixed "-a [ mpeg | ac3 | lpcm | off ]" option
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-15 Christophe Massiot* Cleaned up program and ES management by using input_p...
2000-12-15 Christophe MassiotEnhanced handling of stream discontinuities.
2000-12-15 Christophe Massiot* Fixed two typos in the Makefile (sam you owe me at...
2000-12-11 Christophe MassiotFix in the SCR parser for high values.
2000-12-11 Christophe MassiotFixed a bug with DVD's SCR (too close from the PTS).
2000-12-07 Christophe MassiotWe now correctly parse MPEG-1 SCR and there is no need...
2000-12-06 Christophe Massiot* Support for MPEG-1 .mpg files.
2000-12-05 Christophe MassiotThe input-II. (more info by mail in about an hour)