aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/demuxers/mov.rs
Commit message (Expand)AuthorAgeFilesLines
* mov: hopefully fix audio PTS and seekingKostya Shishkov2020-10-251-9/+117
* mov: some fixes for MP4 parsingKostya Shishkov2020-10-241-3/+4
* mov: adjust signedness for certain kinds of audioKostya Shishkov2020-10-231-2/+4
* mov: parse stts chunk and fix seekingKostya Shishkov2020-10-201-12/+92
* introduce stream and container durationKostya Shishkov2020-10-041-2/+12
* remove trailing whitespaceKostya Shishkov2020-07-101-1/+1
* use NATimePoint for seekingKostya Shishkov2020-07-091-1/+1
* mov: if audio extradata does not start with wave pass it in fullKostya Shishkov2020-07-061-0/+8
* mov: take audio frame size/length into account while demuxingKostya Shishkov2020-07-061-2/+8
* mov: fix video extradata readingKostya Shishkov2020-07-031-1/+2
* mov: better support for CBR audioKostya Shishkov2020-06-261-1/+6
* mov: use block size for audio frames if it's availableKostya Shishkov2020-06-251-4/+12
* mov: parse and add audio extradataKostya Shishkov2020-06-251-2/+41
* mov: do not skip deflate stream header, inflate can do it automatically nowKostya Shishkov2020-06-251-3/+1
* mov: support compressed headerKostya Shishkov2020-06-241-0/+43
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-161-16/+15
* mov: do not generate palette for color table ID -1Kostya Shishkov2020-06-151-1/+1
* mov: fix bitdepth handlingKostya Shishkov2020-06-141-5/+8
* mov: support default palette and grayscale modeKostya Shishkov2020-06-131-1/+320
* remove trailing whitespacesKostya Shishkov2020-06-061-1/+1
* introduce option handling for demuxersKostya Shishkov2020-05-311-0/+6
* mov: output track palette as side dataKostya Shishkov2020-05-201-13/+22
* mov: ignore some common chunksKostya Shishkov2020-05-171-0/+12
* mov: read palette if presentKostya Shishkov2020-05-171-1/+31
* add MOV demuxerKostya Shishkov2020-04-271-0/+856