]> git.nihav.org Git - nihav.git/shortlog
nihav.git
25 hours ago Kostya Shishkovrpza: check that declared size does not exceed real... master
25 hours ago Kostya Shishkovmov: support (single known sample of) QuickTime beta...
2 days ago Kostya Shishkovnihav_core/scale: add a stage for high- to 8-bit image...
2 days ago Kostya Shishkovnihav_core/scale: support high-bitdepth YUV to/from...
2 days ago Kostya Shishkovh264: implement 10-bit decoder
3 days ago Kostya Shishkovh264: implement decoder wrappers
3 days ago Kostya Shishkovh264: make SliceState more shareable
3 days ago Kostya Shishkovh264: split decoder into common and 8-bit specific...
3 days ago Kostya Shishkovnihav_codec_support/imgwrite: add support for high...
3 days ago Kostya Shishkovnihav_codec_support/imgwrite: switch to byteio and...
3 days ago Kostya Shishkovnihav_codec_support: remove unneeded feature selection...
3 days ago Kostya Shishkovnihav_codec_support/imaadpcm: fix doxygen comments
4 days ago Kostya Shishkovavimux: palette should not be a part of bitmap header
4 days ago Kostya Shishkovavi: take palette from bitmapinfo extradata if it happe...
5 days ago Kostya Shishkovh264: fix adaptive marking with log2_max_frame_num=16
5 days ago Kostya Shishkovh264: increase margin in wait_for_mb for the luma inter...
5 days ago Kostya Shishkovh264: fix the typo that made multi-threaded decoding...
6 days ago Kostya ShishkovAdorage decoder
8 days ago Kostya Shishkovnihav_core/formats: allow proper spelling of "grey...
8 days ago Kostya Shishkovprune duplicate definitions of RGB555_FORMAT
8 days ago Kostya Shishkovnihav_core/formats: introduce a function to make RGB5...
8 days ago Kostya Shishkovmoviepak: obtain YUV422 formaton from string instead...
8 days ago Kostya Shishkovpgvv: obtain YUV422 formaton by parsing string instead...
8 days ago Kostya Shishkovavi: remove useless cast
8 days ago Kostya Shishkovmoviepak: switch to nihav_codec_support module for...
8 days ago Kostya Shishkovpgvv: switch to nihav_codec_support module for JPEG...
8 days ago Kostya Shishkovjpeg: use nihav_codec_support module for JPEG decoding
8 days ago Kostya Shishkovnihav_codec_support: introduce module for common JPEG...
9 days ago Kostya Shishkovnihav_registry: move PGVV entry to MOV codecs as it...
9 days ago Kostya ShishkovMoviePak decoder
10 days ago Kostya Shishkovh264: fix test_h264_mt_real2 test
10 days ago Kostya Shishkovnihav_core/reorder: simplify and hopefully fix MTFrameR...
10 days ago Kostya Shishkovh264: single- and multi-threaded tests should give...
10 days ago Kostya Shishkovh264: make sure that mv_cache is aligned
11 days ago Kostya Shishkovh264: silence unused assigment warning
11 days ago Kostya Shishkovjpeg: remove unused variable xstep[]
11 days ago Kostya Shishkovkmvc: update test after AVI extradata handling change
11 days ago Kostya Shishkovavi: use common structures from nihav_codec_support
11 days ago Kostya Shishkovnihav_ms/avidib: use common structures from nihav_codec...
11 days ago Kostya Shishkovnihav_indeo/ivf: use common structures from nihav_codec...
11 days ago Kostya Shishkovnihav_misc/av: use common structures reading from nihav...
11 days ago Kostya Shishkovwav: use WAVEFORMAT reader from nihav_codec_support
11 days ago Kostya Shishkovnihav_codec_support: factor out support for BITMAPINFO...
11 days ago Kostya Shishkovmov: use sample-based CBR audio demuxing
12 days ago Kostya Shishkovnihav_registry: add fourcc for QT RLE in AVI
12 days ago Kostya Shishkovfix some PTS/DTS confusion
2026-02-24 Kostya Shishkovindeo3enc: improve rate control a bit
2026-02-24 Kostya Shishkovindeo3enc: fix handling of skipped frame
2026-02-22 Kostya Shishkovfix (some) clippy warnings
2026-02-22 Kostya Shishkovmov: fix little-endian raw audio reporting
2026-02-22 Kostya Shishkovmov: yet another fix for raw audio demuxing
2026-02-22 Kostya Shishkovmov: create index for intra-only video streams
2026-02-22 Kostya Shishkovima_qt: update test after demuxer fix
2026-02-22 Kostya Shishkovmov: try to improve raw audio demuxing
2026-02-21 Kostya Shishkovavi: use inertial system for PCM timestamp calculation
2026-02-21 Kostya Shishkovnihav_core/byteio: introduce functions for writing...
2026-02-21 Kostya Shishkovnihav_hlblocks: split out template formatting into...
2026-02-20 Kostya Shishkovmov: do not let data streams interfere with seeking
2026-02-20 Kostya Shishkovnihav_core/scale: support unpacking e.g. 15-bit RGB...
2026-02-20 Kostya Shishkovmov: reported rgb555 format should be big-endian
2026-02-20 Kostya Shishkovmov: use sample size in get_size() if possible
2026-02-20 Kostya Shishkovadd raw YUV decoders for QT
2026-02-19 Kostya Shishkovnihav_registry/detect: slightly improve old QT MOV...
2026-02-18 Kostya Shishkovqcelp: typo
2026-02-17 Kostya Shishkovadd PDQ2 decoder
2026-02-14 Kostya Shishkovavi: reject chunks larger than remaining movi size
2026-02-11 Kostya ShishkovUltimotion decoder
2026-02-11 Kostya Shishkovavi: allow smaller strh chunk (as seen in really old...
2026-02-11 Kostya Shishkovindeo3: relax size check
2026-02-11 Kostya Shishkovrawvideo_ms: reject too short input
2026-02-10 Kostya Shishkovavi: ignore palette change chunks in index
2026-02-10 Kostya Shishkovpgvv: fix interlaced mode decoding
2026-02-10 Kostya Shishkovpgvv: do not de-zigzag quantisation matrices
2026-02-09 Kostya Shishkovpgvv: support interlaced mode
2026-02-07 Kostya Shishkovadd support for AV format
2026-02-06 Kostya Shishkovnihav_hlblocks/demux: handle empty or too short files...
2026-02-06 Kostya Shishkovuse integer array reading functions where applicable
2026-02-06 Kostya Shishkovnihav_core/byteio: add functions for reading arrays...
2026-02-06 Kostya Shishkovjpeg: add messages for unsupported features/flavours
2026-02-05 Kostya Shishkovdetect: add an entry for MOV in MacBinary II without...
2026-02-05 Kostya Shishkovmov: allow force seeking if requested
2026-02-05 Kostya Shishkovavi: add an option to print file structure
2026-02-04 Kostya Shishkovnihav_core/scale: stricter checks for 2x special scalin...
2026-02-04 Kostya Shishkovnihav_hlblocks/demux: allow printing demuxer information
2026-02-04 Kostya Shishkovmov: do not demux packets from the ignored streams
2026-02-04 Kostya Shishkovnihav_hlblocks/demux: change printed messages
2026-02-04 Kostya Shishkovnihav_hlblocks/demux: add more utility methods to Demux...
2026-02-04 Kostya Shishkovnihav_core/demuxers: add missing get_stream_manager_mut...
2026-02-03 Kostya Shishkovreplace ToString with Display implementation
2026-02-03 Kostya Shishkovnihav_core/demux: add Demuxer::get_stream_manager_mut...
2026-02-03 Kostya Shishkovregistry: add another Cinepak FOURCC
2026-02-03 Kostya Shishkovindeo3: improve changing frame sizes (and ignoring...
2026-02-03 Kostya Shishkovmov: add missing call to (re)initialise CTTS map search...
2026-02-03 Kostya Shishkovavi: slightly improve possibly unaligned chunk handling
2026-02-02 Kostya Shishkovnihav_indeo: remove dead assignment
2026-02-02 Kostya Shishkovnihav_llaudio/demuxers/wavpack: set actual format inste...
2026-02-02 Kostya Shishkovnihav_acorn/rawaudio: "16-bit exponential" apparently...
2026-02-02 Kostya Shishkovmov: improve search for headers in mov-macbin
2026-02-02 Kostya Shishkovmov: fix moov size limit in mov-macbin demuxer
2026-02-02 Kostya Shishkovnihav_registry/detect: improve MacBinary II MOV detection
next