summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_npp.c
Commit message (Expand)AuthorAge
* avfilter/scale_npp: add scale2ref_npp filterRoman Arzumanyan2021-11-03
* avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler2021-10-07
* avfilter/vf_scale_npp: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-08
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
* Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer2017-09-27
|\
| * scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-11
* | avfilter/scale_npp: fix logic used in previous patchTimo Rothenpieler2017-08-14
* | avfilter/scale_npp: check for buffer allocation failureTimo Rothenpieler2017-08-14
* | avfilter/scale_npp: fix passthrough modeYogender Gupta2017-08-14
* | avfilter/vf_scale_npp: fix out-of-bounds readsTimo Rothenpieler2017-06-13
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-30
|\|
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
| * scale_npp: fix passthrough modeYogender Gupta2016-10-25
* | avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta2017-02-02
* | avfilter/vf_scale_npp: check ff_set_common_formats return valueTimo Rothenpieler2016-11-30
* | avfilter/vf_scale_npp: move aspect ratio correction after av_frame_copy_propsMiroslav Slugeň2016-11-30
* | avfilter/vf_scale_npp: use dynamically loaded CUDATimo Rothenpieler2016-11-22
* | avfilter/scale_npp: fix passthrough modeYogender Gupta2016-10-25
* | avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa...Sven C. Dack2016-10-19
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer2016-04-21
* | Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'Derek Buitenhuis2016-04-18
|/
* lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-23