Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -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 Khirnov | 2020-05-22 | 1 | -1/+1 |
| | | | | Use 0, which selects the alignment automatically. | ||||
* | lavu/threadmessage: add av_thread_message_queue_nb_elems() | Clément Bœsch | 2018-04-26 | 1 | -1/+3 |
| | |||||
* | tests: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -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-threadmessage | Clément Bœsch | 2015-12-07 | 1 | -2/+1 |
| | |||||
* | fate/api: test threadmessage | Clément Bœsch | 2015-12-07 | 1 | -0/+261 |