fix re-exports of crate submodules
[nihav.git] / nihav-core /
2020-02-20 Kostya Shishkovsplit nihav-registry from nihav-core
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-20 Kostya Shishkovcore/frame: remove unneeded FrameFromPacket trait
2020-02-20 Kostya Shishkovcore/frame: remove options field from NAFrame until...
2020-02-20 Kostya Shishkovcore/frame: make some fields public (and rename for...
2020-02-19 Kostya Shishkovcore/frame: document module
2020-02-19 Kostya Shishkovcore/codecs: document blockdsp
2020-02-19 Kostya Shishkovcore/dsp: document module
2020-02-19 Kostya Shishkovcore/formats: document module
2020-02-18 Kostya Shishkovcore: document crate a bit
2020-02-18 Kostya Shishkovcore/demuxers: document module
2020-02-18 Kostya Shishkovcore/test: document module
2020-02-18 Kostya Shishkovcore/scale: document module
2020-02-18 Kostya Shishkovcore/soundcvt: document module
2020-02-17 Kostya Shishkovcore/codecs: document module
2020-02-17 Kostya Shishkovcore: document data module
2020-02-17 Kostya Shishkovcore: document detect module
2020-02-17 Kostya Shishkovcore: document reorder module
2020-02-17 Kostya Shishkovcore: document register module
2020-02-17 Kostya Shishkovcore: document refs module
2020-02-16 Kostya Shishkovremove trailing whitespace
2020-02-16 Kostya Shishkovcore/io: document codebook module
2020-02-15 Kostya Shishkovcore/io: add module description
2020-02-15 Kostya Shishkovcore/io: document intcode module
2020-02-15 Kostya Shishkovcore/io: document bytestream reading/writing module
2020-02-13 Kostya Shishkovcore/io: make bitstream reader clone()able
2020-02-13 Kostya Shishkovcore/io: bitstream reader documentation
2020-02-11 Kostya Shishkovremove trailing whitespaces
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-11 Kostya Shishkovcore/byteio: use slice length directly
2020-02-02 Kostya Shishkovcore/register: add fourcc for VP6A
2019-12-18 Kostya Shishkovcore/test: flip output PGMYUV if needed
2019-12-14 Kostya Shishkovcore/test: print generated hash in the expected format
2019-12-10 Kostya Shishkovcore/scale: add output buffer flipping if needed
2019-12-10 Kostya Shishkovcore/frame: add get_num_components() call to NAVideoBuffer
2019-12-07 Kostya Shishkovcore/soundcvt: fix some bugs and switch to generic...
2019-11-27 Kostya Shishkovcore/soundcvt: use wrapping mul in sample width extension
2019-11-27 Kostya Shishkovcore/scale: copy pictures with different strides too
2019-11-27 Kostya Shishkovcore/soundcvt: add DupMono mode for remixing speed-up
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-23 Kostya Shishkovcore/scale: optimise nearest-neighbour scaling
2019-11-23 Kostya Shishkovcore/scale: optimise YUV2RGB
2019-11-22 Kostya Shishkovcore/scale: fix unpacking condition
2019-11-22 Kostya Shishkovcore/reorder: simplify I/P/B reorderer
2019-11-22 Kostya Shishkovcore/refs: make NABufferRef suitable for passing buffer...
2019-11-20 Kostya Shishkovcore/test: add better decoder testing system
2019-11-18 Kostya Shishkovcore/test: use common prefix for test data output
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-17 Kostya Shishkovcore: add audio format conversion routines
2019-11-17 Kostya Shishkovcore/frame: make fields of NAAudioInfo public
2019-11-16 Kostya Shishkovcore/frame: add some common audio functions to NABufferType
2019-11-16 Kostya Shishkovcore/frame: return a reference to channel map instead...
2019-11-16 Kostya Shishkovcore/frame: introduce stride for planar audio buffers
2019-11-16 Kostya Shishkovcore/formats: make NASoniton fields public
2019-11-16 Kostya Shishkovcore/byteio: add floating point read-write functions
2019-11-16 Kostya Shishkovcore/byteio: add standalone write functions
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovcore: improve SeekIndex functionality
2019-11-15 Kostya Shishkovcore: improve interaction with stream type
2019-11-15 Kostya Shishkovcore: add ts_to_time() utility function
2019-11-14 Kostya Shishkovswitch seek index to use milliseconds instead of timestamps
2019-11-13 Kostya Shishkovinitial seeking support
2019-11-13 Kostya Shishkovcore/frame: add time to timestamp conversion utility...
2019-11-13 Kostya Shishkovcore/byteio: reexport SeekFrom
2019-11-12 Kostya Shishkovcore: add frame reordering functionality
2019-11-12 Kostya Shishkovframe: add ID field
2019-11-11 Kostya Shishkovadd missing flush() implementation
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-11-08 Kostya Shishkovcore/dsp: add imdct_half
2019-10-30 Kostya Shishkovdec_video: care about PTS only in the decoded stream
2019-10-06 Kostya Shishkovmove GenericCache to common place
2019-09-26 Kostya ShishkovMidiVid decoder
2019-09-26 Kostya Shishkovregister: fix some On2-related entries
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
next