summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rmdec: RMVB version 2 has 64-bit offsetsKostya Shishkov2022-10-261-12/+17
| | | | Reported by Peter Ross
* rv6: in some places dimensions should be rounded up to 16Kostya Shishkov2022-10-261-5/+9
| | | | Reported by Peter Ross
* rv6: fix typo in chroma filtering loopKostya Shishkov2022-10-262-10/+10
| | | | Spotted by Peter Ross
* avi: skip chunks from unknown streamsKostya Shishkov2022-10-211-1/+5
|
* legend-q: support version 6Kostya Shishkov2022-10-171-1/+2
|
* add Highlander FMV supportKostya Shishkov2022-10-157-2/+650
|
* avi: accept not fully used ODML index chunksKostya Shishkov2022-10-141-1/+1
|
* avi: ignore ODML 'ix' chunks at the beginning of 'movi' listKostya Shishkov2022-10-141-1/+6
|
* indeo5: add source mention for a new testKostya Shishkov2022-10-131-0/+1
|
* indeo5: implement scalable streams supportKostya Shishkov2022-10-132-14/+111
|
* core/io: allow skipping right to the bitstream endKostya Shishkov2022-10-131-1/+4
|
* indeo5: fix off-by-one error in recombine_plane()Kostya Shishkov2022-10-131-103/+103
|
* indeo5: fix band size checkKostya Shishkov2022-10-131-1/+2
|
* prepare for implementing scalable Indeo 5Kostya Shishkov2022-10-136-6/+17
|
* add Indeo IVF demuxerKostya Shishkov2022-10-136-2/+346
|
* rename Duck IVF format for clarityKostya Shishkov2022-10-133-3/+3
|
* avi: ignore index entries not belonging to any streamKostya Shishkov2022-10-071-1/+1
|
* indeo: reorder frames for Indeo4Kostya Shishkov2022-10-071-0/+5
|
* indeo: fix tile end calculationKostya Shishkov2022-10-071-1/+1
|
* indeo: do not align bitstream on empty tilesKostya Shishkov2022-10-061-1/+1
|
* indeo4: fix picture header parsingKostya Shishkov2022-10-061-7/+3
|
* indeo: fix selecting reference tileKostya Shishkov2022-10-061-1/+6
|
* fix some clippy warningsKostya Shishkov2022-09-2259-366/+272
|
* typoKostya Shishkov2022-09-221-1/+1
|
* core/io: fix example in intcodeKostya Shishkov2022-09-221-1/+1
|
* h264: add SIMD optimisations for x86_64 (not enabled by default)Kostya Shishkov2022-09-0514-81/+1277
|
* h264: some micro-optimisationsKostya Shishkov2022-09-052-17/+54
|
* h264/dsp: split avg() function by sizeKostya Shishkov2022-09-051-12/+33
|
* h264: cache frame width/heightKostya Shishkov2022-09-052-4/+13
|
* h264/dsp: split chroma_interp() by widthKostya Shishkov2022-09-053-5/+31
|
* h264/mc: add a stub for using optimised implementationsKostya Shishkov2022-09-053-2/+16
|
* h264: fix tests after accidental gray_block() fixKostya Shishkov2022-09-051-6/+6
|
* h264: split put_block_weighted() by sizeKostya Shishkov2022-09-054-53/+195
|
* h264: make a separate structure for motion compensation DSPKostya Shishkov2022-09-056-227/+246
|
* vp8: use safer initialisation of partition BoolCodersKostya Shishkov2022-09-051-7/+4
|
* silence warnings in a newer rustcKostya Shishkov2022-09-053-0/+5
|
* h264: update test hashes after the changesKostya Shishkov2022-07-272-140/+140
|
* h264: fix direct 8x8 inference modeKostya Shishkov2022-07-272-8/+17
|
* h264: reword MB reconstruction and add weighted MCKostya Shishkov2022-07-275-419/+749
|
* h264: fix sliding window frame reference droppingKostya Shishkov2022-07-271-1/+20
|
* h264: rework MB reconstruction and fix loop filteringKostya Shishkov2022-07-275-396/+372
|
* h264: drop unneeded mutKostya Shishkov2022-07-271-1/+1
|
* h264: fix some tables and indices in dspKostya Shishkov2022-07-271-14/+14
|
* h264: fix transform orderKostya Shishkov2022-07-271-4/+4
|
* aac: SBR support (without PS)Kostya Shishkov2022-07-078-10/+2581
|
* aac: support Program Config Element a bitKostya Shishkov2022-07-042-2/+61
|
* codec-support: add division support for FFTComplexKostya Shishkov2022-06-161-1/+16
|
* aac: use lookup table for coefficient quantisationKostya Shishkov2022-04-023-10/+549
|
* aac: do not add 16 to large coefficientsKostya Shishkov2022-04-011-2/+2
|
* aac: split decoder into (sub)modulesKostya Shishkov2022-03-306-1852/+1894
|