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: drop unneeded mut
Kostya Shishkov
2022-03-02
1
-1
/
+1
*
core: fix NAStream.get_duration()
Kostya Shishkov
2021-11-22
1
-1
/
+1
*
add interfaces for raw data stream handling
Kostya Shishkov
2021-11-15
1
-0
/
+31
*
core: replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-1
/
+1
*
core/frame: add proper function for audio frame truncation
Kostya Shishkov
2021-10-29
1
-0
/
+11
*
core/frame: introduce NAVideoBuffer::from_raw_parts()
Kostya Shishkov
2021-09-30
1
-0
/
+4
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-1
/
+3
*
fix NATimeInfo::time_to_ts()
Kostya Shishkov
2020-10-25
1
-9
/
+12
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
1
-2
/
+6
*
core: fix clippy warnings
Kostya Shishkov
2020-09-10
1
-1
/
+1
*
core/frame: add truncate() for NAAudioBuffer
Kostya Shishkov
2020-09-05
1
-0
/
+6
*
core: add allocation of 32-bit integer audio to alloc_audio_buffer()
Kostya Shishkov
2020-08-31
1
-0
/
+4
*
core: implement Default for NATimePoint
Kostya Shishkov
2020-07-09
1
-0
/
+6
*
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
*
core: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
1
-4
/
+4
*
add declared bitdepth to NAVideoInfo
Kostya Shishkov
2020-06-07
1
-1
/
+4
*
core/frame: add helper functions for dealing with reference-counted buffer
Kostya Shishkov
2020-06-06
1
-0
/
+6
*
core: split options into separate module
Kostya Shishkov
2020-05-31
1
-41
/
+0
*
core: preparation work for introducing options
Kostya Shishkov
2020-05-30
1
-1
/
+27
*
core/frame: add a function for assigning packets to other streams
Kostya Shishkov
2020-05-27
1
-0
/
+5
*
core/frame: introduce NASideData
Kostya Shishkov
2020-05-20
1
-2
/
+18
*
core: introduce a function to print NABufferType metadata
Kostya Shishkov
2020-04-22
1
-0
/
+42
*
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
[next]