| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | indeo3enc: advance frameno on skip frames as well | Kostya Shishkov | 2023-02-15 | 1 | -0/+1 | |
| | | ||||||
| * | indeo3enc: requant input only in modes 0/3/10 | Kostya Shishkov | 2023-02-15 | 1 | -5/+1 | |
| | | ||||||
| * | indeo3enc: rework cell intra flag logic | Kostya Shishkov | 2023-02-15 | 3 | -16/+19 | |
| | | | | | | Previously it was used to signal frame type instead of cell type, which led to VQ NULL cell type appearing in intra-only cells. | |||||
| * | indeo3enc: fix always enabled frame recompression | Kostya Shishkov | 2023-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | indeo3enc: fix mode10 interpolation | Kostya Shishkov | 2023-02-15 | 2 | -8/+6 | |
| | | ||||||
| * | indeo3enc: rework the logic with motion cells | Kostya Shishkov | 2023-02-14 | 3 | -33/+42 | |
| | | | | | | | | | | | Previously motion vectors were ranged by the number of cells using them and if the vector outside the allowed number of MVs was close enough to a popular one the latter was used instead. Now the MVs are ranked by the total area of cells using them and the vectors not in the list are pruned entirely. Cells with those vectors are replaced with the intra-coded ones. | |||||
| * | indeo3enc: fix checksum calculation | Kostya Shishkov | 2023-02-14 | 2 | -3/+5 | |
| | | ||||||
| * | rework Indeo 3 decoder | Kostya Shishkov | 2023-02-14 | 1 | -634/+891 | |
| | | ||||||
| * | msvideo1enc: handle skip frames | Kostya Shishkov | 2023-02-08 | 1 | -0/+25 | |
| | | ||||||
| * | msvideo1enc: add paletted input support | Kostya Shishkov | 2023-02-08 | 1 | -21/+450 | |
| | | ||||||
| * | msvideo1enc: fix skip mode | Kostya Shishkov | 2023-02-08 | 1 | -6/+4 | |
| | | ||||||
| * | msvideo1enc: fix 8-colour mode | Kostya Shishkov | 2023-02-08 | 1 | -16/+19 | |
| | | ||||||
| * | avimux: fix written information for paletted format | Kostya Shishkov | 2023-02-08 | 1 | -2/+7 | |
| | | ||||||
| * | msvideo1enc: prepare workflow for the future paletted mode support | Kostya Shishkov | 2023-02-08 | 1 | -105/+137 | |
| | | ||||||
| * | msvideo1enc: support quality setting | Kostya Shishkov | 2023-02-08 | 1 | -7/+30 | |
| | | ||||||
| * | msvideo1enc: switch to faster 2-colour quantiser | Kostya Shishkov | 2023-02-08 | 2 | -166/+163 | |
| | | ||||||
| * | Indeo 3 encoder | Kostya Shishkov | 2023-02-06 | 9 | -4/+2317 | |
| | | ||||||
| * | split Indeo 3 codebooks into separate module | Kostya Shishkov | 2023-02-06 | 3 | -674/+676 | |
| | | ||||||
| * | core/compr: make a faster version of Inflate::uncompress() | Kostya Shishkov | 2022-12-23 | 1 | -2/+224 | |
| | | ||||||
| * | disable or remove unneeded debug messages | Kostya Shishkov | 2022-12-23 | 7 | -33/+3 | |
| | | ||||||
| * | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 24 | -0/+120 | |
| | | ||||||
| * | mov: sanitise position on seek error | Kostya Shishkov | 2022-12-23 | 1 | -0/+3 | |
| | | ||||||
| * | core/demuxer: add functions for creating demuxers with options | Kostya Shishkov | 2022-12-17 | 1 | -0/+20 | |
| | | ||||||
| * | mov: improve seeking in audio-only files | Kostya Shishkov | 2022-12-17 | 1 | -1/+29 | |
| | | ||||||
| * | mov: add support for MacBinary format | Kostya Shishkov | 2022-11-25 | 3 | -5/+117 | |
| | | ||||||
| * | cinepak: fix handling of intra slices in inter frames | Kostya Shishkov | 2022-11-25 | 1 | -1/+3 | |
| | | ||||||
| * | add Truemotion RT encoder | Kostya Shishkov | 2022-11-24 | 3 | -1/+421 | |
| | | ||||||
| * | avi: rename str to stream for clarity | Kostya Shishkov | 2022-11-24 | 1 | -3/+3 | |
| | | ||||||
| * | avi: fix wrong variable in seek code | Kostya Shishkov | 2022-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | clearvideo: align dimensions to 32 for RealVideo variant | Kostya Shishkov | 2022-11-22 | 1 | -1/+4 | |
| | | ||||||
| * | arxel-vid: support 2-pixel tiles | Kostya Shishkov | 2022-11-12 | 1 | -11/+9 | |
| | | ||||||
| * | arxel-vid: fix motion vector value | Kostya Shishkov | 2022-11-12 | 1 | -2/+2 | |
| | | ||||||
| * | add Arxel Tribe video support | Kostya Shishkov | 2022-11-12 | 7 | -2/+417 | |
| | | ||||||
| * | rv6: handle DQP properly | Kostya Shishkov | 2022-11-08 | 1 | -7/+32 | |
| | | | | | As found out by Peter Ross, they precede each CU instead of once per row. | |||||
| * | rv6: change loop filter to a version used in newer binary specifications | Kostya Shishkov | 2022-11-08 | 1 | -4/+4 | |
| | | | | | Suggested by Peter Ross | |||||
| * | siff: fix SON duration | Kostya Shishkov | 2022-11-05 | 1 | -3/+1 | |
| | | ||||||
| * | core/soundcvt: support conversion from packed audio | Kostya Shishkov | 2022-11-05 | 1 | -6/+59 | |
| | | ||||||
| * | core/frame: set correct duration for newly constructed audio buffer | Kostya Shishkov | 2022-11-05 | 1 | -1/+2 | |
| | | ||||||
| * | core/io: drop useless duplicated statement in test | Kostya Shishkov | 2022-11-05 | 1 | -1/+0 | |
| | | ||||||
| * | give 'str' variables more appropriate names | Kostya Shishkov | 2022-11-04 | 18 | -114/+113 | |
| | | ||||||
| * | switch demuxers to use NAStream::make_ts() | Kostya Shishkov | 2022-11-04 | 20 | -85/+44 | |
| | | ||||||
| * | core: introduce NAStream::make_ts() | Kostya Shishkov | 2022-11-04 | 1 | -0/+4 | |
| | | ||||||
| * | rv6: fix wrong filtering mode for intra prediction | Kostya Shishkov | 2022-11-03 | 1 | -12/+12 | |
| | | | | | Reported by Peter Ross | |||||
| * | rv6: rework deblocking as suggested by Peter Ross | Kostya Shishkov | 2022-11-03 | 2 | -45/+56 | |
| | | ||||||
| * | rv6: fix typo in transform | Kostya Shishkov | 2022-11-03 | 2 | -12/+12 | |
| | | | | | Spotted by Peter Ross | |||||
| * | rv6: fix some typos in loop filtering | Kostya Shishkov | 2022-11-03 | 2 | -14/+14 | |
| | | | | | Reported by Peter Ross | |||||
| * | rv6: fix special case for chroma motion compensation | Kostya Shishkov | 2022-11-03 | 2 | -9/+11 | |
| | | | | | Reported by Peter Ross | |||||
| * | rv6: edge emulation should align to 16x16 luma blocks | Kostya Shishkov | 2022-11-03 | 1 | -2/+2 | |
| | | | | | Reported by Peter Ross | |||||
| * | Beam Software SIFF format support | Kostya Shishkov | 2022-10-29 | 7 | -2/+1004 | |
| | | ||||||
| * | remove stray whitespaces | Kostya Shishkov | 2022-10-29 | 2 | -2/+2 | |
| | | ||||||
