aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-core /
2024-01-05 Kostya Shishkovcore/soundcvt: fix some cases where resampler skipped...
2023-09-09 Kostya Shishkovcore/scale: support copying paletted frames
2023-08-18 Kostya Shishkovcore/compr: fix documentation comments
2023-07-26 Kostya Shishkovfix clippy warnings
2023-07-25 Kostya Shishkovcore/soundcvt: typo
2023-07-06 Kostya Shishkovcore/reorder: clear frame IDs in MTFrameReorderer on...
2023-06-16 Kostya Shishkovcore/scale: fix typos in scaling loop
2023-06-10 Kostya Shishkovcore/frame: add means for NAVideoBufferPool to grow...
2023-06-10 Kostya Shishkovgeneric frame reorderer for multi-threaded decoders
2023-06-10 Kostya Shishkovintroduce the interface for multi-threaded decoders
2023-05-25 Kostya Shishkovcore/soundcvt: add resampling support
2023-05-25 Kostya Shishkovcore/scale: add proper rescaling
2023-05-25 Kostya Shishkovcore/compr: make code length limiting in deflate actual...
2023-05-25 Kostya Shishkovcore/compr: fix clippy warnings
2023-05-25 Kostya Shishkovcore/compr: improve deflate match search
2023-05-20 Kostya Shishkovcore/scale: fix off-by-one typo
2023-05-18 Kostya Shishkovcore/codecs: EncodeParameters.bitrate is in bits per...
2023-03-14 Kostya Shishkovintroduce a way for encoder to manifest its capabilities
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2022-12-23 Kostya Shishkovcore/compr: make a faster version of Inflate::uncompress()
2022-12-17 Kostya Shishkovcore/demuxer: add functions for creating demuxers with...
2022-11-05 Kostya Shishkovcore/soundcvt: support conversion from packed audio
2022-11-05 Kostya Shishkovcore/frame: set correct duration for newly constructed...
2022-11-05 Kostya Shishkovcore/io: drop useless duplicated statement in test
2022-11-04 Kostya Shishkovgive 'str' variables more appropriate names
2022-11-04 Kostya Shishkovcore: introduce NAStream::make_ts()
2022-10-13 Kostya Shishkovcore/io: allow skipping right to the bitstream end
2022-09-22 Kostya Shishkovfix some clippy warnings
2022-09-22 Kostya Shishkovcore/io: fix example in intcode
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
next