summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-21
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-22
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Replace last occurrence of the deprecated match_ext() withStefano Sabatini2010-03-08
* Fix buildMåns Rullgård2010-02-01
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
* remove useless type declarationsBaptiste Coudurier2010-01-13
* move code to avoid forward declarationBaptiste Coudurier2009-11-08
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-08
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-07
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-29
* handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier2009-10-18
* Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier2009-10-18
* Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos2009-10-10
* Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se...Ian Caulfield2009-10-05
* ensure pes buffer is set to avoid segvBaptiste Coudurier2009-09-13
* reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-...Baptiste Coudurier2009-09-13
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-30
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-29
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-20
* do not parse full header for private streamsBaptiste Coudurier2009-06-02
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
* export data from private streamsBaptiste Coudurier2009-06-02
* initialize pes state to skipBaptiste Coudurier2009-05-31
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
* give context to dprintfBaptiste Coudurier2009-05-31
* print registration descriptor in debugBaptiste Coudurier2009-05-31
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
* reindentBaptiste Coudurier2009-05-31
* remove no longer needed initBaptiste Coudurier2009-05-31
* factorizeBaptiste Coudurier2009-05-31
* simplify and mergeBaptiste Coudurier2009-05-31
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
* remove definesBaptiste Coudurier2009-05-31
* rework stream type and codec identificationBaptiste Coudurier2009-05-31
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
* export all streams in ts demuxerBaptiste Coudurier2009-05-31