summaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/codecs
Commit message (Expand)AuthorAgeFilesLines
...
* aac: issue a warning instead of an error on window sequence mismatchKostya Shishkov2020-12-161-4/+8
* aac: parse extradata in esds formatKostya Shishkov2020-10-241-1/+55
* aac: allow intensity stereo in right channelKostya Shishkov2020-10-241-1/+1
* cinepakenc: switch to MD5-based testKostya Shishkov2020-10-041-1/+3
* introduce stream and container durationKostya Shishkov2020-10-042-2/+2
* aac: fix the window group advancement in joint-stereo reconstructionKostya Shishkov2020-08-271-1/+1
* aac: add missing heading bit to escape valueKostya Shishkov2020-08-271-0/+1
* aac: fix TNS filteringKostya Shishkov2020-08-271-4/+10
* cinepakenc: ask for non-flipped image during negotiationKostya Shishkov2020-07-101-1/+1
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-098-16/+16
* make HAMShuffler genericKostya Shishkov2020-06-162-2/+2
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-168-13/+24
* cinepakenc: switch default quantisation mode to median cutKostya Shishkov2020-06-151-1/+1
* cinepakenc: take into account the number of quantised entriesKostya Shishkov2020-06-151-17/+32
* cinepakenc: add missing field in NAVideoInfo used in testKostya Shishkov2020-06-151-0/+1
* cinepakenc: fix V1-only intra modeKostya Shishkov2020-06-151-3/+3
* cinepak: fix inter-frames decodingKostya Shishkov2020-06-151-13/+17
* add A-law and mu-law decodersKostya Shishkov2020-06-142-4/+64
* PCM encoderKostya Shishkov2020-06-062-1/+134
* remove trailing whitespacesKostya Shishkov2020-06-061-1/+1
* cinepakenc: replace missed instance of key_int with the constantKostya Shishkov2020-06-061-1/+1
* cinepakenc: remove debug printKostya Shishkov2020-06-061-1/+0
* factor out keyframe interval optionKostya Shishkov2020-06-061-2/+2
* set stream number in encoders tooKostya Shishkov2020-06-051-1/+3
* cinepakenc: introduce several encoding optionsKostya Shishkov2020-06-051-16/+99
* copy encoding parameters from the reference when negotiating the formatKostya Shishkov2020-06-051-1/+1
* experimental Cinepak encoderKostya Shishkov2020-06-032-0/+1024
* introduce option handling for decodersKostya Shishkov2020-06-017-0/+42
* cinepak: add grayscale and palette output modesKostya Shishkov2020-05-201-18/+131
* Cinepak decoderKostya Shishkov2020-05-172-0/+346
* clearvdeo: support MOV variant of extradata as wellKostya Shishkov2020-04-271-3/+4
* fix import crate for codec testsKostya Shishkov2020-02-215-5/+5
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-4/+5
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-176-10/+11
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-115-8/+8
* clearvideo: switch to MD5-based testKostya Shishkov2020-02-111-4/+14
* make decoders Send-ableKostya Shishkov2019-11-276-7/+7
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-184-4/+4
* check for missing reference frames in various decodersKostya Shishkov2019-11-111-1/+3
* add flush() to decoder interfaceKostya Shishkov2019-11-096-0/+22
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-157-203/+136
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* mark traits as dynKostya Shishkov2019-05-146-7/+7
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-053-7/+5
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-026-12/+12
* switch NAFrame references to ArcKostya Shishkov2019-04-296-7/+7
* switch NACodecInfo to ArcKostya Shishkov2019-04-296-25/+13
* switch to refcounted buffersKostya Shishkov2019-04-286-11/+9
* move test files into subdirectoriesKostya Shishkov2019-03-121-2/+2