vp7enc: remove duplicate tables
[nihav.git] / nihav-core /
2022-03-02 Kostya Shishkovcore/frame: drop unneeded mut
2021-11-22 Kostya Shishkovcore: fix NAStream.get_duration()
2021-11-19 Kostya Shishkovadd bytes_left() to NAPacketiser so its internal buffer...
2021-11-18 Kostya Shishkovcore/io: hopefully fix BoundedFileReader::read_buf_some...
2021-11-15 Kostya Shishkovcore/byteio: check for end boundary in BoundedFileReade...
2021-11-15 Kostya Shishkovadd interfaces for raw data stream handling
2021-11-12 Kostya Shishkovcore/byteio: fix corner case when reading partial buffe...
2021-11-01 Kostya Shishkovcore/compr: allow inflate work with a custom dictionary
2021-10-29 Kostya Shishkovcore: replace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovcore/frame: add proper function for audio frame truncation
2021-10-26 Kostya Shishkovcore/intcode: fix unsigned to signed conversion function
2021-10-26 Kostya Shishkovio/intcode: add variable-length code writing
2021-10-26 Kostya Shishkovcore: add bit writer module
2021-10-20 Kostya Shishkovcore/io: add the finish() and new_read_boxed() to FileR...
2021-10-20 Kostya Shishkovcore/io: add BoundedFileReader for operating on just...
2021-10-18 Kostya Shishkovcore/scale: fix corner case in mediancut palettiser
2021-10-18 Kostya Shishkovcore/scale: add options support
2021-10-06 Kostya Shishkovcore/scale: support packed YUV formats unpacking
2021-10-06 Kostya Shishkovcore/scale: fix check for checking formats subsampling...
2021-10-06 Kostya Shishkovcore/scale: use BT.601 YUV by default in conversion
2021-10-05 Kostya Shishkovcore/scale: fix flipping of packed video buffer
2021-09-30 Kostya Shishkovcore/formats: fix offsets in YUV pixel format parsing
2021-09-30 Kostya Shishkovcore/frame: introduce NAVideoBuffer::from_raw_parts()
2021-05-22 Kostya Shishkovscale: allow copying 16-bit frames
2021-05-22 Kostya Shishkovdeflate: allow writing compressed data to byte-aligned...
2021-05-22 Kostya Shishkovcore: support DeflateMode option setting
2021-05-22 Kostya Shishkovdeflate: make Deflate Send-able
2021-05-20 Kostya Shishkovdeflate: add function for decoding just input chunk
2021-05-20 Kostya Shishkovdeflate: fix copy block length check
2021-05-20 Kostya Shishkovdeflate: better check for zlib header
2021-05-20 Kostya Shishkovdeflate: fix align() in inflate
2021-05-18 Kostya Shishkovnihav_core: add deflate compression
2021-05-18 Kostya Shishkovdeflate: fix zlib stream magic detection
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-23 Kostya Shishkovcore/soundcvt: fix u8->i16 test
2020-12-23 Kostya Shishkovcore/soundcvt: clip output in f32->i32 conversion
2020-12-12 Kostya Shishkovadd complex frame reorderer for upcoming H.264
2020-10-25 Kostya Shishkovfix NATimeInfo::time_to_ts()
2020-10-23 Kostya Shishkovcore/soundcvt: handle 8-bit signed audio
2020-10-21 Kostya Shishkovcore/scale: fill absent planes during scale process
2020-10-21 Kostya Shishkovcore/scale: process only common components in packing...
2020-10-12 Kostya Shishkovcore/soundcvt: fix convertsion of certain sample types
2020-10-04 Kostya Shishkovcore/io: introduce flush() call for ByteIO
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-09-30 Kostya Shishkovcore/io: fix reading behaviour with e.g. BufReader
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-10 Kostya Shishkovcore: fix clippy warnings
2020-09-10 Kostya Shishkovcore/io: switch FileReader and FileWriter to work with...
2020-09-05 Kostya Shishkovcore/frame: add truncate() for NAAudioBuffer
2020-09-05 Kostya Shishkovcore/codecs: introduce a special error for failed checksum
2020-09-05 Kostya Shishkovcore/formats: add SND_S32P_FORMAT soniton
2020-08-31 Kostya Shishkovcore: add allocation of 32-bit integer audio to alloc_a...
2020-08-31 Kostya Shishkovcore/formats: fix displayed NASoniton information
2020-07-11 Kostya Shishkovcore/formats: fix grayscale format returned by NAPixelF...
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-10 Kostya Shishkovcore/scale: fix flipping of packed 16- and 32-bit images
2020-07-10 Kostya Shishkovcore/muxers: fix copy-paste comments
2020-07-10 Kostya Shishkovcore/codecs: fix wrong type in doc example
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-07-09 Kostya Shishkovcore: implement Default for NATimePoint
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-07-09 Kostya Shishkovcore/frame: fix NATimePoint parsing from string
2020-07-09 Kostya Shishkovcore/frame: add None to NATimePoint and comparison...
2020-07-09 Kostya Shishkovcore: add NATimePoint for time-related actions
2020-07-08 Kostya ShishkovRevert "core/formats: implement ToString instead of...
2020-07-08 Kostya Shishkovnihav_core/scale: fix ELBG palettisation in the same...
2020-07-07 Kostya Shishkovcore/formats: add conversion to/from short string form...
2020-07-06 Kostya Shishkovcore/format: use common format parsing error
2020-07-06 Kostya Shishkovcore/formats: implement ToString instead of Display...
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()
next