summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_qpel_8bit.asm
Commit message (Collapse)AuthorAge
* Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer2013-03-01
|\ | | | | | | | | | | | | | | | | | | * commit 'e8c52271c45ec27d783e74238dcfad0c2008731c': Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." Conflicts: libavcodec/x86/dsputil.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
| | | | | | | | | | | | | | This reverts commit f90ff772e7e35b4923c2de429d1fab9f2569b568. The code should be put back in h264_qpel_8bit.asm, but unfortunately it is unconditionally used from dsputil_mmx.c since 71155d7.
* | Merge commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568'Michael Niedermayer2013-01-27
|\| | | | | | | | | | | | | | | * commit 'f90ff772e7e35b4923c2de429d1fab9f2569b568': Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. doc: update the reference for the title Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-26
| |
* | Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'Michael Niedermayer2012-11-26
|\| | | | | | | | | | | | | | | | | * commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c': lavc: clarify get_buffer() documentation mpegaudiodec: use planar sample format for output unless packed is requested x86: h264 qpel: use the correct number of utilized xmm regs in cglobal Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-25
| | | | | | | | Fixes xmm register clobbering on win64.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-26
|/ | | | | | | | | | | * qatar/master: remove #defines to prevent use of discouraged external functions x86: h264: Convert 8-bit QPEL inline assembly to YASM Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-25
Signed-off-by: Diego Biurrun <diego@biurrun.de>