summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-1/+1
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-3/+0
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
* pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-091-1/+1
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-051-1/+1
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
* Deprecate avcodec_thread_init()Alexander Strange2011-02-091-3/+3
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-4/+718
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-151-1/+1
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-081-1/+1
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-1/+5
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-1/+12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun2008-12-151-3/+3
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-3/+6
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-1/+1
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-061-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* 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-17/+17
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-21/+21
* 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)Michael Niedermayer2004-05-261-2/+2
* * reimplementation using mutexes and condition variables.Roman Shaposhnik2004-05-181-155/+122
* count > thread_count for execute()Michael Niedermayer2004-03-031-46/+108
* w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-02-191-7/+7
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-0/+139
OpenPOWER on IntegriCloud