| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-29 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -2/+2 |
* | | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f' | Michael Niedermayer | 2013-05-01 | 1 | -2/+2 |
|\| |
|
| * | ppc: More consistent arch initialization | Diego Biurrun | 2013-04-30 | 1 | -2/+2 |
* | | vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c() | Michael Niedermayer | 2013-04-25 | 1 | -0/+21 |
* | | vc1: fix int/ptrdiff_t mismatches | Michael Niedermayer | 2013-03-13 | 1 | -2/+2 |
* | | Merge commit 'a8b6015823e628047a45916404c00044c5e80415' | Michael Niedermayer | 2013-03-13 | 1 | -5/+11 |
|\| |
|
| * | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -5/+11 |
* | | Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -1/+2 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -1/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -14/+14 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -14/+14 |
* | | vc1dsp: fix the warning fix, make it work with --disable-asm | Michael Niedermayer | 2012-12-26 | 1 | -5/+7 |
* | | vc1dsp: fix pointer type warnings | Michael Niedermayer | 2012-12-26 | 1 | -2/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | vc1dsp: use av_assert2 | Michael Niedermayer | 2012-07-02 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -1/+1 |
|\| |
|
| * | vc1dsp: mark put/avg_vc1_mspel_mc() always_inline | Mans Rullgard | 2012-06-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -36/+26 |
|\| |
|
| * | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -55/+42 |
* | | vc1: fix out of array reads in vc1_inv_trans_4x4_c() | Michael Niedermayer | 2012-03-01 | 1 | -5/+4 |
* | | vc1: fix out of array reads in vc1_inv_trans_4x8_c() | Michael Niedermayer | 2012-03-01 | 1 | -9/+8 |
* | | vc1: fix out of array reads in vc1_inv_trans_8x4_c() | Michael Niedermayer | 2012-03-01 | 1 | -5/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -2/+2 |
|\| |
|
| * | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -0/+21 |
|\| |
|
| * | vc1dec: interlaced stream decoding support 3/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -0/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-23 | 1 | -0/+68 |
|\| |
|
| * | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -0/+68 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -44/+64 |
|\| |
|
| * | vc1: make overlap filter for I-frames bit-exact. | Ronald S. Bultje | 2011-05-04 | 1 | -0/+54 |
| * | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje | 2011-05-04 | 1 | -44/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-21 | 1 | -10/+44 |
| * | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -2/+59 |
| * | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-17 | 1 | -12/+12 |
* | | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-22 | 1 | -10/+44 |
* | | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-18 | 1 | -2/+59 |
* | | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-18 | 1 | -12/+12 |
|/ |
|
* | Remove duplicate definitions of fullpel MC functions | Måns Rullgård | 2010-08-25 | 1 | -2/+2 |
* | Improve some uses of ff_cropTbl with constant offset | Måns Rullgård | 2010-06-22 | 1 | -28/+32 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c | Måns Rullgård | 2010-03-06 | 1 | -4/+0 |
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 1 | -1/+1 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+76 |
* | Split VC1 loop filter into separate functions for h/v and size | David Conrad | 2009-04-15 | 1 | -2/+37 |