summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY supportAlex Beregszaszi2003-12-081-3/+5
* more correct header parsingAlex Beregszaszi2003-12-081-24/+56
* theora alpha3 support (with maintaining backward compatibility, maybe we shou...Alex Beregszaszi2003-11-231-3/+15
* finally working with old theora bitstream (flipped image), the only sample I ...Alex Beregszaszi2003-11-231-17/+89
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-15/+15
* theora comments skippingAlex Beregszaszi2003-10-111-1/+20
* theora decoding support (only keyframes for now, because by theora the frame ...Alex Beregszaszi2003-10-111-18/+171
* * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COMRoman Shaposhnik2003-09-121-37/+37
* fixing chroma MCMichael Niedermayer2003-08-201-16/+15
* MC rounding fixed?Michael Niedermayer2003-08-191-20/+20
* fix AVFrame.reference (the frames are used for decoding future frames so it s...Michael Niedermayer2003-08-191-5/+6
* added the official VP3 IDCT (C implementation) as well as a grayscaleMike Melanson2003-07-101-41/+322
* revising and fixing motion vectors, squished block unpacking bug thatMike Melanson2003-05-311-84/+64
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+0
* fix subtle logic problem in block unpacker that leads to incorrect tokenMike Melanson2003-05-191-18/+24
* fix image buffer leak on keyframes, add more error condition checksMike Melanson2003-05-121-7/+26
* fix motion vector decoding bug and reinstate interframesMike Melanson2003-05-111-19/+24
* get those permutations straightMike Melanson2003-05-111-6/+10
* squashed a bunch of subtle array indexing bugs, fixed block mappingMike Melanson2003-05-101-45/+143
* dump the shady binary search logic (the part that binary searchesMike Melanson2003-05-101-49/+44
* correct the custom coding mode alphabet, add some validation on theMike Melanson2003-05-081-25/+25
* looking better all the time! motion compensation is starting to workMike Melanson2003-05-071-20/+16
* fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson2003-05-071-37/+162
* fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson2003-05-061-17/+16
* first pass at a new VP3 video decoderMike Melanson2003-05-051-0/+2325
OpenPOWER on IntegriCloud