Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07mpegts: add all stream languages into metadataAnssi Hannula
2011-03-07Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula
2011-02-09mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic
2011-01-30mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-20Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski
2010-12-29add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...Peter Ross
2010-11-29In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p...Baptiste Coudurier
2010-11-25In TS demuxer, create the AVStream during pmt parsing if the pes stream does notStephen D'Angelo
2010-11-25In TS demuxer, keep the pmt filter open to parse all pmt sections,Baptiste Coudurier
2010-11-23Remove some warningsBaptiste Coudurier
2010-11-2310l, fix memleak, forgot to free mp4_dec_config_descrBaptiste Coudurier
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-11-02mpegts: support LATM syntaxJanne Grunau
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-17add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs
2010-08-10get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs
2010-07-24mpegts: Warn if unable to seek backMartin Storsjö
2010-07-14Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-18In ts demuxer, output pes packet as soon as they are complete.Janne Grunau
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-23Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-16rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs
2010-03-09Replace last occurrence of the deprecated match_ext() withStefano Sabatini
2010-02-02Fix buildMåns Rullgård
2010-02-02Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier
2010-01-14remove useless type declarationsBaptiste Coudurier
2009-11-08move code to avoid forward declarationBaptiste Coudurier
2009-11-08Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier
2009-11-08Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos
2009-10-29Support demuxing teletext in DVB streams.Francesco Lavra
2009-10-19handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier
2009-10-19Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier
2009-10-11Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos
2009-10-05Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se...Ian Caulfield
2009-09-14ensure pes buffer is set to avoid segvBaptiste Coudurier
2009-09-14reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-...Baptiste Coudurier