aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-rad
Commit message (Expand)AuthorAgeFilesLines
* 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-302-3/+310
* binkdmx: pass file version as audio extradataKostya Shishkov2019-01-301-3/+5
* binkdmx: do not demux zero audio framesKostya Shishkov2019-01-301-6/+8
* Bink demuxerKostya Shishkov2019-01-241-1/+188
* RAD formats crate and Smacker demuxer and decoderKostya Shishkov2019-01-2310-0/+1076