Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Incorperate proper datetimes and durations now the core does | randomdan | 2014-03-04 |
| | |||
* | Add an SI function to get a transport suitable for getting SI based on the ↵ | randomdan | 2014-02-10 |
| | | | | delivery next being used for recordings, mimimises fails/retries | ||
* | Tweaks and scripts for a proper install | randomdan | 2014-02-08 |
| | |||
* | Fixes around the new muxer and sender features | randomdan | 2014-01-31 |
| | |||
* | Refactor tuner to use specific implementations of new interface for send ↵ | randomdan | 2014-01-22 |
| | | | | | | | different (TS and SI) data to clients Refactor muxer to not block and read output data whilst writing input data Add a (service) streamer for testing | ||
* | Fix up pipe handling in the muxer and write stderr of muxer command into the log | randomdan | 2014-01-19 |
| | |||
* | Set default ffmpeg options to something now tried and tested | randomdan | 2014-01-19 |
| | |||
* | Minor fixes to scheduling | randomdan | 2014-01-19 |
| | |||
* | Add missing collocationOptimized fix | randomdan | 2014-01-13 |
| | | | | Log exception on background send fail | ||
* | Remove junk for estimating device usage | randomdan | 2014-01-13 |
| | | | | | Throw exception when no devices are available, don't return null Don't iterate all transponders when getting network details | ||
* | Basic implementation of a recorder | randomdan | 2014-01-09 |
| | |||
* | Makefile scripts for updating schema/database | randomdan | 2014-01-07 |
| | |||
* | Select a remmeber the scheduleId for an upcoming recording | randomdan | 2014-01-07 |
| | |||
* | Add event time range index | randomdan | 2014-01-07 |
| | |||
* | Corrections to schema | randomdan | 2014-01-05 |
| | |||
* | Unify the daemon base code | randomdan | 2014-01-05 |
| | | | | | | Enable multiple threads Add mutexes where required Proxy ICE logs into p2 logger | ||
* | Do reschudule automatically after events have been updated | randomdan | 2014-01-04 |
| | |||
* | Explicit instantiations of instance store/map/set to avoid multiple ↵ | randomdan | 2014-01-04 |
| | | | | instantiatation in different compilation units | ||
* | Log exceptions in scan frequency found handler | randomdan | 2014-01-03 |
| | | | | | Only set connection proxy for non-local calls Force indirect proxy use (for async) in demux send, add log on demux read error, fix use of poll() | ||
* | Catch all exceptions in scheduled update thread | randomdan | 2014-01-03 |
| | |||
* | Log status when tuning fails with no signal or carrier | randomdan | 2014-01-03 |
| | |||
* | Correctly map transport stream specifications in network tables for dvb-t ↵ | randomdan | 2014-01-02 |
| | | | | | | | (dvb-c and dvb-s still need doing) Select delivery methods in transport stream id order Catch exceptions in scheduled update thread, unhandled ones abort | ||
* | Execeute updates of network, services and events on a schedule and on start up | randomdan | 2013-12-24 |
| | | | | Includes fix for correctly handling threaded DB connection commits | ||
* | Patched to work with threaded DB connection interface | randomdan | 2013-12-24 |
| | |||
* | Bit more tidy up | randomdan | 2013-12-22 |
| | |||
* | Fix slice scanner and split .ice files back into logical blocks | randomdan | 2013-12-22 |
| | |||
* | The start of a P2 P2PVR client library and a few fixes around type conversions | randomdan | 2013-12-22 |
| | |||
* | Move some stuff into a utils lib | randomdan | 2013-12-17 |
| | |||
* | Add implementations of storage and recordings interfaces | randomdan | 2013-12-16 |
| | |||
* | Don't specify the owner in the schema | randomdan | 2013-12-16 |
| | |||
* | Fix events search index/function to accept null subtitles and/or descriptions | randomdan | 2013-12-16 |
| | |||
* | Remove straggling debug | randomdan | 2013-12-16 |
| | |||
* | Add a simple muxer that just wraps around an ffmpeg process | randomdan | 2013-12-15 |
| | |||
* | Fixups around the schema of services and it's other columns | randomdan | 2013-12-14 |
| | |||
* | Allow FileSink to take a file handle as well as a path | randomdan | 2013-12-14 |
| | | | | Pass a target to ServiceStreamer instead of it generating a hard coded one | ||
* | Extend interface for currently held recordings | randomdan | 2013-12-13 |
| | |||
* | Add schema for storing previously recorded, things to record | randomdan | 2013-12-13 |
| | | | | | Store results of recording schedule Centralise some more DB stuff | ||
* | Tidy up and fix some DB core code | randomdan | 2013-12-12 |
| | | | | Implement the rest of schdules interface properly | ||
* | Move the txHelper into dbClient | randomdan | 2013-12-11 |
| | |||
* | Add pre-compiled header support | randomdan | 2013-12-11 |
| | |||
* | Support for storing SQL as separate resources and linking to them directly | randomdan | 2013-12-11 |
| | |||
* | Adds some indexes to events | randomdan | 2013-12-11 |
| | | | | | Adds support for season in events Improves regexen for extracting data from descriptions | ||
* | Adds basic scheduling support, although currently produces only debug output ↵ | randomdan | 2013-12-10 |
| | | | | and has incomplete DB dependencies | ||
* | Extend container helpers to support different pointer types | randomdan | 2013-12-10 |
| | |||
* | Centralise the DB code | randomdan | 2013-12-10 |
| | |||
* | Extend interface to support getting a tuner device count | randomdan | 2013-12-10 |
| | |||
* | Centralise and wrap maintenance Tx management | randomdan | 2013-12-08 |
| | |||
* | Make some tuner magic numbers into proper options | randomdan | 2013-12-08 |
| | |||
* | Add some SI functions for getting service stuff | randomdan | 2013-12-08 |
| | | | | | | Add a templated SI parser to bounce table objects to a function Allow SI parsers to say they want the next instance of an object too Add ServiceStreamer to write a/v streams of a TS to a raw data client | ||
* | Set bigger internal buffers for demux | randomdan | 2013-12-07 |
| | | | | Add some more logging |