git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
Make the RELEASE file match with the most recent tag
14 octobre 2016, par Sean McGovern -
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>
-
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>
-
build : Drop arch-specific checkasm Makefiles
14 octobre 2016, par Diego Biurrun -
build : Prefer NASM assembler over YASM
13 octobre 2016, par Diego Biurrun