summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAge
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
* off by 1 error bugfixMichael Niedermayer2005-06-29
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
* switch to native time basesMichael Niedermayer2005-04-30
* 10l typoMichael Niedermayer2005-03-17
* mpeg-es bitrate parsingMichael Niedermayer2005-03-05
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...Michael Niedermayer2005-02-01
* 10000l vbr mp3 fixMichael Niedermayer2005-01-31
* require a few valid and equal mp3 headers for resyncMichael Niedermayer2005-01-29
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-14
* flush remaining data from parser at EOFMichael Niedermayer2004-12-12
* pnm parserMichael Niedermayer2004-11-12
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* lowres fixes for the parserMichael Niedermayer2004-09-27
* 1000000lMichael Niedermayer2004-07-09
* field pic timestamp fixMichael Niedermayer2004-07-09
* timestamp duplication bugfixMichael Niedermayer2004-06-30
* mpeg audio timestamp fixMichael Niedermayer2004-05-23
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
* >2 channels decoding fixMichael Niedermayer2004-04-29
* pts and dts support in parser APIFabrice Bellard2003-12-16