nihav.git
2021-05-18 Kostya Shishkovdeflate: fix zlib stream magic detection
2021-05-13 Kostya Shishkovh264: make debug and release versions of MC functions...
2021-05-12 Kostya Shishkovh264: use 6-bit state_idx in CABAC decoder (this elimin...
2021-04-13 Kostya Shishkovflac: fix header parsing for variable block length...
2021-04-06 Kostya Shishkovavi: do not set PTS for raw PCM with 1/rate timebase
2021-04-06 Kostya Shishkovgdv: audio base is also 1/fps
2021-04-05 Kostya Shishkovcook: build multichannel map
2021-04-05 Kostya Shishkovintroduce all_demuxers and all_{video,audio}_decoders...
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-05 Kostya Shishkovuse MaybeUninit properly
2021-04-04 Kostya Shishkovupdate minimal rustc version in README.md
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2021-04-04 Kostya Shishkovnihav_registry: fix clippy warnings and tests in detect...
2021-03-10 Kostya Shishkovcinepak: codebooks should be per strip
2021-03-06 Kostya Shishkovsvq1: inter mode uses wraparound instead of clamping
2021-02-24 Kostya Shishkovgdv: decode 16-bit video
2021-02-24 Kostya Shishkovgdv: recognize 16-bit video streams
2021-02-14 Kostya ShishkovFable IMAX video support
2021-01-23 Kostya ShishkovFutureVision game formats support
2021-01-04 Kostya Shishkovmov: support segmented files
2020-12-31 Kostya Shishkovclearvideo: support overlapping mode
2020-12-25 Kostya Shishkovape: fix decoding of large value in 3.91-3.98
2020-12-23 Kostya Shishkovcore/soundcvt: fix u8->i16 test
2020-12-23 Kostya Shishkovcore/soundcvt: clip output in f32->i32 conversion
2020-12-22 Kostya Shishkovvivo: switch MD5-based tests
2020-12-22 Kostya Shishkovvivo: fix reconstruction and flag parsing
2020-12-22 Kostya Shishkovcodec_support/h263: pred_quant mode implies that AC...
2020-12-20 Kostya Shishkovallstuff: register nihav-vivo crate
2020-12-20 Kostya Shishkovvivo: improve decoding
2020-12-20 Kostya Shishkovcodec_support/h263: add intra block reconstruction...
2020-12-20 Kostya Shishkovcodec_support/h263: add IDCT from Annex W
2020-12-16 Kostya Shishkovaac: issue a warning instead of an error on window...
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-15 Kostya Shishkovmov: improve audio seeking (hopefully)
2020-12-15 Kostya Shishkovh264: split out main chroma MC cases
2020-12-14 Kostya Shishkovmov: skip common atoms in video codec extradata
2020-12-13 Kostya Shishkovmov: fix track duration rescaling
2020-12-12 Kostya Shishkovmov: parse mdhd chunk
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder
2020-12-12 Kostya Shishkovadd complex frame reorderer for upcoming H.264
2020-12-12 Kostya Shishkovmov: calculate DTS
2020-12-12 Kostya Shishkovmov: introduce an option to print file structure
2020-12-05 Kostya Shishkovcodec_support/data: fix GenericCache internal size
2020-11-28 Kostya Shishkovmaximum FLAC order is 32
2020-10-25 Kostya Shishkovmov: hopefully fix audio PTS and seeking
2020-10-25 Kostya Shishkovfix NATimeInfo::time_to_ts()
2020-10-24 Kostya Shishkovregistry: register AAC in MP4
2020-10-24 Kostya Shishkovmov: some fixes for MP4 parsing
2020-10-24 Kostya Shishkovaac: parse extradata in esds format
2020-10-24 Kostya Shishkovaac: allow intensity stereo in right channel
2020-10-23 Kostya Shishkovcore/soundcvt: handle 8-bit signed audio
2020-10-23 Kostya Shishkovmov: adjust signedness for certain kinds of audio
2020-10-23 Kostya Shishkovavi: 8-bit audio is unsigned
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-20 Kostya Shishkovmov: parse stts chunk and fix seeking
2020-10-12 Kostya Shishkovcore/soundcvt: fix convertsion of certain sample types
2020-10-12 Kostya Shishkovape: switch large filter to 16-bit data and add x86_64...
2020-10-07 Kostya Shishkoveliminate some cargo-clippy warnings
2020-10-07 Kostya Shishkovwavpack: ignore ext_int flag when comparing headers
2020-10-07 Kostya Shishkovtta: report sample-based duration
2020-10-07 Kostya Shishkovape: report sample-based duration
2020-10-07 Kostya Shishkovape: trim filter coefficients to 16-bit
2020-10-04 Kostya Shishkovcore/io: introduce flush() call for ByteIO
2020-10-04 Kostya Shishkovcinepakenc: switch to MD5-based test
2020-10-04 Kostya Shishkovmsvideo1enc: update test after changes in vector quantiser
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovwav: generate PTS for demuxed blocks
2020-10-03 Kostya Shishkovape: allow larger than required seektables in files
2020-10-03 Kostya Shishkovape: zero samples in silent frames
2020-10-03 Kostya Shishkovvx: remove trailing whitespaces
2020-10-03 Kostya Shishkovwavpack: seek to the last frame before skipping frames
2020-10-03 Kostya Shishkovflac: support seeking when no seektable is present
2020-10-03 Kostya Shishkovape: move dotproduct+filter adaptation into a separate...
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 Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...
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-08-27 Kostya Shishkovaac: fix the window group advancement in joint-stereo...
2020-08-27 Kostya Shishkovaac: add missing heading bit to escape value
2020-08-27 Kostya Shishkovaac: fix TNS filtering
2020-08-22 Kostya Shishkovvx: update test after fixes
2020-08-22 Kostya Shishkovvx: fix typo in pred_hor_down()
2020-08-22 Kostya Shishkovvx: fix plane prediction
2020-08-15 Kostya Shishkovvx: audio should have eight pulses in one word, not...
2020-08-13 Kostya ShishkovActimagine VX demuxer and decoders
2020-08-06 Kostya Shishkovmove LH codec into audio section
2020-07-25 Kostya Shishkovnihav_registry/register: make CODEC_CAP_* public and...
2020-07-17 Kostya Shishkovon2avc: factor out common overlap code
2020-07-15 Kostya Shishkovon2avc: fix scalefactor reading for partially empty...
2020-07-15 Kostya Shishkovavi: correct offsets in idx1 chunks if required
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
next