[FFmpeg-devel] [PATCH 2/2 v3] lavf/avienc: Add xxpc entries to index

Mats Peterson matsp888 at yahoo.com
Sun Mar 13 16:07:59 CET 2016


On 03/13/2016 04:04 PM, Michael Niedermayer wrote:
> On Sun, Mar 13, 2016 at 09:34:41AM +0100, Mats Peterson wrote:
>> Reposting it.
>>
>> Here's an interesting one. Windows Media Player won't make any palette
>> changes without the xxpc chunks being indexed.
>>
>> Fixing the logic for reading and seeking with xxpc chunks in the
>> demuxer  is a future task. Now the muxing of video with xxpc chunks
>> works properly at least.
>>
>> Try playing the resulting test.avi file from the command line below
>> with Windows Media Player, with and without this patch.
>>
>> ffmpeg -i TOON.AVI -c:v copy -c:a copy test.avi
>>
>> Mats
>>
>> --
>> Mats Peterson
>> http://matsp888.no-ip.org/~mats/
>
>>   libavformat/avi.h            |    6 ++
>>   libavformat/avienc.c         |  100 ++++++++++++++++++++++++++++---------------
>>   tests/ref/lavf-fate/avi_cram |    4 -
>>   3 files changed, 73 insertions(+), 37 deletions(-)
>> b826d24043234c25613a421b5178762f1b4da973  0002-lavf-avienc-Add-xxpc-entries-to-index.patch
>>  From dde62d49f69c0685eb3fe704ec58d45017be64a2 Mon Sep 17 00:00:00 2001
>> From: Mats Peterson <matsp888 at yahoo.com>
>> Date: Sat, 12 Mar 2016 16:18:36 +0100
>> Subject: [PATCH 2/2 v3] lavf/avienc: Add xxpc entries to index
>
> applied
>
> thanks
>
> [...]
>

Thanks. I have a small fix coming, though.

Mats



More information about the ffmpeg-devel mailing list