]> git.sesse.net Git - ffmpeg/history - libavcodec/dcadsp.h
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
[ffmpeg] / libavcodec / dcadsp.h
2015-12-31 Alexandra Hájkovádca: use defines for subband related constants
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-23 Alexandra Hájkovádca: change the core to work with integer coefficients.
2015-12-14 Janne Grunauarm64: convert dcadsp neon asm from arm
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...