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
/
adpcmenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avcodec/adpcmenc: Adds encoder for Westwood ADPCM.
Aidan Richmond
2021-04-26
1
-2
/
+30
*
avcodec/adpcm_swf: remove memory allocation during trellis encoding
Zane van Iperen
2021-04-10
1
-3
/
+4
*
avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs.
Zane van Iperen
2021-04-02
1
-8
/
+8
*
avcodec/adpcmenc: Mark encoders as init-threadsafe
Andreas Rheinhardt
2020-12-04
1
-1
/
+1
*
avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV
Andreas Rheinhardt
2020-11-12
1
-0
/
+1
*
avcodec: add adpcm_ima_amv encoder
Zane van Iperen
2020-11-09
1
-1
/
+57
*
avcodec/adpcm_ima_swf: fix frame size to 4096
Zane van Iperen
2020-11-07
1
-1
/
+1
*
avcodec: add adpcm_ima_alp encoder
Zane van Iperen
2020-10-25
1
-0
/
+40
*
avcodec/adpcm_swf: support custom block size for encoding
Zane van Iperen
2020-10-21
1
-1
/
+1
*
avcodec/adpcm_swf: set block_align when encoding
Zane van Iperen
2020-10-21
1
-4
/
+3
*
avcodec/adpcmenc: remove BLKSIZE #define
Zane van Iperen
2020-10-17
1
-1
/
+1
*
avcodec/adpcm_ima_wav: support custom block size for encoding
Zane van Iperen
2020-10-17
1
-2
/
+2
*
avcodec/adpcm_yamaha: support custom block size for encoding
Zane van Iperen
2020-10-17
1
-2
/
+2
*
avcodec/adpcm_ima_apm: support custom block size for encoding
Zane van Iperen
2020-10-17
1
-2
/
+2
*
avcodec/adpcm_ima_ssi: support custom block size for encoding
Zane van Iperen
2020-10-17
1
-2
/
+2
*
avcodec/adpcm_ms: support custom block size for encoding
Zane van Iperen
2020-10-17
1
-2
/
+2
*
avcodec/adpcmenc: add "block_size" option
Zane van Iperen
2020-10-17
1
-0
/
+32
*
avcodec: add adpcm_argo encoder
Zane van Iperen
2020-08-07
1
-1
/
+85
*
avcodec/adpcmenc: cleanup trellis checks
Zane van Iperen
2020-07-21
1
-17
/
+18
*
avcodec: add adpcm_ima_apm encoder
Zane van Iperen
2020-07-21
1
-2
/
+32
*
avcodec/adpcmenc: remove forward declaration
Andriy Gelman
2020-06-20
1
-2
/
+0
*
avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lable
Limin Wang
2020-06-13
1
-22
/
+16
*
avcodec/adpcmenc: fix formatting
Zane van Iperen
2020-05-27
1
-5
/
+5
*
avcodec: add adpcm_ima_ssi encoder
Zane van Iperen
2020-05-27
1
-0
/
+32
*
avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()
Zane van Iperen
2020-05-27
1
-17
/
+18
*
avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUP
Limin Wang
2020-05-27
1
-1
/
+1
*
adpcm: fix clipping for yamaha
Paul B Mahol
2017-02-15
1
-2
/
+2
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
|
*
Remove unnecessary get_bits.h #includes and add missing headers where needed.
Alexandra Hájková
2016-05-04
1
-1
/
+0
*
|
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
|
*
adpcm: Write the proper predictor in trellis mode in IMA QT
Martin Storsjö
2014-06-10
1
-0
/
+1
|
*
adpcm: Avoid reading out of bounds in the IMA QT trellis encoder
Martin Storsjö
2014-06-06
1
-1
/
+1
*
|
avcodec: Add a min size parameter to ff_alloc_packet2()
Michael Niedermayer
2015-07-27
1
-1
/
+1
*
|
Fix buffer_size argument to init_put_bits() in multiple encoders.
Dyami Caliri
2015-02-26
1
-2
/
+2
*
|
avcodec/adpcm: use av_clip_intp2()
Michael Niedermayer
2015-02-21
1
-1
/
+1
*
|
avcodec: Use av_clip_uintp2() where possible
Michael Niedermayer
2015-02-21
1
-1
/
+1
*
|
avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()
Michael Niedermayer
2014-09-10
1
-1
/
+1
*
|
Correct few "ffmpeg" typos
Paul B Mahol
2014-08-24
1
-1
/
+1
*
|
avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()
Michael Niedermayer
2014-06-06
1
-1
/
+1
*
|
adpcm: Write the proper predictor in trellis mode in IMA QT
Martin Storsjö
2014-06-06
1
-0
/
+1
*
|
adpcm: Fix trellis encoding of IMA QT
Martin Storsjö
2014-06-06
1
-1
/
+1
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-04-11
1
-4
/
+4
|
\
\
|
|
/
|
*
Move misplaced file author information where it belongs
Diego Biurrun
2013-04-11
1
-4
/
+4
*
|
Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'
Michael Niedermayer
2013-03-12
1
-8
/
+0
|
\
\
|
|
/
|
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-8
/
+0
[next]