comparison Changelog @ 28013:57a075738b24

misc mplayer fixes
author compn
date Fri, 28 Nov 2008 15:26:36 +0000
parents 317dfad1d5ad
children aee575e7aee5
comparison
equal deleted inserted replaced
28012:17d25dc5818d 28013:57a075738b24
63 * add force-pbo suboption for faster output in vo_gl 63 * add force-pbo suboption for faster output in vo_gl
64 * add Nintendo Wii/GameCube video driver (-vo wii) 64 * add Nintendo Wii/GameCube video driver (-vo wii)
65 * VIDIX driver for SuperH Mobile VEU hardware block. 65 * VIDIX driver for SuperH Mobile VEU hardware block.
66 * support -border on vo_gl/gl2 in x11 66 * support -border on vo_gl/gl2 in x11
67 * Direct3D Windows video output driver added. 67 * Direct3D Windows video output driver added.
68 * initial code duplication cleanup between vo_wii and vo_fbdev2
69 * initial code duplication cleanup between vo_x11,vo_xv,vo_xvmc
68 70
69 MEncoder: 71 MEncoder:
70 * check for system-wide configuration file in MEncoder 72 * check for system-wide configuration file in MEncoder
71 * AVOption support for lavc encoders 73 * AVOption support for lavc encoders
72 * AVOption support for lavf muxers 74 * AVOption support for lavf muxers
82 * add options to disable some or all configuration files 84 * add options to disable some or all configuration files
83 * support for DOS-style file:///x:/path paths 85 * support for DOS-style file:///x:/path paths
84 * some new slave commands (check DOCS/tech/slave.txt) 86 * some new slave commands (check DOCS/tech/slave.txt)
85 * misc fixes to libass 87 * misc fixes to libass
86 * libdvdcss updated to 1.2.10, now same as upstream version 88 * libdvdcss updated to 1.2.10, now same as upstream version
89 * fix -endchapter support again for -dump* options
90 * add startup volume option
87 91
88 Ports: 92 Ports:
89 * small crash with vo_macosx fixed 93 * small crash with vo_macosx fixed
90 * AC3/DTS passthrough for ao_macosx 94 * AC3/DTS passthrough for ao_macosx
91 * fix frozen OSD on Mac OS X 95 * fix frozen OSD on Mac OS X
92 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack) 96 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack)
93 * VIDIX on SuperH. 97 * VIDIX on SuperH.
94 * workarounds for AltiVec on Apple gcc 3.3 on Mac OS X dropped 98 * workarounds for AltiVec on Apple gcc 3.3 on Mac OS X dropped
99 * vo_macosx can now be compiled in 64-bits mode
100 * OpenGL support for unmodified MinGW64
95 101
96 rc2try2: 102 rc2try2:
97 103
98 Security: 104 Security:
99 * buffer overflow in url.c fixed 105 * buffer overflow in url.c fixed