summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
Commit message (Expand)AuthorAgeFilesLines
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:pl2002-05-011-2/+2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-59/+45
* audio support and pts based packet handling by Charles Henrichalex2002-03-151-42/+104
* yuy2 reported as workingalex2002-01-261-2/+2
* fixed channel changing with frequencies.calex2002-01-181-1/+1
* updatedalex2001-12-271-9/+7
* As nobody fixed this yet:pl2001-12-251-1/+1
* i420 supportalex2001-12-241-0/+2
* x = malloc(strlen(s) + c) ... strcpy(x, s)pl2001-12-191-2/+1
* give the IMGFMT_ for sh_video->format not 0x0alex2001-12-091-1/+1
* add tv fps supportalex2001-12-031-2/+4
* update (audio support is coming:)alex2001-12-031-22/+36
* init_v4l only present if HAVE_TV_V4Lalex2001-12-011-0/+2
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...alex2001-11-171-0/+104
* added support for setting color valuesalex2001-11-161-0/+82
* splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to su...alex2001-11-161-67/+66
* tv interface updatealex2001-11-161-2/+7
* don't set freq if channel isn't capablealex2001-11-111-1/+1
* tuning worx (can set frequency)alex2001-11-111-7/+21
* never include files from public headers...arpi2001-11-111-0/+5
* cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TValex2001-11-111-1/+2
* printf's changed into mp_msgalex2001-11-111-13/+13
* added support for -tv outfmtalex2001-11-111-3/+20
* demuxer fixedarpi2001-11-111-66/+21
* tv updatealex2001-11-111-4/+4
* tv updatealex2001-11-101-46/+122
* added tv subsystemalex2001-11-091-0/+215