summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_crop: add logging context to logSteven Liu2019-10-081-1/+1
* vf_crop: Add support for cropping hardware framesMark Thompson2019-06-021-23/+50
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-1/+1
* avfilter: add comments for duplicate lineSteven Liu2018-02-011-0/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol2016-08-211-6/+15
* lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect optionClément Bœsch2015-09-081-1/+1
* libavfilter/vf_crop: implement process_commandBernd Bleßmann2015-07-211-8/+45
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* | avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\ \ | |/
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-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
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-211-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-14/+11
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* | lavfi/crop: support more pixel formatsPaul B Mahol2013-07-041-27/+10
* | Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer2013-05-171-0/+3
|\ \ | |/
| * vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+3
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-161-3/+7
|\ \ | |/
| * vf_crop: cosmetics, break linesAnton Khirnov2013-05-161-3/+7
* | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer2013-05-161-82/+88
|\ \ | |/
| * vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-73/+79
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-1/+1
|\ \ | |/
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* | lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-2/+1
* | lavfi/crop: log pos in debug messageStefano Sabatini2013-04-121-3/+3
* | lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab...Stefano Sabatini2013-04-121-0/+4
* | lavfi: remove double .priv_class initializersPaul B Mahol2013-04-111-1/+0
* | Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891'Michael Niedermayer2013-04-101-27/+25
|\ \ | |/
| * vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-091-17/+23
* | lavfi/vf_crop: use standard options parsing.Nicolas George2013-03-201-13/+3
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-6/+3
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-6/+3
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-48/+17
* | lavfi/crop: fix help message for the keep_aspect optionStefano Sabatini2013-02-021-1/+1
* | lavfi/crop: free x and y parsed expression objectsStefano Sabatini2012-12-161-0/+3
* | lavfi/crop: add support to option parsingStefano Sabatini2012-12-151-28/+41
* | vf_crop: switch to filter_frameAnton Khirnov2012-11-291-48/+17
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-5/+5
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-5/+5
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-12/+24
|\ \ | |/
OpenPOWER on IntegriCloud