5754 Commits (9abf2433162a8ff9626be18a9699e27f55e58e1c)

Author SHA1 Message Date
Aurelien Jacobs 271b4095ad add Electronic Arts XAS ADPCM decoder 17 years ago
Fabrice Bellard eb1c687b1b Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM 17 years ago
Kostya Shishkov 24e649afe3 Split Musepack decoder into SV7 decoder and synth core 17 years ago
Aurelien Jacobs 76c443c6d4 move adx.c to adxdec.c 17 years ago
Aurelien Jacobs c31dea6136 split adx encoder in its own file 17 years ago
Aurelien Jacobs 4f95f80e2d remove useless debug func 17 years ago
Aurelien Jacobs c4cc361099 cleanup and simplify adx_decode_header() 17 years ago
Aurelien Jacobs 6177c7efe1 remove useless initialization to 0 of adx context 17 years ago
Aurelien Jacobs ad8df79b1d simplify dpcm decoders declaration using a macro 17 years ago
Aurelien Jacobs e916de2c8d remove useless #undef 17 years ago
Aurelien Jacobs c33ed2aaf9 remove unreachable code 17 years ago
Aurelien Jacobs 0137034996 cosmetics: alignment 17 years ago
Aurelien Jacobs f6e2300fe7 don't register adpcm encoders which are not implemented 17 years ago
Aurelien Jacobs 7c032a369a cosmetics: sort 17 years ago
Michael Niedermayer c5d99f2b79 prefer our native vorbis decoder over libvorbis 17 years ago
Michael Niedermayer e14356c895 fix issue130 17 years ago
Peter Ross fac84d3c18 EA IMA EACS decoder 17 years ago
Peter Ross 7bb65d8964 EA IMA SEAD decoder 17 years ago
Loren Merritt 90f0344165 remove a branch from an inner loop. 17 years ago
Peter Ross e758396268 EA ADPCM R1, R2 and R3 decoder 17 years ago
Diego Biurrun 3a994ca43b Clarify comment block and rewrite in better English. 17 years ago
Kostya Shishkov bf672ac73f Use simple IDCT for now 17 years ago
Kostya Shishkov c6137a61f4 Remove incorrect and unneeded code 17 years ago
Kostya Shishkov 66f7679c62 Beam Software SIFF demuxer and video decoder 17 years ago
Aurelien Jacobs a70a3f0b4d remove some useless initializations (the whole context is initialized to 0) 17 years ago
Aurelien Jacobs c6e2f0831c remove unused context var 17 years ago
Kostya Shishkov fe7e750fb5 New RM format deserves small version bump 17 years ago
Kostya Shishkov 63e6c1766c indentation after last commit 17 years ago
Kostya Shishkov dd55d4a315 Make RV10/20 decoder work with new frame format 17 years ago
Aurelien Jacobs f9a00ba8c1 ensure all compiled in codec/muxer are registered 17 years ago
Aurelien Jacobs 98942fb2c9 small simplification 17 years ago
Kostya Shishkov bbfc038f09 WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform 17 years ago
Benjamin Larsson ff4b050ab4 Unaligned memory access rcrash fix 17 years ago
Michel Bardiaux 59771f7191 Print pixel and display aspect ratios 17 years ago
Michael Niedermayer 3c11a27b44 replace (disabled by default) assert(0) by abort() if the picture buffer 17 years ago
Diego Biurrun 24743a767f Rename LIB to LIBNAME for consistency. 17 years ago
Timofei V. Bondarenko 880de6b0be Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). 17 years ago
Diego Biurrun deb43f0bd8 Explain why there are no multiple inclusion guards in these header files. 17 years ago
Diego Biurrun 9b1f04b08b Clarify comment that explains why this header lacks multiple inclusion guards. 17 years ago
Aurelien Jacobs ab54bff20a Remove wrong multiple inclusion guards. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 6a03549e8a Add a comment that explains why this header lacks multiple inclusion guards. 17 years ago
Diego Biurrun 31b2c1446f Add missing multiple inclusion guards. 17 years ago
Diego Biurrun aeb6a69714 Fix #endif comment typo. 17 years ago
Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 17 years ago
Jeff Downs 2143b11853 Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by 17 years ago
Aurelien Jacobs f1bf85b8cf Cygwin don't like this function declaration. 17 years ago
Benjamin Larsson 636b13c5fc Nellymoser ASAO decoder 17 years ago
Martin Zlomek 44a7e65a51 Fix mix-up of values in r10690 (deblocking for PAFF). 17 years ago
Aurelien Jacobs f28b10483a add support for VP6 with huffman encoded blocks 17 years ago