summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard2012-12-111-1/+3
* dsputil: remove unused macro WRAPPER8_16Mans Rullgard2012-12-091-6/+0
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-10/+0
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-1/+1
* dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun2012-10-231-14/+6
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-2/+1
* dsputil: split out mlp dsp functionLuca Barbato2012-10-111-8/+0
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-121-1/+0
* dsputil: workaround __VA_ARGS__ missing tokenization for MSVCLuca Barbato2012-09-051-3/+7
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-021-9/+0
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-271-4/+0
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-0/+11
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-291-3/+0
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-13/+0
* misc typo and wording fixesDiego Biurrun2012-07-031-2/+2
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-181-11/+0
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-1/+0
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-211-1/+1
* Remove lowres video decodingMans Rullgard2012-04-211-3/+0
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-181-4/+0
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-071-2/+1
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-151-4/+4
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-151-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-10/+10
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-1/+0
* dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje2012-02-071-16/+2
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-3/+0
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-111-0/+17
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-0/+2
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-0/+2
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-281-0/+11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-12/+6
* dsputil: remove stale bink prototypes and commentsMans Rullgard2011-07-271-6/+0
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-271-1/+0
* dsputil: remove some unused functionsMans Rullgard2011-07-271-27/+0
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-211-0/+5
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-2/+4
* Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-201-2/+0
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-101-2/+0
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-011-0/+16
* cosmetics: fix some then/than typosDiego Biurrun2011-06-301-2/+2
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-1/+1
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-1/+1
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-1/+1
* Remove unused get_psnr() prototypeVladimir Pantelic2011-06-031-5/+0
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-241-19/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-19/+52
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-0/+1
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-8/+0
OpenPOWER on IntegriCloud