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
*
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
*
cosmetics: indentation fix
Marco Gerards
2007-04-08
1
-2
/
+2
*
use bytestream reader instead of bitstream for THP
Michael Niedermayer
2007-04-07
1
-12
/
+11
*
CRYO APC demuxer
Anssi Hannula
2007-04-07
1
-0
/
+6
*
simplify
Michael Niedermayer
2007-04-07
1
-4
/
+2
*
prev1/2 -> prev[2]
Michael Niedermayer
2007-04-07
1
-7
/
+7
*
simplify
Michael Niedermayer
2007-04-07
1
-3
/
+2
*
general purpose vars should be int
Michael Niedermayer
2007-04-07
1
-1
/
+1
*
table[index][ch] -> table[ch][index] (might be faster ...)
Michael Niedermayer
2007-04-07
1
-4
/
+4
*
THP PCM decoder, used on the Nintendo GameCube.
Marco Gerards
2007-04-07
1
-0
/
+68
*
fix adpcm swf decoding
Baptiste Coudurier
2007-03-02
1
-39
/
+20
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-14
/
+14
*
add FIXME
Michael Niedermayer
2007-02-02
1
-1
/
+1
*
some (probably exploitable) out of array write fixes
Michael Niedermayer
2007-02-02
1
-2
/
+23
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-5
/
+5
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
[next]