| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -8/+43 |
* | avfilter/scale_npp: add scale2ref_npp filter | Roman Arzumanyan | 2021-11-03 | 1 | -39/+505 |
* | avfilter/scale_npp: fix non-aligned output frame dimensions | Timo Rothenpieler | 2021-10-07 | 1 | -1/+4 |
* | avfilter/vf_scale_npp: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -3/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: rename scale.c,h to scale_eval | Gyan Doshi | 2019-12-10 | 1 | -1/+1 |
* | avfilter/scale.c: factorize ff_scale_eval_dimensions | Gyan Doshi | 2019-12-08 | 1 | -0/+11 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -6/+6 |
* | Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8' | James Almer | 2017-09-27 | 1 | -3/+3 |
|\ |
|
| * | scale_npp: explicitly set the output frames context for passthrough mode | Anton Khirnov | 2017-02-11 | 1 | -3/+5 |
* | | avfilter/scale_npp: fix logic used in previous patch | Timo Rothenpieler | 2017-08-14 | 1 | -1/+5 |
* | | avfilter/scale_npp: check for buffer allocation failure | Timo Rothenpieler | 2017-08-14 | 1 | -7/+1 |
* | | avfilter/scale_npp: fix passthrough mode | Yogender Gupta | 2017-08-14 | 1 | -0/+4 |
* | | avfilter/vf_scale_npp: fix out-of-bounds reads | Timo Rothenpieler | 2017-06-13 | 1 | -1/+1 |
* | | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | Matthieu Bouron | 2017-03-30 | 1 | -0/+2 |
|\| |
|
| * | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 1 | -0/+2 |
| * | scale_npp: fix passthrough mode | Yogender Gupta | 2016-10-25 | 1 | -1/+1 |
* | | avfilter/scale: refactor common code for scaling height/width expressions | Aman Gupta | 2017-02-02 | 1 | -84/+9 |
* | | avfilter/vf_scale_npp: check ff_set_common_formats return value | Timo Rothenpieler | 2016-11-30 | 1 | -4/+2 |
* | | avfilter/vf_scale_npp: move aspect ratio correction after av_frame_copy_props | Miroslav Slugeň | 2016-11-30 | 1 | -5/+5 |
* | | avfilter/vf_scale_npp: use dynamically loaded CUDA | Timo Rothenpieler | 2016-11-22 | 1 | -3/+3 |
* | | avfilter/scale_npp: fix passthrough mode | Yogender Gupta | 2016-10-25 | 1 | -1/+1 |
* | | avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa... | Sven C. Dack | 2016-10-19 | 1 | -1/+13 |
* | | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing | Michael Niedermayer | 2016-04-21 | 1 | -1/+1 |
* | | Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748' | Derek Buitenhuis | 2016-04-18 | 1 | -4/+4 |
|/ |
|
* | lavfi: add an NVIDIA NPP-based scaling filter | Anton Khirnov | 2016-03-23 | 1 | -0/+660 |