aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dxvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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