[FFmpeg-devel] [PATCH] Backport hls and cookie fixes to the 2.6 branch

2015-03-26 Thread Micah Galizia
Hi, I'd like to backport my fixes from the main branch. Patch attached -- original commits were: c59654d67d1afde3fac24021ef0fd9d18cf38455 fca085187940a169b7a43d096009f7dac315f9ac 7859618affe574c9de7f240d2ddc016f917c37bd Thanks in advance! -- The mark of an immature man is that he wants to die

Re: [FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-26 Thread John Warburton
On Wed, Mar 25, 2015 at 7:50 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Mar 25, 2015 at 01:59:18PM -0400, Stephen Hutchinson wrote: On Wed, Mar 25, 2015 at 12:49 PM, Michael Niedermayer michae...@gmx.at wrote: ive applied patch 4 from the patchset too, does that fix it ?

[FFmpeg-devel] ARM NEON optimized HEVC epel

2015-03-26 Thread Tomperi Seppo
Hi! Here is a patch for ARM NEON optimized epel for HEVC. It passes fate-hevc on Jetson TK1 with neon clobber test. -Seppo Tomperi 0001-hevcdsp-ARM-NEON-optimized-HEVC-epel.patch Description: 0001-hevcdsp-ARM-NEON-optimized-HEVC-epel.patch ___

[FFmpeg-devel] [PATCH] lavfi: add inverse telecine filter

2015-03-26 Thread Himangi Saraogi
--- Changelog | 1 + doc/filters.texi| 27 libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfilter/vf_detelecine.c | 344 5 files changed, 374 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH]Add an ignore_delay option to the gif demuxer

2015-03-26 Thread Carl Eugen Hoyos
Hi! On Wednesday 18 March 2015 08:43:30 am Carl Eugen Hoyos wrote: Attached patch allows users to force a delay for an animated gif. Related to ticket #4369 (I don't think there is a bug, if there is a bug, it is reproducible with avi etc.) Alternative patch attached. Please comment, Carl

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add support for H.265 encoding

2015-03-26 Thread Ali KIZIL
Philip Langdale philipl at overt.org writes: On Wed, 25 Mar 2015 21:52:54 + (UTC) Ali KIZIL alikizil at gmail.com wrote: The update broken the general usage: ./ffmpeg -loglevel info -re -i /root/bunny.mp4 -vcodec nvenc -preset hp -fflags +genpts -vb 24000k -minrate 24000k

Re: [FFmpeg-devel] [PATCH] libavcodec/exr.c : A new exr lossy compression technique B44 is added

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 01:57:28PM +0530, greeshma wrote: Greeshma On Wed, Mar 25, 2015 at 10:32 PM, Michael Niedermayer michae...@gmx.at wrote: On Tue, Mar 24, 2015 at 04:07:01PM +0530, greeshma wrote: The patch is made and FATE tests are done.It accepted, will submit with the

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 09:44:06AM +0100, Wiebe Cazemier wrote: - Original Message - From: madshi mad...@gmail.com To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 8:49:28 AM Subject: Re: [FFmpeg-devel] Default dynamic range

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Wiebe Cazemier
- Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 12:40:45 PM Subject: Re: [FFmpeg-devel] Default dynamic range compression on AC3 can you provide a sample

Re: [FFmpeg-devel] [PATCH 1/4] lavf: add directory listing API

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 01:25:17AM +0100, Mariusz Szczepańczyk wrote: From: Lukasz Marek lukasz.m.lu...@gmail.com API allows protocol implementations to provide API that allows to list directory content. API is similar to POSIX opendir/readdir/closedir. --- libavformat/avio.c | 74

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 02:26:24PM +0100, Wiebe Cazemier wrote: - Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 12:40:45 PM Subject: Re: [FFmpeg-devel] Default

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Wiebe Cazemier
- Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 2:36:22 PM Subject: Re: [FFmpeg-devel] Default dynamic range compression on AC3 i meant the ac3 stream before

