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

  • 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
  • avcodec/nvenc : add support for new 10 bit MSB pixel formats

    4 juillet, par Timo Rothenpieler
    avcodec/nvenc: add support for new 10 bit MSB pixel formats
    
    • [DH] libavcodec/nvenc.c
  • avcodec/nvdec : switch to proper pixfmts on next major bump

    4 juillet, par Timo Rothenpieler
    avcodec/nvdec: switch to proper pixfmts on next major bump
    
    • [DH] libavcodec/cuviddec.c
    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/version_major.h
    • [DH] libavutil/hwcontext_cuda.c
  • avcodec/nvdec : fix 10bit output pixel formats

    4 juillet, par Timo Rothenpieler
    avcodec/nvdec: fix 10bit output pixel formats
    
    Fixes #11655
    
    • [DH] libavcodec/nvdec.c
    • [DH] libavutil/hwcontext_cuda.c