| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |