Mercurial > mplayer.hg
comparison ChangeLog @ 12810:f4711a685291
saner order, additions, deletions for pre5
author | diego |
---|---|
date | Tue, 13 Jul 2004 23:08:00 +0000 |
parents | 65b3c15f5baa |
children | 6755899eba23 |
comparison
equal
deleted
inserted
replaced
12809:65b3c15f5baa | 12810:f4711a685291 |
---|---|
12 DOCS: | 12 DOCS: |
13 * small additions, corrections, updates all over the place | 13 * small additions, corrections, updates all over the place |
14 * audio output driver section added to the man page | 14 * audio output driver section added to the man page |
15 * several bug fixes and improvements in the MEncoder documentation | 15 * several bug fixes and improvements in the MEncoder documentation |
16 * DVD ripping guide extended and improved | 16 * DVD ripping guide extended and improved |
17 * -vo winvidix documented | |
18 * AUTHORS file massively extended | 17 * AUTHORS file massively extended |
19 * German man page partially updated | 18 * German man page partially updated |
20 * Hungarian XML documentation translation started | 19 * Hungarian XML documentation translation started |
21 | 20 |
22 Ports: | 21 Ports: |
77 Filters: | 76 Filters: |
78 * vf_softskip: frame skipping filter for MEncoder | 77 * vf_softskip: frame skipping filter for MEncoder |
79 * vf_harddup: frame duplication filter for MEncoder | 78 * vf_harddup: frame duplication filter for MEncoder |
80 * vf_pullup minor fixes and improvements | 79 * vf_pullup minor fixes and improvements |
81 * AltiVec-optimized YUV to RGB converter | 80 * AltiVec-optimized YUV to RGB converter |
81 * vf_spp memory corruption fix on reallocation | |
82 | 82 |
83 FFmpeg/libavcodec: | 83 FFmpeg/libavcodec: |
84 * dc_precision=11 fixed | 84 * MPEG-2 8,9,10 bit DC precision |
85 * dc clipping fix, intra_dc_precision > 0 support | |
85 * Cinepak fixes and palette support | 86 * Cinepak fixes and palette support |
86 * support skipping of MB rows during decoding | 87 * support skipping of MB rows during decoding |
87 * Vorbis in NUT fixed | 88 * Vorbis in NUT fixed |
89 * NUT updated to latest specification | |
88 * segfault and artifact fixes in SVQ3 decoder | 90 * segfault and artifact fixes in SVQ3 decoder |
89 * coefficient saturation fix in H.263 | |
90 * NUT updated to latest specification | |
91 * motion estimation code: overflow and chroma fixes | 91 * motion estimation code: overflow and chroma fixes |
92 * change qscale -> lambda for the motion estimation | |
93 * noise preserving sum of squares comparison function in ME code | |
92 * fixed memory overwrite in truemotion decoder | 94 * fixed memory overwrite in truemotion decoder |
93 * clip input motion vectors, better error tolerance on bad vectors | 95 * clip input motion vectors, better error tolerance on bad vectors |
94 * FLAC decoder cleanup (partial demuxer/decoder separation) | 96 * FLAC decoder cleanup (partial demuxer/decoder separation) |
95 * noise preserving sum of squares comparison function in ME code | |
96 * memalign hack for SSE/SSE2 on that alternative OS :) | 97 * memalign hack for SSE/SSE2 on that alternative OS :) |
97 * lots of AltiVec optimizations | 98 * lots of AltiVec optimizations |
98 * qscale + qprd fix | 99 * qscale + qprd fix |
99 * change qscale -> lambda for the motion estimation | |
100 * QTrle4 support | 100 * QTrle4 support |
101 * H.261 decoder | 101 * H.261 decoder |
102 * coefficient saturation fix in H.263 | |
103 * H.263 MCBPC fix | |
102 * per line lowpass filter in MMX and faster C lowpass filter | 104 * per line lowpass filter in MMX and faster C lowpass filter |
103 * SVQ1 encoder | 105 * SVQ1 encoder |
104 * dc clipping fix, intra_dc_precision > 0 support | |
105 * H.263 MCBPC fix | |
106 * as usual, lots of bug fixes and optimizations | 106 * as usual, lots of bug fixes and optimizations |
107 | 107 |
108 Others: | 108 Others: |
109 * fullscreen fixes for many window managers | 109 * fullscreen fixes for many window managers |
110 * fix crash on original Pentiums and older | 110 * fix crash on original Pentiums and older |