]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
10 years agompegts tables: added mpegts_table_consistency_check to invoke psi tables inconsistenc... 509/head
Jaroslav Kysela [Mon, 20 Oct 2014 18:35:15 +0000 (20:35 +0200)] 
mpegts tables: added mpegts_table_consistency_check to invoke psi tables inconsistency early

10 years agoWebTV: Correct remote sort (defaultL: by channel number)
Ian [Sat, 18 Oct 2014 14:56:22 +0000 (15:56 +0100)] 
WebTV: Correct remote sort (defaultL: by channel number)

10 years agoWebTV: Remove unused parameters to navup/navdown
Ian [Sat, 18 Oct 2014 13:39:39 +0000 (14:39 +0100)] 
WebTV: Remove unused parameters to navup/navdown

10 years agoWebTV: Correct next/prev (esp. final page); add on-screen controls
Ian [Sat, 18 Oct 2014 13:33:18 +0000 (14:33 +0100)] 
WebTV: Correct next/prev (esp. final page); add on-screen controls

10 years agoWebTV: Code cosmetics
Ian [Sat, 18 Oct 2014 10:21:43 +0000 (11:21 +0100)] 
WebTV: Code cosmetics

10 years agoWebTV: Code cosmetics
Ian [Sat, 18 Oct 2014 09:55:41 +0000 (10:55 +0100)] 
WebTV: Code cosmetics

10 years agoWebTV: Add Home/End, PgUp/PgDn, Left/Right plus overall code cosmetics
Ian [Sat, 18 Oct 2014 09:50:46 +0000 (10:50 +0100)] 
WebTV: Add Home/End, PgUp/PgDn, Left/Right plus overall code cosmetics

10 years agoWebTV: Implement basic touchscreen-compatible navigation controls, inc. paging and...
Ian [Tue, 14 Oct 2014 20:01:09 +0000 (21:01 +0100)] 
WebTV: Implement basic touchscreen-compatible navigation controls, inc. paging and scrolling channel list

10 years agoupdate ignore file in windows
Piotr Kuchciak [Mon, 20 Oct 2014 07:30:33 +0000 (09:30 +0200)] 
update ignore file in windows

10 years agoWEBUI: Fix icon for current recording
Piotr Kuchciak [Sun, 19 Oct 2014 17:22:20 +0000 (19:22 +0200)] 
WEBUI: Fix icon for current recording

Fix icon for current recording because was the same as recording tab.

10 years agomuxer_libav: fix memory leaks
Jaroslav Kysela [Mon, 20 Oct 2014 17:33:06 +0000 (19:33 +0200)] 
muxer_libav: fix memory leaks

10 years agotranscode: free extradata from context structures
Jaroslav Kysela [Mon, 20 Oct 2014 14:45:43 +0000 (16:45 +0200)] 
transcode: free extradata from context structures

10 years agotranscode: remove h264 side data creation, it's not required
Jaroslav Kysela [Mon, 20 Oct 2014 13:05:14 +0000 (15:05 +0200)] 
transcode: remove h264 side data creation, it's not required

10 years agoDVR: log dvr entry delete operation
Jaroslav Kysela [Mon, 20 Oct 2014 13:04:18 +0000 (15:04 +0200)] 
DVR: log dvr entry delete operation

10 years agotranscode: fix H264 decoding
Jaroslav Kysela [Mon, 20 Oct 2014 07:17:58 +0000 (09:17 +0200)] 
transcode: fix H264 decoding

10 years agohtsp: filter out the profiles and dvr configs without granted access
Jaroslav Kysela [Sun, 19 Oct 2014 19:46:23 +0000 (21:46 +0200)] 
htsp: filter out the profiles and dvr configs without granted access

10 years agoDVR: the dvr entries should be accessed with ACCESS_RECORDER proviledges
Jaroslav Kysela [Sun, 19 Oct 2014 18:28:37 +0000 (20:28 +0200)] 
DVR: the dvr entries should be accessed with ACCESS_RECORDER proviledges

10 years agotranscoding: simplify streaming_start_t structure copy
Jaroslav Kysela [Sun, 19 Oct 2014 09:35:25 +0000 (11:35 +0200)] 
transcoding: simplify streaming_start_t structure copy

