mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00

* Add Cedar HW video decoder support * Add sunxifbsink gstreamer plugin * sunxifbsink: remove warning log gst-omx: remove resolution check after crop * Add gstreamer scripts * review comments fixes * ffmpeg: enable h264_omx encoder * add missing hashes and use defined git commit for libcedar * mv miyoo specific patches to board * make `gst-omx.mk` less platform specfic * Add header python interpreter to gst-raw.py * Add videoscale with nearest-neighbour to play video with higher resolutions fluently * Use HW scaler * libcedarc: fix crash when playing 640x480 video * kernel: Add patch to increase VRAM * Add fast gstreamer player * fix gst-play hangs * Add matroska plugin * remove target --------- Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
diff --git a/arch/arm/configs/miyoo_defconfig b/arch/arm/configs/miyoo_defconfig
|
|
index f9cb0790f..625b5a30f 100644
|
|
--- a/arch/arm/configs/miyoo_defconfig
|
|
+++ b/arch/arm/configs/miyoo_defconfig
|
|
@@ -83,6 +83,12 @@ CONFIG_SUNXI_WATCHDOG=y
|
|
CONFIG_MFD_SYSCON=y
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
+# CONFIG_MEDIA_CEC_SUPPORT is not set
|
|
+CONFIG_MEDIA_SUPPORT=y
|
|
+# CONFIG_VIDEO_DEV is not set
|
|
+# CONFIG_MEDIA_CONTROLLER is not set
|
|
+# CONFIG_DVB_NET is not set
|
|
+# CONFIG_DVB_DYNAMIC_MINORS is not set
|
|
CONFIG_FB=y
|
|
CONFIG_FB_MIYOO_VIDEO=y
|
|
CONFIG_FB_R61520=m
|
|
@@ -122,6 +128,10 @@ CONFIG_USB_CONFIGFS_F_HID=y
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_SUNXI=y
|
|
CONFIG_STAGING=y
|
|
+CONFIG_STAGING_MEDIA=y
|
|
+CONFIG_VIDEO_SUNXI=y
|
|
+CONFIG_VIDEO_SUNXI_CEDAR_VE=y
|
|
+CONFIG_VIDEO_SUNXI_CEDAR_ION=y
|
|
# CONFIG_IOMMU_SUPPORT is not set
|
|
CONFIG_PWM=y
|
|
CONFIG_PWM_SUNIV=y
|
|
@@ -144,6 +154,9 @@ CONFIG_CRYPTO_DRBG_MENU=y
|
|
# CONFIG_CRYPTO_HW is not set
|
|
CONFIG_LIBCRC32C=y
|
|
CONFIG_XZ_DEC=y
|
|
+CONFIG_DMA_PERNUMA_CMA=y
|
|
+CONFIG_CMA_SIZE_MBYTES=12
|
|
+CONFIG_CMA_ALIGNMENT=4
|
|
CONFIG_PRINTK_TIME=y
|
|
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=4
|
|
# CONFIG_FTRACE is not set
|