index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
allstuff: register nihav-vivo crate
Kostya Shishkov
2020-12-20
2
-0
/
+8
*
vivo: improve decoding
Kostya Shishkov
2020-12-20
1
-16
/
+253
*
codec_support/h263: add intra block reconstruction mode with unquantised DCs
Kostya Shishkov
2020-12-20
1
-2
/
+106
*
codec_support/h263: add IDCT from Annex W
Kostya Shishkov
2020-12-20
1
-0
/
+113
*
aac: issue a warning instead of an error on window sequence mismatch
Kostya Shishkov
2020-12-16
1
-4
/
+8
*
fix or silence clippy warnings
Kostya Shishkov
2020-12-16
11
-18
/
+27
*
mov: improve audio seeking (hopefully)
Kostya Shishkov
2020-12-15
1
-2
/
+53
*
h264: split out main chroma MC cases
Kostya Shishkov
2020-12-15
1
-7
/
+27
*
mov: skip common atoms in video codec extradata
Kostya Shishkov
2020-12-14
1
-1
/
+14
*
mov: fix track duration rescaling
Kostya Shishkov
2020-12-13
1
-1
/
+2
*
mov: parse mdhd chunk
Kostya Shishkov
2020-12-12
1
-1
/
+19
*
mostly working ITU H.264 decoder
Kostya Shishkov
2020-12-12
18
-0
/
+8776
*
add complex frame reorderer for upcoming H.264
Kostya Shishkov
2020-12-12
2
-0
/
+69
*
mov: calculate DTS
Kostya Shishkov
2020-12-12
1
-2
/
+104
*
mov: introduce an option to print file structure
Kostya Shishkov
2020-12-12
1
-3
/
+64
*
codec_support/data: fix GenericCache internal size
Kostya Shishkov
2020-12-05
1
-2
/
+2
*
maximum FLAC order is 32
Kostya Shishkov
2020-11-28
1
-2
/
+2
*
mov: hopefully fix audio PTS and seeking
Kostya Shishkov
2020-10-25
1
-9
/
+117
*
fix NATimeInfo::time_to_ts()
Kostya Shishkov
2020-10-25
2
-10
/
+13
*
registry: register AAC in MP4
Kostya Shishkov
2020-10-24
1
-0
/
+2
*
mov: some fixes for MP4 parsing
Kostya Shishkov
2020-10-24
1
-3
/
+4
*
aac: parse extradata in esds format
Kostya Shishkov
2020-10-24
1
-1
/
+55
*
aac: allow intensity stereo in right channel
Kostya Shishkov
2020-10-24
1
-1
/
+1
*
core/soundcvt: handle 8-bit signed audio
Kostya Shishkov
2020-10-23
1
-2
/
+31
*
mov: adjust signedness for certain kinds of audio
Kostya Shishkov
2020-10-23
1
-2
/
+4
*
avi: 8-bit audio is unsigned
Kostya Shishkov
2020-10-23
1
-1
/
+2
*
core/scale: fill absent planes during scale process
Kostya Shishkov
2020-10-21
1
-0
/
+34
*
core/scale: process only common components in packing/unpacking
Kostya Shishkov
2020-10-21
1
-2
/
+3
*
mov: parse stts chunk and fix seeking
Kostya Shishkov
2020-10-20
1
-12
/
+92
*
core/soundcvt: fix convertsion of certain sample types
Kostya Shishkov
2020-10-12
1
-4
/
+4
*
ape: switch large filter to 16-bit data and add x86_64 optimisation
Kostya Shishkov
2020-10-12
1
-8
/
+74
*
eliminate some cargo-clippy warnings
Kostya Shishkov
2020-10-07
3
-3
/
+4
*
wavpack: ignore ext_int flag when comparing headers
Kostya Shishkov
2020-10-07
2
-2
/
+2
*
tta: report sample-based duration
Kostya Shishkov
2020-10-07
1
-1
/
+4
*
ape: report sample-based duration
Kostya Shishkov
2020-10-07
1
-1
/
+4
*
ape: trim filter coefficients to 16-bit
Kostya Shishkov
2020-10-07
1
-0
/
+1
*
core/io: introduce flush() call for ByteIO
Kostya Shishkov
2020-10-04
1
-0
/
+22
*
cinepakenc: switch to MD5-based test
Kostya Shishkov
2020-10-04
1
-1
/
+3
*
msvideo1enc: update test after changes in vector quantiser
Kostya Shishkov
2020-10-04
1
-1
/
+1
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
21
-48
/
+144
*
wav: generate PTS for demuxed blocks
Kostya Shishkov
2020-10-03
1
-1
/
+7
*
ape: allow larger than required seektables in files
Kostya Shishkov
2020-10-03
1
-1
/
+1
*
ape: zero samples in silent frames
Kostya Shishkov
2020-10-03
1
-0
/
+5
*
vx: remove trailing whitespaces
Kostya Shishkov
2020-10-03
1
-2
/
+2
*
wavpack: seek to the last frame before skipping frames
Kostya Shishkov
2020-10-03
1
-0
/
+2
*
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
[next]