Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-06vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini
2011-06-02vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-25vsrc_buffer: return an error code if no frames are availableStefano Sabatini
2011-05-20vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-20vsrc_buffer: make the source accept sws_param in initStefano Sabatini
2011-05-20vsrc_buffer: propagate avfilter_open() error codeStefano Sabatini
2011-05-20vsrc_buffer: fix styleStefano Sabatini
2011-05-20vsrc_buffer: remove dependency on AVFrameStefano Sabatini
2011-05-07vsrc_buffer: during init, print information about timebase and sample aspect ...Stefano Sabatini
2011-05-07vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
2011-05-07lavc: add format field to AVFrameStefano Sabatini
2011-05-07lavc: add width and height fields to AVFrameStefano Sabatini
2011-05-02vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-05-01lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...Michael Niedermayer
2011-04-26vsrc_buffer: Reinit scale filter when an existing filter is used.Michael Niedermayer
2011-04-26vsrc_buffer: set output timebase when output equalization is doneMichael Niedermayer
2011-04-26vsrc_buffer: Set output sizeMichael Niedermayer
2011-04-26vsrc_buffer: fix NULL dereferenceMichael Niedermayer
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
2011-04-16Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-11vsrc_buffer: tweak error message in init()Stefano Sabatini
2011-04-03Support changing pixel formats on avfilter input.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-31Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer
2010-10-12Extend buffer source to accept the time base for the output PTS.Stefano Sabatini
2010-09-08Reindent.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-07-21Extend buffer source syntax.Stefano Sabatini
2010-07-21Add an informational trace in init().Stefano Sabatini
2010-07-21Clarify logic and feedback of the init() function.Stefano Sabatini
2010-07-21Add description to the buffer source.Stefano Sabatini
2010-07-20Apply misc cosmetical style fixes.Stefano Sabatini
2010-07-20Add @file doxy.Stefano Sabatini
2010-06-18Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-05-07Add "Memory buffer source filter" from SOC.Michael Niedermayer