| Commit message (Expand) | Author | Age | Files | Lines |
* | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 1 | -20/+20 |
* | dsputil: Move RV40-specific bits into rv40dsp | Diego Biurrun | 2014-03-26 | 1 | -5/+85 |
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -0/+1 |
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -3/+3 |
* | aarch64: h264 chroma motion compensation NEON optimizations | Janne Grunau | 2014-01-15 | 1 | -0/+2 |
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -2/+2 |
* | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -3/+3 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -12/+24 |
* | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 1 | -5/+5 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -12/+15 |
* | arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) | Jean-Baptiste Kempf | 2012-10-10 | 1 | -2/+2 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 1 | -3/+17 |
* | rv34: change most "int stride" into "ptrdiff_t stride". | Ronald S. Bultje | 2012-02-20 | 1 | -10/+10 |
* | rv40: rearrange loop filter functions | Mans Rullgard | 2011-12-14 | 1 | -120/+176 |
* | rv40: NEON optimised chroma MC | Janne Grunau | 2011-12-06 | 1 | -0/+2 |
* | rv40: move loop filter to rv34dsp context | Janne Grunau | 2011-11-30 | 1 | -0/+161 |
* | rv34: move inverse transform functions to DSP context | Janne Grunau | 2011-10-12 | 1 | -0/+3 |
* | RV40: reuse some H.264 motion compensation functions in RV40. | Kostya Shishkov | 2011-08-30 | 1 | -16/+8 |
* | Add weighted motion compensation for RV40 B-frames | Kostya Shishkov | 2011-08-11 | 1 | -0/+20 |
* | Move RV3/4-specific DSP functions into their own context | Kostya Shishkov | 2011-08-11 | 1 | -65/+73 |
* | Pretty-print RV3/4 decoder source | Kostya Shishkov | 2011-08-09 | 1 | -53/+53 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | RV40 MC functions | Kostya Shishkov | 2008-12-01 | 1 | -0/+353 |