aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/graphparser.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use link_filter() instead avfilter_link() when clearerVitor Sessak2008-05-241-13/+5
| | | | | | 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-241-64/+47
| | | | | | 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-241-3/+9
| | | | | | 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-241-1/+4
| | | | | | 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-241-0/+387
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