git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/id3v2 : Print the unknown encoding
11 avril, par Michael Niedermayer -
avcodec/magicyuvenc : Fix Huffman element probabilities
11 avril, par Andreas Rheinhardtavcodec/magicyuvenc: Fix Huffman element probabilities The earlier code only used the counts from the last slice. The two FATE tests using slices show compression improvements due to this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
fate/vcodec : Add MagicYUV tests
11 avril, par Andreas Rheinhardt -
avcodec/magicyuvenc : Fix setting nb_slices
11 avril, par Andreas Rheinhardtavcodec/magicyuvenc: Fix setting nb_slices Do not derive it via av_cpu_count() in case AVCodecContext.slices is unset. Instead default to AVCodecContext.thread_num instead (which is one in case frame-threading is used and gives the actual number of slice threads for slice threading). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
libpostproc : deprecate the AMD 3DNow ! define
11 avril, par Sean McGovern