| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' | Michael Niedermayer | 2014-08-10 | 1 | -8/+0 |
|\ |
|
| * | lavc: remove obsolete and disabled avpriv functions | Anton Khirnov | 2014-08-09 | 1 | -8/+0 |
* | | Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6' | Michael Niedermayer | 2014-07-09 | 1 | -2/+10 |
|\| |
|
| * | adxdec: get rid of an avpriv function | Anton Khirnov | 2014-07-09 | 1 | -2/+10 |
* | | Merge commit '5569146d48f06564e8fa393424782cceed510916' | Michael Niedermayer | 2014-01-04 | 1 | -6/+1 |
|\| |
|
| * | adx: check that the offset is not negative | Anton Khirnov | 2014-01-03 | 1 | -1/+1 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | vpriv_adx_decode_header: avoid underreading the array. | Michael Niedermayer | 2012-11-14 | 1 | -0/+5 |
|/ |
|
* | 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 |