summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-25
|\
| * pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-25
* | pthread: Avoid crashes/odd behavior caused by spurious wakeupsBen Jackson2012-09-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-19
|\|
| * pthread: add const to AVCodec pointersMans Rullgard2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
* | pthread: mark lockless thread synchronization variables as volatileMichael Niedermayer2012-07-22
* | threads: fix a potential race spotted by helgrind.Clément Bœsch2012-07-19
* | threads: make get_logical_cpus() available outside pthread.cMichael Niedermayer2012-06-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-15
|\|
| * Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\|
| * pthread: warn on high thread countsSean McGovern2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-21
|\|
| * avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
| * pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-12
* | pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-13
* | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state c...Aaron Colwell2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-24
* | pthread: return proper error code on pthread_create failureMarton Balint2012-03-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-24
| * lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-24
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-24
* | pthread: Fix mixing of declarations and statements.Michael Niedermayer2012-03-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|
| * lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-28
|\|
| * lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* | threads: Perform the generic progress cleanup more carefully.Michael Niedermayer2012-02-12
* | threads: move state update after progress cleanup.Michael Niedermayer2012-02-12
* | pthreads: Generic progress lubrication support.Michael Niedermayer2012-01-23
* | pthreads: reset got_frames on flush.Michael Niedermayer2012-01-23
* | pthread: Change a signal to a broadcast as multiple threadsMichael Niedermayer2012-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-21
|\|
| * threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-04
|\|
| * win32: detect number of CPUs using affinityDaniel Verkamp2012-01-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-02
|\|
| * threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-01
| * threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* | pthread: dont autoenable frame threads with visualizationMichael Niedermayer2012-01-01
* | pthread: Limit automatic threads to mb_height.Michael Niedermayer2012-01-01