index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
adx.c
Age
Commit message (
Expand
)
Author
2014-08-10
Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'
Michael Niedermayer
2014-08-09
lavc: remove obsolete and disabled avpriv functions
Anton Khirnov
2014-07-09
Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'
Michael Niedermayer
2014-07-09
adxdec: get rid of an avpriv function
Anton Khirnov
2014-01-04
Merge commit '5569146d48f06564e8fa393424782cceed510916'
Michael Niedermayer
2014-01-03
adx: check that the offset is not negative
Anton Khirnov
2013-08-30
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2013-03-14
Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'
Michael Niedermayer
2013-03-13
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2012-11-14
vpriv_adx_decode_header: avoid underreading the array.
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-01-03
adxdec: Validate channel count to fix a division by zero.
Justin Ruggles
2011-11-26
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
2011-11-26
adx: move header decoding to ADX common code
Justin Ruggles
2011-11-26
adx: calculate correct LPC coeffs
Justin Ruggles
2007-11-01
move adx.c to adxdec.c
Aurelien Jacobs
2007-11-01
split adx encoder in its own file
Aurelien Jacobs
2007-11-01
remove useless debug func
Aurelien Jacobs
2007-11-01
cleanup and simplify adx_decode_header()
Aurelien Jacobs
2007-11-01
remove useless initialization to 0 of adx context
Aurelien Jacobs
2007-09-24
Do not try to decode more data than output buffer may hold
Kostya Shishkov
2007-08-11
various simplifications around recent av_clip_int16() usage
Aurelien Jacobs
2007-08-11
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-05-23
Remove duplicate bytestream functions
Ramiro Polla
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-08
make the adx adpcm codec available
Måns Rullgård
2006-06-25
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
Luca Barbato
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-24
Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...
Panagiotis Issaris
2003-10-15
replace file to remove nasty DOS CRs and hard tabs
Mike Melanson
2003-10-14
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
Mike Melanson