summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* realmedia/rv3040: ignore slices with wrong headersKostya Shishkov2020-03-111-3/+16
|
* typo fixKostya Shishkov2020-03-101-1/+1
|
* add nihav-player to .gitignoreKostya Shishkov2020-03-091-0/+1
|
* MidiVid 3 decoderKostya Shishkov2020-03-093-1/+601
|
* binkvid: switch to MD5-based testsKostya Shishkov2020-03-081-10/+30
|
* binkvid: align width to 8 when calculating bundle sizesKostya Shishkov2020-03-071-0/+1
|
* binkvid: remove debug statementsKostya Shishkov2020-03-071-16/+0
|
* binkaud: separate tests for different audio flavoursKostya Shishkov2020-03-071-6/+12
|
* detect: fix Bink magic wordsKostya Shishkov2020-03-061-2/+2
|
* smacker: switch to MD5-based testsKostya Shishkov2020-03-061-9/+25
|
* support interleaved audio properlyKostya Shishkov2020-03-063-19/+62
| | | | | | Now NAAudioBuffer has step field which tells the distance to the next sample in the channel. This can be used to work with interleaved audio stored as native samples (instead of packed buffer like before).
* smkdemux: ignore unknown audio streams with payload being presentKostya Shishkov2020-02-251-1/+4
| | | | Some Smacker files have an additional stream with zero flags and 60Hz sampling rate.
* smacker-audio: use interleaved output format as it is stored that way tooKostya Shishkov2020-02-251-4/+3
|
* midivid: switch to MD5-based testingKostya Shishkov2020-02-241-8/+12
|
* gremlinvideo: switch to MD5-based testing and add audio testKostya Shishkov2020-02-241-3/+15
|
* bmv: switch to MD5-based testingKostya Shishkov2020-02-241-8/+4
|
* bmv3: switch to MD5-based testingKostya Shishkov2020-02-241-4/+4
|
* ralf: switch to MD5-based testKostya Shishkov2020-02-231-3/+2
|
* fix import crate for codec testsKostya Shishkov2020-02-2139-39/+39
|
* fix re-exports of crate submodulesKostya Shishkov2020-02-206-10/+10
|
* split nihav-registry from nihav-coreKostya Shishkov2020-02-2010-7/+28
|
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-2065-385/+454
| | | | | The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV.
* core/frame: remove unneeded FrameFromPacket traitKostya Shishkov2020-02-201-18/+5
|
* core/frame: remove options field from NAFrame until laterKostya Shishkov2020-02-201-5/+5
|
* core/frame: make some fields public (and rename for clarity if needed)Kostya Shishkov2020-02-201-30/+44
|
* core/frame: document moduleKostya Shishkov2020-02-191-6/+205
|
* core/codecs: document blockdspKostya Shishkov2020-02-191-0/+28
|
* core/dsp: document moduleKostya Shishkov2020-02-195-0/+46
|
* core/formats: document moduleKostya Shishkov2020-02-191-0/+138
|
* core: document crate a bitKostya Shishkov2020-02-181-0/+1
|
* core/demuxers: document moduleKostya Shishkov2020-02-181-4/+81
|
* core/test: document moduleKostya Shishkov2020-02-183-0/+56
|
* core/scale: document moduleKostya Shishkov2020-02-181-0/+36
|
* core/soundcvt: document moduleKostya Shishkov2020-02-181-0/+13
|
* core/codecs: document moduleKostya Shishkov2020-02-171-1/+136
|
* core: document data moduleKostya Shishkov2020-02-171-0/+35
|
* allstuff: document the moduleKostya Shishkov2020-02-171-0/+3
|
* core: document detect moduleKostya Shishkov2020-02-171-0/+32
|
* core: document reorder moduleKostya Shishkov2020-02-171-0/+16
|
* core: document register moduleKostya Shishkov2020-02-171-0/+29
|
* core: document refs moduleKostya Shishkov2020-02-171-0/+25
|
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-1756-98/+129
|
* duck/vpcommon: vp_tree! does not need to be exportedKostya Shishkov2020-02-171-1/+0
|
* remove trailing whitespaceKostya Shishkov2020-02-161-8/+8
|
* core/io: document codebook moduleKostya Shishkov2020-02-161-1/+100
|
* core/io: add module descriptionKostya Shishkov2020-02-151-0/+1
|
* core/io: document intcode moduleKostya Shishkov2020-02-151-0/+53
|
* core/io: document bytestream reading/writing moduleKostya Shishkov2020-02-151-1/+183
|
* core/io: make bitstream reader clone()ableKostya Shishkov2020-02-131-3/+3
|
* core/io: bitstream reader documentationKostya Shishkov2020-02-131-0/+155
|