Re: [FFmpeg-devel] [PATCH] Add support for spherical uuid in mov

2016-04-21 Thread wm4
On Wed, 20 Apr 2016 19:46:05 -0700 Neil Birkbeck wrote: > If you use "spherical-video" and put it in the stream's metadata, it > will more naturally agree with location in stream-level tag in mkv: > https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md (Replying to both

Re: [FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-21 Thread Martin Vignali
2016-04-20 23:05 GMT+02:00 Paul B Mahol : > On 4/19/16, Martin Vignali wrote: > > 2016-04-13 20:17 GMT+02:00 Martin Vignali : > > > >> Hello, > >> > >> In attach a patch, to change the way PXR24 uncompress calc the expected > >> size. > >> > >> My previous patch (fix PXR24 float) doesn't work whe

Re: [FFmpeg-devel] [PATCH] Add support for spherical uuid in mov

2016-04-21 Thread Hendrik Leppkes
On Thu, Apr 21, 2016 at 10:10 AM, wm4 wrote: > On Wed, 20 Apr 2016 19:46:05 -0700 > Neil Birkbeck wrote: > >> If you use "spherical-video" and put it in the stream's metadata, it >> will more naturally agree with location in stream-level tag in mkv: >> https://github.com/google/spatial-media/blob

Re: [FFmpeg-devel] Line endings in Makefiles

2016-04-21 Thread Hendrik Leppkes
On Thu, Apr 21, 2016 at 8:11 AM, Andreas Weis wrote: > I noticed that the ffmpeg build system still can get broken if you `git > clone` on Windows with the wrong settings for the git config autocrlf > option. > > There has been a ticket about this (#1209) but it was closed without a > fix because

Re: [FFmpeg-devel] [PATCH] avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()

2016-04-21 Thread wm4
On Thu, 21 Apr 2016 04:41:44 +0200 Michael Niedermayer wrote: > On Wed, Apr 20, 2016 at 08:18:54PM +0200, wm4 wrote: > > On Wed, 20 Apr 2016 15:05:40 -0300 > > James Almer wrote: > > > > > On 4/20/2016 2:49 PM, Michael Niedermayer wrote: > > > > With this the use of the caps_internal from l

[FFmpeg-devel] Patch for Trac Tickets 5388 & 5455

2016-04-21 Thread Ali KIZIL
Hi All, With help of cehoyos, I created a patch file for Tickets 5388 & 5455. (My first patch file.) Patch targets to add HEVC digital television service type (0x1f) to FFmpeg and fix audio stream specifier for MPEG 1 Layer II Audio to 0x04 (currently it is 0x03 and causes decode problem in some S

Re: [FFmpeg-devel] Patch for Trac Tickets 5388 & 5455

2016-04-21 Thread Ali KIZIL
Sorry the patch file was missing: >From 1d10dc062da7eb51c749e321b419018deed79151 Mon Sep 17 00:00:00 2001 From: smallishzulu Date: Thu, 21 Apr 2016 13:28:10 +0300 Subject: [PATCH] For trac tickets 5455 & 5388 --- libavformat/mpegtsenc.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deleti

Re: [FFmpeg-devel] [PATCH] avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()

2016-04-21 Thread Michael Niedermayer
On Thu, Apr 21, 2016 at 01:14:51PM +0200, wm4 wrote: > On Thu, 21 Apr 2016 04:41:44 +0200 > Michael Niedermayer wrote: > > > On Wed, Apr 20, 2016 at 08:18:54PM +0200, wm4 wrote: > > > On Wed, 20 Apr 2016 15:05:40 -0300 > > > James Almer wrote: > > > > > > > On 4/20/2016 2:49 PM, Michael Niede

Re: [FFmpeg-devel] [PATCH] Add support for spherical uuid in mov

2016-04-21 Thread Derek Buitenhuis
On 4/21/2016 9:13 AM, Hendrik Leppkes wrote: > One developer from Libav is working on defining side-data for this > spherical data. If you want to push this forward I suggest you join > those efforts. > ie. this patch for mov: https://patches.libav.org/patch/60300/ (part > of a longer series) Yes,

Re: [FFmpeg-devel] Patch for Trac Tickets 5388 & 5455

2016-04-21 Thread Carl Eugen Hoyos
Ali KIZIL gmail.com> writes: > case AV_CODEC_ID_MP2: > case AV_CODEC_ID_MP3: > -stream_type = STREAM_TYPE_AUDIO_MPEG1; > +stream_type = STREAM_TYPE_AUDIO_MPEG2; //KIZIL I don't think this hunk is acceptable, in any case, it must not be mixed with the he

Re: [FFmpeg-devel] Patch for Trac Tickets 5388 & 5455

2016-04-21 Thread Ali KIZIL
Please discard this patch, I will split the patches. The contents of this e-mail are confidential to the addressee and are intended solely for the recipients use. If you are not the addressee, you have received this e-mail in error. Any disclosure, copying, distribution or action taken in reliance

Re: [FFmpeg-devel] [PATCH 1/3] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-21 Thread wm4
On Tue, 19 Apr 2016 11:49:11 +0200 wm4 wrote: > Until now, the decoding API was restricted to outputting 0 or 1 frames > per input packet. It also enforces a somewhat rigid dataflow in general. > > This new API seeks to relax these restrictions by decoupling input and > output. Instead of doing

[FFmpeg-devel] [PATCH] Define service_type "HEVC digital television service (0x1F) in mpegtsenc.c

2016-04-21 Thread Ali KIZIL
From 20c0ac586cf5056bcc057e7664a64ddfdc0e13f9 Mon Sep 17 00:00:00 2001 From: smallishzulu Date: Thu, 21 Apr 2016 15:40:09 +0300 Subject: [PATCH] Define service_type "HEVC digital television service" (0x1F) in mpegtsenc.c --- libavformat/mpegtsenc.c | 6 +- 1 file changed, 5 insertions(+), 1

[FFmpeg-devel] [PATCH] Set Audio Stream Specifier to 0x04 for MPEG-1 Layer II Audio

2016-04-21 Thread Ali KIZIL
From 019bfcbd781ed98aba17241ed867ab28af1f57d8 Mon Sep 17 00:00:00 2001 From: smallishzulu Date: Thu, 21 Apr 2016 15:42:48 +0300 Subject: [PATCH] Set Audio Stream Specifier to 0x04 for MPEG-1 Layer II Audio --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Re: [FFmpeg-devel] [PATCH] Define service_type "HEVC digital television service (0x1F) in mpegtsenc.c

2016-04-21 Thread Ali KIZIL
For more details see: http://trac.ffmpeg.org/ticket/5455 The contents of this e-mail are confidential to the addressee and are intended solely for the recipients use. If you are not the addressee, you have received this e-mail in error. Any disclosure, copying, distribution or action taken in reli

Re: [FFmpeg-devel] [PATCH] Define service_type "HEVC digital television service (0x1F) in mpegtsenc.c

2016-04-21 Thread Nicolas George
Le tridi 3 floréal, an CCXXIV, Ali KIZIL a écrit : > From 20c0ac586cf5056bcc057e7664a64ddfdc0e13f9 Mon Sep 17 00:00:00 2001 > From: smallishzulu > Date: Thu, 21 Apr 2016 15:40:09 +0300 > Subject: [PATCH] Define service_type "HEVC digital television service" > (0x1F) in mpegtsenc.c > > --- > lib

Re: [FFmpeg-devel] [PATCH] Set Audio Stream Specifier to 0x04 for MPEG-1 Layer II Audio

2016-04-21 Thread Ali KIZIL
For more details see: http://trac.ffmpeg.org/ticket/5388 The contents of this e-mail are confidential to the addressee and are intended solely for the recipients use. If you are not the addressee, you have received this e-mail in error. Any disclosure, copying, distribution or action taken in reli

[FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Umair Khan
Hi, This patch is the second qualification task of my project. The patch isn't final yet. I've got it reviewed by Thilo Borgmann and now sending it here. Currently, it decodes the floating point data perfectly, and prints the output to the console. I matched the output float values with the ones

[FFmpeg-devel] [PATCH] libnut: Pass stream to ff_parse_specific_params

2016-04-21 Thread Derek Buitenhuis
This function bo longer takes an AVCodecContext. Fixes ticket #5430. Signed-off-by: Derek Buitenhuis --- Since I'm sending this patch anyway, I had a few questions: 1. Where the heck is libnut's official repo. Google only turns up random GitHub forks, and a link to MultiMediawiki, which

Re: [FFmpeg-devel] [PATCH] libnut: Pass stream to ff_parse_specific_params

2016-04-21 Thread Derek Buitenhuis
On 4/21/2016 1:52 PM, Derek Buitenhuis wrote: > Signed-off-by: Derek Buitenhuis This should be my gmail. Fixed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Carl Eugen Hoyos
Umair Khan gmail.com> writes: > Currently, it decodes the floating point data perfectly, > and prints the output to the console. > +typedef union { > + float f; > + struct { > +unsigned int mantissa : 23; > +unsigned int exponent : 8; > +unsigned int sign : 1; > + } parts; > +} C

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Thilo Borgmann
Hi, > This patch is the second qualification task of my project. > The patch isn't final yet. > I've got it reviewed by Thilo Borgmann and now sending it here. this is not what I meant to be done. The complete patch is not yet ready for a list review - it does not make sense for anyone on this

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Nicolas George
Le tridi 3 floréal, an CCXXIV, Carl Eugen Hoyos a écrit : > > +typedef union { > > + float f; > > + struct { > > +unsigned int mantissa : 23; > > +unsigned int exponent : 8; > > +unsigned int sign : 1; > > + } parts; > > +} CFloat; > > Will this work on all systems where FFmpeg can c

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Nicolas George
Le tridi 3 floréal, an CCXXIV, Nicolas George a écrit : > > > +typedef union { > > > + float f; > > > + struct { > > > +unsigned int mantissa : 23; > > > +unsigned int exponent : 8; > > > +unsigned int sign : 1; > > > + } parts; > > > +} CFloat; > > > > Will this work on all systems

[FFmpeg-devel] FFmpeg 3.0.2 and other point releases

2016-04-21 Thread Michael Niedermayer
Hi all its about one month since 3.0.1, so i intend to make 3.0.2 within about a week (but that target date might slip) like always, backport things to the release branches if you want to backport something before. thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [PATCH] libnut: Pass stream to ff_parse_specific_params

2016-04-21 Thread Michael Niedermayer
On Thu, Apr 21, 2016 at 01:52:46PM +0100, Derek Buitenhuis wrote: > This function bo longer takes an AVCodecContext. > > Fixes ticket #5430. > > Signed-off-by: Derek Buitenhuis > --- > Since I'm sending this patch anyway, I had a few questions: > > 1. Where the heck is libnut's official repo.

[FFmpeg-devel] [PATCH] extends Generic/CDDI/MPEG2 essence descriptors

2016-04-21 Thread Maksym Veremeyenko
Hi, attached patches extends Generic/CDDI/MPEG2 essence descriptors with additional items. These items required by AMWA AS-10 MXF specification. -- Maksym Veremeyenko From 937b1e3f14d641b83a40c9dc5e64e227121dddfa Mon Sep 17 00:00:00 2001 From: Maksym Veremeyenko Date: Thu, 21 Apr 2016 01:18:

Re: [FFmpeg-devel] FFmpeg 3.0.2 and other point releases

2016-04-21 Thread Moritz Barsnick
On Thu, Apr 21, 2016 at 15:48:08 +0200, Michael Niedermayer wrote: > like always, backport things to the release branches if you want to > backport something before. *Something* seems to have been fixed on master with parsing HLS, which wasn't working in 3.0.1: http://ffmpeg.org/pipermail/ffmpeg-u

Re: [FFmpeg-devel] FFmpeg 3.0.2 and other point releases

2016-04-21 Thread Hendrik Leppkes
On Thu, Apr 21, 2016 at 4:10 PM, Moritz Barsnick wrote: > On Thu, Apr 21, 2016 at 15:48:08 +0200, Michael Niedermayer wrote: >> like always, backport things to the release branches if you want to >> backport something before. > > *Something* seems to have been fixed on master with parsing HLS, whi

Re: [FFmpeg-devel] [PATCH] Set Audio Stream Specifier to 0x04 for MPEG-1 Layer II Audio

2016-04-21 Thread Moritz Barsnick
On Thu, Apr 21, 2016 at 15:44:39 +0300, Ali KIZIL wrote: > For more details see: > http://trac.ffmpeg.org/ticket/5388 Mention of the ticket should be part of the commit message. Compare other such commit messages in git: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a7fa1e38ca76a24ad8e8edc

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Umair Khan
>> This patch is the second qualification task of my project. >> The patch isn't final yet. >> I've got it reviewed by Thilo Borgmann and now sending it here. > > this is not what I meant to be done. The complete patch is not yet ready for > a list review - it does not make sense for anyone on thi

Re: [FFmpeg-devel] [PATCH] added support for hardware assist H264 video encoding for the Raspberry Pi

2016-04-21 Thread Amancio Hasty
Curious, Do these patches work with ffmpeg running on RPi? Thanks, Amancio > On Apr 19, 2016, at 12:00 PM, Aman Gupta wrote: > > On Thu, Apr 7, 2016 at 3:03 AM, Mark Thompson > wrote: > >> On 06/04/16 14:25, Amancio Hasty wrote: >>> On Apr 6, 2016, at 3:42 AM, wm

Re: [FFmpeg-devel] [PATCH][GSoC] Implement floating point decoding in ALS

2016-04-21 Thread Paul B Mahol
On 4/21/16, Umair Khan wrote: > Hi, > > This patch is the second qualification task of my project. > The patch isn't final yet. > I've got it reviewed by Thilo Borgmann and now sending it here. > > Currently, it decodes the floating point data perfectly, and prints > the output to the console. > I

[FFmpeg-devel] [PATCH] lavu: Adding hybrid-log gamma enum value and transfer function.

2016-04-21 Thread Neil Birkbeck
The standard: http://www.arib.or.jp/english/html/overview/doc/2-STD-B67v1_0.pdf The choice of enum value of 18 is consistent with HEVC: http://phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=10481 and also with latest proposal for color trc in mkv: https://mailarchive.ietf.org/arch

Re: [FFmpeg-devel] [PATCH] lavu: Adding hybrid-log gamma enum value and transfer function.

2016-04-21 Thread Hendrik Leppkes
On Thu, Apr 21, 2016 at 10:57 PM, Neil Birkbeck wrote: > The standard: > http://www.arib.or.jp/english/html/overview/doc/2-STD-B67v1_0.pdf > > The choice of enum value of 18 is consistent with HEVC: > http://phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=10481 > > and also with lat

Re: [FFmpeg-devel] [PATCH] lavu: Adding hybrid-log gamma enum value and transfer function.

2016-04-21 Thread Neil Birkbeck
Thanks Hendrik. For now, I've updated the patch with a better comment and commit message, and will change name to the more intuitive _HLG or (_HYBRID_LOG_GAMMA) if you feel this is better. Seems that the more recent enums use a standard as the name for the enum (e.g., SMPTEST2084 is often referred

[FFmpeg-devel] [PATCH] avcodec/utils: do_decode: Assert that the decoder return value is not larger than the packet size

2016-04-21 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/utils.c |1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 52e0d92..b35fabc 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -2738,6 +2738,7 @@ static int do_decode(AVCodecContext *avctx

Re: [FFmpeg-devel] Line endings in Makefiles

2016-04-21 Thread Andreas Weis
On 4/21/2016 10:31 AM, Hendrik Leppkes wrote: > You can change the git configuration on a per-project basis, no need > to change it on a global scale. The stronger case here is in my opinion anyway the fact that this is not something the user should have to worry about at all, especially if they j

Re: [FFmpeg-devel] [PATCH 3/3] configure: Remove -Wredundant-decls on OS/2 to suppress noise.

2016-04-21 Thread Dave Yeo
On 04/20/16 11:46 PM, Reimar Döffinger wrote: On 21.04.2016, at 06:02, Dave Yeo wrote: On 04/20/16 07:40 PM, Michael Niedermayer wrote: On Thu, Apr 14, 2016 at 07:31:48PM -0700, Dave Yeo wrote: From a417fdf752bd7c704ed5ba0c94c5cea96e1a91ff Mon Sep 17 00:00:00 2001 From: Dmitriy Kuminov Dat