summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAgeFilesLines
* 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