| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_pad: use already available outlink variable | Paul B Mahol | 2022-03-04 | 1 | -2/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Combine get_(audio|video)_buffer into union | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -6/+6 |
* | avfilter/pad: improve error check for w and h | Gyan Doshi | 2020-01-19 | 1 | -4/+4 |
* | avfilter/vf_pad: add logging context to log | Steven Liu | 2019-10-08 | 1 | -1/+1 |
* | avfilter/vf_pad: revert part of 57c3670896c69714ca | Paul B Mahol | 2017-05-12 | 1 | -1/+4 |
* | vf_pad: center image on padded area if negative x/y | Ricardo Constantino | 2017-04-07 | 1 | -5/+7 |
* | avfilter/vf_pad: add aspect option | Paul B Mahol | 2017-04-03 | 1 | -0/+14 |
* | avfilter/vf_pad: Fix segfault if reconfiguration fails | Michael Niedermayer | 2017-01-02 | 1 | -4/+8 |
* | avfilter/vf_pad: Add eval=frame support | Michael Niedermayer | 2016-12-30 | 1 | -1/+42 |
* | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' | Clément Bœsch | 2016-06-21 | 1 | -1/+0 |
|\ |
|
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -1/+0 |
* | | avfilter/vf_pad: fix direct padding | Andrey Turkin | 2016-01-06 | 1 | -1/+1 |
* | | Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5' | Hendrik Leppkes | 2015-11-10 | 1 | -5/+5 |
|\| |
|
| * | vf_pad: fix x, y option expression evaluation | John Stebbins | 2015-11-06 | 1 | -5/+5 |
| * | Revert "lavfi: always check av_expr_parse_and_eval() return value" | Anton Khirnov | 2015-05-05 | 1 | -8/+6 |
| * | lavfi: always check av_expr_parse_and_eval() return value | Vittorio Giovara | 2014-12-18 | 1 | -6/+8 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | avfilter/vf_pad: fix req_end | Michael Niedermayer | 2013-12-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | lavfi/pad,crop,scale: remove options description from filter description | Paul B Mahol | 2013-09-21 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -6/+3 |
* | | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -2/+2 |
* | | lavfi/pad: use FFSIGN | Paul B Mahol | 2013-07-08 | 1 | -3/+2 |
* | | lavfi/pad: switch to AV_OPT_TYPE_COLOR | Paul B Mahol | 2013-05-17 | 1 | -13/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-16 | 1 | -69/+69 |
|\| |
|
| * | vf_pad: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -74/+74 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55' | Michael Niedermayer | 2013-04-10 | 1 | -24/+23 |
|\| |
|
| * | vf_pad: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -15/+30 |
| * | vf_pad: fix a & instead of && typo | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | lavfi/vf_pad: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -15/+3 |
* | | lavfi/pad: fix horizontal/vertical shift confusion. | Clément Bœsch | 2013-03-18 | 1 | -3/+3 |
* | | lavfi/pad: avoid buffer overflow in buffer_needs_copy() | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -63/+95 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -62/+92 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -102/+49 |
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | | lavfi/pad: add support to named options | Stefano Sabatini | 2013-02-03 | 1 | -14/+38 |
* | | vf_pad: switch to filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -94/+47 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -12/+24 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -13/+25 |