[FFmpeg-devel] [PATCH] libavformat/nutenc.c: Use ffv1 as default video encoder for NUT muxing

2017-09-27 Thread Leo Izen
--- libavformat/nutenc.c| 2 +- tests/ref/lavf/nut | 6 +++--- tests/ref/seek/lavf-nut | 54 - 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index a92ff55c01..6e96626ff0 100644

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/videotoolbox: use AV_WB16 where possible

2017-09-27 Thread Aman Gupta
On Wed, Sep 27, 2017 at 4:13 PM, wm4 wrote: > On Wed, 27 Sep 2017 19:45:23 -0300 > James Almer wrote: > > > On 9/27/2017 7:19 PM, Aman Gupta wrote: > > > From: Aman Gupta > > > > > > additional changes to hevc patchset, as suggested on-list > > > > > > if these look fine, I will squash into pre

[FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-27 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/Makefile | 1 + doc/mailing-list-faq.texi | 204 ++ 2 files changed, 205 insertions(+) create mode 100644 doc/mailing-list-faq.texi diff --git a/doc/Makefile b/doc/Makefile index b670f0bd4c..9a4d225e65 1

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread James Almer
On 9/4/2017 5:53 PM, Michael Niedermayer wrote: > On Mon, Sep 04, 2017 at 09:27:32PM +0200, wm4 wrote: >> On Mon, 4 Sep 2017 21:18:35 +0200 >> Michael Niedermayer wrote: >> >>> On Sat, Sep 02, 2017 at 09:47:38PM -0300, James Almer wrote: From: Anton Khirnov (cherry picked from comm

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread wm4
On Wed, 27 Sep 2017 21:15:39 -0300 James Almer wrote: > On 9/4/2017 5:53 PM, Michael Niedermayer wrote: > > On Mon, Sep 04, 2017 at 09:27:32PM +0200, wm4 wrote: > >> On Mon, 4 Sep 2017 21:18:35 +0200 > >> Michael Niedermayer wrote: > >> > >>> On Sat, Sep 02, 2017 at 09:47:38PM -0300, James A

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread James Almer
On 9/27/2017 9:19 PM, wm4 wrote: > On Wed, 27 Sep 2017 21:15:39 -0300 > James Almer wrote: > >> On 9/4/2017 5:53 PM, Michael Niedermayer wrote: >>> On Mon, Sep 04, 2017 at 09:27:32PM +0200, wm4 wrote: On Mon, 4 Sep 2017 21:18:35 +0200 Michael Niedermayer wrote: > On Sat, S

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread wm4
On Wed, 27 Sep 2017 21:37:54 -0300 James Almer wrote: > > API users can rely on it. So you better make sure that can't break. > > Other aspects don't really matter. > > What do you mean with this? Do i apply it or not? The function will > return a value based on runtime cpuflags. The value is

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread James Almer
On 9/27/2017 9:59 PM, wm4 wrote: > On Wed, 27 Sep 2017 21:37:54 -0300 > James Almer wrote: > >>> API users can rely on it. So you better make sure that can't break. >>> Other aspects don't really matter. >> >> What do you mean with this? Do i apply it or not? The function will >> return a value

Re: [FFmpeg-devel] [PATCH v2] cpu: add a function for querying maximum required data alignment

2017-09-27 Thread wm4
On Wed, 27 Sep 2017 22:26:48 -0300 James Almer wrote: > On 9/27/2017 9:59 PM, wm4 wrote: > > On Wed, 27 Sep 2017 21:37:54 -0300 > > James Almer wrote: > > > >>> API users can rely on it. So you better make sure that can't break. > >>> Other aspects don't really matter. > >> > >> What do y

[FFmpeg-devel] [PATCH v4] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-27 Thread Brian Matherly
From: Brian Matherly Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. --- libavcodec/hevc_sei.c | 4 ++-- tests/fate/hevc.mak | 6 +- tests/ref/fate/hevc-paired-fields | 16 3 files changed, 23

Re: [FFmpeg-devel] [PATCH v3] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-27 Thread Brian Matherly
On 9/26/2017 8:38 PM, Michael Niedermayer wrote: On Sun, Sep 24, 2017 at 10:13:11PM -0500, Brian Matherly wrote: From: Brian Matherly Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. --- libavcodec/hevc_sei.c | 4 +- tests

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-27 Thread jkung
I am sure I already registered but was always rejected from the list. Please advise how I can upload my sample TS -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: Wednesday, September 27, 2017 6:37 PM To: FFmpeg developmen

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-27 Thread Lou Logan
On Wed, Sep 27, 2017, at 06:00 PM, jk...@antechnic.com wrote: > I am sure I already registered but was always rejected from the list. What message are you receiving? Messages from non-subscribed users automatically go into a moderation queue, but I did not notice a message from you in the queue–t

Re: [FFmpeg-devel] [PATCH 3/4] avdevice/decklink_dec: Added Closed caption decode from VANC

2017-09-27 Thread Jeyapal, Karthick
>Sorry, still not quite there... Here are some further comments: Thanks for your comments and patience. Please find the updated patch attached, with all the comments taken. Also, I have rebased this patch with the latest ffmpeg, as avcodec version numbers have changed in the meantime. >Also plea

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-27 Thread jkung
Thanks; TS file http://www99.zippyshare.com/v/UwxzRccM/file.html Error log attached. I am using omxplayer to play this TS on Raspberry PI. Selecting Audio track 1 - give funny noise Stream #0:4[0x3a2](zho): Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp Selecting Audi

<    1   2