]> git.sesse.net Git - ffmpeg/history - libavcodec/adx.c
lavc: Add spherical packet side data API
[ffmpeg] / libavcodec / adx.c
2014-08-09 Anton Khirnovlavc: remove obsolete and disabled avpriv functions
2014-07-09 Anton Khirnovadxdec: get rid of an avpriv function
2014-01-03 Anton Khirnovadx: check that the offset is not negative
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-01-03 Justin Rugglesadxdec: Validate channel count to fix a division by...
2011-11-26 Justin Rugglesadx: rename ff_adx_decode_header() to avpriv_adx_decode...
2011-11-26 Justin Rugglesadx: move header decoding to ADX common code
2011-11-26 Justin Rugglesadx: calculate correct LPC coeffs
2007-11-01 Aurelien Jacobsmove adx.c to adxdec.c
2007-11-01 Aurelien Jacobssplit adx encoder in its own file
2007-11-01 Aurelien Jacobsremove useless debug func
2007-11-01 Aurelien Jacobscleanup and simplify adx_decode_header()
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-09-24 Kostya ShishkovDo not try to decode more data than output buffer may...
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-05-23 Ramiro PollaRemove duplicate bytestream functions
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-08 Måns Rullgårdmake the adx adpcm codec available
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-24 Panagiotis IssarisFixes GCC 3.3.2 warnings patch by (Panagiotis Issaris...
2003-10-15 Mike Melansonreplace file to remove nasty DOS CRs and hard tabs
2003-10-14 Mike Melansonadded CRI ADX and XA ADPCM audio modules, courtesy...