| Commit message (Expand) | Author | Age | Files | Lines |
* | pthreads: Generic progress lubrication support. | Michael Niedermayer | 2012-01-23 | 1 | -0/+7 |
* | pthreads: reset got_frames on flush. | Michael Niedermayer | 2012-01-23 | 1 | -0/+1 |
* | pthread: Change a signal to a broadcast as multiple threads | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 1 | -3/+21 |
|\ |
|
| * | threads: update slice_count and slice_offset from user context | Janne Grunau | 2012-01-21 | 1 | -3/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -5/+6 |
|\| |
|
| * | win32: detect number of CPUs using affinity | Daniel Verkamp | 2012-01-03 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-02 | 1 | -5/+12 |
|\| |
|
| * | threads: limit the number of automatic threads to MAX_AUTO_THREADS | Janne Grunau | 2012-01-01 | 1 | -5/+9 |
| * | threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 | Janne Grunau | 2012-01-01 | 1 | -0/+3 |
* | | pthread: dont autoenable frame threads with visualization | Michael Niedermayer | 2012-01-01 | 1 | -0/+2 |
* | | pthread: Limit automatic threads to mb_height. | Michael Niedermayer | 2012-01-01 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-01 | 1 | -2/+11 |
|\| |
|
| * | threads: add sysconf based number of CPUs detection | Janne Grunau | 2011-12-31 | 1 | -0/+7 |
| * | threads: always include necessary headers for number of CPUs detection | Janne Grunau | 2011-12-31 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-28 | 1 | -0/+3 |
|\| |
|
| * | threads: test for sys/param.h and include it for sysctl on OpenBSD | Janne Grunau | 2011-12-27 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-26 | 1 | -0/+4 |
|\| |
|
| * | lavc: add format field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+1 |
| * | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+2 |
| * | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+1 |
| * | threads: check defines before using them in automatic thread detection | Janne Grunau | 2011-12-23 | 1 | -2/+2 |
| * | pthread: include sys/types.h before sys/sysctl.h | Janne Grunau | 2011-12-23 | 1 | -1/+1 |
* | | pthread: sysctl.h needs param.h on openbsd | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
* | | threads: check defines before using them in automatic thread detection | Janne Grunau | 2011-12-23 | 1 | -2/+2 |
* | | pthread: include sys/types.h before sys/sysctl.h | Janne Grunau | 2011-12-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+62 |
|\| |
|
| * | bsd: use number of logical CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+10 |
| * | windows: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+6 |
| * | linux: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+43 |
| * | pthreads: reset active_thread_type when slice thread_init returrns early | Janne Grunau | 2011-12-22 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-19 | 1 | -7/+0 |
|\| |
|
| * | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -7/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | | pthread: fixed thread initialization issues related to thread-safe buffer all... | Anatoliy Wasserman | 2011-12-08 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-30 | 1 | -2/+1 |
|\| |
|
| * | pthread: don't increment index on zero-sized packets. | Aaron Colwell | 2011-11-28 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -5/+5 |
|\| |
|
| * | pthread: track thread existence in a separate variable. | Cheng Sun | 2011-11-26 | 1 | -2/+4 |
* | | pthread: check pthread_create() return value. | Michael Niedermayer | 2011-11-27 | 1 | -0/+2 |
* | | pthread: next try on freeing threads without crashing. | Michael Niedermayer | 2011-11-27 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -1/+1 |
|\| |
|
| * | [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file. | Cheng Sun | 2011-11-26 | 1 | -1/+2 |
* | | pthreads: fix segfault due to the thread beimg killed before it has been allo... | Michael Niedermayer | 2011-11-26 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -2/+3 |
|\| |
|
| * | frame-mt: return consumed packet size in ff_thread_decode_frame | Janne Grunau | 2011-11-25 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -2/+2 |
|\| |
|