summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_copy.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-1/+19
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-2/+0
| | | | | Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-10/+22
| | | | | | | A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-10/+10
|
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
| | | | It will allow adding new fields to it without ABI breaks.
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-3/+4
| | | | | Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-281-0/+40
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud