1395 Commits (b3a5d0039cb9b14421d6f1cc4fa38f316ccf9f0c)

Author SHA1 Message Date
Michael Niedermayer 11e659c203 golomb rice codes 22 years ago
Zdenek Kabelac 2248dd89ae * removed redundant includes (they were even wrongly used) 22 years ago
Nick Kurshev b8414bbd16 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga 22 years ago
Fabrice Bellard a9722aa6e5 works with old gcc versions too 22 years ago
Michael Niedermayer c2f1b2cb71 reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) 22 years ago
Michael Niedermayer 7408ad05cc 10l 22 years ago
Michael Niedermayer 5e20f836b3 FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) 22 years ago
Michael Niedermayer cd394651c9 more comments 22 years ago
Michael Niedermayer 8f8c0800f8 cleanup 22 years ago
Zdenek Kabelac bc634f6fc2 * 3gp patch by Joca 22 years ago
Michael Niedermayer 4b465299f3 4xm adpcm 22 years ago
Michael Niedermayer b60ad448de fix 4xm yuv->rgb565 transform 22 years ago
Michael Niedermayer 5be8a3737b 10l (array[-1] ...) 22 years ago
Michael Niedermayer 8809cfee0a 4xm codec 22 years ago
Mike Melanson 642d7e842e revising and fixing motion vectors, squished block unpacking bug that 22 years ago
Michael Niedermayer ba88675b1d rgb15 & rgb16 fix 22 years ago
Michael Niedermayer 61ccfcc009 (truncated) unary binerization 22 years ago
Michael Niedermayer cf713bb862 fix mpeg1/2 decoding if there are no 0 bytes after the bitstream 22 years ago
Michael Niedermayer 4cdfaf8093 mpeg1 decoding fix 22 years ago
Michael Niedermayer d592f67fb6 CABAC 22 years ago
Mike Melanson e2a7bb282d placeholder IDs for 4xm A/V codecs 22 years ago
Michael Niedermayer db6e779506 motion vector vissualization for mpeg1/2 22 years ago
James Stembridge ebc51331a8 set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>) 22 years ago
Mike Melanson 59fcece910 rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 22 years ago
Falk Hüffner 4cfbf61bf1 Warning and compatibility fixes. 22 years ago
Michael Niedermayer b534c7f92a some benchmarking code 22 years ago
Michael Niedermayer 9fe690c88f optimize 22 years ago
Michael Niedermayer 14b74d381a cleanup 22 years ago
Michael Niedermayer d07f90433a truncated h263 decoding support / H263-ES "demuxer" 22 years ago
Michael Niedermayer a9a07762b8 altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) 22 years ago
Zdenek Kabelac 31d8cb134d * compile fixes by Mitch at Bits.COM 22 years ago
Michael Niedermayer 6d50b2e673 cleanup 22 years ago
Wolfgang Hesseler 3859736446 CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 years ago
Michael Niedermayer 3d2e8cce3a ASV1 codec 22 years ago
Mike Melanson 22493ab9cb fix subtle logic problem in block unpacker that leads to incorrect token 22 years ago
Michael Niedermayer 6d71b38207 improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit 22 years ago
Michael Niedermayer 62cf114b59 seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) 22 years ago
Michael Niedermayer 377ec88802 bigendian fix 22 years ago
Michael Niedermayer 4c701ac80d CODEC_CAP_DRAW_HORIZ_BAND 22 years ago
Michael Niedermayer 669ac79cf5 moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) 22 years ago
Falk Hüffner 3db320ea0c Warning fixes. 22 years ago
Michael Niedermayer 94d44f455c optimize 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
Michael Niedermayer 3bb10888ff libmpeg2 style bitstream reader 17 vs 16 bit bugfix 22 years ago
BERO 41fda91d09 aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
BERO d4961b3523 fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me 22 years ago
Michael Niedermayer b82cdc7278 make sh4 IDCT optional, so the user can choose 22 years ago
BERO 0c6bd2ea0a sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
joca@rixmail.se 891f64b339 AMR-NB audio support patch by (<joca at rixmail dot se>) 22 years ago
Michael Niedermayer 17fb5fd34e libmpeg2 style bitstream reader fixes 22 years ago