]> git.sesse.net Git - ffmpeg/history - libavcodec/dcadsp.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / dcadsp.h
2014-02-28 Christophe Gisquetdcadec: simplify decoding of VQ high frequencies
2014-02-28 Christophe Gisquetdcadec: remove scaling in lfe_interpolation_fir
2014-02-07 Christophe Gisquetdcadsp: split lfe_dir cases
2014-02-07 Christophe Gisquetx86: dcadsp: implement int8x8_fmul_int32
2014-02-07 Christophe Gisquetdcadsp: add int8x8_fmul_int32 to dsp context
2013-07-22 Ben Avisondcadsp: Add a new method, qmf_32_subbands
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2010-04-12 Måns RullgårdDCA: ARM/NEON optimised lfe_fir
2010-04-12 Måns RullgårdDCA: break out lfe_interpolation_fir() inner loops...