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

  • Make the RELEASE file match with the most recent tag

    14 octobre 2016, par Sean McGovern
    Make the RELEASE file match with the most recent tag
    
    • [DBH] RELEASE
  • rtmpproto : Don’t include a client version in the unencrypted C1 handshake

    14 octobre 2016, par Martin Storsjö
    rtmpproto: Don't include a client version in the unencrypted C1 handshake
    
    According to the public RTMP specification, these 4 bytes should
    be zero.
    
    librtmp in server mode assumes that the RTMPE (FP9) handshake is
    used if these bytes are nonzero.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/rtmpproto.c
  • rtmpproto : Don’t include the libavformat version as "clientid"

    14 octobre 2016, par Martin Storsjö
    rtmpproto: Don't include the libavformat version as "clientid"
    
    When acting as server, the server can include a "clientid" property
    in some status messages. But this should be a unique number
    identifying the client session, not identifying the server itself.
    In practice, omitting it works just as well as including this
    incorrect field.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/rtmpproto.c
  • build : Drop arch-specific checkasm Makefiles

    14 octobre 2016, par Diego Biurrun
    build: Drop arch-specific checkasm Makefiles
    
    They only contain one line and will never contain more.
    
    • [DBH] tests/checkasm/Makefile
    • [DBH] tests/checkasm/aarch64/Makefile
    • [DBH] tests/checkasm/arm/Makefile
    • [DBH] tests/checkasm/x86/Makefile
  • build : Prefer NASM assembler over YASM

    13 octobre 2016, par Diego Biurrun
    build: Prefer NASM assembler over YASM
    
    NASM is more actively maintained and permits generating dependency information
    as a sideeffect of assembling, thus cutting build times in half.
    
    • [DBH] .travis.yml
    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/optimization.txt
    • [DBH] doc/platform.texi