add LinePack decoder
[nihav.git] / nihav-core /
2020-07-06 Kostya Shishkovcore: add short string formats for sonitons
2020-07-06 Kostya Shishkovdeflate: fix output indexing
2020-06-27 Kostya Shishkovnihav_core/deflate: fix handling large buffers
2020-06-25 Kostya Shishkovnihav_core/deflate: recognize deflated stream header...
2020-06-21 Kostya Shishkovcore/bitreader: add get_data() for accessing bitreader...
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-06-12 Kostya Shishkovcore: add iterator for the lists of registered demuxers...
2020-06-11 Kostya Shishkovadd frame skip option for decoders
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya Shishkovcore/frame: add helper functions for dealing with refer...
2020-06-06 Kostya Shishkovfactor out keyframe interval option
2020-06-05 Kostya Shishkovcore: make StreamManager accept NAStreamRef too
2020-06-05 Kostya Shishkovcore: implement NAOptionHandler for Muxer
2020-06-04 Kostya Shishkovcore: redesign options module
2020-06-03 Kostya Shishkovcore/codecs: implement AllocatorError -> EncoderError...
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for encoders
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-31 Kostya Shishkovmake muxers handle options
2020-05-31 Kostya Shishkovcore: split options into separate module
2020-05-30 Kostya Shishkovintroduce interface and support code for encoders
2020-05-30 Kostya Shishkovcore: preparation work for introducing options
2020-05-30 Kostya Shishkovmake muxers report their capabilities
2020-05-29 Kostya Shishkovcore/scale: make sure that yuv2rgb kernel outputs to...
2020-05-29 Kostya Shishkovcore/io: introduce GrowableMemoryWriter
2020-05-27 Kostya Shishkovcore/scale: support grayscale format
2020-05-27 Kostya Shishkovcore/soundcvt: fix conversion of packed data
2020-05-27 Kostya Shishkovcore/frame: add a function for assigning packets to...
2020-05-25 Kostya Shishkovcore/byteio: add read_tag/peek_tag for reading four...
2020-05-21 Kostya Shishkovcore/demuxers: export demuxer stream manager
2020-05-21 Kostya Shishkovcore/formats: add NAPixelFormaton::get_total_depth()
2020-05-21 Kostya Shishkovcore: introduce muxers module
2020-05-20 Kostya Shishkovcore/frame: introduce NASideData
2020-05-13 Kostya Shishkovcore/scale: add conversion into paletted format
2020-04-26 Kostya Shishkovcore/io: fix reading escape bits past end in codebook
2020-04-22 Kostya Shishkovcore: introduce a function to print NABufferType metadata
2020-04-15 Kostya Shishkovremove trailing whitespaces
2020-04-13 Kostya Shishkovcore: add a new (de)compression module
2020-04-13 Kostya Shishkovcore/io: fix bug in MemoryReader::peek_buf()
2020-04-13 Kostya Shishkovcore/io: make Codebook fields and TABLE_FILL_VALUE...
2020-04-11 Kostya Shishkovcore/soundcvt: fix buffer type in test
2020-04-11 Kostya Shishkovcore/io: fix typo in codebook doc example
2020-04-11 Kostya Shishkovcore/io: check for non-unique codes while generating...
2020-04-11 Kostya Shishkovcore/io: mark FullCodebookDesc and ShortCodebookDesc...
2020-03-24 Kostya Shishkovcore/frame: add missing case for NABufferType::get_offset()
2020-03-10 Kostya Shishkovtypo fix
2020-03-06 Kostya Shishkovsupport interleaved audio properly
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
next