Re: [FFmpeg-devel] [PATCH] avuti/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 02:12:32AM -0300, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavutil/cpu.c | 1 + 1 file changed, 1 insertion(+) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like

Re: [FFmpeg-devel] [PATCH] Backport hls and cookie fixes to the 2.6 branch

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 08:22:08PM +1100, Micah Galizia wrote: Hi, I'd like to backport my fixes from the main branch. Patch attached -- original commits were: c59654d67d1afde3fac24021ef0fd9d18cf38455 fca085187940a169b7a43d096009f7dac315f9ac 7859618affe574c9de7f240d2ddc016f917c37bd

Re: [FFmpeg-devel] ARM NEON optimized HEVC epel

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 10:34:02AM +, Tomperi Seppo wrote: Hi! Here is a patch for ARM NEON optimized epel for HEVC. It passes fate-hevc on Jetson TK1 with neon clobber test. -Seppo Tomperi Makefile|1 hevcdsp_epel_neon.S | 319

[FFmpeg-devel] [PATCH] lavfi: add inverse telecine filter

2015-03-26 Thread Himangi Saraogi
--- Changelog | 1 + doc/filters.texi| 27 libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfilter/vf_detelecine.c | 345 5 files changed, 375 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH]Add an ignore_delay option to the gif demuxer

2015-03-26 Thread Michael Niedermayer
On Fri, Mar 27, 2015 at 12:21:00AM +, Carl Eugen Hoyos wrote: Michael Niedermayer michaelni at gmx.at writes: iam not sure the default of 6 seconds is safe What would be a sensible default max_delay? for this file simply considering 0x as 0 would work and would so i think only

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Zach Swena
I guess my understanding of where DRC should be set is based on some assumptions on how it is implemented. Your explanation sounds reasonable. I will have to do some research myself to see if I can use this metadata feature to reduce how much we need to compress our signal. Zach On Mar 26,

Re: [FFmpeg-devel] [PATCH 2/2] avutil/timer: give each printed value of STOP_TIMER a fixed length

2015-03-26 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 04:16:17PM +0100, Michael Niedermayer wrote: this makes the result easier to read Signed-off-by: Michael Niedermayer michae...@gmx.at applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at talking, realize last

Re: [FFmpeg-devel] [PATCH 1/2] avutil/timer: show histogram of cpu cycles each run took

2015-03-26 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 04:16:16PM +0100, Michael Niedermayer wrote: The new information is printed at verbose log level and can thus be switched on and off through the log level Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavutil/timer.h |8 +++- 1 file changed, 7

Re: [FFmpeg-devel] [PATCH 3/4] lavu/avstring: add av_append_path_component() funcion

2015-03-26 Thread Mariusz Szczepańczyk
On Thu, Mar 26, 2015 at 3:40 PM, Michael Niedermayer michae...@gmx.at wrote: On Thu, Mar 26, 2015 at 01:25:19AM +0100, Mariusz Szczepańczyk wrote: From: Lukasz Marek lukasz.m.lu...@gmail.com Convinient function to build paths. --- libavutil/avstring.c| 43

