amlogic: update video decoder firmwares
Update the firmwares extracted from Amlogic's last known release from July 2019. This commit updates several binaries already present for GXL, GXM and G12A chips, but also adds: - HEVC for G12A - HEVC for SM1 - VP9 for GXL - VP9 for SM1 The support for which - apart from HEVC, still in development - is currently in-review in the linux-media mailing list [1][2][3]. [1] [v4,0/4] media: meson: vdec: Add compliant H264 support https://patchwork.kernel.org/cover/11336951/ [2] [v3,0/5] media: meson: vdec: Add VP9 decoding support https://patchwork.kernel.org/cover/11336975/ [3] [0/3] media: meson: vdec: add sm1 platform https://patchwork.kernel.org/cover/11256037/ Cc: Arden Jin <Arden.Jin@amlogic.com> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
This commit is contained in:
parent
6d9f399102
commit
fb505a691b
4
WHENCE
4
WHENCE
|
@ -4793,6 +4793,7 @@ Licence: Redistributable. See LICENCE.microchip for details
|
||||||
Driver: meson-vdec - Amlogic video decoder
|
Driver: meson-vdec - Amlogic video decoder
|
||||||
|
|
||||||
File: meson/vdec/g12a_h264.bin
|
File: meson/vdec/g12a_h264.bin
|
||||||
|
File: meson/vdec/g12a_hevc_mmu.bin
|
||||||
File: meson/vdec/g12a_vp9.bin
|
File: meson/vdec/g12a_vp9.bin
|
||||||
File: meson/vdec/gxbb_h264.bin
|
File: meson/vdec/gxbb_h264.bin
|
||||||
File: meson/vdec/gxl_h263.bin
|
File: meson/vdec/gxl_h263.bin
|
||||||
|
@ -4802,7 +4803,10 @@ File: meson/vdec/gxl_hevc_mmu.bin
|
||||||
File: meson/vdec/gxl_mjpeg.bin
|
File: meson/vdec/gxl_mjpeg.bin
|
||||||
File: meson/vdec/gxl_mpeg12.bin
|
File: meson/vdec/gxl_mpeg12.bin
|
||||||
File: meson/vdec/gxl_mpeg4_5.bin
|
File: meson/vdec/gxl_mpeg4_5.bin
|
||||||
|
File: meson/vdec/gxl_vp9.bin
|
||||||
File: meson/vdec/gxm_h264.bin
|
File: meson/vdec/gxm_h264.bin
|
||||||
|
File: meson/vdec/sm1_hevc_mmu.bin
|
||||||
|
File: meson/vdec/sm1_vp9_mmu.bin
|
||||||
|
|
||||||
Licence: Redistributable. See LICENSE.amlogic_vdec for details.
|
Licence: Redistributable. See LICENSE.amlogic_vdec for details.
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue