Commit graph

5294 commits

Author SHA1 Message Date
Piotr Kuchciak
0d1f128e3a WEBUI: cosmetic Add icon for channels and channel tags 2014-10-10 19:53:14 +02:00
Jaroslav Kysela
da9b9b5f5f transcode: ffmpeg fixes, VP8 & VORBIS works
Does not work (for me):
 - H264
 - Audio sync for vorbis..
2014-10-10 19:45:44 +02:00
Jaroslav Kysela
7c6b1a8f7b mkv: flush cluster also after 1 sec timeout 2014-10-10 17:19:40 +02:00
Jaroslav Kysela
cc7d5c6bab capmt: Try to fix the locking deadlocks 2014-10-10 16:08:22 +02:00
Jaroslav Kysela
626fd9053e WEBUI: use tvCards icon for TV adapters 2014-10-10 12:03:17 +02:00
Piotr Kuchciak
64b21d800f WEBUI: cosmetic changes with add icon for tabs
I also add icon named tv_cards.png but i do not know how add this icon
to tabs named: TV adapters.

Please correct the more well-known for adding the icon to the tabs.
2014-10-10 11:56:25 +02:00
Jaroslav Kysela
4157c6f712 muxer: use inline for almost empty functions 2014-10-10 11:52:14 +02:00
Jaroslav Kysela
0632c29b63 transcode: move some logs from debug to trace 2014-10-10 10:51:11 +02:00
Jaroslav Kysela
39961d489f libav: allow to use libavresample >= 1.1.0 2014-10-10 10:45:27 +02:00
Michel Verbraak
4e098bd877 Added using new versions of libav audio and video decoding and encoding functions.
Added conversion/resampling functionality.
Added using of libav audio fifo buffer.

Works with latest git master of libav.

Signed-off-by: Michel Verbraak <info@1st-setup.nl>
2014-10-10 10:44:52 +02:00
Ian
5f0cc2c2dd WEB UI: EPG: Fix the channel tag passing to autorec (completes fix to #2340) 2014-10-10 09:54:50 +02:00
Jaroslav Kysela
8e6538a0bc transcoding: remove transcoding_enabled variable, not used now 2014-10-10 09:32:55 +02:00
Jaroslav Kysela
7753a6f618 profile: transcode - add missing transcoder_set_properties() call 2014-10-09 21:58:38 +02:00
Jaroslav Kysela
3a6f6af33c WEBUI: cosmetic changes for the stream edit tabs 2014-10-09 21:48:51 +02:00
Jaroslav Kysela
38603050f0 profile: default profile must be enabled 2014-10-09 20:33:28 +02:00
Jaroslav Kysela
9d0c46d56e htsp server: bumb version to 16 (profile - transcode, getDvrConfigs) 2014-10-09 20:31:35 +02:00
Jaroslav Kysela
0b69b2df55 htsp server: add getDvrConfigs method 2014-10-09 20:30:04 +02:00
Jaroslav Kysela
811191c862 profile, transcode: move transcode config to profiles, add new profile type 2014-10-09 20:23:41 +02:00
Jaroslav Kysela
24818812ff profile: cleanups, add profile_chain_open() 2014-10-09 15:36:26 +02:00
Jaroslav Kysela
ffa68cecdb config: migrate DVR config to stream profiles (v13) 2014-10-09 14:30:27 +02:00
Jaroslav Kysela
2012dc8e3d Add stream profile support 2014-10-09 09:22:56 +02:00
Jaroslav Kysela
29d5c75126 caclient: remove extra condition 2014-10-07 18:58:16 +02:00
Jaroslav Kysela
a510248efc ACL: add full rights copy for tickets to resolve connection counting, fixes #2349 2014-10-07 18:21:35 +02:00
Jaroslav Kysela
5b3f64834a htsp server: timeshift must be destroyed before subscription queue flush, fixes #2351 2014-10-07 14:16:03 +02:00
Jaroslav Kysela
078e61bb9f tcp: little improvements in the tcp_connection_launch() 2014-10-07 09:33:35 +02:00
Jaroslav Kysela
5270b9ed0c htsp server: fix missing tcp_connection_land() call, caused memory corruptions 2014-10-07 09:32:58 +02:00
Jaroslav Kysela
f16fc58dd7 htsp server: add dead-queue-check (for further analysis) 2014-10-07 09:03:08 +02:00
Jaroslav Kysela
20f603e359 WEBUI: Add possibility to cancel HTTP and HTSP streaming connections 2014-10-06 17:35:24 +02:00
Jaroslav Kysela
6f4661ddcf ACL, HTSP, HTTP: Added streaming connection limit per user 2014-10-06 16:33:22 +02:00
Jaroslav Kysela
6508c9448e http streaming: show the HTTP streaming connections in the webui status tab 2014-10-06 14:22:43 +02:00
Jaroslav Kysela
b92231bd13 tcp: some indentation and coding style cosmetic changes 2014-10-06 10:09:21 +02:00
Jaroslav Kysela
4b116f6886 tvhlog: fixed thinko, add closelog() call 2014-10-06 09:51:50 +02:00
Jaroslav Kysela
e993fc6d8a epg: remove unused argument for epg_broadcast_find_by_id(), replace atoi() with strtoll() for 32-bit numbers 2014-10-05 21:22:31 +02:00
Jaroslav Kysela
67f5e8477d DVR: entry - fix do not reschedule member typo, fixes #2343 2014-10-05 20:59:01 +02:00
Jaroslav Kysela
1fbbbb8e6a epg: more robust 32-bit object ID handling
Changes:
  - store the last id number to the epgdb file
    (the purpose is to reuse the id numbers as last as possible)
  - use RB tree to track id numbers (faster lookups)
  - skip invalid zero IDs (++_epg_object_idx)
  - skip used IDs (rare, but possible)

The goal is to handle correctly the 32-bit ID wrapping (++_epg_object_idx).
2014-10-05 20:51:13 +02:00
Ian
54de3dbc79 WebUI: Correct 'All' paging in idnode grids 2014-10-05 17:53:14 +01:00
Jaroslav Kysela
8d2c02574a WEB UI: EPG: Fix the channel tag passing to autorec, fix idnode enum renderer, fixes #2340 2014-10-05 17:59:45 +02:00
Jaroslav Kysela
a69cec62d6 WEBUI JS: idnode - fix move down 2014-10-05 16:49:02 +02:00
Jaroslav Kysela
72549c7172 cwc: faster reconfigure 2014-10-05 16:46:32 +02:00
Jaroslav Kysela
ef3ed0086a capmt: change label for socket name / IP address (mode 3 -> TCP mode) 2014-10-05 16:41:11 +02:00
Jaroslav Kysela
e00c6ff975 capmt: another quick mutex fix 2014-10-05 16:27:02 +02:00
Jaroslav Kysela
bd91b96bf7 capmt: fix the mutexes and do reconfigure faster, fixes#2344 2014-10-05 16:25:44 +02:00
Jaroslav Kysela
c434bc4f3d Makefile: fix the bundle.c <- dvb_scan dependency 2014-10-05 15:18:28 +02:00
Jaroslav Kysela
7b4d169b5e capmt: handle the reconfiguration properly 2014-10-05 15:16:02 +02:00
Jaroslav Kysela
9734af1092 config: fix another coverity NULL string issue in config_modify_dvr_log() 2014-10-03 23:07:37 +02:00
Jaroslav Kysela
49396483c5 another round of coverity fixes (mostly NULL checks) 2014-10-03 22:52:57 +02:00
Jaroslav Kysela
36166ca644 htsmsg: fix htsmsg_get_str_multi() - coverity 2014-10-03 22:50:52 +02:00
Jaroslav Kysela
297c79c9f6 extjs: fix wrong code path in extjs_tvhlog() - coverity 2014-10-03 22:48:56 +02:00
Jaroslav Kysela
338357371c settings: add another missing va_end() 2014-10-03 22:42:10 +02:00
Jaroslav Kysela
ff203abf22 mpegts network dvb: remove dead code (coverity) 2014-10-03 22:25:29 +02:00