summaryrefslogtreecommitdiffstats
path: root/libavfilter/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-4/+0
* avfilter/pthread: use slice threading from avutilMuhammad Faiz2017-07-191-116/+12
* lavfi: fix race when func rets holder is NULLClément Bœsch2017-03-281-11/+6
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
| * pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* | lavfi/pthread: fix perameters/parameters typoClément Bœsch2016-01-241-1/+1
* | lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch2016-01-201-8/+1
* | avfilter/pthread: Use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* | lavfi/pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* | Merge commit 'eb90a2091ffb94d8c29aaa5ff50f4192520254fc'Michael Niedermayer2013-10-141-1/+2
|\ \ | |/
| * pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-281-2/+2
|\ \ | |/
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-281-2/+2
* | Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12'Michael Niedermayer2013-07-171-2/+2
|\ \ | |/
| * pthread: Rename thread_init to avoid symbol collisionSean McGovern2013-07-171-2/+2
* | Rename thread_init() in libavcodec and libavfilter as library_thread_init().Carl Eugen Hoyos2013-06-301-2/+2
* | os2threads: move from lavc to compat/Dave Yeo2013-05-281-0/+2
* | av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer2013-05-261-1/+0
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-241-4/+4
|/
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+229
OpenPOWER on IntegriCloud