aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/adx.c
AgeCommit message (Expand)Author
2007-09-24Do not try to decode more data than output buffer may holdKostya Shishkov
2007-08-11various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-11use 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-08make the adx adpcm codec availableMåns Rullgård
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-01-12Update 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-24Fixes 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