summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
...
* mpegts: propagate avio EOF in read_packet()Jindrich Makovicka2011-03-31
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-07
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula2011-02-14
* mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic2011-02-09
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-30
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski2011-01-20
* add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross2010-12-29
* In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p...Baptiste Coudurier2010-11-29
* In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo2010-11-25
* In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier2010-11-25
* Remove some warningsBaptiste Coudurier2010-11-23
* 10l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier2010-11-23
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-23
* mpegts: support LATM syntaxJanne Grunau2010-11-02
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-09
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-24
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-18
* 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