Re: [FFmpeg-devel] GSoC 2016 own ideas

2016-02-19 Thread Matt Oliver
On 19 February 2016 at 09:20, Gerion Entrup wrote: > On Donnerstag, 18. Februar 2016 21:02:09 CET wm4 wrote: > > On Thu, 18 Feb 2016 20:41:29 +0100 > > > > Gerion Entrup wrote: > > > On Donnerstag, 18. Februar 2016 20:10:47 CET wm4

Re: [FFmpeg-devel] [PATCH 2/2] avformat/mov: do not leak memory on ffio_read_size failure

2016-02-19 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 02:11:50AM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/mov.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] Retire unused FATE IDs

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 11:55:11PM -0300, James Almer wrote: > On 2/19/2016 11:47 PM, Michael Niedermayer wrote: > > On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote: > >> Hi all, > >> > >> For better security for the FATE server, I have just disabled the SSH keys > >> corresponding to

Re: [FFmpeg-devel] Retire unused FATE IDs

2016-02-19 Thread James Almer
On 2/19/2016 11:47 PM, Michael Niedermayer wrote: > On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote: >> Hi all, >> >> For better security for the FATE server, I have just disabled the SSH keys >> corresponding to the following owners: >> >> - ab (only slot is "ab_haiku_fate;" has not

Re: [FFmpeg-devel] Retire unused FATE IDs

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote: > Hi all, > > For better security for the FATE server, I have just disabled the SSH keys > corresponding to the following owners: > > - ab (only slot is "ab_haiku_fate;" has not been active for 9 months) > - amalia (only slot is

Re: [FFmpeg-devel] [PATCH v2 1/4] lavf/riffenc: Write space for palette

2016-02-19 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 12:02:15AM +0100, Mats Peterson wrote: > > -- > Mats Peterson > http://matsp888.no-ip.org/~mats/ > riffenc.c | 23 +++ > 1 file changed, 19 insertions(+), 4 deletions(-) > 63ec167e5794087397c65d3a5002e6bbd7a32caf >

[FFmpeg-devel] Retire unused FATE IDs

2016-02-19 Thread Timothy Gu
Hi all, For better security for the FATE server, I have just disabled the SSH keys corresponding to the following owners: - ab (only slot is "ab_haiku_fate;" has not been active for 9 months) - amalia (only slot is "x86_64-Fedora_20-gcc-4.8.3" with one run; has not been active for more than 1

Re: [FFmpeg-devel] [PATCH 1/2] avformat/icodec: ico probe with unknown data

2016-02-19 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 01:42:50AM -0800, Mark Harris wrote: > >> Header: OK, 2 frames > >> Frame 0: Unknown (offset points beyond end of probe buffer) > >> Frame 1: Invalid > >> Previously this example had a score of 25, even though the score would > >> be 1 if the unknown frame was

Re: [FFmpeg-devel] [PATCH 2/2] avformat/icodec: Fix crash probing fuzzed file

2016-02-19 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 11:52:13PM -0800, Mark Harris wrote: > Avoid invalid memory read/crash when frame offset >= 0xfff8. > Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w== > (The previous commit verifies that p->buf_size >= 22.) > --- > libavformat/icodec.c | 2 +- > 1 file

[FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-19 Thread Marton Balint
This also fixes reading gapless metadata when the entries do not start with the mean atom. Such samples can be found here: https://hydrogenaud.io/index.php/topic,93310.0.html Signed-off-by: Marton Balint --- libavformat/mov.c | 50

[FFmpeg-devel] [PATCH 2/2] avformat/mov: do not leak memory on ffio_read_size failure

2016-02-19 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/mov.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 7d9a3f3..4150987 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3177,6 +3177,7 @@ static int

Re: [FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 04:28:44PM -0500, Ronald S. Bultje wrote: > Hi, > > On Fri, Feb 19, 2016 at 3:48 PM, Michael Niedermayer > wrote: > > > On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote: > > > Fixes ticket 4313. > > > --- > > > ffmpeg.c

[FFmpeg-devel] [PATCH v2 4/4] lavc/rawdec: Remove monowhite switching code for 1 bpp AVI without a palette

2016-02-19 Thread Mats Peterson
Your favourite, Michael. I think the time might be ripe for this one now. There is still QuickTime left to fix, but that's another story... -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From c2a8f5bcfbec4d6f2248cc324dee08732b28f341 Mon Sep 17 00:00:00 2001 From: Mats Peterson

[FFmpeg-devel] [PATCH v2 3/4] tests/ref/vsynth: Update 1 bpp files for pal8

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 9448c215acf99f2f304bcaf2afe21bfd950caa6b Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 23:57:16 +0100 Subject: [PATCH v2 3/4] tests/ref/vsynth: Update 1 bpp files for pal8 ---

[FFmpeg-devel] [PATCH v2 2/4] lavf/avienc: Write palette after BITMAPINFOHEADER in strf chunk

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From ace9b5d852e1da540927498989220c7b1e9e1c2b Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 23:56:11 +0100 Subject: [PATCH v2 2/4] lavf/avienc: Write palette after BITMAPINFOHEADER in strf chunk ---

[FFmpeg-devel] [PATCH v2 1/4] lavf/riffenc: Write space for palette

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 41964552559234f19917a6ea40e71f0753a20ede Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 23:55:25 +0100 Subject: [PATCH v2 1/4] lavf/riffenc: Write space for palette --- libavformat/riffenc.c |

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread James Zern
On Fri, Feb 19, 2016 at 12:17 PM, Carl Eugen Hoyos wrote: > Could you comment on ticket #3271 (is alpha possible in > vp9?) and #4105? I added some notes. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] FATE error on dnxhr-parse

2016-02-19 Thread Mats Peterson
On 02/19/2016 10:23 PM, James Almer wrote: On 2/19/2016 6:09 PM, Mats Peterson wrote: Just got this FATE error, Michael. Why? My changes can't possibly affect this part, can they? --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100 +++ tests/data/fate/dnxhr-parse

Re: [FFmpeg-devel] FATE error on dnxhr-parse

2016-02-19 Thread Mats Peterson
On 02/19/2016 11:14 PM, Mark Reid wrote: On Feb 19, 2016 1:23 PM, "James Almer" wrote: On 2/19/2016 6:09 PM, Mats Peterson wrote: Just got this FATE error, Michael. Why? My changes can't possibly affect this part, can they? --- ./tests/ref/fate/dnxhr-parse2016-02-19

Re: [FFmpeg-devel] [PATCH] ffmpeg: init input streams before opening encoders

2016-02-19 Thread Marton Balint
On Wed, 17 Feb 2016, Michael Niedermayer wrote: On Wed, Feb 17, 2016 at 08:36:41PM +0100, Marton Balint wrote: Codec options of streams detected during avformat_find_stream_info are not set therefore without this patch we initialize the encoders with decoder info based on decoders without

Re: [FFmpeg-devel] FATE error on dnxhr-parse

2016-02-19 Thread Mark Reid
On Feb 19, 2016 1:23 PM, "James Almer" wrote: > > On 2/19/2016 6:09 PM, Mats Peterson wrote: > > Just got this FATE error, Michael. Why? My changes can't possibly affect this part, can they? > > > > --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100 > > +++

Re: [FFmpeg-devel] [PATCHv2 2/2] avcodec/libzvbi-teletextdec: use common functions for matching data_unit_id and data_identifier

2016-02-19 Thread Marton Balint
On Tue, 16 Feb 2016, Marton Balint wrote: Signed-off-by: Marton Balint --- libavcodec/libzvbi-teletextdec.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) Applied. Regards, Marton ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCHv2 1/2] avformat/dvbtxt: add raw demuxer for dvb teletext probing

2016-02-19 Thread Marton Balint
On Tue, 16 Feb 2016, Marton Balint wrote: Signed-off-by: Marton Balint --- libavcodec/dvbtxt.h | 41 +++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dvbtxt.c | 50

Re: [FFmpeg-devel] FFmpeg in Outreachy Round 12

2016-02-19 Thread Marina Zhurakhinskaya
- Original Message - > From: "Michael Niedermayer" > To: "FFmpeg development discussions and patches" > Cc: "outreachy-admins" , o...@ffmpeg.org > Sent: Wednesday, February 17, 2016 11:09:31 PM > Subject: Re:

Re: [FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Ronald S. Bultje
Hi, On Fri, Feb 19, 2016 at 3:48 PM, Michael Niedermayer wrote: > On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote: > > Fixes ticket 4313. > > --- > > ffmpeg.c| 3 + > > libavcodec/Makefile | 1 + > >

Re: [FFmpeg-devel] FATE error on dnxhr-parse

2016-02-19 Thread James Almer
On 2/19/2016 6:09 PM, Mats Peterson wrote: > Just got this FATE error, Michael. Why? My changes can't possibly affect this > part, can they? > > --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100 > +++ tests/data/fate/dnxhr-parse2016-02-19 22:03:11.715918354 +0100 > @@

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Mats Peterson
On 02/19/2016 10:11 PM, Mats Peterson wrote: On 02/19/2016 10:10 PM, Michael Niedermayer wrote: On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote: On 02/19/2016 10:00 PM, Michael Niedermayer wrote: - pc_tag = ff_start_tag(pb, tag); avio_w8(pb,

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Mats Peterson
On 02/19/2016 10:10 PM, Michael Niedermayer wrote: On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote: On 02/19/2016 10:00 PM, Michael Niedermayer wrote: - pc_tag = ff_start_tag(pb, tag); avio_w8(pb, 0); avio_w8(pb, 0);

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote: > On 02/19/2016 10:00 PM, Michael Niedermayer wrote: > - > pc_tag = ff_start_tag(pb, tag); > avio_w8(pb, 0); > > > avio_w8(pb, 0); > > >

[FFmpeg-devel] FATE error on dnxhr-parse

2016-02-19 Thread Mats Peterson
Just got this FATE error, Michael. Why? My changes can't possibly affect this part, can they? --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100 +++ tests/data/fate/dnxhr-parse 2016-02-19 22:03:11.715918354 +0100 @@ -0,0 +1,5 @@ +#tb 0: 1/25 +0, 0, 0,

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Mats Peterson
On 02/19/2016 10:00 PM, Michael Niedermayer wrote: - pc_tag = ff_start_tag(pb, tag); avio_w8(pb, 0); avio_w8(pb, 0); avio_wl16(pb, 0); // reserved -for (i = 0; i<256; i++) { +for (i = 0;

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 09:22:45PM +0100, Mats Peterson wrote: > On 02/19/2016 05:52 PM, Michael Niedermayer wrote: > >On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote: > >> > >>-- > >>Mats Peterson > >>http://matsp888.no-ip.org/~mats/ > > > >> avienc.c | 31

Re: [FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote: > Fixes ticket 4313. > --- > ffmpeg.c| 3 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/vp9_superframe_bsf.c | 189 >

Re: [FFmpeg-devel] [PATCH] Fixed issue #43 JACK indev support on OSX

2016-02-19 Thread Josh de Kock
--- configure | 13 ++--- libavdevice/jack.c | 10 ++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 287896f..78f9618 100755 --- a/configure +++ b/configure @@ -1732,6 +1732,7 @@ BUILTIN_LIST=" mm_empty rdtsc

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Mats Peterson
On 02/19/2016 05:52 PM, Michael Niedermayer wrote: On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote: -- Mats Peterson http://matsp888.no-ip.org/~mats/ avienc.c | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-)

Re: [FFmpeg-devel] [PATCH] lavc/libvpx: fix support for RGB colorspace.

2016-02-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > >> +case AV_PIX_FMT_GBRP: > > >> +ctx->vpx_cs = VPX_CS_SRGB; > > > > > > This is only available since libvpx 1.4.0, so you need to wrap all this > > > new code inside some preprocessor checks. I think VPX_IMAGE_ABI_VERSION > > > >= 3 should do

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Carl Eugen Hoyos
James Zern google.com> writes: > >> I think his point is that the decoder always outputs LE, > >> and this change is therefor incorrect? > > > > Don't you agree that this is highly unlikely? > > (I mean by looking at the code, not because I claim it.) > > > > Yes, you're correct, I wasn't

Re: [FFmpeg-devel] [Cellar] [Matroska-devel] Colour Format proposal

2016-02-19 Thread Dave Rice
Hi all, Working with the IETF Cellar Working Group, https://datatracker.ietf.org/wg/cellar/charter/, Frank Galligan has drafted a proposal for the management of metadata in Matroska to accommodate information on color, full/broadcast range, HDR metadata, chroma subsampling patterns and other

Re: [FFmpeg-devel] [PATCH] Fixed issue #43 JACK indev support on OSX

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 05:28:52PM +, Josh de Kock wrote: > --- > configure | 12 +--- > libavdevice/jack.c | 10 ++ > 2 files changed, 19 insertions(+), 3 deletions(-) > > diff --git a/configure b/configure > index 287896f..887384c 100755 > --- a/configure > +++

[FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Ronald S. Bultje
Fixes ticket 4313. --- ffmpeg.c| 3 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/vp9_superframe_bsf.c | 189 libavformat/ivfenc.c| 13 +++ libavformat/matroskaenc.c

Re: [FFmpeg-devel] [PATCH] checkasm: fix dependencies for vf_blend tests

2016-02-19 Thread James Almer
On 2/19/2016 6:30 AM, Paul B Mahol wrote: > On 2/19/16, James Almer wrote: >> They will now compile if avcodec is disabled >> >> Signed-off-by: James Almer >> --- >> tests/checkasm/Makefile | 6 +- >> tests/checkasm/checkasm.c | 8 +--- >> 2 files

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread James Zern
On Fri, Feb 19, 2016 at 12:43 AM, Carl Eugen Hoyos wrote: > Hendrik Leppkes gmail.com> writes: > >> On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote: >> > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote: >> >> On Friday 19 February 2016 07:59:37 am James Zern wrote:

Re: [FFmpeg-devel] [PATCH] vf_blend: Use integers for divide mode

2016-02-19 Thread Martin Vignali
Hello, Is it necessary to clip value, if B == 0 ? Martin 2016-02-19 18:47 GMT+01:00 Timothy Gu : > On Sun, Feb 14, 2016 at 10:41:04AM +0100, Paul B Mahol wrote: > > > > ok > > Pushed (last week). Thanks. > > Timothy > ___ >

Re: [FFmpeg-devel] [PATCH] vf_blend: Use integers for divide mode

2016-02-19 Thread Timothy Gu
On Sun, Feb 14, 2016 at 10:41:04AM +0100, Paul B Mahol wrote: > > ok Pushed (last week). Thanks. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] Fixed issue #43 JACK indev support on OSX

2016-02-19 Thread Josh de Kock
--- configure | 12 +--- libavdevice/jack.c | 10 ++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 287896f..887384c 100755 --- a/configure +++ b/configure @@ -1732,6 +1732,7 @@ BUILTIN_LIST=" mm_empty rdtsc

Re: [FFmpeg-devel] [PATCH] lavf/md5enc: New streammd5 muxer

2016-02-19 Thread Remko Tronçon
Hi Nicolas, Thanks for the comments. On 19 February 2016 at 17:51, Nicolas George wrote: > but I am rather dubious about the > usefulness of that: you could mux the streams independently to the md5 > muxer. > I did not find a way to do this without having to first probe each

[FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Ronald S. Bultje
Fixes ticket 4313. There is still an issue after this patch: it works when you use -bsf vp9_superframe, but if you let the auto-bsf system work on its own, ffmpeg.c triggers these warnings: [ivf @ 0x7fc97a02fc00] Non-monotonous DTS in output stream 0:0; previous: 900, current: 900; changing to

Re: [FFmpeg-devel] [PATCH] avfilter: add firequalizer filter

2016-02-19 Thread Muhammad Faiz
On Fri, Feb 19, 2016 at 3:52 AM, Paul B Mahol wrote: >> +center = s->fir_len / 2; >> + >> +for (k = 0; k <= center; k++) { >> +double u = k * (M_PI/center); >> +double win; >> +switch (s->wfunc) { >> +case

Re: [FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote: > > -- > Mats Peterson > http://matsp888.no-ip.org/~mats/ > avienc.c | 31 +++ > 1 file changed, 27 insertions(+), 4 deletions(-) > 8d58e7c344ff8650d971483a80211a9eeb540d20 >

Re: [FFmpeg-devel] [PATCH] lavf/md5enc: New streammd5 muxer

2016-02-19 Thread Nicolas George
Le primidi 1er ventôse, an CCXXIV, Remko Tronçon a écrit : > Signed-off-by: Remko Tronçon > --- > This patch introduces a new 'streammd5' muxer. > Similarly to the 'md5' and 'framemd5' muxer, it is used to compute > the hash of media. However, I needed something in between

[FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-02-19 Thread Predrag Filipovic
PCR insertion with specified period is functional when muxrate is also specified (contant bitrate) as required by DVB and ATSC (and other) specifications. Feature was non-functional for variable bitrate (muxrate not specified). Insertion timing is based on video frame keys and frame period (dts)

Re: [FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > if (st->codec->codec_id == AV_CODEC_ID_AAC) > if (pkt->size > 2 && (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) > ret = ff_stream_add_bitstream_filter(st, "aac_adtstoasc", NULL); > +else if (st->codec->codec_id == AV_CODEC_ID_VP9) > +ret =

Re: [FFmpeg-devel] [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks

2016-02-19 Thread Mats Peterson
On 02/19/2016 04:36 PM, Mats Peterson wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel Forget this patch set, by the way. I should have checked with FATE first. I get numerous FATE

[FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

2016-02-19 Thread Ronald S. Bultje
Fixes ticket 4313. There is still an issue after this patch: it works when you use -bsf vp9_superframe, but if you let the auto-bsf system work on its own, ffmpeg.c triggers these warnings: [ivf @ 0x7fc97a02fc00] Non-monotonous DTS in output stream 0:0; previous: 900, current: 900; changing to

Re: [FFmpeg-devel] [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks

2016-02-19 Thread Mats Peterson
On 02/19/2016 04:35 PM, Mats Peterson wrote: Forget this one. Forgot to attach the patch... -- Mats Peterson http://matsp888.no-ip.org/~mats/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] vc2enc: add support for Haar wavelet transforms

2016-02-19 Thread Rostislav Pehlivanov
This commit adds support for the (simple, allowed in the spec, but inferior in quality) Haar wavelet transforms. Signed-off-by: Rostislav Pehlivanov --- libavcodec/vc2enc.c | 6 -- libavcodec/vc2enc_dwt.c | 46 ++ 2 files

[FFmpeg-devel] [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 13d7105fc299cae346340cf696844023c1888036 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 16:24:05 +0100 Subject: [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks

[FFmpeg-devel] [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 0294d37cd23f971376290be68dd681513740bb06 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 16:23:17 +0100 Subject: [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER ---

[FFmpeg-devel] [PATCH 1/3] lavf/riffenc: Write space for palette

2016-02-19 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 45624f6249703657bed9788bf1232289ee392f10 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Fri, 19 Feb 2016 16:22:35 +0100 Subject: [PATCH 1/3] lavf/riffenc: Write space for palette --- libavformat/riffenc.c | 23

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 02:15:01PM +0100, Mats Peterson wrote: > On 02/19/2016 02:08 PM, Mats Peterson wrote: > >On 02/19/2016 02:05 PM, Mats Peterson wrote: > >>On 02/18/2016 11:07 PM, Mats Peterson wrote: > >>>On 02/18/2016 11:04 PM, Michael Niedermayer wrote: > On Thu, Feb 18, 2016 at

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Mats Peterson
On 02/19/2016 03:46 PM, Michael Niedermayer wrote: applied thanks Great, Michael. Thanks. Mats ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Michael Niedermayer
On Thu, Feb 18, 2016 at 10:39:38PM +0100, Moritz Barsnick wrote: > On Thu, Feb 18, 2016 at 21:14:55 +0100, Michael Niedermayer wrote: > > + * no zerp if a new packet was allocated and ppkt has to be freed > > "no zerp"? Cute. Probably "non-zero" fixed thx [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Mats Peterson
On 02/19/2016 02:15 PM, Mats Peterson wrote: On 02/19/2016 02:08 PM, Mats Peterson wrote: On 02/19/2016 02:05 PM, Mats Peterson wrote: On 02/18/2016 11:07 PM, Mats Peterson wrote: On 02/18/2016 11:04 PM, Michael Niedermayer wrote: On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Mats Peterson
On 02/19/2016 02:08 PM, Mats Peterson wrote: On 02/19/2016 02:05 PM, Mats Peterson wrote: On 02/18/2016 11:07 PM, Mats Peterson wrote: On 02/18/2016 11:04 PM, Michael Niedermayer wrote: On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote: On 02/18/2016 10:27 PM, Mats Peterson

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Mats Peterson
On 02/19/2016 02:05 PM, Mats Peterson wrote: On 02/18/2016 11:07 PM, Mats Peterson wrote: On 02/18/2016 11:04 PM, Michael Niedermayer wrote: On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote: On 02/18/2016 10:27 PM, Mats Peterson wrote: On 02/18/2016 09:14 PM, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avformat/avienc: Store pal8 palette

2016-02-19 Thread Mats Peterson
On 02/18/2016 11:07 PM, Mats Peterson wrote: On 02/18/2016 11:04 PM, Michael Niedermayer wrote: On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote: On 02/18/2016 10:27 PM, Mats Peterson wrote: On 02/18/2016 09:14 PM, Michael Niedermayer wrote: This can be made more efficient, but

Re: [FFmpeg-devel] Fwd: Fwd: libavformat/segment : add option to increment timecode

2016-02-19 Thread Martin Vignali
2016-02-15 2:35 GMT+01:00 Stefano Sabatini : > On date Sunday 2016-02-14 15:41:05 +0100, Martin Vignali encoded: > [...] > > Hello, > > > > New patch attach, i move variable declaration at the top (for > > AVDictionnaryEntry too). > > I also remove the return err, in case of

Re: [FFmpeg-devel] [PATCH] Fixed issue #43 JACK indev support on OSX

2016-02-19 Thread Michael Niedermayer
On Thu, Feb 18, 2016 at 11:58:25PM +, Josh de Kock wrote: > --- > configure | 14 +++--- > libavdevice/jack.c | 12 > 2 files changed, 23 insertions(+), 3 deletions(-) > > diff --git a/configure b/configure > index 287896f..f2f7c3d 100755 > --- a/configure > +++

[FFmpeg-devel] [PATCH] lavf/md5enc: New streammd5 muxer

2016-02-19 Thread Remko Tronçon
Signed-off-by: Remko Tronçon --- This patch introduces a new 'streammd5' muxer. Similarly to the 'md5' and 'framemd5' muxer, it is used to compute the hash of media. However, I needed something in between both, to be able to quickly see which streams are identical across

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour?spaces

2016-02-19 Thread Michael Niedermayer
On Fri, Feb 19, 2016 at 08:42:29AM +, Carl Eugen Hoyos wrote: > James Zern google.com> writes: > > > On Fri, Feb 19, 2016 at 12:00 AM, Carl Eugen Hoyos wrote: > > > James Zern google.com> writes: > > > > > >> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote: > > >> > On Friday 19

Re: [FFmpeg-devel] [PATCH 5/5] lavc: add h264 mediacodec decoder

2016-02-19 Thread Moritz Barsnick
On Fri, Feb 19, 2016 at 10:07:06 +0100, Matthieu Bouron wrote: IANAL, but: > + * Copyright (c) Matthieu Bouron Every copyright notice within the ffmpeg source tree has a year (or a set of years or a range) attached, until now. Moritz ___

Re: [FFmpeg-devel] [PATCH] checkasm: fix dependencies for vf_blend tests

2016-02-19 Thread Paul B Mahol
On 2/19/16, James Almer wrote: > They will now compile if avcodec is disabled > > Signed-off-by: James Almer > --- > tests/checkasm/Makefile | 6 +- > tests/checkasm/checkasm.c | 8 +--- > 2 files changed, 10 insertions(+), 4 deletions(-) > ok

Re: [FFmpeg-devel] [PATCH 5/5] lavc: add h264 mediacodec decoder

2016-02-19 Thread Matthieu Bouron
On Wed, Feb 17, 2016 at 06:39:46PM +0100, Matthieu Bouron wrote: > On Mon, Feb 15, 2016 at 10:17:25PM +0100, Matthieu Bouron wrote: > > On Mon, Feb 15, 2016 at 08:42:48PM +0100, Michael Niedermayer wrote: > > > On Mon, Feb 15, 2016 at 06:52:30PM +0100, Matthieu Bouron wrote: > > > > From: Matthieu

Re: [FFmpeg-devel] [PATCH] lavc/libvpx: fix support for RGB colorspace.

2016-02-19 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > Well that would be nice and all, but in many of those > cases the code is never re-indented afterwards I am happy to fix them if you point me to them. The only reason I did not reindent in the past was to make merges easier. Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote: > > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote: > >> On Friday 19 February 2016 07:59:37 am James Zern wrote: > >> > >>> The decoder won't change when built on a big-endian > >>> platform, so I

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Carl Eugen Hoyos
James Zern google.com> writes: > On Fri, Feb 19, 2016 at 12:00 AM, Carl Eugen Hoyos wrote: > > James Zern google.com> writes: > > > >> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote: > >> > On Friday 19 February 2016 07:59:37 am James Zern wrote: > >> > > >> >> The decoder won't

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > Le primidi 1er ventôse, an CCXXIV, Carl Eugen Hoyos a écrit : > > Please comment, Carl Eugen > > Just a quick nit: please be careful about hugh bitdepth vs. high bitrate. I hopefully won't forget: Thank you for pointing this out! Carl Eugen

Re: [FFmpeg-devel] [PATCH] lavc/libvpx: fix support for RGB colorspace.

2016-02-19 Thread Hendrik Leppkes
On Fri, Feb 19, 2016 at 8:16 AM, James Zern wrote: > On Thu, Feb 18, 2016 at 3:02 PM, Hendrik Leppkes wrote: >> On Thu, Feb 18, 2016 at 11:59 PM, Carl Eugen Hoyos wrote: >>> On Thursday 18 February 2016 09:40:01 pm Nicolas George wrote:

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Hendrik Leppkes
On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote: > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote: >> On Friday 19 February 2016 07:59:37 am James Zern wrote: >> >>> The decoder won't change when built on a big-endian platform, so I don't >>> think

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Nicolas George
Le primidi 1er ventôse, an CCXXIV, Carl Eugen Hoyos a écrit : > Please comment, Carl Eugen Just a quick nit: please be careful about hugh bitdepth vs. high bitrate. Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH]lavc/libvpx: Fix high-bitrate colour spaces

2016-02-19 Thread Carl Eugen Hoyos
James Zern google.com> writes: > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos > On Friday 19 February 2016 07:59:37 am James Zern wrote: > > > >> The decoder won't change when built on a big-endian > >> platform, so I don't think this is correct. > > > > New patch attached. > > Sorry, I