648 Commits (5ef42826d2e17fe041c0f2744868cf0e5deb7d12)

Author SHA1 Message Date
İsmail Dönmez 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 14 years ago
Víctor Paesa 524aae8625 Use SLIBSUF instead of .so, as a more generic dynamic library suffix. 14 years ago
Stefano Sabatini 333771210e Fix reference to nonexistent function. 14 years ago
Stefano Sabatini ab3efd0077 Return AVERROR(EINVAL) rather than -1 in case of invalid values. 14 years ago
Alexander Strange 5ba24e4982 Fix compile on Darwin (FATE). Compile error: 14 years ago
Stefano Sabatini c10676aca3 Make init() return sensible error code rather than -1 in case of 14 years ago
Stefano Sabatini 46daee6e4e Cosmetics: apply nits. 14 years ago
Stefano Sabatini e40032e23a Add the drawbox filter from the soc libavfilter repo. 14 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 14 years ago
Aurelien Jacobs fa6f4ebc08 use a Makefile in x86 subdir 14 years ago
Aurelien Jacobs 236f79480b merge #if with if() 14 years ago
Stefano Sabatini db9dfa3cc3 Make avfilter_insert_filter() propagate an error code in case the 14 years ago
Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 14 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
Stefano Sabatini b1a05b820e Make avfilter_destroy() code less convoluted, introducing a temporary 14 years ago
Måns Rullgård 536e229ae2 yadif: remove unnecessary #include 14 years ago
Stefano Sabatini 13fabd7a8d Port MPlayer blackframe filter. 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Stefano Sabatini b0f65613ac Cosmetics: fix style nits. 14 years ago
Baptiste Coudurier 48f7f29f52 In yadif filter, use current frame when previous is missing, 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Michael Niedermayer 9f27ca3f25 Stefanos port was missing DIRS variable in the Makefile for the newly added x86 14 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 14 years ago
Michael Niedermayer 96a1459ed5 Fix 0 vs 1 porting bug from mplayer. 14 years ago
Michael Niedermayer acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 14 years ago
Stefano Sabatini 1afab33857 Prefix enum var_name symbols with VAR_, to avoid conflicts with already 14 years ago
Stefano Sabatini 921bf9f1ff Fix memleak introduced in: 14 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 14 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
Stefano Sabatini 120119225a Add missing NULL checks, fix crash. 14 years ago
Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 14 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 14 years ago
Stefano Sabatini dcb90374a3 Cosmetics: fix weird align. 14 years ago
Stefano Sabatini e6c4a417b3 Use <> for system headers inclusion. 14 years ago
Stefano Sabatini 0a7d6e01a3 Fix copyright notice, make it more consistent with the rest of FFmpeg. 14 years ago
Stefano Sabatini 6ebf0bfc17 Implement libopencv smooth filter. 14 years ago
Stefano Sabatini 11198b18db Cosmetics: remove useless parentheses. 14 years ago
Stefano Sabatini 4afbcf46c9 Reindent. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
Stefano Sabatini 7f1af825f8 Add fifo filter. 14 years ago
Stefano Sabatini 5a9dd3de63 Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the 14 years ago
S.N. Hemanth Meenakshisundaram 99046339fc Add null audio filter. 14 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 14 years ago