aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvbrecord.cpp
AgeCommit message (Collapse)Author
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2009-06-26only save last time whenever a new event comes upFelix Domke
2009-05-05add iSubserviceList interface to iRecordableServiceghost
2009-05-04servicedvbrecord.cpp: fix typoghost
2009-04-24servicedvbrecord.cpp: add sanity check for tagsghost
2009-04-23Add service flags and pid cache to recordings meta file. This adds ↵ghost
possibility to playback services without pat/pmt, now also current selected audio pid, subtitles, pcm/ac3 delays are stored for ts playbacks
2009-04-22move meta file creation to c++ghost
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge
2009-01-12insert cutmark on EIT changeFelix Domke
2008-12-12simplify codeghost
2008-11-25some refcounting fixes and speedupsghost
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-02-17fix return codes in streamingFelix Domke
2007-04-30send write error messages down to service eventsFelix Domke
2007-04-12add/fix some debug textsFelix Domke
2007-01-15fix warningAndreas Monzner
2007-01-07work on service eventsAndreas Monzner
2007-01-05add iStreamableServiceFelix Domke
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-11-21add infrastructure for record service events (not finished yet)Andreas Monzner
2006-10-25record dvb subtitlesAndreas Monzner
2006-05-17rename iFrontendStatusInformation to iFrontendInformationAndreas Monzner
add possibility to query the tuner number for playing and recording services
2006-04-09fix fd leak for recordingsFelix Domke
2006-03-17use parent service reference for query EPG to build a .eit file when a ↵Andreas Monzner
parent is avail (on subservices)
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-13save timing information after recordFelix Domke
2006-02-02set timing pidFelix Domke
2006-01-17add support for videotext (VBI)Andreas Monzner
so now the videotext from the TV is useable (needs new drivers!)
2006-01-15better error/retry handling for recorderFelix Domke
2005-12-20needed for files > 2GBAndreas Monzner
2005-12-20dvb record: fix returncodesFelix Domke
2005-12-20fix recording (thx to tmb)Stefan Pluecken
2005-12-17timer: add name/description, factor out "parse from epg event", fix some ↵Felix Domke
cases where demux was not available at that time, add timeshift framework, fix movielist (not all movies are great!)
2005-10-26 - record PAT and PMTFelix Domke
2005-10-15add filename to record prepareFelix Domke
2005-05-04 - improve record supportFelix Domke
2005-04-30 - add ts recorder to dvb record serviceFelix Domke
2005-04-28 - add dvb resource managementFelix Domke
- scan hardcoded to dvb-s again - added untested recording support (data io thread still missing)