git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/dnn : do not manually parse anchors filter option
26 février, par Leandro Santiagoavfilter/dnn: do not manually parse anchors filter option Instead, rely on AV_OPT_TYPE_FLAG_ARRAY, which will automatically perform the parsing. Signed-off-by: Leandro Santiago <leandrosansilva@gmail.com> Reviewed-by: Wenbin Chen <wenbin.chen@intel.com> Reviewed-by: Guo Yejun <yejun.guo@intel.com>
-
avcodec/vc1dec : Don't initialize inter_scantable
25 février, par Andreas Rheinhardt -
avcodec/msmpeg4dec : Remove redundant check
25 février, par Andreas Rheinhardtavcodec/msmpeg4dec: Remove redundant check Since d50635cd247e17fe16c63219b9ae80d45a8185b1 the dct_unquantize_h263_intra functions have set the number of coefficients to 63 in case of ac_pred, so ff_msmpeg4_decode_block() doesn't have to bump it on its own. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avutil/aarch64/tx_float_neon.S : clean up FFT4_X2
25 février, par Krzysztof Pyrkosz via ffmpeg-devel -
tests/swscale : remove stray whitespace in scanf format
25 février, par Niklas Haas