summaryrefslogtreecommitdiffstats
path: root/libavcodec/w32thread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with win32 threads.after 'unbreak avcodec_thread_init'Maksym Veremeyenko2011-03-301-3/+3
* Unbreak avcodec_thread_initReimar Döffinger2011-03-281-2/+1
* w32thread: add missing #include thread.hMans Rullgard2011-02-111-0/+1
* Deprecate avcodec_thread_init()Alexander Strange2011-02-111-4/+4
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+6
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-151-1/+1
* w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman2010-03-081-1/+1
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-0/+3
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-201-3/+4
* Implement execute2 for w32threadReimar Döffinger2009-10-131-0/+15
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-131-21/+35
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-121-0/+1
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-2/+2
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-191-0/+134
OpenPOWER on IntegriCloud