git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/lcevcdec : don't try to write to output frames directly
16 mai, par James Almeravcodec/lcevcdec: don't try to write to output frames directly The buffer references may not be writable at this point, as the decoder calls get_buffer2() with the AV_GET_BUFFER_FLAG_REF flag. Fixes races as reported by tsan, producing correct output regardless of threading choices. Signed-off-by: James Almer <jamrial@gmail.com>
-
avcodec/mpegvideo_dec : Move ff_mpv_report_decode_progress() to h263dec.c
16 mai, par Andreas Rheinhardtavcodec/mpegvideo_dec: Move ff_mpv_report_decode_progress() to h263dec.c It is its only user. Also make it static and call it before ff_mpeg_draw_horiz_band(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/tests/avcodec : Check only frame-mt decoders set update_thread_ctx
16 mai, par Andreas Rheinhardt -
avcodec/h263dec : Use av_unreachable() for unreachable code
16 mai, par Andreas Rheinhardt -
avcodec/msmpeg4dec : Use av_unreachable() for unreachable code
16 mai, par Andreas Rheinhardt