nihav.git
2019-03-18 Kostya Shishkovbink2: correct KB2f IDCT
2019-03-17 Kostya Shishkovbink demuxer: skip unknown field in KB2i
2019-03-16 Kostya Shishkovbink2: implement calc_dc as in the reference
2019-03-15 Kostya Shishkovdisable bink2 test output
2019-03-15 Kostya ShishkovBink2 semi-working decoder
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-03-12 Kostya Shishkovindeo: fix 4x4 blocks decoding
2019-02-19 Kostya ShishkovVMD fixes
2019-02-18 Kostya Shishkovindeo3: fix fill_block8x8
2019-02-16 Kostya Shishkovindeo3: support non-modulo 16 dimensions somewhat
2019-02-16 Kostya ShishkovVMD demuxer and decoder
2019-02-16 Kostya Shishkovsmacker: reset only non-empty last symbols
2019-02-15 Kostya Shishkovbyteio: make standalone read_uXX{be,le} functions
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-02-15 Kostya Shishkovframe: make get_vbuf() work for immutable refs
2019-02-13 Kostya Shishkovadd test for missing codec descriptions
2019-02-13 Kostya Shishkovadd missing codec descriptions
2019-02-13 Kostya Shishkovrename truemotion[3-7] into vp[3-7]
2019-02-13 Kostya ShishkovDuck TrueMotion2 decoder
2019-02-12 Kostya Shishkovmake {Full,Short}CodebookDesc fields public
2019-02-12 Kostya Shishkovadd repr(C) to FFTComplex just in case
2019-02-11 Kostya ShishkovDuck ADPCM decoders
2019-02-11 Kostya Shishkovregister Duck ADPCM twoccs
2019-02-10 Kostya Shishkovallstuff: register duck crate
2019-02-10 Kostya ShishkovTrueMotion 1 decoder
2019-02-10 Kostya Shishkovdecvideo: output more RGB formats
2019-02-10 Kostya Shishkovframe: add 32-bit packed video buffer and fix video...
2019-02-10 Kostya Shishkovformats: add some helper functions and make formaton...
2019-02-06 Kostya Shishkovregister On2 AVC twoccs
2019-02-06 Kostya Shishkovcrate for Duck decoders with TM RT decoder
2019-02-06 Kostya Shishkovregister Duck fourccs
2019-02-06 Kostya ShishkovBink video decoder
2019-02-06 Kostya Shishkovcore: implement defaults for some objects
2019-01-31 Kostya Shishkovremove obsolete TODO
2019-01-31 Kostya Shishkovfix detection module and Bink2 extension
2019-01-31 Kostya Shishkovbinkaudio: fix channelmap
2019-01-31 Kostya Shishkovallow RDFT use inverse FFT and remove reversing results...
2019-01-30 Kostya ShishkovBink audio decoder (semi-working)
2019-01-30 Kostya Shishkovbinkdmx: pass file version as audio extradata
2019-01-30 Kostya Shishkovbinkdmx: do not demux zero audio frames
2019-01-28 Kostya Shishkovcore: add DCT functions
2019-01-25 Kostya Shishkovadd RDFT
2019-01-24 Kostya ShishkovBink demuxer
2019-01-23 Kostya Shishkovcodebook: make TableDescReader accept non-static tables
2019-01-23 Kostya ShishkovBMV detection entry
2019-01-23 Kostya ShishkovRAD formats crate and Smacker demuxer and decoder
2019-01-22 Kostya ShishkovDiscworld 2 BMV support
2019-01-22 Kostya Shishkovpublic interface for chromaton creation
2019-01-22 Kostya Shishkovuse chromaton offsets when writing paletted image
2019-01-22 Kostya Shishkovremove unused imports
2019-01-20 Kostya Shishkovre-export some core dependencies
2019-01-19 Kostya Shishkovignore assets dir
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovtry to fix tests
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core
2019-01-17 Kostya Shishkovallow nihav-tool in the same directory with other crates
2019-01-17 Kostya Shishkovsplit NihAV into subcrates
2018-12-17 Kostya ShishkovGremlinVideo audio decoder
2018-12-17 Kostya Shishkovdrop unneeded mut for mutable refs
2018-12-17 Kostya ShishkovRust2018: use new addressing scheme
2018-12-14 Kostya Shishkovrmdec: remove some cruft
2018-12-14 Kostya Shishkovrmdec: factor out common code and add IVR demuxing...
2018-12-12 Kostya Shishkovcook: block should accomodate data for JS channels too
2018-12-12 Kostya Shishkovrmdec: support MLTI streams
2018-12-12 Kostya Shishkovrmdec: support multiple DATA chunks
2018-12-11 Kostya ShishkovRealAudio demuxer
2018-12-11 Kostya Shishkovbyteio: update syntax
2018-12-11 Kostya Shishkovrv6: make test silent
2018-12-11 Kostya ShishkovRealVideo 6 decoder (mostly working)
2018-12-08 Kostya Shishkovcodebook: reject invalid codes
2018-12-08 Kostya Shishkovh263+rv20: use modified dquant and chroma quant
2018-12-08 Kostya Shishkovrmdec: fix wrong read_xxle()
2018-12-08 Kostya Shishkovrmdec: demux .rmhd too
2018-12-08 Kostya Shishkovregistry: add RealVideo 6 record
2018-10-28 Kostya Shishkovfix trailing whitespace
2018-10-27 Kostya ShishkovAAC-LC decoder
2018-10-27 Kostya Shishkovrmdec: ignore parse errors if data position is known...
2018-10-27 Kostya Shishkovdsp: implement Kaiser-Bessel derived window generation
2018-10-27 Kostya Shishkovdsp: make IDCT (un)scaled
2018-10-23 Kostya Shishkovio: generic table codebook description reader
2018-10-20 Kostya Shishkovrmdec: skip RM-specific first byte of AAC extradata
2018-10-20 Kostya Shishkovcook: force mono mode for v1
2018-10-20 Kostya Shishkovrm: VBR audio deinterleaver support
2018-10-19 Kostya Shishkovtrailing whitespace fixes
2018-10-19 Kostya Shishkovremove panics in working tests
2018-10-19 Kostya ShishkovATRAC3 decoder
2018-10-13 Kostya ShishkovRealAudio Lossless decoder
2018-10-13 Kostya Shishkovadd planar S16 formaton
2018-10-13 Kostya Shishkovfix limited unary code invocation parameters
2018-10-11 Kostya ShishkovCook decoder
2018-10-11 Kostya Shishkovrmdec: demux audio in smaller chunks
2018-10-11 Kostya ShishkovIMDCT implementation
2018-10-11 Kostya Shishkovformat: add channel map conversion from M$ WAVE bitmask
2018-09-22 Kostya Shishkovts102366: small fixes
2018-09-21 Kostya ShishkovRealAudio DNET decoder
2018-09-21 Kostya Shishkovmake it possible to print NAChannelMap or restore it...
2018-09-08 Kostya ShishkovSipro ACELP.net decoder
2018-09-08 Kostya Shishkovrmdec: fix audio header v5 parsing
2018-09-08 Kostya Shishkovrmdec: Sipro deinterleaver
next