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-02-18avcodec/x86: deduplicate PASS8ROWS macroJames Darnley
2015-02-07x86: lavc: share more constant through definesChristophe Gisquet
2014-08-06x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet
2014-08-06hevc_deblock: change tc typeChristophe Gisquet
2014-08-04x86: hevc_deblock: remove unnecessary maskingChristophe Gisquet
2014-08-03x86/hevc_deblock: improve 8bit transpose store macrosJames Almer
2014-08-01x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12}James Almer
2014-07-29x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer
2014-07-29x86/hevc_deblock: improve luma functions register allocationJames Almer
2014-07-29x86/hevc_deblock: remove some unnecessary instructionsJames Almer
2014-07-29x86/hevc_deblock: use psignw instead of pmullw where possibleJames Almer
2014-07-28x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8James Almer
2014-07-27Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer
2014-07-26hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere
2014-07-26x86/hevc: remove unused constant in deblocking filterMickaël Raulet
2014-07-26x86/hevc: add 12bits support for deblocking filterMickaël Raulet
2014-07-23avcodec/x86/hevc_deblock: Fix compilation with nasm.Carl Eugen Hoyos
2014-07-22hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov
2014-07-22avcodec/x86/hevc_deblock: cosmeticsAnton Khirnov
2014-07-22hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructionsAnton Khirnov
2014-07-22avcodec/x86/hevc_deblock: use test instead of cmp 0Anton Khirnov
2014-07-22avcodec/x86/hevc_deblock: use of paddw instead of psllwAnton Khirnov
2014-07-22avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions"Anton Khirnov
2014-07-22hevc: cleaning up SSE2 and SSSE3 deblocking filtersAnton Khirnov
2014-07-13x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2James Almer
2014-05-24x86/hevc_deblock: improve chroma functions register allocationJames Almer
2014-05-20x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer
2014-05-19x86/hevc_deblock: remove some duplicated instructionsJames Almer
2014-05-17Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos
2014-05-17x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer
2014-05-17x86/hevc_deblock: fix label namesJames Almer
2014-05-17x86/hevc_deblock: fix usage of ABS1James Almer
2014-05-17x86/hevc_deblock: merge movs with other instructionsJames Almer
2014-05-16avcodec/x86/hevc: updated to use x86util macrosplepere
2014-05-16avcodec/x86/hevc: added DBF assembly functionsplepere