aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAge
...
* 100l, fix check for V4L2 capture capability flag.Gravatar reimar2009-12-11
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.Gravatar reimar2009-04-10
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
* 100l fix calculation of dropped frames, number of frames is time * fps, not t...Gravatar reimar2009-03-15
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Try to get frame rate information through VIDIOC_G_PARM ifGravatar voroshil2008-06-30
* Fix division by zero in tvi_v4l2 which occures when capture deviceGravatar voroshil2008-06-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Make all tvi_info_t constGravatar reimar2008-01-13
* Add missing call to audio_in_uninit in v4l2 tv driver.Gravatar voroshil2007-11-13
* After receiving EINTR 'read' syscall should be restarted.Gravatar voroshil2007-10-16
* Implement setting gain control for video devices (usually webcams)Gravatar voroshil2007-09-18
* Fix for:Gravatar voroshil2007-09-08
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Added missing newline.Gravatar cehoyos2007-08-03
* Teletext supportGravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* New "automute" tv:// option.Gravatar voroshil2007-05-31
* remove unnecessary stubs which were not ever used.Gravatar voroshil2007-05-24
* (cosmetics) replace tabs with spacesGravatar voroshil2007-04-29
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.Gravatar reimar2006-12-12
* changed email addressGravatar henry2006-11-04
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31