git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
mov : Save number of stsd elements after stream extradata allocation
29 juin 2016, par Vittorio Giovara -
hevc : Add AVX2 DC IDCT
29 juin 2016, par James Almerhevc: Add AVX2 DC IDCT Originally written by Pierre Edouard Lepere <pierre-edouard.lepere@insa-rennes.fr>. Integrated to Libav by Josh de Kock <josh@itanimul.li>. Signed-off-by: Alexandra Hájková <alexandra@khirnov.net>
-
hevc : offer DXVA2 for 10bit 420
29 juin 2016, par Anton Khirnov -
checkasm : hevc : Iterate over features first, then over bitdepths
28 juin 2016, par Martin Storsjöcheckasm: hevc: Iterate over features first, then over bitdepths This avoids listing the same feature multiple times in the test output. Previously the output contained something like this: SSE2: - hevc_mc.qpel [OK] - hevc_mc.epel [OK] - hevc_mc.unweighted_pred [OK] - hevc_mc.qpel [OK] - hevc_mc.epel [OK] - hevc_mc.unweighted_pred [OK] Signed-off-by: Martin Storsjö <martin@martin.st>
-
avconv_dxva2 : support HEVC Main10 decoding
28 juin 2016, par Hendrik Leppkes