| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding H.264 DCT. | Panagiotis Issaris | 2006-12-11 | 1 | -0/+8 |
* | improved stack misalignment warning | Måns Rullgård | 2006-12-11 | 1 | -4/+3 |
* | better warning | Michael Niedermayer | 2006-12-07 | 1 | -2/+3 |
* | ff_check_alignment to warn the user about a missaligned stack | Michael Niedermayer | 2006-12-07 | 1 | -0/+20 |
* | Move copy_block* functions to dsp dsputil.h | Brian Foley | 2006-11-26 | 1 | -77/+0 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | rename squareTbl -> ff_squareTbl | Måns Rullgård | 2006-11-12 | 1 | -6/+6 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -27/+27 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -30/+30 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -0/+10 |
* | ADI Blackfin optimizations | Michael Benjamin | 2006-09-16 | 1 | -0/+3 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 1 | -2/+0 |
* | Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. | Kostya Shishkov | 2006-09-02 | 1 | -4/+0 |
* | New function for chroma MC (will be used in VC-1) | Kostya Shishkov | 2006-09-02 | 1 | -0/+25 |
* | New qpel MC functions conforming to VC-1 standard. | Kostya Shishkov | 2006-08-31 | 1 | -0/+4 |
* | mmx implementation of deblocking strength decision. | Loren Merritt | 2006-08-28 | 1 | -0/+1 |
* | sse and 3dnow implementations of float->int conversion and mdct windowing. | Loren Merritt | 2006-08-10 | 1 | -0/+37 |
* | sse & sse2 implementations of vorbis channel coupling. | Loren Merritt | 2006-08-03 | 1 | -0/+7 |
* | New functions in DSPContext for VC-1 decoding | Kostya Shishkov | 2006-07-30 | 1 | -0/+12 |
* | Fix compilation with --disable-decoders. | Emiliano Parasassi | 2006-07-07 | 1 | -0/+4 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -0/+18 |
* | Disable w53 and w97 cmp methods when snow encoder is disabled | Diego Pettenò | 2006-06-30 | 1 | -2/+6 |
* | Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat... | Loren Merritt | 2006-05-30 | 1 | -29/+25 |
* | mmx implementation of 3-point GMC. (5x faster than C) | Loren Merritt | 2006-04-04 | 1 | -2/+2 |
* | remove mpegvideo.c img resample dependancy | Michael Niedermayer | 2006-03-31 | 1 | -0/+5 |
* | prefetch pixels for future motion compensation. 2-5% faster h264. | Loren Merritt | 2006-03-23 | 1 | -0/+4 |
* | 10l: Only set *compose97i *add_yblock to dsputils context if we are building ... | Oded Shimon | 2006-03-17 | 1 | -0/+2 |
* | First part of a series of speed-enchancing patches. | Robert Edele | 2006-03-16 | 1 | -0/+5 |
* | h264: special case dc-only idct. ~1% faster overall | Loren Merritt | 2006-02-10 | 1 | -0/+2 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -7/+7 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | tweak h264_biweight | Loren Merritt | 2006-01-09 | 1 | -5/+4 |
* | use h264 MC functions for 2xX Xx2 blocks in snow too | Michael Niedermayer | 2006-01-08 | 1 | -0/+75 |
* | ugly, but necessary | Mike Melanson | 2006-01-05 | 1 | -0/+4 |
* | 8x8 integer dct from x264 as cmp function (under CONFIG_GPL) | Michael Niedermayer | 2006-01-04 | 1 | -0/+58 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -65/+65 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -160/+160 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -2/+4 |
* | H.264 lossless mode | Loren Merritt | 2005-06-17 | 1 | -0/+33 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 1 | -0/+1 |
* | H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas... | Loren Merritt | 2005-05-18 | 1 | -6/+36 |
* | porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API | Michael Niedermayer | 2005-05-17 | 1 | -0/+4 |
* | porting vp3 idct over to lavc idct api | Michael Niedermayer | 2005-05-17 | 1 | -4/+5 |
* | minor optimization of the h264 loop filter | Michael Niedermayer | 2005-05-07 | 1 | -2/+2 |
* | put most codecs under ifdefs | Michael Niedermayer | 2005-05-02 | 1 | -0/+3 |
* | MMX for H.264 deblocking filter | Loren Merritt | 2005-04-25 | 1 | -0/+91 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -2/+5 |