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

  • fate/tests/flvenc : add missing ffprobe dependency to fate-enhanced-flv-multitrack

    17 janvier, par James Almer
    fate/tests/flvenc: add missing ffprobe dependency to fate-enhanced-flv-multitrack
    
    Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/flvenc.mak
  • avformat/avformat : also clear FFFormatContext packet queue when closing a muxer

    17 janvier, par James Almer
    avformat/avformat: also clear FFFormatContext packet queue when closing a muxer
    
    packet_buffer is used in mux.c, and if a muxing process fails at a point where
    packets remained in said queue, they will leak.
    
    Fixes ticket #11419
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/avformat.c
  • avcodec/hevc/hevcdec : Don't add to null pointer

    16 janvier, par Vitaly Buka
    avcodec/hevc/hevcdec: Don't add to null pointer
    
    `POS(1,` and `POS(2,` may trigger UBSAN report:
    "runtime error: applying non-zero offset 304 to null pointer"
    
    Looks like values are not used without `chroma_format_idc`,
    so maybe there is no other issues than the UB.
    
    Can't reproduce with "fate".
    
    Signed-off-by: Vitaly Buka <vitalybuka@google.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/hevc/hevcdec.c
  • avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations

    16 janvier, par Sean McGovern
    avcodec/svq1enc: restrict Altivec acceleration to big-endian POWER configurations
    
    This was disabled in da60b99a8857d5ca236f32c1799a066e0135a866 and then
    accidentally re-enabled in 172b0e2e88832822632841e8e0d3794f974cbc93.
    
    The code in question was never properly adapted for litte-endian mode.
    
    refs: trac/10955
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ppc/svq1enc_altivec.c
  • avcodec/amfenc : Fix max rate control log message

    16 janvier, par Araz Iusubov
    avcodec/amfenc: Fix max rate control log message
    
    • [DH] libavcodec/amfenc_av1.c
    • [DH] libavcodec/amfenc_h264.c
    • [DH] libavcodec/amfenc_hevc.c