Mercurial > mplayer.hg
annotate ChangeLog @ 10085:f3bc060a1731
ffsvq3
note, according to anonymous the stsd atom must be passed in extradata ...
author | michael |
---|---|
date | Sat, 10 May 2003 00:19:19 +0000 |
parents | f36b648366f2 |
children | f9efbb336ebb |
rev | line source |
---|---|
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
2 mplayer (0.90) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
3 |
9112 | 4 final: "CounterCounter" |
9234 | 5 |
9371 | 6 rc4: "FlameCounter" |
7 | |
9112 | 8 DOCS: |
9239 | 9 * some clarification and updates in the English DOCS |
9371 | 10 * massive translation and help-file updates |
9112 | 11 |
12 Fixes: | |
13 * -ac hwac3 fixed (was broken in rc3) | |
14 * vo_svga: 4bp & 8bpp fixes | |
9371 | 15 * various GUI fixes, including some critical bugs |
9239 | 16 * rage128 VIDIX PPC fixes |
9112 | 17 * libmenu: one crash fixed, some cleanup |
18 * fixed ./configure --cc="ccache gcc" | |
19 * -loop fixes, now -loop 2 plays it twice :) | |
20 * the volume symbol of OSD fixed (|\ -> /|) | |
9234 | 21 * 32bpp QT-RLE support |
9239 | 22 * Altivec on non-Darwin systems support |
23 * QuickTime reference file support fixes | |
9234 | 24 * mp3lib: layer-2 decoding fixes |
25 * updates to extension->demuxer mapping table | |
26 * libavcodec: DivX 5.03 decoding fix | |
27 * ao_oss: limited channels handling fixed | |
28 * fixed OGM subtitles and iconv | |
29 * fixed -subcp option with unicode truetype fonts | |
30 * -mf: type detection (based on extension), better defaults | |
31 * vo_xv: -fixed-vo support fixed (fullscreen switching) | |
32 * ogg-in-avi (audio format 0xFFFE) demuxing fixed | |
33 * vorbis decoding fixed (outer loop cleanup) | |
34 * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga | |
9239 | 35 * missing error message in command line parser for missing parameters |
9371 | 36 * swscaler: YVU9->YV12 fixes |
37 * -ao mpegpes + -ac hwac3 fixed | |
38 * -ao pcm bogus wav header fixed | |
39 * -vo x11 + -wid fixed | |
40 * auto-insert the 'palette' filter if needed, support fixed in filters | |
41 * the sig11 when playing second audio-only file fixed | |
42 * configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed | |
43 * -af/-af-adv support in mencoder fixed | |
44 * libmpdvdkit2: upgraded to use libdvdcss 1.2.5 | |
9112 | 45 |
46 Features: | |
47 * raw video support (-rawvideo, similar to -rawaudio) | |
48 * experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx) | |
9371 | 49 * new video filter: field (cheap deinterlacer) |
50 * dvd/vobsub improvements: positioning, optional gaussian blur scaler | |
9112 | 51 * vf_bmovl: 400% speedup :) |
9234 | 52 * libavcodec: native DV audio decoder |
53 * GIF demuxer (for animated GIFs) | |
54 * new noise removal filter: -vop denoise3d | |
9371 | 55 * per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2 |
56 * live.com lib support cleanup, support for more stream types | |
57 * importing the playtree into the Gui instead of gui's own playlist hack | |
58 * support for the xvid and divx4/5linux libraries at the same time | |
59 * -fstype option: override priority/layer of the fullscreen switch methods | |
60 * libavcodec: some B-frames related encoding failures/crashes fixed | |
9112 | 61 |
9010 | 62 rc3: "BugfixCounter" |
63 | |
8664 | 64 DOCS: |
9239 | 65 * English man page & HTML docs updates |
8756 | 66 * audio filter documentation |
8664 | 67 * help_diff.sh doesn't depend on BASH any more |
8871 | 68 * Hungarian, French, Italian, German, Polish(?) docs synced |
69 | |
70 Important fixes: | |
71 * X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup | |
9239 | 72 * Voxware and QuickTime DLLs finally work (was broken in some contexts) |
8871 | 73 * VIDIX Radeon support cleanup, should really solve the pink screen bugs |
74 * Cygwin: -vo directx crashes and garbled picture with some files fixed | |
75 * OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support | |
76 * libaf: big (audio filter layer) updates, floating point support, speedup | |
77 * ffwma2 fixed (better error resilience) | |
78 * SPU queueing - fixes missing or early disappearing DVD subtitles | |
9028 | 79 * the mysterious DVD audio delay (150-300ms) fixed |
9010 | 80 * extension-based fileformat detection fixed the .mp3 vs. mpeg-ps conflict |
81 * cache2 keeps buffer for non-seekable media, fixes quicktime streaming | |
8664 | 82 |
83 Fixes: | |
84 * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed | |
85 * various cddb:// fixes, support of netbsd-1.6 | |
86 * libmpdvdkit2: Fix DVD authentication on Solaris 9 | |
87 * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch) | |
9010 | 88 * libmpdvdkit2: fixed decryption from multiple VOB files (hdd or darwin) |
8664 | 89 * -ao arts, -ao oss: Fix 8-bit sound support |
90 * -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed | |
91 * -ac ffmp2 with MPEG files (sig11) fixed | |
92 * QT Qclp audio codec initialization fixed | |
93 * mplayer exit codes cleanup (0 for quit/eof, 1 for error) | |
8871 | 94 * -ao win32 sync problems solved, -autosync 100 is still recommended |
95 * -vo gif89a uninit sig11 fixed | |
96 * the usual compiler warning fixes :) | |
97 * use -pphelp instead of -vop pp=help | |
98 * various bigendian fixes | |
99 * 16bpp packed yuv fixes in crop, mirror, rotate filters | |
100 * some -fixed-vo and vo_preinit fixes, -vo sdl,xmga,mga should work... | |
101 * various Solaris compatibility fixes (should work out of the box) | |
102 * mms:// port fixes, tries 1755 if 80 failed | |
103 * libavcodec: various ME fixes, B frames fixes, WMV2 slice decoding fixes | |
9010 | 104 * -ao alsa9 audio-file playback high cpu usage fixed |
105 * libaf updates, 2-pass initialization to get better filter path | |
106 * better detection of playlists, support for [Reference]-style format | |
107 * handle quicktime reference media files as playlist | |
108 * cddb:// & cdda:// cdrom device name fixes on linux and *BSD | |
8871 | 109 |
8664 | 110 Features: |
8572 | 111 * -ao esd: new EsounD audio driver |
8664 | 112 * -vo dxr3: new NORM option |
113 * Xanim & RealPlayer binary Codecs working on PPC | |
114 * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons | |
8580 | 115 * Initial PPC (Big-Endian) support in VIDIX Rage128 driver |
9028 | 116 * PNM:// streaming support (ported from xine) |
117 * Muxer layer: mencoder can now write MPEG-PS format, too (EXPERIMENTAL!) | |
8664 | 118 * libavcodec: wmv2 decoder (buggy/untested) |
119 * DVB "HEAD" (aka. NEWSTRUCT) drivers support | |
120 * Subtitles background bounding-box support (optional grey-level & opacity) | |
121 * libaf: 3 new filters: panning, compressor/limiter and a noise gate | |
122 * per-mediafile config file support (for file-specific options) | |
8756 | 123 * iconv (codepage conversion) support for OGM (Ogg) subtitles |
8664 | 124 * v4l: user friendly channel tuning |
125 * Freetype & old-style RAW font support usable (compilable) at the same time | |
126 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support | |
8871 | 127 * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization |
9010 | 128 * libavcodec, liba52, mp3lib: Altivec optimizations |
8871 | 129 * keep window's aspect ratio at resizing (x11, xv), requires WM support |
9028 | 130 * -geometry option, also accepts X11 syntax |
8871 | 131 * real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue) |
132 * postprocess: YUV 411/422/444 support, stride fixes | |
9029 | 133 * jumping of overlapping subs fixed, sorting is automatical, iconv fixes |
9010 | 134 * mpeg2 telecine detection and automatic inverse telecine (mplayer only) |
8664 | 135 |
8973 | 136 Gui: |
137 * correct GTK widget destroy event handler | |
9010 | 138 * fullscreen switching fixed (sync with x11_common) |
8973 | 139 * fix gtk submenu |
140 * new font render engine | |
9010 | 141 * added persistant history patch |
142 * SDL Audio configure window | |
8973 | 143 * add overlapping to preferences |
144 * add play bar for subwindow | |
145 * add vertical potmeter for skin | |
9010 | 146 * fixed 'single pixel bug' |
147 * fixed some possible crashes | |
8973 | 148 |
8469 | 149 rc2: |
8537 | 150 General: |
8469 | 151 * DOCS/tech/encoding-tips.txt and tech/directfb.txt |
8537 | 152 * Some DOCS corrections/updates/sync/html fixes |
153 * GUI: fixed three submenu bugs and several other problems | |
8469 | 154 * more compiler warning fixes |
8537 | 155 * NetBSD: cpu sse/sse2 detection & VCD reading fixes |
8469 | 156 * fixed possible v4l capturing crash |
8537 | 157 * Merged the EDL 0.5 patch - using & creating Edit-Lists (runtime cut&skip) |
158 * Subtitle lines alignment changeable: top/bottom/middle (key 'i') | |
159 * -slang support for VobSub files | |
160 | |
161 VO: | |
162 * X11 fullscreen switching code changed again (esp. for gnome2/kde3.1) | |
163 * VIDIX: svgalib kernelhelper support (as libdha alternative) | |
164 * VIDIX driver for trident cyberblade card | |
165 * VIDIX: 8 pixel shift & pink window bugs fixed in the RADEON driver | |
166 * New, rewritten version of vo_svga (vidix support etc) and vo_gif89 | |
8469 | 167 * yuv4mpeg vs. framedrop/frameskip fixed |
8537 | 168 |
169 Codecs: | |
170 * libavcodec: fixed possible 20% speedloss bug | |
8469 | 171 * support for the experimental (and buggy) dev-api-3 XViD CVS branch |
172 * fallback to built-in codecs.conf if no compatible external file found | |
8537 | 173 * experimental Sorenson 1/3 encoding (using quicktime DLLs) |
174 * More accurate video bitrate calculation for AVI files | |
175 * Presets support for libmp3lame encoding | |
176 * CDDA seeking fixed | |
177 * Win32/RealPlayer codecs DLL & 64bit Alpha Linux RealPlayer codecs support | |
178 * XMMS Input plugins (demuxer & codec) support | |
8580 | 179 * Fixed a bug in MMX optimized mp3lib (triggered by OpenBSD) |
8469 | 180 |
181 rc1: "CodecCounter" | |
8382 | 182 Docs: |
183 * new French translation | |
184 * Irix section | |
185 * varous updates (both English & Hungarian) | |
8376 | 186 |
187 Codecs: | |
188 * New codec pack download page (there are several packs for various IFs) | |
189 * Win32/Quicktime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!! | |
190 * Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9 !!! | |
191 * MJPEG 2000 support (using Morgan & Imagepower VfW DLLs) | |
192 * libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support | |
193 * libavcodec: mjpeg-b support (need more samples) | |
194 * more xvidencopts | |
195 * VorbisGain tag support, tremor (fast vorbis decoder lib) support | |
196 * BIG libavcodec messups & codmetics & cleanups & API changes & fixes | |
197 * dynamic plugin support for libmpcodecs (for future binary codec releases) | |
198 | |
199 Gui: | |
200 * general code cleanup, more robust gtk code | |
201 * preferences: Screensaver, Autosync settings | |
202 * cache=4 fixed (caused jerky/lagging/slow playback with gmplayer) | |
203 | |
204 Others: | |
205 * new config/cmdline parser code (optional) | |
206 * OSD menu system (preferences, shell, file selector etc) | |
207 * libaf: runtime cpudetection, volume, equalizer, better format conversion | |
208 * subtitle overlapping can be disabled, added subtitle sorting | |
209 * subtitle dump to JACOsub and SAMI formats | |
210 * displays URLs from 'Reference Media' type .mov files, dump generic data | |
8406 | 211 * find best (longest) streams in .mov files (twotowers...) |
8376 | 212 * get position/length function in demuxers - for slavemode & -indentify |
213 * -ao alsa9 surround fixes, 8-bit PCM fixed | |
214 * -vo dfbmga: -dr support, fixed OSD flickering | |
215 * -stop-xscreensaver fixed, support for KDE screensaver too | |
216 * More compiler warning fixes | |
217 * Altivec (G4) support | |
218 | |
219 pre10: "BirthdayCounter" | |
7987 | 220 Docs: |
221 * dvd auth, vcd sections extended (DOCS/cd-dvd.html) | |
222 * unified *BSD sections, extended cygwin | |
223 | |
7927 | 224 Fixes: |
225 * LIRC error message (Error while reading cmd fd X : Success) fixed | |
226 * playback of some (streamed?) divx files fixed, starting with non-I frames. | |
227 * -vo png fixed (removed builtin YV12 support, removed OSD) | |
228 * some .mp3 playback/seek segfaults fixed | |
229 * vidix mach64 colorkey on PPC fixed | |
230 * -ao sdl now handles "featureless" soundcards | |
231 * -vo zr fixes | |
7987 | 232 * fixed sig11 if vo init failed |
233 * various dxr2 and dxr3 fixes | |
8018 | 234 * v4l buffering fixed |
235 * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c) | |
7987 | 236 * cleanup of postprocessing code - now it's threadsafe and can be shared |
8018 | 237 * ported to GNU/Hurd |
8066 | 238 * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c |
239 * small cleanup of A-V sync code - using relative timers instead of absolute | |
240 * GUI code cleanup, obsolete files/dirs removed | |
241 * various small bugfixes, endianess fixes | |
242 * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N | |
8122 | 243 * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed! |
244 * mencoder: -ovc xvid fixes, cleanup, enhancements | |
245 * screensaver/dpms re-enabling fixed | |
246 * realvideo demuxer fixes - asf-style stream detection method | |
7927 | 247 |
248 Features: | |
249 * -ao win32 (for windows port) | |
7987 | 250 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder |
251 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap | |
252 * overlapping subtitles support, jacosub (*.js) format support | |
8089 | 253 * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, |
254 activate with ':overlay', read the manual for more info on how to set up | |
8122 | 255 * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!) |
8066 | 256 * libavcodec: various MJPEG decoding fixes - now it decodes all sample files! |
257 * mencvcd updates, sox/toolame support etc | |
8122 | 258 * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14 |
259 * RealAudio ATRC (sony atrac3) audio support (using binary plugin) | |
8018 | 260 |
261 Filters: | |
262 * -af/-af-adv options cleanup | |
263 * now auto-inserting -vop lavc for mpeg-only vo's | |
264 * video filter API documented :) | |
265 * better deblocking filter (-vop pp), pp/npp syntax changed! | |
266 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims) | |
267 * -vop unsharp - an sharp/blur filter, nice, but very slow | |
268 * -vop il - (de)interleave fields | |
269 * -vop swapuv - guess what :) | |
270 * -vop boxblur - box blur... | |
8122 | 271 * -vop perpective |
272 * -vop sab | |
273 * -vop smartblur | |
7927 | 274 |
7553 | 275 pre9: |
7816 | 276 Docs: |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
277 * man page rewritten again :))) |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
278 * man page updated to latest options, including lavc options |
7816 | 279 * Chinese docs translation added |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
280 * Hungarian translation is (was? :)) up-to-date again |
7816 | 281 |
7553 | 282 Cleanup: |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
283 * divx4_vbr.c is now really GPL - with the permission of the DivX.com guys! |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
284 * cyuv decoder restructuring, now supports planar YUV formats, too |
7553 | 285 * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
286 * help_mp-XX.h files moved to help/ subdirectory, removed obsolete entries |
7553 | 287 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders |
288 * stheaders.h cleanup, removed unneeded wine includes from mplayer core | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
289 * tons of compiler warning fixes, including some 10l ones |
7816 | 290 * mga/xmga vo shared code, vesa and svga drivers cleanup |
291 * major vo drivers are now -fixed-vo compliant: x11, xv, xvidix, xmga, gl2 | |
7884 | 292 * cleanup of libmpdemux option handling - now it's mplayer-independent again |
293 * removed fork() from LIRC input module | |
7901 | 294 * libfame removed from main tree/release - libavcodec is faster, better etc. |
7553 | 295 |
296 Fixes: | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
297 * Some fullscreen switching fixes, including Metacity vs KDE 3.1 |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
298 * Many GUI bug fixes |
7553 | 299 * -vo DGA fixes, cleanup |
300 * -dvdkey sig11 fixed | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
301 * k6-3's 3dnowex vs mmxext sigill fixed in mp3lib |
7553 | 302 * -vo gif89, jpeg U-V swapping fixed |
303 * RTC setup fixes, more verbose messages, hints | |
304 * mencoder: demuxer/codec uninit order fixed (solves some sig11) | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
305 * various v4l and ALSA capturing fixes |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
306 * demux_mov: fixed crash with MPEG4 on SPARC, decoding on big endian |
7816 | 307 * various NAS ao fixes |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
308 * libvo: optional stride support for packed YUV / RGB formats |
7901 | 309 * mencoder: set keyframe flag on audio packets, fixes Windows seeking problems |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
310 * loader: fixed 2 10l bugs, ATI VCR2 DLL now working. using new style CS code. |
7816 | 311 * demux_avi: always use block counter, even if dwSampleSize!=0, fixes some files |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
312 * SPU decoder (DVD/VOB subs): fixed 2 major bugs causing lost subtitles |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
313 * various memory leak fixes (valgrind rulez :) |
7816 | 314 * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) |
7884 | 315 * mms:// audio (radio) streaming fixed |
316 * DVB: -vop lavc=bitrate is working again | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
317 * various big endian fixes |
7553 | 318 |
319 Features: | |
7622 | 320 * new audio filter layer (libaf) - automatic samplerate conversion |
7553 | 321 * experimental -vo directx driver for cygwin build |
322 * unrarlib included for rar'ed vobsubs | |
7666 | 323 * native xvid encoding (-ovc xvid) interface for mencoder |
7553 | 324 * new softeq filter with gamma support: -vop eq2 |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
325 * -ao/-vo accepts list of drivers and can fall back to one, just like -ac/-vc |
7666 | 326 * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list |
327 * get_delay() smoothing (-autosync) - should help buggy sound drivers | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
328 * smb:// URL support (disabled by default, ./configure part not yet done!) |
7816 | 329 * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp) |
330 * support for quicktime alaw/agsm audio codecs, 3IV2, 3VID video codecs | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
331 * swscale can now output to YUY2 format, upscaled (default) or unscaled (-sws 0) |
7839 | 332 * Vidix with LinuxPPC support (mach64 is confirmed to work) |
7885 | 333 * GUI: cache, autoq settings, start in fullscreen, toggle button in menu |
7884 | 334 * New video filter to overlay images over video: -vop bmovl |
7666 | 335 |
336 Libavcodec: | |
337 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer) | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
338 * MPEG4 interlaced DCT _en_coding support |
7666 | 339 * luma masking support (encoding) |
340 * runtime selectable IDCT algo | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
341 * faster MPEG1/2 decoder |
7816 | 342 * DV decoding (both PAL and NTSC) |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
343 * MPEG1 2-pass encoding support |
7816 | 344 * better/cleaner error resilience (done in a 2nd pass after decoding) |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
345 * h263/MPEG4 out of order slice decoding |
7816 | 346 * -lavdopts bug= reworked, now uses flags, autodetects most of them |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
347 * complete MPEG4 GMC decoding support |
7816 | 348 |
7553 | 349 |
7424 | 350 pre8: |
351 Docs: | |
352 * manpage has been rewritten, now has better indenting, and convertable to html | |
353 * AUTHORS, MAINTAINERS converted back to separate text files, and updated. | |
354 * ChangeLog file is included again (was removed after 0.18) | |
355 * some new tech docs on libmpcodecs, updates/fixes in others, manpage-howto | |
356 * more updates in translation files (help_mp-XX.h) | |
7442 | 357 * removed obsolete/unused entries from help_mp-en.h |
7424 | 358 |
359 Cleanup: | |
360 * xanim interface merged & fixed, now uses mpi and supports direct rendering | |
361 * cleanup of libmpdemux stream layer, especially of TV and MF parts | |
362 * some more unused files removed: vo_fsdga, vo_odivx, vd_rle, timer.c, ttf_load | |
363 | |
364 Fixes: | |
7442 | 365 * the http:// infinite memleak bug has been fixed, some WMS9 mms:// fixes |
7424 | 366 * various sparc/sun, hpux and netbsd/openbsd portability fixes |
367 * -vop palette fixes, CRAM and QPEG colors are OK now | |
368 * demuxer fixed for >2GB nuppelvideo files | |
369 * mencoder: -ss fixed for 3-pass encoding | |
7442 | 370 * gui.conf locale bug fixed (again... hope this time it's ok) |
371 * X11 fullscreen switching fixed, when d_width == screenwidth | |
372 * MOV files edit-list handling fixed - solved 'short read' issue | |
7424 | 373 |
7442 | 374 Features: |
7424 | 375 * new demuxer for .PVA files (fileformat of TV/DVB apps on win32) |
376 * -mf now supports TGA (24/32bpp uncomp/rle) images | |
377 * libavcodec: support for interlaced mpeg-4 _de_coding | |
378 * libavcodec: aspect ratio encoding support (mpeg4, mjpeg, h263?) | |
379 * win32 DLL loader merged/synced with avifile CVS | |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
380 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
381 pre7: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
382 Cleanup: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
383 * libvo2, old input code & sis_vid removed, other code cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
384 * tons of compiler warning fixes, some configure/makefile improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
385 * more messages are translated, many translations updated |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
386 * docs review continued, html cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
387 * option -vfm/-afm now uses names instead of numbers, driver IDs removed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
388 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
389 Code: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
390 * vfw/vfwex cleanup, support for runtime csp queries, 8bpp support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
391 * new native mszh/zlib codec |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
392 * libavcodec: 2-pass control code rewritten, now everything customizable |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
393 * libavcodec: mpeg4/xvid en/decoding support improved, rv10 decoding fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
394 * various realvideo demuxer and video codec fixes, sipr audio support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
395 * new video filters: soft eq (brightness), halfpack (deinterlacer), film noise |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
396 * .ogm subtitles support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
397 * optional freetype 2.1+ support for runtime-scalable .ttf font rendering |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
398 * various networking and mms:// fixes, live.com support improved |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
399 * various v4l video capturing and audio capturing fixes, audio input layer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
400 * libmpdvdkit2 - based on libdvdcss 1.2.2 + libdvdread 0.9.3 + key cache |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
401 * alsa: iec958-init completly rewritten - better SP/DIF AC3 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
402 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
403 Gui: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
404 * gui.conf locale bug fixed (hopefully) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
405 * gui preferences menu extended, runtime subtitle loading support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
406 * gui: drag'n'drop support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
407 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
408 pre6: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
409 * WMV1, Sorenson v1 (SVQ1) and RealPlayer 8.0 (RV20/30, Cook) codecs support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
410 * libavcodec M1 direct rendering |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
411 * IPB support with Xv |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
412 * libavcodec improvements, bugfixes (encoder and decoder side) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
413 * Raw DV demuxer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
414 * libdv-based DV audio/video decoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
415 * Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
416 * Detection of AVI files which needs -ni |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
417 * workaround for some Nandub bugs |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
418 * Support for live.com RTP/RTSP streaming libraries |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
419 * Support to rip DVD subs in VobSub format |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
420 * bugfixes of mpsub/srt converter |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
421 * Closed Captioning (ascii subs on RC1 DVDs) support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
422 * Massive directfb updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
423 * Vidix fixes/updates, including fixes of all known radeon bugs |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
424 * dithered 1/4/8 bpp support with -vo svga (EGA rulez:)) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
425 * alsa9 fixes/improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
426 * native ARTS driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
427 * various endianess and 64-bit fixes (including mencoder and -ao pcm) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
428 * tons of small compatibility/portability fixes (better cygwin, darwin support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
429 * GUI fixes (playlist, audio/video equalizer, preferences) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
430 * Skins (fixed many small glitches, few new skins) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
431 * 'mencvcd' script (creating VCD/SVCD with mencoder) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
432 * html DOCS updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
433 * manpage & README restructured (again :)) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
434 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
435 pre5: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
436 Documentation: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
437 * lot of fixes, updates, cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
438 * new README containing quick install guide |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
439 * tech level docs on libavcodec encoding options |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
440 * HTML doc is now IE 6.0.2600 compatible! :))) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
441 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
442 Code changes: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
443 * subreader (ASCII subtitle file parser) fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
444 * spudec (VOBsub) cleanup/fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
445 * new (faster, better) scaler |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
446 * bbox support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
447 * mmst:// streaming support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
448 * .ogm (OGG) audio/video stream selection |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
449 * native Micro$oft MPEG4v1 (MPG4) codec, error concealement for all MPEG4s |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
450 * various libavcodec encoding improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
451 * MPEG1 && -vo x11 crash fixed when movie's height%16!=0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
452 * raw (uncompressed) video fixed (avi & mov) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
453 * flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
454 * introduced codecs.conf versioning to avoid problems caused by too old conf |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
455 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
456 Display: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
457 * some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
458 * xscreensaver disabling support (optional, disabled by default) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
459 * pan&scan support in xv, xmga, xvidix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
460 * Xv YV12 stride problems fixed when width%8!=0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
461 * vidix r128/radeon driver synced with mplayerxp, various xvidix fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
462 * DVB A/V sync fixes, libfame updated to 0.9.0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
463 * native -ao arts driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
464 * AC3 passthrough support for -ao alsa9 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
465 * -ao nas fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
466 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
467 Miscellaneous fixes: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
468 * GUI: VCD and URL support, some bugs fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
469 * some cleanup of messages (less debug stuff) printed by MPlayer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
470 * gcc 3.1 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
471 * various portability fixes (cygwin, darwin, 64bit sparc/alpha) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
472 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
473 pre4: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
474 * X11 fullscreen toggle fixes with various windowmanagers, multifile playback |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
475 * DXR2 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
476 * Output into animated GIF |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
477 * "cropdetect" video filter to autodetect needed size to crop |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
478 * libavcodec marked as default encoder for MEncoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
479 * manpage rewrite |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
480 * lot of other fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
481 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
482 pre3: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
483 * 3DNow optimization of AC3 4ch downmix fixed, optims re-enabled |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
484 * DGA error/fail after 1 second of playing fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
485 * big A-V desync for some AVI files fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
486 * image distortions when seeking in some MPEG files fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
487 * libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
488 * GUI aspect ratio and fullscreen switch fixes, cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
489 * low FPS .wmv playback fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
490 * MACOS-X (Darwin) port? |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
491 * buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed! |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
492 * various mjpeg improvements in libavcodec |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
493 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
494 pre2: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
495 * hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
496 * 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
497 * faster .ogg seeking (use -forceidx for slow but accurate one) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
498 * audio-only with gui fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
499 * -rootwin fixed for x11,xv,xmga,xvidix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
500 * aspect ratio fix for ffmpeg12 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
501 * mpeg-es detection fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
502 * runtime cpudetect disabled by default |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
503 * support for many new win32 codecs, including mss1, tm20, ucod, truespeech |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
504 * divx audio dll sig11 with glibc 2.1.(2|3) fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
505 * includes libmpdvdkit - patched kit of dvd libraries (enabled for linux+freebsd) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
506 * manpages updated |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
507 * 'f' (fullscreen switch) fixed for some WMs, still has problems |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
508 * various freebsd and openbsd portability patches |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
509 * options -xy,-zoom,-flip usable with mencoder too, -xy keeps aspect |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
510 * -vop lavc, using new fast best libavcodec for realtime mpeg1 transcoding |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
511 * fixed gtk gui crash with --disable-mencoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
512 * no more black vobsub subtitles :) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
513 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
514 pre1: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
515 * 100% GPL - yeah, so what? |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
516 * runtime CPU detection code - any x86 MPlayer binary can run on "any" other x86 CPU |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
517 * video filter layer - with numerous plugins (crop, expand, etc, see the documentation) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
518 * ability to view or encode DVD/vobsub and/or text subtitles into the output AVI |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
519 * prelimenary dvdnav support (experimental) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
520 * Direct Rendering - can't be used with libavcodec yet, sorry |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
521 * ability to display subtitles under the image, on black bands |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
522 * FFmpeg (included) now supports decoding MPEG4v2 (MP42) and DivX 5.0 files too |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
523 * greatly enhanced MPEG4 encoder (libavcodec) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
524 * audio-only (wav/mp3/wma/ogg) file playback (console only) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
525 * playing/encoding audio from separate wav/mp3 file |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
526 * support for more fileformats, including the new and very popular .ogg |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
527 * multiple files playback from console, including various playlist formats |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
528 * and of course, faster than ever... :) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
529 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
530 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
531 mplayer (0.60) "The RTFMCounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
532 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
533 release: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
534 * minor bugfixes for realmedia/nuppelvideo demuxers |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
535 * docs updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
536 * help file translation updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
537 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
538 pre2: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
539 * build fixes (install codecs.conf) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
540 * dvd subtitles improved (stability and pts fixes) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
541 * new options: -alang, -vlang, -rootwin, -npp ... (rtfm) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
542 * dxr3 fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
543 * ac3 passthrough fix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
544 * docs updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
545 * make install |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
546 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
547 pre1: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
548 * new file formats (MOV, FLI/FLC, VIVO, RealMedia, NuppelVideo, yuv4mpeg, yuv4mpeg2) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
549 * more native codecs (CRAM, CVID, FLI, generic ADPCM (and IMA) decoder, g723, xanim) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
550 * mencoder (a tool for encoding video to divx4+mp3) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
551 * rewritten configure script (better autodetect, cleaner messages) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
552 * MMX/SSE optimizations |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
553 * faster postprocessing filter, syntax change (deinterlacing support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
554 * directshow code in C |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
555 * software YV12 scaling |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
556 * aspect ratio fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
557 * input cache for smoother network/DVD playback |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
558 * GUI fixes and new skins |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
559 * DVD subtitles |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
560 * playing in root window (-rootwin) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
561 * liba52 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
562 * audio filters (surround, 5.1, up/downsample, etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
563 * new homepage design |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
564 * grabbing from TV through v4l |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
565 * hardware MPEG decoder support (DXR3, Siemens DVB) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
566 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
567 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
568 mplayer (0.50) "The Faszom(C)ounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
569 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
570 release: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
571 * documentation updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
572 * non-linux build fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
573 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
574 prex?: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
575 * some pre-beta nationalization support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
576 * HTMLized documentation, splitted to sections |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
577 * lot of bugfixing |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
578 * new AAlib driver (independent of SDL, SUB/OSD support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
579 * DivX DirectShow equalizer over keyboard |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
580 * dynamic setting of DivX postprocessing quality (-autoq) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
581 * updated FAQ section on the homepage |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
582 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
583 mplayer (0.18) "The BugCounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
584 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
585 pre 1-5: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
586 * mp3lib even more optimized to 3DNow!/MMX |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
587 * GGI driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
588 * ICCCM patch |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
589 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
590 * skin support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
591 * GUI support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
592 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
593 * Introduced libao2 (null, oss, alsa, sdl) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
594 * ASF seeking fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
595 * option to force audio playback samplerate (-srate) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
596 * Framedropping for MPEG files as well |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
597 * X11 driver works on remote display (without SHM) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
598 * A-V sync for AVI files fixed (both -bps and -nobps) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
599 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
600 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
601 mplayer v0.17a "IdegCounter++" : Apr 27 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
602 - first 0.17 release failed - buggy files outdated docs etc :( |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
603 it's (hopefully) fixed now. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
604 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
605 mplayer v0.17 "IdegCounter" : Apr 27 2001 |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
606 * DVD playing (libcss) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
607 * OSD and subtitles with antialiased fonts |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
608 * new Win32 codecs (WMV1,AP42,ASV2 etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
609 * new VO drivers (SVGAlib,fbdev,DGA,SDL etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
610 * source cleanup, most part of the code rewritten |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
611 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
612 * jumped to 0.17 * (why 17? oh. chass just got a new 17" monitor :)) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
613 |
7425 | 614 - faster memcpy() routine (MMX/3DNow!/SSE optimized) |
615 - new stream selection code (autodetected) | |
616 - pre-devel-alpha DVD code (libcss) | |
617 - subtitle code 100% (perfected timing code) | |
618 - new output drivers (SVGAlib, FBdev) | |
619 | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
620 mplayer v0.11-pre27-CVS: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
621 - updated libmpeg2 source to libmpeg2-0.2.1-CVS version |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
622 - updated OpenDivX encore/decore to 4.0 alpha48 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
623 - cmdline/configfile handler by szabi |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
624 - added DirectShow support (now DivX-only) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
625 - bugfix: stream.c/stream_new() uninitialized variables |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
626 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
627 mplayer v0.11-pre26-CVS: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
628 - updated libmpeg2 source to libmpeg2-0.2.0 version |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
629 - small fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
630 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
631 mplayer v0.11-pre25-CVS: yeah, we moved to SourceForge CVS! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
632 - DOCS updated (email address changed from arpi@* -> maillist) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
633 - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
634 - stream.c: unsigned int fixes, required for some strange .asf files |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
635 - asfheader.c: using w=h=b=1 for audio_concealment_none |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
636 - VCD-related stuff moved from stream.c to vcd_read.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
637 - added DGA driver by Andreas Ackermann |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
638 - added debian/ subdir for the debian package makers... see DOCS/DEBIAN |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
639 - new Makefile/dependency system |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
640 - added check_events() to libvo, x11 stuff moved to x11_common.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
641 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
642 mplayer v0.11-pre24: Feb 19 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
643 small fixes again :( |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
644 - DOCS/LIRC changed: users *must* enable lirc support manually, it is |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
645 not autodetected yet. (./configure --enable-lirc) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
646 - the {prefix} bug fixed by Gabucino |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
647 - added manpage by Gabucino |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
648 - manpage -vo fixes by A'rpi |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
649 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
650 mplayer v0.11-pre23: Feb 18 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
651 lirc support, text updates, mailinglists |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
652 - added "-ni" option to force usage of the non-interleaved AVI parser |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
653 - DOCS/* updated by Gabucino |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
654 - new homepage by Gabucino |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
655 - mplayer users & announce mailing lists by Dariusz Pietrzak (see README) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
656 - LIRC support by Andreas Ackermann (see DOCS/LIRC) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
657 enable with ./configure --enable-lirc |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
658 TODO: ./configure should detect LIRC installed and better Makefile handling |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
659 - added AVI_NINI parser for broken (no index) non-interleaved files |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
660 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
661 mplayer v0.11-pre22: Feb 16 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
662 last fixes, release is coming soon! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
663 - non-interleaved avi EOF bug fixed [thanks to DC-1 for help] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
664 - "You" strings in Makefile after make dep bug fixed... [thx to DC-1] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
665 - SDL disabled by default. You have to ./configure --enable-sdl to enable. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
666 - homepage updated by Gabucino |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
667 - homepage updated by A'rpi |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
668 - FAQ updated by A'rpi |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
669 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
670 fork() -> 0.12pre1 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
671 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
672 mplayer v0.11-pre21: Feb 12 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
673 mpeg1 pp, stereo fix |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
674 - "Skip chunk xxxx" messages moved from -v to -v -v -v debug level... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
675 [thanks to Christoph H. Lampert] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
676 - divx postprocess filter works for mpeg1 files too! (-divxq 1/3/7/31) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
677 - mpeg layer-2 audio fixed - it's stereo again!!! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
678 - audio select() detection: if detected audio buffer size == 0, then |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
679 exit with message "recompile mplayer with #undef HAVE_AUDIO_SELECT"... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
680 - syncfb driver added to the source tree, under drivers/ |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
681 (it's very similar to mga_vid, but has syncronization to screen and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
682 de-interlace features) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
683 - draw_slice in syncfb finished for G400 cards (plays mpeg 1/2, opendivx) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
684 (de-interlacing has been disabled, because it's buggy now) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
685 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
686 mplayer v0.11-pre20: Feb 11 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
687 NI-AVI support, small fixes & patches... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
688 - asf parser: flag 0x40 (explicit packet size) implemented [Marvin] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
689 - new option to select DSP device: -dsp (default: /dev/dsp) [Pontscho] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
690 - option -o changed to -vo |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
691 - ./configure: applied patches [LGB,Ian Kumlien,Magnus Pfeffer] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
692 - avi chunk_id->ds mapper moved to demux_avi_select_stream() |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
693 - added non-interleaved .AVI parser |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
694 - added non-interleaved .AVI detection (if a_pos-v_pos distance > 1MB) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
695 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
696 mplayer v0.11-pre19: Feb 9 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
697 small fixes... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
698 - vo_xmga.c: G200 draw_slice fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
699 xmga + mga: common part (draw_frame & draw_slice) moved to mga_common.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
700 - some independent code (asfinfo.c and GL-test) moved to the new TOOLS subdir |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
701 - movinfo.c added to TOOLS (small util to dump .mov file structure) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
702 - AVI & ASF stream id detection changed: now using IDs from the header |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
703 (but still can be overriden by -aid or -vid) [Christoph H. Lampert] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
704 - native MS-GSM audio codec ported from avifile source (-afm 6) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
705 [thanks for the testfile to Christoph H. Lampert] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
706 - README updated (input & codec lists) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
707 - implemented .asf audio descrambling [Dirk Vornheder & Einon] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
708 -> that weird_al_yankovic asf is not so weird now :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
709 - AUTHORS file changed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
710 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
711 mplayer v0.11-pre18: Feb 7 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
712 patch release :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
713 - skip broken .asf fragments (for better seeking) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
714 - seeking code cleanup in sources (now it's in a switch(){}) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
715 - opendivx encoding bitrate option changed from -divxq to -br |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
716 (for the divx -> divx re-encoding) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
717 - TO DO section moved to file TODO |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
718 - applied ./configure and Makefile changes patch from LGB |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
719 - libvo function changes by Pontscho: x11 (with -fs), xmga (bugfixed!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
720 - libvo: driver sources renamed from video_out_*.c -> vo_*.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
721 - libvo: added uninit() function to drivers |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
722 - libvo: fork()'ed X11 eventhandler for x11 and xmga drivers [me & Pontscho] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
723 (gl and xv version is coming soon!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
724 - libvo: sdl driver now closes SDL at QUIT... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
725 - small english fixes (docs & messages) [Balazs Tibor] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
726 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
727 mplayer v0.11-pre17: Feb 4 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
728 fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
729 - asf "missing video stream" fixed (stream id & 0x7F) [Christoph H. Lampert] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
730 - added GL-test directory, it contains source and compiler script of a |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
731 very simple open-gl texture updating (glTexSubImage) test program. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
732 if it runs well, then mplayer -o gl should work too. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
733 it works on G400+Utah-GLX, but segfaults in the G400 driver of X 4.0.2/DRI. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
734 try it with different cards/drivers, and please report me the results. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
735 - benchmarking in gltest.c: calculate fps and process times |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
736 - .asf seeking v0.01-pre0.1 :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
737 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
738 mplayer v0.11-pre16: Feb 4 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
739 ACM fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
740 - Win32/ACM audio codec fixed (most important for asf with divx audio): |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
741 There was an output buffer size problem with the Win32/ACM audio codec |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
742 at low bitrates (usually used for .asf files with divx audio) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
743 Input and output buffer sizes are now queryed, problem solved :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
744 - SDL support compiling hint by Michael Durller added to the FAQ |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
745 - opendivx support in .asf files [Gérard Lantau] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
746 - ./configure & Makefiles patch by Aaron Hope applied. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
747 (adds --with-win32libdir and fixes --with-x11libdir) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
748 - ./configure fixed, now it defaults to /usr/lib/win32 if detection failed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
749 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
750 mplayer v0.11-pre15: Feb 2 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
751 asf sync fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
752 - asf parser: now supports other than 0x5D segments [Dirk Vornheder] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
753 - new asf PTS reading: sync works now, including fps... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
754 (-fps no longer required!) [thanks again to Eugene Kuznetsov for docs!] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
755 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
756 mplayer v0.11-pre14: Feb 1 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
757 small fixes, asf sync v0.1 :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
758 - version number incremented :))) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
759 - libvo / Xv driver swapped Red-Blue fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
760 - asf timestamps implemented - now asf A-V should be in sync if you |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
761 specify the correct fps at commandline (-fps), +-1 fps allowed... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
762 [i haven't yet found method to get fps out from asf headers :(((] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
763 - some error and consistency checking into demux_asf |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
764 if you see many warning! messages playing an .asf file, then contact |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
765 me and upload the file (first 1MB is enough if it represents the problem) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
766 Don't forget: there is no public doc about the .asf file format, so |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
767 everything we know is suspected and can be wrong... without your help |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
768 we never will have working .asf player... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
769 - asf fragment offset checks disabled for grouping... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
770 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
771 mplayer v0.11-pre13: Jan 31 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
772 libvo changes, mpeg bitrate, vcd fix, asf grouping |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
773 - libvo: draw_slice() interface changed, now it has src stride[3] and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
774 destination rect dimension (w,h,x,y) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
775 It's able to blit whole frames, not only 16-pixel slices... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
776 - libmpeg2 and opendivx codec changed to use new draw_slice() |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
777 -> opendivx extra 64-pixel width band at right disappeared! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
778 - mpeg bitrate fix: if picture->bitrate==0x3FFFF (means "unspecified" ?) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
779 then using standard VCD bitrate (75*2324 bytes/sec) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
780 -> fixed seeking for those mpegs with "16MBit/s" bitrate... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
781 - drivers/sis_vid: video4linux interface disabled |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
782 - broken VCD playing fixed: stream_reset shouldn't seek to 0x0... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
783 [bugreport: Kang Sun] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
784 - asf_parser: grouping implemented! [test file provided by Gabucino :))] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
785 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
786 mplayer v0.11-pre12: Jan 30 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
787 ./configure fixes, improved odivx-encoding, streaming fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
788 - ./configure: using /tmp/main$$.c instead /tmp.main.c, and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
789 remove file after tests [SaPe] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
790 - ./configure: trying the gcc optimize options and fallback to 'pentium' |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
791 if fails (useful for people with old gcc and new cpu :)) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
792 - removed -fomit-frame-pointer from OPTFLAGS at config.mak |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
793 - version number incremented [Gabucino] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
794 - odivx encoder fix: allow long (longer than xxxx.avi) destination filenames |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
795 (sizeof() changed to strlen()...) [Gabucino] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
796 - avi writer - overwrite disabled (exits with error message if destination |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
797 file already exists...) [Gabucino] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
798 - use -divxq to set encoding bitrate (in bits (no kbits!) default: 780000) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
799 - no audio decoding if -encode option is used |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
800 - audio streaming disabled if -nosound specified (setting audio_id to -2) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
801 - fast Mpeg-ES detection (doesn't read the whole Mpeg-PS file) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
802 - compile-time option to disable using soundcard driver's select() |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
803 (requires for some people with buggy/pre-alpha/etc sound driver...) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
804 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
805 mplayer v0.11-pre11: Jan 29 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
806 streaming fixes, asf support pre, indeo5 fix |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
807 - asf/asfinfo.c improved: now it dumps streams to files - need testing! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
808 (it's ready to be converted to asf demuxer and intergated into MPlayer) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
809 - stream.c / stream_reset() fix: now it really seek back to 0 position! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
810 - .asf file format detection added (no .asf reading yet!!!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
811 - .asf demultiplexer added, changes in demuxer.c to handle fragmented packets |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
812 > it plays .asf video well, but still has problems with divx/wma audio. :((( |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
813 - indeo 5 playing fixed (removed ICDECOMPRESS_UPDATE from flags) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
814 - xmga resizing problems with some window managers, so default order is |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
815 changed xmga,xma... to mga,xmga,... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
816 - found gcc bug: compiling MPlayer with flags |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
817 OPTFLAGS=-O -g -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
818 cause image sizes negating -> mga_vid kernel driver Oops... :((( |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
819 - runaway.bride.sample.avi seeking segfault discovered: AC3 resync fails :( |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
820 - improved signal handling: module name is now printed. audio_resync added. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
821 - RGB opendivx encoding implemented, now AVI->opendivx is possible. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
822 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
823 mplayer v0.11-pre10: Jan 22 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
824 OpenDivX encoding, streaming fixes, avi seek fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
825 - new libvo driver: odivx (OpenDivX File Writer) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
826 - AVI file writting support, new option: -encode filename |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
827 to encode an mpeg/vob/vcd to opendivx: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
828 mplayer file1.mpg -encode file2.avi -o odivx -nosound |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
829 (sound encoding/copy is not yet supported) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
830 - libvo: default driver priority changed to: xmga,mga,syncfb,3dfx,xv,x11,gl |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
831 - avi writer: index support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
832 - small fixes in avi writer to be compliant (adjusted chunk/list lengths) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
833 - demuxer.c: stream buffering fixes: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
834 - missing {} in mplayer.c occuring audio reads when has_audio=0 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
835 - reordered packet reader and pack count checks -> no more unwanted EOF |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
836 - added 4MB buffer memory usage limit to demuxed streams |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
837 - CPU flags in ./configure changed: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
838 k7 -> k6 (current stable gcc doesn't supports k7) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
839 386,486 -> i386,i486 [Balazs Tibor] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
840 - demux_avi: index check now accepts (raw.len+1)==idx.len [Balazs Tibor] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
841 - FAQ added |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
842 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
843 ** Now we are ready with planned features & urgent fixes, ** |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
844 ** it's time to final testing and then the 0.11 release!! ** |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
845 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
846 mplayer v0.11-pre9: Jan 18 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
847 OpenDivX fixes,speedup |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
848 - solved OpenDivX width problem (stride=width+(Quality?0:64)) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
849 now -divxq 0 works, and 0 is the default |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
850 - libvo call moved out from my_convert_yuv() so it can be measured (cpu %) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
851 - IDCT code ported from libmpeg2 -> much faster OpenDivX decoding |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
852 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
853 mplayer v0.11-pre8: Jan 18 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
854 SDL fixes, OpenDivX support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
855 - added -I/usr/X11R6/include to libvo CFLAGS |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
856 - (removed later: applied libvo SDL driver fixes by Jeffrey Boser) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
857 - OpenDivX support, initial hack, maybe not work for you... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
858 (I need testfiles, I have just only one) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
859 use -divxq option to adjust quality (1..29 works), 1=default |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
860 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
861 mplayer v0.11-pre7: Jan 14 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
862 SDL support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
863 - ported SDL driver from mpeg2dec/libvo (currect CVS) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
864 (it's slower than internal X11 driver, but supports software scaling!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
865 - fixed SDL driver to support -fs and pass keyboard events |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
866 - SDL driver changed to support YV12 and YUY2 formats instead of IYUV |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
867 (now works with DivX files too) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
868 - 'q' (Quit) disabled in SDL fullscreen mode (because it's impossible |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
869 to restore screen before exiting so it gets unusable state now) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
870 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
871 mplayer v0.11-pre6: Jan 14 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
872 audio fix |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
873 - fixed video_out_xv.c compiling problems [bugreport: Kalle Mellerup] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
874 - modified audio playing: always keep buffer (both internal and card's) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
875 filled using select() -> -alsa audio delays should be fixed. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
876 - updated DOCS/AUTHORS and DOCS/README |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
877 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
878 mplayer v0.11-pre5: Jan 12 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
879 xmmp audio support, applied Pontscho's libvo patch |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
880 - xmmp audio driver support by Arthur Kleer |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
881 - new video_out driver by Pontscho: xmga (Matrox G200/G400 only!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
882 It does same under X 3.3.x what Xv extension does under X 4.0.x! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
883 (you will have a moveable/resizeable window but see an YUV video |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
884 overlay in it using color keying) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
885 - added keyboard event support in X11 windows [Pontscho] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
886 (using mplayer_[put|get]_key() in codecctrl.c) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
887 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
888 mplayer v0.11-pre4: Jan 6 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
889 x11 driver fixes, 15/16bpp support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
890 - version in version.h fixed :))) [Pontscho] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
891 - inttypes.h moved to DOCS/ (copy back to the root if you need it) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
892 - depth calculation in vo_init() changed (Pontscho's version couldn't |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
893 make difference between 15 and 16bpp) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
894 - x11 driver now uses vo_init() instead of get_depth() |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
895 - yuv2mmx: 15bpp not really supported -> removed from list, now |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
896 conversion is done (well) by the C code -> MPEG play in 15bpp works! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
897 - avi playing support added in 15bpp (memcpy) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
898 - avi playing support added in 16bpp (C 15->16 converter by me) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
899 - avi playing support added in 16bpp (MMX 15->16 converter by Strepto) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
900 - libvo/x11: yuv2rgb used MMX code on non-MMX CPUs too!!! fixed... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
901 - all x11 modes tested (and mpeg/24bpp byteorder fixed): |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
902 MPEG: AVI/VfW: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
903 15bpp C convert memcpy |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
904 16bpp MMX/C convert MMX/C convert |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
905 24bpp C convert memcpy |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
906 32bpp MMX/C convert memcpy / C conv. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
907 => now all the movie types are viewable using the -o x11 driver! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
908 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
909 mplayer v0.11-pre3: Jan 5 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
910 mpeg fixes, fullscreen support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
911 - vertical.mpg serious libvo (x11,gl) segfaults fixed: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
912 yuv2rgb_mmx requires one more lines that vertical image size... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
913 fixed (allocating memory for width*(height+1)). [bugreport: Gabucino] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
914 - Pontscho's fullscreen patch applied! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
915 Using option -fs will maximize window size (for all resizeable drivers |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
916 including mga!) and disable window decorations (x11,Xv,gl only) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
917 - simple inttypes.h included for libc5 (and glibc2.0 too?) users |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
918 - homepage updates (links changed ftp->http) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
919 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
920 mplayer v0.11-pre2: Jan 4 2001 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
921 better user messages, mp3 codec selection, demuxer changes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
922 - w32codec.zip restored at the FTP site (somehow it damaged...) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
923 - added version.h, and used its content everywhere |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
924 - 'premature end-of-file' problem fixed: freeing audio buffers and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
925 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
926 - some more messages added if verbose>=1 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
927 - demuxer.c: error message printed if A or V chunk buffer is full |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
928 'mplayer test.avi -aid -2' still not works without option '-nosound' |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
929 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
930 ./configure selects mp3lib only if you have 3Dnow [idea: Gabucino] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
931 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
932 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
933 mplayer v0.11-pre1: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
934 AVI sync fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
935 - AVI audio seeking improvements: now using nBlockAlign value to seek |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
936 inside the chunk, so divx audio works without big delays!!! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
937 - AVI PTS calculation modified: counting video PTS when skip_video_frames>0 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
938 so new audio PTS values will be correct. Solved many sync probs! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
939 - A-V sync with AVI files fixed! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
940 Now only the Desperado-trailer has 1.0 sec delay after seeking. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
941 - fixed AVI sync in -bps mode too! :) (perfect except that Desperado avi) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
942 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
943 mplayer v0.10: Jan 1 2001 "The new year" release! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
944 - testing |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
945 - docs changed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
946 - it's time to release and remove the old buggy 0.09 version... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
947 - release!!! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
948 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
949 mplayer v0.10-pre8: libvo/x11 changes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
950 - libvo: x11/xv driver separated to x11 and xv drivers |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
951 - libvo: DUMMY_VO_FUNC removed from driver sources |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
952 - libvo: default driver order changed, because some users with software-only |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
953 opengl though that this 'slow' player can only play at 1-3fps :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
954 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
955 mplayer v0.10-pre7: Dec 31 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
956 libmpeg2 interface changes, display size/area changes, AVI fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
957 - libmpeg2/decode.c modified: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
958 - removed unused OMS and mpeg2dec stuff |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
959 - decode_data rewritten, now works like parse_es.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
960 => doesn't copy any data -> faster and less memory usage |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
961 - mplayer.c sends code 0x1FF after every frame, so libmpeg2 knows |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
962 when has to display it |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
963 - mplayer.c: in_frame flag fixes, didn't work well with mpeg2 streams |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
964 (because there is a 0x1B2 chunk between 0x100 and 0x101) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
965 - 'picture' changed from static to shmem-allocated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
966 -> better picture after codec restart (tested with JapAd.mpg) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
967 -> keep information of the header changes (after init) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
968 - mpeg image size changed, now only the real part of frame is displayed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
969 (no more green strip at the bottom) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
970 - picture struct: new fields: display_picture_width/height |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
971 - image buffer allocation (shmem) is done by decode.c instead of libvo |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
972 - new option: -xy <value> (resize both x/y direction) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
973 if value<=8 -> x_scale = y_scale = value |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
974 else -> x_size=value y_size=aspectratio*x_size |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
975 - mplayer.c: video output moved out from avi/mpg init sections and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
976 now it's common code (added movie_size_x/y variables and out_fmt global) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
977 - new keys: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
978 ESC => quit |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
979 + and - => adjust audio delay +- 0.1 second |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
980 k => kill/restart the mpeg codec process (for testing) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
981 - codec control interface changed: wait for syncword after (re)start |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
982 to avoid receiving old frames => it's stable again! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
983 - removed (now unused) allocate/free image buffer code from libvo |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
984 - mplayer: new internal variable for video format: has_video |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
985 0 = none (unused yet) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
986 1 = mpeg 1/2 video |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
987 2 = win32/VfW video codec |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
988 - config.h has defaults for bps-based AVI sync and ALSA timer code options: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
989 #undef AVI_SYNC_BPS => now it's disabled by default!!! use -bps to enable |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
990 #define ALSA_TIMER => now it's enabled by default!!! use -noalsa to dis. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
991 - help updated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
992 - prints max compressed framesize at exit (both avi & mpeg) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
993 - AVI audio seeking fixed: some ACM codecs (divx audio and ms-adpcm) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
994 can't seek inside a chunk, they are only able to play whole chunks. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
995 Current audio seeking has changed to seek inside the chunk only if the |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
996 codec supports it (only internal codecs and ACM/mp3 allows it). |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
997 - AVI: audio delay correction if can't seek inside the chunk |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
998 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
999 mplayer v0.10-pre6: Dec 24 2000 "Xmas edition" |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1000 mpeg signal & EOF fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1001 - ./configure: k6_mtrr (2.4.test11+) added [Pontscho] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1002 - `term destroys if mplayer (mpg) called from mc.ext` bug fixed: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1003 added sighandler to the 3rd process (mpeg codec) to avoid sig. recursion |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1004 - better output at exit (handled now by exit_player()) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1005 - mpeg EOF problem (codec restart) fixed: added EOF detection to parse_es.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1006 - internal flag 'current_module' added to get more info at segfaults |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1007 (contains module number where the segfault occured) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1008 - audio detection changed: using afm=4 (Win32/ACM) for MP3 audio (AVI files) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1009 (you MUST have l3codeca.acm at /usr/lib/win32, or you have to use '-afm 1') |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1010 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1011 mplayer v0.10-pre5: Dec 22 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1012 flipping fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1013 - AVI image flipping reworked: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1014 - new flag: avi_header.flipped, TRUE if upside-down |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1015 - image flipping code removed/disabled from libvo modules |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1016 - duplicate flip_page() calls removed (overload with x11 and mga) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1017 - aLaw audio codec (AVI id 0x06) added (uses code from xanim source) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1018 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1019 mplayer v0.10-pre4: ??? |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1020 test release, small fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1021 - video_out driver <-> codec incompatibility message changed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1022 - fixed the config.format bug in drivers/mga_vid_test, so it works again! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1023 [thanks to David Whysong] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1024 - libmpeg2 upgraded |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1025 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1026 mplayer v0.10-pre3: Dec 10 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1027 test release, verbose mode, new docs |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1028 - new option: -v = increment verbose level |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1029 (debug printf's changed to verbose level-dependent) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1030 - default level: 0, only some informal output |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1031 - init debug: 1, some basic debug infos, avi header, function values |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1032 - player debug: 2, print avi indexes, chunk inputs, more debug infos |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1033 - parser debug: 3, prints everything related to input parsers |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1034 to increment verbose level, use multiple -v options (-v -v -v for level-3) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1035 - bitrate calculation for AVI files |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1036 - README rewritten, added Troubleshooting and Bugreports sections |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1037 - TVout directory added (only the scripts) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1038 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1039 mplayer v0.10-pre2: Dec 8 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1040 bugfix test release, bps-sync enabled |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1041 - avi: supporting both 0-based and movi-based index types (autodetect) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1042 - avi: tested with VBR audio: plays well with -mc 0 option, seek doesn't |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1043 work yet [thanks to Alan Chen for testfile] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1044 - avi: A-V sync to avg. byte/sec implemented (again) and enabled by default |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1045 (disable with -nobps if you want) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1046 - ./configire: 3rd name ('kni') of the P3 added. Where is the compatibility? |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1047 - useless '\' removed from libac3/Makefile [Otvos Ferenc] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1048 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1049 mplayer v0.10-pre1: Dec 5 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1050 test release, players merged!!! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1051 - avip and mpegp has been merged to a single binary called 'mplayer' |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1052 - file type detection (AVI/MPEG-PS/MPEG-ES/Other) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1053 - no redundant code (common code for common jobs) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1054 - big format-dependent codes moved to functions (separated files) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1055 - better error messages, removed some debug stuff, code cleanups |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1056 - old libmpeg2 version removed from source tree |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1057 - help texts merged (help_avi+help_mpg -> help_mp) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1058 - new options: -x <x> -y <y> = scale image (if selected driver supports) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1059 if value<=8 then image size will be multiplied by value, otherwise |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1060 image size will be scaled to <value> pixels. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1061 For example: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1062 2x ZOOM: mplayer -x 2 -y 2 test.mpg |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1063 800x600: mplayer -x 800 -y 600 test.mpg |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1064 [default values are still configurable at compile-time, see config.h] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1065 - TV project (not finished) codebase added (see tvision.c, or: make tvision) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1066 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1067 mplayer v0.09: Dec 5 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1068 Beta release [same as 0.09-pre3] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1069 - version changed in the files |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1070 - docs updated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1071 |
7372 | 1072 mplayer v0.09-pre3: Dec 3 2000 |
1073 bugfix test-release, X11 support testing | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1074 - fixed the if [ -z $pparam ] bug in ./configure [Christian Birchinger] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1075 - many changes in AVI seek code, resulting near-perfect seeking now! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1076 current method calc absolute audio position, so with VBR audio it |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1077 doesn't work yet... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1078 - avip: Xv support (YUY2 image format) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1079 - avip: X11 support (24 & 32 bpp only, BGR format) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1080 I need a very fast 15->16bpp converter for 16bpp support... anyone helps? |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1081 |
7372 | 1082 mplayer v0.09-pre2: |
1083 bugfix test-release | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1084 - removed unnecessary code from libmpeg2/header.c |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1085 Walken told me that standard mpg/vob streams must NOT use framerate |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1086 and bitrate extension... and the ext. id check is done by the caller. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1087 - CRC support to mp3lib's mpeg audio layer-2 decoder |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1088 thanks for bugreport & testfile to Samson |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1089 |
7372 | 1090 mplayer v0.09-pre1: Dec 1 2000 |
1091 bugfix test-release | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1092 - imported new libmpeg2 files (under testing...) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1093 - GL renderer flickering bug fixed (MMX missing emms() between yuv2rgb and |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1094 glTexSubImage(), bug triggered by new Utah-GLX code) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1095 [thanks for Christian Birchinger] |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1096 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1097 mplayer v0.08: Nov 27 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1098 Index support, avi seeking, DLL loader fix, compilation fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1099 - Added support for chunk index usage (disable with -noidx option) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1100 - Removed code optimization flags from loader/Makefile because |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1101 it segfaults if compile optimized code (it does some hacks with |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1102 pointers, maybe the reordered code confuses it) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1103 - added new tool called aviparse (read and check avi file structure) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1104 - indexed and raw chunk info comparing, bad chunks dropped |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1105 - termcap usage is optional (for those debian users without termcap) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1106 - #if HAVE_* fixed (to #ifdef HAVE_*) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1107 - ./configure supports new /proc/cpuinfo (2.4.0-test11) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1108 - sse is called 'sse' again |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1109 - 'flags' field renamed to 'features' |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1110 - Xv benchmark results added to DOCS/SPEED |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1111 - avi seeking (and other goodies, pause etc) implemented |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1112 no PTS resync after seek yet. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1113 - default video_out driver changed from 'mga' to the first available driver |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1114 new driver priority: mga_vid, opengl, x11 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1115 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1116 mplayer v0.07: Nov 21 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1117 Easier compile |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1118 - Added Pontscho's ./configure script (it's modified a lot) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1119 - Updated makefiles, and tested a lot :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1120 - Updated DOCS/INSTALL |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1121 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1122 mplayer v0.06: Nov 20 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1123 Better codec selection |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1124 - avi audio&video codec selection moved to new codecs.c file, |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1125 loader/driver.c and loader/afl.c modified for this |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1126 - yuv support fixed, codecs.c setup flags to handle yuv properly |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1127 yuv works fine with divx, mpeg4, cvid, and upside-down iv50 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1128 - DOCS/INSTALL updated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1129 - DOCS/SPEED updated, DivX benchmarks added |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1130 |
7372 | 1131 mplayer v0.05: Nov 18 2000 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1132 Merged with MPEGplayer 0.90pre6, first public release of AVI player |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1133 - code merged with mpegplayer, new Makefile, some small modifications |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1134 - docs updated and moved to DOCS |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1135 |
7372 | 1136 mplayer v0.04: Nov 17 2000 |
1137 YUV (yuy2) support with divx 3.11 dll, some code cleanup, preview-release | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1138 |
7372 | 1139 mplayer v0.03: Nov 14 2000 |
1140 | |
1141 mplayer v0.01: Nov 11 2000 | |
1142 first preview version based on new MPEGplayer's codebase. | |
1143 it contains the win32 loader from avifile, and can decode divx 3.11 video. | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1144 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1145 mpg12play v0.9-v0.95pre5: Oct 21-Nov 2, 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1146 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1147 Lespinasse. It's great, optimized very fast C code with perfect |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1148 image quality and 100% MPEG standard conformance. |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1149 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1150 mpg12play v0.5-v0.87: Sep 28-Oct 20, 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1151 Mpeg codec replaced with DVDview by Dirk Farin, it was a great |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1152 stuff, but it was slow and was written in C++ (I hate C++!!!) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1153 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1154 mpg12play v0.1-v0.3: Sep 22-25, 2000 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1155 The first try, hacked together in a half hour! I've used libmpeg3 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1156 from www.heroinewarrior.com up to the version 0.3, but there were |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1157 image quality and speed problems with it. |