index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
tv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all tvi_info_t const
reimar
2008-01-13
1
-5
/
+5
*
Make some tvi_functions_t pointers const that I forgot to change before
reimar
2008-01-13
1
-5
/
+5
*
Remove useless ifdefs
reimar
2008-01-13
1
-8
/
+0
*
Add type to extern declaration
reimar
2008-01-13
1
-1
/
+1
*
Add missing '\n' in tv scanner results output.
voroshil
2007-11-26
1
-0
/
+1
*
Fix memory leak.
voroshil
2007-11-05
1
-0
/
+1
*
Fix segmentation fault after audio initialization failure in tv driver.
voroshil
2007-11-05
1
-2
/
+5
*
Disable channel scanner when no tuner is present.
voroshil
2007-10-15
1
-0
/
+8
*
Remove unnecessary curly braces.
voroshil
2007-10-14
1
-4
/
+1
*
8 bytes buffer is not enough for at least SECAM-DK.
voroshil
2007-10-14
1
-1
/
+1
*
Replace duplicated code with call to routine
voroshil
2007-10-14
1
-7
/
+1
*
10l: routine sets norm from parameter, but prints value of tv norm option
voroshil
2007-10-14
1
-1
/
+1
*
(cosmetics) indentation fix of my previous commit and small readability
voroshil
2007-10-14
1
-22
/
+25
*
Remove driver-dependent #ifdef from norm_from_string routine.
voroshil
2007-10-14
1
-22
/
+14
*
(cosmetics) remove trailing whitespace
voroshil
2007-10-14
1
-37
/
+37
*
10l fix compilation with v4l2
iive
2007-10-13
1
-1
/
+1
*
DirectShow based tv:// driver for win32
voroshil
2007-10-13
1
-4
/
+22
*
Implement setting gain control for video devices (usually webcams)
voroshil
2007-09-18
1
-0
/
+4
*
Fix missing reset/initialization (with tv parameters) of
voroshil
2007-09-13
1
-0
/
+2
*
Implementation of tv:// driver autodetection.
voroshil
2007-09-10
1
-8
/
+18
*
Move channels option parsing code into separate routine.
voroshil
2007-08-28
1
-67
/
+72
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
1
-0
/
+104
*
Teletext support.
voroshil
2007-07-29
1
-0
/
+6
*
Removing global variables from tv://
voroshil
2007-07-29
1
-42
/
+0
*
Removing global variables from tv://
voroshil
2007-07-29
1
-61
/
+61
*
Removing global variables from tv://
voroshil
2007-07-29
1
-6
/
+7
*
Removing forward declarations of routines used only in tv.c
voroshil
2007-07-29
1
-4
/
+2
*
Cosmetics.
voroshil
2007-07-29
1
-10
/
+10
*
Cosmetics: move two routines up
voroshil
2007-07-29
1
-34
/
+34
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
1
-1
/
+2
*
Revert r23530.
voroshil
2007-06-21
1
-75
/
+0
*
Teletext support for tv:// (v4l and v4l2 only)
voroshil
2007-06-10
1
-0
/
+75
*
Fix compiler warnings.
voroshil
2007-06-08
1
-2
/
+0
*
New "automute" tv:// option.
voroshil
2007-05-31
1
-0
/
+1
*
More fastmemcpy.h removal
reimar
2007-05-27
1
-1
/
+0
*
cosmetics. restore empty line removed in r22985.
voroshil
2007-04-13
1
-0
/
+1
*
Move translatable strings from tv.c to help_mp*
voroshil
2007-04-13
1
-51
/
+44
*
Add missing bogus norm warning for v4l2
voroshil
2007-03-19
1
-0
/
+3
*
Make sure bogus parameter will not be ignored by user.
voroshil
2007-03-19
1
-1
/
+1
*
New slave command: tv_step_freq <offset in MHz>
voroshil
2007-03-17
1
-0
/
+15
*
Allow to specify frequencies in channels option.
voroshil
2007-03-16
1
-0
/
+7
*
tv driver loading rework. As a side effect "-tv driver=help" option is
voroshil
2007-03-01
1
-31
/
+56
*
Two crash issues fixed:
voroshil
2007-01-08
1
-1
/
+9
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
1
-1
/
+1
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
1
-2
/
+2
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+919