[libav-devel] [PATCH] tls: Use TLSv1_client_method for OpenSSL

2011-11-17 Thread Martin Storsjö
TLSv1 is compatible with SSLv3, so this doesn't change much in terms of compatibility. By explicitly using TLSv1, OpenSSL sends the server name indication (SNI) header, which we already set using SSL_set_tlsext_host_name (earlier, this didn't have any effect). SNI allows servers to serve

[libav-devel] [PATCH] vp6: Fix illegal read.

2011-11-17 Thread Alex Converse
From: Thierry Foucu tfo...@gmail.com Found with Address Sanitizer --- libavcodec/vp6.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 03024fa..b594003 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -442,7 +442,7

Re: [libav-devel] [PATCH] vp6: Fix illegal read.

2011-11-17 Thread Kostya Shishkov
On Thu, Nov 17, 2011 at 09:41:34AM -0800, Alex Converse wrote: From: Thierry Foucu tfo...@gmail.com Found with Address Sanitizer --- libavcodec/vp6.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index

Re: [libav-devel] [PATCH] vp6: Fix illegal read.

2011-11-17 Thread Alex Converse
2011/11/17 Måns Rullgård m...@mansr.com: Alex Converse alex.conve...@gmail.com writes: From: Thierry Foucu tfo...@gmail.com Found with Address Sanitizer ---  libavcodec/vp6.c |    8 +---  1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libavcodec/vp6.c

Re: [libav-devel] [PATCH] vp6: Fix illegal read.

2011-11-17 Thread Ronald S. Bultje
Hi, On Thu, Nov 17, 2011 at 9:59 AM, Alex Converse alex.conve...@gmail.com wrote: 2011/11/17 Måns Rullgård m...@mansr.com: Alex Converse alex.conve...@gmail.com writes: From: Thierry Foucu tfo...@gmail.com Found with Address Sanitizer ---  libavcodec/vp6.c |    8 +---  1 files

[libav-devel] [PATCH 1/2] vp6: Fix illegal read.

2011-11-17 Thread Alex Converse
From: Thierry Foucu tfo...@gmail.com Found with Address Sanitizer --- libavcodec/vp6.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 03024fa..9433983 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -442,7 +442,8

Re: [libav-devel] [PATCH] rtpdec: unwrap RTP timestamps for PTS calculation

2011-11-17 Thread John Brooks
On Thu, Nov 17, 2011 at 4:23 PM, Martin Storsjö mar...@martin.st wrote: On Thu, 17 Nov 2011, John Brooks wrote: diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 592c08d..88cf15b 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -439,7 +439,13 @@ static void

[libav-devel] [PATCH] segafilm: add support for raw videos

2011-11-17 Thread Matthew Hoops
This patch adds support for the 'raw' codec found in some Sega FILM videos. There's a sample located at http://samples.multimedia.cx/game-formats/film-cpk/FA806A.CPK -Matt 0001-segafilm-add-support-for-raw-videos.patch Description: Binary data ___

Re: [libav-devel] [PATCH] segafilm: add support for raw videos

2011-11-17 Thread Mike Melanson
On 11/17/2011 11:27 AM, Matthew Hoops wrote: This patch adds support for the 'raw' codec found in some Sega FILM videos. There's a sample located at http://samples.multimedia.cx/game-formats/film-cpk/FA806A.CPK Oh, so that's why that sample failed to play the other day when I uploaded it on

Re: [libav-devel] [PATCH] segafilm: add support for raw videos

2011-11-17 Thread Kostya Shishkov
On Thu, Nov 17, 2011 at 10:22:50PM -0800, Mike Melanson wrote: On 11/17/2011 11:27 AM, Matthew Hoops wrote: This patch adds support for the 'raw' codec found in some Sega FILM videos. There's a sample located at http://samples.multimedia.cx/game-formats/film-cpk/FA806A.CPK Oh, so that's

Re: [libav-devel] [PATCH] applehttp: Fix seeking in streams not starting at DTS=0

2011-11-17 Thread Anton Khirnov
On Wed, 16 Nov 2011 10:55:44 +0200, Martin Storsjö mar...@martin.st wrote: From: Panagiotis H.M. Issaris takis.issa...@uhasselt.be The Apple HTTP Live Streaming demuxer's implementation of seeking searches for the MPEG TS segment which contains the requested timestamp. In its current

Re: [libav-devel] [PATCH 1/5] http: Split out the non-chunked buffer reading part from http_read

2011-11-17 Thread Anton Khirnov
On Fri, 11 Nov 2011 14:20:21 +0200, Martin Storsjö mar...@martin.st wrote: --- libavformat/http.c | 44 +--- 1 files changed, 25 insertions(+), 19 deletions(-) Sorry for the delay, the patchset looks fine to me. -- Anton Khirnov