Stefan Seyfried
5307e62506
set threadnames to unique values
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-07 14:17:12 +02:00
Jacek Jendrzej
a3bf23d9c9
try to fix version check for avformat codecpar
2017-04-19 17:19:43 +02:00
Jacek Jendrzej
bfa589eb08
make neutrino compatible with new ffmpeg
2017-03-07 15:00:17 +01:00
Stefan Seyfried
ff0d98bcc3
streamts: don't overflow receive buffer, better diag message
2017-02-12 22:58:58 +01:00
Jacek Jendrzej
e111bf7418
movieplayer dont chache last realurl for lua script
2017-01-26 11:55:06 +01:00
Stefan Seyfried
7154f36258
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 :-(
2016-11-13 01:44:45 +01:00
Stefan Seyfried
5bf115db80
record, streamts: use modern AV_CODEC_ID enums
...
this allows to build with current ffmpeg
2016-10-24 09:45:23 +02:00
vanhofen
f45d4d2bd5
- streamts: fix -Wformat warning
2016-09-29 10:53:06 +02:00
Jacek Jendrzej
ed02b4c81e
src/driver/streamts.cpp try to fix send err loop
2016-04-11 12:48:09 +02:00
Jacek Jendrzej
b526c2480c
src/driver/streamts.cpp check after new
2016-04-10 19:42:39 +02:00
Jacek Jendrzej
a830d0d587
add av_dict_free, fix memleak
2016-04-04 15:38:51 +02:00
Jacek Jendrzej
a61b8de691
add headers ffmpeg option for luascript bg play; use in script 'entry['header'] = 'Cookie: var=name';
2016-03-25 17:16:54 +01:00
[CST] Focus
59c4b42376
driver/record.cpp, driver/streamts.cpp: ignore bitstream filter errors
2016-03-21 13:44:43 +03:00
Jacek Jendrzej
2adcd8b5d6
src/driver/streamts.cpp init bsfc, fix possible segfault
2016-03-12 16:13:22 +01:00
[CST] Focus
f3a2657c9e
driver/record.cpp, driver/streamts.cpp: add more formats, for testing
2016-03-12 14:53:11 +03:00
[CST] Focus
a19083f60d
driver/streamts.cpp: fix webtv streaming for live urls via lua plugins
2016-03-04 13:04:34 +03:00
Jacek Jendrzej
7db16952f6
(performance) Prefer prefix ++/-- operators for non-primitive types
2016-02-16 13:02:10 +01:00
[CST] Focus
97d7dc2e6b
driver/streamts.cpp: fix webtv stream open
2016-02-05 19:27:31 +03:00
[CST] Focus
c13eb939fe
driver/streamts.cpp: add webtv channels streaming for compatible streams
2016-02-05 18:57:42 +03:00
[CST] Focus
5a000b6a4e
driver/streamts.cpp: bug fix: SO_SNDBUF for connection fd
2015-09-24 13:32:38 +03:00
[CST] Focus
a473fe8194
webtv channels integration port,
...
initial code (C) martii,
initial patch from jacek
2014-08-27 17:32:26 +04:00
Jacek Jendrzej
d9483e019e
-add h265 to record and stream
2014-05-29 16:23:36 +02:00
Jacek Jendrzej
c170b03b9a
streamts.cpp StreamInstance::Send: do not block neutrino by faulty stream
2014-04-07 16:01:27 +02:00
[CST] Focus
b96a7d43a6
driver/streamts.cpp: optimize poll timeout, cancel thread on stop
2014-03-27 18:56:49 +04:00
[CST] Focus
ded947f05a
driver/streamts.cpp: add support to stream from different tuners
2014-03-26 14:31:11 +04:00
[CST] Focus
50eb534417
Revert "streamts: put zapit back into standby after streaming"
...
This reverts commit 8c0cb5b96e
.
2014-03-26 14:30:29 +04:00
[CST] Focus
1dfc9c1449
Revert "streamts: set CPU freq to 'high' for streaming"
...
This reverts commit c9a3b34810
.
2014-03-26 14:30:20 +04:00
Stefan Seyfried
c9a3b34810
streamts: set CPU freq to 'high' for streaming
2014-01-13 20:56:11 +01:00
Stefan Seyfried
8c0cb5b96e
streamts: put zapit back into standby after streaming
...
additionally, update copyright info
2014-01-13 20:55:49 +01:00
Jacek Jendrzej
d92ad1de0d
CGenPsi:: add EAC3 audio support, revork genpsi
2013-10-09 21:51:18 +02:00
Jacek Jendrzej
ada1ec3e60
streamts: add dvbsub and teletext pid to stream
2013-08-08 15:09:30 +02:00
Jacek Jendrzej
7a3b584920
genpsi: add pcr pid handling
2013-08-01 17:54:51 +02:00
[CST] Focus
698b56c6db
driver/streamts.cpp: use record demux, deny streaming if pip running
2013-03-25 13:36:58 +04:00
svenhoefer
fc2c89c664
- src/driver/streamts.cpp: fix linefeed
2012-11-19 18:13:35 +01:00
satbaby
af7b6d7a98
src/driver/streamts.cpp fix segfault
2012-11-19 17:58:24 +01:00
[CST] Focus
00e188b37d
driver/streamts.cpp: fix debug msg
2012-11-15 19:16:10 +04:00
[CST] Focus
ae6cbc9479
driver/streamts.cpp: replace old code with class,
...
support multi-client and multi-channel,
experimental / testing - please read comments at the top of driver/streamts.cpp
2012-11-08 19:10:37 +04:00
satbaby
4e3791be72
src/driver/streamts.cpp: use new instead of malloc
2012-11-05 16:48:41 +01:00
satbaby
9124c20f31
comment out never used
2012-08-04 10:03:19 +02:00
[CST] Focus
cfb4a77485
driver/streamts.cpp: fix streaming to new connection; send current channel pids, if no pids in url
2012-06-21 14:35:47 +04:00
[CST] Focus
b36d061a4d
driver/streamts.cpp: replace cam.h with correct capmt.h
2012-06-13 18:48:21 +04:00
seife
8921b29aaf
neutrino: identify streamts error message
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1742 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-03 17:48:44 +00:00
focus
6c6c2e9b29
Remove globals and use new zapit class members
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1698 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-18 13:35:08 +00:00
focus
886d724b4f
Remove unused code, change demux
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1574 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 11:03:39 +00:00
satbaby
85f5e1110d
memcpy -> memmove
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1278 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-09 12:55:31 +00:00
focus
ab0f7f731c
- Remove some globals from vcrcontrol
...
- Allow ttx/epg keys for timeshift
- Fix record+live streaming
- Live stream code changes for testing
- Changes to handle internal CA multi-decoding
- hack for -Werror compiling
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1040 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-25 17:22:38 +00:00
seife
2590adfe15
add generic dispatcher headers for frontend etc
...
add generic audio, video and demux headers in zapit/include (TODO: put them
into a better place, or put wrappers into lib directories) that automatically
dispatch to the hardware specific functions and use them in the code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@962 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-12-25 17:43:28 +00:00
seife
237b53724e
fix build against older kernel-headers
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@910 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-11-28 21:52:46 +00:00
focus
f06efae567
Change default timers weekdays; Fix for fastscan crash; Open video with configured mode instead of PAL - for testing
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@809 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-10-02 12:30:04 +00:00
mws
1b13da2617
Mark unused vars as comment
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-21 16:23:09 +00:00