[FFmpeg-devel] [PATCH] libavfilter: add a set of callbacks for null filters

Bobby Bingham uhmmmm
Thu Mar 18 04:59:03 CET 2010


This series of patches adds a set of callback functions (start_frame,
draw_slice, etc) that the filters can use.  There is already a default
set of callbacks that get used if the filter specifies NULL for its
callback, but these aren't very good default implementations for those
filters which don't modify the video image data in any way:
- (pixel)aspect, crop, slicify, null, setpts, (no)format

Each of these filters was independently reimplementing most of these
callbacks already.
-- 
Bobby Bingham
??????????????????????
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01-null-callbacks.patch
Type: text/x-patch
Size: 2261 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100317/fade7293/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 02-use-callbacks.patch
Type: text/x-patch
Size: 10538 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100317/fade7293/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 03-convert-filters.patch
Type: text/x-patch
Size: 1906 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100317/fade7293/attachment-0002.bin>



More information about the ffmpeg-devel mailing list