| Commit message (Expand) | Author | Age | Files | Lines |
* | altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) | Michael Niedermayer | 2003-05-21 | 6 | -27/+109 |
* | * compile fixes by Mitch at Bits.COM | Zdenek Kabelac | 2003-05-20 | 1 | -5/+5 |
* | cleanup | Michael Niedermayer | 2003-05-20 | 1 | -14/+3 |
* | CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) | Wolfgang Hesseler | 2003-05-20 | 1 | -0/+28 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 14 | -52/+530 |
* | fix subtle logic problem in block unpacker that leads to incorrect token | Mike Melanson | 2003-05-19 | 1 | -18/+24 |
* | improving 3IV1 support (still far from perfect) note, disabled as it requires... | Michael Niedermayer | 2003-05-18 | 1 | -17/+49 |
* | seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor... | Michael Niedermayer | 2003-05-16 | 1 | -6/+6 |
* | bigendian fix | Michael Niedermayer | 2003-05-16 | 2 | -6/+14 |
* | CODEC_CAP_DRAW_HORIZ_BAND | Michael Niedermayer | 2003-05-16 | 1 | -13/+19 |
* | moving the svq3 motion compensation stuff to dsputil (this also means that ex... | Michael Niedermayer | 2003-05-15 | 3 | -129/+274 |
* | Warning fixes. | Falk Hüffner | 2003-05-15 | 5 | -6/+6 |
* | optimize | Michael Niedermayer | 2003-05-15 | 1 | -25/+41 |
* | cleanup | Michael Niedermayer | 2003-05-14 | 11 | -83/+87 |
* | libmpeg2 style bitstream reader 17 vs 16 bit bugfix | Michael Niedermayer | 2003-05-14 | 2 | -3/+3 |
* | aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 2 | -0/+2090 |
* | fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu... | BERO | 2003-05-14 | 4 | -22/+26 |
* | make sh4 IDCT optional, so the user can choose | Michael Niedermayer | 2003-05-14 | 2 | -3/+7 |
* | sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 6 | -0/+526 |
* | AMR-NB audio support patch by (<joca at rixmail dot se>) | joca@rixmail.se | 2003-05-14 | 4 | -0/+175 |
* | libmpeg2 style bitstream reader fixes | Michael Niedermayer | 2003-05-14 | 3 | -10/+49 |
* | some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) | Michael Niedermayer | 2003-05-14 | 1 | -6/+9 |
* | decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ... | BERO | 2003-05-14 | 3 | -21/+18 |
* | bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 4 | -19/+72 |
* | small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co d... | BERO | 2003-05-13 | 1 | -6/+3 |
* | optimizations | Michael Niedermayer | 2003-05-13 | 2 | -18/+37 |
* | * oops - reversed last commit | Zdenek Kabelac | 2003-05-13 | 1 | -43/+31 |
* | optimizations | Michael Niedermayer | 2003-05-13 | 4 | -37/+138 |
* | 100l (document buffer padding requirements) | Michael Niedermayer | 2003-05-12 | 2 | -3/+15 |
* | * sync | Zdenek Kabelac | 2003-05-12 | 1 | -31/+43 |
* | * link libfaad when needed | Zdenek Kabelac | 2003-05-12 | 1 | -0/+5 |
* | * quiet missing EOF \n warning | Zdenek Kabelac | 2003-05-12 | 1 | -1/+1 |
* | * support for AAC audio streams via libfaad | Zdenek Kabelac | 2003-05-12 | 4 | -0/+259 |
* | fix image buffer leak on keyframes, add more error condition checks | Mike Melanson | 2003-05-12 | 1 | -7/+26 |
* | * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) | Roman Shaposhnik | 2003-05-12 | 1 | -2/+8 |
* | ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) | Dan Christiansen | 2003-05-11 | 1 | -1/+3 |
* | more idct_permute docs | Michael Niedermayer | 2003-05-11 | 1 | -0/+4 |
* | 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 | 2 | -9/+13 |
* | squashed a bunch of subtle array indexing bugs, fixed block mapping | Mike Melanson | 2003-05-10 | 1 | -45/+143 |
* | print obmc bug info only if avctx->debug&1 | Michael Niedermayer | 2003-05-10 | 1 | -1/+2 |
* | dump the shady binary search logic (the part that binary searches | Mike Melanson | 2003-05-10 | 1 | -49/+44 |
* | change the way the ImageDescription is passed to the decoder | Mike Melanson | 2003-05-10 | 1 | -13/+19 |
* | svq3 decoder by anonymous | Michael Niedermayer | 2003-05-09 | 6 | -12/+861 |
* | correct the custom coding mode alphabet, add some validation on the | Mike Melanson | 2003-05-08 | 1 | -25/+25 |
* | more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c... | Michael Niedermayer | 2003-05-07 | 3 | -6/+40 |
* | * introducing new public interface in imgconvert.c | Roman Shaposhnik | 2003-05-07 | 4 | -105/+126 |
* | 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 |
* | release buffer cleanup | Michael Niedermayer | 2003-05-06 | 5 | -16/+27 |