|
adea1e4389
|
Remove unused generic parameter from Chunk
|
2018-04-09 17:53:32 -04:00 |
|
|
b7ee425905
|
Tidy Stream extension trait impl
|
2018-04-07 01:09:17 -04:00 |
|
|
7d4a26dad5
|
Make chunker handle additional headers (such as from concatenated files)
|
2018-04-05 20:14:10 -04:00 |
|
|
6eca0b923d
|
Zap unused lifetime
|
2018-04-05 19:59:39 -04:00 |
|
|
409e6eb029
|
Make control flow of chunker state machine slightly clearer.
|
2018-04-05 19:58:21 -04:00 |
|
|
7b9df1e269
|
Treat WebmElements as value types
|
2018-04-04 19:55:20 -04:00 |
|
|
0909a20a8c
|
generalize WebmEventSource -> EbmlEventSource
|
2018-04-03 23:23:19 -04:00 |
|
|
12cd1bdd4b
|
Debugging formatting
|
2018-04-02 20:11:54 -04:00 |
|
|
56a7284e32
|
Focus on Webm case specifically to get working code
can retry generic EBML later
|
2018-04-02 18:37:47 -04:00 |
|
|
d9e197ec7d
|
Skip Info/Void in header for now
|
2018-03-30 02:26:52 -04:00 |
|
|
86d047e217
|
Debug derives
|
2018-03-30 02:26:35 -04:00 |
|
|
417cbf49c7
|
Create EbmlEventSource trait since Iterators/Streams can't return borrows
|
2018-03-30 01:33:13 -04:00 |
|
|
f8db95e61e
|
Make ClusterHead a first-class struct, simplifying a lot of enum wrangling
|
2018-03-28 00:31:58 -04:00 |
|
|
972a88c35b
|
Handle errors in chunking code in some fashion
|
2017-10-06 00:17:18 -04:00 |
|
|
e0346ae30a
|
leave mark-keyframes reminder in webm chunker
|
2017-10-04 02:10:58 -04:00 |
|
|
639dc50c35
|
Implement chunking Clusters, including flushing the last one
|
2017-10-04 01:49:41 -04:00 |
|
|
9c9db1c505
|
Better-adapt extend_timespan to its real use, observe_simpleblock_timecode
|
2017-10-04 01:48:33 -04:00 |
|
|
0aa2f1cbdd
|
Implement header chunking for chunk_webm() operator
|
2017-10-04 01:05:23 -04:00 |
|
|
52c1843311
|
Add stub Webm chunking stream operator
|
2017-10-01 00:21:33 -04:00 |
|
|
3e1bec93ee
|
Fix tests for chunk.rs
|
2017-09-30 02:23:27 -04:00 |
|
|
a7804891ae
|
add chunk mutators/utilities
|
2017-09-29 00:12:49 -04:00 |
|
|
031d32352a
|
Fix dumping the whole cluster head buffer instead of the used portion
|
2017-09-29 00:07:56 -04:00 |
|
|
7f214920ae
|
switch Chunks to use Arcs
|
2017-09-28 22:11:27 -04:00 |
|
|
c3f0de71fa
|
Move Chunk timecode updating into the struct impl proper.
|
2017-09-25 01:41:56 -04:00 |
|
|
27642f7b14
|
Make Chunk flexible in the type of backing buffer used
|
2017-09-25 00:22:41 -04:00 |
|
|
0a18cb408f
|
Create Chunk type for use in packaging WebM streams for clients.
|
2017-09-22 23:58:03 -04:00 |
|