Re: [FFmpeg-devel] [PATCH v8] lavf/movenc: Add palette to video sample description

2016-02-21 Thread Mats Peterson
On 02/22/2016 06:24 AM, Mats Peterson wrote: Slightly more compact code in the palette writing loop. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel Another one coming. -- Mats Peterson http:/

[FFmpeg-devel] [PATCH v8] lavf/movenc: Add palette to video sample description

2016-02-21 Thread Mats Peterson
Slightly more compact code in the palette writing loop. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From d8b42fb13a69efa5270f2af6472d92a6b320b9ee Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Mon, 22 Feb 2016 06:22:54 +0100 Subject: [PATCH v8] lavf/movenc: Add palette to video sample

Re: [FFmpeg-devel] GSoC Backup mentors needed

2016-02-21 Thread Michael Niedermayer
On Mon, Feb 22, 2016 at 04:31:56AM +0100, Michael Niedermayer wrote: > Hi all > > we are still missing 3 backup mentors for the 10 "mentored" projects > listed at https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2016 > I know its no problem to find qualified developers for it but google is > r

Re: [FFmpeg-devel] [PATCH v7] lavf/movenc: Add palette to video sample description

2016-02-21 Thread Mats Peterson
On 02/21/2016 12:30 PM, Mats Peterson wrote: Use AVPALETTE_COUNT instead of AVPALETTE_SIZE / 4 in movenc.h. New version coming. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] GSoC Backup mentors needed

2016-02-21 Thread Michael Niedermayer
Hi all we are still missing 3 backup mentors for the 10 "mentored" projects listed at https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2016 I know its no problem to find qualified developers for it but google is reviewing ideas pages currently so we need these spots filled ASAP as it could ver

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

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 10:56:47PM +0100, Paul B Mahol wrote: > Hi, [..] > +static float spectral_chromaticity[81][3] = { static const [...] > +static struct ColorSystem CustomSystem = { > +"Custom", > +0.64, 0.33, 0.30, 0.60, 0.15, 0.06, > +D65, GAMMA_REC709 > +}; unused [.

Re: [FFmpeg-devel] [PATCH] IFF ANIM support

2016-02-21 Thread Paul B Mahol
On 2/21/16, Piotr Bandurski wrote: > Hi, > >> Locally fixed. If no furhter comments will push soon. With delta >> compression using PutByte API. > > Ok, if this is fixed then let's move to ANIM-7. What software correctly plays BoingThrows? It is 74/J compression. _

Re: [FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 14, 2016 at 03:01:55AM +0100, Marton Balint wrote: > > On Sat, 6 Feb 2016, Marton Balint wrote: > > >Every date parsing routine now uses av_parse_time which handles 'now' and > >provides greater precision as well. This change also enables the segmenter > >muxer to set the proper 'now'

Re: [FFmpeg-devel] [PATCH] lavc/rawdec: Align AV_PIX_FMT_RGB24 correctly

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 06:51:54AM +0100, Mats Peterson wrote: > > -- > Mats Peterson > http://matsp888.no-ip.org/~mats/ > rawdec.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > 04f30c26217a89f53a117c72d917ffaa3e560d3f > 0001-lavc-rawdec-Align-AV_PIX_FMT_RGB24-correc

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

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 10:42:32PM +, Josh de Kock wrote: > --- > configure | 9 +++-- > libavdevice/jack.c | 10 ++ > 2 files changed, 17 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Th

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

2016-02-21 Thread Josh de Kock
--- configure | 9 +++-- libavdevice/jack.c | 10 ++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a78e228..6b3ee5f 100755 --- a/configure +++ b/configure @@ -1732,6 +1732,7 @@ BUILTIN_LIST=" mm_empty rdtsc sarestar

Re: [FFmpeg-devel] [PATCH 12/12] ffmpeg: remove hardcoded 'now' creation_time support

2016-02-21 Thread Marton Balint
On Sun, 14 Feb 2016, Marton Balint wrote: On Sat, 6 Feb 2016, Marton Balint wrote: Every date parsing routine now uses av_parse_time which handles 'now' and provides greater precision as well. This change also enables the segmenter muxer to set the proper 'now' creation time at the beginning of

Re: [FFmpeg-devel] [PATCHv2] avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple languages

2016-02-21 Thread Marton Balint
On Sun, 14 Feb 2016, Marton Balint wrote: Improves streaming compatibility with Windows Media Services. Also tested for compatilbility in Windows Media Player, Windows Media ASF Viewer and VLC. This version of the patch only writes exclusion among audio streams, therefore choosing a subtitle l

[FFmpeg-devel] [PATCH] avfilter: add chromascope filter

2016-02-21 Thread Paul B Mahol
Hi, patch attached. There is bug in format negotiation, xyz12 format is preferred over others when using yuv inputs. The hacky xyz12 swscale output sucks. From d2712eec65842b3423cb4eff012d718d8c5c714f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 1 Feb 2016 21:05:16 +0100 Subject: [PAT

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 06:53:40PM +0100, Zalewa PL wrote: > >On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote: > >>>Hi, > >>> > >>>this patch fixes a problem with parsing ffserver.conf file. > >>> > >>>If you had two streams, one with only the NoVideo flag and the other one > >>>with only

[FFmpeg-devel] GPL license violation

2016-02-21 Thread Andrea Lazzarotto
Hi, I recently discovered a proprietary software violating multiple licenses of several open source projects, including Mplayer, FFmpeg and XviD. The program is SmartCutter by Fame Ring: http://www.fame-ring .com/smart_cutter.html If you download their "portable version" and grep on the binary,

Re: [FFmpeg-devel] GSoC 2016 own ideas

2016-02-21 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 05:01:03PM +1100, Matt Oliver wrote: > 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:1

Re: [FFmpeg-devel] [PATCH 3/3] lavf/mpjpeg: do not include CRLF preceding boundary as, part of the returned frame

2016-02-21 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 04:29:03AM +0100, Michael Niedermayer wrote: > On Sun, Feb 14, 2016 at 10:22:30PM -0500, Alexander Agranovsky wrote: > > Thanks - any problems with 2/3? Or is it still pending? > > i saw a case where it caused much more data to be read in probing > i didnt had time to look

Re: [FFmpeg-devel] [PATCH 2/3] lavf/mpjpeg: probe should not depend on Content-Length

2016-02-21 Thread Michael Niedermayer
On Sat, Feb 13, 2016 at 11:48:08PM -0500, Alexander Agranovsky wrote: > > mpjpegdec.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > b5637e2534b25112c2b239177112c3c77898e776 > 0002-lavf-mpjpeg-probe-should-not-depend-on-Content-Lengt.patch > From 83c0b5f7a64e4c47801ee2f94635eea5e

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote: Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi, is the

Re: [FFmpeg-devel] Killing ASS timings in AVSubtitle ass text field

2016-02-21 Thread Clément Bœsch
On Sun, Feb 21, 2016 at 06:29:42PM +0100, Michael Niedermayer wrote: > On Sun, Feb 21, 2016 at 01:08:27PM +0100, Clément Bœsch wrote: > > [PATCH 1/6] Kill timed SSA > > > > This one is an old patch, which kills the usage of the old and unused > > AV_CODEC_ID_SSA > > > > [PATCH 2/6] lavc: allow su

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote: > >Hi, > > > >this patch fixes a problem with parsing ffserver.conf file. > > > >If you had two streams, one with only the NoVideo flag and the other one > >with only the NoAudio flag then the second stream would get both flags. > > > >Best

Re: [FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote: [...] > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > index aa8bfac..b493dd1 100644 > --- a/libavcodec/options_table.h > +++ b/libavcodec/options_table.h > @@ -519,6 +519,9 @@ static const AVOption avcodec_optio

Re: [FFmpeg-devel] [PATCH] avcodec/webp: move exif_metadata outside of WebPContext

2016-02-21 Thread James Almer
On 2/21/2016 8:44 AM, Michael Niedermayer wrote: > On Sat, Feb 20, 2016 at 09:54:52PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavcodec/webp.c | 9 - >> 1 file changed, 4 insertions(+), 5 deletions(-) > > LGTM > > thx Pushed.

Re: [FFmpeg-devel] Killing ASS timings in AVSubtitle ass text field

2016-02-21 Thread Michael Niedermayer
On Sun, Feb 21, 2016 at 01:08:27PM +0100, Clément Bœsch wrote: > [PATCH 1/6] Kill timed SSA > > This one is an old patch, which kills the usage of the old and unused > AV_CODEC_ID_SSA > > [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing > > The big commit. Text based decoder

Re: [FFmpeg-devel] Killing ASS timings in AVSubtitle ass text field

2016-02-21 Thread wm4
On Sun, 21 Feb 2016 13:08:27 +0100 Clément Bœsch wrote: > [PATCH 1/6] Kill timed SSA > > This one is an old patch, which kills the usage of the old and unused > AV_CODEC_ID_SSA > > [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing > > The big commit. Text based decoders do

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi, is there something wrong with my submission? It has now been a wee

Re: [FFmpeg-devel] [PATCH] IFF ANIM support

2016-02-21 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > Locally fixed. If no furhter comments will push soon. Please mention ticket #664 in the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] lavc/srtdec: fix rounding errors in end times

2016-02-21 Thread Clément Bœsch
On Mon, Jan 11, 2016 at 03:58:18AM -0600, Rodger Combs wrote: > --- > libavcodec/srtdec.c | 4 +++ > tests/ref/fate/sub-textenc | 66 > ++-- > tests/ref/fate/sub-webvttenc | 66 > ++-- > 3 files changed,

[FFmpeg-devel] [PATCH 4/6] ffmpeg: set sub_text_format to ass (without timing) by default

2016-02-21 Thread Clément Bœsch
--- ffmpeg.c | 2 ++ tests/ref/fate/sub-charenc | 2 +- tests/ref/fate/sub-textenc | 66 ++-- tests/ref/fate/sub-webvttenc | 66 ++-- 4 files changed, 69 insertions(+), 67 deletions(-) diff -

[FFmpeg-devel] [PATCH 6/6] lavc: deprecate decoded ass subtitles with timings

2016-02-21 Thread Clément Bœsch
--- libavcodec/assenc.c| 2 ++ libavcodec/avcodec.h | 2 ++ libavcodec/movtextenc.c| 7 ++- libavcodec/options_table.h | 6 ++ libavcodec/srtenc.c| 7 ++- libavcodec/utils.c | 4 libavcodec/version.h | 3 +++ libavcodec/webvttenc.c | 7 +

[FFmpeg-devel] [PATCH 3/6] lavc/options: add ass_ro_flush_noop to flags2

2016-02-21 Thread Clément Bœsch
--- libavcodec/ass.c | 3 ++- libavcodec/avcodec.h | 4 libavcodec/ccaption_dec.c| 3 ++- libavcodec/libzvbi-teletextdec.c | 3 ++- libavcodec/movtextdec.c | 3 ++- libavcodec/options_table.h | 1 + libavcodec/samidec.c | 3 ++- l

[FFmpeg-devel] [PATCH 5/6] lavfi/ass: use ass_process_chunk() instead of ass_process_data()

2016-02-21 Thread Clément Bœsch
--- libavfilter/vf_subtitles.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index 63b22c3..9e55002 100644 --- a/libavfilter/vf_subtitles.c +++ b/libavfilter/vf_subtitles.c @@ -393,6 +393,8 @@ static av_cold in

[FFmpeg-devel] [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing

2016-02-21 Thread Clément Bœsch
--- libavcodec/ass.c | 96 +++- libavcodec/ass.h | 56 ++--- libavcodec/ass_split.c | 49 ++ libavcodec/ass_split.h | 15 ++ libavcodec/assdec.c

[FFmpeg-devel] [PATCH 1/6] Kill timed SSA

2016-02-21 Thread Clément Bœsch
--- libavcodec/Makefile | 4 ++-- libavcodec/assdec.c | 60 +++- libavcodec/assenc.c | 14 ++-- libavformat/assenc.c | 14 libavformat/nut.c| 1 - 5 files changed, 24 insertions(+), 69 deletions(-) diff --git a/libavcod

[FFmpeg-devel] Killing ASS timings in AVSubtitle ass text field

2016-02-21 Thread Clément Bœsch
[PATCH 1/6] Kill timed SSA This one is an old patch, which kills the usage of the old and unused AV_CODEC_ID_SSA [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing The big commit. Text based decoders do not have to rescale and insert the timing in the ASS text anymore. A compa

Re: [FFmpeg-devel] [PATCH] Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.

2016-02-21 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 09:33:49AM +0200, Oliver Collyer wrote: > Hi all > > My first patch/appearance in these parts so please go easy on me if I’ve done > anything wrong! > > I discovered that ffserver streaming was broken (it seems like it has been > since 20th November) and I opened a ticke

Re: [FFmpeg-devel] [PATCH] IFF ANIM support

2016-02-21 Thread Piotr Bandurski
Hi, > Locally fixed. If no furhter comments will push soon. With delta > compression using PutByte API. Ok, if this is fixed then let's move to ANIM-7. Regards ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-devel] [PATCH] avcodec/webp: move exif_metadata outside of WebPContext

2016-02-21 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 09:54:52PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/webp.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the

[FFmpeg-devel] [PATCH v7] lavf/movenc: Add palette to video sample description

2016-02-21 Thread Mats Peterson
Use AVPALETTE_COUNT instead of AVPALETTE_SIZE / 4 in movenc.h. >From 90c9bd35cb4de39360c580a5c93b24c5900b916b Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Sun, 21 Feb 2016 12:28:34 +0100 Subject: [PATCH v7] lavf/movenc: Add palette to video sample description --- libavformat/movenc.c |

[FFmpeg-devel] [PATCH v6] lavf/movenc: Add palette to video sample description

2016-02-21 Thread Mats Peterson
Moved the new stuff in MOVMuxContext in movenc.h to the bottom of the structure. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From c42d9c22a3b3ecd962c756d256c11fcde82a970a Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Sun, 21 Feb 2016 11:27:34 +0100 Subject: [PATCH v6] lavf/movenc: A

Re: [FFmpeg-devel] [PATCH] IFF ANIM support

2016-02-21 Thread Paul B Mahol
On 2/20/16, Piotr Bandurski wrote: > Hi, > >> 2nd version attached. > > These files fails to decode: > > http://www.datafilehost.com/d/d5a2d63f > > Regards > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo