summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mov: fix video extradata readingKostya Shishkov2020-07-031-1/+2
* move QMF implementation into nihav_codec_supportKostya Shishkov2020-06-305-344/+364
* nihav_core/deflate: fix handling large buffersKostya Shishkov2020-06-271-4/+4
* mov: better support for CBR audioKostya Shishkov2020-06-261-1/+6
* mov: use block size for audio frames if it's availableKostya Shishkov2020-06-251-4/+12
* mov: parse and add audio extradataKostya Shishkov2020-06-251-2/+41
* mov: do not skip deflate stream header, inflate can do it automatically nowKostya Shishkov2020-06-251-3/+1
* nihav_core/deflate: recognize deflated stream header in uncompress()Kostya Shishkov2020-06-251-1/+2
* mov: support compressed headerKostya Shishkov2020-06-241-0/+43
* codec_support/blockdsp: add halfpel interpolation functionsKostya Shishkov2020-06-231-0/+54
* registry: mark Sorenson Video 3 as having B-framesKostya Shishkov2020-06-231-1/+1
* register more Sorenson Video FOURCCsKostya Shishkov2020-06-211-0/+2
* core/bitreader: add get_data() for accessing bitreader input directlyKostya Shishkov2020-06-211-0/+3
* make HAMShuffler genericKostya Shishkov2020-06-168-45/+15
* msvideo1enc: switch to MD5-based testKostya Shishkov2020-06-161-2/+4
* msadpcmenc: switch to MD5-based testKostya Shishkov2020-06-161-1/+2
* codec_support/test: add test_encoding_md5() for testing encoders by output hashKostya Shishkov2020-06-161-0/+142
* avi: handle audio extradata shorter than chunk sizeKostya Shishkov2020-06-161-1/+1
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-1615-52/+67
* vivo: fix or silence clippy warningsKostya Shishkov2020-06-165-21/+26
* registry: silence clippy warningsKostya Shishkov2020-06-161-1/+2
* realmedia: fix or silence clippy warningsKostya Shishkov2020-06-1610-29/+37
* rad: fix or silence clippy warningsKostya Shishkov2020-06-165-6/+12
* ms: fix or silence clippy warningsKostya Shishkov2020-06-164-10/+15
* indeo: fix or silence clippy warningsKostya Shishkov2020-06-165-21/+27
* game: fix or silence clippy warningsKostya Shishkov2020-06-169-20/+38
* duck: fix or silence clippy warningsKostya Shishkov2020-06-1613-146/+182
* codec_support: fix or silence clippy warningsKostya Shishkov2020-06-1611-7/+28
* core: fix or silence clippy warningsKostya Shishkov2020-06-1613-69/+86
* 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
* codec_support/vq: make ELBG report the number of meaningful codewordsKostya Shishkov2020-06-151-7/+23
* codec_support/vq: use 1% improvement as a threshold in ELBG loopKostya Shishkov2020-06-151-1/+1
* codec_support/vq: calculate full cluster distortion instead of an averageKostya Shishkov2020-06-151-3/+0
* codec_support/vq: do not move empty group centroidKostya Shishkov2020-06-151-1/+3
* avimux: pad odd frame chunksKostya Shishkov2020-06-151-0/+3
* mov: do not generate palette for color table ID -1Kostya Shishkov2020-06-151-1/+1
* avi: fix index parsingKostya Shishkov2020-06-151-1/+2
* 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
* mov: fix bitdepth handlingKostya Shishkov2020-06-141-5/+8
* registry: add common QuickTime codecsKostya Shishkov2020-06-131-0/+15
* mov: support default palette and grayscale modeKostya Shishkov2020-06-131-1/+320
* core: add iterator for the lists of registered demuxers and muxersKostya Shishkov2020-06-122-0/+8
* registry: add entry for MS RLEKostya Shishkov2020-06-121-0/+1
* 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