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-11-05mpegts: fix Continuity Counter error detectionJindrich Makovicka
2010-05-22In 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
2009-09-06disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter
2009-08-27Cosmetic changes in read_seek* routines.Ivan Schreter
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt
2009-08-25Add Bluray Subtitle SupportStephen Backway
2009-08-25mpegts: change variable-length array to fixed lengthMåns Rullgård
2009-08-22Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter
2009-07-30init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier
2009-07-29Stop parsing in read_header only after finding pmt, andBaptiste Coudurier
2009-06-25Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier
2009-06-20add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger
2009-06-02do not parse full header for private streamsBaptiste Coudurier
2009-06-02correctly handle maximum streams limitBaptiste Coudurier
2009-06-02export data from private streamsBaptiste Coudurier
2009-05-31initialize pes state to skipBaptiste Coudurier
2009-05-31print reg desc in a more friendly wayBaptiste Coudurier
2009-05-31give context to dprintfBaptiste Coudurier
2009-05-31print registration descriptor in debugBaptiste Coudurier
2009-05-310x7a is E-AC3 descriptorBaptiste Coudurier
2009-05-31set codec_tag to stream type, so user can deal with itBaptiste Coudurier
2009-05-31set codec_tag to registration descriptor if presentBaptiste Coudurier
2009-05-31add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier
2009-05-31remove no longer needed fake dvbsub stream typeBaptiste Coudurier
2009-05-31reindentBaptiste Coudurier
2009-05-31remove no longer needed initBaptiste Coudurier
2009-05-31factorizeBaptiste Coudurier
2009-05-31simplify and mergeBaptiste Coudurier
2009-05-31move new_pes_av_stream to avoid forward declarationBaptiste Coudurier
2009-05-31remove definesBaptiste Coudurier
2009-05-31rework stream type and codec identificationBaptiste Coudurier
2009-05-31cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier