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