mbox series

[FFmpeg-devel,v4,0/1] avfilter/vf_colorspace: use colorspace negotiation API

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

Message

Nicolas Gaullier April 4, 2024, 5:05 p.m. UTC
v4:
- remove dynamic color_range pass-through (which requires changing outlink dynamically and is forbidden)
- nits&coding style
- commit msg: simplified example (+ removed example for dynamic color_range pass-through)

Nicolas Gaullier (1):
  avfilter/vf_colorspace: use colorspace negotiation API

 libavfilter/vf_colorspace.c | 62 +++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 26 deletions(-)

Comments

Niklas Haas April 17, 2024, 8:21 p.m. UTC | #1
On Thu, 04 Apr 2024 19:05:13 +0200 Nicolas Gaullier <nicolas.gaullier@cji.paris> wrote:
> v4:
> - remove dynamic color_range pass-through (which requires changing outlink dynamically and is forbidden)
> - nits&coding style
> - commit msg: simplified example (+ removed example for dynamic color_range pass-through)
> 
> Nicolas Gaullier (1):
>   avfilter/vf_colorspace: use colorspace negotiation API
> 
>  libavfilter/vf_colorspace.c | 62 +++++++++++++++++++++----------------
>  1 file changed, 36 insertions(+), 26 deletions(-)
> 
> -- 
> 2.30.2
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".


Pushed as 376b3d53c54791c1be58709df4303ba2b90851bc

Sorry for the delay; it is really not clear to me who has push rights
and who does not, and whose job it is to merge patches.