summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-032-5/+2
* Explicitely define get_video_buffer() callbacks in the format,Stefano Sabatini2009-11-032-0/+15
* Change file doxy fromStefano Sabatini2009-11-031-1/+1
* Fix/clarify description of the noformat filter.Stefano Sabatini2009-11-031-1/+1
* Remove the get_video_buffer() callback.Stefano Sabatini2009-10-301-7/+0
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-271-2/+2
* Add format and noformat filters.Stefano Sabatini2009-10-274-1/+159
* Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini2009-10-271-21/+13
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-271-3/+8
* Add descriptions for the committed filters.Stefano Sabatini2009-10-273-0/+5
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-251-1/+2
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-221-7/+7
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-221-2/+8
* Add video vertical flip filter.Stefano Sabatini2009-10-223-0/+104
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-211-1/+1
* Add video crop filter.Stefano Sabatini2009-10-213-0/+235
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-212-4/+4
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-212-3/+3
* Break over-80-chars-long line.Stefano Sabatini2009-10-191-1/+2
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-182-3/+3
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-182-28/+1
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-182-2/+26
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-181-1/+1
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-181-1/+3
* Add the null video filter.Stefano Sabatini2009-10-183-3/+58
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-181-2/+2
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-183-15/+21
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-072-3/+5
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-061-0/+35
* Remove the const qualifier for the name field of AVFilterInOut, sinceStefano Sabatini2009-06-011-1/+1
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-312-0/+24
* Fix grammar for avfilter_graph_parse() doxy.Stefano Sabatini2009-05-221-1/+1
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-5/+1
* Log with level AV_LOG_ERROR if av_parse_color() cannot recognize aStefano Sabatini2009-05-181-1/+1
* Implement av_set_options_string().Stefano Sabatini2009-05-142-0/+158
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-142-1/+3
* Make case insensitive the match for the color name inStefano Sabatini2009-05-142-4/+4
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-141-36/+36
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-142-25/+25
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-081-1/+1
* Accept "bikeshed" as a random color.Ramiro Polla2009-05-061-0/+9
* Implement av_parse_color().Stefano Sabatini2009-05-052-0/+225
* Prefer (void) over () in function prototype.Stefano Sabatini2009-05-011-1/+1
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-011-46/+4
* av_get_token()Michael Niedermayer2009-05-012-0/+153
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-211-11/+8
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-141-0/+1
* Make static the list of registered filters.Víctor Paesa2009-03-262-2/+2
* Remove old scaler.Michael Niedermayer2009-03-031-2/+1
* Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini2009-02-262-2/+2
OpenPOWER on IntegriCloud