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
...
*
flac: support seeking when no seektable is present
Kostya Shishkov
2020-10-03
1
-51
/
+127
*
ape: move dotproduct+filter adaptation into a separate function
Kostya Shishkov
2020-10-03
1
-9
/
+16
*
core/io: fix reading behaviour with e.g. BufReader
Kostya Shishkov
2020-09-30
1
-6
/
+18
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
23
-50
/
+50
*
core: fix clippy warnings
Kostya Shishkov
2020-09-10
3
-5
/
+7
*
core/io: switch FileReader and FileWriter to work with standard traits
Kostya Shishkov
2020-09-10
1
-15
/
+14
*
add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack support
Kostya Shishkov
2020-09-05
18
-0
/
+4555
*
core/frame: add truncate() for NAAudioBuffer
Kostya Shishkov
2020-09-05
1
-0
/
+6
*
core/codecs: introduce a special error for failed checksum
Kostya Shishkov
2020-09-05
1
-0
/
+2
*
core/formats: add SND_S32P_FORMAT soniton
Kostya Shishkov
2020-09-05
1
-0
/
+2
*
core: add allocation of 32-bit integer audio to alloc_audio_buffer()
Kostya Shishkov
2020-08-31
1
-0
/
+4
*
core/formats: fix displayed NASoniton information
Kostya Shishkov
2020-08-31
1
-1
/
+1
*
aac: fix the window group advancement in joint-stereo reconstruction
Kostya Shishkov
2020-08-27
1
-1
/
+1
*
aac: add missing heading bit to escape value
Kostya Shishkov
2020-08-27
1
-0
/
+1
*
aac: fix TNS filtering
Kostya Shishkov
2020-08-27
1
-4
/
+10
*
vx: update test after fixes
Kostya Shishkov
2020-08-22
1
-32
/
+31
*
vx: fix typo in pred_hor_down()
Kostya Shishkov
2020-08-22
1
-1
/
+1
*
vx: fix plane prediction
Kostya Shishkov
2020-08-22
1
-5
/
+7
*
vx: audio should have eight pulses in one word, not four
Kostya Shishkov
2020-08-15
1
-1
/
+1
*
Actimagine VX demuxer and decoders
Kostya Shishkov
2020-08-13
7
-2
/
+1689
*
move LH codec into audio section
Kostya Shishkov
2020-08-06
1
-3
/
+3
*
nihav_registry/register: make CODEC_CAP_* public and document them
Kostya Shishkov
2020-07-25
1
-5
/
+10
*
on2avc: factor out common overlap code
Kostya Shishkov
2020-07-17
1
-57
/
+23
*
on2avc: fix scalefactor reading for partially empty band group
Kostya Shishkov
2020-07-15
1
-11
/
+26
*
avi: correct offsets in idx1 chunks if required
Kostya Shishkov
2020-07-15
1
-1
/
+10
*
core/formats: fix grayscale format returned by NAPixelFormaton::from_str()
Kostya Shishkov
2020-07-11
1
-5
/
+5
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
6
-10
/
+9
*
core/scale: fix flipping of packed 16- and 32-bit images
Kostya Shishkov
2020-07-10
1
-2
/
+2
*
cinepakenc: ask for non-flipped image during negotiation
Kostya Shishkov
2020-07-10
1
-1
/
+1
*
add README.md and license
Kostya Shishkov
2020-07-10
2
-0
/
+678
*
core/muxers: fix copy-paste comments
Kostya Shishkov
2020-07-10
1
-2
/
+2
*
core/codecs: fix wrong type in doc example
Kostya Shishkov
2020-07-10
1
-1
/
+1
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
79
-188
/
+188
*
core: implement Default for NATimePoint
Kostya Shishkov
2020-07-09
1
-0
/
+6
*
use NATimePoint for seeking
Kostya Shishkov
2020-07-09
11
-26
/
+52
*
core/frame: fix NATimePoint parsing from string
Kostya Shishkov
2020-07-09
1
-1
/
+1
*
core/frame: add None to NATimePoint and comparison functions to NATimeInfo
Kostya Shishkov
2020-07-09
1
-0
/
+32
*
core: add NATimePoint for time-related actions
Kostya Shishkov
2020-07-09
1
-0
/
+157
*
Revert "core/formats: implement ToString instead of Display for NAChannelType"
Kostya Shishkov
2020-07-08
1
-4
/
+5
*
nihav_core/scale: fix ELBG palettisation in the same way as the generic version
Kostya Shishkov
2020-07-08
1
-4
/
+1
*
core/formats: add conversion to/from short string form for NAPixelFormaton
Kostya Shishkov
2020-07-07
1
-0
/
+377
*
core/format: use common format parsing error
Kostya Shishkov
2020-07-06
1
-13
/
+9
*
core/formats: implement ToString instead of Display for NAChannelType
Kostya Shishkov
2020-07-06
1
-5
/
+4
*
core: add short string formats for sonitons
Kostya Shishkov
2020-07-06
1
-0
/
+36
*
deflate: fix output indexing
Kostya Shishkov
2020-07-06
1
-1
/
+5
*
qtrle: use proper file for 24-bit test
Kostya Shishkov
2020-07-06
1
-8
/
+8
*
mov: if audio extradata does not start with wave pass it in full
Kostya Shishkov
2020-07-06
1
-0
/
+8
*
mov: take audio frame size/length into account while demuxing
Kostya Shishkov
2020-07-06
1
-2
/
+8
*
qtrle: fix 32-bit test
Kostya Shishkov
2020-07-06
1
-1
/
+1
*
add nihav_qt crate with some QuickTime codecs
Kostya Shishkov
2020-07-06
19
-0
/
+9244
[prev]
[next]