projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
more usage of av_clip()
[ffmpeg.git]
/
libavcodec
/
adpcm.c
2007-08-11
Aurelien Jacobs
more usage of av_clip()
blob
|
commitdiff
2007-08-11
Aurelien Jacobs
one more simplification
blob
|
commitdiff
|
diff to current
2007-08-11
Aurelien Jacobs
various simplifications around recent av_clip_int16...
blob
|
commitdiff
|
diff to current
2007-08-11
Aurelien Jacobs
use av_clip_int16() where it makes sense
blob
|
commitdiff
|
diff to current
2007-08-06
Benjamin Larsson
Don't encode the first sample twice.
blob
|
commitdiff
|
diff to current
2007-08-06
Baptiste Coudurier
cosmetic, indentation
blob
|
commitdiff
|
diff to current
2007-08-05
Baptiste Coudurier
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP...
blob
|
commitdiff
|
diff to current
2007-07-18
Baptiste Coudurier
Set the step index correctly for flash adpcm. Patch...
blob
|
commitdiff
|
diff to current
2007-07-18
Baptiste Coudurier
Calculate the correct blocksize for flash adpcm. Patch...
blob
|
commitdiff
|
diff to current
2007-06-12
Diego Biurrun
misc typo fixes
blob
|
commitdiff
|
diff to current
2007-06-02
Ramiro Polla
Use AV_xx throughout libavcodec
blob
|
commitdiff
|
diff to current
2007-04-11
Benjamin Larsson
Per reference swf/flv adpcm encoder.
blob
|
commitdiff
|
diff to current
2007-04-10
Marco Gerards
Fix an underflow/overflow that was causing some crackle...
blob
|
commitdiff
|
diff to current
2007-04-08
Marco Gerards
cosmetics: indentation fix
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
use bytestream reader instead of bitstream for THP
blob
|
commitdiff
|
diff to current
2007-04-07
Anssi Hannula
CRYO APC demuxer
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
prev1/2 -> prev[2]
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
general purpose vars should be int
blob
|
commitdiff
|
diff to current
2007-04-07
Michael Niedermayer
table[index][ch] -> table[ch][index] (might be faster...
blob
|
commitdiff
|
diff to current
2007-04-07
Marco Gerards
THP PCM decoder, used on the Nintendo GameCube.
blob
|
commitdiff
|
diff to current
2007-03-02
Baptiste Coudurier
fix adpcm swf decoding
blob
|
commitdiff
|
diff to current
2007-02-25
Reimar Döffinger
Add av_ prefix to clip functions
blob
|
commitdiff
|
diff to current
2007-02-02
Michael Niedermayer
add FIXME
blob
|
commitdiff
|
diff to current
2007-02-02
Michael Niedermayer
some (probably exploitable) out of array write fixes
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-07-08
Måns Rullgård
make the adx adpcm codec available
blob
|
commitdiff
|
diff to current
2006-06-03
Loren Merritt
ADPCM: trellis quantization
blob
|
commitdiff
|
diff to current
2006-06-03
Loren Merritt
adpcm_ima & adpcm_yamaha: improved quantization
blob
|
commitdiff
|
diff to current
2006-03-02
Michael Niedermayer
cleanup IMA-ADPCM WAV decoder
blob
|
commitdiff
|
diff to current
2006-02-16
Aurelien Jacobs
add Creative 8 bits ADPCM schemes support
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-07-16
Michael Niedermayer
yamaha adpcm nibbles in the wrong order fix by (Vidar...
blob
|
commitdiff
|
diff to current
2005-07-15
Vidar Madsen
Add Yamaha ADPCM encoding/decoding patch by (Vidar...
blob
|
commitdiff
|
diff to current
2005-06-01
Michael Niedermayer
adding a few const
blob
|
commitdiff
|
diff to current
2005-02-21
Alex Beregszaszi
macromedia flavour adpcm decoding (used in flv and...
blob
|
commitdiff
|
diff to current
2004-10-12
Mike Melanson
Creative ADPCM decoder, format 0x200, courtesy of Konst...
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
data_size = 0 cleanup
blob
|
commitdiff
|
diff to current
2004-03-14
Mike Melanson
remove numerous definitions of BE_*/LE_* macros; conver...
blob
|
commitdiff
|
diff to current
2004-02-08
Michael Niedermayer
M$ ADPCM encoding & some simplifications
blob
|
commitdiff
|
diff to current
2004-02-03
Mike Melanson
added support for EA ADPCM and SMJPEG IMA ADPCM
blob
|
commitdiff
|
diff to current
2004-01-31
Mike Melanson
handle 0-length buffers
blob
|
commitdiff
|
diff to current
2004-01-10
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2003-12-16
Mike Melanson
initial predictors are not sent to the output in QT...
blob
|
commitdiff
|
diff to current
2003-11-10
Fabrice Bellard
comment fix
blob
|
commitdiff
|
diff to current
2003-11-03
Michel Bardiaux
av_log() patch by (Michel Bardiaux <mbardiaux at peakti...
blob
|
commitdiff
|
diff to current
2003-10-26
Michael Niedermayer
fixing the remaning block-align checks
blob
|
commitdiff
|
diff to current
2003-10-26
Assaf Yaari
block algn patch by ("Assaf Yaari" <assafy at mobixell...
blob
|
commitdiff
|
diff to current
2003-10-22
Alex Beregszaszi
100l
blob
|
commitdiff
|
diff to current
2003-10-15
Mike Melanson
activate the XA and ADX ADPCM codecs
blob
|
commitdiff
|
diff to current
2003-10-14
Mike Melanson
disable encoders where appropriate (patch courtesy...
blob
|
commitdiff
|
diff to current
2003-10-01
Mike Melanson
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...
blob
|
commitdiff
|
diff to current
2003-09-08
Mike Melanson
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...
blob
|
commitdiff
|
diff to current
2003-06-03
Michael Niedermayer
4xm adpcm
blob
|
commitdiff
|
diff to current
2003-03-06
Michael Niedermayer
per file doxy
blob
|
commitdiff
|
diff to current
2003-03-03
Zdenek Kabelac
* minor optimalization
blob
|
commitdiff
|
diff to current
2003-02-24
Zdenek Kabelac
* fixed IMA WAV decoding (though still might not be...
blob
|
commitdiff
|
diff to current
2003-02-11
Zdenek Kabelac
* UINTX -> uintx_t INTX -> intx_t
blob
|
commitdiff
|
diff to current
2002-12-09
Michael Niedermayer
AVVideoFrame -> AVFrame
blob
|
commitdiff
|
diff to current
2002-07-22
François Revol
adpcm encoding patch by François Revol <revol at free...
blob
|
commitdiff
|
diff to current
2002-07-20
François Revol
beos/mov/adpcm patch by François Revol <revol at free...
blob
|
commitdiff
|
diff to current