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