git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
vaapi_h265 : cu_qp_delta should not be used in constant-QP mode
31 mai 2016, par Mark Thompson -
build : Only enable symbol reduction if the compiler does proper DCE
27 mai 2016, par Diego Biurrun -
qsvdec : support getting the session from an AVHWFramesContext
27 mai 2016, par Anton Khirnov -
avconv : pass the hwaccel frames context to the decoder
27 mai 2016, par Anton Khirnov -
avconv : init filtergraphs only after we have a frame on each input
27 mai 2016, par Anton Khirnovavconv: init filtergraphs only after we have a frame on each input This makes sure the actual stream parameters are used, which is important mainly for hardware decoding+filtering cases, which would previously require various weird workarounds to handle the fact that a fake software graph has to be constructed, but never used. This should also improve behaviour in rare cases where avformat_find_stream_info() does not provide accurate information.