summaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt
Commit message (Expand)AuthorAgeFilesLines
...
* introduce option handling for decodersKostya Shishkov2020-06-017-0/+42
* introduce option handling for demuxersKostya Shishkov2020-05-313-0/+18
* make muxers handle optionsKostya Shishkov2020-05-312-0/+12
* make muxers report their capabilitiesKostya Shishkov2020-05-302-0/+2
* WAV muxerKostya Shishkov2020-05-273-1/+169
* add WAV demuxerKostya Shishkov2020-05-253-1/+203
* avimux: remove obsoleted workaroundKostya Shishkov2020-05-241-2/+1
* avi: do not put extradata size into extradata for audio streamsKostya Shishkov2020-05-241-1/+8
* avi: ignore actual bimap header size in relation to stream header sizeKostya Shishkov2020-05-231-1/+1
* avi: do not ignore guessed formatKostya Shishkov2020-05-231-1/+1
* avi: fix palette orderKostya Shishkov2020-05-231-4/+5
* avi: end demuxing when index is encounteredKostya Shishkov2020-05-231-1/+1
* avi: provide palette as side data and handle palette changesKostya Shishkov2020-05-231-1/+60
* avi muxerKostya Shishkov2020-05-214-1/+363
* cinepak: add grayscale and palette output modesKostya Shishkov2020-05-201-18/+131
* mov: output track palette as side dataKostya Shishkov2020-05-201-13/+22
* avi demuxer: mark packets as keyframe if we have indexKostya Shishkov2020-05-181-3/+8
* Cinepak decoderKostya Shishkov2020-05-173-1/+348
* mov: ignore some common chunksKostya Shishkov2020-05-171-0/+12
* mov: read palette if presentKostya Shishkov2020-05-171-1/+31
* clearvdeo: support MOV variant of extradata as wellKostya Shishkov2020-04-271-3/+4
* add MOV demuxerKostya Shishkov2020-04-273-1/+862
* fix import crate for codec testsKostya Shishkov2020-02-215-5/+5
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-2/+2
* split nihav-registry from nihav-coreKostya Shishkov2020-02-203-1/+5
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-206-4/+9
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-178-12/+19
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-115-8/+8
* clearvideo: switch to MD5-based testKostya Shishkov2020-02-111-4/+14
* avi demuxer: sample size is already in bitsKostya Shishkov2019-11-271-1/+1
* make decoders Send-ableKostya Shishkov2019-11-276-7/+7
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-184-4/+4
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-181-1/+2
* allow to skip index buildingKostya Shishkov2019-11-161-9/+11
* avi: add index parsing and seekingKostya Shishkov2019-11-151-9/+55
* initial seeking supportKostya Shishkov2019-11-131-5/+27
* check for missing reference frames in various decodersKostya Shishkov2019-11-111-1/+3
* add flush() to decoder interfaceKostya Shishkov2019-11-096-0/+22
* avi: stop outputting frames when index is hitKostya Shishkov2019-08-171-0/+3
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
* avi: support ON2 filesKostya Shishkov2019-06-221-2/+16
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-1510-227/+161
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* mark traits as dynKostya Shishkov2019-05-147-8/+8
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-053-7/+5
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-026-12/+12
* switch NAFrame references to ArcKostya Shishkov2019-04-296-7/+7
* switch NACodecInfo to ArcKostya Shishkov2019-04-296-25/+13
* switch to refcounted buffersKostya Shishkov2019-04-286-11/+9
* move test files into subdirectoriesKostya Shishkov2019-03-122-3/+3