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
2019-04-20lavfi/fspp: Simplify a macro.Carl Eugen Hoyos
Silences a warning with clang: warning: implicit conversion from 'int' to 'int16_t' (aka 'short') changes value from 44130 to -21406
2019-04-16lavfi/fspp: Remove two unused macros.Carl Eugen Hoyos
2015-11-23avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde
This uses M_SQRT1_2, M_SQRT2 instead of the actual literals. Fixed point values remain unchanged. Patch tested with FATE on x86. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2014-12-26x86/vf_fspp: port inline asm to yasmJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2014-12-24lavfi: port mp=fspp to a native libavfilter filterArwa Arif
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>