summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_slice.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/pthread_slice: release entriesChristophe Gisquet2015-02-241-0/+12
* avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-011-1/+1
* avcodec/pthread_slice: Check for malloc failureMichael Niedermayer2014-07-311-4/+7
* avcodec/pthread_slice: Use av_malloc(z)_array()Michael Niedermayer2014-06-081-4/+4
* Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-041-10/+10
|\
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-6/+6
* | Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18'Michael Niedermayer2013-11-041-13/+13
|\ \ | |/
| * pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov2013-11-041-9/+9
* | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer2013-11-041-5/+73
|/
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-041-0/+224