summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
Commit message (Collapse)AuthorAge
...
* pnm parserMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres fixes for the parserMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000lMichael Niedermayer2004-07-09
| | | | Originally committed as revision 3301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic timestamp fixMichael Niedermayer2004-07-09
| | | | Originally committed as revision 3300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp duplication bugfixMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg audio timestamp fixMichael Niedermayer2004-05-23
| | | | Originally committed as revision 3150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-18
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
| | | | | | move codec specific code from parser.c -> <codecname>.c as far as its easily possible Originally committed as revision 3087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* >2 channels decoding fixMichael Niedermayer2004-04-29
| | | | Originally committed as revision 3086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts and dts support in parser APIFabrice Bellard2003-12-16
| | | | Originally committed as revision 2619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-15
| | | | Originally committed as revision 2614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill codec infoFabrice Bellard2003-12-12
| | | | Originally committed as revision 2599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also parse extradata for MPEG4Fabrice Bellard2003-11-10
| | | | Originally committed as revision 2493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new audio/video parser APIFabrice Bellard2003-11-10
Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk