]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
Mask bits of reference indexes properly to avoid negative numbers entangling
[ffmpeg] / libavcodec / vp3.c
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-27 Mike Melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 Mike Melansonhook up support for SSE2-optimized VP3 IDCT
2004-03-08 Mike Melansoncut over to using new VP3 DSP functions and remove...
2004-03-05 Michael Niedermayerfix motion compensation with (x+1/2,y+1/2) MVs
2003-12-08 Alex BeregszasziFF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
2003-12-08 Alex Beregszaszimore correct header parsing
2003-11-23 Alex Beregszaszitheora alpha3 support (with maintaining backward compat...
2003-11-23 Alex Beregszaszifinally working with old theora bitstream (flipped...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 Alex Beregszaszitheora comments skipping
2003-10-11 Alex Beregszaszitheora decoding support (only keyframes for now, becaus...
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