summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* Add informative log message in the crop filter.Stefano Sabatini2010-11-23
* Reindent.Stefano Sabatini2010-11-22
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-22
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-22
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-22
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-22
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-18
* Fix style: if( -> if (.Stefano Sabatini2010-11-18
* Remove redundant information in header.Stefano Sabatini2010-11-18
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-17
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-13
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-13
* Make avfiltergraph.h public.Stefano Sabatini2010-11-13
* In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini2010-11-13
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-11
* remove declaration inside for(), i is already declaredAurelien Jacobs2010-11-11
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-10
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Document AVFilterInOut fields.Stefano Sabatini2010-11-07
* Extend documentation for parse_filter().Stefano Sabatini2010-11-07
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-07
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-07
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-07
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-07
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-07
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-07
* Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini2010-11-07
* Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini2010-11-07
* Make link_filter_inouts() return meaningful error codes.Stefano Sabatini2010-11-07
* Change the signature of parse_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Change the signature of create_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Amend avfilter_graph_parse() documentation for the return code, makeStefano Sabatini2010-11-04
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* 1/PHIl: swap again settb/setpts, fix alphabetical order.Stefano Sabatini2010-11-02
* Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini2010-11-02
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
* Make the blackframe filter print the time, in addition to theStefano Sabatini2010-11-02
* Make the cropdetect filter print the time for each frame, in additionStefano Sabatini2010-11-02
* Fix crop->var_values[VAR_T] computation in the crop filter.Stefano Sabatini2010-11-02
* 100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini2010-10-25