index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_dvb.c
Commit message (
Expand
)
Author
Age
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
stream_dvb.c: avoid compiler warning by adding initialization
diego
2010-11-02
*
Merge svn changes up to r30967
Uoti Urpala
2010-04-26
|
\
|
*
Rename get_path.[ch] --> path.[ch].
diego
2010-03-20
*
|
Delete things related to old translation system
Uoti Urpala
2010-03-10
|
/
*
Drop support for old-style DVB code.
diego
2010-03-02
*
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
reimar
2010-02-20
*
Support ISDB-Tb tunning in Brazil
cehoyos
2009-10-30
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...
nicodvb
2008-11-05
*
Fix condition broken in r27401 which incorrectly caused stdin to be closed af...
reimar
2008-11-04
*
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
diego
2008-08-14
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
removed useless parameter :type from -dvbin (the frontend type is reported by...
nicodvb
2008-04-12
*
removed defunct options :vid and :aid from -dvbin (they were useless from the...
nicodvb
2008-04-12
*
search channels.conf in mplayer's instdir if all other searches fail; patch b...
nicodvb
2008-03-03
*
Remove some unused extern variables
reimar
2008-01-13
*
stream_opts should be const
reimar
2008-01-13
*
10l, in dvb_free_config() channels' names must be free individually
nicodvb
2007-12-15
*
removed the obscene priv->stream entry. Someone must have injected vodka in m...
nicodvb
2007-12-15
*
get rid of the file-static dvb_config and free the config at close() . Patch...
nicodvb
2007-12-15
*
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...
nicodvb
2007-12-15
*
fix memleaks; patch by andrew calkin from gmail com
nicodvb
2007-12-12
*
stream_opts arrays should be const
reimar
2007-12-02
*
Make m_option_t arrays referenced by cfg-common.h const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
removed unused variables and parameters
nicodvb
2007-10-30
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
get rid of useless *alloc casts
reimar
2007-06-24
*
Set errno to 0 after printing it, not before
reimar
2007-06-08
*
replaced 2 instances of sprintf() with snprintf() and one instance
nicodvb
2007-03-03
*
Fix FSF address and otherwise broken license headers.
diego
2007-01-22
*
in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...
nicodvb
2007-01-07
*
don't add pid 0 if it's already present in the list
nicodvb
2007-01-06
*
remove headers included twice
aurel
2006-12-03
*
use strchr() instead of index()
aurel
2006-12-03
*
match exactly card number N specified, rather than the N-th actually usable
nicodvb
2006-11-26
*
riformatted after previous commit
nicodvb
2006-11-19
*
if in the list of pids appears at least one 8192 (while TS) remove all other ...
nicodvb
2006-11-19
*
use calloc() instead of malloc()
nicodvb
2006-11-04
*
nonsense removal: compare old and new frequency in order to skip tuning
nicodvb
2006-11-04
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
renamed dvbin.c to stream_dvb.c for consistency
ben
2006-08-03