]> git.sesse.net Git - x264/commit
Use threadpools to avoid unnecessary thread creation
authorSteven Walters <kemuri9@gmail.com>
Wed, 9 Jun 2010 22:14:52 +0000 (18:14 -0400)
committerFiona Glaser <fiona@x264.com>
Fri, 25 Jun 2010 06:57:20 +0000 (23:57 -0700)
commit81cada8effc3e91eec3f413772b3c1629e8beb4d
tree5fa68011cec6deff180330de95c2837965fd13c7
parent1a3548cf7bbebe7aa69f2ec65f6d36dc08afafc8
Use threadpools to avoid unnecessary thread creation
Tiny performance improvement with fast settings and lots of threads.
May help more on some OSs with slow thread creation, like OS X.
Unify inconsistent synchronized abbreviations to sync.
Makefile
common/common.h
common/frame.c
common/frame.h
common/threadpool.c [new file with mode: 0644]
common/threadpool.h [new file with mode: 0644]
encoder/encoder.c
encoder/lookahead.c
input/thread.c