index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
adpcm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/adpcm_data: Move tables only used by adpcm.c to it
Andreas Rheinhardt
2021-07-22
1
-7
/
+134
*
avcodec/adpcm: Don't include disabled AVCodecs
Andreas Rheinhardt
2021-07-22
1
-48
/
+56
*
avcodec/adpcm: Disable dead code
Andreas Rheinhardt
2021-07-22
1
-104
/
+108
*
avcodec/adpcm: Fix indentation
Andreas Rheinhardt
2021-07-22
1
-38
/
+38
*
avcodec/adpcm: Use smaller scope for some variables
Andreas Rheinhardt
2021-07-22
1
-123
/
+118
*
Revert "avcodec/adpcm: Set vqa_version before use in init"
Michael Niedermayer
2021-05-13
1
-2
/
+0
*
avcodec/adpcm: Set vqa_version before use in init
Michael Niedermayer
2021-05-12
1
-0
/
+2
*
avcodec/adpcm_psx: ignore unknown flag bits
Zane van Iperen
2021-05-12
1
-1
/
+1
*
avcodec/adpcm_psx: always fetch next byte irregardless of flag
Zane van Iperen
2021-05-12
1
-7
/
+7
*
avcodec: Implement Acorn Replay IMA ADPCM decoder
Cameron Cawley
2021-05-09
1
-0
/
+19
*
avcodec/adpcm_ima_apm: cosmetics
Zane van Iperen
2021-04-28
1
-7
/
+5
*
avcodec/adpcm_ima_apm: remove old extradata format
Zane van Iperen
2021-04-28
1
-5
/
+0
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avcodec/adpcm: Fixes output from Westwood ADPCM.
Aidan Richmond
2021-04-26
1
-3
/
+3
*
avcodec/adpcm: init from extradata before setting sample formats
Zane van Iperen
2021-04-25
1
-2
/
+2
*
avcodec/adpcm: refactor init/flush code
Zane van Iperen
2021-04-10
1
-42
/
+29
*
avcodec/adpcm_ima_cunning: reset state on flush
Zane van Iperen
2021-03-25
1
-0
/
+1
*
avcodec/adpcm_ima_alp: reset state on flush
Zane van Iperen
2021-03-25
1
-0
/
+1
*
avcodec/adpcm_ima_ssi: reset state on flush
Zane van Iperen
2021-03-25
1
-0
/
+1
*
avcodec/adpcm_argo: reset state on flush
Zane van Iperen
2021-03-25
1
-0
/
+7
*
avcodec/adpcm_aica: reset state in flush callback
Zane van Iperen
2021-03-25
1
-5
/
+5
*
avcodec/adpcm_zork: reset state in flush callback
Zane van Iperen
2021-03-25
1
-8
/
+16
*
avcodec/adpcm: add comment to has_status field
Zane van Iperen
2021-03-25
1
-1
/
+1
*
avcodec/adpcm_ima_cunning: reindent
Zane van Iperen
2021-03-19
1
-5
/
+5
*
avcodec/adpcm_ima_cunning: support stereo
Zane van Iperen
2021-03-19
1
-4
/
+7
*
avcodec/adpcm: Mark decoders as init-threadsafe
Andreas Rheinhardt
2020-12-04
1
-0
/
+1
*
avcodec/adpcm_ima_amv: document header format
Zane van Iperen
2020-11-09
1
-0
/
+10
*
avcodec/adpcm_ima_amv: use coded sample count
Zane van Iperen
2020-11-09
1
-1
/
+18
*
avcodec/adpcm_ima_amv: restrict to 1 channel
Zane van Iperen
2020-11-09
1
-1
/
+4
*
Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"
Zane van Iperen
2020-11-07
1
-13
/
+2
*
avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once
Zane van Iperen
2020-10-21
1
-2
/
+13
*
avcodec/adpcm: Check channels before use for ADPCM_PSX
Michael Niedermayer
2020-10-20
1
-1
/
+1
*
lavc, lavf: Remove newlines from calls to avpriv_request_sample().
Carl Eugen Hoyos
2020-10-11
1
-1
/
+1
*
avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX
Michael Niedermayer
2020-10-11
1
-0
/
+3
*
avcodec/adpcm_{psx,argo}: add missing indent
Zane van Iperen
2020-09-19
1
-43
/
+43
*
avcodec/adpcm_argo: support decoding multiple frames
Zane van Iperen
2020-09-19
1
-8
/
+8
*
avcodec/adpcm: take into account block_align when decoding ADPCM_PSX
Paul B Mahol
2020-09-12
1
-2
/
+5
*
avcodec: add ADPCM IMA MOFLEX decoder
Paul B Mahol
2020-09-03
1
-0
/
+26
*
avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters
Zane van Iperen
2020-08-07
1
-5
/
+5
*
avcodec/adpcm_argo: fix incorrect documentation
Zane van Iperen
2020-08-04
1
-1
/
+1
*
avcodec/adpcm_ima_apm: support new extradata format
Zane van Iperen
2020-06-26
1
-5
/
+12
*
avcodec/adpcm: XA: Check shift similar to filter
Michael Niedermayer
2020-06-07
1
-1
/
+9
*
avcodec/adpcm: Fix integer overflow in ADPCM THP
Michael Niedermayer
2020-05-13
1
-2
/
+2
*
avcodec/adpcm: Clip predictor for IMA_APM
Michael Niedermayer
2020-05-11
1
-2
/
+2
*
avcodec: add support for Cunning Developments' ADPCM
Zane van Iperen
2020-04-24
1
-0
/
+33
*
avcodec/adpcm: update get_nb_samples() doc
Zane van Iperen
2020-04-20
1
-1
/
+1
*
avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()
Zane van Iperen
2020-04-20
1
-3
/
+3
*
avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()
Zane van Iperen
2020-04-11
1
-9
/
+9
*
avcodec: add ADPCM IMA MTF decoder
Paul B Mahol
2020-03-17
1
-0
/
+33
*
avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSX
Michael Niedermayer
2020-03-11
1
-1
/
+1
[next]