index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-realmedia
Commit message (
Expand
)
Author
Age
Files
Lines
*
ralf: switch to MD5-based test
Kostya Shishkov
2020-02-23
1
-3
/
+2
*
fix import crate for codec tests
Kostya Shishkov
2020-02-21
9
-9
/
+9
*
fix re-exports of crate submodules
Kostya Shishkov
2020-02-20
1
-2
/
+2
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
12
-18
/
+28
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
12
-20
/
+27
*
remove trailing whitespaces
Kostya Shishkov
2020-02-11
3
-4
/
+4
*
Make BitReader rely on passed slice size without the additional arguments.
Kostya Shishkov
2020-02-11
8
-14
/
+14
*
rmdemux: Sipro deinterleaver should work on whole frame
Kostya Shishkov
2019-12-09
1
-1
/
+1
*
make decoders Send-able
Kostya Shishkov
2019-11-27
10
-13
/
+13
*
rmdemux: streams timestamps are in milliseconds
Kostya Shishkov
2019-11-23
1
-6
/
+6
*
rv60: generate correct PTS for B-frames
Kostya Shishkov
2019-11-23
1
-1
/
+25
*
make audio decoder tests write .wav files only by request
Kostya Shishkov
2019-11-18
4
-4
/
+4
*
fix demuxer tests after introducing seek index
Kostya Shishkov
2019-11-18
1
-3
/
+6
*
allow to skip index building
Kostya Shishkov
2019-11-16
1
-1
/
+5
*
add index and seeking to RealMedia demuxer
Kostya Shishkov
2019-11-15
1
-14
/
+72
*
initial seeking support
Kostya Shishkov
2019-11-13
1
-6
/
+6
*
check for missing reference frames in various decoders
Kostya Shishkov
2019-11-11
2
-0
/
+32
*
add flush() to decoder interface
Kostya Shishkov
2019-11-09
10
-0
/
+29
*
move GenericCache to common place
Kostya Shishkov
2019-10-06
1
-38
/
+1
*
move zigzag scan to common place
Kostya Shishkov
2019-07-03
2
-2
/
+2
*
realmedia: remove unneeded mut
Kostya Shishkov
2019-05-18
1
-1
/
+1
*
core: make blockdsp an independent feature
Kostya Shishkov
2019-05-18
1
-1
/
+1
*
realmedia: fix some clippy warnings
Kostya Shishkov
2019-05-15
18
-169
/
+184
*
realmedia: fix clippy errors
Kostya Shishkov
2019-05-14
6
-5
/
+15
*
mark traits as dyn
Kostya Shishkov
2019-05-14
11
-16
/
+16
*
switch to better FFT interface and more flexible FFT implementation
Kostya Shishkov
2019-05-05
1
-2
/
+1
*
realmedia: use video buffer pool in RV3/4/6
Kostya Shishkov
2019-05-02
4
-23
/
+57
*
introduce NADecoderSupport and buffer pools
Kostya Shishkov
2019-05-02
9
-19
/
+19
*
switch NABufferType to use refs for video buffers
Kostya Shishkov
2019-04-30
2
-3
/
+3
*
switch NAFrame references to Arc
Kostya Shishkov
2019-04-29
9
-10
/
+10
*
switch NAStream reference to Arc
Kostya Shishkov
2019-04-29
2
-5
/
+4
*
switch NACodecInfo to Arc
Kostya Shishkov
2019-04-29
9
-46
/
+28
*
add NASimpleVideoFrame and try it in RV60 decoder
Kostya Shishkov
2019-04-28
2
-101
/
+78
*
switch to refcounted buffers
Kostya Shishkov
2019-04-28
9
-37
/
+37
*
ivr: demuxer fixes
Kostya Shishkov
2019-03-21
1
-6
/
+10
*
fix allocated buffer mutability after previous commit
Kostya Shishkov
2019-02-15
4
-6
/
+6
*
remove unused imports
Kostya Shishkov
2019-01-22
1
-3
/
+0
*
fix the rest of tests
Kostya Shishkov
2019-01-17
9
-18
/
+99
*
split NihAV into subcrates
Kostya Shishkov
2019-01-17
22
-0
/
+30073