summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_sao.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-1/+1
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-051-1/+1
* avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64James Almer2018-01-111-1/+1
* x86/hevc_sao: move 10/12bit functions into a separate fileJames Almer2015-09-301-339/+55
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-041-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-3/+3
* x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer2015-03-011-3/+3
* x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer2015-02-121-41/+65
* x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-091-4/+36
* x86: lavc: share more constantsChristophe Gisquet2015-02-061-1/+1
* x86/hevc_sao: fix loading of RIP addressJames Almer2015-02-061-33/+9
* x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}James Almer2015-02-051-0/+182
* x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2}James Almer2015-02-051-1/+170
* x86/hevcdsp: add missing vzeroupper in ff_hevc_sao_band_filter_48_*_avx2James Almer2015-02-021-5/+6
* x86/hevcdsp: add missing guards to ff_hevc_sao_band_filter_avx2James Almer2015-02-011-0/+2
* x86: hevc/sao: aligned source buffersChristophe Gisquet2015-02-011-14/+14
* x86/hevc: add ff_hevc_sao_band_filter_{8,10,12}_{sse2,avx,avx2}James Almer2015-02-011-0/+238