]> git.sesse.net Git - ffmpeg/history - libavfilter/vsrc_buffer.c
eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
[ffmpeg] / libavfilter / vsrc_buffer.c
2012-01-12 Anton Khirnovvsrc_buffer: release the buffer on uninit.
2012-01-10 Anton Khirnovvsrc_buffer: error on changing frame parameters.
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-12-25 Anton Khirnovlavfi: add a new function av_buffersrc_buffer().
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
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.