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

  • rtmpproto : send swfverify value as swfurl if latter is unused

    20 mars 2017, par Ricardo Constantino
    rtmpproto: send swfverify value as swfurl if latter is unused
    
    Replicates lavf/librtmp.c behavior in L145-152 and rtmpdump's
    behavior with "--swfVfy <url>" passing the url to swfUrl.
    
    Fixes bug 943.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/rtmpproto.c
  • aacsbr : Turnoff in the event of over read.

    20 mars 2017, par Alex Converse
    aacsbr: Turnoff in the event of over read.
    
    Aliased compressed AAC bytes are almost certainly not meaningful SBR
    data. In the wild this causes harsh artifacts switching HE-AAC streams
    that don't have SBR headers aligned with segment boundaries.
    
    Turning off SBR falls back to a default set of upsampling parameters
    that can function as a sort of error concealment. This is consistent
    with how the decoder handles other sorts of errors.
    
    Bug-Id: 1047
    CC: libav-stable@libav.org
    
    Signed-off-by: Sean McGovern <gseanmcg@gmail.com>
    
    • [DBH] libavcodec/aacsbr.c
  • doc : Add VAAPI encoders

    19 mars 2017, par Mark Thompson
    doc: Add VAAPI encoders
    
    • [DBH] doc/encoders.texi
  • avconv : Document the -init_hw_device option

    19 mars 2017, par Mark Thompson
    avconv: Document the -init_hw_device option
    
    • [DBH] doc/avconv.texi
  • hwcontext : Fix documentation for av_hwdevice_ctx_alloc()

    19 mars 2017, par Jun Zhao
    hwcontext: Fix documentation for av_hwdevice_ctx_alloc()
    
    From ffmpeg commit 9365dfcbf665b83b2e60c5ec5e2abf1f0a49e2c3.
    
    Signed-off-by: Jun Zhao <jun.zhao@intel.com>
    Signed-off-by: Mark Thompson <sw@jkqxz.net>
    
    • [DBH] libavutil/hwcontext.h