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/mpegvideo_dec : Don't sync max_b_frames

    24 février, par Andreas Rheinhardt
    avcodec/mpegvideo_dec: Don't sync max_b_frames
    
    Only the VC-1 decoder (which does not use frame-threading)
    and encoders use it.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo_dec.c
  • avcodec/libuavs3d : process extradata

    24 février, par Zhao Zhili
    avcodec/libuavs3d: process extradata
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavcodec/libuavs3d.c
  • avformat/isom_tags : Add tag for AVS3

    24 février, par Zhao Zhili
    avformat/isom_tags: Add tag for AVS3
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavformat/isom_tags.c
  • avcodec/proresdec : Reuse permutation

    24 février, par Andreas Rheinhardt
    avcodec/proresdec: Reuse permutation
    
    The ProresDSPContext already contains the idct_permutation.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/proresdec.c
  • avcodec/simple_idct : Move ProRes-only code to proresdsp.c

    24 février, par Andreas Rheinhardt
    avcodec/simple_idct: Move ProRes-only code to proresdsp.c
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/proresdsp.c
    • [DH] libavcodec/simple_idct.c
    • [DH] libavcodec/simple_idct.h
    • [DH] libavcodec/simple_idct_template.c
    • [DH] libavcodec/tests/dct.c