summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAge
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | avfilter/vf_pad: fix req_endMichael Niedermayer2013-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-21
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-21
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* | lavfi/pad: use FFSIGNPaul B Mahol2013-07-08
* | lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-16
|\|
| * 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
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55'Michael Niedermayer2013-04-10
|\|
| * vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-09
| * vf_pad: fix a & instead of && typoXi Wang2013-03-10
* | lavfi/vf_pad: use standard options parsing.Nicolas George2013-03-20
* | lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch2013-03-18
* | lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang2013-03-10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-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/pad: add support to named optionsStefano Sabatini2013-02-03
* | vf_pad: switch to filter_frameMichael Niedermayer2012-11-28
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * 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
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26