summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* frame: add ID fieldKostya Shishkov2019-11-121-1/+4
|
* check for missing reference frames in various decodersKostya Shishkov2019-11-117-1/+50
|
* add missing flush() implementationKostya Shishkov2019-11-111-0/+3
|
* add flush() to decoder interfaceKostya Shishkov2019-11-0944-0/+138
|
* duck/avc: improve decoder a bitKostya Shishkov2019-11-082-41/+136
|
* core/dsp: add imdct_halfKostya Shishkov2019-11-081-0/+19
|
* dec_video: care about PTS only in the decoded streamKostya Shishkov2019-10-301-3/+3
|
* VP7 decoderKostya Shishkov2019-10-306-1/+2741
|
* on2avc: remove panic at endKostya Shishkov2019-10-061-1/+0
|
* move GenericCache to common placeKostya Shishkov2019-10-064-76/+42
|
* vp56: move DCT coeffs base and probabilities to commonKostya Shishkov2019-10-052-11/+11
|
* MidiVid decoderKostya Shishkov2019-09-264-1/+218
|
* register: fix some On2-related entriesKostya Shishkov2019-09-261-2/+3
|
* On2 AVC decoderKostya Shishkov2019-09-144-1/+10114
|
* core: add UintCodeType::Limites{Zeroes,Ones} for clarityKostya Shishkov2019-08-171-0/+4
|
* avi: stop outputting frames when index is hitKostya Shishkov2019-08-171-0/+3
|
* core: fix read_XX_{be,le} funcsKostya Shishkov2019-08-171-1/+1
|
* semi-working VP5/6 decoderKostya Shishkov2019-08-037-58/+2734
|
* move zigzag scan to common placeKostya Shishkov2019-07-0310-48/+16
|
* avi: support ON2 filesKostya Shishkov2019-06-221-2/+16
|
* VP4 decoderKostya Shishkov2019-06-053-32/+1472
|
* nihav-duck: require blockdsp feature from coreKostya Shishkov2019-06-051-1/+1
|
* vp3: move loop filter to commonKostya Shishkov2019-06-052-27/+29
|
* vp3: add VP30 decoding supportKostya Shishkov2019-05-231-19/+608
|
* vp3: fix quant matrix generationKostya Shishkov2019-05-231-6/+6
|
* vp3: fix fourmv restoration loop bugKostya Shishkov2019-05-231-1/+1
|
* vp3: more preparations for VP30 decodingKostya Shishkov2019-05-231-29/+50
|
* vp3: rename in preparation for VP30 decodingKostya Shishkov2019-05-231-169/+173
|
* VP3 decoderKostya Shishkov2019-05-184-1/+2074
|
* core/blockdsp: add copy_block()Kostya Shishkov2019-05-181-0/+36
|
* realmedia: remove unneeded mutKostya Shishkov2019-05-181-1/+1
|
* core: make blockdsp an independent featureKostya Shishkov2019-05-183-3/+4
|
* core/frame: use the same offsets for flipped frameKostya Shishkov2019-05-171-6/+1
|
* core/frame: change simple frame data to sliceKostya Shishkov2019-05-161-2/+2
|
* core: fix some clippy warningsKostya Shishkov2019-05-159-35/+45
|
* realmedia: fix some clippy warningsKostya Shishkov2019-05-1518-169/+184
|
* rad: fix some clippy warningsKostya Shishkov2019-05-159-25/+25
|
* indeo: fix some clippy warningsKostya Shishkov2019-05-1510-152/+150
|
* game: fix some clippy warningsKostya Shishkov2019-05-159-52/+36
|
* duck: fix some clippy warningsKostya Shishkov2019-05-156-71/+52
|
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-1510-227/+161
|
* core/refs: fix leakKostya Shishkov2019-05-141-1/+2
|
* core/refs: fix drop conditionKostya Shishkov2019-05-141-1/+1
|
* fix clippy errorsKostya Shishkov2019-05-144-2/+9
|
* indeo3: fix source bufferKostya Shishkov2019-05-141-1/+1
|
* bmv: remove duplicate codeKostya Shishkov2019-05-141-5/+1
|
* realmedia: fix clippy errorsKostya Shishkov2019-05-146-5/+15
|
* core: fix most clippy warningsKostya Shishkov2019-05-1425-407/+387
|
* detect: fix paths for test samplesKostya Shishkov2019-05-141-2/+2
|
* mark traits as dynKostya Shishkov2019-05-1449-73/+73
|