Re: [FFmpeg-devel] libavcodec: r12b decoder + r12b fourcc

2021-06-15 Thread Dennis Fleurbaaij
Ah, good spot Moritz. I found a few more spots where I wasn't consistent with current formatting. Here are the updated patches. Kind regards, Dennis Fleurbaaij On Tue, Jun 15, 2021 at 2:26 PM Moritz Barsnick wrote: > On Wed, Jun 09, 2021 at 19:25:41 +0200, Dennis Fleurbaaij wrote: &

[FFmpeg-devel] libavcodec: r12b decoder + r12b fourcc

2021-06-09 Thread Dennis Fleurbaaij
Patch 2/2 (patchwork seemt not handle both at the same time) Kind regards, Dennis Fleurbaaij +31 (0) 6 54 21 5365 From 4f2b6a74863ff50906ba0fa1239914ab5618c304 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Wed, 9 Jun 2021 19:21:14 +0200 Subject: [PATCH 2/2] libavformat: r12b decoder

[FFmpeg-devel] libavcodec: r12b decoder + r12b fourcc

2021-06-09 Thread Dennis Fleurbaaij
By request of Carl Eugen here is the r12b decoder and the fourcc proposal in 2 different patches so you can pick which ones are acceptable. Kind regards, Dennis Fleurbaaij From 0d2243a6b566b17e7f669efb65f5398971964146 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Wed, 9 Jun 2021 19:20

[FFmpeg-devel] libavcodec: r12b decoder

2021-06-08 Thread Dennis Fleurbaaij
Trying to get patchwork to pick up patch from thread. Kind regards, Dennis Fleurbaaij From f66434cd65c5590c500e49eb6338aaa3a1c71a80 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Tue, 8 Jun 2021 18:55:02 +0200 Subject: [PATCH] libavcodec: r12b decoder added R12B is a format used by

Re: [FFmpeg-devel] libavcodec: r12b decoder

2021-06-08 Thread Dennis Fleurbaaij
it was md5, this time there are a few others. These do not stem from this PR for as far as I can see.) Kind regards, Dennis Fleurbaaij On Mon, Jun 7, 2021 at 10:33 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Dennis Fleurbaaij: > > Thanks for the review Andreas!

Re: [FFmpeg-devel] libavcodec: r12b decoder

2021-06-08 Thread Dennis Fleurbaaij
ble to me as a fourcc: it starts with an r, indicative of RGB formats, and the bit/pixel + endianness didn't seem unreasonable. Also I could find no other fourcc's used for this and hence I added it. Kind regards, Dennis Fleurbaaij On Tue, Jun 8, 2021 at 1:57 AM Carl Eugen Hoyos wrote

Re: [FFmpeg-devel] libavcodec: r12b decoder

2021-06-07 Thread Dennis Fleurbaaij
e some leniency for personal preference? Revised patch attached. Kind regards, Dennis Fleurbaaij On Mon, Jun 7, 2021 at 12:59 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Dennis Fleurbaaij: > > Pulled master and re-applied to resolve version update conflict

[FFmpeg-devel] libavcodec: r12b decoder

2021-06-07 Thread Dennis Fleurbaaij
Pulled master and re-applied to resolve version update conflict Kind regards, Dennis Fleurbaaij From b5fff34f545a107e07c9390a983e3a9aadb71a1c Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Mon, 7 Jun 2021 12:06:51 +0200 Subject: [PATCH] libavcodec: r12b decoder added R12B is a format

Re: [FFmpeg-devel] libavcodec: r12b decoder

2021-06-06 Thread Dennis Fleurbaaij
Failed to apply, what is the exact way you want the patch? Kind regards, Dennis Fleurbaaij +31 (0) 6 54 21 5365 On Sat, Jun 5, 2021 at 6:12 PM Valerii Zapodovnikov wrote: > That did work, cool. > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/capucmebbw-rkt3mw5

[FFmpeg-devel] libavcodec: r12b decoder

2021-06-05 Thread Dennis Fleurbaaij
Attempt nr three to get patchwork to see this patch; sorry for the spam. From ed84960978fe87772c304402e204c5e37742d235 Mon Sep 17 00:00:00 2001 From: Dennis Fleurbaaij Date: Sat, 5 Jun 2021 13:44:21 +0200 Subject: [PATCH] libavcodec: r12b decoder added R12B is a format used by BlackMagic

Re: [FFmpeg-devel] libavcodec: r12b decoder

2021-06-05 Thread Dennis Fleurbaaij
Alright thanks for the pointers. Attempt #2, hopefully this one will be picked up. Kind regards, Dennis Fleurbaaij +31 (0) 6 54 21 5365 On Fri, Jun 4, 2021 at 1:17 AM Valerii Zapodovnikov wrote: > You patch did not apply on patchwork and thus did not make fate tests. > Please us

[FFmpeg-devel] libavcodec: r12b decoder

2021-06-03 Thread Dennis Fleurbaaij
Hi ffmpeg-devel, I've added a r12b decoder (12bpp RGB packing which packs 8 pixels into 36 bytes, used by Blackmagic Decklink cards). The patch is attached for your consideration. Kind regards, Dennis Fleurbaaij 0001-libavcodec-r12b-decoder-added.patch Description: Binary