summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_qpel_8bit.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-13/+13
* avcodec/x86/h264_qpel: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-221-7/+0
* avcodec/x86/h264_qpel_8bit: Remove unused functionAndreas Rheinhardt2022-06-111-1/+0
* Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer2013-03-011-169/+0
|\
| * Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-281-169/+0
* | Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568'Michael Niedermayer2013-01-271-0/+169
|\ \ | |/
| * Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-261-0/+169
* | Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'Michael Niedermayer2012-11-261-6/+6
|\ \ | |/
| * x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-261-4/+4
|/
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-251-0/+862