git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
configure : Reset X86ASM_DEP(FLAGS) when probing for the assembler program
24 juin 2017, par Diego Biurrunconfigure: Reset X86ASM_DEP(FLAGS) when probing for the assembler program These variables might be set from a previous probe run, but one or the other program that is probed for may not grok the flags, resulting in errors during assembling when the values of those variables are passed to the assembler.
-
nvenc : Minimize the surface allocation
24 juin 2017, par Ben Changnvenc: Minimize the surface allocation The previous default sets the allocated surfaces to 32 unless it is user-overridden or the lookahead parameter is set. Change the surfaces calculation for default, B-frames and lookahead scenario.
-
nvenc : Use a fifo to manage the free surface pool
24 juin 2017, par Ben Chang -
nvenc : Add an explicit auto alias
24 juin 2017, par Ben Chang -
vaapi_mpeg2 : Convert to use coded bitstream infrastructure
24 juin 2017, par Mark Thompson