mpv/video/out
wm4 66e20ef8ad video: remove --flip
The --flip option flipped the image upside-down, by trying to use VO
support, or if not available, by inserting a video filter. I'm not sure
why it existed. Maybe it was important in ancient times when VfW based
decoders output an image this way (but even then, flipping an image is a
free operation by negating the stride).

One nice thing about this is that it provided a possible path for
implementing video orientation, which is a feature we should probably
support eventually. The important part is that it would be for free for
VOs that support it, and would work even with hardware decoding.

But for now get rid of it. It's useless, trivial, stands in the way, and
supporting video orientation would require solving other problems first.
2013-12-05 22:58:54 +01:00
..
cocoa
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_common.h
cocoa_common.m
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
dither.c
dither.h
filter_kernels.c
filter_kernels.h
gl_cocoa.c
gl_common.c vo_opengl: support for vda hardware decoding 2013-12-02 09:03:31 +01:00
gl_common.h gl_video: change internal API for hwdec mp_image download 2013-12-02 21:26:17 +01:00
gl_header_fixes.h gl_video: support packed YUV formats with Apple extensions 2013-12-02 09:03:30 +01:00
gl_hwdec_vaglx.c gl_hwdec: use a imgfmt field instead of a query_format callback 2013-11-29 14:19:51 +01:00
gl_hwdec_vda.c gl_video: change internal API for hwdec mp_image download 2013-12-02 21:26:17 +01:00
gl_hwdec_vdpau.c gl_hwdec: use a imgfmt field instead of a query_format callback 2013-11-29 14:19:51 +01:00
gl_lcms.c
gl_lcms.h
gl_osd.c
gl_osd.h
gl_video.c gl_video: change internal API for hwdec mp_image download 2013-12-02 21:26:17 +01:00
gl_video.h vo_opengl: add support for rectangle textures 2013-12-01 23:39:13 +01:00
gl_video_shaders.glsl vo_opengl: add support for rectangle textures 2013-12-01 23:39:13 +01:00
gl_w32.c
gl_wayland.c
gl_x11.c
pnm_loader.c
pnm_loader.h
vo.c options: add options that set defaults for af/vf/ao/vo 2013-12-01 00:12:10 +01:00
vo.h
vo_caca.c
vo_corevideo.c
vo_direct3d.c
vo_image.c
vo_lavc.c Take care of some libavutil deprecations, drop support for FFmpeg 1.0 2013-11-29 17:39:57 +01:00
vo_null.c vo_null: don't reject hwaccel formats 2013-12-01 15:18:06 +01:00
vo_opengl.c video: remove --flip 2013-12-05 22:58:54 +01:00
vo_opengl_old.c video: remove --flip 2013-12-05 22:58:54 +01:00
vo_sdl.c video: remove --flip 2013-12-05 22:58:54 +01:00
vo_vaapi.c
vo_vdpau.c video: remove --flip 2013-12-05 22:58:54 +01:00
vo_wayland.c
vo_x11.c
vo_xv.c
w32_common.c options: add option to disable using right Alt key as Alt Gr 2013-12-02 09:03:31 +01:00
w32_common.h
wayland_common.c wayland: print waylands display erros 2013-12-04 20:29:16 +01:00
wayland_common.h
x11_common.c
x11_common.h
x11_icon.bin