| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: vpx/h264/hevc/mpeg2: share constants | Christophe Gisquet | 2014-08-06 | 1 | -1/+1 |
* | hevc_deblock: change tc type | Christophe Gisquet | 2014-08-06 | 1 | -4/+4 |
* | x86: hevc_deblock: remove unnecessary masking | Christophe Gisquet | 2014-08-04 | 1 | -4/+0 |
* | x86/hevc_deblock: improve 8bit transpose store macros | James Almer | 2014-08-03 | 1 | -48/+22 |
* | x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12} | James Almer | 2014-07-31 | 1 | -17/+8 |
* | x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx | James Almer | 2014-07-29 | 1 | -1/+9 |
* | x86/hevc_deblock: improve luma functions register allocation | James Almer | 2014-07-29 | 1 | -44/+44 |
* | x86/hevc_deblock: remove some unnecessary instructions | James Almer | 2014-07-29 | 1 | -7/+4 |
* | x86/hevc_deblock: use psignw instead of pmullw where possible | James Almer | 2014-07-29 | 1 | -0/+8 |
* | x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8 | James Almer | 2014-07-28 | 1 | -8/+8 |
* | Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d' | Michael Niedermayer | 2014-07-27 | 1 | -4/+8 |
|\ |
|
| * | hevc: SSE2 and SSSE3 loop filters | Pierre Edouard Lepere | 2014-07-26 | 1 | -0/+825 |
* | x86/hevc: remove unused constant in deblocking filter | Mickaël Raulet | 2014-07-26 | 1 | -1/+0 |
* | x86/hevc: add 12bits support for deblocking filter | Mickaël Raulet | 2014-07-26 | 1 | -28/+100 |
* | avcodec/x86/hevc_deblock: Fix compilation with nasm. | Carl Eugen Hoyos | 2014-07-23 | 1 | -2/+2 |
* | hevcdsp: remove an unneeded variable in the loop filter | Anton Khirnov | 2014-07-22 | 1 | -50/+33 |
* | avcodec/x86/hevc_deblock: cosmetics | Anton Khirnov | 2014-07-22 | 1 | -1/+1 |
* | hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions | Anton Khirnov | 2014-07-22 | 1 | -16/+12 |
* | avcodec/x86/hevc_deblock: use test instead of cmp 0 | Anton Khirnov | 2014-07-22 | 1 | -1/+1 |
* | avcodec/x86/hevc_deblock: use of paddw instead of psllw | Anton Khirnov | 2014-07-22 | 1 | -7/+7 |
* | avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" | Anton Khirnov | 2014-07-22 | 1 | -0/+4 |
* | hevc: cleaning up SSE2 and SSSE3 deblocking filters | Anton Khirnov | 2014-07-22 | 1 | -44/+50 |
* | x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2 | James Almer | 2014-07-13 | 1 | -1/+7 |
* | x86/hevc_deblock: improve chroma functions register allocation | James Almer | 2014-05-24 | 1 | -44/+43 |
* | x86/hevc_deblock: use constants instead of generating values at runtime | James Almer | 2014-05-19 | 1 | -32/+15 |
* | x86/hevc_deblock: remove some duplicated instructions | James Almer | 2014-05-18 | 1 | -9/+4 |
* | Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. | Carl Eugen Hoyos | 2014-05-17 | 1 | -21/+21 |
* | x86/hevc_deblock: use movhps instead of shuffling values | James Almer | 2014-05-17 | 1 | -16/+8 |
* | x86/hevc_deblock: fix label names | James Almer | 2014-05-17 | 1 | -17/+13 |
* | x86/hevc_deblock: fix usage of ABS1 | James Almer | 2014-05-17 | 1 | -5/+5 |
* | x86/hevc_deblock: merge movs with other instructions | James Almer | 2014-05-17 | 1 | -73/+36 |
* | avcodec/x86/hevc: updated to use x86util macros | plepere | 2014-05-16 | 1 | -88/+67 |
* | avcodec/x86/hevc: added DBF assembly functions | plepere | 2014-05-16 | 1 | -0/+924 |