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

2016-02-15 Thread Mark Harris
Fix cases where unknown data (data beyond p->buf_size) could produce a higher ico probe score than if the unknown data was known and valid. For example: Header: OK, 2 frames Frame 0: Unknown (offset points beyond end of probe buffer) Frame 1: Invalid Previously this example had a score

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

2016-02-15 Thread Mark Harris
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 changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/icodec.c b/libav

[FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-15 Thread Xiaolei Yu
Current intmath routines for arm require inter-procedure constant propagation and fail to compile when optimizations are disabled. --- configure | 1 + libavutil/intmath.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/configure b/configure index 2148f11..70e0161 100755 --- a/con

[FFmpeg-devel] [PATCH] tests/fate: added dnxhr parser regression test

2016-02-15 Thread Mark Reid
Hi, This patch adds a fate test for the parsing raw dnxhr streams. Can someone add this test footage to fate for me? https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/dnxhr_cid1274.dnxhr it goes in FATE_ROOT/dnxhd/dnxhr_cid1274.dnxhr Mark Reid (1): tests/fate: added dnxhr parser regression

[FFmpeg-devel] [PATCH] tests/fate: added dnxhr parser regression test

2016-02-15 Thread Mark Reid
--- tests/fate/dnxhd.mak | 4 +++- tests/ref/fate/dnxhr-parse | 5 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 tests/ref/fate/dnxhr-parse diff --git a/tests/fate/dnxhd.mak b/tests/fate/dnxhd.mak index 6d79f3b..b7f8b17 100644 --- a/tests/fate/dnxhd.mak +++ b/tes

Re: [FFmpeg-devel] GSoC 2016

2016-02-15 Thread Michael Niedermayer
On Wed, Jan 27, 2016 at 10:03:32PM +0100, Michael Niedermayer wrote: > Hi all these questions need awnsers, they are all mandatory ive ommited what i could fill out from reusing things from last year and also whats optional Public Profile Tagline, A very short description of your organiz

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

2016-02-15 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dvbtxt.c | 50 libavformat/utils.c | 1 + libavutil/internal.h | 15 +++ 5 files changed, 68 insertions(+) cre

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

2016-02-15 Thread Marton Balint
Signed-off-by: Marton Balint --- libavcodec/libzvbi-teletextdec.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libavcodec/libzvbi-teletextdec.c b/libavcodec/libzvbi-teletextdec.c index 308f735..80d023b 100644 --- a/libavcodec/libzvbi-teletextdec.c +++ b/libavcode

Re: [FFmpeg-devel] [PATCH/RFC]lavf/mpegts: Detect Private Stream 1 as teletext

2016-02-15 Thread Marton Balint
On Mon, 15 Feb 2016, Carl Eugen Hoyos wrote: Marton Balint passwd.hu> writes: On Mon, 15 Feb 2016, Carl Eugen Hoyos wrote: [..] Hmm, maybe a raw dvb teletext stream demuxer with a probe function would work. Of course, I was hoping that I miss another way of detecting the teletext stre

[FFmpeg-devel] [PATCH v5] Added VideoToolbox H.264 encoder.

2016-02-15 Thread Rick Kern
Enable with configure --enable-vtenc and encode using -codec:v vtenc_h264. Signed-off-by: Rick Kern --- MAINTAINERS|1 + configure |3 + libavcodec/Makefile|1 + libavcodec/allcodecs.c |1 + libavcodec/vtenc.c | 1269 ++

Re: [FFmpeg-devel] GSoC 2016

2016-02-15 Thread Michael Niedermayer
On Thu, Jan 28, 2016 at 10:22:00AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer niedermayer.cc> writes: > > > Is there anyone who wants to be (backup) admin for GSoC 2016 ? > > I'd like to help. if you volunteer as (backup) admin then please add yourself to the wiki also anyone who doe

Re: [FFmpeg-devel] GSoC 2016

2016-02-15 Thread Michael Niedermayer
On Wed, Jan 27, 2016 at 12:56:32PM -0900, Lou Logan wrote: > On Wed, 27 Jan 2016 22:03:32 +0100, Michael Niedermayer wrote: > > > Hi all > > > > Is there anyone who wants to be (backup) admin for GSoC 2016 ? > > also the GSoC page on the wiki needs to be put into shape for it > > > > Stefano, Re

Re: [FFmpeg-devel] GSoC 2016

2016-02-15 Thread Michael Niedermayer
On Wed, Jan 27, 2016 at 10:03:32PM +0100, Michael Niedermayer wrote: > Hi all > > Is there anyone who wants to be (backup) admin for GSoC 2016 ? > also the GSoC page on the wiki needs to be put into shape for it > > Stefano, Reynaldo, you did it last year IIRC, are you available again ? > someon

[FFmpeg-devel] Pull request for VideoToolbox Encoder

2016-02-15 Thread Richard Kern
VideoToolbox Encoder for OSX/iOS: https://github.com/FFmpeg/FFmpeg/pull/177 I submitted a patch a while ago and had it reviewed, but it was never pushed. Rick ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmp

Re: [FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-15 Thread Bodecs Bela
2016.02.16. 0:53 keltezéssel, Nicolas George írta: L'octidi 28 pluviôse, an CCXXIV, Bodecs Bela a écrit : this problem also occurs if the input is a live hls stream via http or via hls+file protocol. I thought it is a peculiarity of concat demuxer in case of non-seekable input items. This patc

Re: [FFmpeg-devel] [PATCH] Add mkdir support for HLS localtime-generated segment files

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 10:35:57PM +0100, Johan Ström wrote: > Thanks for your attention! > > Updated patch attached. It has been rebased against current master > (avio_open2->ffio_open_whitelist changes) with no issues. > > On 14/02/16 01:29, Michael Niedermayer wrote: > >On Wed, Feb 03, 2016 at

Re: [FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-15 Thread Nicolas George
L'octidi 28 pluviôse, an CCXXIV, Bodecs Bela a écrit : > this problem also occurs if the input is a live hls stream via http or via > hls+file protocol. > I thought it is a peculiarity of concat demuxer in case of non-seekable > input items. > This patch is a workaroud for this. As I said: it look

Re: [FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-15 Thread Bodecs Bela
2016.02.16. 0:30 keltezéssel, Nicolas George írta: L'octidi 28 pluviôse, an CCXXIV, Bodecs Bela a écrit : This patch is a bug fix for a problem I faced recently. There are cases when duration info is not available. e.g. reading an mpegts file via a fifo file. But for concatenation this info is

Re: [FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-15 Thread Nicolas George
L'octidi 28 pluviôse, an CCXXIV, Bodecs Bela a écrit : > This patch is a bug fix for a problem I faced recently. > There are cases when duration info is not available. e.g. reading an > mpegts file via a fifo file. But for concatenation this info is > mandatory to adjust next file timestamps. So we

[FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-15 Thread Bodecs Bela
Hi All, This patch is a bug fix for a problem I faced recently. There are cases when duration info is not available. e.g. reading an mpegts file via a fifo file. But for concatenation this info is mandatory to adjust next file timestamps. So we need to measure it to have this value. please inclu

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

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 11:27:20AM -0800, Mark Harris wrote: > On Mon, Feb 15, 2016 at 11:02 AM, Michael Niedermayer > wrote: > > On Mon, Feb 15, 2016 at 09:57:51AM -0800, Mark Harris wrote: > >> Avoid invalid memory read/crash when ico offset >= 0xfff8. > >> Base64-encoded example: AAABADAwMD

[FFmpeg-devel] [PATCH v2] cfhd: reallocate internal buffers on format change.

2016-02-15 Thread Kieran Kunhya
--- libavcodec/cfhd.c | 18 -- libavcodec/cfhd.h | 2 ++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9b..46d766a 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -156,6 +156,7 @@ static int alloc_buffers

Re: [FFmpeg-devel] [PATCH] Add mkdir support for HLS localtime-generated segment files

2016-02-15 Thread Johan Ström
d example +This example will produce the playlist, @file{out.m3u8}, and segment files: +@file{file-20160215-1455569023.ts}, @file{file-20160215-1455569024.ts}, etc. + +@item use_localtime_mkdir +Used together with -use_localtime, it will create up to one subdirectory which +is expanded in @var{filenam

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

2016-02-15 Thread Paul B Mahol
On 2/14/16, Paul B Mahol wrote: > Hi, > > patch attached. > Now with docs. From 6cd55367866ec759613e80d4f60034109a7fd1f8 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 14 Feb 2016 19:02:42 +0100 Subject: [PATCH] avfilter: add fieldhint filter Signed-off-by: Paul B Mahol --- doc/filter

Re: [FFmpeg-devel] [PATCH] configure: add direct detection of libopencv

2016-02-15 Thread James Almer
On 2/7/2016 8:24 PM, wm4 wrote: > On Sun, 7 Feb 2016 23:25:53 +0100 > Andreas Cadhalpun wrote: > >> The pkg-config file contains all opencv libraries, not only the >> neccessary ones. >> >> This change makes it possible to use the libopencv-imgproc-dev Debian >> package instead of libopencv-dev,

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

2016-02-15 Thread Matthieu Bouron
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 Bouron > > > > --- > > configure |5 + > > libavcodec/Makefile |3 + > > libavcodec/allcodecs.c

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

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 06:52:30PM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > configure |5 + > libavcodec/Makefile |3 + > libavcodec/allcodecs.c |1 + > libavcodec/mediacodec_wrapper.c | 1522 > +++

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

2016-02-15 Thread Mark Harris
On Mon, Feb 15, 2016 at 11:02 AM, Michael Niedermayer wrote: > On Mon, Feb 15, 2016 at 09:57:51AM -0800, Mark Harris wrote: >> Avoid invalid memory read/crash when ico offset >= 0xfff8. >> Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w== >> --- >> libavformat/icodec.c | 2 +- >> 1 fil

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

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 09:57:51AM -0800, Mark Harris wrote: > Avoid invalid memory read/crash when ico offset >= 0xfff8. > Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w== > --- > libavformat/icodec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavforma

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

2016-02-15 Thread Michael Bradshaw
On Mon, Feb 15, 2016 at 9:57 AM, Mark Harris wrote: > Avoid invalid memory read/crash when ico offset >= 0xfff8. > Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w== > --- > libavformat/icodec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/icodec.

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

2016-02-15 Thread Mark Harris
Avoid invalid memory read/crash when ico offset >= 0xfff8. Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w== --- libavformat/icodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/icodec.c b/libavformat/icodec.c index 6ddb901..8f84337 100644 --- a/libav

[FFmpeg-devel] MediaCodec support

2016-02-15 Thread Matthieu Bouron
Hello, The following patchset adds basic MediaCodec support to libavcodec, ie: only h264 is supported and the HWAccel part (Surface output) is missing. JNI comes as a dependency. The JNI support is based on the same patchset I've sent some time ago with some improvements. I originally developed

Re: [FFmpeg-devel] [PATCH 1/5] lavu: add JNI support

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 6:52 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > configure| 4 + > libavutil/Makefile | 4 + > libavutil/jni.c | 55 +++ > libavutil/jni.h | 42 + > libavutil/jni_internal.c | 391 > ++

[FFmpeg-devel] [PATCH 3/5] lavu/jni: let avpriv_init_jfields load application classes

2016-02-15 Thread Matthieu Bouron
From: Matthieu Bouron --- libavutil/jni_internal.c | 25 + libavutil/jni_internal.h | 1 + 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/libavutil/jni_internal.c b/libavutil/jni_internal.c index 5e2f7c3..ff25214 100644 --- a/libavutil/jni_internal.c +++

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

2016-02-15 Thread Matthieu Bouron
From: Matthieu Bouron --- configure |5 + libavcodec/Makefile |3 + libavcodec/allcodecs.c |1 + libavcodec/mediacodec_wrapper.c | 1522 +++ libavcodec/mediacodec_wrapper.h | 123 libavcodec/mediacod

[FFmpeg-devel] [PATCH 4/5] lavf: add Android content resolver protocol support

2016-02-15 Thread Matthieu Bouron
From: Matthieu Bouron Handles uri starting with content://. --- configure| 3 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/file.c | 160 +++ 4 files changed, 165 insertions(+) diff --git a/c

[FFmpeg-devel] [PATCH 1/5] lavu: add JNI support

2016-02-15 Thread Matthieu Bouron
From: Matthieu Bouron --- configure| 4 + libavutil/Makefile | 4 + libavutil/jni.c | 55 +++ libavutil/jni.h | 42 + libavutil/jni_internal.c | 391 +++ libavutil/jni_internal.h | 147 +

[FFmpeg-devel] [PATCH 2/5] lavu/jni: add helpers to manage Android application context

2016-02-15 Thread Matthieu Bouron
From: Matthieu Bouron --- libavutil/jni.c | 109 +++ libavutil/jni.h | 29 + libavutil/jni_internal.c | 36 ++-- libavutil/jni_internal.h | 11 + 4 files changed, 182 insertions(+), 3 deletions(-) diff

[FFmpeg-devel] [RFC][PATCH][BROKEN] avfilter: drawutils >8 bit support

2016-02-15 Thread Paul B Mahol
Hi, patch attached. I couldn't get blend functions to work correctly. From f3bd081b5cffa92fb91e53b1469e4bfa7f744f51 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 Feb 2016 17:07:33 +0100 Subject: [PATCH] avfilter/drawutils: >8 bit support Signed-off-by: Paul B Mahol --- libavfilter

[FFmpeg-devel] [PATCH] cfhd: reallocate internal buffers on format change.

2016-02-15 Thread Ronald S. Bultje
--- libavcodec/cfhd.c | 19 +-- libavcodec/cfhd.h | 2 ++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9b..94cabb8 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -60,6 +60,7 @@ static void init_frame_de

[FFmpeg-devel] [PATCH] cfhd: reallocate internal buffers on format change.

2016-02-15 Thread Ronald S. Bultje
--- libavcodec/cfhd.c | 26 -- libavcodec/cfhd.h | 2 ++ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9b..c5782a2 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -60,6 +60,7 @@ static void init_f

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 3:13 PM, Ivan Kalvachev wrote: > On 2/15/16, Ronald S. Bultje wrote: >> Hi, >> >> On Mon, Feb 15, 2016 at 8:26 AM, Ivan Kalvachev >> wrote: >> >>> On 2/15/16, Hendrik Leppkes wrote: >>> > On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev >>> > wrote: >>> >> Do not remove

Re: [FFmpeg-devel] [PATCH] Keep the new XVMC pixfmt at the old position.

2016-02-15 Thread Ivan Kalvachev
On 2/15/16, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 2:23 PM, Ivan Kalvachev > wrote: >> Keep the new XVMC pixfmt at the old position. >> It was moved away to preserve ABI compatibility with the fork. >> >> I'm not really sure this one is better, >> so I'm ok with dropping it if somebody

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Ivan Kalvachev
On 2/15/16, Ronald S. Bultje wrote: > Hi, > > On Mon, Feb 15, 2016 at 8:26 AM, Ivan Kalvachev > wrote: > >> On 2/15/16, Hendrik Leppkes wrote: >> > On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev >> > wrote: >> >> Do not remove HWACCEL flag with FF_API_XVMC since the >> >> flag is supposed to b

Re: [FFmpeg-devel] [PATCH] Keep the new XVMC pixfmt at the old position.

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 2:23 PM, Ivan Kalvachev wrote: > Keep the new XVMC pixfmt at the old position. > It was moved away to preserve ABI compatibility with the fork. > > I'm not really sure this one is better, > so I'm ok with dropping it if somebody objects. > > Have in mind, triggering FF_API_

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 2:27 PM, Ivan Kalvachev wrote: > On 2/15/16, Hendrik Leppkes wrote: >> On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev >> wrote: >>> Do not remove HWACCEL flag with FF_API_XVMC since the >>> flag is supposed to be used as generic one. >>> >> >> The flag is unused except b

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 2:26 PM, Ivan Kalvachev wrote: > On 2/15/16, Hendrik Leppkes wrote: >> On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev >> wrote: >>> Do not remove HWACCEL flag with FF_API_XVMC since the >>> flag is supposed to be used as generic one. >>> >> >> The flag is unused except b

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Ronald S. Bultje
Hi, On Mon, Feb 15, 2016 at 8:26 AM, Ivan Kalvachev wrote: > On 2/15/16, Hendrik Leppkes wrote: > > On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev > > wrote: > >> Do not remove HWACCEL flag with FF_API_XVMC since the > >> flag is supposed to be used as generic one. > >> > > > > The flag is un

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Ivan Kalvachev
On 2/15/16, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev > wrote: >> Do not remove HWACCEL flag with FF_API_XVMC since the >> flag is supposed to be used as generic one. >> > > The flag is unused except by the XVMC decoder, so removing it with it > seems appropriate.

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Ivan Kalvachev
On 2/15/16, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev > wrote: >> Do not remove HWACCEL flag with FF_API_XVMC since the >> flag is supposed to be used as generic one. >> > > The flag is unused except by the XVMC decoder, so removing it with it > seems appropriate.

[FFmpeg-devel] [PATCH] Keep the new XVMC pixfmt at the old position.

2016-02-15 Thread Ivan Kalvachev
Keep the new XVMC pixfmt at the old position. It was moved away to preserve ABI compatibility with the fork. I'm not really sure this one is better, so I'm ok with dropping it if somebody objects. Have in mind, triggering FF_API_XVMC will change a lot of AV_PIX_FMT values, with or without that pa

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 2:13 PM, Ivan Kalvachev wrote: > Do not remove HWACCEL flag with FF_API_XVMC since the > flag is supposed to be used as generic one. > The flag is unused except by the XVMC decoder, so removing it with it seems appropriate. - Hendrik __

[FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-15 Thread Ivan Kalvachev
Do not remove HWACCEL flag with FF_API_XVMC since the flag is supposed to be used as generic one. --- libavcodec/avcodec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d849765..d2a34d8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avc

Re: [FFmpeg-devel] 2.9/3.0, 2.8.5, ...

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 08:50:22AM +, Carl Eugen Hoyos wrote: > Carl Eugen Hoyos ag.or.at> writes: > > > Henrik Gramner gramner.com> writes: > > > > > The Ubuntu 16.04 LTS feature freeze is coming up next week, > > > so it'd be nice to have a release before that. > > > > (I am all for it,

Re: [FFmpeg-devel] [PATCH 1/3] hevc: support Main10 decoding through dxva2

2016-02-15 Thread Hendrik Leppkes
On Thu, Jan 28, 2016 at 5:08 PM, wm4 wrote: > On Thu, 28 Jan 2016 12:58:25 +0100 > Hendrik Leppkes wrote: > >> --- >> libavcodec/hevc.c | 13 - >> 1 file changed, 12 insertions(+), 1 deletion(-) >> >> diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c >> index c245d3b..5677f0f 100644

Re: [FFmpeg-devel] Help needed with muxing issues pertaining to raw AVI and QuickTime video

2016-02-15 Thread Mats Peterson
On 02/15/2016 12:38 PM, Michael Niedermayer wrote: On Mon, Feb 15, 2016 at 05:38:03AM +0100, Mats Peterson wrote: I'm not very confident on the muxing side, therefore I would be grateful if anyone able to look outside of his own agenda could look into possible solutions in order to solve the fol

Re: [FFmpeg-devel] Help needed with muxing issues pertaining to raw AVI and QuickTime video

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 05:38:03AM +0100, Mats Peterson wrote: > I'm not very confident on the muxing side, therefore I would be > grateful if anyone able to look outside of his own agenda could look > into possible solutions in order to solve the following issues > pertaining to writing AVI and Qu

Re: [FFmpeg-devel] [PATCH v2 2/3] compat/os2threads: support the return value of joined thread

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 01:18:50PM +0900, KO Myung-Hun wrote: > > > Michael Niedermayer wrote: > > On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote: > >> --- > >> compat/os2threads.h | 39 ++- > >> 1 file changed, 18 insertions(+), 21 deletions(-)

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Steve Lhomme
On Mon, Feb 15, 2016 at 11:39 AM, wm4 wrote: > On Mon, 15 Feb 2016 10:21:19 +0100 > Steve Lhomme wrote: > >> On Mon, Feb 15, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: >> > Steve Lhomme videolabs.io> writes: >> > >> >> I implemented the same change in VLC. >> > >> > From a quick look, you added

Re: [FFmpeg-devel] [FFmpeg-mentors] New task ideas for GSoC and Outreachy

2016-02-15 Thread wm4
On Mon, 15 Feb 2016 10:17:39 +0100 Stefano Sabatini wrote: > On date Monday 2016-02-15 09:21:15 +0100, Paul B Mahol encoded: > > On 2/15/16, Stefano Sabatini wrote: > > > On date Wednesday 2016-02-10 16:21:09 +, Kieran Kunhya encoded: > [...] > > >> So, in the spirit of open source, I'd

[FFmpeg-devel] [PATCH] avfilter/vf_drawbox: add alpha support

2016-02-15 Thread Paul B Mahol
Hi, patch attached. From 2bb4dc27b7afeee16be0c43ec88fe9aba999781d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 15 Feb 2016 11:38:22 +0100 Subject: [PATCH] avfilter/vf_drawbox: add alpha pixel formats support Signed-off-by: Paul B Mahol --- libavfilter/vf_drawbox.c | 57 ++

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread wm4
On Mon, 15 Feb 2016 10:21:19 +0100 Steve Lhomme wrote: > On Mon, Feb 15, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: > > Steve Lhomme videolabs.io> writes: > > > >> I implemented the same change in VLC. > > > > From a quick look, you added code to the decoder > > wrapper but how is remuxing s

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Steve Lhomme
On Mon, Feb 15, 2016 at 10:29 AM, Carl Eugen Hoyos wrote: > Steve Lhomme videolabs.io> writes: > >> On Mon, Feb 15, 2016 at 10:23 AM, Carl Eugen Hoyos wrote: >> > Steve Lhomme videolabs.io> writes: >> > >> >> >> I implemented the same change in VLC. >> >> > >> >> > From a quick look, you added c

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: improve pts handling

2016-02-15 Thread Muhammad Faiz
On Sat, Feb 13, 2016 at 12:20 AM, Paul B Mahol wrote: >-ret = plot_cqt(ctx); >+ret = plot_cqt(ctx, AV_NOPTS_VALUE); it should not be set to AV_NOPTS_VALUE, but to previous pts + something >-ret = plot_cqt(ctx); >+ret = plot_cqt(ctx, insamples->pts +

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Carl Eugen Hoyos
Steve Lhomme videolabs.io> writes: > On Mon, Feb 15, 2016 at 10:23 AM, Carl Eugen Hoyos wrote: > > Steve Lhomme videolabs.io> writes: > > > >> >> I implemented the same change in VLC. > >> > > >> > From a quick look, you added code to the decoder > >> > wrapper but how is remuxing supposed to wo

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Steve Lhomme
On Mon, Feb 15, 2016 at 10:23 AM, Carl Eugen Hoyos wrote: > Steve Lhomme videolabs.io> writes: > >> >> I implemented the same change in VLC. >> > >> > From a quick look, you added code to the decoder >> > wrapper but how is remuxing supposed to work? >> >> In VLC ? There's no Matroska muxer so it

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Carl Eugen Hoyos
Steve Lhomme videolabs.io> writes: > >> I implemented the same change in VLC. > > > > From a quick look, you added code to the decoder > > wrapper but how is remuxing supposed to work? > > In VLC ? There's no Matroska muxer so it would use > the ffmpeg one. I mean remuxing to mov as mentioned

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Steve Lhomme
On Mon, Feb 15, 2016 at 10:16 AM, Carl Eugen Hoyos wrote: > Steve Lhomme videolabs.io> writes: > >> I implemented the same change in VLC. > > From a quick look, you added code to the decoder > wrapper but how is remuxing supposed to work? In VLC ? There's no Matroska muxer so it would use the ff

Re: [FFmpeg-devel] [FFmpeg-mentors] New task ideas for GSoC and Outreachy

2016-02-15 Thread Stefano Sabatini
On date Monday 2016-02-15 09:21:15 +0100, Paul B Mahol encoded: > On 2/15/16, Stefano Sabatini wrote: > > On date Wednesday 2016-02-10 16:21:09 +, Kieran Kunhya encoded: [...] > >> So, in the spirit of open source, I'd like to ask you, the developers and > >> users what students should work on

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Carl Eugen Hoyos
Steve Lhomme videolabs.io> writes: > I implemented the same change in VLC. From a quick look, you added code to the decoder wrapper but how is remuxing supposed to work? > But I think it would be better if the decoder works > with the lighter version of the extra data. Why? I mean where woul

Re: [FFmpeg-devel] [PATCH/RFC]lavf/mpegts: Detect Private Stream 1 as teletext

2016-02-15 Thread Hendrik Leppkes
On Mon, Feb 15, 2016 at 9:43 AM, Carl Eugen Hoyos wrote: > Marton Balint passwd.hu> writes: > >> On Mon, 15 Feb 2016, Carl Eugen Hoyos wrote: >> > Attached patch fixes teletext detection for a sample >> > that was uploaded by a user in the thread "Which >> > command line can do dvb_teletext from

Re: [FFmpeg-devel] [PATCH] alac: allow extra data without the ATOM header

2016-02-15 Thread Steve Lhomme
> Steve Lhomme gmail.com> writes: > >> can be found in such sample >> http://streams.videolan.org/issues/16620/VLCSupportsample.mkv > > The sample works fine here both with current and > old FFmpeg. > I believe it should also work with vlc --demux=ffmpeg It should because the demuxer has to recon

Re: [FFmpeg-devel] 2.9/3.0, 2.8.5, ...

2016-02-15 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Henrik Gramner gramner.com> writes: > > > The Ubuntu 16.04 LTS feature freeze is coming up next week, > > so it'd be nice to have a release before that. > > (I am all for it, I am not sure if it is still possible though.) I was probably unclear yesterday:

Re: [FFmpeg-devel] [PATCH/RFC]lavf/mpegts: Detect Private Stream 1 as teletext

2016-02-15 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > On Mon, 15 Feb 2016, Carl Eugen Hoyos wrote: > > Attached patch fixes teletext detection for a sample > > that was uploaded by a user in the thread "Which > > command line can do dvb_teletext from ts to mp4" > > on the user mailing list: http://we.tl/Zg2yq1H13

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: mark as experimental, there are some unsolved crashes

2016-02-15 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > Sorry, my fault, I should've copied that comment on the > ML. Most crashes are fixed, one is still there but I'll > fix it tomorrow Sorry, which of the two crashes was fixed? I'd like to close the right ticket. Carl Eugen ___

Re: [FFmpeg-devel] [FFmpeg-mentors] New task ideas for GSoC and Outreachy

2016-02-15 Thread Paul B Mahol
On 2/15/16, Stefano Sabatini wrote: > On date Wednesday 2016-02-10 16:21:09 +, Kieran Kunhya encoded: >> Hello, >> >> It seems that we're trotting out the same old GSoC and Outreachy tasks >> that >> students haven't picked for years. >> >> So, in the spirit of open source, I'd like to ask you