summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-021-3/+4
| | | | Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos.Stefano Sabatini2008-12-291-2/+2
| | | | Originally committed as revision 16384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-281-1/+2
| | | | | | a negative value in case of error. Originally committed as revision 16372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini2008-12-271-36/+36
| | | | | | consistent with the rest of libav*. Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-261-1/+4
| | | | Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: ommitted -> omitted.Stefano Sabatini2008-12-261-2/+2
| | | | Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Choose better names for the variables in create_filter().Stefano Sabatini2008-12-261-14/+14
| | | | Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for avfilter_parse_graph().Stefano Sabatini2008-12-261-2/+3
| | | | Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-261-1/+1
| | | | | | enumerated type mixed with another type Originally committed as revision 15942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-261-4/+4
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-313-9/+9
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo.Stefano Sabatini2008-08-281-1/+1
| | | | Originally committed as revision 15009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reword a sentence in a doxy making its interpretation clearer.Stefano Sabatini2008-08-281-2/+2
| | | | Originally committed as revision 15008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avfilter_version().Stefano Sabatini2008-08-082-1/+10
| | | | Originally committed as revision 14669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
| | | | Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split openLinks linked list into openInputs and openOutputsVitor Sessak2008-05-242-41/+23
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:20:09 Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more memory leakVitor Sessak2008-05-241-0/+1
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03 Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetical: move statementVitor Sessak2008-05-241-1/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:17:19 Originally committed as revision 13358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Plug some memory leaksVitor Sessak2008-05-241-2/+12
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18 Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge variable initialization and declarationVitor Sessak2008-05-241-2/+1
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01 Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-241-3/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23 Originally committed as revision 13355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnused varVitor Sessak2008-05-241-9/+3
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 16:58:58 Originally committed as revision 13354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-241-9/+5
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47 Originally committed as revision 13353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-241-4/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 16:53:33 Originally committed as revision 13352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor linked list insertion in its own functionVitor Sessak2008-05-241-7/+11
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:33:17 Originally committed as revision 13351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-241-3/+0
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07 Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-241-2/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:08:23 Originally committed as revision 13349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix previous commitVitor Sessak2008-05-241-1/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:06:05 Originally committed as revision 13348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-241-5/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30 Originally committed as revision 13347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove senseless commentsVitor Sessak2008-05-241-4/+0
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51 Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-241-3/+8
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 13:03:07 Originally committed as revision 13345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy commentVitor Sessak2008-05-241-2/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58 Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-241-10/+9
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 12:57:20 Originally committed as revision 13343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: more function reorderingVitor Sessak2008-05-241-23/+23
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 12:53:28 Originally committed as revision 13342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make consume_whitespace() return a number of bytes to be skipedVitor Sessak2008-05-241-8/+8
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 12:50:32 Originally committed as revision 13341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: change function orderVitor Sessak2008-05-242-38/+36
| | | | | | Commited in SoC by Vitor Sessak on 2008-05-24 12:46:27 Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-241-2/+1
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17 Originally committed as revision 13339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut ↵Vitor Sessak2008-05-242-37/+21
| | | | | | | | linked list Commited in SoC by Vitor Sessak on 2008-04-23 20:40:49 Originally committed as revision 13338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: more indentation consistencyVitor Sessak2008-05-241-6/+6
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:24:23 Originally committed as revision 13337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmetics: make indentation more consistentVitor Sessak2008-05-241-4/+4
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:14:08 Originally committed as revision 13336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-05-241-4/+4
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06 Originally committed as revision 13335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code out of ifVitor Sessak2008-05-241-4/+2
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:05:32 Originally committed as revision 13334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-241-1/+0
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50 Originally committed as revision 13333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-241-11/+11
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24 Originally committed as revision 13332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor common code out of ifVitor Sessak2008-05-241-15/+14
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07 Originally committed as revision 13331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename another varVitor Sessak2008-05-241-8/+8
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42 Originally committed as revision 13330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-05-241-6/+6
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42 Originally committed as revision 13329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var declaration to where it is neededVitor Sessak2008-05-241-1/+1
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26 Originally committed as revision 13328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak2008-05-241-20/+20
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46 Originally committed as revision 13327 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud