mbox series

[FFmpeg-devel,v2,0/2] avfilter/vf_colorspace: Use colorspace negotiation API

Message ID 20240329154746.439232-1-nicolas.gaullier@cji.paris
Headers show
Series avfilter/vf_colorspace: Use colorspace negotiation API | expand

Message

Nicolas Gaullier March 29, 2024, 3:47 p.m. UTC
I thought the issue was fixed with b89ee26539 but it is not.
Note that I have introduced timeline support in vf_setparams in order to
make testing easier.

v2: fixed color_range pass-through

Nicolas Gaullier (2):
  avfilter/vf_setparams: Add timeline support
  avfilter/vf_colorspace: Use colorspace negotiation API

 libavfilter/vf_colorspace.c | 64 +++++++++++++++++++++----------------
 libavfilter/vf_setparams.c  |  2 +-
 2 files changed, 38 insertions(+), 28 deletions(-)