summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_v4l.c
Commit message (Collapse)AuthorAgeFilesLines
* v4l2 checkhenry2003-08-131-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10594 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing my (nonworking) email addressalex2003-07-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10369 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000000000lrfelker2003-04-291-2/+2
| | | | | | | | | | | default fps has been broken on ntsc for a LONG time because of this nonsense! (29.00?!?) no idea why no one caught it, i just have fps=29.97 in my config file... i hope the bsd code works; i can't test it. btw, the (int)*(void **)arg stuff is total nonsense, no idea how that even works... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10020 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9746 b3059339-0415-0410-9bf9-f77b7e298cf2
* color equalizer for tv inputhenry2003-03-231-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9664 b3059339-0415-0410-9bf9-f77b7e298cf2
* report TRUE for IS_AUDIO control when user forces the audio recordinghenry2003-03-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9635 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace sys_errlist with strerror() by Ivan Szantohenry2003-03-201-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9625 b3059339-0415-0410-9bf9-f77b7e298cf2
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-191-1/+164
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9621 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove the lower boundaryhenry2003-03-161-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9610 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups and some 10l fixes for previous commithenry2003-03-161-41/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9609 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct small framerate fluctuations directly in the capture threadhenry2003-03-151-1/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9608 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix default device (manpage says /dev/video0, /dev/video often is a directory)colin2003-02-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9217 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix off-by-one error messagecolin2003-02-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9216 b3059339-0415-0410-9bf9-f77b7e298cf2
* NTSC is 29.97 fps, not 30. wrong values here are likely to causerfelker2003-01-141-1/+1
| | | | | | | | duplicated frames in mencoder if used with fixed-fps tv cards and in any case they'll result in horrible jerky video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8954 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lhenry2003-01-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8775 b3059339-0415-0410-9bf9-f77b7e298cf2
* supress clicks/noise when changing channelshenry2003-01-011-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Obvious patch to avoid undefined behaviour of multiple side effects inarpi2002-12-311-3/+3
| | | | | | | | a single expression. patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8672 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow utilization of more v4l buffers, patch by Carsten Schulz ↵henry2002-12-291-15/+14
| | | | | | <carsten@gnocchi.dialup.fu-berlin.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8651 b3059339-0415-0410-9bf9-f77b7e298cf2
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-281-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8628 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't give up when set_tuner fails; more zero div sanity checkshenry2002-12-161-7/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8486 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for exotic normshenry2002-12-161-5/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8478 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible division by zerohenry2002-12-141-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8445 b3059339-0415-0410-9bf9-f77b7e298cf2
* allocate the video buffer on the fly, instead of one big chunk at startuphenry2002-12-101-21/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8418 b3059339-0415-0410-9bf9-f77b7e298cf2
* set channel count to a saner value if the card reports an unknown audio modehenry2002-12-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8336 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* skew calculations modified to use integershenry2002-11-081-48/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8132 b3059339-0415-0410-9bf9-f77b7e298cf2
* increase buffer size in immediate modehenry2002-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8023 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L fixhenry2002-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7955 b3059339-0415-0410-9bf9-f77b7e298cf2
* added an option for specifying the size of capture bufferhenry2002-10-251-10/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7906 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes in forceaudio optionhenry2002-10-221-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7845 b3059339-0415-0410-9bf9-f77b7e298cf2
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7836 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a forgotten shutdown testhenry2002-10-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stop grabbing from v4l when paused by Jindrich Makovickaalex2002-10-191-22/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7804 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanups for video_grabber() which fix a race condition by Jindrich ↵alex2002-10-021-21/+25
| | | | | | Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7586 b3059339-0415-0410-9bf9-f77b7e298cf2
* complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-69/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7533 b3059339-0415-0410-9bf9-f77b7e298cf2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed message leveles (too many non-sense info messages)alex2002-09-081-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7319 b3059339-0415-0410-9bf9-f77b7e298cf2
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> ↵alex2002-09-081-3/+3
| | | | | | for webcams git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7318 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-301-14/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7164 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-221-8/+10
| | | | | | | some silly bugs slipped through.. here is the fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7071 b3059339-0415-0410-9bf9-f77b7e298cf2
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-237/+671
| | | | | | | | | | | | | - multithreaded audio/video buffering (I know mplayer crew hates threads but it seems to me as the only way of doing reliable a/v capture) - a/v timebase synchronization (sample count vs. gettimeofday) - "immediate" mode support for mplayer - fixed colorspace stuff - RGB?? and YUY2 modes now work as expected - native ALSA audio capture - separated audio input layer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Paul Ortyl's patch - tv4l timestamps (not so precise :()alex2002-06-241-7/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6554 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv audio fixing patch by Paul Ortyl <ortylp at 3miasto.net>alex2002-06-231-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>.atmos42002-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6306 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabled audioalex2002-05-021-10/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5942 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-7/+4
| | | | | | | | | | | - tvi interface changes, grab_audio/video now returns timestamp! - tv demuxer gets 'ds' hint too - some verbose skip/dup counters to mencoder - tvi_bsdbt848.c updates - aviwrite/mencoder size types int->off_t git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2
* update by Charles Henrichalex2002-03-151-7/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5089 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedalex2001-12-271-129/+212
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3816 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed video syncingalex2001-12-241-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3712 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420 supportalex2001-12-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3704 b3059339-0415-0410-9bf9-f77b7e298cf2
* checkings for malloc results (potential memleaks)pl2001-12-191-7/+17
| | | | | | | btw: C functions in .h files is dirty :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3612 b3059339-0415-0410-9bf9-f77b7e298cf2
* update (audio support is coming:)alex2001-12-031-21/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3285 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for support detection by configurealex2001-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3244 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatealex2001-11-301-28/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3221 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for setting color valuesalex2001-11-161-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2938 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv interface updatealex2001-11-161-6/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2932 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated audio and tuner checkingalex2001-11-111-8/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2842 b3059339-0415-0410-9bf9-f77b7e298cf2
* tuning worx (can set frequency)alex2001-11-111-7/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2838 b3059339-0415-0410-9bf9-f77b7e298cf2
* never include files from public headers...arpi2001-11-111-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2831 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TValex2001-11-111-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2820 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf's changed into mp_msgalex2001-11-111-64/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2819 b3059339-0415-0410-9bf9-f77b7e298cf2
* doublebuffeing SYNC fixedarpi2001-11-111-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2815 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv updatealex2001-11-111-26/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2811 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv updatealex2001-11-101-70/+485
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2803 b3059339-0415-0410-9bf9-f77b7e298cf2
* added tv subsystemalex2001-11-091-0/+267
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2791 b3059339-0415-0410-9bf9-f77b7e298cf2