662 Commits (2b59fbe9b1e3721ba0785fbed9fc62a8049a6830)

Author SHA1 Message Date
  Stefano Sabatini d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
  Stefano Sabatini 43945b2766 Add transpose filter. 14 years ago
  Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
  Stefano Sabatini 6fae8c5443 Make the validity checks fail only if the corresponding luma or chroma 14 years ago
  Stefano Sabatini cf5fe8ec9e Make avfilter_config_links() use the timebase of the first input link 14 years ago
  Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
  Stefano Sabatini 610312e904 Remove unused symbol. 14 years ago
  Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 14 years ago
  Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 14 years ago
  Stefano Sabatini 214c0d420b Implement settb filter. 14 years ago
  Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago
  Stefano Sabatini f167a1a4f6 Rename out -> outlink, link -> inlink in various defaults.c functions, 14 years ago
  Stefano Sabatini 69f73a8928 Make avfilter_config_links() propagate the error code coming from the 14 years ago
  Stefano Sabatini 74d127b537 Add validity checks for the unsharp filter. 14 years ago
  İ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