summaryrefslogtreecommitdiff
path: root/tests/api/api-h264-slice-test.c
Commit message (Collapse)AuthorAge
* tests/api/api-h264-slice-test: remove unused bool headerLinjie Fu2020-04-29
| | | | | Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Josh de Kock <josh@itanimul.li>
* api-h264-slice-test: fix arguments and helpRafaël Carré2019-01-14
| | | | | | | This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate-api-h264-slice: use the heap for nal bufferPeter Ross2018-11-21
| | | | | | nal buffer is 512 kilobytes Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* api-h264-slice-test: use av_be2ne16 instead of ntohsPeter Ross2018-11-21
| | | | | | avformat/network.h is not required here. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/api-h264-slice-test: use cleaner error handlingJosh de Kock2018-11-03
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-03
| | | | | | Fixes ticket #7521 Signed-off-by: James Almer <jamrial@gmail.com>
* tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer2018-10-27
| | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add api-h264-slice testJosh de Kock2018-10-26
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously