[FFmpeg-devel] one question about aac bitstream in mov container

2016-03-22 Thread qw
Hi, I am reading ffmpeg source code, and confused about the following logic in movenc.c, if (enc->codec_id == AV_CODEC_ID_AAC && pkt->size > 2 && (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) { if (!s->streams[pkt->stream_index]->nb_frames) { av_log(s, AV_LOG_ERROR,

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add coreimage filter for GPU based image filtering on OSX.

2016-03-22 Thread Thilo Borgmann
Am 19.03.16 um 18:26 schrieb Michael Niedermayer: > On Sat, Mar 19, 2016 at 04:31:56PM +0100, Thilo Borgmann wrote: >> All comments addressed, > >> linux compilation fixed. > > confirmed, thx If there are no more comments I'll apply soon. -Thilo ___

Re: [FFmpeg-devel] one question about aac bitstream in mov container

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 12:36 PM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 11:35 AM, qw wrote: >> Hi, >> >> I am reading ffmpeg source code, and confused about the following logic in >> movenc.c, >> >> if (enc->codec_id == AV_CODEC_ID_AAC &&

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Skip COM when auto-detecting jpeg

2016-03-22 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > img2dec.c |1 + > > 1 file changed, 1 insertion(+) > > 1d78d0ad2dff449b2bd4b170d2823db11c98d758 patchjpegcom.diff > > should be ok Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing

[FFmpeg-devel] one question about aac bitstream in mov container

2016-03-22 Thread qw
Hi, I am reading ffmpeg source code, and confused about the following logic in movenc.c, if (enc->codec_id == AV_CODEC_ID_AAC && pkt->size > 2 && (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) { if (!s->streams[pkt->stream_index]->nb_frames) { av_log(s, AV_LOG_ERROR,

Re: [FFmpeg-devel] [PATCH 1/2] lavu/dict: Add new flag to allow multiple equal keys.

2016-03-22 Thread wm4
On Sun, 13 Mar 2016 21:00:23 +0100 Thilo Borgmann wrote: > Am 13.03.16 um 15:08 schrieb wm4: > > On Sat, 12 Mar 2016 15:13:21 +0100 > > Thilo Borgmann wrote: > > > >> From a1d9ce388c69eabb256e6b351c2acd36d7f4076e Mon Sep 17 00:00:00 2001 > >>

[FFmpeg-devel] [PATCH] web/consulting: Add myself.

2016-03-22 Thread Thilo Borgmann
Hi, finally decided to list myself for consulting. -Thilo From 9957b575b1e466a92b8eaf40c3347af24566c884 Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Tue, 22 Mar 2016 12:39:45 +0100 Subject: [PATCH] web/consulting: Add myself. --- src/consulting | 12

Re: [FFmpeg-devel] [PATCH 1/2] lavu/dict: Add new flag to allow multiple equal keys.

2016-03-22 Thread Thilo Borgmann
Am 22.03.16 um 11:45 schrieb wm4: > On Sun, 13 Mar 2016 21:00:23 +0100 > Thilo Borgmann wrote: > >> Am 13.03.16 um 15:08 schrieb wm4: >>> On Sat, 12 Mar 2016 15:13:21 +0100 >>> Thilo Borgmann wrote: >>> From

Re: [FFmpeg-devel] one question about aac bitstream in mov container

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 11:35 AM, qw wrote: > Hi, > > I am reading ffmpeg source code, and confused about the following logic in > movenc.c, > > if (enc->codec_id == AV_CODEC_ID_AAC && pkt->size > 2 && > (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) { > if

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-22 Thread Carl Eugen Hoyos
Benjamin St gmail.com> writes: > This patch applies filtering/decoding for hdcds(see ticket #4441) Great! Please remember to make a proposal for your GSoC task on the Google site. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] fate: add audiomatch

2016-03-22 Thread Michael Niedermayer
On Mon, Mar 21, 2016 at 10:46:49AM +0100, Michael Niedermayer wrote: > Testset provided by Justin Greer > Signed-off-by: Michael Niedermayer > --- > .gitignore |1 + > Makefile

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Skip COM when auto-detecting jpeg

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 01:37:59AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch theoretically improves the jpeg auto-detection. > > Please comment, Carl Eugen > img2dec.c |1 + > 1 file changed, 1 insertion(+) > 1d78d0ad2dff449b2bd4b170d2823db11c98d758 patchjpegcom.diff should

[FFmpeg-devel] Refund request for CLT 2015 and CLT 2016

2016-03-22 Thread Carl Eugen Hoyos
Hi! I'd like to request refunds for my expenses going to Chemnitzer Linuxtage 2015 and 2016. Both years, we had a booth for two days with many users asking for support and getting information about FFmpeg. Flight VIE -> TXL -> VIE 2015:110,21 Fuel costs Berlin -> Chemnitz ->

Re: [FFmpeg-devel] [PATCH 4/4] avformat/mov: add support for reading end padding from gapless itunes metadata

2016-03-22 Thread Michael Niedermayer
On Mon, Mar 21, 2016 at 01:06:21AM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/mov.c| 13 ++--- > tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 12 ++-- > tests/ref/fate/gaplessinfo-itunes1

Re: [FFmpeg-devel] [PATCH] Added a selftest to libavutil/display.c

2016-03-22 Thread Petru Rares Sincraian
Hi, In this patch I made the following changes: - Added the missing file /tests/ref/fate/display - Now the program prints integers to avoid different results on different platforms. Thanks for your patience and especially to Michael, Petru Rares.

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Carl, On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > Aaron Boxer gmail.com> writes: > > > I am developing a jpeg 2000 codec licensed under Affero GPL. > > Why don't you work on fixing the remaining issues with > FFmpeg's implementation instead? > That would

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 1:12 PM, Aaron Boxer wrote: > Hello, > > I am developing a jpeg 2000 codec licensed under Affero GPL. > If I were to integrate this into FFMpeg, would I then have to > re-release FFMpeg under Affero GPL ? > AGPL is evil, please keep it out of FFmpeg. -

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
On Mar 22, 2016 8:59 AM, "Hendrik Leppkes" wrote: > > On Tue, Mar 22, 2016 at 1:47 PM, Aaron Boxer wrote: > > Hi Hendrick > > > > On Tue, Mar 22, 2016 at 8:19 AM, Hendrik Leppkes > > wrote: > > > >> On Tue, Mar 22, 2016 at 1:12 PM,

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 08:44:34AM -0400, Aaron Boxer wrote: > Hi Carl, > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > > > Aaron Boxer gmail.com> writes: > > > > > I am developing a jpeg 2000 codec licensed under Affero GPL. > > > > Why don't you work on

[FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hello, I am developing a jpeg 2000 codec licensed under Affero GPL. If I were to integrate this into FFMpeg, would I then have to re-release FFMpeg under Affero GPL ? I don't like forks, but it looks like this is the only way to do this. Thanks, Aaron

[FFmpeg-devel] [PATCH 1/2] tests/audiomatch: also print signal vs reference length

2016-03-22 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tests/audiomatch.c |2 +- .../fate/audiomatch-afconvert-16000-mono-he-adts |2 +- .../fate/audiomatch-afconvert-16000-mono-he-m4a|2 +-

[FFmpeg-devel] [PATCH 2/2] tests/audiomatch: Reduce search window

2016-03-22 Thread Michael Niedermayer
This avoids unneeded computations Signed-off-by: Michael Niedermayer --- tests/audiomatch.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/audiomatch.c b/tests/audiomatch.c index e2d6c55..9752f68 100644 --- a/tests/audiomatch.c +++

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Ismail Donmez
On Tue, Mar 22, 2016 at 2:44 PM, Aaron Boxer wrote: > Hi Carl, > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > >> Aaron Boxer gmail.com> writes: >> >> > I am developing a jpeg 2000 codec licensed under Affero GPL. >> >> Why don't you work on

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Hendrick On Tue, Mar 22, 2016 at 8:19 AM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 1:12 PM, Aaron Boxer wrote: > > Hello, > > > > I am developing a jpeg 2000 codec licensed under Affero GPL. > > If I were to integrate this into FFMpeg, would I

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Ismail, On Tue, Mar 22, 2016 at 8:48 AM, Ismail Donmez wrote: > On Tue, Mar 22, 2016 at 2:44 PM, Aaron Boxer wrote: > > Hi Carl, > > > > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos > wrote: > > > >> Aaron Boxer gmail.com>

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 1:47 PM, Aaron Boxer wrote: > Hi Hendrick > > On Tue, Mar 22, 2016 at 8:19 AM, Hendrik Leppkes > wrote: > >> On Tue, Mar 22, 2016 at 1:12 PM, Aaron Boxer wrote: >> > Hello, >> > >> > I am developing a jpeg 2000

[FFmpeg-devel] [PATCH] Add new test for libavutil/mastering_display_metadata

2016-03-22 Thread Petru Rares Sincraian
Hi there, I added a set of tests for libavutil/mastering_display_metadata module. I attached the patch in this message. Thanks, Petru Rares. From 1e502305f098c9aef852e19e91ddee831cc5ebaf Mon Sep 17 00:00:00 2001 From: Petru Rares Sincraian Date: Tue, 22 Mar 2016

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll quantize_bands loop

2016-03-22 Thread Ganesh Ajjanagadde
On Sat, Mar 19, 2016 at 4:36 AM, Michael Niedermayer wrote: > On Fri, Mar 18, 2016 at 07:27:46PM -0700, Ganesh Ajjanagadde wrote: >> Yields speedup in quantize_bands, and non-negligible speedup in aac encoding >> overall. >> >> Sample benchmark (Haswell, -march=native +

Re: [FFmpeg-devel] [PATCH] web/consulting: Add myself.

2016-03-22 Thread Lou Logan
On Tue, 22 Mar 2016 12:50:34 +0100, Thilo Borgmann wrote: > Hi, > > finally decided to list myself for consulting. > > -Thilo Pushed after moving it into new row. Looking at src/consulting I just realized that it suggests that names should be in alphabetical order by first name, but that's

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll quantize_bands loop

2016-03-22 Thread Ganesh Ajjanagadde
On Sat, Mar 19, 2016 at 2:36 AM, Hendrik Leppkes wrote: > On Sat, Mar 19, 2016 at 3:27 AM, Ganesh Ajjanagadde > wrote: >> Yields speedup in quantize_bands, and non-negligible speedup in aac encoding >> overall. >> >> Sample benchmark (Haswell,

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Ganesh Ajjanagadde
On Sat, Mar 19, 2016 at 5:35 AM, Rostislav Pehlivanov wrote: > On 19 March 2016 at 05:12, Ganesh Ajjanagadde wrote: > >> It seems like in all usages, size is a multiple of 4. This is documented >> as an assert. >> >> Yields speedup in this function, and

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Ganesh Ajjanagadde
On Tue, Mar 22, 2016 at 11:52 AM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 7:37 PM, Ganesh Ajjanagadde > wrote: >> On Tue, Mar 22, 2016 at 11:30 AM, Rostislav Pehlivanov >> wrote: >>> On 22 March 2016 at 18:14, Ganesh

Re: [FFmpeg-devel] [PATCHv3 2/2] all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h

2016-03-22 Thread Ganesh Ajjanagadde
On Fri, Mar 18, 2016 at 8:31 AM, Ronald S. Bultje wrote: > Hi, > > On Fri, Mar 18, 2016 at 10:59 AM, Ganesh Ajjanagadde > wrote: >> >> On Mon, Mar 14, 2016 at 7:05 PM, Ganesh Ajjanagadde >> wrote: >> > The idea is to use ffmath.h for

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Ganesh Ajjanagadde
On Tue, Mar 22, 2016 at 11:30 AM, Rostislav Pehlivanov wrote: > On 22 March 2016 at 18:14, Ganesh Ajjanagadde wrote: >> >> >> Per doc/optimization.txt, aac is a widely used codec, so even a 0.1% >> improvement in aac is fair game for optimizations,

[FFmpeg-devel] [PATCHv2] lavc/psymodel: check for av_malloc failure

2016-03-22 Thread Ganesh Ajjanagadde
No idea why in commit 01ecb7172b684f1c4b3e748f95c5a9a494ca36ec the checks were removed; this can lead to NULL pointer dereferences. This effectively reverts that portion of the commit. Reviewed-by: Benoit Fouet Signed-off-by: Ganesh Ajjanagadde ---

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Ganesh Ajjanagadde
On Sat, Mar 19, 2016 at 9:09 AM, Reimar Döffinger wrote: > On Sat, Mar 19, 2016 at 12:42:09PM +0100, Clément Bœsch wrote: >> On Fri, Mar 18, 2016 at 10:12:14PM -0700, Ganesh Ajjanagadde wrote: >> > -static inline void abs_pow34_v(float *av_restrict out, const float >> >

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 7:37 PM, Ganesh Ajjanagadde wrote: > On Tue, Mar 22, 2016 at 11:30 AM, Rostislav Pehlivanov > wrote: >> On 22 March 2016 at 18:14, Ganesh Ajjanagadde wrote: >>> >>> >>> Per doc/optimization.txt, aac is a widely

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 18:14, Ganesh Ajjanagadde wrote: > > > Per doc/optimization.txt, aac is a widely used codec, so even a 0.1% > improvement in aac is fair game for optimizations, assuming it is a > small code change. Of course, one can debate whether this is small or > not.

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Carl, On Tue, Mar 22, 2016 at 11:47 AM, Carl Eugen Hoyos wrote: > Aaron Boxer gmail.com> writes: > > > In fact, I couldn't find many j2k issues in trac. > > I see too many: > https://trac.ffmpeg.org/query?status=!closed=~j2k > > > Does your codec take advantage of

Re: [FFmpeg-devel] [PATCH] Added a selftest to libavutil/display.c

2016-03-22 Thread Petru Rares Sincraian
All solved =) Thanks, Petru Rares. From: ffmpeg-devel on behalf of Michael Niedermayer Sent: Tuesday, March 22, 2016 3:21 PM To: FFmpeg development discussions and patches Subject: Re:

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Clément Bœsch
On Tue, Mar 22, 2016 at 11:29:52AM -0400, Aaron Boxer wrote: [...] > Does your codec take advantage of multiple cores? Or is it only single > threaded? ffmpeg -h decoder=jpeg2000 will answer your question [...] -- Clément B. signature.asc Description: PGP signature

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Carl Eugen Hoyos
Aaron Boxer gmail.com> writes: > In fact, I couldn't find many j2k issues in trac. I see too many: https://trac.ffmpeg.org/query?status=!closed=~j2k > Does your codec take advantage of multiple cores? Fortunately not: Since jpeg 2000 is an intra-only codec, using multiple cores to decode /

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Guys! As an act of goodwill, I just "closed" a j2k bug in trac. https://trac.ffmpeg.org/ticket/4653#comment:6 Turns out this was a bug in openjpeg :) Kind Regards, Aaron On Tue, Mar 22, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: > Aaron Boxer gmail.com> writes: > > >

Re: [FFmpeg-devel] [PATCH] Added a selftest to libavutil/display.c

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 04:07:45PM +, Petru Rares Sincraian wrote: > All solved =) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User questions about the command

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 8:02 PM, Ganesh Ajjanagadde wrote: > On Tue, Mar 22, 2016 at 11:52 AM, Hendrik Leppkes wrote: >> On Tue, Mar 22, 2016 at 7:37 PM, Ganesh Ajjanagadde >> wrote: >>> On Tue, Mar 22, 2016 at 11:30 AM, Rostislav

Re: [FFmpeg-devel] Building FFmpeg with OpenJPEG 2

2016-03-22 Thread Aaron Boxer
Never mind, figured this out. On Tue, Mar 22, 2016 at 3:44 PM, Aaron Boxer wrote: > Sorry, I have another question about OpenJPEG: > > > How may I build FFmpeg with OpenJPEG support ? > > I tried: > > /configure --enable-libopenjpeg >

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
On Tue, Mar 22, 2016 at 4:06 PM, Moritz Barsnick wrote: > On Tue, Mar 22, 2016 at 08:44:34 -0400, Aaron Boxer wrote: > > That would be OpenJPEG. I have made quite a few contributions to > OpenJPEG. > > For a number of reason which I don't want to bore you with, I decided to >

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-22 Thread Paul B Mahol
On 3/22/16, Benjamin St wrote: > This patch applies filtering/decoding for hdcds(see ticket #4441) . The > filter is heavily based on > https://github.com/kode54/foo_hdcd/. (Is this ok? Copyright?) > > Discuss, Review > > Thank you, Benjamin > [...] > +}; > + > +static

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

2016-03-22 Thread Lou Logan
On Mon, 21 Mar 2016 20:07:01 -0700, Amancio Hasty wrote: > From 874a72eec2a78f4935fea091003e534b5f8d5413 Mon Sep 17 00:00:00 2001 > From: Amancio Hasty > Date: Mon, 21 Mar 2016 18:56:05 -0700 > Subject: [PATCH] added support for hardware assist H264 video encoding for > the

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

2016-03-22 Thread Moritz Barsnick
On Tue, Mar 22, 2016 at 11:12:18 -0800, Lou Logan wrote: > > +* Redistributions of source code must retain the above copyright > > + notice, this list of conditions and the following disclaimer. > > + * Redistributions in binary form must reproduce the above copyright > > + notice,

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Reimar Döffinger
On Tue, Mar 22, 2016 at 08:58:24AM -0400, Aaron Boxer wrote: > On Tue, Mar 22, 2016 at 8:48 AM, Ismail Donmez wrote: > > > On Tue, Mar 22, 2016 at 2:44 PM, Aaron Boxer wrote: > > > Hi Carl, > > > > > > > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll quantize_bands loop

2016-03-22 Thread Ganesh Ajjanagadde
On Tue, Mar 22, 2016 at 12:09 PM, Rostislav Pehlivanov wrote: > On 22 March 2016 at 17:33, Ganesh Ajjanagadde wrote: > >> On Sat, Mar 19, 2016 at 2:36 AM, Hendrik Leppkes >> wrote: >> > On Sat, Mar 19, 2016 at 3:27 AM, Ganesh

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll quantize_bands loop

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 17:33, Ganesh Ajjanagadde wrote: > On Sat, Mar 19, 2016 at 2:36 AM, Hendrik Leppkes > wrote: > > On Sat, Mar 19, 2016 at 3:27 AM, Ganesh Ajjanagadde > wrote: > >> Yields speedup in quantize_bands, and

Re: [FFmpeg-devel] Building FFmpeg with OpenJPEG 2

2016-03-22 Thread Moritz Barsnick
On Tue, Mar 22, 2016 at 15:44:26 -0400, Aaron Boxer wrote: > Sorry, I have another question about OpenJPEG: Again, this is the list for the development of ffmpeg, not its compilation, use or development *with*. Please refer to the ffmpeg-user list for such questions. Moritz

Re: [FFmpeg-devel] Building FFmpeg with OpenJPEG 2

2016-03-22 Thread Aaron Boxer
On Tue, Mar 22, 2016 at 3:54 PM, Moritz Barsnick wrote: > On Tue, Mar 22, 2016 at 15:44:26 -0400, Aaron Boxer wrote: > > Sorry, I have another question about OpenJPEG: > > Again, this is the list for the development of ffmpeg, not its > compilation, use or development *with*. >

Re: [FFmpeg-devel] [PATCH] web/consulting: Add myself.

2016-03-22 Thread Thilo Borgmann
Am 22.03.16 um 19:44 schrieb Lou Logan: > On Tue, 22 Mar 2016 12:50:34 +0100, Thilo Borgmann wrote: > >> Hi, >> >> finally decided to list myself for consulting. >> >> -Thilo > > Pushed after moving it into new row. Thanks! > Looking at src/consulting I just realized that it suggests that

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Moritz Barsnick
On Tue, Mar 22, 2016 at 08:44:34 -0400, Aaron Boxer wrote: > That would be OpenJPEG. I have made quite a few contributions to OpenJPEG. > For a number of reason which I don't want to bore you with, I decided to > fork the project. Is that the code you are proposing to integrate? Then why doesn't

Re: [FFmpeg-devel] [PATCHv2] lavc/psymodel: check for av_malloc failure

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 18:36, Ganesh Ajjanagadde wrote: > No idea why in commit 01ecb7172b684f1c4b3e748f95c5a9a494ca36ec the > checks were removed; this can lead to NULL pointer dereferences. This > effectively reverts that portion of the commit. > > Reviewed-by: Benoit Fouet

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Ganesh Ajjanagadde
On Tue, Mar 22, 2016 at 12:07 PM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 8:02 PM, Ganesh Ajjanagadde > wrote: >> On Tue, Mar 22, 2016 at 11:52 AM, Hendrik Leppkes >> wrote: >>> On Tue, Mar 22, 2016 at 7:37 PM, Ganesh

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Reimar Döffinger
On Tue, Mar 22, 2016 at 11:14:49AM -0700, Ganesh Ajjanagadde wrote: > > Are you sure that this speedup (and the other patch you posted) is real and > > above the error? Did you do multiple runs to rule out that it was chance? > > 0.04/0.05 second improvement on 5 seconds doesn't seem significant

[FFmpeg-devel] Building FFmpeg with OpenJPEG 2

2016-03-22 Thread Aaron Boxer
Sorry, I have another question about OpenJPEG: How may I build FFmpeg with OpenJPEG support ? I tried: /configure --enable-libopenjpeg --extra-cflags="-DHAVE_OPENJPEG_2_0_OPENJPEG_H" but configure complains that libopenjpeg is not found. This is on a ubuntu system. Any guidance would be

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll abs_pow34_v loop

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 11:37:16AM -0700, Ganesh Ajjanagadde wrote: > On Tue, Mar 22, 2016 at 11:30 AM, Rostislav Pehlivanov > wrote: > > On 22 March 2016 at 18:14, Ganesh Ajjanagadde wrote: > >> > >> > >> Per doc/optimization.txt, aac is a widely used

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 11:22, Benjamin St wrote: > This patch applies filtering/decoding for hdcds(see ticket #4441) . The > filter is heavily based on > https://github.com/kode54/foo_hdcd/. (Is this ok? Copyright?) > > Discuss, Review > > Thank you, Benjamin > >

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

2016-03-22 Thread Amancio Hasty
> On Mar 22, 2016, at 12:12 PM, Lou Logan wrote: > > On Mon, 21 Mar 2016 20:07:01 -0700, Amancio Hasty wrote: > >> From 874a72eec2a78f4935fea091003e534b5f8d5413 Mon Sep 17 00:00:00 2001 >> From: Amancio Hasty >> Date: Mon, 21 Mar 2016 18:56:05 -0700 >>

Re: [FFmpeg-devel] [PATCH] lavc/aacenc_utils: unroll quantize_bands loop

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 19:28, Ganesh Ajjanagadde wrote: > On Tue, Mar 22, 2016 at 12:09 PM, Rostislav Pehlivanov > wrote: > > On 22 March 2016 at 17:33, Ganesh Ajjanagadde > wrote: > > > >> On Sat, Mar 19, 2016 at 2:36 AM, Hendrik

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Rostislav Pehlivanov
On 22 March 2016 at 12:12, Aaron Boxer wrote: > Hello, > > I am developing a jpeg 2000 codec licensed under Affero GPL. > If I were to integrate this into FFMpeg, would I then have to > re-release FFMpeg under Affero GPL ? > > FFmpeg already has a native JPEG2000 encoder and

Re: [FFmpeg-devel] [PATCH] vc2enc: add non-experimental support for all video formats from spec

2016-03-22 Thread Rostislav Pehlivanov
On 21 March 2016 at 17:32, Rostislav Pehlivanov wrote: > Until now, for formats which were in the spec but not in the encoder's > list of supported formats required the -strict -1 flag. This enables > support for all video formats which are specified, all the way from >

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Ronald S. Bultje
Hi, On Tue, Mar 22, 2016 at 10:34 AM, Aaron Boxer wrote: > Hi Carl, > > > On Tue, Mar 22, 2016 at 10:16 AM, Carl Eugen Hoyos > wrote: > > > Aaron Boxer gmail.com> writes: > > > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > > > > Aaron

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Carl Eugen Hoyos
Aaron Boxer gmail.com> writes: > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > > Aaron Boxer gmail.com> writes: > > > > > I am developing a jpeg 2000 codec licensed under Affero GPL. > > > > Why don't you work on fixing the remaining issues with > > FFmpeg's implementation instead?

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Carl, On Tue, Mar 22, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: > Aaron Boxer gmail.com> writes: > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > > > Aaron Boxer gmail.com> writes: > > > > > > > I am developing a jpeg 2000 codec licensed under Affero GPL.

[FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: Keep track of the program for each service

2016-03-22 Thread Michael Niedermayer
Simplifies code Signed-off-by: Michael Niedermayer --- libavformat/mpegtsenc.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 68f9867..3e4e418 100644 ---

[FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: Fix used service

2016-03-22 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mpegtsenc.c | 12 1 file changed, 12 insertions(+) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 3e4e418..51677ea 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.c

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add coreimage filter for GPU based image filtering on OSX.

2016-03-22 Thread pon pon
2016-03-22 19:44 GMT+09:00 Thilo Borgmann : > Am 19.03.16 um 18:26 schrieb Michael Niedermayer: > > If there are no more comments I'll apply soon. i am looking forward to your work. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Hendrik, On Tue, Mar 22, 2016 at 10:38 AM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 3:34 PM, Aaron Boxer wrote: > > Hi Carl, > > > > > > On Tue, Mar 22, 2016 at 10:16 AM, Carl Eugen Hoyos > wrote: > > > >> Aaron Boxer

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Carl Eugen Hoyos
Aaron Boxer gmail.com> writes: > clearly, you do not have the time, otherwise there > would not be those issues in trac. Since this seems not clear to you: Nearly all those issues are also reproducible with Openjpeg, in addition some issues that are fixed in FFmpeg were still

Re: [FFmpeg-devel] [PATCH] Add new test for libavutil/mastering_display_metadata

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 01:30:11PM +, Petru Rares Sincraian wrote: > > Hi there, > > I added a set of tests for libavutil/mastering_display_metadata module. I > attached the patch in this message. > > > Thanks, > Petru Rares. > libavutil/Makefile|1 >

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Hendrik, On Tue, Mar 22, 2016 at 8:59 AM, Hendrik Leppkes wrote: > On Tue, Mar 22, 2016 at 1:47 PM, Aaron Boxer wrote: > > Hi Hendrick > > > > On Tue, Mar 22, 2016 at 8:19 AM, Hendrik Leppkes > > wrote: > > > >> On Tue, Mar 22,

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Hendrik Leppkes
On Tue, Mar 22, 2016 at 3:34 PM, Aaron Boxer wrote: > Hi Carl, > > > On Tue, Mar 22, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: > >> Aaron Boxer gmail.com> writes: >> >> > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: >> > > Aaron Boxer gmail.com>

Re: [FFmpeg-devel] [PATCH] Added a selftest to libavutil/display.c

2016-03-22 Thread Michael Niedermayer
On Tue, Mar 22, 2016 at 12:05:53PM +, Petru Rares Sincraian wrote: > Hi, > In this patch I made the following changes: > > - Added the missing file /tests/ref/fate/display > - Now the program prints integers to avoid different results on different > platforms. > > > Thanks for your

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
Hi Ronald, On Tue, Mar 22, 2016 at 10:35 AM, Ronald S. Bultje wrote: > > > > > Personally, I would recommend switching over to OpenJPEG: > > BSD 2 license, ISO reference implementation for standard, > > and large test suite. Rather than spending time on your native codec. >

Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Aaron Boxer
On Tue, Mar 22, 2016 at 11:18 AM, Carl Eugen Hoyos wrote: > Aaron Boxer gmail.com> writes: > > > clearly, you do not have the time, otherwise there > > would not be those issues in trac. > > Since this seems not clear to you: > Nearly all those issues are also reproducible