399 Commits (5dc047716ab62945e30e490e88b4f2faad3ddb3d)

Author SHA1 Message Date
Michael Niedermayer 722ff74055
avcodec/adpcm: Fix integer overflow in intermediate in ADPCM_XMD 2 years ago
Paul B Mahol 280e6e93fc avcodec: add ADPCM XMD decoder 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 984612a403 adpcm: convert to new channel layout API 3 years ago
Andreas Rheinhardt 73b847e136 avcodec/adpcm_data: Move tables only used by adpcm.c to it 3 years ago
Andreas Rheinhardt 0a67ca63e4 avcodec/adpcm: Don't include disabled AVCodecs 3 years ago
Andreas Rheinhardt 0f168344f1 avcodec/adpcm: Disable dead code 3 years ago
Andreas Rheinhardt 6914aa7fb4 avcodec/adpcm: Fix indentation 3 years ago
Andreas Rheinhardt 421de73a10 avcodec/adpcm: Use smaller scope for some variables 3 years ago
Michael Niedermayer f119d7526e Revert "avcodec/adpcm: Set vqa_version before use in init" 4 years ago
Michael Niedermayer 7a403da0cb avcodec/adpcm: Set vqa_version before use in init 4 years ago
Zane van Iperen d1c28c6c78
avcodec/adpcm_psx: ignore unknown flag bits 4 years ago
Zane van Iperen a845e6daa9
avcodec/adpcm_psx: always fetch next byte irregardless of flag 4 years ago
Cameron Cawley 5c7313c740
avcodec: Implement Acorn Replay IMA ADPCM decoder 4 years ago
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