Thilo Graf
fb304d1d52
CRecordManager: use default timeout from settings
...
Origin commit data
------------------
Commit: b273334f46
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-12-09 (Fri, 09 Dec 2016)
2016-12-12 21:37:17 +01:00
Thilo Graf
8068350e02
Merge branch 'master' into pu/msgbox
...
Origin commit data
------------------
Commit: b4f94a8964
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-11-13 (Sun, 13 Nov 2016)
2016-11-13 16:04:39 +01:00
Stefan Seyfried
bff69630e4
driver: use newer ffmpeg API
...
Reduce the "deprecated function" warnings a bit when compiling against
recent ffmpeg releases. Just the drop-in-replacement "av_packet_unref"
which works with both old and new ffmpeg versions.
The other stuff needs rewrites which are not compatible with all ffmpeg
releases :-(
Origin commit data
------------------
Commit: 7154f36258
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-11-12 (Sat, 12 Nov 2016)
2016-11-13 01:44:45 +01:00
Thilo Graf
11b3307251
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
Origin commit data
------------------
Commit: dde298b1b7
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-04-04 (Mon, 04 Apr 2016)
2016-10-24 10:31:24 +02:00
Stefan Seyfried
3ac22e81b2
driver/record: make CStreamRec non-public
...
CStreamRec is only used inside CRecordManager::Record, so it
can be implemented completely inside record.cpp. The positive
side effect is that avformat.h is not included everywhere (e.g.
from moviebrowser/mb.h) and thus AVFORMAT_CFLAGS does not need
to be added everywhere to fix build failures.
Origin commit data
------------------
Commit: b5cb683048
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-10-22 (Sat, 22 Oct 2016)
2016-10-24 09:45:46 +02:00
Stefan Seyfried
0f962fef46
record, streamts: use modern AV_CODEC_ID enums
...
this allows to build with current ffmpeg
Origin commit data
------------------
Commit: 5bf115db80
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-10-22 (Sat, 22 Oct 2016)
2016-10-24 09:45:23 +02:00
vanhofen
49386530ec
movieinfo: internally rename epgEpgId -> epgId
...
Origin commit data
------------------
Commit: aa8a3849f4
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgEpgId -> epgId
2016-09-10 00:32:35 +02:00
vanhofen
138af5fcaf
movieinfo: internally rename epgId -> channelId
...
Origin commit data
------------------
Commit: 625cbb6122
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgId -> channelId
2016-09-10 00:32:35 +02:00
vanhofen
08e1339fcf
movieinfo: internally rename epgChannel -> ChannelName
...
Origin commit data
------------------
Commit: a85d539bd0
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgChannel -> ChannelName
2016-09-10 00:32:35 +02:00
vanhofen
bde496cad2
movieinfo: internally rename epgAudioPid -> AudioPid
...
Origin commit data
------------------
Commit: c5dcb1c4f6
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgAudioPid -> AudioPid
2016-09-10 00:32:35 +02:00
vanhofen
ea6cbecc6d
movieinfo: internally rename epgVTXPID -> VtxtPid
...
Origin commit data
------------------
Commit: c1feaad8fa
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgVTXPID -> VtxtPid
2016-09-10 00:32:35 +02:00
vanhofen
15e649ebbe
movieinfo: internally rename epgVideoPid -> VideoPid
...
Origin commit data
------------------
Commit: 8bb566eba5
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgVideoPid -> VideoPid
2016-09-10 00:32:35 +02:00
vanhofen
9a1f5390a1
movieinfo: internally rename epgMode -> mode
...
Origin commit data
------------------
Commit: 1c37abc0a0
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- movieinfo: internally rename epgMode -> mode
2016-09-10 00:32:35 +02:00
Jacek Jendrzej
b06b3db436
some compil warning fixes
...
Origin commit data
------------------
Commit: 8638cd73b7
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-04-22 (Fri, 22 Apr 2016)
2016-04-22 16:46:21 +02:00
Jacek Jendrzej
fb0eacff9b
add av_dict_free, fix memleak
...
Origin commit data
------------------
Commit: a830d0d587
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-04-04 (Mon, 04 Apr 2016)
2016-04-04 15:38:51 +02:00
Jacek Jendrzej
c91dd80565
add headers ffmpeg option for luascript bg play; use in script 'entry['header'] = 'Cookie: var=name';
...
Origin commit data
------------------
Commit: a61b8de691
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-03-25 (Fri, 25 Mar 2016)
2016-03-25 17:16:54 +01:00
[CST] Focus
33b04e8427
driver/record.cpp, driver/streamts.cpp: ignore bitstream filter errors
...
Origin commit data
------------------
Commit: 59c4b42376
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-21 (Mon, 21 Mar 2016)
2016-03-21 13:44:43 +03:00
[CST] Focus
007207bc87
driver/record.cpp, driver/streamts.cpp: add more formats, for testing
...
Origin commit data
------------------
Commit: f3a2657c9e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-12 (Sat, 12 Mar 2016)
2016-03-12 14:53:11 +03:00
Michael Liebmann
e08f9dc6bf
src/driver/record.cpp: Fix compiler warning
...
Origin commit data
------------------
Commit: a92d7bd037
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00
[CST] Focus
fa9ecede2c
driver/record.cpp: fix webtv record for live urls via lua plugins
...
Origin commit data
------------------
Commit: 8e65e72c72
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 13:04:17 +03:00
Jacek Jendrzej
987757d215
fix AddressSanitizer: strncpy-param-overlap: memory ranges
...
Origin commit data
------------------
Commit: d96f15fb6c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-24 (Wed, 24 Feb 2016)
2016-02-24 18:46:12 +01:00
Jacek Jendrzej
3ee5210e0f
src/driver/record.cpp check avformat_write_header return
...
Origin commit data
------------------
Commit: 2e602c0c95
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-06 (Sat, 06 Feb 2016)
2016-02-06 15:19:18 +01:00
Jacek Jendrzej
74678238cf
some gcc5 compil fixes
...
Origin commit data
------------------
Commit: ddb3c15d4b
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-12-26 (Sat, 26 Dec 2015)
2015-12-26 17:03:42 +01:00
vanhofen
f8220aae33
record.cpp: align CODEC_ID defines to current ffmpeg code (thx to flk)
...
Origin commit data
------------------
Commit: bab181ab5b
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-10-21 (Wed, 21 Oct 2015)
Origin message was:
------------------
- record.cpp: align CODEC_ID defines to current ffmpeg code (thx to flk)
2015-10-21 11:55:48 +02:00
vanhofen
b537a7a389
record.cpp: remove unnecessary executable flag from ts-file
...
Origin commit data
------------------
Commit: 07df9d28e5
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-10-14 (Wed, 14 Oct 2015)
Origin message was:
------------------
- record.cpp: remove unnecessary executable flag from ts-file
2015-10-14 13:11:08 +02:00
vanhofen
cb3644e86c
record.cpp: resort flags for xml-file and ts-file; add O_CLOEXEC to ts-file
...
Origin commit data
------------------
Commit: be2c0a44cd
Author: vanhofen <vanhofen@gmx.de >
Date: 2015-10-14 (Wed, 14 Oct 2015)
Origin message was:
------------------
- record.cpp: resort flags for xml-file and ts-file; add O_CLOEXEC to ts-file
2015-10-14 13:08:20 +02:00
[CST] Focus
623f606408
driver/record.cpp: add expetimental support for webtv recording,
...
allowed formats hls and mpegts, ffmpeg must have mpegts muxer support
Origin commit data
------------------
Commit: f0eac5d3e0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-10-07 (Wed, 07 Oct 2015)
2015-10-07 13:48:46 +03:00
Jacek Jendrzej
42fc47aee3
src/gui/eventlist.cpp fix timeshif_record timer handling
...
Origin commit data
------------------
Commit: 65a237c991
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-08-20 (Thu, 20 Aug 2015)
2015-08-20 15:51:57 +02:00
Stefan Seyfried
d9354e847f
global.h: Use forward-declarations to reduce number of dependencies
...
Origin commit data
------------------
Commit: 5ab6b53054
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2015-04-16 (Thu, 16 Apr 2015)
2015-04-16 13:39:35 +02:00
[CST] Focus
96c523a0c2
eitd: as long as neutrino using only first content classification,
...
reduce content classification caching (leaving old code with ifdef)
Origin commit data
------------------
Commit: e8700de2b7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-01-30 (Fri, 30 Jan 2015)
2015-01-30 19:47:30 +03:00
[CST] Focus
d65606a2b4
neutrino.cpp: try to fix timeshift stop/restart,
...
after quit from playback audioplayer, picture viewer and so on
Origin commit data
------------------
Commit: ecff984432
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-01-21 (Wed, 21 Jan 2015)
2015-01-21 18:00:25 +03:00
[CST] Focus
3ee0b2dd65
driver/record.cpp: fix crash due to epgdata.info1 len more than buffer size
...
Origin commit data
------------------
Commit: cbdab7d8c0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-01-14 (Wed, 14 Jan 2015)
2015-01-14 12:46:09 +03:00
Jacek Jendrzej
5fcef17edf
try to fix segfault on webtv channel - neutrino shutdown
...
Origin commit data
------------------
Commit: b22625aa36
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2014-11-13 (Thu, 13 Nov 2014)
Origin message was:
------------------
-try to fix segfault on webtv channel - neutrino shutdown
2014-11-13 15:38:30 +01:00
[CST] Focus
023891d538
Revert "driver/record: auto-terminate temporary timeshift recordings"
...
commit can stop plain record instead of timeshift, and breaks auto-timeshift concept
This reverts commit f6fbd1d488
.
Origin commit data
------------------
Commit: 6ad1a64f73
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-10-01 (Wed, 01 Oct 2014)
2014-10-01 16:10:36 +04:00
martii
aaad1652e8
driver/record: CRecordInstance::MakeExtFileName(): set dummy values on EPG failure
...
Origin commit data
------------------
Commit: 9cd4af2dd2
Author: martii <m4rtii@gmx.de >
Date: 2014-09-21 (Sun, 21 Sep 2014)
2014-09-29 14:36:10 +04:00
martii
edebc84cd3
MI_MOVIE_INFO: add constructor
...
Conflicts:
src/driver/record.cpp
src/gui/moviebrowser.cpp
src/gui/movieinfo.cpp
src/gui/movieplayer.cpp
Origin commit data
------------------
Commit: e611ed381d
Author: martii <m4rtii@gmx.de >
Date: 2014-01-23 (Thu, 23 Jan 2014)
2014-09-25 14:44:53 +04:00
martii
0ed0c15b3e
check for active downloads before shutting down; indicate dl on vfd
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/lcdd.h
src/driver/simple_display.cpp
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
Origin commit data
------------------
Commit: a3adf2798a
Author: martii <m4rtii@gmx.de >
Date: 2013-12-15 (Sun, 15 Dec 2013)
2014-09-24 19:50:35 +04:00
martii
69f917f16d
drop explicit CMenuForwarder icon assignments
...
Conflicts:
src/gui/3dsetup.cpp
src/gui/bouquetlist.cpp
src/gui/hdd_menu.cpp
src/gui/keybind_setup.cpp
src/gui/mediaplayer.cpp
src/gui/mediaplayer_setup.cpp
src/gui/moviebrowser.cpp
src/gui/network_setup.cpp
src/gui/nfs.cpp
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/parentallock_setup.cpp
src/gui/personalize.cpp
src/gui/proxyserver_setup.cpp
src/gui/record_setup.cpp
src/gui/scan_setup.cpp
src/gui/screensetup.cpp
src/gui/settings_manager.cpp
src/gui/timerlist.cpp
src/gui/update_menue.cpp
src/gui/vfd_setup.cpp
src/gui/videosettings.cpp
src/neutrino_menue.cpp
Origin commit data
------------------
Commit: e84782bc4c
Author: martii <m4rtii@gmx.de >
Date: 2014-02-22 (Sat, 22 Feb 2014)
2014-09-15 11:44:08 +04:00
[CST] Focus
8f7f3f9e4d
webtv channels integration port,
...
initial code (C) martii,
initial patch from jacek
Origin commit data
------------------
Commit: a473fe8194
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-08-27 (Wed, 27 Aug 2014)
2014-08-27 17:32:26 +04:00
[CST] Focus
958139cd31
merge neutrino-mp menu/buttons/icons changes, (C) martii
...
Origin commit data
------------------
Commit: cf91f2eccb
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-07-17 (Thu, 17 Jul 2014)
2014-07-17 17:02:25 +04:00
martii
f6fbd1d488
driver/record: auto-terminate temporary timeshift recordings
...
Origin commit data
------------------
Commit: c9d78e1a9c
Author: martii <m4rtii@gmx.de >
Date: 2014-07-06 (Sun, 06 Jul 2014)
2014-07-07 08:35:12 +02:00
[CST] Focus
1032d0a273
driver/record.cpp: create record directory before record
...
Origin commit data
------------------
Commit: 3124ed62cf
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-05-30 (Fri, 30 May 2014)
2014-06-03 13:24:04 +04:00
Jacek Jendrzej
782e666f68
add h265 to record and stream
...
Origin commit data
------------------
Commit: d9483e019e
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2014-05-29 (Thu, 29 May 2014)
Origin message was:
------------------
-add h265 to record and stream
2014-05-29 16:23:36 +02:00
FlatTV
dfd972bfe7
record menu: add filename template
...
Origin commit data
------------------
Commit: e0055b5339
Author: FlatTV <FlatTV@gmx.de >
Date: 2014-03-13 (Thu, 13 Mar 2014)
2014-03-14 09:39:57 +01:00
[CST] Focus
d71bac1ed0
driver/record.cpp: always use configured hours to record for temporary timeshift;
...
cleanup unused code
Origin commit data
------------------
Commit: 8074000b23
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-03-11 (Tue, 11 Mar 2014)
2014-03-11 16:22:50 +04:00
[CST] Focus
1a8fd9bec3
driver/record.cpp: use wakeup_hdd();
...
save xml before record start
Origin commit data
------------------
Commit: ee38ad2750
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-02-12 (Wed, 12 Feb 2014)
2014-02-12 16:47:29 +04:00
[CST] Focus
d6e6c99080
driver/record.cpp: try to flush hdd buffers, if hdd is in standby at record start
...
Origin commit data
------------------
Commit: 3d3e169f1e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-02-05 (Wed, 05 Feb 2014)
2014-02-05 14:02:46 +04:00
[CST] Focus
693691124f
driver/record.cpp: dont show menu after timeshift stop, if timeshift record already stopped
...
Origin commit data
------------------
Commit: 2d683fe4c9
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-01-29 (Wed, 29 Jan 2014)
2014-01-29 17:19:00 +04:00
vanhofen
8d5aa84e20
adapt ShowMsg handling from martii's neutrino-mp
...
Origin commit data
------------------
Commit: 53f5801d6f
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-01-22 (Wed, 22 Jan 2014)
Origin message was:
------------------
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
vanhofen
8a02f4f089
adapt ShowHint handling from martii's neutrino-mp
...
Origin commit data
------------------
Commit: 6995e1a765
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-01-22 (Wed, 22 Jan 2014)
Origin message was:
------------------
- adapt ShowHint handling from martii's neutrino-mp
2014-01-22 12:11:52 +01:00