summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rv10: remove invalid chroma DC code -128Kostya Shishkov2020-04-111-2/+2
|
* core/io: mark FullCodebookDesc and ShortCodebookDesc as CopyKostya Shishkov2020-04-111-0/+2
|
* intel263: switch to MD5-based testKostya Shishkov2020-04-081-1/+19
|
* intel263: use codec-specific DSP functionsKostya Shishkov2020-04-081-3/+295
|
* rv20: update hashes after loopfilter bugfixKostya Shishkov2020-04-081-5/+5
|
* codec_support/h263: fix delta calculation in the deblocking filterKostya Shishkov2020-04-081-2/+2
|
* codec_support/h263: fix slice reset conditionKostya Shishkov2020-04-081-1/+1
|
* codec_support/h263: fix references used in PB-frame reconstructionKostya Shishkov2020-04-081-6/+6
|
* intel263: fix quantisationKostya Shishkov2020-04-081-2/+10
|
* intel263: correct frame PTS in case of B-frames being presentKostya Shishkov2020-04-081-8/+30
|
* 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
|
* codec_support/h263: add OBMC featureKostya Shishkov2020-04-072-6/+285
|
* switch h263 decoder to take options as flagsKostya Shishkov2020-04-062-4/+11
| | | | This will allow to add further options like OBMC without changing the interface.
* codec_support/h263: factor out some macroblock decoding/reconstruction partsKostya Shishkov2020-04-051-140/+153
|
* 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
|
* codec_support/h263: validate that B-frame has enough reference dataKostya Shishkov2020-04-041-0/+4
|
* 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-035-53/+141
|
* rv20: fix coefficient quantisationKostya Shishkov2020-04-031-4/+12
|
* codec_support/h263: allocate more space in MV predictorKostya Shishkov2020-04-031-1/+1
| | | | In case of left neigbour access wraparound this will always return zero MV.
* codec_support/h263: fix DC clipping functionKostya Shishkov2020-04-031-3/+3
|
* rv20: use codec-specific IDCTKostya Shishkov2020-04-021-4/+77
|
* rv20: calculate proper frame timestampsKostya Shishkov2020-04-021-1/+22
|
* registry: RealVideo 2 has B-framesKostya Shishkov2020-04-021-1/+1
|
* codec_support/h263: use proper H.263 deblockingKostya Shishkov2020-04-021-44/+42
|
* codec_support/h263: fix tabsKostya Shishkov2020-04-021-20/+20
|
* vmd: switch to MD5-based testsKostya Shishkov2020-03-281-9/+36
|
* game: fix VMD audio decoding for stereo casesKostya Shishkov2020-03-282-46/+146
|
* vmdaudio: fix u8 silent blocks valueKostya Shishkov2020-03-271-1/+1
|
* vmd: ignore empty framesKostya Shishkov2020-03-261-0/+3
|
* core/frame: add missing case for NABufferType::get_offset()Kostya Shishkov2020-03-241-0/+1
|
* 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-30/+101
|
* make edge_emu() accept block alignmentKostya Shishkov2020-03-247-14/+23
|
* 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
|