| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: add comments for duplicate line | Steven Liu | 2018-02-01 | 1 | -0/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_crop: make possible to do exact cropping for subsampled videos | Paul B Mahol | 2016-08-21 | 1 | -6/+15 |
* | lavfi/vf_crop: replace round by lrint | Ganesh Ajjanagadde | 2015-12-21 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | libavfilter/vf_crop: implement process_command | Bernd Bleßmann | 2015-07-21 | 1 | -8/+45 |
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\ |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | | avfilter/crop: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 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 |
* | | 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 | -14/+11 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | lavfi/crop: support more pixel formats | Paul B Mahol | 2013-07-04 | 1 | -27/+10 |
* | | Merge commit '3fb29588a27a711132106b924e27b53789a58dcb' | Michael Niedermayer | 2013-05-17 | 1 | -0/+3 |
|\| |
|
| * | vf_crop: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+3 |
* | | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd' | Michael Niedermayer | 2013-05-16 | 1 | -3/+7 |
|\| |
|
| * | vf_crop: cosmetics, break lines | Anton Khirnov | 2013-05-16 | 1 | -3/+7 |
* | | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990' | Michael Niedermayer | 2013-05-16 | 1 | -82/+88 |
|\| |
|
| * | vf_crop: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -73/+79 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -2/+1 |
* | | lavfi/crop: log pos in debug message | Stefano Sabatini | 2013-04-12 | 1 | -3/+3 |
* | | lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab... | Stefano Sabatini | 2013-04-12 | 1 | -0/+4 |
* | | lavfi: remove double .priv_class initializers | Paul B Mahol | 2013-04-11 | 1 | -1/+0 |
* | | Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891' | Michael Niedermayer | 2013-04-10 | 1 | -27/+25 |
|\| |
|
| * | vf_crop: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -17/+23 |
* | | lavfi/vf_crop: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -13/+3 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -6/+3 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -6/+3 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -48/+17 |
* | | lavfi/crop: fix help message for the keep_aspect option | Stefano Sabatini | 2013-02-02 | 1 | -1/+1 |
* | | lavfi/crop: free x and y parsed expression objects | Stefano Sabatini | 2012-12-16 | 1 | -0/+3 |
* | | lavfi/crop: add support to option parsing | Stefano Sabatini | 2012-12-15 | 1 | -28/+41 |
* | | vf_crop: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -48/+17 |
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -5/+5 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -5/+5 |
* | | 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 | -12/+24 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -24/+24 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -24/+24 |