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/ffmpeg : add support for setting maximum buffered frames in a filtergraph

    6 juillet, par Marton Balint
    fftools/ffmpeg: add support for setting maximum buffered frames in a filtergraph
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] doc/ffmpeg.texi
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_opt.c
  • avfilter/avfilter : add AVFilterGraph->max_buffered_frames to limit buffered frames

    6 juillet, par Marton Balint
    avfilter/avfilter: add AVFilterGraph->max_buffered_frames to limit buffered frames
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] doc/APIchanges
    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/avfiltergraph.c
    • [DH] libavfilter/version.h
  • avfilter/framequeue : add support for limiting and tracking buffered frames in the...

    6 juillet, par Marton Balint
    avfilter/framequeue: add support for limiting and tracking buffered frames in the queues
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] libavfilter/framequeue.c
    • [DH] libavfilter/framequeue.h
  • swscale : add support for new 10/12 bit MSB formats

    4 juillet, par Timo Rothenpieler
    swscale: add support for new 10/12 bit MSB formats
    
    • [DH] libswscale/format.c
    • [DH] libswscale/input.c
    • [DH] libswscale/loongarch/output_lasx.c
    • [DH] libswscale/loongarch/output_lsx.c
    • [DH] libswscale/output.c
    • [DH] libswscale/ppc/swscale_altivec.c
    • [DH] libswscale/ppc/swscale_vsx.c
    • [DH] libswscale/swscale_unscaled.c
    • [DH] libswscale/tests/floatimg_cmp.c
    • [DH] libswscale/utils.c
    • [DH] libswscale/x86/swscale.c
    • [DH] tests/ref/fate/filter-pixdesc-gbrp10msbbe
    • [DH] tests/ref/fate/filter-pixdesc-gbrp10msble
    • [DH] tests/ref/fate/filter-pixdesc-gbrp12msbbe
    • [DH] tests/ref/fate/filter-pixdesc-gbrp12msble
    • [DH] tests/ref/fate/filter-pixdesc-yuv444p10msbbe
    • [DH] tests/ref/fate/filter-pixdesc-yuv444p10msble
    • [DH] tests/ref/fate/filter-pixdesc-yuv444p12msbbe
    • [DH] tests/ref/fate/filter-pixdesc-yuv444p12msble
    • [DH] tests/ref/fate/filter-pixfmts-copy
    • [DH] tests/ref/fate/filter-pixfmts-crop
    • [DH] tests/ref/fate/filter-pixfmts-field
    • [DH] tests/ref/fate/filter-pixfmts-fieldorder
    • [DH] tests/ref/fate/filter-pixfmts-hflip
    • [DH] tests/ref/fate/filter-pixfmts-il
    • [DH] tests/ref/fate/filter-pixfmts-null
    • [DH] tests/ref/fate/filter-pixfmts-pad
    • [DH] tests/ref/fate/filter-pixfmts-scale
    • [DH] tests/ref/fate/filter-pixfmts-transpose
    • [DH] tests/ref/fate/filter-pixfmts-vflip
    • [DH] tests/ref/fate/sws-floatimg-cmp
  • avutils/pixfmt : add YUV444/GBRP 10 and 12 bit MSB formats

    4 juillet, par Timo Rothenpieler
    avutils/pixfmt: add YUV444/GBRP 10 and 12 bit MSB formats
    
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] tests/ref/fate/imgutils
    • [DH] tests/ref/fate/sws-pixdesc-query