]> git.sesse.net Git - ffmpeg/history - libavfilter/defaults.c
Document create_filter().
[ffmpeg] / libavfilter / defaults.c
2010-07-17 S.N. Hemanth Meena... Remove AVFilterBuffer w and h fields.
2010-07-17 S.N. Hemanth Meena... Rename AVFilterPic to AVFilterBuffer.
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-05-10 Vitor SessakAlloc 16 extra bytes in libavfilter frames. Needed...
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-03-18 Bobby BinghamCreate a set of null callback functions.
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-08 Måns Rullgårdavfilter: make avfilter_default_free_video_buffer(...
2010-03-07 Stefano SabatiniMake avfilter_default_start_frame() correctly pass...
2010-01-16 Stefano SabatiniMake avfilter_default_start_frame() request a buffer...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-07 Stefano SabatiniAdd w and h fields to AVFilterPic.
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-15 Vitor SessakForce alignment of pic->linesize
2008-02-15 Vitor SessakForce linesize to be a multiple of 16
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake an invalid use of a default callback implementatio...
2008-02-15 Vitor SessakEnsure that buffers returned by the default allocator...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor Sessakindentation
2008-02-15 Vitor SessakMake default end_frame() implementation more useful.
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...