| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 1 | -23/+5 |
| | | |||||
| * | rename "str" variable to avoid confusion with the primitive type | Kostya Shishkov | 2023-02-17 | 1 | -7/+7 |
| | | |||||
| * | core/demuxer: add functions for creating demuxers with options | Kostya Shishkov | 2022-12-17 | 1 | -0/+20 |
| | | |||||
| * | give 'str' variables more appropriate names | Kostya Shishkov | 2022-11-04 | 1 | -17/+17 |
| | | |||||
| * | add interfaces for raw data stream handling | Kostya Shishkov | 2021-11-15 | 1 | -0/+166 |
| | | |||||
| * | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 1 | -3/+3 |
| | | |||||
| * | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 1 | -0/+21 |
| | | |||||
| * | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 1 | -6/+6 |
| | | |||||
| * | use NATimePoint for seeking | Kostya Shishkov | 2020-07-09 | 1 | -10/+25 |
| | | |||||
| * | core: add iterator for the lists of registered demuxers and muxers | Kostya Shishkov | 2020-06-12 | 1 | -0/+4 |
| | | |||||
| * | core: make StreamManager accept NAStreamRef too | Kostya Shishkov | 2020-06-05 | 1 | -0/+7 |
| | | |||||
| * | introduce option handling for demuxers | Kostya Shishkov | 2020-05-31 | 1 | -1/+14 |
| | | |||||
| * | core/demuxers: export demuxer stream manager | Kostya Shishkov | 2020-05-21 | 1 | -0/+4 |
| | | | | | This may be useful for remuxing. | ||||
| * | core/demuxers: document module | Kostya Shishkov | 2020-02-18 | 1 | -4/+81 |
| | | |||||
| * | allow to skip index building | Kostya Shishkov | 2019-11-16 | 1 | -0/+4 |
| | | |||||
| * | core: improve SeekIndex functionality | Kostya Shishkov | 2019-11-15 | 1 | -2/+14 |
| | | |||||
| * | switch seek index to use milliseconds instead of timestamps | Kostya Shishkov | 2019-11-14 | 1 | -19/+25 |
| | | |||||
| * | initial seeking support | Kostya Shishkov | 2019-11-13 | 1 | -6/+117 |
| | | |||||
| * | core: fix most clippy warnings | Kostya Shishkov | 2019-05-14 | 1 | -8/+8 |
| | | |||||
| * | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 1 | -3/+3 |
| | | |||||
| * | switch NAStream reference to Arc | Kostya Shishkov | 2019-04-29 | 1 | -12/+11 |
| | | |||||
| * | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 1 | -2/+2 |
| | | |||||
| * | re-export some core dependencies | Kostya Shishkov | 2019-01-20 | 1 | -2/+2 |
| | | |||||
| * | fix warnings | Kostya Shishkov | 2019-01-18 | 1 | -4/+0 |
| | | |||||
| * | split remaining decoders and demuxer from core | Kostya Shishkov | 2019-01-17 | 2 | -437/+1 |
| | | |||||
| * | split NihAV into subcrates | Kostya Shishkov | 2019-01-17 | 2 | -0/+669 |
