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

  • doc : use HOSTEXESUF when calling print_options

    23 avril, par Timo Rothenpieler
    doc: use HOSTEXESUF when calling print_options
    
    This is neccesary on WSL, and has no averse effects in normal
    environments.
    
    • [DH] doc/Makefile
  • avformat/movenc : remove one level of indentation

    23 avril, par James Almer
    avformat/movenc: remove one level of indentation
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/movenc.c
  • avcodec/aac/aacdec : remove double colon

    23 avril, par James Almer
    avcodec/aac/aacdec: remove double colon
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/aac/aacdec.h
  • av1dec : Fix RefFrameSignBias calculation

    22 avril, par Mark Thompson
    av1dec: Fix RefFrameSignBias calculation
    
    • [DH] libavcodec/av1dec.c
  • configure : fix rpuenc typos

    22 avril, par Haihao Xiang
    configure: fix rpuenc typos
    
    Otherwise there are link errors:
    LD      ffprobe_g
    /usr/bin/ld: libavcodec/libavcodec.so: undefined reference to
    `ff_dovi_rpu_generate'
    /usr/bin/ld: libavcodec/libavcodec.so: undefined reference to
    `ff_dovi_configure'
    collect2: error: ld returned 1 exit status
    
    Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
    Reviewed-by: Jan Ekström <jeebjp@gmail.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] configure