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
...
*
indeo/ivi: use tiles without references
Kostya Shishkov
2019-12-11
1
-9
/
+11
|
*
core/scale: add output buffer flipping if needed
Kostya Shishkov
2019-12-10
1
-6
/
+78
|
*
core/frame: add get_num_components() call to NAVideoBuffer
Kostya Shishkov
2019-12-10
1
-0
/
+1
|
*
vp3: codec outputs flipped frames
Kostya Shishkov
2019-12-10
1
-1
/
+1
|
*
rmdemux: Sipro deinterleaver should work on whole frame
Kostya Shishkov
2019-12-09
1
-1
/
+1
|
*
core/soundcvt: fix some bugs and switch to generic sample reader/writers
Kostya Shishkov
2019-12-07
1
-204
/
+218
|
*
indeo3: switch test to frame hashes
Kostya Shishkov
2019-12-07
1
-1
/
+13
|
*
indeo3: add reference requantisation
Kostya Shishkov
2019-12-07
1
-3
/
+40
|
*
indeo3: handle skip frames
Kostya Shishkov
2019-12-07
1
-0
/
+6
|
*
indeo3: various small fixes
Kostya Shishkov
2019-12-07
1
-16
/
+22
|
*
indeo3: flip buffers instead of selecting
Kostya Shishkov
2019-12-07
1
-80
/
+34
|
*
indeo2: use frame hashes for testing
Kostya Shishkov
2019-11-30
1
-1
/
+13
|
*
indeo2: swap chroma planes
Kostya Shishkov
2019-11-30
1
-2
/
+4
|
*
core/soundcvt: use wrapping mul in sample width extension
Kostya Shishkov
2019-11-27
1
-4
/
+3
|
*
core/scale: copy pictures with different strides too
Kostya Shishkov
2019-11-27
1
-3
/
+32
|
*
avi demuxer: sample size is already in bits
Kostya Shishkov
2019-11-27
1
-1
/
+1
|
*
core/soundcvt: add DupMono mode for remixing speed-up
Kostya Shishkov
2019-11-27
1
-1
/
+27
|
*
make decoders Send-able
Kostya Shishkov
2019-11-27
43
-87
/
+86
|
*
core/scale: optimise nearest-neighbour scaling
Kostya Shishkov
2019-11-23
1
-4
/
+35
|
*
core/scale: optimise YUV2RGB
Kostya Shishkov
2019-11-23
1
-0
/
+50
|
*
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
|
*
core/scale: fix unpacking condition
Kostya Shishkov
2019-11-22
1
-1
/
+1
|
*
core/reorder: simplify I/P/B reorderer
Kostya Shishkov
2019-11-22
1
-33
/
+25
|
*
core/refs: make NABufferRef suitable for passing buffers to threads
Kostya Shishkov
2019-11-22
1
-0
/
+3
|
*
duck: switch some codecs to new testing system
Kostya Shishkov
2019-11-20
2
-6
/
+27
|
*
core/test: add better decoder testing system
Kostya Shishkov
2019-11-20
3
-0
/
+344
|
*
core/test: use common prefix for test data output
Kostya Shishkov
2019-11-18
1
-4
/
+6
|
*
make audio decoder tests write .wav files only by request
Kostya Shishkov
2019-11-18
17
-42
/
+60
|
*
fix demuxer tests after introducing seek index
Kostya Shishkov
2019-11-18
7
-10
/
+20
|
*
core: add audio format conversion routines
Kostya Shishkov
2019-11-17
2
-0
/
+558
|
*
core/frame: make fields of NAAudioInfo public
Kostya Shishkov
2019-11-17
1
-4
/
+4
|
*
bink demuxer: save timebase in context
Kostya Shishkov
2019-11-17
1
-0
/
+2
|
*
core/frame: add some common audio functions to NABufferType
Kostya Shishkov
2019-11-16
1
-0
/
+40
|
*
core/frame: return a reference to channel map instead of clone for audio buffer
Kostya Shishkov
2019-11-16
1
-2
/
+2
|
*
core/frame: introduce stride for planar audio buffers
Kostya Shishkov
2019-11-16
1
-7
/
+10
|
*
core/formats: make NASoniton fields public
Kostya Shishkov
2019-11-16
1
-6
/
+6
|
*
core/byteio: add floating point read-write functions
Kostya Shishkov
2019-11-16
1
-0
/
+56
|
*
core/byteio: add standalone write functions
Kostya Shishkov
2019-11-16
1
-0
/
+35
|
*
allow to skip index building
Kostya Shishkov
2019-11-16
3
-10
/
+20
|
*
avi: add index parsing and seeking
Kostya Shishkov
2019-11-15
1
-9
/
+55
|
*
core: improve SeekIndex functionality
Kostya Shishkov
2019-11-15
1
-2
/
+14
|
*
core: improve interaction with stream type
Kostya Shishkov
2019-11-15
1
-1
/
+2
|
*
core: add ts_to_time() utility function
Kostya Shishkov
2019-11-15
1
-0
/
+20
|
*
add index and seeking to RealMedia demuxer
Kostya Shishkov
2019-11-15
1
-14
/
+72
|
*
switch seek index to use milliseconds instead of timestamps
Kostya Shishkov
2019-11-14
2
-21
/
+28
|
*
initial seeking support
Kostya Shishkov
2019-11-13
8
-41
/
+182
|
*
core/frame: add time to timestamp conversion utility function
Kostya Shishkov
2019-11-13
1
-0
/
+22
|
*
core/byteio: reexport SeekFrom
Kostya Shishkov
2019-11-13
1
-1
/
+1
|
*
core: add frame reordering functionality
Kostya Shishkov
2019-11-12
2
-0
/
+92
|
[prev]
[next]