[x264-devel] commit: Support for native Windows threads (Steven	Walters )
    git at videolan.org 
    git at videolan.org
       
    Wed Dec 15 04:19:36 CET 2010
    
    
  
x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Sat Dec 11 20:30:29 2010 -0500| [a51816a5dc33ad7fbd0301c8dd2d61c161213107] | committer: Jason Garrett-Glaser 
Support for native Windows threads
Patch originally by Pegasys Inc.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a51816a5dc33ad7fbd0301c8dd2d61c161213107
---
 Makefile             |    8 +-
 common/cpu.c         |    4 +-
 common/mdate.c       |   49 ---------
 common/osdep.c       |   91 +++++++++++++++++
 common/osdep.h       |   40 ++++---
 common/threadpool.h  |    2 +-
 common/win32thread.c |  275 ++++++++++++++++++++++++++++++++++++++++++++++++++
 common/win32thread.h |   79 ++++++++++++++
 configure            |   53 +++++++---
 encoder/encoder.c    |   14 ++-
 encoder/lookahead.c  |    2 +-
 x264.c               |   12 +--
 x264.h               |    2 +-
 13 files changed, 527 insertions(+), 104 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=a51816a5dc33ad7fbd0301c8dd2d61c161213107
    
    
More information about the x264-devel
mailing list