summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec/fft: fix INTERL macro on 3dnowMikulas Patocka2017-11-25
* avcodec/x86/exrdsp : use ymm constant for pb_80Martin Vignali2017-11-23
* x86/utvideodsp: reuse shared constantsJames Almer2017-11-21
* x86/constants: make pb_80 32 byte wideJames Almer2017-11-21
* avcodec/huffyuvdspenc : add diff_int16 AVX2 funcMartin Vignali2017-11-21
* avcodec/huffyuvdspenc : reorganize diff_int16Martin Vignali2017-11-21
* avcodec/huffyuvdsp : add add_int16 AVX2 funcMartin Vignali2017-11-21
* avcodec/huffyuvdsp : reorganize add_int16 asmMartin Vignali2017-11-21
* avcodec/huffyuvdsp(enc) : move duplicate macro to a template fileMartin Vignali2017-11-21
* avcodec/x86/utvideodsp.asm : cosmeticMartin Vignali2017-11-21
* avcodec/utvideodsp : add avx2 version for the dspMartin Vignali2017-11-21
* avcodec/x86/utvideodsp : make macro for funcMartin Vignali2017-11-21
* x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}James Almer2017-11-20
* avcodec/x86/mpegvideodsp: Fix signedness bug in need_emuMichael Niedermayer2017-11-14
* Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-13
* libavcodec/lossless_video_dsp : cosmetic add better separator for each functi...Martin Vignali2017-11-07
* libavcodec/lossless_videodsp : add add_bytes avx2 versionMartin Vignali2017-11-07
* x86/bswapdsp: add missing preprocessor wrappers for AVX2 functionsJames Almer2017-10-29
* libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t)Martin Vignali2017-10-29
* Merge commit '681a86aba6cb09b98ad716d986182060c7795d20'James Almer2017-10-21
|\
| * x86: fft: Port to cpuflagsDiego Biurrun2017-03-14
* | Merge commit 'e9bb77fb1012cba1951a82136df7071f71bce8fb'James Almer2017-10-21
|\|
| * x86: h264: Simplify DEQUANT macro with cpuflagsDiego Biurrun2017-03-14
* | Merge commit '307eb1a8ee363db1fcf869e427a8deb6d9538881'James Almer2017-10-21
|\|
| * x86: vp8dsp: port FILTER_BILINEAR macro to cpuflagsDiego Biurrun2017-03-14
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-21
|\|
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-14
* | Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'James Almer2017-10-12
|\|
| * x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-05
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-01
| * x86: hevc: Add missing colons after assembly labelsDiego Biurrun2017-03-01
* | x86/blockdsp: use three operand form for an instructionJames Almer2017-10-04
* | avcodec/x86/lossless_videoencdsp: Fix warning: signed dword value exceeds boundsMichael Niedermayer2017-10-05
* | avcodec/x86/lossless_videoencdsp: Fix handling of small widthsMichael Niedermayer2017-10-05
* | libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-03
* | libavcodec/exr : add x86 SIMD for predictorMartin Vignali2017-10-01
* | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-26
|\|
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-03
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\|
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | x86/exrdsp: optimize ff_reorder_pixels_avx2()Henrik Gramner2017-09-18
* | avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer2017-09-17
* | libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali2017-09-17
* | avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-21
* | opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev2017-08-19
* | opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov2017-08-18
* | opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov2017-08-18
* | ops_pvq_search: remove dead macroRostislav Pehlivanov2017-08-18
* | SIMD opus pvq_search implementationIvan Kalvachev2017-08-18
* | mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov2017-07-30