Commit graph

261 commits

Author SHA1 Message Date
GavinDarkglider
cb6ac9c7dd
Mostly working decoder and moonlight (#1393)
* L4T: Initial, mostly working decoder support, Switch to proper glvnd setup"
* switch: add moonlight
* Add patch to force moonlight to use hardware decoder
* Add moonlight core info file to moonlight package
* rename moonlight to moonlight-libretro

Co-authored-by: plaidman <jrtomsic@gmail.com>
2021-06-18 00:12:06 +02:00
Demetris Ierokipides
2bbd8bb8db Partially Revert "Rpi kernel update (#1298)"
This reverts commit d2628f10d1.
2021-05-17 19:43:08 +03:00
David Lawson
d2628f10d1
Rpi kernel update (#1298)
* rpi: update kernel to 5.10.36

* rpi: remove bcm2835-driver and just get everything from bcm2835-bootloader
2021-05-17 00:30:34 +03:00
David Lawson
1bd927e074
Rpi4 aarch64 (#1022)
* rpi4-aarch64: Add rpi4 aarch64 kernel config

This was created by copying the arm config and looking at the diff between:

https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm/configs/bcm2711_defconfig

and

https://github.com/raspberrypi/linux/blob/rpi-5.4.y/arch/arm64/configs/bcm2711_defconfig

* rpi4-aarch64: Don't pass --enable-neon to retroarch as it makes the build fail

* rpi4-aarch64: Raspberry Pi dtb files are created in a different place for aarch64

* rpi4-aarch64: Build some rpi specific packages for aarch64 as well as arm

* rpi4-aarch64: RPi4 64-bit needs fixup4.dat to boot

I don't think this harms anything else

* rpi4-aarch64: Enable 64-bit mode and specify kernel filename in config.txt

This is a bit hacky.

We need to specify the kernel filename otherwise it expects it to be kernel8.img

* rpi4-aarch64: Fix RPi options for RPi4 aarch64

* rpi4-aarch64: update mupen64plus to aarch64 compatible version

* rpi4-aarch64: exclude cores that don't compile only for rpi-aarch64

* rpi4-aarch64: Update alsa-utils to overcome https://github.com/alsa-project/alsa-utils/issues/33

* rpi4-aarch64: Remove extra $ARCH arg from mk_arcade_joystick_rpi

* rpi4-aarch64: Fix ffmpeg compilation

* rpi4-aarch64: add new kernel conf

Created by copying the existing linux.arm.conf and applying the diffs between the official 32bit rpi kernel config and the official 64bit rpi kernel config

* rpi4-aarch64: improve kernel config

* rpi4: don't configure non-default audio_device

* Update mupen64plus_next

* rpi4-aarch64: turn off a load of debugging in the kernel
2020-10-04 17:15:17 +03:00
Ntemis
961e759bc3 Merge branch 'libreelec-9.2' of github.com:LibreELEC/LibreELEC.tv into lakka-9.2 2020-06-15 16:20:09 +03:00
Matthias Reichl
9d04e03524 ffmpeg: update RPi HEVC patch to latest version
Fix Pi3 hevc rpi cache flush overflow

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-09 18:36:51 +02:00
Matthias Reichl
bcb40164ef ffmpeg: update RPi4 HEVC patch to 18.7-Leia
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-05-20 17:45:43 +02:00
Ntemis
8fe811009e Merge branch 'libreelec-9.2' of https://github.com/LibreELEC/LibreELEC.tv into Lakka-LE9.2 2019-12-24 16:02:10 +02:00
Tomas Kelemen (vudiq)
75b35ffd9b Merge branch 'libreelec-9.2' - update to 9.1.501 2019-09-17 11:42:14 +02:00
Matthias Reichl
c04a6f4759 ffmpeg: update RPi4 HEVC patch to 18.4-Leia-9e6b24c
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-09-12 13:34:02 +02:00
Jonas Karlman
749b9b2068 ffmpeg: update rkmpp patches 2019-09-08 18:16:59 +00:00
Matthias Reichl
b8d6a1dfc9 ffmpeg: update to 4.0.4-Leia-18.4
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-08-31 11:26:09 +02:00
Matthias Reichl
ff14fc75de ffmpeg: update RPi4 HEVC patch to 18.3-Leia-b0e4133
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-19 10:28:00 +02:00
Tomas Kelemen (vudiq)
dd34941bd6 Merge branch 'libreelec-9.2' into Lakka-LE9.2 2019-07-13 18:22:38 +02:00
Tomas Kelemen (vudiq)
464dc84917 Generic: add 32bit support 2019-07-12 22:06:48 +02:00
Tomas Kelemen (vudiq)
3f7ff53a49 fix libva dependencies again / disable VAAPI 2019-07-10 16:14:28 +02:00
Matthias Reichl
84e70210df ffmpeg: update RPi4 HEVC patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-04 11:21:30 +02:00
Matthias Reichl
4ba7e76c64 ffmpeg: move RPi and RPi4 HEVC patches to separate patch dirs
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-27 23:46:35 +02:00
Matthias Reichl
d7c2207b8a ffmpeg: move rkmpp patches to separate patch dir
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-27 21:22:13 +02:00
Matthias Reichl
c4b17555e1 ffmpeg: move v4l2 request api patches to separate patch dir
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-27 21:22:13 +02:00
Matthias Reichl
c3cc72fe3c ffmpeg: drop --disable-rpi option on non-RPi projects
The ffmpeg patches which add enable/disable-rpi options are now
RPi device specific, so using --disable-rpi breaks builds on non-RPi
projects.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-24 17:52:28 +02:00
Matthias Reichl
d7ca15cce3 ffmpeg: check for RPi project instead of KODIPLAYER_DRIVER
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-23 02:09:03 +02:00
Matthias Reichl
1f64a8165d ffmpeg: make RPi HEVC optimization patch device specific
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-23 02:09:03 +02:00
Jonas Karlman
8daa6cd4a2 rkmpp: update to 66b140e 2019-06-22 17:40:32 +00:00
Jernej Skrabec
5897e8155e ffmpeg: update request api patches 2019-06-15 06:26:29 +01:00
MilhouseVH
09325f7fae
Merge pull request #3428 from 5schatten/move_RPi_vendor_headers
[RPi] fix vendor header & lib includes / remove project specific include CFLAGS WIP
2019-04-30 21:22:44 +01:00
5schatten
856004489f ffmpeg: removed RPi specific include CFLAGS for brcm2835 headers 2019-04-16 23:28:30 +02:00
MilhouseVH
8a170fbe8a ffmpeg: update to ffmpeg-4.0.3-Leia-18.2 2019-04-15 22:10:35 +01:00
CvH
afae8c6a20
Merge pull request #3405 from LibreELEC/allwinner
Add Allwinner project
2019-04-14 14:32:57 +02:00
5schatten
88bb6d7095 ffmpeg: updated AV1 support patch for dav1d 0.2.1 2019-04-11 21:26:27 +02:00
Jernej Skrabec
421cc1272c ffmpeg: Add request api support 2019-04-08 22:43:05 +02:00
MilhouseVH
06d00cfd37 ffmpeg: update to ffmpeg-4.0.3-Leia-RC5 2019-01-14 22:50:44 +00:00
MilhouseVH
0c4bbe8556 ffmpeg: hevc: Fix for green artefacts 2018-12-16 15:35:54 +00:00
Ian Leonard
a3c001541e build: use nasm with x86_64 only
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-12-06 02:49:12 +00:00
Ian Leonard
18c87849dc generic: switch from yasm to nasm; update libass to 0.14.0 to support
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-12-04 20:16:11 +00:00
CvH
972bc1d5f1 ffmpeg: enable av1 just for neon/sse 2018-11-28 22:31:49 +00:00
zalaare
0cb809d1aa ffmpeg: enable AV1 decode support via libdav1d
* backport libdav1d patch
    * latest patch from 752659327d (diff-c93f936c9a5658d0397dc9d432244f4a)
2018-11-26 13:47:13 -05:00
CvH
b9be00f14c
Merge pull request #3058 from Kwiboo/rockchip-part8
Rockchip: package updates
2018-11-04 17:04:53 +01:00
MilhouseVH
9ce159d36d ffmpeg: update to ffmpeg-4.0.3-Leia-Beta5 2018-11-04 14:25:24 +00:00
Jonas Karlman
a622fff814 ffmpeg: update rkmppdec patches 2018-11-04 10:34:18 +01:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
Jonas Karlman
8a9e1d996b ffmpeg: add rkmppdec patches 2018-10-03 18:39:27 +02:00
MilhouseVH
7228a420fd ffmpeg: sync with newclock5 2018-10-02 21:58:39 +02:00
CvH
2d1534a162 ffmpeg: update HEVC patch 2018-09-11 20:36:59 +02:00
Ian Leonard
3791ba88ea ffmpeg: cleanup
disable-{ffprobe,ffplay} and enable-ffmpeg get ignored because of
disable-programs later on, so just remove them.

disable-{w32threads,dxva2} get ignored because of target-os=linux.

Hardcoded tables are a start up speed optimization in exchange for
an increased sizeon disk  of libavcodec. Its impact is negligible
due to the encode/decode cycle.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-08-26 20:07:29 +00:00
MilhouseVH
cb287e3da7 ffmpeg: update to ffmpeg-719e85d 2018-07-31 19:13:43 +01:00
CvH
12cc321945 spdx: packages/multimedia 2018-07-18 20:44:57 +02:00
Christian Hewitt
ac1666c346
Merge pull request #2788 from MilhouseVH/le90_kodi_201807
Kodi: next
2018-07-15 07:49:42 +04:00