summaryrefslogtreecommitdiff
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_pad: use already available outlink variablePaul B Mahol2022-03-041-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-171-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-6/+6
* avfilter/pad: improve error check for w and hGyan Doshi2020-01-191-4/+4
* avfilter/vf_pad: add logging context to logSteven Liu2019-10-081-1/+1
* avfilter/vf_pad: revert part of 57c3670896c69714caPaul B Mahol2017-05-121-1/+4
* vf_pad: center image on padded area if negative x/yRicardo Constantino2017-04-071-5/+7
* avfilter/vf_pad: add aspect optionPaul B Mahol2017-04-031-0/+14
* avfilter/vf_pad: Fix segfault if reconfiguration failsMichael Niedermayer2017-01-021-4/+8
* avfilter/vf_pad: Add eval=frame supportMichael Niedermayer2016-12-301-1/+42
* Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-211-1/+0
|\
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
* | avfilter/vf_pad: fix direct paddingAndrey Turkin2016-01-061-1/+1
* | Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes2015-11-101-5/+5
|\ \ | |/
| * vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-061-5/+5
| * Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-051-8/+6
| * lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara2014-12-181-6/+8
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\ \ | |/
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | avfilter/vf_pad: fix req_endMichael Niedermayer2013-12-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-211-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-6/+3
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-031-2/+2
* | lavfi/pad: use FFSIGNPaul B Mahol2013-07-081-3/+2
* | lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-13/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-161-69/+69
|\ \ | |/
| * 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
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55'Michael Niedermayer2013-04-101-24/+23
|\ \ | |/
| * 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/vf_pad: use standard options parsing.Nicolas George2013-03-201-15/+3
* | lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch2013-03-181-3/+3
* | lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang2013-03-101-1/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-63/+95
|\ \ | |/
| * 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/pad: add support to named optionsStefano Sabatini2013-02-031-14/+38
* | vf_pad: switch to filter_frameMichael Niedermayer2012-11-281-94/+47
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-12/+24
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-13/+25