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
/
tv.c
Commit message (
Expand
)
Author
Age
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Reorder some functions to avoid implicit declaration warnings.
diego
2008-06-19
*
Ability for specifying TV standard individually for each TV channel.
voroshil
2008-06-14
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Make all tvi_info_t const
reimar
2008-01-13
*
Make some tvi_functions_t pointers const that I forgot to change before
reimar
2008-01-13
*
Remove useless ifdefs
reimar
2008-01-13
*
Add type to extern declaration
reimar
2008-01-13
*
Add missing '\n' in tv scanner results output.
voroshil
2007-11-26
*
Fix memory leak.
voroshil
2007-11-05
*
Fix segmentation fault after audio initialization failure in tv driver.
voroshil
2007-11-05
*
Disable channel scanner when no tuner is present.
voroshil
2007-10-15
*
Remove unnecessary curly braces.
voroshil
2007-10-14
*
8 bytes buffer is not enough for at least SECAM-DK.
voroshil
2007-10-14
*
Replace duplicated code with call to routine
voroshil
2007-10-14
*
10l: routine sets norm from parameter, but prints value of tv norm option
voroshil
2007-10-14
*
(cosmetics) indentation fix of my previous commit and small readability
voroshil
2007-10-14
*
Remove driver-dependent #ifdef from norm_from_string routine.
voroshil
2007-10-14
*
(cosmetics) remove trailing whitespace
voroshil
2007-10-14
*
10l fix compilation with v4l2
iive
2007-10-13
*
DirectShow based tv:// driver for win32
voroshil
2007-10-13
*
Implement setting gain control for video devices (usually webcams)
voroshil
2007-09-18
*
Fix missing reset/initialization (with tv parameters) of
voroshil
2007-09-13
*
Implementation of tv:// driver autodetection.
voroshil
2007-09-10
*
Move channels option parsing code into separate routine.
voroshil
2007-08-28
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
*
Teletext support.
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Removing forward declarations of routines used only in tv.c
voroshil
2007-07-29
*
Cosmetics.
voroshil
2007-07-29
*
Cosmetics: move two routines up
voroshil
2007-07-29
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
Revert r23530.
voroshil
2007-06-21
*
Teletext support for tv:// (v4l and v4l2 only)
voroshil
2007-06-10
*
Fix compiler warnings.
voroshil
2007-06-08
*
New "automute" tv:// option.
voroshil
2007-05-31
*
More fastmemcpy.h removal
reimar
2007-05-27
*
cosmetics. restore empty line removed in r22985.
voroshil
2007-04-13
*
Move translatable strings from tv.c to help_mp*
voroshil
2007-04-13
*
Add missing bogus norm warning for v4l2
voroshil
2007-03-19
*
Make sure bogus parameter will not be ignored by user.
voroshil
2007-03-19
*
New slave command: tv_step_freq <offset in MHz>
voroshil
2007-03-17
*
Allow to specify frequencies in channels option.
voroshil
2007-03-16
*
tv driver loading rework. As a side effect "-tv driver=help" option is
voroshil
2007-03-01
*
Two crash issues fixed:
voroshil
2007-01-08
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31