]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM
[ffmpeg] / libavcodec / vp3.c
2003-09-12 Roman Shaposhnik * patch for compile problem by "Steven M. Schultz...
2003-08-20 Michael Niedermayerfixing chroma MC
2003-08-19 Michael NiedermayerMC rounding fixed?
2003-08-19 Michael Niedermayerfix AVFrame.reference (the frames are used for decoding...
2003-07-10 Mike Melansonadded the official VP3 IDCT (C implementation) as well...
2003-05-31 Mike Melansonrevising and fixing motion vectors, squished block...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-19 Mike Melansonfix subtle logic problem in block unpacker that leads...
2003-05-12 Mike Melansonfix image buffer leak on keyframes, add more error...
2003-05-11 Mike Melansonfix motion vector decoding bug and reinstate interframes
2003-05-11 Mike Melansonget those permutations straight
2003-05-10 Mike Melansonsquashed a bunch of subtle array indexing bugs, fixed...
2003-05-10 Mike Melansondump the shady binary search logic (the part that binar...
2003-05-08 Mike Melansoncorrect the custom coding mode alphabet, add some valid...
2003-05-07 Mike Melansonlooking better all the time! motion compensation is...
2003-05-07 Mike Melansonfixed buffer allocation logic (hopefully) so that decod...
2003-05-06 Mike Melansonfix decoder so that ffmpeg does not crash, at least...
2003-05-05 Mike Melansonfirst pass at a new VP3 video decoder