comparison Changelog @ 36171:94979f661d38

Add support for rotating the video via OpenGL.
author reimar
date Mon, 13 May 2013 19:34:43 +0000
parents d1a0ad142823
children 1d88497a006a
comparison
equal deleted inserted replaced
36170:4fc911fa5366 36171:94979f661d38
7 * "run" slave/keybinding command now supports expanding properties 7 * "run" slave/keybinding command now supports expanding properties
8 * better support for > 8 bit formats in -vo gl 8 * better support for > 8 bit formats in -vo gl
9 * support for XYZ color space in -vo gl 9 * support for XYZ color space in -vo gl
10 * -vo gl now supports OSD (not EOSD though) with GLES backend. 10 * -vo gl now supports OSD (not EOSD though) with GLES backend.
11 * GLES backend now uses GLES v2 with YUV support via shaders 11 * GLES backend now uses GLES v2 with YUV support via shaders
12 * -vo gl supports rotated display without needing video filters via
13 -rotate command-line option.
12 * -vo gl now has an OSX/Cocoa backend, so it should be a better 14 * -vo gl now has an OSX/Cocoa backend, so it should be a better
13 alternative to -vo corevideo now. 15 alternative to -vo corevideo now.
14 * -vo gl2 renamed to -vo gl_tiled to stop people from assuming it is 16 * -vo gl2 renamed to -vo gl_tiled to stop people from assuming it is
15 better than -vo gl (it is in many ways worse). 17 better than -vo gl (it is in many ways worse).
16 * Fixes for DVB, teletext and closed-caption based subtitles. 18 * Fixes for DVB, teletext and closed-caption based subtitles.