]> git.sesse.net Git - ffmpeg/history - libavfilter
Log error message in case of invalid parsing.
[ffmpeg] / libavfilter /
2010-11-18 Stefano SabatiniLog error message in case of invalid parsing.
2010-11-18 Stefano SabatiniFix style: if( -> if (.
2010-11-18 Stefano SabatiniRemove redundant information in header.
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-17 Baptiste Coudurier100L fix get_video_buffer in pad filter, get_video_buff...
2010-11-13 Stefano SabatiniFix frei0r filter after av_parse_color() syntax change.
2010-11-13 Aurelien Jacobsimprove av_parse_color() to allow for non-null terminat...
2010-11-13 Aurelien Jacobsimprove av_parse_color() to support html formatting
2010-11-13 Stefano SabatiniMake avfiltergraph.h public.
2010-11-13 Stefano SabatiniIn ff_get_ref_perms_string() use 'u' and 'U' for repres...
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-11 Stefano SabatiniAdd missing check on the existence of an associated...
2010-11-11 Aurelien Jacobsremove declaration inside for(), i is already declared
2010-11-10 Aurelien Jacobsdrop support for base-10 encoded alpha component in...
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniDocument AVFilterInOut fields.
2010-11-07 Stefano SabatiniExtend documentation for parse_filter().
2010-11-07 Stefano SabatiniBump lavfi minor and add APIchanges entry after the...
2010-11-07 Stefano SabatiniRename AVFilterInOut field filter to filter_ctx, more...
2010-11-07 Stefano SabatiniMake avfilter_graph_parse() always return meaningful...
2010-11-07 Stefano SabatiniMake parse_outputs() always return meaningful error...
2010-11-07 Stefano SabatiniAdd missing memory check in parse_inputs(), and fix...
2010-11-07 Stefano SabatiniMake parse_inputs() return AVERROR(EINVAL) rather than...
2010-11-07 Stefano SabatiniAdd missing check in link_filter_inouts(), and fix...
2010-11-07 Stefano SabatiniRename the variable filter to filt_ctx in link_filter_i...
2010-11-07 Stefano SabatiniMake link_filter_inouts() return meaningful error codes.
2010-11-07 Stefano SabatiniChange the signature of parse_filter() to make it retur...
2010-11-07 Stefano SabatiniChange the signature of create_filter() to make it...
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-04 Stefano SabatiniAmend avfilter_graph_parse() documentation for the...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-11-02 Stefano SabatiniFix timestamp handling in more filters after the change...
2010-11-02 Stefano SabatiniMake the blackframe filter print the time, in addition...
2010-11-02 Stefano SabatiniMake the cropdetect filter print the time for each...
2010-11-02 Stefano SabatiniFix crop->var_values[VAR_T] computation in the crop...
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-13 Stefano SabatiniMake the validity checks fail only if the corresponding...
2010-10-12 Stefano SabatiniMake avfilter_config_links() use the timebase of the...
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
2010-10-12 Stefano SabatiniRemove unused symbol.
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-10-11 Stefano SabatiniImplement settb filter.
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniRename out -> outlink, link -> inlink in various defaul...
2010-10-10 Stefano SabatiniMake avfilter_config_links() propagate the error code...
2010-10-08 Stefano SabatiniAdd validity checks for the unsharp filter.
2010-10-03 İsmail Dönmezyadif: Explicit wordlength for compare. Fixes compile...
2010-10-03 Víctor PaesaUse SLIBSUF instead of .so, as a more generic dynamic...
2010-10-01 Stefano SabatiniFix reference to nonexistent function.
2010-09-30 Stefano SabatiniReturn AVERROR(EINVAL) rather than -1 in case of invali...
2010-09-29 Alexander StrangeFix compile on Darwin (FATE). Compile error:
2010-09-28 Stefano SabatiniMake init() return sensible error code rather than...
2010-09-28 Stefano SabatiniCosmetics: apply nits.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
2010-09-27 Aurelien Jacobsuse a Makefile in x86 subdir
2010-09-27 Aurelien Jacobsmerge #if with if()
2010-09-27 Stefano SabatiniMake avfilter_insert_filter() propagate an error code...
2010-09-27 Stefano SabatiniMake AVFilterLink store the pointers to the source...
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniMake avfilter_destroy() code less convoluted, introduci...
2010-09-26 Måns Rullgårdyadif: remove unnecessary #include
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-26 Stefano SabatiniCosmetics: fix style nits.
2010-09-26 Baptiste CoudurierIn yadif filter, use current frame when previous is...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-25 Michael NiedermayerStefanos port was missing DIRS variable in the Makefile...
2010-09-25 Stefano SabatiniBump lavfi minor and add Changelog notice after yadif...
2010-09-25 Michael NiedermayerFix 0 vs 1 porting bug from mplayer.
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...
2010-09-25 Stefano SabatiniPrefix enum var_name symbols with VAR_, to avoid confli...
2010-09-25 Stefano SabatiniFix memleak introduced in:
2010-09-25 S.N. Hemanth Meena... Add asink_anullsink - null audio sink.
2010-09-25 Stefano SabatiniAdd asrc_anullsrc - null audio source.
2010-09-25 Stefano SabatiniMake the crop filters accept parametric expressions.
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-09-24 Stefano SabatiniAdd missing NULL checks, fix crash.
2010-09-24 Stefano SabatiniRemove unnecessary av_strdup() and av_free().
2010-09-24 Stefano SabatiniAdd frei0r filter.
2010-09-23 Michael NiedermayerCorrect terminology bug in poll_frame()
2010-09-16 Stefano SabatiniCosmetics: fix weird align.
2010-09-16 Stefano SabatiniUse <> for system headers inclusion.
2010-09-16 Stefano SabatiniFix copyright notice, make it more consistent with...
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
2010-09-10 Stefano SabatiniCosmetics: remove useless parentheses.
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
next