summaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* mov: set block size when possibleKostya Shishkov2024-08-061-1/+2
* avi: fix handling of multiple palette changes in single 'pc' chunkKostya Shishkov2024-06-271-11/+17
* avi: descend into 'rec' listsKostya Shishkov2024-06-241-0/+5
* mov: fix seeking in audio track with unreported sample sizeKostya Shishkov2024-02-051-1/+3
* GIF supportKostya Shishkov2023-09-102-0/+201
* wav: try to read as much PCM data as possibleKostya Shishkov2023-08-251-2/+8
* wav: allow demuxing custom block sizesKostya Shishkov2023-08-251-7/+48
* fix clippy warningsKostya Shishkov2023-07-262-7/+7
* mov: do not overwrite timebase with sample rateKostya Shishkov2023-06-301-1/+3
* mov: try to sync audio and video tracks when seekingKostya Shishkov2023-06-281-3/+27
* mov: set DTS to PTS when actual value is not availableKostya Shishkov2023-06-171-1/+1
* y4m: if no colourspace is specified it should be YUV 4:2:0Kostya Shishkov2023-06-031-2/+2
* avi: fix handling of palette change chunk with 256 coloursKostya Shishkov2023-02-141-0/+1
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* mov: sanitise position on seek errorKostya Shishkov2022-12-231-0/+3
* mov: improve seeking in audio-only filesKostya Shishkov2022-12-171-1/+29
* mov: add support for MacBinary formatKostya Shishkov2022-11-252-5/+108
* avi: rename str to stream for clarityKostya Shishkov2022-11-241-3/+3
* avi: fix wrong variable in seek codeKostya Shishkov2022-11-221-1/+1
* give 'str' variables more appropriate namesKostya Shishkov2022-11-043-12/+12
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-042-4/+3
* avi: skip chunks from unknown streamsKostya Shishkov2022-10-211-1/+5
* avi: accept not fully used ODML index chunksKostya Shishkov2022-10-141-1/+1
* avi: ignore ODML 'ix' chunks at the beginning of 'movi' listKostya Shishkov2022-10-141-1/+6
* avi: ignore index entries not belonging to any streamKostya Shishkov2022-10-071-1/+1
* fix some clippy warningsKostya Shishkov2022-09-223-17/+15
* mov: fix an exotic paletted MOV readingKostya Shishkov2021-12-141-3/+9
* annotate the sources for test samplesKostya Shishkov2021-11-204-0/+5
* avi: support ODML extensionsKostya Shishkov2021-11-171-17/+245
* fix clippy warningsKostya Shishkov2021-11-171-1/+1
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-2/+2
* mov: parse v2 audio headerKostya Shishkov2021-10-221-17/+41
* avi: support raw YUV formatsKostya Shishkov2021-10-061-2/+23
* avi: take into account the original orientation for raw videoKostya Shishkov2021-10-051-3/+3
* add raw RGB support for AVIKostya Shishkov2021-10-031-4/+34
* YUV4MPEG demuxerKostya Shishkov2021-09-302-0/+219
* mov: mark segments start as seeking pointsKostya Shishkov2021-06-241-0/+3
* mov: serve packets with equal timestamps if possibleKostya Shishkov2021-06-101-10/+47
* mov: skip iods boxKostya Shishkov2021-06-101-0/+5
* avi: do not set PTS for raw PCM with 1/rate timebaseKostya Shishkov2021-04-061-1/+4
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-1/+3
* mov: support segmented filesKostya Shishkov2021-01-041-17/+244
* mov: improve audio seeking (hopefully)Kostya Shishkov2020-12-151-2/+53
* mov: skip common atoms in video codec extradataKostya Shishkov2020-12-141-1/+14
* mov: fix track duration rescalingKostya Shishkov2020-12-131-1/+2
* mov: parse mdhd chunkKostya Shishkov2020-12-121-1/+19
* mov: calculate DTSKostya Shishkov2020-12-121-2/+104
* mov: introduce an option to print file structureKostya Shishkov2020-12-121-3/+64
* mov: hopefully fix audio PTS and seekingKostya Shishkov2020-10-251-9/+117
* mov: some fixes for MP4 parsingKostya Shishkov2020-10-241-3/+4