Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Clément Bœsch
On Sat, Jun 18, 2016 at 01:43:26AM -0500, Kyle Swanson wrote: > On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: > > > > 0001-avfilter-add-libebur128-port.patch > > This first patch ports libebur128 to ffmpeg. I haven't re-indented > > these yet, so please diff `ebur128.c' and `ebur128.h' with

[FFmpeg-devel] one question about h.264 svc decoder

2016-06-18 Thread qw
Hi, I found ffmpeg has supported openh264 now. Does ffmpeg support h.264 SVC deocding, i.e. capability of decoding temporal, spatial and quality scalability bitstream? Thanks! B.R. Andrew ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Hendrik Leppkes
On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes wrote: > On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: >> On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: >>> >>> 0001-avfilter-add-libebur128-port.patch >>> This first patch ports libebur128 to ffmpeg. I haven't re-indented >>> these

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Hendrik Leppkes
On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: > On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: >> >> 0001-avfilter-add-libebur128-port.patch >> This first patch ports libebur128 to ffmpeg. I haven't re-indented >> these yet, so please diff `ebur128.c' and `ebur128.h' with the >> orig

Re: [FFmpeg-devel] [PATCH 3/3] avformat/mpegts: include stream types for mpeg2 and aac

2016-06-18 Thread Michael Niedermayer
On Tue, Jun 14, 2016 at 11:08:55AM -0700, Aman Gupta wrote: > From: Aman Gupta > > this removes the need to probe to discover mpeg2 and aac streams > inside mpegts containers, thus speeding up initial playback. > --- > libavformat/mpegts.c | 2 ++ > 1 file changed, 2 insertions(+) this is proba

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Paul B Mahol
On 6/18/16, Paul B Mahol wrote: > On 6/18/16, Hendrik Leppkes wrote: >> On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes >> wrote: >>> On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: > > 0001-avfilter-add-libebur128-port.p

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Paul B Mahol
On 6/18/16, Hendrik Leppkes wrote: > On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes > wrote: >> On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: >>> On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: 0001-avfilter-add-libebur128-port.patch This first patch ports libebur1

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Clément Bœsch
On Sat, Jun 18, 2016 at 12:34:10PM +0200, Paul B Mahol wrote: > On 6/18/16, Hendrik Leppkes wrote: > > On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes > > wrote: > >> On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: > >>> On Sun, Jun 12, 2016 at 4:14 PM, Kyle Swanson wrote: > >

Re: [FFmpeg-devel] [PATCH 3/3] avformat/mpegts: include stream types for mpeg2 and aac

2016-06-18 Thread Hendrik Leppkes
On Tue, Jun 14, 2016 at 8:08 PM, Aman Gupta wrote: > From: Aman Gupta > > this removes the need to probe to discover mpeg2 and aac streams > inside mpegts containers, thus speeding up initial playback. > --- > libavformat/mpegts.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavf

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Paul B Mahol
On 6/18/16, Clement Boesch wrote: > On Sat, Jun 18, 2016 at 12:34:10PM +0200, Paul B Mahol wrote: >> On 6/18/16, Hendrik Leppkes wrote: >> > On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes >> > wrote: >> >> On Sat, Jun 18, 2016 at 8:43 AM, Kyle Swanson wrote: >> >>> On Sun, Jun 12, 2016 at 4:

Re: [FFmpeg-devel] [PATCH][WIP] avfilter: add libebur128 port

2016-06-18 Thread Clément Bœsch
On Sat, Jun 18, 2016 at 12:58:59PM +0200, Paul B Mahol wrote: > On 6/18/16, Clement Boesch wrote: > > On Sat, Jun 18, 2016 at 12:34:10PM +0200, Paul B Mahol wrote: > >> On 6/18/16, Hendrik Leppkes wrote: > >> > On Sat, Jun 18, 2016 at 10:38 AM, Hendrik Leppkes > >> > wrote: > >> >> On Sat, Jun 1

