Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
* commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f': Add missing headers to make template files compile (more) standalone Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-26Merge commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f'Michael Niedermayer
* commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f': dsputil: Move hpel_template #include out of dsputil_template Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-26dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun
Multiple inclusion makes no sense as it is only used in the 8-bit case.
2014-03-23Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'Michael Niedermayer
* commit '57f09608e1600d1cf1679885a46f5004d522d68f': dsputil: Move thirdpel-related bits into their own context Conflicts: libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-23Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer
* 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>
2014-03-22dsputil: Move thirdpel-related bits into their own contextDiego Biurrun
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2014-03-20Merge commit '2972087e398454122a82a970ed07924185175c6d'Michael Niedermayer
* commit '2972087e398454122a82a970ed07924185175c6d': hpel_template: Drop some unnecessary parentheses Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-20Merge commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224'Michael Niedermayer
* commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224': hpel_template: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-20hpel_template: Drop some unnecessary parenthesesDiego Biurrun
2014-03-20hpel_template: K&R formatting cosmeticsDiego Biurrun
2013-02-17dsputil: convert remaining op_pixels_funcLuca Barbato
Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c
2013-02-06dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: dsputil: Separate h264 qpel Conflicts: libavcodec/dsputil_template.c libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24dsputil: Separate h264 qpelMans Rullgard
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>