summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* pthread: Do not use a half updated context as master for deallocation.Michael Niedermayer2013-01-131-1/+5
* lavc/pthread: do not re-define _GNU_SOURCE if already defined.Clément Bœsch2012-12-241-1/+3
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-3/+3
|\
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-3/+3
* | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7Michael Niedermayer2012-11-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-251-0/+4
|\ \ | |/
| * pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-251-0/+4
* | pthread: Avoid crashes/odd behavior caused by spurious wakeupsBen Jackson2012-09-141-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-191-4/+4
|\ \ | |/
| * pthread: add const to AVCodec pointersMans Rullgard2012-08-181-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
* | pthread: mark lockless thread synchronization variables as volatileMichael Niedermayer2012-07-221-8/+9
* | threads: fix a potential race spotted by helgrind.Clément Bœsch2012-07-191-1/+1
* | threads: make get_logical_cpus() available outside pthread.cMichael Niedermayer2012-06-231-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-1/+1
|\ \ | |/
| * Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-0/+5
|\ \ | |/
| * pthread: warn on high thread countsSean McGovern2012-05-071-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-211-1/+0
|\ \ | |/
| * avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-211-1/+0
| * pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-121-2/+3
* | pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-131-2/+3
* | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state c...Aaron Colwell2012-03-261-7/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-3/+7
|\ \ | |/
| * pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-241-3/+7
* | pthread: return proper error code on pthread_create failureMarton Balint2012-03-251-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-4/+4
|\ \ | |/
| * pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-241-0/+4
| * lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-241-4/+0
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-241-0/+11
* | pthread: Fix mixing of declarations and statements.Michael Niedermayer2012-03-171-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-171-0/+3
|\ \ | |/
| * threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-161-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-1/+0
|\ \ | |/
| * lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-281-1/+1
|\ \ | |/
| * lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-271-1/+1
* | threads: Perform the generic progress cleanup more carefully.Michael Niedermayer2012-02-121-1/+1
* | threads: move state update after progress cleanup.Michael Niedermayer2012-02-121-2/+2
* | pthreads: Generic progress lubrication support.Michael Niedermayer2012-01-231-0/+7
* | pthreads: reset got_frames on flush.Michael Niedermayer2012-01-231-0/+1
* | pthread: Change a signal to a broadcast as multiple threadsMichael Niedermayer2012-01-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-211-3/+21
|\ \ | |/
| * threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-211-3/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-1/+1
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-041-5/+6
|\ \ | |/
| * win32: detect number of CPUs using affinityDaniel Verkamp2012-01-031-5/+6
OpenPOWER on IntegriCloud