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

Vignesh Venkatasubramanian vigneshv at google.com
Tue Apr 7 21:23:31 CEST 2015


On Mon, Apr 6, 2015 at 10:01 AM, Vignesh Venkatasubramanian
<vigneshv at google.com> wrote:
> On Sun, Apr 5, 2015 at 12:04 AM, James Almer <jamrial at gmail.com> wrote:
>> 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.
>>
>
> Thanks for pointing it out. I'm trying to set up MSVC on a windows
> machine i have to reproduce and come up with a fix (i'm guessing it is
> a new line issue). I will push the fix as soon as i have it.
>
>> 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
>
>

I've uploaded a patch that fixes the fate tests in MSVC:
https://ffmpeg.org/pipermail/ffmpeg-devel/2015-April/171376.html

>
> --
> Vignesh



-- 
Vignesh


More information about the ffmpeg-devel mailing list