git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
fftools/ffprobe : Rename AVTextFormatContext variables (w => tfc)
10 avril, par softworkz -
avcodec/hq_hqa : Check size before initializing GetByteContext
9 avril, par Andreas Rheinhardt -
avcodec/hq_hqa : Remove implicit always-false checks
9 avril, par Andreas Rheinhardt -
avcodec/hq_hqa : Check available date before allocating frame
9 avril, par Andreas Rheinhardt -
avcodec/hq_hqa : Use ff_vlc_init_from_lengths()
9 avril, par Andreas Rheinhardtavcodec/hq_hqa: Use ff_vlc_init_from_lengths() This allows to avoid the codes table; furthermore, given that the runs fit into seven bits and level into nine, one can put them into one int16_t and use as symbols table in ff_vlc_init_from_lengths(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>