summaryrefslogtreecommitdiff
path: root/sys/dvb
AgeCommit message (Expand)AuthorFilesLines
2014-06-25mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey9-34/+34
2014-06-25dvbsrc: add copyright/license stub to headerReynaldo H. Verdejo Pinochet1-0/+21
2014-06-25dvbsrc: documentation fixesReynaldo H. Verdejo Pinochet2-34/+41
2014-06-22dvbsrc: fix diseqc-source prop name in exampleReynaldo H. Verdejo Pinochet1-1/+1
2014-06-22dvbsrc: fix nit on warning messageReynaldo H. Verdejo Pinochet1-1/+1
2014-06-12dvbsrc: do not try to close negative file descriptorsVincent Penquerc'h1-1/+2
2014-06-05dvbsrc: drop redundant assignmentReynaldo H. Verdejo Pinochet1-2/+0
2014-06-05dvbsrc: improve timeout handing at locking loopReynaldo H. Verdejo Pinochet1-16/+57
2014-06-01dvbbasebin: better error handling in case tsparse is missingTim-Philipp Müller1-6/+28
2014-05-30dvbbasebin: add prop setup code for guint64Reynaldo H. Verdejo Pinochet1-0/+7
2014-05-30dvb/cam*: use g_strerror and other few nitsReynaldo H. Verdejo Pinochet3-8/+9
2014-05-30dvbbasebin: fix dvbsrc signal proxyingReynaldo H. Verdejo Pinochet1-18/+43
2014-05-30dvbbasebin: proxy new props/signals from dvbsrcReynaldo H. Verdejo Pinochet1-0/+42
2014-05-30dvbsrc: smarten up tuning logicReynaldo H. Verdejo Pinochet2-209/+327
2014-05-26dvb: parsechannels: add delsys propertyStefan Ringel1-0/+10
2014-05-26dvbsrc: map SYS_DVBC_ANNEX_A SYS_DVBC_ANNEX_AC for DVB API < 5.6Vincent Penquerc'h1-0/+9
2014-05-26dvbsrc: fix typo in testing flagVincent Penquerc'h1-1/+1
2014-05-26dvbsrc: Add missing tone ioctlStefan Ringel1-1/+6
2014-05-22dvbsrc: fix building with newer kernel headersMichael Olbrich1-10/+10
2014-05-12dvbsrc: Don't free string we're still usingSebastian Dröge1-1/+1
2014-05-10dvbsrc: drop C++ style commentsReynaldo H. Verdejo Pinochet1-6/+5
2014-05-10dvbsrc: fix up error reportingReynaldo H. Verdejo Pinochet1-6/+10
2014-04-21dvbbasebin: fix test for proper use count balancingVincent Penquerc'h1-16/+35
2014-04-16dvb: Fix if() checkEdward Hervey1-1/+1
2014-04-16dvb/camsession: Don't do operations on unexisting sessionsEdward Hervey1-3/+4
2014-04-16dvb: Handle socket() failureEdward Hervey1-1/+4
2014-04-16dvbsrc: Handle failure to get statistics from the deviceEdward Hervey1-5/+8
2014-04-16dvbsrc: Don't close a fd that wasn't openEdward Hervey1-1/+0
2014-04-16dvbsrc: Don't try to access NULL stringEdward Hervey1-47/+51
2014-04-11dvbsrc: Handle symbols added in minor version 7 and 8Edward Hervey1-0/+18
2014-04-11dvbsrc: Add comment with all DVB API v5 minor changesEdward Hervey1-0/+59
2014-04-08dvb: fix compilationTim-Philipp Müller1-1/+1
2014-04-08dvb: reject too long socket pathsVincent Penquerc'h1-0/+1
2014-03-15dvbsrc: mpegts: change bandwidth to DVBv5 valuesStefan Ringel3-34/+55
2014-01-03dvbsrc: Add dvb-s2, dvb-t2 supportStefan Ringel3-11/+123
2014-01-03dvbsrc: Change from deprecated frontend type field to DTV_ENUM_DELSYSStefan Ringel3-64/+191
2013-08-21dvb: Adapt for latest mpegts lib changesEdward Hervey2-13/+11
2013-08-14dvbbasebin: fix criticals when trying to cast a GstPad to a GstElementTim-Philipp Müller1-1/+2
2013-08-03dvbsrc: remove use of _XOPEN_SOURCETim-Philipp Müller1-8/+7
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2-1/+6
2013-07-05dvb: Fix PMT handlingEdward Hervey1-10/+24
2013-07-03dvb: GstMpegTS => GstMpegTsEdward Hervey9-35/+35
2013-07-03dvb: Switch to MPEG-TS SI libraryEdward Hervey10-172/+112
2013-05-08Use DVB API v5 aka S2API instead of obsolete v3 APISebastian Pölsterl1-66/+91
2013-04-21dvbbasebin: better error reportingTim-Philipp Müller5-26/+44
2013-04-21dvbbasebin: log channel parsing into dvbbasebin debug category as wellTim-Philipp Müller2-1/+4
2013-04-21dvbbasebin: fix path where to look for the dvb-channels.confTim-Philipp Müller1-5/+8
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-08sys: print format fixes in debug messagesTim-Philipp Müller1-1/+1
2013-03-31dvb: Move CAM handling to a separate GstTaskEdward Hervey2-27/+56