summaryrefslogtreecommitdiffstats
path: root/nihav-rad/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-239-0/+1048