summaryrefslogtreecommitdiff
path: root/libavcodec/beosthread.c
Commit message (Expand)AuthorAgeFilesLines
* Remove beosthreads supportMåns Rullgård2010-06-221-183/+0
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-151-1/+1
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-0/+3
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-2/+2
* 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: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-13/+13
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.François Revol2005-01-291-0/+47
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge...François Revol2004-11-211-0/+133