Commit graph

38 commits

Author SHA1 Message Date
e77a3d0e98 Implement Throttle filter (fails because not executed on runtime) 2018-04-14 05:04:46 -04:00
a9932ee6a1 Create unified error type 2018-04-14 04:56:24 -04:00
f890437c17 convert bin/stub into a sanity test 2018-04-11 22:45:53 -04:00
065e653f86 channel.rs: First stab at core of a relay server 2018-04-09 15:53:30 -04:00
2bdbe21a73 Rename timecode_fixer to fixers 2018-04-04 20:26:02 -04:00
be92d04c09 rename EbmlStreamingParser to reflect genericity, change construction to Stream extension 2018-04-04 01:36:15 -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
495ca0f555 Stream buffer/parser experiment, lifetime issues are snarling though 2018-03-31 21:36:47 -04:00
cdcff869aa Replace Schema types with a FromEbml trait on the Element type
simplify lifetimes
2018-03-25 21:33:38 -04:00
0a18cb408f Create Chunk type for use in packaging WebM streams for clients. 2017-09-22 23:58:03 -04:00
13e75a6415 Add a stage to resynth test's output pipeline to permit patching timestamps 2017-09-06 02:02:50 -04:00
a1e8aef5d3 Swap to "bytes" crate 2017-07-10 19:36:20 -04:00
a00d43e124 Implement decode_simple_block 2017-07-01 01:30:43 -04:00
ba9d00d0b4 Move tests under appropriate modules 2017-06-28 01:54:30 -04:00
8411363035 Break code into modules 2017-06-27 02:31:17 -04:00
13660fe802 Streamline adapting schema to source. 2017-05-01 02:44:49 -04:00
466f0c46f0 Parse whole test file, using constants for ids. 2017-05-01 02:44:46 -04:00
c567099b73 Add SeekHead & Cluster to Webm schema 2017-04-16 16:35:48 -04:00
efe708ca6b Make Ebml struct generic over source type 2017-04-16 16:24:15 -04:00
bc1569a461 use IntoIterator to get Ebml iterator 2017-01-28 02:34:01 -05:00
a23a29bf9b Experiment with WebM Schema 2017-01-27 02:09:09 -05:00
3253f32d03 Split generic EBML test from WebM test 2017-01-27 01:24:17 -05:00
fd0fb41acf move decode_element & iterator creation onto Schema trait 2017-01-26 01:43:35 -05:00
128192c622 genericize EBML iterator 2017-01-24 19:11:59 -05:00
4a42b7ae82 implement WebM iterator 2017-01-24 03:20:49 -05:00
6ab32205bb Change Schema to be implemented by a dedicated type instead of its element type. 2017-01-17 03:11:17 -05:00
8b0021e3eb Stub WebM schema, just make all elements unknown. 2017-01-17 00:11:49 -05:00
50eb02b9ac Implement decode_element, which uses a Schema trait to turn EBML elements into user types. 2017-01-16 23:42:27 -05:00
31b5eb8931 Fix comments 2017-01-16 01:39:25 -05:00
0fc2f5e76c Add some general error codes for future 2017-01-15 20:30:52 -05:00
a0bf40a25c Implement tag parsing 2017-01-12 08:44:48 -05:00
b571c8a29c Import errors in tests 2017-01-12 08:37:03 -05:00
3b6c946bb4 fixup comment 2017-01-12 07:59:09 -05:00
a171b18e4f Fix comments 2017-01-12 07:55:49 -05:00
502da6b29d simplify enum name 2017-01-12 07:37:29 -05:00
112e7da3f3 Implement EBML varint parser 2017-01-12 00:41:35 -05:00
5de9bf9aee Futures hello world. 2017-01-09 22:40:21 -05:00