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

  • avcodec/ffv1enc : remap table size is 1<

    24 mars, par Michael Niedermayer
    avcodec/ffv1enc: remap table size is 1<<bits_per_raw_sample not fixed 65536
    
    not a bugfix as this path was only used for float16 but it makes sense
    to allow using this for integers too
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : remap mode 2 is for floats only

    24 mars, par Michael Niedermayer
    avcodec/ffv1enc: remap mode 2 is for floats only
    
    (you could use it for others but it makes no sense)
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/raw : Add GBR(A)PF16/32LE/BE

    24 mars, par Michael Niedermayer
    avcodec/raw: Add GBR(A)PF16/32LE/BE
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/raw.c
    • [DH] tests/ref/fate/filter-pixdesc-gbrapf32be
    • [DH] tests/ref/fate/filter-pixdesc-gbrapf32le
    • [DH] tests/ref/fate/filter-pixdesc-gbrpf32be
    • [DH] tests/ref/fate/filter-pixdesc-gbrpf32le
    • [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-scale
    • [DH] tests/ref/fate/filter-pixfmts-transpose
    • [DH] tests/ref/fate/filter-pixfmts-vflip
  • avformat/nut : Add GBR(A)PF16/32LE/BE

    24 mars, par Michael Niedermayer
    avformat/nut: Add GBR(A)PF16/32LE/BE
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/nut.c
  • fftools/ffmpeg_filter : ensure ifp is set before dereferencing it

    24 mars, par James Almer
    fftools/ffmpeg_filter: ensure ifp is set before dereferencing it
    
    Fixes segfaults since cbbc927a67f142a02bfc5d047c03587599ee5b55.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg_filter.c