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

2024-09-08 Thread martin schitter
Dear Andreas! Thanks for taking a look. I'm not familiar with ffmpeg development and it's really hard to figure out the more complex demands and hidden secrets of all the projects tooling and workflow requirements. On 08.09.24 10:47, Andreas Rheinhardt wrote: [...] +++ b/libavcodec/dnxucde

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

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

2024-09-04 Thread 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| 1 + libavcodec/codec_desc.c |

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

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

2024-08-24 Thread Martin Schitter
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 contribution and merge it. thanks martin --- Changelog