aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug some memory leaksVitor Sessak2008-05-241-2/+12
* Merge variable initialization and declarationVitor Sessak2008-05-241-2/+1
* CosmeticsVitor Sessak2008-05-241-3/+2
* Remove unnused varVitor Sessak2008-05-241-9/+3
* SimplifyVitor Sessak2008-05-241-9/+5
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-241-4/+2
* Factor linked list insertion in its own functionVitor Sessak2008-05-241-7/+11
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-241-3/+0
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-241-2/+2
* 10l: fix previous commitVitor Sessak2008-05-241-1/+2
* SimplifyVitor Sessak2008-05-241-5/+2
* Remove senseless commentsVitor Sessak2008-05-241-4/+0
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-241-3/+8
* Fix doxy commentVitor Sessak2008-05-241-2/+2
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-241-10/+9
* Cosmetics: more function reorderingVitor Sessak2008-05-241-23/+23
* Make consume_whitespace() return a number of bytes to be skipedVitor Sessak2008-05-241-8/+8
* Cosmetics: change function orderVitor Sessak2008-05-242-38/+36
* SimplifyVitor Sessak2008-05-241-2/+1
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak2008-05-242-37/+21
* Cosmetics: more indentation consistencyVitor Sessak2008-05-241-6/+6
* More cosmetics: make indentation more consistentVitor Sessak2008-05-241-4/+4
* More cosmeticsVitor Sessak2008-05-241-4/+4
* Move code out of ifVitor Sessak2008-05-241-4/+2