| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb' | Michael Niedermayer | 2013-11-04 | 1 | -1110/+5 |
|\ |
|
| * | lavc: split slice and frame threading functions into separate files | Anton Khirnov | 2013-11-04 | 1 | -947/+5 |
* | | Merge commit '5cd6513f5be14b9744783d3d9e853d3f11065e93' | Michael Niedermayer | 2013-11-04 | 1 | -8/+8 |
|\| |
|
| * | pthread: drop avcodec_ prefixes from static functions | Anton Khirnov | 2013-11-04 | 1 | -8/+8 |
| * | lavc: deprecate AVCodecContext.debug_mv | Anton Khirnov | 2013-10-31 | 1 | -1/+0 |
* | | avcodec/pthread: add wpp api | Mickaël Raulet | 2013-10-22 | 1 | -0/+65 |
* | | Merge commit '5152196b2b47d446d9a509b9bfb318daa26a1f2b' | Michael Niedermayer | 2013-10-21 | 1 | -2/+2 |
|\| |
|
| * | pthread: Avoid spurious wakeups | Ben Jackson | 2013-10-21 | 1 | -2/+7 |
| * | pthread: Fix deadlock during thread initialization | Derek Buitenhuis | 2013-10-13 | 1 | -1/+2 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+9 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+9 |
* | | Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12' | Michael Niedermayer | 2013-07-17 | 1 | -2/+2 |
|\| |
|
| * | pthread: Rename thread_init to avoid symbol collision | Sean McGovern | 2013-07-17 | 1 | -2/+2 |
* | | Rename thread_init() in libavcodec and libavfilter as library_thread_init(). | Carl Eugen Hoyos | 2013-06-30 | 1 | -2/+2 |
* | | audio frame multi-threaded decoding | Paul B Mahol | 2013-06-05 | 1 | -1/+7 |
* | | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -1/+1 |
* | | av_cpu_count: factorize "detected %d logical cores" message | Michael Niedermayer | 2013-05-26 | 1 | -1/+0 |
* | | avcodec: remove ff_get_logical_cpus() | Michael Niedermayer | 2013-05-24 | 1 | -10/+3 |
* | | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675' | Michael Niedermayer | 2013-05-24 | 1 | -52/+4 |
|\| |
|
| * | Move get_logical_cpus() from lavc/pthread to lavu/cpu. | Anton Khirnov | 2013-05-24 | 1 | -54/+5 |
* | | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' | Michael Niedermayer | 2013-05-24 | 1 | -1/+1 |
|\| |
|
| * | w32pthreads: move from lavc to compat/ | Anton Khirnov | 2013-05-24 | 1 | -1/+1 |
* | | Merge commit 'db8e336e5fc18c41cb4e9bab1960349e9800d546' | Michael Niedermayer | 2013-05-17 | 1 | -5/+5 |
|\| |
|
| * | pthread: reindent | Anton Khirnov | 2013-05-17 | 1 | -5/+5 |
* | | Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0' | Michael Niedermayer | 2013-05-17 | 1 | -7/+0 |
|\| |
|
| * | lavc/pthread: remove obsolete checks | Anton Khirnov | 2013-05-17 | 1 | -7/+0 |
* | | avcodec/pthread: fix ffv1 with 2 threads | Michael Niedermayer | 2013-05-17 | 1 | -2/+3 |
* | | ffv1dec: Support frame threading with gop > 1 | Michael Niedermayer | 2013-05-11 | 1 | -1/+1 |
* | | avcodec/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more code | Michael Niedermayer | 2013-04-25 | 1 | -10/+2 |
* | | avcodec/pthread: Make sure ff_thread_finish_setup() conditions match | Michael Niedermayer | 2013-04-25 | 1 | -6/+5 |
* | | Merge commit '94660c35249e11c53b9a9f0c2f85c4335b21eda7' | Michael Niedermayer | 2013-04-23 | 1 | -2/+2 |
|\| |
|
| * | threads: always call thread_finish_setup for intra codecs | Janne Grunau | 2013-04-22 | 1 | -2/+2 |
* | | Add thread-safe wrapper for get_format(). | Reimar Döffinger | 2013-04-15 | 1 | -1/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-27 | 1 | -0/+3 |
|\| |
|
| * | hwaccel: fix use with frame based multithreading | Janne Grunau | 2013-03-26 | 1 | -0/+3 |
* | | Merge commit 'c71c80f53b6a63fd6360d9de5a262f9e7c85681f' | Michael Niedermayer | 2013-03-20 | 1 | -0/+1 |
|\| |
|
| * | pthread: unref already decoded frames when flushing the decoder | Hendrik Leppkes | 2013-03-19 | 1 | -0/+1 |
* | | pthread: update all get_buffer checks for get_buffer2 | Hendrik Leppkes | 2013-03-19 | 1 | -5/+15 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -1/+9 |
* | | Merge commit 'fce68c93554803801c32c1b20509bfa8d496b02a' | Michael Niedermayer | 2013-03-13 | 1 | -0/+1 |
|\| |
|
| * | pthread: unref the decoded but not returned frames on close. | Anton Khirnov | 2013-03-11 | 1 | -0/+1 |
* | | pthread: fix unused variable warning | Michael Niedermayer | 2013-03-12 | 1 | -1/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -84/+84 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -84/+82 |
* | | Merge commit '1a5e9130162b8adc898e5f6aea82b6372d1e4e6c' | Michael Niedermayer | 2013-03-08 | 1 | -7/+13 |
|\| |
|
| * | pthread: avoid copying input packets when possible. | Anton Khirnov | 2013-03-08 | 1 | -7/+13 |
* | | Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838' | Michael Niedermayer | 2013-01-29 | 1 | -0/+3 |
|\| |
|
| * | pthread: make ff_thread_release_buffer idempotent. | Anton Khirnov | 2013-01-29 | 1 | -0/+3 |
* | | pthread: Do not use a half updated context as master for deallocation. | Michael Niedermayer | 2013-01-13 | 1 | -1/+5 |
* | | lavc/pthread: do not re-define _GNU_SOURCE if already defined. | Clément Bœsch | 2012-12-24 | 1 | -1/+3 |