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_bsdbt848.c
Commit message (
Expand
)
Author
Age
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Make all tvi_info_t const
reimar
2008-01-13
*
add missing include (errno.h). fix compilation on openbsd
ivo
2007-10-24
*
Add missing #include to fix compilation.
diego
2007-09-12
*
Replace perror() with mp_msg()
voroshil
2007-08-26
*
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.
voroshil
2007-08-26
*
Remove unused variables.
diego
2007-08-13
*
10l: wrong pointer was initialized (causes crash during startup).
voroshil
2007-07-30
*
Removing global variables from tv://
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Fix OpenBSD compilation: strndup is a GNU extension.
reimar
2007-05-20
*
remove ugly #include from tvi_bsdbt848.c
voroshil
2007-04-09
*
Ability to specify video and audio capture device names
voroshil
2007-04-05
*
tv driver loading rework. As a side effect "-tv driver=help" option is
voroshil
2007-03-01
*
GNU/kFreeBSD support, closes Bugzilla #704.
diego
2007-01-10
*
Change occurrences of "(int)*(void **)arg" to "*(int *)arg".
uau
2006-10-10
*
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