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