56 Commits (30da98adbda6de1f55188f9058a3a5c715049633)

Author SHA1 Message Date
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 10 years ago
Diego Biurrun 58e65e44f4 vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c 10 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
Janne Grunau 71617884a2 aarch64: h264 chroma motion compensation NEON optimizations 11 years ago
Michael Niedermayer 6d98959c8a vc1: Add avg_no_rnd_vc1_chroma_mc4_c() 11 years ago
Luca Barbato c798a6fedc vc1: Factorize out chroma MC 11 years ago
Luca Barbato a1f5164814 vc1dsp: K&R formatting cosmetics 11 years ago
Mason Carter 832e190632 vc1: arm: Add NEON assembly 11 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 11 years ago
Diego Biurrun 38282149b6 ppc: More consistent arch initialization 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Janne Grunau 7e522859fc x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard bc92214e27 vc1dsp: mark put/avg_vc1_mspel_mc() always_inline 13 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Mashiat Sarker Shakkhar cad16562c8 vc1dec: interlaced stream decoding support 3/3 13 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
Ronald S. Bultje 7d2e03afc8 vc1: make overlap filter for I-frames bit-exact. 14 years ago
Ronald S. Bultje 18b6a69ce9 Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje f8bed30d8b VC1: merge idct8x8, coeff adjustments and put_pixels. 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 1da6ea3954 VC1: transpose IDCT 8x8 coeffs while reading. 14 years ago
Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 14 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 4f602a0415 Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
Zuxy Meng 0752cd39d2 More av_cold for infrequently called functions. 15 years ago
Jason Garrett-Glaser 4f717c69ed idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. 16 years ago
David Conrad 3992526b3c Split VC1 loop filter into separate functions for h/v and size 16 years ago
David Conrad 0e58865d6e Move VC1 loop filter to DSPContext 16 years ago
David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Loren Merritt 5a446bc88e fix an overflow in vc1 intra overlap filter 16 years ago
Kostya Shishkov d1cc6e46f2 simplify 4-point transform part a bit 17 years ago
Kostya Shishkov f3647f59f1 Factor out constant addition 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Christophe Gisquet 7919d10c61 Make bicubic interpolation standard compliant 18 years ago
Christophe Gisquet ccef714035 Pass modes as parameters instead of calculating them inplace. 18 years ago
Christophe Gisquet 803b090449 Replace function declarations with macro 18 years ago
Christophe Gisquet e95c953b55 Drop ff_ prefix for static functions 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Kostya Shishkov 61f5b14a8e Correct rounding values in overlap filtering 18 years ago
Kostya Shishkov b615c1edfc Optimize overlapping 18 years ago