]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34dsp.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / rv34dsp.c
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-10 Jean-Baptiste Kempfarm: call arm-specific rv34dsp init functions under...
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-04-28 Christophe GISQUETrv34dsp: factorize a multiplication in the noround...
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-02-20 Ronald S. Bultjerv34: change most "int stride" into "ptrdiff_t stride".
2012-01-16 Christophe GISQUETrv34: 1-pass inter MB reconstruction
2012-01-15 Christophe GISQUETrv34: Intra 16x16 handling
2012-01-12 Christophe GISQUETrv34: DC-only inverse transform
2012-01-04 Christophe GISQUETrv34: joint coefficient decoding and dequantization
2011-12-13 Mans Rullgardrv34: move 4x4 dequant to RV34DSPContext
2011-12-06 Janne Grunaurv34: NEON optimised inverse transform functions
2011-10-12 Janne Grunaurv34: move inverse transform functions to DSP context