summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* Drop/move img_fourcc.hwm42017-06-181-1/+0
* tvi_v4l2: fix style in the uninit functionBen Boeckel2016-08-051-4/+6
* tvi_v4l2: explicitly brace the codeBen Boeckel2016-08-051-1/+4
* Fix misspellingsstepshal2016-06-261-1/+1
* Update license headersMarcin Kurczewski2015-04-131-7/+4
* Do not call strerror()wm42014-11-261-44/+44
* tv: remove some differences between immediate/normal modewm42014-10-251-38/+23
* tv: reduce waiting loop from 10ms to 1mswm42014-10-251-2/+2
* tv: remove duplicated crapwm42014-10-251-124/+76
* tv: unqueue buffers correctly (maybe, maybe not)wm42014-10-251-5/+7
* stream: change malloc+memset to callocBruno George Moraes2014-09-271-3/+0
* audio: drop swapped-endian audio formatswm42014-09-231-1/+1
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* tv: if timestamp is unset, return NOPTSwm42014-06-141-4/+4
* tv: remove some non-sensewm42014-06-141-2/+2
* tv: fix compilation without clock_gettime, don't claim to be MPlayerwm42014-06-141-1/+1
* tv: add missing header for clock_gettimewm42014-06-131-0/+1
* tv: fix a hidden static variablewm42014-06-121-9/+9
* tv: use correct timestampsiive2014-06-121-12/+48
* tv: remove printing of useless comment informationwm42014-06-111-2/+0
* tv: remove global option variableswm42014-06-111-11/+11
* tv: remove sysinfo() usagewm42014-05-301-10/+0
* Kill all tabswm42014-04-131-5/+5
* demux: mp_msg conversionswm42013-12-211-97/+98
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* tvi_v4l2: remove VBI stuffwm42013-11-131-100/+0
* tvi_v4l2: let libv4l2 convert to a known pixel formatbugmen0t2013-11-131-47/+58
* stream: don't include linux/types.h in some fileswm42013-11-131-1/+0
* Remove sh_audio->samplesizewm42013-11-091-7/+0
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* Fix some more -Wshadow warningswm42013-11-011-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* Fix some -Wshadow warningswm42013-07-231-3/+2
* Fix some cppcheck / scan-build warningswm42013-05-061-27/+0
* video: decouple internal pixel formats from FourCCswm42013-01-131-49/+49
* Rename directories, move files (step 2 of 2)wm42012-11-121-3/+3
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* Remove teletext supportwm42012-08-031-69/+9
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-061-8/+5
* stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Uoti Urpala2011-06-291-0/+4
* 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