Re: [FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Akshat Singh
Thank you the adding the D fixed it! On Wed, 20 Apr 2016 at 09:36 Akshat Singh wrote: > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu This guide, so > should I switch to the other mailing list, yes I have a 64 bit platform, > I'll try compiling using the new

[FFmpeg-devel] [PATCH] fate: make lavf-fate-latm test the aac_adtstoasc bsf as well

2016-04-19 Thread James Almer
Signed-off-by: James Almer --- tests/lavf-regression.sh | 2 +- tests/ref/lavf-fate/latm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index f390dd9..7d7ed2c 100755 --- a/tests/lavf-regression.sh

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-19 Thread Dmitriy Kuminov
On 2016-04-19 12:56:23 +, KO Myung-Hun said: I don't understand why you insist on using symlink. Even if without it, current FFmpeg works well, maybe better in according to Dave. I don't know what is the benefit from using symlink. Likewise, I don't understand why you insist on not using

Re: [FFmpeg-devel] [PATCH] fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)

2016-04-19 Thread Michael Niedermayer
On Thu, Apr 14, 2016 at 10:42:31PM -0300, James Almer wrote: > On 4/14/2016 10:18 PM, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > tests/fate-run.sh |4 > > tests/fate/vorbis.mak |7 ++- > >

Re: [FFmpeg-devel] [PATCH 5/6] x86: lossless audio: SSE4 madd 32bits

2016-04-19 Thread Ronald S. Bultje
Hi, On Tue, Apr 19, 2016 at 4:42 PM, James Almer wrote: > On 4/18/2016 6:25 PM, Christophe Gisquet wrote: > > 2016-04-18 21:18 GMT+02:00 Michael Niedermayer : > >> > this breaks (only noise) > >> > \[CCCP\]_Mega_Weird_Audio_Test.mkv track 23 > >

Re: [FFmpeg-devel] [PATCH 5/6] x86: lossless audio: SSE4 madd 32bits

2016-04-19 Thread James Almer
On 4/18/2016 6:25 PM, Christophe Gisquet wrote: > 2016-04-18 21:18 GMT+02:00 Michael Niedermayer : >> > this breaks (only noise) >> > \[CCCP\]_Mega_Weird_Audio_Test.mkv track 23 > Worthwhile sample. > > I rewrote the patch to reduce code duplication, and I fixed the issue

Re: [FFmpeg-devel] [PATCH 3/6] wmalossless pro: move lms_update

2016-04-19 Thread Michael Niedermayer
On Mon, Apr 18, 2016 at 03:07:28PM +0200, Christophe Gisquet wrote: > Cosmetics before macroing it and another function. > --- > libavcodec/wmalosslessdec.c | 94 > ++--- > 1 file changed, 47 insertions(+), 47 deletions(-) ok [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] Add test for mts2 (mss4) codec

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 05:41:05PM +, Petru Rares Sincraian wrote: > Ups, sorry. Here is the patch :) > > > From: ffmpeg-devel on behalf of Michael > Niedermayer > Sent: Tuesday, April 19,

Re: [FFmpeg-devel] libavcodec/exr : Fix PXR24 uncompress

2016-04-19 Thread Martin Vignali
2016-04-13 20:17 GMT+02:00 Martin Vignali : > Hello, > > In attach a patch, to change the way PXR24 uncompress calc the expected > size. > > My previous patch (fix PXR24 float) doesn't work when all channels of a > file > doesn't have the same pixel type. > > Now this

