]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
11 years agolinuxdvb: add more traces to linuxdvb_frontend_network_list()
Jaroslav Kysela [Tue, 18 Nov 2014 12:39:00 +0000 (13:39 +0100)] 
linuxdvb: add more traces to linuxdvb_frontend_network_list()

11 years agohttp: improve the request dump (for post)
Jaroslav Kysela [Tue, 18 Nov 2014 12:34:29 +0000 (13:34 +0100)] 
http: improve the request dump (for post)

11 years agobouquet: extend help
Jaroslav Kysela [Tue, 18 Nov 2014 12:32:32 +0000 (13:32 +0100)] 
bouquet: extend help

11 years agohdhomerun: remove hf_master code - not used
Jaroslav Kysela [Tue, 18 Nov 2014 09:48:54 +0000 (10:48 +0100)] 
hdhomerun: remove hf_master code - not used

11 years agolinuxdvb,satip,hdhomerun: make uuid persistent per tuner
Jaroslav Kysela [Tue, 18 Nov 2014 09:34:23 +0000 (10:34 +0100)] 
linuxdvb,satip,hdhomerun: make uuid persistent per tuner

11 years agospawn: implement spawn_kill, improve IPTV pipe (busy loop)
Jaroslav Kysela [Tue, 18 Nov 2014 08:45:17 +0000 (09:45 +0100)] 
spawn: implement spawn_kill, improve IPTV pipe (busy loop)

11 years agospawn: allow spawnv stdout/stderr redirection to logs
Jaroslav Kysela [Tue, 18 Nov 2014 08:10:48 +0000 (09:10 +0100)] 
spawn: allow spawnv stdout/stderr redirection to logs

11 years agospawn: reshuffle code to get proper stdin for spawned process
Jaroslav Kysela [Mon, 17 Nov 2014 22:26:18 +0000 (23:26 +0100)] 
spawn: reshuffle code to get proper stdin for spawned process

11 years agospawn: another cleanups in spawn_and_give_stdout()
Jaroslav Kysela [Mon, 17 Nov 2014 22:17:19 +0000 (23:17 +0100)] 
spawn: another cleanups in spawn_and_give_stdout()

11 years agospawn: more CLOEXEC fixes
Jaroslav Kysela [Mon, 17 Nov 2014 21:01:33 +0000 (22:01 +0100)] 
spawn: more CLOEXEC fixes

11 years agospawn: improve the pipe log reading
Jaroslav Kysela [Mon, 17 Nov 2014 16:13:16 +0000 (17:13 +0100)] 
spawn: improve the pipe log reading

11 years agofix DVR docs - fixes#2483
Jaroslav Kysela [Mon, 17 Nov 2014 14:07:13 +0000 (15:07 +0100)] 
fix DVR docs - fixes#2483

11 years agospawn: remove spawn_and_store_stdout()
Jaroslav Kysela [Mon, 17 Nov 2014 13:50:13 +0000 (14:50 +0100)] 
spawn: remove spawn_and_store_stdout()

11 years agoiptv pipe: fix url / arg parsing bug, add ${service_name} substitution
Jaroslav Kysela [Mon, 17 Nov 2014 13:36:40 +0000 (14:36 +0100)] 
iptv pipe: fix url / arg parsing bug, add ${service_name} substitution

11 years agospawn: introduce tvh_fopen() to close fds for spawned processes
Jaroslav Kysela [Mon, 17 Nov 2014 13:22:40 +0000 (14:22 +0100)] 
spawn: introduce tvh_fopen() to close fds for spawned processes

11 years agospawn: add thread for fast info/error messages, fix spawn_pipe_read()
Jaroslav Kysela [Mon, 17 Nov 2014 13:08:25 +0000 (14:08 +0100)] 
spawn: add thread for fast info/error messages, fix spawn_pipe_read()

11 years agospawn: fix a compiler warning (unused-variable)
Jaroslav Kysela [Mon, 17 Nov 2014 07:57:35 +0000 (08:57 +0100)] 
spawn: fix a compiler warning (unused-variable)

