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
2009-06-21Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier
2009-05-27do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier
2009-03-05Add handling of frame position in the parser.Ivan Schreter
2009-03-02Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer
2009-03-02Favor container packets that end after the first byte of the accessMichael Niedermayer
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-23add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier
2008-10-20Use av_freep() in ff_parse_close().Michael Niedermayer
2008-10-04Mark list heads static. Patch by Diego PettenòDiego Pettenò
2008-06-02indentMichael Niedermayer
2008-06-02Only store timestamps when there are timestamps.Michael Niedermayer
2008-06-02Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer
2008-06-02cosmeticMichael Niedermayer
2008-06-02Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer
2008-06-02Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer
2008-06-02Factorize fetch_timestamp() into its own functionMichael Niedermayer
2008-06-02unused variableMichael Niedermayer
2008-06-02indentMichael Niedermayer
2008-06-02Rename last_frame_offset to next_frame_offset.Michael Niedermayer
2008-06-02Simplify parser core.Michael Niedermayer
2008-05-26indentMichael Niedermayer
2008-05-26allow av_parser_close(NULL)Michael Niedermayer
2008-03-25Return an error when realloc fails.Andy Gocke
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-12-12av_*_next() API for libavcodecMichael Niedermayer
2007-05-09remove no more useful includesAurelien Jacobs
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05move mpegaudio_parser in it's own fileAurelien Jacobs
2007-05-05move mpeg4video_parser in it's own fileAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-07typos/grammarDiego Biurrun
2007-03-26set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
2007-02-09fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles
2007-01-24fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield
2007-01-24Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield
2006-12-18minor doc fixMichael Niedermayer
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-11-05use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier