Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-11w32thread: add missing #include thread.hMans Rullgard
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2010-03-15Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
2010-01-21Always call avcodec_thread_init()Måns Rullgård
2009-11-21In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger
2009-10-13Implement execute2 for w32threadReimar Döffinger
2009-10-13Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger
2009-08-12Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-03-07__stdcall -> WINAPIRamiro Polla
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-02-19w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer