audio stream switching in MPEG-TS/PS, Matroska and streams
supported by libavformat(音声切り替え関連)
audio stream switching between streams with different codecs
libavformat demuxer が -alang指定を受け入れるようになった。
Matroska fileでのチャプターシーク
libavformat demuxerでのシーク問題(絶対位置とパーセンテージ指定)を修正。
libnutを使ってNUT demuxer をサポート
Matroska SimpleBlock のサポート
Inputs:
split of stream layer from libmpdemux to new stream library
PVR input for hardware MPEG encoder based cards, such as
Hauppauge WinTV PVR-150/250/350/500 AKA IVTV but also pvrusb2 and cx88
(requires Linux >= 2.6.18 kernel, featuring native V4L2 MPEG API)
native RTSP input (handles MPEG-TS over RTP) for generic
RTSP servers
support for seeking to chapters in dvd:// and dvdnav://
streams
radio support (radio://)
FFmpeg/libavcodec:
VC-1/WMV3/WMV9 video decoder
Vorbis decoding speedup, now default Vorbis decoder
VMware Video decoder
On2 VP50 and VP62 decoder
lossless audio decoders: WavPack, TTA, Shorten
CAVS decoder
GXF muxer/demuxer
MXF demuxer
much improved FLAC encoder
more H.264 decoding speed improvements, plus support for
-lavdopts fast
Theora decoder fixes
preliminary Vorbis encoder
MTV demuxer
GUI:
Windows version added
drag-and-drop ignored last file
save and load cache setting correctly
working audio stream selection for Ogg and Matroska files
executable names like gmplayer_old etc. will now start GUI
as well
-gui/-nogui options
xinerama fixes, now behaves similar to MPlayer without GUI
mplayer/mencoderが使用可能な他のMP3デコーダとしては、libmadや、libavcodec経由で使える各種のMP3デコーダがありますので、Intel Macでも特に困る事はありません。
--disable-mp3libになった理由は、インラインアセンブラ方面でApple GCCのクセに引っかかったんだろうと予想していますが、個人的にはlibmadしか使わないようにしてるので詳細は調べてません。