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