git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
avformat/matroska : fix MatroskaVideoFieldOrder enum values
13 octobre 2016, par James Almeravformat/matroska: fix MatroskaVideoFieldOrder enum values The spec says 9: Interlaced with bottom field displayed first and top field stored first 14: Interlaced with top field displayed first and bottom field stored first And avcodec.h states AV_FIELD_TB, //< Top coded first, bottom displayed first AV_FIELD_BT, //< Bottom coded first, top displayed first Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
rtmpproto : Send chunk size on the network channel
13 octobre 2016, par Martin Storsjö -
rtmpproto : Lengthen the filename buffer when receiving streams
13 octobre 2016, par Martin Storsjö -
rtmpproto : Check the return from ff_amf_read_string
13 octobre 2016, par Martin Storsjö -
file protocol : handle the file : protocol string in file_check
13 octobre 2016, par Anton Khirnov