10 years agohtsp: log subsystem should be lowercase
Jaroslav Kysela [Sun, 19 Oct 2014 09:33:42 +0000 (11:33 +0200)] 
htsp: log subsystem should be lowercase

10 years agoremove pkt_merge_header() htsp/17
Jaroslav Kysela [Sun, 19 Oct 2014 09:32:40 +0000 (11:32 +0200)] 
remove pkt_merge_header()

- rename pkt_header to pkt_meta
- unify logic for the metadata processing
- add meta field to components to the htsp stream start message

10 years agodescrambler: fix TSS_NO_ACCESS reset for buffered packets
Jaroslav Kysela [Sat, 18 Oct 2014 15:31:52 +0000 (17:31 +0200)] 
descrambler: fix TSS_NO_ACCESS reset for buffered packets

10 years agolibav muxer: added WEBM support
Jaroslav Kysela [Fri, 17 Oct 2014 18:53:57 +0000 (20:53 +0200)] 
libav muxer: added WEBM support

10 years agoWEBUI: help changes, cosmetics and icon
Piotr Kuchciak [Fri, 17 Oct 2014 10:09:06 +0000 (12:09 +0200)] 
WEBUI: help changes, cosmetics and icon

10 years agoRevert "Makefile.ffmpeg: prefer static linking for x264, vpx, vorbis libs to avoid...
Jaroslav Kysela [Fri, 17 Oct 2014 15:26:07 +0000 (17:26 +0200)] 
Revert "Makefile.ffmpeg: prefer static linking for x264, vpx, vorbis libs to avoid conflicts with distro"

This reverts commit 8e876995f352b28dc7ca0f5ad683d82e35b38370.

It does not work..

10 years agoAAC fixes (ADTS header) in transcoder and libav muxer
Jaroslav Kysela [Fri, 17 Oct 2014 15:25:36 +0000 (17:25 +0200)] 
AAC fixes (ADTS header) in transcoder and libav muxer

10 years agoMakefile.ffmpeg: prefer static linking for x264, vpx, vorbis libs to avoid conflicts...
Jaroslav Kysela [Fri, 17 Oct 2014 12:45:06 +0000 (14:45 +0200)] 
Makefile.ffmpeg: prefer static linking for x264, vpx, vorbis libs to avoid conflicts with distro

10 years agoMakefile.ffmpeg: enable h264_mp4toannexb bsf for libav muxer
Jaroslav Kysela [Fri, 17 Oct 2014 11:50:59 +0000 (13:50 +0200)] 
Makefile.ffmpeg: enable h264_mp4toannexb bsf for libav muxer

10 years agolibav muxer: add AVMATROSKA muxer type
Jaroslav Kysela [Fri, 17 Oct 2014 07:12:49 +0000 (09:12 +0200)] 
libav muxer: add AVMATROSKA muxer type

10 years agoglobal headers: create own AAC/MP4A header only if a valid does not exist
Jaroslav Kysela [Fri, 17 Oct 2014 07:11:47 +0000 (09:11 +0200)] 
global headers: create own AAC/MP4A header only if a valid does not exist

10 years agotrancode: fix time_base and pkt_sri for audio, other cosmetic updates
Jaroslav Kysela [Fri, 17 Oct 2014 07:11:25 +0000 (09:11 +0200)] 
trancode: fix time_base and pkt_sri for audio, other cosmetic updates

10 years agofix hard bugs for the profile selection
Jaroslav Kysela [Thu, 16 Oct 2014 16:06:02 +0000 (18:06 +0200)] 
fix hard bugs for the profile selection

10 years agocosmetic change for sri table
Jaroslav Kysela [Thu, 16 Oct 2014 16:05:27 +0000 (18:05 +0200)] 
cosmetic change for sri table

10 years agofind_by list routines : fix ommited copy
Jaroslav Kysela [Thu, 16 Oct 2014 14:36:34 +0000 (16:36 +0200)] 
find_by list routines : fix ommited copy

