summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
* Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* typo fix: inited --> initializeddiego2008-02-141-9/+9
* Make all tvi_info_t constreimar2008-01-131-1/+1
* Add missing call to audio_in_uninit in v4l2 tv driver.voroshil2007-11-131-0/+2
* After receiving EINTR 'read' syscall should be restarted.voroshil2007-10-161-0/+2
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-1/+34
* Fix for:voroshil2007-09-081-1/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+8
* Added missing newline.cehoyos2007-08-031-1/+1
* Teletext supportvoroshil2007-07-291-0/+179
* Removing global variables from tv://voroshil2007-07-291-30/+30
* Removing global variables from tv://voroshil2007-07-291-5/+8
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-011-40/+40
* New "automute" tv:// option.voroshil2007-05-311-0/+10
* remove unnecessary stubs which were not ever used.voroshil2007-05-241-9/+0
* (cosmetics) replace tabs with spacesvoroshil2007-04-291-970/+970
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-2/+5
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.reimar2006-12-121-0/+3
* changed email addresshenry2006-11-041-1/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1746