Re: [libav-devel] [PATCH] Added parameter -hls_allow_cache

2014-10-02 Thread Joakim Roubert
On 2014-09-19 10:01, Joakim Roubert wrote: The -hls_allow_cache parameter enables explicitly setting the [...] Just about 2 weeks since this latest patch was posted as a response to the last comments seen here. Is this ready for merge now? BR, /Joakim -- http://www.df.lth.se/~jokke/

Re: [libav-devel] [PATCH] Added parameter -hls_allow_cache

2014-10-02 Thread Martin Storsjö
Hi Joakim, On Thu, 2 Oct 2014, Joakim Roubert wrote: On 2014-09-19 10:01, Joakim Roubert wrote: The -hls_allow_cache parameter enables explicitly setting the [...] Just about 2 weeks since this latest patch was posted as a response to the last comments seen here. Is this ready for merge

[libav-devel] [PATCH] Added parameter -hls_allow_cache

2014-10-02 Thread Joakim Roubert
The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the

Re: [libav-devel] [PATCH] Added parameter -hls_allow_cache

2014-10-02 Thread Joakim Roubert
On 2014-10-02 08:58, Martin Storsjö wrote: I can't find it on https://lists.libav.org/pipermail/libav-devel/2014-September/ either Hmm, me neither. :-/ I guess there is some layer 8 problem going on here. it seems like your updated patch submission got lost somewhere. Can you resend it?

[libav-devel] [PATCH] Added parameter -hls_allow_cache

2014-10-02 Thread Joakim Roubert
The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the

[libav-devel] MPEG-DASH libav?

2014-10-02 Thread Joakim Roubert
Hi! Are there any known MPEG-DASH initiatives in libav? BR, /Joakim -- http://www.df.lth.se/~jokke/ ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] jpeg2000: split off inverse MCT as Jpeg2000DSP

2014-10-02 Thread James Almer
This makes the addition of arch optimized functions easier. Signed-off-by: James Almer jamr...@gmail.com --- Now with proper names for the dsp functions, Irreversible MCT (ICT) and Reversible MCT (RCT) respectively. No other changes. libavcodec/Makefile | 2 +- libavcodec/jpeg2000dec.c |

[libav-devel] [PATCH] mov: support the Color Parameter Atoms 'colr'

2014-10-02 Thread Vittorio Giovara
--- libavformat/mov.c | 80 +++ 1 file changed, 80 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 3734689..fd79e6f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -887,6 +887,85 @@ static int

Re: [libav-devel] [PATCH] mov: support the Color Parameter Atoms 'colr'

2014-10-02 Thread Luca Barbato
On 02/10/14 20:53, Vittorio Giovara wrote: --- libavformat/mov.c | 80 +++ 1 file changed, 80 insertions(+) Do you have any sample? lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] mov: support the Color Parameter Atoms 'colr'

2014-10-02 Thread Vittorio Giovara
On Thu, Oct 2, 2014 at 8:06 PM, Luca Barbato lu_z...@gentoo.org wrote: On 02/10/14 20:53, Vittorio Giovara wrote: --- libavformat/mov.c | 80 +++ 1 file changed, 80 insertions(+) Do you have any sample? I used