Andreas Rheinhardt
41ab25cb2d
avformat/fifo_test: Move into tests/fifo_muxer.c
...
This muxer solely exists to test the fifo muxer via a dedicated
test tool in libavformat/tests/fifo_muxer.c. It fulfills no
other role and it is only designed with this role in mind.
The latter can be seen in two facts: The muxer uses printf
for logging and it simply presumes the packets' data to contain
a FailingMuxerPacketData (a struct duplicated in fifo_test.c
and tests/fifo_muxer.c.); in particular, it presumes packets
to have data at all, but this need not be true with side-data
only packets and a segfault can easily be triggered by e.g.
encoding flac (our native encoder sends a side-data only packet
with updated extradata at the end of encoding).
This patch fixes this by moving the test muxer into the fifo
test tool, making it inaccessible via the API (and actually
removing it from libavformat.so and libavformat.a).
While this muxer was accessible via e.g. av_guess_format(),
it was not really usable for an API user as FailingMuxerPacketData
was not public. Therefore this is not considered a breaking change.
In order to continue to use the test muxer in the test tool,
the ordinary fifo muxer had to be overridden: fifo_muxer.c
includes lavf/fifo.c but with FIFO_TEST defined which makes
it support the fifo_test muxer. This is possible because
test tools are always linked statically to their respective
library.
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-03-12 22:39:54 +01:00
..
2024-03-12 22:39:54 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-12 11:26:13 +01:00
2024-03-12 11:26:13 +01:00
2024-03-07 08:53:31 -03:00
2023-01-27 19:45:36 +01:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-12 22:39:54 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2022-12-01 11:21:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-02-11 17:01:07 -08:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-09-07 00:41:45 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:32 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-02-03 12:52:47 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-09-10 21:17:55 +02:00
2024-03-10 19:49:04 +01:00
2023-02-09 15:24:15 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-01-24 00:09:21 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-10-06 10:03:57 -03:00
2023-08-10 23:56:35 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2023-05-02 10:57:21 +02:00
2024-03-12 11:14:16 +01:00
2024-03-12 11:14:16 +01:00
2024-03-12 11:14:16 +01:00
2024-03-11 16:52:42 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-06-27 12:52:38 -03:00
2023-07-09 03:05:00 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-12 22:39:54 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2023-05-21 20:59:23 +02:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-08-14 14:17:35 +08:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2022-10-23 20:45:25 +02:00
2023-08-02 18:31:59 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2023-11-12 16:44:47 +08:00
2023-11-12 16:44:47 +08:00
2023-09-10 21:17:55 +02:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2023-09-10 21:17:55 +02:00
2024-03-04 21:14:05 -03:00
2024-02-03 00:26:10 +01:00
2024-02-29 12:57:25 -03:00
2024-02-19 20:53:36 -03:00
2024-03-05 11:39:17 -03:00
2024-03-02 21:41:09 -03:00
2023-12-18 15:20:59 -03:00
2024-03-04 21:14:05 -03:00
2024-03-07 08:53:31 -03:00
2024-03-04 21:14:17 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2023-09-07 00:41:45 +02:00
2022-12-01 11:21:14 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-07-25 23:17:29 +02:00
2023-05-31 09:03:58 -07:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-01-31 22:14:12 +08:00
2024-01-31 22:14:12 +08:00
2024-02-26 12:21:12 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-07-09 16:56:58 -04:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2023-08-27 01:36:18 -04:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2024-03-05 12:08:18 +01:00
2024-01-20 10:34:48 +01:00
2024-02-25 00:35:02 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-12 22:39:54 +01:00
2024-02-13 15:27:29 +01:00
2023-08-30 19:34:47 +02:00
2024-03-07 15:59:31 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-09-10 21:17:55 +02:00
2022-12-01 11:21:14 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2022-10-21 21:12:45 +02:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-05 12:08:18 +01:00
2023-09-07 00:41:45 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-02-18 10:54:24 +01:00
2024-02-18 10:54:24 +01:00
2024-03-07 08:53:31 -03:00
2024-02-20 19:00:23 +01:00
2024-02-20 11:45:11 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-31 22:14:12 +08:00
2024-01-24 00:09:21 +01:00
2024-03-07 08:53:32 -03:00
2024-01-31 22:14:12 +08:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:30 -03:00
2023-10-03 01:45:46 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-05-11 22:37:41 +02:00
2024-03-02 18:49:31 +01:00
2024-03-07 08:53:31 -03:00
2024-03-08 20:22:32 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-03-30 12:09:49 +02:00
2023-03-30 12:09:49 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2023-09-28 19:37:58 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2023-06-01 19:51:06 -03:00
2023-06-04 18:21:25 +02:00
2023-03-28 16:46:03 -04:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:30 -03:00
2023-08-14 22:57:28 +03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2023-09-07 00:42:10 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-03-25 19:28:36 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-06-29 14:12:50 -03:00
2024-03-07 08:53:31 -03:00
2024-03-12 14:54:54 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-10-06 10:03:57 -03:00
2023-11-08 17:37:58 +11:00
2023-08-30 20:00:55 +02:00
2023-08-30 20:00:55 +02:00
2023-12-28 11:11:33 +05:30
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-01-20 10:34:48 +01:00
2024-01-04 14:44:11 +02:00
2024-01-20 10:34:48 +01:00
2023-09-05 09:13:08 +08:00
2023-09-05 09:13:08 +08:00
2024-03-05 12:08:18 +01:00
2023-09-07 00:41:45 +02:00
2023-09-07 00:41:45 +02:00
2023-09-10 21:19:29 +02:00
2023-06-20 09:52:43 +08:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-09-02 10:36:11 +02:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-12 14:54:54 +01:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-08-15 21:42:21 +02:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2023-09-07 00:41:45 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:30 -03:00
2023-09-10 21:19:11 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2023-03-08 23:19:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2023-09-07 00:30:08 +02:00
2024-02-14 14:53:41 +01:00
2023-09-10 21:17:55 +02:00
2024-03-07 08:53:30 -03:00
2024-03-07 08:53:31 -03:00
2023-09-02 10:36:11 +02:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 11:29:43 -03:00
2024-03-07 11:29:43 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2022-12-01 11:21:14 +01:00
2023-09-07 00:39:02 +02:00
2022-11-17 10:05:49 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-01-31 22:14:12 +08:00
2024-01-31 22:14:12 +08:00
2023-12-19 19:44:38 +08:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-02-14 14:53:41 +01:00
2024-03-07 08:53:31 -03:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-02-09 15:24:15 +01:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2024-03-07 08:53:31 -03:00
2023-09-07 00:30:08 +02:00