Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-09lavc: remove obsolete and disabled avpriv functionsAnton Khirnov
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-01-03adx: check that the offset is not negativeAnton Khirnov
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-01-04adxdec: Validate channel count to fix a division by zero.Justin Ruggles
2011-11-27adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles
2011-11-27adx: move header decoding to ADX common codeJustin Ruggles
2011-11-27adx: calculate correct LPC coeffsJustin Ruggles
2007-11-01move adx.c to adxdec.cAurelien Jacobs
2007-11-01split adx encoder in its own fileAurelien Jacobs
2007-11-01remove useless debug funcAurelien Jacobs
2007-11-01cleanup and simplify adx_decode_header()Aurelien Jacobs
2007-11-01remove useless initialization to 0 of adx contextAurelien Jacobs
2007-09-24Do not try to decode more data than output buffer may holdKostya Shishkov
2007-08-12various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-05-23Remove duplicate bytestream functionsRamiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-09make the adx adpcm codec availableMåns Rullgård
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-25Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris
2003-10-15replace file to remove nasty DOS CRs and hard tabsMike Melanson
2003-10-14added CRI ADX and XA ADPCM audio modules, courtesy of BEROMike Melanson