support Legend Entertainment Q format version 7
[nihav.git] / nihav-commonfmt /
2021-12-14 Kostya Shishkovmov: fix an exotic paletted MOV reading
2021-12-14 Kostya Shishkovzmbv: fix out-of-bounds motion compensation
2021-11-20 Kostya Shishkovannotate the sources for test samples
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-15 Kostya Shishkovbaseline JPEG decoder
2021-11-09 Kostya Shishkovmove AAC decoder to nihav-mpeg crate
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-22 Kostya Shishkovmov: parse v2 audio header
2021-10-06 Kostya Shishkovrawvideo: calculate stride for packed data properly
2021-10-06 Kostya Shishkovavi: support raw YUV formats
2021-10-05 Kostya Shishkovavi: take into account the original orientation for...
2021-10-03 Kostya Shishkovadd raw RGB support for AVI
2021-09-30 Kostya Shishkovintroduce raw video "codec"
2021-09-30 Kostya ShishkovYUV4MPEG demuxer
2021-09-29 Kostya Shishkovavimux: always write positive height in stream properties
2021-08-08 Kostya Shishkovzmbvenc: reduce range for the tests
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
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
2021-06-03 Kostya Shishkovremove trailing whitespaces
2021-06-03 Kostya Shishkovzmbvenc: export changed palette
2021-06-03 Kostya Shishkovavimux: write palette in stream header and palette...
2021-06-03 Kostya Shishkovcinepakenc: fix multi-strip handling
2021-05-22 Kostya ShishkovZip Motion Blocks Video encoder
2021-05-20 Kostya ShishkovZip Motion Blocks Video decoder
2021-04-06 Kostya Shishkovavi: do not set PTS for raw PCM with 1/rate timebase
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-05 Kostya Shishkovuse MaybeUninit properly
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2021-03-10 Kostya Shishkovcinepak: codebooks should be per strip
2021-01-04 Kostya Shishkovmov: support segmented files
2020-12-31 Kostya Shishkovclearvideo: support overlapping mode
2020-12-16 Kostya Shishkovaac: issue a warning instead of an error on window...
2020-12-15 Kostya Shishkovmov: improve audio seeking (hopefully)
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 Shishkovmov: calculate DTS
2020-12-12 Kostya Shishkovmov: introduce an option to print file structure
2020-10-25 Kostya Shishkovmov: hopefully fix audio PTS and seeking
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 Shishkovmov: adjust signedness for certain kinds of audio
2020-10-23 Kostya Shishkovavi: 8-bit audio is unsigned
2020-10-20 Kostya Shishkovmov: parse stts chunk and fix seeking
2020-10-04 Kostya Shishkovcinepakenc: switch to MD5-based test
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovwav: generate PTS for demuxed blocks
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
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-07-15 Kostya Shishkovavi: correct offsets in idx1 chunks if required
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-10 Kostya Shishkovcinepakenc: ask for non-flipped image during negotiation
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-07-06 Kostya Shishkovmov: if audio extradata does not start with wave pass...
2020-07-06 Kostya Shishkovmov: take audio frame size/length into account while...
2020-07-03 Kostya Shishkovmov: fix video extradata reading
2020-06-26 Kostya Shishkovmov: better support for CBR audio
2020-06-25 Kostya Shishkovmov: use block size for audio frames if it's available
2020-06-25 Kostya Shishkovmov: parse and add audio extradata
2020-06-25 Kostya Shishkovmov: do not skip deflate stream header, inflate can...
2020-06-24 Kostya Shishkovmov: support compressed header
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovavi: handle audio extradata shorter than chunk size
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-15 Kostya Shishkovcinepakenc: switch default quantisation mode to median cut
2020-06-15 Kostya Shishkovcinepakenc: take into account the number of quantised...
2020-06-15 Kostya Shishkovavimux: pad odd frame chunks
2020-06-15 Kostya Shishkovmov: do not generate palette for color table ID -1
2020-06-15 Kostya Shishkovavi: fix index parsing
2020-06-15 Kostya Shishkovcinepakenc: add missing field in NAVideoInfo used in...
2020-06-15 Kostya Shishkovcinepakenc: fix V1-only intra mode
2020-06-15 Kostya Shishkovcinepak: fix inter-frames decoding
2020-06-14 Kostya Shishkovadd A-law and mu-law decoders
2020-06-14 Kostya Shishkovmov: fix bitdepth handling
2020-06-13 Kostya Shishkovmov: support default palette and grayscale mode
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya ShishkovPCM encoder
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-06 Kostya Shishkovcinepakenc: replace missed instance of key_int with...
2020-06-06 Kostya Shishkovcinepakenc: remove debug print
2020-06-06 Kostya Shishkovfactor out keyframe interval option
2020-06-05 Kostya Shishkovset stream number in encoders too
2020-06-05 Kostya Shishkovcinepakenc: introduce several encoding options
2020-06-05 Kostya Shishkovcopy encoding parameters from the reference when negoti...
2020-06-03 Kostya Shishkovexperimental Cinepak encoder
2020-06-01 Kostya Shishkovcommonfmt: make AVI and WAV muxers use proper remuxing...
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-31 Kostya Shishkovmake muxers handle options
2020-05-30 Kostya Shishkovmake muxers report their capabilities
next