comparison ChangeLog @ 18932:69c665e91946

Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before) Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com% Original thread: Date: Jun 21, 2006 10:20 AM Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib
author gpoirier
date Fri, 07 Jul 2006 14:04:07 +0000
parents 6ec80634cd91
children 712dd0de8641
comparison
equal deleted inserted replaced
18931:da91dc728556 18932:69c665e91946
5 MEncoder: 5 MEncoder:
6 * support of x264 encoding over lavc 6 * support of x264 encoding over lavc
7 7
8 Decoders: 8 Decoders:
9 * liba52 updated to 0.7.4 (slightly faster) 9 * liba52 updated to 0.7.4 (slightly faster)
10 * SSE optimizations for mp3lib
10 11
11 Demuxers: 12 Demuxers:
12 * support for audio stream switching in MPEG-TS 13 * support for audio stream switching in MPEG-TS
13 * it's possible to switch to any of the available audio tracks in MPEG TS/PS, MKV and streams 14 * it's possible to switch to any of the available audio tracks in MPEG TS/PS, MKV and streams
14 supported by libavformat 15 supported by libavformat