summaryrefslogtreecommitdiff
path: root/libavcodec/w32thread.c
Commit message (Expand)AuthorAge
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* w32thread: add missing #include thread.hMans Rullgard2011-02-09
* Deprecate avcodec_thread_init()Alexander Strange2011-02-09
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman2010-03-08
* Always call avcodec_thread_init()Måns Rullgård2010-01-20
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
* Implement execute2 for w32threadReimar Döffinger2009-10-13
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-13
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-12
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* __stdcall -> WINAPIRamiro Polla2008-03-07
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19