- 25 Apr, 2017 4 commits
-
-
Alexandra Hájková authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Seppo Tomperi authored
Signed-off-by: Alexandra Hájková <alexandra@khirnov.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Kostya Shishkov authored
Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 24 Apr, 2017 11 commits
-
-
Luca Barbato authored
print_str() cannot print NULL. Bug-Id: 1040 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
The allocation event can trigger while the decoding thread is already closing. Bug-Id: 1052 CC: libav-stable@libav.org
-
Luca Barbato authored
It requires pthreads.
-
Luca Barbato authored
The arguments may contain '$', which gets interpreted by the shell. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
-
Sean McGovern authored
Bug-Id: 1013 CC: libav-stable@libav.org
-
Diego Biurrun authored
doc/examples/output.c:512:33: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type
-
Diego Biurrun authored
doc/examples/filter_audio.c:168:17: warning: assignment discards ‘const’ qualifier from pointer target type
-
Diego Biurrun authored
-
- 23 Apr, 2017 2 commits
-
-
Aaron Levinson authored
And reduce the vertical alignment constraint when possible to reduce the memory usage. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Aaron Levinson authored
Fill out the default/unset parameters with ones actually in use. Matches the current MediaSDK example code. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 21 Apr, 2017 1 commit
-
-
Martin Storsjö authored
This makes it easier to group them with the rest when running e.g. --bench=hevc. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 20 Apr, 2017 4 commits
-
-
Luca Barbato authored
Bug-Id: 1046 CC: libav-stable@libav.org
-
Luca Barbato authored
Bug-Id: 1043 CC: libav-stable@libav.org
-
Luca Barbato authored
Size can be negative at that point. Bug-Id: 1041 CC: libav-stable@libav.org
-
Luca Barbato authored
On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there is little point in running the tests twice, with CC=gcc and CC=clang.
-
- 19 Apr, 2017 1 commit
-
-
Luca Barbato authored
Bug-Id: 1037 CC: libav-stable@libav.org
-
- 15 Apr, 2017 7 commits
-
-
Luca Barbato authored
Avoid warnings about types mismatch and make the code a little simpler.
-
Luca Barbato authored
It is undefined in C as reported: warning: shifting a negative signed value is undefined
-
Paul B Mahol authored
Introduced with utvideo 18. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
~10% faster when simd is available. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 13 Apr, 2017 8 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Paul B Mahol authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Avoid a use after free in avformat_find_stream_info. CC: libav-stable@libav.org
-
Luca Barbato authored
The loop always consumes the bit read and the new bitstream reader can read 0 bits just fine.
-
Ganesh Ajjanagadde authored
Doing slice_end - slice_start is unsafe and can lead to undefined behavior until slice_end has been properly sanitized. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 12 Apr, 2017 2 commits
-
-
Alexandra Hájková authored
The speedup vs C code is around 6-13x. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Make the current semi-public avpriv_ac3_parse_header() private to lavc. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-