11 years agoIPTV: add pipe:// handler to read MPEG-TS stream from an external program
Jaroslav Kysela [Sun, 16 Nov 2014 21:25:11 +0000 (22:25 +0100)] 
IPTV: add pipe:// handler to read MPEG-TS stream from an external program

11 years agospawn: implement spawn_and_give_stdout()
Jaroslav Kysela [Sun, 16 Nov 2014 20:17:28 +0000 (21:17 +0100)] 
spawn: implement spawn_and_give_stdout()

11 years agospawn: do not use syslog calls in the child process
Jaroslav Kysela [Sun, 16 Nov 2014 20:05:59 +0000 (21:05 +0100)] 
spawn: do not use syslog calls in the child process

The syslog routines uses private mutex so it can cause
various crashes and other misbehaviour.

Use pipes to send messages from the child processes.

11 years agosimplify file_readall()
Jaroslav Kysela [Sun, 16 Nov 2014 19:32:03 +0000 (20:32 +0100)] 
simplify file_readall()

11 years agospawn: fix possible NULL dereferences
Jaroslav Kysela [Sun, 16 Nov 2014 18:41:02 +0000 (19:41 +0100)] 
spawn: fix possible NULL dereferences

11 years agoWEBUI JS: Add start/stop times to epg dialog, more cosmetic changes for EPG/DVR dialogs
Jaroslav Kysela [Sun, 16 Nov 2014 15:29:30 +0000 (16:29 +0100)] 
WEBUI JS: Add start/stop times to epg dialog, more cosmetic changes for EPG/DVR dialogs

11 years agoFix H264 packet merging, fixes #2480
Jaroslav Kysela [Sun, 16 Nov 2014 15:08:09 +0000 (16:08 +0100)] 
Fix H264 packet merging, fixes #2480

11 years agompegts scan: fix the wrong constant usage (idle scan)
Jaroslav Kysela [Sun, 16 Nov 2014 10:33:28 +0000 (11:33 +0100)] 
mpegts scan: fix the wrong constant usage (idle scan)

11 years agompegts_input_open_pid: fix the wrong variable assignment
Jaroslav Kysela [Sun, 16 Nov 2014 10:04:09 +0000 (11:04 +0100)] 
mpegts_input_open_pid: fix the wrong variable assignment

11 years agompegts input: another optimization for mpegts_mux_find_pid_()
Jaroslav Kysela [Sun, 16 Nov 2014 09:54:36 +0000 (10:54 +0100)] 
mpegts input: another optimization for mpegts_mux_find_pid_()

11 years agompegts_mux_start: add flags to the trace log
Jaroslav Kysela [Sun, 16 Nov 2014 09:50:53 +0000 (10:50 +0100)] 
mpegts_mux_start: add flags to the trace log

11 years agoFix double free of hdhomerun_debug_obj
Craig Forbes [Sat, 15 Nov 2014 05:33:20 +0000 (23:33 -0600)] 
Fix double free of hdhomerun_debug_obj
Bug #2479

11 years agompegts input: optimize the mpegts_mux_find_pid_() for last change
Jaroslav Kysela [Sat, 15 Nov 2014 17:34:53 +0000 (18:34 +0100)] 
mpegts input: optimize the mpegts_mux_find_pid_() for last change

11 years agompegts input: protect global variable mpegts_pid_skel using mutex
Jaroslav Kysela [Sat, 15 Nov 2014 15:29:57 +0000 (16:29 +0100)] 
mpegts input: protect global variable mpegts_pid_skel using mutex

- the skel variable is shared in multiple thread
- also remove mpegts_pid_sub_skel, it's not used frequently

11 years agompegts input: add back last_mp, it should be safe
Jaroslav Kysela [Fri, 14 Nov 2014 18:05:22 +0000 (19:05 +0100)] 
mpegts input: add back last_mp, it should be safe

The PID subscriptions are protected using mi_output lock, so
the whole mpegts_input_process() subroutine should be safe
for the mp structure caching.

11 years agompegts input: tiny optimization
Jaroslav Kysela [Fri, 14 Nov 2014 17:44:40 +0000 (18:44 +0100)] 
mpegts input: tiny optimization

