|
8189794287
|
Tidy some imports
|
2018-04-04 01:21:13 -04:00 |
|
|
d0fd4d4bc9
|
Simplify EbmlIterator & EbmlSlice's next() methods, fix EbmlIterator generic
(they don't have dynamic buffers to worry about)
|
2018-04-04 01:18:56 -04:00 |
|
|
3a92da1883
|
Split apart iterator and slice modules
|
2018-04-04 00:43:32 -04:00 |
|
|
9686eb2713
|
Rename EbmlError
|
2018-04-04 00:16:35 -04:00 |
|
|
ee068bc887
|
Shrink EbmlSlice trait implementations
|
2018-04-04 00:12:55 -04:00 |
|
|
2db227c5f9
|
Cleanup, use EbmlSlice as name
|
2018-04-03 23:38:31 -04:00 |
|
|
0909a20a8c
|
generalize WebmEventSource -> EbmlEventSource
|
2018-04-03 23:23:19 -04:00 |
|
|
413f7759c6
|
Make the buffer generic
|
2018-04-03 22:06:09 -04:00 |
|
|
c92273625e
|
Cleanup poll_event's try_decode hack.
|
2018-04-03 21:19:46 -04:00 |
|
|
bebe593c30
|
Lifetime simplification reflecting probably-better understanding of them
|
2018-04-03 19:07:16 -04:00 |
|
|
724eabf326
|
Use WebmBuffer in loop_server
|
2018-04-02 20:12:26 -04:00 |
|
|
12cd1bdd4b
|
Debugging formatting
|
2018-04-02 20:11:54 -04:00 |
|
|
c5a42afd32
|
Fix bug with WebmBuffer double-counting reads
|
2018-04-02 20:11:14 -04:00 |
|
|
c6ab5e8e89
|
Fix name collision
|
2018-04-02 20:10:50 -04:00 |
|
|
719b11dd01
|
Zap some generic code that wasn't going anywhere
|
2018-04-02 19:37:36 -04:00 |
|
|
90c1892668
|
Commonize some code for EbmlCursor
|
2018-04-02 19:12:28 -04:00 |
|
|
0e2e5ad48a
|
Tidy cursor iteration module a little
|
2018-04-02 18:46:50 -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 |
|
|
11bb7f4412
|
Fix EBML Source lifetimes, breaking the chunker
|
2018-04-02 13:55:13 -04:00 |
|
|
495ca0f555
|
Stream buffer/parser experiment, lifetime issues are snarling though
|
2018-03-31 21:36:47 -04:00 |
|
|
f385371bb9
|
Make loop server iteration count more flexible than a chain
|
2018-03-30 02:54:02 -04:00 |
|
|
00fc1fcb2a
|
Correct the chunk-based timecode fixer
|
2018-03-30 02:44:42 -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 |
|
|
a8fa279201
|
bump dependency versions
|
2018-03-30 01:43:44 -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 |
|
|
cdcff869aa
|
Replace Schema types with a FromEbml trait on the Element type
simplify lifetimes
|
2018-03-25 21:33:38 -04:00 |
|
|
972a88c35b
|
Handle errors in chunking code in some fashion
|
2017-10-06 00:17:18 -04:00 |
|
|
59a179f9e1
|
update notes
|
2017-10-04 02:12:25 -04:00 |
|
|
0902a810e5
|
Use webm chunker operator in loop_server
|
2017-10-04 02:11:19 -04:00 |
|
|
e0346ae30a
|
leave mark-keyframes reminder in webm chunker
|
2017-10-04 02:10:58 -04:00 |
|
|
b0b4f204f2
|
strip out extra header chunks in timecode_fixer()
|
2017-10-04 02:03:19 -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 |
|
|
27aff20c46
|
Implement rewriting timestamps for chunks
|
2017-09-30 17:36:09 -04:00 |
|
|
bad7b42e5b
|
Create stub stream operator to bolt on fixing chunk timecodes
|
2017-09-30 02:33:36 -04:00 |
|
|
3e1bec93ee
|
Fix tests for chunk.rs
|
2017-09-30 02:23:27 -04:00 |
|
|
dae4a49481
|
update notes
|
2017-09-29 15:30:10 -04:00 |
|
|
15386e9638
|
Repeat test video body a few times
|
2017-09-29 02:11:42 -04:00 |
|
|
c4fc13fe0b
|
Fix final cluster not displaying right
|
2017-09-29 01:54:08 -04:00 |
|
|
9481d53adc
|
Parse, chunk, & reconstruct served WebM file.
|
2017-09-29 01:31:06 -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 |
|
|
d20081d9a1
|
Serve single, unparsed video file.
|
2017-09-26 02:21:32 -04:00 |
|
|
c3f0de71fa
|
Move Chunk timecode updating into the struct impl proper.
|
2017-09-25 01:41:56 -04:00 |
|
|
d0f1cde464
|
Stub using Chunk stream in loop_server.
|
2017-09-25 00:23:20 -04:00 |
|