summaryrefslogtreecommitdiffstats
path: root/tests/api/api-h264-slice-test.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/api/api-h264-slice-test: remove unused bool headerLinjie Fu2020-04-291-1/+0
| | | | | Signed-off-by: Linjie Fu <[email protected]> Signed-off-by: Josh de Kock <[email protected]>
* api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-141-4/+2
| | | | | | | This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niedermayer <[email protected]>
* fate-api-h264-slice: use the heap for nal bufferPeter Ross2018-11-211-2/+9
| | | | | | nal buffer is 512 kilobytes Signed-off-by: Michael Niedermayer <[email protected]>
* api-h264-slice-test: use av_be2ne16 instead of ntohsPeter Ross2018-11-211-2/+2
| | | | | | avformat/network.h is not required here. Signed-off-by: Michael Niedermayer <[email protected]>
* fate/api-h264-slice-test: use cleaner error handlingJosh de Kock2018-11-031-32/+47
| | | | Signed-off-by: James Almer <[email protected]>
* fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-031-6/+3
| | | | | | Fixes ticket #7521 Signed-off-by: James Almer <[email protected]>
* tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer2018-10-271-1/+1
| | | | | | Fixes memleaks. Signed-off-by: James Almer <[email protected]>
* fate: add api-h264-slice testJosh de Kock2018-10-261-0/+221
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously