summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAge
* Fix typo.Jai Menon2010-04-21
* Replace @returns by @return.Benoit Fouet2010-03-30
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-21
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-26
* Add handling of frame position in the parser.Ivan Schreter2009-03-05
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-02
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-02
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2008-10-23
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-20
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-04
* indentMichael Niedermayer2008-06-02
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-02
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-02
* cosmeticMichael Niedermayer2008-06-02
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-02
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-02
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-02
* unused variableMichael Niedermayer2008-06-02
* indentMichael Niedermayer2008-06-02
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
* Simplify parser core.Michael Niedermayer2008-06-02
* indentMichael Niedermayer2008-05-26
* allow av_parser_close(NULL)Michael Niedermayer2008-05-26
* Return an error when realloc fails.Andy Gocke2008-03-25
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* remove no more useful includesAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* typos/grammarDiego Biurrun2007-04-07
* set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer2007-03-26
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-18
* Give context to dprintfMichel Bardiaux2007-03-12
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-11
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-09
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-24
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield2007-01-24
* minor doc fixMichael Niedermayer2006-12-18
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12