Mercurial > mplayer.hg
comparison ChangeLog @ 11008:3f71eddcfcfd
FLAC and altivec
author | diego |
---|---|
date | Sat, 04 Oct 2003 23:31:15 +0000 |
parents | af64f3d797dd |
children | 8bad8ffae07b |
comparison
equal
deleted
inserted
replaced
11007:48b7d7aa444d | 11008:3f71eddcfcfd |
---|---|
8 DOCS: | 8 DOCS: |
9 * Spanish and Russian translations almost finished | 9 * Spanish and Russian translations almost finished |
10 * French, Hungarian, Polish translations updated | 10 * French, Hungarian, Polish translations updated |
11 * New Romanian translation started | 11 * New Romanian translation started |
12 * numerous sections updated | 12 * numerous sections updated |
13 | 13 |
14 Ports: | 14 Ports: |
15 * initial Amiga/MorphOS (through GeekGadgets) support | 15 * initial Amiga/MorphOS (through GeekGadgets) support |
16 * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader | 16 * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader |
17 * finally fixed the compilation on non-mvi capable alpha CPUs | 17 * finally fixed the compilation on non-mvi capable alpha CPUs |
18 * better altivec detection in configure | |
18 * OSD menu now works on MinGW | 19 * OSD menu now works on MinGW |
19 * slave mode, vobsub and MEncoder support on Windows | 20 * slave mode, vobsub and MEncoder support on Windows |
20 * MinGW 3.1.0 supports MPlayer out of the box! | 21 * MinGW 3.1.0 supports MPlayer out of the box! |
21 | 22 |
22 Codecs and demuxers: | 23 Codecs and demuxers: |
30 * improved seeking inside Matroska | 31 * improved seeking inside Matroska |
31 * some bugs with DMO codecs have been fixed | 32 * some bugs with DMO codecs have been fixed |
32 * fix for MOV files with bogus user data length | 33 * fix for MOV files with bogus user data length |
33 * fixed some demuxers which read after the EOF | 34 * fixed some demuxers which read after the EOF |
34 * better RTP synchronisation | 35 * better RTP synchronisation |
35 | 36 * FLAC support through imported libmpflac |
37 | |
36 Filters: | 38 Filters: |
37 * new delogo filter (for removing TV channel logos) | 39 * new delogo filter (for removing TV channel logos) |
38 * presets support in swscaler filter | 40 * presets support in swscaler filter |
39 * new audio filter export, for supporting visual effect applications | 41 * new audio filter export, for supporting visual effect applications |
40 | 42 |
52 * better MPEG1/MPEG2 conformance encoder | 54 * better MPEG1/MPEG2 conformance encoder |
53 * quality improvement for high bitrate videos with trellis quantization | 55 * quality improvement for high bitrate videos with trellis quantization |
54 * indeo3 decoder fixed | 56 * indeo3 decoder fixed |
55 * new options: mv0, cbp | 57 * new options: mv0, cbp |
56 * DV video encoder | 58 * DV video encoder |
57 | 59 |
58 Faad2: | 60 Faad2: |
59 * synced to latest CVS | 61 * synced to latest CVS |
60 * HE_AAC profile added | 62 * HE_AAC profile added |
61 * SBR QMF improvements | 63 * SBR QMF improvements |
62 * DRM updates | 64 * DRM updates |
63 * Covariance speedup | 65 * Covariance speedup |
64 * reduced memory usage | 66 * reduced memory usage |
65 * overall cleanups and fixes | 67 * overall cleanups and fixes |
66 | 68 |
67 Drivers: | 69 Drivers: |
68 * VIDIX driver for nVidia cards | 70 * VIDIX driver for nVidia cards |
69 * VIDIX and libdha ported to Windows | 71 * VIDIX and libdha ported to Windows |
70 * SDL on IRIX support | 72 * SDL on IRIX support |
71 * directfb2 fixed for latest directfb | 73 * directfb2 fixed for latest directfb |
73 * smoother audio playback with alsa9 | 75 * smoother audio playback with alsa9 |
74 * fullscreen and geometry support in directx | 76 * fullscreen and geometry support in directx |
75 * fullscreen support with opengl drivers | 77 * fullscreen support with opengl drivers |
76 * OSD fixed with svga | 78 * OSD fixed with svga |
77 * New consolevidix and winvidix drivers | 79 * New consolevidix and winvidix drivers |
78 | 80 |
79 Others: | 81 Others: |
80 * several leak fixes | 82 * several leak fixes |
81 * selecting optimizations for PPC 7455 CPU | 83 * selecting optimizations for PPC 7455 CPU |
82 * CPU detection code now measures speed on x86 | 84 * CPU detection code now measures speed on x86 |
83 * unrarlib cleaned up a bit | 85 * unrarlib cleaned up a bit |
84 * updated the list of known x86 CPUs (including Opteron!) | 86 * updated the list of known x86 CPUs (including Opteron!) |
85 * alignment and smart line splitting option on subtitles | 87 * alignment and smart line splitting option on subtitles |
86 | 88 |
89 | |
87 pre1: "Development" on the beach | 90 pre1: "Development" on the beach |
88 NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so | 91 NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so |
89 0.90-rc5 (and later 0.90 releases) changes are independent! | 92 0.90-rc5 (and later 0.90 releases) changes are independent! |
90 (it also means that there are main-only and 0_90-only changes) | 93 (it also means that there are main-only and 0_90-only changes) |
91 | 94 |