aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-realmedia
Commit message (Expand)AuthorAgeFilesLines
* cook: build multichannel mapKostya Shishkov2021-04-051-0/+1
* use MaybeUninit properlyKostya Shishkov2021-04-051-12/+16
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-0410-17/+18
* introduce stream and container durationKostya Shishkov2020-10-041-13/+34
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-273-6/+6
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-0911-21/+21
* use NATimePoint for seekingKostya Shishkov2020-07-091-3/+3
* realmedia: fix or silence clippy warningsKostya Shishkov2020-06-1610-29/+37
* rv60: switch to MD5-based testKostya Shishkov2020-06-111-2/+15
* rv60: fix neighbourhood checkKostya Shishkov2020-06-111-1/+1
* rmdemux: support index version 2Kostya Shishkov2020-06-111-4/+14
* rv6: add frame skipping optionKostya Shishkov2020-06-111-4/+55
* introduce option handling for decodersKostya Shishkov2020-06-019-0/+55
* introduce option handling for demuxersKostya Shishkov2020-05-311-0/+18
* rv10: remove invalid chroma DC code -128Kostya Shishkov2020-04-111-2/+2
* rv20: update hashes after loopfilter bugfixKostya Shishkov2020-04-081-5/+5
* rv10: switch to MD5-based testsKostya Shishkov2020-04-071-2/+37
* rv10: do not use modified chroma quantizerKostya Shishkov2020-04-071-1/+0
* rv10: remove debug statementsKostya Shishkov2020-04-071-9/+0
* rv10: new versions are all above zeroKostya Shishkov2020-04-071-1/+1
* rv10: check quantiserKostya Shishkov2020-04-071-0/+3
* rv10: use OBMC if the codec flavour requires itKostya Shishkov2020-04-071-0/+3
* switch h263 decoder to take options as flagsKostya Shishkov2020-04-061-1/+1
* rv10: fix coefficient quantisationKostya Shishkov2020-04-041-2/+11
* rv20: do not ignore deblocking flagKostya Shishkov2020-04-041-10/+14
* rv20: fix decoding with RPR presentKostya Shishkov2020-04-041-13/+20
* rv20: validate slice startKostya Shishkov2020-04-041-0/+1
* rmdemux: check that slice data fits into the frameKostya Shishkov2020-04-031-4/+6
* rv20: switch to MD5-based testKostya Shishkov2020-04-031-2/+24
* h263-based codecs: use proper motion compensationKostya Shishkov2020-04-031-8/+52
* rv20: fix coefficient quantisationKostya Shishkov2020-04-031-4/+12
* rv20: use codec-specific IDCTKostya Shishkov2020-04-021-4/+77
* rv20: calculate proper frame timestampsKostya Shishkov2020-04-021-1/+22
* rv30: switch to MD5-based testsKostya Shishkov2020-03-241-4/+20
* rv40: switch to MD5-based testsKostya Shishkov2020-03-241-4/+20
* realmedia/rv3040: update DC quant for inter macroblocks tooKostya Shishkov2020-03-241-0/+1
* realmedia/rv3040: handle slice headers for inter frames with missing referencesKostya Shishkov2020-03-241-0/+6
* realmedia/rv40dsp: hopefully fix deblocking conditions and parametersKostya Shishkov2020-03-241-31/+102
* make edge_emu() accept block alignmentKostya Shishkov2020-03-243-6/+6
* realmedia/rv40dsp: fix typos in loop filtersKostya Shishkov2020-03-231-7/+7
* realmedia/rv40dsp: fix strong deblock filter clippingKostya Shishkov2020-03-231-1/+1
* realmedia/rv40dsp: fix 3,3 luma motion interpolationKostya Shishkov2020-03-231-2/+17
* realmedia/rv3040: pass mb_h into loop filterKostya Shishkov2020-03-233-5/+5
* realmedia/rv3040: ignore slices with wrong headersKostya Shishkov2020-03-111-3/+16
* ralf: switch to MD5-based testKostya Shishkov2020-02-231-3/+2
* fix import crate for codec testsKostya Shishkov2020-02-219-9/+9
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-2/+2
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-2012-18/+28
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-1712-20/+27
* remove trailing whitespacesKostya Shishkov2020-02-113-4/+4