summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-12
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-10
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-02
* Fix typos.Stefano Sabatini2008-12-29
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-27
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-26
* Choose better names for the variables in create_filter().Stefano Sabatini2008-12-26
* Fix documentation for avfilter_parse_graph().Stefano Sabatini2008-12-26
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-26
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Fix a typo.Stefano Sabatini2008-08-28
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-28
* Implement avfilter_version().Stefano Sabatini2008-08-08
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-24
* One more memory leakVitor Sessak2008-05-24
* Cosmetical: move statementVitor Sessak2008-05-24
* Plug some memory leaksVitor Sessak2008-05-24
* Merge variable initialization and declarationVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Remove unnused varVitor Sessak2008-05-24