| Commit message (Expand) | Author | Age | Files | Lines |
* | FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support | Alex Beregszaszi | 2003-12-08 | 1 | -3/+5 |
* | more correct header parsing | Alex Beregszaszi | 2003-12-08 | 1 | -24/+56 |
* | theora alpha3 support (with maintaining backward compatibility, maybe we shou... | Alex Beregszaszi | 2003-11-23 | 1 | -3/+15 |
* | finally working with old theora bitstream (flipped image), the only sample I ... | Alex Beregszaszi | 2003-11-23 | 1 | -17/+89 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -15/+15 |
* | theora comments skipping | Alex Beregszaszi | 2003-10-11 | 1 | -1/+20 |
* | theora decoding support (only keyframes for now, because by theora the frame ... | Alex Beregszaszi | 2003-10-11 | 1 | -18/+171 |
* | * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM | Roman Shaposhnik | 2003-09-12 | 1 | -37/+37 |
* | fixing chroma MC | Michael Niedermayer | 2003-08-20 | 1 | -16/+15 |
* | MC rounding fixed? | Michael Niedermayer | 2003-08-19 | 1 | -20/+20 |
* | fix AVFrame.reference (the frames are used for decoding future frames so it s... | Michael Niedermayer | 2003-08-19 | 1 | -5/+6 |
* | added the official VP3 IDCT (C implementation) as well as a grayscale | Mike Melanson | 2003-07-10 | 1 | -41/+322 |
* | revising and fixing motion vectors, squished block unpacking bug that | Mike Melanson | 2003-05-31 | 1 | -84/+64 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -1/+0 |
* | fix subtle logic problem in block unpacker that leads to incorrect token | Mike Melanson | 2003-05-19 | 1 | -18/+24 |
* | fix image buffer leak on keyframes, add more error condition checks | Mike Melanson | 2003-05-12 | 1 | -7/+26 |
* | fix motion vector decoding bug and reinstate interframes | Mike Melanson | 2003-05-11 | 1 | -19/+24 |
* | get those permutations straight | Mike Melanson | 2003-05-11 | 1 | -6/+10 |
* | squashed a bunch of subtle array indexing bugs, fixed block mapping | Mike Melanson | 2003-05-10 | 1 | -45/+143 |
* | dump the shady binary search logic (the part that binary searches | Mike Melanson | 2003-05-10 | 1 | -49/+44 |
* | correct the custom coding mode alphabet, add some validation on the | Mike Melanson | 2003-05-08 | 1 | -25/+25 |
* | looking better all the time! motion compensation is starting to work | Mike Melanson | 2003-05-07 | 1 | -20/+16 |
* | fixed buffer allocation logic (hopefully) so that decoder does not crash | Mike Melanson | 2003-05-07 | 1 | -37/+162 |
* | fix decoder so that ffmpeg does not crash, at least not right away | Mike Melanson | 2003-05-06 | 1 | -17/+16 |
* | first pass at a new VP3 video decoder | Mike Melanson | 2003-05-05 | 1 | -0/+2325 |