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/ituh263enc : Don't use h263_plus field

    21 mai, par Andreas Rheinhardt
    avcodec/ituh263enc: Don't use h263_plus field
    
    It is equal to codec_id == AV_CODEC_ID_H263P, check for that instead.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/mpegvideo : Check h263_aic, not h263_plus for allocating dc_val

    20 mai, par Andreas Rheinhardt
    avcodec/mpegvideo: Check h263_aic, not h263_plus for allocating dc_val
    
    This means that these buffers won't be allocated any more
    for H.263+ with AIC disabled.
    Also remove setting h263_plus for the RV20 encoder,
    as it has only been done to force allocating dc_val.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/cuviddec : only flush cuvid when output queue is empty

    20 mai, par Timo Rothenpieler
    avcodec/cuviddec: only flush cuvid when output queue is empty
    
    • [DH] libavcodec/cuviddec.c
  • avcodec/cuviddec : print error when queueing frames fails

    20 mai, par Timo Rothenpieler
    avcodec/cuviddec: print error when queueing frames fails
    
    • [DH] libavcodec/cuviddec.c
  • avcodec/mpegvideo : Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context

    20 mai, par Andreas Rheinhardt
    avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}Context
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpeg4videodec.h
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideoenc.h
    • [DH] libavcodec/nvdec_mpeg4.c
    • [DH] libavcodec/vaapi_mpeg4.c
    • [DH] libavcodec/vdpau_mpeg4.c
    • [DH] libavcodec/x86/mpegvideoenc_template.c