summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* stream/tvi_v4l2.c: simplify by using getfps helper functionreimar2011-01-311-9/+2
* cleanup: don't check for NULL before free()diego2010-11-081-10/+5
* Remove remaining %lf printf conversionsreimar2010-11-021-4/+4
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-2/+1
* stream/tv: move free_handle() from header to tv.cdiego2010-11-021-2/+2
* spelling fixessiretart2010-11-021-2/+2
* tv.h: Change function pointer types to proper declarationsreimar2010-11-021-1/+1
* 100l, fix check for V4L2 capture capability flag.reimar2009-12-111-1/+1
* Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-12/+0
* Separate teletext from tv support.cehoyos2009-11-071-2/+3
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-291-1/+1
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.reimar2009-04-101-0/+1
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,reimar2009-03-161-0/+8
* 100l fix calculation of dropped frames, number of frames is time * fps, not t...reimar2009-03-151-1/+1
* Replace informal GPL notes by standard GPL header.diego2008-12-131-15/+25
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-0/+1
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-1/+1
* Rename some audio-output-related preprocessor directives.diego2008-08-051-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-6/+6
* 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