summaryrefslogtreecommitdiff
path: root/libavcodec/hpel_template.c
Commit message (Collapse)AuthorAge
* Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\ | | | | | | | | | | | | * commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f': Add missing headers to make template files compile (more) standalone Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
| |
* | Merge commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f'Michael Niedermayer2014-03-26
|\| | | | | | | | | | | | | * commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f': dsputil: Move hpel_template #include out of dsputil_template Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-26
| | | | | | | | Multiple inclusion makes no sense as it is only used in the 8-bit case.
* | Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'Michael Niedermayer2014-03-22
|\| | | | | | | | | | | | | | | | | | | * commit '57f09608e1600d1cf1679885a46f5004d522d68f': dsputil: Move thirdpel-related bits into their own context Conflicts: libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
| |
* | Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer2014-03-22
|\| | | | | | | | | | | | | | | | | | | | | * commit '322a1dda973e802db7b57f2007fad3efcd5bab81': dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros Conflicts: libavcodec/arm/hpeldsp_init_arm.c libavcodec/x86/dsputil_x86.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-22
| |
* | Merge commit '2972087e398454122a82a970ed07924185175c6d'Michael Niedermayer2014-03-20
|\| | | | | | | | | | | | | * commit '2972087e398454122a82a970ed07924185175c6d': hpel_template: Drop some unnecessary parentheses Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hpel_template: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
| |
* | Merge commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224'Michael Niedermayer2014-03-20
|\| | | | | | | | | | | | | * commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224': hpel_template: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hpel_template: K&R formatting cosmeticsDiego Biurrun2014-03-20
| |
| * dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-17
| | | | | | | | | | | | Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c
* | dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer2013-02-06
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-24
|/ | | | | | | | | | | * qatar/master: dsputil: Separate h264 qpel Conflicts: libavcodec/dsputil_template.c libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>