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 : Use "", not <> for lavu headers

    14 avril, par Andreas Rheinhardt
    fftools/textformat: Use "", not <> for lavu headers
    
    Also remove unused headers.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [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
  • avcodec/tests/mjpegenc_huffman : Also test length counts

    14 avril, par Andreas Rheinhardt
    avcodec/tests/mjpegenc_huffman: Also test length counts
    
    This is better than just testing that the tree is not overdetermined.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/tests/mjpegenc_huffman.c
  • 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