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

  • rtsp : only break on parse_rtsp_message on error

    29 novembre 2017, par Tristan Matthews
    rtsp: only break on parse_rtsp_message on error
    
    Fix suggested by Luca Barbato.
    
    This was causing spurious EOFs when using -rtsp_transport udp, as
    reported in https://bugzilla.libav.org/show_bug.cgi?id=1103
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/rtsp.c
  • qsvenc : cavlc option is only available for h264

    27 novembre 2017, par Li, Zhong
    qsvenc: cavlc option is only available for h264
    
    Moving option definition to h264 implementation and fixing command line defaults
    in order to properly respect cavlc input value
    
    Signed-off-by: Zhong Li <zhong.li@intel.com>
    Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
    
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h
    • [DBH] libavcodec/qsvenc_h264.c
  • makedef : Pass EXTERN_PREFIX from configure to makedef

    16 novembre 2017, par Martin Storsjö
    makedef: Pass EXTERN_PREFIX from configure to makedef
    
    This avoids having to use either "dumpbin -headers" to find out
    the current architecture, or pass $ARCH from configure to deduce it.
    
    When configuring with --disable-asm, ARCH is equal to "c", which doesn't
    give any indication of what symbol prefix is to be used.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] compat/windows/makedef
    • [DBH] configure
  • Makefile : fix distclean target

    13 novembre 2017, par James Almer
    Makefile: fix distclean target
    
    It must imply clean. Regression since 7ebe7e8e7a76c0ce302f4f583ef0d14220031214.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] Makefile
  • configure : fix writing library dependencies to config.sh

    13 novembre 2017, par James Almer
    configure: fix writing library dependencies to config.sh
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] configure