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