10 years agodvr: add dvr_config_find_by_list() like for profiles
Jaroslav Kysela [Thu, 16 Oct 2014 14:01:05 +0000 (16:01 +0200)] 
dvr: add dvr_config_find_by_list() like for profiles

10 years agoACL: add per entry (user) stream profile selection
Jaroslav Kysela [Thu, 16 Oct 2014 13:36:02 +0000 (15:36 +0200)] 
ACL: add per entry (user) stream profile selection

10 years agoprofile: added htsp profile for the htsp protocol
Jaroslav Kysela [Thu, 16 Oct 2014 10:37:18 +0000 (12:37 +0200)] 
profile: added htsp profile for the htsp protocol

- also added alternate default lookups for profiles (not defined) for
  * DVR               : 'dvr'
  * Channel streaming : 'channel'
  * Service streaming : 'service'

10 years agompegts: add # Channels to networks and muxes, fixes #2366
Jaroslav Kysela [Thu, 16 Oct 2014 10:08:32 +0000 (12:08 +0200)] 
mpegts: add # Channels to networks and muxes, fixes #2366

10 years agompegts service: allow to force CAID (for constcw or as filter for capmt,cwc), fixes...
Jaroslav Kysela [Thu, 16 Oct 2014 09:55:27 +0000 (11:55 +0200)] 
mpegts service: allow to force CAID (for constcw or as filter for capmt,cwc), fixes #2379

10 years agoWEBUI: Change Watch TV video player - allow to select profile instead resolution
Jaroslav Kysela [Thu, 16 Oct 2014 09:35:35 +0000 (11:35 +0200)] 
WEBUI: Change Watch TV video player - allow to select profile instead resolution

10 years agoACL: add more restrictive permissions for all config urls, fix the http ticket issue...
Jaroslav Kysela [Thu, 16 Oct 2014 09:03:22 +0000 (11:03 +0200)] 
ACL: add more restrictive permissions for all config urls, fix the http ticket issue, fixes #2383

10 years agoconfigure: another improvement in the libav detection, fixes #2382
Jaroslav Kysela [Thu, 16 Oct 2014 07:12:54 +0000 (09:12 +0200)] 
configure: another improvement in the libav detection, fixes #2382

10 years agodvb charset: added back AUTO_POLISH charset selection, fixes #2381
Jaroslav Kysela [Thu, 16 Oct 2014 07:06:19 +0000 (09:06 +0200)] 
dvb charset: added back AUTO_POLISH charset selection, fixes #2381

10 years agopacket: remove aligned_alloc
Jaroslav Kysela [Wed, 15 Oct 2014 18:55:03 +0000 (20:55 +0200)] 
packet: remove aligned_alloc

10 years agotvhdhomerun: properly close sockets on error
Beralt [Wed, 15 Oct 2014 11:35:01 +0000 (13:35 +0200)] 
tvhdhomerun: properly close sockets on error

10 years agotvhdhomerun: check return values of setsockopt
Beralt [Tue, 14 Oct 2014 15:04:32 +0000 (17:04 +0200)] 
tvhdhomerun: check return values of setsockopt

10 years agoWEBUI HELP: DVR: Try to clean the help filenames
Jaroslav Kysela [Wed, 15 Oct 2014 18:11:39 +0000 (20:11 +0200)] 
WEBUI HELP: DVR: Try to clean the help filenames

10 years agoWEBUI: Correct help and cosmetic
Piotr Kuchciak [Wed, 15 Oct 2014 13:08:26 +0000 (15:08 +0200)] 
WEBUI: Correct help and cosmetic

10 years agoconfigure: print the error message when no or old libav/ffmpeg found, fixes #2378
Jaroslav Kysela [Wed, 15 Oct 2014 17:04:16 +0000 (19:04 +0200)] 
configure: print the error message when no or old libav/ffmpeg found, fixes #2378

10 years agohdhomerun: fix a leak
Jaroslav Kysela [Wed, 15 Oct 2014 16:14:26 +0000 (18:14 +0200)] 
hdhomerun: fix a leak

10 years agotranscode: log cleanups, some memory leaks fixed
Jaroslav Kysela [Wed, 15 Oct 2014 16:09:16 +0000 (18:09 +0200)] 
transcode: log cleanups, some memory leaks fixed

