summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* fix subtle logic problem in block unpacker that leads to incorrect tokenMike Melanson2003-05-19
* fix image buffer leak on keyframes, add more error condition checksMike Melanson2003-05-12
* fix motion vector decoding bug and reinstate interframesMike Melanson2003-05-11
* get those permutations straightMike Melanson2003-05-11
* squashed a bunch of subtle array indexing bugs, fixed block mappingMike Melanson2003-05-10
* dump the shady binary search logic (the part that binary searchesMike Melanson2003-05-10
* correct the custom coding mode alphabet, add some validation on theMike Melanson2003-05-08
* looking better all the time! motion compensation is starting to workMike Melanson2003-05-07
* fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson2003-05-07
* fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson2003-05-06
* first pass at a new VP3 video decoderMike Melanson2003-05-05