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

  • fftools/textformat : Apply formatting and whitespace changes

    14 avril, par softworkz
    fftools/textformat: Apply formatting and whitespace changes
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/textformat/avtextformat.c
    • [DH] fftools/textformat/avtextformat.h
    • [DH] fftools/textformat/avtextwriters.h
    • [DH] fftools/textformat/tf_compact.c
    • [DH] fftools/textformat/tf_default.c
    • [DH] fftools/textformat/tf_flat.c
    • [DH] fftools/textformat/tf_ini.c
    • [DH] fftools/textformat/tf_json.c
    • [DH] fftools/textformat/tf_xml.c
  • avfilter/avfilter : Add avfilter_link_get_hw_frames_ctx()

    14 avril, par softworkz
    avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] doc/APIchanges
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter.h
  • ffmpeg/repo : Add dot-folders in the repository root to .gitignore

    13 avril, par softworkz
    ffmpeg/repo: Add dot-folders in the repository root to .gitignore
    
    Those are often used by IDEs and FFmpeg doesn't have
    any such folders in the repo.
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] .gitignore
  • avcodec/libjxlenc : prevent color encoding from being set twice

    13 avril, par Leo Izen
    avcodec/libjxlenc: prevent color encoding from being set twice
    
    We currently populate the color encoding bundle and then check to see
    if there's an ICC profile to attach, and set the color encoding bundle
    in either case. The ICC profile overrides the color encoding bundle, so
    we should not calculate enum-based color encoding if we have an ICC
    profile present. Fixes several unnecessary warnings from being emitted.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>
    
    • [DH] libavcodec/libjxlenc.c
  • vulkan : fix logging level when erroring upon creating shader module

    13 avril, par Lynne
    vulkan: fix logging level when erroring upon creating shader module
    
    • [DH] libavutil/vulkan.c