add nihav-misc crate and Aware MotionWavelets decoder in it
[nihav.git] / nihav-codec-support /
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovcodec_support: fix doctests
2021-10-26 Kostya Shishkovcodec_support: add function for calculating LPC filter
2021-10-14 Kostya Shishkovcodec_support/codecs: add negation for MV
2021-10-06 Kostya Shishkovcodec_support/imgwrite: convert packed YUV format befor...
2021-09-22 Kostya Shishkovcodec_support/imgwrite: flip alpha plane too
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
2021-08-07 Kostya Shishkovcodec_support: add compress_sample() for IMA ADPCM...
2021-08-07 Kostya Shishkovcodec_support: derive usual traits for IMA ADPCM state
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-22 Kostya Shishkovcodec_support/h263: pred_quant mode implies that AC...
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-05 Kostya Shishkovcodec_support/data: fix GenericCache internal size
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-30 Kostya Shishkovmove QMF implementation into nihav_codec_support
2020-06-23 Kostya Shishkovcodec_support/blockdsp: add halfpel interpolation functions
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovcodec_support/test: add test_encoding_md5() for testing...
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
2020-06-15 Kostya Shishkovcodec_support/vq: make ELBG report the number of meanin...
2020-06-15 Kostya Shishkovcodec_support/vq: use 1% improvement as a threshold...
2020-06-15 Kostya Shishkovcodec_support/vq: calculate full cluster distortion...
2020-06-15 Kostya Shishkovcodec_support/vq: do not move empty group centroid
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-01 Kostya Shishkovcodec_support/test: document enc_video module
2020-06-01 Kostya Shishkovcodec_support/test: add remuxing tests
2020-05-30 Kostya Shishkovintroduce interface and support code for encoders
2020-05-30 Kostya Shishkovcodec_support: add module for generic vector quantisation
2020-05-26 Kostya Shishkovcodec_support: factor out PNM writing into separate...
2020-05-01 Kostya Shishkovcodec_support/h263: fix some cases related to Vivo 2.0
2020-04-16 Kostya Shishkovmove IMA ADPCM decoder into codec_support
2020-04-15 Kostya Shishkovremove trailing whitespaces
2020-04-08 Kostya Shishkovcodec_support/h263: fix delta calculation in the debloc...
2020-04-08 Kostya Shishkovcodec_support/h263: fix slice reset condition
2020-04-08 Kostya Shishkovcodec_support/h263: fix references used in PB-frame...
2020-04-07 Kostya Shishkovcodec_support/h263: add OBMC feature
2020-04-06 Kostya Shishkovswitch h263 decoder to take options as flags
2020-04-05 Kostya Shishkovcodec_support/h263: factor out some macroblock decoding...
2020-04-04 Kostya Shishkovcodec_support/h263: validate that B-frame has enough...
2020-04-03 Kostya Shishkovh263-based codecs: use proper motion compensation
2020-04-03 Kostya Shishkovcodec_support/h263: allocate more space in MV predictor
2020-04-03 Kostya Shishkovcodec_support/h263: fix DC clipping function
2020-04-02 Kostya Shishkovcodec_support/h263: use proper H.263 deblocking
2020-04-02 Kostya Shishkovcodec_support/h263: fix tabs
2020-03-24 Kostya Shishkovmake edge_emu() accept block alignment
2020-03-06 Kostya Shishkovsupport interleaved audio properly
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core