summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-27
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-27
* Add descriptions for the committed filters.Stefano Sabatini2009-10-27
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-25
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-22
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-22
* Add video vertical flip filter.Stefano Sabatini2009-10-22
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-21
* Add video crop filter.Stefano Sabatini2009-10-21
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
* Break over-80-chars-long line.Stefano Sabatini2009-10-19
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-18
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* Add the null video filter.Stefano Sabatini2009-10-18
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-06
* Remove the const qualifier for the name field of AVFilterInOut, sinceStefano Sabatini2009-06-01
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-31
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-22
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-18
* Implement av_set_options_string().Stefano Sabatini2009-05-14
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-14
* Make case insensitive the match for the color name inStefano Sabatini2009-05-14
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-14
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-08
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-06
* Implement av_parse_color().Stefano Sabatini2009-05-05
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-01
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-01
* av_get_token()Michael Niedermayer2009-05-01
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-21
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-14
* Make static the list of registered filters.Víctor Paesa2009-03-26
* Remove old scaler.Michael Niedermayer2009-03-03
* Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini2009-02-26
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-26
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini2009-02-14
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Print a warning and fail if the graph description cannot beStefano Sabatini2009-01-16
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-12