summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
...
* | 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
|\|
| * pthread: add some malloc failure checksJustin Ruggles2011-11-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-20
|\|
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* | lavc: add supports of OS/2 threadsKO Myung-Hun2011-11-13
* | pthreads: export the delay that was previously exported by mangling has_b_fra...Michael Niedermayer2011-11-10
* | pthreads: drop has_b_frames mangling, its buggy in many many ways,Michael Niedermayer2011-11-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-27
|\|
| * threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-17
|\|
| * w32threads: support for frame multithreadingSteven Walters2011-10-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-16
|\|
| * pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-15