index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
stream_dvb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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