summaryrefslogtreecommitdiffstats
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 1000000lMichael Niedermayer2004-07-091-1/+1
* field pic timestamp fixMichael Niedermayer2004-07-091-1/+7
* timestamp duplication bugfixMichael Niedermayer2004-06-301-1/+3
* mpeg audio timestamp fixMichael Niedermayer2004-05-231-1/+11
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+1
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-291-230/+20
* >2 channels decoding fixMichael Niedermayer2004-04-291-3/+6
* pts and dts support in parser APIFabrice Bellard2003-12-161-2/+35
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-151-7/+23
* fill codec infoFabrice Bellard2003-12-121-0/+3
* also parse extradata for MPEG4Fabrice Bellard2003-11-101-0/+12
* new audio/video parser APIFabrice Bellard2003-11-101-0/+892
OpenPOWER on IntegriCloud