On Thu, Aug 13, 2015 at 01:07:38PM +0800, Zhang Rui wrote:
> > status = VTDecompressionSessionDecodeFrame(videotoolbox->session,
> > sample_buf,
> > - 0, // decodeFlags
> > +
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
> status = VTDecompressionSessionDecodeFrame(videotoolbox->session,
> sample_buf,
> - 0, // decodeFlags
> + decodeFlags,
>
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
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
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
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://
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:
-
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
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
@@ -
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
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
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
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 ++
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.
_
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
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
"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
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
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
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
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
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
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
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
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
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
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(-)
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
29 matches
Mail list logo