summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-261-4/+4
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-313-9/+9
* Fix a typo.Stefano Sabatini2008-08-281-1/+1
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-281-2/+2
* Implement avfilter_version().Stefano Sabatini2008-08-082-1/+10
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-242-41/+23
* One more memory leakVitor Sessak2008-05-241-0/+1
* Cosmetical: move statementVitor Sessak2008-05-241-1/+2
OpenPOWER on IntegriCloud