| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: hevc: remove a parameter to WP internals | Christophe Gisquet | 2015-02-14 | 1 | -8/+8 |
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32 | James Almer | 2015-02-12 | 1 | -13/+9 |
* | x86/hevc_sao: make sao_band_filter work on x86_32 | James Almer | 2015-02-09 | 1 | -12/+12 |
* | x86: hevc_mc: use epel_hv 16-wide function | Christophe Gisquet | 2015-02-06 | 1 | -3/+3 |
* | x86: hevc_mc: add AVX2 optimizations | Pierre Edouard Lepere | 2015-02-06 | 1 | -1/+369 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2} | James Almer | 2015-02-05 | 1 | -0/+12 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} | James Almer | 2015-02-05 | 1 | -11/+40 |
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} | James Almer | 2015-02-01 | 1 | -0/+49 |
* | x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 | James Almer | 2014-09-04 | 1 | -0/+2 |
* | x86: hevc_mc: split differently calls | Christophe Gisquet | 2014-08-24 | 1 | -2/+41 |
* | hevcdsp: remove more instances of compile-time-fixed parameters | Christophe Gisquet | 2014-08-22 | 1 | -6/+6 |
* | hevcdsp: remove compilation-time-fixed parameter | Christophe Gisquet | 2014-08-22 | 1 | -8/+8 |
* | x86/hevc_res_add: refactor ff_hevc_transform_add{16,32}_8 | James Almer | 2014-08-21 | 1 | -6/+4 |
* | x86/hecv_res_add: add ff_hevc_transform_add{8,16,32}_8_avx | James Almer | 2014-08-20 | 1 | -0/+4 |
* | x86: hevc: adding transform_add | Pierre Edouard Lepere | 2014-08-20 | 1 | -1/+15 |
* | x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx | James Almer | 2014-07-29 | 1 | -0/+30 |
* | x86/hevc_idct: add 12bit idct_dc | James Almer | 2014-07-27 | 1 | -1/+14 |
* | avcodec/x86/hevcdsp_init: make license header consistent | Michael Niedermayer | 2014-07-27 | 1 | -4/+4 |
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d' | Michael Niedermayer | 2014-07-27 | 1 | -25/+23 |
|\ |
|
| * | hevc: SSE2 and SSSE3 loop filters | Pierre Edouard Lepere | 2014-07-26 | 1 | -0/+71 |
* | x86/hevc_idct: replace old and unused idct functions | James Almer | 2014-07-26 | 1 | -70/+25 |
* | x86/hevc: add 12bits support for MC | Mickaël Raulet | 2014-07-26 | 1 | -1/+89 |
* | x86/hevc: add 12bits support for deblocking filter | Mickaël Raulet | 2014-07-26 | 1 | -0/+16 |
* | x86: hevcdsp: align | Christophe Gisquet | 2014-07-23 | 1 | -29/+27 |
* | avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer ... | Michael Niedermayer | 2014-07-22 | 1 | -1/+1 |
* | x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2 | James Almer | 2014-07-13 | 1 | -11/+20 |
* | avcodec/x86/hevc: add avx2 dc idct | plepere | 2014-06-25 | 1 | -0/+18 |
* | avcodec/hevc: new idct + asm | plepere | 2014-06-17 | 1 | -2/+66 |
* | x86: hevcdsp_init: fix macro usage | Christophe Gisquet | 2014-06-01 | 1 | -18/+18 |
* | avcodec/x86/hevc: added DBF assembly functions | plepere | 2014-05-16 | 1 | -0/+37 |
* | avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx | Michael Niedermayer | 2014-05-09 | 1 | -2/+3 |
* | hvcodec/x86/hevcdsp: make macros more modular to support functions that are n... | plepere | 2014-05-09 | 1 | -238/+238 |
* | avcodec/x86/hevcdsp_init: fix SSE4 checks | Michael Niedermayer | 2014-05-06 | 1 | -30/+18 |
* | avcodec/x86/hevcdsp_init: fix build on 32bit | Michael Niedermayer | 2014-05-06 | 1 | -0/+3 |
* | HEVC : added assembly MC functions | plepere | 2014-05-06 | 1 | -0/+385 |