659 Commits (198ac67fe843f55535b75bd3f17b3a1b7ee847b6)

Author SHA1 Message Date
Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 15 years ago
Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 15 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 15 years ago
Stefano Sabatini 610312e904 Remove unused symbol. 15 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 15 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 15 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 15 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 15 years ago
Stefano Sabatini f167a1a4f6 Rename out -> outlink, link -> inlink in various defaults.c functions, 15 years ago
Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 15 years ago
Stefano Sabatini 74d127b537 Add validity checks for the unsharp filter. 15 years ago
İsmail Dönmez 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 15 years ago
Víctor Paesa 524aae8625 Use SLIBSUF instead of .so, as a more generic dynamic library suffix. 15 years ago
Stefano Sabatini 333771210e Fix reference to nonexistent function. 15 years ago
Stefano Sabatini ab3efd0077 Return AVERROR(EINVAL) rather than -1 in case of invalid values. 15 years ago
Alexander Strange 5ba24e4982 Fix compile on Darwin (FATE). Compile error: 15 years ago
Stefano Sabatini c10676aca3 Make init() return sensible error code rather than -1 in case of 15 years ago
Stefano Sabatini 46daee6e4e Cosmetics: apply nits. 15 years ago
Stefano Sabatini e40032e23a Add the drawbox filter from the soc libavfilter repo. 15 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 15 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 15 years ago
Aurelien Jacobs fa6f4ebc08 use a Makefile in x86 subdir 15 years ago
Aurelien Jacobs 236f79480b merge #if with if() 15 years ago
Stefano Sabatini db9dfa3cc3 Make avfilter_insert_filter() propagate an error code in case the 15 years ago
Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 15 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 15 years ago
Stefano Sabatini b1a05b820e Make avfilter_destroy() code less convoluted, introducing a temporary 15 years ago
Måns Rullgård 536e229ae2 yadif: remove unnecessary #include 15 years ago
Stefano Sabatini 13fabd7a8d Port MPlayer blackframe filter. 15 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 15 years ago
Stefano Sabatini b0f65613ac Cosmetics: fix style nits. 15 years ago
Baptiste Coudurier 48f7f29f52 In yadif filter, use current frame when previous is missing, 15 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 15 years ago
Michael Niedermayer 9f27ca3f25 Stefanos port was missing DIRS variable in the Makefile for the newly added x86 15 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 15 years ago
Michael Niedermayer 96a1459ed5 Fix 0 vs 1 porting bug from mplayer. 15 years ago
Michael Niedermayer acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 15 years ago
Stefano Sabatini 1afab33857 Prefix enum var_name symbols with VAR_, to avoid conflicts with already 15 years ago
Stefano Sabatini 921bf9f1ff Fix memleak introduced in: 15 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 15 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 15 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 15 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 15 years ago
Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 15 years ago
Stefano Sabatini 120119225a Add missing NULL checks, fix crash. 15 years ago
Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 15 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 15 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 15 years ago
Stefano Sabatini dcb90374a3 Cosmetics: fix weird align. 15 years ago
Stefano Sabatini e6c4a417b3 Use <> for system headers inclusion. 15 years ago