86 Commits (e0752603a1e22923e6a5d1f004f2390e6f02168c)

Author SHA1 Message Date
Michael Niedermayer 81ef51e669 const 17 years ago
Alexander Strange d479d58cb6 Fix clicking sound in xa-adpcm. 17 years ago
Timofei V. Bondarenko 62b3415258 fix predictor initialization for adpcm-ima encoder not to lose first sample 17 years ago
Aurelien Jacobs 271b4095ad add Electronic Arts XAS ADPCM decoder 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
Peter Ross fac84d3c18 EA IMA EACS decoder 17 years ago
Peter Ross 7bb65d8964 EA IMA SEAD decoder 17 years ago
Peter Ross e758396268 EA ADPCM R1, R2 and R3 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
Timofei V. Bondarenko 880de6b0be Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). 17 years ago
Vladimir Voroshilov 94d9633a32 Replace "signed short" typecast with "int16_t" as suggested by 17 years ago
Vladimir Voroshilov 330194b9ce Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" 17 years ago
Vitor Sessak 3a7f5d072a AMV audio decoder 17 years ago
Diego Biurrun 1218a7e33d cosmetics: Sort CODEC_ID list. 17 years ago
Benjamin Larsson 622d633260 Cosmetics, indentation. 17 years ago
Benjamin Larsson 1cbe9d6a78 Trellis quantization support for adpcm_swf. 17 years ago
Aurelien Jacobs 88e2d5882b more usage of av_clip() 17 years ago
Aurelien Jacobs e4a50e6d2e one more simplification 17 years ago
Aurelien Jacobs 295f373792 various simplifications around recent av_clip_int16() usage 17 years ago
Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 17 years ago
Benjamin Larsson 00a254b7fe Don't encode the first sample twice. 17 years ago
Baptiste Coudurier d0fa156fc5 cosmetic, indentation 17 years ago
Baptiste Coudurier fe4ff07aa0 fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf 17 years ago
Baptiste Coudurier ac0691071e Set the step index correctly for flash adpcm. Patch by Baptiste 17 years ago
Baptiste Coudurier 9fff16bcbb Calculate the correct blocksize for flash adpcm. Patch by Baptiste 17 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Benjamin Larsson d64b88d440 Per reference swf/flv adpcm encoder. 18 years ago
Marco Gerards e457023a95 Fix an underflow/overflow that was causing some crackles when playing 18 years ago
Marco Gerards 90f2a1a03c cosmetics: indentation fix 18 years ago
Michael Niedermayer 949ed6bb30 use bytestream reader instead of bitstream for THP 18 years ago
Anssi Hannula 8e952e4d23 CRYO APC demuxer 18 years ago
Michael Niedermayer 204424a4c7 simplify 18 years ago
Michael Niedermayer b736a365be prev1/2 -> prev[2] 18 years ago
Michael Niedermayer 11d662666d simplify 18 years ago
Michael Niedermayer d9ddac2579 general purpose vars should be int 18 years ago
Michael Niedermayer 20f757076e table[index][ch] -> table[ch][index] (might be faster ...) 18 years ago
Marco Gerards d1e0d21f94 THP PCM decoder, used on the Nintendo GameCube. 18 years ago
Baptiste Coudurier 387afa9d01 fix adpcm swf decoding 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 3d7232ff00 add FIXME 18 years ago
Michael Niedermayer 14c49573d8 some (probably exploitable) out of array write fixes 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 7239fb5738 make the adx adpcm codec available 18 years ago