| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/hevc_sao: move 10/12bit functions into a separate file | James Almer | 2015-09-30 | 1 | -339/+55 |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 1 | -1/+1 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec/x86: add missing colon to labels | James Almer | 2015-07-26 | 1 | -3/+3 |
* | x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8 | James Almer | 2015-03-01 | 1 | -3/+3 |
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32 | James Almer | 2015-02-12 | 1 | -41/+65 |
* | x86/hevc_sao: make sao_band_filter work on x86_32 | James Almer | 2015-02-09 | 1 | -4/+36 |
* | x86: lavc: share more constants | Christophe Gisquet | 2015-02-06 | 1 | -1/+1 |
* | x86/hevc_sao: fix loading of RIP address | James Almer | 2015-02-06 | 1 | -33/+9 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2} | James Almer | 2015-02-05 | 1 | -0/+182 |
* | x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} | James Almer | 2015-02-05 | 1 | -1/+170 |
* | x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2 | James Almer | 2015-02-02 | 1 | -5/+6 |
* | x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2 | James Almer | 2015-02-01 | 1 | -0/+2 |
* | x86: hevc/sao: aligned source buffers | Christophe Gisquet | 2015-02-01 | 1 | -14/+14 |
* | x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2} | James Almer | 2015-02-01 | 1 | -0/+238 |