- 30 Mar, 2015 6 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Himangi Saraogi authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 29 Mar, 2015 4 commits
-
-
Luca Barbato authored
The default value for unset is -1, not 0. Problem introduced in 66028b7b Bug-Id: 835
-
Hendrik Leppkes authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Hendrik Leppkes authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
wm4 authored
Based on a patch by Rodger Combs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 27 Mar, 2015 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is to avoid conflicts with the upcoming QSV encoding support.
-
- 24 Mar, 2015 2 commits
-
-
Stephen Hutchinson authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Stephen Hutchinson authored
AviSynth 2.6 (and by extension, AviSynth+) moves these functions into AVSC_API. This requires both adjusting their normal use, and for AvxSynth, adjusting the position/use of the USING_AVISYNTH ifdefs. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 23 Mar, 2015 8 commits
-
-
Hendrik Leppkes authored
-
Hendrik Leppkes authored
-
Michael Niedermayer authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Rename the existing tscc2 test.
-
Vittorio Giovara authored
This will allow to copy the matrix as is and it is just cleaner to keep the matrix in the same order specified by the mov standard (which is also explicitly described in the documentation). In order to preserve compatibility, flip the angle sign in the display API av_display_rotation_set() and av_display_rotation_get(), and improve the documentation mentioning the rotation direction.
-
Martin Storsjö authored
These are essential allowing QuickTime to keep detecting content as slow-motion - this allows preserving them on stream copy. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 21 Mar, 2015 16 commits
-
-
Federico Tomassetti authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Federico Tomassetti authored
Bug-Id: CID 1257798 / CID 1257805 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Federico Tomassetti authored
Bug-Id: CID 1258462 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Federico Tomassetti authored
Bug-Id: CID 1288294 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Federico Tomassetti authored
Bug-Id: CID 1257832 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Federico Tomassetti authored
Bug-Id: CID 1267890 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
While it is a per-frame variable, it is only really used in the low-level decoding code, so it is more efficient to store it in the slice context.
-
Anton Khirnov authored
-
Anton Khirnov authored
There is no need to store a whole H264Picture, with a full AVFrame embedded in it. This should allow getting rid of the embedded AVFrame later.
-
Anton Khirnov authored
-
Anton Khirnov authored
This code makes no sense for h.264.
-
Anton Khirnov authored
-
Anton Khirnov authored
There is now no need to have per-slice copies of the H264Context.
-
Anton Khirnov authored
All the variables modified by this code are either per-MB arrays or have been moved to the per-slice context
-
Anton Khirnov authored
-
Anton Khirnov authored
-