summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_v4l.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2 checkhenry2003-08-131-0/+22
* removing my (nonworking) email addressalex2003-07-031-2/+2
* 1000000000lrfelker2003-04-291-2/+2
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
* color equalizer for tv inputhenry2003-03-231-4/+10
* report TRUE for IS_AUDIO control when user forces the audio recordinghenry2003-03-211-0/+1
* replace sys_errlist with strerror() by Ivan Szantohenry2003-03-201-5/+5
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-191-1/+164
* remove the lower boundaryhenry2003-03-161-2/+1
* cleanups and some 10l fixes for previous commithenry2003-03-161-41/+44
* correct small framerate fluctuations directly in the capture threadhenry2003-03-151-1/+47
* fix default device (manpage says /dev/video0, /dev/video often is a directory)colin2003-02-021-1/+1
* fix off-by-one error messagecolin2003-02-021-1/+1
* NTSC is 29.97 fps, not 30. wrong values here are likely to causerfelker2003-01-141-1/+1
* 10Lhenry2003-01-041-1/+1
* supress clicks/noise when changing channelshenry2003-01-011-4/+19
* Obvious patch to avoid undefined behaviour of multiple side effects inarpi2002-12-311-3/+3
* allow utilization of more v4l buffers, patch by Carsten Schulz <carsten@gnocc...henry2002-12-291-15/+14
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-281-2/+1
* don't give up when set_tuner fails; more zero div sanity checkshenry2002-12-161-7/+16
* support for exotic normshenry2002-12-161-5/+27
* fixed possible division by zerohenry2002-12-141-1/+6
* allocate the video buffer on the fly, instead of one big chunk at startuphenry2002-12-101-21/+55
* set channel count to a saner value if the card reports an unknown audio modehenry2002-12-031-0/+5
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* skew calculations modified to use integershenry2002-11-081-48/+36
* increase buffer size in immediate modehenry2002-11-011-1/+1
* 10L fixhenry2002-10-291-1/+1
* added an option for specifying the size of capture bufferhenry2002-10-251-10/+15
* minor fixes in forceaudio optionhenry2002-10-221-1/+9
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-221-1/+1
* add a forgotten shutdown testhenry2002-10-221-0/+3
* Stop grabbing from v4l when paused by Jindrich Makovickaalex2002-10-191-22/+17
* some cleanups for video_grabber() which fix a race condition by Jindrich Mako...alex2002-10-021-21/+25
* complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-69/+92
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-9/+4
* changed message leveles (too many non-sense info messages)alex2002-09-081-11/+11
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for...alex2002-09-081-3/+3
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-301-14/+61
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-221-8/+10
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-237/+671
* Paul Ortyl's patch - tv4l timestamps (not so precise :()alex2002-06-241-7/+19
* tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>alex2002-06-231-3/+5
* Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.atmos42002-06-051-1/+1
* disabled audioalex2002-05-021-10/+21
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-7/+4
* update by Charles Henrichalex2002-03-151-7/+15
* updatedalex2001-12-271-129/+212
* fixed video syncingalex2001-12-241-3/+5
* i420 supportalex2001-12-241-0/+1
* checkings for malloc results (potential memleaks)pl2001-12-191-7/+17
* update (audio support is coming:)alex2001-12-031-21/+19
* updated for support detection by configurealex2001-12-011-1/+1
* updatealex2001-11-301-28/+10
* added support for setting color valuesalex2001-11-161-0/+30
* tv interface updatealex2001-11-161-6/+29
* updated audio and tuner checkingalex2001-11-111-8/+52
* tuning worx (can set frequency)alex2001-11-111-7/+26
* 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-5/+5
* printf's changed into mp_msgalex2001-11-111-64/+46
* doublebuffeing SYNC fixedarpi2001-11-111-3/+4
* tv updatealex2001-11-111-26/+42
* tv updatealex2001-11-101-70/+485
* added tv subsystemalex2001-11-091-0/+267