[FFmpeg-devel] [PATCH] New registration system for avfilter filters

Stefano Sabatini stefano.sabatini-lala
Sun Nov 22 20:47:47 CET 2009


Hi,

this may be applied to the other list of registered elements in
libav*.

This system avoids a non-const field in struct AVFilter, thus allowing
for the use of shareable memory for the AVFilter definitions.

I'm also attaching a patch for an av_filter_next() which uses it, and
an application example.

Regards.
-- 
FFmpeg = Frightening and Funny Monstrous Pitiful ExchanGer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: change-avfilter-register.patch
Type: text/x-diff
Size: 2162 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091122/afee9ba2/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implement-av-filter-next.patch
Type: text/x-diff
Size: 1318 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091122/afee9ba2/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: list-filters.patch
Type: text/x-diff
Size: 746 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091122/afee9ba2/attachment-0002.patch>



More information about the ffmpeg-devel mailing list