summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Execeute updates of network, services and events on a schedule and on start uprandomdan2013-12-24
| | | | Includes fix for correctly handling threaded DB connection commits
* Patched to work with threaded DB connection interfacerandomdan2013-12-24
|
* Bit more tidy uprandomdan2013-12-22
|
* Fix slice scanner and split .ice files back into logical blocksrandomdan2013-12-22
|
* The start of a P2 P2PVR client library and a few fixes around type conversionsrandomdan2013-12-22
|
* Move some stuff into a utils librandomdan2013-12-17
|
* Add implementations of storage and recordings interfacesrandomdan2013-12-16
|
* Don't specify the owner in the schemarandomdan2013-12-16
|
* Fix events search index/function to accept null subtitles and/or descriptionsrandomdan2013-12-16
|
* Remove straggling debugrandomdan2013-12-16
|
* Add a simple muxer that just wraps around an ffmpeg processrandomdan2013-12-15
|
* Fixups around the schema of services and it's other columnsrandomdan2013-12-14
|
* Allow FileSink to take a file handle as well as a pathrandomdan2013-12-14
| | | | Pass a target to ServiceStreamer instead of it generating a hard coded one
* Extend interface for currently held recordingsrandomdan2013-12-13
|
* Add schema for storing previously recorded, things to recordrandomdan2013-12-13
| | | | | Store results of recording schedule Centralise some more DB stuff
* Tidy up and fix some DB core coderandomdan2013-12-12
| | | | Implement the rest of schdules interface properly
* Move the txHelper into dbClientrandomdan2013-12-11
|
* Add pre-compiled header supportrandomdan2013-12-11
|
* Support for storing SQL as separate resources and linking to them directlyrandomdan2013-12-11
|
* Adds some indexes to eventsrandomdan2013-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 ↵randomdan2013-12-10
| | | | and has incomplete DB dependencies
* Extend container helpers to support different pointer typesrandomdan2013-12-10
|
* Centralise the DB coderandomdan2013-12-10
|
* Extend interface to support getting a tuner device countrandomdan2013-12-10
|
* Centralise and wrap maintenance Tx managementrandomdan2013-12-08
|
* Make some tuner magic numbers into proper optionsrandomdan2013-12-08
|
* Add some SI functions for getting service stuffrandomdan2013-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 demuxrandomdan2013-12-07
| | | | Add some more logging
* Move parent object Ids into domain objects, remove all the parent object ↵randomdan2013-12-05
| | | | mess from binders
* Compat fix with stable versionsrandomdan2013-12-05
|
* Support background sending of table sections just like streamsrandomdan2013-12-05
|
* Tidy maintenance code into separate filesrandomdan2013-12-03
| | | | Change UpdateTransports to be UpdateNetwork
* Monitor tuner usage and close them if they go idle for a period of timerandomdan2013-12-03
|
* Changes to add downloading program association table and program map (big ↵randomdan2013-12-03
| | | | | | | | | | mess in maintenance.cpp now) Supporting changes in slice, general libs etc Wait for lock after tuning, throw on fail Don't register tuner as in use until tuning has succeeded Tweaks in table parser to be more helpful Count packets transmitted in a demux send
* Remove tuner from adapter only when there are no more usersrandomdan2013-12-01
|
* Bit of refactor and tidy uprandomdan2013-11-30
|
* First commit for big refactor into a Project2 daemon, much still to do, but ↵randomdan2013-11-28
| | | | much core stuff in place
* Compat fixes for recent p2 updatesrandomdan2013-09-06
|
* Use CXX from the environmentrandomdan2013-08-19
|
* Tidy up, extend ICE interfacerandomdan2013-05-30
|
* Tidy up and create a separate comms modulerandomdan2013-05-29
|
* Tidy up and fixes - tested workingrandomdan2013-05-29
|
* Drag up to daterandomdan2013-05-28
|
* Migrate all stuff to stricter compilations/links and C++0x buildsrandomdan2012-07-10
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Slash XML bloat with parameters and remove a pointlessrandomdan2011-08-26
|
* Extract episode details, year and flags from subtitlerandomdan2011-04-12
|
* Don't use global seen lists and clear them after userandomdan2011-03-23
|
* Tweaks to make things more genericrandomdan2011-03-21
| | | | Add a service scanning module
* Split into DVB SI Base reader for any SI table typerandomdan2011-03-18
| | | | | | And EIT row source based on SI tables Use Boost CRC32 for checksums Bin more spare stuff