summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Collapse)AuthorAge
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix subtle logic problem in block unpacker that leads to incorrect tokenMike Melanson2003-05-19
| | | | | | decoding which leads to segfaults Originally committed as revision 1890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image buffer leak on keyframes, add more error condition checksMike Melanson2003-05-12
| | | | Originally committed as revision 1856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix motion vector decoding bug and reinstate interframesMike Melanson2003-05-11
| | | | Originally committed as revision 1851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get those permutations straightMike Melanson2003-05-11
| | | | Originally committed as revision 1850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* squashed a bunch of subtle array indexing bugs, fixed block mappingMike Melanson2003-05-10
| | | | | | | added more error checking, added (and enabled, for the time being) a keyframe-only mode Originally committed as revision 1849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump the shady binary search logic (the part that binary searchesMike Melanson2003-05-10
| | | | | | through unsorted data) Originally committed as revision 1847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct the custom coding mode alphabet, add some validation on theMike Melanson2003-05-08
| | | | | | motion vectors (which are not completely correct yet) Originally committed as revision 1844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* looking better all the time! motion compensation is starting to workMike Melanson2003-05-07
| | | | Originally committed as revision 1841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson2003-05-07
| | | | | | | most ffmpeg-enabled apps; added a bunch on motion compensation stuff which is effectively disabled at the moment while details are worked out Originally committed as revision 1840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson2003-05-06
| | | | Originally committed as revision 1838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk