git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
audiodsp : fix vector_clipf documentation
9 août 2016, par Anton Khirnov -
checkasm : add tests for audiodsp
9 août 2016, par Anton Khirnov -
audiodsp/x86 : clear the high bits of the order parameter on 64bit
9 août 2016, par Anton Khirnov -
audiodsp/x86 : fix ff_vector_clip_int32_sse2
9 août 2016, par Anton Khirnov -
qsv{dec,enc} : always use an internal mfxFrameSurface1
9 août 2016, par Anton Khirnovqsv{dec,enc}: always use an internal mfxFrameSurface1 For encoding, this avoids modifying the input surface, which we are not allowed to do. This will also be useful in the following commits. Signed-off-by: Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>