]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34dsp.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / rv34dsp.h
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-01-15 Janne Grunauaarch64: h264 chroma motion compensation NEON optimizations
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-10 Jean-Baptiste Kempfarm: call arm-specific rv34dsp init functions under...
2012-04-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
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-14 Mans Rullgardrv40: rearrange loop filter functions
2011-12-13 Mans Rullgardrv34: move 4x4 dequant to RV34DSPContext
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
2011-12-06 Janne Grunaurv34: NEON optimised inverse transform functions
2011-11-30 Janne Grunaurv40: move loop filter to rv34dsp context
2011-10-12 Janne Grunaurv34: move inverse transform functions to DSP context
2011-08-11 Kostya ShishkovAdd weighted motion compensation for RV40 B-frames
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context