Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Tvheadend
Tvheadend is the leading TV streaming server for Linux
Collective -
Host: opensource -
https://opencollective.com/tvheadend
- Code: https://github.com/tvheadend/tvheadend
There seemed to be a flaw in the splitting logic when it comes to quotes, e.g.:
--output="filena...
Fixes build error with python-3.12:
Traceback (most recent call last):
File "support/mkbundle...
The details dialogs in the various recording tabs do not open anymore
with the error `Uncaught T...
While implementing the alternative/similar broadcast buttons it seems
like previous attempts rem...
github.com/tvheadend/tvheadend - 76ca76761693eb7c1f347e79d271618f08ec3824 authored over 1 year ago by DeltaMikeCharlie <[email protected]>
github.com/tvheadend/tvheadend - 6e352c6c7871d434f9b022f7f203c31e9609121b authored over 1 year ago by Flole998 <[email protected]>
As %li isn't supported equally, we must ensure we always use PRItime_t.
Signed-off-by: Olliver ...
github.com/tvheadend/tvheadend - 17eebbef5b017352afcded36c27cb0be11ebd4a1 authored over 1 year ago by Olliver Schinagl <[email protected]>
It looks like the compile check doesn't work properly on some
architectures, which appears to ea...
We want to build everything on merge requests, tags etc.
However we want to skip cloudsmith int...
github.com/tvheadend/tvheadend - 1179ce28a530ac48358266e8c46cb9b06e5f71c6 authored over 1 year ago by Olliver Schinagl <[email protected]>
Cloudsmith deployal should only be done on master, but we want to run
every other thing normally...
The fix introduced in fe47ecb5504a ("Fix time for 32bit systems again")
made the incorrect assum...
github.com/tvheadend/tvheadend - d50105999522cc7c35909f7c0f2a504fc40c2e1b authored over 1 year ago by DeltaMikeCharlie <[email protected]>
In issue #6257 an issue mentioning that time_t isn't properly supported
when printing on 32-bit ...
github.com/tvheadend/tvheadend - 23263a54d9bbda2779489c06d3aa909ec618ad63 authored over 1 year ago by DeltaMikeCharlie <[email protected]>
github.com/tvheadend/tvheadend - c531383ca6654639dc112db67fd8dc893c1f5272 authored over 1 year ago by DeltaMikeCharlie <[email protected]>
github.com/tvheadend/tvheadend - 14298acb6a8e3a83ed1091fab1f3a924077ddfea authored over 1 year ago by John Ross Hunt <[email protected]>
This updates the Debian packaging to use the new configuration
directories introduced by
https:/...
Since config_get_dir() is executed before forking, the uid will
always be 0 at this point. Inst...
github.com/tvheadend/tvheadend - 7b5c526977eddfa4535df91ea4e23c8910c69b11 authored over 1 year ago by Michael Marley <[email protected]>
The header limits.h suffices, lets use that instead.
Signed-off-by: Olliver Schinagl <oliver@sc...
github.com/tvheadend/tvheadend - a9b83afb2d6badaa01ab2b964f0285b7206bf52c authored over 1 year ago by Olliver Schinagl <[email protected]>
Like in commit e15c1abe9737 ("config: Support server configurations"),
dvr_recordings are probab...
The internal print functions already add the newline for us, so adding
one manually is not neede...
When close is called with a non-existant file descriptor, it will happily
do so. Since we do not...
On server loads, it is not uncommon to have the config directory live in
`/var/lib/tvheadend`. W...
Over the last years, the freedesktop organization has promoted the use
of XDG_HOME_CONFIG for st...
Currently `config_boot` 'abuses' the path-pointer and stores its own
internal path if needed. Wh...
The XDG spec has a way to determine the users preferred Video directory.
This is important, beca...
The XDG spec goes beyond the '.config' directory structure, but also
helps with other directorie...
We should really be setting up our configuration storage before anything
else. Starting/register...
github.com/tvheadend/tvheadend - 4c1b4dbcee7fd5eeeec8bf27e5ff2d178ee8bfee authored over 1 year ago by Ruben De Smet <[email protected]>
github.com/tvheadend/tvheadend - 5f6be407a8e72c45ed4c9178c8b38826bb9a8684 authored over 1 year ago by Flole998 <[email protected]>
To determine if the server is online, we want to be able to 'ping' it
with as little configurati...
github.com/tvheadend/tvheadend - 9df7d2d6bc37b8aa25ac63be7b0a5d69be10c892 authored over 1 year ago by Ruben De Smet <[email protected]>
github.com/tvheadend/tvheadend - cd30663793f7155f93a1dd4977ae096718cf9cd6 authored over 1 year ago by Ruben De Smet <[email protected]>
Fixes https://tvheadend.org/issues/6272
Co-authored-by: Dave Pickles
github.com/tvheadend/tvheadend - 003fd92707531bdf7ad1753ab028db8748ac5ab8 authored over 1 year ago by Ruben De Smet <[email protected]> Typo made using lang instead of lang3 in lookup map
- clean by running through autopep8
- A...
- remove deprecated FF_API_CODED_FRAME
- remove pict_type from AVPacket_SideData
- use AVFrame->...
update to ffmpeg 5.1.3
github.com/tvheadend/tvheadend - 8efac01dccdf11b4b3b196080c085aaa801a62f7 authored over 1 year ago by uknunknown <[email protected]>
- ffmpeg_static will always compile with ffmpeg 5.1.2
- Makefile.ffmpeg added to 5.1.2
- src/mux...
Typo 'languague' prevents the script from fetching poster art.
Fixes #6262.
github.com/tvheadend/tvheadend - e0f2d3234a67c6c0c88ac84166ce2626d668e0cf authored almost 2 years ago by James Bevan <[email protected]>
Construct and add an Authorization header to the request, when a
username and password are provi...
github.com/tvheadend/tvheadend - 543fbee6344514b57366ce7c4fe2e103d2570e55 authored almost 2 years ago by Flole998 <[email protected]>
- updated 'AVCodec' to 'const AVCodec'
- "avctx->refcounted_frames = 1;" deprecated (not require...
- remove deprecate struct vaapi_context and the vaapi.h
github.com/tvheadend/tvheadend - 247d3d032ce3f609254b3782aa95143eb5dd99f5 authored almost 2 years ago by alingherghescu <[email protected]>github.com/tvheadend/tvheadend - a1cb8cffb1d5af17c9bce2b3ef65319ab984854f authored almost 2 years ago by Flole998 <[email protected]>
- remove ffmpeg component avresample. Is deprecated and replaced by swresample. I verified that ...
github.com/tvheadend/tvheadend - ef13a600afb35905ddfa84447073c016d320c185 authored almost 2 years ago by alingherghescu <[email protected]>
TVHeadend has a hard-dependency on libiconv. Lets make this a little bit
more flexible by also a...
- migrate from AVBitStreamFilterContext to AVBSFContext
- update AVCodec to 'const AVCodec'
- re...
- update to ffmpeg codecpar
github.com/tvheadend/tvheadend - 933ae5f767ea4ddd08656f59b8cc973756b59342 authored almost 2 years ago by alingherghescu <[email protected]>This reverts commit 76a6263f1be4e3ccff968b47155b050fcc15f042.
github.com/tvheadend/tvheadend - 9e1eb89be731ffb4687327c09b2de3bf58f548cf authored almost 2 years ago by Flole998 <[email protected]>github.com/tvheadend/tvheadend - 76a6263f1be4e3ccff968b47155b050fcc15f042 authored almost 2 years ago by pykpkg47 <[email protected]>
- update NASM to 2.16.01
github.com/tvheadend/tvheadend - 5aa50b12fc4bab29855edba8557f0ad8fe26e2d1 authored almost 2 years ago by alingherghescu <[email protected]>
- update the code to match the format from vnenc.c (unify format)
- update the default value for...
github.com/tvheadend/tvheadend - 508de087216e8918cdc45fbcf30a9efeb5fe5654 authored almost 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - 39df64bb8e8888db0817e133b50b7f4823a69489 authored almost 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - d1366a0669c785141a128678a671c008abd1fb5a authored almost 2 years ago by barzog <[email protected]>
github.com/tvheadend/tvheadend - 061cf95b148680cc01689f1f49d10d3977bda15d authored almost 2 years ago by spdfrk <[email protected]>
github.com/tvheadend/tvheadend - 44bf691ac3c4abe3b11dc284ace84d863db376e3 authored almost 2 years ago by Flole998 <[email protected]>
- update to ffmpeg codecpar
github.com/tvheadend/tvheadend - 2f3e53380bff7fb7a571de438d3fc541139259cc authored almost 2 years ago by alingherghescu <[email protected]>- update ffmpeg from 4.4.1 to 4.4.3
github.com/tvheadend/tvheadend - 02987438db97e54a39491853099db7ead4d50eb3 authored almost 2 years ago by alingherghescu <[email protected]>
- added denoise_vaapi
- added sharpness_vaapi
- update libvpx to ver. 1.12.0
- replaced tvherror() with tvhinfo for bitrate report
- converted...
* Add omx dependency for Coverity-Build
* Add libva-dev dependency for Coverity-Build
* Ad...
github.com/tvheadend/tvheadend - 060df517c16537da69fd0717f52254ff7477398f authored almost 2 years ago by Flole998 <[email protected]>This reverts commit 2a370dd17fcac7e587d45fd9971e346536379ea3.
github.com/tvheadend/tvheadend - bed37ea208b8acaf914b4fb14498d143a1fbbd93 authored almost 2 years ago by Flole998 <[email protected]>Some channels add "New: " to the title if this is the first showing, so a title match with repea...
github.com/tvheadend/tvheadend - 905b4f0d0387818cbbf7012bf4dffb25e9893748 authored almost 2 years ago by dave-p <[email protected]>Compat version 10 was declared recommended in 2016.
An important change introduced in 10 was ch...
github.com/tvheadend/tvheadend - 2a370dd17fcac7e587d45fd9971e346536379ea3 authored almost 2 years ago by Michał Janiszewski <[email protected]>
Unify the allowed range of power up time
for rotors, switches and unicable devices.
Allow user to adjust the length of time delays
after the Unicable device is powered up
and after...
github.com/tvheadend/tvheadend - 377c108194292abdaf71ff26b7527412c4f7a0aa authored almost 2 years ago by Peter Bašista <[email protected]>
github.com/tvheadend/tvheadend - dde8856982c4293a1f9c8686b08f752e6e504dcc authored almost 2 years ago by Peter Bašista <[email protected]>
Unify the allowed range of command time
for rotors, switches and unicable devices.
- updated function _video_filters_get_filters() due to a bug hidden by previous bug (Bug #6247)
...
Signed-off-by: Jaroslav Kysela <[email protected]>
github.com/tvheadend/tvheadend - 8082b104aecd7f2bbac3b16b853be50c902cefb3 authored almost 2 years ago by Jaroslav Kysela <[email protected]>Signed-off-by: Jaroslav Kysela <[email protected]>
github.com/tvheadend/tvheadend - b8b6d5eba112a9ace28db4ebee12c4b6154327c7 authored almost 2 years ago by Jaroslav Kysela <[email protected]>Do not use client when other handles requests.
Signed-off-by: Jaroslav Kysela <[email protected]>
github.com/tvheadend/tvheadend - d3cd3d66795df59ca41294a8008b751782f2b948 authored almost 2 years ago by Jaroslav Kysela <[email protected]>Signed-off-by: Jaroslav Kysela <[email protected]>
github.com/tvheadend/tvheadend - c32ace5a81e86856b3ecb29fa5e0abc170d13182 authored almost 2 years ago by Jaroslav Kysela <[email protected]>Signed-off-by: Jaroslav Kysela <[email protected]>
github.com/tvheadend/tvheadend - 3a12b3f99bc31a3217e3e2de96f3a62dac137735 authored almost 2 years ago by Jaroslav Kysela <[email protected]>
It's expected that new CAIDs and providers are added to the current list rather
than to overwrit...
github.com/tvheadend/tvheadend - 760f32bf531e15346a40cef864f87edd5bae9681 authored almost 2 years ago by Peter Bašista <[email protected]>
Currently, the Unicable settings are always cleared
when enabling or disabling the corresponding...
- fixed Decoder HW + Encoder SW --> not working (with VAAPI) - Bug #6247
- fixed resize and dein...
- provide the ability to specify if scaling should be performed Up and Down, Up (only) or Down (...
github.com/tvheadend/tvheadend - 1eeb608033804c3b5b35c842389f276cde299600 authored almost 2 years ago by alingherghescu <[email protected]>Default will be applied to new autorecs unless overridden.
duplicate_handling.md: Add details of ...
- added new settings: platform, bitrate scale factor, low power, loop filter level, loop filter ...
github.com/tvheadend/tvheadend - 6a6c9b7240ae4d19a8d57dd7e4a9428c326a68de authored almost 2 years ago by alingherghescu <[email protected]>github.com/tvheadend/tvheadend - 17a357fee8bccacd931476411200b05f2b06f47c authored almost 2 years ago by Pim Zandbergen <[email protected]>
github.com/tvheadend/tvheadend - 2beb6c9c889d840f232379db52cd3363e23a5b1f authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - c9a156a25a07f1f84c2f48a1b03b481430c8257d authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - cdd2af4bd30d8f873fb3f66c2543bd6d3f758719 authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - 44a202b9232f141bd36e617c138d6efb653d7fd3 authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - 81c986d553277e0275b8ce47749a7fb0388b455d authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - b45571d42e9a08f45d18e368a754d4d82d047d29 authored about 2 years ago by Flole998 <[email protected]>
Fix FTBFS introduced by 7b95ba4cf9113ae8808b3e4a9425010b607dbaca
Link: https://tvheadend.org/is...
github.com/tvheadend/tvheadend - abcb0ea676e7b7e822be990aae7df1aa8ff5b990 authored about 2 years ago by Cédric Schieli <[email protected]>It make sense to include it always when available
Link: https://tvheadend.org/issues/6223
Signe...
This allows pass-through of AC-4 audio stream.
Will need adjustment when AC-4 gets support in F...
github.com/tvheadend/tvheadend - 765d3ed4fd0cc87f8b8594b296833f490ae86ebd authored about 2 years ago by Kacper Michajłow <[email protected]>
dtv-scan-tables commit 28414c7 added muxes for South Africa.
Add the country to the country cod...
Some builds still need a newer python version
github.com/tvheadend/tvheadend - cd8491a5ba3c75c349997357d7751cf0fd83fb53 authored about 2 years ago by Flole998 <[email protected]>GCC complains (one example, more in tcp.h):
In file included from src/main.c:41:
src/tcp.h: In ...
github.com/tvheadend/tvheadend - 5543ce518faaeeb0677fd7c2fca26f8ae0d265d3 authored about 2 years ago by Flole998 <[email protected]>
github.com/tvheadend/tvheadend - 19c3b87c23fe92a5dc8f4b2bf3ccd69111de0d09 authored about 2 years ago by Flole998 <[email protected]>
If you have e.g. all but dvb disabled and forgot to plug in your usb
adapter the wizard would cr...