| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/dxvenc: Use proper alignment, write endian-independent output | Andreas Rheinhardt | 2024-02-27 | 1 | -3/+3 |
* | lavc/texturedsp: require explicitly-set frame dimensions | Connor Worley | 2024-02-18 | 1 | -0/+2 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -2/+2 |
* | lavc/dxv: move tag definitions to common header | Connor Worley | 2024-02-11 | 1 | -5/+2 |
* | lavc/dxv: align to 4x4 blocks instead of 16x16 | Connor Worley | 2024-02-09 | 1 | -3/+11 |
* | avcodec/texturedsp: Factor common code out | Andreas Rheinhardt | 2024-01-28 | 1 | -1/+1 |
* | avcodec/texturedsp: Add separate TextureDSPEncContext | Andreas Rheinhardt | 2024-01-28 | 1 | -1/+1 |
* | avcodec/dxvenc, hap(dec|enc): Move TextureDSPContext to stack | Andreas Rheinhardt | 2024-01-28 | 1 | -3/+3 |
* | avcodec/dxvenc: Fix data races with slice threading | Andreas Rheinhardt | 2024-01-28 | 1 | -20/+9 |
* | avcodec/dxvenc: Don't cast const away | Andreas Rheinhardt | 2024-01-28 | 1 | -4/+4 |
* | lavc/dxvenc: add DXV encoder with support for DXT1 texture format | Connor Worley | 2024-01-23 | 1 | -0/+361 |