]> git.sesse.net Git - ffmpeg/history - libavfilter/vsrc_buffer.c
Add asink_anullsink - null audio sink.
[ffmpeg] / libavfilter / vsrc_buffer.c
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-07-21 Stefano SabatiniExtend buffer source syntax.
2010-07-21 Stefano SabatiniAdd an informational trace in init().
2010-07-21 Stefano SabatiniClarify logic and feedback of the init() function.
2010-07-21 Stefano SabatiniAdd description to the buffer source.
2010-07-20 Stefano SabatiniApply misc cosmetical style fixes.
2010-07-20 Stefano SabatiniAdd @file doxy.
2010-06-17 Carl Eugen HoyosUse enum PixelFormat to silence one icc warning:
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-05-07 Michael NiedermayerAdd "Memory buffer source filter" from SOC.