Re: [FFmpeg-devel] [PATCH] videotoolbox: allow to enable the async decoding.

2015-08-12 Thread Clément Bœsch
On Thu, Aug 13, 2015 at 01:07:38PM +0800, Zhang Rui wrote: > > status = VTDecompressionSessionDecodeFrame(videotoolbox->session, > > sample_buf, > > - 0, // decodeFlags > > +

Re: [FFmpeg-devel] [PATCH] videotoolbox: allow to enable the async decoding.

2015-08-12 Thread Zhang Rui
2015-08-09 19:19 GMT+08:00 Hendrik Leppkes : > On Sun, Aug 9, 2015 at 1:11 PM, Sebastien Zwickert wrote: >> This patch allows to use the Videotoolbox API in asynchonous mode. >> Note that when using async decoding the user is responsible for >> releasing the async frame. >> Moreover, an option cal

Re: [FFmpeg-devel] [PATCH] videotoolbox: allow to enable the async decoding.

2015-08-12 Thread Zhang Rui
> status = VTDecompressionSessionDecodeFrame(videotoolbox->session, > sample_buf, > - 0, // decodeFlags > + decodeFlags, >

Re: [FFmpeg-devel] Cisco Thor video codec

2015-08-12 Thread Pascal Massimino
Hi Michael, On Wed, Aug 12, 2015 at 5:33 PM, Michael Niedermayer wrote: > On Thu, Aug 13, 2015 at 01:18:30AM +0100, Alex Beregszaszi wrote: > > Hi, > > > > There is a new lossy video codec proposed by Cisco called Thor. See > > the draft at https://tools.ietf.org/html/draft-fuldseth-netvc-thor-0

Re: [FFmpeg-devel] Cisco Thor video codec

2015-08-12 Thread Ganesh Ajjanagadde
On Wed, Aug 12, 2015 at 8:18 PM, Alex Beregszaszi wrote: > Hi, > > There is a new lossy video codec proposed by Cisco called Thor. See > the draft at https://tools.ietf.org/html/draft-fuldseth-netvc-thor-00 > > They have also published a 2-clause BSD licensed implementation at > https://github.com

Re: [FFmpeg-devel] [PATCH] avformat/tls_gnutls: correct version detection for certificate support

2015-08-12 Thread Michael Niedermayer
On Wed, Aug 12, 2015 at 08:06:22PM -0400, Ganesh Ajjanagadde wrote: > Fixes Ticket3748 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/tls_gnutls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

Re: [FFmpeg-devel] Cisco Thor video codec

2015-08-12 Thread Michael Niedermayer
On Thu, Aug 13, 2015 at 01:18:30AM +0100, Alex Beregszaszi wrote: > Hi, > > There is a new lossy video codec proposed by Cisco called Thor. See > the draft at https://tools.ietf.org/html/draft-fuldseth-netvc-thor-00 > > They have also published a 2-clause BSD licensed implementation at > https://

[FFmpeg-devel] Cisco Thor video codec

2015-08-12 Thread Alex Beregszaszi
Hi, There is a new lossy video codec proposed by Cisco called Thor. See the draft at https://tools.ietf.org/html/draft-fuldseth-netvc-thor-00 They have also published a 2-clause BSD licensed implementation at https://github.com/cisco/thor It looks like a fairly simple codec, but also includes: -

Re: [FFmpeg-devel] [PATCH] avformat/tls_gnutls: correct version detection for certificate support

2015-08-12 Thread Ganesh Ajjanagadde
On Wed, Aug 12, 2015 at 8:06 PM, Ganesh Ajjanagadde wrote: > Fixes Ticket3748 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/tls_gnutls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnutls.c > index 6388f37..4bf94

[FFmpeg-devel] [PATCH] avformat/tls_gnutls: correct version detection for certificate support

2015-08-12 Thread Ganesh Ajjanagadde
Fixes Ticket3748 Signed-off-by: Ganesh Ajjanagadde --- libavformat/tls_gnutls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnutls.c index 6388f37..4bf9448 100644 --- a/libavformat/tls_gnutls.c +++ b/libavformat/tls_gnutls.c @@ -

Re: [FFmpeg-devel] [PATCH] avisynth: fix setting stream timebase

2015-08-12 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 09:50:53PM -0400, Stephen Hutchinson wrote: > On Mon, Aug 10, 2015 at 5:22 PM, Michael Niedermayer > wrote: > > On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote: > >> Stream timebase should be set using avpriv_set_pts_info, otherwise > >> avctx->pkt_timebase is

Re: [FFmpeg-devel] [PATCH] movtextdec: Use default style information from movtext header

2015-08-12 Thread Philip Langdale
On Wed, 12 Aug 2015 18:24:32 +0530 Niklesh Lalwani wrote: > From: Niklesh > > As suggested, posting the combined patch with the fate changes. > The patch sets the default style in ASS from the default style > information present in the movtext header. > > Signed-off-by: Niklesh > --- > liba

Re: [FFmpeg-devel] [PATCH] libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.

2015-08-12 Thread James Almer
On 12/08/15 6:22 AM, Alexis Ballier wrote: > Fixes the build with --enable-hardcoded-tables since ff_reverse has moved to > lavu. > --- > libavcodec/tableprint_vlc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h > index 33a9c0e

Re: [FFmpeg-devel] [PATCH] avformat: Move MAX_PROBE_PACKETS to internal.h

2015-08-12 Thread Michael Niedermayer
On Sun, Aug 09, 2015 at 08:28:17PM -0400, Ronald S. Bultje wrote: > Hi, > > On Sun, Aug 9, 2015 at 5:21 PM, Michael Niedermayer > wrote: > > > From: Michael Niedermayer > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/avformat.h |1 - > > libavformat/internal.h |2 ++

Re: [FFmpeg-devel] [PATCH] web/index: use "audio" and "video" in place of "audios" and "videos"

2015-08-12 Thread Lou Logan
On Wed, Aug 12, 2015, at 06:09 AM, Stefano Sabatini wrote: > "Audios" is a dubious English term, "audio" sounds more correct and more > generic. > --- > src/index | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM. It's a change I meant to do myself but forgot. Thanks. _

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-12 Thread Howe, James
They're indented because I added another level of if nesting... libav-devel just had a version of this fix posted, not by me, which you may prefer. >> On 12 Aug 2015, at 11:22, Michael Niedermayer wrote: >> >> On Wed, Aug 12, 2015 at 09:58:39AM +, Carl Eugen Hoyos wrote: >> Howe, James hp

Re: [FFmpeg-devel] [PATCH] movtextdec: Use default style information from movtext header

2015-08-12 Thread Clément Bœsch
On Wed, Aug 12, 2015 at 06:24:32PM +0530, Niklesh Lalwani wrote: [...] > +#define BOTTOM_LEFT 1 > +#define BOTTOM_CENTER 2 > +#define BOTTOM_RIGHT3 > +#define MIDDLE_LEFT 4 > +#define MIDDLE_CENTER 5 > +#define MIDDLE_RIGHT6 > +#define TOP_LEFT7 > +#define TOP_CENTER

[FFmpeg-devel] [PATCH] web/index: use "audio" and "video" in place of "audios" and "videos"

2015-08-12 Thread Stefano Sabatini
"Audios" is a dubious English term, "audio" sounds more correct and more generic. --- src/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index b/src/index index d5c3106..7a24517 100644 --- a/src/index +++ b/src/index @@ -18,7 +18,7 @@ -Converting video

[FFmpeg-devel] [PATCH] movtextdec: Use default style information from movtext header

2015-08-12 Thread Niklesh Lalwani
From: Niklesh As suggested, posting the combined patch with the fate changes. The patch sets the default style in ASS from the default style information present in the movtext header. Signed-off-by: Niklesh --- libavcodec/movtextdec.c | 82 +--- t

Re: [FFmpeg-devel] [PATCH 2/2] Update fate tests to reflect changes in movtextdec default style

2015-08-12 Thread Niklesh Lalwani
On Wed, Aug 12, 2015 at 3:24 PM, Carl Eugen Hoyos wrote: > Niklesh Lalwani iitb.ac.in> writes: > > > The default style is set in the previous patch from > > the information present in movtext header. This > > changes the results of some fate tests. > > The fate changes should be in the same patc

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-12 Thread Hendrik Leppkes
On Wed, Aug 12, 2015 at 12:22 PM, Michael Niedermayer wrote: > On Wed, Aug 12, 2015 at 09:58:39AM +, Carl Eugen Hoyos wrote: >> Howe, James hp.com> writes: >> >> > Sorry again. This attachment should make it through. >> >> Your patch does not apply. >> >> Please explain how we can reproduce t

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-12 Thread Michael Niedermayer
On Wed, Aug 12, 2015 at 09:58:39AM +, Carl Eugen Hoyos wrote: > Howe, James hp.com> writes: > > > Sorry again. This attachment should make it through. > > Your patch does not apply. > > Please explain how we can reproduce the issue that > you are trying to fix. > > And please only add the

Re: [FFmpeg-devel] [PATCH] doc: make timespec more precise

2015-08-12 Thread Stefano Sabatini
On date Tuesday 2015-08-11 13:00:46 -0400, Ganesh Ajjanagadde encoded: > Fixes Ticket4595 > > Signed-off-by: Ganesh Ajjanagadde > --- > doc/ffmpeg.texi | 11 +++ > doc/ffplay.texi | 12 ++-- > 2 files changed, 17 insertions(+), 6 deletions(-) Applied, thanks. -- FFmpeg = Freak

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-12 Thread Carl Eugen Hoyos
Howe, James hp.com> writes: > Sorry again. This attachment should make it through. Your patch does not apply. Please explain how we can reproduce the issue that you are trying to fix. And please only add the three additional lines, do not reindent the unchanged lines to make reading the pat

Re: [FFmpeg-devel] [PATCH 2/2] Update fate tests to reflect changes in movtextdec default style

2015-08-12 Thread Carl Eugen Hoyos
Niklesh Lalwani iitb.ac.in> writes: > The default style is set in the previous patch from > the information present in movtext header. This > changes the results of some fate tests. The fate changes should be in the same patch as the changes that influence fate. This is to make sure that ever

[FFmpeg-devel] [PATCH 2/2] Update fate tests to reflect changes in movtextdec default style

2015-08-12 Thread Niklesh Lalwani
From: Niklesh The default style is set in the previous patch from the information present in movtext header. This changes the results of some fate tests. Signed-off-by: Niklesh --- tests/ref/fate/sub-movtext | 2 +- tests/ref/fate/sub-subripenc | 10 +- 2 files changed, 6 insertion

Re: [FFmpeg-devel] [PATCH] libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.

2015-08-12 Thread Carl Eugen Hoyos
Alexis Ballier gentoo.org> writes: > Fixes the build with --enable-hardcoded-tables since > ff_reverse has moved to lavu. Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

[FFmpeg-devel] [PATCH 1/2] movtextdec: Use default style information from movtext header

2015-08-12 Thread Niklesh Lalwani
From: Niklesh This is the updated patch to set the default style in ASS from the default style information present in the movtext header. Signed-off-by: Niklesh --- libavcodec/movtextdec.c | 82 ++--- 1 file changed, 78 insertions(+), 4 deletions(-)

[FFmpeg-devel] [PATCH] libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.

2015-08-12 Thread Alexis Ballier
Fixes the build with --enable-hardcoded-tables since ff_reverse has moved to lavu. --- libavcodec/tableprint_vlc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h index 33a9c0e..675251a 100644 --- a/libavcodec/tableprint_vlc.h +++ b/li