summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_slice.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/pthread_slice: Don't use static variable, fix raceAndreas Rheinhardt2020-12-02
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-26
* avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov2017-09-08
* avcodec/pthread_slice: use slice threading from avutilMuhammad Faiz2017-07-19
* lavc/pthread_slice: remove pointless conditionClément Bœsch2017-03-29
* avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer2016-01-21
* lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch2016-01-20
* avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to rea...Michael Niedermayer2015-11-27
* avcodec/pthread_slice: Remove rets_countMichael Niedermayer2015-11-26
* avcodec/pthread_slice: remove dummy_ret hackMichael Niedermayer2015-11-19
* lavc/pthread_slice: release entriesChristophe Gisquet2015-02-24
* avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-01
* avcodec/pthread_slice: Check for malloc failureMichael Niedermayer2014-07-31
* avcodec/pthread_slice: Use av_malloc(z)_array()Michael Niedermayer2014-06-08
* Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-04
|\
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
* | Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18'Michael Niedermayer2013-11-04
|\|
| * pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov2013-11-04
* | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer2013-11-04
|/
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-04