index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
tvi_v4l2.c
Commit message (
Expand
)
Author
Age
*
libaf: rename af_format.h to format.h
wm4
2012-08-29
*
Remove teletext support
wm4
2012-08-03
*
stream/tvi_v4l[2]: fix calculation of free RAM for buffers
iive
2011-07-06
*
stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)
Uoti Urpala
2011-06-29
*
stream/tvi_v4l2.c: simplify by using getfps helper function
reimar
2011-01-31
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
Remove remaining %lf printf conversions
reimar
2010-11-02
*
stream/tv: move new_handle() function from header to tv.c
diego
2010-11-02
*
stream/tv: move free_handle() from header to tv.c
diego
2010-11-02
*
spelling fixes
siretart
2010-11-02
*
tv.h: Change function pointer types to proper declarations
reimar
2010-11-02
*
100l, fix check for V4L2 capture capability flag.
reimar
2009-12-11
*
Remove CONFIG_TV_TELETEXT.
cehoyos
2009-11-07
*
Separate teletext from tv support.
cehoyos
2009-11-07
*
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
2009-10-29
*
Move teletext specific code from stream into libmpcodecs.
cehoyos
2009-10-29
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
reimar
2009-04-10
*
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
reimar
2009-03-16
*
100l fix calculation of dropped frames, number of frames is time * fps, not t...
reimar
2009-03-15
*
Replace informal GPL notes by standard GPL header.
diego
2008-12-13
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
diego
2008-08-06
*
Rename some audio-output-related preprocessor directives.
diego
2008-08-05
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Try to get frame rate information through VIDIOC_G_PARM if
voroshil
2008-06-30
*
Fix division by zero in tvi_v4l2 which occures when capture device
voroshil
2008-06-30
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
typo fix: inited --> initialized
diego
2008-02-14
*
Make all tvi_info_t const
reimar
2008-01-13
*
Add missing call to audio_in_uninit in v4l2 tv driver.
voroshil
2007-11-13
*
After receiving EINTR 'read' syscall should be restarted.
voroshil
2007-10-16
*
Implement setting gain control for video devices (usually webcams)
voroshil
2007-09-18
*
Fix for:
voroshil
2007-09-08
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
*
Added missing newline.
cehoyos
2007-08-03
*
Teletext support
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
mjpeg support for v4l2 tv:// driver
voroshil
2007-06-01
*
New "automute" tv:// option.
voroshil
2007-05-31
*
remove unnecessary stubs which were not ever used.
voroshil
2007-05-24
*
(cosmetics) replace tabs with spaces
voroshil
2007-04-29
*
tv driver loading rework. As a side effect "-tv driver=help" option is
voroshil
2007-03-01
*
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
reimar
2006-12-12
*
changed email address
henry
2006-11-04
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31