git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
x264 : Support version 153
26 décembre 2017, par Luca Barbato -
w32pthreads : always use Vista+ API, drop XP support
21 décembre 2017, par wm4w32pthreads: always use Vista+ API, drop XP support This removes the XP compatibility code, and switches entirely to SRW locks, which are available starting at Windows Vista. This removes CRITICAL_SECTION use, which allows us to add PTHREAD_MUTEX_INITIALIZER, which will be useful later. Windows XP is hereby not a supported build target anymore. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
mmaldec : Fix compilation after 2fcb0090
20 décembre 2017, par Martin Storsjö -
vaapi_h265 : Mark unused entries in RefPicList[01] as explicitly invalid
17 décembre 2017, par Mark Thompson -
vaapi_encode : Destroy output buffer pool before VA context
17 décembre 2017, par Mark Thompson