[FFmpeg-devel] [PATCH] lavc/audiotoolbox: avoid relying on consumer-provided params when possible

2016-04-06 Thread Rodger Combs
We now attempt to parse extradata before init when present. In MPEG audio and (E)AC3, we wait for the first packet and parse its header (unless the consumer provided a channel count and sample rate at init). --- configure| 2 + libavcodec/Makefile | 6 +- libavcode

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > patch attached. Is using sidedata also a possibility? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] [WIP] Updated MLP encoder - Qualification Task (TrueHD)

2016-04-06 Thread Rostislav Pehlivanov
On 5 April 2016 at 22:25, Jai Luthra wrote: > Hi, > > Patch had some problems - it's still using the very outdated encode frame function definition, here's a fix for it: You'll now get an output without crashes at a constant bitrate which kinda decodes to just a square wave, with surprisingly no

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Carl Eugen Hoyos
Kyle Swanson ylo.ph> writes: > Does anyone have any comments about this besides the fact > that it links an external library? It is not ok to add an additional dependency to FFmpeg if the features of the new dependency are already available within FFmpeg. (Note that I cannot judge if this is

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Kyle Swanson
On Tue, Apr 5, 2016 at 7:01 PM, Kyle Swanson wrote: > Here's another audio filter. I hinted at this a few months ago, but I found > out that > finishing the last 5% took almost as long as the first 95%. This is an EBU > R128 > dynamic loudness normalization filter. This filter uses libebur128 v1

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Kyle Swanson
On Wed, Apr 6, 2016 at 5:31 PM, Paul B Mahol wrote: > On 4/6/16, Kyle Swanson wrote: >> On Wed, Apr 6, 2016 at 10:02 AM, Clement Boesch wrote: >>> On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: On Wed, Apr 6, 2016 at 12:45 AM, Clement Boesch wrote: > On Tue, Apr 05, 201

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Carl Eugen Hoyos
On Wednesday 06 April 2016 11:18:20 pm Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #5410 for me. New patch for Monkey Island 4 files attached. Please comment, Carl Eugen diff --git a/libavformat/bink.c b/libavformat/bink.c index 332edbb..3f273bc 100644 --- a/libavformat/bink.c +

[FFmpeg-devel] FFmpeg Consultant Needed

2016-04-06 Thread Matt Michalowski
Hi All, I am reaching out regarding a possible FFmpeg related consulting job. My agency, PXL Bros (pxlbros.com), is working on a web app for a major movie studio where users can upload several images that are then compiled into a slideshow. On the front end we are creating this slideshow as a H

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-04-06 Thread Nic Wolfe
Thanks for elaborating wm4. Out of curiosity when you say "generic" and "normal" metadata what do you mean? Are you talking about using generic key names or is there another way to store metadata? I have attached a patch which adds a new AVPacketSideDataType and uses that type to store crop values

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-06 Thread Michael Niedermayer
On Wed, Mar 30, 2016 at 11:02:36PM +0200, Gerion Entrup wrote: > On Mittwoch, 30. März 2016 22:57:47 CEST Gerion Entrup wrote: > > Add improved patch. > > Rebased to master. > > Changelog |1 > configure |1 > doc/filters.texi |

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Paul B Mahol
On 4/6/16, Kyle Swanson wrote: > On Wed, Apr 6, 2016 at 10:02 AM, Clement Boesch wrote: >> On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: >>> On Wed, Apr 6, 2016 at 12:45 AM, Clement Boesch wrote: >>> > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote: >>> >> Here's an

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Paul B Mahol
On 4/6/16, Paul B Mahol wrote: > On 4/6/16, Carl Eugen Hoyos wrote: >> On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: >>> Hi, >>> >>> patch attached. >> >> Slightly improved version for nistdec attached. >> >> How is the mu-law change related? > > Just obvious bug on my side, thanks f

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Paul B Mahol
On 4/6/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> > So Piotr has not found this file in a game but produced it >> > himself? >> >> Irrelevant, there is bunch of just broken game formats. > > I believe you are wrong here: FFmpeg tries to support > such formats. > > Please r

Re: [FFmpeg-devel] [PATCH]lavf/gsmdec: Add a probe function

2016-04-06 Thread Paul B Mahol
On 4/5/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> > Attached is a probe function for gsm > >> What heuristic you used to write this code? > > The decoder rejects frames that do not start with 0xdx. > > Are you unhappy with the probe function? It should be fine if it passe

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Paul B Mahol
On 4/6/16, Carl Eugen Hoyos wrote: > On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: >> Hi, >> >> patch attached. > > Slightly improved version for nistdec attached. > > How is the mu-law change related? Just obvious bug on my side, thanks for pointing it out. _

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > So Piotr has not found this file in a game but produced it > > himself? > > Irrelevant, there is bunch of just broken game formats. I believe you are wrong here: FFmpeg tries to support such formats. Please review the patch, Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Paul B Mahol
On 4/6/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> On 4/6/16, Carl Eugen Hoyos ag.or.at> wrote: >> > Hi! >> > >> > Attached patch fixes ticket #5410 for me. >> >> This is ugly hack. > > What would be the "clean" (how I hate this word...) approach? To not do anythig. > >>

Re: [FFmpeg-devel] [PATCH v4 1/3] avformat/tee: Refactor close_slaves function in tee muxer

2016-04-06 Thread Marton Balint
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Closing single slave operation is pulled out into separate function close_slave(TeeSlave*). Both close_slave and close_slaves function are moved before open_slave function. Signed-off-by: Jan Sebechlebsky --- I've

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > On 4/6/16, Carl Eugen Hoyos ag.or.at> wrote: > > Hi! > > > > Attached patch fixes ticket #5410 for me. > > This is ugly hack. What would be the "clean" (how I hate this word...) approach? > I could theoreticaly produce whatever files I want and expect > Carl

Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/tee: Handling slave failure in tee muxer

2016-04-06 Thread Marton Balint
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Adds per slave option 'onfail' to the tee muxer allowing an output to fail,so other slave outputs can continue. Signed-off-by: Jan Sebechlebsky --- I've just added topic to commit message title as Marton Balint sugg

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Paul B Mahol
On 4/6/16, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #5410 for me. > > Please comment, Carl Eugen > This is ugly hack. I could theoreticaly produce whatever files I want and expect Carl will appear with patch for that single case. _

Re: [FFmpeg-devel] [PATCH v4 2/3] avformat/tee: Fix leaks in tee muxer when open_slave fails

2016-04-06 Thread Marton Balint
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Calling close_slave in case error is to be returned from open_slave will free allocated resources. Since failure can happen before bsfs array is initialized, close_slave must check that bsfs is not NULL before access

[FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-06 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5410 for me. Please comment, Carl Eugen diff --git a/libavformat/bink.c b/libavformat/bink.c index 332edbb..4600af0 100644 --- a/libavformat/bink.c +++ b/libavformat/bink.c @@ -55,12 +55,15 @@ typedef struct BinkDemuxContext { int64_t audio_pts[BINK_MAX_AUDIO

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Carl Eugen Hoyos
On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: > Hi, > > patch attached. Slightly improved version for nistdec attached. How is the mu-law change related? Carl Eugen diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c index 2f17f9e..aa42133 100644 --- a/libavform

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Kyle Swanson
On Wed, Apr 6, 2016 at 10:02 AM, Clément Bœsch wrote: > On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: >> On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote: >> > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote: >> >> Here's another audio filter. I hinted at this a f

[FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Paul B Mahol
Hi, patch attached. From 232f24be4ec3fbc1c4f6590c20eb433d8484d0ef Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 6 Apr 2016 21:57:52 +0200 Subject: [PATCH] avformat: support shorten in nistshpere demuxer Signed-off-by: Paul B Mahol --- libavcodec/shorten.c| 4 libavformat/

[FFmpeg-devel] [PATCH 1/2] lavfi: new colorspace conversion filter.

2016-04-06 Thread Ronald S. Bultje
The intent here is similar to colormatrix, but it's LGPLv2.1-or-later (instead of GPLv2.0) and supports gamma/chromaticity correction. --- Changelog|1 + doc/filters.texi | 183 + libavfilter/Makefile

[FFmpeg-devel] [PATCH 2/2] vf_colorspace: x86-64 SIMD (SSE2) optimizations.

2016-04-06 Thread Ronald S. Bultje
--- libavfilter/colorspacedsp.c |3 + libavfilter/colorspacedsp.h |3 + libavfilter/x86/Makefile |2 + libavfilter/x86/colorspacedsp.asm| 1115 ++ libavfilter/x86/colorspacedsp_init.c | 119 tests/checkasm/Makefile

Re: [FFmpeg-devel] ffmpeg: Format not supported

2016-04-06 Thread Paul B Mahol
Dana 6. 4. 2016. 19:35 osoba "Luis Rosario" napisala je: > > Hello, > > I have tried to import the file "Lego_UHD_HDR_trailer.encm" from this site " > http://demo-uhd3d.com/"; but ffmpeg doesn't seem to support it. I uploaded > it to your FTP: ftp://upload.ffmpeg.org/incoming/ > > I am using the w

[FFmpeg-devel] [PATCH] vc2enc: prevent bitrate overshoots

2016-04-06 Thread Rostislav Pehlivanov
Attached patch solves the overshoots the encoder has. From 5e4e428fdf3fcc58431b80947dc399dfacb82724 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Wed, 6 Apr 2016 11:51:24 +0100 Subject: [PATCH] vc2enc: prevent bitrate overshoots The rounding caused by the size scaler wasn't compensate

Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Add a gsm muxer

2016-04-06 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > breaks fate-gif-deal somehow > > Cool effect, new muxer patch attached. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2016-04-06 Thread F.Sluiter
Works for me! Op 5 apr. 2016 10:25 p.m. schreef "Paul B Mahol" : > Hi, > > patch attached. > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > ___

Re: [FFmpeg-devel] [PATCH] lavfi: new colorspace conversion filter.

2016-04-06 Thread Clément Bœsch
On Wed, Apr 06, 2016 at 11:44:22AM -0400, Ronald S. Bultje wrote: [...] > > Note: a cleaner way to do this (IMO) is to do put the settings into the > > template file, and do something like: > > > >#define TEMPLATE_444 > >#include "colorspacedsp_template.c" > >#undef TEMPLATE_444 > > > >

Re: [FFmpeg-devel] [PATCH] lavfi: new colorspace conversion filter.

2016-04-06 Thread Ronald S. Bultje
Hi, On Tue, Apr 5, 2016 at 7:01 PM, Clément Bœsch wrote: > On Thu, Mar 31, 2016 at 08:29:37PM -0400, Ronald S. Bultje wrote: > > The intent here is similar to colormatrix, but it's LGPLv2.1-or-later > > (instead of GPLv2.0) and supports gamma/chromaticity correction. > > --- > > doc/filters.tex

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Clément Bœsch
On Wed, Apr 06, 2016 at 05:16:31PM +0200, Tobias Rapp wrote: > On 06.04.2016 17:02, Clément Bœsch wrote: > >On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: > >>On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote: > >>>Mmh. That's nice and all but... why not use/adjust the native ebu

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Tobias Rapp
On 06.04.2016 17:02, Clément Bœsch wrote: On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote: Mmh. That's nice and all but... why not use/adjust the native ebur128 filter we have instead of relying on an external library? [...]

Re: [FFmpeg-devel] Thirdparty audio codec integration

2016-04-06 Thread Michael Niedermayer
On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote: > Hello Carl, > > Thank you for your reply. > > >>Did you look at the aresample filter and libswresample? > You mean to say resample filter is required before/after our decoder? > Our audio PCM decoder is expecting signed 16/24 bit. We

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Clément Bœsch
On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote: > On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote: > > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote: > >> Here's another audio filter. I hinted at this a few months ago, but I > >> found out that > >> finishing the

Re: [FFmpeg-devel] [PATCH v3 2/3] Fix leak and crash in tee muxer when open_slave fails

2016-04-06 Thread Nicolas George
Le quintidi 15 germinal, an CCXXIV, Marton Balint a écrit : > This looks good to me as well. Nicolas? I am ok with the patch. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Kyle Swanson
On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote: > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote: >> Here's another audio filter. I hinted at this a few months ago, but I found >> out that >> finishing the last 5% took almost as long as the first 95%. This is an EBU >> R128 >

Re: [FFmpeg-devel] lavfi format negotiation at the "code source" seminar in Paris

2016-04-06 Thread Nicolas George
Le primidi 11 pluviôse, an CCXXIV, Stefano Sabatini a écrit : > Thanks for using your time for this. In case you want to publish your > presentation don't forget to send a link here. The talk went well, despite few people in the public. It took some time but the slides (in English and C) and recor

Re: [FFmpeg-devel] Thirdparty audio codec integration

2016-04-06 Thread Kieran Kunhya
On Wed, 6 Apr 2016 at 09:22 Michael Niedermayer wrote: > On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote: > > Hello Carl, > > > > Thank you for your reply. > > > > >>Did you look at the aresample filter and libswresample? > > You mean to say resample filter is required before/after o

Re: [FFmpeg-devel] [PATCH] fate: add aac test which occasionally crashes (Ticket 1784)

2016-04-06 Thread Claudio Freire
On Mon, Apr 4, 2016 at 9:00 AM, Claudio Freire wrote: >> http://fate.ffmpeg.org/report.cgi?time=20160403222945&slot=x86_64-archlinux-gcc-valgrindundef >> >> No memleaks, but a handful of "Conditional jump or move depends on >> uninitialised value(s)" errors. > > > Strange. This shouldn't be new o

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

2016-04-06 Thread Amancio Hasty
> On Apr 6, 2016, at 3:42 AM, wm4 wrote: > > On Wed, 6 Apr 2016 02:56:49 -0700 > Amancio Hasty wrote: > >> If you think is better and it works , are there any plans to incorporate >> such an older patch? > > I asked the author - he's looking into getting it ready for merge. > ___

Re: [FFmpeg-devel] [Patch][GSoC] Motion Estimation filter

2016-04-06 Thread Paul B Mahol
> From 68560d7d4764587ad72f1901edc45450391f1378 Mon Sep 17 00:00:00 2001 > From: dsmudhar > Date: Mon, 4 Apr 2016 01:06:07 +0530 > Subject: [PATCH] motion estimation filter > > --- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_mestimate.c | 236 > ++

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Ricardo Constantino
On 6 April 2016 at 12:04, Rostislav Pehlivanov wrote: > On 6 April 2016 at 06:45, Clément Bœsch wrote: > >> >> Mmh. That's nice and all but... why not use/adjust the native ebur128 >> filter we have instead of relying on an external library? >> >> > What's worse is that this patch is around 1100

Re: [FFmpeg-devel] Error while generating images from video through network

2016-04-06 Thread Moritz Barsnick
On Wed, Apr 06, 2016 at 10:59:00 +, Gururaj Nayak wrote: > Dear Team, >I am using ffmpeg.exe for converting video into images and getting > problem while extraction . Video files are located on network . Some > times images (frames) getting skipped while extracting it

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-06 Thread Michael Niedermayer
On Wed, Apr 06, 2016 at 07:56:55AM +0530, Disha Singh wrote: > > there are the following build warnings, please fix them > > > > libavcodec/mlpenc.c: In function ‘mlp_encode_init’: > > libavcodec/mlpenc.c:585:5: warning: ‘coded_frame’ is deprecated (declared > > at libavcodec/avcodec.h:2967) [-Wdep

Re: [FFmpeg-devel] libavcodec/exr : enable support for mipmap/ripmap tile.

2016-04-06 Thread Paul B Mahol
On 4/5/16, Martin Vignali wrote: > 2016-04-05 22:31 GMT+02:00 Paul B Mahol : > >> On 4/5/16, Martin Vignali wrote: >> > Hello, >> > >> > Mipmap and ripmap is two way to store several resolution of the picture >> > inside an exr file >> > The difference between these two mode, is the number of sub

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-04-06 Thread Rostislav Pehlivanov
On 6 April 2016 at 06:45, Clément Bœsch wrote: > > Mmh. That's nice and all but... why not use/adjust the native ebur128 > filter we have instead of relying on an external library? > > What's worse is that this patch is around 1100 lines of code but the library is around 1300 lines (which from a

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

2016-04-06 Thread wm4
On Wed, 6 Apr 2016 02:56:49 -0700 Amancio Hasty wrote: > If you think is better and it works , are there any plans to incorporate such > an older patch? I asked the author - he's looking into getting it ready for merge. ___ ffmpeg-devel mailing list f

[FFmpeg-devel] Error while generating images from video through network

2016-04-06 Thread Gururaj Nayak
Dear Team, I am using ffmpeg.exe for converting video into images and getting problem while extraction . Video files are located on network . Some times images (frames) getting skipped while extracting it from video (which is at network ) . The same is working fine

[FFmpeg-devel] [PATCH] avcodec: add TrueMotion 2.0 RealTime decoder

2016-04-06 Thread Paul B Mahol
Hi, patch attached. From 5227e1f5b0e34a942b8321fbe1e30ba8218e28e6 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 6 Apr 2016 11:02:39 +0200 Subject: [PATCH] avcodec: add TrueMotion 2.0 Real Time decoder Signed-off-by: Paul B Mahol --- libavcodec/Makefile| 1 + libavcodec/allco

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

2016-04-06 Thread Amancio Hasty
> On Apr 6, 2016, at 1:29 AM, wm4 wrote: > > On Tue, 5 Apr 2016 16:09:42 -0700 > Amancio Hasty mailto:aha...@gmail.com>> wrote: > >>> On Apr 5, 2016, at 3:57 PM, Michael Niedermayer >>> wrote: >>> >>> On Tue, Apr 05, 2016 at 11:06:48PM +0200, Michael Niedermayer wrote: On Tue, Apr 05,

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-06 Thread Gerion Entrup
On Mittwoch, 30. März 2016 23:02:36 CEST Gerion Entrup wrote: > On Mittwoch, 30. März 2016 22:57:47 CEST Gerion Entrup wrote: > > Add improved patch. > > Rebased to master. Bump. Can I help someway. Gerion ___ ffmpeg-devel mailing list ffmpeg-devel@ff

Re: [FFmpeg-devel] Support master branch of OpenJPEG and Grok J2K codecs

2016-04-06 Thread Tobias Rapp
On 05.04.2016 12:12, Kieran Kunhya wrote: Yes. Well, AGPL extends the definition of distribution to include use over the network. Would we need then to send a copy of the AGPL to every viewer of our channels? How do we even know who they are when it's a terrestrial (OTA) broadcast? Should we

Re: [FFmpeg-devel] [PATCH] fate: fix sample dependencies for fate-{a, v}filter tests

2016-04-06 Thread Michael Niedermayer
On Tue, Apr 05, 2016 at 09:23:34PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > tests/fate/filter-audio.mak | 13 +++-- > tests/fate/filter-video.mak | 36 ++-- > 2 files changed, 25 insertions(+), 24 deletions(-) LGTM thx [...] -- Mic

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

2016-04-06 Thread wm4
On Tue, 5 Apr 2016 16:09:42 -0700 Amancio Hasty wrote: > > On Apr 5, 2016, at 3:57 PM, Michael Niedermayer > > wrote: > > > > On Tue, Apr 05, 2016 at 11:06:48PM +0200, Michael Niedermayer wrote: > >> On Tue, Apr 05, 2016 at 12:00:26PM -0700, Amancio Hasty wrote: > >>> > On Mar 31,

Re: [FFmpeg-devel] Thirdparty audio codec integration

2016-04-06 Thread Michael Niedermayer
On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote: > Hello Carl, > > Thank you for your reply. > > >>Did you look at the aresample filter and libswresample? > You mean to say resample filter is required before/after our decoder? > Our audio PCM decoder is expecting signed 16/24 bit. We