summaryrefslogtreecommitdiff
path: root/libavfilter/defaults.c
Commit message (Collapse)AuthorAge
...
* Make an invalid use of a default callback implementation return an error.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-18 01:45:42 Originally committed as revision 12071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that buffers returned by the default allocator are readable, or elseVitor Sessak2008-02-15
| | | | | | | | they're useless for outputting. Commited in SoC by Bobby Bingham on 2007-08-17 22:52:18 Originally committed as revision 12070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03 Originally committed as revision 12069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
| | | | | | | | | | This should make it easier to know what can be done to a buffer once it's been passed to your filter without falling back to copying it "just to be safe". Commited in SoC by Bobby Bingham on 2007-08-17 18:21:07 Originally committed as revision 12068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19 Originally committed as revision 12067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make default end_frame() implementation more useful.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-17 16:45:47 Originally committed as revision 12066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26 Originally committed as revision 12065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-15
| | | | | | | | the links. Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18 Originally committed as revision 12064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15
Make them externally visible because they may be useful for filters to use. Commited in SoC by Bobby Bingham on 2007-08-02 15:14:05 Originally committed as revision 12063 to svn://svn.ffmpeg.org/ffmpeg/trunk