Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-02-11Set thread names on HaikuEmmanuel Gil Peyrot
2020-01-08Fix missing include for limits.hDale Curtis
2019-12-17Linux: Add a workaround for a glibc stack size issueHenrik Gramner
2019-08-14Prefer `do {} while (0);` over `while (0);`Michael Bradshaw
2019-08-08Set thread names on MacOSHenrik Gramner
2019-08-08Set thread names on Windows 10Henrik Gramner
2019-07-27Set thread names on BSDsJan Beich
2019-07-15Set thread names on LinuxEmmanuel Gil Peyrot
2019-05-04Control the stack size of spawned threadsHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Use consistent style for include guard definesMartin Storsjö
2019-02-13Use a consistent style for the terminating endif for include guardsMartin Storsjö
2019-02-08Windows: Improve pthread wrapperHenrik Gramner
2018-10-01Windows: Fix conflicting pthread symbol namesHenrik Gramner
2018-09-30thread: switch mutex wrappers to SRW locksJames Almer
2018-09-30threads: Inline some Windows pthreads compat wrappers in the headerJames Almer
2018-09-27Remove HAVE_PTHREAD_H config macroHugo Beauzée-Luyssen
2018-09-26win32: Add implementation of pthread_onceDerek Buitenhuis
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen