summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-1/+2
* get rid of useless *alloc castsreimar2007-06-241-5/+5
* Set errno to 0 after printing it, not beforereimar2007-06-081-1/+1
* replaced 2 instances of sprintf() with snprintf() and one instancenicodvb2007-03-031-4/+3
* Fix FSF address and otherwise broken license headers.diego2007-01-221-1/+1
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...nicodvb2007-01-071-1/+1
* don't add pid 0 if it's already present in the listnicodvb2007-01-061-6/+5
* remove headers included twiceaurel2006-12-031-2/+0
* use strchr() instead of index()aurel2006-12-031-1/+1
* match exactly card number N specified, rather than the N-th actually usablenicodvb2006-11-261-3/+12
* riformatted after previous commitnicodvb2006-11-191-2/+2
* if in the list of pids appears at least one 8192 (while TS) remove all other ...nicodvb2006-11-191-1/+18
* use calloc() instead of malloc()nicodvb2006-11-041-1/+1
* nonsense removal: compare old and new frequency in order to skip tuningnicodvb2006-11-041-42/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-031-0/+870