summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-08
* Always call avcodec_thread_init()Måns Rullgård2010-01-20
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun2008-12-15
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* 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: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)Michael Niedermayer2004-05-26
* * reimplementation using mutexes and condition variables.Roman Shaposhnik2004-05-18
* count > thread_count for execute()Michael Niedermayer2004-03-03
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-19
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13