]> git.nihav.org Git - nihav.git/shortlog
nihav.git
4 days ago Kostya Shishkov(very basic) JPEG encoder master
4 days ago Kostya Shishkovavimuxer: report 8-bit no-palette format (greyscale...
7 days ago Kostya Shishkovavimuxer: pad odd-sized chunks
7 days ago Kostya Shishkovvp56: remove outdated comment
7 days ago Kostya Shishkovvp6: add a test for Huffman-encoded VP6A
7 days ago Kostya Shishkovvp6: fix image data buffer size for Huffman-coded VP6...
7 days ago Kostya Shishkovflvdemux: support extremely short files
9 days ago Kostya ShishkovSMC encoder
10 days ago Kostya Shishkovnihav_ms/imaadpcmenc: fix encoder
10 days ago Kostya Shishkovmov: support demuxing self-created IMA ADPCM tracks
10 days ago Kostya Shishkovmace: apparently MACE-3 decodes two byte packets per...
10 days ago Kostya ShishkovQT IMA ADPCM encoder
10 days ago Kostya Shishkovnihav_commonfmt: allow validate!() to be unused
10 days ago Kostya ShishkovMACE-3 and MACE-6 encoder
10 days ago Kostya Shishkovmace: split common code in preparations for an upcoming...
12 days ago Kostya Shishkovchange 'recognize' to 'recognise'
12 days ago Kostya Shishkovrename 'gray' to 'grey' where appropriate
12 days ago Kostya Shishkovfactor out commonly used greyscale pixel formaton
12 days ago Kostya Shishkovnihav_core/scale: rename colorcvt to colourcvt
12 days ago Kostya Shishkovrename ColorModel to ColourModel
12 days ago Kostya Shishkovmov: support unsigned PCM in version -1 files
2026-05-09 Kostya Shishkovavi: fix 15-bit raw video format
2026-05-08 Kostya Shishkovnihav_registry: add MSVideo1 tag for MOV
2026-05-06 Kostya ShishkovQT SIVQ decoder
2026-05-04 Kostya Shishkovnihav_codec_support/dec_video: use stream number instea...
2026-05-04 Kostya Shishkovqdraw: update test to account only for single sub-track...
2026-05-04 Kostya Shishkovmov: support several descriptors per track
2026-04-30 Kostya ShishkovRPZA (very simple) encoder
2026-04-29 Kostya Shishkovmovmuxer: handle writing just single time point in...
2026-04-28 Kostya Shishkovnihav_qt: put encoder registry under #[cfg()]
2026-04-27 Kostya Shishkovqtrleenc: fix encoding
2026-04-27 Kostya ShishkovQuickTime RLE encoding support
2026-04-26 Kostya Shishkovmovmuxer: fix writing low-bit palette
2026-04-25 Kostya Shishkovmovmuxer: write an ID for default palette when possible
2026-04-25 Kostya Shishkovavimux: write smaller palettes if actual palette bits...
2026-04-25 Kostya Shishkovrawvideo{enc,dec}: support 1-4 bit paletted formats
2026-04-25 Kostya Shishkovmov: improve support for version -1 files with audio...
2026-04-25 Kostya Shishkovnihav_codec_support/msstructs: do not check Cinepak...
2026-04-24 Kostya Shishkovrawvideo: support paletted input
2026-04-24 Kostya Shishkovrawvideoenc: refactor a bit and support paletted format
2026-04-24 Kostya Shishkovmovmuxer: support muxing (8-bit only for now) paletted...
2026-04-20 Kostya Shishkovcinepak: skip unknown empty strip that happens in very...
2026-04-20 Kostya Shishkovqt-cdvideo: fix and improve single-vector block reconst...
2026-04-19 Kostya ShishkovQT CD Video codec
2026-04-19 Kostya Shishkovmov: allow files with 'APPL' creator in MacBinary demuxer
2026-04-18 Kostya Shishkovavi: improve non-interleaved case detection and handling
2026-04-14 Kostya Shishkovmov: when inventing keyframes intra-only mode should...
2026-04-14 Kostya Shishkovnihav_core/scale: fix copying of single-plane images
2026-04-11 Kostya ShishkovUltimotion encoder
2026-04-09 Kostya Shishkovultimotion: split out data arrays for the upcoming...
2026-04-08 Kostya Shishkovmov: do not use one-to-one demuxing mode with non-empty...
2026-04-06 Kostya Shishkovmov: hopefully improve seeking
2026-04-06 Kostya Shishkovmov: keyframes are always sample numbers, not chunk...
2026-04-06 Kostya Shishkovmovmuxer: rename sample to chunk where the latter was...
2026-04-06 Kostya Shishkovmovmuxer: write more compact stsc atom representation
2026-04-04 Kostya Shishkovmov: add another mode for inventing keyframes
2026-04-04 Kostya ShishkovQT YUV2 and YUV4 encoders
2026-04-03 Kostya Shishkovuse test_file_demux() function in the demuxer tests
2026-04-03 Kostya Shishkovnihav_codec_support/dmx_test: add a function for simple...
2026-04-02 Kostya Shishkovmov: make packet demuxing modes explicit
2026-04-02 Kostya Shishkovdmx test fixup
2026-04-02 Kostya Shishkovmov: improve and extend tests
2026-04-02 Kostya Shishkovnihav_codec_support: add demuxer testing functionality
2026-04-02 Kostya Shishkovmov: split code into smaller components
2026-04-02 Kostya Shishkovnihav_core/frame: add default for StreamType
2026-04-02 Kostya Shishkovmpeg4asp: set frame reference timestamp when appropriate
2026-04-01 Kostya Shishkovfix some clippy warnings
2026-04-01 Kostya Shishkovmove default QT palettes to nihav_codec_support
2026-04-01 Kostya Shishkovmovmuxer: (hopefully) improve CBR audio track writing
2026-04-01 Kostya Shishkovmovmuxer: add more video codec descriptions
2026-04-01 Kostya Shishkovnihav_registry: add another FOURCC for Truemotion 1
2026-04-01 Kostya Shishkovnihav_registry: re-arrange MOV video codecs to have...
2026-04-01 Kostya Shishkovnihav_registry: add Truemotion 1 to native MOV codecs...
2026-03-31 Kostya Shishkovmovmuxer: mark it as supporting global palette only
2026-03-31 Kostya Shishkovnihav-core/muxers: introduce quirk for muxers that...
2026-03-31 Kostya Shishkovmov: support reading co64 atom
2026-03-31 Kostya Shishkovrawvideoenc: check that the input data is in the same...
2026-03-31 Kostya Shishkovindeo3enc: fix condition for using single delta codebook
2026-03-31 Kostya Shishkovmovmuxer: fix reported video track duration
2026-03-31 Kostya Shishkovmovmuxer: fix writing co64 atom
2026-03-29 Kostya Shishkovrawvideoenc: support some RGB formats in addition to...
2026-03-29 Kostya Shishkovnihav_core/formats: improve formaton conversion to...
2026-03-29 Kostya Shishkoveuclid: add test cases for raw and RLE mode
2026-03-29 Kostya Shishkovnihav_core/scale: fix copying packed frames
2026-03-28 Kostya Shishkov(very very imperfect) MOV muxer
2026-03-28 Kostya Shishkovmov: mark keyframe packets
2026-03-28 Kostya Shishkovindeo3enc: forcefully split too large intra cells
2026-03-28 Kostya Shishkovmov: fix typo in MS IMA ADPCM tag
2026-03-28 Kostya Shishkoveuclid: support more output modes
2026-03-28 Kostya Shishkoveuclid: use default palette for 16-colour modes
2026-03-28 Kostya Shishkoveuclid: add support for RLE and raw modes
2026-03-25 Kostya Shishkovnihav_registry: add functions for MOV fourcc look-up
2026-03-24 Kostya Shishkovmpeg4asp: error out on GMC frames
2026-03-24 Kostya Shishkovmpeg4asp: do not support qpel mode
2026-03-24 Kostya Shishkovaac: reset SBR on flush
2026-03-23 Kostya Shishkovmpeg4asp: update test checksums after fixes
2026-03-23 Kostya Shishkovmpeg4asp: fix B-frame chroma MC
2026-03-23 Kostya Shishkovmpeg4asp: fix codec version parsing
2026-03-21 Kostya Shishkovmpeg4asp: recognise and work around some bugs
2026-03-21 Kostya Shishkovmpeg4asp: quantiser-related fixes
next