| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rmdec: RMVB version 2 has 64-bit offsets | Kostya Shishkov | 2022-10-26 | 1 | -12/+17 | |
| | | | | | Reported by Peter Ross | |||||
| * | rv6: in some places dimensions should be rounded up to 16 | Kostya Shishkov | 2022-10-26 | 1 | -5/+9 | |
| | | | | | Reported by Peter Ross | |||||
| * | rv6: fix typo in chroma filtering loop | Kostya Shishkov | 2022-10-26 | 2 | -10/+10 | |
| | | | | | Spotted by Peter Ross | |||||
| * | avi: skip chunks from unknown streams | Kostya Shishkov | 2022-10-21 | 1 | -1/+5 | |
| | | ||||||
| * | legend-q: support version 6 | Kostya Shishkov | 2022-10-17 | 1 | -1/+2 | |
| | | ||||||
| * | add Highlander FMV support | Kostya Shishkov | 2022-10-15 | 7 | -2/+650 | |
| | | ||||||
| * | avi: accept not fully used ODML index chunks | Kostya Shishkov | 2022-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | avi: ignore ODML 'ix' chunks at the beginning of 'movi' list | Kostya Shishkov | 2022-10-14 | 1 | -1/+6 | |
| | | ||||||
| * | indeo5: add source mention for a new test | Kostya Shishkov | 2022-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | indeo5: implement scalable streams support | Kostya Shishkov | 2022-10-13 | 2 | -14/+111 | |
| | | ||||||
| * | core/io: allow skipping right to the bitstream end | Kostya Shishkov | 2022-10-13 | 1 | -1/+4 | |
| | | ||||||
| * | indeo5: fix off-by-one error in recombine_plane() | Kostya Shishkov | 2022-10-13 | 1 | -103/+103 | |
| | | ||||||
| * | indeo5: fix band size check | Kostya Shishkov | 2022-10-13 | 1 | -1/+2 | |
| | | ||||||
| * | prepare for implementing scalable Indeo 5 | Kostya Shishkov | 2022-10-13 | 6 | -6/+17 | |
| | | ||||||
| * | add Indeo IVF demuxer | Kostya Shishkov | 2022-10-13 | 6 | -2/+346 | |
| | | ||||||
| * | rename Duck IVF format for clarity | Kostya Shishkov | 2022-10-13 | 3 | -3/+3 | |
| | | ||||||
| * | avi: ignore index entries not belonging to any stream | Kostya Shishkov | 2022-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | indeo: reorder frames for Indeo4 | Kostya Shishkov | 2022-10-07 | 1 | -0/+5 | |
| | | ||||||
| * | indeo: fix tile end calculation | Kostya Shishkov | 2022-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | indeo: do not align bitstream on empty tiles | Kostya Shishkov | 2022-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | indeo4: fix picture header parsing | Kostya Shishkov | 2022-10-06 | 1 | -7/+3 | |
| | | ||||||
| * | indeo: fix selecting reference tile | Kostya Shishkov | 2022-10-06 | 1 | -1/+6 | |
| | | ||||||
| * | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 59 | -366/+272 | |
| | | ||||||
| * | typo | Kostya Shishkov | 2022-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | core/io: fix example in intcode | Kostya Shishkov | 2022-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | h264: add SIMD optimisations for x86_64 (not enabled by default) | Kostya Shishkov | 2022-09-05 | 14 | -81/+1277 | |
| | | ||||||
| * | h264: some micro-optimisations | Kostya Shishkov | 2022-09-05 | 2 | -17/+54 | |
| | | ||||||
| * | h264/dsp: split avg() function by size | Kostya Shishkov | 2022-09-05 | 1 | -12/+33 | |
| | | ||||||
| * | h264: cache frame width/height | Kostya Shishkov | 2022-09-05 | 2 | -4/+13 | |
| | | ||||||
| * | h264/dsp: split chroma_interp() by width | Kostya Shishkov | 2022-09-05 | 3 | -5/+31 | |
| | | ||||||
| * | h264/mc: add a stub for using optimised implementations | Kostya Shishkov | 2022-09-05 | 3 | -2/+16 | |
| | | ||||||
| * | h264: fix tests after accidental gray_block() fix | Kostya Shishkov | 2022-09-05 | 1 | -6/+6 | |
| | | ||||||
| * | h264: split put_block_weighted() by size | Kostya Shishkov | 2022-09-05 | 4 | -53/+195 | |
| | | ||||||
| * | h264: make a separate structure for motion compensation DSP | Kostya Shishkov | 2022-09-05 | 6 | -227/+246 | |
| | | ||||||
| * | vp8: use safer initialisation of partition BoolCoders | Kostya Shishkov | 2022-09-05 | 1 | -7/+4 | |
| | | ||||||
| * | silence warnings in a newer rustc | Kostya Shishkov | 2022-09-05 | 3 | -0/+5 | |
| | | ||||||
| * | h264: update test hashes after the changes | Kostya Shishkov | 2022-07-27 | 2 | -140/+140 | |
| | | ||||||
| * | h264: fix direct 8x8 inference mode | Kostya Shishkov | 2022-07-27 | 2 | -8/+17 | |
| | | ||||||
| * | h264: reword MB reconstruction and add weighted MC | Kostya Shishkov | 2022-07-27 | 5 | -419/+749 | |
| | | ||||||
| * | h264: fix sliding window frame reference dropping | Kostya Shishkov | 2022-07-27 | 1 | -1/+20 | |
| | | ||||||
| * | h264: rework MB reconstruction and fix loop filtering | Kostya Shishkov | 2022-07-27 | 5 | -396/+372 | |
| | | ||||||
| * | h264: drop unneeded mut | Kostya Shishkov | 2022-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | h264: fix some tables and indices in dsp | Kostya Shishkov | 2022-07-27 | 1 | -14/+14 | |
| | | ||||||
| * | h264: fix transform order | Kostya Shishkov | 2022-07-27 | 1 | -4/+4 | |
| | | ||||||
| * | aac: SBR support (without PS) | Kostya Shishkov | 2022-07-07 | 8 | -10/+2581 | |
| | | ||||||
| * | aac: support Program Config Element a bit | Kostya Shishkov | 2022-07-04 | 2 | -2/+61 | |
| | | ||||||
| * | codec-support: add division support for FFTComplex | Kostya Shishkov | 2022-06-16 | 1 | -1/+16 | |
| | | ||||||
| * | aac: use lookup table for coefficient quantisation | Kostya Shishkov | 2022-04-02 | 3 | -10/+549 | |
| | | ||||||
| * | aac: do not add 16 to large coefficients | Kostya Shishkov | 2022-04-01 | 1 | -2/+2 | |
| | | ||||||
| * | aac: split decoder into (sub)modules | Kostya Shishkov | 2022-03-30 | 6 | -1852/+1894 | |
| | | ||||||
