summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAgeFilesLines
* stream_dvb: use stream_drop_buffers()wm42014-10-081-2/+1
* stream_dvb: restore --dvbin-file optionwm42014-08-061-7/+14
* stream_dvb: fix channels.conf preference orderwm42014-08-061-3/+4
* Audit and replace all ctype.h useswm42014-07-011-2/+2
* Basic xdg directory implementationKenneth Zhou2014-06-261-12/+7
* Add more constwm42014-06-111-2/+2
* stream_dvb: remove global option variableswm42014-06-111-19/+21
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-3/+17
* stream: remove chaos related to writeable streamswm42014-05-241-5/+1
* Kill all tabswm42014-04-131-600/+600
* path lookup functions: mp_msg conversionswm42013-12-211-3/+0
* stream: mp_msg conversionswm42013-12-211-72/+55
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Use O_CLOEXEC when creating FDswm42013-11-301-2/+5
* stream_dvb: remove bogus free callswm42013-11-181-5/+0
* Copyright, LICENSE: switch to GPL version 2 or laterwm42013-10-131-1/+2
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-7/+7
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-50/+34
* stream: remove inactive URL option fieldswm42013-07-301-5/+0
* stream: remove useless author/comment fieldswm42013-07-121-3/+2
* stream: remove fd memberwm42013-07-121-2/+2
* Cleanup some include statementswm42013-07-121-1/+0
* demux: rewrite probing and demuxer initializationwm42013-07-121-1/+2
* core: change open_stream and demux_open signaturewm42013-07-121-2/+2
* Remove old demuxerswm42013-07-071-1/+1
* stream: don't set EOF flag in stream implementationswm42013-06-161-1/+0
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-091-2/+5
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-29/+34
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* cleanup: don't check for NULL before free()diego2010-11-081-14/+6
* stream_dvb.c: avoid compiler warning by adding initializationdiego2010-11-021-0/+1
* Merge svn changes up to r30967Uoti Urpala2010-04-261-1/+1
|\
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
|/
* Drop support for old-style DVB code.diego2010-03-021-9/+0
* Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.reimar2010-02-201-3/+3
* Support ISDB-Tb tunning in Brazilcehoyos2009-10-301-3/+7
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* Get rid of pointless 'extern' keywords.diego2008-12-031-4/+4
* set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...nicodvb2008-11-051-0/+2
* Fix condition broken in r27401 which incorrectly caused stdin to be closed af...reimar2008-11-041-1/+1
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-4/+4
* removed useless parameter :type from -dvbin (the frontend type is reported by...nicodvb2008-04-121-6/+3
* removed defunct options :vid and :aid from -dvbin (they were useless from the...nicodvb2008-04-121-10/+5
* search channels.conf in mplayer's instdir if all other searches fail; patch b...nicodvb2008-03-031-0/+6
* Remove some unused extern variablesreimar2008-01-131-1/+0
* stream_opts should be constreimar2008-01-131-1/+1
* 10l, in dvb_free_config() channels' names must be free individuallynicodvb2007-12-151-3/+6
* removed the obscene priv->stream entry. Someone must have injected vodka in m...nicodvb2007-12-151-4/+3
* get rid of the file-static dvb_config and free the config at close() . Patch...nicodvb2007-12-151-10/+22
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-151-5/+6
* fix memleaks; patch by andrew calkin from gmail comnicodvb2007-12-121-0/+6
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* removed unused variables and parametersnicodvb2007-10-301-5/+5
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-1/+2
* get rid of useless *alloc castsreimar2007-06-241-5/+5
* Set errno to 0 after printing it, not beforereimar2007-06-081-1/+1
* replaced 2 instances of sprintf() with snprintf() and one instancenicodvb2007-03-031-4/+3
* Fix FSF address and otherwise broken license headers.diego2007-01-221-1/+1
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...nicodvb2007-01-071-1/+1
* don't add pid 0 if it's already present in the listnicodvb2007-01-061-6/+5
* remove headers included twiceaurel2006-12-031-2/+0
* use strchr() instead of index()aurel2006-12-031-1/+1
* match exactly card number N specified, rather than the N-th actually usablenicodvb2006-11-261-3/+12
* riformatted after previous commitnicodvb2006-11-191-2/+2
* if in the list of pids appears at least one 8192 (while TS) remove all other ...nicodvb2006-11-191-1/+18
* use calloc() instead of malloc()nicodvb2006-11-041-1/+1
* nonsense removal: compare old and new frequency in order to skip tuningnicodvb2006-11-041-42/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-031-0/+870