summaryrefslogtreecommitdiff
path: root/libavfilter/vf_split.c
Commit message (Collapse)AuthorAge
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
| | | | | | | GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* vf_split: give more meaningful names to the output padsStefano Sabatini2011-05-22
| | | | Rename "default" -> "output1", "default2" -> output2.
* vf_split: define draw_slice() before end_frame()Stefano Sabatini2011-05-22
| | | | Improve logical coherence, fix nit.
* vf_split: add descriptionStefano Sabatini2011-05-22
|
* vf_split: fix various nitsStefano Sabatini2011-05-22
|
* libavfilter: vf_split from soc.Bobby Bingham2011-05-21
Commited by michael, for detailed authorship see soc repo