1
|
1 ChangeLog:
|
|
2 ~~~~~~~~~~
|
|
3
|
|
4 v0.12-pre1: [ not yet released ]
|
|
5 - ffmpeg included into source tree
|
|
6
|
|
7 ===========================================================================
|
|
8 Note: If you've sent patches not applied in pre22, please send them again!
|
|
9 /|\ (I've got tons of mails last weeks, and can't re-read all of them)
|
|
10 /~\ Please include in the Subject: MPLAYER-PATCH
|
|
11 ===========================================================================
|
|
12
|
|
13 *** 0.11 release is coming SOON!!! ***
|
|
14
|
16
|
15 v0.11-CVS: yeah, we moved to SourceForge CVS!
|
8
|
16 - DOCS updated (email address changed from arpi@* -> maillist)
|
|
17 - LIRC fix, mplayer_lirc changed back to mplayer [Andreas Ackermann]
|
|
18 - stream.c: unsigned int fixes, required for some strange .asf files
|
|
19 - asfheader.c: using w=h=b=1 for audio_concealment_none
|
|
20 - VCD-related stuff moved from stream.c to vcd_read.c
|
16
|
21 - added DGA driver by Andreas Ackermann
|
1
|
22
|
|
23 v0.11-pre24: small fixes again :(
|
|
24 - DOCS/LIRC changed: users *must* enable lirc support manually, it is
|
|
25 not autodetected yet. (./configure --enable-lirc)
|
|
26 - the {prefix} bug fixed by Gabucino
|
|
27 - added manpage by Gabucino
|
|
28 - manpage -vo fixes by A'rpi
|
|
29
|
|
30 v0.11-pre23: lirc support, text updates, mailinglists
|
|
31 - added "-ni" option to force usage of the non-interleaved AVI parser
|
|
32 - DOCS/* updated by Gabucino
|
|
33 - new homepage by Gabucino
|
|
34 - mplayer users & announce mailing lists by Dariusz Pietrzak (see README)
|
|
35 - LIRC support by Andreas Ackermann (see DOCS/LIRC)
|
|
36 enable with ./configure --enable-lirc
|
|
37 TODO: ./configure should detect LIRC installed and better Makefile handling
|
|
38 - added AVI_NINI parser for broken (no index) non-interleaved files
|
|
39
|
|
40 v0.11-pre22: last fixes, release is coming soon!
|
|
41 - non-interleaved avi EOF bug fixed [thanks to DC-1 for help]
|
|
42 - "You" strings in Makefile after make dep bug fixed... [thx to DC-1]
|
|
43 - SDL disabled by default. You have to ./configure --enable-sdl to enable.
|
|
44 - homepage updated by Gabucino
|
|
45 - homepage updated by A'rpi
|
|
46 - FAQ updated by A'rpi
|
|
47
|
|
48 fork() -> 0.12pre1
|
|
49
|
|
50 v0.11-pre21: mpeg1 pp, stereo fix
|
|
51 - "Skip chunk xxxx" messages moved from -v to -v -v -v debug level...
|
|
52 [thanks to Christoph H. Lampert]
|
|
53 - divx postprocess filter works for mpeg1 files too! (-divxq 1/3/7/31)
|
|
54 - mpeg layer-2 audio fixed - it's stereo again!!!
|
|
55 - audio select() detection: if detected audio buffer size == 0, then
|
|
56 exit with message "recompile mplayer with #undef HAVE_AUDIO_SELECT"...
|
|
57 - syncfb driver added to the source tree, under drivers/
|
|
58 (it's very similar to mga_vid, but has syncronization to screen and
|
|
59 de-interlace features)
|
|
60 - draw_slice in syncfb finished for G400 cards (plays mpeg 1/2, opendivx)
|
|
61 (de-interlacing has been disabled, because it's buggy now)
|
|
62
|
|
63 v0.11-pre20: NI-AVI support, small fixes & patches...
|
|
64 - asf parser: flag 0x40 (explicit packet size) implemented [Marvin]
|
|
65 - new option to select DSP device: -dsp (default: /dev/dsp) [Pontscho]
|
|
66 - option -o changed to -vo
|
|
67 - ./configure: applied patches [LGB,Ian Kumlien,Magnus Pfeffer]
|
|
68 - avi chunk_id->ds mapper moved to demux_avi_select_stream()
|
|
69 - added non-interleaved .AVI parser
|
|
70 - added non-interleaved .AVI detection (if a_pos-v_pos distance > 1MB)
|
|
71
|
|
72 v0.11-pre19: small fixes...
|
|
73 - vo_xmga.c: G200 draw_slice fixed
|
|
74 xmga + mga: common part (draw_frame & draw_slice) moved to mga_common.c
|
|
75 - some independent code (asfinfo.c and GL-test) moved to the new TOOLS subdir
|
|
76 - movinfo.c added to TOOLS (small util to dump .mov file structure)
|
|
77 - AVI & ASF stream id detection changed: now using IDs from the header
|
|
78 (but still can be overriden by -aid or -vid) [Christoph H. Lampert]
|
|
79 - native MS-GSM audio codec ported from avifile source (-afm 6)
|
|
80 [thanks for the testfile to Christoph H. Lampert]
|
|
81 - README updated (input & codec lists)
|
|
82 - implemented .asf audio descrambling [Dirk Vornheder & Einon]
|
|
83 -> that weird_al_yankovic asf is not so weird now :)
|
|
84 - AUTHORS file changed
|
|
85
|
|
86 v0.11-pre18: patch release :)
|
|
87 - skip broken .asf fragments (for better seeking)
|
|
88 - seeking code cleanup in sources (now it's in a switch(){})
|
|
89 - opendivx encoding bitrate option changed from -divxq to -br
|
|
90 (for the divx -> divx re-encoding)
|
|
91 - TO DO section moved to file TODO
|
|
92 - applied ./configure and Makefile changes patch from LGB
|
|
93 - libvo function changes by Pontscho: x11 (with -fs), xmga (bugfixed!)
|
|
94 - libvo: driver sources renamed from video_out_*.c -> vo_*.c
|
|
95 - libvo: added uninit() function to drivers
|
|
96 - libvo: fork()'ed X11 eventhandler for x11 and xmga drivers [me & Pontscho]
|
|
97 (gl and xv version is coming soon!)
|
|
98 - libvo: sdl driver now closes SDL at QUIT...
|
|
99 - small english fixes (docs & messages) [Balazs Tibor]
|
|
100
|
|
101 v0.11-pre17: fixes
|
|
102 - asf "missing video stream" fixed (stream id & 0x7F) [Christoph H. Lampert]
|
|
103 - added GL-test directory, it contains source and compiler script of a
|
|
104 very simple open-gl texture updating (glTexSubImage) test program.
|
|
105 if it runs well, then mplayer -o gl should work too.
|
|
106 it works on G400+Utah-GLX, but segfaults in the G400 driver of X 4.0.2/DRI.
|
|
107 try it with different cards/drivers, and please report me the results.
|
|
108 - benchmarking in gltest.c: calculate fps and process times
|
|
109 - .asf seeking v0.01-pre0.1 :)
|
|
110
|
|
111 v0.11-pre16: ACM fixed
|
|
112 - Win32/ACM audio codec fixed (most important for asf with divx audio):
|
|
113 There was an output buffer size problem with the Win32/ACM audio codec
|
|
114 at low bitrates (usually used for .asf files with divx audio)
|
|
115 Input and output buffer sizes are now queryed, problem solved :)
|
|
116 - SDL support compiling hint by Michael Durller added to the FAQ
|
|
117 - opendivx support in .asf files [Gérard Lantau]
|
|
118 - ./configure & Makefiles patch by Aaron Hope applied.
|
|
119 (adds --with-win32libdir and fixes --with-x11libdir)
|
|
120 - ./configure fixed, now it defaults to /usr/lib/win32 if detection failed
|
|
121
|
|
122 v0.11-pre15: asf sync fixed
|
|
123 - asf parser: now supports other than 0x5D segments [Dirk Vornheder]
|
|
124 - new asf PTS reading: sync works now, including fps...
|
|
125 (-fps no longer required!) [thanks again to Eugene Kuznetsov for docs!]
|
|
126
|
|
127 v0.11-pre14: small fixes, asf sync v0.1 :)
|
|
128 - version number incremented :)))
|
|
129 - libvo / Xv driver swapped Red-Blue fixed
|
|
130 - asf timestamps implemented - now asf A-V should be in sync if you
|
|
131 specify the correct fps at commandline (-fps), +-1 fps allowed...
|
|
132 [i haven't yet found method to get fps out from asf headers :(((]
|
|
133 - some error and consistency checking into demux_asf
|
|
134 if you see many warning! messages playing an .asf file, then contact
|
|
135 me and upload the file (first 1MB is enough if it represents the problem)
|
|
136 Don't forget: there is no public doc about the .asf file format, so
|
|
137 everything we know is suspected and can be wrong... without your help
|
|
138 we never will have working .asf player...
|
|
139 - asf fragment offset checks disabled for grouping...
|
|
140
|
|
141 v0.11-pre13: libvo changes, mpeg bitrate, vcd fix, asf grouping
|
|
142 - libvo: draw_slice() interface changed, now it has src stride[3] and
|
|
143 destination rect dimension (w,h,x,y)
|
|
144 It's able to blit whole frames, not only 16-pixel slices...
|
|
145 - libmpeg2 and opendivx codec changed to use new draw_slice()
|
|
146 -> opendivx extra 64-pixel width band at right disappeared!
|
|
147 - mpeg bitrate fix: if picture->bitrate==0x3FFFF (means "unspecified" ?)
|
|
148 then using standard VCD bitrate (75*2324 bytes/sec)
|
|
149 -> fixed seeking for those mpegs with "16MBit/s" bitrate...
|
|
150 - drivers/sis_vid: video4linux interface disabled
|
|
151 - broken VCD playing fixed: stream_reset shouldn't seek to 0x0...
|
|
152 [bugreport: Kang Sun]
|
|
153 - asf_parser: grouping implemented! [test file provided by Gabucino :))]
|
|
154
|
|
155 v0.11-pre12: ./configure fixes, improved odivx-encoding, streaming fixes
|
|
156 - ./configure: using /tmp/main$$.c instead /tmp.main.c, and
|
|
157 remove file after tests [SaPe]
|
|
158 - ./configure: trying the gcc optimize options and fallback to 'pentium'
|
|
159 if fails (useful for people with old gcc and new cpu :))
|
|
160 - removed -fomit-frame-pointer from OPTFLAGS at config.mak
|
|
161 - version number incremented [Gabucino]
|
|
162 - odivx encoder fix: allow long (longer than xxxx.avi) destination filenames
|
|
163 (sizeof() changed to strlen()...) [Gabucino]
|
|
164 - avi writer - overwrite disabled (exits with error message if destination
|
|
165 file already exists...) [Gabucino]
|
|
166 - use -divxq to set encoding bitrate (in bits (no kbits!) default: 780000)
|
|
167 - no audio decoding if -encode option is used
|
|
168 - audio streaming disabled if -nosound specified (setting audio_id to -2)
|
|
169 - fast Mpeg-ES detection (doesn't read the whole Mpeg-PS file)
|
|
170 - compile-time option to disable using soundcard driver's select()
|
|
171 (requires for some people with buggy/pre-alpha/etc sound driver...)
|
|
172
|
|
173 v0.11-pre11: streaming fixes, asf support pre, indeo5 fix
|
|
174 - asf/asfinfo.c improved: now it dumps streams to files - need testing!
|
|
175 (it's ready to be converted to asf demuxer and intergated into MPlayer)
|
|
176 - stream.c / stream_reset() fix: now it really seek back to 0 position!
|
|
177 - .asf file format detection added (no .asf reading yet!!!)
|
|
178 - .asf demultiplexer added, changes in demuxer.c to handle fragmented packets
|
|
179 > it plays .asf video well, but still has problems with divx/wma audio. :(((
|
|
180 - indeo 5 playing fixed (removed ICDECOMPRESS_UPDATE from flags)
|
|
181 - xmga resizing problems with some window managers, so default order is
|
|
182 changed xmga,xma... to mga,xmga,...
|
|
183 - found gcc bug: compiling MPlayer with flags
|
|
184 OPTFLAGS=-O -g -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math
|
|
185 cause image sizes negating -> mga_vid kernel driver Oops... :(((
|
|
186 - runaway.bride.sample.avi seeking segfault discovered: AC3 resync fails :(
|
|
187 - improved signal handling: module name is now printed. audio_resync added.
|
|
188 - RGB opendivx encoding implemented, now AVI->opendivx is possible.
|
|
189
|
|
190 v0.11-pre10: OpenDivX encoding, streaming fixes, avi seek fixes
|
|
191 - new libvo driver: odivx (OpenDivX File Writer)
|
|
192 - AVI file writting support, new option: -encode filename
|
|
193 to encode an mpeg/vob/vcd to opendivx:
|
|
194 mplayer file1.mpg -encode file2.avi -o odivx -nosound
|
|
195 (sound encoding/copy is not yet supported)
|
|
196 - libvo: default driver priority changed to: xmga,mga,syncfb,3dfx,xv,x11,gl
|
|
197 - avi writer: index support
|
|
198 - small fixes in avi writer to be compliant (adjusted chunk/list lengths)
|
|
199 - demuxer.c: stream buffering fixes:
|
|
200 - missing {} in mplayer.c occuring audio reads when has_audio=0
|
|
201 - reordered packet reader and pack count checks -> no more unwanted EOF
|
|
202 - added 4MB buffer memory usage limit to demuxed streams
|
|
203 - CPU flags in ./configure changed:
|
|
204 k7 -> k6 (current stable gcc doesn't supports k7)
|
|
205 386,486 -> i386,i486 [Balazs Tibor]
|
|
206 - demux_avi: index check now accepts (raw.len+1)==idx.len [Balazs Tibor]
|
|
207 - FAQ added
|
|
208
|
|
209 ** Now we are ready with planned features & urgent fixes, **
|
|
210 ** it's time to final testing and then the 0.11 release!! **
|
|
211
|
|
212 v0.11-pre9: OpenDivX fixes,speedup
|
|
213 - solved OpenDivX width problem (stride=width+(Quality?0:64))
|
|
214 now -divxq 0 works, and 0 is the default
|
|
215 - libvo call moved out from my_convert_yuv() so it can be measured (cpu %)
|
|
216 - IDCT code ported from libmpeg2 -> much faster OpenDivX decoding
|
|
217
|
|
218 v0.11-pre8: SDL fixes, OpenDivX support
|
|
219 - added -I/usr/X11R6/include to libvo CFLAGS
|
|
220 - (removed later: applied libvo SDL driver fixes by Jeffrey Boser)
|
|
221 - OpenDivX support, initial hack, maybe not work for you...
|
|
222 (I need testfiles, I have just only one)
|
|
223 use -divxq option to adjust quality (1..29 works), 1=default
|
|
224
|
|
225 v0.11-pre7: SDL support
|
|
226 - ported SDL driver from mpeg2dec/libvo (currect CVS)
|
|
227 (it's slower than internal X11 driver, but supports software scaling!)
|
|
228 - fixed SDL driver to support -fs and pass keyboard events
|
|
229 - SDL driver changed to support YV12 and YUY2 formats instead of IYUV
|
|
230 (now works with DivX files too)
|
|
231 - 'q' (Quit) disabled in SDL fullscreen mode (because it's impossible
|
|
232 to restore screen before exiting so it gets unusable state now)
|
|
233
|
|
234 v0.11-pre6: audio fix
|
|
235 - fixed video_out_xv.c compiling problems [bugreport: Kalle Mellerup]
|
|
236 - modified audio playing: always keep buffer (both internal and card's)
|
|
237 filled using select() -> -alsa audio delays should be fixed.
|
|
238 - updated DOCS/AUTHORS and DOCS/README
|
|
239
|
|
240 v0.11-pre5: xmmp audio support, applied Pontscho's libvo patch
|
|
241 - xmmp audio driver support by Arthur Kleer
|
|
242 - new video_out driver by Pontscho: xmga (Matrox G200/G400 only!)
|
|
243 It does same under X 3.3.x what Xv extension does under X 4.0.x!
|
|
244 (you will have a moveable/resizeable window but see an YUV video
|
|
245 overlay in it using color keying)
|
|
246 - added keyboard event support in X11 windows [Pontscho]
|
|
247 (using mplayer_[put|get]_key() in codecctrl.c)
|
|
248
|
|
249 v0.11-pre4: x11 driver fixes, 15/16bpp support
|
|
250 - version in version.h fixed :))) [Pontscho]
|
|
251 - inttypes.h moved to DOCS/ (copy back to the root if you need it)
|
|
252 - depth calculation in vo_init() changed (Pontscho's version couldn't
|
|
253 make difference between 15 and 16bpp)
|
|
254 - x11 driver now uses vo_init() instead of get_depth()
|
|
255 - yuv2mmx: 15bpp not really supported -> removed from list, now
|
|
256 conversion is done (well) by the C code -> MPEG play in 15bpp works!
|
|
257 - avi playing support added in 15bpp (memcpy)
|
|
258 - avi playing support added in 16bpp (C 15->16 converter by me)
|
|
259 - avi playing support added in 16bpp (MMX 15->16 converter by Strepto)
|
|
260 - libvo/x11: yuv2rgb used MMX code on non-MMX CPUs too!!! fixed...
|
|
261 - all x11 modes tested (and mpeg/24bpp byteorder fixed):
|
|
262 MPEG: AVI/VfW:
|
|
263 15bpp C convert memcpy
|
|
264 16bpp MMX/C convert MMX/C convert
|
|
265 24bpp C convert memcpy
|
|
266 32bpp MMX/C convert memcpy / C conv.
|
|
267 => now all the movie types are viewable using the -o x11 driver!
|
|
268
|
|
269 v0.11-pre3: mpeg fixes, fullscreen support
|
|
270 - vertical.mpg serious libvo (x11,gl) segfaults fixed:
|
|
271 yuv2rgb_mmx requires one more lines that vertical image size...
|
|
272 fixed (allocating memory for width*(height+1)). [bugreport: Gabucino]
|
|
273 - Pontscho's fullscreen patch applied!
|
|
274 Using option -fs will maximize window size (for all resizeable drivers
|
|
275 including mga!) and disable window decorations (x11,Xv,gl only)
|
|
276 - simple inttypes.h included for libc5 (and glibc2.0 too?) users
|
|
277 - homepage updates (links changed ftp->http)
|
|
278
|
|
279 v0.11-pre2: better user messages, mp3 codec selection, demuxer changes
|
|
280 - w32codec.zip restored at the FTP site (somehow it damaged...)
|
|
281 - added version.h, and used its content everywhere
|
|
282 - 'premature end-of-file' problem fixed: freeing audio buffers and
|
|
283 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan]
|
|
284 - some more messages added if verbose>=1
|
|
285 - demuxer.c: error message printed if A or V chunk buffer is full
|
|
286 'mplayer test.avi -aid -2' still not works without option '-nosound'
|
|
287 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca)
|
|
288 ./configure selects mp3lib only if you have 3Dnow [idea: Gabucino]
|
|
289 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited
|
|
290
|
|
291 v0.11-pre1: AVI sync fixes
|
|
292 - AVI audio seeking improvements: now using nBlockAlign value to seek
|
|
293 inside the chunk, so divx audio works without big delays!!!
|
|
294 - AVI PTS calculation modified: counting video PTS when skip_video_frames>0
|
|
295 so new audio PTS values will be correct. Solved many sync probs!
|
|
296 - A-V sync with AVI files fixed!
|
|
297 Now only the Desperado-trailer has 1.0 sec delay after seeking.
|
|
298 - fixed AVI sync in -bps mode too! :) (perfect except that Desperado avi)
|
|
299
|
|
300 v0.10: The new year release!
|
|
301 - testing
|
|
302 - docs changed
|
|
303 - it's time to release and remove the old buggy 0.09 version...
|
|
304 - release!!!
|
|
305
|
|
306 v0.10-pre8: libvo/x11 changes
|
|
307 - libvo: x11/xv driver separated to x11 and xv drivers
|
|
308 - libvo: DUMMY_VO_FUNC removed from driver sources
|
|
309 - libvo: default driver order changed, because some users with software-only
|
|
310 opengl though that this 'slow' player can only play at 1-3fps :)
|
|
311
|
|
312 v0.10-pre7: libmpeg2 interface changes, display size/area changes, AVI fixes
|
|
313 - libmpeg2/decode.c modified:
|
|
314 - removed unused OMS and mpeg2dec stuff
|
|
315 - decode_data rewritten, now works like parse_es.c
|
|
316 => doesn't copy any data -> faster and less memory usage
|
|
317 - mplayer.c sends code 0x1FF after every frame, so libmpeg2 knows
|
|
318 when has to display it
|
|
319 - mplayer.c: in_frame flag fixes, didn't work well with mpeg2 streams
|
|
320 (because there is a 0x1B2 chunk between 0x100 and 0x101)
|
|
321 - 'picture' changed from static to shmem-allocated
|
|
322 -> better picture after codec restart (tested with JapAd.mpg)
|
|
323 -> keep information of the header changes (after init)
|
|
324 - mpeg image size changed, now only the real part of frame is displayed
|
|
325 (no more green strip at the bottom)
|
|
326 - picture struct: new fields: display_picture_width/height
|
|
327 - image buffer allocation (shmem) is done by decode.c instead of libvo
|
|
328 - new option: -xy <value> (resize both x/y direction)
|
|
329 if value<=8 -> x_scale = y_scale = value
|
|
330 else -> x_size=value y_size=aspectratio*x_size
|
|
331 - mplayer.c: video output moved out from avi/mpg init sections and
|
|
332 now it's common code (added movie_size_x/y variables and out_fmt global)
|
|
333 - new keys:
|
|
334 ESC => quit
|
|
335 + and - => adjust audio delay +- 0.1 second
|
|
336 k => kill/restart the mpeg codec process (for testing)
|
|
337 - codec control interface changed: wait for syncword after (re)start
|
|
338 to avoid receiving old frames => it's stable again!
|
|
339 - removed (now unused) allocate/free image buffer code from libvo
|
|
340 - mplayer: new internal variable for video format: has_video
|
|
341 0 = none (unused yet)
|
|
342 1 = mpeg 1/2 video
|
|
343 2 = win32/VfW video codec
|
|
344 - config.h has defaults for bps-based AVI sync and ALSA timer code options:
|
|
345 #undef AVI_SYNC_BPS => now it's disabled by default!!! use -bps to enable
|
|
346 #define ALSA_TIMER => now it's enabled by default!!! use -noalsa to dis.
|
|
347 - help updated
|
|
348 - prints max compressed framesize at exit (both avi & mpeg)
|
|
349 - AVI audio seeking fixed: some ACM codecs (divx audio and ms-adpcm)
|
|
350 can't seek inside a chunk, they are only able to play whole chunks.
|
|
351 Current audio seeking has changed to seek inside the chunk only if the
|
|
352 codec supports it (only internal codecs and ACM/mp3 allows it).
|
|
353 - AVI: audio delay correction if can't seek inside the chunk
|
|
354
|
|
355 v0.10-pre6: mpeg signal & EOF fixes
|
|
356 - ./configure: k6_mtrr (2.4.test11+) added [Pontscho]
|
|
357 - `term destroys if mplayer (mpg) called from mc.ext` bug fixed:
|
|
358 added sighandler to the 3rd process (mpeg codec) to avoid sig. recursion
|
|
359 - better output at exit (handled now by exit_player())
|
|
360 - mpeg EOF problem (codec restart) fixed: added EOF detection to parse_es.c
|
|
361 - internal flag 'current_module' added to get more info at segfaults
|
|
362 (contains module number where the segfault occured)
|
|
363 - audio detection changed: using afm=4 (Win32/ACM) for MP3 audio (AVI files)
|
|
364 (you MUST have l3codeca.acm at /usr/lib/win32, or you have to use '-afm 1')
|
|
365
|
|
366 v0.10-pre5: flipping fixed
|
|
367 - AVI image flipping reworked:
|
|
368 - new flag: avi_header.flipped, TRUE if upside-down
|
|
369 - image flipping code removed/disabled from libvo modules
|
|
370 - duplicate flip_page() calls removed (overload with x11 and mga)
|
|
371 - aLaw audio codec (AVI id 0x06) added (uses code from xanim source)
|
|
372
|
|
373 v0.10-pre4: test release, small fixes
|
|
374 - video_out driver <-> codec incompatibility message changed
|
|
375 - fixed the config.format bug in drivers/mga_vid_test, so it works again!
|
|
376 [thanks to David Whysong]
|
|
377 - libmpeg2 upgraded
|
|
378
|
|
379 v0.10-pre3: test release, verbose mode, new docs
|
|
380 - new option: -v = increment verbose level
|
|
381 (debug printf's changed to verbose level-dependent)
|
|
382 - default level: 0, only some informal output
|
|
383 - init debug: 1, some basic debug infos, avi header, function values
|
|
384 - player debug: 2, print avi indexes, chunk inputs, more debug infos
|
|
385 - parser debug: 3, prints everything related to input parsers
|
|
386 to increment verbose level, use multiple -v options (-v -v -v for level-3)
|
|
387 - bitrate calculation for AVI files
|
|
388 - README rewritten, added Troubleshooting and Bugreports sections
|
|
389 - TVout directory added (only the scripts)
|
|
390
|
|
391 v0.10-pre2: bugfix test release, bps-sync enabled
|
|
392 - avi: supporting both 0-based and movi-based index types (autodetect)
|
|
393 - avi: tested with VBR audio: plays well with -mc 0 option, seek doesn't
|
|
394 work yet [thanks to Alan Chen for testfile]
|
|
395 - avi: A-V sync to avg. byte/sec implemented (again) and enabled by default
|
|
396 (disable with -nobps if you want)
|
|
397 - ./configire: 3rd name ('kni') of the P3 added. Where is the compatibility?
|
|
398 - useless '\' removed from libac3/Makefile [Otvos Ferenc]
|
|
399
|
|
400 v0.10-pre1: test release, players merged!!!
|
|
401 - avip and mpegp has been merged to a single binary called 'mplayer'
|
|
402 - file type detection (AVI/MPEG-PS/MPEG-ES/Other)
|
|
403 - no redundant code (common code for common jobs)
|
|
404 - big format-dependent codes moved to functions (separated files)
|
|
405 - better error messages, removed some debug stuff, code cleanups
|
|
406 - old libmpeg2 version removed from source tree
|
|
407 - help texts merged (help_avi+help_mpg -> help_mp)
|
|
408 - new options: -x <x> -y <y> = scale image (if selected driver supports)
|
|
409 if value<=8 then image size will be multiplied by value, otherwise
|
|
410 image size will be scaled to <value> pixels.
|
|
411 For example:
|
|
412 2x ZOOM: mplayer -x 2 -y 2 test.mpg
|
|
413 800x600: mplayer -x 800 -y 600 test.mpg
|
|
414 [default values are still configurable at compile-time, see config.h]
|
|
415 - TV project (not finished) codebase added (see tvision.c, or: make tvision)
|
|
416
|
|
417 v0.09: Beta release [same as 0.09-pre3]
|
|
418 - version changed in the files
|
|
419 - docs updated
|
|
420
|
|
421 v0.09-pre3: bugfix test-release, X11 support testing
|
|
422 - fixed the if [ -z $pparam ] bug in ./configure [Christian Birchinger]
|
|
423 - many changes in AVI seek code, resulting near-perfect seeking now!
|
|
424 current method calc absolute audio position, so with VBR audio it
|
|
425 doesn't work yet...
|
|
426 - avip: Xv support (YUY2 image format)
|
|
427 - avip: X11 support (24 & 32 bpp only, BGR format)
|
|
428 I need a very fast 15->16bpp converter for 16bpp support... anyone helps?
|
|
429
|
|
430 v0.09-pre2: bugfix test-release
|
|
431 - removed unnecessary code from libmpeg2/header.c
|
|
432 Walken told me that standard mpg/vob streams must NOT use framerate
|
|
433 and bitrate extension... and the ext. id check is done by the caller.
|
|
434 - CRC support to mp3lib's mpeg audio layer-2 decoder
|
|
435 thanks for bugreport & testfile to Samson
|
|
436
|
|
437 v0.09-pre1: bugfix test-release
|
|
438 - imported new libmpeg2 files (under testing...)
|
|
439 - GL renderer flickering bug fixed (MMX missing emms() between yuv2rgb and
|
|
440 glTexSubImage(), bug triggered by new Utah-GLX code)
|
|
441 [thanks for Christian Birchinger]
|
|
442
|
|
443 v0.08: Index support, avi seeking, DLL loader fix, compilation fixes
|
|
444 - Added support for chunk index usage (disable with -noidx option)
|
|
445 - Removed code optimization flags from loader/Makefile because
|
|
446 it segfaults if compile optimized code (it does some hacks with
|
|
447 pointers, maybe the reordered code confuses it)
|
|
448 - added new tool called aviparse (read and check avi file structure)
|
|
449 - indexed and raw chunk info comparing, bad chunks dropped
|
|
450 - termcap usage is optional (for those debian users without termcap)
|
|
451 - #if HAVE_* fixed (to #ifdef HAVE_*)
|
|
452 - ./configure supports new /proc/cpuinfo (2.4.0-test11)
|
|
453 - sse is called 'sse' again
|
|
454 - 'flags' field renamed to 'features'
|
|
455 - Xv benchmark results added to DOCS/SPEED
|
|
456 - avi seeking (and other goodies, pause etc) implemented
|
|
457 no PTS resync after seek yet.
|
|
458 - default video_out driver changed from 'mga' to the first available driver
|
|
459 new driver priority: mga_vid, opengl, x11
|
|
460
|
|
461 v0.07: Easier compile
|
|
462 - Added Pontscho's ./configure script (it's modified a lot)
|
|
463 - Updated makefiles, and tested a lot :)
|
|
464 - Updated DOCS/INSTALL
|
|
465
|
|
466 v0.06: Better codec selection
|
|
467 - avi audio&video codec selection moved to new codecs.c file,
|
|
468 loader/driver.c and loader/afl.c modified for this
|
|
469 - yuv support fixed, codecs.c setup flags to handle yuv properly
|
|
470 yuv works fine with divx, mpeg4, cvid, and upside-down iv50
|
|
471 - DOCS/INSTALL updated
|
|
472 - DOCS/SPEED updated, DivX benchmarks added
|
|
473
|
|
474 v0.05: Merged with MPEGplayer 0.90pre6, first public release of AVI player
|
|
475 - code merged with mpegplayer, new Makefile, some small modifications
|
|
476 - docs updated and moved to DOCS
|
|
477
|
|
478 v0.04: YUV support, some code cleanup, preview-release
|
|
479
|
|
480 v0.01: first version based on new MPEGplayer's codebase.
|