]> git.sesse.net Git - ffmpeg/history - libavcodec/proresdsp.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / proresdsp.c
2014-07-18 Diego Biurrunidct: Convert IDCT permutation #defines to an enum
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-02-28 Diego Biurrunprores: Drop DSP infrastructure for prores encoder...
2014-02-28 Diego Biurrunproresenc: Drop unnecessary DCT permutation bits
2014-02-28 Diego Biurrunprores: Use consistent names for DSP arch initializatio...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-02-17 Kostya Shishkovprores: initialise encoder and decoder parts only when...
2012-02-15 Kostya Shishkovprores encoder
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-10-11 Ronald S. Bultjeprores: extract idct into its own dspcontext and merge...