Re: [libav-devel] [PATCH] ismindex: produce .ismf file

2014-09-05 Thread Martin Storsjö
Hi Mika, On Thu, 4 Sep 2014, Mika Raento wrote: This is a non-standard file that maps the MSS segment names to offsets in the ISMV file. This can be used to build a custom MSS streaming server without splitting the ISMV into separate files. --- tools/ismindex.c | 118

Re: [libav-devel] [PATCH] ismindex: produce .ismf file

2014-09-05 Thread Raento Mika
On 05/09/14 10:28, Martin Storsjö mar...@martin.st wrote: Hi Mika, On Thu, 4 Sep 2014, Mika Raento wrote: This is a non-standard file that maps the MSS segment names to offsets in the ISMV file. This can be used to build a custom MSS streaming server without splitting the ISMV into separate

Re: [libav-devel] [PATCH] ismindex: produce .ismf file

2014-09-05 Thread Martin Storsjö
On Fri, 5 Sep 2014, Raento Mika wrote: On 05/09/14 10:28, Martin Storsjö mar...@martin.st wrote: Hi Mika, On Thu, 4 Sep 2014, Mika Raento wrote: Now when I finally tested this, I noticed that you don't write the source filename into the ismf file. If you only use one single ismv source file

[libav-devel] Next Sprints and Releases

2014-09-05 Thread Luca Barbato
With the first Libav11 release (possibly this weekend), I'd plan to catch up and have Libav12 released by early November. I'd plan a larger sprint in October focused in having a smoother release and make sure people that need features by release can focus so their feature hits the tree before the

Re: [libav-devel] [PATCH 5/8] vdpau: add helper for surface chroma type

2014-09-05 Thread Diego Biurrun
On Thu, Sep 04, 2014 at 04:11:19PM +0300, Rémi Denis-Courmont wrote: --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -150,6 +150,16 @@ typedef struct AVVDPAUContext { +/** + * Gets the proper VDPAU video surface chroma type to supply to a codec Get_ + * @note Behaviour is undefined if

Re: [libav-devel] [PATCH 7/8] vdpau: check video surface and decoder capabilities

2014-09-05 Thread Diego Biurrun
On Thu, Sep 04, 2014 at 04:11:21PM +0300, Rémi Denis-Courmont wrote: --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -79,6 +83,23 @@ int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile, +surface_query_caps = ff_vdpau_get_proc_address(avctx, +

Re: [libav-devel] [PATCH 8/8] avcodec: bump minor version for VDPAU changes

2014-09-05 Thread Diego Biurrun
On Thu, Sep 04, 2014 at 04:11:22PM +0300, Rémi Denis-Courmont wrote: From: Rémi Denis-Courmont re...@nvidia.com --- doc/APIchanges | 7 +++ libavcodec/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) Please do the version bumps in the commits that add the

Re: [libav-devel] [PATCH 1/8] vdpau: common support for managing the VdpDecoder in avcodec

2014-09-05 Thread Diego Biurrun
On Thu, Sep 04, 2014 at 04:11:15PM +0300, Rémi Denis-Courmont wrote: --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -38,6 +40,67 @@ +static VdpStatus vdp_enosys(/* Unspecified, not void - leave empty */) The comment puzzles me. Also, doesn't this add a warning? +#if

Re: [libav-devel] [PATCH] rtp: H.261 support (RFC 4587)

2014-09-05 Thread Diego Biurrun
On Wed, Sep 03, 2014 at 10:14:06PM +0200, Thomas Volkert wrote: --- a/Changelog +++ b/Changelog @@ -32,7 +32,7 @@ version next: - request icecast metadata by default - support for using metadata in stream specifiers in avtools - Aliases and defaults for Ogg subtypes (opus, spx) - +-

Re: [libav-devel] [PATCH 2/6] x86inc: Make ym# behave the same way as xm#

2014-09-05 Thread Diego Biurrun
On Fri, Sep 05, 2014 at 12:13:34AM +0200, James Darnley wrote: From: Henrik Gramner hen...@gramner.com This makes more sense for future implementations of templates with zmm registers. --- libavutil/x86/x86inc.asm |8 1 files changed, 4 insertions(+), 4 deletions(-)

Re: [libav-devel] [PATCH 5/6] x86inc: free up variable name n in global namespace

2014-09-05 Thread Diego Biurrun
On Fri, Sep 05, 2014 at 12:13:37AM +0200, James Darnley wrote: From: Loren Merritt pengv...@akuvian.org --- libavutil/x86/x86inc.asm | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) LGTM Diego ___ libav-devel mailing

Re: [libav-devel] [PATCH 6/6] x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags

2014-09-05 Thread Diego Biurrun
On Fri, Sep 05, 2014 at 12:13:38AM +0200, James Darnley wrote: From: Henrik Gramner hen...@gramner.com Previously there was a limit of two cpuflags. --- libavutil/x86/x86inc.asm | 41 ++--- 1 files changed, 22 insertions(+), 19 deletions(-) probably

Re: [libav-devel] [PATCH 1/8] vdpau: common support for managing the VdpDecoder in avcodec

2014-09-05 Thread wm4
On Thu, 4 Sep 2014 16:11:15 +0300 Rémi Denis-Courmont r...@remlab.net wrote: From: Rémi Denis-Courmont re...@nvidia.com Using the not so new init and uninit callbacks, avcodec can now take care of creating and destroying the VDPAU decoder instance. The application is still responsible

[libav-devel] [PATCH 1/2] libavformat: Check mkdir return error codes

2014-09-05 Thread Martin Storsjö
Previously, the returned error codes were intentionally ignored (see fadd3a68213), to avoid aborting if the directory already existed. If the mkdir actually failed, this was caught when opening files within the directory fails anyway. By handling the error code here (but explicitly ignoring

[libav-devel] [PATCH 2/2] ismindex: Avoid writing ismf files if no base name has been specified

2014-09-05 Thread Martin Storsjö
Previously, this could create files named (null).ismf, if the -ismf parameter is specified (before an input file name), but without specifying any base name. --- tools/ismindex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ismindex.c b/tools/ismindex.c index bc98226..aa862f8

Re: [libav-devel] [PATCH 2/2] ismindex: Avoid writing ismf files if no base name has been specified

2014-09-05 Thread Timothy Gu
On Fri, Sep 5, 2014 at 12:58 PM, Martin Storsjö mar...@martin.st wrote: Previously, this could create files named (null).ismf, if the -ismf parameter is specified (before an input file name), but without specifying any base name. --- tools/ismindex.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [libav-devel] [PATCH 2/2] ismindex: Avoid writing ismf files if no base name has been specified

2014-09-05 Thread Martin Storsjö
On Fri, 5 Sep 2014, Timothy Gu wrote: On Fri, Sep 5, 2014 at 12:58 PM, Martin Storsjö mar...@martin.st wrote: Previously, this could create files named (null).ismf, if the -ismf parameter is specified (before an input file name), but without specifying any base name. --- tools/ismindex.c | 2

Re: [libav-devel] [PATCH 1/2] libavformat: Check mkdir return error codes

2014-09-05 Thread Luca Barbato
On 05/09/14 21:58, Martin Storsjö wrote: Previously, the returned error codes were intentionally ignored (see fadd3a68213), to avoid aborting if the directory already existed. If the mkdir actually failed, this was caught when opening files within the directory fails anyway. By handling the