summaryrefslogtreecommitdiff
path: root/libavutil/threadmessage.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-241-0/+2
* lavu/threadmessage: switch to new FIFO APIAnton Khirnov2022-02-071-19/+19
* lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch2018-04-261-0/+13
* avutil/threadmessage: fix error return in case of av_fifo_alloc failureAleksandr Slobodeniuk2017-07-141-1/+1
* lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-071-11/+1
* avutil/threadmessage: fix build without HAVE_THREADS, new attemptClément Bœsch2015-12-071-0/+2
* avutil/threadmessage: fix build without HAVE_THREADSClément Bœsch2015-12-071-0/+2
* avutil/threadmessage: split the pthread condition in twoClément Bœsch2015-12-071-11/+24
* avutil/threadmessage: add av_thread_message_flush()Clément Bœsch2015-12-071-0/+31
* lavu: add thread message API.Nicolas George2014-05-261-0/+184