aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/api-threadmessage-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
| | | | | | | They do the same. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
| | | | Use 0, which selects the alignment automatically.
* lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch2018-04-261-1/+3
|
* tests: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
| | | | | Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* fate/api: add w32+os2 support for fate-api-threadmessageClément Bœsch2015-12-071-2/+1
|
* fate/api: test threadmessageClément Bœsch2015-12-071-0/+261