| Commit message (Expand) | Author | Age | Files | Lines |
* | w32pthreads: always use Vista+ API, drop XP support | wm4 | 2017-12-26 | 1 | -4/+0 |
* | avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc() | Ilia Valiakhmetov | 2017-09-08 | 1 | -2/+20 |
* | avcodec/pthread_slice: use slice threading from avutil | Muhammad Faiz | 2017-07-19 | 1 | -102/+20 |
* | lavc/pthread_slice: remove pointless condition | Clément Bœsch | 2017-03-29 | 1 | -5/+1 |
* | avcodec/mpeg12enc: Move high resolution thread check to before initializing t... | Michael Niedermayer | 2016-01-21 | 1 | -0/+6 |
* | lavc,lavfi: use avutil/thread.h instead of redundant conditional includes | Clément Bœsch | 2016-01-20 | 1 | -8/+1 |
* | avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to rea... | Michael Niedermayer | 2015-11-27 | 1 | -2/+11 |
* | avcodec/pthread_slice: Remove rets_count | Michael Niedermayer | 2015-11-26 | 1 | -4/+1 |
* | avcodec/pthread_slice: remove dummy_ret hack | Michael Niedermayer | 2015-11-19 | 1 | -4/+6 |
* | lavc/pthread_slice: release entries | Christophe Gisquet | 2015-02-24 | 1 | -0/+12 |
* | avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-01 | 1 | -1/+1 |
* | avcodec/pthread_slice: Check for malloc failure | Michael Niedermayer | 2014-07-31 | 1 | -4/+7 |
* | avcodec/pthread_slice: Use av_malloc(z)_array() | Michael Niedermayer | 2014-06-08 | 1 | -4/+4 |
* | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12' | Michael Niedermayer | 2013-11-04 | 1 | -10/+10 |
|\ |
|
| * | pthread: store thread contexts in AVCodecInternal instead of AVCodecContext | Anton Khirnov | 2013-11-04 | 1 | -6/+6 |
* | | Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18' | Michael Niedermayer | 2013-11-04 | 1 | -13/+13 |
|\| |
|
| * | pthread_slice: rename ThreadContext -> SliceThreadContext | Anton Khirnov | 2013-11-04 | 1 | -9/+9 |
* | | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb' | Michael Niedermayer | 2013-11-04 | 1 | -5/+73 |
|/ |
|
* | lavc: split slice and frame threading functions into separate files | Anton Khirnov | 2013-11-04 | 1 | -0/+224 |