| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_scale: switch to query_func2() | Anton Khirnov | 2024-10-15 | 1 | -10/+12 |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | avfilter/vf_scale: fix 4:1:0 interlaced chroma pos | Niklas Haas | 2024-08-16 | 1 | -3/+13 |
* | avfilter/vf_scale: add in/out_chroma_loc | Niklas Haas | 2024-08-16 | 1 | -24/+62 |
* | avfilter/swscale: always fix interlaced chroma location | Niklas Haas | 2024-08-16 | 1 | -4/+10 |
* | lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -4/+8 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -1/+4 |
* | avfilter/vf_scale: Check ff_scale_adjust_dimensions() for failure | Michael Niedermayer | 2024-07-21 | 1 | -1/+4 |
* | avfilter/vf_scale: test return code of scale_frame() | Niklas Haas | 2024-07-10 | 1 | -7/+7 |
* | avfilter/vf_scale: fix frame lifetimes | Niklas Haas | 2024-07-10 | 1 | -12/+17 |
* | avfilter/vf_scale: properly reinitialize framesync | James Almer | 2024-05-05 | 1 | -0/+1 |
* | avfilter/vf_scale: don't expose framesync options in vf_scale2ref | James Almer | 2024-05-05 | 1 | -2/+27 |
* | avfilter/vf_scale: fix input declaration | Niklas Haas | 2024-05-04 | 1 | -5/+10 |
* | avfilter/scale2ref: deprecate in favor of scale=rw:rh | Niklas Haas | 2024-05-03 | 1 | -0/+3 |
* | avfilter/vf_scale: add optional "ref" input | Niklas Haas | 2024-05-03 | 1 | -3/+129 |
* | avfilter/vf_scale: switch to FFFrameSync | Niklas Haas | 2024-05-03 | 1 | -4/+61 |
* | lavfi/vf_scale: fix AVOption flags for "size"/"s" | Anton Khirnov | 2024-04-09 | 1 | -2/+2 |
* | avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -3/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -25/+25 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | vf_scale: use colorspace negotiation API | Niklas Haas | 2023-12-31 | 1 | -85/+103 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avfilter/vf_scale: tag output color space | Niklas Haas | 2023-11-09 | 1 | -12/+14 |
* | avfilter/vf_scale: simplify color matrix parsing logic | Niklas Haas | 2023-11-09 | 1 | -44/+22 |
* | avfilter/vf_scale: fix interlaced chroma for other formats | Niklas Haas | 2023-10-20 | 1 | -5/+7 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -1/+2 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -2/+28 |
* | lavfi/vf_scale: allow passing options to swscale directly | Anton Khirnov | 2023-01-10 | 1 | -29/+66 |
* | avfilter/vf_scale: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -2/+2 |
* | avfilter/vf_scale: overwrite the width and height expressions with the origin... | James Almer | 2022-09-06 | 1 | -10/+10 |
* | libavfilter: vf_scale: Properly take in->color_range into account | Martin Storsjö | 2022-03-07 | 1 | -0/+13 |
* | avfilter/vf_scale: Reindentation | Andreas Rheinhardt | 2021-10-10 | 1 | -22/+23 |
* | avfilter/vf_scale: Remove always-true checks | Andreas Rheinhardt | 2021-10-10 | 1 | -5/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/vf_scale: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -11/+2 |
* | lavfi/vf_scale: pass the thread count to the scaler | Anton Khirnov | 2021-09-06 | 1 | -0/+1 |
* | lavfi/vf_scale: convert to the frame-based sws API | Anton Khirnov | 2021-09-06 | 1 | -23/+48 |
* | avfilter/vf_scale: set the RGB matrix coefficients in case of RGB | Jan Ekström | 2021-09-01 | 1 | -7/+10 |
* | lavfi/vf_scale: remove the nb_slices option | Anton Khirnov | 2021-08-29 | 1 | -14/+0 |
* | avfilter/vf_scale: reset color matrix in case of identity & non-RGB | Jan Ekström | 2021-08-28 | 1 | -0/+9 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/vf_scale: Avoid unnecessary indirection | Andreas Rheinhardt | 2021-08-12 | 1 | -21/+21 |
* | lavfi/vf_scale: use default swscale flags for scaler | Linjie Fu | 2021-08-05 | 1 | -2/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavfi/vf_scale: forward errors from swscale | Anton Khirnov | 2021-07-12 | 1 | -6/+11 |
* | lavfi/vf_scale: pass only the private context to scale_slice() | Anton Khirnov | 2021-07-12 | 1 | -6/+5 |
* | avfilter/vf_scale: store the offset in a local variable before adding it | James Almer | 2021-04-30 | 1 | -2/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -13/+0 |