summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
Commit message (Expand)AuthorAgeFilesLines
* Raw audio and video are always keyframesranma2004-03-171-0/+2
* dont mess up v4l volumesattila2004-02-221-1/+1
* ALSA 1.x audio out driverhenry2004-01-111-1/+1
* audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yaho...alex2003-09-061-1/+1
* spelling fixesdiego2003-09-011-14/+14
* Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no ne...alex2003-08-131-23/+19
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-121-8/+7
* v4l2 supporthenry2003-08-071-2/+23
* I'd like to change tv tuner frequency in the slave mode. So this patchgabucino2003-08-041-21/+35
* removing my (nonworking) email addressalex2003-07-031-1/+1
* warning fixes by Dominikalex2003-06-031-0/+1
* 1000000000lrfelker2003-04-291-1/+1
* abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan...alex2003-04-281-1/+21
* mingw fixfaust32003-04-181-1/+1
* channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI....alex2003-04-091-0/+11
* color equalizer for tv inputhenry2003-03-231-0/+10
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-191-0/+24
* 10L never blowup an option pointer !!!!albeu2003-03-031-2/+3
* make tv non-seekablehenry2003-02-251-1/+1
* sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>arpi2003-01-141-6/+9
* 10l? :)arpi2003-01-061-1/+1
* -nosound fixhenry2003-01-051-0/+5
* 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