summaryrefslogtreecommitdiff
path: root/libavfilter/vf_crop.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George2020-05-23
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* lavfi/crop: enable runtime change flagJun Zhao2020-01-13
* avfilter/crop: avoid premature eval errorGyan Doshi2019-12-06
* avfilter/vf_crop: add logging context to logSteven Liu2019-10-08
* vf_crop: Add support for cropping hardware framesMark Thompson2019-06-02
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* avfilter: add comments for duplicate lineSteven Liu2018-02-01
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_crop: make possible to do exact cropping for subsampled videosPaul B Mahol2016-08-21
* lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde2015-12-21
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/crop: use AV_OPT_TYPE_BOOL for keep_aspect optionClément Bœsch2015-09-08
* libavfilter/vf_crop: implement process_commandBernd Bleßmann2015-07-21
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* | avfilter/crop: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-21
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | lavfi/crop: support more pixel formatsPaul B Mahol2013-07-04
* | Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer2013-05-17
|\|
| * vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-16
|\|
| * vf_crop: cosmetics, break linesAnton Khirnov2013-05-16
* | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer2013-05-16
|\|
| * vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-15
|\|
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* | lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* | lavfi/crop: log pos in debug messageStefano Sabatini2013-04-12
* | lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab...Stefano Sabatini2013-04-12
* | lavfi: remove double .priv_class initializersPaul B Mahol2013-04-11
* | Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891'Michael Niedermayer2013-04-10
|\|
| * vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/vf_crop: use standard options parsing.Nicolas George2013-03-20
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|