| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parts missed in clip -> av_clip rename | Reimar Döffinger | 2007-04-19 | 1 | -1/+1 |
* | typos | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | mmx 16-bit ssd. 2.3x faster svq1 encoding. | Loren Merritt | 2007-03-30 | 1 | -0/+34 |
* | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |
* | remove now wrong comment | Michael Niedermayer | 2007-02-23 | 1 | -2/+0 |
* | fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron c... | Michael Niedermayer | 2007-02-23 | 1 | -2/+5 |
* | gcc 2.95 fix | Michael Niedermayer | 2007-02-22 | 1 | -3/+3 |
* | fix for x86-64 | Måns Rullgård | 2007-02-18 | 1 | -1/+1 |
* | rewrite H264_CHROMA_MC4_TMPL (20% faster) | Michael Niedermayer | 2007-02-17 | 1 | -73/+61 |
* | add a few asserts to ensure alignment | Michael Niedermayer | 2007-02-16 | 1 | -0/+4 |
* | prevent h.264 MC related functions from being inlined (yes this is much faste... | Michael Niedermayer | 2007-02-16 | 1 | -13/+13 |
* | Minor AMD64 compilation fix | Reimar Döffinger | 2007-02-10 | 1 | -1/+1 |
* | maybe fix x86_64 (untested) | Michael Niedermayer | 2007-02-10 | 1 | -3/+3 |
* | factor out common subexprssion (gcc of course is too stupid to do this ...) | Michael Niedermayer | 2007-02-09 | 1 | -2/+3 |
* | merge asm fragments in H264_CHROMA_MC2_TMPL() | Michael Niedermayer | 2007-02-09 | 1 | -40/+29 |
* | Add the const specifier as needed to reduce the number of warnings. | Panagiotis Issaris | 2007-01-30 | 2 | -8/+8 |
* | Fix some more license headers. | Diego Biurrun | 2007-01-22 | 1 | -1/+1 |
* | Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection | Guillaume Poirier | 2006-12-18 | 1 | -1/+5 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -4/+4 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 4 | -32/+32 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 4 | -32/+32 |
* | zigzag_direct_noperm doesn't exist, remove declaration | Måns Rullgård | 2006-11-12 | 1 | -1/+0 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | adding more static keywords | Måns Rullgård | 2006-11-12 | 2 | -5/+5 |
* | ensure alignment (no speed change) | Michael Niedermayer | 2006-11-03 | 1 | -6/+6 |
* | merging mov & and (no speedchange) | Michael Niedermayer | 2006-11-03 | 1 | -3/+2 |
* | 2 instructions less (same speed) | Michael Niedermayer | 2006-11-03 | 1 | -6/+13 |
* | comment about failed optimization | Michael Niedermayer | 2006-11-03 | 1 | -2/+2 |
* | move luma tc0 related init into asm | Michael Niedermayer | 2006-11-03 | 1 | -12/+17 |
* | 2 instructions less in h264_loop_filter_luma_mmx2() | Michael Niedermayer | 2006-11-03 | 1 | -5/+3 |
* | preempt possible overflow | Michael Niedermayer | 2006-11-03 | 1 | -1/+1 |
* | 1 instruction less | Michael Niedermayer | 2006-11-03 | 1 | -7/+6 |
* | optimize H264_DEBLOCK_P0_Q0 | Michael Niedermayer | 2006-11-03 | 2 | -40/+23 |
* | Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure | Diego Biurrun | 2006-10-14 | 1 | -0/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 21 | -84/+126 |
* | Compilation fix, printf gets redefined to please_use_av_log. | Diego Biurrun | 2006-10-07 | 1 | -0/+2 |
* | Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the | Diego Biurrun | 2006-10-05 | 2 | -16/+11 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 2 | -0/+105 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+2 |
* | cosmetics (indentation) | Loren Merritt | 2006-09-21 | 1 | -19/+19 |
* | tweak ff_imdct_calc_3dn2 | Loren Merritt | 2006-09-21 | 1 | -17/+17 |
* | sse implementation of imdct. | Loren Merritt | 2006-09-21 | 1 | -0/+125 |
* | New single instruction math operation header | Luca Barbato | 2006-09-19 | 1 | -0/+39 |
* | disable vp3 mmx idct for theora files to avoid artifacts | Aurelien Jacobs | 2006-09-14 | 1 | -0/+1 |
* | Remove the LGPL exception clause as discussed on ffmpeg-devel | Diego Biurrun | 2006-09-14 | 2 | -3/+2 |
* | Enables back the mmx/sse optimized version of the vp3 idct. | Aurelien Jacobs | 2006-09-12 | 1 | -3/+2 |