11 years agompegts input: only cleanups for mi_output_lock
Jaroslav Kysela [Fri, 14 Nov 2014 17:41:20 +0000 (18:41 +0100)] 
mpegts input: only cleanups for mi_output_lock

11 years agompegts network scan: remove debug printf(), add help for init+idle scan checkboxes
Jaroslav Kysela [Fri, 14 Nov 2014 14:36:23 +0000 (15:36 +0100)] 
mpegts network scan: remove debug printf(), add help for init+idle scan checkboxes

11 years agompegts inputs: allow to disable init/idle scan per tuner/input, fixes #2475
Jaroslav Kysela [Fri, 14 Nov 2014 14:07:37 +0000 (15:07 +0100)] 
mpegts inputs: allow to disable init/idle scan per tuner/input, fixes #2475

11 years agoWEB UI: add icon for button in windows add
Piotr Kuchciak [Wed, 12 Nov 2014 11:14:14 +0000 (12:14 +0100)] 
WEB UI: add icon for button in windows add

http://www.softicons.com/toolbar-icons/flatastic-icons-part-1-by-custom-icon-design/cancel-icon

11 years agolinuxdvb: Add Skip Initial Bytes...
Jaroslav Kysela [Wed, 12 Nov 2014 15:39:43 +0000 (16:39 +0100)] 
linuxdvb: Add Skip Initial Bytes...

11 years agoMakefile: remove python3 explicit call
Jaroslav Kysela [Wed, 12 Nov 2014 10:51:18 +0000 (11:51 +0100)] 
Makefile: remove python3 explicit call

11 years agoWEBUI: DVR tabs - improvde filesize renderer
Jaroslav Kysela [Wed, 12 Nov 2014 10:50:43 +0000 (11:50 +0100)] 
WEBUI: DVR tabs - improvde filesize renderer

11 years agoWEBUI JS: change stop recoding behaviour from delete to abort, fixes#2472
Jaroslav Kysela [Wed, 12 Nov 2014 09:36:23 +0000 (10:36 +0100)] 
WEBUI JS: change stop recoding behaviour from delete to abort, fixes#2472

11 years agompegts table: use atomic refcounting
Jaroslav Kysela [Wed, 12 Nov 2014 09:34:33 +0000 (10:34 +0100)] 
mpegts table: use atomic refcounting

11 years agompegts input: fix possible NULL dereference (fix for the last patch)
Jaroslav Kysela [Wed, 12 Nov 2014 08:52:55 +0000 (09:52 +0100)] 
mpegts input: fix possible NULL dereference (fix for the last patch)

11 years agompegts input: remove wrong implemented mi_stop flag, depend on mm_active, fixes ...
Jaroslav Kysela [Wed, 12 Nov 2014 08:47:45 +0000 (09:47 +0100)] 
mpegts input: remove wrong implemented mi_stop flag, depend on mm_active, fixes #2468

11 years agomkbundle: another StringIO fix, python3 conversion, fixes #2469
Jaroslav Kysela [Tue, 11 Nov 2014 21:43:37 +0000 (22:43 +0100)] 
mkbundle: another StringIO fix, python3 conversion, fixes #2469

11 years agodvb: add MHz to display mux name, fixes #2466
Jaroslav Kysela [Tue, 11 Nov 2014 11:15:15 +0000 (12:15 +0100)] 
dvb: add MHz to display mux name, fixes #2466

11 years agoiptv: fix iptv_lock mutex deadlock for http client, fixes #2465
Jaroslav Kysela [Tue, 11 Nov 2014 09:12:48 +0000 (10:12 +0100)] 
iptv: fix iptv_lock mutex deadlock for http client, fixes #2465

11 years agomkbundle: fix missed StringIO usage instead cStringIO.StringIO, fixes #2461
Jaroslav Kysela [Mon, 10 Nov 2014 19:34:26 +0000 (20:34 +0100)] 
mkbundle: fix missed StringIO usage instead cStringIO.StringIO, fixes #2461

11 years agoaccess, esfilter: reindex calls fix, fixes #2462
Jaroslav Kysela [Mon, 10 Nov 2014 19:32:10 +0000 (20:32 +0100)] 
access, esfilter: reindex calls fix, fixes #2462

