| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_dvb: Remove call to stream_drop_buffers in fill_buffer. | Oliver Freyermuth | 2020-04-10 | 1 | -2/+0 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 1 | -7/+7 |
* | stream_dvb: Remove implicit fallthroughs and consistify debug messages. | Oliver Freyermuth | 2019-12-28 | 1 | -4/+12 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 1 | -0/+1 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -2/+3 |
* | stream: change buffer argument types from char* to void* | wm4 | 2019-11-07 | 1 | -2/+2 |
* | stream_dvb: Remove now replaced stream-control code for good. | Oliver Freyermuth | 2019-10-02 | 1 | -84/+0 |
* | stream_dvb: Allow actual zapping of channels again. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+7 |
* | stream_dvb: Add dvb_update_config to poll config parameters. | Oliver Freyermuth | 2019-10-02 | 1 | -0/+32 |
* | stream_dvb: Move stream->is_on initialization to state preparation. | Oliver Freyermuth | 2019-10-02 | 1 | -1/+1 |
* | stream_dvb: Factor out logic to determine program and card. | Oliver Freyermuth | 2019-10-02 | 1 | -47/+71 |
* | stream_dvb: Use separated out options struct. | Oliver Freyermuth | 2019-10-02 | 1 | -21/+24 |
* | stream_dvb: remove unused variable | wm4 | 2019-09-21 | 1 | -1/+0 |
* | stream: remove some more optical disc leftovers | wm4 | 2019-09-13 | 1 | -1/+0 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 1 | -1/+4 |
* | stream_dvb: Increase timeout of streaming read. | Oliver Freyermuth | 2019-09-02 | 1 | -1/+1 |
* | stream_dvb: Adapt to VDR channel config format. | Oliver Freyermuth | 2019-09-02 | 1 | -3/+8 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -2/+2 |
|\ |
|
| * | stream_dvb: Correct range for dvbin-card option. | Oliver Freyermuth | 2018-12-12 | 1 | -2/+2 |
* | | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 1 | -1/+0 |
* | | command: whitelist some blocking accesses for certain demuxers/streams | wm4 | 2018-05-24 | 1 | -0/+1 |
|/ |
|
* | dvb: Add multiple frontends support: MAX_FRONTENDS now 8. | rim | 2017-12-16 | 1 | -73/+77 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 1 | -0/+4 |
* | dvb: Skip channel if ATSC device does not support cable / terr. | Oliver Freyermuth | 2017-10-09 | 1 | -1/+3 |
* | dvb: Implement parsing of modulation for VDR-style channels config. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+50 |
* | dvb: Fixes for ATSC tuning. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+16 |
* | stream_dvb: Multiply frequency and sample rate by 1000 for VDR. | Oliver Freyermuth | 2017-10-09 | 1 | -4/+3 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-03-06 | 1 | -350/+401 |
* | Revert "dvb: add support for DVB-T2" | wm4 | 2017-02-14 | 1 | -392/+344 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-02-13 | 1 | -344/+392 |
* | dvb: move priv allocation to dvb_open | Thomas V | 2017-02-10 | 1 | -1/+1 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 1 | -1/+0 |
* | stream_dvb: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -24/+24 |
* | stream_dvb: fix minor resource leaks | wm4 | 2016-02-12 | 1 | -0/+3 |
* | stream_dvb: remove dead code | wm4 | 2016-02-12 | 1 | -5/+0 |
* | dvb: fix segmentation fault in case no valid configuration is found. | Oliver Freyermuth | 2016-01-24 | 1 | -2/+3 |
* | dvb: remove trailing whitespace | wm4 | 2016-01-22 | 1 | -8/+8 |
* | stream_dvb: support frontends with multiple delivery systems. | Oliver Freyermuth | 2016-01-21 | 1 | -48/+56 |
* | player, stream_dvb: implement dvb-channel-name property. | Oliver Freyermuth | 2016-01-14 | 1 | -1/+34 |
* | stream_dvb: global protection mutex and usage bit for global_dvb_state. | Oliver Freyermuth | 2016-01-14 | 1 | -1/+20 |
* | stream_dvb: implement GET_METADATA and return program name. | Oliver Freyermuth | 2016-01-14 | 1 | -2/+13 |
* | stream_dvb: persist state-information across channel-switches. | Oliver Freyermuth | 2016-01-14 | 1 | -35/+70 |
* | dvb: rename dvb_config_t to dvb_state_t, keep config and state there. | Oliver Freyermuth | 2016-01-14 | 1 | -86/+90 |
* | dvb: cleanup dvb_params struct, remove some unneeded fds | Oliver Freyermuth | 2016-01-07 | 1 | -4/+3 |
* | options: add M_OPT_FILE to new options that are missing it | Philip Sequeira | 2015-03-07 | 1 | -1/+1 |
* | stream_dvb: silence bogus compiler warning | wm4 | 2015-01-19 | 1 | -1/+1 |
* | stream_dvb: Add MP_ERR if polling worked, but read fails. | Oliver Freyermuth | 2015-01-13 | 1 | -0/+4 |
* | dvb: uncrustify | wm4 | 2015-01-06 | 1 | -789/+799 |
* | stream_dvb: Enable streaming mode, activates cache. | Oliver Freyermuth | 2015-01-06 | 1 | -0/+1 |
* | stream_dvb: Do not add special PIDs if we anyways record the full TP. | Oliver Freyermuth | 2015-01-06 | 1 | -23/+22 |
* | stream_dvb: Add possibility to dump a full transponder. | Oliver Freyermuth | 2015-01-06 | 1 | -4/+9 |
* | stream_dvb: Record PIDs with human-readable content, bump max demuxer count. | Oliver Freyermuth | 2015-01-06 | 1 | -0/+14 |
* | stream_dvb: Also demux PMT if possible, reactivate TPID parsing. | Oliver Freyermuth | 2015-01-06 | 1 | -12/+43 |
* | stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-... | Oliver Freyermuth | 2015-01-06 | 1 | -3/+33 |
* | stream_dvb: Move out PID-parsing, disable TPID parsing. | Oliver Freyermuth | 2015-01-06 | 1 | -26/+38 |
* | stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists. | Oliver Freyermuth | 2015-01-06 | 1 | -23/+28 |
* | stream_dvb: Handle VDR-config location-field as DISEQc-field. | Oliver Freyermuth | 2015-01-06 | 1 | -6/+26 |
* | dvb: Extend understanding of VDR channel config: stream_id, inversion. | Oliver Freyermuth | 2015-01-06 | 1 | -3/+27 |
* | stream_dvb: Very basic vdr-type channels.conf support. | Oliver Freyermuth | 2015-01-06 | 1 | -24/+80 |
* | stream_dvb: use stream_drop_buffers() | wm4 | 2014-10-08 | 1 | -2/+1 |
* | stream_dvb: restore --dvbin-file option | wm4 | 2014-08-06 | 1 | -7/+14 |
* | stream_dvb: fix channels.conf preference order | wm4 | 2014-08-06 | 1 | -3/+4 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -2/+2 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 1 | -12/+7 |
* | Add more const | wm4 | 2014-06-11 | 1 | -2/+2 |
* | stream_dvb: remove global option variables | wm4 | 2014-06-11 | 1 | -19/+21 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 1 | -3/+17 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -5/+1 |
* | Kill all tabs | wm4 | 2014-04-13 | 1 | -600/+600 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -3/+0 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -72/+55 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -2/+5 |
* | stream_dvb: remove bogus free calls | wm4 | 2013-11-18 | 1 | -5/+0 |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 1 | -1/+2 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -7/+7 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -50/+34 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 1 | -5/+0 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+2 |
* | stream: remove fd member | wm4 | 2013-07-12 | 1 | -2/+2 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -1/+0 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -1/+2 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -2/+2 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -1/+1 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 1 | -1/+0 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+5 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -29/+34 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -14/+6 |
* | stream_dvb.c: avoid compiler warning by adding initialization | diego | 2010-11-02 | 1 | -0/+1 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
|/ |
|
* | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -9/+0 |
* | Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. | reimar | 2010-02-20 | 1 | -3/+3 |
* | Support ISDB-Tb tunning in Brazil | cehoyos | 2009-10-30 | 1 | -3/+7 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -28/+28 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -4/+4 |
* | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn... | nicodvb | 2008-11-05 | 1 | -0/+2 |
* | Fix condition broken in r27401 which incorrectly caused stdin to be closed af... | reimar | 2008-11-04 | 1 | -1/+1 |
* | 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 | -4/+4 |
* | removed useless parameter :type from -dvbin (the frontend type is reported by... | nicodvb | 2008-04-12 | 1 | -6/+3 |
* | removed defunct options :vid and :aid from -dvbin (they were useless from the... | nicodvb | 2008-04-12 | 1 | -10/+5 |
* | search channels.conf in mplayer's instdir if all other searches fail; patch b... | nicodvb | 2008-03-03 | 1 | -0/+6 |
* | Remove some unused extern variables | reimar | 2008-01-13 | 1 | -1/+0 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | 10l, in dvb_free_config() channels' names must be free individually | nicodvb | 2007-12-15 | 1 | -3/+6 |
* | removed the obscene priv->stream entry. Someone must have injected vodka in m... | nicodvb | 2007-12-15 | 1 | -4/+3 |
* | get rid of the file-static dvb_config and free the config at close() . Patch... | nicodvb | 2007-12-15 | 1 | -10/+22 |
* | dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv... | nicodvb | 2007-12-15 | 1 | -5/+6 |
* | fix memleaks; patch by andrew calkin from gmail com | nicodvb | 2007-12-12 | 1 | -0/+6 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -1/+1 |
* | removed unused variables and parameters | nicodvb | 2007-10-30 | 1 | -5/+5 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -1/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+1 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -1/+2 |
* | get rid of useless *alloc casts | reimar | 2007-06-24 | 1 | -5/+5 |
* | Set errno to 0 after printing it, not before | reimar | 2007-06-08 | 1 | -1/+1 |
* | replaced 2 instances of sprintf() with snprintf() and one instance | nicodvb | 2007-03-03 | 1 | -4/+3 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 1 | -1/+1 |
* | in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro... | nicodvb | 2007-01-07 | 1 | -1/+1 |
* | don't add pid 0 if it's already present in the list | nicodvb | 2007-01-06 | 1 | -6/+5 |
* | remove headers included twice | aurel | 2006-12-03 | 1 | -2/+0 |
* | use strchr() instead of index() | aurel | 2006-12-03 | 1 | -1/+1 |
* | match exactly card number N specified, rather than the N-th actually usable | nicodvb | 2006-11-26 | 1 | -3/+12 |
* | riformatted after previous commit | nicodvb | 2006-11-19 | 1 | -2/+2 |
* | if in the list of pids appears at least one 8192 (while TS) remove all other ... | nicodvb | 2006-11-19 | 1 | -1/+18 |
* | use calloc() instead of malloc() | nicodvb | 2006-11-04 | 1 | -1/+1 |
* | nonsense removal: compare old and new frequency in order to skip tuning | nicodvb | 2006-11-04 | 1 | -42/+2 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 | 1 | -1/+1 |
* | renamed dvbin.c to stream_dvb.c for consistency | ben | 2006-08-03 | 1 | -0/+870 |