Commit Graph

30 Commits

Author SHA1 Message Date
Tangent Wantwight 1273b4adff WIP: update lib to bytes 0.5 2020-05-07 00:34:23 -04:00
Tangent 128 87eaed9c82 cargo fix for Rust 2018 2019-07-07 18:17:38 -04:00
Tangent 128 17427be5ef Update version of bytes 2018-09-20 20:13:27 -04:00
Tangent 128 f890437c17 convert bin/stub into a sanity test 2018-04-11 22:45:53 -04:00
Tangent 128 4970603236 Drop unknown elements when building header 2018-04-09 22:52:01 -04:00
Tangent 128 7b9df1e269 Treat WebmElements as value types 2018-04-04 19:55:20 -04:00
Tangent 128 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
Tangent 128 3a92da1883 Split apart iterator and slice modules 2018-04-04 00:43:32 -04:00
Tangent 128 9686eb2713 Rename EbmlError 2018-04-04 00:16:35 -04:00
Tangent 128 2db227c5f9 Cleanup, use EbmlSlice as name 2018-04-03 23:38:31 -04:00
Tangent 128 0909a20a8c generalize WebmEventSource -> EbmlEventSource 2018-04-03 23:23:19 -04:00
Tangent 128 90c1892668 Commonize some code for EbmlCursor 2018-04-02 19:12:28 -04:00
Tangent 128 56a7284e32 Focus on Webm case specifically to get working code
can retry generic EBML later
2018-04-02 18:37:47 -04:00
Tangent 128 cdcff869aa Replace Schema types with a FromEbml trait on the Element type
simplify lifetimes
2018-03-25 21:33:38 -04:00
Tangent 128 13e75a6415 Add a stage to resynth test's output pipeline to permit patching timestamps 2017-09-06 02:02:50 -04:00
Tangent 128 84c7ec734b Don't require encode_ functions to consume their argument element. 2017-09-05 00:24:38 -04:00
Tangent 128 93883e2683 refactor SimpleBlock struct to be independent of Element enum 2017-09-04 01:41:48 -04:00
Tangent 128 fd8b820eef Stub-encode Tracks 2017-08-14 00:58:06 -04:00
Tangent 128 dd376e146e Implement encoding SimpleBlocks 2017-08-12 16:48:24 -04:00
Tangent 128 509dcd3827 Generalize string writing to binary writing 2017-08-09 01:49:44 -04:00
Tangent 128 b76f244022 Encode Timecodes into WebM stub 2017-08-07 01:12:18 -04:00
Tangent 128 c969627510 Extend stub WebM structure 2017-08-07 01:03:20 -04:00
Tangent 128 2ecedf795d Cleanup dead line 2017-08-07 00:56:18 -04:00
Tangent 128 45fe373ee6 Implement writing a barebones EBML header from scratch 2017-08-06 01:21:53 -04:00
Tangent 128 a1e8aef5d3 Swap to "bytes" crate 2017-07-10 19:36:20 -04:00
Tangent 128 6383f12ad0 Make tests pass again 2017-07-01 16:55:24 -04:00
Tangent 128 a00d43e124 Implement decode_simple_block 2017-07-01 01:30:43 -04:00
Tangent 128 8c88ff25d0 Define Timecode & SimpleBlock tags (tests broken) 2017-06-29 02:08:19 -04:00
Tangent 128 ba9d00d0b4 Move tests under appropriate modules 2017-06-28 01:54:30 -04:00
Tangent 128 8411363035 Break code into modules 2017-06-27 02:31:17 -04:00