aboutsummaryrefslogtreecommitdiffstats
path: root/src/demux.rs
Commit message (Collapse)AuthorAgeFilesLines
* add option for printing MOV chunks hierarchyHEADmasterKostya Shishkov2022-12-171-5/+5
|
* add option for forcing demuxerKostya Shishkov2022-12-101-1/+11
|
* ignore MusicMatch tagKostya Shishkov2022-01-131-0/+21
|
* read ID3 paddingKostya Shishkov2022-01-091-0/+4
|
* fix detection for small raw streamsKostya Shishkov2022-01-091-1/+2
|
* improve ID3 tag handlingKostya Shishkov2021-11-231-12/+33
|
* report raw stream durationKostya Shishkov2021-11-221-0/+3
|
* implement raw stream seekingKostya Shishkov2021-11-191-36/+92
|
* improve raw stream handlingKostya Shishkov2021-11-181-11/+36
|
* add utility code for supporting various kinds of inputKostya Shishkov2021-11-171-0/+265