replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-commonfmt / src / demuxers / mov.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-22 Kostya Shishkovmov: parse v2 audio header
2021-06-24 Kostya Shishkovmov: mark segments start as seeking points
2021-06-10 Kostya Shishkovmov: serve packets with equal timestamps if possible
2021-06-10 Kostya Shishkovmov: skip iods box
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2021-01-04 Kostya Shishkovmov: support segmented files
2020-12-15 Kostya Shishkovmov: improve audio seeking (hopefully)
2020-12-14 Kostya Shishkovmov: skip common atoms in video codec extradata
2020-12-13 Kostya Shishkovmov: fix track duration rescaling
2020-12-12 Kostya Shishkovmov: parse mdhd chunk
2020-12-12 Kostya Shishkovmov: calculate DTS
2020-12-12 Kostya Shishkovmov: introduce an option to print file structure
2020-10-25 Kostya Shishkovmov: hopefully fix audio PTS and seeking
2020-10-24 Kostya Shishkovmov: some fixes for MP4 parsing
2020-10-23 Kostya Shishkovmov: adjust signedness for certain kinds of audio
2020-10-20 Kostya Shishkovmov: parse stts chunk and fix seeking
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-07-06 Kostya Shishkovmov: if audio extradata does not start with wave pass...
2020-07-06 Kostya Shishkovmov: take audio frame size/length into account while...
2020-07-03 Kostya Shishkovmov: fix video extradata reading
2020-06-26 Kostya Shishkovmov: better support for CBR audio
2020-06-25 Kostya Shishkovmov: use block size for audio frames if it's available
2020-06-25 Kostya Shishkovmov: parse and add audio extradata
2020-06-25 Kostya Shishkovmov: do not skip deflate stream header, inflate can...
2020-06-24 Kostya Shishkovmov: support compressed header
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-15 Kostya Shishkovmov: do not generate palette for color table ID -1
2020-06-14 Kostya Shishkovmov: fix bitdepth handling
2020-06-13 Kostya Shishkovmov: support default palette and grayscale mode
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-20 Kostya Shishkovmov: output track palette as side data
2020-05-17 Kostya Shishkovmov: ignore some common chunks
2020-05-17 Kostya Shishkovmov: read palette if present
2020-04-27 Kostya Shishkovadd MOV demuxer