summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-06
* Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-05
* lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara2014-12-18
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* vf_pad: fix a & instead of && typoXi Wang2013-03-10
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-06
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
* vsrc_color: add @file doxyStefano Sabatini2011-09-19
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* pad: make the filter parametricStefano Sabatini2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-12
* Fix design of the pad filter.Michael Niedermayer2011-01-11
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-05
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-17
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11