mpv/video/decode
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
..
dec_video.c video: remove --flip 2013-12-05 22:58:54 +01:00
dec_video.h video: add heuristic to prevent framedrop during hrseek if pts broken 2013-11-28 15:20:33 +01:00
lavc.h Take care of some libavutil deprecations, drop support for FFmpeg 1.0 2013-11-29 17:39:57 +01:00
lavc_dr1.c build: make pthreads mandatory 2013-11-28 19:28:38 +01:00
vaapi.c vaapi: remove unused hw image formats, simplify 2013-11-29 14:19:29 +01:00
vd.h cosmetics: rename video/audio reset functions 2013-11-27 21:14:39 +01:00
vd_lavc.c vd_lavc: factor out libavcodec thread setup 2013-12-04 23:12:51 +01:00
vda.c vo_opengl: support for vda hardware decoding 2013-12-02 09:03:31 +01:00
vdpau.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vdpau_old.c vdpau: always let decoder output IMGFMT_VDPAU 2013-11-29 14:19:44 +01:00