nihav.git
2022-01-09 Kostya Shishkovmpegaudio: make packetiser checks less verbose
2022-01-09 Kostya ShishkovLucasArts SMUSH formats support
2021-12-30 Kostya Shishkovcodec_support/test: add test_decode_images()
2021-12-26 Kostya Shishkovallstuff: remove unnecessary and outdated list of exter...
2021-12-26 Kostya Shishkovadd nihav-misc crate and Aware MotionWavelets decoder...
2021-12-14 Kostya Shishkovmov: fix an exotic paletted MOV reading
2021-12-14 Kostya Shishkovzmbv: fix out-of-bounds motion compensation
2021-12-02 Kostya Shishkovmp3: small workaround for some slightly bad encodes
2021-12-02 Kostya Shishkovmp3: fix reconstruction
2021-12-01 Kostya Shishkovadd MPEG Audio Layer II decoder
2021-11-23 Kostya Shishkovmpegaudio: handle VBRI tag in packetiser as well
2021-11-22 Kostya Shishkovcore: fix NAStream.get_duration()
2021-11-22 Kostya Shishkovmpegaudio: get duration from Xing/LAME information...
2021-11-22 Kostya Shishkovvp6enc: remove old unused counters
2021-11-20 Kostya Shishkovremove tabs
2021-11-20 Kostya Shishkovannotate the sources for test samples
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-18 Kostya Shishkovflacenc: set output packet PTS
2021-11-17 Kostya Shishkovadd enabling/disabling features for files with both...
2021-11-17 Kostya Shishkovcorrect some crate configurations for enabling/disablin...
2021-11-17 Kostya Shishkovavi: support ODML extensions
2021-11-17 Kostya Shishkovfix clippy warnings
2021-11-16 Kostya Shishkovnihav_llaudio: add conditional compilation for modules
2021-11-16 Kostya Shishkovadd FLAC packetiser and raw stream demuxer
2021-11-16 Kostya Shishkovflacenc: fix clippy warnings
2021-11-15 Kostya Shishkovbaseline JPEG decoder
2021-11-15 Kostya Shishkovcore/byteio: check for end boundary in BoundedFileReade...
2021-11-15 Kostya Shishkovmpeg: add MPEG Audio packetiser
2021-11-15 Kostya Shishkovadd interfaces for raw data stream handling
2021-11-15 Kostya Shishkovmp3: fix reconstruction bugs
2021-11-12 Kostya Shishkovmpeg/mp3: increase MP3 payload buffer size
2021-11-12 Kostya Shishkovcore/byteio: fix corner case when reading partial buffe...
2021-11-09 Kostya Shishkovmove AAC decoder to nihav-mpeg crate
2021-11-09 Kostya Shishkovadd nihav-mpeg crate
2021-11-09 Kostya Shishkovnihav_flash: enable codecs module only when encoders...
2021-11-06 Kostya Shishkovnihav_flash: remove unrequired dependency
2021-11-03 Kostya Shishkovallstuff: compact imports a bit
2021-11-02 Kostya ShishkovFlash support
2021-11-01 Kostya Shishkovcore/compr: allow inflate work with a custom dictionary
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovuse proper audio buffer truncation function
2021-10-29 Kostya Shishkovcore: replace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovcodec_support: fix doctests
2021-10-29 Kostya Shishkovcore/frame: add proper function for audio frame truncation
2021-10-26 Kostya Shishkovsimple FLAC encoder and muxer
2021-10-26 Kostya Shishkovcodec_support: add function for calculating LPC filter
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-22 Kostya ShishkovALAC decoder
2021-10-22 Kostya Shishkovmov: parse v2 audio header
2021-10-21 Kostya Shishkovnihav_qt: move audio decoders wrongly listed as video...
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 Shishkovmsvideo1enc: fix corner case in box split condition
2021-10-18 Kostya Shishkovms/imaadpcmenc: disable encoding to file in tests
2021-10-18 Kostya Shishkovcore/scale: fix corner case in mediancut palettiser
2021-10-18 Kostya Shishkovcore/scale: add options support
2021-10-14 Kostya ShishkovVP8 decoder
2021-10-14 Kostya Shishkovadd IVF demuxer for VP8 test samples
2021-10-14 Kostya Shishkovcodec_support/codecs: add negation for MV
2021-10-14 Kostya Shishkovvp7: split off data for the upcoming VP8 decoder
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 Shishkovcodec_support/imgwrite: convert packed YUV format befor...
2021-10-06 Kostya Shishkovrawvideo: calculate stride for packed data properly
2021-10-06 Kostya Shishkovavi: support raw YUV formats
2021-10-06 Kostya Shishkovcore/scale: use BT.601 YUV by default in conversion
2021-10-05 Kostya Shishkovavi: take into account the original orientation for...
2021-10-05 Kostya Shishkovcore/scale: fix flipping of packed video buffer
2021-10-05 Kostya ShishkovImagination Pilots Matte Animation decoder
2021-10-03 Kostya Shishkovadd raw RGB support for AVI
2021-10-02 Kostya Shishkovvp6enc: allow setting codec version
2021-10-02 Kostya Shishkovvp6: handle partial golden frame update in alpha case
2021-09-30 Kostya Shishkovintroduce raw video "codec"
2021-09-30 Kostya ShishkovYUV4MPEG demuxer
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-09-29 Kostya ShishkovVP6 encoder
2021-09-29 Kostya Shishkovavimux: always write positive height in stream properties
2021-09-29 Kostya Shishkovvp6: add test for VP6A
2021-09-22 Kostya Shishkovvp6: mark simple profile as multistream
2021-09-22 Kostya Shishkovvp6: split data into separate module
2021-09-22 Kostya Shishkovvp6: fix alpha support
2021-09-22 Kostya Shishkovcodec_support/imgwrite: flip alpha plane too
2021-08-10 Kostya Shishkovsmc: fix repeat-two-blocks case
2021-08-10 Kostya Shishkovsmc: ignore first byte
2021-08-08 Kostya Shishkovadd MS variant of IMA ADPCM encoder
2021-08-08 Kostya ShishkovMS ADPCM encoder: fix test after sound conversion fixes
2021-08-08 Kostya Shishkovzmbvenc: reduce range for the tests
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
2021-08-07 Kostya Shishkovcodec_support: add compress_sample() for IMA ADPCM...
2021-08-07 Kostya Shishkovcodec_support: derive usual traits for IMA ADPCM state
2021-06-27 Kostya Shishkovmsvideo1enc: speed-up encoding a bit
2021-06-26 Kostya Shishkovmsvideo1enc: get rid of small repeated allocation
2021-06-24 Kostya Shishkovmov: mark segments start as seeking points
2021-06-10 Kostya Shishkovmov: serve packets with equal timestamps if possible
2021-06-10 Kostya Shishkovmov: skip iods box
next