summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-062-3/+7
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-044-2/+349
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-042-13/+5
* Declare sse2 and ssse2 function in yadif headerBaptiste Coudurier2010-12-041-0/+8
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-043-212/+294
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-023-12/+45
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-301-2/+2
* Implement frei0r source.Stefano Sabatini2010-11-304-11/+114
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-2823-33/+34
* Fix crash in uninit.Stefano Sabatini2010-11-251-1/+1
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-251-3/+2
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-253-35/+71
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-252-3/+7
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-241-1/+1
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-241-1/+1
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-241-1/+3
* Add informative log message in the crop filter.Stefano Sabatini2010-11-231-0/+3
* Reindent.Stefano Sabatini2010-11-221-5/+5
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-221-9/+11
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-221-0/+4
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-224-19/+19
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-214-10/+10
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-214-1/+384
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-181-2/+5
* Fix style: if( -> if (.Stefano Sabatini2010-11-181-5/+5
* Remove redundant information in header.Stefano Sabatini2010-11-181-2/+1
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-177-380/+2
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-171-0/+3
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-131-1/+1
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-134-7/+15
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-132-6/+18
* Make avfiltergraph.h public.Stefano Sabatini2010-11-132-2/+2
* In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini2010-11-131-2/+2
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-134-31/+34
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-124-9/+9
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-111-0/+6
* remove declaration inside for(), i is already declaredAurelien Jacobs2010-11-111-1/+1
* drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs2010-11-103-11/+6
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-084-15/+15
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-084-8/+8
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-074-66/+37
* Document AVFilterInOut fields.Stefano Sabatini2010-11-071-0/+12
* Extend documentation for parse_filter().Stefano Sabatini2010-11-071-1/+12
* Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini2010-11-071-1/+1
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-072-7/+7
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-071-10/+12
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-071-5/+5
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-071-1/+2
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-071-1/+1
OpenPOWER on IntegriCloud