support interleaved audio properly
[nihav.git] / nihav-core / src / frame.rs
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