summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-263-3/+3
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-233-2/+7
* Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini2009-02-141-1/+1
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-263-1/+41
* Print a warning and fail if the graph description cannot beStefano Sabatini2009-01-161-0/+7
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-121-6/+6
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-121-1/+5
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-113-3/+18
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-101-10/+10
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-021-3/+4
* Fix typos.Stefano Sabatini2008-12-291-2/+2
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-281-1/+2
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-271-36/+36
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-261-1/+4
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-261-2/+2
* Choose better names for the variables in create_filter().Stefano Sabatini2008-12-261-14/+14
* Fix documentation for avfilter_parse_graph().Stefano Sabatini2008-12-261-2/+3
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-261-1/+1
OpenPOWER on IntegriCloud