| Commit message (Expand) | Author | Age | Files | Lines |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -4/+0 |
* | Make ff_inverse stay with libavutil, and optional copy it to libavcodec. | Diego Pettenò | 2010-07-21 | 1 | -38/+0 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -9/+9 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Set rv34 (0,0) subpel mc functions to the optimised h264 ones | Måns Rullgård | 2010-06-28 | 1 | -0/+10 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Make VP8 DSP functions take two strides | Jason Garrett-Glaser | 2010-06-25 | 1 | -12/+0 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+13 |
* | Add const to ff_emulated_edge_mc | David Conrad | 2010-05-27 | 1 | -1/+1 |
* | Add more const to _l4 pixel functions | David Conrad | 2010-05-27 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 1 | -0/+1 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -288/+0 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -109/+3 |
* | Add some required casts | Måns Rullgård | 2010-03-11 | 1 | -2/+2 |
* | Move ff_spatial_dwt() prototype to snow.h | Måns Rullgård | 2010-03-06 | 1 | -3/+0 |
* | Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c | Måns Rullgård | 2010-03-06 | 1 | -8/+0 |
* | Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Move prototypes for various dsputil init functions to dsputil.h | Måns Rullgård | 2010-03-06 | 1 | -14/+0 |
* | Move some prototypes from dsputil.c to reasonable header files | Måns Rullgård | 2010-03-06 | 1 | -12/+4 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Bink video decoder | Kostya Shishkov | 2010-02-21 | 1 | -0/+72 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 1 | -7/+7 |
* | Simplify some declarations of aligned arrays | Måns Rullgård | 2010-02-17 | 1 | -15/+8 |
* | 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 |