| Commit message (Expand) | Author | Age | Files | Lines |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -0/+9 |
* | Remove unused and unsupported Cyrix's "Extended MMX", | Zuxy Meng | 2006-04-28 | 1 | -0/+1 |
* | mmx implementation of 3-point GMC. (5x faster than C) | Loren Merritt | 2006-04-04 | 1 | -0/+3 |
* | remove mpegvideo.c img resample dependancy | Michael Niedermayer | 2006-03-31 | 1 | -0/+8 |
* | ST16 is undefined for non-GNU compilers. | Steve L'Homme | 2006-03-24 | 1 | -0/+1 |
* | prefetch pixels for future motion compensation. 2-5% faster h264. | Loren Merritt | 2006-03-23 | 1 | -0/+2 |
* | First part of a series of speed-enchancing patches. | Robert Edele | 2006-03-16 | 1 | -0/+9 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 1 | -0/+2 |
* | h264: special case dc-only idct. ~1% faster overall | Loren Merritt | 2006-02-10 | 1 | -0/+4 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -10/+19 |
* | 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 | -1/+1 |
* | use h264 MC functions for 2xX Xx2 blocks in snow too | Michael Niedermayer | 2006-01-08 | 1 | -2/+3 |
* | 8x8 integer dct from x264 as cmp function (under CONFIG_GPL) | Michael Niedermayer | 2006-01-04 | 1 | -0/+2 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -2/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -17/+17 |
* | Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h | Diego Biurrun | 2005-09-19 | 1 | -29/+0 |
* | IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :... | Gildas Bazin | 2005-06-28 | 1 | -0/+4 |
* | H.264 lossless mode | Loren Merritt | 2005-06-17 | 1 | -0/+2 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 1 | -0/+2 |
* | remove unused vp3 related function pointers | Michael Niedermayer | 2005-05-21 | 1 | -18/+0 |
* | H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas... | Loren Merritt | 2005-05-18 | 1 | -4/+6 |
* | porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API | Michael Niedermayer | 2005-05-17 | 1 | -0/+1 |
* | porting vp3 idct over to lavc idct api | Michael Niedermayer | 2005-05-17 | 1 | -11/+3 |
* | MMX for H.264 deblocking filter | Loren Merritt | 2005-04-25 | 1 | -0/+5 |
* | H.264 weighted prediction. | Loren Merritt | 2005-01-07 | 1 | -0/+5 |
* | x86 cpu capabilities detection rewrite / cleanup | Michael Niedermayer | 2004-12-13 | 1 | -0/+1 |
* | more flexible frame skip decission | Michael Niedermayer | 2004-12-08 | 1 | -0/+2 |
* | stride align cleanup | Michael Niedermayer | 2004-10-26 | 1 | -1/+10 |
* | move h264 idct to its own file and call via function pointer in DspContext | Michael Niedermayer | 2004-09-27 | 1 | -1/+6 |
* | 1/8 resolution decoding | Michael Niedermayer | 2004-09-26 | 1 | -0/+1 |
* | 1/4 resolution decoding | Michael Niedermayer | 2004-09-26 | 1 | -0/+1 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -0/+1 |
* | lrintf emulation improvments | Michael Niedermayer | 2004-08-24 | 1 | -2/+11 |
* | 4x4 SSE compare function | Michael Niedermayer | 2004-08-22 | 1 | -0/+25 |
* | increase size of crop table | Michael Niedermayer | 2004-06-21 | 1 | -1/+1 |
* | chroma me fix | Michael Niedermayer | 2004-06-11 | 1 | -2/+2 |
* | noise preserving sum of squares comparission function | Michael Niedermayer | 2004-06-07 | 1 | -0/+1 |
* | rewrite h261 loop filter | Michael Niedermayer | 2004-05-30 | 1 | -2/+1 |
* | h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d... | Michael Niedermayer | 2004-05-30 | 1 | -0/+3 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+5 |
* | separate out put_signed_pixels_clamped() into its own function and | Mike Melanson | 2004-04-27 | 1 | -0/+2 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 1 | -35/+12 |
* | move __align16 some place where non-MMX machines can see it | Mike Melanson | 2004-04-25 | 1 | -2/+3 |
* | hook up support for SSE2-optimized VP3 IDCT | Mike Melanson | 2004-04-25 | 1 | -0/+7 |
* | VIS optimized motion compensation code. by (David S. Miller <davem at redhat ... | Michael Niedermayer | 2004-04-23 | 1 | -0/+6 |
* | fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ... | Gildas Bazin | 2004-03-13 | 1 | -7/+7 |
* | seperated out the C-based VP3 DSP functions into a different file; also | Mike Melanson | 2004-03-08 | 1 | -0/+47 |
* | fix motion compensation with (x+1/2,y+1/2) MVs | Michael Niedermayer | 2004-03-05 | 1 | -0/+2 |
* | quantizer noise shaping optimization | Michael Niedermayer | 2004-02-06 | 1 | -0/+5 |