]> git.sesse.net Git - ffmpeg/history - libavcodec/w32thread.c
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / libavcodec / w32thread.c
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-09 Mans Rullgardw32thread: add missing #include thread.h
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2010-03-15 Benoit FouetRemove avcodec_thread_execute from avcodec.h, and make...
2010-03-08 Andreas Ömanw32thread: Make avcodec_thread_execute2() static here...
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2009-11-20 Reimar DöffingerIn win32 thread implementation do not access jobnr...
2009-10-13 Reimar DöffingerImplement execute2 for w32thread
2009-10-13 Reimar DöffingerFix w32thread implementation to handle job count >...
2009-08-12 Shehzad SalimFix a memleak with win32 threads: the handle returned...
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-02-19 Michael Niedermayerw32threads by (Gildas Bazin <gbazin at altern dot org>)