summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add repr(C) to FFTComplex just in caseKostya Shishkov2019-02-121-0/+1
* Duck ADPCM decodersKostya Shishkov2019-02-113-1/+231
* register Duck ADPCM twoccsKostya Shishkov2019-02-111-0/+2
* allstuff: register duck crateKostya Shishkov2019-02-102-0/+5
* TrueMotion 1 decoderKostya Shishkov2019-02-101-1/+1514
* decvideo: output more RGB formatsKostya Shishkov2019-02-101-2/+73
* frame: add 32-bit packed video buffer and fix video buffer type allocationKostya Shishkov2019-02-101-3/+53
* formats: add some helper functions and make formaton and chromaton fields publicKostya Shishkov2019-02-101-14/+26
* register On2 AVC twoccsKostya Shishkov2019-02-061-0/+2
* crate for Duck decoders with TM RT decoderKostya Shishkov2019-02-065-0/+207
* register Duck fourccsKostya Shishkov2019-02-061-0/+14
* Bink video decoderKostya Shishkov2019-02-061-1/+1822
* core: implement defaults for some objectsKostya Shishkov2019-02-062-0/+16
* remove obsolete TODOKostya Shishkov2019-01-311-15/+0
* fix detection module and Bink2 extensionKostya Shishkov2019-01-311-4/+4
* binkaudio: fix channelmapKostya Shishkov2019-01-311-1/+1
* allow RDFT use inverse FFT and remove reversing results in Bink audio decoderKostya Shishkov2019-01-312-15/+8
* 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
* core: add DCT functionsKostya Shishkov2019-01-283-0/+518
* add RDFTKostya Shishkov2019-01-251-0/+100
* Bink demuxerKostya Shishkov2019-01-242-1/+196
* codebook: make TableDescReader accept non-static tablesKostya Shishkov2019-01-231-6/+6
* BMV detection entryKostya Shishkov2019-01-231-0/+5
* RAD formats crate and Smacker demuxer and decoderKostya Shishkov2019-01-2313-0/+1088
* Discworld 2 BMV supportKostya Shishkov2019-01-225-2/+479
* public interface for chromaton creationKostya Shishkov2019-01-221-0/+3
* use chromaton offsets when writing paletted imageKostya Shishkov2019-01-221-3/+8
* remove unused importsKostya Shishkov2019-01-228-14/+0
* re-export some core dependenciesKostya Shishkov2019-01-204-8/+8
* ignore assets dirKostya Shishkov2019-01-191-1/+2
* fix warningsKostya Shishkov2019-01-184-9/+2
* fix the rest of testsKostya Shishkov2019-01-1718-32/+182
* try to fix testsKostya Shishkov2019-01-177-18/+63
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-1716-114/+170
* allow nihav-tool in the same directory with other cratesKostya Shishkov2019-01-171-0/+1
* split NihAV into subcratesKostya Shishkov2019-01-1778-321/+881
* GremlinVideo audio decoderKostya Shishkov2018-12-172-2/+97
* drop unneeded mut for mutable refsKostya Shishkov2018-12-173-12/+12
* Rust2018: use new addressing schemeKostya Shishkov2018-12-1746-162/+163
* rmdec: remove some cruftKostya Shishkov2018-12-141-55/+0
* rmdec: factor out common code and add IVR demuxing supportKostya Shishkov2018-12-142-264/+655
* cook: block should accomodate data for JS channels tooKostya Shishkov2018-12-121-4/+4
* rmdec: support MLTI streamsKostya Shishkov2018-12-121-79/+190
* rmdec: support multiple DATA chunksKostya Shishkov2018-12-121-2/+24
* RealAudio demuxerKostya Shishkov2018-12-112-2/+144
* byteio: update syntaxKostya Shishkov2018-12-111-2/+2
* rv6: make test silentKostya Shishkov2018-12-111-2/+2
* RealVideo 6 decoder (mostly working)Kostya Shishkov2018-12-116-2/+3862