summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1746/+0
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+0
* Move conditional compilation into the build system.diego2006-07-061-4/+0
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-7/+7
* Fix a few minor spelling errors in comments.corey2006-06-051-2/+2
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-7/+7
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-221-1/+1
* make failures during e.g. setting the TV norm non-fatal.reimar2006-04-111-1/+2
* If we have a tuner, use that as a reason we have audio support, and doaurel2006-03-081-3/+2
* Don't test the v4l2_input audioset field for audio capabilities but still try...aurel2006-02-141-14/+6
* remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at g...henry2005-12-161-18/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* Do not hang forever when the card delivers no new data.reimar2005-11-101-0/+4
* fix my email addressalex2005-09-191-1/+1
* - remove useless /dev/video* checkshenry2005-09-101-1/+2
* mode fps int vs. float woeshenry2005-08-221-3/+3
* 1000000000000000lrfelker2005-08-191-1/+1
* take into account that VIDIOC_S_FMT might return updated parametersfaust32005-08-061-0/+3
* do not crash when /dev/video0 is not presentfaust32005-08-061-2/+3
* fix a crash at v4l2 uninitaurel2005-07-171-1/+1
* do not modify tv_param_noaudiohenry2005-05-141-37/+55
* cleanups of the mutex usagehenry2005-05-141-5/+5
* 10l forgotten commenthenry2005-05-141-1/+1
* improve playback with mplayer -tv immediatemode=0henry2005-05-141-17/+73
* v4l2 RGB15/16 is actually BGRhenry2005-05-121-4/+4
* use the documented default video device /dev/video0 instead of /dev/video tha...iive2005-04-231-1/+1
* removing AFMT_ dependancyalex2004-12-271-2/+2
* fix a segfault when calling loadfile during v4l2 playbackaurel2004-12-221-1/+1
* setting the norm using text ID instead of numerichenry2004-11-191-0/+16
* embarassing typodiego2004-07-191-1/+1
* 10000000000l twisted typecastinghenry2004-05-011-1/+1
* specify field mode when setting image heighthenry2004-04-151-0/+1
* missing video thread shutdown, frame count rounding fixhenry2004-02-251-1/+4
* 10lhenry2004-01-291-1/+0
* ALSA 1.x audio out driverhenry2004-01-111-1/+1
* UYVY support (port from v4l1)henry2003-12-191-0/+2
* 1000lhenry2003-09-121-12/+12
* yet another sync fixhenry2003-09-111-1/+9
* 10l - forgotten gettimeofdayhenry2003-09-051-1/+4
* Fix immediatemode with mplayer (ie playing both sound and video)albeu2003-09-011-0/+5
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-311-2/+2
* a/v sync cleanupshenry2003-08-271-12/+21
* a/v sync improvementshenry2003-08-181-4/+26
* 10l - some forgotten ifdefshenry2003-08-071-1/+1
* v4l2 supporthenry2003-08-071-0/+1622