1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-10 17:07:23 +00:00
mpv/video
wm4 44096073e9 vf_rotate: support all multiples of 90 degrees
This couldn't rotate by 180°. Add this, and also make the parameter in
degrees, instead of magic numbers.

For now, drop the flipping stuff. You can still flip with --vf=flip or
--vf=mirror. Drop the landscape/portrait stuff - I think this is
something almost nobody will use. If it turns out that we need some of
these things, they can be readded later.

Make it use libavfilter. Its vf_transpose implementation looks pretty
simple, except that it uses slice threading and should be much faster.
2014-04-21 02:56:48 +02:00
..
decode player: add a --dump-stats option 2014-04-17 21:47:00 +02:00
filter vf_rotate: support all multiples of 90 degrees 2014-04-21 02:56:48 +02:00
out Fix some libav* include statements 2014-04-19 17:18:10 +02:00
csputils.c
csputils.h
fmt-conversion.c
fmt-conversion.h
hwdec.h
image_writer.c
image_writer.h
img_format.c video: change image format names, prefer mostly FFmpeg names 2014-04-14 20:51:27 +02:00
img_format.h video: change image format names, prefer mostly FFmpeg names 2014-04-14 20:51:27 +02:00
img_fourcc.h
memcpy_pic.h
mp_image_pool.c
mp_image_pool.h
mp_image.c video: remove use of deprecated AVFrame fields on Libav 2014-04-15 19:55:26 +02:00
mp_image.h
sws_utils.c
sws_utils.h
vaapi.c
vaapi.h
vdpau_functions.inc
vdpau.c
vdpau.h
vfcap.h