Loren Merritt
|
fb44e7401f
|
factor identical ff_inplace_start_frame out of two filters
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
2012-07-28 14:15:14 -07:00 |
Anton Khirnov
|
d4f89906e3
|
lavfi: add error handling to end_frame().
|
2012-07-22 09:14:05 +02:00 |
Anton Khirnov
|
e9b992d035
|
lavfi: add error handling to draw_slice().
|
2012-07-22 09:14:05 +02:00 |
Anton Khirnov
|
ebc8d97481
|
lavfi: add error handling to start_frame().
|
2012-07-22 09:14:04 +02:00 |
Anton Khirnov
|
6d58358a3a
|
lavfi: make avfilter_get_video_buffer() private on next bump.
They are only useful inside filters and we don't allow user filters for
now.
|
2012-06-13 11:09:15 +02:00 |
Anton Khirnov
|
803391f719
|
lavfi: remove request/poll and drawing functions from public API on next bump
They are only useful inside filters and we don't allow user filters for
now.
|
2012-06-05 09:38:16 +02:00 |
Janne Grunau
|
12d42cd7a8
|
avfilter: include required header file avfilter.h in video.h
|
2012-05-29 15:36:06 +02:00 |
Anton Khirnov
|
c04c533f62
|
lavfi: remove avfilter_null_* from public API on next bump.
Those functions are only useful inside filters. It is better to not
support user filters until the API is more stable.
|
2012-05-22 21:36:23 +02:00 |
Anton Khirnov
|
43c7a01e98
|
lavfi: remove avfilter_default_* from public API on next bump.
Those functions are only useful inside filters. It is better to not
support user filters until the API is more stable.
|
2012-05-22 21:33:26 +02:00 |