index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
h264: make some structures shareable
Kostya Shishkov
2023-06-14
4
-10
/
+17
*
h264: split current slice references into a separate structure
Kostya Shishkov
2023-06-14
4
-125
/
+136
*
h264: move decoder-specific bits into separate module
Kostya Shishkov
2023-06-14
2
-904
/
+911
*
codec_support/test: add a function for testing multi-threaded decoders
Kostya Shishkov
2023-06-10
1
-0
/
+173
*
core/frame: add means for NAVideoBufferPool to grow and report its usage
Kostya Shishkov
2023-06-10
1
-0
/
+16
*
generic frame reorderer for multi-threaded decoders
Kostya Shishkov
2023-06-10
1
-0
/
+120
*
introduce the interface for multi-threaded decoders
Kostya Shishkov
2023-06-10
1
-0
/
+68
*
cinepakenc: add an option to further refine the selected vectors
Kostya Shishkov
2023-06-05
1
-21
/
+198
*
raw video "encoder"
Kostya Shishkov
2023-06-04
3
-1
/
+106
*
add YUV4MPEG muxer
Kostya Shishkov
2023-06-04
3
-1
/
+126
*
y4m: if no colourspace is specified it should be YUV 4:2:0
Kostya Shishkov
2023-06-03
1
-2
/
+2
*
cinepakenc: introduce fast VQ mode and make it default
Kostya Shishkov
2023-06-03
1
-4
/
+66
*
cinepakenc: factor out ELBG quantisation
Kostya Shishkov
2023-06-03
1
-15
/
+13
*
cinepakenc: make ELBG mode to behave like hybrid mode (and drop that one)
Kostya Shishkov
2023-06-03
1
-18
/
+1
*
zmbvenc: handle I-frames that turned out to be skip frames
Kostya Shishkov
2023-05-25
1
-1
/
+2
*
zmbvenc: update checksums after deflate changes
Kostya Shishkov
2023-05-25
1
-4
/
+4
*
core/soundcvt: add resampling support
Kostya Shishkov
2023-05-25
2
-0
/
+424
*
core/scale: add proper rescaling
Kostya Shishkov
2023-05-25
3
-124
/
+526
*
core/compr: make code length limiting in deflate actually work
Kostya Shishkov
2023-05-25
1
-17
/
+17
*
core/compr: fix clippy warnings
Kostya Shishkov
2023-05-25
1
-3
/
+2
*
core/compr: improve deflate match search
Kostya Shishkov
2023-05-25
1
-64
/
+46
*
cinepakenc: try to calculate the number of strips automatically if requested
Kostya Shishkov
2023-05-20
1
-0
/
+6
*
core/scale: fix off-by-one typo
Kostya Shishkov
2023-05-20
1
-2
/
+2
*
RealVideo 4 encoder
Kostya Shishkov
2023-05-18
14
-3
/
+6007
*
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
*
flacdemux: improve frame bounds search
Kostya Shishkov
2023-05-18
1
-3
/
+18
*
rmmux: rework video packetisation and add some debug prints
Kostya Shishkov
2023-05-18
3
-78
/
+251
*
rmmux: generate monotone timestamps for video stream
Kostya Shishkov
2023-05-18
1
-1
/
+6
*
core/codecs: EncodeParameters.bitrate is in bits per second
Kostya Shishkov
2023-05-18
1
-1
/
+1
*
avimux: fix palette writing in the video stream header
Kostya Shishkov
2023-03-14
1
-1
/
+6
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
14
-0
/
+24
*
aacsbr: fix high<->low resolution envelope mapping
Kostya Shishkov
2023-03-13
2
-5
/
+6
*
aacsbr: fix off-by-one situation with envelope borders
Kostya Shishkov
2023-03-13
2
-42
/
+46
*
Cook encoder
Kostya Shishkov
2023-03-09
5
-3
/
+1244
*
cook: split data into a separate module
Kostya Shishkov
2023-03-02
3
-445
/
+449
*
rmmux: better audio codec flavour detection
Kostya Shishkov
2023-03-07
1
-50
/
+70
*
rmmux: improve the audio packet timestamp handling
Kostya Shishkov
2023-03-07
3
-17
/
+56
*
add RealMedia and RealAudio muxers
Kostya Shishkov
2023-03-01
7
-1
/
+1496
*
realmedia: hopefully fix reported block size
Kostya Shishkov
2023-03-01
1
-1
/
+5
*
realmedia: clear non-existing timestamps in .ra
Kostya Shishkov
2023-03-01
1
-2
/
+6
*
realmedia: parse the original RealAudio files with even shorter v3 header
Kostya Shishkov
2023-02-24
1
-4
/
+9
*
cinepakenc: add option for forcing V1-only mode
Kostya Shishkov
2023-02-23
1
-5
/
+24
*
cinepakenc: in hybrid VQ mode do not run ELBG refinement for < 256 entries
Kostya Shishkov
2023-02-23
1
-6
/
+14
*
cinepakenc: output only the active codebook part
Kostya Shishkov
2023-02-23
1
-16
/
+16
*
cinepakenc: fix detection of codebook changed part
Kostya Shishkov
2023-02-23
1
-1
/
+1
*
cinepakenc: fix mask output optimisation
Kostya Shishkov
2023-02-23
1
-1
/
+1
*
rename "str" variable to avoid confusion with the primitive type
Kostya Shishkov
2023-02-17
10
-57
/
+57
*
avi: fix handling of palette change chunk with 256 colours
Kostya Shishkov
2023-02-14
1
-0
/
+1
*
msvideo1enc: fix inversed flags in quantisation
Kostya Shishkov
2023-02-14
1
-5
/
+5
[prev]
[next]