11 years agoanother --disable-trace compilation fixes, fixes #2460
Jaroslav Kysela [Mon, 10 Nov 2014 19:17:22 +0000 (20:17 +0100)] 
another --disable-trace compilation fixes, fixes #2460

11 years agohttp streaming: DVR file - fix wrong lseek check
Jaroslav Kysela [Mon, 10 Nov 2014 18:53:41 +0000 (19:53 +0100)] 
http streaming: DVR file - fix wrong lseek check

11 years agotsfix: deliver TELETEXT packets without DTS, remove warnings for this case
Jaroslav Kysela [Mon, 10 Nov 2014 18:16:25 +0000 (19:16 +0100)] 
tsfix: deliver TELETEXT packets without DTS, remove warnings for this case

11 years agodoc: a note about Idle Scan Muxes for SAT>IP
Jaroslav Kysela [Mon, 10 Nov 2014 16:45:28 +0000 (17:45 +0100)] 
doc: a note about Idle Scan Muxes for SAT>IP

11 years agoaccess: fix typo, fixes #2460
Jaroslav Kysela [Mon, 10 Nov 2014 13:57:11 +0000 (14:57 +0100)] 
access: fix typo, fixes #2460

11 years agoWEBUI: icon for Bouquets tab
Piotr Kuchciak [Sun, 9 Nov 2014 10:18:17 +0000 (11:18 +0100)] 
WEBUI: icon for Bouquets tab

11 years agoWEBUI: Cosmetic change icon
Piotr Kuchciak [Sat, 8 Nov 2014 13:59:23 +0000 (14:59 +0100)] 
WEBUI: Cosmetic change icon

-DVR changed icon download

http://www.softicons.com/business-icons/flatastic-icons-part-4-by-custom-icon-design/download-icon
-upcoming/current rec changed icon

http://www.softicons.com/system-icons/oxygen-icons-by-oxygen/actions-view-calendar-upcoming-days-icon
-changed icon Abort for round style

http://www.softicons.com/toolbar-icons/flatastic-icons-part-1-by-custom-icon-design/delete-circle-icon

11 years agoWEBUI EPG: Change text and icon for stop button
Piotr Kuchciak [Fri, 7 Nov 2014 19:15:14 +0000 (20:15 +0100)] 
WEBUI EPG: Change text and icon for stop button

11 years agoanother coverity fix in access.c
Jaroslav Kysela [Mon, 10 Nov 2014 13:38:38 +0000 (14:38 +0100)] 
another coverity fix in access.c

11 years agobouquet: fix comment memory-leak
Jaroslav Kysela [Mon, 10 Nov 2014 13:27:31 +0000 (14:27 +0100)] 
bouquet: fix comment memory-leak

11 years agocoverity fixes....
Jaroslav Kysela [Mon, 10 Nov 2014 13:25:14 +0000 (14:25 +0100)] 
coverity fixes....

11 years agompegts input: add more lock_asserts
Jaroslav Kysela [Mon, 10 Nov 2014 12:39:57 +0000 (13:39 +0100)] 
mpegts input: add more lock_asserts

11 years agomkbundle: add support for python3, fixes #2444
Jaroslav Kysela [Mon, 10 Nov 2014 08:46:24 +0000 (09:46 +0100)] 
mkbundle: add support for python3, fixes #2444

11 years agochannel: add mux to OTA EPG queue when service is mapped to channel to grab EPG ASAP...
Jaroslav Kysela [Mon, 10 Nov 2014 08:39:34 +0000 (09:39 +0100)] 
channel: add mux to OTA EPG queue when service is mapped to channel to grab EPG ASAP, fixes #2447

11 years agoxmltv: parser - dates and times without a explicit timezone are in UTC, fixes #2449
Jaroslav Kysela [Mon, 10 Nov 2014 08:13:08 +0000 (09:13 +0100)] 
xmltv: parser - dates and times without a explicit timezone are in UTC, fixes #2449

11 years agobouquets: allow compilation without ENABLE_MPEGTS_DVB, fixes #2458
Jaroslav Kysela [Mon, 10 Nov 2014 07:51:00 +0000 (08:51 +0100)] 
bouquets: allow compilation without ENABLE_MPEGTS_DVB, fixes #2458

