summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAge
...
* 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
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-06
* use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier2006-11-05
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* doxyMichael Niedermayer2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer2006-08-26
* make some tables constMåns Rullgård2006-07-09
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-06
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-16
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
* adts aac parserMåns Rullgård2006-02-08
* faster find_startcode()Michael Niedermayer2006-02-04
* output last ac3 frame and simplifyMichael Niedermayer2006-02-02
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* native ac3 parserMåns Rullgård2006-01-21