aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dxvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/dxvenc: Use proper alignment, write endian-independent outputAndreas Rheinhardt2024-02-271-3/+3
* lavc/texturedsp: require explicitly-set frame dimensionsConnor Worley2024-02-181-0/+2
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-2/+2
* lavc/dxv: move tag definitions to common headerConnor Worley2024-02-111-5/+2
* lavc/dxv: align to 4x4 blocks instead of 16x16Connor Worley2024-02-091-3/+11
* avcodec/texturedsp: Factor common code outAndreas Rheinhardt2024-01-281-1/+1
* avcodec/texturedsp: Add separate TextureDSPEncContextAndreas Rheinhardt2024-01-281-1/+1
* avcodec/dxvenc, hap(dec|enc): Move TextureDSPContext to stackAndreas Rheinhardt2024-01-281-3/+3
* avcodec/dxvenc: Fix data races with slice threadingAndreas Rheinhardt2024-01-281-20/+9
* avcodec/dxvenc: Don't cast const awayAndreas Rheinhardt2024-01-281-4/+4
* lavc/dxvenc: add DXV encoder with support for DXT1 texture formatConnor Worley2024-01-231-0/+361