[FFmpeg-devel] [PATCH] Some minor fixes of my "patchset" for palettized QuickTime video in Matroska

Mats Peterson matsp888 at yahoo.com
Sun Dec 20 10:43:51 CET 2015


On 12/17/2015 04:35 PM, Mats Peterson wrote:
> I know nobody will care whatsoever, but I forgot to change the minimum
> private data size from 86 to 36 for A_QUICKTIME, and I removed that
> fprintf() line in qtpalette.c. I'll post it for the hell of it. PERHAPS
> it can be valuable as a starting point in order to fix this
> long-standing issue, IN SPITE of my refusal to learn Git. Oh, and it's
> in zip format this time, since I got complaints from using tar.
>
> Mats
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Yet another update with small corrections of matroskadec.c and mov.c. It 
seems that for 8-bit grayscale Cinepak, the policy has been to "trick" 
the Cinepak decoder into believing the video is rgb24 and not pal8, and 
it has been working fine until I started messing with setting 
bits_per_coded_sample to 8 for 8-bit grayscale Cinepak. I've restored 
the old behaviour of using rgb24.

Mats

-- 
Mats Peterson
http://matsp888.no-ip.org/~mats/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libavformat-patches.zip
Type: application/zip
Size: 5670 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151220/9bdbeb25/attachment.zip>


More information about the ffmpeg-devel mailing list