mpv/video/out
wm4 b4173c1fd2 encode: do not clear video PTS on VOCTRL_RESET
This was supposed to be a replacement for encode_lavc_discontinuity()
(so we don't need to store last_video_in_pts in a way which requires
synchronization). Unfortunately, VOCTRL_RESET is also called before
termination, and even though it shouldn't matter as far as the VO API is
concerned, it does. It's because vo_lavc.c buffers a frame to compute
the frame duration.

Drop this code. The consequence is that it appears to encode 2 frames
with the same PTS if multiple files are encoded into one. Before this,
it merely dropped a frame (maybe the first of every subsequent file, not
sure).
2018-04-29 02:21:32 +03:00
..
cocoa
cocoa-cb cocoa-cb: render on a dedicated dispatch queue 2018-03-25 16:24:23 -07:00
d3d11 vo_gpu: d3d11: implement tex_download() 2018-02-13 21:25:15 +11:00
gpu video: remove internal stereo_out flag 2018-04-29 02:21:32 +03:00
opengl egl_helpers: log certain EGL attributes 2018-04-29 02:21:32 +03:00
vulkan vo_gpu: remove old window screenshot glue code and GL implementation 2018-02-13 17:45:29 -08:00
wayland
win32
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift cocoa-cb: render on a dedicated dispatch queue 2018-03-25 16:24:23 -07:00
cocoa_common.h
cocoa_common.m
d3d_shader_420p.h
d3d_shader_yuv.hlsl
dither.c
dither.h
dr_helper.c vo: move DR helper code to a separate source file 2018-04-29 02:21:32 +03:00
dr_helper.h vo: move DR helper code to a separate source file 2018-04-29 02:21:32 +03:00
drm_atomic.c
drm_atomic.h
drm_common.c drm_common: Improve VT switching signal handling somewhat 2018-02-26 23:56:13 -08:00
drm_common.h context_drm_egl: Introduce 30bpp support 2018-02-26 23:56:13 -08:00
drm_prime.c
drm_prime.h
filter_kernels.c
filter_kernels.h
libmpv.h vo_libmpv: support GPU rendered screenshots 2018-04-29 02:21:32 +03:00
vo.c vo: add vo_reconfig2() 2018-04-29 02:21:32 +03:00
vo.h vo: add vo_reconfig2() 2018-04-29 02:21:32 +03:00
vo_caca.c
vo_direct3d.c
vo_drm.c vo_drm: Fix pageflip errors on VT switch 2018-02-26 23:56:13 -08:00
vo_gpu.c vo_gpu: move some extra code for screenshot to video.c 2018-04-20 17:05:53 +02:00
vo_image.c
vo_lavc.c encode: do not clear video PTS on VOCTRL_RESET 2018-04-29 02:21:32 +03:00
vo_libmpv.c client API: add some render API extensions for timing 2018-04-29 02:21:32 +03:00
vo_mediacodec_embed.c vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAIN 2018-02-20 01:59:20 +02:00
vo_null.c
vo_rpi.c vo_gpu: add internal ability to skip osd/subs for rendering 2018-02-11 17:45:51 -08:00
vo_sdl.c
vo_tct.c
vo_vaapi.c
vo_vdpau.c vo_vdpau: fix resizing and rotation problems 2018-03-08 17:12:32 -08:00
vo_x11.c
vo_xv.c
w32_common.c w32_common: avoid recursive dispatch queue calls 2018-04-18 01:17:41 +03:00
w32_common.h
wayland_common.c wayland_common: fix idle_inhibitor protocol segfault 2018-02-09 21:16:14 +02:00
wayland_common.h
win_state.c
win_state.h
x11_common.c
x11_common.h