summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAge
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-23
| | | | Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleaksMichael Niedermayer2003-04-19
| | | | Originally committed as revision 1793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-28
| | | | Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-26
| | | | Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* db video chunk in avi files support (idea by Dmitry Poplavsky <dima at ↵Michael Niedermayer2003-03-20
| | | | | | thekompany dot com>) Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-12
| | | | Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing parsing of opendml avisMichael Niedermayer2003-03-11
| | | | Originally committed as revision 1662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ....Michael Niedermayer2003-03-08
| | | | Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv encoding fixedMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
| | | | | | fixed framerate encoding & decoding hopefully, this should fix av sync on long AVIs Originally committed as revision 1646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing not yet reversed changes from r1.7 -> r1.8 except the static/const ↵Michael Niedermayer2003-03-08
| | | | | | | | | stuff this seems to fix all avi parsing bugs kabi, can u explain what this was good for? Originally committed as revision 1644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try this fixFabrice Bellard2003-02-02
| | | | Originally committed as revision 1532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.aviFrançois Revol2002-12-20
| | | | Originally committed as revision 1350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk