Re: [FFmpeg-devel] [PATCH] libavcodec: implementation of DNxUncompressed decoder

2024-09-08 Thread Andreas Rheinhardt
Martin Schitter: > This is a second attempt to contribute the corrected code of an > AVID DNxUncompressed / SMTPE RDD 50 decoder. > > Thanks > Martin > > --- > Changelog | 1 + > doc/general_contents.texi | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c

Re: [FFmpeg-devel] [PATCH] libavcodec: implementation of DNxUncompressed decoder

2024-09-07 Thread Michael Niedermayer
On Thu, Sep 05, 2024 at 04:35:04AM +0200, Martin Schitter wrote: > This is a second attempt to contribute the corrected code of an > AVID DNxUncompressed / SMTPE RDD 50 decoder. > > Thanks > Martin > > --- > Changelog | 1 + > doc/general_contents.texi | 1 + > libavcodec/Mak

Re: [FFmpeg-devel] [PATCH] libavcodec: Implementation of DNxUncompressed decoder

2024-08-25 Thread Michael Niedermayer
On Sat, Aug 24, 2024 at 05:19:01PM +0200, Martin Schitter wrote: > This is am implementation of an DNxUncomressed / SMPTE 50 decoder. > It's not supporting all possible subtypes, but a wide range of them. > For more info read the comment sections included in the source file. > > Please review this