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
*
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