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/decode : Fix avcodec parameters when bsfs are enable by decoder

    6 mars, par Zhao Zhili
    avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder
    
    BSF can update extradata, e.g., vvc_mp4toannexb. If we don't copy
    bsf->par_out back to avcodec context, decoder can get extradata in
    mp4 format, while packets are in annexb format.
    
    • [DH] libavcodec/decode.c
  • avcodec/exr : use luma+alpha float pixel formats

    5 mars, par James Almer
    avcodec/exr: use luma+alpha float pixel formats
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/exr.c
    • [DH] tests/ref/fate/exr-ya-scanline-zip-half-12x8
  • lavc/vvc : Fix NumEntryPoints derivation

    5 mars, par Frank Plowman
    lavc/vvc: Fix NumEntryPoints derivation
    
    If pps_single_slice_per_subpic_flag is 1,
    slice_{width,height}_in_tiles are undefined and we must instead get the
    dimensions of the slice by referring to the corresponding subpicture.
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>
    
    • [DH] libavcodec/cbs_h266_syntax_template.c
  • avcodec/exr : use the correct step value for plane pointers

    5 mars, par James Almer
    avcodec/exr: use the correct step value for plane pointers
    
    Fixes a regression since 0e917389fe73c932049635d947bba076f1709589.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/exr.c
    • [DH] tests/ref/fate/exr-rgb-tile-half-piz-dw-large
    • [DH] tests/ref/fate/exr-rgb-tile-half-zip
  • swscale/input : add support for YAF16 and YAF32

    5 mars, par James Almer
    swscale/input: add support for YAF16 and YAF32
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libswscale/input.c
    • [DH] libswscale/utils.c
    • [DH] libswscale/version.h