| Commit message (Expand) | Author | Age | Files | Lines |
* | dvb: remove trailing whitespace | wm4 | 2016-01-22 | 1 | -10/+10 |
* | stream_dvb: add verbose output in non-DVBv5 querying. | Oliver Freyermuth | 2016-01-21 | 1 | -1/+3 |
* | stream_dvb: use DVBv5 API also for DVB-C tuning. | Oliver Freyermuth | 2016-01-21 | 1 | -8/+39 |
* | stream_dvb: improve messages on delivery-type detection. | Oliver Freyermuth | 2016-01-21 | 1 | -10/+14 |
* | stream_dvb: don't requery tuner type, rely on initial query. | Oliver Freyermuth | 2016-01-21 | 1 | -11/+9 |
* | stream_dvb: support frontends with multiple delivery systems. | Oliver Freyermuth | 2016-01-21 | 1 | -10/+65 |
* | dvb: rename dvb_config_t to dvb_state_t, keep config and state there. | Oliver Freyermuth | 2016-01-14 | 1 | -24/+30 |
* | dvb: cleanup dvb_params struct, remove some unneeded fds | Oliver Freyermuth | 2016-01-07 | 1 | -4/+4 |
* | dvb_tune: fix invalid syntax | wm4 | 2015-02-11 | 1 | -1/+1 |
* | dvb: uncrustify | wm4 | 2015-01-06 | 1 | -429/+410 |
* | stream_dvb: Also demux PMT if possible, reactivate TPID parsing. | Oliver Freyermuth | 2015-01-06 | 1 | -0/+68 |
* | dvb: Extend understanding of VDR channel config: stream_id, inversion. | Oliver Freyermuth | 2015-01-06 | 1 | -5/+4 |
* | dvb: Extend dvb_channel struct, needs to know whether channel is S2. | Oliver Freyermuth | 2015-01-06 | 1 | -10/+17 |
* | dvb_tune: (DVB-S) Initial S2API support. | Oliver Freyermuth | 2015-01-06 | 1 | -13/+79 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | Kill all tabs | wm4 | 2014-04-13 | 1 | -184/+184 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -56/+52 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -4/+6 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -1/+1 |
* | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -2/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -1/+1 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -1/+1 |
* | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -290/+2 |
* | Add header for exported DVB-related functions. | diego | 2010-02-21 | 1 | -0/+1 |
* | cosmetics: Move functions around to avoid forward declarations and #ifdefs. | diego | 2010-02-21 | 1 | -134/+119 |
* | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 1 | -4/+4 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -9/+9 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 | 1 | -3/+1 |
* | Intialize unused fd variables to -1 (which is actually invalid) instead | reimar | 2008-11-04 | 1 | -1/+1 |
* | Conditionally declare a conditionally used variable, fixes the warning: | diego | 2008-10-24 | 1 | -1/+4 |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 1 | -1/+1 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -19/+19 |
* | in preparation for multi-frontend patch replaced file-static device names wit... | nicodvb | 2008-04-13 | 1 | -17/+28 |
* | dvb_demuxdev etc. are only used in dvb_tune.c so make them static | reimar | 2008-01-13 | 1 | -6/+6 |
* | Make several arrays const | reimar | 2008-01-13 | 1 | -7/+7 |
* | removed unused variables and parameters | nicodvb | 2007-10-30 | 1 | -3/+2 |
* | Comment out unused variable, fixes the warning: | diego | 2007-10-30 | 1 | -1/+1 |
* | removed useless inclusion of error.h | nicodvb | 2007-10-13 | 1 | -1/+0 |
* | removed static declaration before non-instantiated struct; patch by cehoyos a... | nicodvb | 2007-01-09 | 1 | -1/+1 |
* | reindented | nicodvb | 2007-01-06 | 1 | -16/+16 |
* | init to 0 feparams before tuning | nicodvb | 2007-01-06 | 1 | -0/+1 |
* | removed useless reporting code | nicodvb | 2007-01-06 | 1 | -55/+3 |
* | moved actual tuning code from check_status() to tune_it() | nicodvb | 2007-01-06 | 1 | -18/+12 |
* | reindentation | nicodvb | 2006-12-30 | 1 | -13/+13 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+791 |