Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-25avcodec/fft: fix INTERL macro on 3dnowMikulas Patocka
2017-11-23avcodec/x86/exrdsp : use ymm constant for pb_80Martin Vignali
2017-11-21x86/utvideodsp: reuse shared constantsJames Almer
2017-11-21x86/constants: make pb_80 32 byte wideJames Almer
2017-11-21avcodec/huffyuvdspenc : add diff_int16 AVX2 funcMartin Vignali
2017-11-21avcodec/huffyuvdspenc : reorganize diff_int16Martin Vignali
2017-11-21avcodec/huffyuvdsp : add add_int16 AVX2 funcMartin Vignali
2017-11-21avcodec/huffyuvdsp : reorganize add_int16 asmMartin Vignali
2017-11-21avcodec/huffyuvdsp(enc) : move duplicate macro to a template fileMartin Vignali
2017-11-21avcodec/x86/utvideodsp.asm : cosmeticMartin Vignali
2017-11-21avcodec/utvideodsp : add avx2 version for the dspMartin Vignali
2017-11-21avcodec/x86/utvideodsp : make macro for funcMartin Vignali
2017-11-21x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}James Almer
2017-11-14avcodec/x86/mpegvideodsp: Fix signedness bug in need_emuMichael Niedermayer
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2017-11-07libavcodec/lossless_video_dsp : cosmetic add better separator for each functi...Martin Vignali
2017-11-07libavcodec/lossless_videodsp : add add_bytes avx2 versionMartin Vignali
2017-10-30x86/bswapdsp: add missing preprocessor wrappers for AVX2 functionsJames Almer
2017-10-29libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t)Martin Vignali
2017-10-21Merge commit '681a86aba6cb09b98ad716d986182060c7795d20'James Almer
2017-10-21Merge commit 'e9bb77fb1012cba1951a82136df7071f71bce8fb'James Almer
2017-10-21Merge commit '307eb1a8ee363db1fcf869e427a8deb6d9538881'James Almer
2017-10-21Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer
2017-10-12Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'James Almer
2017-10-05x86/blockdsp: use three operand form for an instructionJames Almer
2017-10-05avcodec/x86/lossless_videoencdsp: Fix warning: signed dword value exceeds boundsMichael Niedermayer
2017-10-05avcodec/x86/lossless_videoencdsp: Fix handling of small widthsMichael Niedermayer
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-10-01libavcodec/exr : add x86 SIMD for predictorMartin Vignali
2017-09-27Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-19x86/exrdsp: optimize ff_reorder_pixels_avx2()Henrik Gramner
2017-09-18avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer
2017-09-17libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali
2017-08-22avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer
2017-08-20opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev
2017-08-18opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov
2017-08-18opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov
2017-08-18ops_pvq_search: remove dead macroRostislav Pehlivanov
2017-08-18SIMD opus pvq_search implementationIvan Kalvachev
2017-07-30mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov
2017-07-21avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".Wan-Teh Chang
2017-07-05Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer
2017-07-05x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer
2017-07-05x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer
2017-07-05x86/utvideodsp: make restore_rgb_planes functions work on x86_32James Almer
2017-06-30x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer
2017-06-28avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley
2017-06-28avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley
2017-06-28avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley