]> git.sesse.net Git - vlc/history - src/input/mpeg_system.c
Finally fixed the A/52 TS input.
[vlc] / src / input / mpeg_system.c
2002-10-01 Christophe MassiotFinally fixed the A/52 TS input.
2002-09-26 Christophe Massiot* Fixed my A/52 fix.
2002-09-25 Christophe MassiotBackported support for VLS CVS with regards to A/52...
2002-06-02 Sam Hocevar * ./src/input/mpeg_system.c: removed unnecessarily...
2002-05-27 Laurent Aimar ALL : In order to make ac3 working in avi file...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-14 Johan Bilien * src/input/mpeg_system.c : We handle PCR even...
2002-05-14 Christophe MassiotIt should now be possible to quit when reading a bogus...
2002-05-14 Johan Bilien * src/input/mpeg_system.c: fixed an old old bug...
2002-04-25 Johan Bilien* Moved Program Specific Information decoder to the...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-17 Johan Bilien* in TS demux, a program is selected only if a PMT...
2002-04-08 Johan Bilien* made file access plugin use input_SetProgram so that...
2002-04-04 Christophe Massiot* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
2002-03-20 Sam Hocevar * ./src/input/mpeg_system.c: fixed a bus error on...
2002-03-19 Johan Bilien* fixed some bugs in program management : selected...
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-05 Stéphane Borel* Dvd angle is now handled through a program structure...
2002-03-04 Christophe Massiot* IPv6 network module, courtesy of Alexis Guillard...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-19 Christophe MassiotNext Generation Buffer Manager for DVD and VCD plug...
2001-12-17 Sam Hocevar * TS input: bugfix in DecodePAT and minor optimizatio...
2001-12-17 Sam Hocevar * TS input: we now check that the contents of the...
2001-12-13 Christophe MassiotFixed a major bug I introduced lately.
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for TS plug-in. Please...
2001-12-11 Christophe MassiotFixed major bugs in the PSI decoder.
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
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-12 Christophe MassiotCorrected a typo.
2001-11-12 Stéphane Borel-LPCM _is_ a private stream. Sorry.
2001-11-12 Stéphane Borel-Fixed bug with MPEG audio in TS streams: MPEG audio...
2001-11-06 Sam Hocevar * Fixed support for SPU and LPCM streams over network.
2001-10-21 Loïc MinierMoved unlock in the if structure. This suppresses the...
2001-10-01 Christophe Massiot* Removed -march=pentiumpro ; should now work on pentiu...
2001-09-24 Christophe MassiotFixed many alignment issues.
2001-09-06 Henri Fallon- Fixed a netlist packet leak in demuxPSI (Mark Gritter...
2001-07-18 Christophe MassiotA BIG kludge for the calculation of mux_rate, so that...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-05-07 Stéphane Borel*Changed the level arg in intf_WarnMsg so that it is...
2001-05-02 Henri Fallon* Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-17 Christophe MassiotFixed optional PES size bug, courtesy of Steve Brown...
2001-04-13 Henri FallonTS input : only one audio & spu ES selected at a time
2001-04-12 Stéphane Borel-added a field to p_input->stream to inform the interfa...
2001-04-08 Stéphane Borel-changes in gnome interface
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
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-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.
next