summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
Commit message (Expand)AuthorAgeFilesLines
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-281-7/+152
* add a TV_SET_CNANNEL commandhenry2002-12-191-0/+21
* 1000L for messing up cvshenry2002-12-161-0/+8
* handle bogus norm parameter; check for errors when setting normhenry2002-12-161-9/+4
* support for exotic normshenry2002-12-161-0/+12
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+4
* added an option for specifying the size of capture bufferhenry2002-10-251-0/+1
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-221-0/+1
* removed the messalex2002-10-191-56/+0
* set position in channel list on startup. note: hope one day we will get clean...alex2002-10-191-2/+30
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-6/+5
* stream layer cleanup part 2arpi2002-09-151-6/+15
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-4/+12
* changed message leveles (too many non-sense info messages)alex2002-09-081-9/+5
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-301-1/+6
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-20/+32
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-4/+9
* 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