summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-01
|\|
| * threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-31
| * threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-28
|\|
| * threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-26
|\|
| * lavc: add format field to AVFrameStefano Sabatini2011-12-25
| * lavc: add width and height fields to AVFrameStefano Sabatini2011-12-25
| * lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
| * threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-23
| * pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-23
* | pthread: sysctl.h needs param.h on openbsdMichael Niedermayer2011-12-23
* | threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-23
* | pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-22
| * windows: use number of CPUs as automatic thread countJanne Grunau2011-12-22
| * linux: use number of CPUs as automatic thread countJanne Grunau2011-12-22
| * pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-19
|\|
| * avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* | pthread: fixed thread initialization issues related to thread-safe buffer all...Anatoliy Wasserman2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-30
|\|
| * pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-28
|\|
| * pthread: track thread existence in a separate variable.Cheng Sun2011-11-26
* | pthread: check pthread_create() return value.Michael Niedermayer2011-11-27
* | pthread: next try on freeing threads without crashing.Michael Niedermayer2011-11-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-27
|\|
| * [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-26
* | pthreads: fix segfault due to the thread beimg killed before it has been allo...Michael Niedermayer2011-11-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-26
|\|
| * frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\|
| * pthread: do not touch has_b_framesJanne Grunau2011-11-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-22
|\|