index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-core
/
src
/
frame.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/frame: add missing case for NABufferType::get_offset()
Kostya Shishkov
2020-03-24
1
-0
/
+1
*
support interleaved audio properly
Kostya Shishkov
2020-03-06
1
-10
/
+35
*
core/frame: remove unneeded FrameFromPacket trait
Kostya Shishkov
2020-02-20
1
-18
/
+5
*
core/frame: remove options field from NAFrame until later
Kostya Shishkov
2020-02-20
1
-5
/
+5
*
core/frame: make some fields public (and rename for clarity if needed)
Kostya Shishkov
2020-02-20
1
-30
/
+44
*
core/frame: document module
Kostya Shishkov
2020-02-19
1
-6
/
+205
*
core/frame: add get_num_components() call to NAVideoBuffer
Kostya Shishkov
2019-12-10
1
-0
/
+1
*
core/frame: make fields of NAAudioInfo public
Kostya Shishkov
2019-11-17
1
-4
/
+4
*
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: 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
*
core/frame: add time to timestamp conversion utility function
Kostya Shishkov
2019-11-13
1
-0
/
+22
*
frame: add ID field
Kostya Shishkov
2019-11-12
1
-1
/
+4
*
core/frame: use the same offsets for flipped frame
Kostya Shishkov
2019-05-17
1
-6
/
+1
*
core/frame: change simple frame data to slice
Kostya Shishkov
2019-05-16
1
-2
/
+2
*
core: fix most clippy warnings
Kostya Shishkov
2019-05-14
1
-70
/
+55
*
introduce NADecoderSupport and buffer pools
Kostya Shishkov
2019-05-02
1
-23
/
+63
*
switch NABufferType to use refs for video buffers
Kostya Shishkov
2019-04-30
1
-14
/
+19
*
switch NAFrame references to Arc
Kostya Shishkov
2019-04-29
1
-3
/
+3
*
switch NAStream reference to Arc
Kostya Shishkov
2019-04-29
1
-3
/
+6
*
switch NACodecInfo to Arc
Kostya Shishkov
2019-04-29
1
-17
/
+21
*
add NASimpleVideoFrame and try it in RV60 decoder
Kostya Shishkov
2019-04-28
1
-0
/
+42
*
switch to refcounted buffers
Kostya Shishkov
2019-04-28
1
-32
/
+77
*
frame: make get_vbuf() work for immutable refs
Kostya Shishkov
2019-02-15
1
-7
/
+7
*
frame: add 32-bit packed video buffer and fix video buffer type allocation
Kostya Shishkov
2019-02-10
1
-3
/
+53
*
core: implement defaults for some objects
Kostya Shishkov
2019-02-06
1
-0
/
+4
*
re-export some core dependencies
Kostya Shishkov
2019-01-20
1
-3
/
+3
*
split NihAV into subcrates
Kostya Shishkov
2019-01-17
1
-0
/
+688