aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAge
...
* get rid of useless *alloc castsGravatar reimar2007-06-24
* Set errno to 0 after printing it, not beforeGravatar reimar2007-06-08
* replaced 2 instances of sprintf() with snprintf() and one instanceGravatar nicodvb2007-03-03
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...Gravatar nicodvb2007-01-07
* don't add pid 0 if it's already present in the listGravatar nicodvb2007-01-06
* remove headers included twiceGravatar aurel2006-12-03
* use strchr() instead of index()Gravatar aurel2006-12-03
* match exactly card number N specified, rather than the N-th actually usableGravatar nicodvb2006-11-26
* riformatted after previous commitGravatar nicodvb2006-11-19
* if in the list of pids appears at least one 8192 (while TS) remove all other ...Gravatar nicodvb2006-11-19
* use calloc() instead of malloc()Gravatar nicodvb2006-11-04
* nonsense removal: compare old and new frequency in order to skip tuningGravatar nicodvb2006-11-04
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* renamed dvbin.c to stream_dvb.c for consistencyGravatar ben2006-08-03