summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_idct.asm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '112cee0241f5799edff0e4682b9e8639b046dc78'Clément Bœsch2017-03-231-35/+765
|\
| * hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-111-22/+765
* | Merge commit 'e4128c08d786eb5513578e8c6063671ba03226ab'Clément Bœsch2017-03-231-12/+39
|\ \ | |/
| * Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-061-11/+23
* | Merge commit 'd9dccc03890a976dba59d66ed3b5aceeaa33d14c'Clément Bœsch2017-03-231-39/+12
|\ \ | |/
| * hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-061-23/+11
* | Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'Clément Bœsch2017-01-311-34/+35
|\ \ | |/
| * hevc: Add AVX2 DC IDCTJames Almer2016-07-181-0/+107
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-041-1/+1
* x86/hevc_idct: add a colon to labelsJames Almer2014-07-281-1/+1
* x86/hevc_idct: add 12bit idct_dcJames Almer2014-07-271-0/+16
* x86/hevc_idct: replace old and unused idct functionsJames Almer2014-07-261-184/+65
* avcodec/x86/hevc_idct: fix function name in commentMichael Niedermayer2014-06-251-1/+1
* avcodec/x86/hevc_idct: fix number of sse registersplepere2014-06-251-1/+1
* avcodec/x86/hevc: add avx2 dc idctplepere2014-06-251-3/+48
* x86/hevc_idct: fix movd parameter size in DC_ADD_INITJames Almer2014-06-191-1/+1
* avcodec/hevc: new idct + asmplepere2014-06-171-0/+180