| Commit message (Expand) | Author | Age | Files | Lines |
* | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7 | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-25 | 1 | -0/+4 |
|\ |
|
| * | pthread: make sure AVFrame.extended_data is set properly. | Anton Khirnov | 2012-09-25 | 1 | -0/+4 |
* | | pthread: Avoid crashes/odd behavior caused by spurious wakeups | Ben Jackson | 2012-09-14 | 1 | -2/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-19 | 1 | -4/+4 |
|\| |
|
| * | pthread: add const to AVCodec pointers | Mans Rullgard | 2012-08-18 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
* | | pthread: mark lockless thread synchronization variables as volatile | Michael Niedermayer | 2012-07-22 | 1 | -8/+9 |
* | | threads: fix a potential race spotted by helgrind. | Clément Bœsch | 2012-07-19 | 1 | -1/+1 |
* | | threads: make get_logical_cpus() available outside pthread.c | Michael Niedermayer | 2012-06-23 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-15 | 1 | -1/+1 |
|\| |
|
| * | Avoid C99 variable declarations within for statements. | Diego Biurrun | 2012-06-14 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -0/+5 |
|\| |
|
| * | pthread: warn on high thread counts | Sean McGovern | 2012-05-07 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-21 | 1 | -1/+0 |
|\| |
|
| * | avcodec: remove AVCodecContext.dsp_mask | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
| * | pthread: Fix crash due to fctx->delaying not being cleared. | Dale Curtis | 2012-04-12 | 1 | -2/+3 |
* | | pthread: Fix crash due to fctx->delaying not being cleared. | Dale Curtis | 2012-04-13 | 1 | -2/+3 |
* | | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state c... | Aaron Colwell | 2012-03-26 | 1 | -7/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -3/+7 |
|\| |
|
| * | pthread: Immediately release all frames in ff_thread_flush() | Alexander Strange | 2012-03-24 | 1 | -3/+7 |
* | | pthread: return proper error code on pthread_create failure | Marton Balint | 2012-03-25 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -4/+4 |
|\| |
|
| * | pthread: free progress if buffer allocation failed. | Ronald S. Bultje | 2012-03-24 | 1 | -0/+4 |
| * | lavc/avconv: support changing frame sizes in codecs with frame mt. | Ronald S. Bultje | 2012-03-24 | 1 | -4/+0 |
* | | pthread/mpegvideo: detect and block attempts to init frames after setup. | Michael Niedermayer | 2012-03-24 | 1 | -0/+11 |
* | | pthread: Fix mixing of declarations and statements. | Michael Niedermayer | 2012-03-17 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 1 | -0/+3 |
|\| |
|
| * | threads: fix old frames returned after avcodec_flush_buffers() | Uoti Urpala | 2012-03-16 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -1/+0 |
|\| |
|
| * | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-28 | 1 | -1/+1 |
|\| |
|
| * | lavc: reorder AVCodecContext fields. | Anton Khirnov | 2012-02-27 | 1 | -1/+1 |
* | | threads: Perform the generic progress cleanup more carefully. | Michael Niedermayer | 2012-02-12 | 1 | -1/+1 |
* | | threads: move state update after progress cleanup. | Michael Niedermayer | 2012-02-12 | 1 | -2/+2 |
* | | pthreads: Generic progress lubrication support. | Michael Niedermayer | 2012-01-23 | 1 | -0/+7 |
* | | pthreads: reset got_frames on flush. | Michael Niedermayer | 2012-01-23 | 1 | -0/+1 |
* | | pthread: Change a signal to a broadcast as multiple threads | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 1 | -3/+21 |
|\| |
|
| * | threads: update slice_count and slice_offset from user context | Janne Grunau | 2012-01-21 | 1 | -3/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -5/+6 |
|\| |
|
| * | win32: detect number of CPUs using affinity | Daniel Verkamp | 2012-01-03 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-02 | 1 | -5/+12 |
|\| |
|
| * | threads: limit the number of automatic threads to MAX_AUTO_THREADS | Janne Grunau | 2012-01-01 | 1 | -5/+9 |
| * | threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 | Janne Grunau | 2012-01-01 | 1 | -0/+3 |
* | | pthread: dont autoenable frame threads with visualization | Michael Niedermayer | 2012-01-01 | 1 | -0/+2 |