| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark parameter src of vector_clipf() as const | Vitor Sessak | 2009-08-27 | 1 | -3/+3 |
* | SSE optimized vector_clipf(). 10% faster TwinVQ decoding. | Vitor Sessak | 2009-08-27 | 1 | -0/+46 |
* | dsputil: declare some arrays 16-byte aligned | Måns Rullgård | 2009-08-26 | 1 | -6/+6 |
* | 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 | Reimar Döffinger | 2009-08-26 | 1 | -1/+1 |
* | Remove explicit init to zero of static inv_zigzag_direct16 | Måns Rullgård | 2009-08-25 | 1 | -1/+1 |
* | Get rid of large stack array in rd8x8_c() | Måns Rullgård | 2009-08-19 | 1 | -9/+9 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -4/+4 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 1 | -2/+2 |
* | Don't #if a function declaration and properly indent it. | Ramiro Polla | 2009-04-30 | 1 | -3/+1 |
* | mlpdec: Move MLP's filter_channel() to dsputils. | Ramiro Polla | 2009-04-30 | 1 | -0/+8 |
* | VC1: add and use avg_no_rnd chroma MC functions | David Conrad | 2009-04-14 | 1 | -0/+25 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -2/+2 |
* | VC1: Do qpel when needed for both MVs in a B frame | David Conrad | 2009-04-14 | 1 | -0/+3 |
* | Use intptr_t when casting pointers to int. | Ramiro Polla | 2009-03-26 | 1 | -1/+1 |
* | Adding 2 intra 8x8 cmp functions: vsad, vsse | Roman Shaposhnik | 2009-02-19 | 1 | -28/+37 |
* | Making the arrays accomodate an extra intra 8x8 cmp function | Roman Shaposhnik | 2009-02-19 | 1 | -2/+2 |
* | 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 |