git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
vaapi_encode : Write sequence header as extradata
2 octobre 2016, par Mark Thompson -
hevcdec : add a VAAPI hwaccel
2 octobre 2016, par Anton Khirnovhevcdec: add a VAAPI hwaccel Partially based on a patch by Timo Rothenpieler <timo@rothenpieler.org>. Additional scaling list handling fix by Jun Zhao <mypopydev@gmail.com>.
-
huffyuvdsp : Enable the altivec code for PPC little-endian as well
1er octobre 2016, par Luca Barbato -
huffyuvdsp : Reenable PPC optimizations
1er octobre 2016, par Luca Barbato -
avconv : only retry decoding on actual decoding errors
1er octobre 2016, par Anton Khirnovavconv: only retry decoding on actual decoding errors Errors during decoding are currently considered non-fatal and do not terminate transcoding, so even if parts of the data are corrupted, the rest may be decodable. However, that should apply only to the actual decoding calls, not to the failures elsewhere (e.g. configuring filters).