summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* SimplifyVitor Sessak2008-05-24
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-24
* Factor linked list insertion in its own functionVitor Sessak2008-05-24
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-24
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-24
* 10l: fix previous commitVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Remove senseless commentsVitor Sessak2008-05-24
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-24
* Fix doxy commentVitor Sessak2008-05-24
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-24
* Cosmetics: more function reorderingVitor Sessak2008-05-24
* Make consume_whitespace() return a number of bytes to be skipedVitor Sessak2008-05-24
* Cosmetics: change function orderVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak2008-05-24