index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
adpcm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a note to remind people that new PCM/ADPCM formats need to be added to
Diego Biurrun
2008-07-05
1
-0
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
Michael Niedermayer
2008-05-28
1
-0
/
+6
*
cosmetics: Fix typos in ADPCM codec long names.
Diego Biurrun
2008-05-15
1
-3
/
+3
*
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Diego Biurrun
2008-05-15
1
-32
/
+34
*
identation
Baptiste Coudurier
2008-04-25
1
-24
/
+24
*
remove no more needed field
Baptiste Coudurier
2008-04-25
1
-1
/
+0
*
remove unused var
Baptiste Coudurier
2008-04-25
1
-1
/
+1
*
remove ima qt decoding hack, decode whole frame at once
Baptiste Coudurier
2008-04-25
1
-11
/
+5
*
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...
Baptiste Coudurier
2008-04-25
1
-1
/
+2
*
cosmetics: Sort some lists alphabetically.
Diego Biurrun
2008-04-17
1
-2
/
+2
*
Maxis XA demuxer and decoder.
Robert Marston
2008-04-14
1
-1
/
+26
*
ILP64 fixes (untested)
Michael Niedermayer
2008-04-13
1
-5
/
+5
*
Remove redundant &.
Michael Niedermayer
2008-04-13
1
-19
/
+19
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
IMA ADPCM encoder - QT variant
Kostya Shishkov
2008-03-06
1
-3
/
+37
*
const
Michael Niedermayer
2008-02-01
1
-3
/
+3
*
Fix clicking sound in xa-adpcm.
Alexander Strange
2007-12-27
1
-2
/
+0
*
fix predictor initialization for adpcm-ima encoder not to lose first sample
Timofei V. Bondarenko
2007-11-06
1
-4
/
+2
*
add Electronic Arts XAS ADPCM decoder
Aurelien Jacobs
2007-11-03
1
-0
/
+33
*
remove useless #undef
Aurelien Jacobs
2007-11-01
1
-2
/
+0
*
remove unreachable code
Aurelien Jacobs
2007-11-01
1
-7
/
+0
*
cosmetics: alignment
Aurelien Jacobs
2007-11-01
1
-4
/
+4
*
don't register adpcm encoders which are not implemented
Aurelien Jacobs
2007-11-01
1
-19
/
+19
*
cosmetics: sort
Aurelien Jacobs
2007-11-01
1
-3
/
+3
*
EA IMA EACS decoder
Peter Ross
2007-10-30
1
-0
/
+20
*
EA IMA SEAD decoder
Peter Ross
2007-10-30
1
-0
/
+8
*
EA ADPCM R1, R2 and R3 decoder
Peter Ross
2007-10-24
1
-2
/
+94
*
remove some useless initializations (the whole context is initialized to 0)
Aurelien Jacobs
2007-10-21
1
-5
/
+0
*
remove unused context var
Aurelien Jacobs
2007-10-21
1
-1
/
+0
*
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
Timofei V. Bondarenko
2007-10-17
1
-10
/
+10
*
Replace "signed short" typecast with "int16_t" as suggested by
Vladimir Voroshilov
2007-10-04
1
-1
/
+1
*
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"
Vladimir Voroshilov
2007-10-03
1
-4
/
+2
*
AMV audio decoder
Vitor Sessak
2007-09-27
1
-2
/
+15
*
cosmetics: Sort CODEC_ID list.
Diego Biurrun
2007-09-24
1
-9
/
+9
*
Cosmetics, indentation.
Benjamin Larsson
2007-08-19
1
-4
/
+4
*
Trellis quantization support for adpcm_swf.
Benjamin Larsson
2007-08-19
1
-2
/
+16
*
more usage of av_clip()
Aurelien Jacobs
2007-08-11
1
-14
/
+2
*
one more simplification
Aurelien Jacobs
2007-08-11
1
-7
/
+2
*
various simplifications around recent av_clip_int16() usage
Aurelien Jacobs
2007-08-11
1
-27
/
+18
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-21
/
+15
*
Don't encode the first sample twice.
Benjamin Larsson
2007-08-06
1
-1
/
+1
*
cosmetic, indentation
Baptiste Coudurier
2007-08-06
1
-38
/
+37
*
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
Baptiste Coudurier
2007-08-05
1
-2
/
+4
*
Set the step index correctly for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-1
/
+2
*
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-4
/
+10
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-10
/
+5
*
Per reference swf/flv adpcm encoder.
Benjamin Larsson
2007-04-11
1
-0
/
+28
*
Fix an underflow/overflow that was causing some crackles when playing
Marco Gerards
2007-04-10
1
-1
/
+3
[next]