10 years agolinuxdvb_adapter: remove ommited debug line
Jaroslav Kysela [Wed, 15 Oct 2014 10:45:34 +0000 (12:45 +0200)] 
linuxdvb_adapter: remove ommited debug line

10 years agoMakefile.ffmpeg,hdhomerun: try to fix the test condition
Jaroslav Kysela [Wed, 15 Oct 2014 10:33:04 +0000 (12:33 +0200)] 
Makefile.ffmpeg,hdhomerun: try to fix the test condition

10 years agoAdd VP9 stream type, but VP9 encoding does not work (1-pass VP9 encoder in libvpx...
Jaroslav Kysela [Wed, 15 Oct 2014 10:05:20 +0000 (12:05 +0200)] 
Add VP9 stream type, but VP9 encoding does not work (1-pass VP9 encoder in libvpx is broken)

10 years agochannel tag: export public URL for icons
Jaroslav Kysela [Wed, 15 Oct 2014 09:50:52 +0000 (11:50 +0200)] 
channel tag: export public URL for icons

10 years agoCosmetic update help
Piotr Kuchciak [Wed, 15 Oct 2014 07:20:09 +0000 (09:20 +0200)] 
Cosmetic update help

10 years agoUpdate help TV Adapter
Piotr Kuchciak [Wed, 15 Oct 2014 05:40:45 +0000 (07:40 +0200)] 
Update help TV Adapter

10 years agoWEBUI: help cosmetic
Piotr Kuchciak [Tue, 14 Oct 2014 18:59:13 +0000 (20:59 +0200)] 
WEBUI: help cosmetic

10 years agoWEBUI: cosmetic, add help for upcoming/current recordings
Piotr Kuchciak [Tue, 14 Oct 2014 18:44:09 +0000 (20:44 +0200)] 
WEBUI: cosmetic, add help for upcoming/current recordings

10 years agoudp: add more error checking to udp_bind()
Jaroslav Kysela [Wed, 15 Oct 2014 09:31:12 +0000 (11:31 +0200)] 
udp: add more error checking to udp_bind()

10 years agoMakefile.ffmpeg,hdhomerun: add sha1sum tests to avoid hijacking
Jaroslav Kysela [Wed, 15 Oct 2014 09:14:11 +0000 (11:14 +0200)] 
Makefile.ffmpeg,hdhomerun: add sha1sum tests to avoid hijacking

10 years agoWEBUI JS: Add checkField initialization for LovCombo to avoid wrong sharing, fixes...
Jaroslav Kysela [Wed, 15 Oct 2014 08:26:14 +0000 (10:26 +0200)] 
WEBUI JS: Add checkField initialization for LovCombo to avoid wrong sharing, fixes #2363

10 years agolinuxdvb_satconf: fix typo
Jaroslav Kysela [Wed, 15 Oct 2014 06:55:26 +0000 (08:55 +0200)] 
linuxdvb_satconf: fix typo

10 years agoconfigure: another fix for the libhdhomerun detection, fixes #2377
Jaroslav Kysela [Wed, 15 Oct 2014 06:26:25 +0000 (08:26 +0200)] 
configure: another fix for the libhdhomerun detection, fixes #2377

10 years agowebui: accept profile in /play playlist redirects
Jaroslav Kysela [Tue, 14 Oct 2014 19:59:20 +0000 (21:59 +0200)] 
webui: accept profile in /play playlist redirects

10 years agoepggrab: ota - fix the frozen epggrab subscriptions, fixes #2365
Jaroslav Kysela [Tue, 14 Oct 2014 19:19:29 +0000 (21:19 +0200)] 
epggrab: ota - fix the frozen epggrab subscriptions, fixes #2365

10 years agosubscriptions: add shortid to each log messages to identify parallel tasks
Jaroslav Kysela [Tue, 14 Oct 2014 19:03:08 +0000 (21:03 +0200)] 
subscriptions: add shortid to each log messages to identify parallel tasks

10 years agoconfig: another libhdhomerun check fix
Jaroslav Kysela [Tue, 14 Oct 2014 17:53:42 +0000 (19:53 +0200)] 
config: another libhdhomerun check fix

10 years agotrancode: remove code for old libs
Jaroslav Kysela [Tue, 14 Oct 2014 16:58:57 +0000 (18:58 +0200)] 
trancode: remove code for old libs

10 years agoconfigure: add better check for ffmpeg n1.2+ and libav v10+ version
Jaroslav Kysela [Tue, 14 Oct 2014 16:55:30 +0000 (18:55 +0200)] 
configure: add better check for ffmpeg n1.2+ and libav v10+ version

10 years agoconfigure: fix hdhomerun library check, fixes #2375
Jaroslav Kysela [Tue, 14 Oct 2014 16:12:34 +0000 (18:12 +0200)] 
configure: fix hdhomerun library check, fixes #2375

10 years agoMakefile.ffmpeg: added ac3 eac3 decoders
Jaroslav Kysela [Tue, 14 Oct 2014 15:55:38 +0000 (17:55 +0200)] 
Makefile.ffmpeg: added ac3 eac3 decoders

10 years agodoozer conf: enable hdhomerun static libs
Jaroslav Kysela [Tue, 14 Oct 2014 13:28:27 +0000 (15:28 +0200)] 
doozer conf: enable hdhomerun static libs

10 years agobuild system: add --enable-hdhomerun_static option
Jaroslav Kysela [Tue, 14 Oct 2014 13:16:44 +0000 (15:16 +0200)] 
build system: add --enable-hdhomerun_static option

10 years agoconfigure: fix hdhomerun check condition, fix compilation
Jaroslav Kysela [Tue, 14 Oct 2014 12:17:34 +0000 (14:17 +0200)] 
configure: fix hdhomerun check condition, fix compilation

10 years agocreate colored teletext subs
Christian Lohmaier [Mon, 13 Oct 2014 18:11:33 +0000 (20:11 +0200)] 
create colored teletext subs

no dedicated configuration setting, since if color is not needed/wanted,
~all playback software that support colored subs allow to override it.
And playback software that doesn't support colored subs just will ignore
the font-tags.

10 years agoWEBUI: Update image for help failed and finished recordings
Piotr Kuchciak [Tue, 14 Oct 2014 11:36:55 +0000 (13:36 +0200)] 
WEBUI: Update image for help failed and finished recordings

10 years agoWEBUI: Cosmetic change, add PLAY and DOWNLOAD button to Failed Recordings
Piotr Kuchciak [Tue, 14 Oct 2014 11:07:07 +0000 (13:07 +0200)] 
WEBUI: Cosmetic change, add PLAY and DOWNLOAD  button to Failed Recordings

10 years agotvhdhomerun: cleanup mutex'es and remove debugging
Beralt [Tue, 14 Oct 2014 10:36:14 +0000 (12:36 +0200)] 
tvhdhomerun: cleanup mutex'es and remove debugging

10 years agotvhdhomerun: implement statistics scaling
Beralt [Tue, 14 Oct 2014 10:25:11 +0000 (12:25 +0200)] 
tvhdhomerun: implement statistics scaling

10 years agotvhdhomerun: initial cleanup of the plugin
Beralt [Tue, 14 Oct 2014 10:20:19 +0000 (12:20 +0200)] 
tvhdhomerun: initial cleanup of the plugin
- attempt to mirror linuxdvb more closely
- remove bunch of mutex'es
- implement UDP unicast
- attempt to fix the PID filter issues

10 years agotvhdhomerun: fix idnode domain changes
Beralt [Tue, 14 Oct 2014 10:13:28 +0000 (12:13 +0200)] 
tvhdhomerun: fix idnode domain changes

10 years agoFix changing tuner-type
Ben Fennema [Wed, 6 Aug 2014 08:17:15 +0000 (01:17 -0700)] 
Fix changing tuner-type

10 years agohdhomerun: buildfix for latest rebase
Patric Karlstrom [Fri, 5 Sep 2014 14:06:39 +0000 (16:06 +0200)] 
hdhomerun: buildfix for latest rebase

10 years agohdhomerun: fix hf_input_mux_lock bug
Patric Karlstrom [Fri, 11 Jul 2014 08:54:16 +0000 (10:54 +0200)] 
hdhomerun: fix hf_input_mux_lock bug

10 years agohdhomerun: updates after merge
Patric Karlstrom [Thu, 10 Jul 2014 19:46:44 +0000 (21:46 +0200)] 
hdhomerun: updates after merge

10 years agotvhdhomerun: Add ATSC type for device-override
Patric Karlstrom [Sun, 6 Jul 2014 20:45:52 +0000 (22:45 +0200)] 
tvhdhomerun: Add ATSC type for device-override

10 years agolibhdhomerun integration
Patric Karlstrom [Fri, 27 Jun 2014 20:01:54 +0000 (22:01 +0200)] 
libhdhomerun integration

10 years agoprofile: extend the timeout field name (infinite)
Jaroslav Kysela [Tue, 14 Oct 2014 10:17:09 +0000 (12:17 +0200)] 
profile: extend the timeout field name (infinite)

10 years agotranscoding: remove some extra header files, fixes #2373
Jaroslav Kysela [Tue, 14 Oct 2014 10:03:00 +0000 (12:03 +0200)] 
transcoding: remove some extra header files, fixes #2373

10 years agoDVR timerec: fix the weekdays handling, allow times through midnight, fixes #2372
Jaroslav Kysela [Tue, 14 Oct 2014 09:52:54 +0000 (11:52 +0200)] 
DVR timerec: fix the weekdays handling, allow times through midnight, fixes #2372

10 years agoepggrab: ota - small optimization
Jaroslav Kysela [Tue, 14 Oct 2014 09:32:20 +0000 (11:32 +0200)] 
epggrab: ota - small optimization

10 years agostreaming profile: allow configuratible timeout and restart, fixes #2368
Jaroslav Kysela [Tue, 14 Oct 2014 09:08:23 +0000 (11:08 +0200)] 
streaming profile: allow configuratible timeout and restart, fixes #2368

Note: If restart is enabled, tvh will keep trying to subscribe any service
from the channel's list until unsubscribed.

10 years agourl: fix port type to int (ports above 32766), use AI_NUMERICSERV in tcp and udp...
Jaroslav Kysela [Tue, 14 Oct 2014 07:12:56 +0000 (09:12 +0200)] 
url: fix port type to int (ports above 32766), use AI_NUMERICSERV in tcp and udp, fixes #2369

10 years agompegts service: fix warning when \!ENABLE_MPEGTS_DVB, fixes #2370
Jaroslav Kysela [Tue, 14 Oct 2014 06:46:47 +0000 (08:46 +0200)] 
mpegts service: fix warning when \!ENABLE_MPEGTS_DVB, fixes #2370

10 years agoMakefile: link avutil twice for static ffmpeg (linker bug?)
Jaroslav Kysela [Tue, 14 Oct 2014 06:45:01 +0000 (08:45 +0200)] 
Makefile: link avutil twice for static ffmpeg (linker bug?)

10 years agoRPM: Typo fixes
Jaroslav Kysela [Mon, 13 Oct 2014 19:58:10 +0000 (21:58 +0200)] 
RPM: Typo fixes

10 years agoRPM build - config fixes
Jaroslav Kysela [Mon, 13 Oct 2014 19:21:18 +0000 (21:21 +0200)] 
RPM build - config fixes

10 years agompegts network: Allow to ignore the channel numbers set by a provider
Jaroslav Kysela [Mon, 13 Oct 2014 18:15:40 +0000 (20:15 +0200)] 
mpegts network: Allow to ignore the channel numbers set by a provider

10 years agoAdd basic RPM build support
Jaroslav Kysela [Mon, 13 Oct 2014 17:58:50 +0000 (19:58 +0200)] 
Add basic RPM build support

10 years agoMakefile.ffmpeg: unexport global CFLAGS,LDFLAGS
Jaroslav Kysela [Mon, 13 Oct 2014 15:22:21 +0000 (17:22 +0200)] 
Makefile.ffmpeg: unexport global CFLAGS,LDFLAGS