summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+62
|\ \ | |/
| * bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-221-0/+10
| * windows: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+6
| * linux: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+43
| * pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-221-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-191-7/+0
|\ \ | |/
| * avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | pthread: fixed thread initialization issues related to thread-safe buffer all...Anatoliy Wasserman2011-12-081-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-301-2/+1
|\ \ | |/
| * pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-281-5/+5
|\ \ | |/
| * pthread: track thread existence in a separate variable.Cheng Sun2011-11-261-2/+4
* | pthread: check pthread_create() return value.Michael Niedermayer2011-11-271-0/+2
* | pthread: next try on freeing threads without crashing.Michael Niedermayer2011-11-271-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-1/+1
|\ \ | |/
| * [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-261-1/+2
* | pthreads: fix segfault due to the thread beimg killed before it has been allo...Michael Niedermayer2011-11-261-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-2/+3
|\ \ | |/
| * frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-251-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-2/+2
|\ \ | |/
| * pthread: do not touch has_b_framesJanne Grunau2011-11-221-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-221-0/+9
|\ \ | |/
| * pthread: add some malloc failure checksJustin Ruggles2011-11-211-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-201-4/+11
|\ \ | |/
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-4/+12