Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-05 Thread Stefano Sabatini
On date Friday 2014-09-05 13:40:17 +0200, Tobias Rapp encoded: > On 05.09.2014 11:56, Stefano Sabatini wrote: [...] > >>>Does something such highly specialized really warrant its own API > >>>function? There are several ways how to handle the case if the > >>>component bit depths are not uniform, o

Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-05 Thread Tobias Rapp
On 05.09.2014 11:56, Stefano Sabatini wrote: On date Friday 2014-09-05 08:29:45 +0200, Tobias Rapp encoded: On 04.09.2014 17:39, wm4 wrote: diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 41e81db..f8af18f 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -251,6 +251,13

Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-05 Thread Stefano Sabatini
On date Friday 2014-09-05 08:29:45 +0200, Tobias Rapp encoded: > On 04.09.2014 17:39, wm4 wrote: > >>diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h > >>index 41e81db..f8af18f 100644 > >>--- a/libavutil/pixdesc.h > >>+++ b/libavutil/pixdesc.h > >>@@ -251,6 +251,13 @@ int av_get_bits_per_pixe

Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-04 Thread Tobias Rapp
On 04.09.2014 17:39, wm4 wrote: diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 41e81db..f8af18f 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -251,6 +251,13 @@ int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc); int av_get_padded_bits_per_pixel(const AVP

Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-04 Thread wm4
On Thu, 04 Sep 2014 16:31:45 +0200 Tobias Rapp wrote: > From 4a2290540ae0761c6ea2a5f12326ad8dd1257e57 Mon Sep 17 00:00:00 2001 > From: Tobias Rapp > Date: Thu, 4 Sep 2014 16:25:22 +0200 > Subject: [PATCH] ffprobe: Add bits_per_component to stream output > > Adds bits_per_component (bit depth) o

Re: [FFmpeg-devel] [PATCH v3] ffprobe: Add bits_per_component to stream output

2014-09-04 Thread Tobias Rapp
On 04.09.2014 15:38, Dave Rice wrote: Attached patch adds bits_per_component (bit depth) output for video streams. Adding an element to the ffprobe output requires a change to ffprobe.xsd as well. Indeed. Attached patch version 3 now includes the update to ffprobe.xsd. Regards, Tobias >From