summaryrefslogtreecommitdiff
path: root/pages/vlc.ecpp
AgeCommit message (Collapse)Author
2017-05-21Include file re-orderingJasmin Jessich
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path.
2017-04-02Silence compilation warnings.Rolf Ahrenberg
2017-04-01VDR-2.3.1 compatibility patch by Nachteule.Rolf Ahrenberg
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013
2015-02-11Drop support for old tntnet versions: add support to extract host from ↵Dieter Hametner
request url. Tntnet versions which did not allow to get the host from the request url are now unsupported.
2010-06-20Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370Dieter Hametner
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future.
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2009-08-27Merge commit 'tadi/master'Christian Wieninger
Conflicts: po/de_DE.po
2009-04-17Integrated a patch against LIVE 0.2.0 which adds channel numbers.Dieter Hametner
The patch was contributed by John Germs, Chavonbravo from CaptiveWorks (see http://captiveworks.org/open-source/vdr-live/ )
2008-12-11Preserved enhancements lost by the previous ssl patchDieter Hametner
2008-12-10ssl patches by Matthias (asg)Christian Wieninger
2008-12-10updated ssl patchMatthias Kortstiege
2008-08-27Added a modified version of a patch provided for tntnet < 1.6.0.6 toDieter Hametner
enable streaming of recordings with vlc-plugin reported by Patrick Gaubatz. (cherry picked from commit 2dfc19d8b1dd857cdbbb9d360e05b59499d7e2c4)
2008-06-21Use the previous commited functionality to stream recordings.Dieter Hametner
The recordings now have a stream button beneath them.
2007-12-24- made usage of 'getHost' depending on TNTVERS7Christian Wieninger
2007-12-23- Changed mode of live.pot creation. Should prevent .po file conflictsDieter Hametner
at subsequent upgrades from CVS.
2007-12-22- Almost full featured javascript controlling interface for the vlc window.Dieter Hametner
2007-12-20- vlc now also works with remote adresses like dyndnsChristian Wieninger
2007-12-19- Added option to select streamdev stream type in live setings.Dieter Hametner
2007-12-18- IMDB link for recordings too. Fixes Bug #420Dieter Hametner
- Window size of streaming window is now adapted to new size of embedded vlc video frame.
2007-12-18- Added a patch from Rolf Ahrenberg:Dieter Hametner
Updates Finish translations Uses autoplay and standard dvb video size in streamdev playback window.
2007-12-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.