| Commit message (Expand) | Author | Age | Files | Lines |
* | The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs | Reimar Döffinger | 2010-01-22 | 1 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -8/+8 |
* | Mark the h264 c loop filter as av_always_inline av_flatten to make sure its | Michael Niedermayer | 2010-01-19 | 1 | -4/+4 |
* | skip outer pixels if possible in h264_loop_filter_luma_c(). | Michael Niedermayer | 2010-01-19 | 1 | -0/+2 |
* | Implement alpha channel decoding for BGR HuffYUV. | Alexander Strange | 2010-01-14 | 1 | -2/+9 |
* | More av_cold for infrequently called functions. | Zuxy Meng | 2010-01-13 | 1 | -2/+2 |
* | Get rid of pointless CONFIG_ANY_H263 preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -4/+3 |
* | Add required header #includes for mpegvideo.h and config.h. | Diego Biurrun | 2009-12-30 | 1 | -0/+2 |
* | refactor and optimize scalarproduct | Loren Merritt | 2009-12-05 | 1 | -14/+11 |
* | huffyuv: add some const qualifiers | Loren Merritt | 2009-10-18 | 1 | -2/+2 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 1 | -0/+2 |
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 1 | -5/+3 |
* | Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). | Alexander Strange | 2009-10-16 | 1 | -1/+1 |
* | Huffyuv: Add missing const to src pointers in dsputil functions. | Alexander Strange | 2009-10-16 | 1 | -4/+4 |
* | Move HuffYUV left prediction to dsputil. | Nathan Caldwell | 2009-10-06 | 1 | -0/+55 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -3/+3 |
* | Add some dsputil functions useful for AAC decoder | Måns Rullgård | 2009-09-22 | 1 | -0/+83 |
* | extend ff_inverse[], and fix its documentation | Loren Merritt | 2009-09-21 | 1 | -2/+4 |
* | 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 |