git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/vp6 : Don't reload unnecessarily often in get_vlc2()
17 avril, par Andreas Rheinhardtavcodec/vp6: Don't reload unnecessarily often in get_vlc2() The VLC trees used here have very few different codes and are therefore guaranteed to not be very deep: The AC/DC VLCs have 12 elements and therefore a depth <= 11 whereas the run VLCs have only nine elements and therefore a depth <= 8. This allows to reduce the worst-case number of reloads for reading a VLC code. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/vp6 : Don't initialize unused VLC tables
17 avril, par Andreas Rheinhardt -
avcodec/huffman : Switch to ff_vlc_init_from_lengths()
17 avril, par Andreas Rheinhardt -
avformat/mov : Reduce seek when interleaved_read is disabled
17 avril, par Zhao Zhili -
avcodec/magicyuvenc : Hoist check out of loop
17 avril, par Andreas Rheinhardt