aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_qpel.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-251-61/+61
|\
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-251-61/+61
* | x86: hpeldsp: propagate changes across codecsChristophe Gisquet2014-05-261-3/+0
* | x86: kill fpel_mmx.cChristophe Gisquet2014-05-211-4/+7
* | Merge commit 'c2c5be57494e6117086771bca34c8cd4c72c8e99'Michael Niedermayer2014-04-051-1/+1
|\|
| * x86: h264_qpel: Simplify an #if conditionalDiego Biurrun2014-04-041-1/+1
| * x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-261-1/+1
* | avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda973e802db7b57f2007fad3e...Michael Niedermayer2014-03-231-1/+1
* | Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b'Michael Niedermayer2014-03-221-1/+1
|\|
| * x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-221-1/+1
* | Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer2014-03-221-2/+3
|\|
| * dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-6/+6
|\|
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-6/+6
* | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-141-1/+1
|\|
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* | Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer2013-05-141-12/+3
|\|
| * x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-121-12/+3
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-011-2/+7
|\|
| * x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-201-3/+0
|\|
| * x86: Remove unused inline asm instruction definesMartin Storsjö2013-04-201-3/+0
* | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer2013-04-121-6/+0
|\|
| * x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-121-6/+0
* | Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer2013-04-121-5/+8
|\|
| * x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-121-5/+8
| * x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
* | x86/h264_qpel: switch to av_assertMichael Niedermayer2013-03-221-4/+4
* | h264_qpel: fix another forgotten int strideMichael Niedermayer2013-03-171-1/+1
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-19/+39
|\|
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-19/+39
* | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer2013-02-271-1/+0
|\|
| * x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-1/+0
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+2
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* | Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer2013-01-291-1/+1
|\|
| * x86: Simplify some arch conditionalsDiego Biurrun2013-01-291-1/+1
* | Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45'Michael Niedermayer2013-01-261-0/+4
|\|
| * x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-261-0/+4
* | Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339'Michael Niedermayer2013-01-251-78/+75
|\|
| * x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* | h264_qpel: put cpuflags checks back.Michael Niedermayer2013-01-241-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-0/+126
|\|
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+126
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-261-968/+173
|\|
| * x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-251-968/+173
* | Merge commit 'ad01ba6ceaea7d71c4b9887795523438689b5a96'Michael Niedermayer2012-11-261-4/+0
|\|
| * x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-251-4/+0