summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* 04-vp3 fix(by matthieu castet).patchMichael Niedermayer2005-03-03
* VP3 post-processing loop filter; disabled until the correct final stepMike Melanson2005-03-01
* 10l (negative strides)Michael Niedermayer2005-01-26
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* get_bits(32) fixMichael Niedermayer2004-08-16
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-27
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-25
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-05
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-08
* more correct header parsingAlex Beregszaszi2003-12-08
* theora alpha3 support (with maintaining backward compatibility, maybe we shou...Alex Beregszaszi2003-11-23
* finally working with old theora bitstream (flipped image), the only sample I ...Alex Beregszaszi2003-11-23
* 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