0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/libvo
Uoti Urpala 7db6430959 VO: Don't reset pause status in VO config() functions
Many VOs kept track of pause status, but reset the value when their
config() function was called. However it can be called while playback
stays in pause mode. Modify the VOs to not change anything in
config(). Also send the VO either VOCTRL_PAUSE or VOCTRL_RESUME when
the playback of a new file is starting to make sure they have the
right status.
2009-04-02 06:51:26 +03:00
..
aclib_template.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
aclib.c Conditionally compile aclib.c instead of placing #ifdef around its content. 2009-02-08 03:42:00 +00:00
aspect.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
aspect.h Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
aspecttest.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
fastmemcpy.h Merge two preprocessor conditions in order to drop one duplicated #else case. 2009-03-09 11:02:54 +00:00
font_load_ft.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
font_load.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
font_load.h Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
geometry.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
geometry.h Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
gl_common.c Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
gl_common.h Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
gtf.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
gtf.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
jpeg_enc.c Add #include <string.h> for memset. 2008-11-04 21:00:29 +00:00
jpeg_enc.h Use standard license headers with standard formatting. 2008-05-14 17:22:53 +00:00
mga_common.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
old_vo_defines.h Merge svn changes up to r28549 2009-02-13 03:52:51 +02:00
old_vo_wrapper.c Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
old_vo_wrapper.h Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
osd_font.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd_template.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
spuenc.c spuenc.c: Remove unused code 2008-08-12 14:57:18 +03:00
spuenc.h spuenc.c: Remove unused code 2008-08-12 14:57:18 +03:00
sub.c Merge svn changes up to r28641 2009-02-18 01:45:36 +02:00
sub.h Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vesa_lvo.c Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
vesa_lvo.h Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
video_out_internal.h Merge svn changes up to r26783 2008-05-15 21:19:35 +03:00
video_out.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
video_out.h Merge svn changes up to r28862 2009-03-07 01:04:41 +02:00
videodev_mjpeg.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_3dfx.c Merge svn changes up to r26783 2008-05-15 21:19:35 +03:00
vo_aa.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_bl.c Merge svn changes up to r28755 2009-02-28 05:58:59 +02:00
vo_caca.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_cvidix.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_dfbmga.c Merge svn changes up to r27649 2008-09-20 16:13:33 +03:00
vo_dga.c Merge svn changes up to r27441 2008-08-08 02:13:09 +03:00
vo_direct3d.c Merge svn changes up to r28641 2009-02-18 01:45:36 +02:00
vo_directfb2.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_directx.c Merge svn changes up to r28162 2008-12-19 00:29:24 +02:00
vo_dxr2.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_dxr3.c Merge svn changes up to r28641 2009-02-18 01:45:36 +02:00
vo_fbdev2.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_fbdev.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_ggi.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_gif89a.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_gl2.c VO: Don't reset pause status in VO config() functions 2009-04-02 06:51:26 +03:00
vo_gl.c VO: Don't reset pause status in VO config() functions 2009-04-02 06:51:26 +03:00
vo_ivtv.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_jpeg.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_kva.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_macosx.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_macosx.m Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_md5sum.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_mga.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_mpegpes.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_null.c Merge svn changes up to r26783 2008-05-15 21:19:35 +03:00
vo_png.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_pnm.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_quartz.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_quartz.h Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. 2008-09-15 05:40:29 +00:00
vo_s3fb.c Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
vo_sdl.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_svga.c Merge svn changes up to r28690 2009-02-21 17:39:30 +02:00
vo_tdfx_vid.c Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
vo_tdfxfb.c Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
vo_tga.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_v4l2.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_vdpau.c VO: Don't reset pause status in VO config() functions 2009-04-02 06:51:26 +03:00
vo_vesa.c Merge svn changes up to r28641 2009-02-18 01:45:36 +02:00
vo_wii.c Merge svn changes up to r28038 2008-11-25 21:12:01 +02:00
vo_winvidix.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_x11.c VO: Don't reset pause status in VO config() functions 2009-04-02 06:51:26 +03:00
vo_xmga.c Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
vo_xover.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_xv.c VO: Don't reset pause status in VO config() functions 2009-04-02 06:51:26 +03:00
vo_xvidix.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_xvmc.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_xvr100.c Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
vo_yuv4mpeg.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_zr2.c Merge svn changes up to r28951 2009-03-14 23:52:45 +02:00
vo_zr.c Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
vosub_vidix.c Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
vosub_vidix.h Merge svn changes up to r27573 2008-09-10 23:59:08 +03:00
w32_common.c Merge svn changes up to r28728 2009-02-25 05:03:51 +02:00
w32_common.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
wskeys.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
x11_common.c VO: Don't force window position in X11 VOs 2009-03-31 18:23:45 +03:00
x11_common.h Merge svn changes up to r28641 2009-02-18 01:45:36 +02:00