Re: [FFmpeg-devel] Fixes for audio/L16

2018-11-24 Thread Igor Derzhavin
fixes that. On Thu, Nov 22, 2018 at 4:45 PM Igor Derzhavin wrote: > No, I don't now applications that can play pcm streams through HTTP. VLC > misdetect such streams as mp3, and there is a two years old bug > https://trac.videolan.org/vlc/ticket/17229. > > On Thu, Nov 22, 20

Re: [FFmpeg-devel] Fixes for audio/L16

2018-11-22 Thread Igor Derzhavin
No, I don't now applications that can play pcm streams through HTTP. VLC misdetect such streams as mp3, and there is a two years old bug https://trac.videolan.org/vlc/ticket/17229. On Thu, Nov 22, 2018 at 4:00 PM Carl Eugen Hoyos wrote: > 2018-11-22 10:16 GMT+01:00, Igor Derzhavin :

[FFmpeg-devel] Fixes for audio/L16

2018-11-22 Thread Igor Derzhavin
used; From e40e9567995042d75f8070daaa2efde46409f877 Mon Sep 17 00:00:00 2001 From: Igor Derzhavin Date: Thu, 22 Nov 2018 10:38:20 +0300 Subject: [PATCH 1/3] avformat/pcmdec: mime-type should be case insensitive (audio/L16) --- libavformat/pcmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l

[FFmpeg-devel] [PATCH] libavformat/flvdec.c: don't build index_entries for input stream if AVIOContext is not seekable

2015-06-10 Thread Igor Derzhavin
2001 From: Igor Derzhavin Date: Wed, 10 Jun 2015 14:56:02 +0300 Subject: [PATCH] libavformat/flvdec.c: don't build index_entries for input stream if AVIOContext is not seekable Signed-off-by: Igor Derzhavin --- libavformat/flvdec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 dele