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

  • lavc/codec_desc : add lossless flags for hevc and av1

    31 août, par Gyan Doshi
    lavc/codec_desc: add lossless flags for hevc and av1
    
    Both codecs support a lossless mode akin to H.264/AVC
    
    • [DH] libavcodec/codec_desc.c
  • avcodec/x86/vp9dsp_init : remove preprocessor checks for some prototypes

    29 août, par James Almer
    avcodec/x86/vp9dsp_init: remove preprocessor checks for some prototypes
    
    Fixes compilation with --disable-avx512icl
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/x86/vp9dsp_init.c
  • avcodec/version : update the codec_ids

    29 août, par Nicolas Gaullier
    avcodec/version: update the codec_ids
    
    The counters should be incremented for each new codec.
    Catch-up to be in sync with codec_id.h again.
    
    Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
    
    • [DH] libavcodec/version.c
  • .forge/CODEOWNERS : add myself to EXIF code

    29 août, par Leo Izen
    .forge/CODEOWNERS: add myself to EXIF code
    
    Now that the major EXIF overhaul has been merged, I should be suggested
    to review patches that modify it.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>
    
    • [DH] .forgejo/CODEOWNERS
  • avfilter/af_whisper : fix srt file format

    29 août, par Vittorio Palmisano
    avfilter/af_whisper: fix srt file format
    
    The SRT file format requires commas in the time string, not periods.
    
    • [DH] libavfilter/af_whisper.c