| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -1/+1 |
|\ |
|
| * | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'ffmpeg-mt/master' | Alexander Strange | 2011-05-31 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -3/+0 |
|\| |
|
| * | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -3/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -1/+2 |
|\| |
|
| * | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -1/+2 |
| * | pthread: validate_thread_parameters() ignored slice-threading being intention... | Alexander Strange | 2011-04-09 | 1 | -1/+1 |
| * | Remove unnecessary parameter from ff_thread_init() and fix behavior | Alexander Strange | 2011-04-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'ffmpeg-mt/master' | Alexander Strange | 2011-04-08 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+2 |
|\| |
|
| * | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | threads: allow thread count of zero | Mans Rullgard | 2011-03-02 | 1 | -2/+5 |
| * | pthreads: Fix bug introduced with thread_safe_callbacks | Alexander Strange | 2011-03-01 | 1 | -2/+7 |
| * | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-09 | 1 | -3/+3 |
| * | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 1 | -4/+718 |
* | | Unbreak avcodec_thread_init | Reimar Döffinger | 2011-03-28 | 1 | -1/+1 |
* | | threads: allow thread count of zero | Mans Rullgard | 2011-03-03 | 1 | -2/+5 |
* | | pthreads: Fix bug introduced with thread_safe_callbacks | Alexander Strange | 2011-03-03 | 1 | -2/+7 |
* | | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-11 | 1 | -3/+3 |
* | | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-11 | 1 | -4/+718 |
|/ |
|
* | Remove avcodec_thread_execute from avcodec.h, and make static functions that | Benoit Fouet | 2010-03-15 | 1 | -1/+1 |
* | Make avcodec_thread_execute2() static | Andreas Öman | 2010-03-08 | 1 | -1/+1 |
* | Always call avcodec_thread_init() | Måns Rullgård | 2010-01-20 | 1 | -1/+5 |
* | Add an execute2 function that is more flexible and allows to use parallel | Reimar Döffinger | 2009-10-12 | 1 | -1/+12 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Avoid invasion of POSIX-reserved _t namespace. | Diego Biurrun | 2008-12-15 | 1 | -3/+3 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -3/+6 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 1 | -1/+1 |
* | set thread_opaque to NULL when freeing it | Benoit Fouet | 2007-07-06 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -17/+17 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -21/+21 |
* | 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) | Michael Niedermayer | 2004-05-26 | 1 | -2/+2 |
* | * reimplementation using mutexes and condition variables. | Roman Shaposhnik | 2004-05-18 | 1 | -155/+122 |
* | count > thread_count for execute() | Michael Niedermayer | 2004-03-03 | 1 | -46/+108 |
* | w32threads by (Gildas Bazin <gbazin at altern dot org>) | Michael Niedermayer | 2004-02-19 | 1 | -7/+7 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -0/+139 |