| Commit message (Expand) | Author | Age | Files | Lines |
* | move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil | Aurelien Jacobs | 2009-02-09 | 1 | -0/+3 |
* | ff_add_hfyu_median_prediction_mmx2 | Loren Merritt | 2009-02-08 | 1 | -0/+18 |
* | Remove H.264 encoder initialization. | Diego Biurrun | 2009-02-01 | 1 | -3/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -17/+17 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -25/+25 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -2/+2 |
* | RV30 decoder | Kostya Shishkov | 2008-12-20 | 1 | -0/+7 |
* | Move filter_luma_intra into dsputil for later addition of asm. | Jason Garrett-Glaser | 2008-12-19 | 1 | -0/+59 |
* | H.264 idct functions that include the chroma, inter luma and intra16 luma loops | Michael Niedermayer | 2008-12-18 | 1 | -0/+4 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 1 | -1/+1 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -0/+6 |
* | RV40 MC functions | Kostya Shishkov | 2008-12-01 | 1 | -0/+24 |
* | Electronic Arts TGQ/TQI/MAD IDCT algorithm | Peter Ross | 2008-11-08 | 1 | -0/+6 |
* | Move VP3 loop filter to DSPContext | David Conrad | 2008-10-04 | 1 | -0/+5 |
* | simd int->float | Loren Merritt | 2008-08-13 | 1 | -0/+7 |
* | simd downmix | Loren Merritt | 2008-08-13 | 1 | -0/+6 |
* | float_to_int16_interleave: change src to an array of pointers instead of assu... | Loren Merritt | 2008-07-16 | 1 | -5/+5 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -3/+12 |
* | simplify vorbis windowing | Loren Merritt | 2008-07-13 | 1 | -8/+33 |
* | Fix x86-64 | Michael Niedermayer | 2008-07-07 | 1 | -1/+1 |
* | Add several vector functions used by Monkey's Audio decoder to dsputil | Kostya Shishkov | 2008-07-06 | 1 | -0/+25 |
* | Typo: distoration -> distortion. | Ramiro Polla | 2008-04-29 | 1 | -3/+3 |
* | Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. | Alexander Strange | 2008-04-16 | 1 | -0/+6 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | move ff_emulated_edge_mc() to dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+71 |
* | move ff_init_scantable() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+24 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -0/+31 |
* | floating point AAN IDCT | Michael Niedermayer | 2008-02-26 | 1 | -0/+6 |
* | cleaner way of writing packed-byte constants. | Loren Merritt | 2008-02-22 | 1 | -2/+3 |
* | indent | Loren Merritt | 2008-02-21 | 1 | -10/+10 |
* | pseudo-simd add_bytes and diff_bytes | Loren Merritt | 2008-02-21 | 1 | -13/+20 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -0/+18 |
* | const src for bswap | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. | Diego Biurrun | 2007-12-21 | 1 | -8/+8 |
* | More consistent { placement. | Michael Niedermayer | 2007-12-21 | 1 | -12/+6 |
* | indent | Michael Niedermayer | 2007-12-21 | 1 | -29/+29 |
* | ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out | Michael Niedermayer | 2007-12-21 | 1 | -0/+26 |
* | 30% faster h264_chroma_mc8_c(), this also prevents a possible out of | Michael Niedermayer | 2007-12-21 | 1 | -0/+18 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -4/+4 |
* | remove useless #ifdef | Michael Niedermayer | 2007-11-09 | 1 | -4/+0 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -0/+94 |
* | sse2 version of compute_autocorr(). | Loren Merritt | 2007-09-29 | 1 | -0/+6 |
* | VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. | Diego Biurrun | 2007-09-23 | 1 | -1/+1 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 1 | -1/+2 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 1 | -71/+71 |
* | Take care of some renames (Doxygen and function name) after the previous pure... | Panagiotis Issaris | 2007-07-28 | 1 | -2/+2 |