core: replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-core / src / frame.rs
2021-10-29 Kostya Shishkovcore: replace vec.truncate(0) with vec.clear()
2021-10-29 Kostya Shishkovcore/frame: add proper function for audio frame truncation
2021-09-30 Kostya Shishkovcore/frame: introduce NAVideoBuffer::from_raw_parts()
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-10-25 Kostya Shishkovfix NATimeInfo::time_to_ts()
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-09-10 Kostya Shishkovcore: fix clippy warnings
2020-09-05 Kostya Shishkovcore/frame: add truncate() for NAAudioBuffer
2020-08-31 Kostya Shishkovcore: add allocation of 32-bit integer audio to alloc_a...
2020-07-09 Kostya Shishkovcore: implement Default for NATimePoint
2020-07-09 Kostya Shishkovcore/frame: fix NATimePoint parsing from string
2020-07-09 Kostya Shishkovcore/frame: add None to NATimePoint and comparison...
2020-07-09 Kostya Shishkovcore: add NATimePoint for time-related actions
2020-06-16 Kostya Shishkovcore: fix or silence clippy warnings
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya Shishkovcore/frame: add helper functions for dealing with refer...
2020-05-31 Kostya Shishkovcore: split options into separate module
2020-05-30 Kostya Shishkovcore: preparation work for introducing options
2020-05-27 Kostya Shishkovcore/frame: add a function for assigning packets to...
2020-05-20 Kostya Shishkovcore/frame: introduce NASideData
2020-04-22 Kostya Shishkovcore: introduce a function to print NABufferType metadata
2020-03-24 Kostya Shishkovcore/frame: add missing case for NABufferType::get_offset()
2020-03-06 Kostya Shishkovsupport interleaved audio properly
2020-02-20 Kostya Shishkovcore/frame: remove unneeded FrameFromPacket trait
2020-02-20 Kostya Shishkovcore/frame: remove options field from NAFrame until...
2020-02-20 Kostya Shishkovcore/frame: make some fields public (and rename for...
2020-02-19 Kostya Shishkovcore/frame: document module
2019-12-10 Kostya Shishkovcore/frame: add get_num_components() call to NAVideoBuffer
2019-11-17 Kostya Shishkovcore/frame: make fields of NAAudioInfo public
2019-11-16 Kostya Shishkovcore/frame: add some common audio functions to NABufferType
2019-11-16 Kostya Shishkovcore/frame: return a reference to channel map instead...
2019-11-16 Kostya Shishkovcore/frame: introduce stride for planar audio buffers
2019-11-15 Kostya Shishkovcore: improve interaction with stream type
2019-11-15 Kostya Shishkovcore: add ts_to_time() utility function
2019-11-13 Kostya Shishkovcore/frame: add time to timestamp conversion utility...
2019-11-12 Kostya Shishkovframe: add ID field
2019-05-17 Kostya Shishkovcore/frame: use the same offsets for flipped frame
2019-05-16 Kostya Shishkovcore/frame: change simple frame data to slice
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NAStream reference to Arc
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovadd NASimpleVideoFrame and try it in RV60 decoder
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-02-15 Kostya Shishkovframe: make get_vbuf() work for immutable refs
2019-02-10 Kostya Shishkovframe: add 32-bit packed video buffer and fix video...
2019-02-06 Kostya Shishkovcore: implement defaults for some objects
2019-01-20 Kostya Shishkovre-export some core dependencies
2019-01-17 Kostya Shishkovsplit NihAV into subcrates