index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
avi: ignore actual bimap header size in relation to stream header size
Kostya Shishkov
2020-05-23
1
-1
/
+1
|
*
avi: do not ignore guessed format
Kostya Shishkov
2020-05-23
1
-1
/
+1
|
*
avi: fix palette order
Kostya Shishkov
2020-05-23
1
-4
/
+5
|
*
avi: end demuxing when index is encountered
Kostya Shishkov
2020-05-23
1
-1
/
+1
|
*
avi: provide palette as side data and handle palette changes
Kostya Shishkov
2020-05-23
1
-1
/
+60
|
*
avi muxer
Kostya Shishkov
2020-05-21
4
-1
/
+363
|
*
registry: allow searching for FOURCC/TWOCC by codec name
Kostya Shishkov
2020-05-21
1
-0
/
+16
|
*
core/demuxers: export demuxer stream manager
Kostya Shishkov
2020-05-21
1
-0
/
+4
|
|
|
|
This may be useful for remuxing.
*
core/formats: add NAPixelFormaton::get_total_depth()
Kostya Shishkov
2020-05-21
1
-0
/
+10
|
*
core: introduce muxers module
Kostya Shishkov
2020-05-21
3
-1
/
+136
|
*
cinepak: add grayscale and palette output modes
Kostya Shishkov
2020-05-20
1
-18
/
+131
|
*
mov: output track palette as side data
Kostya Shishkov
2020-05-20
1
-13
/
+22
|
*
core/frame: introduce NASideData
Kostya Shishkov
2020-05-20
1
-2
/
+18
|
*
avi demuxer: mark packets as keyframe if we have index
Kostya Shishkov
2020-05-18
1
-3
/
+8
|
*
Cinepak decoder
Kostya Shishkov
2020-05-17
4
-1
/
+351
|
*
mov: ignore some common chunks
Kostya Shishkov
2020-05-17
1
-0
/
+12
|
*
mov: read palette if present
Kostya Shishkov
2020-05-17
1
-1
/
+31
|
*
core/scale: add conversion into paletted format
Kostya Shishkov
2020-05-13
8
-1
/
+1094
|
*
siren: correct scaling to match reference output
Kostya Shishkov
2020-05-05
1
-1
/
+1
|
*
add VivoActive (imperfect) format family support
Kostya Shishkov
2020-05-05
10
-0
/
+3982
|
*
codec_support/h263: fix some cases related to Vivo 2.0
Kostya Shishkov
2020-05-01
1
-2
/
+3
|
*
clearvdeo: support MOV variant of extradata as well
Kostya Shishkov
2020-04-27
1
-3
/
+4
|
*
add MOV demuxer
Kostya Shishkov
2020-04-27
3
-1
/
+862
|
*
registry: add codec entries for MOV format
Kostya Shishkov
2020-04-27
1
-0
/
+60
|
*
registry: add detection for MOV format
Kostya Shishkov
2020-04-27
1
-0
/
+15
|
*
core/io: fix reading escape bits past end in codebook
Kostya Shishkov
2020-04-26
1
-2
/
+2
|
*
core: introduce a function to print NABufferType metadata
Kostya Shishkov
2020-04-22
1
-0
/
+42
|
*
vmd: demux L&H StreamTalk audio
Kostya Shishkov
2020-04-19
1
-2
/
+11
|
*
add Lernout & Hauspie StreamTalk 25kbps at 22 kHz codec
Kostya Shishkov
2020-04-19
3
-1
/
+648
|
*
add Lernout & Hauspie StreamTalk codecs to the registry
Kostya Shishkov
2020-04-19
1
-0
/
+5
|
*
vmd: support demuxing newer version
Kostya Shishkov
2020-04-17
1
-5
/
+26
|
*
vmd: support stereo IMA ADPCM
Kostya Shishkov
2020-04-17
1
-3
/
+35
|
*
vmd: remove leftover unused code
Kostya Shishkov
2020-04-17
1
-7
/
+1
|
*
vmd: handle IMA ADPCM chunks with odd number of samples correctly
Kostya Shishkov
2020-04-17
1
-7
/
+10
|
*
vmd: fix typo
Kostya Shishkov
2020-04-16
1
-5
/
+5
|
*
vmd: add tests for 16- and 24-bit video and IMA ADPCM audio
Kostya Shishkov
2020-04-16
1
-0
/
+36
|
*
vmd: support 16- and 24-bit variants
Kostya Shishkov
2020-04-16
1
-31
/
+82
|
*
vmd: add IMA ADPCM audio support
Kostya Shishkov
2020-04-16
1
-2
/
+39
|
*
move IMA ADPCM decoder into codec_support
Kostya Shishkov
2020-04-16
3
-47
/
+63
|
*
vmd: fix RLE decoding
Kostya Shishkov
2020-04-15
1
-3
/
+5
|
*
vmd: raise unpacked buffer size to a factor four
Kostya Shishkov
2020-04-15
1
-1
/
+1
|
*
vmd: take global picture offset into account when decoding frames
Kostya Shishkov
2020-04-15
1
-2
/
+9
|
*
remove trailing whitespaces
Kostya Shishkov
2020-04-15
4
-4
/
+4
|
*
core: add a new (de)compression module
Kostya Shishkov
2020-04-13
4
-1
/
+1069
|
*
core/io: fix bug in MemoryReader::peek_buf()
Kostya Shishkov
2020-04-13
1
-1
/
+1
|
*
core/io: make Codebook fields and TABLE_FILL_VALUE public
Kostya Shishkov
2020-04-13
1
-4
/
+4
|
|
|
|
This allows external implementations for CodebookReader trait.
*
core/soundcvt: fix buffer type in test
Kostya Shishkov
2020-04-11
1
-1
/
+1
|
*
core/io: fix typo in codebook doc example
Kostya Shishkov
2020-04-11
1
-1
/
+1
|
*
vmd: correct u8 conversion
Kostya Shishkov
2020-04-11
1
-5
/
+1
|
*
core/io: check for non-unique codes while generating codebook LUT
Kostya Shishkov
2020-04-11
1
-10
/
+16
|
[prev]
[next]