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

2016-03-13 Thread Mats Peterson
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 xx

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

2016-03-13 Thread Michael Niedermayer
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 ta

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

2016-03-13 Thread Mats Peterson
On 03/13/2016 09:34 AM, 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 w

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

2016-03-13 Thread Mats Peterson
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. Tr

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

2016-03-12 Thread Mats Peterson
Forgot to check return values from avi_add_ientry(). Original description follows: 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. N