Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | feat: make libhdhomerun optional | willemw12 | |
2024-08-08 | feat: add ffmpeg 7 (and lower) as versions with known libav (transcoding) ↵ | willemw12 | |
support | |||
2024-07-06 | feat: check for libav (ffmpeg transcoding) support | willemw12 | |
2024-06-24 | Disable libav (transcoding). FFmpeg 7 is not supported. | willemw12 | |
Update license. | |||
2024-03-17 | Add '!buildflags' to 'options' | willemw12 | |
Prevents error: "_FORTIFY_SOURCE" redefined [-Werror] | |||
2024-03-17 | Remove !lto from 'options' | willemw12 | |
Also compiles now when LTO is enabled. | |||
2023-12-02 | Upgrade from ffmpeg4.4 to ffmpeg (version 6) | willemw12 | |
2023-09-03 | Add !lto to 'options' to avoid a build error | willemw12 | |
See https://tvheadend.org/issues/6026 | |||
2023-05-09 | Remove gcc workaround and libavresample | willemw12 | |
Add fix for building in a clean build environment (replace patch file for an environment variable). Change pkgver(). Minor edits. | |||
2022-08-02 | Apply gcc workaround | francoism90 | |
2022-02-28 | Update SRCINFO | francoism90 | |
2021-03-21 | Merge breaking changes | francoism90 | |
2020-05-21 | "Fixed" build with GCC 10 | Dan Ziemba | |
2018-10-04 | Removed unnecessary part of patch | Dan Ziemba | |
2018-09-22 | Removed unnecessary CFLAGS | Dan Ziemba | |
2018-09-22 | Ignore missing libavresample | Dan Ziemba | |
Arch's version of ffmpeg no longer provides this, but libswresample should take its place. | |||
2018-09-02 | Removed ffmpeg patch | Dan Ziemba | |
2018-06-01 | Enabled HDHomerun client | Dan Ziemba | |
2018-06-01 | Enabled DVB descrambling | Dan Ziemba | |
2018-05-31 | Fixed build with external ffmpeg | Dan Ziemba | |
2018-05-31 | Prevent error on new GCC 8 warnings | Dan Ziemba | |
2018-05-31 | Disabled CSA | Dan Ziemba | |
Avoids needing to build another AUR library for what I think is an uncommon need. | |||
2018-01-08 | Removed dependency on linuxtv-dvb-apps | Dan Ziemba | |
2017-12-02 | Updated configure flags | Dan Ziemba | |
2017-09-27 | System libopus, missing deps, enabled fdkaac | Dan Ziemba | |
2017-03-19 | Make sure dvb-scan dir is empty | Dan Ziemba | |
2017-03-19 | Added aarch64 | Dan Ziemba | |
2016-04-22 | Now using tvh provided systemd service file. | Dan Ziemba | |
You can now configure arguments in /etc/conf.d/tvheadend. | |||
2016-04-06 | Removed PYTHONIOENCODING since a4afbee fixes this | Dan Ziemba | |
2016-04-06 | Build with python 3 | Dan Ziemba | |
2016-04-05 | Updated build for new config options | Dan Ziemba | |
2016-03-14 | Vdpau option does nothing with external ffmpeg | Dan Ziemba | |
2016-03-14 | Removed useless config options | Dan Ziemba | |
Pretty sure these only have an effect when building the included ffmpeg. | |||
2016-03-14 | Include dvb-scan-tables as source | Dan Ziemba | |
Instead of allowing build to pull a clean copy every time. | |||
2016-03-14 | Fixed deps to depend on all external libs | Dan Ziemba | |
2015-12-19 | Changed _gitname and added missing dep | Dan Ziemba | |
2015-09-21 | Added systemd socket activation | Dan Ziemba | |
2015-08-23 | Added arm variants per user request | Dan Ziemba | |
2015-08-10 | Copied over from aur3 with some updates | Dan Ziemba | |