summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add MS variant of IMA ADPCM encoderKostya Shishkov2021-08-083-1/+396
* MS ADPCM encoder: fix test after sound conversion fixesKostya Shishkov2021-08-081-1/+1
* zmbvenc: reduce range for the testsKostya Shishkov2021-08-081-8/+16
* make encoder test functions accept encoder-specific optionsKostya Shishkov2021-08-085-15/+21
* codec_support: add compress_sample() for IMA ADPCM stateKostya Shishkov2021-08-071-0/+7
* codec_support: derive usual traits for IMA ADPCM stateKostya Shishkov2021-08-071-0/+1
* msvideo1enc: speed-up encoding a bitKostya Shishkov2021-06-271-24/+63
* msvideo1enc: get rid of small repeated allocationKostya Shishkov2021-06-261-2/+4
* mov: mark segments start as seeking pointsKostya Shishkov2021-06-241-0/+3
* mov: serve packets with equal timestamps if possibleKostya Shishkov2021-06-101-10/+47
* mov: skip iods boxKostya Shishkov2021-06-101-0/+5
* remove trailing whitespacesKostya Shishkov2021-06-034-6/+6
* zmbvenc: export changed paletteKostya Shishkov2021-06-031-0/+19
* avimux: write palette in stream header and palette change chunksKostya Shishkov2021-06-031-5/+42
* cinepakenc: fix multi-strip handlingKostya Shishkov2021-06-031-58/+83
* ape: fix silent block conditionKostya Shishkov2021-06-021-1/+1
* Legend Entertainment Q format demuxer and decoderKostya Shishkov2021-05-307-2/+862
* Zip Motion Blocks Video encoderKostya Shishkov2021-05-223-1/+714
* 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
* Zip Motion Blocks Video decoderKostya Shishkov2021-05-204-1/+368
* 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
* h264: make debug and release versions of MC functions for better performanceKostya Shishkov2021-05-133-207/+505
* h264: use 6-bit state_idx in CABAC decoder (this eliminates boundary check)Kostya Shishkov2021-05-121-1/+1
* flac: fix header parsing for variable block length caseKostya Shishkov2021-04-131-3/+25
* avi: do not set PTS for raw PCM with 1/rate timebaseKostya Shishkov2021-04-061-1/+4
* gdv: audio base is also 1/fpsKostya Shishkov2021-04-061-1/+1
* cook: build multichannel mapKostya Shishkov2021-04-051-0/+1
* introduce all_demuxers and all_{video,audio}_decoders features in crates miss...Kostya Shishkov2021-04-053-4/+11
* make tests that rely on external demuxers use only those from external cratesKostya Shishkov2021-04-056-6/+6
* use MaybeUninit properlyKostya Shishkov2021-04-055-82/+101
* update minimal rustc version in README.mdKostya Shishkov2021-04-041-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-0466-108/+123
* nihav_registry: fix clippy warnings and tests in detect moduleKostya Shishkov2021-04-041-17/+27
* cinepak: codebooks should be per stripKostya Shishkov2021-03-101-19/+25
* svq1: inter mode uses wraparound instead of clampingKostya Shishkov2021-03-061-4/+4
* gdv: decode 16-bit videoKostya Shishkov2021-02-241-19/+205
* gdv: recognize 16-bit video streamsKostya Shishkov2021-02-241-1/+1
* Fable IMAX video supportKostya Shishkov2021-02-147-2/+328
* FutureVision game formats supportKostya Shishkov2021-01-237-3/+511
* mov: support segmented filesKostya Shishkov2021-01-041-17/+244
* clearvideo: support overlapping modeKostya Shishkov2020-12-311-4/+297
* ape: fix decoding of large value in 3.91-3.98Kostya Shishkov2020-12-251-2/+2