28 Commits (f3bd3810d274a7f51b5925fc3d2fc33e8043a5d4)

Author SHA1 Message Date
Diego Biurrun 2143948381 Drop unnecessary av_unused attributes. 10 years ago
Diego Biurrun 7fb993d338 qpeldsp: Mark source pointer in qpel_mc_func function pointer const 10 years ago
Diego Biurrun da5be23525 dsputil: Move RV40-specific bits into rv40dsp 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Janne Grunau 71617884a2 aarch64: h264 chroma motion compensation NEON optimizations 11 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 11 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Diego Biurrun 82bd04b170 rv34: Drop now unnecessary dsputil dependencies 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Jean-Baptiste Kempf 507dce2536 arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Christophe GISQUET 272b252c01 rv40dsp: implement prescaled versions for biweight. 13 years ago
Ronald S. Bultje 3ab9a2a557 rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
Mans Rullgard d8edf1b515 rv40: rearrange loop filter functions 13 years ago
Janne Grunau f5c05b9aa5 rv40: NEON optimised chroma MC 13 years ago
Janne Grunau bb8a6e03cc rv40: move loop filter to rv34dsp context 13 years ago
Janne Grunau 1bca8f4bc5 rv34: move inverse transform functions to DSP context 13 years ago
Kostya Shishkov a80852316e RV40: reuse some H.264 motion compensation functions in RV40. 13 years ago
Kostya Shishkov b86ab38137 Add weighted motion compensation for RV40 B-frames 13 years ago
Kostya Shishkov d241f51e0f Move RV3/4-specific DSP functions into their own context 13 years ago
Kostya Shishkov 7351eb1415 Pretty-print RV3/4 decoder source 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kostya Shishkov 2d8a081511 RV40 MC functions 16 years ago