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
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
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
MilhouseVH
9ce159d36d
ffmpeg: update to ffmpeg-4.0.3-Leia-Beta5
2018-11-04 14:25:24 +00: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
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
MilhouseVH
6fba156c79
ffmpeg: install ffmpeg from ffmpeg-tools, don't include in image
...
Kodi doesn't need the command line ffmpeg, so don't install it.
This means we can install the full-fat command line ffmpeg from
ffmpeg-tools, and we don't need to call it ffmpegx as there is no
longer any conflict.
2018-06-28 19:16:09 +01:00
Lukas Rusak
cf8aaeab5b
ffmpeg: add v4l2 support
2018-06-11 10:18:50 -07:00
Matthias Reichl
bafca3c275
ffmpeg: drop lto build flag
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
MilhouseVH
30594feb0f
ffmpeg: switch default x86 assembler back to yasm
2018-06-02 14:51:29 +01:00
MilhouseVH
c55b87ed1e
ffmpeg: use PKG_* variables
2018-06-02 14:51:29 +01:00
MilhouseVH
587cbeff14
ffmpeg: cleanup configure
2018-06-02 14:51:29 +01:00
MilhouseVH
547b3a01e8
ffmpeg: hevc: Latest updates from Ben; update copyright
2018-06-02 14:51:29 +01:00
MilhouseVH
d45d201322
ffmpeg: update to ffmpeg-e115b34 (4.0-Leia-Alpha-1)
2018-05-01 22:11:29 +01:00
Emil Velikov
8410ceb0f4
ffmpeg: correct dependency list when using VAAPI
...
Namely: depend on the frontend library as opposed to the backend
implementation. Same as we do for vdpau.
2018-03-20 11:58:37 -07:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
...
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)
All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk
Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Jonas Karlman
32303e3130
ffmpeg: add Rockchip support
2018-03-04 20:26:55 +01:00
MilhouseVH
31b02617c8
ffmpeg: use build_with_debug() helper function
2018-02-19 07:08:48 +00:00
cvh
05e9246d72
ffmpeg: remove x11grab
2018-02-03 01:39:44 +01:00
MilhouseVH
a9feeb705f
ffmpeg: update to ffmpeg-f96fd5c (3.4.1-Leia-Alpha-1)
2018-02-01 23:50:49 +00:00
MilhouseVH
5c4adc6c1d
ffmpeg/ffmpegx: disable lzma and alsa as ffmpeg has no dependency on xz or alsa
...
ffmpeg[x] will auto-detect lzma (from xz, built by vfs.libarchive) and alsa,
however these packages are built after ffmpeg so that when ffmpeg is rebuilt
these libraries are now found, resulting in a different binary than when clean.
Solution: don't auto-detect.
2017-12-01 05:12:59 +00:00
MilhouseVH
4e9ee4e809
ffmpeg: update to ffmpeg-d413620
2017-12-01 05:12:59 +00:00
MilhouseVH
1cccced62b
ffmpeg: support RPi hevc codec changes
2017-12-01 05:12:59 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
MilhouseVH
ceb3a9d1ac
ffmpeg: update to ffmpeg-d056a4c (3.4-Leia-Alpha-1)
2017-11-02 10:10:15 +00:00
MilhouseVH
c863ecc017
packages: use target_has_feature
2017-10-18 00:40:05 +01:00
cvh
f7da3c2cc3
remove double newlines
2017-10-16 01:25:26 +02:00
cvh
837b447b7c
decommission PKG_IS_ADDON
2017-10-16 00:01:20 +02:00
MilhouseVH
72a2f66951
ffmpeg: update to ffmpeg-20f6654 (3.3.4-Leia-Alpha-1)
2017-10-02 20:36:19 +01:00
Peter Vicman
50a51452be
build system: add sha256 checksum to all packages
...
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
497786e410
ffmpeg: update to ffmpeg-3.3.2-Leia-Alpha-1
2017-07-07 17:37:22 +01:00
MilhouseVH
3f08c6ad22
ffmpeg: enable neon by default for aarch64
2017-05-13 07:30:38 +01:00
MilhouseVH
896dfca8b1
ffmpeg: update to ffmpeg-3.3-Leia-Alpha
2017-05-10 05:49:19 +01:00
piotrasd
a74ed924f1
libva-intel-driver: rename to intel-vaapi-driver and bump to 1.8.1
2017-04-16 23:42:21 +01:00
Lukas Rusak
8e797eff17
use openssl instead of libressl
2017-03-14 10:46:29 -07:00
MilhouseVH
99ef6bc05d
PKG_BUILD: drop $ROOT, convert to absolute path
2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c
TOOLCHAIN: drop $ROOT, convert to absolute path
2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579
decommission PKG_REV
2017-01-19 00:06:13 +01:00
chewitt
1e242c87e5
ffmpeg: update to 33c167d
2016-12-31 06:59:24 +00:00
MilhouseVH
93cf36d495
ffmpeg: update to 3.1.6-Krypton-Beta6
2016-11-30 22:16:21 +00:00
MilhouseVH
e178f13fd6
ffmpeg: update to ffmpeg-3.1.5-Krypton-Beta5
2016-10-24 22:39:28 +01:00