Anton Khirnov
|
e9b992d035
|
lavfi: add error handling to draw_slice().
|
12 years ago |
Anton Khirnov
|
ebc8d97481
|
lavfi: add error handling to start_frame().
|
12 years ago |
Anton Khirnov
|
4c9080a7ef
|
lavfi: unref AVFilterLink.out_buf in ff_end_frame().
This reduces code duplication and prevents stale pointers from remaining
on the link.
|
13 years ago |
Anton Khirnov
|
07bad27810
|
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
This reduces code duplication and prevents stale pointers from remaining
on the link.
|
13 years ago |
Anton Khirnov
|
1961e46c15
|
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
|
13 years ago |
Anton Khirnov
|
9baeff9506
|
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
This is more consistent with naming in the rest of Libav.
|
13 years ago |
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.
|
13 years ago |
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.
|
13 years ago |
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.
|
13 years ago |
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.
|
13 years ago |
Anton Khirnov
|
7b3b24a8ee
|
lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.
|
13 years ago |
Diego Biurrun
|
91791ac2ed
|
avfilter: Move ff_get_ref_perms_string() to where it is used.
This fixes a compilation failure with -DDEBUG.
|
13 years ago |
Anton Khirnov
|
c5432d3ca4
|
lavfi: move video-related functions to a separate file.
This is easier to follow than having them randomly scattered in
avfilter.c and defaults.c.
|
13 years ago |