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