git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avfilter/dnn : do not manually parse anchors filter option

    26 février, par Leandro Santiago
    avfilter/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>
    
    • [DH] libavfilter/vf_dnn_detect.c
  • avcodec/vc1dec : Don't initialize inter_scantable

    25 février, par Andreas Rheinhardt
    avcodec/vc1dec: Don't initialize inter_scantable
    
    It is unused.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vc1dec.c
  • avcodec/msmpeg4dec : Remove redundant check

    25 février, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/msmpeg4dec.c
  • avutil/aarch64/tx_float_neon.S : clean up FFT4_X2

    25 février, par Krzysztof Pyrkosz via ffmpeg-devel
    avutil/aarch64/tx_float_neon.S: clean up FFT4_X2
    
    • [DH] libavutil/aarch64/tx_float_neon.S
  • tests/swscale : remove stray whitespace in scanf format

    25 février, par Niklas Haas
    tests/swscale: remove stray whitespace in scanf format
    
    • [DH] libswscale/tests/swscale.c