| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | codec_support/test: add test_decoding_raw() | Kostya Shishkov | 2024-04-23 | 1 | -0/+117 |
| | | | | | | This function will be used to test decoders with payload from raw streams (i.e. it requries raw stream demuxers and packetisation steps). | ||||
| * | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 2 | -4/+2 |
| | | |||||
| * | codec_support/test: add a function for testing multi-threaded decoders | Kostya Shishkov | 2023-06-10 | 1 | -0/+173 |
| | | |||||
| * | rename "str" variable to avoid confusion with the primitive type | Kostya Shishkov | 2023-02-17 | 1 | -2/+2 |
| | | |||||
| * | codec_support/test: add test_decode_images() | Kostya Shishkov | 2021-12-30 | 1 | -0/+61 |
| | | |||||
| * | make encoder test functions accept encoder-specific options | Kostya Shishkov | 2021-08-08 | 1 | -2/+4 |
| | | |||||
| * | codec_support/test: add test_encoding_md5() for testing encoders by output hash | Kostya Shishkov | 2020-06-16 | 1 | -0/+142 |
| | | |||||
| * | codec_support: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 2 | -1/+4 |
| | | |||||
| * | add declared bitdepth to NAVideoInfo | Kostya Shishkov | 2020-06-07 | 1 | -1/+1 |
| | | |||||
| * | remove trailing whitespaces | Kostya Shishkov | 2020-06-06 | 1 | -1/+1 |
| | | |||||
| * | codec_support/test: document enc_video module | Kostya Shishkov | 2020-06-01 | 1 | -0/+21 |
| | | |||||
| * | codec_support/test: add remuxing tests | Kostya Shishkov | 2020-06-01 | 1 | -0/+166 |
| | | |||||
| * | introduce interface and support code for encoders | Kostya Shishkov | 2020-05-30 | 2 | -0/+132 |
| | | |||||
| * | codec_support: factor out PNM writing into separate module | Kostya Shishkov | 2020-05-26 | 1 | -192/+5 |
| | | |||||
| * | support interleaved audio properly | Kostya Shishkov | 2020-03-06 | 1 | -3/+11 |
| | | | | | | | Now NAAudioBuffer has step field which tells the distance to the next sample in the channel. This can be used to work with interleaved audio stored as native samples (instead of packed buffer like before). | ||||
| * | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 4 | -0/+851 |
| The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV. | |||||
