summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAgeFilesLines
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-74/+74
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-091-15/+30
* vf_pad: fix a & instead of && typoXi Wang2013-03-101-1/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-62/+92
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-102/+49
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-13/+25
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-13/+13
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-061-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-221-0/+3
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-2/+2
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-7/+11
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+23
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-13/+13
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-1/+4
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-6/+6
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+5
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-281-1/+1
* vsrc_color: add @file doxyStefano Sabatini2011-09-191-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* pad: make the filter parametricStefano Sabatini2011-04-261-8/+106
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-211-128/+0
* lavfi: add drawutilsStefano Sabatini2011-02-211-105/+21
* Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+2
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-121-2/+2
* Fix design of the pad filter.Michael Niedermayer2011-01-111-4/+76
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-051-0/+3
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-2/+2
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-171-1/+0
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-171-0/+3
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-131-2/+2
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-3/+3
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-7/+7
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-3/+3
* Add color source.Stefano Sabatini2010-07-171-1/+126
OpenPOWER on IntegriCloud