11 years agobouquets: dvb_psi - move regions to dvb_bat_id_t
Jaroslav Kysela [Sun, 9 Nov 2014 20:51:12 +0000 (21:51 +0100)] 
bouquets: dvb_psi - move regions to dvb_bat_id_t

11 years agompegts network idlescan: fix behaviour, add more documentation, fixes #2422
Jaroslav Kysela [Sun, 9 Nov 2014 19:34:20 +0000 (20:34 +0100)] 
mpegts network idlescan: fix behaviour, add more documentation, fixes #2422

11 years agoWEB UI CSS: fix tv_cards.git - .png typo...
Jaroslav Kysela [Sun, 9 Nov 2014 19:25:00 +0000 (20:25 +0100)] 
WEB UI CSS: fix tv_cards.git - .png typo...

11 years agompegts tables: reorganize destroy / mt_subscribed code
Jaroslav Kysela [Sat, 8 Nov 2014 19:57:55 +0000 (20:57 +0100)] 
mpegts tables: reorganize destroy / mt_subscribed code

11 years agobouquets: optimize the bouquet creation loops
Jaroslav Kysela [Sat, 8 Nov 2014 19:11:35 +0000 (20:11 +0100)] 
bouquets: optimize the bouquet creation loops

11 years agobouquet: BSkyB / Freesat: another fix for duplicated / missing services
Jaroslav Kysela [Fri, 7 Nov 2014 19:56:10 +0000 (20:56 +0100)] 
bouquet: BSkyB / Freesat: another fix for duplicated / missing services

11 years agobouquets: BSkyB/Freesat - don't create services with duplicate chnums
Jaroslav Kysela [Fri, 7 Nov 2014 16:30:17 +0000 (17:30 +0100)] 
bouquets: BSkyB/Freesat - don't create services with duplicate chnums

11 years agodvb_psi: fix the bouquet lcn
Jaroslav Kysela [Fri, 7 Nov 2014 16:11:49 +0000 (17:11 +0100)] 
dvb_psi: fix the bouquet lcn

11 years agodvb_psi: cosmetic - remove extra new-lines from traces
Jaroslav Kysela [Fri, 7 Nov 2014 16:09:00 +0000 (17:09 +0100)] 
dvb_psi: cosmetic - remove extra new-lines from traces

11 years agoWEB UI: cteditor - fix internet explorer array
Jaroslav Kysela [Fri, 7 Nov 2014 14:59:12 +0000 (15:59 +0100)] 
WEB UI: cteditor - fix internet explorer array

11 years agodvb_psi: improve stype logs
Jaroslav Kysela [Fri, 7 Nov 2014 14:46:05 +0000 (15:46 +0100)] 
dvb_psi: improve stype logs

11 years agobouquet: improve the LCN handling for fastscan and dvb bouquets
Jaroslav Kysela [Fri, 7 Nov 2014 14:08:36 +0000 (15:08 +0100)] 
bouquet: improve the LCN handling for fastscan and dvb bouquets

11 years agobouquet: fix rescan for the enabled bouquet
Jaroslav Kysela [Fri, 7 Nov 2014 11:09:53 +0000 (12:09 +0100)] 
bouquet: fix rescan for the enabled bouquet

11 years agodvb_sat_position_from_str - fix the parsing for positions without dot
Jaroslav Kysela [Fri, 7 Nov 2014 10:18:14 +0000 (11:18 +0100)] 
dvb_sat_position_from_str - fix the parsing for positions without dot

11 years agobouquet: prepare storage for tags
Jaroslav Kysela [Fri, 7 Nov 2014 10:03:38 +0000 (11:03 +0100)] 
bouquet: prepare storage for tags

11 years agobouquets: BSkyB - improve the region list, enable all regions, fix bouquet creation
Jaroslav Kysela [Thu, 6 Nov 2014 19:06:21 +0000 (20:06 +0100)] 
bouquets: BSkyB - improve the region list, enable all regions, fix bouquet creation

