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
*
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