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
-
10 avril 2017, par Paul B Mahol
utvideodec: Support UQRA and UQRG
- [DBH] libavcodec/utvideodec.c
- [DBH] libavformat/riff.c
-
10 avril 2017, par Paul B Mahol
utvideodec: Support UQY2
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- [DBH] libavcodec/utvideo.c
- [DBH] libavcodec/utvideo.h
- [DBH] libavcodec/utvideodec.c
- [DBH] libavformat/riff.c
-
8 avril 2017, par Simon Thelen
network: Use ff_neterrno instead of AVERROR(errno) for poll errors
This makes sure to pick up the actual error codes on windows.
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavformat/network.c
-
7 avril 2017, par Paul B Mahol
utvideodec: Support for gradient prediction
Introduced with utvideo 18.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- [DBH] libavcodec/utvideodec.c
-
7 avril 2017, par Luca Barbato
matroska: Read only the data written in the scratch buffer
The private buffer is 20bytes but depending on the type only 12 bytes
are actually filled.
- [DBH] libavformat/matroskaenc.c