11 years agobouquet: do not keep services for not enabled bouquets, fix bouquet delete
Jaroslav Kysela [Thu, 6 Nov 2014 13:29:51 +0000 (14:29 +0100)] 
bouquet: do not keep services for not enabled bouquets, fix bouquet delete

11 years agobouquet: fix the per-bouquet LCN handling
Jaroslav Kysela [Thu, 6 Nov 2014 11:40:25 +0000 (12:40 +0100)] 
bouquet: fix the per-bouquet LCN handling

11 years agobouquet: another satellite position fix
Jaroslav Kysela [Wed, 5 Nov 2014 18:31:18 +0000 (19:31 +0100)] 
bouquet: another satellite position fix

11 years agoepggrab: ota - fix the stolen mux requeue
Jaroslav Kysela [Wed, 5 Nov 2014 18:25:35 +0000 (19:25 +0100)] 
epggrab: ota - fix the stolen mux requeue

11 years agobouquet: write mux name to comment
Jaroslav Kysela [Wed, 5 Nov 2014 16:40:34 +0000 (17:40 +0100)] 
bouquet: write mux name to comment

11 years agobouquet: fix the nit fastscan service list
Jaroslav Kysela [Wed, 5 Nov 2014 16:17:18 +0000 (17:17 +0100)] 
bouquet: fix the nit fastscan service list

11 years agobouquets: enhanced help
Jaroslav Kysela [Wed, 5 Nov 2014 15:48:17 +0000 (16:48 +0100)] 
bouquets: enhanced help

11 years agobouquets: scan + bat tables - fix the scan end condition for bouquets
Jaroslav Kysela [Wed, 5 Nov 2014 15:43:28 +0000 (16:43 +0100)] 
bouquets: scan + bat tables - fix the scan end condition for bouquets

11 years agobouquets: add mapradio to webui
Jaroslav Kysela [Wed, 5 Nov 2014 11:50:38 +0000 (12:50 +0100)] 
bouquets: add mapradio to webui

11 years agoidnode set: add sorted insert / lookup for bouquets
Jaroslav Kysela [Wed, 5 Nov 2014 11:43:47 +0000 (12:43 +0100)] 
idnode set: add sorted insert / lookup for bouquets

11 years agouuid: add inline for hexnibble
Jaroslav Kysela [Wed, 5 Nov 2014 11:01:50 +0000 (12:01 +0100)] 
uuid: add inline for hexnibble

11 years agobouquets: reduce BSkyB region to one (CPU usage)
Jaroslav Kysela [Wed, 5 Nov 2014 11:01:38 +0000 (12:01 +0100)] 
bouquets: reduce BSkyB region to one (CPU usage)

11 years agobouquet: cosmetic (logs)
Jaroslav Kysela [Wed, 5 Nov 2014 10:13:46 +0000 (11:13 +0100)] 
bouquet: cosmetic (logs)

11 years agobouquets: freesat/bskyb - fix the bouquet update logic (do not add duplicate services)
Jaroslav Kysela [Wed, 5 Nov 2014 10:01:55 +0000 (11:01 +0100)] 
bouquets: freesat/bskyb - fix the bouquet update logic (do not add duplicate services)

11 years agobouquet: add map radio
Jaroslav Kysela [Wed, 5 Nov 2014 09:23:30 +0000 (10:23 +0100)] 
bouquet: add map radio

11 years agobouquet: notify about a new bouquet
Jaroslav Kysela [Wed, 5 Nov 2014 08:40:10 +0000 (09:40 +0100)] 
bouquet: notify about a new bouquet

11 years agobouquets: add BSkyB support
Jaroslav Kysela [Wed, 5 Nov 2014 08:38:11 +0000 (09:38 +0100)] 
bouquets: add BSkyB support

11 years agobouquets: add initial help file
Jaroslav Kysela [Tue, 4 Nov 2014 20:04:11 +0000 (21:04 +0100)] 
bouquets: add initial help file

11 years agompegts network: cosmetic # Channels - # Mapped Channels
Jaroslav Kysela [Tue, 4 Nov 2014 19:57:26 +0000 (20:57 +0100)] 
mpegts network: cosmetic # Channels - # Mapped Channels