378 Commits (2b54a2976224bd42d552f485b817682cb8c4a959)

Author SHA1 Message Date
Zane van Iperen 1ab74bc193
avcodec/adpcm_ima_apm: cosmetics 4 years ago
Zane van Iperen a859e57424
avcodec/adpcm_ima_apm: remove old extradata format 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Aidan Richmond 50442540d0
avcodec/adpcm: Fixes output from Westwood ADPCM. 4 years ago
Zane van Iperen ff946633a3
avcodec/adpcm: init from extradata before setting sample formats 4 years ago
Zane van Iperen c012f9b265
avcodec/adpcm: refactor init/flush code 4 years ago
Zane van Iperen e550667f61
avcodec/adpcm_ima_cunning: reset state on flush 4 years ago
Zane van Iperen 257d9f91fc
avcodec/adpcm_ima_alp: reset state on flush 4 years ago
Zane van Iperen ff7bbd6d88
avcodec/adpcm_ima_ssi: reset state on flush 4 years ago
Zane van Iperen 660c14a9b9
avcodec/adpcm_argo: reset state on flush 4 years ago
Zane van Iperen efb58ec8f9
avcodec/adpcm_aica: reset state in flush callback 4 years ago
Zane van Iperen 95280cf3e7
avcodec/adpcm_zork: reset state in flush callback 4 years ago
Zane van Iperen 55a50885b9
avcodec/adpcm: add comment to has_status field 4 years ago
Zane van Iperen d294c33231
avcodec/adpcm_ima_cunning: reindent 4 years ago
Zane van Iperen 684745230f
avcodec/adpcm_ima_cunning: support stereo 4 years ago
Andreas Rheinhardt 87a5d9821f avcodec/adpcm: Mark decoders as init-threadsafe 4 years ago
Zane van Iperen 8903cb3c15
avcodec/adpcm_ima_amv: document header format 4 years ago
Zane van Iperen 50d3a751aa
avcodec/adpcm_ima_amv: use coded sample count 4 years ago
Zane van Iperen d6912294d3
avcodec/adpcm_ima_amv: restrict to 1 channel 4 years ago
Zane van Iperen 45d45c8ec5
Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once" 4 years ago
Zane van Iperen e9dd73d30d
avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once 4 years ago
Michael Niedermayer 4ebe40ef64 avcodec/adpcm: Check channels before use for ADPCM_PSX 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Michael Niedermayer 991246657b avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX 4 years ago
Zane van Iperen bb021be31c
avcodec/adpcm_{psx,argo}: add missing indent 4 years ago
Zane van Iperen 9eabe9c4b5
avcodec/adpcm_argo: support decoding multiple frames 4 years ago
Paul B Mahol ca49476ace avcodec/adpcm: take into account block_align when decoding ADPCM_PSX 4 years ago
Paul B Mahol a1caa16d45 avcodec: add ADPCM IMA MOFLEX decoder 4 years ago
Zane van Iperen 5d1e1dd6bd
avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters 4 years ago
Zane van Iperen fa7ad81dab
avcodec/adpcm_argo: fix incorrect documentation 4 years ago
Zane van Iperen b35968e060 avcodec/adpcm_ima_apm: support new extradata format 5 years ago
Michael Niedermayer 6d96bae9c4 avcodec/adpcm: XA: Check shift similar to filter 5 years ago
Michael Niedermayer b12b05374f avcodec/adpcm: Fix integer overflow in ADPCM THP 5 years ago
Michael Niedermayer 8ee264e684 avcodec/adpcm: Clip predictor for IMA_APM 5 years ago
Zane van Iperen 3e22e738c0 avcodec: add support for Cunning Developments' ADPCM 5 years ago
Zane van Iperen 0bce55ac89 avcodec/adpcm: update get_nb_samples() doc 5 years ago
Zane van Iperen 7150123aab avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for() 5 years ago
Zane van Iperen 67c4405fac avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble() 5 years ago
Paul B Mahol 230703a9fa avcodec: add ADPCM IMA MTF decoder 5 years ago
Michael Niedermayer 0a11ef68f0 avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSX 5 years ago
Zane van Iperen d90413e1e5 avcodec: add decoder for High Voltage Software's ALP ADPCM 5 years ago
Michael Niedermayer ac73879f1b avcodec/adpcm: Clip step index for ADPCM_IMA_APM 5 years ago
Paul B Mahol 553d836d62 avcodec/adpcm: cosmetics; reindent 5 years ago
Zane van Iperen af65357207 avcodec: add decoder for Rayman 2's ADPCM variant 5 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
Zane van Iperen 5d038a86d6 avcodec: add decoder for Simon & Schuster Interactive's ADPCM variant 5 years ago
Zane van Iperen b49404ea30 avcodec/adpcm_argo: simplify and move duplicated logic into a function 5 years ago
Zane van Iperen bf890ae0d7 avcodec: add decoder for argonaut games' adpcm codec 5 years ago
Andreas Rheinhardt 3ad8af51b7 avcodec/adpcm: Fix undefined left shifts of negative numbers 5 years ago
Michael Niedermayer 794352ae9d avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS 5 years ago