nihav.git
2019-05-18 Kostya ShishkovVP3 decoder
2019-05-18 Kostya Shishkovcore/blockdsp: add copy_block()
2019-05-18 Kostya Shishkovrealmedia: remove unneeded mut
2019-05-18 Kostya Shishkovcore: make blockdsp an independent feature
2019-05-17 Kostya Shishkovcore/frame: use the same offsets for flipped frame
2019-05-16 Kostya Shishkovcore/frame: change simple frame data to slice
2019-05-15 Kostya Shishkovcore: fix some clippy warnings
2019-05-15 Kostya Shishkovrealmedia: fix some clippy warnings
2019-05-15 Kostya Shishkovrad: fix some clippy warnings
2019-05-15 Kostya Shishkovindeo: fix some clippy warnings
2019-05-15 Kostya Shishkovgame: fix some clippy warnings
2019-05-15 Kostya Shishkovduck: fix some clippy warnings
2019-05-15 Kostya Shishkovcommonfmt: fix some clippy warnings
2019-05-14 Kostya Shishkovcore/refs: fix leak
2019-05-14 Kostya Shishkovcore/refs: fix drop condition
2019-05-14 Kostya Shishkovfix clippy errors
2019-05-14 Kostya Shishkovindeo3: fix source buffer
2019-05-14 Kostya Shishkovbmv: remove duplicate code
2019-05-14 Kostya Shishkovrealmedia: fix clippy errors
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-05-14 Kostya Shishkovdetect: fix paths for test samples
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-11 Kostya Shishkovcodecs: implement Default trait for MV
2019-05-05 Kostya Shishkovswitch to better FFT interface and more flexible FFT...
2019-05-02 Kostya Shishkovrealmedia: use video buffer pool in RV3/4/6
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
2019-04-29 Kostya Shishkovgdv: fix palette order
2019-04-29 Kostya Shishkovdec_video: use scaler in RGB frames
2019-04-29 Kostya Shishkovscaler initial work
2019-04-29 Kostya Shishkovformats: mark paletted formats as packed
2019-04-29 Kostya Shishkovformats: change RGB24 formaton from BGR to RGB
2019-04-29 Kostya Shishkovformats: some enhancements for upcoming rescale
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NAStream reference to Arc
2019-04-29 Kostya Shishkovcore: implement Default for NABufferRef
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovadd NASimpleVideoFrame and try it in RV60 decoder
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-04-17 Kostya Shishkovbink2: fix intra block DCs
2019-04-12 Kostya Shishkovtm2x: add inter mode and switch output to YUV
2019-04-12 Kostya Shishkovdec_video: allow YUV444 output
2019-04-11 Kostya ShishkovTrueMotion 2X decoder (intra-only for now)
2019-04-04 Kostya Shishkovbmv3: fix colour update skip decoding
2019-04-04 Kostya ShishkovDiscworld Noir BMV video decoder
2019-04-02 Kostya Shishkovbmv3: do not demux empty video frames
2019-04-02 Kostya Shishkovgame: add Discworld Noir BMV demuxer and audio decoder
2019-03-25 Kostya Shishkovbink2: transpose quant matrix for KB2f
2019-03-22 Kostya Shishkovbink2: alpha support and proper slices
2019-03-21 Kostya Shishkovbink2: decode KB2i flags
2019-03-21 Kostya Shishkovivr: demuxer fixes
2019-03-19 Kostya Shishkovbink2: luma MC and slice height fixes
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
next