git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/proresdec : Deduplicate debug message
23 février, par Andreas Rheinhardt -
avcodec/get_bits : Remove LONG_BITSTREAM_READER
23 février, par Andreas Rheinhardt -
avcodec/proresdec : Don't use LONG_BITSTREAM_READER
23 février, par Andreas Rheinhardtavcodec/proresdec: Don't use LONG_BITSTREAM_READER Using LONG_BITSTREAM_READER means that every get_bits() call uses an AV_RB64() to ensure that cache always contains 32 valid bits (as opposed to the ordinary 25 guaranteed by reading 32 bits); yet this is unnecessary when unpacking alpha. So only use these 64bit reads where necessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/flacdsp : Remove leftover encoding function pointers
23 février, par Andreas Rheinhardt -
avcodec/intrax8dsp : Copy several bytes at once
23 février, par Andreas Rheinhardt