git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
avconv : factor out initializing stream parameters for encoding
23 mai 2016, par Anton Khirnovavconv: factor out initializing stream parameters for encoding Setting the filter input parameters is moved to init_input_stream(), so that it is done before the decoder is opened, potentially overwriting the information from avformat_find_stream_info() with less accurate data. This commit temporarily disables QSV transcoding with hw frames. The functionality will be re-added in the following commits.
-
avconv : do not set encoder options when streamcopy is used
23 mai 2016, par Anton Khirnov -
avconv : explicitly postpone writing the header until all streams are initialized
23 mai 2016, par Anton Khirnov -
avconv : refactor selecting an encoder
23 mai 2016, par Anton Khirnov -
avconv : create simple filtergraphs earlier
22 mai 2016, par Anton Khirnov