index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-realmedia
/
src
/
codecs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clippy warnings
Kostya Shishkov
2023-07-26
7
-32
/
+20
*
RealVideo 4 encoder
Kostya Shishkov
2023-05-18
13
-2
/
+6002
*
rv34: make coefficient data public for the upcoming encoder
Kostya Shishkov
2023-05-18
1
-24
/
+24
*
rv40: split off data into separate module for the upcoming encoder
Kostya Shishkov
2023-05-18
3
-693
/
+697
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
1
-0
/
+1
*
Cook encoder
Kostya Shishkov
2023-03-09
2
-1
/
+1231
*
cook: split data into a separate module
Kostya Shishkov
2023-03-02
3
-445
/
+449
*
rename "str" variable to avoid confusion with the primitive type
Kostya Shishkov
2023-02-17
1
-6
/
+6
*
disable or remove unneeded debug messages
Kostya Shishkov
2022-12-23
3
-7
/
+0
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
rv6: handle DQP properly
Kostya Shishkov
2022-11-08
1
-7
/
+32
*
rv6: change loop filter to a version used in newer binary specifications
Kostya Shishkov
2022-11-08
1
-4
/
+4
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-8
/
+8
*
rv6: fix wrong filtering mode for intra prediction
Kostya Shishkov
2022-11-03
1
-12
/
+12
*
rv6: rework deblocking as suggested by Peter Ross
Kostya Shishkov
2022-11-03
2
-45
/
+56
*
rv6: fix typo in transform
Kostya Shishkov
2022-11-03
2
-12
/
+12
*
rv6: fix some typos in loop filtering
Kostya Shishkov
2022-11-03
2
-14
/
+14
*
rv6: fix special case for chroma motion compensation
Kostya Shishkov
2022-11-03
2
-9
/
+11
*
rv6: edge emulation should align to 16x16 luma blocks
Kostya Shishkov
2022-11-03
1
-2
/
+2
*
rv6: in some places dimensions should be rounded up to 16
Kostya Shishkov
2022-10-26
1
-5
/
+9
*
rv6: fix typo in chroma filtering loop
Kostya Shishkov
2022-10-26
2
-10
/
+10
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
3
-63
/
+31
*
silence warnings in a newer rustc
Kostya Shishkov
2022-09-05
1
-0
/
+1
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
9
-0
/
+11
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
3
-8
/
+8
*
cook: build multichannel map
Kostya Shishkov
2021-04-05
1
-0
/
+1
*
use MaybeUninit properly
Kostya Shishkov
2021-04-05
1
-12
/
+16
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
8
-13
/
+13
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
2
-5
/
+5
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
10
-20
/
+20
*
realmedia: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
7
-22
/
+27
*
rv60: switch to MD5-based test
Kostya Shishkov
2020-06-11
1
-2
/
+15
*
rv60: fix neighbourhood check
Kostya Shishkov
2020-06-11
1
-1
/
+1
*
rv6: add frame skipping option
Kostya Shishkov
2020-06-11
1
-4
/
+55
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
9
-0
/
+55
*
rv10: remove invalid chroma DC code -128
Kostya Shishkov
2020-04-11
1
-2
/
+2
*
rv20: update hashes after loopfilter bugfix
Kostya Shishkov
2020-04-08
1
-5
/
+5
*
rv10: switch to MD5-based tests
Kostya Shishkov
2020-04-07
1
-2
/
+37
*
rv10: do not use modified chroma quantizer
Kostya Shishkov
2020-04-07
1
-1
/
+0
*
rv10: remove debug statements
Kostya Shishkov
2020-04-07
1
-9
/
+0
*
rv10: new versions are all above zero
Kostya Shishkov
2020-04-07
1
-1
/
+1
*
rv10: check quantiser
Kostya Shishkov
2020-04-07
1
-0
/
+3
*
rv10: use OBMC if the codec flavour requires it
Kostya Shishkov
2020-04-07
1
-0
/
+3
*
switch h263 decoder to take options as flags
Kostya Shishkov
2020-04-06
1
-1
/
+1
*
rv10: fix coefficient quantisation
Kostya Shishkov
2020-04-04
1
-2
/
+11
*
rv20: do not ignore deblocking flag
Kostya Shishkov
2020-04-04
1
-10
/
+14
*
rv20: fix decoding with RPR present
Kostya Shishkov
2020-04-04
1
-13
/
+20
*
rv20: validate slice start
Kostya Shishkov
2020-04-04
1
-0
/
+1
*
rv20: switch to MD5-based test
Kostya Shishkov
2020-04-03
1
-2
/
+24
*
h263-based codecs: use proper motion compensation
Kostya Shishkov
2020-04-03
1
-8
/
+52
[next]