summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini2011-06-061-8/+14
* vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()Stefano Sabatini2011-06-021-2/+3
* vsrc_buffer: return an error code if no frames are availableStefano Sabatini2011-05-251-2/+2
* vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini2011-05-191-0/+17
* vsrc_buffer: make the source accept sws_param in initStefano Sabatini2011-05-191-19/+14
* vsrc_buffer: propagate avfilter_open() error codeStefano Sabatini2011-05-191-2/+2
* vsrc_buffer: fix styleStefano Sabatini2011-05-191-9/+9
* vsrc_buffer: remove dependency on AVFrameStefano Sabatini2011-05-191-34/+23
* vsrc_buffer: during init, print information about timebase and sample aspect ...Stefano Sabatini2011-05-071-1/+4
* vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini2011-05-071-25/+8
* lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-071-6/+3
* lavc: add format field to AVFrameStefano Sabatini2011-05-071-0/+1
* lavc: add width and height fields to AVFrameStefano Sabatini2011-05-071-0/+2
* vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini2011-05-021-2/+4
* lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-4/+4
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-011-5/+5
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-261-0/+4
| * vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-261-2/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* | vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...Michael Niedermayer2011-04-261-0/+1
* | vsrc_buffer: Reinit scale filter when an existing filter is used.Michael Niedermayer2011-04-261-0/+2
* | vsrc_buffer: set output timebase when output equalization is doneMichael Niedermayer2011-04-261-0/+1
* | vsrc_buffer: Set output sizeMichael Niedermayer2011-04-261-1/+6
* | vsrc_buffer: fix NULL dereferenceMichael Niedermayer2011-04-261-1/+1
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-161-0/+4
* | vsrc_buffer: tweak error message in init()Stefano Sabatini2011-04-111-1/+1
* | Support changing pixel formats on avfilter input.Michael Niedermayer2011-04-031-2/+51
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-311-2/+5
|/
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-121-2/+5
* Reindent.Stefano Sabatini2010-09-071-2/+2
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-2/+2
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-111-2/+3
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Extend buffer source syntax.Stefano Sabatini2010-07-211-1/+10
* Add an informational trace in init().Stefano Sabatini2010-07-211-0/+2
* Clarify logic and feedback of the init() function.Stefano Sabatini2010-07-211-4/+6
* Add description to the buffer source.Stefano Sabatini2010-07-211-0/+1
* Apply misc cosmetical style fixes.Stefano Sabatini2010-07-201-7/+4
* Add @file doxy.Stefano Sabatini2010-07-201-1/+5
* Use enum PixelFormat to silence one icc warning:Carl Eugen Hoyos2010-06-171-1/+2
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-071-0/+4
* Add "Memory buffer source filter" from SOC.Michael Niedermayer2010-05-071-0/+140
OpenPOWER on IntegriCloud