summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_buffer.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-13
|\
| * vsrc_buffer: release the buffer on uninit.Anton Khirnov2012-01-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * vsrc_buffer: error on changing frame parameters.Anton Khirnov2012-01-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-26
|\|
| * lavfi: add a new function av_buffersrc_buffer().Anton Khirnov2011-12-25
| * lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
| * vsrc_buffer: tweak error message in init()Stefano Sabatini2011-05-24
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | vsrc_buffer: FIx incompatible pointer type warningMichael Niedermayer2011-10-18
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-23
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini2011-06-06
* | vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()Stefano Sabatini2011-06-02
* | vsrc_buffer: return an error code if no frames are availableStefano Sabatini2011-05-25
* | vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini2011-05-19
* | vsrc_buffer: make the source accept sws_param in initStefano Sabatini2011-05-19
* | vsrc_buffer: propagate avfilter_open() error codeStefano Sabatini2011-05-19
* | vsrc_buffer: fix styleStefano Sabatini2011-05-19
* | vsrc_buffer: remove dependency on AVFrameStefano Sabatini2011-05-19
* | vsrc_buffer: during init, print information about timebase and sample aspect ...Stefano Sabatini2011-05-07
* | vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini2011-05-07
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-07
* | lavc: add format field to AVFrameStefano Sabatini2011-05-07
* | lavc: add width and height fields to AVFrameStefano Sabatini2011-05-07
* | vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini2011-05-02
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
| * vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...Michael Niedermayer2011-04-26
* | vsrc_buffer: Reinit scale filter when an existing filter is used.Michael Niedermayer2011-04-26
* | vsrc_buffer: set output timebase when output equalization is doneMichael Niedermayer2011-04-26
* | vsrc_buffer: Set output sizeMichael Niedermayer2011-04-26
* | vsrc_buffer: fix NULL dereferenceMichael Niedermayer2011-04-26
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-16
* | vsrc_buffer: tweak error message in init()Stefano Sabatini2011-04-11
* | Support changing pixel formats on avfilter input.Michael Niedermayer2011-04-03
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
|/
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* Reindent.Stefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11