summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* theora comments skippingAlex Beregszaszi2003-10-11
* theora decoding support (only keyframes for now, because by theora the frame ...Alex Beregszaszi2003-10-11
* * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik2003-09-12
* fixing chroma MCMichael Niedermayer2003-08-20
* MC rounding fixed?Michael Niedermayer2003-08-19
* fix AVFrame.reference (the frames are used for decoding future frames so it s...Michael Niedermayer2003-08-19
* added the official VP3 IDCT (C implementation) as well as a grayscaleMike Melanson2003-07-10
* revising and fixing motion vectors, squished block unpacking bug thatMike Melanson2003-05-31
* 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