Re: [FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-26 Thread Stephen Hutchinson
On Thu, Mar 26, 2015 at 11:43 AM, John Warburton j...@johnwarburton.net wrote: Unfortunately, although FFmpeg compiles successfully, a simple AviSynth+ script that works perfectly in the 64-bit version of MPC-HC will not work in today's FFmpeg build. The error is unknown error occurred. If

Re: [FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-26 Thread Roger Pack
On 3/26/15, John Warburton j...@johnwarburton.net wrote: On Wed, Mar 25, 2015 at 7:50 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Mar 25, 2015 at 01:59:18PM -0400, Stephen Hutchinson wrote: On Wed, Mar 25, 2015 at 12:49 PM, Michael Niedermayer michae...@gmx.at wrote: ive applied

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add support for H.265 encoding

2015-03-26 Thread Philip Langdale
On 2015-03-26 04:30, Ali KIZIL wrote: It works fine now Phil. One more comment: I have a GTX 980. It can encode upto 30-33 fps for 4K 60fps YUV Raw input file using nvenc_h265 avcodec with FFmpeg. First a side, It looked to me like lack of performance of card. However; after I split the

Re: [FFmpeg-devel] [PATCH] lavfi: add inverse telecine filter

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 01:54:44PM +0530, Himangi Saraogi wrote: --- Changelog | 1 + doc/filters.texi| 27 libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfilter/vf_detelecine.c | 344

Re: [FFmpeg-devel] [PATCH]Add an ignore_delay option to the gif demuxer

2015-03-26 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at gmx.at writes: iam not sure the default of 6 seconds is safe What would be a sensible default max_delay? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH]Add an ignore_delay option to the gif demuxer

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 11:03:20AM +0100, Carl Eugen Hoyos wrote: Hi! On Wednesday 18 March 2015 08:43:30 am Carl Eugen Hoyos wrote: Attached patch allows users to force a delay for an animated gif. Related to ticket #4369 (I don't think there is a bug, if there is a bug, it is

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 02:39:28PM +0100, Wiebe Cazemier wrote: - Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 2:36:22 PM Subject: Re: [FFmpeg-devel] Default

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Carl Eugen Hoyos
Wiebe Cazemier wiebe at halfgaar.net writes: I need to figure out how to do that then, extract the AC3 from a DVD. The following should work: $ mplayer -dumpaudio dvd:// Or $ mplayer -dumpaudio dvdnav:// Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add support for H.265 encoding

2015-03-26 Thread Ali KIZIL
Philip Langdale philipl at overt.org writes: On 2015-03-26 04:30, Ali KIZIL wrote: It works fine now Phil. One more comment: I have a GTX 980. It can encode upto 30-33 fps for 4K 60fps YUV Raw input file using nvenc_h265 avcodec with FFmpeg. First a side, It looked to me like

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Wiebe Cazemier
- Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 12:40:45 PM Subject: Re: [FFmpeg-devel] Default dynamic range compression on AC3 can you provide a sample

[FFmpeg-devel] [PATCH] lavfi: add inverse telecine filter

2015-03-26 Thread Himangi Saraogi
--- Fix loss of AVFrame properties in output. Changelog | 1 + doc/filters.texi| 27 libavfilter/Makefile| 1 + libavfilter/allfilters.c| 1 + libavfilter/vf_detelecine.c | 345 5 files changed,

[FFmpeg-devel] [PATCH] avfilter/vf_telecine: Fix loss of AVFrame properties in output

2015-03-26 Thread Himangi Saraogi
--- libavfilter/vf_telecine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c index c75395a..74f0931 100644 --- a/libavfilter/vf_telecine.c +++ b/libavfilter/vf_telecine.c @@ -243,6 +243,7 @@ static int filter_frame(AVFilterLink *inlink,

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 10:21:20PM +0100, Wiebe Cazemier wrote: - Original Message - From: Michael Niedermayer michae...@gmx.at To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 12:40:45 PM Subject: Re: [FFmpeg-devel] Default

Re: [FFmpeg-devel] [PATCH] avfilter/vf_telecine: Fix loss of AVFrame properties in output

2015-03-26 Thread Michael Niedermayer
On Fri, Mar 27, 2015 at 02:53:42AM +0530, Himangi Saraogi wrote: --- libavfilter/vf_telecine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c index c75395a..74f0931 100644 --- a/libavfilter/vf_telecine.c +++

[FFmpeg-devel] [PATCH] avfilter/vf_telecine: Fix loss of AVFrame properties in output

2015-03-26 Thread Himangi Saraogi
--- libavfilter/vf_telecine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c index c75395a..73447df 100644 --- a/libavfilter/vf_telecine.c +++ b/libavfilter/vf_telecine.c @@ -241,6 +241,7 @@ static int filter_frame(AVFilterLink *inlink,

[FFmpeg-devel] [PATCH] ffmpeg_opt: Do not overwrite output if there is no input

2015-03-26 Thread Michael Niedermayer
Fixes Ticket4254 Signed-off-by: Michael Niedermayer michae...@gmx.at --- ffmpeg_opt.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 39c5f49..fb7490a 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -110,6 +110,7 @@ static int

Re: [FFmpeg-devel] [PATCH] avfilter/vf_telecine: Fix loss of AVFrame properties in output

2015-03-26 Thread Michael Niedermayer
On Fri, Mar 27, 2015 at 04:34:39AM +0530, Himangi Saraogi wrote: --- libavfilter/vf_telecine.c | 1 + 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth.

Re: [FFmpeg-devel] [PATCH] avuti/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-26 Thread James Almer
On 26/03/15 9:55 AM, Michael Niedermayer wrote: On Thu, Mar 26, 2015 at 02:12:32AM -0300, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavutil/cpu.c | 1 + 1 file changed, 1 insertion(+) LGTM Fixed commit message and pushed. Thanks

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread madshi
2015-03-26 0:04 GMT+01:00 Wiebe Cazemier wi...@halfgaar.net: So I was wondering if the default of 1 for drc_scale was chosen purposefully or not. I feel very strongly that it should be 0 by default, because I don't see why streams with AC3 (as opposed to DTS, AAC, PCM, whatever) as audio

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Hendrik Leppkes
On Thu, Mar 26, 2015 at 8:25 AM, madshi mad...@gmail.com wrote: 2015-03-26 0:04 GMT+01:00 Wiebe Cazemier wi...@halfgaar.net: So I was wondering if the default of 1 for drc_scale was chosen purposefully or not. I feel very strongly that it should be 0 by default, because I don't see why streams

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread madshi
2015-03-26 8:26 GMT+01:00 Hendrik Leppkes h.lepp...@gmail.com: Because you don't trust the option? Thats just silly. Just checked, the option was added in 2011. I used the decoder before that, so patching was my only option at the time (imagine that!!). In any case, I knew that I would never

Re: [FFmpeg-devel] [PATCH 3/4] lavu/avstring: add av_append_path_component() funcion

2015-03-26 Thread Michael Niedermayer
On Thu, Mar 26, 2015 at 01:25:19AM +0100, Mariusz Szczepańczyk wrote: From: Lukasz Marek lukasz.m.lu...@gmail.com Convinient function to build paths. --- libavutil/avstring.c| 43 +++ libavutil/avstring.h| 10 ++

Re: [FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

2015-03-26 Thread John Warburton
On Wed, Mar 25, 2015 at 7:50 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Mar 25, 2015 at 01:59:18PM -0400, Stephen Hutchinson wrote: On Wed, Mar 25, 2015 at 12:49 PM, Michael Niedermayer michae...@gmx.at wrote: ive applied patch 4 from the patchset too, does that fix it ?

Re: [FFmpeg-devel] Default dynamic range compression on AC3

2015-03-26 Thread Wiebe Cazemier
- Original Message - From: Zach Swena zcybercomput...@gmail.com To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Thursday, 26 March, 2015 3:34:22 PM Subject: Re: [FFmpeg-devel] Default dynamic range compression on AC3 Something to keep in mind, AC3 is a

Re: [FFmpeg-devel] [PATCH 1/4] lavf: add directory listing API

2015-03-26 Thread Mariusz Szczepańczyk
On Thu, Mar 26, 2015 at 2:31 PM, Michael Niedermayer michae...@gmx.at wrote: On Thu, Mar 26, 2015 at 01:25:17AM +0100, Mariusz Szczepańczyk wrote: From: Lukasz Marek lukasz.m.lu...@gmail.com API allows protocol implementations to provide API that allows to list directory content. API