summaryrefslogtreecommitdiffstats
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAgeFilesLines
...
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-181-1/+0
* Give context to dprintfMichel Bardiaux2007-03-121-2/+2
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-111-29/+12
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-111-62/+10
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-091-5/+6
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-241-22/+22
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield2007-01-241-5/+46
* minor doc fixMichael Niedermayer2006-12-181-1/+2
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-121-36/+0
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-121-3/+3
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-061-192/+4
* use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier2006-11-051-30/+8
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-301-4/+3
* doxyMichael Niedermayer2006-10-111-2/+23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer2006-08-261-6/+15
* make some tables constMåns Rullgård2006-07-091-2/+2
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-8/+33
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-071-0/+4
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-061-0/+1
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-0/+33
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-161-1/+1
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-101-21/+21
* adts aac parserMåns Rullgård2006-02-081-9/+90
* faster find_startcode()Michael Niedermayer2006-02-041-23/+2
* output last ac3 frame and simplifyMichael Niedermayer2006-02-021-13/+12
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-43/+43
* native ac3 parserMåns Rullgård2006-01-211-26/+96
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-51/+51
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-34/+34
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-1/+2
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-0/+9
* parse pict_type for streams in aviMichael Niedermayer2005-08-151-13/+23
* off by 1 error bugfixMichael Niedermayer2005-06-291-4/+8
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-271-1/+63
* switch to native time basesMichael Niedermayer2005-04-301-5/+6
* 10l typoMichael Niedermayer2005-03-171-1/+1
* mpeg-es bitrate parsingMichael Niedermayer2005-03-051-2/+5
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+1
* 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...Michael Niedermayer2005-02-011-0/+3
* 10000l vbr mp3 fixMichael Niedermayer2005-01-311-1/+1
* require a few valid and equal mp3 headers for resyncMichael Niedermayer2005-01-291-3/+16
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-141-0/+1
* flush remaining data from parser at EOFMichael Niedermayer2004-12-121-1/+6
* pnm parserMichael Niedermayer2004-11-121-1/+3
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-6/+3
* lowres fixes for the parserMichael Niedermayer2004-09-271-6/+10
OpenPOWER on IntegriCloud