mpv/DOCS
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
..
OUTDATED-tech core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
man video: remove --flip 2013-12-05 22:58:54 +01:00
crosscompile-mingw.txt switch the build system to waf 2013-11-21 21:22:36 +01:00
edl-mpv.rst docs: edl: minor corrections 2013-12-05 22:58:53 +01:00
encoding.rst encoding-example-profiles and manpage: prefer libvorbis over vorbis 2013-03-31 19:13:06 +02:00
tech-overview.txt tech-overview.txt: minor update 2013-11-20 18:16:20 +01:00
waf-buildsystem.rst build: make --disable-gl disable all the gl backends 2013-11-28 09:06:43 +01:00