nihav.git
2022-11-24 Kostya Shishkovadd Truemotion RT encoder
2022-11-24 Kostya Shishkovavi: rename str to stream for clarity
2022-11-22 Kostya Shishkovavi: fix wrong variable in seek code
2022-11-22 Kostya Shishkovclearvideo: align dimensions to 32 for RealVideo variant
2022-11-12 Kostya Shishkovarxel-vid: support 2-pixel tiles
2022-11-12 Kostya Shishkovarxel-vid: fix motion vector value
2022-11-12 Kostya Shishkovadd Arxel Tribe video support
2022-11-08 Kostya Shishkovrv6: handle DQP properly
2022-11-08 Kostya Shishkovrv6: change loop filter to a version used in newer...
2022-11-05 Kostya Shishkovsiff: fix SON duration
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 Shishkovswitch demuxers to use NAStream::make_ts()
2022-11-04 Kostya Shishkovcore: introduce NAStream::make_ts()
2022-11-03 Kostya Shishkovrv6: fix wrong filtering mode for intra prediction
2022-11-03 Kostya Shishkovrv6: rework deblocking as suggested by Peter Ross
2022-11-03 Kostya Shishkovrv6: fix typo in transform
2022-11-03 Kostya Shishkovrv6: fix some typos in loop filtering
2022-11-03 Kostya Shishkovrv6: fix special case for chroma motion compensation
2022-11-03 Kostya Shishkovrv6: edge emulation should align to 16x16 luma blocks
2022-10-29 Kostya ShishkovBeam Software SIFF format support
2022-10-29 Kostya Shishkovremove stray whitespaces
2022-10-26 Kostya Shishkovrmdec: RMVB version 2 has 64-bit offsets
2022-10-26 Kostya Shishkovrv6: in some places dimensions should be rounded up...
2022-10-26 Kostya Shishkovrv6: fix typo in chroma filtering loop
2022-10-21 Kostya Shishkovavi: skip chunks from unknown streams
2022-10-17 Kostya Shishkovlegend-q: support version 6
2022-10-15 Kostya Shishkovadd Highlander FMV support
2022-10-14 Kostya Shishkovavi: accept not fully used ODML index chunks
2022-10-14 Kostya Shishkovavi: ignore ODML 'ix' chunks at the beginning of 'movi...
2022-10-13 Kostya Shishkovindeo5: add source mention for a new test
2022-10-13 Kostya Shishkovindeo5: implement scalable streams support
2022-10-13 Kostya Shishkovcore/io: allow skipping right to the bitstream end
2022-10-13 Kostya Shishkovindeo5: fix off-by-one error in recombine_plane()
2022-10-13 Kostya Shishkovindeo5: fix band size check
2022-10-13 Kostya Shishkovprepare for implementing scalable Indeo 5
2022-10-13 Kostya Shishkovadd Indeo IVF demuxer
2022-10-13 Kostya Shishkovrename Duck IVF format for clarity
2022-10-07 Kostya Shishkovavi: ignore index entries not belonging to any stream
2022-10-07 Kostya Shishkovindeo: reorder frames for Indeo4
2022-10-07 Kostya Shishkovindeo: fix tile end calculation
2022-10-06 Kostya Shishkovindeo: do not align bitstream on empty tiles
2022-10-06 Kostya Shishkovindeo4: fix picture header parsing
2022-10-06 Kostya Shishkovindeo: fix selecting reference tile
2022-09-22 Kostya Shishkovfix some clippy warnings
2022-09-22 Kostya Shishkovtypo
2022-09-22 Kostya Shishkovcore/io: fix example in intcode
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-09-05 Kostya Shishkovh264: some micro-optimisations
2022-09-05 Kostya Shishkovh264/dsp: split avg() function by size
2022-09-05 Kostya Shishkovh264: cache frame width/height
2022-09-05 Kostya Shishkovh264/dsp: split chroma_interp() by width
2022-09-05 Kostya Shishkovh264/mc: add a stub for using optimised implementations
2022-09-05 Kostya Shishkovh264: fix tests after accidental gray_block() fix
2022-09-05 Kostya Shishkovh264: split put_block_weighted() by size
2022-09-05 Kostya Shishkovh264: make a separate structure for motion compensation DSP
2022-09-05 Kostya Shishkovvp8: use safer initialisation of partition BoolCoders
2022-09-05 Kostya Shishkovsilence warnings in a newer rustc
2022-07-27 Kostya Shishkovh264: update test hashes after the changes
2022-07-27 Kostya Shishkovh264: fix direct 8x8 inference mode
2022-07-27 Kostya Shishkovh264: reword MB reconstruction and add weighted MC
2022-07-27 Kostya Shishkovh264: fix sliding window frame reference dropping
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
2022-07-27 Kostya Shishkovh264: drop unneeded mut
2022-07-27 Kostya Shishkovh264: fix some tables and indices in dsp
2022-07-27 Kostya Shishkovh264: fix transform order
2022-07-07 Kostya Shishkovaac: SBR support (without PS)
2022-07-04 Kostya Shishkovaac: support Program Config Element a bit
2022-06-16 Kostya Shishkovcodec-support: add division support for FFTComplex
2022-04-02 Kostya Shishkovaac: use lookup table for coefficient quantisation
2022-04-01 Kostya Shishkovaac: do not add 16 to large coefficients
2022-03-30 Kostya Shishkovaac: split decoder into (sub)modules
2022-03-23 Kostya Shishkovsupport Legend Entertainment Q format version 7
2022-03-12 Kostya Shishkovvp6enc: add fast(er) encoding mode
2022-03-04 Kostya Shishkovvp7enc: remove duplicate tables
2022-03-04 Kostya Shishkovvp7enc: fix encoding intra frames with too low quantiser
2022-03-02 Kostya ShishkovVP7 encoder
2022-03-02 Kostya Shishkovvp7: split out tables
2022-03-02 Kostya Shishkovvp6enc: split out future common parts to share them...
2022-03-02 Kostya Shishkovcore/frame: drop unneeded mut
2022-01-09 Kostya Shishkovsmush-mcmp: support packed WAV files as well
2022-01-09 Kostya Shishkovsplit configuration for audio and video SMUSH decoders
2022-01-09 Kostya Shishkovadd MCMP demuxer
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
next