summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-021-5/+12
|\ \ | |/
| * threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-011-5/+9
| * threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-011-0/+3
* | pthread: dont autoenable frame threads with visualizationMichael Niedermayer2012-01-011-0/+2
* | pthread: Limit automatic threads to mb_height.Michael Niedermayer2012-01-011-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-011-2/+11
|\ \ | |/
| * threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-311-0/+7
| * threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-311-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-281-0/+3
|\ \ | |/
| * threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-271-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-261-0/+4
|\ \ | |/
| * lavc: add format field to AVFrameStefano Sabatini2011-12-251-0/+1
| * lavc: add width and height fields to AVFrameStefano Sabatini2011-12-251-0/+2
| * lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+1
| * threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-231-2/+2
| * pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-231-1/+1
* | pthread: sysctl.h needs param.h on openbsdMichael Niedermayer2011-12-231-0/+1
* | threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-231-2/+2
OpenPOWER on IntegriCloud