Re: [FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Moritz Barsnick
On Tue, Apr 19, 2016 at 19:53:07 +, Akshat Singh wrote: > I use this guide to compile ffmpeg and other libraries but I have come to Which guide? Questions regarding the compilation of ffmpeg and the use of the command line tools should be directed to the ffmpeg-user mailing list. What's

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
I used this guide to compile ffmpeg https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu and I modified one command as I described earlier... Do I have to edit some file in my library or edit a file before compiling? On Wed, 20 Apr 2016 at 01:32 Akshat Singh wrote: >

Re: [FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Akshat Singh
How do I apply this patch? On Wed, 20 Apr 2016 at 01:24 Reimar Döffinger wrote: > --- > libavcodec/dvbsub.c | 4 ++-- > libavfilter/drawutils.c | 8 > libavfilter/vf_drawbox.c | 4 ++-- > libavutil/colorspace.h | 8 > 4 files changed, 12

[FFmpeg-devel] [PATCH] colorspace.h: Remove unused macro argument.

2016-04-19 Thread Reimar Döffinger
--- libavcodec/dvbsub.c | 4 ++-- libavfilter/drawutils.c | 8 libavfilter/vf_drawbox.c | 4 ++-- libavutil/colorspace.h | 8 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c index 3cdbade..d2faef0 100644 ---

[FFmpeg-devel] Compiling issue with x265 with ffmpeg

2016-04-19 Thread Akshat Singh
I use this guide to compile ffmpeg and other libraries but I have come to learn that for x265 to support 10 bit encoding it has to manually specified during the time of its compilation and from the information I could look up I found that I had to add another command to cmake while compiling which

Re: [FFmpeg-devel] [PATCH]lavf/mpegtsenc: Allow DVB stream_type for mp2 audio

2016-04-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > New patch attached that should improve conformance. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Add test for mts2 (mss4) codec

2016-04-19 Thread Petru Rares Sincraian
Ups, sorry. Here is the patch :) From: ffmpeg-devel on behalf of Michael Niedermayer Sent: Tuesday, April 19, 2016 7:15 PM To: FFmpeg development discussions and patches Subject: Re:

Re: [FFmpeg-devel] [PATCH v3 1/2] lavc/ccaption_dec: do not ignore repeated character commands

2016-04-19 Thread Aman Gupta
This is a tricky one.. I tried your sample in VLC, and it has the same issue as the latest version of ffmpeg. The previous behavior of ffmpeg can be restored with the following patch: diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c index 3b15149..9eff843 100644 ---

Re: [FFmpeg-devel] [PATCH] Add test for mts2 (mss4) codec

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 04:26:12PM +, Petru Rares Sincraian wrote: > Hi there, > > Here is a patch for the mts2 codec. You can download the sample here:  > https://drive.google.com/open?id=0ByhGgswO8BQcbVBwS2pEUkNTN2c > The sample is supposed to be in $(TARGET_SAMPLES)/mts2/sample.xesc > >

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/utils: EAGAIN from the old decode API consumes a packet

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 11:49:12AM +0200, wm4 wrote: > This affects the wrapper for the old decode API. The new decode API uses > EAGAIN to signal that a packet must be sent again, while the old API > considers the packet fully consumed (and it's also not an error). > > This affects e.g.:

[FFmpeg-devel] [PATCH] Add test for mts2 (mss4) codec

2016-04-19 Thread Petru Rares Sincraian
Hi there, Here is a patch for the mts2 codec. You can download the sample here:  https://drive.google.com/open?id=0ByhGgswO8BQcbVBwS2pEUkNTN2c The sample is supposed to be in $(TARGET_SAMPLES)/mts2/sample.xesc md5: 47f13a4a49bd8955491a9421b6db3751 Thanks, Petru Rares.

Re: [FFmpeg-devel] [PATCH]lavc/pgssubdec: Fix palette colourspace

2016-04-19 Thread Jan Ekstrom
On Tue, Apr 19, 2016 at 3:15 PM, Carl Eugen Hoyos wrote: > Could you explain how I can reproduce the incompleteness? > Visibly if possible... It seems right now that we have a function (macro) to convert (seemingly limited range?) YCbCr to limited range or full range RGB, both

Re: [FFmpeg-devel] [PATCH 1/3] lavu/opt: accept NULL and "none" as frame rates

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 01:28:01AM -0500, Rodger Combs wrote: > --- > libavutil/opt.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index eae4f75..83093e0 100644 > --- a/libavutil/opt.c > +++ b/libavutil/opt.c > @@ -275,11

Re: [FFmpeg-devel] [PATCH 1/3] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-19 Thread wm4
On Tue, 19 Apr 2016 16:31:40 +0200 Michael Niedermayer wrote: > On Tue, Apr 19, 2016 at 11:49:11AM +0200, wm4 wrote: > > Until now, the decoding API was restricted to outputting 0 or 1 frames > > per input packet. It also enforces a somewhat rigid dataflow in general. > >

Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: use metadata key/value to set mastering metadata

2016-04-19 Thread Neil Birkbeck
Updated patch attached. On Sat, Apr 16, 2016 at 7:08 PM, Michael Niedermayer wrote: > On Sun, Apr 03, 2016 at 03:38:33PM -0700, Neil Birkbeck wrote: >> Use "master_display" key/value pair to specify mastering metadata in a >> similar formatting as accepted by libx265

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

2016-04-19 Thread Gerion Entrup
On Dienstag, 19. April 2016 13:25:53 CEST Moritz Barsnick wrote: > Just some random observations from me. > > > BTW: > > ./ffmpeg -i ~/test2.mkv -vf signature=xml:filename=signature.xml -f null - > > fails because xml is not a valid parameter. > > ./ffmpeg -i ~/test2.mkv -vf > >

Re: [FFmpeg-devel] [PATCH 1/3] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-19 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 11:49:11AM +0200, wm4 wrote: > Until now, the decoding API was restricted to outputting 0 or 1 frames > per input packet. It also enforces a somewhat rigid dataflow in general. > > This new API seeks to relax these restrictions by decoupling input and > output. Instead of

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-19 Thread Dmitriy Kuminov
On 2016-04-19 06:03:52 +, Dave Yeo said: The problem is that symlinks on OS/2 (unless using TVFS.IFS) are inherently fragile. It just takes one utility that is not aware of them to break things and not everything is linked against kLIBC. In FFmpegs case we use lxlite, which is a Pascal

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-19 Thread KO Myung-Hun
Hi/2. Dmitriy Kuminov wrote: > On 2016-04-18 11:52:15 +, KO Myung-Hun said: > >> Strange conclusion. Anyway not important. > > In Dave's case the symlink functionality check fails because it is > performed in TMPDIR which is located on ramfs.ifs (which fails to use > symlinks). But I

Re: [FFmpeg-devel] [PATCH]lavc/pgssubdec: Fix palette colourspace

2016-04-19 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > Maybe we should define a "proper" solution (ie. creating a BT.709 > conversion for HD) I am waiting for your patches since yesterday;-( > instead of pushing for an incomplete fix. Could you explain how I can reproduce the incompleteness? Visibly if

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

2016-04-19 Thread Moritz Barsnick
Just some random observations from me. > BTW: > ./ffmpeg -i ~/test2.mkv -vf signature=xml:filename=signature.xml -f null - > fails because xml is not a valid parameter. > ./ffmpeg -i ~/test2.mkv -vf > signature=xml:filename=signature.xml:detectmode=full -f null - > fails not, but write binary to

Re: [FFmpeg-devel] [PATCH]lavc/pgssubdec: Fix palette colourspace

2016-04-19 Thread Hendrik Leppkes
On Tue, Apr 19, 2016 at 10:07 AM, Carl Eugen Hoyos wrote: > Hendrik Leppkes gmail.com> writes: > >> the original patch "improves" it to some degree, as the PAL8 >> format that subtitles come in should be considered a full-range >> RGB format, but its still not the correct HD

Re: [FFmpeg-devel] [PATCH 5/6] x86: lossless audio: SSE4 madd 32bits

2016-04-19 Thread Michael Niedermayer
On Mon, Apr 18, 2016 at 11:25:30PM +0200, Christophe Gisquet wrote: > 2016-04-18 21:18 GMT+02:00 Michael Niedermayer : > > this breaks (only noise) > > \[CCCP\]_Mega_Weird_Audio_Test.mkv track 23 > > Worthwhile sample. > > I rewrote the patch to reduce code duplication,

Re: [FFmpeg-devel] libavfilter API design in a realtime environment

2016-04-19 Thread Nicolas George
Le septidi 27 ventôse, an CCXXIV, Kieran Kunhya a écrit : > I want to try and use the libavfilter API to overlay bitmap subtitles on > video from a realtime source. This seems difficult/impossible to do with > the current API hence asking on the main devel list. Have you looked at what the

[FFmpeg-devel] [PATCH 1/3] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-19 Thread wm4
Until now, the decoding API was restricted to outputting 0 or 1 frames per input packet. It also enforces a somewhat rigid dataflow in general. This new API seeks to relax these restrictions by decoupling input and output. Instead of doing a single call on each decode step, which may consume the

[FFmpeg-devel] [PATCH 2/3] avcodec/utils: EAGAIN from the old decode API consumes a packet

2016-04-19 Thread wm4
This affects the wrapper for the old decode API. The new decode API uses EAGAIN to signal that a packet must be sent again, while the old API considers the packet fully consumed (and it's also not an error). This affects e.g.: tickets/574/Issue200Regression.latm --- Can be squashed with previous

[FFmpeg-devel] [PATCH 3/3] lavf: use new decode API

2016-04-19 Thread wm4
From Libav commit 8bc4accc37ab047d2fd85d672c577b39dfc918e1, with additional code for decoding subtitles (not present in Libav). Signed-off-by: Anton Khirnov --- This commit was skipped during merge. Not touching ffmpeg.c yet, because its handling of drain packet DTS simply is

[FFmpeg-devel] [PATCH 2/2] lavc/audiotoolboxdec: move to new BSF API

2016-04-19 Thread Rodger Combs
--- libavcodec/audiotoolboxdec.c | 82 +--- 1 file changed, 54 insertions(+), 28 deletions(-) diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c index 58d05f8..2748e8d 100644 --- a/libavcodec/audiotoolboxdec.c +++

[FFmpeg-devel] [PATCH 1/2] lavc/audiotoolboxdec: fix memory leak

2016-04-19 Thread Rodger Combs
--- libavcodec/audiotoolboxdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c index 31e14d4..58d05f8 100644 --- a/libavcodec/audiotoolboxdec.c +++ b/libavcodec/audiotoolboxdec.c @@ -414,6 +414,7 @@ static OSStatus

Re: [FFmpeg-devel] [PATCH]lavc/pgssubdec: Fix palette colourspace

2016-04-19 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > the original patch "improves" it to some degree, as the PAL8 > format that subtitles come in should be considered a full-range > RGB format, but its still not the correct HD RGB colorspace. So does everybody agree that it should be committed? Carl Eugen

[FFmpeg-devel] FFMpeg/FFServer P2P streaming between ubuntu based embedded device and smartphone

2016-04-19 Thread Bogdan Mariesan
Hi, I've been playing for the last couple of days with FFMpeg and FFServer as are considering as a candidate for live-streaming between an embedded device(with an integrated HD camera) and various clients(smartphones). I've managed to achieve this using with the following config for FFServer:

[FFmpeg-devel] [PATCH 2/3] lavd/avfoundation: use codecpar

2016-04-19 Thread Rodger Combs
--- libavdevice/avfoundation.m | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index 763e675..8132278 100644 --- a/libavdevice/avfoundation.m +++ b/libavdevice/avfoundation.m @@ -560,11

[FFmpeg-devel] [PATCH 1/3] lavu/opt: accept NULL and "none" as frame rates

2016-04-19 Thread Rodger Combs
--- libavutil/opt.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index eae4f75..83093e0 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -275,11 +275,12 @@ static int set_string_image_size(void *obj, const AVOption *o, const

[FFmpeg-devel] [PATCH 3/3] lavd/avfoundation: improve default behavior around video output

2016-04-19 Thread Rodger Combs
- Use the highest resolution available, rather than the first listed - Use the first listed (often the only) frame rate, rather than forcing NTSC - Use the first listed pixel format, rather than forcing yuv420p - Don't log when automatically overriding the defaults This allows the defaults to

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-19 Thread Dave Yeo
On 04/16/16 11:00 AM, Dmitriy Kuminov wrote: On 2016-04-16 17:24:12 +, Dave Yeo said: Actually I now get this at the beginning of the configure run, using a ramfs.ifs volume for $TMPDIR, [K:\usr\local\src\ffmpeg.obj]sh ../ffmpeg/configure --enable-gpl --disable-doc