aac: clear M/S flags
[nihav.git] / nihav-codec-support / src / codecs /
2023-07-26 Kostya Shishkovfix clippy warnings
2022-11-04 Kostya Shishkovgive 'str' variables more appropriate names
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovcodec_support: fix doctests
2021-10-14 Kostya Shishkovcodec_support/codecs: add negation for MV
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-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-23 Kostya Shishkovcodec_support/blockdsp: add halfpel interpolation functions
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
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-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core