summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86/takdsp: use arithmetic shift instructionsJames Almer2015-10-09
* avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol2015-10-09
* vp9: don't keep a stack pointer if we don't need it.Ronald S. Bultje2015-10-07
* x86/alacdsp: add simd optimized functionsJames Almer2015-10-06
* vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned.Ronald S. Bultje2015-10-05
* blockdsp: reindent after parameter removalChristophe Gisquet2015-10-03
* vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje2015-10-03
* vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-03
* vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.Ronald S. Bultje2015-10-03
* avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-10-03
* blockdsp: remove high bitdepth parameterChristophe Gisquet2015-10-02
* x86/hevc_sao: move 10/12bit functions into a separate fileJames Almer2015-09-30
* avcodec/x86/rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-29
* avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noiseMichael Niedermayer2015-09-29
* avcodec/x86/cavsdsp: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-24
* avcodec/x86/mpegaudiodsp: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-22
* avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-22
* x86/vp9dsp: fix local header includeJames Almer2015-09-21
* x86/vp9dsp: add missing header includeJames Almer2015-09-21
* x86/vp9mc: fix string concatenation of fullpel function namesJames Almer2015-09-20
* avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-20
* avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-19
* avcodec/x86/hpeldsp_init: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-19
* x86/vp9dsp: add missing preprocessor guardsJames Almer2015-09-19
* x86/vp9mc: add missing preprocessor guardsJames Almer2015-09-18
* x86/vp9: add avx2 subpel MC SIMD for 10/12bppJames Almer2015-09-18
* avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer2015-09-18
* avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscaleMichael Niedermayer2015-09-18
* vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
* vp9: add fullpel (avg) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
* vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
* Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes2015-09-16
|\
| * mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-13
* | x86: port PSIGNW to cpuflagsJames Almer2015-09-11
* | vp9: save one (PSIGNW) instruction in iadst16_1d sse2/ssse3.Ronald S. Bultje2015-09-11
* | vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.Ronald S. Bultje2015-09-10
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* | vp9: fix integer overflows in sse2 version of iadst4.Ronald S. Bultje2015-09-06
* | avcodec/x86/w64xmmtest: Fix another build failureMichael Niedermayer2015-09-05
* | vp9: fix rounding error in idct_8x8_ssse3.Ronald S. Bultje2015-09-05
* | Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-28
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
| * x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-11
| * x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner2015-08-11
* | avcodec/x86/mpegaudiodsp: correct asm guardsGanesh Ajjanagadde2015-08-23
* | avcodec/x86/v210-init: fix unused variable warningGanesh Ajjanagadde2015-08-21
* | lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje2015-08-18
* | x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelateJames Almer2015-08-06
* | x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-04