OSDN Git Service

wavpack: Check error codes rather than working around error conditions.
[coroid/libav_saccubus.git] / libavfilter / vsrc_buffer.c
2011-05-24 Stefano Sabatinivsrc_buffer: tweak error message in init()
2011-04-26 Roger Pau Monnélavfi: add key_frame and pict_type to AVFilterBufferRef...
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
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.