aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-041-0/+5
| | | | | | | | the links. Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18 Originally committed as revision 12695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the filter graph just another normal filter.Vitor Sessak2008-04-041-27/+1
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38 Originally committed as revision 12693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-041-1/+1
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50 Originally committed as revision 12692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-041-0/+13
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 22:26:37 Originally committed as revision 12688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-041-0/+47
Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21 Originally committed as revision 12686 to svn://svn.ffmpeg.org/ffmpeg/trunk