aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-realmedia
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-2612-49/+41
* rmmux: fix test checksumsKostya Shishkov2023-07-251-3/+3
* RealVideo 4 encoderKostya Shishkov2023-05-1814-3/+6007
* rv34: make coefficient data public for the upcoming encoderKostya Shishkov2023-05-181-24/+24
* rv40: split off data into separate module for the upcoming encoderKostya Shishkov2023-05-183-693/+697
* rmmux: rework video packetisation and add some debug printsKostya Shishkov2023-05-183-79/+252
* rmmux: generate monotone timestamps for video streamKostya Shishkov2023-05-181-1/+6
* introduce a way for encoder to manifest its capabilitiesKostya Shishkov2023-03-141-0/+1
* Cook encoderKostya Shishkov2023-03-094-3/+1243
* cook: split data into a separate moduleKostya Shishkov2023-03-023-445/+449
* rmmux: better audio codec flavour detectionKostya Shishkov2023-03-071-50/+70
* rmmux: improve the audio packet timestamp handlingKostya Shishkov2023-03-073-17/+56
* add RealMedia and RealAudio muxersKostya Shishkov2023-03-016-1/+1495
* realmedia: hopefully fix reported block sizeKostya Shishkov2023-03-011-1/+5
* realmedia: clear non-existing timestamps in .raKostya Shishkov2023-03-011-2/+6
* realmedia: parse the original RealAudio files with even shorter v3 headerKostya Shishkov2023-02-241-4/+9
* rename "str" variable to avoid confusion with the primitive typeKostya Shishkov2023-02-171-6/+6
* disable or remove unneeded debug messagesKostya Shishkov2022-12-234-28/+0
* make validate!() print message only in debug buildsKostya Shishkov2022-12-232-0/+10
* rv6: handle DQP properlyKostya Shishkov2022-11-081-7/+32
* rv6: change loop filter to a version used in newer binary specificationsKostya Shishkov2022-11-081-4/+4
* give 'str' variables more appropriate namesKostya Shishkov2022-11-042-17/+16
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-041-10/+6
* rv6: fix wrong filtering mode for intra predictionKostya Shishkov2022-11-031-12/+12
* rv6: rework deblocking as suggested by Peter RossKostya Shishkov2022-11-032-45/+56
* rv6: fix typo in transformKostya Shishkov2022-11-032-12/+12
* rv6: fix some typos in loop filteringKostya Shishkov2022-11-032-14/+14
* rv6: fix special case for chroma motion compensationKostya Shishkov2022-11-032-9/+11
* rv6: edge emulation should align to 16x16 luma blocksKostya Shishkov2022-11-031-2/+2
* rmdec: RMVB version 2 has 64-bit offsetsKostya Shishkov2022-10-261-12/+17
* rv6: in some places dimensions should be rounded up to 16Kostya Shishkov2022-10-261-5/+9
* rv6: fix typo in chroma filtering loopKostya Shishkov2022-10-262-10/+10
* fix some clippy warningsKostya Shishkov2022-09-224-82/+47
* silence warnings in a newer rustcKostya Shishkov2022-09-052-0/+2
* annotate the sources for test samplesKostya Shishkov2021-11-2010-0/+14
* add some description to crates providing (de)coders and (de)muxersKostya Shishkov2021-10-291-0/+1
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-294-9/+9
* cook: build multichannel mapKostya Shishkov2021-04-051-0/+1
* use MaybeUninit properlyKostya Shishkov2021-04-051-12/+16
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-0410-17/+18
* introduce stream and container durationKostya Shishkov2020-10-041-13/+34
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-273-6/+6
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-0911-21/+21
* use NATimePoint for seekingKostya Shishkov2020-07-091-3/+3
* realmedia: fix or silence clippy warningsKostya Shishkov2020-06-1610-29/+37
* rv60: switch to MD5-based testKostya Shishkov2020-06-111-2/+15
* rv60: fix neighbourhood checkKostya Shishkov2020-06-111-1/+1
* rmdemux: support index version 2Kostya Shishkov2020-06-111-4/+14
* rv6: add frame skipping optionKostya Shishkov2020-06-111-4/+55
* introduce option handling for decodersKostya Shishkov2020-06-019-0/+55