aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAge
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* tvi_v4l2: remove VBI stuffGravatar wm42013-11-13
* tvi_v4l2: let libv4l2 convert to a known pixel formatGravatar bugmen0t2013-11-13
* stream: don't include linux/types.h in some filesGravatar wm42013-11-13
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* Remove teletext supportGravatar wm42012-08-03
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersGravatar iive2011-07-06
* stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Gravatar Uoti Urpala2011-06-29
* stream/tvi_v4l2.c: simplify by using getfps helper functionGravatar reimar2011-01-31
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* 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