comparison Changelog @ 31565:9a590e7aac57

Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc
author ben
date Mon, 05 Jul 2010 17:04:46 +0000
parents 8e5ba4ae7c36
children 558b94cefb61
comparison
equal deleted inserted replaced
31564:480cdba9e480 31565:9a590e7aac57
38 * support ISDB-Tb DVB streams 38 * support ISDB-Tb DVB streams
39 39
40 Filters: 40 Filters:
41 * remove vf_yuy2, functionality is replaced by -vf format=yuv2 41 * remove vf_yuy2, functionality is replaced by -vf format=yuv2
42 * remove vf_rgb2bgr, functionality is replaced by sws and vf_format 42 * remove vf_rgb2bgr, functionality is replaced by sws and vf_format
43
44 Streaming:
45 * Support for unencrypted Blu-ray playback through libbluray.
46 Use it through: mplayer br:////path/to/disc
43 47
44 Drivers: 48 Drivers:
45 * -vo yuv4mpeg:interlaced no longer does its own interlaced RGB->YUV 49 * -vo yuv4mpeg:interlaced no longer does its own interlaced RGB->YUV
46 conversion. Use -vf scale=::1 to keep the same behavior and report 50 conversion. Use -vf scale=::1 to keep the same behavior and report
47 if there are any issues with that. 51 if there are any issues with that.