mpv/sub
wm4 0a0bb9059f video: switch from using display aspect to sample aspect
MPlayer traditionally always used the display aspect ratio, e.g. 16:9,
while FFmpeg uses the sample (aka pixel) aspect ratio.

Both have a bunch of advantages and disadvantages. Actually, it seems
using sample aspect ratio is generally nicer. The main reason for the
change is making mpv closer to how FFmpeg works in order to make life
easier. It's also nice that everything uses integer fractions instead
of floats now (except --video-aspect option/property).

Note that there is at least 1 user-visible change: vf_dsize now does
not set the display size, only the display aspect ratio. This is
because the image_params d_w/d_h fields did not just set the display
aspect, but also the size (except in encoding mode).
2015-12-19 20:45:36 +01:00
..
ass_mp.c sub: remove unused function, move another one 2015-11-29 17:55:02 +01:00
ass_mp.h sub: remove unused function, move another one 2015-11-29 17:55:02 +01:00
dec_sub.c sub: remove unused video width/height headers 2015-12-18 03:59:52 +01:00
dec_sub.h sub: remove unused video width/height headers 2015-12-18 03:59:52 +01:00
draw_bmp.c csputils: rename "yuv2rgb" functions 2015-12-09 00:23:36 +01:00
draw_bmp.h
img_convert.c Update license headers 2015-04-13 12:10:01 +02:00
img_convert.h
lavc_conv.c sub: rename sd_lavc_conv.c to lavc_conv.c 2015-12-18 03:59:52 +01:00
osd.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
osd.h osd: use the same ASS_Renderer for OSD text and progbar 2015-11-28 19:24:31 +01:00
osd_dummy.c
osd_font.otf
osd_libass.c osd: fix and cleanup font style management 2015-11-29 17:55:02 +01:00
osd_state.h osd: use the same ASS_Renderer for OSD text and progbar 2015-11-28 19:24:31 +01:00
sd.h sub: remove unused video width/height headers 2015-12-18 03:59:52 +01:00
sd_ass.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
sd_lavc.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00