On Thu, Aug 22, 2019 at 10:16 AM Michael Niedermayer <[email protected]> wrote:
> On Thu, Aug 22, 2019 at 10:09:30AM +0200, Paul B Mahol wrote: > > Why not fix issues listed in decoder code instead of this hack? > > I can improve the VLC reader and will probably look into that > but i dont think that will provide the factor of 2000 speedup needed > to avoid the adjustment. It might reduce the factor needed though. > > Also all this old game codecs never used very high resolutions. Max something vga, but not even that. > thx > > > [...] > > > > + // Unoptimized VLC reading and allows a small input to > generate > > > gigantic output > > > + case AV_CODEC_ID_IDCIN: maxpixels /= 2048; break; > [...] > > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > Take away the freedom of one citizen and you will be jailed, take away > the freedom of all citizens and you will be congratulated by your peers > in Parliament. > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
