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

  • avcodec/rv20enc : Use av_assert1() instead of av_assert0()

    6 mai, par Andreas Rheinhardt
    avcodec/rv20enc: Use av_assert1() instead of av_assert0()
    
    There is really no good reason to perform these checks in
    release builds.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/rv20enc.c
  • avcodec/mpegvideo encs : Add put_bits_assume_flushed() to encode_header

    6 mai, par Andreas Rheinhardt
    avcodec/mpegvideo encs: Add put_bits_assume_flushed() to encode_header
    
    This allows the compiler to remove the implicit "Do I need to output
    the PutBitContext buffer here?" checks.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/flvenc.c
    • [DH] libavcodec/h261enc.c
    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/msmpeg4enc.c
    • [DH] libavcodec/rv10enc.c
    • [DH] libavcodec/rv20enc.c
    • [DH] libavcodec/speedhqenc.c
    • [DH] libavcodec/wmv2enc.c
  • vulkan_ffv1 : pipe through slice decoding status

    6 mai, par Lynne
    vulkan_ffv1: pipe through slice decoding status
    
    • [DH] libavcodec/vulkan/ffv1_dec.comp
    • [DH] libavcodec/vulkan/ffv1_dec_setup.comp
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_decode.h
    • [DH] libavcodec/vulkan_ffv1.c
  • vulkan/ffv1 : unify encode and decode get/put primitives

    6 mai, par Lynne
    vulkan/ffv1: unify encode and decode get/put primitives
    
    This simply makes a get_rac/put_rac_internal variant that can be
    reused.
    
    • [DH] libavcodec/vulkan/rangecoder.comp
  • avformat/apvdec : remove unused variable

    5 mai, par Marvin Scholz
    avformat/apvdec: remove unused variable
    
    • [DH] libavformat/apvdec.c