2411 Commits (846488cca80870a22d7f5a16100ce7fb95119634)

Author SHA1 Message Date
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Michael Niedermayer 1edf129cbc swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions 9 years ago
Matthieu Bouron e4e9b9454e swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32} 9 years ago
Matthieu Bouron 44913d1945 swscale/arm/yuv2rgb: fix typo 9 years ago
Michael Niedermayer b83d8be6bf swscale/utils: Fix intermediate format for cascaded alpha downscaling 9 years ago
Matthieu Bouron b32a42295a swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32} 9 years ago
Matthieu Bouron e0dc22b99e swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled 9 years ago
Matthieu Bouron c2ad248321 swscale/arm/yuv2rgb: simplify process_16px_* macro call 9 years ago
Clément Bœsch 91b4afd58d swscale/arm/yuv2rgb: fix slicing 9 years ago
Michael Niedermayer a066ff89bc swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 9 years ago
Michael Niedermayer 80bfce35cc swscale/x86/rgb2rgb_template: Do not crash on misaligend stride 9 years ago
Ganesh Ajjanagadde c8905e0d67 swscale/utils: replace pow by exp2 9 years ago
Matthieu Bouron 5aca33c2cf swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16 9 years ago
Michael Niedermayer 325b59368d swscale/utils: Fix for runtime error: left shift of negative value -1 9 years ago
Clément Bœsch 010caed261 swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range options 9 years ago
Matthieu Bouron 46feb66972 swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon 9 years ago
Andreas Cadhalpun e8c3716064 swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init 9 years ago
Andreas Cadhalpun 8bfbc8c5e5 swscale: rename sws_context_class to ff_sws_context_class 9 years ago
Ganesh Ajjanagadde cd8a0a9a9a swscale/swscale: add av_warn_unused_result to sws_init_context 9 years ago
Pedro Arthur 5bd62a1b3c swscale: fix ticket #4881 9 years ago
Ganesh Ajjanagadde 3b2000c2bf doc/scaler, swscale/options: use proper capitalization 9 years ago
Ganesh Ajjanagadde 26e8895b73 all: add _DEFAULT_SOURCE locally wherever needed 9 years ago
Pedro Arthur a8602dde5e swscale: fix ticket #4877 9 years ago
Pedro Arthur 77367f61b3 swscale: fix ticket 4850 9 years ago
Ganesh Ajjanagadde 7cf22c7970 swscale/output: fix undefined left shifts of negative numbers 9 years ago
Ganesh Ajjanagadde b4cb597900 libswscale/swscale: fix -Wunused-function 9 years ago
Ganesh Ajjanagadde 80d23d9d32 swscale/swscale: silence unused function warning 9 years ago
Michael Niedermayer 0ae40c5a70 swscale/swscale: Fix "unused variable" warning 9 years ago
Michael Niedermayer d730dd8c53 swscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend 9 years ago
Michael Niedermayer 21c7272859 swscale/utils: Forward luma range to the cascaded context for alphablending 9 years ago
Michael Niedermayer 319898bba2 swscale/utils: handle gray+alpha formats like gray for luma ranges 9 years ago
Michael Niedermayer 816cf5181e swscale/utils: If the source has no alpha then disable alpha blendaway 9 years ago
Clément Bœsch c97cd1169c swscale: use AV_OPT_TYPE_BOOL 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 9 years ago
Pedro Arthur 3059562aa1 swscale: re-enable gamma 9 years ago
Pedro Arthur f67aff3ad7 swscale: added proper error check for ff_init_filters 9 years ago
Michael Niedermayer 1acd6311a1 swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails() to the first context 9 years ago
Michael Niedermayer 8e05f9217a swscale/utils: Split scaling if possible and yuv->yuv with different matrixes is requested 9 years ago
Vittorio Giovara e88103a7f9 Bump major versions of all libraries 9 years ago
Vittorio Giovara 9d58639e27 sws: Drop deprecated SWS_CPU_CAPS defines 9 years ago
Timothy Gu 68a9c8ac77 swscale: Silence an unused variable warning 9 years ago
Ganesh Ajjanagadde eb3cfa7dd3 swscale/alphablend: fix pointer cast 9 years ago
Michael Niedermayer 7c72a4bbd3 swscale/alphablend: Fix pointer type warnings 9 years ago
Pedro Arthur 62d176de12 swscale: refactor vertical scaler 9 years ago
Pedro Arthur 4545906f60 swscale: Fixed typos 9 years ago
Pedro Arthur ed80dec621 swscale: fixed compiler warnings 9 years ago
Pedro Arthur 0f3687d6fb swscale: add license headers and copyrights 9 years ago
Pedro Arthur 737aa902f0 swscale: process horizontal lines in batches 9 years ago
Pedro Arthur e0a3173a94 swscale: refactor horizontal scaling 9 years ago