summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer37-104/+107
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun36-104/+107
2012-11-14vpriv_adx_decode_header: avoid underreading the array.Michael Niedermayer1-0/+5
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-01-03adxdec: Validate channel count to fix a division by zero.Justin Ruggles1-1/+1
2011-11-26adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles5-10/+12
2011-11-26adx: move header decoding to ADX common codeJustin Ruggles3-36/+74
2011-11-26adx: calculate correct LPC coeffsJustin Ruggles5-14/+70
2007-11-01move adx.c to adxdec.cAurelien Jacobs2-1/+1
2007-11-01split adx encoder in its own fileAurelien Jacobs4-186/+244
2007-11-01remove useless debug funcAurelien Jacobs1-13/+0
2007-11-01cleanup and simplify adx_decode_header()Aurelien Jacobs1-23/+6
2007-11-01remove useless initialization to 0 of adx contextAurelien Jacobs2-18/+12
2007-09-24Do not try to decode more data than output buffer may holdKostya Shishkov1-0/+5
2007-08-11various simplifications around recent av_clip_int16() usageAurelien Jacobs6-57/+30
2007-08-11use av_clip_int16() where it makes senseAurelien Jacobs14-64/+34
2007-05-23Remove duplicate bytestream functionsRamiro Polla5-113/+59
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-08make the adx adpcm codec availableMåns Rullgård3-7/+6
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato4-11/+8
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård42-86/+95
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux48-453/+527
2003-10-24Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2-5/+5
2003-10-15replace file to remove nasty DOS CRs and hard tabsMike Melanson1-278/+273
2003-10-14added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson2-0/+601