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/dxa : Remove set-but-unused variable

    29 mars, par Andreas Rheinhardt
    avcodec/dxa: Remove set-but-unused variable
    
    Forgotten in 6e80ec9dc5d7ea83c3abac641aa08ad7849c9e98.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/dxa.c
  • avutil/hwcontext_vulkan : stop checking for deprecated and removed flag

    28 mars, par llyyr
    avutil/hwcontext_vulkan: stop checking for deprecated and removed flag
    
    AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY was deprecated in e0f2d2e70228d022195afccc057bd6dc8b688c21
    and removed in 09a57602991d47011247f2683f32a53255adcf09
    
    Fixes: e0f2d2e70228d022195afccc057bd6dc8b688c21
    Fixes: 09a57602991d47011247f2683f32a53255adcf09
    
    • [DH] libavutil/hwcontext_vulkan.c
  • avcodec/raw : Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool

    28 mars, par Andreas Rheinhardt
    avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
    
    Do this instead of exporting raw_pix_fmt_tags
    via avpriv_get_raw_pix_fmt_tags().
    
    For shared builds this will lead to an increase in the
    combined size of the lavc and fourcc2pixfmt binaries
    (because the overhead of exporting avpriv_get_raw_pix_fmt_tags()
    is dwarfed by the size of the array), but given that
    fourcc2pixfmt is a test tool that is not widely distributed
    it does not really matter. For static builds the opposite
    is true (the rest of lavc/raw.o is no longer pulled into
    the test tool and the getter can be removed, too).
    
    This patch has the additional benefit of removing
    struct PixelFormatTag from the ABI.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/raw.c
    • [DH] libavcodec/raw.h
    • [DH] libavcodec/raw_pix_fmt_tags.h
    • [DH] tools/fourcc2pixfmt.c
  • avcodec/ituh263enc : Add necessary #if checks for FLV encoder

    28 mars, par Andreas Rheinhardt
    avcodec/ituh263enc: Add necessary #if checks for FLV encoder
    
    Fixes compilation in case where the FLV encoder is disabled
    with any other H.263 based encoder enabled.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ituh263enc.c
  • avutil/hwcontext_amf : add support for d3d12va initialisation

    28 mars, par Dmitrii Ovchinnikov
    avutil/hwcontext_amf: add support for d3d12va initialisation
    
    • [DH] libavutil/hwcontext_amf.c