| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | adxdec: Validate channel count to fix a division by zero. | Justin Ruggles | 2012-01-03 | 1 | -1/+1 |
* | adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() | Justin Ruggles | 2011-11-26 | 1 | -2/+2 |
* | adx: move header decoding to ADX common code | Justin Ruggles | 2011-11-26 | 1 | -0/+47 |
* | adx: calculate correct LPC coeffs | Justin Ruggles | 2011-11-26 | 1 | -0/+34 |
* | move adx.c to adxdec.c | Aurelien Jacobs | 2007-11-01 | 1 | -169/+0 |
* | split adx encoder in its own file | Aurelien Jacobs | 2007-11-01 | 1 | -185/+1 |
* | remove useless debug func | Aurelien Jacobs | 2007-11-01 | 1 | -13/+0 |
* | cleanup and simplify adx_decode_header() | Aurelien Jacobs | 2007-11-01 | 1 | -23/+6 |
* | remove useless initialization to 0 of adx context | Aurelien Jacobs | 2007-11-01 | 1 | -17/+1 |
* | Do not try to decode more data than output buffer may hold | Kostya Shishkov | 2007-09-24 | 1 | -0/+5 |
* | various simplifications around recent av_clip_int16() usage | Aurelien Jacobs | 2007-08-11 | 1 | -6/+4 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -4/+2 |
* | Remove duplicate bytestream functions | Ramiro Polla | 2007-05-23 | 1 | -26/+12 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | make the adx adpcm codec available | Måns Rullgård | 2006-07-08 | 1 | -4/+4 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+3 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -5/+5 |
* | Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l... | Panagiotis Issaris | 2003-10-24 | 1 | -2/+2 |
* | replace file to remove nasty DOS CRs and hard tabs | Mike Melanson | 2003-10-15 | 1 | -278/+273 |
* | added CRI ADX and XA ADPCM audio modules, courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+412 |