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/version_major : remove unnecessary define for an internal function

    1er septembre, par James Almer
    avcodec/version_major: remove unnecessary define for an internal function
    
    It being avpriv and not public, it can be removed in the next bump regardless of when it
    happens.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/exif.c
    • [DH] libavcodec/exif_internal.h
    • [DH] libavcodec/version_major.h
  • avformat/movenc : remove mvex from final mp4 in hybrid_fragmented mode

    1er septembre, par Zhao Zhili
    avformat/movenc: remove mvex from final mp4 in hybrid_fragmented mode
    
    In hybrid_fragmented mode, the first moov at start should contain
    mvex tag, since it's fmp4. When writing the moov at the second time,
    it's not fmp4 any more, so mvex should be skipped.
    
    • [DH] libavformat/movenc.c
    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/lavf/mov_hybrid_frag
  • forgejo/workflows : make autolabel workflow always use token from secrets

    1er septembre, par Timo Rothenpieler
    forgejo/workflows: make autolabel workflow always use token from secrets
    
    Using the built-in token seems to only partially work.
    And in the latest Forgejo release the issue forcing the use of the
    built-in token was fixed with:
    
    https://codeberg.org/forgejo/forgejo/pulls/9025
    
    • [DH] .forgejo/workflows/autolabel.yml
  • vp9 : Add 8bpc intra prediction AVX2 asm

    1er septembre, par Henrik Gramner
    vp9: Add 8bpc intra prediction AVX2 asm
    
    • [DH] libavcodec/x86/vp9dsp_init.c
    • [DH] libavcodec/x86/vp9intrapred.asm
  • avcodec/mfenc : add AVLowLatencyMode support

    31 août, par Cameron Gutman
    avcodec/mfenc: add AVLowLatencyMode support
    
    Set CODECAPI_AVLowLatencyMode when AV_CODEC_FLAG_LOW_DELAY is enabled on
    the AVCodecContext. AVLowLatencyMode can acheive lower latency encoding
    that may not be accessible using eAVScenarioInfo options alone.
    
    Signed-off-by: Cameron Gutman <aicommander@gmail.com>
    
    • [DH] libavcodec/mfenc.c