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
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
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