Mercurial > mplayer.hg
annotate ChangeLog @ 11744:70b8047bc7df
sync, tested :-P
BTW, xml/pl fails to compile.
author | nauj27 |
---|---|
date | Mon, 05 Jan 2004 10:39:04 +0000 |
parents | 2caf85a35827 |
children | 523bab9b1bc1 |
rev | line source |
---|---|
10588 | 1 mplayer (1.0) |
10946 | 2 |
11726 | 3 pre4: "New Year Release" |
4 | |
5 DOCS: | |
6 * new Copyright file covering the licenses involved | |
7 | |
8 Ports: | |
9 * better PA-RISC detection | |
10 * support for VAX (tested on VAXstation 4000/VLC) -- really, believe me! | |
11 * optimizing for specific MIPS cpus under IRIX | |
12 * AMD64 detection under BSDs | |
13 | |
14 Demuxers: | |
15 * matroska containing realvideo works better | |
16 * fixed random segfaults in vivo | |
17 * endianess fixes in cdda | |
18 * UYVY support in tvi/v4l2 | |
19 * tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT | |
20 * tvi/bsdbt848 audio part working under NetBSD | |
21 | |
22 Decoders: | |
23 * removed zlib dependency in vd/lcl | |
24 * removed obsoleted decoders (which were moved to libavcodec), affected: | |
25 vd/8bps, vd/msrle, vd/msvideo1, vd/rpza, vd/smc | |
26 * workaround for buggy codecs in ad/acm (support for Sharp G.726) | |
27 * synced to original FLAC sources | |
28 | |
29 Filters: | |
30 * vf/bmovl bugfixes | |
31 * vf/filmdint now handles 15fps NTSC input | |
32 * huge updates and speedup on vf/pullup | |
33 * big updates to vf/ilpack (proper interpolation and mmx optimizations) | |
34 * new filter: vf/zrmjpeg (fast mjpeg encoder using libavcodec for zoran) | |
35 * interlaced scaling support in vf/scale | |
36 | |
37 Drivers: | |
38 * ao/esd behaves better over network now | |
39 * support for Radeon 9600 Pro in VIDIX | |
40 | |
41 FFmpeg/libavcodec: | |
42 * H.263 AIC and MQ encoding support | |
43 * fixed low delay decoding | |
44 * fixed H.263+ encoding without UMV | |
45 * lot of CBR improvements | |
46 * MB type and QP visualization | |
47 * lot of code cleanup | |
48 * splitted intra & inter dequantization -> speedup | |
49 * fixed stereo IMA ADPCM encoding | |
50 * VBV delay setting support (MPEG2 CBR) | |
51 * improved RV20 decoder (all known errors eliminated) | |
52 * interlaced DCT | |
53 * interlaced motion estimation | |
54 * interlaced MPEG2 encoding | |
55 * 4MV encoding fixes | |
56 * initial interlaced MPEG4 encoding | |
57 * improved visual quality in SVQ3 decoder | |
58 * fixed never-before-tested embedded string decoder in SVQ1 | |
59 * optimized quantization (including the trellis way) | |
60 * Sierra VMD video decoder | |
61 | |
62 | |
11602 | 63 pre3: "The Real Counter" |
11046 | 64 |
65 DOCS: | |
11440 | 66 * all MPlayer and MEncoder options documented |
11570 | 67 * all FFmpeg/libavcodec options documented |
11054 | 68 * Support for building incomplete XML documentation |
11312
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
69 * Support for building all-in-one HTML docs |
11104 | 70 * HTML documentation obsoleted |
11312
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
71 * English, Polish and French HTML documentation removed |
11104 | 72 * Spanish documentation translation finished |
11533 | 73 * Macedonian runtime output translation added |
74 * small improvements and bug fixes all over the place | |
75 | |
76 Ports: | |
11563 | 77 * fixed compilation of Matroska on MinGW32/Cygwin |
11533 | 78 * support for detecting non-Intel CPUs under Cygwin |
79 * sub autoloading under Windows | |
11571 | 80 * removed pthread dependency (compiles out of the box on a default NetBSD |
11564 | 81 install) |
11571 | 82 * more 64 bit fixes |
83 * a lot of Mac OS X fixes | |
84 * prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86 | |
11597 | 85 * Darwin XMMS libs supported |
86 * support newer Darwin versions in Altivec detection code | |
87 * support for newer Apple GCCs | |
11046 | 88 |
11054 | 89 Codecs and demuxers: |
11218 | 90 * better support for (buggy) MEncoder created streams in libmpeg2 |
91 * MPEG-TS demuxer updates | |
11235 | 92 * fixed the MPEG muxer |
93 * fixed tons of bugs in MMS streaming | |
11604 | 94 * user settable HTTP user-agent field |
11597 | 95 * improved (now working) seeking with support for growing files in |
96 Realmedia format | |
11570 | 97 * saveable and loadable index files (workaround for formats not |
11564 | 98 supporting files over 2GB) |
99 * Ultimotion VfW decoder | |
100 * support for MMS streams with UTF urls | |
101 * big DVB demuxer update | |
102 * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs) | |
103 * fixed an old bug in AVI/Waveformatex size calculation | |
11597 | 104 * XviD API-4 (1.0 beta2) support |
11564 | 105 * improved FLAC-in-Ogg support |
106 * Matroska: better AC3 detection | |
107 * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support | |
11571 | 108 * improved detection of Real RTSP through URL analysis |
11564 | 109 * fixed stereo 16 bit TWOS |
11597 | 110 * fixed MPNG when using BGR24 images |
111 * control functions in OGG demuxer | |
11604 | 112 * HTTP cookies support |
11597 | 113 * LML-M4 MPEG4 capture card raw stream format support |
11054 | 114 |
115 Filters: | |
11571 | 116 * some fixes in the delogo filter |
11218 | 117 * optimized eq2 filter |
118 * weighted gamma support in the eq2 filter | |
11571 | 119 * new filters: hue, spp, fil, yuvcsp |
11564 | 120 * alternative postprocessing filter (spp) |
121 * big scale filter updates | |
122 * zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec | |
11604 | 123 * filmdint: new inverse telecine filter, heavily MMX and 3DNow! optimized |
11054 | 124 |
125 FFmpeg/libavcodec: | |
11104 | 126 * Lagrange multipliers instead of qscale, encoding quality much improved |
11312
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
127 * fixed an old bug in MPlayer's support code |
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
128 * support wider range of VOLs in H263 |
11218 | 129 * direct rendering support in MJPEG |
11597 | 130 * massive MLib optimizations |
11218 | 131 * more VQA files supported |
132 * Theora support | |
133 * Sunplus JPEG (SP5X) support | |
11570 | 134 * H.263 GOB fixes |
11218 | 135 * massive cleanups |
136 * reduced memory footprint (!) | |
137 * fixed decoding if aspect ratio changes | |
138 * MMX2 optimizations in HuffYUV | |
11533 | 139 * lots of bugs squashed in HuffYUV |
11571 | 140 * long standing decoding errors after 'first frame is not keyframe' fixed |
11218 | 141 * CRI ADX support |
142 * XA ADPCM support | |
143 * fixed files with odd dimensions on PPC | |
144 * optimized MPEG2 bitstream parsing | |
145 * better interlacing framework | |
146 * support for IBM's XLC compiler | |
147 * support for SAR (sample aspect ratio) | |
11235 | 148 * floating point AAN DCT |
11571 | 149 * dynamically alloc big data fields (lower memory usage in most cases!) |
11564 | 150 * fixed stereo IMA-ADPCM encoding |
151 * inline vs always_inline - some speedups | |
152 * MMX2 optimized FDCT | |
153 * accurate 2-4-8 DCT | |
154 * much faster DV encoding (it beats libdv) | |
155 * support Cinepak files with funky (not divisible by 4) resolutions | |
156 * Altivec optimized FDCT | |
157 * XvMC speedups | |
158 * initial ZyGoVideo decoding | |
159 * RGB support in FFV1 | |
160 * new Palette API, all codecs updated | |
161 * Noise reduction of DCT coefficients | |
162 * "av_log" logging API | |
163 * support for buffer hints from codecs | |
11570 | 164 * BGR24, RGB555 and PAL8 image formats |
165 * 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders | |
11564 | 166 * 16x8 MV visualisation support |
167 * H.263 overlapped block motion compensation (OBMC), 4MV support | |
168 * H.263 alternative inter vlc support | |
169 * H.263 deblocking filter (MMX optimized) | |
170 * H.263 modified quantization support | |
171 * H.263 slice structured mode support | |
172 * Real RV20 decoder (with B-frame support) | |
11054 | 173 |
174 Drivers: | |
11597 | 175 * VIDIX equalizer support in fbdev, svga and vesa |
11218 | 176 * VIDIX colorkeying support in fbdev, svga and vesa |
177 * obsoleted option: -fb | |
11054 | 178 * new SiS 650/651/740/etc VIDIX driver |
11312
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
179 * safer vo_directx direct rendering |
11218 | 180 * massive nvidia_vid updates |
181 * gl2 updates | |
182 * ggi now supports non-directbuffer rendering and slices | |
183 * tdfxfb fixed on gcc 3.x | |
11533 | 184 * dfbmga updated, G200 support |
11218 | 185 * colorkeying can be disabled |
11564 | 186 * Radeon 9800 (R350) support in VIDIX |
187 * proper fix for buffer size workarounds in vo_zr | |
188 * new vo_zr2 driver, which uses the advantages of the filter layer | |
189 * fixed vesa when used together with pthread | |
190 * runtime stay-on-top functionality (in almost all output drivers) | |
11597 | 191 * ALSA 1.x support |
11218 | 192 |
193 SWScaler: | |
194 * updated MLib (Sun VIS) support | |
195 * more accurate filters (rounding fixes) | |
196 * MMX optimized UYVY output | |
11564 | 197 * eliminated chroma scaling bugs |
198 | |
11054 | 199 Others: |
11312
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
200 * fixed aspect and geometry |
9b9f93c931d9
spelling fixes, small additions, codename suggested
diego
parents:
11235
diff
changeset
|
201 * fixed compilation when libavcodec is missing (although it's a bad idea) |
11440 | 202 * MTRR detection added to TOOLS/cpuinfo |
203 * FAAD detection in configure fixed/improved | |
11533 | 204 * improved FLAC configure detection |
11597 | 205 * GUI file selector updated for newer formats |
206 * Fontconfig support | |
207 * proper VobSub seeking support | |
11604 | 208 * removed oldskool libcss support (nobody uses it and it has drawbacks) |
11046 | 209 |
11564 | 210 MEncoder: |
211 * FFmpeg/libavcodec audio encoding support | |
11571 | 212 * exit if there's no video stream (avoids unexpected segfaults) |
213 * huge bug fixed (missing InitTimer call), screwed up timers in some cases | |
11597 | 214 * rawyuv (i420) 'encoder' |
11564 | 215 |
11104 | 216 |
11020 | 217 pre2: |
10946 | 218 |
10962 | 219 Security: |
220 * remotely exploitable buffer overflow in the asf streaming code fixed | |
221 | |
10987 | 222 DOCS: |
223 * Spanish and Russian translations almost finished | |
224 * French, Hungarian, Polish translations updated | |
225 * New Romanian translation started | |
10946 | 226 * numerous sections updated |
11008 | 227 |
10946 | 228 Ports: |
10973 | 229 * initial Amiga/MorphOS (through GeekGadgets) support |
10987 | 230 * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader |
10962 | 231 * finally fixed the compilation on non-mvi capable alpha CPUs |
11008 | 232 * better altivec detection in configure |
10987 | 233 * OSD menu now works on MinGW |
234 * slave mode, vobsub and MEncoder support on Windows | |
10946 | 235 * MinGW 3.1.0 supports MPlayer out of the box! |
236 | |
237 Codecs and demuxers: | |
238 * support for QuickTime version 6.3 DLLs | |
239 * fixed some bugs in imported FAAD | |
10962 | 240 * disabled internal FAAD when using buggy GCC |
241 * --enable-externalfaad option to force using external FAAD library | |
10946 | 242 * imaadpcm bug fixed |
10973 | 243 * ViVD v2 codec support (DLL only) |
10946 | 244 * QuickTime codecs support inside Matroska |
245 * improved seeking inside Matroska | |
246 * some bugs with DMO codecs have been fixed | |
10987 | 247 * fix for MOV files with bogus user data length |
10946 | 248 * fixed some demuxers which read after the EOF |
249 * better RTP synchronisation | |
11008 | 250 * FLAC support through imported libmpflac |
251 | |
10946 | 252 Filters: |
10987 | 253 * new delogo filter (for removing TV channel logos) |
10946 | 254 * presets support in swscaler filter |
255 * new audio filter export, for supporting visual effect applications | |
11016 | 256 * correct select handling in bmovl filter |
10946 | 257 |
258 FFmpeg/libavcodec: | |
259 * better divx/xvid bug detection code | |
260 * Id RoQ decoder | |
261 * Interplay MVE decoder | |
262 * WC3/Xan video decoder | |
263 * Xan DPCM, DK3 & DK4 ADPCM audio decoders | |
264 * detect old xvid with fourcc=DIVX | |
265 * vp3 decoder fixes | |
10973 | 266 * improved the Alpha optimizations |
10987 | 267 * x86 optimizations are threadsafe now |
10973 | 268 * settable scene change threshold |
10946 | 269 * better MPEG1/MPEG2 conformance encoder |
270 * quality improvement for high bitrate videos with trellis quantization | |
271 * indeo3 decoder fixed | |
10987 | 272 * new options: mv0, cbp |
10990 | 273 * DV video encoder |
11020 | 274 * MPEG1 now works with Trellis quantization |
11008 | 275 |
10990 | 276 Faad2: |
277 * synced to latest CVS | |
278 * HE_AAC profile added | |
279 * SBR QMF improvements | |
280 * DRM updates | |
281 * Covariance speedup | |
282 * reduced memory usage | |
283 * overall cleanups and fixes | |
11008 | 284 |
10946 | 285 Drivers: |
10962 | 286 * VIDIX driver for nVidia cards |
10990 | 287 * VIDIX and libdha ported to Windows |
10946 | 288 * SDL on IRIX support |
289 * directfb2 fixed for latest directfb | |
290 * opengl video output for Windows | |
291 * smoother audio playback with alsa9 | |
292 * fullscreen and geometry support in directx | |
293 * fullscreen support with opengl drivers | |
10987 | 294 * OSD fixed with svga |
11018 | 295 * new cvidix and winvidix drivers |
11016 | 296 * user settable colorkey |
11008 | 297 |
10946 | 298 Others: |
299 * several leak fixes | |
10987 | 300 * selecting optimizations for PPC 7455 CPU |
10962 | 301 * CPU detection code now measures speed on x86 |
302 * unrarlib cleaned up a bit | |
10987 | 303 * updated the list of known x86 CPUs (including Opteron!) |
10946 | 304 * alignment and smart line splitting option on subtitles |
11008 | 305 |
306 | |
10752 | 307 pre1: "Development" on the beach |
10324 | 308 NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so |
309 0.90-rc5 (and later 0.90 releases) changes are independent! | |
10612 | 310 (it also means that there are main-only and 0_90-only changes) |
10324 | 311 |
10396 | 312 DOCS: |
313 * DOCS/Language/ dirs renamed to DOCS/id, English files moved to DOCS/en | |
314 * HTML --> XML format conversion (English, Russian and French for now) | |
315 * new Spanish DOCS translation | |
316 * man page restructured, options ordered | |
317 * Finally merged libavc-option.txt into the man page. | |
10612 | 318 * slave mode commands moved from the man page to DOCS/tech/ |
319 * traditional Chinese help file added | |
320 * massive help file updates, most languages are up to date now | |
321 * new and improved Windows port section with Cygwin and MinGW subsections | |
322 * almost all options documented | |
323 * fixes and small updates all over the place | |
10396 | 324 |
10324 | 325 Big/Structural changes: |
326 * linux/ dir renamed to osdep/ | |
327 * postproc/postproc* files moved to libavcodec | |
328 * old libmpeg2 replaced with patched version of the 0.3.1 release | |
329 * docs priority & installation (--language=ab,cd,ef,all and so on) | |
330 * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc) | |
331 * -vop option obsoleted by reverse-order -vf, big config layer changes | |
332 * stream layer "cleanup", -dvd -> dvd:// etc | |
333 * autosub fuzziness, it tries to load all subs with similar filenames | |
10616 | 334 * removed the whole old config reader, leaving only the newer one |
335 (no backward compatibilty!) | |
10324 | 336 |
337 Ports: | |
10768 | 338 * HP-UX fixes |
10583 | 339 * Ported to Darwin / Mac OS X (with extra accurate Darwin timers) |
10326 | 340 * Ported to Win32/MinGW (including network, timers, getch etc) |
10987 | 341 * win32 codecs DLL support on Win32/Cygwin (and MinGW, too!) |
342 * fixed mpdvdkit on Cygwin and MinGW | |
10583 | 343 * Lots of PPC (including Altivec) optimizations |
10329 | 344 * Some ARM fixes |
10583 | 345 * Alpha fixes (especially non-gcc3 support) |
346 * Initial Hitachi SuperH support (SH3/SH4) | |
10324 | 347 |
348 Codecs/demuxers support: | |
10759 | 349 * realaudio win32 DLLs support |
10324 | 350 * various realaudio/realvideo fixes, including WxH bugs, Sipr etc |
351 * various realmedia a-v sync fixes | |
352 * realaudio v4 demuxer | |
10759 | 353 * realaudio 14_4 and 28_8 codecs support (both binary DLLs and native code) |
10324 | 354 * realmedia rtsp:// support (independent from the live.com rtsp stuff!) |
10616 | 355 * Matroska demuxer |
10324 | 356 * demuxer: enabling mpeg4-es autodetection, h264-es support |
357 * .wav extradata parsing (for truespeech, atrac3 etc) | |
10732 | 358 * MPEG-TS (Transport Stream) and TIVO demuxers |
359 * DVB (Digital Video Broadcasting) input driver | |
10324 | 360 * hwac3: DTS passthru support |
11104 | 361 * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize, |
362 tinterlace, pullup (MMX optimized!), framestep, tile | |
10324 | 363 * vf layer: slices support (crop, expand, swscale only) |
364 * vf scale aspect fixes | |
11104 | 365 * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, |
366 -fPIC compileable | |
10324 | 367 * swscaler: brightness/cont/sat. and different YUV matrices support |
368 * NUV encoding | |
369 * SGI image files decoding (-mf) | |
370 * Theora video (using libtheora/libogg) support | |
371 * DivX.com 5.0.5 libs support | |
10326 | 372 * support for latest XviD en/decoder features |
10324 | 373 * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12) |
374 * support for Vanguard's win32 h264 etc codecs | |
10583 | 375 * Video for Linux 1: various bugfixes, video eq support |
376 * Video for Linux 2 support | |
10616 | 377 * TV support: kick-ass image format handling |
378 * mp3lib: moved the assembly sources into gcc inline assembly (c) | |
379 * mp3lib: sync with mpg123 0.59s-pre | |
380 * mp3lib: final layer-1 support | |
11104 | 381 * mp3lib: skip trashed first mp3 frame, fixes many buggy/misdetected files |
10732 | 382 * imported a working FAAD version |
383 * 8BPS (Planar RGB) support | |
10759 | 384 * working DVD (libmpdvdkit) support for Cygwin/MinGW |
10324 | 385 |
10326 | 386 FFmpeg/libavcodec: |
10324 | 387 * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t |
10583 | 388 * old HuffYUV v1 support |
10324 | 389 * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix |
390 * fixing padding bug autodetection for some rare files | |
391 * DspContext.(i)dct_* bitexact cleanup | |
10759 | 392 * user settable quantizer bias |
10783 | 393 * MPEG1 slice encoding support |
394 * MSMPEG4 2-pass support | |
10324 | 395 * H264 video decoding |
396 * Indeo 3 video decoding | |
10732 | 397 * VP3 video decoder (buggy somtimes) |
10324 | 398 * Sorenson 3 (SVQ3) video decoder (it's actually a h264 variant) |
10783 | 399 * 3IV1 (3ivx v1) decoding |
400 * ASV1 (ASUS Video v1) and ASV2 (ASUS Video v2) en/decoding | |
10326 | 401 * Improved SVQ1 decoding (using FFmpeg VLC functions) |
10759 | 402 * truncated unary binarization, unary k-th order exp golomb binarization :) |
403 * FFV1: lossless YUV codec, compresses a lot better than huffyuv, but slower | |
10324 | 404 * lossless MJPEG en/decoding, pegasus "pseudo yuv" (=RCT) decoding |
10583 | 405 * ATI VCR1 and VCR2 decoding |
406 * full featured SH4 optimizations | |
407 * ARM optimized simple_idct | |
10732 | 408 * MPEG2 encoding |
409 * PSX MDEC decoder | |
10783 | 410 * user settable quantization matrices |
411 | |
10583 | 412 Drivers: |
10588 | 413 * x11_common: fix detection of metacity |
414 * x11_common: 10l fix in original layer detection code | |
10783 | 415 * x11_common: extended fstype config options |
416 * x11_common: smooth window moving | |
10583 | 417 * tdfx_vid driver (3dfx cards overlay with AGP support) |
10759 | 418 * vo_xover: general x11 overlay driver, currently only tdfx_vid uses it |
10583 | 419 * mga_vid: various fixes, 16MB G400 detection, support for multiple cards |
420 * new svgalib vo driver | |
10759 | 421 * vo_directfb2: triple buffering support, configuration sys changed, fixes |
10583 | 422 * OpenGL driver cleanups/fixes (both vo_gl and vo_gl2) |
423 * vo_fbdev cleanup/partial rewrite, now with real direct rendering | |
10732 | 424 * vo_xvmc: new driver featuring XvMC (HW MC/IDCT) acceleration |
425 * new TGA output driver | |
10783 | 426 * new vo_fbdev2 (written from scratch) |
10324 | 427 |
428 Others: | |
10732 | 429 * gcc can now detect badly called mp_msg()s |
10759 | 430 * a lot of config/cmdline parsing fixes (some of them were at least 100000l bugs) |
431 * configure: enable VIDIX for PPC | |
10583 | 432 * configure: full featured PPC optimizations and rewritten architecture handling |
433 * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing | |
434 * network streaming layer: IPv6 support | |
10759 | 435 * FTP support |
10583 | 436 * playtree parsing speedup :) |
437 * various URL parsing fixes | |
438 * crashing on broken config files finally fixed! | |
10616 | 439 * GUI: PPC (reverse byteorder) fixes |
440 * GUI: revert to 'default' skin if configured skin failed | |
10324 | 441 * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot |
442 * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification | |
443 * TVout/matroxtv: various improvements | |
10772 | 444 * spelling/grammar fixes in numerous files |
10324 | 445 |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
446 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
447 mplayer (0.90) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
448 |
9371 | 449 rc4: "FlameCounter" |
450 | |
9112 | 451 DOCS: |
9239 | 452 * some clarification and updates in the English DOCS |
9371 | 453 * massive translation and help-file updates |
9112 | 454 |
455 Fixes: | |
456 * -ac hwac3 fixed (was broken in rc3) | |
457 * vo_svga: 4bp & 8bpp fixes | |
9371 | 458 * various GUI fixes, including some critical bugs |
9239 | 459 * rage128 VIDIX PPC fixes |
9112 | 460 * libmenu: one crash fixed, some cleanup |
461 * fixed ./configure --cc="ccache gcc" | |
462 * -loop fixes, now -loop 2 plays it twice :) | |
463 * the volume symbol of OSD fixed (|\ -> /|) | |
9234 | 464 * 32bpp QT-RLE support |
9239 | 465 * Altivec on non-Darwin systems support |
466 * QuickTime reference file support fixes | |
9234 | 467 * mp3lib: layer-2 decoding fixes |
468 * updates to extension->demuxer mapping table | |
469 * libavcodec: DivX 5.03 decoding fix | |
470 * ao_oss: limited channels handling fixed | |
471 * fixed OGM subtitles and iconv | |
472 * fixed -subcp option with unicode truetype fonts | |
473 * -mf: type detection (based on extension), better defaults | |
474 * vo_xv: -fixed-vo support fixed (fullscreen switching) | |
475 * ogg-in-avi (audio format 0xFFFE) demuxing fixed | |
476 * vorbis decoding fixed (outer loop cleanup) | |
477 * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga | |
9239 | 478 * missing error message in command line parser for missing parameters |
9371 | 479 * swscaler: YVU9->YV12 fixes |
480 * -ao mpegpes + -ac hwac3 fixed | |
481 * -ao pcm bogus wav header fixed | |
482 * -vo x11 + -wid fixed | |
483 * auto-insert the 'palette' filter if needed, support fixed in filters | |
484 * the sig11 when playing second audio-only file fixed | |
485 * configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed | |
486 * -af/-af-adv support in mencoder fixed | |
487 * libmpdvdkit2: upgraded to use libdvdcss 1.2.5 | |
9112 | 488 |
489 Features: | |
490 * raw video support (-rawvideo, similar to -rawaudio) | |
491 * experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx) | |
9371 | 492 * new video filter: field (cheap deinterlacer) |
493 * dvd/vobsub improvements: positioning, optional gaussian blur scaler | |
9112 | 494 * vf_bmovl: 400% speedup :) |
9234 | 495 * libavcodec: native DV audio decoder |
496 * GIF demuxer (for animated GIFs) | |
497 * new noise removal filter: -vop denoise3d | |
9371 | 498 * per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2 |
499 * live.com lib support cleanup, support for more stream types | |
500 * importing the playtree into the Gui instead of gui's own playlist hack | |
10326 | 501 * support for the XviD and divx4/5linux libraries at the same time |
9371 | 502 * -fstype option: override priority/layer of the fullscreen switch methods |
503 * libavcodec: some B-frames related encoding failures/crashes fixed | |
9112 | 504 |
9010 | 505 rc3: "BugfixCounter" |
506 | |
8664 | 507 DOCS: |
9239 | 508 * English man page & HTML docs updates |
8756 | 509 * audio filter documentation |
8664 | 510 * help_diff.sh doesn't depend on BASH any more |
8871 | 511 * Hungarian, French, Italian, German, Polish(?) docs synced |
512 | |
513 Important fixes: | |
514 * X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup | |
9239 | 515 * Voxware and QuickTime DLLs finally work (was broken in some contexts) |
8871 | 516 * VIDIX Radeon support cleanup, should really solve the pink screen bugs |
517 * Cygwin: -vo directx crashes and garbled picture with some files fixed | |
518 * OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support | |
519 * libaf: big (audio filter layer) updates, floating point support, speedup | |
520 * ffwma2 fixed (better error resilience) | |
521 * SPU queueing - fixes missing or early disappearing DVD subtitles | |
9028 | 522 * the mysterious DVD audio delay (150-300ms) fixed |
9010 | 523 * extension-based fileformat detection fixed the .mp3 vs. mpeg-ps conflict |
524 * cache2 keeps buffer for non-seekable media, fixes quicktime streaming | |
8664 | 525 |
526 Fixes: | |
527 * mp3lib CPU detection part cleanup, 'decwin' linker problem fixed | |
528 * various cddb:// fixes, support of netbsd-1.6 | |
529 * libmpdvdkit2: Fix DVD authentication on Solaris 9 | |
530 * libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch) | |
9010 | 531 * libmpdvdkit2: fixed decryption from multiple VOB files (hdd or darwin) |
8664 | 532 * -ao arts, -ao oss: Fix 8-bit sound support |
533 * -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed | |
534 * -ac ffmp2 with MPEG files (sig11) fixed | |
535 * QT Qclp audio codec initialization fixed | |
536 * mplayer exit codes cleanup (0 for quit/eof, 1 for error) | |
8871 | 537 * -ao win32 sync problems solved, -autosync 100 is still recommended |
538 * -vo gif89a uninit sig11 fixed | |
539 * the usual compiler warning fixes :) | |
540 * use -pphelp instead of -vop pp=help | |
541 * various bigendian fixes | |
542 * 16bpp packed yuv fixes in crop, mirror, rotate filters | |
543 * some -fixed-vo and vo_preinit fixes, -vo sdl,xmga,mga should work... | |
544 * various Solaris compatibility fixes (should work out of the box) | |
545 * mms:// port fixes, tries 1755 if 80 failed | |
546 * libavcodec: various ME fixes, B frames fixes, WMV2 slice decoding fixes | |
9010 | 547 * -ao alsa9 audio-file playback high cpu usage fixed |
548 * libaf updates, 2-pass initialization to get better filter path | |
549 * better detection of playlists, support for [Reference]-style format | |
550 * handle quicktime reference media files as playlist | |
551 * cddb:// & cdda:// cdrom device name fixes on linux and *BSD | |
8871 | 552 |
8664 | 553 Features: |
8572 | 554 * -ao esd: new EsounD audio driver |
8664 | 555 * -vo dxr3: new NORM option |
556 * Xanim & RealPlayer binary Codecs working on PPC | |
557 * Radeon 9000 support in VIDIX, colorkey restoring for all Radeons | |
8580 | 558 * Initial PPC (Big-Endian) support in VIDIX Rage128 driver |
9028 | 559 * PNM:// streaming support (ported from xine) |
560 * Muxer layer: mencoder can now write MPEG-PS format, too (EXPERIMENTAL!) | |
8664 | 561 * libavcodec: wmv2 decoder (buggy/untested) |
562 * DVB "HEAD" (aka. NEWSTRUCT) drivers support | |
563 * Subtitles background bounding-box support (optional grey-level & opacity) | |
564 * libaf: 3 new filters: panning, compressor/limiter and a noise gate | |
565 * per-mediafile config file support (for file-specific options) | |
8756 | 566 * iconv (codepage conversion) support for OGM (Ogg) subtitles |
8664 | 567 * v4l: user friendly channel tuning |
568 * Freetype & old-style RAW font support usable (compilable) at the same time | |
569 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support | |
8871 | 570 * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization |
9010 | 571 * libavcodec, liba52, mp3lib: Altivec optimizations |
8871 | 572 * keep window's aspect ratio at resizing (x11, xv), requires WM support |
9028 | 573 * -geometry option, also accepts X11 syntax |
8871 | 574 * real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue) |
575 * postprocess: YUV 411/422/444 support, stride fixes | |
9029 | 576 * jumping of overlapping subs fixed, sorting is automatical, iconv fixes |
9010 | 577 * mpeg2 telecine detection and automatic inverse telecine (mplayer only) |
8664 | 578 |
8973 | 579 Gui: |
580 * correct GTK widget destroy event handler | |
9010 | 581 * fullscreen switching fixed (sync with x11_common) |
8973 | 582 * fix gtk submenu |
583 * new font render engine | |
9010 | 584 * added persistant history patch |
585 * SDL Audio configure window | |
8973 | 586 * add overlapping to preferences |
587 * add play bar for subwindow | |
588 * add vertical potmeter for skin | |
9010 | 589 * fixed 'single pixel bug' |
590 * fixed some possible crashes | |
8973 | 591 |
8469 | 592 rc2: |
8537 | 593 General: |
8469 | 594 * DOCS/tech/encoding-tips.txt and tech/directfb.txt |
8537 | 595 * Some DOCS corrections/updates/sync/html fixes |
596 * GUI: fixed three submenu bugs and several other problems | |
8469 | 597 * more compiler warning fixes |
8537 | 598 * NetBSD: cpu sse/sse2 detection & VCD reading fixes |
8469 | 599 * fixed possible v4l capturing crash |
8537 | 600 * Merged the EDL 0.5 patch - using & creating Edit-Lists (runtime cut&skip) |
601 * Subtitle lines alignment changeable: top/bottom/middle (key 'i') | |
602 * -slang support for VobSub files | |
603 | |
604 VO: | |
605 * X11 fullscreen switching code changed again (esp. for gnome2/kde3.1) | |
606 * VIDIX: svgalib kernelhelper support (as libdha alternative) | |
607 * VIDIX driver for trident cyberblade card | |
608 * VIDIX: 8 pixel shift & pink window bugs fixed in the RADEON driver | |
609 * New, rewritten version of vo_svga (vidix support etc) and vo_gif89 | |
8469 | 610 * yuv4mpeg vs. framedrop/frameskip fixed |
8537 | 611 |
612 Codecs: | |
613 * libavcodec: fixed possible 20% speedloss bug | |
8469 | 614 * support for the experimental (and buggy) dev-api-3 XViD CVS branch |
615 * fallback to built-in codecs.conf if no compatible external file found | |
8537 | 616 * experimental Sorenson 1/3 encoding (using quicktime DLLs) |
617 * More accurate video bitrate calculation for AVI files | |
618 * Presets support for libmp3lame encoding | |
619 * CDDA seeking fixed | |
620 * Win32/RealPlayer codecs DLL & 64bit Alpha Linux RealPlayer codecs support | |
621 * XMMS Input plugins (demuxer & codec) support | |
8580 | 622 * Fixed a bug in MMX optimized mp3lib (triggered by OpenBSD) |
8469 | 623 |
624 rc1: "CodecCounter" | |
8382 | 625 Docs: |
626 * new French translation | |
627 * Irix section | |
628 * varous updates (both English & Hungarian) | |
8376 | 629 |
630 Codecs: | |
631 * New codec pack download page (there are several packs for various IFs) | |
632 * Win32/Quicktime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!! | |
633 * Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9 !!! | |
634 * MJPEG 2000 support (using Morgan & Imagepower VfW DLLs) | |
635 * libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support | |
636 * libavcodec: mjpeg-b support (need more samples) | |
637 * more xvidencopts | |
638 * VorbisGain tag support, tremor (fast vorbis decoder lib) support | |
639 * BIG libavcodec messups & codmetics & cleanups & API changes & fixes | |
640 * dynamic plugin support for libmpcodecs (for future binary codec releases) | |
641 | |
642 Gui: | |
643 * general code cleanup, more robust gtk code | |
644 * preferences: Screensaver, Autosync settings | |
645 * cache=4 fixed (caused jerky/lagging/slow playback with gmplayer) | |
646 | |
647 Others: | |
648 * new config/cmdline parser code (optional) | |
649 * OSD menu system (preferences, shell, file selector etc) | |
650 * libaf: runtime cpudetection, volume, equalizer, better format conversion | |
651 * subtitle overlapping can be disabled, added subtitle sorting | |
652 * subtitle dump to JACOsub and SAMI formats | |
653 * displays URLs from 'Reference Media' type .mov files, dump generic data | |
8406 | 654 * find best (longest) streams in .mov files (twotowers...) |
8376 | 655 * get position/length function in demuxers - for slavemode & -indentify |
656 * -ao alsa9 surround fixes, 8-bit PCM fixed | |
657 * -vo dfbmga: -dr support, fixed OSD flickering | |
658 * -stop-xscreensaver fixed, support for KDE screensaver too | |
659 * More compiler warning fixes | |
660 * Altivec (G4) support | |
661 | |
662 pre10: "BirthdayCounter" | |
7987 | 663 Docs: |
664 * dvd auth, vcd sections extended (DOCS/cd-dvd.html) | |
665 * unified *BSD sections, extended cygwin | |
666 | |
7927 | 667 Fixes: |
668 * LIRC error message (Error while reading cmd fd X : Success) fixed | |
669 * playback of some (streamed?) divx files fixed, starting with non-I frames. | |
670 * -vo png fixed (removed builtin YV12 support, removed OSD) | |
671 * some .mp3 playback/seek segfaults fixed | |
672 * vidix mach64 colorkey on PPC fixed | |
673 * -ao sdl now handles "featureless" soundcards | |
674 * -vo zr fixes | |
7987 | 675 * fixed sig11 if vo init failed |
676 * various dxr2 and dxr3 fixes | |
8018 | 677 * v4l buffering fixed |
678 * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c) | |
7987 | 679 * cleanup of postprocessing code - now it's threadsafe and can be shared |
8018 | 680 * ported to GNU/Hurd |
8066 | 681 * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c |
682 * small cleanup of A-V sync code - using relative timers instead of absolute | |
683 * GUI code cleanup, obsolete files/dirs removed | |
684 * various small bugfixes, endianess fixes | |
685 * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N | |
8122 | 686 * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed! |
687 * mencoder: -ovc xvid fixes, cleanup, enhancements | |
688 * screensaver/dpms re-enabling fixed | |
689 * realvideo demuxer fixes - asf-style stream detection method | |
7927 | 690 |
691 Features: | |
692 * -ao win32 (for windows port) | |
7987 | 693 * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder |
694 * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap | |
695 * overlapping subtitles support, jacosub (*.js) format support | |
8089 | 696 * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, |
697 activate with ':overlay', read the manual for more info on how to set up | |
8122 | 698 * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!) |
8066 | 699 * libavcodec: various MJPEG decoding fixes - now it decodes all sample files! |
700 * mencvcd updates, sox/toolame support etc | |
8122 | 701 * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14 |
702 * RealAudio ATRC (sony atrac3) audio support (using binary plugin) | |
8018 | 703 |
704 Filters: | |
705 * -af/-af-adv options cleanup | |
706 * now auto-inserting -vop lavc for mpeg-only vo's | |
707 * video filter API documented :) | |
708 * better deblocking filter (-vop pp), pp/npp syntax changed! | |
709 * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims) | |
710 * -vop unsharp - an sharp/blur filter, nice, but very slow | |
711 * -vop il - (de)interleave fields | |
712 * -vop swapuv - guess what :) | |
713 * -vop boxblur - box blur... | |
8122 | 714 * -vop perpective |
715 * -vop sab | |
716 * -vop smartblur | |
7927 | 717 |
7553 | 718 pre9: |
7816 | 719 Docs: |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
720 * man page rewritten again :))) |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
721 * man page updated to latest options, including lavc options |
7816 | 722 * Chinese docs translation added |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
723 * Hungarian translation is (was? :)) up-to-date again |
7816 | 724 |
7553 | 725 Cleanup: |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
726 * 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
|
727 * cyuv decoder restructuring, now supports planar YUV formats, too |
7553 | 728 * 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
|
729 * help_mp-XX.h files moved to help/ subdirectory, removed obsolete entries |
7553 | 730 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders |
731 * 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
|
732 * tons of compiler warning fixes, including some 10l ones |
7816 | 733 * mga/xmga vo shared code, vesa and svga drivers cleanup |
734 * major vo drivers are now -fixed-vo compliant: x11, xv, xvidix, xmga, gl2 | |
7884 | 735 * cleanup of libmpdemux option handling - now it's mplayer-independent again |
736 * removed fork() from LIRC input module | |
7901 | 737 * libfame removed from main tree/release - libavcodec is faster, better etc. |
7553 | 738 |
739 Fixes: | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
740 * 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
|
741 * Many GUI bug fixes |
7553 | 742 * -vo DGA fixes, cleanup |
743 * -dvdkey sig11 fixed | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
744 * k6-3's 3dnowex vs mmxext sigill fixed in mp3lib |
7553 | 745 * -vo gif89, jpeg U-V swapping fixed |
746 * RTC setup fixes, more verbose messages, hints | |
747 * 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
|
748 * various v4l and ALSA capturing fixes |
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
749 * demux_mov: fixed crash with MPEG4 on SPARC, decoding on big endian |
7816 | 750 * various NAS ao fixes |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
751 * libvo: optional stride support for packed YUV / RGB formats |
7901 | 752 * 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
|
753 * loader: fixed 2 10l bugs, ATI VCR2 DLL now working. using new style CS code. |
7816 | 754 * 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
|
755 * 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
|
756 * various memory leak fixes (valgrind rulez :) |
7816 | 757 * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) |
7884 | 758 * mms:// audio (radio) streaming fixed |
759 * DVB: -vop lavc=bitrate is working again | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
760 * various big endian fixes |
7553 | 761 |
762 Features: | |
7622 | 763 * new audio filter layer (libaf) - automatic samplerate conversion |
7553 | 764 * experimental -vo directx driver for cygwin build |
765 * unrarlib included for rar'ed vobsubs | |
10326 | 766 * native XviD encoding (-ovc xvid) interface for mencoder |
7553 | 767 * new softeq filter with gamma support: -vop eq2 |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
768 * -ao/-vo accepts list of drivers and can fall back to one, just like -ac/-vc |
7666 | 769 * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list |
770 * 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
|
771 * smb:// URL support (disabled by default, ./configure part not yet done!) |
7816 | 772 * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp) |
773 * 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
|
774 * swscale can now output to YUY2 format, upscaled (default) or unscaled (-sws 0) |
7839 | 775 * Vidix with LinuxPPC support (mach64 is confirmed to work) |
7885 | 776 * GUI: cache, autoq settings, start in fullscreen, toggle button in menu |
7884 | 777 * New video filter to overlay images over video: -vop bmovl |
7666 | 778 |
779 Libavcodec: | |
780 * 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
|
781 * MPEG4 interlaced DCT _en_coding support |
7666 | 782 * luma masking support (encoding) |
783 * runtime selectable IDCT algo | |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
784 * faster MPEG1/2 decoder |
7816 | 785 * DV decoding (both PAL and NTSC) |
7900
ae7d1056d547
pre9 entry spellchecked in preparation of the imminent release.
diego
parents:
7885
diff
changeset
|
786 * MPEG1 2-pass encoding support |
7816 | 787 * 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
|
788 * h263/MPEG4 out of order slice decoding |
7816 | 789 * -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
|
790 * complete MPEG4 GMC decoding support |
7816 | 791 |
7553 | 792 |
7424 | 793 pre8: |
794 Docs: | |
795 * manpage has been rewritten, now has better indenting, and convertable to html | |
796 * AUTHORS, MAINTAINERS converted back to separate text files, and updated. | |
797 * ChangeLog file is included again (was removed after 0.18) | |
798 * some new tech docs on libmpcodecs, updates/fixes in others, manpage-howto | |
799 * more updates in translation files (help_mp-XX.h) | |
7442 | 800 * removed obsolete/unused entries from help_mp-en.h |
7424 | 801 |
802 Cleanup: | |
803 * xanim interface merged & fixed, now uses mpi and supports direct rendering | |
804 * cleanup of libmpdemux stream layer, especially of TV and MF parts | |
805 * some more unused files removed: vo_fsdga, vo_odivx, vd_rle, timer.c, ttf_load | |
806 | |
807 Fixes: | |
7442 | 808 * the http:// infinite memleak bug has been fixed, some WMS9 mms:// fixes |
7424 | 809 * various sparc/sun, hpux and netbsd/openbsd portability fixes |
810 * -vop palette fixes, CRAM and QPEG colors are OK now | |
811 * demuxer fixed for >2GB nuppelvideo files | |
812 * mencoder: -ss fixed for 3-pass encoding | |
7442 | 813 * gui.conf locale bug fixed (again... hope this time it's ok) |
814 * X11 fullscreen switching fixed, when d_width == screenwidth | |
815 * MOV files edit-list handling fixed - solved 'short read' issue | |
7424 | 816 |
7442 | 817 Features: |
7424 | 818 * new demuxer for .PVA files (fileformat of TV/DVB apps on win32) |
819 * -mf now supports TGA (24/32bpp uncomp/rle) images | |
820 * libavcodec: support for interlaced mpeg-4 _de_coding | |
821 * libavcodec: aspect ratio encoding support (mpeg4, mjpeg, h263?) | |
822 * win32 DLL loader merged/synced with avifile CVS | |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
823 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
824 pre7: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
825 Cleanup: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
826 * libvo2, old input code & sis_vid removed, other code cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
827 * tons of compiler warning fixes, some configure/makefile improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
828 * more messages are translated, many translations updated |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
829 * docs review continued, html cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
830 * option -vfm/-afm now uses names instead of numbers, driver IDs removed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
831 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
832 Code: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
833 * vfw/vfwex cleanup, support for runtime csp queries, 8bpp support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
834 * new native mszh/zlib codec |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
835 * libavcodec: 2-pass control code rewritten, now everything customizable |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
836 * libavcodec: mpeg4/xvid en/decoding support improved, rv10 decoding fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
837 * various realvideo demuxer and video codec fixes, sipr audio support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
838 * new video filters: soft eq (brightness), halfpack (deinterlacer), film noise |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
839 * .ogm subtitles support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
840 * optional freetype 2.1+ support for runtime-scalable .ttf font rendering |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
841 * various networking and mms:// fixes, live.com support improved |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
842 * various v4l video capturing and audio capturing fixes, audio input layer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
843 * 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
|
844 * alsa: iec958-init completly rewritten - better SP/DIF AC3 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
845 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
846 Gui: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
847 * gui.conf locale bug fixed (hopefully) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
848 * gui preferences menu extended, runtime subtitle loading support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
849 * gui: drag'n'drop support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
850 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
851 pre6: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
852 * 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
|
853 * libavcodec M1 direct rendering |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
854 * IPB support with Xv |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
855 * libavcodec improvements, bugfixes (encoder and decoder side) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
856 * Raw DV demuxer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
857 * libdv-based DV audio/video decoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
858 * Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
859 * Detection of AVI files which needs -ni |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
860 * workaround for some Nandub bugs |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
861 * Support for live.com RTP/RTSP streaming libraries |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
862 * Support to rip DVD subs in VobSub format |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
863 * bugfixes of mpsub/srt converter |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
864 * Closed Captioning (ascii subs on RC1 DVDs) support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
865 * Massive directfb updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
866 * Vidix fixes/updates, including fixes of all known radeon bugs |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
867 * dithered 1/4/8 bpp support with -vo svga (EGA rulez:)) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
868 * alsa9 fixes/improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
869 * native ARTS driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
870 * various endianess and 64-bit fixes (including mencoder and -ao pcm) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
871 * tons of small compatibility/portability fixes (better cygwin, darwin support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
872 * GUI fixes (playlist, audio/video equalizer, preferences) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
873 * Skins (fixed many small glitches, few new skins) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
874 * 'mencvcd' script (creating VCD/SVCD with mencoder) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
875 * html DOCS updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
876 * manpage & README restructured (again :)) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
877 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
878 pre5: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
879 Documentation: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
880 * lot of fixes, updates, cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
881 * new README containing quick install guide |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
882 * tech level docs on libavcodec encoding options |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
883 * HTML doc is now IE 6.0.2600 compatible! :))) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
884 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
885 Code changes: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
886 * subreader (ASCII subtitle file parser) fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
887 * spudec (VOBsub) cleanup/fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
888 * new (faster, better) scaler |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
889 * bbox support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
890 * mmst:// streaming support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
891 * .ogm (OGG) audio/video stream selection |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
892 * native Micro$oft MPEG4v1 (MPG4) codec, error concealement for all MPEG4s |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
893 * various libavcodec encoding improvements |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
894 * MPEG1 && -vo x11 crash fixed when movie's height%16!=0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
895 * raw (uncompressed) video fixed (avi & mov) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
896 * flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
897 * introduced codecs.conf versioning to avoid problems caused by too old conf |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
898 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
899 Display: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
900 * some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
901 * xscreensaver disabling support (optional, disabled by default) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
902 * pan&scan support in xv, xmga, xvidix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
903 * Xv YV12 stride problems fixed when width%8!=0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
904 * vidix r128/radeon driver synced with mplayerxp, various xvidix fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
905 * DVB A/V sync fixes, libfame updated to 0.9.0 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
906 * native -ao arts driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
907 * AC3 passthrough support for -ao alsa9 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
908 * -ao nas fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
909 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
910 Miscellaneous fixes: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
911 * GUI: VCD and URL support, some bugs fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
912 * some cleanup of messages (less debug stuff) printed by MPlayer |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
913 * gcc 3.1 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
914 * various portability fixes (cygwin, darwin, 64bit sparc/alpha) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
915 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
916 pre4: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
917 * X11 fullscreen toggle fixes with various windowmanagers, multifile playback |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
918 * DXR2 support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
919 * Output into animated GIF |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
920 * "cropdetect" video filter to autodetect needed size to crop |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
921 * libavcodec marked as default encoder for MEncoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
922 * manpage rewrite |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
923 * lot of other fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
924 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
925 pre3: |
11604 | 926 * 3DNow! optimization of AC3 4ch downmix fixed, optims re-enabled |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
927 * DGA error/fail after 1 second of playing fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
928 * big A-V desync for some AVI files fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
929 * image distortions when seeking in some MPEG files fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
930 * libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
931 * GUI aspect ratio and fullscreen switch fixes, cleanups |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
932 * low FPS .wmv playback fixed |
11571 | 933 * Mac OS X (Darwin) port? |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
934 * buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed! |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
935 * various mjpeg improvements in libavcodec |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
936 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
937 pre2: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
938 * hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
939 * 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
940 * faster .ogg seeking (use -forceidx for slow but accurate one) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
941 * audio-only with gui fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
942 * -rootwin fixed for x11,xv,xmga,xvidix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
943 * aspect ratio fix for ffmpeg12 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
944 * mpeg-es detection fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
945 * runtime cpudetect disabled by default |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
946 * support for many new win32 codecs, including mss1, tm20, ucod, truespeech |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
947 * divx audio dll sig11 with glibc 2.1.(2|3) fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
948 * includes libmpdvdkit - patched kit of dvd libraries (enabled for linux+freebsd) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
949 * manpages updated |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
950 * 'f' (fullscreen switch) fixed for some WMs, still has problems |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
951 * various freebsd and openbsd portability patches |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
952 * options -xy,-zoom,-flip usable with mencoder too, -xy keeps aspect |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
953 * -vop lavc, using new fast best libavcodec for realtime mpeg1 transcoding |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
954 * fixed gtk gui crash with --disable-mencoder |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
955 * no more black vobsub subtitles :) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
956 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
957 pre1: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
958 * 100% GPL - yeah, so what? |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
959 * 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
|
960 * video filter layer - with numerous plugins (crop, expand, etc, see the documentation) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
961 * 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
|
962 * prelimenary dvdnav support (experimental) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
963 * Direct Rendering - can't be used with libavcodec yet, sorry |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
964 * ability to display subtitles under the image, on black bands |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
965 * 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
|
966 * greatly enhanced MPEG4 encoder (libavcodec) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
967 * audio-only (wav/mp3/wma/ogg) file playback (console only) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
968 * playing/encoding audio from separate wav/mp3 file |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
969 * support for more fileformats, including the new and very popular .ogg |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
970 * multiple files playback from console, including various playlist formats |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
971 * and of course, faster than ever... :) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
972 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
973 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
974 mplayer (0.60) "The RTFMCounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
975 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
976 release: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
977 * minor bugfixes for realmedia/nuppelvideo demuxers |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
978 * docs updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
979 * help file translation updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
980 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
981 pre2: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
982 * build fixes (install codecs.conf) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
983 * dvd subtitles improved (stability and pts fixes) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
984 * new options: -alang, -vlang, -rootwin, -npp ... (rtfm) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
985 * dxr3 fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
986 * ac3 passthrough fix |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
987 * docs updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
988 * make install |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
989 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
990 pre1: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
991 * new file formats (MOV, FLI/FLC, VIVO, RealMedia, NuppelVideo, yuv4mpeg, yuv4mpeg2) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
992 * 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
|
993 * mencoder (a tool for encoding video to divx4+mp3) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
994 * rewritten configure script (better autodetect, cleaner messages) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
995 * MMX/SSE optimizations |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
996 * faster postprocessing filter, syntax change (deinterlacing support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
997 * directshow code in C |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
998 * software YV12 scaling |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
999 * aspect ratio fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1000 * input cache for smoother network/DVD playback |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1001 * GUI fixes and new skins |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1002 * DVD subtitles |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1003 * playing in root window (-rootwin) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1004 * liba52 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1005 * audio filters (surround, 5.1, up/downsample, etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1006 * new homepage design |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1007 * grabbing from TV through v4l |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1008 * hardware MPEG decoder support (DXR3, Siemens DVB) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1009 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1010 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1011 mplayer (0.50) "The Faszom(C)ounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1012 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1013 release: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1014 * documentation updates |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1015 * non-linux build fixes |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1016 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1017 prex?: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1018 * some pre-beta nationalization support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1019 * HTMLized documentation, splitted to sections |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1020 * lot of bugfixing |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1021 * new AAlib driver (independent of SDL, SUB/OSD support) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1022 * DivX DirectShow equalizer over keyboard |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1023 * dynamic setting of DivX postprocessing quality (-autoq) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1024 * updated FAQ section on the homepage |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1025 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1026 mplayer (0.18) "The BugCounter" |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1027 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1028 pre 1-5: |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1029 * mp3lib even more optimized to 3DNow!/MMX |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1030 * GGI driver |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1031 * ICCCM patch |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1032 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1033 * skin support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1034 * GUI support |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1035 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1036 * Introduced libao2 (null, oss, alsa, sdl) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1037 * ASF seeking fixed |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1038 * option to force audio playback samplerate (-srate) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1039 * Framedropping for MPEG files as well |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1040 * X11 driver works on remote display (without SHM) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1041 * A-V sync for AVI files fixed (both -bps and -nobps) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1042 |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1043 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1044 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
|
1045 - 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
|
1046 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
|
1047 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1048 mplayer v0.17 "IdegCounter" : Apr 27 2001 |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1049 * DVD playing (libcss) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1050 * OSD and subtitles with antialiased fonts |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1051 * new Win32 codecs (WMV1,AP42,ASV2 etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1052 * new VO drivers (SVGAlib,fbdev,DGA,SDL etc) |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1053 * source cleanup, most part of the code rewritten |
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1054 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1055 * 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
|
1056 |
7425 | 1057 - faster memcpy() routine (MMX/3DNow!/SSE optimized) |
1058 - new stream selection code (autodetected) | |
1059 - pre-devel-alpha DVD code (libcss) | |
1060 - subtitle code 100% (perfected timing code) | |
1061 - new output drivers (SVGAlib, FBdev) | |
1062 | |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1063 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
|
1064 - 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
|
1065 - 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
|
1066 - 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
|
1067 - 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
|
1068 - 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
|
1069 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1070 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
|
1071 - 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
|
1072 - small fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1073 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1074 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
|
1075 - 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
|
1076 - 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
|
1077 - 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
|
1078 - 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
|
1079 - 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
|
1080 - 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
|
1081 - 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
|
1082 - 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
|
1083 - 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
|
1084 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1085 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
|
1086 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
|
1087 - 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
|
1088 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
|
1089 - 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
|
1090 - 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
|
1091 - 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
|
1092 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1093 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
|
1094 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
|
1095 - 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
|
1096 - 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
|
1097 - 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
|
1098 - 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
|
1099 - 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
|
1100 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
|
1101 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
|
1102 - 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
|
1103 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1104 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
|
1105 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
|
1106 - 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
|
1107 - "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
|
1108 - 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
|
1109 - 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
|
1110 - 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
|
1111 - 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
|
1112 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1113 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
|
1114 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1115 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
|
1116 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
|
1117 - "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
|
1118 [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
|
1119 - 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
|
1120 - 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
|
1121 - 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
|
1122 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
|
1123 - 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
|
1124 (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
|
1125 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
|
1126 - 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
|
1127 (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
|
1128 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1129 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
|
1130 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
|
1131 - 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
|
1132 - 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
|
1133 - 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
|
1134 - ./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
|
1135 - 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
|
1136 - 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
|
1137 - 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
|
1138 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1139 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
|
1140 small fixes... |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1141 - 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
|
1142 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
|
1143 - 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
|
1144 - 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
|
1145 - 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
|
1146 (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
|
1147 - 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
|
1148 [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
|
1149 - 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
|
1150 - 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
|
1151 -> 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
|
1152 - 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
|
1153 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1154 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
|
1155 patch release :) |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1156 - 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
|
1157 - 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
|
1158 - 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
|
1159 (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
|
1160 - 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
|
1161 - 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
|
1162 - 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
|
1163 - 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
|
1164 - 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
|
1165 - 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
|
1166 (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
|
1167 - 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
|
1168 - 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
|
1169 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1170 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
|
1171 fixes |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1172 - 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
|
1173 - 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
|
1174 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
|
1175 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
|
1176 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
|
1177 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
|
1178 - 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
|
1179 - .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
|
1180 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1181 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
|
1182 ACM fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1183 - 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
|
1184 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
|
1185 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
|
1186 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
|
1187 - 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
|
1188 - 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
|
1189 - ./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
|
1190 (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
|
1191 - ./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
|
1192 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1193 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
|
1194 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
|
1195 - 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
|
1196 - 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
|
1197 (-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
|
1198 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1199 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
|
1200 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
|
1201 - 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
|
1202 - 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
|
1203 - 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
|
1204 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
|
1205 [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
|
1206 - 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
|
1207 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
|
1208 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
|
1209 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
|
1210 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
|
1211 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
|
1212 - 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
|
1213 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1214 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
|
1215 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
|
1216 - 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
|
1217 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
|
1218 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
|
1219 - 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
|
1220 -> 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
|
1221 - 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
|
1222 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
|
1223 -> 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
|
1224 - 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
|
1225 - 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
|
1226 [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
|
1227 - 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
|
1228 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1229 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
|
1230 ./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
|
1231 - ./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
|
1232 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
|
1233 - ./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
|
1234 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
|
1235 - 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
|
1236 - 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
|
1237 - 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
|
1238 (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
|
1239 - 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
|
1240 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
|
1241 - 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
|
1242 - 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
|
1243 - 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
|
1244 - 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
|
1245 - 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
|
1246 (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
|
1247 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1248 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
|
1249 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
|
1250 - 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
|
1251 (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
|
1252 - 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
|
1253 - .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
|
1254 - .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
|
1255 > 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
|
1256 - 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
|
1257 - 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
|
1258 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
|
1259 - 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
|
1260 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
|
1261 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
|
1262 - 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
|
1263 - 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
|
1264 - 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
|
1265 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1266 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
|
1267 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
|
1268 - 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
|
1269 - 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
|
1270 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
|
1271 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
|
1272 (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
|
1273 - 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
|
1274 - 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
|
1275 - 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
|
1276 - 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
|
1277 - 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
|
1278 - 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
|
1279 - 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
|
1280 - 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
|
1281 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
|
1282 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
|
1283 - 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
|
1284 - FAQ added |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1285 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1286 ** 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
|
1287 ** 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
|
1288 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1289 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
|
1290 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
|
1291 - 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
|
1292 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
|
1293 - 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
|
1294 - 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
|
1295 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1296 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
|
1297 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
|
1298 - 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
|
1299 - (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
|
1300 - 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
|
1301 (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
|
1302 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
|
1303 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1304 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
|
1305 SDL support |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1306 - 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
|
1307 (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
|
1308 - 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
|
1309 - 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
|
1310 (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
|
1311 - '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
|
1312 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
|
1313 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1314 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
|
1315 audio fix |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1316 - 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
|
1317 - 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
|
1318 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
|
1319 - updated DOCS/AUTHORS and DOCS/README |
7344
a832c0b2e1ac
mplayer changelog, collected by ??? (found at incoming/ :))
arpi
parents:
diff
changeset
|
1320 |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1321 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
|
1322 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
|
1323 - 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
|
1324 - 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
|
1325 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
|
1326 (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
|
1327 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
|
1328 - 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
|
1329 (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
|
1330 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1331 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
|
1332 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
|
1333 - 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
|
1334 - 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
|
1335 - 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
|
1336 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
|
1337 - 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
|
1338 - 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
|
1339 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
|
1340 - 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
|
1341 - 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
|
1342 - 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
|
1343 - 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
|
1344 - 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
|
1345 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
|
1346 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
|
1347 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
|
1348 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
|
1349 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
|
1350 => 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
|
1351 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1352 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
|
1353 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
|
1354 - 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
|
1355 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
|
1356 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
|
1357 - 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
|
1358 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
|
1359 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
|
1360 - 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
|
1361 - 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
|
1362 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1363 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
|
1364 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
|
1365 - 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
|
1366 - 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
|
1367 - '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
|
1368 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
|
1369 - 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
|
1370 - 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
|
1371 '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
|
1372 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca) |
11604 | 1373 ./configure selects mp3lib only if you have 3DNow! [idea: Gabucino] |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1374 - 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
|
1375 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1376 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
|
1377 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
|
1378 - 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
|
1379 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
|
1380 - 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
|
1381 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
|
1382 - 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
|
1383 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
|
1384 - 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
|
1385 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1386 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
|
1387 - testing |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1388 - docs changed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1389 - 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
|
1390 - release!!! |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1391 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1392 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
|
1393 - 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
|
1394 - 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
|
1395 - 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
|
1396 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
|
1397 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1398 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
|
1399 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
|
1400 - 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
|
1401 - 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
|
1402 - 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
|
1403 => 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
|
1404 - 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
|
1405 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
|
1406 - 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
|
1407 (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
|
1408 - '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
|
1409 -> 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
|
1410 -> 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
|
1411 - 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
|
1412 (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
|
1413 - 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
|
1414 - 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
|
1415 - 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
|
1416 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
|
1417 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
|
1418 - 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
|
1419 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
|
1420 - new keys: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1421 ESC => quit |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1422 + 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
|
1423 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
|
1424 - 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
|
1425 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
|
1426 - 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
|
1427 - 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
|
1428 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
|
1429 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
|
1430 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
|
1431 - 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
|
1432 #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
|
1433 #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
|
1434 - help updated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1435 - 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
|
1436 - 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
|
1437 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
|
1438 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
|
1439 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
|
1440 - 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
|
1441 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1442 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
|
1443 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
|
1444 - ./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
|
1445 - `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
|
1446 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
|
1447 - 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
|
1448 - 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
|
1449 - internal flag 'current_module' added to get more info at segfaults |
11678
972d1998bde9
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
diego
parents:
11604
diff
changeset
|
1450 (contains module number where the segfault occurred) |
7371
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1451 - 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
|
1452 (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
|
1453 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1454 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
|
1455 flipping fixed |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1456 - 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
|
1457 - 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
|
1458 - 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
|
1459 - 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
|
1460 - 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
|
1461 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1462 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
|
1463 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
|
1464 - 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
|
1465 - 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
|
1466 [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
|
1467 - libmpeg2 upgraded |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1468 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1469 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
|
1470 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
|
1471 - 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
|
1472 (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
|
1473 - 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
|
1474 - 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
|
1475 - 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
|
1476 - 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
|
1477 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
|
1478 - 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
|
1479 - 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
|
1480 - 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
|
1481 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1482 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
|
1483 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
|
1484 - 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
|
1485 - 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
|
1486 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
|
1487 - 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
|
1488 (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
|
1489 - ./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
|
1490 - 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
|
1491 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1492 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
|
1493 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
|
1494 - 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
|
1495 - 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
|
1496 - 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
|
1497 - 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
|
1498 - 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
|
1499 - 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
|
1500 - 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
|
1501 - 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
|
1502 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
|
1503 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
|
1504 For example: |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1505 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
|
1506 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
|
1507 [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
|
1508 - 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
|
1509 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1510 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
|
1511 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
|
1512 - 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
|
1513 - docs updated |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1514 |
7372 | 1515 mplayer v0.09-pre3: Dec 3 2000 |
1516 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
|
1517 - 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
|
1518 - 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
|
1519 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
|
1520 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
|
1521 - 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
|
1522 - 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
|
1523 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
|
1524 |
7372 | 1525 mplayer v0.09-pre2: |
1526 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
|
1527 - 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
|
1528 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
|
1529 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
|
1530 - 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
|
1531 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
|
1532 |
7372 | 1533 mplayer v0.09-pre1: Dec 1 2000 |
1534 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
|
1535 - 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
|
1536 - 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
|
1537 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
|
1538 [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
|
1539 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1540 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
|
1541 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
|
1542 - 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
|
1543 - 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
|
1544 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
|
1545 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
|
1546 - 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
|
1547 - 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
|
1548 - 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
|
1549 - #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
|
1550 - ./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
|
1551 - 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
|
1552 - '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
|
1553 - 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
|
1554 - 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
|
1555 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
|
1556 - 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
|
1557 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
|
1558 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1559 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
|
1560 Easier compile |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1561 - 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
|
1562 - 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
|
1563 - 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
|
1564 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1565 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
|
1566 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
|
1567 - 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
|
1568 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
|
1569 - 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
|
1570 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
|
1571 - 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
|
1572 - 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
|
1573 |
7372 | 1574 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
|
1575 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
|
1576 - 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
|
1577 - 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
|
1578 |
7372 | 1579 mplayer v0.04: Nov 17 2000 |
1580 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
|
1581 |
7372 | 1582 mplayer v0.03: Nov 14 2000 |
1583 | |
1584 mplayer v0.01: Nov 11 2000 | |
1585 first preview version based on new MPEGplayer's codebase. | |
1586 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
|
1587 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1588 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
|
1589 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
|
1590 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
|
1591 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
|
1592 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1593 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
|
1594 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
|
1595 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
|
1596 |
d364fd4065a0
hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.
arpi
parents:
7344
diff
changeset
|
1597 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
|
1598 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
|
1599 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
|
1600 image quality and speed problems with it. |