aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2024-06-09 13:20:24 -0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2024-06-13 23:14:26 +0200
commitcdd139d760688b14849d02ee1907f68fe692c24e (patch)
treecafbad73718bb9f486c8d59559b00ea28a526577 /Changelog
parenta5d2d267424a0c0568d703362dc89795734f3d54 (diff)
downloadffmpeg-cdd139d760688b14849d02ee1907f68fe692c24e.tar.gz
libavcodec/alpha: remove DSP & support code
Introduced in 1992, the Alpha was a 64-bit RISC processor designed to replace the VAX CISC machines sold by Digital Equipment Corporation. After Digital was acquired by Compaq in 1998 -- who themselves would be later purchased by Hewlett-Packard, the architecture was phased out over the following decade. It became effectively defunct in 2007, the last publicly available processor being the Alpha 21364. FFmpeg has not added any DSP code for this architecture since lowres2 was introduced in 2012, and it is more than unlikely someone still wishes to maintain it. Remove the DSP and support code. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 03d6b29ad8..881b0e67a3 100644
--- a/Changelog
+++ b/Changelog
@@ -12,6 +12,7 @@ version <next>:
- qsv_params option added for QSV encoders
- VVC decoder compatible with DVB test content
- xHE-AAC decoder
+- removed DEC Alpha DSP and support code
version 7.0: