| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -26/+0 |
* | Make LOCAL_ALIGNED syntactically similar on all systems | Mans Rullgard | 2012-12-11 | 1 | -1/+3 |
* | dsputil: remove unused macro WRAPPER8_16 | Mans Rullgard | 2012-12-09 | 1 | -6/+0 |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -10/+0 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU | Diego Biurrun | 2012-10-23 | 1 | -14/+6 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -2/+1 |
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -8/+0 |
* | ac3: move ac3_downmix() from dsputil to ac3dsp | Mans Rullgard | 2012-09-12 | 1 | -1/+0 |
* | dsputil: workaround __VA_ARGS__ missing tokenization for MSVC | Luca Barbato | 2012-09-05 | 1 | -3/+7 |
* | intrax8: move functions from dsputil to own context | Mans Rullgard | 2012-09-02 | 1 | -9/+0 |
* | Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." | Mans Rullgard | 2012-08-27 | 1 | -4/+0 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -0/+11 |
* | eamad/eatgq/eatqi: call special EA IDCT directly | Mans Rullgard | 2012-07-29 | 1 | -3/+0 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -13/+0 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -2/+2 |
* | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 1 | -11/+0 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -1/+0 |
* | Convert vector_fmul range of functions to YASM and add AVX versions | Kieran Kunhya | 2012-05-21 | 1 | -1/+1 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -3/+0 |
* | ppc: drop unused function dct_quantize_altivec() | Diego Biurrun | 2012-04-18 | 1 | -4/+0 |
* | dsputil: remove shift parameter from scalarproduct_int16 | Christophe GISQUET | 2012-03-07 | 1 | -2/+1 |
* | libavcodec: Add ff_ prefix to j_rev_dct* | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | libavcodec: Prefix fdct_ifast, fdct_ifast248 | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -10/+10 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -1/+0 |
* | dsputil: set STRIDE_ALIGN to 16 for x86 also. | Ronald S. Bultje | 2012-02-07 | 1 | -16/+2 |
* | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 1 | -3/+0 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
* | twinvq: add SSE/AVX optimized sum/difference stereo interleaving | Justin Ruggles | 2011-11-11 | 1 | -0/+17 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -0/+2 |
* | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 1 | -0/+2 |
* | dsputil: add vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 1 | -0/+11 |
* | Move RV3/4-specific DSP functions into their own context | Kostya Shishkov | 2011-08-11 | 1 | -12/+6 |
* | dsputil: remove stale bink prototypes and comments | Mans Rullgard | 2011-07-27 | 1 | -6/+0 |
* | dsputil: move a bink-only function to binkdsp | Mans Rullgard | 2011-07-27 | 1 | -1/+0 |
* | dsputil: remove some unused functions | Mans Rullgard | 2011-07-27 | 1 | -27/+0 |
* | dsputil: create 16/32-bit dctcoef versions of some functions | Mans Rullgard | 2011-07-21 | 1 | -0/+5 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -2/+4 |
* | Remove h264_lowres_idct_put/add functions | Mans Rullgard | 2011-07-20 | 1 | -2/+0 |
* | dsputil: remove ff_emulated_edge_mc macro used in one place | Mans Rullgard | 2011-07-10 | 1 | -2/+0 |
* | ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. | Justin Ruggles | 2011-07-01 | 1 | -0/+16 |
* | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -2/+2 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -1/+1 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -1/+1 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -1/+1 |
* | Remove unused get_psnr() prototype | Vladimir Pantelic | 2011-06-03 | 1 | -5/+0 |
* | Move emms_c() from libavcodec to libavutil. | Ronald S. Bultje | 2011-05-24 | 1 | -19/+1 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -19/+52 |
* | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+1 |