summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
Commit message (Collapse)AuthorAge
...
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34 Originally committed as revision 13313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link filters in the same pass as the parserVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:12:56 Originally committed as revision 13312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 14:11:19 Originally committed as revision 13311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even more improvements on whitespaces handlingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 10:37:15 Originally committed as revision 13310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More improvements on the handling of whitespacesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-12 10:34:48 Originally committed as revision 13309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper handling of trailing whitespacesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:29:33 Originally committed as revision 13308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded varVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:26:45 Originally committed as revision 13307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06 Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make two variables constVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35 Originally committed as revision 13305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error messagesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 18:35:09 Originally committed as revision 13304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More simplifyingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 18:26:40 Originally committed as revision 13303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23 Originally committed as revision 13302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initializationVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:46:33 Originally committed as revision 13301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:41:47 Originally committed as revision 13300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comments to new syntaxVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03 Originally committed as revision 13299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Forgot to consider the null byte at the end of the string when alloc'ingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-10 16:39:07 Originally committed as revision 13298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '[' and ']' for label namingVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56 Originally committed as revision 13297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_graph_parse_chain() to avfilter_parse_graph()Vitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17 Originally committed as revision 13296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterInOut.instance to AVFilterInOut.filterVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:45:08 Originally committed as revision 13295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29 Originally committed as revision 13294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify consume_string() as Michael suggestedVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:43:02 Originally committed as revision 13293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25 Originally committed as revision 13292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better instance name for parsed filtersVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:19:09 Originally committed as revision 13291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use link_filter() instead avfilter_link() when clearerVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:17:29 Originally committed as revision 13290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid searching by instance name when it is not necessaryVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 18:00:58 Originally committed as revision 13289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better error messagesVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-06 11:09:29 Originally committed as revision 13288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_realloc() failureVitor Sessak2008-05-24
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38 Originally committed as revision 13287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I should not have merged the graph parser with the graphVitor Sessak2008-05-24
framework. Split it. Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07 Originally committed as revision 13285 to svn://svn.ffmpeg.org/ffmpeg/trunk