output pid if timeoutet section table
[enigma2.git] / lib / dvb / dvb.cpp
2007-11-12 Andreas Monzneradd possibility to set tuner priority for alternative...
2007-10-06 Andreas Monznerwrite leaveTransponder message to camd.socket
2007-09-04 Felix DomkeASSERT m_pvr_thread to be alive
2007-07-19 Andreas Monznerfix error handling
2007-06-19 Felix Domkefix seeking into cut areas, emulate AP relative seeking...
2007-06-14 Andreas Monzneruse read/write lock for eCueSheet
2007-06-08 Andreas Monznerhopefully fix "secondary cable from motorized tuner...
2007-06-06 Andreas Monznersome fixes for empty tuner slots (use slotid instead...
2007-05-24 Felix Domkeadd debug
2007-05-20 Felix Domkeproperly use 'long long' for aligned_start, aligned_end
2007-05-18 Felix Domkefix return value of align to be 64bit
2007-05-17 Felix Domkefix playback when no .cuts are available
2007-05-05 Felix Domkefix memset
2007-05-05 Felix Domkealign lengths given by playback spans
2007-04-17 Felix Domkeset stream mode when using filepush to playback recordings
2007-04-12 Felix DomkeseekAbsolute with a negative number is a seek relative...
2006-12-19 Andreas Monznersome python import cleanups
2006-12-12 Andreas Monznerfix locks ?!?
2006-11-30 Andreas Monznersome changes for service groups
2006-11-29 Andreas Monznerbool to int
2006-11-29 Andreas Monznersome changes for new service groups
2006-11-29 Andreas Monznercode cleanup in ChannelSelection,
2006-06-26 Andreas Monzneradd 5V handling for active DVB-T antennas (needs new...
2006-06-26 Andreas Monzneradd support for show used tuner for running service...
2006-05-09 Andreas Monznerfix graying out of non selectable services in servicelist
2006-04-13 Felix Domkeuse refcount for decoding demuxes to check if they...
2006-04-08 Felix Domkereserve first two demuxes for decoder
2006-04-03 Andreas Monznerfix segfault
2006-03-31 Andreas Monznerrelease cached channel when its no more used and a...
2006-03-22 Felix Domkefix calculation of size, when dealing with big file...
2006-03-11 Felix DomkeeDVBChannel::getFrontend: don't crash when there is...
2006-03-09 Andreas Monznermore python fixes
2006-03-05 Felix Domkeclamp jumps at SOF
2006-03-03 Andreas Monznerimplement readFrontendData method to get a python dicti...
2006-03-03 Felix Domkeenable playback of multifile (split) movies
2006-03-01 Felix Domkeadd missing
2006-02-27 Felix Domkeimplement the source span translation
2006-02-26 Felix Domkeuse correct pathname for API version < 3. API v3 still...
2006-02-21 Felix Domkefix ratio calculation for slow reverse skipping
2006-02-21 Felix Domketurn error into warning
2006-02-20 Felix Domkedecrease skip ratio a bit
2006-02-17 Felix Domkefix relative jumps
2006-02-17 Felix Domkeuse AUDIO_GET_STC, VIDEO_GET_STC
2006-02-15 Felix Domkeuse cached pts/offsets when available, clean up
2006-02-08 Felix Domkerewrite wrap around
2006-02-03 Andreas Monznerremove unneeded code in channel cache handling
2006-02-03 Andreas Monznerfix cached channel handling
2006-01-30 Andreas Monznerfix
2006-01-30 Andreas Monznerrelease cached channel after 3 seconds when not needed
2006-01-27 Felix Domkefix locking in dvb file player
2006-01-26 Felix Domkeadd cue sheets
2006-01-19 Andreas Monznersemikolon needed here
2006-01-19 Felix Domkeremove recheckFrontendState until it's implemented
2006-01-19 Felix Domkemake comment a bit more generic
2006-01-19 Andreas Monznerjust retune on "managed" dvbchannels .. not in scan
2006-01-19 Andreas Monznerretune on lostlock is now working :)
2006-01-18 Felix Domkeexperimental PVR commit support
2006-01-17 Felix Domkeadd channel events, like EOF
2006-01-15 Felix Domkeremove debug
2005-12-25 Andreas Monznerxmas segfault bugfix (sorry... it was my fault :( )
2005-12-23 Andreas Monznerfix for canAllocateChannel
2005-12-20 Andreas Monznerneeded for files > 2GB
2005-12-20 Felix Domkeuse video stc for display. make skipping look a bit...
2005-12-07 Andreas Monznerdelete cached channel when playback a recorded movie...
2005-12-07 Andreas Monznerfix allocateRAWChannel (we must first give free the...
2005-12-06 Andreas Monznerose no more used frontends and re-open on demand
2005-12-05 Andreas Monzneradd channel cache (transponders)
2005-12-03 Andreas Monznerfix marking non playable services in channellist
2005-12-03 Andreas Monznerremove non working indication of playable services...
2005-12-02 Andreas Monznerset foregroundcolor of non tuneable services in service...
2005-11-25 Andreas Monznerfix
2005-11-23 Andreas Monznerwork on linked tuners ( can not test it :( )
2005-11-18 Felix Domkescan: add allocateFrontendByIndex, so ServiceScan uses...
2005-11-18 Felix Domkepts: as the decoding demux isn't stored in the dvbchann...
2005-11-16 Andreas Monznerauto tuner selection is now working (this breaks alloca...
2005-11-16 Felix Domkedvb/frontend: set sec once
2005-11-16 Felix Domkeadd - untestd - frontend compatibility/priority check
2005-11-16 Felix Domkereenable channelAdded signal
2005-11-16 Felix Domkeremove fatal debug message
2005-11-16 Felix Domkework around capDecode problem
2005-11-15 Felix Domkeshutdown channel if tune fails
2005-11-15 Felix Domkeadd - untested - multituner support
2005-11-15 Felix Domkefix pts relative seeking, make pts_t signed
2005-11-14 Felix Domkefix missing return values
2005-11-13 Felix Domkeflush PVR
2005-11-13 Felix Domkeadd seekToPosition to DVBChannel
2005-11-09 Felix Domkedifferentiate between failures while and after tuning
2005-10-25 Felix Domke - add seekTo in eDVBChannel (PVR)
2005-10-15 Felix Domkeadd demux handling (for decoder and record)
2005-08-31 Felix Domke - fix serious problems in widget code. fixup buffered...
2005-08-17 Felix Domke - add iSeekableService, implement it for serviceDvb
2005-08-16 Felix Domke - add getLength() call to iStaticServiceInformation
2005-07-30 Felix Domke - fix: close source/dst after pvr playback
2005-07-28 Felix Domke - add prelim. pvr playback.
2005-07-12 Andreas Monznerremove unneeded signals ( eDVBChannel::m_stateChanged...
2005-07-12 Felix Domke - add eUsePtr for eDVBChannels
2005-06-30 Andreas Monzneradd dvb time handling with transponder time correction...
2005-05-12 Andreas Monznerfixes for old api
2005-04-30 Felix Domke - fixed bogus channel sharing
2005-04-28 Felix Domke - add dvb resource management
next