aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-rad/src
Commit message (Expand)AuthorAgeFilesLines
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-096-14/+14
* use NATimePoint for seekingKostya Shishkov2020-07-092-3/+8
* make HAMShuffler genericKostya Shishkov2020-06-161-1/+1
* rad: fix or silence clippy warningsKostya Shishkov2020-06-165-6/+12
* introduce option handling for decodersKostya Shishkov2020-06-014-0/+30
* introduce option handling for demuxersKostya Shishkov2020-05-312-0/+12
* 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
* smacker: switch to MD5-based testsKostya Shishkov2020-03-061-9/+25
* smkdemux: ignore unknown audio streams with payload being presentKostya Shishkov2020-02-251-1/+4
* smacker-audio: use interleaved output format as it is stored that way tooKostya Shishkov2020-02-251-4/+3
* fix import crate for codec testsKostya Shishkov2020-02-214-4/+4
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-2/+2
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-2/+5
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-177-10/+17
* remove trailing whitespacesKostya Shishkov2020-02-114-4/+4
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-114-6/+6
* make decoders Send-ableKostya Shishkov2019-11-274-6/+6
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-182-2/+2
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-182-2/+4
* bink demuxer: save timebase in contextKostya Shishkov2019-11-171-0/+2
* switch seek index to use milliseconds instead of timestampsKostya Shishkov2019-11-141-2/+3
* initial seeking supportKostya Shishkov2019-11-132-8/+20
* add flush() to decoder interfaceKostya Shishkov2019-11-094-0/+13
* rad: fix some clippy warningsKostya Shishkov2019-05-159-25/+25
* fix clippy errorsKostya Shishkov2019-05-141-2/+6
* mark traits as dynKostya Shishkov2019-05-146-8/+8
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-051-1/+1
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-024-10/+10
* switch NAFrame references to ArcKostya Shishkov2019-04-294-6/+6
* switch NACodecInfo to ArcKostya Shishkov2019-04-294-14/+12
* switch to refcounted buffersKostya Shishkov2019-04-284-8/+8
* bink2: fix intra block DCsKostya Shishkov2019-04-171-2/+2
* bink2: transpose quant matrix for KB2fKostya Shishkov2019-03-251-1/+1
* bink2: alpha support and proper slicesKostya Shishkov2019-03-221-41/+143
* bink2: decode KB2i flagsKostya Shishkov2019-03-211-52/+52
* bink2: luma MC and slice height fixesKostya Shishkov2019-03-191-19/+27
* bink2: correct KB2f IDCTKostya Shishkov2019-03-181-8/+9
* bink demuxer: skip unknown field in KB2iKostya Shishkov2019-03-171-0/+3
* bink2: implement calc_dc as in the referenceKostya Shishkov2019-03-161-3/+20
* disable bink2 test outputKostya Shishkov2019-03-151-1/+1
* Bink2 semi-working decoderKostya Shishkov2019-03-151-1/+2088
* smacker: reset only non-empty last symbolsKostya Shishkov2019-02-161-1/+3
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-153-6/+6
* Bink video decoderKostya Shishkov2019-02-061-1/+1822
* binkaudio: fix channelmapKostya Shishkov2019-01-311-1/+1
* allow RDFT use inverse FFT and remove reversing results in Bink audio decoderKostya Shishkov2019-01-311-10/+2
* Bink audio decoder (semi-working)Kostya Shishkov2019-01-301-2/+309