aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/adx.c
Commit message (Expand)AuthorAgeFilesLines
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-1/+1
|\
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | vpriv_adx_decode_header: avoid underreading the array.Michael Niedermayer2012-11-141-0/+5
|/
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* adxdec: Validate channel count to fix a division by zero.Justin Ruggles2012-01-031-1/+1
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-261-2/+2
* adx: move header decoding to ADX common codeJustin Ruggles2011-11-261-0/+47
* adx: calculate correct LPC coeffsJustin Ruggles2011-11-261-0/+34
* move adx.c to adxdec.cAurelien Jacobs2007-11-011-169/+0
* split adx encoder in its own fileAurelien Jacobs2007-11-011-185/+1
* remove useless debug funcAurelien Jacobs2007-11-011-13/+0
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-011-23/+6
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-011-17/+1
* Do not try to decode more data than output buffer may holdKostya Shishkov2007-09-241-0/+5
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-111-6/+4
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-4/+2
* Remove duplicate bytestream functionsRamiro Polla2007-05-231-26/+12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* make the adx adpcm codec availableMåns Rullgård2006-07-081-4/+4
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-251-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+3
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-5/+5
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-241-2/+2
* replace file to remove nasty DOS CRs and hard tabsMike Melanson2003-10-151-278/+273
* added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson2003-10-141-0/+412