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

  • avformat/rtsp : fix misleading indentation

    8 juillet, par Marvin Scholz
    avformat/rtsp: fix misleading indentation
    
    • [DH] libavformat/rtsp.c
  • avcodec/adpcm : squelch uninitialized variable warnings

    8 juillet, par Peter Ross
    avcodec/adpcm: squelch uninitialized variable warnings
    
    Fixes CID1655273 and CID1655274.
    
    Signed-off-by: Marvin Scholz <epirat07@gmail.com>
    
    • [DH] libavcodec/adpcm.c
  • doc/scaler.texi : add missing gamma option

    8 juillet, par Desmond Liu
    doc/scaler.texi: add missing gamma option
    
    Add missing 'gamma correct scaling' option to documentation.
    
    Signed-off-by: Desmond Liu <desmond.liu@netint.ca>
    
    • [DH] doc/scaler.texi
  • avfilter/overlay_cuda : add timeline editing support

    7 juillet, par Jorge Estrada
    avfilter/overlay_cuda: add timeline editing support
    
    Enables timeline editing options for overlay_cuda similar to what overlay allows
    
    Example overlaying an image on a video between 30 to 60 seconds:
    
    ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i sample-video.mp4 -i sample-image.jpg
    -filter_complex "[1:v]hwupload_cuda[image],[0:v]scale_npp=format=yuv420p[video],[video][image]overlay_cuda=enable='between(t,30,60)'"
    -c:v h264_nvenc -c:a copy -y overlay-output-gpu.mp4
    
    Signed-off-by: Jorge Estrada <jestrada.list@gmail.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_overlay_cuda.c
  • avformat/tls : rename accidentally changed options

    7 juillet, par Marvin Scholz
    avformat/tls: rename accidentally changed options
    
    These were accidentally renamed back to the old names in
    ba9817df9df5911ceb2edff37d9ec970c29329e2
    
    Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavformat/tls.h