mpv/libvo
arpi ce587559f7 This patch adds the functionality to disable/enable subtitles while playing
a video. I mapped it to the input-keyword "sub_visibility".
This keyword is  mapped to the 'v' key on the keyboard. I tested the patch
with old-fashioned  subtitles, with freetype subtitles and DVD subtitles.
Works fine. The patch also includes documentation updates.

patch by Uwe.Reder@3SOFT.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:40:51 +00:00
..
.cvsignore
Makefile freetype 2.0/2.1+ support - disabled by default until bugs fixed 2002-08-28 20:52:02 +00:00
aclib.c
aclib_template.c
aspect.c
aspect.h
aspecttest.c
fastmemcpy.h
font_load.c freetype 2.0/2.1+ support - disabled by default until bugs fixed 2002-08-28 20:52:02 +00:00
font_load.h 2*100l, extern fv() {} is nonsense, you have to decide if it is extern or 2002-08-30 13:53:27 +00:00
font_load_ft.c libgen.h is glibc specific, and not used at all -> removed 2002-08-29 21:09:48 +00:00
gtf.c
gtf.h
img_format.h
jpeg_enc.c libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals in MpegEncContext 2002-09-30 21:46:54 +00:00
jpeg_enc.h
mga_common.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
osd.c
osd.h
osd_font.h freetype 2.0/2.1+ support - disabled by default until bugs fixed 2002-08-28 20:52:02 +00:00
osd_template.c
spuenc.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
spuenc.h
sub.c This patch adds the functionality to disable/enable subtitles while playing 2002-10-06 17:40:51 +00:00
sub.h This patch adds the functionality to disable/enable subtitles while playing 2002-10-06 17:40:51 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c video out driver list support (like -vc, example: -vo xmga,xv,x11,) 2002-09-29 21:53:05 +00:00
video_out.h video out driver list support (like -vc, example: -vo xmga,xv,x11,) 2002-09-29 21:53:05 +00:00
video_out_internal.h finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
videodev_mjpeg.h
vo_3dfx.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_aa.c Fixed some typos and an error in the help output. 2002-10-06 17:18:57 +00:00
vo_bl.c extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade 2002-09-08 22:41:53 +00:00
vo_dga.c flickering fix, patch by Fredrik Noring <noring@nocrew.org> 2002-10-01 21:47:32 +00:00
vo_directfb.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_directfb2.c config() parameters change 2002-09-04 21:53:38 +00:00
vo_directx.c This patch hopefully fixes colorkeying and a segfault in exclusive mode 2002-10-06 16:56:42 +00:00
vo_dxr2.c 10l fix by Mark <CompGuy284@attbi.com> 2002-09-03 15:18:39 +00:00
vo_dxr3.c - fix window handling with dxr3 2002-08-29 23:15:24 +00:00
vo_fbdev.c -zoom will be handled by -vop scale 2002-09-17 09:55:05 +00:00
vo_ggi.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_gif89a.c U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com> 2002-09-22 18:43:53 +00:00
vo_gl.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_gl2.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_jpeg.c U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com> 2002-09-22 18:43:53 +00:00
vo_md5.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_mga.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_mpegpes.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_null.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_pgm.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_png.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
vo_sdl.c Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp. 2002-08-31 15:04:18 +00:00
vo_svga.c warning fix - hope it don't break it 2002-09-29 19:23:21 +00:00
vo_syncfb.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_tdfxfb.c Fixed some breakages of single-buffer rendering of tdfx 2002-08-29 12:04:21 +00:00
vo_vesa.c It prevents mode change when Hsync out of range. 2002-09-10 20:41:13 +00:00
vo_x11.c -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net> 2002-09-28 20:09:14 +00:00
vo_xmga.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +00:00
vo_xv.c -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net> 2002-09-28 20:09:14 +00:00
vo_xvidix.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_yuv4mpeg.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vo_zr.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vosub_vidix.c finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
vosub_vidix.h finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api 2002-08-28 21:32:32 +00:00
wskeys.h
x11_common.c _NET_WM_FULLSCREEN support 2002-10-01 14:37:01 +00:00
x11_common.h Add the code that chooses a good X11 truecolor visual to the vo_x11 config() 2002-09-03 18:10:42 +00:00