Re: [FFmpeg-devel] Sponsoring feature for H.264 decoding with scaling factor (1/2, 1/4...) (if possible)

2016-06-18 Thread Michael Niedermayer
On Fri, Jun 17, 2016 at 07:26:59PM +0200, Eric Beuque wrote: > 2016-06-17 19:16 GMT+02:00 Michael Niedermayer : > > > On Fri, Jun 17, 2016 at 05:39:23PM +0200, Eric Beuque wrote: > > > Hi, > > > > > > i'm posting here for a feature that is missing in ffmpeg (or may be i > > > missed something), wh

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

2016-06-18 Thread Amancio Hasty
> On Jun 16, 2016, at 11:16 AM, Aman Gupta wrote: > > The patchset that was merged into libav is now available in ffmpeg as well: > https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/omx.c > > You can compile ffmpeg from the master branch > with --enable-omx --enable-omx-rpi > > Aman > >

[FFmpeg-devel] [PATCH] fate: Add sm2v ref10 test

2016-06-18 Thread Michael Niedermayer
--- tests/fate/h264.mak|3 ++ tests/ref/fate/h264-sm2v-ref10 | 82 2 files changed, 85 insertions(+) create mode 100644 tests/ref/fate/h264-sm2v-ref10 diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 4ae1305..8864735 100644 -

Re: [FFmpeg-devel] [PATCH] fate: Add sm2v ref10 test

2016-06-18 Thread Clément Bœsch
On Sat, Jun 18, 2016 at 07:06:08PM +0200, Michael Niedermayer wrote: > --- > tests/fate/h264.mak|3 ++ > tests/ref/fate/h264-sm2v-ref10 | 82 > > 2 files changed, 85 insertions(+) > create mode 100644 tests/ref/fate/h264-sm2v-ref10 > t

Re: [FFmpeg-devel] [PATCH] fate: Add sm2v ref10 test

2016-06-18 Thread Michael Niedermayer
On Sat, Jun 18, 2016 at 07:47:55PM +0200, Clément Bœsch wrote: > On Sat, Jun 18, 2016 at 07:06:08PM +0200, Michael Niedermayer wrote: > > --- > > tests/fate/h264.mak|3 ++ > > tests/ref/fate/h264-sm2v-ref10 | 82 > > > > 2 files changed,

[FFmpeg-devel] [PATCH] lavf: add libopenmpt demuxer

2016-06-18 Thread Josh de Kock
Fixes ticket #5623 TODO: bump lavf minor Hi, This should address all prior concerns. The issue with channel layouts was resolved because of various issues with surround output it was decided to just use stereo and let the user override mono/surround if needed. Josh --- Changelog

Re: [FFmpeg-devel] [PATCH] Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"

2016-06-18 Thread Michael Niedermayer
On Tue, Jun 07, 2016 at 06:05:34PM +0200, Michael Niedermayer wrote: > This reverts commit 9219ec93b145725ac74fbfbde7f67ac5135b85cf. > > Fixes Ticket 5411 > --- > libavfilter/trim.c | 26 +- > 1 file changed, 5 insertions(+), 21 deletions(-) applied [...] -- Michael

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: factor out SEI generation for A53 captions

2016-06-18 Thread Michael Niedermayer
On Sat, Jun 04, 2016 at 09:11:52PM +0300, Andrey Turkin wrote: > --- > libavcodec/internal.h| 15 + > libavcodec/libx264.c | 49 ++--- > libavcodec/qsvenc.c | 4 +-- > libavcodec/qsvenc_h264.c | 82 > +++- >

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-18 Thread Philip Langdale
On 2016-06-08 21:54, Mark Thompson wrote: On 08/06/16 13:59, Carl Eugen Hoyos wrote: Mark Thompson jkqxz.net> writes: Uses the global -hwaccel_lax_profile_check option (may be misnamed for this purpose, but it has the right spirit). Iirc, all old x264 files have a very high profile set (5.0