(cosmetic)
- Rename all proc impls to be nice CamelCase
- in filenames: Rename all "processor" occurence to "proc"
- Automate running web test-cases
- Fix MP3 ES -> fMP4 case
-
Enable AAC codec data embedding / sample-description-indexing
-
Insert silent AAC soundtrack to movie file (special case of "remix")
- Handle async proc initialization
-> Handle case like: where MP4-muxer releases codec-info after
parsing first bits and MediaSource can only be initialized async
-> Socket has now
whenReady
promise to handle the async-io-socket case in a non-blocking-RAII-like way