29 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
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
Kostya Shishkov 7ad8d3bf0c Fix comments 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Kostya Shishkov 6243da0d50 Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 18 years ago
Kostya Shishkov 74691b7bcb New qpel MC functions conforming to VC-1 standard. 18 years ago
Kostya Shishkov a70c27e813 Fix overflows in bicubic interpolation. 19 years ago
Kostya Shishkov 64db55aedb New functions in DSPContext for VC-1 decoding 19 years ago