[FFmpeg-devel] [PATCH 1/2] matroskadec: Add support for parsing live header files

James Almer jamrial at gmail.com
Sun Apr 5 09:04:25 CEST 2015


On 04/04/15 7:54 PM, Michael Niedermayer wrote:
> On Tue, Mar 31, 2015 at 04:51:57PM -0700, Vignesh Venkatasubramanian wrote:
>> This patch adds support for parsing live files (produced by
>> -f webm_chunk) which contains only the headers but no packets. This
>> is only used when using -f webm_dash_manifest. There will be a
>> follow up patch which adds live support to WebM DASH Manifest
>> muxer.
>>
>> Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
>> ---
>>  libavformat/matroskadec.c | 49 ++++++++++++++++++++++++++++++++++-------------
>>  1 file changed, 36 insertions(+), 13 deletions(-)
> 
> applied
> 
> thanks

One of these two commits broke all webm-dash-manifest tests (including the new one) on msvc.

http://fate.ffmpeg.org/report.cgi?time=20150405053624&slot=x86_32-msvc12-windows-native
http://fate.ffmpeg.org/report.cgi?time=20150405031550&slot=x86_64-msvc12-windows-native


More information about the ffmpeg-devel mailing list