git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • vp9_superframe_split_bsf : implement a AVBSFContext.flush() callback

    27 juillet 2018, par James Almer
    vp9_superframe_split_bsf: implement a AVBSFContext.flush() callback
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavcodec/vp9_superframe_split_bsf.c
  • h264_mp4toannexb_bsf : implement a AVBSFContext.flush() callback

    27 juillet 2018, par James Almer
    h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callback
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavcodec/h264_mp4toannexb_bsf.c
  • bsf : add a flushing mechanism to AVBSFContext

    27 juillet 2018, par James Almer
    bsf: add a flushing mechanism to AVBSFContext
    
    Meant to reset the internal bsf state without the need to reinitialize it.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/bsf.c
    • [DBH] libavcodec/version.h
  • frame : Simplify the video allocation

    27 juillet 2018, par Luca Barbato
    frame: Simplify the video allocation
    
    • [DBH] libavutil/frame.c
  • avcodec/qsv : fix async support

    24 juillet 2018, par Dmitry Rogozhkin
    avcodec/qsv: fix async support
    
    Current implementations of qsv components incorrectly work with async level, they
    actually try to work in async+1 level stepping into MFX_WRN_DEVICE_BUSY and polling
    loop. This change address this misbehaviour.
    
    Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
    Cc: Maxym Dmytrychenko <maxim.d33@gmail.com>
    Cc: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvdec_h2645.c
    • [DBH] libavcodec/qsvdec_other.c
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h