On2 AVC decoder
[nihav.git] / nihav-core /
2019-08-17 Kostya Shishkovcore: add UintCodeType::Limites{Zeroes,Ones} for clarity
2019-08-17 Kostya Shishkovcore: fix read_XX_{be,le} funcs
2019-07-03 Kostya Shishkovmove zigzag scan to common place
2019-05-18 Kostya Shishkovcore/blockdsp: add copy_block()
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-14 Kostya Shishkovcore/refs: fix leak
2019-05-14 Kostya Shishkovcore/refs: fix drop condition
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 Shishkovintroduce NADecoderSupport and buffer pools
2019-04-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
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-12 Kostya Shishkovdec_video: allow YUV444 output
2019-04-02 Kostya Shishkovgame: add Discworld Noir BMV demuxer and audio decoder
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-16 Kostya ShishkovVMD demuxer and decoder
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-12 Kostya Shishkovmake {Full,Short}CodebookDesc fields public
2019-02-12 Kostya Shishkovadd repr(C) to FFTComplex just in case
2019-02-11 Kostya Shishkovregister Duck ADPCM twoccs
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 Shishkovregister Duck fourccs
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 Shishkovallow RDFT use inverse FFT and remove reversing results...
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 Shishkovpublic interface for chromaton creation
2019-01-22 Kostya Shishkovuse chromaton offsets when writing paletted image
2019-01-20 Kostya Shishkovre-export some core dependencies
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovtry to fix tests
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core
2019-01-17 Kostya Shishkovsplit NihAV into subcrates