]> git.sesse.net Git - ffmpeg/history - libavcodec/rv40dsp.c
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / rv40dsp.c
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-03-26 Diego Biurrundsputil: Move RV40-specific bits into rv40dsp
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-01-15 Janne Grunauaarch64: h264 chroma motion compensation NEON optimizations
2013-08-29 Diego Biurruncosmetics: Place arch initialization calls in alphabeti...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
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-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
2012-02-20 Ronald S. Bultjerv34: change most "int stride" into "ptrdiff_t stride".
2011-12-14 Mans Rullgardrv40: rearrange loop filter functions
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
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-30 Kostya ShishkovRV40: reuse some H.264 motion compensation functions...
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
2011-08-09 Kostya ShishkovPretty-print RV3/4 decoder source
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-01 Kostya ShishkovRV40 MC functions