aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api/api-h264-slice-test.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
| | | | | | | | | | | There are lots of files that don't need it: The number of object files that actually need it went down from 2011 to 884 here. Keep it for external users in order to not cause breakages. Also improve the other headers a bit while just at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tests/api/api-h264-slice-test: remove unused bool headerLinjie Fu2020-04-291-1/+0
| | | | | 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-141-4/+2
| | | | | | | 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-211-2/+9
| | | | | | 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-211-2/+2
| | | | | | 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-031-32/+47
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate/api-h264-slice-test: don't use ssize_tJosh de Kock2018-11-031-6/+3
| | | | | | 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-271-1/+1
| | | | | | Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
* 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