1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Josh Allmann 8583b14252 rtmp: Support reading interleaved chunks.
A given packet won't always come in contiguously; sometimes
they may be broken up on chunk boundaries by packets of another
channel.

This support primarily involves tracking information about the
data that's been read, so the reader can pick up where it left
off for a given channel.

As a side effect, we no longer over-report the bytes read if
(toread = MIN(size, chunk_size)) == size

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-17 23:19:11 +03:00
..
2013-08-05 16:13:35 +02:00
2013-06-04 17:20:19 +02:00
2013-02-06 09:48:51 +01:00
2013-09-06 11:13:36 +02:00
2013-02-01 12:42:17 +01:00
2013-04-25 10:13:27 +02:00
2013-08-07 21:22:03 +02:00
2013-03-18 10:48:29 +01:00
2013-05-17 06:31:05 +02:00
2013-01-14 19:20:47 +01:00
2013-04-25 10:13:27 +02:00
2013-09-12 13:16:15 +02:00
2013-09-12 13:16:15 +02:00
2013-01-29 07:31:55 +01:00
2013-05-04 20:01:08 +02:00
2013-05-15 23:01:21 +02:00
2013-05-07 14:37:32 +02:00
2013-07-27 16:00:41 +02:00
2013-04-25 10:13:27 +02:00
2013-03-31 16:10:52 +02:00
2013-03-31 16:10:52 +02:00
2013-05-03 18:26:12 +02:00
2013-05-16 00:23:30 +02:00
2013-05-18 07:12:56 +02:00
2013-07-26 21:43:29 +03:00
2013-03-08 08:11:05 +01:00
2013-08-05 16:13:36 +02:00
2013-05-06 09:14:43 +02:00