aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/hevcdsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'Clément Bœsch2017-03-241-15/+15
|\
| * hevc: x86: Add add_residual() SIMD optimizationsPierre Edouard Lepere2016-10-221-0/+42
* | Merge commit '112cee0241f5799edff0e4682b9e8639b046dc78'Clément Bœsch2017-03-231-8/+45
|\|
| * hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-111-8/+46
* | lavc/hevc: remove a few random spaces to reduce diff with libavClément Bœsch2017-01-311-1/+1
* | Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'Clément Bœsch2017-01-311-24/+24
|\|
| * hevc: Add AVX2 DC IDCTJames Almer2016-07-181-0/+57
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-311-14/+14
|\|
| * x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-231-4/+8
| * hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-4/+237
* | x86: use the new helper macros where usefulJames Almer2016-02-141-1/+10
* | x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12}James Almer2015-12-201-6/+2
* | all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-241-321/+316
* | x86: hevc: remove a parameter to WP internalsChristophe Gisquet2015-02-141-8/+8
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer2015-02-121-13/+9
* | x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-091-12/+12
* | x86: hevc_mc: use epel_hv 16-wide functionChristophe Gisquet2015-02-061-3/+3
* | x86: hevc_mc: add AVX2 optimizationsPierre Edouard Lepere2015-02-061-1/+369
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}James Almer2015-02-051-0/+12
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer2015-02-051-11/+40
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer2015-02-011-0/+49
* | x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2James Almer2014-09-041-0/+2
* | x86: hevc_mc: split differently callsChristophe Gisquet2014-08-241-2/+41
* | hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet2014-08-221-6/+6
* | hevcdsp: remove compilation-time-fixed parameterChristophe Gisquet2014-08-221-8/+8
* | x86/hevc_res_add: refactor ff_hevc_transform_add{16,32}_8James Almer2014-08-211-6/+4
* | x86/hecv_res_add: add ff_hevc_transform_add{8,16,32}_8_avxJames Almer2014-08-201-0/+4
* | x86: hevc: adding transform_addPierre Edouard Lepere2014-08-201-1/+15
* | x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avxJames Almer2014-07-291-0/+30
* | x86/hevc_idct: add 12bit idct_dcJames Almer2014-07-271-1/+14
* | avcodec/x86/hevcdsp_init: make license header consistentMichael Niedermayer2014-07-271-4/+4
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d'Michael Niedermayer2014-07-271-25/+23
|\|
| * hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-261-0/+71
* x86/hevc_idct: replace old and unused idct functionsJames Almer2014-07-261-70/+25
* x86/hevc: add 12bits support for MCMickaël Raulet2014-07-261-1/+89
* x86/hevc: add 12bits support for deblocking filterMickaël Raulet2014-07-261-0/+16
* x86: hevcdsp: alignChristophe Gisquet2014-07-231-29/+27
* avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer ...Michael Niedermayer2014-07-221-1/+1
* x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2James Almer2014-07-131-11/+20
* avcodec/x86/hevc: add avx2 dc idctplepere2014-06-251-0/+18
* avcodec/hevc: new idct + asmplepere2014-06-171-2/+66
* x86: hevcdsp_init: fix macro usageChristophe Gisquet2014-06-011-18/+18
* avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-161-0/+37
* avcodec/x86/hevcdsp_init: fix build failure with --disable-mmxMichael Niedermayer2014-05-091-2/+3
* hvcodec/x86/hevcdsp: make macros more modular to support functions that are n...plepere2014-05-091-238/+238
* avcodec/x86/hevcdsp_init: fix SSE4 checksMichael Niedermayer2014-05-061-30/+18
* avcodec/x86/hevcdsp_init: fix build on 32bitMichael Niedermayer2014-05-061-0/+3
* HEVC : added assembly MC functionsplepere2014-05-061-0/+385