mpv/libvo
Uoti Urpala 7044965988 vf_vo: Use vo_seek_reset() instead of vo_control()
Change the vo_control(vo, VOCTRL_RESET, NULL) call done when the vf_vo
filter is uninited to vo_seek_reset(vo). The latter also sets
vo->frame_loaded to false.

Remove the vo->config_ok check from vo_seek_reset(). The reset call
should be doable even if config failed.
2009-12-02 12:50:56 +02:00
..
aclib.c Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. 2009-04-08 20:21:21 +00:00
aclib_template.c Merge svn changes up to r29752 2009-10-06 04:48:00 +03:00
aspect.c Merge svn changes up to r29644 2009-09-04 19:49:35 +03:00
aspect.h Merge svn changes up to r29644 2009-09-04 19:49:35 +03:00
aspecttest.c Merge svn changes up to r29912 2009-11-16 07:01:46 +02: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.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
font_load.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
font_load_ft.c Merge svn changes up to r29644 2009-09-04 19:49:35 +03:00
geometry.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
geometry.h
gl_common.c vo_gl: Remove incorrect glXSwapIntervalEXT use 2009-11-29 05:34:59 +02:00
gl_common.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
gtf.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
gtf.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
jpeg_enc.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
jpeg_enc.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mga_common.c Remove the internal GUI 2009-07-07 21:49:42 +03: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.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
osd.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd_font.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
osd_template.c Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
osx_common.c Merge svn changes up to r29912 2009-11-16 07:01:46 +02:00
osx_common.h Move aspect change handling from vo_quartz to osx_common. 2009-08-28 13:25:30 +00:00
spuenc.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
spuenc.h Merge svn changes up to r29117 2009-04-01 02:43:47 +03:00
sub.c Merge svn changes up to r29912 2009-11-16 07:01:46 +02:00
sub.h Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vdpau_template.c vo_vdpau: Add support for high-quality scaling feature 2009-11-15 18:39:48 +02:00
vesa_lvo.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vesa_lvo.h
video_out.c vf_vo: Use vo_seek_reset() instead of vo_control() 2009-12-02 12:50:56 +02:00
video_out.h VO: Keep aspect by adding black bars in window mode too if necessary 2009-11-20 23:15:11 +02:00
video_out_internal.h VO interface: Remove obsolete draw_frame() from new interface 2009-09-17 18:15:20 +03:00
videodev_mjpeg.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_3dfx.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_aa.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_bl.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_caca.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_corevideo.h Make glContext a local variable, it is not needed outside the function 2009-09-01 21:16:58 +00:00
vo_corevideo.m Merge svn changes up to r29752 2009-10-06 04:48:00 +03:00
vo_cvidix.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_dfbmga.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_dga.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_direct3d.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_directfb2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_directx.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_dxr2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_dxr3.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_fbdev.c Merge svn changes up to r29412 2009-07-07 02:56:01 +03:00
vo_fbdev2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_ggi.c Merge svn changes up to r28537 2009-02-12 04:17:55 +02:00
vo_gif89a.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_gl.c Merge svn changes up to r29962 2009-11-23 01:56:21 +02:00
vo_gl2.c Merge svn changes up to r29962 2009-11-23 01:56:21 +02:00
vo_ivtv.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_jpeg.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_kva.c Merge svn changes up to r29117 2009-04-01 02:43:47 +03:00
vo_md5sum.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_mga.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_mpegpes.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_null.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_png.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_pnm.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_quartz.c Merge svn changes up to r29644 2009-09-04 19:49:35 +03:00
vo_s3fb.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_sdl.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_svga.c Merge svn changes up to r29455 2009-07-29 01:32:03 +03:00
vo_tdfx_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_tdfxfb.c Translation system changes part 2: replace macros by strings 2009-07-07 01:38:20 +03:00
vo_tga.c Merge svn changes up to r29455 2009-07-29 01:32:03 +03:00
vo_v4l2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_vdpau.c vo_vdpau.c: Fix compilation with old libvdpau versions 2009-11-29 05:31:38 +02:00
vo_vesa.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_wii.c Merge svn changes up to r28038 2008-11-25 21:12:01 +02:00
vo_winvidix.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_x11.c Merge svn changes up to r29455 2009-07-29 01:32:03 +03:00
vo_xmga.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_xover.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_xv.c cosmetics: remove some unused variables 2009-11-17 06:56:29 +02:00
vo_xvidix.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_xvmc.c Remove the internal GUI 2009-07-07 21:49:42 +03:00
vo_xvr100.c Merge svn changes up to r28310 2009-01-15 05:57:31 +02:00
vo_yuv4mpeg.c Disable functionality requiring libswscale internals 2009-07-26 06:16:52 +03:00
vo_zr.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vo_zr2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vosub_vidix.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vosub_vidix.h
w32_common.c Merge svn changes up to r29962 2009-11-23 01:56:21 +02:00
w32_common.h 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h 2009-11-22 14:46:43 +00:00
wskeys.h Add standard license headers, unify header formatting. 2009-02-08 03:27:30 +00:00
x11_common.c cosmetics: remove some unused variables 2009-11-17 06:56:29 +02:00
x11_common.h Implement vsync-aware frame timing for VDPAU 2009-11-15 12:45:58 +02:00