aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAge
...
* stream: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* stream_dvb: remove bogus free callsGravatar wm42013-11-18
* Copyright, LICENSE: switch to GPL version 2 or laterGravatar wm42013-10-13
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove inactive URL option fieldsGravatar wm42013-07-30
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: remove fd memberGravatar wm42013-07-12
* Cleanup some include statementsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* Remove old demuxersGravatar wm42013-07-07
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* Check return values of some mp_find_..._config_file function calls for NULLGravatar wm42013-02-09
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream_dvb.c: avoid compiler warning by adding initializationGravatar diego2010-11-02
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
| * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
|/
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.Gravatar reimar2010-02-20
* Support ISDB-Tb tunning in BrazilGravatar cehoyos2009-10-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...Gravatar nicodvb2008-11-05
* Fix condition broken in r27401 which incorrectly caused stdin to be closed af...Gravatar reimar2008-11-04
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* removed useless parameter :type from -dvbin (the frontend type is reported by...Gravatar nicodvb2008-04-12
* removed defunct options :vid and :aid from -dvbin (they were useless from the...Gravatar nicodvb2008-04-12
* search channels.conf in mplayer's instdir if all other searches fail; patch b...Gravatar nicodvb2008-03-03
* Remove some unused extern variablesGravatar reimar2008-01-13
* stream_opts should be constGravatar reimar2008-01-13
* 10l, in dvb_free_config() channels' names must be free individuallyGravatar nicodvb2007-12-15
* removed the obscene priv->stream entry. Someone must have injected vodka in m...Gravatar nicodvb2007-12-15
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* fix memleaks; patch by andrew calkin from gmail comGravatar nicodvb2007-12-12
* stream_opts arrays should be constGravatar reimar2007-12-02
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* removed unused variables and parametersGravatar nicodvb2007-10-30
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05