- [ ] Implement mixed-time representation - [ ] Implement ADΔER re-coding ("transcode" an ADΔER stream again with different choices of _D_) - [x] Develop lossless compression techniques. Encode with [arithmetic-coding](https://github.com/danieleades/arithmetic-coding) - [x] Develop lossy compression techniques - [x] Be able to go from raw ADΔER -> lossy compressed ADΔER -> decoded stream -> display in video player - [ ] Enable streaming with [Real-time Transport Protocol](https://github.com/webrtc-rs/webrtc/) - [x] Create a vision-type application which operates on ADΔER directly - [x] Support `AbsoluteT` mode in video player binary - [x] Link application with live compression for application-directed loss - [x] Link application with live transcode (from framed and/or DAVIS source) for application-directed loss
AbsoluteTmode in video player binary