aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* core/scale: use BT.601 YUV by default in conversionKostya Shishkov2021-10-062-7/+9
|
* core/scale: fix flipping of packed video bufferKostya Shishkov2021-10-051-0/+9
|
* core/formats: fix offsets in YUV pixel format parsingKostya Shishkov2021-09-301-2/+2
|
* core/frame: introduce NAVideoBuffer::from_raw_parts()Kostya Shishkov2021-09-301-0/+4
|
* scale: allow copying 16-bit framesKostya Shishkov2021-05-221-0/+33
|
* deflate: allow writing compressed data to byte-aligned chunksKostya Shishkov2021-05-221-0/+14
|
* core: support DeflateMode option settingKostya Shishkov2021-05-222-0/+45
|
* deflate: make Deflate Send-ableKostya Shishkov2021-05-221-5/+5
|
* deflate: add function for decoding just input chunkKostya Shishkov2021-05-201-1/+22
|
* deflate: fix copy block length checkKostya Shishkov2021-05-201-1/+1
|
* deflate: better check for zlib headerKostya Shishkov2021-05-201-2/+10
|
* deflate: fix align() in inflateKostya Shishkov2021-05-201-1/+1
|
* nihav_core: add deflate compressionKostya Shishkov2021-05-181-1/+997
|
* deflate: fix zlib stream magic detectionKostya Shishkov2021-05-181-1/+1
|
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-047-8/+14
|
* core/soundcvt: fix u8->i16 testKostya Shishkov2020-12-231-1/+1
|
* core/soundcvt: clip output in f32->i32 conversionKostya Shishkov2020-12-231-1/+10
|
* add complex frame reorderer for upcoming H.264Kostya Shishkov2020-12-121-0/+67
|
* fix NATimeInfo::time_to_ts()Kostya Shishkov2020-10-251-9/+12
|
* core/soundcvt: handle 8-bit signed audioKostya Shishkov2020-10-231-2/+31
|
* core/scale: fill absent planes during scale processKostya Shishkov2020-10-211-0/+34
|
* core/scale: process only common components in packing/unpackingKostya Shishkov2020-10-211-2/+3
|
* core/soundcvt: fix convertsion of certain sample typesKostya Shishkov2020-10-121-4/+4
|
* core/io: introduce flush() call for ByteIOKostya Shishkov2020-10-041-0/+22
|
* introduce stream and container durationKostya Shishkov2020-10-042-2/+27
|
* core/io: fix reading behaviour with e.g. BufReaderKostya Shishkov2020-09-301-6/+18
|
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-274-16/+16
|
* core: fix clippy warningsKostya Shishkov2020-09-103-5/+7
|
* core/io: switch FileReader and FileWriter to work with standard traitsKostya Shishkov2020-09-101-15/+14
|
* core/frame: add truncate() for NAAudioBufferKostya Shishkov2020-09-051-0/+6
|
* core/codecs: introduce a special error for failed checksumKostya Shishkov2020-09-051-0/+2
|
* core/formats: add SND_S32P_FORMAT sonitonKostya Shishkov2020-09-051-0/+2
|
* core: add allocation of 32-bit integer audio to alloc_audio_buffer()Kostya Shishkov2020-08-311-0/+4
|
* core/formats: fix displayed NASoniton informationKostya Shishkov2020-08-311-1/+1
|
* core/formats: fix grayscale format returned by NAPixelFormaton::from_str()Kostya Shishkov2020-07-111-5/+5
|
* remove trailing whitespaceKostya Shishkov2020-07-101-2/+2
|
* core/scale: fix flipping of packed 16- and 32-bit imagesKostya Shishkov2020-07-101-2/+2
|
* core/muxers: fix copy-paste commentsKostya Shishkov2020-07-101-2/+2
|
* core/codecs: fix wrong type in doc exampleKostya Shishkov2020-07-101-1/+1
|
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-091-2/+2
|
* core: implement Default for NATimePointKostya Shishkov2020-07-091-0/+6
|
* use NATimePoint for seekingKostya Shishkov2020-07-091-10/+25
|
* core/frame: fix NATimePoint parsing from stringKostya Shishkov2020-07-091-1/+1
|
* core/frame: add None to NATimePoint and comparison functions to NATimeInfoKostya Shishkov2020-07-091-0/+32
|
* core: add NATimePoint for time-related actionsKostya Shishkov2020-07-091-0/+157
|
* Revert "core/formats: implement ToString instead of Display for NAChannelType"Kostya Shishkov2020-07-081-4/+5
| | | | | | This reverts commit 81b94329a275bb92066404bd3bb2822c5bb3f424. I forgot that implemented Display means automatic ToString() and not vice versa.
* nihav_core/scale: fix ELBG palettisation in the same way as the generic versionKostya Shishkov2020-07-081-4/+1
|
* core/formats: add conversion to/from short string form for NAPixelFormatonKostya Shishkov2020-07-071-0/+377
|
* core/format: use common format parsing errorKostya Shishkov2020-07-061-13/+9
|
* core/formats: implement ToString instead of Display for NAChannelTypeKostya Shishkov2020-07-061-5/+4
|