]> git.sesse.net Git - vlc/blob - doc/ChangeLog-2004
Compile fix
[vlc] / doc / ChangeLog-2004
1 ------------------------------------------------------------------------
2 r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
3 Changed paths:
4    M /trunk/modules/video_output/image.c
5
6 Reuse the encoder
7
8 ------------------------------------------------------------------------
9 r9676 | zorglub | 2004-12-29 16:56:08 +0100 (Wed, 29 Dec 2004) | 4 lines
10 Changed paths:
11    M /trunk/modules/codec/png.c
12    M /trunk/modules/video_output/image.c
13
14 Baaaah, we _already_ have a PNG encoder.
15
16 Note: this one (the ffmpeg one) seems to leak, though
17
18 ------------------------------------------------------------------------
19 r9675 | zorglub | 2004-12-29 16:29:35 +0100 (Wed, 29 Dec 2004) | 2 lines
20 Changed paths:
21    M /trunk/modules/video_output/Modules.am
22
23 Modules.am
24
25 ------------------------------------------------------------------------
26 r9674 | zorglub | 2004-12-29 16:29:20 +0100 (Wed, 29 Dec 2004) | 2 lines
27 Changed paths:
28    M /trunk/configure.ac
29    M /trunk/modules/codec/png.c
30    A /trunk/modules/video_output/image.c
31
32 PNG image encoder and imagefile video output
33
34 ------------------------------------------------------------------------
35 r9668 | zorglub | 2004-12-28 21:29:28 +0100 (Tue, 28 Dec 2004) | 3 lines
36 Changed paths:
37    M /trunk/src/audio_output/input.c
38    M /trunk/src/libvlc.c
39
40 * Do not search a visualizer in strict mode
41 * Fix --help with module lists
42
43 ------------------------------------------------------------------------
44 r9665 | andrep | 2004-12-28 15:12:14 +0100 (Tue, 28 Dec 2004) | 1 line
45 Changed paths:
46    M /trunk/mozilla/vlcpeer.h
47
48 * Typo
49 ------------------------------------------------------------------------
50 r9664 | andrep | 2004-12-28 15:11:36 +0100 (Tue, 28 Dec 2004) | 3 lines
51 Changed paths:
52    M /trunk/Makefile.am
53
54 * Make VLC win32 package in build directory, not source directory
55 * Added package-win32-base-exe-cygwin Makefile target, for Cygwin/msys users who don't need wine.  (This should really be folded into the package-win32-base-exe target, but I'm not sure what the best way to detect a Cygwin/msys build environment is ...)
56
57 ------------------------------------------------------------------------
58 r9663 | andrep | 2004-12-28 12:10:18 +0100 (Tue, 28 Dec 2004) | 3 lines
59 Changed paths:
60    M /trunk/modules/demux/ogg.c
61
62 * Extra sanity checks and debugging info for Annodex (Ogg) demuxer
63 * Detect "Content-Type" header in Annodex files case-insensitively
64
65 ------------------------------------------------------------------------
66 r9662 | andrep | 2004-12-28 12:06:02 +0100 (Tue, 28 Dec 2004) | 2 lines
67 Changed paths:
68    M /trunk/modules/codec/cmml/xtag.c
69
70 * Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such as Windows)
71
72 ------------------------------------------------------------------------
73 r9661 | rocky | 2004-12-26 19:29:50 +0100 (Sun, 26 Dec 2004) | 2 lines
74 Changed paths:
75    M /trunk/modules/access/vcdx/access.c
76    M /trunk/modules/access/vcdx/info.c
77    M /trunk/modules/access/vcdx/info.h
78    M /trunk/modules/access/vcdx/intf.c
79    M /trunk/modules/access/vcdx/intf.h
80    M /trunk/modules/access/vcdx/vcdplayer.c
81    M /trunk/modules/access/vcdx/vcdplayer.h
82
83 Some cleanup and unification with xine vcd plugin. 
84
85 ------------------------------------------------------------------------
86 r9660 | courmisch | 2004-12-26 12:21:39 +0100 (Sun, 26 Dec 2004) | 2 lines
87 Changed paths:
88    M /trunk/modules/access/http.c
89
90 - Fixes HTTP access EOF detection
91
92 ------------------------------------------------------------------------
93 r9659 | courmisch | 2004-12-26 12:07:37 +0100 (Sun, 26 Dec 2004) | 2 lines
94 Changed paths:
95    M /trunk/modules/access/http.c
96
97 Common disconnection code in Disconnect()
98
99 ------------------------------------------------------------------------
100 r9658 | courmisch | 2004-12-26 11:31:27 +0100 (Sun, 26 Dec 2004) | 3 lines
101 Changed paths:
102    M /trunk/modules/access/http.c
103    M /trunk/modules/misc/gnutls.c
104
105 Initial HTTP/SSL access
106 (still a bit rough on EOF)
107
108 ------------------------------------------------------------------------
109 r9657 | courmisch | 2004-12-26 11:21:47 +0100 (Sun, 26 Dec 2004) | 2 lines
110 Changed paths:
111    M /trunk/modules/misc/gnutls.c
112    M /trunk/src/misc/tls.c
113
114 Generic client SSL/TLS support
115
116 ------------------------------------------------------------------------
117 r9656 | rocky | 2004-12-26 01:14:38 +0100 (Sun, 26 Dec 2004) | 4 lines
118 Changed paths:
119    M /trunk/modules/access/cdda/cdda.c
120    M /trunk/modules/access/cdda/info.c
121
122 Title hell.  Seems like titles work substantially differently for
123 navigation versus plaback.
124
125
126 ------------------------------------------------------------------------
127 r9655 | courmisch | 2004-12-25 22:39:20 +0100 (Sat, 25 Dec 2004) | 2 lines
128 Changed paths:
129    M /trunk/src/misc/httpd.c
130
131 - Fix segfault when TLS handshake fails (introduced in previous commit)
132
133 ------------------------------------------------------------------------
134 r9654 | courmisch | 2004-12-25 22:35:09 +0100 (Sat, 25 Dec 2004) | 2 lines
135 Changed paths:
136    M /trunk/include/vlc_tls.h
137    M /trunk/modules/misc/gnutls.c
138    M /trunk/src/misc/httpd.c
139    M /trunk/src/misc/tls.c
140
141 - Non blocking TLS handshaking
142
143 ------------------------------------------------------------------------
144 r9653 | rocky | 2004-12-25 20:33:20 +0100 (Sat, 25 Dec 2004) | 3 lines
145 Changed paths:
146    M /trunk/modules/access/cdda/access.c
147    M /trunk/modules/access/cdda/access.h
148    M /trunk/modules/access/cdda/callback.c
149    M /trunk/modules/access/cdda/callback.h
150    M /trunk/modules/access/cdda/cdda.c
151    M /trunk/modules/access/cdda/cdda.h
152    M /trunk/modules/access/cdda/info.c
153    M /trunk/modules/access/cdda/info.h
154
155 Add a disc-mode and navigation-style control.
156
157
158 ------------------------------------------------------------------------
159 r9652 | zorglub | 2004-12-25 17:35:26 +0100 (Sat, 25 Dec 2004) | 2 lines
160 Changed paths:
161    M /trunk/src/playlist/playlist.c
162
163 Don't update author view on the fly (workaround complete author view breakage)
164
165 ------------------------------------------------------------------------
166 r9651 | rocky | 2004-12-25 14:58:09 +0100 (Sat, 25 Dec 2004) | 7 lines
167 Changed paths:
168    M /trunk/modules/access/vcdx/Modules.am
169    M /trunk/modules/access/vcdx/access.c
170    M /trunk/modules/access/vcdx/info.c
171    M /trunk/modules/access/vcdx/info.h
172    M /trunk/modules/access/vcdx/intf.c
173    M /trunk/modules/access/vcdx/intf.h
174    M /trunk/modules/access/vcdx/vcd.c
175    M /trunk/modules/access/vcdx/vcd.h
176    M /trunk/modules/access/vcdx/vcdplayer.c
177    M /trunk/modules/access/vcdx/vcdplayer.h
178
179 info.c: Add LID info in stream and media info.
180 vcdplayer.{c,h}, since this tries to be platform independent use bool
181 rather than VLC_BOOL.
182
183 Some segment play back improvments. (I hope).
184
185
186 ------------------------------------------------------------------------
187 r9650 | zorglub | 2004-12-25 13:21:47 +0100 (Sat, 25 Dec 2004) | 2 lines
188 Changed paths:
189    M /trunk/modules/control/telnet.c
190
191 Fix connection close, patch by Ted Deppner <ted at psyber dot com>
192
193 ------------------------------------------------------------------------
194 r9649 | bigben | 2004-12-24 12:50:03 +0100 (Fri, 24 Dec 2004) | 5 lines
195 Changed paths:
196    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
197    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
198    M /trunk/modules/gui/macosx/intf.m
199    M /trunk/modules/gui/macosx/playlist.h
200    M /trunk/modules/gui/macosx/playlist.m
201
202 * Fix title display above the scrollbar
203 * Fix the shuffle checkbox
204 * Expand playlist to the currently playing item and select it
205
206
207 ------------------------------------------------------------------------
208 r9648 | rocky | 2004-12-24 12:42:55 +0100 (Fri, 24 Dec 2004) | 6 lines
209 Changed paths:
210    M /trunk/modules/codec/svcdsub.c
211
212 Check to see if a particular subtitle channel is selected. All
213 subtitles languages were appearing overlayed. I guess some code got
214 left out in the recent conversion. 
215
216 Set a category and subcategory.
217
218 ------------------------------------------------------------------------
219 r9647 | hartman | 2004-12-24 02:14:35 +0100 (Fri, 24 Dec 2004) | 2 lines
220 Changed paths:
221    M /trunk/modules/gui/macosx/playlistinfo.h
222    M /trunk/modules/gui/macosx/playlistinfo.m
223
224 * locking issue and code cleanup
225
226 ------------------------------------------------------------------------
227 r9646 | rocky | 2004-12-23 05:28:19 +0100 (Thu, 23 Dec 2004) | 4 lines
228 Changed paths:
229    M /trunk/modules/access/vcdx/access.c
230
231 Deal with just one of the many crashes. This one in trying to find an entry
232 point inside a segment. Duh.
233
234
235 ------------------------------------------------------------------------
236 r9645 | rocky | 2004-12-23 05:01:45 +0100 (Thu, 23 Dec 2004) | 6 lines
237 Changed paths:
238    M /trunk/modules/access/vcdx/access.c
239    M /trunk/modules/access/vcdx/vcdplayer.c
240    M /trunk/modules/access/vcdx/vcdplayer.h
241
242 Fill out more VCD player-independent parts. Modal (track, segment,
243 entry) playing is better. 
244
245 Still frame and menu selection is still quite a mess. 
246
247
248 ------------------------------------------------------------------------
249 r9644 | hartman | 2004-12-23 01:33:05 +0100 (Thu, 23 Dec 2004) | 5 lines
250 Changed paths:
251    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
252    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
253    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
254    M /trunk/modules/gui/macosx/controls.m
255    M /trunk/modules/gui/macosx/intf.h
256    M /trunk/modules/gui/macosx/intf.m
257    M /trunk/modules/gui/macosx/vout.h
258    M /trunk/modules/gui/macosx/vout.m
259    M /trunk/src/libvlc.h
260    M /trunk/src/video_output/vout_intf.c
261
262 * src/libvlc.h: Added a "snapshot-format" option to be able to select png or jpg (png default)
263 * src/video_output/vout_intf.c: use above option and set the default destination for snapshots
264    on OS X to the Desktop.
265 * REST: Add the Snapshot command to the menu's etc.
266
267 ------------------------------------------------------------------------
268 r9643 | hartman | 2004-12-22 22:21:01 +0100 (Wed, 22 Dec 2004) | 2 lines
269 Changed paths:
270    M /trunk/src/playlist/info.c
271
272 * src/playlist/info.c: Fix a crash in the item info lookup.
273
274 ------------------------------------------------------------------------
275 r9642 | hartman | 2004-12-22 22:19:57 +0100 (Wed, 22 Dec 2004) | 4 lines
276 Changed paths:
277    M /trunk/modules/access/http.c
278
279 * modules/access/http.c:
280   - Fixed HTTL redirect
281   - Fixed icecast2 HE-AAC stream recognition.
282
283 ------------------------------------------------------------------------
284 r9641 | gbazin | 2004-12-22 14:06:43 +0100 (Wed, 22 Dec 2004) | 1 line
285 Changed paths:
286    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
287    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
288    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
289    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
290    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
291    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
292    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
293    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
294    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
295    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
296    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
297    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
298    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
299    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
300    M /trunk/modules/gui/skins2/events/evt_enter.hpp
301    M /trunk/modules/gui/skins2/events/evt_focus.hpp
302    M /trunk/modules/gui/skins2/events/evt_generic.hpp
303    M /trunk/modules/gui/skins2/events/evt_input.cpp
304    M /trunk/modules/gui/skins2/events/evt_input.hpp
305    M /trunk/modules/gui/skins2/events/evt_key.cpp
306    M /trunk/modules/gui/skins2/events/evt_key.hpp
307    M /trunk/modules/gui/skins2/events/evt_leave.hpp
308    M /trunk/modules/gui/skins2/events/evt_motion.hpp
309    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
310    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
311    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
312    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
313    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
314    M /trunk/modules/gui/skins2/events/evt_special.cpp
315    M /trunk/modules/gui/skins2/events/evt_special.hpp
316    M /trunk/modules/gui/skins2/parser/interpreter.hpp
317    M /trunk/modules/gui/skins2/src/anchor.cpp
318    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
319    M /trunk/modules/gui/skins2/src/logger.cpp
320    M /trunk/modules/gui/skins2/src/os_factory.cpp
321    M /trunk/modules/gui/skins2/utils/bezier.hpp
322    M /trunk/modules/gui/skins2/utils/fsm.cpp
323    M /trunk/modules/gui/skins2/utils/fsm.hpp
324    M /trunk/modules/gui/skins2/utils/observer.hpp
325    M /trunk/modules/gui/skins2/utils/pointer.hpp
326    M /trunk/modules/gui/skins2/utils/position.cpp
327    M /trunk/modules/gui/skins2/utils/position.hpp
328    M /trunk/modules/gui/skins2/utils/ustring.hpp
329    M /trunk/modules/gui/skins2/utils/var_list.cpp
330    M /trunk/modules/gui/skins2/utils/var_list.hpp
331    M /trunk/modules/gui/skins2/utils/var_percent.cpp
332    M /trunk/modules/gui/skins2/utils/var_percent.hpp
333    M /trunk/modules/gui/skins2/utils/variable.hpp
334    M /trunk/modules/gui/skins2/vars/volume.cpp
335    M /trunk/modules/gui/skins2/vars/volume.hpp
336    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
337    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
338    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
339    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
340    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
341    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
342    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
343    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
344    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
345    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
346    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
347    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
348    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
349    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
350    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
351
352 * modules/gui/skins2/*: added svn Id property.
353 ------------------------------------------------------------------------
354 r9640 | rocky | 2004-12-22 12:18:11 +0100 (Wed, 22 Dec 2004) | 4 lines
355 Changed paths:
356    M /trunk/modules/access/vcdx/access.c
357    M /trunk/modules/access/vcdx/info.c
358    M /trunk/modules/access/vcdx/vcdplayer.c
359
360 More segment playing improvements, be able to map seekpoints to
361 segments and lids. Fill out vcdplayer a little more for use later.
362
363
364 ------------------------------------------------------------------------
365 r9639 | rocky | 2004-12-22 05:22:24 +0100 (Wed, 22 Dec 2004) | 3 lines
366 Changed paths:
367    M /trunk/modules/access/vcdx/access.c
368    M /trunk/modules/access/vcdx/vcd.c
369    M /trunk/modules/access/vcdx/vcdplayer.h
370
371 Some work towards get segments working again.
372
373
374 ------------------------------------------------------------------------
375 r9638 | rocky | 2004-12-22 03:17:30 +0100 (Wed, 22 Dec 2004) | 5 lines
376 Changed paths:
377    M /trunk/modules/access/vcdx/access.c
378    M /trunk/modules/access/vcdx/vcd.c
379    M /trunk/modules/access/vcdx/vcdplayer.h
380
381 Get chapter next/prev working for entries.
382 Customization of the title shouldn't be advanced.
383 Allow user settable blocksize
384
385
386 ------------------------------------------------------------------------
387 r9637 | rocky | 2004-12-22 03:11:35 +0100 (Wed, 22 Dec 2004) | 3 lines
388 Changed paths:
389    M /trunk/src/input/input.c
390
391 Typo making seekpoint_next to to seekpoint 0. Clearly chapter
392 navigation is neither used or the code tested much.
393
394 ------------------------------------------------------------------------
395 r9636 | hartman | 2004-12-22 02:23:15 +0100 (Wed, 22 Dec 2004) | 3 lines
396 Changed paths:
397    M /trunk/modules/codec/ffmpeg/encoder.c
398
399 * ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of ffmpeg, then we just pray...?
400  At least now it compiles again. Gildas, could you check if this is correct please?
401
402 ------------------------------------------------------------------------
403 r9635 | gbazin | 2004-12-21 22:45:27 +0100 (Tue, 21 Dec 2004) | 1 line
404 Changed paths:
405    M /trunk/src/libvlc.h
406
407 * src/libvlc.h: properly place the snapshot-path option.
408 ------------------------------------------------------------------------
409 r9634 | massiot | 2004-12-21 18:01:40 +0100 (Tue, 21 Dec 2004) | 7 lines
410 Changed paths:
411    M /trunk/modules/access/dvb/dvb.h
412    M /trunk/modules/access/dvb/en50221.c
413    M /trunk/modules/demux/ts.c
414
415 * modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
416   of a given system provider (this is apparently needed for SCM Cryptoworks
417   CAM).
418 * modules/access/dvb/dvb.h: Allow up to 256 demux slots.
419 * modules/access/dvb/en50221.c: Do not send the CAPMT too often (apparently
420   bad for some CAM).
421
422 ------------------------------------------------------------------------
423 r9633 | gbazin | 2004-12-21 17:10:00 +0100 (Tue, 21 Dec 2004) | 1 line
424 Changed paths:
425    M /trunk/modules/gui/wxwindows/interface.cpp
426
427 * modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.
428 ------------------------------------------------------------------------
429 r9632 | gbazin | 2004-12-21 16:21:24 +0100 (Tue, 21 Dec 2004) | 3 lines
430 Changed paths:
431    M /trunk/modules/gui/wxwindows/menus.cpp
432    M /trunk/src/video_output/vout_intf.c
433
434 * src/video_output/vout_intf.c: added a video-snapshot object variable.
435 * modules/gui/wxwindows/menus.cpp: added video-snapshot to the menus.
436
437 ------------------------------------------------------------------------
438 r9631 | gbazin | 2004-12-21 15:52:49 +0100 (Tue, 21 Dec 2004) | 1 line
439 Changed paths:
440    M /trunk/modules/control/hotkeys.c
441    M /trunk/src/libvlc.h
442
443 * modules/control/hotkeys.c: snapshot hotkey.
444 ------------------------------------------------------------------------
445 r9630 | gbazin | 2004-12-21 15:51:43 +0100 (Tue, 21 Dec 2004) | 1 line
446 Changed paths:
447    M /trunk/include/video_output.h
448    M /trunk/include/vlc_keys.h
449    M /trunk/src/video_output/video_output.c
450    M /trunk/src/video_output/vout_intf.c
451
452 * src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever.
453 ------------------------------------------------------------------------
454 r9629 | gbazin | 2004-12-21 15:46:33 +0100 (Tue, 21 Dec 2004) | 1 line
455 Changed paths:
456    M /trunk/modules/codec/ffmpeg/video_filter.c
457
458 * modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.
459 ------------------------------------------------------------------------
460 r9628 | gbazin | 2004-12-21 15:45:51 +0100 (Tue, 21 Dec 2004) | 1 line
461 Changed paths:
462    M /trunk/include/vlc_image.h
463    M /trunk/src/misc/image.c
464
465 * src/misc/image.c: implemented ImageConvert().
466 ------------------------------------------------------------------------
467 r9627 | rocky | 2004-12-21 04:42:04 +0100 (Tue, 21 Dec 2004) | 3 lines
468 Changed paths:
469    M /trunk/modules/access/vcdx/access.c
470    M /trunk/modules/access/vcdx/info.c
471    M /trunk/modules/access/vcdx/info.h
472    M /trunk/modules/access/vcdx/intf.h
473    M /trunk/modules/access/vcdx/vcdplayer.c
474    M /trunk/modules/access/vcdx/vcdplayer.h
475
476 Work on getting slider seeking working better. 
477
478
479 ------------------------------------------------------------------------
480 r9626 | gbazin | 2004-12-20 23:15:13 +0100 (Mon, 20 Dec 2004) | 1 line
481 Changed paths:
482    M /trunk/src/misc/image.c
483
484 * src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().
485 ------------------------------------------------------------------------
486 r9625 | gbazin | 2004-12-20 23:12:36 +0100 (Mon, 20 Dec 2004) | 1 line
487 Changed paths:
488    M /trunk/modules/codec/ffmpeg/encoder.c
489
490 * modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.
491 ------------------------------------------------------------------------
492 r9624 | zorglub | 2004-12-20 21:14:43 +0100 (Mon, 20 Dec 2004) | 2 lines
493 Changed paths:
494    M /trunk/include/vlc_playlist.h
495    M /trunk/modules/access/directory.c
496    M /trunk/src/playlist/item.c
497
498 No need to GuessType on directory content
499
500 ------------------------------------------------------------------------
501 r9623 | zorglub | 2004-12-20 16:28:50 +0100 (Mon, 20 Dec 2004) | 2 lines
502 Changed paths:
503    M /trunk/src/playlist/item-ext.c
504
505 Removed buggy legacy code
506
507 ------------------------------------------------------------------------
508 r9622 | zorglub | 2004-12-20 15:51:50 +0100 (Mon, 20 Dec 2004) | 2 lines
509 Changed paths:
510    M /trunk/modules/control/rc.c
511
512 Force RC interface in standard playlist mode
513
514 ------------------------------------------------------------------------
515 r9621 | gbazin | 2004-12-20 13:19:32 +0100 (Mon, 20 Dec 2004) | 1 line
516 Changed paths:
517    M /trunk/modules/video_output/directx/events.c
518
519 * modules/video_output/directx/events.c: fixes for VOUT_REPARENT.
520 ------------------------------------------------------------------------
521 r9620 | gbazin | 2004-12-20 12:42:29 +0100 (Mon, 20 Dec 2004) | 1 line
522 Changed paths:
523    M /trunk/modules/gui/skins2/src/vlcproc.cpp
524
525 * modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.
526 ------------------------------------------------------------------------
527 r9619 | gbazin | 2004-12-20 12:18:53 +0100 (Mon, 20 Dec 2004) | 1 line
528 Changed paths:
529    M /trunk/include/vlc_image.h
530    M /trunk/include/vlc_xml.h
531
532 * include/vlc_image.h,vlc_xml.h: make these c++ happy.
533 ------------------------------------------------------------------------
534 r9618 | rocky | 2004-12-20 08:44:39 +0100 (Mon, 20 Dec 2004) | 6 lines
535 Changed paths:
536    M /trunk/modules/access/vcdx/access.c
537    M /trunk/modules/access/vcdx/info.c
538
539 Improve entry navigation and title update.
540
541 Next/Prev chapter don't work yet, nor does entry detection when random
542 seeking.
543
544
545 ------------------------------------------------------------------------
546 r9617 | rocky | 2004-12-20 05:52:29 +0100 (Mon, 20 Dec 2004) | 4 lines
547 Changed paths:
548    M /trunk/modules/access/vcdx/access.c
549    M /trunk/modules/access/vcdx/info.c
550    M /trunk/modules/access/vcdx/info.h
551
552 Fix bad bug with was causing discontinuous video playback.
553 Some entry navigation improved.
554
555
556 ------------------------------------------------------------------------
557 r9616 | rocky | 2004-12-19 23:41:57 +0100 (Sun, 19 Dec 2004) | 4 lines
558 Changed paths:
559    M /trunk/modules/access/vcdx/Modules.am
560    M /trunk/modules/access/vcdx/access.c
561    D /trunk/modules/access/vcdx/cdrom.c
562    D /trunk/modules/access/vcdx/cdrom.h
563    M /trunk/modules/access/vcdx/info.c
564    M /trunk/modules/access/vcdx/info.h
565    M /trunk/modules/access/vcdx/vcd.c
566    M /trunk/modules/access/vcdx/vcdplayer.c
567    M /trunk/modules/access/vcdx/vcdplayer.h
568
569 Cleanups towards getting this to a usable state. 
570 Much still remains to be done. 
571
572
573 ------------------------------------------------------------------------
574 r9615 | gbazin | 2004-12-19 21:46:27 +0100 (Sun, 19 Dec 2004) | 1 line
575 Changed paths:
576    M /trunk/modules/codec/cvdsub.c
577    M /trunk/modules/codec/svcdsub.c
578
579 * modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.
580 ------------------------------------------------------------------------
581 r9614 | gbazin | 2004-12-19 20:49:10 +0100 (Sun, 19 Dec 2004) | 1 line
582 Changed paths:
583    M /trunk/modules/video_output/x11/xcommon.c
584
585 * modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).
586 ------------------------------------------------------------------------
587 r9613 | gbazin | 2004-12-19 19:41:45 +0100 (Sun, 19 Dec 2004) | 1 line
588 Changed paths:
589    M /trunk/modules/demux/util/id3tag.c
590
591 * modules/demux/util/id3tag.c: fixed a few bugs.
592 ------------------------------------------------------------------------
593 r9612 | ipkiss | 2004-12-19 15:30:37 +0100 (Sun, 19 Dec 2004) | 2 lines
594 Changed paths:
595    M /trunk/modules/gui/skins2/src/vlcproc.cpp
596
597  * skins2: handle "item-deleted" variable
598
599 ------------------------------------------------------------------------
600 r9611 | rocky | 2004-12-19 14:58:38 +0100 (Sun, 19 Dec 2004) | 4 lines
601 Changed paths:
602    M /trunk/modules/access/vcdx/Modules.am
603    M /trunk/modules/access/vcdx/access.c
604    M /trunk/modules/access/vcdx/cdrom.c
605    M /trunk/modules/access/vcdx/cdrom.h
606    M /trunk/modules/access/vcdx/demux.c
607    A /trunk/modules/access/vcdx/info.c
608    A /trunk/modules/access/vcdx/info.h
609    M /trunk/modules/access/vcdx/intf.h
610    M /trunk/modules/access/vcdx/vcd.c
611    M /trunk/modules/access/vcdx/vcd.h
612    M /trunk/modules/access/vcdx/vcdplayer.c
613    M /trunk/modules/access/vcdx/vcdplayer.h
614
615 First attempt to libcdio VCD working under new regime. It is still
616 mostly disabled or broken.
617
618
619 ------------------------------------------------------------------------
620 r9610 | gbazin | 2004-12-19 14:11:22 +0100 (Sun, 19 Dec 2004) | 1 line
621 Changed paths:
622    M /trunk/modules/misc/rtsp.c
623
624 * modules/misc/rtsp.c: fixed support for pause with vlc as a client.
625 ------------------------------------------------------------------------
626 r9609 | gbazin | 2004-12-19 14:04:20 +0100 (Sun, 19 Dec 2004) | 1 line
627 Changed paths:
628    M /trunk/src/input/input.c
629
630 * src/input/input.c: fixed potential deadlock.
631 ------------------------------------------------------------------------
632 r9608 | fkuehne | 2004-12-19 13:54:21 +0100 (Sun, 19 Dec 2004) | 1 line
633 Changed paths:
634    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
635    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
636    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
637    M /trunk/modules/gui/macosx/about.h
638    M /trunk/modules/gui/macosx/about.m
639    M /trunk/modules/gui/macosx/intf.h
640    M /trunk/modules/gui/macosx/intf.m
641
642 * small clean-up, so the about-class is not needed in the main-nib anymore
643 ------------------------------------------------------------------------
644 r9607 | gbazin | 2004-12-19 13:48:04 +0100 (Sun, 19 Dec 2004) | 1 line
645 Changed paths:
646    M /trunk/modules/demux/livedotcom.cpp
647
648 * modules/demux/livedotcom.cpp: coding style fixes.
649 ------------------------------------------------------------------------
650 r9606 | gbazin | 2004-12-19 13:36:59 +0100 (Sun, 19 Dec 2004) | 1 line
651 Changed paths:
652    M /trunk/modules/access/pvr/pvr.c
653
654 * modules/access/pvr/pvr.c: added missing pvr-caching option.
655 ------------------------------------------------------------------------
656 r9605 | zorglub | 2004-12-19 12:08:18 +0100 (Sun, 19 Dec 2004) | 2 lines
657 Changed paths:
658    M /trunk/modules/gui/wxwindows/open.cpp
659    M /trunk/modules/gui/wxwindows/playlist.cpp
660    M /trunk/src/interface/interface.c
661    M /trunk/src/misc/modules.c
662
663 Fix bugs with psz_shortname
664
665 ------------------------------------------------------------------------
666 r9604 | rocky | 2004-12-19 11:22:12 +0100 (Sun, 19 Dec 2004) | 2 lines
667 Changed paths:
668    M /trunk/Makefile.am
669
670 When I type "make clean" I really want a "make clean"
671
672 ------------------------------------------------------------------------
673 r9603 | gbazin | 2004-12-19 06:05:10 +0100 (Sun, 19 Dec 2004) | 3 lines
674 Changed paths:
675    M /trunk/configure.ac
676    M /trunk/modules/codec/Modules.am
677    A /trunk/modules/codec/cvdsub.c (from /trunk/modules/codec/ogt/cvd.c:9597)
678    D /trunk/modules/codec/ogt
679    A /trunk/modules/codec/svcdsub.c (from /trunk/modules/codec/ogt/ogt.c:9597)
680
681 * modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture.
682 * modules/codec/svcdsub.c: ported svcd subtitles decoder to the new subpicture architecture.
683
684 ------------------------------------------------------------------------
685 r9602 | gbazin | 2004-12-18 20:10:47 +0100 (Sat, 18 Dec 2004) | 1 line
686 Changed paths:
687    M /trunk/include/codecs.h
688
689 * include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)
690 ------------------------------------------------------------------------
691 r9601 | ipkiss | 2004-12-18 18:55:22 +0100 (Sat, 18 Dec 2004) | 2 lines
692 Changed paths:
693    M /trunk/modules/gui/skins2/src/theme.cpp
694
695  * skins: Reload the current skin correctly even when skins2-config is not set
696
697 ------------------------------------------------------------------------
698 r9600 | ipkiss | 2004-12-18 18:36:23 +0100 (Sat, 18 Dec 2004) | 2 lines
699 Changed paths:
700    M /trunk/modules/gui/skins2/src/theme_loader.cpp
701    M /trunk/modules/gui/skins2/src/vlcproc.cpp
702    M /trunk/modules/gui/skins2/src/vlcproc.hpp
703    M /trunk/modules/gui/skins2/src/vout_window.cpp
704
705  * skins: Reparent the embedded vout window when switching to the wx intf
706
707 ------------------------------------------------------------------------
708 r9599 | ipkiss | 2004-12-18 17:08:07 +0100 (Sat, 18 Dec 2004) | 2 lines
709 Changed paths:
710    M /trunk/src/libvlc.h
711
712  * src/libvlc.h: Use window decorations by default
713
714 ------------------------------------------------------------------------
715 r9598 | ipkiss | 2004-12-18 14:19:53 +0100 (Sat, 18 Dec 2004) | 3 lines
716 Changed paths:
717    M /trunk/modules/gui/skins2/src/theme_loader.cpp
718    M /trunk/modules/gui/skins2/src/vlcproc.hpp
719
720  * skins2: Loading a new theme while an embedded vout is used works better
721    (the new vout is refreshed)
722
723 ------------------------------------------------------------------------
724 r9597 | rocky | 2004-12-18 00:51:38 +0100 (Sat, 18 Dec 2004) | 2 lines
725 Changed paths:
726    M /trunk/modules/access/cdda/info.c
727
728 Some small cleanups.
729
730 ------------------------------------------------------------------------
731 r9596 | ipkiss | 2004-12-18 00:39:34 +0100 (Sat, 18 Dec 2004) | 3 lines
732 Changed paths:
733    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
734    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
735    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
736    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
737    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
738    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
739    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
740    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
741    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
742    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
743    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
744    M /trunk/modules/gui/skins2/src/generic_layout.cpp
745    M /trunk/modules/gui/skins2/src/generic_layout.hpp
746    M /trunk/modules/gui/skins2/src/top_window.cpp
747    M /trunk/modules/gui/skins2/src/top_window.hpp
748    M /trunk/modules/gui/skins2/src/vlcproc.hpp
749    M /trunk/modules/gui/skins2/src/vout_window.cpp
750    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
751
752  * skins2: Do not paint on the embedded video output, when a video is
753    being played in it
754
755 ------------------------------------------------------------------------
756 r9595 | ipkiss | 2004-12-17 21:07:54 +0100 (Fri, 17 Dec 2004) | 4 lines
757 Changed paths:
758    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
759    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
760    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
761    M /trunk/modules/gui/skins2/src/generic_layout.cpp
762    M /trunk/modules/gui/skins2/src/generic_layout.hpp
763    M /trunk/modules/gui/skins2/utils/bezier.cpp
764
765  * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
766    Bezier curve
767  * skins2/*: Fixed "lazy redrawing" for the slider control
768
769 ------------------------------------------------------------------------
770 r9594 | bigben | 2004-12-17 20:18:07 +0100 (Fri, 17 Dec 2004) | 4 lines
771 Changed paths:
772    M /trunk/include/vlc_keys.h
773    M /trunk/modules/control/hotkeys.c
774    M /trunk/src/input/var.c
775    M /trunk/src/libvlc.h
776
777 * Hotkey to set audio delay on the fly
778 * This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.
779
780
781 ------------------------------------------------------------------------
782 r9593 | gbazin | 2004-12-17 17:27:49 +0100 (Fri, 17 Dec 2004) | 1 line
783 Changed paths:
784    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
785
786 * modules/gui/skins2/src/png_bitmap.cpp: compilation fix.
787 ------------------------------------------------------------------------
788 r9591 | ipkiss | 2004-12-16 22:26:36 +0100 (Thu, 16 Dec 2004) | 3 lines
789 Changed paths:
790    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
791    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
792    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
793    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
794    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
795    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
796    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
797    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
798    M /trunk/modules/gui/skins2/src/generic_layout.cpp
799    M /trunk/modules/gui/skins2/src/generic_layout.hpp
800
801  * skins2: When a control changes, refresh only the needed part of the layout
802    instead of refreshing everything
803
804 ------------------------------------------------------------------------
805 r9590 | gbazin | 2004-12-16 21:28:27 +0100 (Thu, 16 Dec 2004) | 1 line
806 Changed paths:
807    M /trunk/modules/video_filter/logo.c
808
809 * modules/video_filter/logo.c: --logo-transparency works again.
810 ------------------------------------------------------------------------
811 r9589 | gbazin | 2004-12-16 21:27:12 +0100 (Thu, 16 Dec 2004) | 1 line
812 Changed paths:
813    M /trunk/include/vlc_video.h
814    M /trunk/src/video_output/vout_subpictures.c
815
816 * include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member to subpicture_t to specify the transpareny of the subpicture.
817 ------------------------------------------------------------------------
818 r9588 | gbazin | 2004-12-16 20:52:05 +0100 (Thu, 16 Dec 2004) | 1 line
819 Changed paths:
820    M /trunk/modules/audio_filter/channel_mixer/headphone.c
821    M /trunk/modules/video_filter/logo.c
822
823 compilation fixes.
824 ------------------------------------------------------------------------
825 r9587 | zorglub | 2004-12-16 20:02:09 +0100 (Thu, 16 Dec 2004) | 2 lines
826 Changed paths:
827    M /trunk/modules/demux/ts.c
828
829 What do you find funny ?
830
831 ------------------------------------------------------------------------
832 r9586 | zorglub | 2004-12-16 19:58:12 +0100 (Thu, 16 Dec 2004) | 4 lines
833 Changed paths:
834    M /trunk/modules/access/directory.c
835    M /trunk/modules/access/dvdnav.c
836    M /trunk/modules/access/dvdread.c
837    M /trunk/modules/access/file.c
838    M /trunk/modules/access/ftp.c
839    M /trunk/modules/access/http.c
840    M /trunk/modules/access/mms/mms.c
841    M /trunk/modules/access/tcp.c
842    M /trunk/modules/access/udp.c
843    M /trunk/modules/mux/asf.c
844    M /trunk/modules/mux/mp4.c
845    M /trunk/modules/mux/mpeg/ps.c
846    M /trunk/modules/mux/mpeg/ts.c
847    M /trunk/modules/video_output/x11/glx.c
848    M /trunk/modules/video_output/x11/x11.c
849    M /trunk/modules/video_output/x11/xvideo.c
850
851 Really fix all the set_name.
852
853 Sorry for the trouble
854
855 ------------------------------------------------------------------------
856 r9585 | zorglub | 2004-12-16 19:34:34 +0100 (Thu, 16 Dec 2004) | 2 lines
857 Changed paths:
858    M /trunk/modules/demux/livedotcom.cpp
859
860 Last one ?
861
862 ------------------------------------------------------------------------
863 r9584 | zorglub | 2004-12-16 19:24:03 +0100 (Thu, 16 Dec 2004) | 2 lines
864 Changed paths:
865    M /trunk/modules/demux/mkv.cpp
866
867 $#*%§& SVN !
868
869 ------------------------------------------------------------------------
870 r9583 | zorglub | 2004-12-16 19:14:29 +0100 (Thu, 16 Dec 2004) | 2 lines
871 Changed paths:
872    M /trunk/modules/audio_filter/channel_mixer/headphone.c
873    M /trunk/modules/audio_filter/converter/a52tofloat32.c
874    M /trunk/modules/audio_output/alsa.c
875    M /trunk/modules/audio_output/arts.c
876    M /trunk/modules/audio_output/coreaudio.c
877    M /trunk/modules/audio_output/directx.c
878    M /trunk/modules/audio_output/esd.c
879    M /trunk/modules/audio_output/file.c
880    M /trunk/modules/audio_output/hd1000a.cpp
881    M /trunk/modules/audio_output/oss.c
882    M /trunk/modules/audio_output/portaudio.c
883    M /trunk/modules/audio_output/sdl.c
884    M /trunk/modules/audio_output/waveout.c
885
886 For some unknown reason, the previous commit was not fully done
887
888 ------------------------------------------------------------------------
889 r9582 | gbazin | 2004-12-16 18:55:50 +0100 (Thu, 16 Dec 2004) | 1 line
890 Changed paths:
891    M /trunk/modules/video_filter/logo.c
892
893 modules/video_filter/logo.c: use image handler.
894 ------------------------------------------------------------------------
895 r9581 | gbazin | 2004-12-16 18:47:40 +0100 (Thu, 16 Dec 2004) | 2 lines
896 Changed paths:
897    M /trunk/modules/gui/skins2/parser/builder.cpp
898    M /trunk/modules/gui/skins2/parser/builder.hpp
899    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
900    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
901
902 * modules/gui/skins2/*: use image handler to load graphic files.
903
904 ------------------------------------------------------------------------
905 r9580 | gbazin | 2004-12-16 18:44:38 +0100 (Thu, 16 Dec 2004) | 1 line
906 Changed paths:
907    M /trunk/configure.ac
908    M /trunk/modules/codec/Modules.am
909    A /trunk/modules/codec/png.c
910
911 * modules/codec/png.c: PNG decoder using libpng.
912 ------------------------------------------------------------------------
913 r9579 | gbazin | 2004-12-16 18:41:09 +0100 (Thu, 16 Dec 2004) | 1 line
914 Changed paths:
915    M /trunk/src/misc/image.c
916
917 * src/misc/image.c: no need to restart a filter when only the image size changes.
918 ------------------------------------------------------------------------
919 r9578 | gbazin | 2004-12-16 17:58:17 +0100 (Thu, 16 Dec 2004) | 1 line
920 Changed paths:
921    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
922
923 * modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.
924 ------------------------------------------------------------------------
925 r9577 | zorglub | 2004-12-16 17:35:12 +0100 (Thu, 16 Dec 2004) | 5 lines
926 Changed paths:
927    M /trunk/include/modules.h
928    M /trunk/include/modules_inner.h
929    M /trunk/modules/access/cdda/cdda.c
930    M /trunk/modules/access/screen/screen.c
931    M /trunk/modules/access_output/dummy.c
932    M /trunk/modules/access_output/file.c
933    M /trunk/modules/access_output/http.c
934    M /trunk/modules/access_output/udp.c
935    M /trunk/modules/audio_filter/equalizer.c
936    M /trunk/modules/audio_filter/normvol.c
937    M /trunk/modules/gui/wxwindows/preferences.cpp
938    M /trunk/modules/misc/rtsp.c
939    M /trunk/modules/video_filter/adjust.c
940    M /trunk/modules/video_filter/clone.c
941    M /trunk/modules/video_filter/crop.c
942    M /trunk/modules/video_filter/distort.c
943    M /trunk/modules/video_filter/invert.c
944    M /trunk/modules/video_filter/logo.c
945    M /trunk/modules/video_filter/marq.c
946    M /trunk/modules/video_filter/time.c
947    M /trunk/modules/video_filter/transform.c
948    M /trunk/modules/video_filter/wall.c
949    M /trunk/modules/visualization/visual/fft.c
950    M /trunk/modules/visualization/visual/fft.h
951    M /trunk/modules/visualization/visual/visual.h
952    M /trunk/src/misc/modules.c
953
954
955 Fix a bug with preferences
956 Added some more names
957 Use shortname to store the name
958
959 ------------------------------------------------------------------------
960 r9574 | gbazin | 2004-12-16 14:59:51 +0100 (Thu, 16 Dec 2004) | 1 line
961 Changed paths:
962    M /trunk/modules/gui/skins2/parser/interpreter.cpp
963    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
964    M /trunk/modules/gui/skins2/src/theme.cpp
965    M /trunk/modules/gui/skins2/src/theme_loader.cpp
966    M /trunk/modules/gui/skins2/src/theme_repository.cpp
967    M /trunk/modules/gui/skins2/vars/playlist.cpp
968    M /trunk/modules/gui/skins2/x11/x11_display.cpp
969
970 * modules/gui/skins2/*: fixed a whole bunch of memory leaks.
971 ------------------------------------------------------------------------
972 r9573 | zorglub | 2004-12-16 14:05:35 +0100 (Thu, 16 Dec 2004) | 2 lines
973 Changed paths:
974    M /trunk/include/vlc_config_cat.h
975    M /trunk/modules/gui/wxwindows/preferences.cpp
976
977 Merge general with the category when possible
978
979 ------------------------------------------------------------------------
980 r9570 | zorglub | 2004-12-15 23:27:53 +0100 (Wed, 15 Dec 2004) | 2 lines
981 Changed paths:
982    M /trunk/TODO
983
984 Little TODO update
985
986 ------------------------------------------------------------------------
987 r9569 | zorglub | 2004-12-15 23:17:52 +0100 (Wed, 15 Dec 2004) | 2 lines
988 Changed paths:
989    M /trunk/modules/services_discovery/sap.c
990
991 Make SAP node read-only
992
993 ------------------------------------------------------------------------
994 r9568 | gbazin | 2004-12-15 18:11:41 +0100 (Wed, 15 Dec 2004) | 1 line
995 Changed paths:
996    M /trunk/modules/misc/rtsp.c
997    M /trunk/src/misc/vlm.c
998
999 * modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working).
1000 ------------------------------------------------------------------------
1001 r9567 | bigben | 2004-12-15 13:28:39 +0100 (Wed, 15 Dec 2004) | 5 lines
1002 Changed paths:
1003    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1004    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1005    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1006    M /trunk/modules/gui/macosx/misc.h
1007    M /trunk/modules/gui/macosx/misc.m
1008    M /trunk/modules/gui/macosx/playlist.h
1009    M /trunk/modules/gui/macosx/playlist.m
1010
1011 * Implements playlist toggle button
1012 * Resizing is currently animated. I don't know if we should keep it like that
1013 * I don't know if this is implemented the proper way, but at least it's working...
1014
1015
1016 ------------------------------------------------------------------------
1017 r9565 | gbazin | 2004-12-14 20:47:21 +0100 (Tue, 14 Dec 2004) | 1 line
1018 Changed paths:
1019    M /trunk/src/misc/image.c
1020
1021 * src/misc/image.c: format guessing from file extension.
1022 ------------------------------------------------------------------------
1023 r9561 | zorglub | 2004-12-14 20:29:50 +0100 (Tue, 14 Dec 2004) | 3 lines
1024 Changed paths:
1025    M /trunk/src/misc/configuration.c
1026    M /trunk/src/playlist/playlist.c
1027
1028 Restore loop
1029 Fix command line parsing
1030
1031 ------------------------------------------------------------------------
1032 r9560 | zorglub | 2004-12-14 19:44:04 +0100 (Tue, 14 Dec 2004) | 2 lines
1033 Changed paths:
1034    M /trunk/include/configuration.h
1035    M /trunk/modules/control/http.c
1036    M /trunk/modules/control/rc.c
1037    M /trunk/modules/control/rtci.c
1038    M /trunk/modules/control/telnet.c
1039    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1040    M /trunk/modules/gui/wxwindows/preferences_widgets.h
1041    M /trunk/modules/visualization/xosd.c
1042    M /trunk/src/libvlc.h
1043    M /trunk/src/misc/configuration.c
1044
1045 Implement add_module_cat to add a module by category + use this for intf
1046
1047 ------------------------------------------------------------------------
1048 r9559 | gbazin | 2004-12-14 19:20:45 +0100 (Tue, 14 Dec 2004) | 1 line
1049 Changed paths:
1050    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1051    M /trunk/modules/codec/ffmpeg/video_filter.c
1052
1053 * modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.
1054 ------------------------------------------------------------------------
1055 r9558 | zorglub | 2004-12-14 19:07:00 +0100 (Tue, 14 Dec 2004) | 2 lines
1056 Changed paths:
1057    M /trunk/src/playlist/playlist.c
1058
1059 Remove debug messages
1060
1061 ------------------------------------------------------------------------
1062 r9557 | bigben | 2004-12-14 19:00:51 +0100 (Tue, 14 Dec 2004) | 4 lines
1063 Changed paths:
1064    M /trunk/modules/gui/macosx/playlist.h
1065    M /trunk/modules/gui/macosx/playlist.m
1066
1067 * Implements sorting by licking on table column headers in the playlist
1068 * Update TODO
1069
1070
1071 ------------------------------------------------------------------------
1072 r9556 | zorglub | 2004-12-14 18:42:42 +0100 (Tue, 14 Dec 2004) | 3 lines
1073 Changed paths:
1074    M /trunk/include/vlc_playlist.h
1075    M /trunk/modules/access/directory.c
1076    M /trunk/modules/gui/wxwindows/playlist.cpp
1077    M /trunk/modules/gui/wxwindows/wxwindows.h
1078    M /trunk/src/input/input.c
1079    M /trunk/src/playlist/item-ext.c
1080    M /trunk/src/playlist/playlist.c
1081    M /trunk/src/playlist/view.c
1082
1083 Better fix for wx deadlock with preparse
1084 A few fixes
1085
1086 ------------------------------------------------------------------------
1087 r9555 | gbazin | 2004-12-14 15:14:54 +0100 (Tue, 14 Dec 2004) | 1 line
1088 Changed paths:
1089    M /trunk/modules/codec/ffmpeg/encoder.c
1090
1091 * modules/codec/ffmpeg/encoder.c: typo for strict-rc option.
1092 ------------------------------------------------------------------------
1093 r9553 | zorglub | 2004-12-14 12:40:09 +0100 (Tue, 14 Dec 2004) | 3 lines
1094 Changed paths:
1095    M /trunk/include/vlc_playlist.h
1096    M /trunk/modules/access/cdda/info.c
1097    M /trunk/modules/access/directory.c
1098    M /trunk/modules/access/vcdx/access.c
1099    M /trunk/modules/control/http.c
1100    M /trunk/modules/demux/m3u.c
1101    M /trunk/modules/demux/mp4/mp4.c
1102    M /trunk/modules/demux/playlist/playlist.c
1103    M /trunk/modules/gui/gtk/playlist.c
1104    M /trunk/modules/gui/macosx/playlist.m
1105    M /trunk/modules/gui/ncurses.c
1106    M /trunk/modules/gui/pda/pda_callbacks.c
1107    M /trunk/modules/gui/skins2/vars/playlist.cpp
1108    M /trunk/modules/gui/wxwindows/dialogs.cpp
1109    M /trunk/modules/gui/wxwindows/playlist.cpp
1110    M /trunk/modules/services_discovery/sap.c
1111    M /trunk/modules/visualization/xosd.c
1112    M /trunk/src/playlist/item-ext.c
1113    M /trunk/src/playlist/playlist.c
1114    M /trunk/src/playlist/view.c
1115
1116 * Provide playlist_LockFoo functions for some functions
1117 * Fix deadlock with preparse
1118
1119 ------------------------------------------------------------------------
1120 r9552 | bigben | 2004-12-13 22:48:06 +0100 (Mon, 13 Dec 2004) | 3 lines
1121 Changed paths:
1122    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1123    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1124    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1125    M /trunk/modules/gui/macosx/playlist.h
1126    M /trunk/modules/gui/macosx/playlist.m
1127
1128 Implements sorting of the current node from context menu
1129
1130
1131 ------------------------------------------------------------------------
1132 r9551 | fkuehne | 2004-12-13 21:53:50 +0100 (Mon, 13 Dec 2004) | 1 line
1133 Changed paths:
1134    M /trunk/Makefile.am
1135    M /trunk/modules/gui/macosx/playlist.m
1136
1137 * changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.
1138 ------------------------------------------------------------------------
1139 r9550 | bigben | 2004-12-13 21:26:07 +0100 (Mon, 13 Dec 2004) | 3 lines
1140 Changed paths:
1141    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1142    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1143    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1144
1145 * enable delete in the playlist context menu
1146
1147
1148 ------------------------------------------------------------------------
1149 r9549 | ipkiss | 2004-12-13 21:25:05 +0100 (Mon, 13 Dec 2004) | 2 lines
1150 Changed paths:
1151    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
1152    M /trunk/modules/gui/skins2/win32/win32_window.cpp
1153
1154  * skins2: use black as the "flickering color", when resizing on windows :)
1155
1156 ------------------------------------------------------------------------
1157 r9548 | titer | 2004-12-13 20:18:31 +0100 (Mon, 13 Dec 2004) | 2 lines
1158 Changed paths:
1159    M /trunk/modules/gui/macosx/vout.m
1160    M /trunk/modules/gui/macosx/voutgl.m
1161    M /trunk/modules/gui/macosx/voutqt.m
1162
1163  macosx/vout*.m: factorized some more code, fixed GL video device selection
1164
1165 ------------------------------------------------------------------------
1166 r9547 | zorglub | 2004-12-13 18:56:21 +0100 (Mon, 13 Dec 2004) | 2 lines
1167 Changed paths:
1168    M /trunk/src/misc/modules.c
1169
1170 Compile fix
1171
1172 ------------------------------------------------------------------------
1173 r9546 | gbazin | 2004-12-13 17:48:18 +0100 (Mon, 13 Dec 2004) | 1 line
1174 Changed paths:
1175    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1176
1177 * modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats.
1178 ------------------------------------------------------------------------
1179 r9545 | gbazin | 2004-12-13 17:47:18 +0100 (Mon, 13 Dec 2004) | 2 lines
1180 Changed paths:
1181    M /trunk/Makefile.am
1182    M /trunk/include/vlc_common.h
1183    A /trunk/include/vlc_image.h
1184    A /trunk/src/misc/image.c
1185
1186 * src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.
1187
1188 ------------------------------------------------------------------------
1189 r9544 | gbazin | 2004-12-13 11:03:39 +0100 (Mon, 13 Dec 2004) | 1 line
1190 Changed paths:
1191    M /trunk/modules/access/directory.c
1192
1193 * modules/access/directory.c: scandir isn't available on win32.
1194 ------------------------------------------------------------------------
1195 r9543 | rocky | 2004-12-13 05:41:44 +0100 (Mon, 13 Dec 2004) | 1 line
1196 Changed paths:
1197    M /trunk/TODO
1198
1199 *** empty log message ***
1200 ------------------------------------------------------------------------
1201 r9542 | rocky | 2004-12-13 05:28:04 +0100 (Mon, 13 Dec 2004) | 2 lines
1202 Changed paths:
1203    M /trunk/modules/access/cdda/info.c
1204
1205 Add mrl info to playlist item.
1206
1207 ------------------------------------------------------------------------
1208 r9541 | rocky | 2004-12-13 05:26:24 +0100 (Mon, 13 Dec 2004) | 2 lines
1209 Changed paths:
1210    M /trunk/modules/access/cdda/cdda.c
1211
1212 Document %S.
1213
1214 ------------------------------------------------------------------------
1215 r9538 | bigben | 2004-12-12 21:12:11 +0100 (Sun, 12 Dec 2004) | 3 lines
1216 Changed paths:
1217    M /trunk/modules/gui/macosx/playlist.h
1218    M /trunk/modules/gui/macosx/playlist.m
1219
1220 * deleteItem: method
1221
1222
1223 ------------------------------------------------------------------------
1224 r9536 | rocky | 2004-12-12 18:43:27 +0100 (Sun, 12 Dec 2004) | 4 lines
1225 Changed paths:
1226    M /trunk/modules/access/cdda/access.c
1227    M /trunk/modules/access/cdda/info.c
1228    M /trunk/modules/access/cdda/info.h
1229
1230 Go over information that gets set, yet again. Disc things are no longer
1231 playlist-item information.
1232
1233
1234 ------------------------------------------------------------------------
1235 r9535 | gbazin | 2004-12-12 18:39:09 +0100 (Sun, 12 Dec 2004) | 1 line
1236 Changed paths:
1237    M /trunk/modules/mux/ogg.c
1238
1239 * modules/mux/ogg.c: added support for dirac.
1240 ------------------------------------------------------------------------
1241 r9534 | gbazin | 2004-12-12 18:30:20 +0100 (Sun, 12 Dec 2004) | 2 lines
1242 Changed paths:
1243    M /trunk/configure.ac
1244    M /trunk/modules/codec/Modules.am
1245    A /trunk/modules/codec/dirac.c
1246
1247 * modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).
1248
1249 ------------------------------------------------------------------------
1250 r9532 | bigben | 2004-12-12 17:57:22 +0100 (Sun, 12 Dec 2004) | 3 lines
1251 Changed paths:
1252    M /trunk/modules/gui/macosx/playlist.h
1253    M /trunk/modules/gui/macosx/playlist.m
1254    M /trunk/modules/gui/macosx/playlistinfo.h
1255    M /trunk/modules/gui/macosx/playlistinfo.m
1256
1257 * Item Info panel works again from playlist context menu
1258
1259
1260 ------------------------------------------------------------------------
1261 r9531 | titer | 2004-12-12 16:16:48 +0100 (Sun, 12 Dec 2004) | 2 lines
1262 Changed paths:
1263    M /trunk/modules/access/directory.c
1264
1265  access/directory.c: BeOS doesn't have scandir(), added a quick emulation
1266
1267 ------------------------------------------------------------------------
1268 r9529 | zorglub | 2004-12-12 15:22:06 +0100 (Sun, 12 Dec 2004) | 2 lines
1269 Changed paths:
1270    M /trunk/modules/gui/wxwindows/playlist.cpp
1271    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1272
1273 Fix warnings
1274
1275 ------------------------------------------------------------------------
1276 r9525 | titer | 2004-12-12 05:15:51 +0100 (Sun, 12 Dec 2004) | 3 lines
1277 Changed paths:
1278    M /trunk/modules/gui/macosx/voutgl.m
1279    M /trunk/modules/video_output/opengl.c
1280
1281  opengl.c, voutgl.m: restored smooth resizing on OS X
1282                      re-enabled OS X GL provider (QT output still default)
1283
1284 ------------------------------------------------------------------------
1285 r9524 | titer | 2004-12-12 04:24:05 +0100 (Sun, 12 Dec 2004) | 3 lines
1286 Changed paths:
1287    M /trunk/modules/gui/macosx/vout.h
1288    M /trunk/modules/gui/macosx/vout.m
1289    M /trunk/modules/gui/macosx/voutgl.m
1290
1291  macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
1292                not working in GL mode
1293
1294 ------------------------------------------------------------------------
1295 r9523 | sigmunau | 2004-12-12 01:04:04 +0100 (Sun, 12 Dec 2004) | 2 lines
1296 Changed paths:
1297    M /trunk/modules/demux/mpeg/mpga.c
1298
1299 mpga.c: check/hack to make duration available after preparse
1300
1301 ------------------------------------------------------------------------
1302 r9522 | bigben | 2004-12-12 00:14:19 +0100 (Sun, 12 Dec 2004) | 5 lines
1303 Changed paths:
1304    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1305    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1306    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1307    M /trunk/modules/gui/macosx/playlist.h
1308    M /trunk/modules/gui/macosx/playlist.m
1309
1310 Part of the context menu:
1311 * same options for node and items ATM
1312 * some options still don't work
1313
1314
1315 ------------------------------------------------------------------------
1316 r9521 | sigmunau | 2004-12-11 23:49:35 +0100 (Sat, 11 Dec 2004) | 2 lines
1317 Changed paths:
1318    M /trunk/modules/services_discovery
1319
1320 added svn:ignore property
1321
1322 ------------------------------------------------------------------------
1323 r9520 | sigmunau | 2004-12-11 23:46:01 +0100 (Sat, 11 Dec 2004) | 4 lines
1324 Changed paths:
1325    M /trunk/modules/gui/wxwindows/playlist.cpp
1326    M /trunk/modules/gui/wxwindows/wxwindows.h
1327    M /trunk/src/playlist/item-ext.c
1328    M /trunk/src/playlist/playlist.c
1329    M /trunk/src/playlist/view.c
1330
1331 src/playlist/*:give id to nodes as well. triger item-delete variable on item
1332 deletion (not intf-change)
1333 modules/gui/wxwindows/*: clever item deletion using item-deleted
1334
1335 ------------------------------------------------------------------------
1336 r9519 | bigben | 2004-12-11 23:09:11 +0100 (Sat, 11 Dec 2004) | 5 lines
1337 Changed paths:
1338    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1339    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1340    M /trunk/modules/gui/macosx/playlist.h
1341    M /trunk/modules/gui/macosx/playlist.m
1342    M /trunk/modules/gui/macosx/playlistinfo.h
1343    M /trunk/modules/gui/macosx/playlistinfo.m
1344
1345 * get rid of useless code (group doesn't exist anymore)
1346 * delete everything related to groups from the item info panel
1347 * some preparation work to reimplement the conextual menu
1348
1349
1350 ------------------------------------------------------------------------
1351 r9518 | bigben | 2004-12-11 22:37:21 +0100 (Sat, 11 Dec 2004) | 3 lines
1352 Changed paths:
1353    M /trunk/modules/gui/macosx/playlist.h
1354    M /trunk/modules/gui/macosx/playlist.m
1355
1356 * Code simplification
1357
1358
1359 ------------------------------------------------------------------------
1360 r9513 | asmax | 2004-12-11 20:48:28 +0100 (Sat, 11 Dec 2004) | 2 lines
1361 Changed paths:
1362    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1363
1364 * preferences_widget.cpp: fixed a compilation error
1365
1366 ------------------------------------------------------------------------
1367 r9512 | sigmunau | 2004-12-11 20:45:49 +0100 (Sat, 11 Dec 2004) | 2 lines
1368 Changed paths:
1369    M /trunk/modules/gui/wxwindows/playlist.cpp
1370    M /trunk/modules/gui/wxwindows/wxwindows.h
1371
1372 wx-playlist: hide node-related items from popup, when rightclicking a non-node
1373
1374 ------------------------------------------------------------------------
1375 r9511 | bigben | 2004-12-11 20:25:33 +0100 (Sat, 11 Dec 2004) | 6 lines
1376 Changed paths:
1377    M /trunk/modules/gui/macosx/playlist.h
1378    M /trunk/modules/gui/macosx/playlist.m
1379
1380
1381 * implements deletion of playlist nodes
1382 * fixes a bug in playItem:
1383
1384
1385
1386 ------------------------------------------------------------------------
1387 r9510 | sigmunau | 2004-12-11 20:13:24 +0100 (Sat, 11 Dec 2004) | 2 lines
1388 Changed paths:
1389    M /trunk/modules/access/directory.c
1390
1391 directory.c: don't crash on error
1392
1393 ------------------------------------------------------------------------
1394 r9509 | sigmunau | 2004-12-11 19:47:55 +0100 (Sat, 11 Dec 2004) | 2 lines
1395 Changed paths:
1396    M /trunk/modules/access/directory.c
1397
1398 directory.c: sort items before adding to playlist
1399
1400 ------------------------------------------------------------------------
1401 r9508 | zorglub | 2004-12-11 19:00:03 +0100 (Sat, 11 Dec 2004) | 2 lines
1402 Changed paths:
1403    M /trunk/modules/video_output/directx/directx.c
1404    M /trunk/modules/video_output/directx/glwin32.c
1405    M /trunk/modules/video_output/qte/qte.cpp
1406    M /trunk/modules/video_output/x11/glx.c
1407    M /trunk/modules/video_output/x11/x11.c
1408    M /trunk/modules/video_output/x11/xvideo.c
1409
1410 Forgot to categorize some vouts
1411
1412 ------------------------------------------------------------------------
1413 r9507 | sigmunau | 2004-12-11 18:56:40 +0100 (Sat, 11 Dec 2004) | 2 lines
1414 Changed paths:
1415    M /trunk/src/libvlc.h
1416
1417 libvlc.h: moved --video-deco, shorter short string for --input-repeat
1418
1419 ------------------------------------------------------------------------
1420 r9506 | zorglub | 2004-12-11 17:13:09 +0100 (Sat, 11 Dec 2004) | 2 lines
1421 Changed paths:
1422    M /trunk/modules/demux/playlist/playlist.c
1423
1424 Disable native for the moment
1425
1426 ------------------------------------------------------------------------
1427 r9505 | zorglub | 2004-12-11 16:38:25 +0100 (Sat, 11 Dec 2004) | 2 lines
1428 Changed paths:
1429    M /trunk/modules/access/http.c
1430
1431 Warn->Dbg
1432
1433 ------------------------------------------------------------------------
1434 r9504 | zorglub | 2004-12-11 15:46:27 +0100 (Sat, 11 Dec 2004) | 2 lines
1435 Changed paths:
1436    A /trunk/include/vlc_config_cat.h
1437
1438 Forgot this file
1439
1440 ------------------------------------------------------------------------
1441 r9503 | zorglub | 2004-12-11 15:45:46 +0100 (Sat, 11 Dec 2004) | 10 lines
1442 Changed paths:
1443    M /trunk/Makefile.am
1444    M /trunk/include/configuration.h
1445    M /trunk/include/modules.h
1446    M /trunk/include/modules_inner.h
1447    M /trunk/include/vlc_common.h
1448    D /trunk/include/vlc_help.h
1449    M /trunk/modules/access/cdda/cdda.c
1450    M /trunk/modules/access/cdda.c
1451    M /trunk/modules/access/directory.c
1452    M /trunk/modules/access/dshow/dshow.cpp
1453    M /trunk/modules/access/dvb/access.c
1454    M /trunk/modules/access/dvdnav.c
1455    M /trunk/modules/access/dvdread.c
1456    M /trunk/modules/access/file.c
1457    M /trunk/modules/access/ftp.c
1458    M /trunk/modules/access/http.c
1459    M /trunk/modules/access/mms/mms.c
1460    M /trunk/modules/access/pvr/pvr.c
1461    M /trunk/modules/access/satellite/satellite.c
1462    M /trunk/modules/access/screen/screen.c
1463    M /trunk/modules/access/tcp.c
1464    M /trunk/modules/access/udp.c
1465    M /trunk/modules/access/v4l/v4l.c
1466    M /trunk/modules/access/vcd/vcd.c
1467    M /trunk/modules/access/vcdx/vcd.c
1468    M /trunk/modules/access_output/dummy.c
1469    M /trunk/modules/access_output/file.c
1470    M /trunk/modules/access_output/http.c
1471    M /trunk/modules/access_output/udp.c
1472    M /trunk/modules/audio_filter/channel_mixer/headphone.c
1473    M /trunk/modules/audio_filter/channel_mixer/simple.c
1474    M /trunk/modules/audio_filter/channel_mixer/trivial.c
1475    M /trunk/modules/audio_filter/converter/a52tofloat32.c
1476    M /trunk/modules/audio_filter/converter/a52tospdif.c
1477    M /trunk/modules/audio_filter/converter/dtstofloat32.c
1478    M /trunk/modules/audio_filter/converter/dtstospdif.c
1479    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
1480    M /trunk/modules/audio_filter/converter/fixed32tos16.c
1481    M /trunk/modules/audio_filter/converter/float32tos16.c
1482    M /trunk/modules/audio_filter/converter/float32tos8.c
1483    M /trunk/modules/audio_filter/converter/float32tou16.c
1484    M /trunk/modules/audio_filter/converter/float32tou8.c
1485    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
1486    M /trunk/modules/audio_filter/converter/s16tofixed32.c
1487    M /trunk/modules/audio_filter/converter/s16tofloat32.c
1488    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
1489    M /trunk/modules/audio_filter/converter/s8tofloat32.c
1490    M /trunk/modules/audio_filter/converter/u8tofixed32.c
1491    M /trunk/modules/audio_filter/converter/u8tofloat32.c
1492    M /trunk/modules/audio_filter/equalizer.c
1493    M /trunk/modules/audio_filter/normvol.c
1494    M /trunk/modules/audio_filter/resampler/bandlimited.c
1495    M /trunk/modules/audio_filter/resampler/coreaudio.c
1496    M /trunk/modules/audio_filter/resampler/linear.c
1497    M /trunk/modules/audio_filter/resampler/trivial.c
1498    M /trunk/modules/audio_filter/resampler/ugly.c
1499    M /trunk/modules/audio_mixer/float32.c
1500    M /trunk/modules/audio_mixer/spdif.c
1501    M /trunk/modules/audio_mixer/trivial.c
1502    M /trunk/modules/audio_output/alsa.c
1503    M /trunk/modules/audio_output/arts.c
1504    M /trunk/modules/audio_output/coreaudio.c
1505    M /trunk/modules/audio_output/directx.c
1506    M /trunk/modules/audio_output/esd.c
1507    M /trunk/modules/audio_output/hd1000a.cpp
1508    M /trunk/modules/audio_output/oss.c
1509    M /trunk/modules/audio_output/portaudio.c
1510    M /trunk/modules/audio_output/sdl.c
1511    M /trunk/modules/audio_output/waveout.c
1512    M /trunk/modules/codec/a52.c
1513    M /trunk/modules/codec/adpcm.c
1514    M /trunk/modules/codec/araw.c
1515    M /trunk/modules/codec/cinepak.c
1516    M /trunk/modules/codec/dmo/dmo.c
1517    M /trunk/modules/codec/dts.c
1518    M /trunk/modules/codec/dvbsub.c
1519    M /trunk/modules/codec/faad.c
1520    M /trunk/modules/codec/ffmpeg/ffmpeg.c
1521    M /trunk/modules/codec/flac.c
1522    M /trunk/modules/codec/libmpeg2.c
1523    M /trunk/modules/codec/lpcm.c
1524    M /trunk/modules/codec/mash.cpp
1525    M /trunk/modules/codec/mpeg_audio.c
1526    M /trunk/modules/codec/ogt/cvd.c
1527    M /trunk/modules/codec/quicktime.c
1528    M /trunk/modules/codec/rawvideo.c
1529    M /trunk/modules/codec/speex.c
1530    M /trunk/modules/codec/spudec/spudec.c
1531    M /trunk/modules/codec/subsdec.c
1532    M /trunk/modules/codec/tarkin.c
1533    M /trunk/modules/codec/theora.c
1534    M /trunk/modules/codec/toolame.c
1535    M /trunk/modules/codec/vorbis.c
1536    M /trunk/modules/codec/x264.c
1537    M /trunk/modules/control/corba/corba.c
1538    M /trunk/modules/control/gestures.c
1539    M /trunk/modules/control/http.c
1540    M /trunk/modules/control/joystick.c
1541    M /trunk/modules/control/lirc.c
1542    M /trunk/modules/control/netsync.c
1543    M /trunk/modules/control/ntservice.c
1544    M /trunk/modules/control/rc.c
1545    M /trunk/modules/control/rtci.c
1546    M /trunk/modules/demux/a52.c
1547    M /trunk/modules/demux/aac.c
1548    M /trunk/modules/demux/aiff.c
1549    M /trunk/modules/demux/asf/asf.c
1550    M /trunk/modules/demux/au.c
1551    M /trunk/modules/demux/avi/avi.c
1552    M /trunk/modules/demux/demuxdump.c
1553    M /trunk/modules/demux/dts.c
1554    M /trunk/modules/demux/flac.c
1555    M /trunk/modules/demux/livedotcom.cpp
1556    M /trunk/modules/demux/m3u.c
1557    M /trunk/modules/demux/mjpeg.c
1558    M /trunk/modules/demux/mkv.cpp
1559    M /trunk/modules/demux/mod.c
1560    M /trunk/modules/demux/mp4/mp4.c
1561    M /trunk/modules/demux/mpeg/h264.c
1562    M /trunk/modules/demux/mpeg/m4a.c
1563    M /trunk/modules/demux/mpeg/m4v.c
1564    M /trunk/modules/demux/mpeg/mpga.c
1565    M /trunk/modules/demux/mpeg/mpgv.c
1566    M /trunk/modules/demux/nsv.c
1567    M /trunk/modules/demux/ogg.c
1568    M /trunk/modules/demux/playlist/playlist.c
1569    M /trunk/modules/demux/playlist/playlist.h
1570    M /trunk/modules/demux/ps.c
1571    M /trunk/modules/demux/pva.c
1572    M /trunk/modules/demux/rawdv.c
1573    M /trunk/modules/demux/real.c
1574    M /trunk/modules/demux/sgimb.c
1575    M /trunk/modules/demux/subtitle.c
1576    M /trunk/modules/demux/ts.c
1577    M /trunk/modules/demux/vobsub.c
1578    M /trunk/modules/demux/wav.c
1579    M /trunk/modules/gui/beos/BeOS.cpp
1580    M /trunk/modules/gui/gtk/gnome.c
1581    M /trunk/modules/gui/gtk/gtk.c
1582    M /trunk/modules/gui/gtk2/gnome2.c
1583    M /trunk/modules/gui/gtk2/gtk2.c
1584    M /trunk/modules/gui/kde/kde.cpp
1585    M /trunk/modules/gui/macosx/macosx.m
1586    M /trunk/modules/gui/ncurses.c
1587    M /trunk/modules/gui/pda/pda.c
1588    M /trunk/modules/gui/qnx/qnx.c
1589    M /trunk/modules/gui/qt/qt.cpp
1590    M /trunk/modules/gui/skins2/src/skin_main.cpp
1591    M /trunk/modules/gui/wxwindows/open.cpp
1592    M /trunk/modules/gui/wxwindows/preferences.cpp
1593    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1594    M /trunk/modules/gui/wxwindows/preferences_widgets.h
1595    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1596    M /trunk/modules/misc/dummy/dummy.c
1597    M /trunk/modules/misc/freetype.c
1598    M /trunk/modules/misc/gnutls.c
1599    M /trunk/modules/misc/logger.c
1600    M /trunk/modules/misc/memcpy/memcpy.c
1601    M /trunk/modules/misc/memcpy/memcpyaltivec.c
1602    M /trunk/modules/misc/playlist/export.c
1603    M /trunk/modules/misc/rtsp.c
1604    M /trunk/modules/misc/screensaver.c
1605    M /trunk/modules/misc/svg.c
1606    M /trunk/modules/misc/xml/libxml.c
1607    M /trunk/modules/misc/xml/xtag.c
1608    M /trunk/modules/mux/asf.c
1609    M /trunk/modules/mux/avi.c
1610    M /trunk/modules/mux/dummy.c
1611    M /trunk/modules/mux/mp4.c
1612    M /trunk/modules/mux/mpeg/ps.c
1613    M /trunk/modules/mux/mpeg/ts.c
1614    M /trunk/modules/mux/mpjpeg.c
1615    M /trunk/modules/mux/ogg.c
1616    M /trunk/modules/mux/wav.c
1617    M /trunk/modules/packetizer/copy.c
1618    M /trunk/modules/packetizer/h264.c
1619    M /trunk/modules/packetizer/mpeg4audio.c
1620    M /trunk/modules/packetizer/mpeg4video.c
1621    M /trunk/modules/packetizer/mpegvideo.c
1622    M /trunk/modules/services_discovery/hal.c
1623    M /trunk/modules/services_discovery/sap.c
1624    M /trunk/modules/stream_out/display.c
1625    M /trunk/modules/stream_out/duplicate.c
1626    M /trunk/modules/stream_out/es.c
1627    M /trunk/modules/stream_out/gather.c
1628    M /trunk/modules/stream_out/rtp.c
1629    M /trunk/modules/stream_out/standard.c
1630    M /trunk/modules/stream_out/transcode.c
1631    M /trunk/modules/stream_out/transrate/transrate.c
1632    M /trunk/modules/video_filter/adjust.c
1633    M /trunk/modules/video_filter/blend.c
1634    M /trunk/modules/video_filter/clone.c
1635    M /trunk/modules/video_filter/crop.c
1636    M /trunk/modules/video_filter/deinterlace.c
1637    M /trunk/modules/video_filter/distort.c
1638    M /trunk/modules/video_filter/invert.c
1639    M /trunk/modules/video_filter/logo.c
1640    M /trunk/modules/video_filter/marq.c
1641    M /trunk/modules/video_filter/scale.c
1642    M /trunk/modules/video_filter/time.c
1643    M /trunk/modules/video_filter/transform.c
1644    M /trunk/modules/video_filter/wall.c
1645    M /trunk/modules/video_output/aa.c
1646    M /trunk/modules/video_output/caca.c
1647    M /trunk/modules/visualization/galaktos/plugin.c
1648    M /trunk/modules/visualization/goom.c
1649    M /trunk/modules/visualization/visual/visual.c
1650    M /trunk/src/audio_output/input.c
1651    M /trunk/src/libvlc.c
1652    M /trunk/src/libvlc.h
1653    M /trunk/src/misc/configuration.c
1654    M /trunk/src/video_output/video_output.c
1655
1656 Improvements to preferences
1657
1658 * Each module can declare a "human-readable short name" with set_name
1659 * Modules are sorted by category (set_category, set_subcategory).
1660   Modules configs can be separated by set_section()
1661 * Separated audio-filter and audio-visual
1662 * Separated extraintf and control
1663 * New command and widget : add_module_list() for comma-separated modules
1664 * Vfilters now use "," as separator
1665
1666 ------------------------------------------------------------------------
1667 r9502 | titer | 2004-12-11 14:51:16 +0100 (Sat, 11 Dec 2004) | 2 lines
1668 Changed paths:
1669    M /trunk/modules/gui/beos/VideoOutput.cpp
1670
1671  beos/VideoOutput.cpp: fixed a crash in window destruction
1672
1673 ------------------------------------------------------------------------
1674 r9501 | gbazin | 2004-12-11 11:18:08 +0100 (Sat, 11 Dec 2004) | 2 lines
1675 Changed paths:
1676    M /trunk/modules/codec/Modules.am
1677    D /trunk/modules/codec/dv.c
1678    D /trunk/modules/codec/xvid.c
1679
1680 * modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.
1681
1682 ------------------------------------------------------------------------
1683 r9500 | Zorglub | 2004-12-11 00:07:28 +0100 (Sat, 11 Dec 2004) | 2 lines
1684 Changed paths:
1685    M /trunk/modules/gui/wxwindows/playlist.cpp
1686
1687 Fix win32 crash when playlist is empty
1688
1689 ------------------------------------------------------------------------
1690 r9499 | sigmunau | 2004-12-10 23:11:16 +0100 (Fri, 10 Dec 2004) | 2 lines
1691 Changed paths:
1692    M /trunk/modules/gui/wxwindows/playlist.cpp
1693
1694 wxwindows/playlist.cpp: remove enable/disable clutter
1695
1696 ------------------------------------------------------------------------
1697 r9498 | zorglub | 2004-12-10 21:24:19 +0100 (Fri, 10 Dec 2004) | 2 lines
1698 Changed paths:
1699    M /trunk/src/playlist/item-ext.c
1700    M /trunk/src/playlist/item.c
1701    M /trunk/src/playlist/view.c
1702
1703 Memory leaks
1704
1705 ------------------------------------------------------------------------
1706 r9497 | zorglub | 2004-12-10 19:58:22 +0100 (Fri, 10 Dec 2004) | 6 lines
1707 Changed paths:
1708    M /trunk/include/vlc_access.h
1709    M /trunk/include/vlc_common.h
1710    M /trunk/include/vlc_demux.h
1711    M /trunk/include/vlc_input.h
1712    M /trunk/include/vlc_playlist.h
1713    M /trunk/modules/gui/wxwindows/playlist.cpp
1714    M /trunk/modules/gui/wxwindows/timer.cpp
1715    M /trunk/modules/gui/wxwindows/wxwindows.cpp
1716    M /trunk/modules/gui/wxwindows/wxwindows.h
1717    M /trunk/src/input/access.c
1718    M /trunk/src/input/demux.c
1719    M /trunk/src/input/input.c
1720    M /trunk/src/input/input_internal.h
1721    M /trunk/src/input/stream.c
1722    M /trunk/src/playlist/playlist.c
1723
1724 *experimental* input pre-parsing support.
1725
1726 Won't work for many things (only those for which metadata can be gotten during initialization).
1727
1728 Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.
1729
1730 ------------------------------------------------------------------------
1731 r9496 | titer | 2004-12-10 18:53:32 +0100 (Fri, 10 Dec 2004) | 2 lines
1732 Changed paths:
1733    M /trunk/NEWS
1734
1735  NEWS: BeOS update
1736
1737 ------------------------------------------------------------------------
1738 r9495 | titer | 2004-12-10 18:44:27 +0100 (Fri, 10 Dec 2004) | 3 lines
1739 Changed paths:
1740    M /trunk/modules/gui/beos/VideoOutput.cpp
1741    M /trunk/modules/gui/beos/VideoWindow.h
1742
1743  beos/Video*: try to fallback on single-buffered overlay when there's
1744               not enough VRAM for double-buffered ovelay
1745
1746 ------------------------------------------------------------------------
1747 r9494 | gbazin | 2004-12-10 12:48:10 +0100 (Fri, 10 Dec 2004) | 1 line
1748 Changed paths:
1749    M /trunk/include/modules.h
1750    M /trunk/src/misc/modules.c
1751
1752 * src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit.
1753 ------------------------------------------------------------------------
1754 r9493 | rocky | 2004-12-10 11:10:11 +0100 (Fri, 10 Dec 2004) | 6 lines
1755 Changed paths:
1756    M /trunk/modules/access/cdda/access.c
1757    M /trunk/modules/access/cdda/cdda.h
1758    M /trunk/modules/access/cdda/info.c
1759    M /trunk/modules/access/cdda/info.h
1760
1761 Get stream disc information to appear again. 
1762 Remove private LSN table rom cdda_t - just use it from cdio. 
1763
1764 Remove lsn from cdda.
1765
1766
1767 ------------------------------------------------------------------------
1768 r9492 | rocky | 2004-12-10 03:14:10 +0100 (Fri, 10 Dec 2004) | 7 lines
1769 Changed paths:
1770    M /trunk/configure.ac
1771
1772 Turn this error:
1773   playlist.cpp:1351: error: ISO C++ forbids cast to non-reference type
1774 into a warning by adding -fpermissive to CXX flags for wxwindows
1775 CXXFLAGS. Fix suggested by Marius Kjeldahl. 
1776
1777 However better would be to fix playlist.cpp
1778
1779 ------------------------------------------------------------------------
1780 r9491 | fkuehne | 2004-12-09 21:15:07 +0100 (Thu, 09 Dec 2004) | 1 line
1781 Changed paths:
1782    M /trunk/po/da.po
1783
1784 * updated Danish localisation by Jonas Larsen (E-bola)
1785 ------------------------------------------------------------------------
1786 r9490 | sigmunau | 2004-12-09 18:43:36 +0100 (Thu, 09 Dec 2004) | 2 lines
1787 Changed paths:
1788    M /trunk/src/input/input.c
1789
1790 input/input.c: trigger a update in playlist window when the duration changes
1791
1792 ------------------------------------------------------------------------
1793 r9489 | sigmunau | 2004-12-09 18:01:26 +0100 (Thu, 09 Dec 2004) | 2 lines
1794 Changed paths:
1795    M /trunk/modules/gui/wxwindows/playlist.cpp
1796
1797 wxwindows/playlist.cpp: also update icon on item change
1798
1799 ------------------------------------------------------------------------
1800 r9488 | sigmunau | 2004-12-09 16:27:48 +0100 (Thu, 09 Dec 2004) | 3 lines
1801 Changed paths:
1802    M /trunk/vlc-config.in.in
1803
1804 vlc-config.in.in: added a new "external" target that allow external projects
1805 to link with a make installed libvlc
1806
1807 ------------------------------------------------------------------------
1808 r9487 | gbazin | 2004-12-09 15:06:36 +0100 (Thu, 09 Dec 2004) | 1 line
1809 Changed paths:
1810    M /trunk/modules/packetizer/mpeg4video.c
1811
1812 * modules/packetizer/mpeg4video.c: fixed memory leak (patch by Sau).
1813 ------------------------------------------------------------------------
1814 r9486 | gbazin | 2004-12-09 14:34:27 +0100 (Thu, 09 Dec 2004) | 1 line
1815 Changed paths:
1816    M /trunk/modules/codec/dvbsub.c
1817
1818 * modules/codec/dvbsub.c: extra sanity check for CLUT decoding (patch by timok).
1819 ------------------------------------------------------------------------
1820 r9485 | gbazin | 2004-12-09 11:03:22 +0100 (Thu, 09 Dec 2004) | 3 lines
1821 Changed paths:
1822    M /trunk/src/input/input.c
1823    M /trunk/src/libvlc.h
1824
1825 * src/libvlc.h: --video-deco is enabled by default.
1826 * src/input/input.c: fixed small memory leak.
1827
1828 ------------------------------------------------------------------------
1829 r9484 | titer | 2004-12-08 23:56:55 +0100 (Wed, 08 Dec 2004) | 2 lines
1830 Changed paths:
1831    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1832
1833  beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s
1834
1835 ------------------------------------------------------------------------
1836 r9483 | zorglub | 2004-12-08 23:41:56 +0100 (Wed, 08 Dec 2004) | 2 lines
1837 Changed paths:
1838    M /trunk/src/playlist/playlist.c
1839    M /trunk/src/playlist/view.c
1840
1841 Fix autoplayback with skins
1842
1843 ------------------------------------------------------------------------
1844 r9482 | titer | 2004-12-08 21:20:37 +0100 (Wed, 08 Dec 2004) | 2 lines
1845 Changed paths:
1846    M /trunk/modules/gui/beos/InterfaceWindow.cpp
1847
1848  beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding
1849
1850 ------------------------------------------------------------------------
1851 r9481 | ipkiss | 2004-12-08 20:04:38 +0100 (Wed, 08 Dec 2004) | 2 lines
1852 Changed paths:
1853    M /trunk/doc/skins/skins2-howto.xml
1854
1855 Dummy commit, to trigger generation of the html version of this file
1856
1857 ------------------------------------------------------------------------
1858 r9480 | sigmunau | 2004-12-08 17:46:52 +0100 (Wed, 08 Dec 2004) | 2 lines
1859 Changed paths:
1860    M /trunk/src/libvlc.h
1861
1862 libvlc.h: Remove --audio-type which was never used according to grep
1863
1864 ------------------------------------------------------------------------
1865 r9479 | rocky | 2004-12-08 13:44:09 +0100 (Wed, 08 Dec 2004) | 5 lines
1866 Changed paths:
1867    M /trunk/modules/access/cdda/access.c
1868    M /trunk/modules/access/cdda/info.c
1869
1870 Forgot that the lsn internal structure is 0-origin. 
1871
1872 Better really would be to remove lsn altogether from cdda_data_t.
1873
1874
1875 ------------------------------------------------------------------------
1876 r9478 | sigmunau | 2004-12-08 12:37:12 +0100 (Wed, 08 Dec 2004) | 2 lines
1877 Changed paths:
1878    M /trunk/TODO
1879
1880 TODO: removed ^M. Added some subtitle anormalites that needs to be fixed.
1881
1882 ------------------------------------------------------------------------
1883 r9477 | rocky | 2004-12-08 04:00:00 +0100 (Wed, 08 Dec 2004) | 6 lines
1884 Changed paths:
1885    M /trunk/modules/access/cdda/access.c
1886    M /trunk/modules/access/cdda/cdda.c
1887    M /trunk/modules/access/cdda/info.c
1888
1889 Set duration in playlist.
1890 Allow for CD-Text in custom format
1891 %t now defaults to MRL when we can't get CD-Text or CDDB info
1892 Default "title" format when CDDB not enabled now is %t rather than %m (MRL)
1893
1894
1895 ------------------------------------------------------------------------
1896 r9476 | rocky | 2004-12-08 03:07:32 +0100 (Wed, 08 Dec 2004) | 2 lines
1897 Changed paths:
1898    M /trunk/configure.ac
1899
1900 Up requirements on libcdio, libcddb (and will also later add vcdimager).
1901
1902 ------------------------------------------------------------------------
1903 r9475 | rocky | 2004-12-08 03:06:58 +0100 (Wed, 08 Dec 2004) | 2 lines
1904 Changed paths:
1905    M /trunk/bootstrap
1906
1907 Allow automake 1.9.2
1908
1909 ------------------------------------------------------------------------
1910 r9474 | massiot | 2004-12-08 01:15:30 +0100 (Wed, 08 Dec 2004) | 4 lines
1911 Changed paths:
1912    M /trunk/include/vout_synchro.h
1913    M /trunk/src/libvlc.h
1914    M /trunk/src/video_output/vout_synchro.c
1915
1916 * src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
1917   compatibility with MPEG-2 HD, the current frame skipping algorithm seems
1918   to be too aggressive).
1919
1920 ------------------------------------------------------------------------
1921 r9471 | gbazin | 2004-12-07 20:46:45 +0100 (Tue, 07 Dec 2004) | 3 lines
1922 Changed paths:
1923    M /trunk/configure.ac
1924    M /trunk/modules/codec/speex.c
1925
1926 * configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
1927 * modules/codec/speex.c: update for newer speex.
1928
1929 ------------------------------------------------------------------------
1930 r9470 | gbazin | 2004-12-07 15:27:06 +0100 (Tue, 07 Dec 2004) | 1 line
1931 Changed paths:
1932    M /trunk/modules/mux/asf.c
1933
1934 * modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6.4->WMP10.
1935 ------------------------------------------------------------------------
1936 r9469 | zorglub | 2004-12-07 15:18:47 +0100 (Tue, 07 Dec 2004) | 2 lines
1937 Changed paths:
1938    M /trunk/modules/access/http.c
1939    M /trunk/modules/codec/cmml/cmml.c
1940    M /trunk/modules/codec/cmml/intf.c
1941    M /trunk/modules/codec/speex.c
1942    M /trunk/modules/demux/mjpeg.c
1943    M /trunk/modules/demux/ogg.c
1944    M /trunk/modules/gui/skins2/src/vout_window.hpp
1945    M /trunk/modules/gui/wxwindows/iteminfo.cpp
1946    M /trunk/modules/gui/wxwindows/playlist.cpp
1947    M /trunk/modules/gui/wxwindows/wxwindows.h
1948    M /trunk/modules/services_discovery/sap.c
1949
1950 Recommit 9469->9479 + fix wxT/wxU
1951
1952 ------------------------------------------------------------------------
1953 r9468 | fkuehne | 2004-12-02 21:29:55 +0100 (Thu, 02 Dec 2004) | 1 line
1954 Changed paths:
1955    M /trunk/extras/contrib/src/packages.mak
1956
1957 * fixed pkgconfig-url
1958 ------------------------------------------------------------------------
1959 r9467 | bigben | 2004-12-02 21:19:15 +0100 (Thu, 02 Dec 2004) | 3 lines
1960 Changed paths:
1961    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1962    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1963    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1964    M /trunk/modules/gui/macosx/playlist.m
1965
1966 * fixes item deletion when pressing backspace. Doesn't work for nodes yet
1967
1968
1969 ------------------------------------------------------------------------
1970 r9466 | fkuehne | 2004-12-02 20:51:41 +0100 (Thu, 02 Dec 2004) | 1 line
1971 Changed paths:
1972    A /trunk/extras/MacOSX/Resources/English.lproj/About.nib
1973    A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
1974    A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
1975    A /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
1976    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
1977    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
1978    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
1979    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
1980    M /trunk/modules/gui/macosx/about.m
1981
1982 * ALL: moved the about-window to a seperate nib-file
1983 ------------------------------------------------------------------------
1984 r9465 | bigben | 2004-12-02 20:04:55 +0100 (Thu, 02 Dec 2004) | 3 lines
1985 Changed paths:
1986    M /trunk/modules/gui/macosx/playlist.m
1987
1988 * Fix the status bar
1989
1990
1991 ------------------------------------------------------------------------
1992 r9464 | gbazin | 2004-12-02 17:54:47 +0100 (Thu, 02 Dec 2004) | 1 line
1993 Changed paths:
1994    M /trunk/mozilla/vlcshell.cpp
1995
1996 * mozilla/vlcshell.cpp: added a mute start option.
1997 ------------------------------------------------------------------------
1998 r9463 | andrep | 2004-12-02 17:07:24 +0100 (Thu, 02 Dec 2004) | 4 lines
1999 Changed paths:
2000    M /trunk/mozilla/vlcpeer.h
2001
2002 Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
2003 attributes in chapter 7 of the VLC user guide actually work ;).
2004
2005
2006 ------------------------------------------------------------------------
2007 r9462 | gbazin | 2004-12-02 13:56:46 +0100 (Thu, 02 Dec 2004) | 1 line
2008 Changed paths:
2009    M /trunk/modules/video_output/directx/directx.c
2010
2011 * modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth displays.
2012 ------------------------------------------------------------------------
2013 r9461 | gbazin | 2004-12-02 12:14:43 +0100 (Thu, 02 Dec 2004) | 1 line
2014 Changed paths:
2015    M /trunk/modules/video_output/directx/directx.c
2016    M /trunk/modules/video_output/directx/events.c
2017    M /trunk/modules/video_output/directx/glwin32.c
2018    M /trunk/modules/video_output/directx/vout.h
2019    M /trunk/src/libvlc.h
2020    M /trunk/src/video_output/vout_intf.c
2021
2022 * modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me.
2023 ------------------------------------------------------------------------
2024 r9460 | gbazin | 2004-12-02 10:50:27 +0100 (Thu, 02 Dec 2004) | 1 line
2025 Changed paths:
2026    M /trunk/modules/video_output/directx/directx.c
2027    M /trunk/modules/video_output/directx/events.c
2028    M /trunk/modules/video_output/directx/glwin32.c
2029    M /trunk/modules/video_output/directx/vout.h
2030
2031 * modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_directx and glwin32 as builtins.
2032 ------------------------------------------------------------------------
2033 r9459 | rocky | 2004-12-02 04:55:50 +0100 (Thu, 02 Dec 2004) | 4 lines
2034 Changed paths:
2035    M /trunk/modules/access/cdda/access.c
2036    M /trunk/modules/access/cdda/info.c
2037    M /trunk/modules/access/cdda/info.h
2038
2039 A little bit better if CDDB is not enabled or doesn't exist. Well, at
2040 least it it no longer core dumps.
2041
2042
2043 ------------------------------------------------------------------------
2044 r9458 | bigben | 2004-12-01 22:50:17 +0100 (Wed, 01 Dec 2004) | 3 lines
2045 Changed paths:
2046    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2047    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2048    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2049    M /trunk/modules/gui/macosx/playlist.h
2050    M /trunk/modules/gui/macosx/playlist.m
2051
2052 Fix the search field in OSX playlist
2053
2054
2055 ------------------------------------------------------------------------
2056 r9456 | gbazin | 2004-12-01 17:45:55 +0100 (Wed, 01 Dec 2004) | 1 line
2057 Changed paths:
2058    M /trunk/modules/access/dshow/dshow.cpp
2059
2060 * modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well.
2061 ------------------------------------------------------------------------
2062 r9455 | sigmunau | 2004-12-01 16:43:03 +0100 (Wed, 01 Dec 2004) | 2 lines
2063 Changed paths:
2064    M /trunk/modules/services_discovery/sap.c
2065
2066 sap.c: attemt to fix sap demux for unhandled streams
2067
2068 ------------------------------------------------------------------------
2069 r9454 | gbazin | 2004-12-01 12:06:19 +0100 (Wed, 01 Dec 2004) | 1 line
2070 Changed paths:
2071    M /trunk/modules/access/dshow/dshow.cpp
2072
2073 * modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup by me)
2074 ------------------------------------------------------------------------
2075 r9452 | rocky | 2004-12-01 02:12:12 +0100 (Wed, 01 Dec 2004) | 4 lines
2076 Changed paths:
2077    M /trunk/modules/access/cdda/info.c
2078
2079 Some compilation fixes when HAVE_LIBCDDB is not defined.
2080 (There remain still some core dumps to fix.)
2081
2082
2083 ------------------------------------------------------------------------
2084 r9450 | rocky | 2004-11-30 05:14:19 +0100 (Tue, 30 Nov 2004) | 3 lines
2085 Changed paths:
2086    M /trunk/modules/access/cdda/access.c
2087
2088 Simplify and streamline CD-DA open error error logic. Remove a compilation
2089 warning, guard against dereferencing more unitialized pointers.
2090
2091 ------------------------------------------------------------------------
2092 r9448 | bigben | 2004-11-30 01:04:45 +0100 (Tue, 30 Nov 2004) | 5 lines
2093 Changed paths:
2094    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2095    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2096    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2097    M /trunk/modules/gui/macosx/playlist.h
2098    M /trunk/modules/gui/macosx/playlist.m
2099
2100 * recrate some missing actions (mainly copy paste from the old playlist)
2101 * Link some actions and outlets in IB
2102 * some small visual fixes
2103
2104
2105 ------------------------------------------------------------------------
2106 r9446 | fkuehne | 2004-11-29 18:34:48 +0100 (Mon, 29 Nov 2004) | 1 line
2107 Changed paths:
2108    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
2109
2110 * added aiff, mod and IT to the list of supported document types
2111 ------------------------------------------------------------------------
2112 r9445 | gbazin | 2004-11-29 16:38:01 +0100 (Mon, 29 Nov 2004) | 1 line
2113 Changed paths:
2114    M /trunk/mozilla/vlcshell.cpp
2115
2116 * mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction.
2117 ------------------------------------------------------------------------
2118 r9444 | gbazin | 2004-11-29 16:36:51 +0100 (Mon, 29 Nov 2004) | 1 line
2119 Changed paths:
2120    M /trunk/modules/video_output/directx/directx.c
2121    M /trunk/modules/video_output/directx/glwin32.c
2122
2123 * modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we can't unregister our window classes. This fixes crashes with the mozilla plugin.
2124 ------------------------------------------------------------------------
2125 r9441 | titer | 2004-11-28 22:47:40 +0100 (Sun, 28 Nov 2004) | 2 lines
2126 Changed paths:
2127    M /trunk/src/misc/net.c
2128
2129  src/misc/net.c: BeOS fix
2130
2131 ------------------------------------------------------------------------
2132 r9440 | gbazin | 2004-11-28 22:20:18 +0100 (Sun, 28 Nov 2004) | 3 lines
2133 Changed paths:
2134    M /trunk/modules/demux/mp4/libmp4.c
2135    M /trunk/src/input/mem_stream.c
2136
2137 * src/input/mem_stream.c: fixed a couple of bugs.
2138 * modules/demux/mp4/libmp4.c: use stream_MemoryDelete() instead of free() + some coding style changes.
2139
2140 ------------------------------------------------------------------------
2141 r9439 | titer | 2004-11-28 21:11:38 +0100 (Sun, 28 Nov 2004) | 3 lines
2142 Changed paths:
2143    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
2144    M /trunk/extras/contrib/src/packages.mak
2145
2146  packages.mak: upgraded freetype
2147  ffmpeg.patch.cvs: BeOS fix
2148
2149 ------------------------------------------------------------------------
2150 r9438 | gbazin | 2004-11-28 15:37:57 +0100 (Sun, 28 Nov 2004) | 2 lines
2151 Changed paths:
2152    M /trunk/modules/demux/playlist/m3u.c
2153    M /trunk/modules/services_discovery/sap.c
2154    M /trunk/src/misc/vlm.c
2155
2156 * src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.
2157
2158 ------------------------------------------------------------------------
2159 r9437 | gbazin | 2004-11-28 15:26:28 +0100 (Sun, 28 Nov 2004) | 1 line
2160 Changed paths:
2161    M /trunk/modules/demux/mp4/libmp4.c
2162
2163 * modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox).
2164 ------------------------------------------------------------------------
2165 r9436 | gbazin | 2004-11-28 14:06:43 +0100 (Sun, 28 Nov 2004) | 1 line
2166 Changed paths:
2167    M /trunk/modules/demux/mp4/mp4.c
2168
2169 * modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample at a time + coding style changes.
2170 ------------------------------------------------------------------------
2171 r9435 | gbazin | 2004-11-28 12:23:50 +0100 (Sun, 28 Nov 2004) | 1 line
2172 Changed paths:
2173    M /trunk/modules/demux/mp4/mp4.c
2174
2175 *  modules/demux/mp4/mp4.c: couple of fixes for audio demuxing.
2176 ------------------------------------------------------------------------
2177 r9434 | gbazin | 2004-11-28 11:45:44 +0100 (Sun, 28 Nov 2004) | 1 line
2178 Changed paths:
2179    M /trunk/modules/codec/ffmpeg/ffmpeg.c
2180
2181 * modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.
2182 ------------------------------------------------------------------------
2183 r9431 | gbazin | 2004-11-27 22:44:57 +0100 (Sat, 27 Nov 2004) | 1 line
2184 Changed paths:
2185    M /trunk/modules/demux/mp4/libmp4.c
2186    M /trunk/modules/demux/mp4/libmp4.h
2187    M /trunk/modules/demux/mp4/mp4.c
2188
2189 * modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb.
2190 ------------------------------------------------------------------------
2191 r9430 | zorglub | 2004-11-27 21:27:06 +0100 (Sat, 27 Nov 2004) | 3 lines
2192 Changed paths:
2193    M /trunk/modules/services_discovery/sap.c
2194    M /trunk/src/playlist/item-ext.c
2195    M /trunk/src/playlist/view.c
2196
2197 hopefully fix SAP crash
2198 some more size verifications
2199
2200 ------------------------------------------------------------------------
2201 r9429 | sigmunau | 2004-11-27 17:17:10 +0100 (Sat, 27 Nov 2004) | 2 lines
2202 Changed paths:
2203    M /trunk/modules/gui/wxwindows/playlist.cpp
2204
2205 playlist.cpp: wxT -> wxU
2206
2207 ------------------------------------------------------------------------
2208 r9427 | zorglub | 2004-11-27 15:38:01 +0100 (Sat, 27 Nov 2004) | 2 lines
2209 Changed paths:
2210    M /trunk/modules/gui/wxwindows/playlist.cpp
2211    M /trunk/modules/gui/wxwindows/wxwindows.h
2212
2213 Minimalistic status bar
2214
2215 ------------------------------------------------------------------------
2216 r9426 | fkuehne | 2004-11-27 15:03:33 +0100 (Sat, 27 Nov 2004) | 1 line
2217 Changed paths:
2218    M /trunk/po/es.po
2219
2220 * fixed some other incorrect translations of 'Quit' -- thanks to the forum users 'jfsch01' and 'sushi'
2221 ------------------------------------------------------------------------
2222 r9425 | gbazin | 2004-11-27 12:45:53 +0100 (Sat, 27 Nov 2004) | 1 line
2223 Changed paths:
2224    M /trunk/modules/access/udp.c
2225
2226 * modules/access/udp.c: force proper demuxers in rtp mode.
2227 ------------------------------------------------------------------------
2228 r9424 | gbazin | 2004-11-27 12:32:22 +0100 (Sat, 27 Nov 2004) | 1 line
2229 Changed paths:
2230    M /trunk/AUTHORS
2231
2232 * AUTHORS: added Frederic Ruget for the portaudio audio output.
2233 ------------------------------------------------------------------------
2234 r9423 | sigmunau | 2004-11-27 12:28:13 +0100 (Sat, 27 Nov 2004) | 2 lines
2235 Changed paths:
2236    M /trunk/src/input/mem_stream.c
2237
2238 mem_stream.c: minor cleanup + shut up compiler warnings
2239
2240 ------------------------------------------------------------------------
2241 r9422 | zorglub | 2004-11-27 01:27:05 +0100 (Sat, 27 Nov 2004) | 2 lines
2242 Changed paths:
2243    M /trunk/modules/gui/wxwindows/playlist.cpp
2244
2245 Fix images order
2246
2247 ------------------------------------------------------------------------
2248 r9421 | sigmunau | 2004-11-27 00:55:34 +0100 (Sat, 27 Nov 2004) | 2 lines
2249 Changed paths:
2250    M /trunk/modules/demux/mkv.cpp
2251    M /trunk/modules/demux/mp4/libmp4.c
2252    M /trunk/modules/demux/mp4/libmp4.h
2253
2254 all: got rid of MP4_Stream
2255
2256 ------------------------------------------------------------------------
2257 r9420 | sigmunau | 2004-11-27 00:52:42 +0100 (Sat, 27 Nov 2004) | 2 lines
2258 Changed paths:
2259    M /trunk/Makefile.am
2260    M /trunk/include/vlc_stream.h
2261    A /trunk/src/input/mem_stream.c
2262
2263 all: new stream_t reading from a buffer.
2264
2265 ------------------------------------------------------------------------
2266 r9419 | zorglub | 2004-11-26 22:50:51 +0100 (Fri, 26 Nov 2004) | 2 lines
2267 Changed paths:
2268    M /trunk/modules/access/cdda/access.c
2269
2270 Fix crash
2271
2272 ------------------------------------------------------------------------
2273 r9418 | gbazin | 2004-11-26 14:44:18 +0100 (Fri, 26 Nov 2004) | 1 line
2274 Changed paths:
2275    M /trunk/modules/misc/xml/xtag.c
2276
2277 * modules/misc/xml/xtag.c: fixed a few bugs.
2278 ------------------------------------------------------------------------
2279 r9417 | gbazin | 2004-11-26 11:04:08 +0100 (Fri, 26 Nov 2004) | 6 lines
2280 Changed paths:
2281    M /trunk/Makefile.am
2282    M /trunk/configure.ac
2283    M /trunk/include/vlc_common.h
2284    M /trunk/include/vlc_objects.h
2285    A /trunk/include/vlc_xml.h
2286    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
2287    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
2288    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
2289    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
2290    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
2291    M /trunk/modules/gui/skins2/src/logger.hpp
2292    M /trunk/modules/gui/skins2/src/os_graphics.hpp
2293    M /trunk/modules/gui/skins2/src/os_timer.hpp
2294    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
2295    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
2296    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
2297    M /trunk/modules/gui/skins2/src/tooltip.hpp
2298    A /trunk/modules/misc/xml
2299    A /trunk/modules/misc/xml/Modules.am
2300    A /trunk/modules/misc/xml/libxml.c
2301    A /trunk/modules/misc/xml/xtag.c
2302    M /trunk/src/misc/modules.c
2303    M /trunk/src/misc/objects.c
2304    A /trunk/src/misc/xml.c
2305
2306 * ALL: New XML module type.
2307 * include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
2308 * modules/misc/xml/xtag.c: trivial XML parser module.
2309 * modules/misc/xml/libxml.c: XML parser module using libxml2.
2310 * modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.
2311
2312 ------------------------------------------------------------------------
2313 r9416 | ipkiss | 2004-11-25 21:25:57 +0100 (Thu, 25 Nov 2004) | 4 lines
2314 Changed paths:
2315    M /trunk/modules/gui/wxwindows/timer.cpp
2316    M /trunk/src/input/input.c
2317
2318  * src/input/input.c: notify the interfaces when the name of an item changes
2319   (useful for shoutcast)
2320  * modules/gui/wxwindows/timer.cpp: update the item name on the main window
2321
2322 ------------------------------------------------------------------------
2323 r9415 | fkuehne | 2004-11-25 17:52:21 +0100 (Thu, 25 Nov 2004) | 1 line
2324 Changed paths:
2325    M /trunk/po/es.po
2326
2327 * fixed some strings of the Edit-menu as well (complies to the OSX standard l10n now)
2328 ------------------------------------------------------------------------
2329 r9414 | fkuehne | 2004-11-25 17:20:02 +0100 (Thu, 25 Nov 2004) | 1 line
2330 Changed paths:
2331    M /trunk/po/es.po
2332
2333 * fixed incorrect translation of 'Quit' in the OSX-port
2334 ------------------------------------------------------------------------
2335 r9410 | asmax | 2004-11-24 21:23:23 +0100 (Wed, 24 Nov 2004) | 5 lines
2336 Changed paths:
2337    M /trunk/modules/gui/skins2/Modules.am
2338    M /trunk/modules/gui/skins2/commands/async_queue.cpp
2339    M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
2340    M /trunk/modules/gui/skins2/commands/cmd_vars.hpp
2341    M /trunk/modules/gui/skins2/src/var_manager.cpp
2342    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2343    M /trunk/modules/gui/skins2/src/vlcproc.hpp
2344    M /trunk/modules/gui/skins2/utils/var_text.cpp
2345    M /trunk/modules/gui/skins2/utils/var_text.hpp
2346    D /trunk/modules/gui/skins2/vars/stream.cpp
2347    D /trunk/modules/gui/skins2/vars/stream.hpp
2348
2349 - all: the text variable "$N" is now the media name, not just a truncated URI
2350 - vlcproc.cpp: update $N and $F variables on an item/playlist change
2351 _ async_queue.cpp: fixed a deadlock between the VLC playlist and the command
2352   queue
2353
2354 ------------------------------------------------------------------------
2355 r9409 | gbazin | 2004-11-24 16:29:00 +0100 (Wed, 24 Nov 2004) | 1 line
2356 Changed paths:
2357    M /trunk/modules/access/dshow/dshow.cpp
2358
2359 * modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropping part of the received data (Fixes the PVR issue).
2360 ------------------------------------------------------------------------
2361 r9408 | zorglub | 2004-11-24 13:32:03 +0100 (Wed, 24 Nov 2004) | 2 lines
2362 Changed paths:
2363    M /trunk/modules/stream_out/rtp.c
2364
2365 Release the access in case of failure
2366
2367 ------------------------------------------------------------------------
2368 r9407 | zorglub | 2004-11-24 13:14:23 +0100 (Wed, 24 Nov 2004) | 2 lines
2369 Changed paths:
2370    M /trunk/modules/stream_out/rtp.c
2371
2372 Fix segfault in RTSP mode
2373
2374 ------------------------------------------------------------------------
2375 r9406 | zorglub | 2004-11-24 13:05:44 +0100 (Wed, 24 Nov 2004) | 2 lines
2376 Changed paths:
2377    M /trunk/TODO
2378
2379 Small update 
2380
2381 ------------------------------------------------------------------------
2382 r9405 | zorglub | 2004-11-24 07:52:05 +0100 (Wed, 24 Nov 2004) | 2 lines
2383 Changed paths:
2384    M /trunk/src/input/input.c
2385
2386 Fix input-slave parser
2387
2388 ------------------------------------------------------------------------
2389 r9404 | hartman | 2004-11-23 22:48:23 +0100 (Tue, 23 Nov 2004) | 2 lines
2390 Changed paths:
2391    M /trunk/modules/demux/playlist/m3u.c
2392
2393 * Use filenames as playlistnames for relative m3u playlistentries instead of the full paths.
2394
2395 ------------------------------------------------------------------------
2396 r9403 | dionoea | 2004-11-23 17:46:04 +0100 (Tue, 23 Nov 2004) | 3 lines
2397 Changed paths:
2398    M /trunk/src/libvlc.h
2399    M /trunk/src/misc/vlm.c
2400
2401  * add core option --vlm-conf
2402    specifies a vlm configuration file to load when vlm is launched
2403
2404 ------------------------------------------------------------------------
2405 r9402 | dionoea | 2004-11-23 17:25:34 +0100 (Tue, 23 Nov 2004) | 2 lines
2406 Changed paths:
2407    M /trunk/doc/vlm.txt
2408
2409  * documented commenting possibility
2410
2411 ------------------------------------------------------------------------
2412 r9400 | gbazin | 2004-11-23 14:30:50 +0100 (Tue, 23 Nov 2004) | 1 line
2413 Changed paths:
2414    M /trunk/modules/gui/wxwindows/playlist.cpp
2415
2416 * modules/gui/wxwindows/playlist.cpp: fixed uninitialized memory access.
2417 ------------------------------------------------------------------------
2418 r9399 | gbazin | 2004-11-23 11:20:39 +0100 (Tue, 23 Nov 2004) | 1 line
2419 Changed paths:
2420    M /trunk/src/misc/win32_specific.c
2421
2422 * src/misc/win32_specific.c: unicode portability fixes.
2423 ------------------------------------------------------------------------
2424 r9398 | gbazin | 2004-11-23 11:19:43 +0100 (Tue, 23 Nov 2004) | 1 line
2425 Changed paths:
2426    M /trunk/include/vlc_common.h
2427    M /trunk/modules/video_output/directx/vout.h
2428
2429 * include/vlc_common.h: added the _T() macro for win32 unicode.
2430 ------------------------------------------------------------------------
2431 r9397 | rocky | 2004-11-23 05:16:02 +0100 (Tue, 23 Nov 2004) | 10 lines
2432 Changed paths:
2433    M /trunk/modules/access/cdda/info.c
2434
2435 Honor "prefer-cdtext" option.
2436
2437 Put all of the tracks in stream and media info - would like to make
2438 this a chile under the disc category, but I don't see a mechanism for
2439 that (yet).
2440
2441 To do - there still is a core dump that remains from before when CDDB
2442 is disabled.
2443
2444
2445 ------------------------------------------------------------------------
2446 r9396 | rocky | 2004-11-23 03:44:30 +0100 (Tue, 23 Nov 2004) | 2 lines
2447 Changed paths:
2448    M /trunk/modules/gui/wxwindows/open.cpp
2449
2450 If using cddax (as opposed to cdda), then set the MRL accordingly.
2451
2452 ------------------------------------------------------------------------
2453 r9395 | zorglub | 2004-11-22 20:50:57 +0100 (Mon, 22 Nov 2004) | 2 lines
2454 Changed paths:
2455    M /trunk/modules/access/cdda/access.c
2456    M /trunk/modules/demux/playlist/m3u.c
2457
2458 Remove debug message
2459
2460 ------------------------------------------------------------------------
2461 r9394 | gbazin | 2004-11-22 18:27:17 +0100 (Mon, 22 Nov 2004) | 1 line
2462 Changed paths:
2463    M /trunk/modules/video_output/directx/directx.c
2464    M /trunk/modules/video_output/directx/events.c
2465    M /trunk/modules/video_output/directx/vout.h
2466
2467 * modules/video_output/directx/*: mostly unicode ready + WinCE compilation fixes.
2468 ------------------------------------------------------------------------
2469 r9393 | gbazin | 2004-11-22 18:04:49 +0100 (Mon, 22 Nov 2004) | 1 line
2470 Changed paths:
2471    M /trunk/modules/video_output/directx/events.c
2472
2473 * modules/video_output/directx/events.c: fix to disable the screensaver in embedded mode when in fullscreen.
2474 ------------------------------------------------------------------------
2475 r9392 | zorglub | 2004-11-22 11:33:29 +0100 (Mon, 22 Nov 2004) | 2 lines
2476 Changed paths:
2477    M /trunk/modules/gui/wxwindows/playlist.cpp
2478    M /trunk/modules/gui/wxwindows/wxwindows.h
2479
2480 Restore search
2481
2482 ------------------------------------------------------------------------
2483 r9391 | fenrir | 2004-11-22 10:57:50 +0100 (Mon, 22 Nov 2004) | 1 line
2484 Changed paths:
2485    M /trunk/src/input/control.c
2486    M /trunk/src/input/input.c
2487    M /trunk/src/input/input_internal.h
2488
2489 all: implemented INPUT_ADD_SLAVE.
2490 ------------------------------------------------------------------------
2491 r9390 | fenrir | 2004-11-22 10:56:48 +0100 (Mon, 22 Nov 2004) | 1 line
2492 Changed paths:
2493    M /trunk/src/input/stream.c
2494
2495 stream.c: fixed a bug when seeking again near the end of the file.
2496 ------------------------------------------------------------------------
2497 r9389 | fenrir | 2004-11-22 10:52:06 +0100 (Mon, 22 Nov 2004) | 1 line
2498 Changed paths:
2499    M /trunk/include/vlc_input.h
2500
2501 input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).
2502 ------------------------------------------------------------------------
2503 r9388 | zorglub | 2004-11-22 10:50:45 +0100 (Mon, 22 Nov 2004) | 2 lines
2504 Changed paths:
2505    M /trunk/modules/gui/wxwindows/playlist.cpp
2506    M /trunk/modules/gui/wxwindows/wxwindows.h
2507
2508 Don't rebuild the tree on node sort
2509
2510 ------------------------------------------------------------------------
2511 r9387 | zorglub | 2004-11-22 10:37:58 +0100 (Mon, 22 Nov 2004) | 2 lines
2512 Changed paths:
2513    M /trunk/include/vlc_playlist.h
2514    M /trunk/modules/gui/wxwindows/playlist.cpp
2515    M /trunk/src/playlist/sort.c
2516
2517 Recursive sort
2518
2519 ------------------------------------------------------------------------
2520 r9386 | rocky | 2004-11-22 05:53:48 +0100 (Mon, 22 Nov 2004) | 3 lines
2521 Changed paths:
2522    M /trunk/modules/access/cdda/access.c
2523
2524 Change a printf into a debuggable print message.
2525
2526
2527 ------------------------------------------------------------------------
2528 r9385 | zorglub | 2004-11-22 00:01:23 +0100 (Mon, 22 Nov 2004) | 2 lines
2529 Changed paths:
2530    M /trunk/modules/gui/wxwindows/playlist.cpp
2531
2532 Handle the case when parent is root
2533
2534 ------------------------------------------------------------------------
2535 r9384 | zorglub | 2004-11-21 23:41:02 +0100 (Sun, 21 Nov 2004) | 2 lines
2536 Changed paths:
2537    M /trunk/modules/gui/skins2/src/vlcproc.cpp
2538
2539 Forgot this
2540
2541 ------------------------------------------------------------------------
2542 r9383 | zorglub | 2004-11-21 23:40:48 +0100 (Sun, 21 Nov 2004) | 2 lines
2543 Changed paths:
2544    M /trunk/include/vlc_playlist.h
2545    M /trunk/modules/gui/wxwindows/playlist.cpp
2546    M /trunk/modules/gui/wxwindows/wxwindows.h
2547    M /trunk/modules/services_discovery/sap.c
2548    M /trunk/src/playlist/item-ext.c
2549    M /trunk/src/playlist/playlist.c
2550    M /trunk/src/playlist/view.c
2551
2552 Use item-append when an item is appended to a node -> don't rebuild the whole tree
2553
2554 ------------------------------------------------------------------------
2555 r9382 | gbazin | 2004-11-21 20:00:29 +0100 (Sun, 21 Nov 2004) | 1 line
2556 Changed paths:
2557    M /trunk/src/misc/httpd.c
2558
2559 * src/misc/httpd.c: bug fix to re-use the httpd host (patch by Sau)
2560 ------------------------------------------------------------------------
2561 r9381 | gbazin | 2004-11-21 19:55:33 +0100 (Sun, 21 Nov 2004) | 2 lines
2562 Changed paths:
2563    M /trunk/src/misc/vlm.c
2564
2565 * src/misc/vlm.c: partial revert of commit 9353. Do not use strncmp() when it isn't needed. It just makes the code less readable and more prone to bugs.
2566
2567 ------------------------------------------------------------------------
2568 r9380 | gbazin | 2004-11-21 19:20:28 +0100 (Sun, 21 Nov 2004) | 1 line
2569 Changed paths:
2570    M /trunk/configure.ac
2571    M /trunk/modules/demux/m3u.c
2572
2573 * modules/demux/m3u.c: ported to new playlist API.
2574 ------------------------------------------------------------------------
2575 r9379 | zorglub | 2004-11-21 18:45:09 +0100 (Sun, 21 Nov 2004) | 2 lines
2576 Changed paths:
2577    M /trunk/include/vlc_playlist.h
2578    M /trunk/modules/gui/wxwindows/playlist.cpp
2579    M /trunk/modules/gui/wxwindows/wxwindows.h
2580    M /trunk/src/playlist/sort.c
2581
2582 Sort a node (alphabetically, all sub-nodes come first)
2583
2584 ------------------------------------------------------------------------
2585 r9378 | zorglub | 2004-11-20 20:04:57 +0100 (Sat, 20 Nov 2004) | 2 lines
2586 Changed paths:
2587    M /trunk/TODO
2588
2589 Small TODO update and sorting
2590
2591 ------------------------------------------------------------------------
2592 r9377 | zorglub | 2004-11-20 17:12:36 +0100 (Sat, 20 Nov 2004) | 2 lines
2593 Changed paths:
2594    M /trunk/modules/services_discovery/sap.c
2595
2596 SAP IPv6 and additionnal addresses support
2597
2598 ------------------------------------------------------------------------
2599 r9376 | zorglub | 2004-11-20 14:59:39 +0100 (Sat, 20 Nov 2004) | 3 lines
2600 Changed paths:
2601    M /trunk/include/vlc_common.h
2602    M /trunk/modules/gui/skins2/src/skin_main.cpp
2603    M /trunk/modules/services_discovery/sap.c
2604    M /trunk/src/playlist/playlist.c
2605
2606 * do not set request on startup, we don't want autoplay
2607 * fix bug in SDP parser
2608
2609 ------------------------------------------------------------------------
2610 r9375 | zorglub | 2004-11-20 13:57:55 +0100 (Sat, 20 Nov 2004) | 2 lines
2611 Changed paths:
2612    M /trunk/src/playlist/playlist.c
2613
2614 Make p_playlist->i_index follow correctly the current item
2615
2616 ------------------------------------------------------------------------
2617 r9374 | zorglub | 2004-11-20 13:50:55 +0100 (Sat, 20 Nov 2004) | 2 lines
2618 Changed paths:
2619    M /trunk/TODO
2620    M /trunk/modules/demux/mp4/mp4.c
2621
2622 Add MP4 playlist items as children
2623
2624 ------------------------------------------------------------------------
2625 r9373 | zorglub | 2004-11-20 12:20:30 +0100 (Sat, 20 Nov 2004) | 2 lines
2626 Changed paths:
2627    M /trunk/modules/control/hotkeys.c
2628
2629 Fix crash in bookmarks
2630
2631 ------------------------------------------------------------------------
2632 r9372 | zorglub | 2004-11-19 16:56:49 +0100 (Fri, 19 Nov 2004) | 2 lines
2633 Changed paths:
2634    M /trunk/modules/services_discovery/sap.c
2635
2636 Fix
2637
2638 ------------------------------------------------------------------------
2639 r9371 | zorglub | 2004-11-19 16:55:01 +0100 (Fri, 19 Nov 2004) | 3 lines
2640 Changed paths:
2641    M /trunk/modules/gui/wxwindows/playlist.cpp
2642    M /trunk/modules/services_discovery/sap.c
2643
2644 sap: don't crash on invalid o= field
2645 wx: really commit last commit
2646
2647 ------------------------------------------------------------------------
2648 r9370 | zorglub | 2004-11-19 16:07:55 +0100 (Fri, 19 Nov 2004) | 12 lines
2649 Changed paths:
2650    M /trunk/include/vlc_input.h
2651    M /trunk/modules/access/cdda/access.c
2652    M /trunk/modules/access/cdda/callback.c
2653    M /trunk/modules/access/cdda/info.c
2654    M /trunk/modules/access/cdda/info.h
2655    M /trunk/src/input/input.c
2656    M /trunk/src/playlist/item-ext.c
2657
2658 CDDAX: 
2659     - coding style fixes
2660     - adapted to new playlist API
2661     - only put generic things in Meta-information
2662
2663 wxWidgets:
2664     - Fixed playlist updating
2665
2666 core:
2667     - added playlist_ItemGetByInput
2668     - implemented input_item_t.b_fixed name : if this is set, the interface should not try to "improve" the display string.
2669
2670 ------------------------------------------------------------------------
2671 r9369 | dionoea | 2004-11-19 15:57:35 +0100 (Fri, 19 Nov 2004) | 2 lines
2672 Changed paths:
2673    A /trunk/share/http/favicon.ico
2674    M /trunk/share/http/index.html
2675    M /trunk/share/http/style.css
2676    M /trunk/share/http/vlm/edit.html
2677    M /trunk/share/http/vlm/index.html
2678    M /trunk/share/http/vlm/new.html
2679    M /trunk/share/http/vlm/show.html
2680    M /trunk/share/http/webcam.html
2681
2682  * some style fixes (now displays menu under IE)
2683
2684 ------------------------------------------------------------------------
2685 r9368 | zorglub | 2004-11-19 00:35:29 +0100 (Fri, 19 Nov 2004) | 2 lines
2686 Changed paths:
2687    M /trunk/modules/demux/playlist/pls.c
2688
2689 Oups, fixed stupid crash in PLS
2690
2691 ------------------------------------------------------------------------
2692 r9366 | hartman | 2004-11-18 03:18:34 +0100 (Thu, 18 Nov 2004) | 3 lines
2693 Changed paths:
2694    M /trunk/modules/gui/macosx/intf.m
2695    M /trunk/modules/gui/macosx/playlist.h
2696    M /trunk/modules/gui/macosx/playlist.m
2697
2698 * You can doubleclick an item to play it now.
2699 * implemented delete, but for some reason the key events don't arrive
2700
2701 ------------------------------------------------------------------------
2702 r9365 | zorglub | 2004-11-18 01:07:28 +0100 (Thu, 18 Nov 2004) | 2 lines
2703 Changed paths:
2704    M /trunk/include/vlc_input.h
2705
2706 Compile fix for C++ files
2707
2708 ------------------------------------------------------------------------
2709 r9364 | zorglub | 2004-11-18 00:22:43 +0100 (Thu, 18 Nov 2004) | 2 lines
2710 Changed paths:
2711    M /trunk/TODO
2712    M /trunk/include/vlc_input.h
2713    M /trunk/modules/demux/playlist/m3u.c
2714    M /trunk/modules/demux/playlist/playlist.c
2715    M /trunk/modules/demux/playlist/playlist.h
2716    M /trunk/modules/demux/playlist/pls.c
2717
2718 Input options inheritance for playlists
2719
2720 ------------------------------------------------------------------------
2721 r9363 | sigmunau | 2004-11-17 23:37:28 +0100 (Wed, 17 Nov 2004) | 2 lines
2722 Changed paths:
2723    M /trunk/modules/services_discovery/sap.c
2724
2725 sap.c: don't free the inputs internal buffers! shame on you!
2726
2727 ------------------------------------------------------------------------
2728 r9362 | zorglub | 2004-11-17 23:11:26 +0100 (Wed, 17 Nov 2004) | 2 lines
2729 Changed paths:
2730    M /trunk/modules/services_discovery/sap.c
2731    M /trunk/src/playlist/view.c
2732
2733 Remove SAP node on quit
2734
2735 ------------------------------------------------------------------------
2736 r9361 | zorglub | 2004-11-17 22:38:23 +0100 (Wed, 17 Nov 2004) | 7 lines
2737 Changed paths:
2738    M /trunk/include/vlc_playlist.h
2739    M /trunk/src/playlist/item-ext.c
2740    M /trunk/src/playlist/item.c
2741    M /trunk/src/playlist/playlist.c
2742    M /trunk/src/playlist/services_discovery.c
2743    M /trunk/src/playlist/sort.c
2744    M /trunk/src/playlist/view.c
2745
2746 * Add return values to all functions
2747 * Fix locking issues in services discovery
2748 * Add playlist_Replace function
2749 * Beginning of playlist_TreeMove
2750 * Fix some warnings
2751 * Doxygen update
2752
2753 ------------------------------------------------------------------------
2754 r9360 | hartman | 2004-11-17 21:03:00 +0100 (Wed, 17 Nov 2004) | 2 lines
2755 Changed paths:
2756    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2757    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2758    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2759    M /trunk/modules/gui/macosx/intf.m
2760    M /trunk/modules/gui/macosx/playlist.h
2761    M /trunk/modules/gui/macosx/playlist.m
2762    M /trunk/modules/gui/macosx/vout.m
2763
2764 * Fix display of playlist on OSX. Looks briljant :)
2765
2766 ------------------------------------------------------------------------
2767 r9359 | zorglub | 2004-11-17 19:38:52 +0100 (Wed, 17 Nov 2004) | 2 lines
2768 Changed paths:
2769    A /trunk/doc/developer2
2770    A /trunk/doc/developer2/Makefile
2771    A /trunk/doc/developer2/aout.xml
2772    A /trunk/doc/developer2/build.xml
2773    A /trunk/doc/developer2/coding.xml
2774    A /trunk/doc/developer2/cpumisc.xml
2775    A /trunk/doc/developer2/debugging.xml
2776    A /trunk/doc/developer2/glossary.xml
2777    A /trunk/doc/developer2/history.xml
2778    A /trunk/doc/developer2/i18n.xml
2779    A /trunk/doc/developer2/input.xml
2780    A /trunk/doc/developer2/interface.xml
2781    A /trunk/doc/developer2/libvlc.xml
2782    A /trunk/doc/developer2/messages.xml
2783    A /trunk/doc/developer2/modulesobjects.xml
2784    A /trunk/doc/developer2/playlist.xml
2785    A /trunk/doc/developer2/porting.xml
2786    A /trunk/doc/developer2/screen.css
2787    A /trunk/doc/developer2/sout.xml
2788    A /trunk/doc/developer2/synopsys.txt
2789    A /trunk/doc/developer2/threads.xml
2790    A /trunk/doc/developer2/variables.xml
2791    A /trunk/doc/developer2/videolan-doc.xsl
2792    A /trunk/doc/developer2/vlc-dev-doc.xml
2793    A /trunk/doc/developer2/vout.xml
2794
2795 Beginning of un updated developer documentation and beginning of playlist documentation
2796
2797 ------------------------------------------------------------------------
2798 r9358 | hartman | 2004-11-17 18:13:31 +0100 (Wed, 17 Nov 2004) | 2 lines
2799 Changed paths:
2800    M /trunk/modules/gui/macosx/playlist.m
2801
2802 * Todo list for OSX playlist. please use it :)
2803
2804 ------------------------------------------------------------------------
2805 r9357 | hartman | 2004-11-17 17:51:40 +0100 (Wed, 17 Nov 2004) | 7 lines
2806 Changed paths:
2807    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
2808    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
2809    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
2810    M /trunk/modules/gui/macosx/playlist.h
2811    M /trunk/modules/gui/macosx/playlist.m
2812
2813 * Start of new playlist for OSX.
2814   - basic data retrieval implemented
2815   - data display not yet implemented
2816   - many broken outlets and even more broken actions
2817   - won't compile
2818   - if you work on this (and please do) please communicate this fact to the IRC channel and make regurlar commits to prevent that multiple people work on this (and especially the NIB).
2819
2820 ------------------------------------------------------------------------
2821 r9356 | hartman | 2004-11-17 17:48:41 +0100 (Wed, 17 Nov 2004) | 2 lines
2822 Changed paths:
2823    M /trunk/modules/gui/macosx/intf.m
2824    M /trunk/modules/gui/macosx/vout.m
2825
2826 * Fix some crashes because of new playlist core
2827
2828 ------------------------------------------------------------------------
2829 r9355 | sigmunau | 2004-11-17 00:11:56 +0100 (Wed, 17 Nov 2004) | 2 lines
2830 Changed paths:
2831    M /trunk/modules/access/http.c
2832
2833 access/http.c: skip debug message when useless
2834
2835 ------------------------------------------------------------------------
2836 r9354 | zorglub | 2004-11-16 18:29:04 +0100 (Tue, 16 Nov 2004) | 2 lines
2837 Changed paths:
2838    M /trunk/modules/access/directory.c
2839
2840 Strip parent path in directory access
2841
2842 ------------------------------------------------------------------------
2843 r9353 | zorglub | 2004-11-16 13:27:02 +0100 (Tue, 16 Nov 2004) | 3 lines
2844 Changed paths:
2845    M /trunk/src/misc/vlm.c
2846
2847 strcmp -> strncmp
2848 Coding style fixes (much more left)
2849
2850 ------------------------------------------------------------------------
2851 r9352 | fenrir | 2004-11-16 13:18:53 +0100 (Tue, 16 Nov 2004) | 1 line
2852 Changed paths:
2853    M /trunk/src/input/input.c
2854
2855 input.c: fixed segfault with access_demux.
2856 ------------------------------------------------------------------------
2857 r9351 | hartman | 2004-11-16 13:02:42 +0100 (Tue, 16 Nov 2004) | 4 lines
2858 Changed paths:
2859    M /trunk/modules/demux/livedotcom.cpp
2860    M /trunk/modules/demux/sgimb.c
2861
2862 * sgimb.c: set the kasenna option correctly
2863   fix the playlist autodelete
2864   
2865
2866 ------------------------------------------------------------------------
2867 r9350 | fenrir | 2004-11-16 11:01:22 +0100 (Tue, 16 Nov 2004) | 1 line
2868 Changed paths:
2869    M /trunk/modules/demux/asf/libasf.c
2870
2871 libasf.c: clean up + maybe a bug fix.
2872 ------------------------------------------------------------------------
2873 r9349 | dionoea | 2004-11-16 02:14:23 +0100 (Tue, 16 Nov 2004) | 3 lines
2874 Changed paths:
2875    M /trunk/src/misc/vlm.c
2876
2877  * consider tabs as white spaces when parsing vlm command line
2878  * all lines where first non white space char is a # is a comment
2879
2880 ------------------------------------------------------------------------
2881 r9348 | bigben | 2004-11-16 00:46:07 +0100 (Tue, 16 Nov 2004) | 3 lines
2882 Changed paths:
2883    M /trunk/modules/access_output/http.c
2884
2885 don't forget to add options to  *ppsz_sout_options[] (so that ca, crt, etc.. are also available using http{ca=...,crt=...} in the sout chain...
2886
2887
2888 ------------------------------------------------------------------------
2889 r9347 | sigmunau | 2004-11-15 22:07:08 +0100 (Mon, 15 Nov 2004) | 2 lines
2890 Changed paths:
2891    M /trunk/src/misc/net.c
2892
2893 net.c: include some more headers on non-windows platforms
2894
2895 ------------------------------------------------------------------------
2896 r9346 | hartman | 2004-11-15 20:44:19 +0100 (Mon, 15 Nov 2004) | 2 lines
2897 Changed paths:
2898    M /trunk/modules/demux/sgimb.c
2899
2900 * sgimb.c: backport of r9300 to trunk
2901
2902 ------------------------------------------------------------------------
2903 r9345 | hartman | 2004-11-15 20:35:30 +0100 (Mon, 15 Nov 2004) | 2 lines
2904 Changed paths:
2905    M /trunk/extras/contrib/src/Makefile
2906
2907 * Fix gcrypt building on 10.2
2908
2909 ------------------------------------------------------------------------
2910 r9344 | fenrir | 2004-11-15 18:11:33 +0100 (Mon, 15 Nov 2004) | 3 lines
2911 Changed paths:
2912    M /trunk/modules/audio_filter/format.c
2913
2914  * format: added a lot of conversion (nearly all case between
2915 s8,16,f32,u8,16,f32 and little endian).
2916
2917 ------------------------------------------------------------------------
2918 r9343 | fenrir | 2004-11-15 18:09:57 +0100 (Mon, 15 Nov 2004) | 2 lines
2919 Changed paths:
2920    M /trunk/modules/demux/asf/asf.c
2921    M /trunk/modules/demux/asf/libasf.c
2922    M /trunk/modules/demux/asf/libasf.h
2923
2924  * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.
2925
2926 ------------------------------------------------------------------------
2927 r9342 | fenrir | 2004-11-15 18:08:57 +0100 (Mon, 15 Nov 2004) | 2 lines
2928 Changed paths:
2929    M /trunk/modules/access/mms/asf.c
2930    M /trunk/modules/access/mms/asf.h
2931
2932  * asf: first part to support more header extention (seems to be used in MBR).
2933
2934 ------------------------------------------------------------------------
2935 r9341 | fenrir | 2004-11-15 18:07:56 +0100 (Mon, 15 Nov 2004) | 2 lines
2936 Changed paths:
2937    M /trunk/modules/access/http.c
2938
2939  * http: added shoutcast meta data support.
2940
2941 ------------------------------------------------------------------------
2942 r9340 | fenrir | 2004-11-15 18:07:06 +0100 (Mon, 15 Nov 2004) | 3 lines
2943 Changed paths:
2944    M /trunk/src/input/input.c
2945    M /trunk/src/libvlc.h
2946    M /trunk/src/misc/net.c
2947
2948  * input: access meta data support.
2949  * net: support for SOCKS proxy support (for all TCP connections).
2950
2951 ------------------------------------------------------------------------
2952 r9339 | fenrir | 2004-11-15 18:05:52 +0100 (Mon, 15 Nov 2004) | 3 lines
2953 Changed paths:
2954    M /trunk/include/network.h
2955    M /trunk/include/vlc/input.h
2956    M /trunk/include/vlc_input.h
2957
2958  * input: added a meta field to input.
2959  * network: export ipv4 name resolution.
2960
2961 ------------------------------------------------------------------------
2962 r9338 | zorglub | 2004-11-15 16:33:36 +0100 (Mon, 15 Nov 2004) | 2 lines
2963 Changed paths:
2964    M /trunk/TODO
2965
2966 Update playlist TODO
2967
2968 ------------------------------------------------------------------------
2969 r9337 | zorglub | 2004-11-15 16:29:47 +0100 (Mon, 15 Nov 2004) | 2 lines
2970 Changed paths:
2971    M /trunk/modules/gui/wxwindows/playlist.cpp
2972    M /trunk/src/playlist/playlist.c
2973
2974 Fix wxWidgets crash
2975
2976 ------------------------------------------------------------------------
2977 r9336 | gbazin | 2004-11-15 16:28:13 +0100 (Mon, 15 Nov 2004) | 1 line
2978 Changed paths:
2979    M /trunk/NEWS
2980
2981 * 0.8.2-svn, not 0.8.2
2982 ------------------------------------------------------------------------
2983 r9334 | gbazin | 2004-11-15 11:06:39 +0100 (Mon, 15 Nov 2004) | 1 line
2984 Changed paths:
2985    M /trunk/po/POTFILES.in
2986    M /trunk/po/da.po
2987    M /trunk/po/de.po
2988    M /trunk/po/en_GB.po
2989    M /trunk/po/es.po
2990    M /trunk/po/fr.po
2991    M /trunk/po/hu.po
2992    M /trunk/po/it.po
2993    M /trunk/po/ja.po
2994    M /trunk/po/nl.po
2995    M /trunk/po/no.po
2996    M /trunk/po/pl.po
2997    M /trunk/po/pt_BR.po
2998    M /trunk/po/ru.po
2999    M /trunk/po/sv.po
3000    M /trunk/po/vlc.pot
3001
3002 * po/*: updated from the 0.8.1 branch.
3003 ------------------------------------------------------------------------
3004 r9333 | gbazin | 2004-11-15 10:41:05 +0100 (Mon, 15 Nov 2004) | 1 line
3005 Changed paths:
3006    M /trunk/NEWS
3007    M /trunk/configure.ac
3008    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
3009    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3010
3011 * ALL: bumped version number to 0.8.2-svn.
3012 ------------------------------------------------------------------------
3013 r9332 | zorglub | 2004-11-14 23:29:51 +0100 (Sun, 14 Nov 2004) | 2 lines
3014 Changed paths:
3015    M /trunk/src/playlist/playlist.c
3016
3017 Fix ITEMPLAY in no-view mode
3018
3019 ------------------------------------------------------------------------
3020 r9331 | gbazin | 2004-11-14 20:41:09 +0100 (Sun, 14 Nov 2004) | 1 line
3021 Changed paths:
3022    M /trunk/modules/codec/dmo/dmo.c
3023
3024 * modules/codec/dmo/dmo.c: work around for buggy dmo implementations.
3025 ------------------------------------------------------------------------
3026 r9327 | zorglub | 2004-11-14 20:02:36 +0100 (Sun, 14 Nov 2004) | 2 lines
3027 Changed paths:
3028    M /trunk/modules/gui/wxwindows/dialogs.cpp
3029
3030 Re-enable logging
3031
3032 ------------------------------------------------------------------------
3033 r9324 | gbazin | 2004-11-14 19:01:38 +0100 (Sun, 14 Nov 2004) | 1 line
3034 Changed paths:
3035    M /trunk/Makefile.am
3036
3037 * Makefile.am: fixed make dist.
3038 ------------------------------------------------------------------------
3039 r9322 | gbazin | 2004-11-14 18:59:33 +0100 (Sun, 14 Nov 2004) | 1 line
3040 Changed paths:
3041    M /trunk/modules/codec/quicktime.c
3042
3043 * modules/codec/quicktime.c: fixed small mem leak.
3044 ------------------------------------------------------------------------
3045 r9319 | ipkiss | 2004-11-14 18:29:39 +0100 (Sun, 14 Nov 2004) | 4 lines
3046 Changed paths:
3047    M /trunk/modules/gui/skins2/src/generic_window.hpp
3048    M /trunk/modules/gui/skins2/src/vout_window.hpp
3049    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
3050
3051  * modules/gui/skins2: ignore WM_PAINT events on the vout window
3052    This gives better results when moving the window, but resizing is still
3053    flickering
3054
3055 ------------------------------------------------------------------------
3056 r9317 | gbazin | 2004-11-14 18:25:58 +0100 (Sun, 14 Nov 2004) | 1 line
3057 Changed paths:
3058    M /trunk/src/audio_output/input.c
3059
3060 * src/audio_output/input.c: made the resampling just a bit quicker (trying to reach a good compromise).
3061 ------------------------------------------------------------------------
3062 r9315 | fkuehne | 2004-11-14 15:04:47 +0100 (Sun, 14 Nov 2004) | 2 lines
3063 Changed paths:
3064    M /trunk/configure.ac
3065    A /trunk/po/da.po
3066
3067 configure.ac: added Danish to the list of possible localisations
3068 po/da.po: partial Danish l10n by Jonas Larsen (E-bola)
3069 ------------------------------------------------------------------------
3070 r9312 | zorglub | 2004-11-14 14:49:46 +0100 (Sun, 14 Nov 2004) | 2 lines
3071 Changed paths:
3072    M /trunk/TODO
3073    M /trunk/modules/video_output/opengl.c
3074
3075 Todo update
3076
3077 ------------------------------------------------------------------------
3078 r9311 | zorglub | 2004-11-14 14:25:18 +0100 (Sun, 14 Nov 2004) | 3 lines
3079 Changed paths:
3080    M /trunk/modules/access/directory.c
3081    M /trunk/src/libvlc.h
3082
3083 * access_directory : only play if we are the current playlist item. Handle the case where we are not
3084 * libvlc : add -S as shortcut for services-discovery
3085
3086 ------------------------------------------------------------------------
3087 r9310 | zorglub | 2004-11-14 00:06:53 +0100 (Sun, 14 Nov 2004) | 3 lines
3088 Changed paths:
3089    M /trunk/TODO
3090    M /trunk/include/vlc_common.h
3091    M /trunk/include/vlc_interface.h
3092    M /trunk/include/vlc_playlist.h
3093    M /trunk/modules/gui/wxwindows/dialogs.cpp
3094    M /trunk/modules/gui/wxwindows/playlist.cpp
3095    M /trunk/modules/gui/wxwindows/wxwindows.h
3096    M /trunk/src/playlist/item-ext.c
3097
3098 Add directory in wxWidgets
3099 Update TODO
3100
3101 ------------------------------------------------------------------------
3102 r9309 | zorglub | 2004-11-13 23:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
3103 Changed paths:
3104    M /trunk/src/playlist/item-ext.c
3105    M /trunk/src/playlist/playlist.c
3106    M /trunk/src/playlist/view.c
3107
3108 Decrease verbosity
3109 Fix warnings
3110
3111 ------------------------------------------------------------------------
3112 r9308 | bigben | 2004-11-13 15:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
3113 Changed paths:
3114    M /trunk/share/http/index.html
3115
3116 Valid HTML is good. This page stil doesn't work with IE
3117
3118
3119 ------------------------------------------------------------------------
3120 r9306 | gbazin | 2004-11-13 14:06:41 +0100 (Sat, 13 Nov 2004) | 1 line
3121 Changed paths:
3122    M /trunk/modules/codec/ffmpeg/ffmpeg.c
3123
3124 * modules/codec/ffmpeg/ffmpeg.c: use proper format conversion (when available) for UYVY.
3125 ------------------------------------------------------------------------
3126 r9305 | zorglub | 2004-11-13 13:39:17 +0100 (Sat, 13 Nov 2004) | 2 lines
3127 Changed paths:
3128    M /trunk/po/POTFILES.in
3129    M /trunk/po/de.po
3130    M /trunk/po/en_GB.po
3131    M /trunk/po/es.po
3132    M /trunk/po/fr.po
3133    M /trunk/po/hu.po
3134    M /trunk/po/it.po
3135    M /trunk/po/ja.po
3136    M /trunk/po/nl.po
3137    M /trunk/po/no.po
3138    M /trunk/po/pl.po
3139    M /trunk/po/pt_BR.po
3140    M /trunk/po/ru.po
3141    M /trunk/po/sv.po
3142    M /trunk/po/vlc.pot
3143
3144 Merge po update to trunk
3145
3146 ------------------------------------------------------------------------
3147 r9304 | zorglub | 2004-11-13 13:19:06 +0100 (Sat, 13 Nov 2004) | 2 lines
3148 Changed paths:
3149    M /trunk/modules/access_output/http.c
3150    M /trunk/modules/codec/x264.c
3151    M /trunk/modules/control/http.c
3152    M /trunk/modules/misc/gnutls.c
3153
3154 Merge string fixes
3155
3156 ------------------------------------------------------------------------
3157 r9302 | hartman | 2004-11-13 02:42:54 +0100 (Sat, 13 Nov 2004) | 2 lines
3158 Changed paths:
3159    M /trunk/extras/contrib/src/Makefile
3160    D /trunk/extras/contrib/src/Patches/kasenna.patch
3161    M /trunk/extras/contrib/src/packages.mak
3162
3163 * USe newer livedotcom
3164
3165 ------------------------------------------------------------------------
3166 r9301 | hartman | 2004-11-13 02:40:52 +0100 (Sat, 13 Nov 2004) | 3 lines
3167 Changed paths:
3168    M /trunk/modules/demux/livedotcom.cpp
3169    M /trunk/modules/demux/sgimb.c
3170
3171 * merging kasenna changes from 0.8.1 branch to the trunk
3172   r9296:9299 changes
3173
3174 ------------------------------------------------------------------------
3175 r9297 | hartman | 2004-11-12 19:59:39 +0100 (Fri, 12 Nov 2004) | 2 lines
3176 Changed paths:
3177    M /trunk/modules/demux/sgimb.c
3178
3179 * sgimb.c: merging 9295:9296 to trunk
3180
3181 ------------------------------------------------------------------------
3182 r9295 | gbazin | 2004-11-12 16:41:22 +0100 (Fri, 12 Nov 2004) | 1 line
3183 Changed paths:
3184    M /trunk/src/playlist/item.c
3185    M /trunk/src/playlist/playlist.c
3186    M /trunk/src/playlist/view.c
3187
3188 * src/playlist/*: a couple of compilation fixes.
3189 ------------------------------------------------------------------------
3190 r9293 | jpsaman | 2004-11-12 15:29:01 +0100 (Fri, 12 Nov 2004) | 1 line
3191 Changed paths:
3192    M /trunk/configure.ac
3193
3194 Make sure the wxWindows development headers and libraries are present when skins2 module is enabled. Without wxWindows the skins2 interface is not very usable.
3195 ------------------------------------------------------------------------
3196 r9291 | gbazin | 2004-11-12 11:38:27 +0100 (Fri, 12 Nov 2004) | 1 line
3197 Changed paths:
3198    D /trunk/evc/vlc.c
3199    M /trunk/src/vlc.c
3200    M /trunk/toolbox
3201
3202 * toolbox, src/vlc.c: use src/vlc.c in the WinCE project files.
3203 ------------------------------------------------------------------------
3204 r9290 | gbazin | 2004-11-12 09:27:05 +0100 (Fri, 12 Nov 2004) | 1 line
3205 Changed paths:
3206    M /trunk/src/extras/libc.c
3207    M /trunk/src/vlc.c
3208
3209 * src/vlc.c: ported to WinCE.
3210 ------------------------------------------------------------------------
3211 r9288 | gbazin | 2004-11-12 09:10:19 +0100 (Fri, 12 Nov 2004) | 1 line
3212 Changed paths:
3213    M /trunk/include/vlc_common.h
3214    M /trunk/src/extras/libc.c
3215
3216 * src/extras/libc.c: vlc_parse_cmdline() common facility.
3217 ------------------------------------------------------------------------
3218 r9286 | gbazin | 2004-11-12 09:04:35 +0100 (Fri, 12 Nov 2004) | 1 line
3219 Changed paths:
3220    M /trunk/modules/audio_output/portaudio.c
3221
3222 * modules/audio_output/portaudio.c: channel reordering patch by Frederic Ruget + slightly simplified by me.
3223 ------------------------------------------------------------------------
3224 r9283 | gbazin | 2004-11-11 19:49:08 +0100 (Thu, 11 Nov 2004) | 1 line
3225 Changed paths:
3226    M /trunk/src/misc/httpd.c
3227
3228 * src/misc/httpd.c: --disable-httpd compilation fix.
3229 ------------------------------------------------------------------------
3230 r9279 | markfm | 2004-11-11 03:57:43 +0100 (Thu, 11 Nov 2004) | 2 lines
3231 Changed paths:
3232    M /trunk/modules/control/rc.c
3233    M /trunk/modules/video_filter/logo.c
3234    M /trunk/modules/video_filter/marq.c
3235
3236 Changed logo and marq control variables to attach to ->p_libvlc, to be persistent.
3237
3238 ------------------------------------------------------------------------
3239 r9278 | sigmunau | 2004-11-11 00:41:53 +0100 (Thu, 11 Nov 2004) | 7 lines
3240 Changed paths:
3241    M /trunk/modules/services_discovery/sap.c
3242
3243 sap.c: 
3244  * support incorrect announces that does not include parameters we don't
3245    parse anyway, change the corresponding msesage from Warn to Dbg.
3246  * convert UDP to udp, to get the right icon in the playlist
3247  * fixed a potential crash given away by gcc's warnings
3248
3249
3250 ------------------------------------------------------------------------
3251 r9277 | sigmunau | 2004-11-11 00:34:43 +0100 (Thu, 11 Nov 2004) | 2 lines
3252 Changed paths:
3253    M /trunk/modules/demux/playlist/pls.c
3254
3255 pls.c: start the playlist after loading it.
3256
3257 ------------------------------------------------------------------------
3258 r9276 | sigmunau | 2004-11-11 00:30:26 +0100 (Thu, 11 Nov 2004) | 2 lines
3259 Changed paths:
3260    M /trunk/modules/demux/playlist/pls.c
3261
3262 pls.c: ported to new api, at least tried to.
3263
3264 ------------------------------------------------------------------------
3265 r9273 | gbazin | 2004-11-10 16:10:30 +0100 (Wed, 10 Nov 2004) | 1 line
3266 Changed paths:
3267    M /trunk/src/video_output/video_widgets.c
3268
3269 * src/video_output/video_widgets.c: cleanup.
3270 ------------------------------------------------------------------------
3271 r9271 | fkuehne | 2004-11-10 15:49:09 +0100 (Wed, 10 Nov 2004) | 1 line
3272 Changed paths:
3273    M /trunk/modules/control/rc.c
3274    M /trunk/modules/control/rtci.c
3275
3276 * removed l10n for every string, but the help, 'initialised' and 'command not found' - strings
3277 ------------------------------------------------------------------------
3278 r9267 | zorglub | 2004-11-10 13:15:36 +0100 (Wed, 10 Nov 2004) | 2 lines
3279 Changed paths:
3280    M /trunk/modules/services_discovery/sap.c
3281
3282 Fix crash when a session is deleted
3283
3284 ------------------------------------------------------------------------
3285 r9266 | gbazin | 2004-11-10 11:59:16 +0100 (Wed, 10 Nov 2004) | 1 line
3286 Changed paths:
3287    M /trunk/modules/video_output/directx/directx.c
3288    M /trunk/modules/video_output/directx/glwin32.c
3289
3290 * modules/video_output/directx: in embedded mode, we now use the current monitor when switching to fullscreen.
3291 ------------------------------------------------------------------------
3292 r9265 | fenrir | 2004-11-10 11:56:28 +0100 (Wed, 10 Nov 2004) | 1 line
3293 Changed paths:
3294    M /trunk/modules/demux/avi/avi.c
3295    M /trunk/modules/demux/avi/libavi.h
3296
3297 avi: stupid bug fix for ODML file.
3298 ------------------------------------------------------------------------
3299 r9264 | zorglub | 2004-11-10 10:24:50 +0100 (Wed, 10 Nov 2004) | 2 lines
3300 Changed paths:
3301    M /trunk/modules/services_discovery/sap.c
3302
3303 Fix SAP address
3304
3305 ------------------------------------------------------------------------
3306 r9263 | zorglub | 2004-11-10 10:19:02 +0100 (Wed, 10 Nov 2004) | 2 lines
3307 Changed paths:
3308    M /trunk/modules/services_discovery/sap.c
3309
3310 If proto is RTP/AVP, use rtp
3311
3312 ------------------------------------------------------------------------
3313 r9262 | zorglub | 2004-11-10 10:15:19 +0100 (Wed, 10 Nov 2004) | 4 lines
3314 Changed paths:
3315    M /trunk/modules/gui/wxwindows/playlist.cpp
3316    M /trunk/modules/services_discovery/sap.c
3317    M /trunk/src/playlist/item.c
3318
3319 * SAP: use session identifiers to decide if we need to add items
3320 * Fix playlist release bug
3321 * Add sdp and rtp as network type items
3322
3323 ------------------------------------------------------------------------
3324 r9261 | zorglub | 2004-11-09 18:06:41 +0100 (Tue, 09 Nov 2004) | 2 lines
3325 Changed paths:
3326    M /trunk/TODO
3327    M /trunk/modules/services_discovery/sap.c
3328
3329 Fix a bunch of memory leaks
3330
3331 ------------------------------------------------------------------------
3332 r9260 | gbazin | 2004-11-09 16:16:33 +0100 (Tue, 09 Nov 2004) | 1 line
3333 Changed paths:
3334    M /trunk/modules/video_filter/logo.c
3335
3336 * modules/video_filter/logo.c: whole bunch of fixes.
3337 ------------------------------------------------------------------------
3338 r9259 | markfm | 2004-11-09 15:05:58 +0100 (Tue, 09 Nov 2004) | 2 lines
3339 Changed paths:
3340    M /trunk/modules/video_filter/logo.c
3341
3342 OTF transparency and file name.  Needs work.
3343
3344 ------------------------------------------------------------------------
3345 r9258 | gbazin | 2004-11-09 12:20:05 +0100 (Tue, 09 Nov 2004) | 1 line
3346 Changed paths:
3347    M /trunk/modules/video_output/directx/directx.c
3348    M /trunk/modules/video_output/directx/events.c
3349    M /trunk/modules/video_output/directx/glwin32.c
3350    M /trunk/modules/video_output/directx/vout.h
3351
3352 * modules/video_output/directx: last attempt at fixing the spurious taskbar item after switching to fullscreen (it actually also simplifies the code a bit as well).
3353 ------------------------------------------------------------------------
3354 r9257 | zorglub | 2004-11-09 01:12:09 +0100 (Tue, 09 Nov 2004) | 2 lines
3355 Changed paths:
3356    M /trunk/modules/services_discovery/sap.c
3357
3358 add missing option
3359
3360 ------------------------------------------------------------------------
3361 r9256 | zorglub | 2004-11-09 00:47:32 +0100 (Tue, 09 Nov 2004) | 2 lines
3362 Changed paths:
3363    M /trunk/include/vlc_playlist.h
3364    M /trunk/modules/gui/wxwindows/menus.cpp
3365    M /trunk/modules/gui/wxwindows/playlist.cpp
3366    M /trunk/modules/gui/wxwindows/wxwindows.h
3367    M /trunk/src/playlist/playlist.c
3368    M /trunk/src/playlist/services_discovery.c
3369
3370 include services discovery in interface
3371
3372 ------------------------------------------------------------------------
3373 r9255 | dionoea | 2004-11-09 00:42:08 +0100 (Tue, 09 Nov 2004) | 2 lines
3374 Changed paths:
3375    M /trunk/modules/gui/wxwindows/streamout.cpp
3376
3377  * put scale setting under bitrate
3378
3379 ------------------------------------------------------------------------
3380 r9253 | gbazin | 2004-11-08 22:06:22 +0100 (Mon, 08 Nov 2004) | 1 line
3381 Changed paths:
3382    M /trunk/modules/audio_output/portaudio.c
3383
3384 * modules/audio_output/portaudio.c: implemented a PORTAUDIO_IS_SERIOUSLY_BROKEN mode (win32 asio only).
3385 ------------------------------------------------------------------------
3386 r9252 | zorglub | 2004-11-08 19:59:34 +0100 (Mon, 08 Nov 2004) | 2 lines
3387 Changed paths:
3388    A /trunk/modules/services_discovery/Modules.am
3389
3390 Oups
3391
3392 ------------------------------------------------------------------------
3393 r9251 | zorglub | 2004-11-08 19:19:51 +0100 (Mon, 08 Nov 2004) | 2 lines
3394 Changed paths:
3395    M /trunk/Makefile.am
3396    M /trunk/configure.ac
3397    M /trunk/include/vlc_common.h
3398    M /trunk/include/vlc_objects.h
3399    M /trunk/include/vlc_playlist.h
3400    M /trunk/modules/misc/Modules.am
3401    D /trunk/modules/misc/hal.c
3402    D /trunk/modules/misc/sap.c
3403    A /trunk/modules/services_discovery
3404    A /trunk/modules/services_discovery/hal.c (from /trunk/modules/misc/hal.c:9242)
3405    A /trunk/modules/services_discovery/sap.c (from /trunk/modules/misc/sap.c:9242)
3406    M /trunk/src/interface/interface.c
3407    M /trunk/src/libvlc.c
3408    M /trunk/src/libvlc.h
3409    M /trunk/src/misc/objects.c
3410    M /trunk/src/playlist/playlist.c
3411    A /trunk/src/playlist/services_discovery.c
3412
3413 Initial Services discovery support
3414
3415 ------------------------------------------------------------------------
3416 r9250 | sam | 2004-11-08 15:27:06 +0100 (Mon, 08 Nov 2004) | 5 lines
3417 Changed paths:
3418    M /trunk/modules/video_output/x11/x11.c
3419
3420   * modules/video_output/x11/x11.c:
3421     + Gave X11 a higher priority than SDL, so that the all-in-one interface
3422       still works when the XVideo port is taken. If XVideo is not available,
3423       SDL isn't of much use though.
3424
3425 ------------------------------------------------------------------------
3426 r9249 | gbazin | 2004-11-08 15:03:36 +0100 (Mon, 08 Nov 2004) | 1 line
3427 Changed paths:
3428    M /trunk/src/video_output/vout_subpictures.c
3429
3430 * src/video_output/vout_subpictures.c: oops, don't forget to test for p_region.
3431 ------------------------------------------------------------------------
3432 r9248 | gbazin | 2004-11-08 14:58:18 +0100 (Mon, 08 Nov 2004) | 1 line
3433 Changed paths:
3434    M /trunk/modules/stream_out/transcode.c
3435
3436 * modules/stream_out/transcode.c: proper subpicture scaling using sample aspect ratio information.
3437 ------------------------------------------------------------------------
3438 r9247 | gbazin | 2004-11-08 14:46:07 +0100 (Mon, 08 Nov 2004) | 1 line
3439 Changed paths:
3440    M /trunk/modules/video_filter/logo.c
3441
3442 * modules/video_filter/logo.c: set sample aspect ratio.
3443 ------------------------------------------------------------------------
3444 r9246 | gbazin | 2004-11-08 14:45:02 +0100 (Mon, 08 Nov 2004) | 1 line
3445 Changed paths:
3446    M /trunk/src/video_output/vout_pictures.c
3447    M /trunk/src/video_output/vout_subpictures.c
3448
3449 * src/video_output/vout_subpictures.c: proper subpicture scaling using sample aspect ratio information.
3450 ------------------------------------------------------------------------
3451 r9245 | gbazin | 2004-11-08 14:41:16 +0100 (Mon, 08 Nov 2004) | 1 line
3452 Changed paths:
3453    M /trunk/include/vlc_es.h
3454
3455 * include/vlc_es.h: added i_sar_num/den (sample aspect ratio) fields to video_format_t (will hopefully deprecate the i_aspect field one day).
3456 ------------------------------------------------------------------------
3457 r9243 | gbazin | 2004-11-08 13:21:07 +0100 (Mon, 08 Nov 2004) | 1 line
3458 Changed paths:
3459    M /trunk/modules/access/dshow/dshow.cpp
3460
3461 * modules/access/dshow/dshow.cpp: setup crossbars for MEDIATYPE_Stream as well.
3462 ------------------------------------------------------------------------
3463 r9242 | zorglub | 2004-11-08 01:46:11 +0100 (Mon, 08 Nov 2004) | 2 lines
3464 Changed paths:
3465    M /trunk/modules/gui/wxwindows/playlist.cpp
3466    M /trunk/src/playlist/item-ext.c
3467
3468 Use play to end as default, and add "play this branch" to popup
3469
3470 ------------------------------------------------------------------------
3471 r9241 | dionoea | 2004-11-08 00:52:19 +0100 (Mon, 08 Nov 2004) | 2 lines
3472 Changed paths:
3473    M /trunk/modules/gui/wxwindows/streamout.cpp
3474    M /trunk/modules/gui/wxwindows/wxwindows.h
3475
3476  * added SAP group announcing support in the sout dialog
3477
3478 ------------------------------------------------------------------------
3479 r9240 | zorglub | 2004-11-08 00:41:28 +0100 (Mon, 08 Nov 2004) | 2 lines
3480 Changed paths:
3481    M /trunk/modules/gui/skins2/vars/playlist.cpp
3482
3483 Fix item delete in skins
3484
3485 ------------------------------------------------------------------------
3486 r9238 | hartman | 2004-11-08 00:05:04 +0100 (Mon, 08 Nov 2004) | 2 lines
3487 Changed paths:
3488    M /trunk/extras/contrib/src/Makefile
3489    M /trunk/extras/contrib/src/packages.mak
3490
3491 * Add gnutls libs to OSX build
3492
3493 ------------------------------------------------------------------------
3494 r9237 | sigmunau | 2004-11-07 23:43:44 +0100 (Sun, 07 Nov 2004) | 4 lines
3495 Changed paths:
3496    A /trunk/modules/misc/hal.c
3497
3498 hal.c: start of a libhal based service discovry module. Detects dvd and
3499 audio cd right now. todo: add more devices, use callbacks for device
3500 insertions/removal
3501
3502 ------------------------------------------------------------------------
3503 r9235 | gbazin | 2004-11-07 21:17:46 +0100 (Sun, 07 Nov 2004) | 1 line
3504 Changed paths:
3505    M /trunk/modules/codec/ffmpeg/demux.c
3506
3507 * modules/codec/ffmpeg/demux.c: bunch of bug fixes (don't trigger on bin/dat files, etc...).
3508 ------------------------------------------------------------------------
3509 r9234 | gbazin | 2004-11-07 21:14:54 +0100 (Sun, 07 Nov 2004) | 1 line
3510 Changed paths:
3511    M /trunk/modules/control/rc.c
3512
3513 * modules/control/rc.c: ported MRL parsing (changeset 9232) from 0.8.1 branch.
3514 ------------------------------------------------------------------------
3515 r9231 | hartman | 2004-11-07 21:06:59 +0100 (Sun, 07 Nov 2004) | 2 lines
3516 Changed paths:
3517    M /trunk/modules/gui/macosx/voutqt.m
3518
3519 * Use possibly better optimized QT YUY2 decoder??? (It seems faster)
3520
3521 ------------------------------------------------------------------------
3522 r9230 | hartman | 2004-11-07 21:01:54 +0100 (Sun, 07 Nov 2004) | 4 lines
3523 Changed paths:
3524    M /trunk/modules/audio_filter/resampler/coreaudio.c
3525
3526 * Updated coreaudio resampler. will play small lpcm samples, but still crashes sometimes.
3527   problem is writing to freed memory???
3528   possibly related to dropped buffers?
3529
3530 ------------------------------------------------------------------------
3531 r9229 | courmisch | 2004-11-07 18:22:19 +0100 (Sun, 07 Nov 2004) | 2 lines
3532 Changed paths:
3533    M /trunk/modules/misc/gnutls.c
3534
3535 Remove bogus debug messages
3536
3537 ------------------------------------------------------------------------
3538 r9228 | courmisch | 2004-11-07 18:20:45 +0100 (Sun, 07 Nov 2004) | 2 lines
3539 Changed paths:
3540    M /trunk/src/misc/httpd.c
3541
3542 Bring socket in non-blocking mode before TLS handshake
3543
3544 ------------------------------------------------------------------------
3545 r9227 | courmisch | 2004-11-07 18:20:19 +0100 (Sun, 07 Nov 2004) | 2 lines
3546 Changed paths:
3547    M /trunk/modules/misc/gnutls.c
3548
3549 Fix handshaking on non-blocking sockets
3550
3551 ------------------------------------------------------------------------
3552 r9226 | courmisch | 2004-11-07 15:52:30 +0100 (Sun, 07 Nov 2004) | 3 lines
3553 Changed paths:
3554    M /trunk/include/vlc_tls.h
3555    M /trunk/src/misc/tls.c
3556
3557 Fix and simplify client-side API
3558 (failed to release allocated data in some error cases)
3559
3560 ------------------------------------------------------------------------
3561 r9225 | jpsaman | 2004-11-07 15:41:08 +0100 (Sun, 07 Nov 2004) | 2 lines
3562 Changed paths:
3563    M /trunk/modules/control/rc.c
3564    M /trunk/modules/control/rtci.c
3565
3566 Renamed overloaded standard C-library function printf with msg_rc()/msg_rtci().
3567
3568 ------------------------------------------------------------------------
3569 r9224 | courmisch | 2004-11-07 15:40:47 +0100 (Sun, 07 Nov 2004) | 2 lines
3570 Changed paths:
3571    M /trunk/modules/misc/sap.c
3572
3573 Fix compilation warning
3574
3575 ------------------------------------------------------------------------
3576 r9222 | markfm | 2004-11-07 15:01:08 +0100 (Sun, 07 Nov 2004) | 2 lines
3577 Changed paths:
3578    M /trunk/modules/video_filter/logo.c
3579
3580 On-the-fly control of logo positiion
3581
3582 ------------------------------------------------------------------------
3583 r9221 | markfm | 2004-11-07 12:49:43 +0100 (Sun, 07 Nov 2004) | 2 lines
3584 Changed paths:
3585    M /trunk/modules/control/rc.c
3586    M /trunk/modules/video_filter/marq.c
3587
3588 Change marquee callback variables to use INPUT instead of PLAYLIST
3589
3590 ------------------------------------------------------------------------
3591 r9220 | courmisch | 2004-11-07 12:28:56 +0100 (Sun, 07 Nov 2004) | 2 lines
3592 Changed paths:
3593    M /trunk/include/vlc_tls.h
3594    M /trunk/modules/misc/gnutls.c
3595
3596 Implement net_* virtualization with TLS module
3597
3598 ------------------------------------------------------------------------
3599 r9219 | courmisch | 2004-11-07 12:17:37 +0100 (Sun, 07 Nov 2004) | 2 lines
3600 Changed paths:
3601    M /branches/0.8.1/include/network.h
3602    M /trunk/include/network.h
3603
3604 Allow multiple inclusions of "network.h"
3605
3606 ------------------------------------------------------------------------
3607 r9218 | markfm | 2004-11-07 12:12:16 +0100 (Sun, 07 Nov 2004) | 2 lines
3608 Changed paths:
3609    M /trunk/modules/gui/wxwindows/playlist.cpp
3610
3611 include wx/imaglist.h (gibalou scores again)
3612
3613 ------------------------------------------------------------------------
3614 r9217 | courmisch | 2004-11-07 12:02:59 +0100 (Sun, 07 Nov 2004) | 2 lines
3615 Changed paths:
3616    M /trunk/include/network.h
3617    M /trunk/include/vlc_common.h
3618    M /trunk/modules/access/ftp.c
3619    M /trunk/modules/access/http.c
3620    M /trunk/modules/access/mms/mmsh.c
3621    M /trunk/modules/access/tcp.c
3622    M /trunk/modules/access/udp.c
3623    M /trunk/modules/control/rc.c
3624    M /trunk/modules/demux/ts.c
3625    M /trunk/modules/misc/sap.c
3626    M /trunk/src/misc/net.c
3627    M /trunk/src/stream_output/sap.c
3628
3629 net_* API update for encryption (recv / send virtualization)
3630
3631 ------------------------------------------------------------------------
3632 r9216 | zorglub | 2004-11-07 11:43:52 +0100 (Sun, 07 Nov 2004) | 4 lines
3633 Changed paths:
3634    M /trunk/TODO
3635    M /trunk/include/vlc_playlist.h
3636    M /trunk/modules/access/directory.c
3637    M /trunk/modules/misc/sap.c
3638    M /trunk/src/playlist/item.c
3639    M /trunk/src/playlist/playlist.c
3640
3641 * Fixed autodelete
3642 * Autodelete items played by the SDP demuxer
3643 * Added playlist_CopyParents facility, for modules that use ItemToNode
3644
3645 ------------------------------------------------------------------------
3646 r9214 | hartman | 2004-11-07 02:26:09 +0100 (Sun, 07 Nov 2004) | 2 lines
3647 Changed paths:
3648    M /trunk/modules/gui/macosx/intf.m
3649
3650 * disable Title retrieval, was crashing
3651
3652 ------------------------------------------------------------------------
3653 r9213 | hartman | 2004-11-07 01:28:16 +0100 (Sun, 07 Nov 2004) | 2 lines
3654 Changed paths:
3655    M /trunk/modules/gui/macosx/playlist.m
3656    M /trunk/modules/gui/macosx/playlistinfo.m
3657
3658 * fixing the OSX playlist (at least it compiles again)
3659
3660 ------------------------------------------------------------------------
3661 r9212 | hartman | 2004-11-07 00:33:24 +0100 (Sun, 07 Nov 2004) | 2 lines
3662 Changed paths:
3663    M /trunk/TODO
3664
3665 * Some todo updates
3666
3667 ------------------------------------------------------------------------
3668 r9210 | courmisch | 2004-11-06 21:03:41 +0100 (Sat, 06 Nov 2004) | 2 lines
3669 Changed paths:
3670    M /trunk/include/vlc_tls.h
3671    M /trunk/modules/misc/gnutls.c
3672    M /trunk/src/misc/tls.c
3673
3674 Client-side anonymous TLS/SSL support
3675
3676 ------------------------------------------------------------------------
3677 r9209 | courmisch | 2004-11-06 20:43:26 +0100 (Sat, 06 Nov 2004) | 2 lines
3678 Changed paths:
3679    M /branches/0.8.1/src/misc/tls.c
3680    M /trunk/src/misc/tls.c
3681
3682 Remove unused variable
3683
3684 ------------------------------------------------------------------------
3685 r9208 | zorglub | 2004-11-06 20:17:32 +0100 (Sat, 06 Nov 2004) | 2 lines
3686 Changed paths:
3687    M /trunk/configure.ac
3688
3689 Disable old m3u demuxer
3690
3691 ------------------------------------------------------------------------
3692 r9207 | zorglub | 2004-11-06 20:11:25 +0100 (Sat, 06 Nov 2004) | 2 lines
3693 Changed paths:
3694    M /trunk/modules/misc/sap.c
3695
3696 fix a bunch of memory leaks
3697
3698 ------------------------------------------------------------------------
3699 r9206 | courmisch | 2004-11-06 19:40:52 +0100 (Sat, 06 Nov 2004) | 2 lines
3700 Changed paths:
3701    M /branches/0.8.1/modules/misc/gnutls.c
3702    M /trunk/modules/misc/gnutls.c
3703
3704 Fixes malloc's parameter
3705
3706 ------------------------------------------------------------------------
3707 r9205 | yoann | 2004-11-06 19:25:01 +0100 (Sat, 06 Nov 2004) | 2 lines
3708 Changed paths:
3709    M /trunk/include/vlc_video.h
3710    M /trunk/src/video_output/video_widgets.c
3711    M /trunk/src/video_output/vout_subpictures.c
3712
3713 * src/video_output/vout_subpictures.c: added a b_fade parameter for enabling fading when rendering subpictures
3714
3715 ------------------------------------------------------------------------
3716 r9204 | yoann | 2004-11-06 18:27:54 +0100 (Sat, 06 Nov 2004) | 2 lines
3717 Changed paths:
3718    M /trunk/src/video_output/video_widgets.c
3719
3720 * src/video_output/video_widgets.c: now uses blend() for OSD widgets.
3721
3722 ------------------------------------------------------------------------
3723 r9196 | courmisch | 2004-11-06 17:26:40 +0100 (Sat, 06 Nov 2004) | 2 lines
3724 Changed paths:
3725    M /trunk/modules/access_output/http.c
3726
3727 HTTP/SSL stream output
3728
3729 ------------------------------------------------------------------------
3730 r9195 | courmisch | 2004-11-06 17:02:20 +0100 (Sat, 06 Nov 2004) | 2 lines
3731 Changed paths:
3732    M /trunk/modules/control/http.c
3733
3734 Better strings
3735
3736 ------------------------------------------------------------------------
3737 r9194 | sigmunau | 2004-11-06 16:51:55 +0100 (Sat, 06 Nov 2004) | 2 lines
3738 Changed paths:
3739    M /trunk/TODO
3740
3741 TODO: Added some ideas for serice discovery
3742
3743 ------------------------------------------------------------------------
3744 r9193 | courmisch | 2004-11-06 15:40:56 +0100 (Sat, 06 Nov 2004) | 2 lines
3745 Changed paths:
3746    A /trunk/src/misc/tls.c
3747
3748 Oups, forgot this file
3749
3750 ------------------------------------------------------------------------
3751 r9192 | courmisch | 2004-11-06 15:40:41 +0100 (Sat, 06 Nov 2004) | 3 lines
3752 Changed paths:
3753    M /trunk/Makefile.am
3754    M /trunk/include/vlc_tls.h
3755    M /trunk/modules/control/http.c
3756
3757 - Better settings description,
3758 - Easier TLS module wrapper.
3759
3760 ------------------------------------------------------------------------
3761 r9191 | yoann | 2004-11-06 15:04:29 +0100 (Sat, 06 Nov 2004) | 2 lines
3762 Changed paths:
3763    M /trunk/include/stream_output.h
3764    M /trunk/modules/stream_out/standard.c
3765    M /trunk/src/stream_output/announce.c
3766    M /trunk/src/stream_output/sap.c
3767
3768 * Added group announcing support
3769
3770 ------------------------------------------------------------------------
3771 r9190 | zorglub | 2004-11-06 14:59:24 +0100 (Sat, 06 Nov 2004) | 2 lines
3772 Changed paths:
3773    M /trunk/AUTHORS
3774
3775 added myself
3776
3777 ------------------------------------------------------------------------
3778 r9189 | zorglub | 2004-11-06 14:43:36 +0100 (Sat, 06 Nov 2004) | 2 lines
3779 Changed paths:
3780    M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
3781    M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
3782    M /trunk/modules/gui/wxwindows/bitmaps/type_unknown.xpm
3783    M /trunk/modules/gui/wxwindows/playlist.cpp
3784
3785 fix images, don't rescale them
3786
3787 ------------------------------------------------------------------------
3788 r9188 | courmisch | 2004-11-06 14:10:06 +0100 (Sat, 06 Nov 2004) | 2 lines
3789 Changed paths:
3790    M /trunk/modules/misc/gnutls.c
3791
3792 Use vlc main object for gcrypt thread-safety callbacks
3793
3794 ------------------------------------------------------------------------
3795 r9187 | zorglub | 2004-11-06 13:51:39 +0100 (Sat, 06 Nov 2004) | 2 lines
3796 Changed paths:
3797    M /trunk/modules/misc/sap.c
3798    M /trunk/src/playlist/playlist.c
3799
3800 Honor don't skip flag for items too
3801
3802 ------------------------------------------------------------------------
3803 r9186 | courmisch | 2004-11-06 13:44:12 +0100 (Sat, 06 Nov 2004) | 2 lines
3804 Changed paths:
3805    M /trunk/modules/misc/gnutls.c
3806
3807 --dh-bits option to change the Diffie Hellman prime number's bits size
3808
3809 ------------------------------------------------------------------------
3810 r9185 | yoann | 2004-11-06 13:25:09 +0100 (Sat, 06 Nov 2004) | 2 lines
3811 Changed paths:
3812    M /trunk/include/vlc_filter.h
3813    M /trunk/modules/video_filter/blend.c
3814    M /trunk/modules/video_filter/logo.c
3815    M /trunk/src/video_output/vout_subpictures.c
3816
3817 * modules/video_filter/blend.c: added an i_alpha parameter for blending
3818
3819 ------------------------------------------------------------------------
3820 r9184 | zorglub | 2004-11-06 13:13:30 +0100 (Sat, 06 Nov 2004) | 2 lines
3821 Changed paths:
3822    M /trunk/TODO
3823
3824 One more thing to do :)
3825
3826 ------------------------------------------------------------------------
3827 r9183 | courmisch | 2004-11-06 13:11:03 +0100 (Sat, 06 Nov 2004) | 2 lines
3828 Changed paths:
3829    M /trunk/modules/misc/gnutls.c
3830
3831 gnutls version check
3832
3833 ------------------------------------------------------------------------
3834 r9182 | courmisch | 2004-11-06 13:05:32 +0100 (Sat, 06 Nov 2004) | 2 lines
3835 Changed paths:
3836    M /trunk/modules/misc/gnutls.c
3837
3838 gcrypt thread-safety
3839
3840 ------------------------------------------------------------------------
3841 r9181 | gbazin | 2004-11-06 12:46:24 +0100 (Sat, 06 Nov 2004) | 1 line
3842 Changed paths:
3843    M /trunk/modules/gui/wxwindows/playlist.cpp
3844
3845 * modules/gui/wxwindows/playlist.cpp: unicode build fixes.
3846 ------------------------------------------------------------------------
3847 r9180 | zorglub | 2004-11-06 12:23:38 +0100 (Sat, 06 Nov 2004) | 2 lines
3848 Changed paths:
3849    M /trunk/modules/visualization/xosd.c
3850
3851 compilation fix for xOSD
3852
3853 ------------------------------------------------------------------------
3854 r9179 | zorglub | 2004-11-06 12:22:46 +0100 (Sat, 06 Nov 2004) | 4 lines
3855 Changed paths:
3856    M /trunk/Makefile.am
3857    M /trunk/TODO
3858    M /trunk/modules/control/http.c
3859    M /trunk/modules/misc/playlist/m3u.c
3860
3861 Fixes
3862 Build the correct files
3863 Updated TODO
3864
3865 ------------------------------------------------------------------------
3866 r9178 | zorglub | 2004-11-06 12:21:14 +0100 (Sat, 06 Nov 2004) | 2 lines
3867 Changed paths:
3868    M /trunk/modules/access/directory.c
3869    M /trunk/modules/codec/cmml/intf.c
3870    M /trunk/modules/codec/vorbis.c
3871
3872 Fixes + use new API for directory demuxer
3873
3874 ------------------------------------------------------------------------
3875 r9177 | zorglub | 2004-11-06 12:20:06 +0100 (Sat, 06 Nov 2004) | 2 lines
3876 Changed paths:
3877    M /trunk/modules/demux/playlist/m3u.c
3878    M /trunk/modules/demux/playlist/pls.c
3879
3880 Use new API for M3U demuxer
3881
3882 ------------------------------------------------------------------------
3883 r9176 | zorglub | 2004-11-06 12:19:35 +0100 (Sat, 06 Nov 2004) | 2 lines
3884 Changed paths:
3885    A /trunk/modules/misc/testsuite/playlist.c
3886
3887 beginning of a testsuite for the playlist
3888
3889 ------------------------------------------------------------------------
3890 r9175 | zorglub | 2004-11-06 12:19:08 +0100 (Sat, 06 Nov 2004) | 2 lines
3891 Changed paths:
3892    M /trunk/modules/gui/skins2/src/skin_main.cpp
3893    M /trunk/modules/gui/skins2/src/vlcproc.cpp
3894
3895 fix for new playlist API
3896
3897 ------------------------------------------------------------------------
3898 r9174 | zorglub | 2004-11-06 12:18:43 +0100 (Sat, 06 Nov 2004) | 2 lines
3899 Changed paths:
3900    A /trunk/modules/gui/wxwindows/bitmaps/type_card.xpm
3901    A /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
3902    A /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
3903    A /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
3904    A /trunk/modules/gui/wxwindows/bitmaps/type_playlist.xpm
3905    A /trunk/modules/gui/wxwindows/bitmaps/type_unknown.xpm
3906    M /trunk/modules/gui/wxwindows/dialogs.cpp
3907    M /trunk/modules/gui/wxwindows/extrapanel.cpp
3908    M /trunk/modules/gui/wxwindows/iteminfo.cpp
3909    M /trunk/modules/gui/wxwindows/open.cpp
3910    M /trunk/modules/gui/wxwindows/playlist.cpp
3911    M /trunk/modules/gui/wxwindows/wxwindows.h
3912
3913 Implement new playlist system in wxWidgets interface
3914
3915 ------------------------------------------------------------------------
3916 r9173 | zorglub | 2004-11-06 12:18:10 +0100 (Sat, 06 Nov 2004) | 2 lines
3917 Changed paths:
3918    M /trunk/modules/misc/sap.c
3919
3920 rewrite of the SAP parser
3921
3922 ------------------------------------------------------------------------
3923 r9172 | zorglub | 2004-11-06 12:17:46 +0100 (Sat, 06 Nov 2004) | 2 lines
3924 Changed paths:
3925    M /trunk/include/vlc_common.h
3926    M /trunk/include/vlc_input.h
3927    M /trunk/include/vlc_keys.h
3928    M /trunk/include/vlc_playlist.h
3929    M /trunk/src/input/input.c
3930    M /trunk/src/input/var.c
3931    D /trunk/src/playlist/group.c
3932    M /trunk/src/playlist/info.c
3933    M /trunk/src/playlist/item-ext.c
3934    M /trunk/src/playlist/item.c
3935    M /trunk/src/playlist/loadsave.c
3936    M /trunk/src/playlist/playlist.c
3937    M /trunk/src/playlist/sort.c
3938    A /trunk/src/playlist/view.c
3939
3940 Improvements to the playlist core
3941
3942 ------------------------------------------------------------------------
3943 r9171 | zorglub | 2004-11-06 12:15:50 +0100 (Sat, 06 Nov 2004) | 2 lines
3944 Changed paths:
3945    M /trunk/include/vlc_help.h
3946
3947 Missing help string
3948
3949 ------------------------------------------------------------------------
3950 r9170 | zorglub | 2004-11-06 12:14:00 +0100 (Sat, 06 Nov 2004) | 2 lines
3951 Changed paths:
3952    M /trunk/src/misc/net.c
3953
3954 add a comment to explain what it does
3955
3956 ------------------------------------------------------------------------
3957 r9169 | zorglub | 2004-11-06 12:13:23 +0100 (Sat, 06 Nov 2004) | 2 lines
3958 Changed paths:
3959    M /trunk/include/network.h
3960    M /trunk/src/misc/net.c
3961
3962 added net_Select
3963
3964 ------------------------------------------------------------------------
3965 r9168 | courmisch | 2004-11-06 11:50:22 +0100 (Sat, 06 Nov 2004) | 2 lines
3966 Changed paths:
3967    D /trunk/src/misc/tls.c
3968
3969 No longer used
3970
3971 ------------------------------------------------------------------------
3972 r9167 | courmisch | 2004-11-06 11:49:57 +0100 (Sat, 06 Nov 2004) | 2 lines
3973 Changed paths:
3974    M /trunk/configure.ac
3975
3976 Checks for gnutls
3977
3978 ------------------------------------------------------------------------
3979 r9166 | courmisch | 2004-11-06 11:49:21 +0100 (Sat, 06 Nov 2004) | 2 lines
3980 Changed paths:
3981    M /trunk/modules/control/http.c
3982
3983 Fix to use TLS module dynamically
3984
3985 ------------------------------------------------------------------------
3986 r9165 | courmisch | 2004-11-06 11:48:53 +0100 (Sat, 06 Nov 2004) | 2 lines
3987 Changed paths:
3988    M /trunk/modules/misc/Modules.am
3989    A /trunk/modules/misc/gnutls.c (from /trunk/src/misc/tls.c:9158)
3990
3991 gnutls TLS module
3992
3993 ------------------------------------------------------------------------
3994 r9164 | courmisch | 2004-11-06 11:48:15 +0100 (Sat, 06 Nov 2004) | 2 lines
3995 Changed paths:
3996    M /trunk/include/vlc_common.h
3997
3998 common tls types
3999
4000 ------------------------------------------------------------------------
4001 r9163 | courmisch | 2004-11-06 11:47:27 +0100 (Sat, 06 Nov 2004) | 2 lines
4002 Changed paths:
4003    M /trunk/Makefile.am
4004
4005 No longer build src/misc/tls.c
4006
4007 ------------------------------------------------------------------------
4008 r9162 | courmisch | 2004-11-06 11:47:04 +0100 (Sat, 06 Nov 2004) | 2 lines
4009 Changed paths:
4010    M /trunk/src/misc/objects.c
4011
4012 Support for creating TLS objects
4013
4014 ------------------------------------------------------------------------
4015 r9161 | courmisch | 2004-11-06 11:45:07 +0100 (Sat, 06 Nov 2004) | 2 lines
4016 Changed paths:
4017    M /trunk/include/vlc_tls.h
4018
4019 TLS modules interface
4020
4021 ------------------------------------------------------------------------
4022 r9160 | courmisch | 2004-11-06 11:43:35 +0100 (Sat, 06 Nov 2004) | 2 lines
4023 Changed paths:
4024    M /trunk/include/vlc_objects.h
4025
4026 New TLS object type
4027
4028 ------------------------------------------------------------------------
4029 r9159 | ipkiss | 2004-11-05 21:11:21 +0100 (Fri, 05 Nov 2004) | 2 lines
4030 Changed paths:
4031    M /trunk/doc/skins/skins2-howto.xml
4032
4033 Added the items specific to VLC 0.8.0
4034
4035 ------------------------------------------------------------------------
4036 r9158 | hartman | 2004-11-05 16:18:12 +0100 (Fri, 05 Nov 2004) | 2 lines
4037 Changed paths:
4038    M /trunk/modules/demux/avi/avi.c
4039
4040 * unknow -> unknown
4041
4042 ------------------------------------------------------------------------
4043 r9157 | gbazin | 2004-11-05 15:59:11 +0100 (Fri, 05 Nov 2004) | 1 line
4044 Changed paths:
4045    M /trunk/NEWS
4046
4047 * NEWS: update to current changes in 0.8.1-svn.
4048 ------------------------------------------------------------------------
4049 r9156 | gbazin | 2004-11-05 15:57:53 +0100 (Fri, 05 Nov 2004) | 1 line
4050 Changed paths:
4051    M /trunk/modules/codec/ffmpeg/encoder.c
4052    M /trunk/modules/codec/ffmpeg/video.c
4053
4054 * modules/codec/ffmpeg/*: fix interlaced encoding (top field first + repeat field.)
4055 ------------------------------------------------------------------------
4056 r9155 | hartman | 2004-11-05 15:40:07 +0100 (Fri, 05 Nov 2004) | 2 lines
4057 Changed paths:
4058    M /trunk/modules/demux/avi/avi.c
4059    M /trunk/modules/demux/avi/libavi.h
4060
4061 * recognize subtitles streams in avi. Now to decode them. if anyone has ANY info on how this works :)
4062
4063 ------------------------------------------------------------------------
4064 r9154 | hartman | 2004-11-05 15:16:09 +0100 (Fri, 05 Nov 2004) | 2 lines
4065 Changed paths:
4066    M /trunk/modules/demux/avi/avi.c
4067
4068 * Trackname support for avi
4069
4070 ------------------------------------------------------------------------
4071 r9153 | gbazin | 2004-11-05 13:56:35 +0100 (Fri, 05 Nov 2004) | 1 line
4072 Changed paths:
4073    M /trunk/modules/audio_output/directx.c
4074    M /trunk/modules/audio_output/waveout.c
4075
4076 * modules/audio_output/waveout.c,directx.c: fixed audio channel ordering.
4077 ------------------------------------------------------------------------
4078 r9152 | hartman | 2004-11-05 13:42:32 +0100 (Fri, 05 Nov 2004) | 2 lines
4079 Changed paths:
4080    M /trunk/src/input/demux.c
4081
4082 * comment correction
4083
4084 ------------------------------------------------------------------------
4085 r9151 | gbazin | 2004-11-05 12:51:47 +0100 (Fri, 05 Nov 2004) | 1 line
4086 Changed paths:
4087    M /trunk/modules/codec/ffmpeg/encoder.c
4088
4089 * modules/codec/ffmpeg/encoder.c: hmm better be safe than sorry.
4090 ------------------------------------------------------------------------
4091 r9150 | gbazin | 2004-11-05 12:50:32 +0100 (Fri, 05 Nov 2004) | 1 line
4092 Changed paths:
4093    M /trunk/modules/codec/ffmpeg/encoder.c
4094
4095 * modules/codec/ffmpeg/encoder.c: stupid rounding error in aspect ratio calculation.
4096 ------------------------------------------------------------------------
4097 r9149 | courmisch | 2004-11-05 00:08:52 +0100 (Fri, 05 Nov 2004) | 3 lines
4098 Changed paths:
4099    M /trunk/modules/control/http.c
4100
4101 Use --http-intf-* for certificates stuff instead of --http-*
4102 (might conflict with HTTP streaming output at a later stage)
4103
4104 ------------------------------------------------------------------------
4105 r9148 | hartman | 2004-11-05 00:00:37 +0100 (Fri, 05 Nov 2004) | 2 lines
4106 Changed paths:
4107    M /trunk/configure.ac
4108    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4109    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4110
4111 * We are now at 0.8.1-svn
4112
4113 ------------------------------------------------------------------------
4114 r9147 | courmisch | 2004-11-04 23:57:56 +0100 (Thu, 04 Nov 2004) | 2 lines
4115 Changed paths:
4116    M /trunk/modules/control/http.c
4117
4118 HTTP interface SSL options
4119
4120 ------------------------------------------------------------------------
4121 r9146 | courmisch | 2004-11-04 23:57:16 +0100 (Thu, 04 Nov 2004) | 2 lines
4122 Changed paths:
4123    M /trunk/include/vlc_httpd.h
4124
4125 Export HTTP/SSL support otherwise it's not much use
4126
4127 ------------------------------------------------------------------------
4128 r9145 | courmisch | 2004-11-04 23:55:54 +0100 (Thu, 04 Nov 2004) | 2 lines
4129 Changed paths:
4130    M /trunk/src/misc/httpd.c
4131
4132 HTTPd core optional SSL support
4133
4134 ------------------------------------------------------------------------
4135 r9144 | courmisch | 2004-11-04 23:54:17 +0100 (Thu, 04 Nov 2004) | 2 lines
4136 Changed paths:
4137    M /trunk/Makefile.am
4138    M /trunk/include/vlc_common.h
4139    M /trunk/src/misc/modules.c
4140    M /trunk/src/misc/tls.c
4141
4142 Include TLS/SSL API
4143
4144 ------------------------------------------------------------------------
4145 r9143 | courmisch | 2004-11-04 23:51:20 +0100 (Thu, 04 Nov 2004) | 2 lines
4146 Changed paths:
4147    M /trunk/configure.ac
4148
4149 Check for libgnutls
4150
4151 ------------------------------------------------------------------------
4152 r9142 | hartman | 2004-11-04 23:32:40 +0100 (Thu, 04 Nov 2004) | 3 lines
4153 Changed paths:
4154    M /trunk/modules/demux/mp4/libmp4.c
4155    M /trunk/modules/demux/mp4/libmp4.h
4156    M /trunk/modules/demux/mp4/mp4.c
4157
4158 * Added more annotations boxes
4159 * if we find the track name, then store in the fmt.
4160
4161 ------------------------------------------------------------------------
4162 r9141 | courmisch | 2004-11-04 23:01:48 +0100 (Thu, 04 Nov 2004) | 2 lines
4163 Changed paths:
4164    A /trunk/include/vlc_tls.h
4165    A /trunk/src/misc/tls.c
4166
4167 Initial partial SSL/TLS support (to be continued)
4168
4169 ------------------------------------------------------------------------
4170 r9140 | courmisch | 2004-11-04 22:37:28 +0100 (Thu, 04 Nov 2004) | 2 lines
4171 Changed paths:
4172    M /trunk/src/misc/net.c
4173
4174 Compile warning fixed
4175
4176 ------------------------------------------------------------------------
4177 r9139 | hartman | 2004-11-04 22:05:57 +0100 (Thu, 04 Nov 2004) | 4 lines
4178 Changed paths:
4179    M /trunk/src/input/es_out.c
4180
4181 * src/input/es_out.c:
4182   - renamed es_out_id_t->psz_description to psz_language to better reflect it's use.
4183   - Reflect both track name and language (if we know them) in the menu's.
4184
4185 ------------------------------------------------------------------------
4186 r9138 | hartman | 2004-11-04 21:58:51 +0100 (Thu, 04 Nov 2004) | 2 lines
4187 Changed paths:
4188    M /trunk/modules/demux/ts.c
4189
4190 * Fix the psz_description of telx and vbi streams
4191
4192 ------------------------------------------------------------------------
4193 r9137 | hartman | 2004-11-04 17:52:27 +0100 (Thu, 04 Nov 2004) | 2 lines
4194 Changed paths:
4195    M /trunk/po/es.po
4196
4197 * Updated Spanish translation (UTF-8 conversion fixing)
4198
4199 ------------------------------------------------------------------------
4200 r9136 | hartman | 2004-11-04 17:41:56 +0100 (Thu, 04 Nov 2004) | 2 lines
4201 Changed paths:
4202    M /trunk/modules/gui/wxwindows/wizard.cpp
4203
4204 * Spelling correction
4205
4206 ------------------------------------------------------------------------
4207 r9135 | hartman | 2004-11-04 17:40:39 +0100 (Thu, 04 Nov 2004) | 2 lines
4208 Changed paths:
4209    M /trunk/doc/translations.txt
4210
4211 * Update environment instructions for 10.3 (which uses bash instead of tcsh)
4212
4213 ------------------------------------------------------------------------
4214 r9134 | hartman | 2004-11-04 17:39:40 +0100 (Thu, 04 Nov 2004) | 2 lines
4215 Changed paths:
4216    M /trunk/src/libvlc.h
4217
4218 * Spelling correction
4219
4220 ------------------------------------------------------------------------
4221 r9133 | zorglub | 2004-11-04 14:37:17 +0100 (Thu, 04 Nov 2004) | 3 lines
4222 Changed paths:
4223    M /trunk/modules/audio_filter/equalizer.c
4224    M /trunk/modules/gui/wxwindows/extrapanel.cpp
4225
4226 Save equalizer values so that they don't get overriden on filter enable
4227 Set default preamp to 12.0 dB
4228
4229 ------------------------------------------------------------------------
4230 r9132 | zorglub | 2004-11-04 14:02:38 +0100 (Thu, 04 Nov 2004) | 2 lines
4231 Changed paths:
4232    M /trunk/modules/mux/mpeg/ts.c
4233
4234 Wrong options descriptions in TS muxer
4235
4236 ------------------------------------------------------------------------
4237 r9131 | zorglub | 2004-11-04 13:58:22 +0100 (Thu, 04 Nov 2004) | 2 lines
4238 Changed paths:
4239    M /trunk/modules/gui/wxwindows/extrapanel.cpp
4240
4241 Remember adjust settings when there is a vout so that settings are applied as soon as filter is re-enabled
4242
4243 ------------------------------------------------------------------------
4244 r9130 | gbazin | 2004-11-03 19:32:30 +0100 (Wed, 03 Nov 2004) | 1 line
4245 Changed paths:
4246    M /trunk/modules/mux/mpeg/pes.c
4247
4248 * modules/mux/mpeg/pes.c: for mpgv, don't store dts if pts == dts.
4249 ------------------------------------------------------------------------
4250 r9129 | gbazin | 2004-11-03 12:56:16 +0100 (Wed, 03 Nov 2004) | 1 line
4251 Changed paths:
4252    M /trunk/modules/access/dshow/dshow.cpp
4253
4254 * modules/access/dshow/dshow.cpp: fixed initialization bug.
4255 ------------------------------------------------------------------------
4256 r9128 | gbazin | 2004-11-03 11:25:04 +0100 (Wed, 03 Nov 2004) | 1 line
4257 Changed paths:
4258    M /trunk/modules/access/dshow/dshow.cpp
4259
4260 * modules/access/dshow/dshow.cpp: really fix DV/PVR support this time (hopefully ;).
4261 ------------------------------------------------------------------------
4262 r9126 | gbazin | 2004-11-03 01:07:38 +0100 (Wed, 03 Nov 2004) | 1 line
4263 Changed paths:
4264    M /trunk/modules/audio_filter/normvol.c
4265
4266 * modules/audio_filter/normvol.c: oops.
4267 ------------------------------------------------------------------------
4268 r9125 | sam | 2004-11-03 01:05:22 +0100 (Wed, 03 Nov 2004) | 2 lines
4269 Changed paths:
4270    M /trunk/include/vlc_interface.h
4271    M /trunk/po/de.po
4272    M /trunk/po/en_GB.po
4273    M /trunk/po/es.po
4274    M /trunk/po/fr.po
4275    M /trunk/po/hu.po
4276    M /trunk/po/it.po
4277    M /trunk/po/ja.po
4278    M /trunk/po/nl.po
4279    M /trunk/po/no.po
4280    M /trunk/po/pl.po
4281    M /trunk/po/pt_BR.po
4282    M /trunk/po/ru.po
4283    M /trunk/po/sv.po
4284    M /trunk/po/vlc.pot
4285    M /trunk/src/libvlc.h
4286
4287   * include/vlc_interface.h src/libvlc.h: typography.
4288
4289 ------------------------------------------------------------------------
4290 r9124 | gbazin | 2004-11-03 00:59:02 +0100 (Wed, 03 Nov 2004) | 1 line
4291 Changed paths:
4292    M /trunk/ChangeLog
4293    M /trunk/po/de.po
4294    M /trunk/po/en_GB.po
4295    M /trunk/po/es.po
4296    M /trunk/po/fr.po
4297    M /trunk/po/hu.po
4298    M /trunk/po/it.po
4299    M /trunk/po/ja.po
4300    M /trunk/po/nl.po
4301    M /trunk/po/no.po
4302    M /trunk/po/pl.po
4303    M /trunk/po/pt_BR.po
4304    M /trunk/po/ru.po
4305    M /trunk/po/sv.po
4306    M /trunk/po/vlc.pot
4307
4308 * ChangeLog, po: YAUF 0.8.0 (yet another update for 0.8.0).
4309 ------------------------------------------------------------------------
4310 r9123 | sam | 2004-11-03 00:51:21 +0100 (Wed, 03 Nov 2004) | 2 lines
4311 Changed paths:
4312    M /trunk/modules/access/cdda/cdda.c
4313    M /trunk/po/de.po
4314    M /trunk/po/en_GB.po
4315    M /trunk/po/es.po
4316    M /trunk/po/fr.po
4317    M /trunk/po/hu.po
4318    M /trunk/po/it.po
4319    M /trunk/po/ja.po
4320    M /trunk/po/nl.po
4321    M /trunk/po/no.po
4322    M /trunk/po/pl.po
4323    M /trunk/po/pt_BR.po
4324    M /trunk/po/ru.po
4325    M /trunk/po/sv.po
4326    M /trunk/po/vlc.pot
4327
4328   * modules/access/cdda/cdda.c: Spelling fix.
4329
4330 ------------------------------------------------------------------------
4331 r9122 | gbazin | 2004-11-03 00:43:41 +0100 (Wed, 03 Nov 2004) | 1 line
4332 Changed paths:
4333    M /trunk/configure.ac
4334
4335 * configure.ac: added normvol to the list of plugins.
4336 ------------------------------------------------------------------------
4337 r9121 | gbazin | 2004-11-03 00:42:08 +0100 (Wed, 03 Nov 2004) | 1 line
4338 Changed paths:
4339    M /trunk/modules/audio_filter/normvol.c
4340
4341 * modules/audio_filter/normvol.c: compilation fix (C99ism).
4342 ------------------------------------------------------------------------
4343 r9120 | hartman | 2004-11-03 00:41:36 +0100 (Wed, 03 Nov 2004) | 2 lines
4344 Changed paths:
4345    M /trunk/extras/contrib/src/Makefile
4346
4347 * Disable cddb, libcdio and vcdimager building on OSX, since basically they aren't used yet on OS X. (guarding for unused 3rd party libraries)
4348
4349 ------------------------------------------------------------------------
4350 r9119 | gbazin | 2004-11-03 00:40:20 +0100 (Wed, 03 Nov 2004) | 1 line
4351 Changed paths:
4352    M /trunk/src/misc/variables.c
4353
4354 * src/misc/variables.c: fixed bug (config_GetPsz() can return NULL).
4355 ------------------------------------------------------------------------
4356 r9117 | sam | 2004-11-02 23:29:07 +0100 (Tue, 02 Nov 2004) | 3 lines
4357 Changed paths:
4358    M /trunk/src/misc/modules.c
4359
4360   * src/misc/modules:
4361     + Only consider psz_program when looking for an interface plugin.
4362
4363 ------------------------------------------------------------------------
4364 r9116 | hartman | 2004-11-02 22:35:54 +0100 (Tue, 02 Nov 2004) | 3 lines
4365 Changed paths:
4366    M /trunk/extras/contrib/src/Makefile
4367    A /trunk/extras/contrib/src/Patches/kasenna.patch
4368
4369 * kasenna patch for OS X. cheating while i can :)
4370   patch is for the 2004.10.28a version of vlc
4371
4372 ------------------------------------------------------------------------
4373 r9115 | hartman | 2004-11-02 21:59:41 +0100 (Tue, 02 Nov 2004) | 2 lines
4374 Changed paths:
4375    M /trunk/extras/contrib/src/packages.mak
4376
4377 * newer liveMedia version for OSX.
4378
4379 ------------------------------------------------------------------------
4380 r9114 | hartman | 2004-11-02 21:52:45 +0100 (Tue, 02 Nov 2004) | 3 lines
4381 Changed paths:
4382    M /trunk/modules/demux/subtitle.c
4383
4384 * fixed a problem with sub-fps overriding
4385   If subtitle format  doesn't have their own reference, they should define 25fps as the the standard reference, BUT NOT GLOBALLY. Cause then ALL subtitle formats will use this correction factor of 25fps.
4386
4387 ------------------------------------------------------------------------
4388 r9112 | gbazin | 2004-11-02 20:25:31 +0100 (Tue, 02 Nov 2004) | 1 line
4389 Changed paths:
4390    M /trunk/ChangeLog
4391
4392 * ChangeLog: updated for the 0.8.0 release.
4393 ------------------------------------------------------------------------
4394 r9111 | gbazin | 2004-11-02 20:23:40 +0100 (Tue, 02 Nov 2004) | 1 line
4395 Changed paths:
4396    M /trunk/modules/gui/wxwindows/interface.cpp
4397
4398 * modules/gui/wxwindows/interface.cpp: slightly bigger interface on win32.
4399 ------------------------------------------------------------------------
4400 r9110 | fenrir | 2004-11-02 16:23:18 +0100 (Tue, 02 Nov 2004) | 2 lines
4401 Changed paths:
4402    M /trunk/src/misc/httpd.c
4403
4404 * httpd: Do not close the connection on timeout for rtsp.
4405 (Make quicktime happy)
4406 ------------------------------------------------------------------------
4407 r9109 | sam | 2004-11-02 15:11:19 +0100 (Tue, 02 Nov 2004) | 4 lines
4408 Changed paths:
4409    M /trunk/po/fr.po
4410
4411   * po/fr.po:
4412     + Minor spelling fixes.
4413     + Correct UTF8 apostrophes.
4414
4415 ------------------------------------------------------------------------
4416 r9108 | gbazin | 2004-11-02 14:47:19 +0100 (Tue, 02 Nov 2004) | 1 line
4417 Changed paths:
4418    M /trunk/po/POTFILES.in
4419    M /trunk/po/de.po
4420    M /trunk/po/en_GB.po
4421    M /trunk/po/es.po
4422    M /trunk/po/fr.po
4423    M /trunk/po/hu.po
4424    M /trunk/po/it.po
4425    M /trunk/po/ja.po
4426    M /trunk/po/nl.po
4427    M /trunk/po/no.po
4428    M /trunk/po/pl.po
4429    M /trunk/po/pt_BR.po
4430    M /trunk/po/ru.po
4431    M /trunk/po/sv.po
4432    M /trunk/po/vlc.pot
4433
4434 * po/*: update in preparation for 0.8.0.
4435 ------------------------------------------------------------------------
4436 r9107 | gbazin | 2004-11-02 14:38:04 +0100 (Tue, 02 Nov 2004) | 1 line
4437 Changed paths:
4438    M /trunk/modules/control/rc.c
4439
4440 * modules/control/rc.c: reverted last commit and only print an additional '\r' in net mode.
4441 ------------------------------------------------------------------------
4442 r9106 | gbazin | 2004-11-02 13:52:49 +0100 (Tue, 02 Nov 2004) | 1 line
4443 Changed paths:
4444    M /trunk/src/misc/win32_specific.c
4445
4446 * src/misc/win32_specific.c: mozilla plugin fix.
4447 ------------------------------------------------------------------------
4448 r9105 | hartman | 2004-11-02 13:50:17 +0100 (Tue, 02 Nov 2004) | 2 lines
4449 Changed paths:
4450    M /trunk/modules/demux/m3u.c
4451
4452 * detect rtsptext reference files as used by QuickTime and Real
4453
4454 ------------------------------------------------------------------------
4455 r9104 | gbazin | 2004-11-02 10:19:19 +0100 (Tue, 02 Nov 2004) | 1 line
4456 Changed paths:
4457    M /trunk/modules/audio_output/portaudio.c
4458
4459 * modules/audio_output/portaudio.c: make stereo the default.
4460 ------------------------------------------------------------------------
4461 r9103 | fkuehne | 2004-11-01 23:41:54 +0100 (Mon, 01 Nov 2004) | 1 line
4462 Changed paths:
4463    M /trunk/po/it.po
4464
4465 * changed the used-charset-property to UTF-8
4466 ------------------------------------------------------------------------
4467 r9102 | gbazin | 2004-11-01 17:37:32 +0100 (Mon, 01 Nov 2004) | 1 line
4468 Changed paths:
4469    M /trunk/modules/access/dshow/filter.cpp
4470
4471 * modules/access/dshow/filter.cpp: fixed uninitialized variable.
4472 ------------------------------------------------------------------------
4473 r9101 | gbazin | 2004-11-01 17:21:29 +0100 (Mon, 01 Nov 2004) | 1 line
4474 Changed paths:
4475    M /trunk/modules/codec/dmo/dmo.c
4476
4477 * modules/codec/dmo/dmo.c: fixed a couple of memleaks.
4478 ------------------------------------------------------------------------
4479 r9100 | gbazin | 2004-11-01 16:35:11 +0100 (Mon, 01 Nov 2004) | 1 line
4480 Changed paths:
4481    M /trunk/src/video_output/video_output.c
4482
4483 * src/video_output/video_output.c: portability fix.
4484 ------------------------------------------------------------------------
4485 r9099 | hartman | 2004-11-01 14:43:43 +0100 (Mon, 01 Nov 2004) | 2 lines
4486 Changed paths:
4487    M /trunk/modules/demux/sgimb.c
4488
4489 * Shame shame shame shame shame, Shame on me 
4490
4491 ------------------------------------------------------------------------
4492 r9098 | hartman | 2004-11-01 14:42:05 +0100 (Mon, 01 Nov 2004) | 2 lines
4493 Changed paths:
4494    M /trunk/modules/demux/sgimb.c
4495
4496 * Set a higher RTSP caching if we use Kasenna VoD
4497
4498 ------------------------------------------------------------------------
4499 r9097 | gbazin | 2004-11-01 14:10:14 +0100 (Mon, 01 Nov 2004) | 1 line
4500 Changed paths:
4501    M /trunk/modules/access/dshow/dshow.cpp
4502
4503 * modules/access/dshow/dshow.cpp: don't add a prefered media type when dealing with pins which handle MEDIATYPE_Stream (for some reason the WinTV PVR doesn't really like this).
4504 ------------------------------------------------------------------------
4505 r9096 | gbazin | 2004-11-01 13:58:39 +0100 (Mon, 01 Nov 2004) | 1 line
4506 Changed paths:
4507    M /trunk/modules/access/dshow/filter.cpp
4508
4509 * modules/access/dshow/filter.cpp: fixed crash.
4510 ------------------------------------------------------------------------
4511 r9095 | dionoea | 2004-11-01 12:06:13 +0100 (Mon, 01 Nov 2004) | 2 lines
4512 Changed paths:
4513    M /trunk/modules/control/http.c
4514    M /trunk/share/http/index.html
4515
4516 Possibility to set volume using %
4517
4518 ------------------------------------------------------------------------
4519 r9094 | dionoea | 2004-11-01 11:35:39 +0100 (Mon, 01 Nov 2004) | 3 lines
4520 Changed paths:
4521    M /trunk/share/http/index.html
4522
4523 Fixed the volume control
4524
4525
4526 ------------------------------------------------------------------------
4527 r9093 | jpsaman | 2004-10-31 18:24:18 +0100 (Sun, 31 Oct 2004) | 1 line
4528 Changed paths:
4529    M /trunk/ipkg/control.gpe
4530    M /trunk/ipkg/control.h3600
4531    M /trunk/ipkg/control.opie
4532    M /trunk/ipkg/control.zaurus
4533    M /trunk/ipkg/rules.gpe
4534    M /trunk/ipkg/rules.h3600
4535    M /trunk/ipkg/rules.opie
4536    M /trunk/ipkg/rules.zaurus
4537
4538 Update version information in iPAQ build files.wq
4539 ------------------------------------------------------------------------
4540 r9092 | markfm | 2004-10-31 17:50:14 +0100 (Sun, 31 Oct 2004) | 2 lines
4541 Changed paths:
4542    M /trunk/modules/gui/wxwindows/extrapanel.cpp
4543
4544 Initialize i_smooth
4545
4546 ------------------------------------------------------------------------
4547 r9091 | gbazin | 2004-10-31 17:44:01 +0100 (Sun, 31 Oct 2004) | 2 lines
4548 Changed paths:
4549    M /trunk/ChangeLog
4550    M /trunk/NEWS
4551    M /trunk/configure.ac
4552    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4553    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4554
4555 * ALL: update in preparation for 0.8.0.
4556
4557 ------------------------------------------------------------------------
4558 r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines
4559 Changed paths:
4560    M /trunk/TODO
4561    M /trunk/src/libvlc.h
4562
4563 * src/libvlc.h: --intf isn't an advanced option.
4564 * TODO: updated.
4565
4566 ------------------------------------------------------------------------
4567 r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line
4568 Changed paths:
4569    M /trunk/modules/codec/spudec/spudec.c
4570
4571 Logical fix: add packetizer in PackitizerOpen()
4572 ------------------------------------------------------------------------
4573 r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line
4574 Changed paths:
4575    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
4576    M /trunk/modules/gui/wxwindows/preferences_widgets.h
4577
4578 * modules/gui/wxwindows/preferences_widgets.cpp/h: work around a wxSpinCtrl recursion bug in wxGTK.
4579 ------------------------------------------------------------------------
4580 r9087 | gbazin | 2004-10-30 17:32:56 +0200 (Sat, 30 Oct 2004) | 1 line
4581 Changed paths:
4582    M /trunk/modules/control/netsync.c
4583
4584 * modules/control/netsync.c: less verbose.
4585 ------------------------------------------------------------------------
4586 r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line
4587 Changed paths:
4588    M /trunk/modules/codec/ffmpeg/encoder.c
4589
4590 * modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).
4591 ------------------------------------------------------------------------
4592 r9085 | gbazin | 2004-10-30 17:05:52 +0200 (Sat, 30 Oct 2004) | 1 line
4593 Changed paths:
4594    M /trunk/modules/stream_out/transcode.c
4595
4596 * modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.
4597 ------------------------------------------------------------------------
4598 r9084 | gbazin | 2004-10-30 16:12:35 +0200 (Sat, 30 Oct 2004) | 1 line
4599 Changed paths:
4600    M /trunk/modules/stream_out/transcode.c
4601
4602 *  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync.
4603 ------------------------------------------------------------------------
4604 r9083 | gbazin | 2004-10-30 12:36:07 +0200 (Sat, 30 Oct 2004) | 3 lines
4605 Changed paths:
4606    M /trunk/modules/control/telnet.c
4607    M /trunk/src/misc/vlm.c
4608
4609 * src/misc/vlm.c: reformat help message.
4610 * modules/control/telnet.c: "\n" -> "\r\n" + cleanup.
4611
4612 ------------------------------------------------------------------------
4613 r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines
4614 Changed paths:
4615    M /trunk/modules/access/http.c
4616
4617 * live365.com servers behave quite like icecast servers. they are now supported and piggyback on the same 'hack'. Also print the [ice|icy|x-audiocast]-* meta headers. send by ICY and icecast servers.
4618
4619 ------------------------------------------------------------------------
4620 r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines
4621 Changed paths:
4622    M /trunk/modules/access/http.c
4623
4624 * Fix icecast detection (only works if the server truly is icecast).
4625
4626 ------------------------------------------------------------------------
4627 r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines
4628 Changed paths:
4629    M /trunk/modules/demux/ts.c
4630
4631 * recognize the following descriptors in a DVB stream (no decoders yet)
4632   - 0x56 Systems B EBU Teletext
4633   - 0x45 VBI Data
4634   - 0x46 VBI Teletext
4635
4636 ------------------------------------------------------------------------
4637 r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines
4638 Changed paths:
4639    M /trunk/include/vlc_es_out.h
4640    M /trunk/modules/control/netsync.c
4641    M /trunk/src/input/es_out.c
4642
4643 * src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp.
4644 * modules/control/netsync.c: fixed the netsync module.
4645
4646 ------------------------------------------------------------------------
4647 r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line
4648 Changed paths:
4649    M /trunk/modules/mux/mp4.c
4650
4651 * modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.
4652 ------------------------------------------------------------------------
4653 r9077 | gbazin | 2004-10-28 19:46:18 +0200 (Thu, 28 Oct 2004) | 1 line
4654 Changed paths:
4655    M /trunk/modules/audio_output/portaudio.c
4656
4657 * modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me.
4658 ------------------------------------------------------------------------
4659 r9076 | gbazin | 2004-10-28 15:52:36 +0200 (Thu, 28 Oct 2004) | 1 line
4660 Changed paths:
4661    M /trunk/modules/access/dvb/linux_dvb.c
4662
4663 * modules/access/dvb/linux_dvb.c: compilation fix for new versions.
4664 ------------------------------------------------------------------------
4665 r9075 | gbazin | 2004-10-28 15:42:48 +0200 (Thu, 28 Oct 2004) | 1 line
4666 Changed paths:
4667    M /trunk/modules/codec/dmo/dmo.c
4668
4669 * modules/codec/dmo: couple of fixes.
4670 ------------------------------------------------------------------------
4671 r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line
4672 Changed paths:
4673    M /trunk/modules/access/dshow/dshow.cpp
4674    M /trunk/modules/access/dshow/filter.cpp
4675
4676 * modules/access/dshow: some more debug messages.
4677 ------------------------------------------------------------------------
4678 r9073 | gbazin | 2004-10-28 12:29:49 +0200 (Thu, 28 Oct 2004) | 1 line
4679 Changed paths:
4680    M /trunk/src/misc/modules.c
4681
4682 * src/misc/modules.c: remove debug message.
4683 ------------------------------------------------------------------------
4684 r9072 | gbazin | 2004-10-28 12:26:00 +0200 (Thu, 28 Oct 2004) | 1 line
4685 Changed paths:
4686    M /trunk/src/misc/modules.c
4687
4688 * src/misc/modules.c: include current language in cache file.
4689 ------------------------------------------------------------------------
4690 r9071 | hartman | 2004-10-28 12:17:22 +0200 (Thu, 28 Oct 2004) | 2 lines
4691 Changed paths:
4692    M /trunk/modules/demux/subtitle.c
4693
4694 * subtitle.c: make sure int -> date conversion is don properly everywhere.
4695
4696 ------------------------------------------------------------------------
4697 r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line
4698 Changed paths:
4699    M /trunk/src/misc/modules.c
4700
4701 * src/misc/modules.c: fixed forcing of modules.
4702 ------------------------------------------------------------------------
4703 r9069 | bigben | 2004-10-27 23:47:44 +0200 (Wed, 27 Oct 2004) | 3 lines
4704 Changed paths:
4705    M /trunk/modules/gui/macosx/open.m
4706
4707 Add rtsp to the list of protocols available in the http/ftp/mms option of the open network dialog. This breaks translation of this string but, BTW, why is it translatable ?
4708
4709
4710 ------------------------------------------------------------------------
4711 r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines
4712 Changed paths:
4713    M /trunk/modules/access/dvb/dvb.h
4714    M /trunk/modules/access/dvb/en50221.c
4715    M /trunk/modules/access/dvb/linux_dvb.c
4716
4717  * modules/access/dvb: Fixed a bug with CAMs which take a long time to
4718    initialize.
4719
4720 ------------------------------------------------------------------------
4721 r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line
4722 Changed paths:
4723    M /trunk/modules/mux/mpeg/pes.c
4724    M /trunk/modules/mux/mpeg/pes.h
4725    M /trunk/modules/mux/mpeg/ps.c
4726    M /trunk/modules/mux/mpeg/ts.c
4727
4728 * modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when they are both available (makes vlc a lot happier when demuxing the stream, especially for other video codecs than mpeg2).
4729 ------------------------------------------------------------------------
4730 r9066 | gbazin | 2004-10-27 16:14:47 +0200 (Wed, 27 Oct 2004) | 1 line
4731 Changed paths:
4732    M /trunk/modules/codec/ffmpeg/encoder.c
4733
4734 * modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec.
4735 ------------------------------------------------------------------------
4736 r9065 | sam | 2004-10-27 15:32:21 +0200 (Wed, 27 Oct 2004) | 3 lines
4737 Changed paths:
4738    M /trunk/src/misc/modules.c
4739
4740   * src/misc/modules:
4741     + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).
4742
4743 ------------------------------------------------------------------------
4744 r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines
4745 Changed paths:
4746    M /trunk/include/vlc_config.h
4747    M /trunk/src/misc/modules.c
4748
4749   * src/misc/modules.c:
4750     + Store plugin cache in a cache/ subdirectory.
4751     + Encode the endianness and pointer size in the plugin cache filename to
4752       prevent crashes on multiarch home directories.
4753
4754 ------------------------------------------------------------------------
4755 r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line
4756 Changed paths:
4757    M /trunk/modules/demux/asf/asf.c
4758
4759 * modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
4760 ------------------------------------------------------------------------
4761 r9062 | hartman | 2004-10-27 03:05:37 +0200 (Wed, 27 Oct 2004) | 4 lines
4762 Changed paths:
4763    M /trunk/modules/demux/livedotcom.cpp
4764
4765 * livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
4766   Ross Finlayson (21 august 2004)
4767   - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )
4768
4769 ------------------------------------------------------------------------
4770 r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line
4771 Changed paths:
4772    M /trunk/modules/demux/mpeg/mpga.c
4773
4774 * modules/demux/mpeg/mpga.c: oops, uninitialized variable.
4775 ------------------------------------------------------------------------
4776 r9060 | gbazin | 2004-10-26 15:00:04 +0200 (Tue, 26 Oct 2004) | 4 lines
4777 Changed paths:
4778    M /trunk/modules/demux/mpeg/mpga.c
4779
4780 * modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
4781   - fixes problems the old demux had with some mp3s.
4782   - should handle free-bitrate as well.
4783
4784 ------------------------------------------------------------------------
4785 r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines
4786 Changed paths:
4787    M /trunk/modules/access/mms/mmstu.c
4788
4789 Comment out truncated packets debug message.
4790
4791 ------------------------------------------------------------------------
4792 r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line
4793 Changed paths:
4794    M /trunk/modules/access/http.c
4795
4796 * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).
4797 ------------------------------------------------------------------------
4798 r9057 | gbazin | 2004-10-25 10:19:29 +0200 (Mon, 25 Oct 2004) | 1 line
4799 Changed paths:
4800    M /trunk/src/libvlc.h
4801
4802 * src/libvlc.h: do not make --high-priority an advanced option.
4803 ------------------------------------------------------------------------
4804 r9056 | gbazin | 2004-10-24 23:07:58 +0200 (Sun, 24 Oct 2004) | 1 line
4805 Changed paths:
4806    M /trunk/src/libvlc.c
4807    M /trunk/src/misc/threads.c
4808
4809 * src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.
4810 ------------------------------------------------------------------------
4811 r9055 | murray | 2004-10-24 19:09:14 +0200 (Sun, 24 Oct 2004) | 2 lines
4812 Changed paths:
4813    M /trunk/po/it.po
4814
4815 UTF8 version of it.po
4816
4817 ------------------------------------------------------------------------
4818 r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines
4819 Changed paths:
4820    M /trunk/modules/misc/freetype.c
4821
4822 Cosmetics
4823
4824 ------------------------------------------------------------------------
4825 r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines
4826 Changed paths:
4827    M /trunk/modules/misc/freetype.c
4828
4829 freetype.c: fixed crash on unbreakable strings
4830
4831 ------------------------------------------------------------------------
4832 r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines
4833 Changed paths:
4834    M /trunk/modules/misc/freetype.c
4835
4836 freetype.c: Auto-wrap subtitles (still needs some work to handle margins)
4837
4838 ------------------------------------------------------------------------
4839 r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines
4840 Changed paths:
4841    M /trunk/modules/access/mms/mmstu.c
4842
4843 Truncated packet debug message -- state reported vs. actual length, not the delta.
4844
4845 ------------------------------------------------------------------------
4846 r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line
4847 Changed paths:
4848    M /trunk/modules/codec/ffmpeg/encoder.c
4849
4850 * modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.
4851 ------------------------------------------------------------------------
4852 r9049 | sigmunau | 2004-10-24 15:13:58 +0200 (Sun, 24 Oct 2004) | 2 lines
4853 Changed paths:
4854    M /trunk/modules/misc/freetype.c
4855
4856 freetype.c: fixed two size/position related bugs. 
4857
4858 ------------------------------------------------------------------------
4859 r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line
4860 Changed paths:
4861    M /trunk/configure.ac
4862
4863 * configure.ac: fixed detection of libavformat.
4864 ------------------------------------------------------------------------
4865 r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line
4866 Changed paths:
4867    M /trunk/configure.ac
4868
4869 * configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).
4870 ------------------------------------------------------------------------
4871 r9046 | fkuehne | 2004-10-23 18:54:56 +0200 (Sat, 23 Oct 2004) | 1 line
4872 Changed paths:
4873    M /trunk/po/es.po
4874
4875 * final update to the Spanish translation by Antonio Javier Varela Calvo
4876 ------------------------------------------------------------------------
4877 r9045 | zorglub | 2004-10-23 18:08:57 +0200 (Sat, 23 Oct 2004) | 2 lines
4878 Changed paths:
4879    M /trunk/modules/gui/wxwindows/streamdata.h
4880    M /trunk/modules/gui/wxwindows/streamout.cpp
4881    M /trunk/modules/gui/wxwindows/wizard.cpp
4882
4883 Update muxers and codecs in wizard
4884
4885 ------------------------------------------------------------------------
4886 r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line
4887 Changed paths:
4888    M /trunk/modules/misc/freetype.c
4889
4890 * modules/misc/freetype.c: off by one error.
4891 ------------------------------------------------------------------------
4892 r9043 | gbazin | 2004-10-22 20:34:38 +0200 (Fri, 22 Oct 2004) | 1 line
4893 Changed paths:
4894    M /trunk/include/vlc_block.h
4895
4896 * include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
4897 ------------------------------------------------------------------------
4898 r9042 | massiot | 2004-10-22 17:16:45 +0200 (Fri, 22 Oct 2004) | 6 lines
4899 Changed paths:
4900    M /trunk/modules/mux/mpeg/pes.c
4901    M /trunk/modules/mux/mpeg/pes.h
4902    M /trunk/modules/mux/mpeg/ps.c
4903    M /trunk/modules/mux/mpeg/ts.c
4904
4905  * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
4906    and data_alignment in the PES header (needed for teletext).
4907  * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
4908    new options spu-pid and tsid, re-enabled bmax because it is useful for
4909    debugging the encoder, fixed in a bug in the parsing of the CSA key
4910
4911 ------------------------------------------------------------------------
4912 r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines
4913 Changed paths:
4914    M /trunk/modules/demux/mp4/mp4.c
4915    M /trunk/modules/misc/sap.c
4916
4917 * Fix reference modules to add after their own playlist position instead of the end of the playlist
4918
4919 ------------------------------------------------------------------------
4920 r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines
4921 Changed paths:
4922    M /trunk/modules/access/dvb/Modules.am
4923    M /trunk/modules/access/dvb/access.c
4924    M /trunk/modules/access/dvb/dvb.h
4925    A /trunk/modules/access/dvb/en50221.c
4926    M /trunk/modules/access/dvb/linux_dvb.c
4927    M /trunk/modules/demux/ts.c
4928
4929  * modules/access/dvb: Partial EN 50 221 implementation. This activates
4930    native support for CAM modules (without using an external program).
4931    When used in conjunction with --programs, it also allows to descramble
4932    several services with one professional CAM.
4933
4934 ------------------------------------------------------------------------
4935 r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines
4936 Changed paths:
4937    M /trunk/include/vlc_es_out.h
4938    M /trunk/src/input/es_out.c
4939    M /trunk/src/input/input.c
4940    M /trunk/src/input/var.c
4941    M /trunk/src/libvlc.h
4942
4943  * src/input: Added a --programs configuration option, allowing to select
4944    several coma-separated programs.
4945
4946 ------------------------------------------------------------------------
4947 r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines
4948 Changed paths:
4949    M /trunk/modules/stream_out/transrate/frame.c
4950
4951 * modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
4952   original author) email address.
4953
4954 ------------------------------------------------------------------------
4955 r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines
4956 Changed paths:
4957    M /trunk/src/misc/threads.c
4958
4959 * src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
4960   threads a newly created thread inherits the priority of its parent.
4961   Set the priority even if it is 0.
4962
4963 ------------------------------------------------------------------------
4964 r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines
4965 Changed paths:
4966    M /trunk/src/misc/variables.c
4967
4968  * src/misc/variables.c: Implemented inheritance for variables of type list.
4969
4970 ------------------------------------------------------------------------
4971 r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line
4972 Changed paths:
4973    M /trunk/modules/gui/wxwindows/open.cpp
4974
4975 * modules/gui/wxwindows/open.cpp: small cosmetic change.
4976 ------------------------------------------------------------------------
4977 r9034 | gbazin | 2004-10-22 15:31:17 +0200 (Fri, 22 Oct 2004) | 1 line
4978 Changed paths:
4979    M /trunk/modules/access/dshow/dshow.cpp
4980
4981 * modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.
4982 ------------------------------------------------------------------------
4983 r9033 | gbazin | 2004-10-22 14:07:08 +0200 (Fri, 22 Oct 2004) | 1 line
4984 Changed paths:
4985    M /trunk/modules/gui/wxwindows/streamout.cpp
4986    M /trunk/modules/gui/wxwindows/wxwindows.h
4987
4988 * modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.
4989 ------------------------------------------------------------------------
4990 r9032 | gbazin | 2004-10-22 13:22:04 +0200 (Fri, 22 Oct 2004) | 1 line
4991 Changed paths:
4992    M /trunk/modules/codec/ffmpeg/video.c
4993
4994 * modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.
4995 ------------------------------------------------------------------------
4996 r9031 | gbazin | 2004-10-22 13:11:27 +0200 (Fri, 22 Oct 2004) | 1 line
4997 Changed paths:
4998    M /trunk/modules/packetizer/h264.c
4999
5000 * modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
5001 ------------------------------------------------------------------------
5002 r9030 | gbazin | 2004-10-22 12:08:17 +0200 (Fri, 22 Oct 2004) | 2 lines
5003 Changed paths:
5004    M /trunk/configure.ac
5005    D /trunk/modules/codec/ffmpeg/postprocessing
5006
5007 * modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
5008
5009 ------------------------------------------------------------------------
5010 r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines
5011 Changed paths:
5012    M /trunk/po/de.po
5013    M /trunk/po/es.po
5014
5015 * es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
5016 * de.po: small fix
5017 ------------------------------------------------------------------------
5018 r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line
5019 Changed paths:
5020    M /trunk/modules/control/ntservice.c
5021
5022 * modules/control/ntservice.c: fix for --ntservice-extraintf.
5023 ------------------------------------------------------------------------
5024 r9027 | gbazin | 2004-10-21 15:20:54 +0200 (Thu, 21 Oct 2004) | 1 line
5025 Changed paths:
5026    M /trunk/modules/codec/dvbsub.c
5027
5028 * modules/codec/dvbsub.c: fixed a sanity check.
5029 ------------------------------------------------------------------------
5030 r9026 | gbazin | 2004-10-21 14:48:10 +0200 (Thu, 21 Oct 2004) | 1 line
5031 Changed paths:
5032    M /trunk/modules/control/ntservice.c
5033
5034 * modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.
5035 ------------------------------------------------------------------------
5036 r9025 | gbazin | 2004-10-21 12:23:08 +0200 (Thu, 21 Oct 2004) | 1 line
5037 Changed paths:
5038    M /trunk/src/libvlc.c
5039
5040 * src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
5041 ------------------------------------------------------------------------
5042 r9024 | gbazin | 2004-10-21 11:09:20 +0200 (Thu, 21 Oct 2004) | 1 line
5043 Changed paths:
5044    M /trunk/modules/audio_output/directx.c
5045
5046 * modules/audio_output/directx.c: use common channel re-ordering code.
5047 ------------------------------------------------------------------------
5048 r9023 | gbazin | 2004-10-20 19:44:36 +0200 (Wed, 20 Oct 2004) | 5 lines
5049 Changed paths:
5050    M /trunk/modules/packetizer/h264.c
5051
5052 * modules/packetizer/h264.c:
5053    - use 3 bytes start codes.
5054    - fixed SPS parsing with cropping.
5055    - fixed detection of the first VCL NAL unit of a picture.
5056
5057 ------------------------------------------------------------------------
5058 r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line
5059 Changed paths:
5060    M /trunk/modules/access/dshow/dshow.cpp
5061
5062 * modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
5063 ------------------------------------------------------------------------
5064 r9021 | gbazin | 2004-10-20 15:04:05 +0200 (Wed, 20 Oct 2004) | 1 line
5065 Changed paths:
5066    M /trunk/src/input/demux.c
5067
5068 * src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
5069 ------------------------------------------------------------------------
5070 r9020 | gbazin | 2004-10-20 14:01:09 +0200 (Wed, 20 Oct 2004) | 5 lines
5071 Changed paths:
5072    M /trunk/doc/vlm.txt
5073    M /trunk/include/vlc_vlm.h
5074    M /trunk/modules/misc/rtsp.c
5075    M /trunk/src/misc/vlm.c
5076
5077 * src/misc/vlm.c: added support for the 'mux' option for VOD.
5078    This option tells the vod server to send an encapsulated stream.
5079 * modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
5080 * doc/vlm.txt: update for the mux option.
5081
5082 ------------------------------------------------------------------------
5083 r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line
5084 Changed paths:
5085    M /trunk/modules/control/telnet.c
5086
5087 * modules/control/telnet.c: a few fixes + coding style changes.
5088 ------------------------------------------------------------------------
5089 r9018 | gbazin | 2004-10-20 00:28:26 +0200 (Wed, 20 Oct 2004) | 1 line
5090 Changed paths:
5091    M /trunk/src/input/demux.c
5092
5093 * src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
5094 ------------------------------------------------------------------------
5095 r9017 | gbazin | 2004-10-19 14:05:58 +0200 (Tue, 19 Oct 2004) | 1 line
5096 Changed paths:
5097    M /trunk/modules/gui/wxwindows/streamout.cpp
5098
5099 * modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
5100 ------------------------------------------------------------------------
5101 r9016 | gbazin | 2004-10-19 12:07:38 +0200 (Tue, 19 Oct 2004) | 1 line
5102 Changed paths:
5103    M /trunk/modules/demux/ts.c
5104
5105 * modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
5106 ------------------------------------------------------------------------
5107 r9015 | hartman | 2004-10-19 01:06:24 +0200 (Tue, 19 Oct 2004) | 2 lines
5108 Changed paths:
5109    M /trunk/modules/demux/livedotcom.cpp
5110    M /trunk/modules/demux/sgimb.c
5111
5112 * Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
5113
5114 ------------------------------------------------------------------------
5115 r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines
5116 Changed paths:
5117    M /trunk/modules/demux/m3u.c
5118    M /trunk/modules/demux/real.c
5119
5120 * increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.
5121
5122 ------------------------------------------------------------------------
5123 r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines
5124 Changed paths:
5125    M /trunk/src/input/input.c
5126
5127 * Show value of boolean variable options when printing the list for an input.
5128
5129 ------------------------------------------------------------------------
5130 r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines
5131 Changed paths:
5132    M /trunk/share/skins2/skin.dtd
5133
5134 - skin.dtd: a Playlist may not have a Slider
5135
5136 ------------------------------------------------------------------------
5137 r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines
5138 Changed paths:
5139    M /trunk/po/nl.po
5140
5141 * another round of dutch translations. only stupid wizard is left.
5142
5143 ------------------------------------------------------------------------
5144 r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line
5145 Changed paths:
5146    M /trunk/src/audio_output/input.c
5147    M /trunk/src/audio_output/mixer.c
5148
5149 * src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.
5150 ------------------------------------------------------------------------
5151 r9009 | markfm | 2004-10-18 15:49:34 +0200 (Mon, 18 Oct 2004) | 2 lines
5152 Changed paths:
5153    M /trunk/modules/control/rc.c
5154
5155 Windows compatibility -- Change printf from \n to \r\n
5156
5157 ------------------------------------------------------------------------
5158 r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line
5159 Changed paths:
5160    M /trunk/src/audio_output/mixer.c
5161
5162 * src/audio_output/mixer.c: fixed segfault.
5163 ------------------------------------------------------------------------
5164 r9007 | gbazin | 2004-10-18 08:36:35 +0200 (Mon, 18 Oct 2004) | 1 line
5165 Changed paths:
5166    M /trunk/modules/control/rc.c
5167
5168 * modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
5169 ------------------------------------------------------------------------
5170 r9006 | gbazin | 2004-10-18 08:00:41 +0200 (Mon, 18 Oct 2004) | 1 line
5171 Changed paths:
5172    M /trunk/include/vlc_common.h
5173
5174 * include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
5175 ------------------------------------------------------------------------
5176 r9005 | markfm | 2004-10-18 01:32:46 +0200 (Mon, 18 Oct 2004) | 2 lines
5177 Changed paths:
5178    M /trunk/modules/control/rc.c
5179
5180 WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
5181
5182 ------------------------------------------------------------------------
5183 r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines
5184 Changed paths:
5185    M /trunk/INSTALL
5186    M /trunk/README
5187    M /trunk/README.MacOSX.rtf
5188
5189 * Update of README and install files with new information.
5190
5191 ------------------------------------------------------------------------
5192 r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines
5193 Changed paths:
5194    M /trunk/modules/demux/vobsub.c
5195
5196 * vobsub.c: implemented vobsub seeking support.
5197
5198 ------------------------------------------------------------------------
5199 r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines
5200 Changed paths:
5201    M /trunk/modules/demux/livedotcom.cpp
5202
5203 * livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
5204
5205 ------------------------------------------------------------------------
5206 r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line
5207 Changed paths:
5208    M /trunk/configure.ac
5209
5210 * configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.
5211 ------------------------------------------------------------------------
5212 r9000 | gbazin | 2004-10-15 23:41:34 +0200 (Fri, 15 Oct 2004) | 1 line
5213 Changed paths:
5214    M /trunk/modules/codec/ffmpeg/demux.c
5215
5216 * modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
5217 ------------------------------------------------------------------------
5218 r8999 | gbazin | 2004-10-15 20:08:53 +0200 (Fri, 15 Oct 2004) | 1 line
5219 Changed paths:
5220    M /trunk/modules/codec/dvbsub.c
5221
5222 * modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.
5223 ------------------------------------------------------------------------
5224 r8998 | gbazin | 2004-10-15 17:46:53 +0200 (Fri, 15 Oct 2004) | 1 line
5225 Changed paths:
5226    M /trunk/src/stream_output/stream_output.c
5227
5228 * src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
5229 ------------------------------------------------------------------------
5230 r8997 | gbazin | 2004-10-15 17:42:01 +0200 (Fri, 15 Oct 2004) | 7 lines
5231 Changed paths:
5232    M /trunk/src/stream_output/stream_output.c
5233
5234 * src/stream_output/stream_output.c:
5235   - for muxers that request some preparsing before starting muxing,
5236     we now wait for 1.5 seconds worth of data to be in the fifo instead
5237     of waiting for 1.5 seconds of real-time.
5238   - if we have have control over the output pace, we also wait before
5239     starting muxing (produces nicer streams).
5240
5241 ------------------------------------------------------------------------
5242 r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line
5243 Changed paths:
5244    M /trunk/modules/codec/dvbsub.c
5245
5246 * modules/codec/dvbsub.c: oops, small fix.
5247 ------------------------------------------------------------------------
5248 r8995 | gbazin | 2004-10-15 12:29:38 +0200 (Fri, 15 Oct 2004) | 1 line
5249 Changed paths:
5250    M /trunk/modules/codec/dvbsub.c
5251
5252 * modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.
5253 ------------------------------------------------------------------------
5254 r8994 | gbazin | 2004-10-15 10:58:16 +0200 (Fri, 15 Oct 2004) | 1 line
5255 Changed paths:
5256    M /trunk/modules/codec/ffmpeg/audio.c
5257    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5258    M /trunk/modules/codec/ffmpeg/video.c
5259
5260 * modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
5261 ------------------------------------------------------------------------
5262 r8993 | sam | 2004-10-15 10:32:03 +0200 (Fri, 15 Oct 2004) | 3 lines
5263 Changed paths:
5264    M /trunk/modules/access/http.c
5265
5266   * modules/access/http.c:
5267     + Fixed erroneous extra "/" in URLs sent to a proxy.
5268
5269 ------------------------------------------------------------------------
5270 r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines
5271 Changed paths:
5272    M /trunk/THANKS
5273    M /trunk/po/ja.po
5274
5275 * update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>
5276
5277 ------------------------------------------------------------------------
5278 r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line
5279 Changed paths:
5280    M /trunk/modules/codec/ffmpeg/video_filter.c
5281    M /trunk/modules/stream_out/transcode.c
5282    M /trunk/modules/video_filter/scale.c
5283
5284 * modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.
5285 ------------------------------------------------------------------------
5286 r8990 | geshp | 2004-10-14 22:52:14 +0200 (Thu, 14 Oct 2004) | 1 line
5287 Changed paths:
5288    M /trunk/vlc.spec
5289
5290 Long overdue update to the spec file
5291 ------------------------------------------------------------------------
5292 r8989 | gbazin | 2004-10-14 22:05:57 +0200 (Thu, 14 Oct 2004) | 1 line
5293 Changed paths:
5294    M /trunk/src/video_output/video_output.c
5295
5296 * src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
5297 ------------------------------------------------------------------------
5298 r8988 | gbazin | 2004-10-14 21:54:52 +0200 (Thu, 14 Oct 2004) | 1 line
5299 Changed paths:
5300    M /trunk/src/video_output/video_output.c
5301
5302 * src/video_output/video_output.c: a couple of fixes.
5303 ------------------------------------------------------------------------
5304 r8987 | gbazin | 2004-10-14 17:03:23 +0200 (Thu, 14 Oct 2004) | 1 line
5305 Changed paths:
5306    M /trunk/src/video_output/video_output.c
5307
5308 * src/video_output/video_output.c: fixed video filter on-the-fly switching (use var_Get/Set instead of config_Get/Put).
5309 ------------------------------------------------------------------------
5310 r8986 | gbazin | 2004-10-14 16:32:34 +0200 (Thu, 14 Oct 2004) | 1 line
5311 Changed paths:
5312    M /trunk/modules/codec/dvbsub.c
5313
5314 * modules/codec/dvbsub.c: another bunch of sanity checks to make the decoder more resiliant to bad streams.
5315 ------------------------------------------------------------------------
5316 r8985 | hartman | 2004-10-14 16:00:14 +0200 (Thu, 14 Oct 2004) | 2 lines
5317 Changed paths:
5318    M /trunk/extras/contrib/src/Makefile
5319    M /trunk/extras/contrib/src/packages.mak
5320
5321 * goom2k4 for OSX.
5322
5323 ------------------------------------------------------------------------
5324 r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines
5325 Changed paths:
5326    M /trunk/po/it.po
5327
5328 Italian translation for 0.8.0
5329
5330 ------------------------------------------------------------------------
5331 r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line
5332 Changed paths:
5333    M /trunk/modules/codec/dvbsub.c
5334
5335 * modules/codec/dvbsub.c: more sanity checks.
5336 ------------------------------------------------------------------------
5337 r8982 | gbazin | 2004-10-13 17:40:39 +0200 (Wed, 13 Oct 2004) | 1 line
5338 Changed paths:
5339    M /trunk/modules/codec/dvbsub.c
5340
5341 * modules/codec/dvbsub.c: switch debugging off.
5342 ------------------------------------------------------------------------
5343 r8981 | gbazin | 2004-10-13 17:39:38 +0200 (Wed, 13 Oct 2004) | 5 lines
5344 Changed paths:
5345    M /trunk/modules/codec/dvbsub.c
5346
5347 * modules/codec/dvbsub.c:
5348   - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
5349   - code simplification.
5350   - more compliant.
5351
5352 ------------------------------------------------------------------------
5353 r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line
5354 Changed paths:
5355    M /trunk/modules/gui/wxwindows/video.cpp
5356
5357 * modules/gui/wxwindows/video.cpp: will hopefully fix the gray video problem in embedded mode on win32.
5358 ------------------------------------------------------------------------
5359 r8979 | gbazin | 2004-10-13 14:30:20 +0200 (Wed, 13 Oct 2004) | 1 line
5360 Changed paths:
5361    M /trunk/modules/video_output/x11/xcommon.c
5362
5363 * modules/video_output/x11/xcommon.c: don't steal events from the owner window.
5364 ------------------------------------------------------------------------
5365 r8978 | gbazin | 2004-10-12 14:58:24 +0200 (Tue, 12 Oct 2004) | 1 line
5366 Changed paths:
5367    M /trunk/modules/visualization/goom.c
5368
5369 * modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).
5370 ------------------------------------------------------------------------
5371 r8977 | gbazin | 2004-10-12 12:21:49 +0200 (Tue, 12 Oct 2004) | 1 line
5372 Changed paths:
5373    M /trunk/src/video_output/video_output.c
5374
5375 * src/video_output/video_output.c: even uglier fix for the on-the-fly deinterlacing switch problem (but at least it works).
5376 ------------------------------------------------------------------------
5377 r8976 | gbazin | 2004-10-11 21:11:01 +0200 (Mon, 11 Oct 2004) | 1 line
5378 Changed paths:
5379    M /trunk/src/video_output/video_output.c
5380
5381 * src/video_output/video_output.c: nasty fix for on-the-fly deinterlacing switch.
5382 ------------------------------------------------------------------------
5383 r8975 | fkuehne | 2004-10-11 15:44:47 +0200 (Mon, 11 Oct 2004) | 1 line
5384 Changed paths:
5385    M /trunk/po/de.po
5386
5387 * converted the G. l10n to UTF-8
5388 ------------------------------------------------------------------------
5389 r8974 | sam | 2004-10-11 15:14:31 +0200 (Mon, 11 Oct 2004) | 2 lines
5390 Changed paths:
5391    M /trunk/po/de.po
5392
5393   * po/de.po: minor typo.
5394
5395 ------------------------------------------------------------------------
5396 r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line
5397 Changed paths:
5398    M /trunk/modules/codec/x264.c
5399
5400 * modules/codec/x264.c: compilation fix.
5401 ------------------------------------------------------------------------
5402 r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line
5403 Changed paths:
5404    M /trunk/modules/demux/ps.c
5405
5406 * modules/demux/ps.c: work around broken streams produced with WinSubMux.
5407 ------------------------------------------------------------------------
5408 r8971 | gbazin | 2004-10-10 23:28:58 +0200 (Sun, 10 Oct 2004) | 3 lines
5409 Changed paths:
5410    M /trunk/modules/codec/ffmpeg/ffmpeg.c
5411    M /trunk/modules/codec/x264.c
5412
5413 * modules/codec/x264.c: a couple of fixes + use SSE2 detection.
5414 * modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.
5415
5416 ------------------------------------------------------------------------
5417 r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines
5418 Changed paths:
5419    M /trunk/po/en_GB.po
5420    M /trunk/po/es.po
5421    M /trunk/po/fr.po
5422
5423   * po/es.po: fixed a missing space.
5424   * po/fr.po: converted to UTF-8 and fixed ellipses.
5425   * po/en_GB.po: converted to UTF-8 and fixed ellipses.
5426
5427 ------------------------------------------------------------------------
5428 r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines
5429 Changed paths:
5430    M /trunk/po/es.po
5431
5432 Compilation fix. Please double-check (I don't speak spanish).
5433
5434 ------------------------------------------------------------------------
5435 r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line
5436 Changed paths:
5437    M /trunk/po/es.po
5438
5439 * 80% update of the Spanish l10n by Javier 'TonXabar' Varela
5440 ------------------------------------------------------------------------
5441 r8967 | gbazin | 2004-10-10 16:06:23 +0200 (Sun, 10 Oct 2004) | 1 line
5442 Changed paths:
5443    M /trunk/modules/codec/x264.c
5444
5445 * modules/codec/x264.c: added a bunch of new config options.
5446 ------------------------------------------------------------------------
5447 r8966 | ipkiss | 2004-10-10 12:08:44 +0200 (Sun, 10 Oct 2004) | 8 lines
5448 Changed paths:
5449    M /trunk/configure.ac
5450    M /trunk/include/vlc_keys.h
5451    M /trunk/modules/control/Modules.am
5452    M /trunk/modules/control/hotkeys.c
5453    A /trunk/modules/control/showintf.c
5454    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
5455    M /trunk/modules/gui/skins2/src/vlcproc.cpp
5456    M /trunk/modules/gui/skins2/src/vlcproc.hpp
5457    M /trunk/modules/gui/skins2/src/window_manager.cpp
5458    M /trunk/modules/gui/skins2/src/window_manager.hpp
5459    M /trunk/modules/gui/skins2/win32/win32_window.cpp
5460    M /trunk/modules/gui/wxwindows/timer.cpp
5461    M /trunk/modules/gui/wxwindows/wxwindows.h
5462    M /trunk/src/libvlc.h
5463
5464  - modules/control/showintf.c: new control module, able to show the
5465    interface when moving the mouse to the top of the screen (in
5466    fullscreen mode).
5467  - modules/control/hotkeys.c: added a hotkey to raise the interface
5468  - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for
5469    the "intf-show" variable; it should be easy to do the same for BeOS
5470    and MacOSX interfaces
5471
5472 ------------------------------------------------------------------------
5473 r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines
5474 Changed paths:
5475    M /trunk/modules/access/cdda/info.c
5476
5477 Compilation fix when libcddb is not available.
5478
5479
5480 ------------------------------------------------------------------------
5481 r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines
5482 Changed paths:
5483    M /trunk/modules/demux/vobsub.c
5484
5485 vobsub.c: Don't break autodetection of non-vobsub subtitles
5486
5487 ------------------------------------------------------------------------
5488 r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line
5489 Changed paths:
5490    M /trunk/modules/codec/dvbsub.c
5491
5492 * modules/codec/dvbsub.c: bug fix in the encoder.
5493 ------------------------------------------------------------------------
5494 r8962 | gbazin | 2004-10-08 15:12:51 +0200 (Fri, 08 Oct 2004) | 1 line
5495 Changed paths:
5496    M /trunk/share/http/index.html
5497
5498 * share/http/index.html: delete/keep commands fix by Torsten Spindler
5499 ------------------------------------------------------------------------
5500 r8961 | bigben | 2004-10-08 13:03:12 +0200 (Fri, 08 Oct 2004) | 3 lines
5501 Changed paths:
5502    M /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
5503    M /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
5504    M /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
5505
5506 * new icons proposal for the playlist window
5507
5508
5509 ------------------------------------------------------------------------
5510 r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line
5511 Changed paths:
5512    M /trunk/evc/errno.h
5513    M /trunk/evc/vlc.c
5514    M /trunk/evc/vlc.vcw
5515
5516 * evc/*: fixes and updates.
5517 ------------------------------------------------------------------------
5518 r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line
5519 Changed paths:
5520    M /trunk/modules/demux/subtitle.c
5521
5522 * modules/demux/subtitle.c: portability fix.
5523 ------------------------------------------------------------------------
5524 r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line
5525 Changed paths:
5526    M /trunk/modules/access/mms/mmstu.c
5527    M /trunk/modules/demux/mp4/drms.c
5528    M /trunk/modules/demux/mp4/mp4.c
5529    M /trunk/modules/misc/logger.c
5530
5531 * modules/access/mms, modules/demux/mp4, modules/misc/logger.c: WinCE compilation fixes.
5532 ------------------------------------------------------------------------
5533 r8957 | gbazin | 2004-10-08 11:59:26 +0200 (Fri, 08 Oct 2004) | 1 line
5534 Changed paths:
5535    M /trunk/src/misc/modules.c
5536    M /trunk/src/misc/win32_specific.c
5537
5538 * src/misc/win32_specific.c, modules.c: WinCE improvements (support for finding out the application path + support for the plugins cache).
5539 ------------------------------------------------------------------------
5540 r8956 | hartman | 2004-10-08 02:07:48 +0200 (Fri, 08 Oct 2004) | 3 lines
5541 Changed paths:
5542    M /trunk/modules/control/hotkeys.c
5543
5544 * hotkeys.c: change fullscreen setting even if there is no vout
5545   bigben: this fixes that last little problem you had with the 'fullscreen button'
5546
5547 ------------------------------------------------------------------------
5548 r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines
5549 Changed paths:
5550    M /trunk/po/nl.po
5551
5552 * 1st run of dutch translations
5553
5554
5555 ------------------------------------------------------------------------
5556 r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines
5557 Changed paths:
5558    M /trunk/modules/access/dvb/access.c
5559
5560 * removed another translatable string that is no longer used.
5561
5562 ------------------------------------------------------------------------
5563 r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines
5564 Changed paths:
5565    M /trunk/modules/access/directory.c
5566
5567 * diretory.c: remove a completly useless translation string
5568
5569 ------------------------------------------------------------------------
5570 r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines
5571 Changed paths:
5572    M /trunk/modules/access/cdda/Modules.am
5573    M /trunk/modules/access/cdda/access.c
5574    M /trunk/modules/access/cdda/callback.c
5575    M /trunk/modules/access/cdda/callback.h
5576    M /trunk/modules/access/cdda/cdda.c
5577    M /trunk/modules/access/cdda/cdda.h
5578    A /trunk/modules/access/cdda/info.c
5579    A /trunk/modules/access/cdda/info.h
5580
5581 First attempt at adding CD-Text. 
5582 Break out meta-info gathering.
5583 Various fixes and cleanups, but more work is still needed.
5584 Some conceptual work on how things *should* work may be in order.
5585
5586
5587 ------------------------------------------------------------------------
5588 r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line
5589 Changed paths:
5590    M /trunk/src/misc/modules.c
5591
5592 * src/misc/modules.c: pfff nobody found this one... you just lost the contest guys.
5593 ------------------------------------------------------------------------
5594 r8950 | hartman | 2004-10-08 00:05:34 +0200 (Fri, 08 Oct 2004) | 3 lines
5595 Changed paths:
5596    M /trunk/modules/video_output/opengl.c
5597    M /trunk/src/misc/configuration.c
5598
5599 * opengl: remove NULL from string arrays
5600 * configuration.c: don't crash on NULL values
5601
5602 ------------------------------------------------------------------------
5603 r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line
5604 Changed paths:
5605    M /trunk/src/misc/modules.c
5606
5607 * src/misc/modules.c: fixed harmless memory leaks in the plugins cache code.
5608 ------------------------------------------------------------------------
5609 r8948 | bigben | 2004-10-07 23:33:38 +0200 (Thu, 07 Oct 2004) | 5 lines
5610 Changed paths:
5611    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5612    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5613    M /trunk/modules/gui/macosx/controls.m
5614    M /trunk/modules/gui/macosx/intf.m
5615
5616 * Fullscreen button works again
5617 * It enabled even when no vout is present
5618 * Still a little issue with the fullscreen hotkey
5619
5620
5621 ------------------------------------------------------------------------
5622 r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines
5623 Changed paths:
5624    M /trunk/src/input/subtitles.c
5625
5626 * removed an unnecessary = NULL write.
5627
5628 ------------------------------------------------------------------------
5629 r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines
5630 Changed paths:
5631    M /trunk/modules/video_output/opengl.c
5632
5633 * Made the opengl effects a list of options instead of textbox
5634 * Lowered the opengl prioriy on OSX to speed up selection proces, while the thing is not working.
5635
5636 ------------------------------------------------------------------------
5637 r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line
5638 Changed paths:
5639    M /trunk/modules/codec/toolame.c
5640
5641 * modules/codec/toolame.c: lowered the priority of the toolame encoder and added the mp2/mp2a fourcc.
5642 ------------------------------------------------------------------------
5643 r8944 | gbazin | 2004-10-07 17:59:36 +0200 (Thu, 07 Oct 2004) | 4 lines
5644 Changed paths:
5645    M /trunk/modules/codec/dvbsub.c
5646
5647 * modules/codec/dvbsub.c:
5648   - bug fixes in the decoder and encoder.
5649   - the decoder now returns YUVP subpictures.
5650
5651 ------------------------------------------------------------------------
5652 r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines
5653 Changed paths:
5654    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5655    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5656
5657 * Improve the Preferences display, when capabilties don't fit in the normal width of the table
5658
5659 ------------------------------------------------------------------------
5660 r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines
5661 Changed paths:
5662    M /trunk/modules/access/cdda/access.c
5663    M /trunk/modules/access/cdda/cdda.c
5664    M /trunk/modules/access/cdda/cdda.h
5665
5666 Fill in playlist information and stream & media information
5667 Duration info is now set when playing entire CD so slider works again. 
5668
5669 More work is needed for playing single tracks, adding CD-Text info,
5670 getting reference counts right.
5671
5672
5673 ------------------------------------------------------------------------
5674 r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line
5675 Changed paths:
5676    M /trunk/modules/stream_out/transcode.c
5677
5678 * modules/stream_out/transcode.c: bug fix for subtitles transcoding.
5679 ------------------------------------------------------------------------
5680 r8940 | gbazin | 2004-10-07 10:48:48 +0200 (Thu, 07 Oct 2004) | 1 line
5681 Changed paths:
5682    M /trunk/configure.ac
5683
5684 * configure.ac: force c++ linkage for the portaudio plugin.
5685 ------------------------------------------------------------------------
5686 r8939 | gbazin | 2004-10-06 19:05:26 +0200 (Wed, 06 Oct 2004) | 1 line
5687 Changed paths:
5688    M /trunk/modules/mux/mpeg/ts.c
5689
5690 * modules/mux/mpeg/ts.c: a couple of fixes for DVB subtitles streaming.
5691 ------------------------------------------------------------------------
5692 r8938 | hartman | 2004-10-06 18:15:48 +0200 (Wed, 06 Oct 2004) | 2 lines
5693 Changed paths:
5694    M /trunk/src/input/subtitles.c
5695
5696 * Lets not ignore too many .sub files shall we? :)
5697
5698 ------------------------------------------------------------------------
5699 r8937 | hartman | 2004-10-06 17:35:54 +0200 (Wed, 06 Oct 2004) | 2 lines
5700 Changed paths:
5701    M /trunk/src/input/subtitles.c
5702
5703 * if a .idx vobsub is found, then don't autodetect the corresponding .sub file
5704
5705 ------------------------------------------------------------------------
5706 r8936 | hartman | 2004-10-06 16:15:03 +0200 (Wed, 06 Oct 2004) | 2 lines
5707 Changed paths:
5708    M /trunk/modules/access/mms/mmsh.c
5709
5710 * spelling correction
5711
5712 ------------------------------------------------------------------------
5713 r8935 | hartman | 2004-10-06 15:51:21 +0200 (Wed, 06 Oct 2004) | 2 lines
5714 Changed paths:
5715    M /trunk/vlc.win32.nsi
5716
5717 * Fixed the DefaultIcon registry settings
5718
5719 ------------------------------------------------------------------------
5720 r8934 | hartman | 2004-10-06 15:49:32 +0200 (Wed, 06 Oct 2004) | 3 lines
5721 Changed paths:
5722    M /trunk/extras/contrib/src/Makefile
5723    M /trunk/extras/contrib/src/packages.mak
5724
5725 * Define RUNTIME_CPUDETECT for ffmpeg
5726 * newer version of liveMedia
5727
5728 ------------------------------------------------------------------------
5729 r8933 | hartman | 2004-10-06 15:45:14 +0200 (Wed, 06 Oct 2004) | 3 lines
5730 Changed paths:
5731    M /trunk/src/misc/net.c
5732
5733
5734 * forgot this file in the vlc_b64_encode patch
5735
5736 ------------------------------------------------------------------------
5737 r8932 | hartman | 2004-10-06 15:41:57 +0200 (Wed, 06 Oct 2004) | 2 lines
5738 Changed paths:
5739    M /trunk/include/network.h
5740    M /trunk/modules/access/http.c
5741
5742 * vlc_b64_encode patch by Torsten Spindler
5743
5744 ------------------------------------------------------------------------
5745 r8931 | gbazin | 2004-10-06 15:07:35 +0200 (Wed, 06 Oct 2004) | 1 line
5746 Changed paths:
5747    M /trunk/modules/codec/ffmpeg/postprocess.c
5748
5749 * modules/codec/ffmpeg/postprocess.c: altivec CPU detection.
5750 ------------------------------------------------------------------------
5751 r8930 | hartman | 2004-10-06 13:21:38 +0200 (Wed, 06 Oct 2004) | 4 lines
5752 Changed paths:
5753    M /trunk/NEWS
5754    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5755    M /trunk/vlc.win32.nsi
5756
5757 * added the .vlc fileextension to the win installer and the Mac app.
5758 * Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
5759 * NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)
5760
5761 ------------------------------------------------------------------------
5762 r8929 | gbazin | 2004-10-06 13:07:04 +0200 (Wed, 06 Oct 2004) | 1 line
5763 Changed paths:
5764    M /trunk/modules/video_output/directx/directx.c
5765
5766 * modules/video_output/directx: should solve the visible taskbar problem in fullscreen.
5767 ------------------------------------------------------------------------
5768 r8928 | gbazin | 2004-10-06 12:50:35 +0200 (Wed, 06 Oct 2004) | 3 lines
5769 Changed paths:
5770    M /trunk/evc/libvlc.vcp.in
5771    M /trunk/modules/demux/avi/avi.c
5772    M /trunk/src/input/stream.c
5773
5774 * src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
5775 * evc/libvlc.vcp.in: small fix.
5776
5777 ------------------------------------------------------------------------
5778 r8927 | gbazin | 2004-10-06 11:19:18 +0200 (Wed, 06 Oct 2004) | 5 lines
5779 Changed paths:
5780    M /trunk/modules/audio_output/waveout.c
5781
5782 * modules/audio_output/waveout.c:
5783   - don't call waveOutUnprepareHeader() in the callback as the doc says it isn't advised.
5784   - use aout_ChannelReorder() for channels re-ordering.
5785   - a few bug fixes.
5786
5787 ------------------------------------------------------------------------
5788 r8926 | hartman | 2004-10-06 02:40:21 +0200 (Wed, 06 Oct 2004) | 2 lines
5789 Changed paths:
5790    M /trunk/modules/access/http.c
5791
5792 * Better Pragma header test. Apparently Pragma is a non required header in HTTP/1.1 This check should be more strict though perhaps not perfect.
5793
5794 ------------------------------------------------------------------------
5795 r8925 | hartman | 2004-10-06 01:17:04 +0200 (Wed, 06 Oct 2004) | 3 lines
5796 Changed paths:
5797    M /trunk/modules/gui/macosx/voutqt.m
5798
5799 * Restored a fallback to the old Quartz drawing routine for the poor
5800   souls without Altivec. The new drawing was considerable slower to them.
5801
5802 ------------------------------------------------------------------------
5803 r8924 | hartman | 2004-10-06 00:15:40 +0200 (Wed, 06 Oct 2004) | 2 lines
5804 Changed paths:
5805    M /trunk/modules/gui/macosx/voutgl.m
5806
5807 * Disabled the OSX OpenGL vout untill it's problems are fixed
5808
5809 ------------------------------------------------------------------------
5810 r8923 | damienf | 2004-10-05 23:38:33 +0200 (Tue, 05 Oct 2004) | 2 lines
5811 Changed paths:
5812    M /trunk/modules/access/dshow/filter.cpp
5813
5814 - removed some debug lines
5815
5816 ------------------------------------------------------------------------
5817 r8922 | damienf | 2004-10-05 23:37:49 +0200 (Tue, 05 Oct 2004) | 2 lines
5818 Changed paths:
5819    M /trunk/modules/access/dshow/crossbar.cpp
5820
5821 - use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
5822
5823 ------------------------------------------------------------------------
5824 r8921 | damienf | 2004-10-05 23:35:21 +0200 (Tue, 05 Oct 2004) | 3 lines
5825 Changed paths:
5826    M /trunk/modules/access/dshow/dshow.cpp
5827
5828 - invoked crossbar properties pages after graph has been created, changing video input should now work properly
5829
5830
5831 ------------------------------------------------------------------------
5832 r8920 | hartman | 2004-10-05 23:03:25 +0200 (Tue, 05 Oct 2004) | 2 lines
5833 Changed paths:
5834    M /trunk/modules/demux/m3u.c
5835
5836 * m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.
5837
5838 ------------------------------------------------------------------------
5839 r8919 | hartman | 2004-10-05 22:20:40 +0200 (Tue, 05 Oct 2004) | 4 lines
5840 Changed paths:
5841    M /trunk/modules/access/http.c
5842
5843 * Alternative solution to mms recognition of http:// streams
5844   These WiMP streams always have Pragma in the HTTP response, so we use
5845   this to identify them now.
5846
5847 ------------------------------------------------------------------------
5848 r8918 | gbazin | 2004-10-05 18:46:29 +0200 (Tue, 05 Oct 2004) | 1 line
5849 Changed paths:
5850    M /trunk/modules/control/Modules.am
5851
5852 * modules/control/Modules.am: add rtci.c to make update-po happy.
5853 ------------------------------------------------------------------------
5854 r8917 | gbazin | 2004-10-05 17:31:22 +0200 (Tue, 05 Oct 2004) | 1 line
5855 Changed paths:
5856    M /trunk/modules/access/file.c
5857
5858 * modules/access/file.c: WinCE cruft removal.
5859 ------------------------------------------------------------------------
5860 r8916 | gbazin | 2004-10-05 17:30:54 +0200 (Tue, 05 Oct 2004) | 1 line
5861 Changed paths:
5862    M /trunk/src/extras/libc.c
5863    M /trunk/src/misc/configuration.c
5864    M /trunk/src/misc/modules.c
5865    M /trunk/src/misc/win32_specific.c
5866
5867 * src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
5868 ------------------------------------------------------------------------
5869 r8915 | hartman | 2004-10-05 17:25:44 +0200 (Tue, 05 Oct 2004) | 2 lines
5870 Changed paths:
5871    M /trunk/modules/access/http.c
5872
5873 * revert the mimetype recognition of http:// mmsh streams
5874
5875 ------------------------------------------------------------------------
5876 r8914 | gbazin | 2004-10-05 10:10:34 +0200 (Tue, 05 Oct 2004) | 2 lines
5877 Changed paths:
5878    M /trunk/configure.ac
5879    M /trunk/modules/LIST
5880    M /trunk/modules/audio_output/Modules.am
5881    A /trunk/modules/audio_output/portaudio.c
5882
5883 * modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).
5884
5885 ------------------------------------------------------------------------
5886 r8913 | gbazin | 2004-10-04 19:22:52 +0200 (Mon, 04 Oct 2004) | 1 line
5887 Changed paths:
5888    M /trunk/include/vlc_common.h
5889    M /trunk/modules/misc/dummy/decoder.c
5890
5891 * include/vlc_common.h: define PATH_MAX on WinCE.
5892 ------------------------------------------------------------------------
5893 r8912 | gbazin | 2004-10-04 18:04:54 +0200 (Mon, 04 Oct 2004) | 1 line
5894 Changed paths:
5895    M /trunk/src/misc/win32_specific.c
5896
5897 * src/misc/win32_specific.c: WinCE build fixes.
5898 ------------------------------------------------------------------------
5899 r8911 | gbazin | 2004-10-04 18:03:30 +0200 (Mon, 04 Oct 2004) | 1 line
5900 Changed paths:
5901    M /trunk/include/main.h
5902    M /trunk/include/vlc_common.h
5903
5904 * include/main.h, include/vlc_common.h: WinCE build fixes.
5905 ------------------------------------------------------------------------
5906 r8910 | gbazin | 2004-10-04 17:43:10 +0200 (Mon, 04 Oct 2004) | 1 line
5907 Changed paths:
5908    M /trunk/evc/vlc.vcp.in
5909
5910 * evc/vlc.vcp.in: fixes.
5911 ------------------------------------------------------------------------
5912 r8909 | gbazin | 2004-10-04 17:21:34 +0200 (Mon, 04 Oct 2004) | 1 line
5913 Changed paths:
5914    M /trunk/evc/config.h.in
5915
5916 * evc/config.h.in: cleanup.
5917 ------------------------------------------------------------------------
5918 r8908 | hartman | 2004-10-04 17:15:31 +0200 (Mon, 04 Oct 2004) | 2 lines
5919 Changed paths:
5920    M /trunk/modules/gui/wxwindows/streamout.cpp
5921
5922 * no longer use demuxdump. Only dump is a valid demux2 now.
5923
5924 ------------------------------------------------------------------------
5925 r8907 | gbazin | 2004-10-04 16:29:23 +0200 (Mon, 04 Oct 2004) | 1 line
5926 Changed paths:
5927    M /trunk/modules/misc/network/ipv4.c
5928
5929 * modules/misc/network/ipv4.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
5930 ------------------------------------------------------------------------
5931 r8906 | gbazin | 2004-10-04 16:09:33 +0200 (Mon, 04 Oct 2004) | 1 line
5932 Changed paths:
5933    M /trunk/modules/access/file.c
5934
5935 * modules/access/file.c: got rid of the #ifdef HAVE_ERRNO_H + WinCE compilation fixes.
5936 ------------------------------------------------------------------------
5937 r8905 | gbazin | 2004-10-04 15:34:42 +0200 (Mon, 04 Oct 2004) | 1 line
5938 Changed paths:
5939    M /trunk/src/audio_output/dec.c
5940    M /trunk/src/audio_output/filters.c
5941    M /trunk/src/audio_output/intf.c
5942    M /trunk/src/interface/intf_eject.c
5943    M /trunk/src/libvlc.c
5944    M /trunk/src/misc/beos_specific.cpp
5945    M /trunk/src/misc/charset.c
5946    M /trunk/src/misc/configuration.c
5947    M /trunk/src/misc/error.c
5948    M /trunk/src/misc/httpd.c
5949    M /trunk/src/misc/messages.c
5950    M /trunk/src/misc/modules_plugin.h.in
5951    M /trunk/src/misc/net.c
5952    M /trunk/src/playlist/loadsave.c
5953
5954 * src/*: got rid of the #ifdef HAVE_ERRNO_H.
5955 ------------------------------------------------------------------------
5956 r8904 | gbazin | 2004-10-04 14:19:34 +0200 (Mon, 04 Oct 2004) | 1 line
5957 Changed paths:
5958    M /trunk/Makefile.am
5959    A /trunk/evc/errno.h
5960
5961 * evc/errno.h: errno.h replacement for WinCE.
5962 ------------------------------------------------------------------------
5963 r8903 | gbazin | 2004-10-04 12:52:18 +0200 (Mon, 04 Oct 2004) | 1 line
5964 Changed paths:
5965    M /trunk/src/input/subtitles.c
5966
5967 * src/input/subtitles.c: strcoll is not available on wince.
5968 ------------------------------------------------------------------------
5969 r8902 | gbazin | 2004-10-04 11:58:20 +0200 (Mon, 04 Oct 2004) | 1 line
5970 Changed paths:
5971    M /trunk/modules/misc/dummy/decoder.c
5972
5973 * modules/misc/dummy/decoder.c: use MAX_PATH instead of PATH_MAX.
5974 ------------------------------------------------------------------------
5975 r8901 | gbazin | 2004-10-04 00:01:45 +0200 (Mon, 04 Oct 2004) | 1 line
5976 Changed paths:
5977    M /trunk/modules/gui/wxwindows/open.cpp
5978
5979 * modules/gui/wxwindows/open.cpp: fixed open dialog for mms/mmsh/ftp streams.
5980 ------------------------------------------------------------------------
5981 r8900 | hartman | 2004-10-03 22:13:56 +0200 (Sun, 03 Oct 2004) | 2 lines
5982 Changed paths:
5983    M /trunk/src/input/subtitles.c
5984
5985 * strip file:// from subtitle autodetect path if present in uri.
5986
5987 ------------------------------------------------------------------------
5988 r8899 | asmax | 2004-10-03 16:11:12 +0200 (Sun, 03 Oct 2004) | 3 lines
5989 Changed paths:
5990    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
5991
5992  - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
5993   (the right side of enlarged images was not scaled properly)
5994
5995 ------------------------------------------------------------------------
5996 r8898 | zorglub | 2004-10-03 13:52:25 +0200 (Sun, 03 Oct 2004) | 4 lines
5997 Changed paths:
5998    M /trunk/modules/gui/wxwindows/open.cpp
5999    M /trunk/modules/gui/wxwindows/subtitles.cpp
6000    M /trunk/modules/gui/wxwindows/wxwindows.h
6001    M /trunk/src/input/input.c
6002
6003 * Added delay and alignment to wx subtitles dialog
6004 * Fixed a tooltip
6005 * Removed a debug message
6006
6007 ------------------------------------------------------------------------
6008 r8897 | gbazin | 2004-10-03 13:04:59 +0200 (Sun, 03 Oct 2004) | 1 line
6009 Changed paths:
6010    M /trunk/configure.ac
6011
6012 * configure.ac: alsa is enabled by default.
6013 ------------------------------------------------------------------------
6014 r8896 | fkuehne | 2004-10-02 23:52:02 +0200 (Sat, 02 Oct 2004) | 1 line
6015 Changed paths:
6016    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
6017    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
6018    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
6019    M /trunk/modules/gui/macosx/open.h
6020    M /trunk/modules/gui/macosx/open.m
6021
6022 * ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.
6023 ------------------------------------------------------------------------
6024 r8895 | zorglub | 2004-10-02 23:02:27 +0200 (Sat, 02 Oct 2004) | 4 lines
6025 Changed paths:
6026    M /trunk/modules/control/hotkeys.c
6027    M /trunk/modules/demux/subtitle.c
6028    M /trunk/src/input/input.c
6029
6030 * Re-added sub-delay option
6031 * Re-implemented sub-fps for SubRIP.
6032 * Use 50ms increments for hotkeys
6033
6034 ------------------------------------------------------------------------
6035 r8894 | zorglub | 2004-10-02 23:01:46 +0200 (Sat, 02 Oct 2004) | 2 lines
6036 Changed paths:
6037    M /trunk/src/input/decoder.c
6038
6039 Fix segfault when spu heap is full
6040
6041 ------------------------------------------------------------------------
6042 r8893 | hartman | 2004-10-02 22:09:21 +0200 (Sat, 02 Oct 2004) | 2 lines
6043 Changed paths:
6044    M /trunk/modules/demux/livedotcom.cpp
6045
6046 livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
6047
6048 ------------------------------------------------------------------------
6049 r8892 | hartman | 2004-10-02 22:07:35 +0200 (Sat, 02 Oct 2004) | 2 lines
6050 Changed paths:
6051    M /trunk/modules/demux/mkv.cpp
6052
6053 * mkv.cpp: cosmetics
6054
6055 ------------------------------------------------------------------------
6056 r8891 | hartman | 2004-10-02 21:58:07 +0200 (Sat, 02 Oct 2004) | 3 lines
6057 Changed paths:
6058    M /trunk/NEWS
6059    M /trunk/TODO
6060
6061 * Update TODO list
6062 * Added channel downmixing support to NEWS
6063
6064 ------------------------------------------------------------------------
6065 r8890 | massiot | 2004-10-02 20:19:39 +0200 (Sat, 02 Oct 2004) | 2 lines
6066 Changed paths:
6067    M /trunk/modules/access/dvb/access.c
6068
6069 * modules/dvb/access.c: Fixed a major heap corruption (gardening)
6070
6071 ------------------------------------------------------------------------
6072 r8889 | fkuehne | 2004-10-02 20:11:07 +0200 (Sat, 02 Oct 2004) | 1 line
6073 Changed paths:
6074    M /trunk/po/de.po
6075
6076 * likely the final update to the G. translation
6077 ------------------------------------------------------------------------
6078 r8888 | zorglub | 2004-10-02 19:57:33 +0200 (Sat, 02 Oct 2004) | 2 lines
6079 Changed paths:
6080    M /trunk/modules/mux/asf.c
6081
6082 Fixed string
6083
6084 ------------------------------------------------------------------------
6085 r8887 | zorglub | 2004-10-02 17:40:08 +0200 (Sat, 02 Oct 2004) | 6 lines
6086 Changed paths:
6087    M /trunk/modules/gui/wxwindows/streamdata.h
6088    M /trunk/po/POTFILES.in
6089    M /trunk/po/de.po
6090    M /trunk/po/en_GB.po
6091    M /trunk/po/es.po
6092    M /trunk/po/fr.po
6093    M /trunk/po/hu.po
6094    M /trunk/po/it.po
6095    M /trunk/po/ja.po
6096    M /trunk/po/nl.po
6097    M /trunk/po/no.po
6098    M /trunk/po/pl.po
6099    M /trunk/po/pt_BR.po
6100    M /trunk/po/ru.po
6101    M /trunk/po/sv.po
6102    M /trunk/po/vlc.pot
6103    M /trunk/toolbox
6104
6105 Do what I say, don't do what I do.
6106
6107 * Re-enabled string translation for wizard
6108 * Fixed wizard strings
6109 * internationalized some strings that weren't
6110
6111 ------------------------------------------------------------------------
6112 r8886 | hartman | 2004-10-02 17:02:08 +0200 (Sat, 02 Oct 2004) | 2 lines
6113 Changed paths:
6114    M /trunk/modules/demux/vobsub.c
6115
6116 * vobsub.c : bail if we cannot find the .sub file
6117
6118 ------------------------------------------------------------------------
6119 r8885 | hartman | 2004-10-02 16:09:33 +0200 (Sat, 02 Oct 2004) | 3 lines
6120 Changed paths:
6121    M /trunk/modules/misc/sap.c
6122
6123 * Look the SAP module CAN get even uglier
6124   - added a demuxer for SDP files. this is a temporary submodule to handle SDP files with UDP streams for so long as liveMedia doesn't support these yet.
6125
6126 ------------------------------------------------------------------------
6127 r8884 | zorglub | 2004-10-02 14:51:37 +0200 (Sat, 02 Oct 2004) | 2 lines
6128 Changed paths:
6129    M /trunk/po/fr.po
6130
6131 (Final ?) update to french l10n file
6132
6133 ------------------------------------------------------------------------
6134 r8883 | fkuehne | 2004-10-01 20:38:28 +0200 (Fri, 01 Oct 2004) | 1 line
6135 Changed paths:
6136    M /trunk/po/de.po
6137
6138 * last fixes to the G. translation
6139 ------------------------------------------------------------------------
6140 r8882 | gbazin | 2004-10-01 20:04:09 +0200 (Fri, 01 Oct 2004) | 5 lines
6141 Changed paths:
6142    M /trunk/configure.ac
6143    M /trunk/modules/control/http.c
6144    M /trunk/modules/control/telnet.c
6145    M /trunk/src/misc/httpd.c
6146    M /trunk/src/misc/vlm.c
6147
6148 * configure.ac: added an --enable-httpd and --enable-vlm option
6149 * src/misc/httpd.c: use dummy wrapper if httpd is disabled.
6150 * src/misc/vlm.c: use dummy wrapper if vlm is disabled.
6151 * modules/control/http.c, telnet.c: properly handle cases where http/vlm is not available.
6152
6153 ------------------------------------------------------------------------
6154 r8881 | gbazin | 2004-10-01 18:04:20 +0200 (Fri, 01 Oct 2004) | 1 line
6155 Changed paths:
6156    M /trunk/evc/libvlc.vcp.in
6157    M /trunk/evc/plugins.vcp.in
6158    M /trunk/evc/vlc.vcp.in
6159    M /trunk/toolbox
6160
6161 *  evc/*: some updates to the evc project files.
6162 ------------------------------------------------------------------------
6163 r8880 | gbazin | 2004-10-01 17:56:10 +0200 (Fri, 01 Oct 2004) | 1 line
6164 Changed paths:
6165    M /trunk/include/vlc/vlc.h
6166    M /trunk/src/misc/configuration.c
6167    M /trunk/src/misc/httpd.c
6168    M /trunk/src/misc/net.c
6169    M /trunk/src/misc/vlm.c
6170
6171 * src/*: WinCE compilation fixes.
6172 ------------------------------------------------------------------------
6173 r8879 | gbazin | 2004-10-01 15:43:05 +0200 (Fri, 01 Oct 2004) | 1 line
6174 Changed paths:
6175    M /trunk/evc/vlc.vcw
6176
6177 * evc/vlc.vcw: removed old plugins.
6178 ------------------------------------------------------------------------
6179 r8878 | gbazin | 2004-10-01 14:48:49 +0200 (Fri, 01 Oct 2004) | 1 line
6180 Changed paths:
6181    M /trunk/modules/codec/dmo/dmo.c
6182
6183 * modules/codec/dmo/dmo.c: portability fix.
6184 ------------------------------------------------------------------------
6185 r8877 | gbazin | 2004-10-01 14:37:49 +0200 (Fri, 01 Oct 2004) | 1 line
6186 Changed paths:
6187    M /trunk/src/input/demux.c
6188
6189 * src/input/demux.c: gee, what a nice bug.
6190 ------------------------------------------------------------------------
6191 r8876 | gbazin | 2004-10-01 14:24:16 +0200 (Fri, 01 Oct 2004) | 1 line
6192 Changed paths:
6193    M /trunk/include/vlc_interface.h
6194    M /trunk/src/libvlc.c
6195
6196 * src/libvlc.c, include/vlc_interface.h: don't open a win32 console when using a cygwin shell.
6197 ------------------------------------------------------------------------
6198 r8875 | gbazin | 2004-10-01 14:05:52 +0200 (Fri, 01 Oct 2004) | 1 line
6199 Changed paths:
6200    M /trunk/modules/video_filter/blend.c
6201    M /trunk/msvc/vlc.dsw
6202
6203 * modules/video_filter/blend.c: portability fix.
6204 ------------------------------------------------------------------------
6205 r8874 | gbazin | 2004-10-01 13:56:57 +0200 (Fri, 01 Oct 2004) | 1 line
6206 Changed paths:
6207    M /trunk/modules/access/mms/mmstu.c
6208    M /trunk/modules/control/hotkeys.c
6209    M /trunk/modules/control/rc.c
6210    M /trunk/modules/demux/mp4/drms.c
6211    M /trunk/modules/demux/mp4/drms.h
6212    M /trunk/modules/demux/mp4/drmstables.h
6213    M /trunk/modules/demux/mp4/libmp4.c
6214
6215 * modules/control/hotkeys.c, rc, modules/demux/mp4, modules/access/mms: portability fixes.
6216 ------------------------------------------------------------------------
6217 r8873 | gbazin | 2004-10-01 13:23:06 +0200 (Fri, 01 Oct 2004) | 1 line
6218 Changed paths:
6219    M /trunk/src/extras/libc.c
6220
6221 * src/extras/libc.c: shut up compiler warnings.
6222 ------------------------------------------------------------------------
6223 r8872 | gbazin | 2004-10-01 13:11:37 +0200 (Fri, 01 Oct 2004) | 1 line
6224 Changed paths:
6225    M /trunk/configure.ac
6226    M /trunk/include/vlc_common.h
6227    M /trunk/src/extras/libc.c
6228
6229 * src/extras/libc.c: strtoll() replacement when not available.
6230 ------------------------------------------------------------------------
6231 r8871 | gbazin | 2004-10-01 12:03:29 +0200 (Fri, 01 Oct 2004) | 1 line
6232 Changed paths:
6233    M /trunk/src/input/es_out.c
6234    M /trunk/src/misc/httpd.c
6235    M /trunk/src/misc/modules.c
6236    M /trunk/src/misc/net.c
6237    M /trunk/src/video_output/video_output.c
6238
6239 * src/*: bunch of portability fixes.
6240 ------------------------------------------------------------------------
6241 r8870 | hartman | 2004-10-01 11:37:22 +0200 (Fri, 01 Oct 2004) | 2 lines
6242 Changed paths:
6243    M /trunk/src/input/subtitles.c
6244
6245 * autodetect .idx files for vobsub autodetection
6246
6247 ------------------------------------------------------------------------
6248 r8869 | gbazin | 2004-10-01 00:17:54 +0200 (Fri, 01 Oct 2004) | 2 lines
6249 Changed paths:
6250    M /trunk/modules/gui/wxwindows/interface.cpp
6251    M /trunk/modules/gui/wxwindows/preferences.cpp
6252    M /trunk/modules/gui/wxwindows/wxwindows.cpp
6253
6254 * modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
6255
6256 ------------------------------------------------------------------------
6257 r8868 | gbazin | 2004-09-30 23:38:26 +0200 (Thu, 30 Sep 2004) | 2 lines
6258 Changed paths:
6259    M /trunk/po/POTFILES.in
6260    M /trunk/po/de.po
6261    M /trunk/po/en_GB.po
6262    M /trunk/po/es.po
6263    M /trunk/po/fr.po
6264    M /trunk/po/hu.po
6265    M /trunk/po/it.po
6266    M /trunk/po/ja.po
6267    M /trunk/po/nl.po
6268    M /trunk/po/no.po
6269    M /trunk/po/pl.po
6270    M /trunk/po/pt_BR.po
6271    M /trunk/po/ru.po
6272    M /trunk/po/sv.po
6273    M /trunk/po/vlc.pot
6274
6275 * po/*: new updates before the test2 tarball is done.
6276
6277 ------------------------------------------------------------------------
6278 r8867 | gbazin | 2004-09-30 23:23:28 +0200 (Thu, 30 Sep 2004) | 1 line
6279 Changed paths:
6280    M /trunk/modules/codec/araw.c
6281
6282 * modules/codec/araw.c: compilation fix.
6283 ------------------------------------------------------------------------
6284 r8866 | bigben | 2004-09-30 23:23:21 +0200 (Thu, 30 Sep 2004) | 3 lines
6285 Changed paths:
6286    M /trunk/modules/mux/mpeg/ts.c
6287
6288 Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
6289
6290
6291 ------------------------------------------------------------------------
6292 r8865 | gbazin | 2004-09-30 23:18:23 +0200 (Thu, 30 Sep 2004) | 2 lines
6293 Changed paths:
6294    M /trunk/modules/gui/wxwindows/open.cpp
6295    M /trunk/modules/gui/wxwindows/subtitles.cpp
6296    M /trunk/modules/gui/wxwindows/wxwindows.h
6297
6298 * modules/gui/wxwindows/subtitles.cpp: new "font size" option.
6299
6300 ------------------------------------------------------------------------
6301 r8864 | gbazin | 2004-09-30 21:44:43 +0200 (Thu, 30 Sep 2004) | 2 lines
6302 Changed paths:
6303    M /trunk/Makefile.am
6304    M /trunk/NEWS
6305    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
6306    M /trunk/vlc.win32.nsi
6307
6308 * ALL: updates for the test release.
6309
6310 ------------------------------------------------------------------------
6311 r8863 | gbazin | 2004-09-30 19:42:27 +0200 (Thu, 30 Sep 2004) | 2 lines
6312 Changed paths:
6313    M /trunk/modules/audio_filter/converter/a52tofloat32.c
6314    M /trunk/modules/audio_filter/converter/dtstofloat32.c
6315
6316 * modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().
6317
6318 ------------------------------------------------------------------------
6319 r8862 | gbazin | 2004-09-30 19:21:40 +0200 (Thu, 30 Sep 2004) | 4 lines
6320 Changed paths:
6321    M /trunk/modules/codec/araw.c
6322    M /trunk/modules/demux/wav.c
6323    M /trunk/modules/mux/wav.c
6324
6325 * modules/mux/wav.c: use aout_ChannelReorder().
6326 * modules/demux/wav.c: handle 7.1 multichannel audio.
6327 * modules/codec/araw.c: handle 7.1 multichannel audio.
6328
6329 ------------------------------------------------------------------------
6330 r8861 | gbazin | 2004-09-30 18:49:26 +0200 (Thu, 30 Sep 2004) | 3 lines
6331 Changed paths:
6332    M /trunk/modules/audio_filter/channel_mixer/simple.c
6333    M /trunk/modules/demux/wav.c
6334
6335 * modules/demux/wav.c: use aout_ChannelReorder().
6336 * modules/audio_filter/channel_mixer/simple.c: remove debug message.
6337
6338 ------------------------------------------------------------------------
6339 r8860 | gbazin | 2004-09-30 18:46:37 +0200 (Thu, 30 Sep 2004) | 2 lines
6340 Changed paths:
6341    M /trunk/include/audio_output.h
6342    M /trunk/src/audio_output/common.c
6343
6344 * src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).
6345
6346 ------------------------------------------------------------------------
6347 r8859 | gbazin | 2004-09-30 15:27:33 +0200 (Thu, 30 Sep 2004) | 2 lines
6348 Changed paths:
6349    M /trunk/configure.ac
6350    M /trunk/modules/audio_filter/channel_mixer/Modules.am
6351    A /trunk/modules/audio_filter/channel_mixer/simple.c
6352
6353 * modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.
6354
6355 ------------------------------------------------------------------------
6356 r8858 | gbazin | 2004-09-30 14:02:59 +0200 (Thu, 30 Sep 2004) | 1 line
6357 Changed paths:
6358    M /trunk/modules/demux/wav.c
6359
6360 * modules/demux/wav.c: proper channels re-ordering for multichannel audio (this should really be implemented as a common facility).
6361 ------------------------------------------------------------------------
6362 r8857 | gbazin | 2004-09-30 12:57:52 +0200 (Thu, 30 Sep 2004) | 1 line
6363 Changed paths:
6364    M /trunk/modules/demux/ts.c
6365
6366 * modules/demux/ts.c: fixed segfault.
6367 ------------------------------------------------------------------------
6368 r8856 | gbazin | 2004-09-30 11:08:48 +0200 (Thu, 30 Sep 2004) | 1 line
6369 Changed paths:
6370    M /trunk/modules/demux/ps.c
6371
6372 * modules/demux/ps.c: fixed recent screwage.
6373 ------------------------------------------------------------------------
6374 r8855 | markfm | 2004-09-30 01:40:00 +0200 (Thu, 30 Sep 2004) | 2 lines
6375 Changed paths:
6376    A /trunk/modules/control/rtci.c
6377
6378 Add rtci plugin, for various real-time parameter changes.  Not added to modules.am or configure.ac yet.
6379
6380 ------------------------------------------------------------------------
6381 r8854 | markfm | 2004-09-30 01:14:00 +0200 (Thu, 30 Sep 2004) | 2 lines
6382 Changed paths:
6383    M /trunk/modules/control/rc.c
6384
6385 Minor fix, cleared warnings for unused var and undeclared type
6386
6387 ------------------------------------------------------------------------
6388 r8853 | gbazin | 2004-09-29 20:14:31 +0200 (Wed, 29 Sep 2004) | 3 lines
6389 Changed paths:
6390    M /trunk/src/input/clock.c
6391    M /trunk/src/input/input.c
6392
6393 * src/input/clock.c: changes to the clock resync algo to remove some sensivity to the high frequencies jitterring when we start a stream.
6394 * src/input/input.c: cr-average is now increased based on the input caching value.
6395
6396 ------------------------------------------------------------------------
6397 r8852 | zorglub | 2004-09-29 19:30:42 +0200 (Wed, 29 Sep 2004) | 6 lines
6398 Changed paths:
6399    M /trunk/ChangeLog
6400    M /trunk/NEWS
6401    M /trunk/configure.ac
6402    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6403    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6404    M /trunk/po/de.po
6405    M /trunk/po/en_GB.po
6406    M /trunk/po/es.po
6407    M /trunk/po/fr.po
6408    M /trunk/po/hu.po
6409    M /trunk/po/it.po
6410    M /trunk/po/ja.po
6411    M /trunk/po/nl.po
6412    M /trunk/po/no.po
6413    M /trunk/po/pl.po
6414    M /trunk/po/pt_BR.po
6415    M /trunk/po/ru.po
6416    M /trunk/po/sv.po
6417    M /trunk/po/vlc.pot
6418
6419 * Bumped up version number to 0.8.0-test2
6420 * Last NEWS update
6421 * Re-update pofiles
6422 * Update Changelog
6423
6424
6425 ------------------------------------------------------------------------
6426 r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
6427 Changed paths:
6428    M /trunk/NEWS
6429
6430 * NEWS: AACplus webcasts are supported
6431
6432 ------------------------------------------------------------------------
6433 r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
6434 Changed paths:
6435    M /trunk/extras/contrib/src/Makefile
6436    A /trunk/extras/contrib/src/Patches/libpng.patch
6437    M /trunk/extras/contrib/src/packages.mak
6438
6439 Adds libpng to OSX contribs (for the logo filters)
6440
6441
6442 ------------------------------------------------------------------------
6443 r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
6444 Changed paths:
6445    M /trunk/po/de.po
6446
6447 * updated German translation
6448 ------------------------------------------------------------------------
6449 r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
6450 Changed paths:
6451    M /trunk/modules/gui/wxwindows/open.cpp
6452    M /trunk/modules/video_filter/marq.c
6453    M /trunk/modules/video_filter/swscale/filter.c
6454
6455 * fixed typos in some l10n-messages
6456 ------------------------------------------------------------------------
6457 r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
6458 Changed paths:
6459    M /trunk/modules/control/rc.c
6460
6461 Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
6462
6463 ------------------------------------------------------------------------
6464 r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
6465 Changed paths:
6466    M /trunk/modules/video_filter/marq.c
6467
6468 Destroy marq-timeout on exit, rename switch to "marq-marquee"
6469
6470 ------------------------------------------------------------------------
6471 r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
6472 Changed paths:
6473    M /trunk/modules/access/cdda/access.c
6474    M /trunk/modules/audio_filter/channel_mixer/headphone.c
6475    M /trunk/po/POTFILES.in
6476    M /trunk/po/de.po
6477    M /trunk/po/en_GB.po
6478    M /trunk/po/es.po
6479    M /trunk/po/fr.po
6480    M /trunk/po/hu.po
6481    M /trunk/po/it.po
6482    M /trunk/po/ja.po
6483    M /trunk/po/nl.po
6484    M /trunk/po/no.po
6485    M /trunk/po/pl.po
6486    M /trunk/po/pt_BR.po
6487    M /trunk/po/ru.po
6488    M /trunk/po/sv.po
6489    M /trunk/po/vlc.pot
6490
6491 A few string fixes
6492
6493 Update PO files
6494
6495 Update and proofread of the french translation
6496
6497 ------------------------------------------------------------------------
6498 r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
6499 Changed paths:
6500    M /trunk/extras/contrib/src/packages.mak
6501
6502 * Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
6503
6504 ------------------------------------------------------------------------
6505 r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
6506 Changed paths:
6507    M /trunk/modules/access/cdda/access.c
6508
6509 * Fix the cddax probing crash
6510
6511 ------------------------------------------------------------------------
6512 r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
6513 Changed paths:
6514    M /trunk/modules/access/http.c
6515
6516 * modules/access/http.c: reversed a commit by accident.
6517 ------------------------------------------------------------------------
6518 r8841 | gbazin | 2004-09-28 17:26:32 +0200 (Tue, 28 Sep 2004) | 1 line
6519 Changed paths:
6520    M /trunk/modules/access/http.c
6521
6522 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with Icecast servers.
6523 ------------------------------------------------------------------------
6524 r8840 | gbazin | 2004-09-28 17:23:43 +0200 (Tue, 28 Sep 2004) | 1 line
6525 Changed paths:
6526    M /trunk/modules/access/http.c
6527
6528 * modules/access/http.c: set ACCESS_CAN_CONTROL_PACE to false when dealing with ICY servers.
6529 ------------------------------------------------------------------------
6530 r8839 | zorglub | 2004-09-28 15:55:00 +0200 (Tue, 28 Sep 2004) | 3 lines
6531 Changed paths:
6532    M /trunk/mozilla/vlcintf.idl
6533    M /trunk/mozilla/vlcpeer.cpp
6534    M /trunk/mozilla/vlcpeer.h
6535    M /trunk/mozilla/vlcplugin.cpp
6536    M /trunk/mozilla/vlcplugin.h
6537    M /trunk/src/libvlc.c
6538
6539 * Add hooks for getting/setting variables (not working yet)
6540 * Really change VLC_Get to VLC_VariableGet
6541
6542 ------------------------------------------------------------------------
6543 r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
6544 Changed paths:
6545    M /trunk/modules/gui/wxwindows/wizard.cpp
6546
6547 Misc Fixes
6548
6549 ------------------------------------------------------------------------
6550 r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
6551 Changed paths:
6552    M /trunk/modules/gui/wxwindows/open.cpp
6553
6554 * modules/gui/wxwindows/open.cpp: compilation fix.
6555 ------------------------------------------------------------------------
6556 r8836 | gbazin | 2004-09-28 15:24:29 +0200 (Tue, 28 Sep 2004) | 1 line
6557 Changed paths:
6558    M /trunk/modules/gui/wxwindows/open.cpp
6559    M /trunk/modules/gui/wxwindows/wxwindows.h
6560
6561 * modules/gui/wxwindows/open.cpp: added a caching option.
6562 ------------------------------------------------------------------------
6563 r8835 | hartman | 2004-09-28 13:45:48 +0200 (Tue, 28 Sep 2004) | 2 lines
6564 Changed paths:
6565    M /trunk/modules/access/http.c
6566
6567 * recognize audio/aac as well
6568
6569 ------------------------------------------------------------------------
6570 r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
6571 Changed paths:
6572    M /trunk/modules/video_filter/marq.c
6573
6574 * marq.c: compilation fixes for non c++ compilers
6575
6576 ------------------------------------------------------------------------
6577 r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
6578 Changed paths:
6579    M /trunk/modules/demux/vobsub.c
6580
6581 * modules/demux/vobsub.c: compilation fix + fixed a few memleaks + priority back to 0.
6582 ------------------------------------------------------------------------
6583 r8832 | gbazin | 2004-09-27 23:46:54 +0200 (Mon, 27 Sep 2004) | 1 line
6584 Changed paths:
6585    M /trunk/modules/demux/mpeg/mpga.c
6586
6587 * modules/demux/mpeg/mpga.c: use the date_*() api for more precision.
6588 ------------------------------------------------------------------------
6589 r8831 | hartman | 2004-09-27 23:08:57 +0200 (Mon, 27 Sep 2004) | 3 lines
6590 Changed paths:
6591    M /trunk/extras/contrib/src/Makefile
6592    M /trunk/extras/contrib/src/packages.mak
6593
6594 * Hacky workaround for the vcdimager compile problem
6595 * upgraded liveMedia
6596
6597 ------------------------------------------------------------------------
6598 r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
6599 Changed paths:
6600    M /trunk/modules/demux/mpeg/m4a.c
6601
6602 * modules/demux/mpeg/m4a.c: bug fix.
6603 ------------------------------------------------------------------------
6604 r8829 | gbazin | 2004-09-27 21:57:26 +0200 (Mon, 27 Sep 2004) | 2 lines
6605 Changed paths:
6606    M /trunk/configure.ac
6607    M /trunk/modules/demux/mpeg/Modules.am
6608    A /trunk/modules/demux/mpeg/m4a.c
6609
6610 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
6611
6612 ------------------------------------------------------------------------
6613 r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
6614 Changed paths:
6615    M /trunk/modules/demux/wav.c
6616
6617 * modules/demux/wav.c: misc improvements.
6618 ------------------------------------------------------------------------
6619 r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
6620 Changed paths:
6621    M /trunk/src/audio_output/input.c
6622
6623 * src/audio_output/input.c: corrective audio resampling should be a lot more gradual now.
6624 ------------------------------------------------------------------------
6625 r8826 | gbazin | 2004-09-27 19:41:49 +0200 (Mon, 27 Sep 2004) | 1 line
6626 Changed paths:
6627    M /trunk/modules/access/mms/mms.c
6628
6629 * modules/access/mms/mms.c: set the priority to -1 and added an http shortcut.
6630 ------------------------------------------------------------------------
6631 r8825 | gbazin | 2004-09-27 17:44:42 +0200 (Mon, 27 Sep 2004) | 1 line
6632 Changed paths:
6633    M /trunk/modules/access/http.c
6634
6635 * modules/access/http.c: keep this plugin at priority 0.
6636 ------------------------------------------------------------------------
6637 r8824 | gbazin | 2004-09-27 17:43:43 +0200 (Mon, 27 Sep 2004) | 1 line
6638 Changed paths:
6639    M /trunk/src/misc/modules.c
6640
6641 * src/misc/modules.c: allow negative priorities.
6642 ------------------------------------------------------------------------
6643 r8823 | gbazin | 2004-09-27 17:16:13 +0200 (Mon, 27 Sep 2004) | 1 line
6644 Changed paths:
6645    M /trunk/modules/gui/wxwindows/interface.cpp
6646    M /trunk/modules/gui/wxwindows/timer.cpp
6647    M /trunk/modules/gui/wxwindows/wxwindows.h
6648
6649 * modules/gui/wxwindows/*: work-around a wxwindows bug with accelerators registration on win32.
6650 ------------------------------------------------------------------------
6651 r8822 | gbazin | 2004-09-27 16:46:39 +0200 (Mon, 27 Sep 2004) | 1 line
6652 Changed paths:
6653    M /trunk/modules/stream_out/transcode.c
6654
6655 * modules/stream_out/transcode.c: fixed subpictures overlaying when the audio-sync or fps options are used.
6656 ------------------------------------------------------------------------
6657 r8821 | gbazin | 2004-09-27 12:27:14 +0200 (Mon, 27 Sep 2004) | 1 line
6658 Changed paths:
6659    M /trunk/src/video_output/vout_subpictures.c
6660
6661 * src/video_output/vout_subpictures.c: a few fixes for subpictures positionning when scaling is active.
6662 ------------------------------------------------------------------------
6663 r8820 | gbazin | 2004-09-27 11:13:49 +0200 (Mon, 27 Sep 2004) | 1 line
6664 Changed paths:
6665    M /trunk/modules/video_filter/logo.c
6666
6667 * modules/video_filter/logo.c: implemented --logo-position for old filter as well.
6668 ------------------------------------------------------------------------
6669 r8819 | gbazin | 2004-09-27 11:02:26 +0200 (Mon, 27 Sep 2004) | 1 line
6670 Changed paths:
6671    M /trunk/include/vlc_video.h
6672    M /trunk/modules/video_filter/logo.c
6673
6674 * modules/video_filter/logo.c: new --logo-position option (by default the logo is displayed on the top right)
6675 ------------------------------------------------------------------------
6676 r8818 | gbazin | 2004-09-27 09:21:53 +0200 (Mon, 27 Sep 2004) | 1 line
6677 Changed paths:
6678    M /trunk/modules/codec/ffmpeg/video.c
6679
6680 * modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
6681 ------------------------------------------------------------------------
6682 r8817 | gbazin | 2004-09-27 01:31:48 +0200 (Mon, 27 Sep 2004) | 1 line
6683 Changed paths:
6684    M /trunk/modules/mux/wav.c
6685
6686 * modules/mux/wav.c: small cleanup.
6687 ------------------------------------------------------------------------
6688 r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
6689 Changed paths:
6690    M /trunk/modules/mux/wav.c
6691
6692 "* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
6693
6694 ------------------------------------------------------------------------
6695 r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
6696 Changed paths:
6697    M /trunk/TODO
6698
6699 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
6700 in Platform:
6701
6702 ------------------------------------------------------------------------
6703 r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
6704 Changed paths:
6705    M /trunk/modules/control/rc.c
6706
6707 Moved marquee to Playlist area, "marquee  " blanks out the marquee
6708
6709 ------------------------------------------------------------------------
6710 r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
6711 Changed paths:
6712    M /trunk/modules/codec/ffmpeg/video.c
6713    M /trunk/modules/codec/libmpeg2.c
6714    M /trunk/modules/codec/theora.c
6715
6716 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
6717
6718 ------------------------------------------------------------------------
6719 r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
6720 Changed paths:
6721    M /trunk/modules/packetizer/mpegvideo.c
6722
6723 * modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
6724 ------------------------------------------------------------------------
6725 r8811 | gbazin | 2004-09-26 19:55:50 +0200 (Sun, 26 Sep 2004) | 1 line
6726 Changed paths:
6727    M /trunk/configure.ac
6728
6729 * configure.ac: added check for daemon().
6730 ------------------------------------------------------------------------
6731 r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
6732 Changed paths:
6733    M /trunk/src/libvlc.c
6734    M /trunk/src/libvlc.h
6735    M /trunk/src/vlc.c
6736
6737 * src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.
6738 ------------------------------------------------------------------------
6739 r8809 | markfm | 2004-09-26 17:49:41 +0200 (Sun, 26 Sep 2004) | 2 lines
6740 Changed paths:
6741    M /trunk/modules/control/rc.c
6742
6743 Add --rc-extend switch, for extra commands.
6744
6745 ------------------------------------------------------------------------
6746 r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
6747 Changed paths:
6748    M /trunk/modules/control/rc.c
6749
6750 Add logout function to RC interface
6751
6752 ------------------------------------------------------------------------
6753 r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
6754 Changed paths:
6755    M /trunk/modules/codec/ffmpeg/audio.c
6756
6757 * modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
6758 ------------------------------------------------------------------------
6759 r8806 | gbazin | 2004-09-26 15:39:00 +0200 (Sun, 26 Sep 2004) | 1 line
6760 Changed paths:
6761    M /trunk/modules/codec/ffmpeg/demux.c
6762    M /trunk/modules/codec/ffmpeg/encoder.c
6763    M /trunk/modules/codec/ffmpeg/ffmpeg.c
6764    M /trunk/modules/codec/ffmpeg/ffmpeg.h
6765    M /trunk/modules/codec/ffmpeg/video.c
6766
6767 * modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.
6768 ------------------------------------------------------------------------
6769 r8805 | zorglub | 2004-09-26 15:06:45 +0200 (Sun, 26 Sep 2004) | 4 lines
6770 Changed paths:
6771    M /trunk/modules/video_filter/marq.c
6772
6773 * Use callbacks for live update
6774 * Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
6775 * A few minor coding style fixes
6776
6777 ------------------------------------------------------------------------
6778 r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
6779 Changed paths:
6780    M /trunk/modules/control/rc.c
6781
6782 Add timeout hook for marquee
6783
6784 ------------------------------------------------------------------------
6785 r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
6786 Changed paths:
6787    M /trunk/include/configuration.h
6788
6789 * include/configuration.h: added change_float/integer_range( min, max ) macro.
6790 ------------------------------------------------------------------------
6791 r8802 | markfm | 2004-09-26 14:55:29 +0200 (Sun, 26 Sep 2004) | 2 lines
6792 Changed paths:
6793    M /trunk/modules/video_filter/Modules.am
6794
6795 modules/video_milter/Modules.am -- added marquee filter
6796
6797 ------------------------------------------------------------------------
6798 r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
6799 Changed paths:
6800    M /trunk/configure.ac
6801
6802 configure.ac -- Add marquee subfilter
6803
6804 ------------------------------------------------------------------------
6805 r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
6806 Changed paths:
6807    M /trunk/modules/control/rc.c
6808
6809 * modules/control/rc.c: added an --rc-quiet option for win32.
6810 ------------------------------------------------------------------------
6811 r8799 | gbazin | 2004-09-26 14:06:50 +0200 (Sun, 26 Sep 2004) | 3 lines
6812 Changed paths:
6813    M /trunk/modules/demux/ps.c
6814    M /trunk/modules/demux/ps.h
6815
6816 * modules/demux/ps.h: fixed PSM parsing.
6817 * modules/demux/ps.c: improved MPEG PS autodetection a bit.
6818
6819 ------------------------------------------------------------------------
6820 r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
6821 Changed paths:
6822    M /trunk/modules/control/rc.c
6823
6824 rc.c -- Add hooks to control marquee string and offsets
6825
6826 ------------------------------------------------------------------------
6827 r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
6828 Changed paths:
6829    M /trunk/modules/codec/ffmpeg/video.c
6830
6831 ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
6832 change
6833
6834 ------------------------------------------------------------------------
6835 r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
6836 Changed paths:
6837    A /trunk/modules/video_filter/marq.c
6838
6839 Add marq.c, marquee video filter.
6840
6841 ------------------------------------------------------------------------
6842 r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
6843 Changed paths:
6844    M /trunk/modules/demux/Modules.am
6845    M /trunk/modules/demux/mkv.cpp
6846    M /trunk/modules/demux/mp4/libmp4.c
6847    M /trunk/modules/demux/mp4/libmp4.h
6848
6849 mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
6850 Modules.am: link mkv demux with mp4 demux
6851 mp4/*: export some functions needed by mkv demux
6852
6853 ------------------------------------------------------------------------
6854 r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
6855 Changed paths:
6856    M /trunk/NEWS
6857    M /trunk/TODO
6858
6859 * update of NEWS and todo
6860
6861 ------------------------------------------------------------------------
6862 r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
6863 Changed paths:
6864    M /trunk/modules/video_filter/time.c
6865
6866 time.c: remove unused function parameter
6867
6868 ------------------------------------------------------------------------
6869 r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
6870 Changed paths:
6871    M /trunk/modules/video_output/directx/directx.c
6872    M /trunk/modules/video_output/directx/events.c
6873
6874 * modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.
6875 ------------------------------------------------------------------------
6876 r8791 | sigmunau | 2004-09-25 16:01:05 +0200 (Sat, 25 Sep 2004) | 4 lines
6877 Changed paths:
6878    M /trunk/modules/demux/mkv.cpp
6879
6880 mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
6881 nastyness to a central location. Improves the general readability in my
6882 opinion.
6883
6884 ------------------------------------------------------------------------
6885 r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
6886 Changed paths:
6887    M /trunk/modules/demux/mkv.cpp
6888
6889 mkv.cpp: protect the call to block_zlib_decompress
6890
6891 ------------------------------------------------------------------------
6892 r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
6893 Changed paths:
6894    M /trunk/modules/demux/mkv.cpp
6895
6896 mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
6897 when needed. Zlib-compressed vobsubs work for me now.
6898
6899 ------------------------------------------------------------------------
6900 r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
6901 Changed paths:
6902    M /trunk/modules/demux/mkv.cpp
6903
6904 mkv.cpp: Parse tags related to compression (unused yet)
6905
6906 ------------------------------------------------------------------------
6907 r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
6908 Changed paths:
6909    M /trunk/modules/video_filter/time.c
6910
6911 * modules/video_filter/time.c: the subpicture doesn't need a timeout.
6912 ------------------------------------------------------------------------
6913 r8786 | gbazin | 2004-09-24 10:35:23 +0200 (Fri, 24 Sep 2004) | 1 line
6914 Changed paths:
6915    M /trunk/Makefile.am
6916
6917 * Makefile.am: use the new wine cmdl syntax for make package-win32.
6918 ------------------------------------------------------------------------
6919 r8785 | gbazin | 2004-09-24 08:59:28 +0200 (Fri, 24 Sep 2004) | 1 line
6920 Changed paths:
6921    M /trunk/modules/control/corba/Modules.am
6922
6923 modules/control/corba/Modules.am: attempt to fix build.
6924 ------------------------------------------------------------------------
6925 r8784 | hartman | 2004-09-24 00:08:39 +0200 (Fri, 24 Sep 2004) | 2 lines
6926 Changed paths:
6927    M /trunk/configure.ac
6928    M /trunk/modules/demux/mkv.cpp
6929
6930 * zlib decompressor for mkv. not working. (i don't get c++ :) )
6931
6932 ------------------------------------------------------------------------
6933 r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
6934 Changed paths:
6935    M /trunk/src/video_output/vout_subpictures.c
6936
6937 * src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
6938 ------------------------------------------------------------------------
6939 r8782 | hartman | 2004-09-23 22:56:46 +0200 (Thu, 23 Sep 2004) | 3 lines
6940 Changed paths:
6941    M /trunk/HACKING
6942    M /trunk/TODO
6943
6944 * added asx todo item to list
6945 * added some clarifications on use of bootstrap to HACKING file
6946
6947 ------------------------------------------------------------------------
6948 r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
6949 Changed paths:
6950    M /trunk/modules/access/http.c
6951
6952 * if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
6953   ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )
6954
6955 * added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
6956
6957 * don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.
6958
6959
6960 ------------------------------------------------------------------------
6961 r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
6962 Changed paths:
6963    M /trunk/modules/control/corba/mediacontrol-plugin.c
6964
6965 mediacontrol-plugin.c: removed superfluous vlc_release()
6966
6967 ------------------------------------------------------------------------
6968 r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
6969 Changed paths:
6970    M /trunk/modules/control/corba/mediacontrol-core.c
6971
6972 mediacontrol-core.c: updated the used API to the new demux2
6973   API. ByteCount positions are not supported anymore.
6974
6975 ------------------------------------------------------------------------
6976 r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
6977 Changed paths:
6978    M /trunk/modules/control/corba/Modules.am
6979
6980 Modules.am: fixed typelib generation
6981
6982 ------------------------------------------------------------------------
6983 r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
6984 Changed paths:
6985    M /trunk/modules/codec/faad.c
6986
6987 * unknow -> unknown
6988
6989 ------------------------------------------------------------------------
6990 r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
6991 Changed paths:
6992    M /trunk/HACKING
6993
6994 * HACKING: CVS -> SVN, added remark about developers.videolan.org site
6995
6996 ------------------------------------------------------------------------
6997 r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
6998 Changed paths:
6999    M /trunk/configure.ac
7000
7001 * configure.ac: fixed typo.
7002 ------------------------------------------------------------------------
7003 r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
7004 Changed paths:
7005    M /trunk/configure.ac
7006
7007 * configure.ac: should fix libpng detection on win32.
7008 ------------------------------------------------------------------------
7009 r8773 | gbazin | 2004-09-23 11:08:08 +0200 (Thu, 23 Sep 2004) | 1 line
7010 Changed paths:
7011    M /trunk/modules/misc/rtsp.c
7012
7013 * modules/misc/rtsp.c: fixed pause.
7014 ------------------------------------------------------------------------
7015 r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
7016 Changed paths:
7017    M /trunk/modules/misc/rtsp.c
7018
7019 * modules/misc/rtsp.c: fixed segfault.
7020 ------------------------------------------------------------------------
7021 r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
7022 Changed paths:
7023    M /trunk/src/libvlc.h
7024
7025 * src/libvlc.h: -f shortcut for fullscreen option.
7026 ------------------------------------------------------------------------
7027 r8770 | gbazin | 2004-09-22 20:42:52 +0200 (Wed, 22 Sep 2004) | 1 line
7028 Changed paths:
7029    M /trunk/modules/misc/rtsp.c
7030
7031 * modules/misc/rtsp.c: misc improvements + respect ports given by client.
7032 ------------------------------------------------------------------------
7033 r8769 | gbazin | 2004-09-22 17:25:11 +0200 (Wed, 22 Sep 2004) | 1 line
7034 Changed paths:
7035    M /trunk/modules/access_output/udp.c
7036
7037 * modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.
7038 ------------------------------------------------------------------------
7039 r8768 | gbazin | 2004-09-22 15:43:03 +0200 (Wed, 22 Sep 2004) | 1 line
7040 Changed paths:
7041    M /trunk/modules/access/dvdnav.c
7042    M /trunk/modules/access/dvdread.c
7043    M /trunk/modules/demux/ps.c
7044    M /trunk/modules/demux/ps.h
7045
7046 * modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
7047 ------------------------------------------------------------------------
7048 r8767 | gbazin | 2004-09-22 15:37:55 +0200 (Wed, 22 Sep 2004) | 1 line
7049 Changed paths:
7050    M /trunk/modules/stream_out/transcode.c
7051
7052 * modules/stream_out/transcode.c: a bit more useful debug message.
7053 ------------------------------------------------------------------------
7054 r8766 | sigmunau | 2004-09-22 14:09:30 +0200 (Wed, 22 Sep 2004) | 2 lines
7055 Changed paths:
7056    M /trunk/configure.ac
7057
7058 configure.ac: enabled time plugin
7059
7060 ------------------------------------------------------------------------
7061 r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
7062 Changed paths:
7063    M /trunk/modules/demux/ps.c
7064
7065 * modules/demux/ps.c: small cleanup.
7066 ------------------------------------------------------------------------
7067 r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
7068 Changed paths:
7069    M /trunk/modules/mux/mpeg/ps.c
7070
7071 * modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system headers are timestamped correctly. Added an --sout-ps-dts-delay option.
7072 ------------------------------------------------------------------------
7073 r8763 | gbazin | 2004-09-22 11:20:12 +0200 (Wed, 22 Sep 2004) | 1 line
7074 Changed paths:
7075    M /trunk/src/playlist/item.c
7076
7077 * src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...
7078 ------------------------------------------------------------------------
7079 r8762 | hartman | 2004-09-22 00:24:31 +0200 (Wed, 22 Sep 2004) | 2 lines
7080 Changed paths:
7081    M /trunk/modules/demux/vobsub.c
7082
7083 Thou shalt compile before thou commits
7084
7085 ------------------------------------------------------------------------
7086 r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
7087 Changed paths:
7088    M /trunk/modules/demux/vobsub.c
7089
7090 * Fix the vobsub length.
7091   fen: any suggestions for the other Control() stuff?
7092
7093 ------------------------------------------------------------------------
7094 r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
7095 Changed paths:
7096    M /trunk/modules/demux/vobsub.c
7097
7098  * scaled external vobsubs with multiple tracks are now working
7099    - searching is a mess
7100    - autodetect not yet activated, force by opening the idx as subfile
7101
7102 ------------------------------------------------------------------------
7103 r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
7104 Changed paths:
7105    M /trunk/doc/vlm.txt
7106
7107 * doc/vlm.txt: small update to reflect the latest changes.
7108 ------------------------------------------------------------------------
7109 r8758 | gbazin | 2004-09-21 22:33:59 +0200 (Tue, 21 Sep 2004) | 1 line
7110 Changed paths:
7111    M /trunk/modules/codec/spudec/parse.c
7112    M /trunk/modules/codec/spudec/spudec.c
7113
7114 * modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
7115 ------------------------------------------------------------------------
7116 r8757 | gbazin | 2004-09-21 22:19:04 +0200 (Tue, 21 Sep 2004) | 1 line
7117 Changed paths:
7118    M /trunk/src/video_output/vout_subpictures.c
7119
7120 * src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.
7121 ------------------------------------------------------------------------
7122 r8756 | hartman | 2004-09-21 21:26:10 +0200 (Tue, 21 Sep 2004) | 2 lines
7123 Changed paths:
7124    M /trunk/include/vlc_video.h
7125    M /trunk/modules/codec/spudec/parse.c
7126
7127 * pass the orignal movie size from es_format_t to subpicture_t
7128
7129 ------------------------------------------------------------------------
7130 r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
7131 Changed paths:
7132    M /trunk/THANKS
7133    M /trunk/modules/video_filter/swscale/Modules.am
7134
7135   * Added missing \n to misc files.
7136
7137 ------------------------------------------------------------------------
7138 r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
7139 Changed paths:
7140    M /trunk/toolbox
7141
7142   * toolbox: fixed mixup in the changelog generation example.
7143
7144 ------------------------------------------------------------------------
7145 r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
7146 Changed paths:
7147    M /trunk/debian/changelog
7148    M /trunk/debian/control
7149    M /trunk/debian/rules
7150
7151   * debian/rules:
7152     + Fixed previously broken DVD support.
7153     + Removed currently broken Speex support.
7154   * debian/control:
7155     + Build-depend on libdvdnav.
7156
7157 ------------------------------------------------------------------------
7158 r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
7159 Changed paths:
7160    M /trunk/po/de.po
7161
7162 * hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
7163 ------------------------------------------------------------------------
7164 r8751 | gbazin | 2004-09-20 23:51:41 +0200 (Mon, 20 Sep 2004) | 1 line
7165 Changed paths:
7166    M /trunk/modules/video_filter/time.c
7167
7168 * modules/video_filter/time.c: added Id svn keyword
7169 ------------------------------------------------------------------------
7170 r8750 | gbazin | 2004-09-20 23:50:18 +0200 (Mon, 20 Sep 2004) | 1 line
7171 Changed paths:
7172    M /trunk/include/vlc_vlm.h
7173    M /trunk/include/vlc_vod.h
7174    M /trunk/modules/misc/rtsp.c
7175    M /trunk/src/misc/vlm.c
7176
7177 * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
7178 ------------------------------------------------------------------------
7179 r8749 | hartman | 2004-09-20 17:47:08 +0200 (Mon, 20 Sep 2004) | 4 lines
7180 Changed paths:
7181    M /trunk/modules/demux/vobsub.c
7182
7183 * some fixes to vobsub
7184   TODO: create the index
7185         position control
7186
7187 ------------------------------------------------------------------------
7188 r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
7189 Changed paths:
7190    M /trunk/extras/contrib/src/Makefile
7191
7192 * disabled the libdts making for the nightlies
7193
7194 ------------------------------------------------------------------------
7195 r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
7196 Changed paths:
7197    M /trunk/modules/video_filter/time.c
7198
7199 time.c: configureable time format patch by markfm + some cleanup
7200
7201 ------------------------------------------------------------------------
7202 r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
7203 Changed paths:
7204    M /trunk/modules/codec/x264.c
7205
7206 * modules/codec/x264.c: fixed aspect ratio.
7207 ------------------------------------------------------------------------
7208 r8745 | gbazin | 2004-09-20 12:09:28 +0200 (Mon, 20 Sep 2004) | 1 line
7209 Changed paths:
7210    M /trunk/modules/video_filter/time.c
7211
7212 * modules/video_filter/time.c: optimized a bit.
7213 ------------------------------------------------------------------------
7214 r8744 | gbazin | 2004-09-20 12:06:53 +0200 (Mon, 20 Sep 2004) | 1 line
7215 Changed paths:
7216    M /trunk/modules/misc/freetype.c
7217
7218 * modules/misc/freetype.c: fixed memory leak.
7219 ------------------------------------------------------------------------
7220 r8743 | gbazin | 2004-09-20 11:18:11 +0200 (Mon, 20 Sep 2004) | 1 line
7221 Changed paths:
7222    M /trunk/modules/video_filter/logo.c
7223
7224 * modules/video_filter/logo.c: fixed memleak.
7225 ------------------------------------------------------------------------
7226 r8742 | gbazin | 2004-09-20 10:53:58 +0200 (Mon, 20 Sep 2004) | 1 line
7227 Changed paths:
7228    M /trunk/modules/video_filter/time.c
7229
7230 * modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.
7231 ------------------------------------------------------------------------
7232 r8741 | gbazin | 2004-09-19 23:38:12 +0200 (Sun, 19 Sep 2004) | 5 lines
7233 Changed paths:
7234    M /trunk/include/vlc_vlm.h
7235    M /trunk/src/misc/vlm.c
7236
7237 * src/misc/vlm.c:
7238    + major cleanup and bug fixing.
7239    + added support for spawning and controlling several media instances.
7240
7241
7242 ------------------------------------------------------------------------
7243 r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
7244 Changed paths:
7245    M /trunk/include/vlc/intf.h
7246    M /trunk/include/vlc_input.h
7247    M /trunk/src/playlist/item.c
7248
7249 * include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
7250 ------------------------------------------------------------------------
7251 r8739 | gbazin | 2004-09-19 20:50:54 +0200 (Sun, 19 Sep 2004) | 1 line
7252 Changed paths:
7253    M /trunk/modules/demux/vobsub.c
7254
7255 * modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
7256 ------------------------------------------------------------------------
7257 r8738 | gbazin | 2004-09-19 18:26:54 +0200 (Sun, 19 Sep 2004) | 1 line
7258 Changed paths:
7259    M /trunk/modules/video_filter/logo.c
7260
7261 * modules/video_filter/logo.c: oops, broke something.
7262 ------------------------------------------------------------------------
7263 r8737 | gbazin | 2004-09-19 17:46:14 +0200 (Sun, 19 Sep 2004) | 1 line
7264 Changed paths:
7265    M /trunk/modules/video_filter/logo.c
7266
7267 * modules/video_filter/logo.c: couple of sanity check.
7268 ------------------------------------------------------------------------
7269 r8736 | gbazin | 2004-09-19 17:36:08 +0200 (Sun, 19 Sep 2004) | 1 line
7270 Changed paths:
7271    M /trunk/modules/video_filter/logo.c
7272
7273 * modules/video_filter/logo.c: transparency fix by markfm.
7274 ------------------------------------------------------------------------
7275 r8735 | gbazin | 2004-09-19 17:23:38 +0200 (Sun, 19 Sep 2004) | 1 line
7276 Changed paths:
7277    M /trunk/modules/video_filter/logo.c
7278
7279 * modules/video_filter/logo.c: fixed case when no transparent color is set.
7280 ------------------------------------------------------------------------
7281 r8734 | gbazin | 2004-09-19 17:11:36 +0200 (Sun, 19 Sep 2004) | 1 line
7282 Changed paths:
7283    M /trunk/src/video_output/vout_subpictures.c
7284
7285 * src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).
7286 ------------------------------------------------------------------------
7287 r8733 | gbazin | 2004-09-19 16:58:43 +0200 (Sun, 19 Sep 2004) | 1 line
7288 Changed paths:
7289    M /trunk/modules/video_filter/logo.c
7290
7291 * modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
7292 ------------------------------------------------------------------------
7293 r8732 | gbazin | 2004-09-19 16:46:01 +0200 (Sun, 19 Sep 2004) | 1 line
7294 Changed paths:
7295    M /trunk/modules/video_filter/logo.c
7296
7297 * modules/video_filter/logo.c: convert all pngs to RGBA.
7298 ------------------------------------------------------------------------
7299 r8731 | sigmunau | 2004-09-19 14:29:16 +0200 (Sun, 19 Sep 2004) | 2 lines
7300 Changed paths:
7301    M /trunk/modules/video_filter/time.c
7302
7303 time.c: customizable position and string prefix, mainly done by markfm
7304
7305 ------------------------------------------------------------------------
7306 r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
7307 Changed paths:
7308    M /trunk/modules/demux/mkv.cpp
7309    M /trunk/modules/demux/vobsub.c
7310
7311 * mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
7312 * vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
7313   TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs
7314
7315   and find a way to pass the info from the decoder to the core of course....
7316
7317 ------------------------------------------------------------------------
7318 r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
7319 Changed paths:
7320    M /trunk/modules/video_filter/Modules.am
7321    M /trunk/modules/video_filter/time.c
7322
7323 modules/video_filter/Modules.am: added time, for those that don't know the
7324 fen-trick
7325 time.c: fixed a few copy/paste bugs and some warnings
7326
7327 ------------------------------------------------------------------------
7328 r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
7329 Changed paths:
7330    A /trunk/modules/video_filter/time.c
7331
7332 time.c: a small module to place current time on top of video
7333
7334 ------------------------------------------------------------------------
7335 r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
7336 Changed paths:
7337    M /trunk/include/vlc_es.h
7338
7339 * added origin (position) and 'original frame size' params to SPU es
7340
7341 ------------------------------------------------------------------------
7342 r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
7343 Changed paths:
7344    M /trunk/modules/demux/livedotcom.cpp
7345
7346 * added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
7347
7348 ------------------------------------------------------------------------
7349 r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
7350 Changed paths:
7351    M /trunk/modules/demux/subtitle.c
7352
7353 * modules/demux/subtitle.c: compilation fix.
7354 ------------------------------------------------------------------------
7355 r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
7356 Changed paths:
7357    M /trunk/src/misc/vlm.c
7358
7359 * src/misc/vlm.c: we probably have enough bugs already :p
7360 ------------------------------------------------------------------------
7361 r8723 | hartman | 2004-09-18 02:05:11 +0200 (Sat, 18 Sep 2004) | 3 lines
7362 Changed paths:
7363    M /trunk/configure.ac
7364    M /trunk/modules/demux/Modules.am
7365    M /trunk/modules/demux/subtitle.c
7366    A /trunk/modules/demux/vobsub.c (from /trunk/modules/demux/subtitle.c:8722)
7367
7368 * split vobsub and textual demuxers.
7369
7370
7371 ------------------------------------------------------------------------
7372 r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
7373 Changed paths:
7374    M /trunk/src/video_output/video_text.c
7375    M /trunk/src/video_output/video_widgets.c
7376    M /trunk/src/video_output/vout_subpictures.c
7377
7378 * video_output/vout_subpictures.c:
7379   + improved spu_SortSubpictures() to deal with SPU channels.
7380   + ephemer subpictures can also have a stop date now (allows more flexibility).
7381
7382 ------------------------------------------------------------------------
7383 r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
7384 Changed paths:
7385    M /trunk/modules/video_filter/logo.c
7386
7387 * modules/video_filter/logo.c: small fix.
7388 ------------------------------------------------------------------------
7389 r8720 | gbazin | 2004-09-17 12:13:21 +0200 (Fri, 17 Sep 2004) | 1 line
7390 Changed paths:
7391    M /trunk/modules/stream_out/transcode.c
7392
7393 * modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.
7394 ------------------------------------------------------------------------
7395 r8719 | gbazin | 2004-09-17 11:30:19 +0200 (Fri, 17 Sep 2004) | 2 lines
7396 Changed paths:
7397    M /trunk/modules/video_filter/logo.c
7398    M /trunk/src/libvlc.h
7399    M /trunk/src/video_output/vout_subpictures.c
7400
7401 * modules/video_filter/logo.c: implemented a logo subpictures filter.
7402
7403 ------------------------------------------------------------------------
7404 r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
7405 Changed paths:
7406    M /trunk/modules/video_filter/scale.c
7407
7408 * modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
7409 ------------------------------------------------------------------------
7410 r8717 | gbazin | 2004-09-17 11:11:50 +0200 (Fri, 17 Sep 2004) | 3 lines
7411 Changed paths:
7412    M /trunk/include/vlc_filter.h
7413    M /trunk/include/vlc_spu.h
7414    M /trunk/modules/misc/freetype.c
7415    M /trunk/modules/stream_out/transcode.c
7416    M /trunk/src/libvlc.h
7417    M /trunk/src/video_output/video_output.c
7418    M /trunk/src/video_output/vout_subpictures.c
7419
7420 * src/video_output/vout_subpictures.c: support for subpictures filters.
7421 * src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.
7422
7423 ------------------------------------------------------------------------
7424 r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
7425 Changed paths:
7426    M /trunk/modules/misc/rtsp.c
7427    M /trunk/modules/stream_out/description.c
7428
7429 * modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
7430 * modules/stream_out/description.c: bug fix.
7431
7432 ------------------------------------------------------------------------
7433 r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
7434 Changed paths:
7435    M /trunk/modules/gui/wxwindows/menus.cpp
7436
7437 * modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.
7438 ------------------------------------------------------------------------
7439 r8714 | gbazin | 2004-09-15 22:21:09 +0200 (Wed, 15 Sep 2004) | 3 lines
7440 Changed paths:
7441    M /trunk/configure.ac
7442    M /trunk/modules/misc/rtsp.c
7443    M /trunk/modules/stream_out/Modules.am
7444    A /trunk/modules/stream_out/description.c
7445    M /trunk/src/misc/vlm.c
7446
7447 * modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
7448 * src/misc/vlm.c: pre-parse vod media items.
7449
7450 ------------------------------------------------------------------------
7451 r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
7452 Changed paths:
7453    M /trunk/modules/video_filter/Modules.am
7454
7455 * modules/video_filter/Modules.am: oops
7456 ------------------------------------------------------------------------
7457 r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
7458 Changed paths:
7459    M /trunk/configure.ac
7460    M /trunk/modules/video_filter/Modules.am
7461    A /trunk/modules/video_filter/scale.c
7462
7463 * modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).
7464 ------------------------------------------------------------------------
7465 r8711 | gbazin | 2004-09-15 17:55:25 +0200 (Wed, 15 Sep 2004) | 1 line
7466 Changed paths:
7467    M /trunk/modules/codec/ffmpeg/video_filter.c
7468
7469 * modules/codec/ffmpeg/video_filter.c: improvements.
7470 ------------------------------------------------------------------------
7471 r8710 | gbazin | 2004-09-15 17:52:13 +0200 (Wed, 15 Sep 2004) | 1 line
7472 Changed paths:
7473    M /trunk/modules/video_filter/swscale/filter.c
7474
7475 * modules/video_filter/swscale/filter.c: uninitialised variable fix.
7476 ------------------------------------------------------------------------
7477 r8709 | gbazin | 2004-09-15 17:50:54 +0200 (Wed, 15 Sep 2004) | 4 lines
7478 Changed paths:
7479    M /trunk/Makefile.am
7480    M /trunk/include/video_output.h
7481    M /trunk/include/vlc/vout.h
7482    M /trunk/include/vlc_common.h
7483    M /trunk/include/vlc_filter.h
7484    M /trunk/include/vlc_objects.h
7485    A /trunk/include/vlc_spu.h
7486    M /trunk/include/vlc_video.h
7487    M /trunk/modules/codec/cmml/intf.c
7488    M /trunk/modules/codec/ogt/common.c
7489    M /trunk/modules/codec/ogt/cvd.c
7490    M /trunk/modules/codec/ogt/cvd_parse.c
7491    M /trunk/modules/codec/ogt/ogt.c
7492    M /trunk/modules/codec/ogt/ogt_parse.c
7493    M /trunk/modules/control/hotkeys.c
7494    M /trunk/modules/stream_out/transcode.c
7495    M /trunk/src/input/decoder.c
7496    M /trunk/src/misc/modules.c
7497    M /trunk/src/misc/objects.c
7498    M /trunk/src/video_output/video_output.c
7499    M /trunk/src/video_output/video_text.c
7500    M /trunk/src/video_output/video_widgets.c
7501    M /trunk/src/video_output/vout_pictures.c
7502    M /trunk/src/video_output/vout_subpictures.c
7503
7504 * ALL: separation of the SPU engine from the VOUT.
7505 * modules/stream_out/transcode.c: re-use the SPU engine.
7506 * src/video_output/vout_subpictures.c: support for resizing subpictures.
7507
7508 ------------------------------------------------------------------------
7509 r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
7510 Changed paths:
7511    M /trunk/include/vlc_common.h
7512    M /trunk/include/vlc_input.h
7513    M /trunk/include/vlc_vlm.h
7514    M /trunk/include/vlc_vod.h
7515    M /trunk/modules/misc/rtsp.c
7516    M /trunk/src/misc/vlm.c
7517
7518 * src/misc/vlm.c: started "vod server" integration (not much done yet).
7519 * modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
7520 * include/vlc_input.h: extended input_item_t a bit for the vod server.
7521
7522 ------------------------------------------------------------------------
7523 r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
7524 Changed paths:
7525    M /trunk/modules/demux/avi/avi.c
7526
7527
7528 msg_Err -> msg_Dbg
7529
7530
7531 ------------------------------------------------------------------------
7532 r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
7533 Changed paths:
7534    M /trunk/INSTALL.win32
7535    M /trunk/configure.ac
7536
7537 * configure.ac: fixed --with-ffmpeg-dts.
7538 * INSTALL.win32: update with new contrib package.
7539
7540 ------------------------------------------------------------------------
7541 r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
7542 Changed paths:
7543    M /trunk/modules/demux/asf/asf.c
7544
7545 * modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
7546 ------------------------------------------------------------------------
7547 r8704 | fkuehne | 2004-09-13 22:30:12 +0200 (Mon, 13 Sep 2004) | 1 line
7548 Changed paths:
7549    M /trunk/extras/contrib/src/packages.mak
7550
7551 * updated used libcdio-version from 0.69 to 0.70
7552 ------------------------------------------------------------------------
7553 r8703 | gbazin | 2004-09-13 22:29:58 +0200 (Mon, 13 Sep 2004) | 1 line
7554 Changed paths:
7555    M /trunk/modules/access/dshow/crossbar.cpp
7556
7557 * modules/access/dshow/crossbar.cpp: real compilation fix.
7558 ------------------------------------------------------------------------
7559 r8702 | gbazin | 2004-09-13 21:46:38 +0200 (Mon, 13 Sep 2004) | 1 line
7560 Changed paths:
7561    M /trunk/modules/access/dshow/crossbar.cpp
7562
7563 * modules/access/dshow/crossbar.cpp: compilation fix.
7564 ------------------------------------------------------------------------
7565 r8701 | gbazin | 2004-09-13 21:43:30 +0200 (Mon, 13 Sep 2004) | 3 lines
7566 Changed paths:
7567    M /trunk/configure.ac
7568    A /trunk/modules/video_filter/swscale
7569    A /trunk/modules/video_filter/swscale/Modules.am
7570    A /trunk/modules/video_filter/swscale/common.h
7571    A /trunk/modules/video_filter/swscale/filter.c
7572    A /trunk/modules/video_filter/swscale/rgb2rgb.c
7573    A /trunk/modules/video_filter/swscale/rgb2rgb.h
7574    A /trunk/modules/video_filter/swscale/rgb2rgb_template.c
7575    A /trunk/modules/video_filter/swscale/swscale.c
7576    A /trunk/modules/video_filter/swscale/swscale.h
7577    A /trunk/modules/video_filter/swscale/swscale_altivec_template.c
7578    A /trunk/modules/video_filter/swscale/swscale_internal.h
7579    A /trunk/modules/video_filter/swscale/swscale_template.c
7580    A /trunk/modules/video_filter/swscale/yuv2rgb.c
7581    A /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
7582    A /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
7583    A /trunk/modules/video_filter/swscale/yuv2rgb_template.c
7584
7585 * modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
7586   (not enabled in configure.ac yet as it may have problems building on some platforms)
7587
7588 ------------------------------------------------------------------------
7589 r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
7590 Changed paths:
7591    M /trunk/extras/contrib/src/Makefile
7592
7593  contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
7594
7595 ------------------------------------------------------------------------
7596 r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
7597 Changed paths:
7598    M /trunk/include/vlc_block.h
7599    M /trunk/src/misc/block.c
7600
7601 * include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
7602 ------------------------------------------------------------------------
7603 r8698 | titer | 2004-09-13 12:57:03 +0200 (Mon, 13 Sep 2004) | 3 lines
7604 Changed paths:
7605    M /trunk/configure.ac
7606
7607  + configure.ac: explicitly link to -lnet the modules which need it
7608    (cause latest BeOS gcc doesn't do it by default anymore)
7609
7610 ------------------------------------------------------------------------
7611 r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
7612 Changed paths:
7613    M /trunk/modules/mux/asf.c
7614
7615  + mux/asf.c: gcc < 3 compile fix
7616
7617 ------------------------------------------------------------------------
7618 r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
7619 Changed paths:
7620    M /trunk/modules/video_output/directx/directx.c
7621
7622 * modules/video_output/directx/directx.c: removed debug message.
7623 ------------------------------------------------------------------------
7624 r8695 | gbazin | 2004-09-12 22:31:00 +0200 (Sun, 12 Sep 2004) | 1 line
7625 Changed paths:
7626    M /trunk/src/video_output/video_output.c
7627    M /trunk/src/video_output/vout_pictures.c
7628
7629 * src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).
7630 ------------------------------------------------------------------------
7631 r8694 | gbazin | 2004-09-12 20:00:02 +0200 (Sun, 12 Sep 2004) | 5 lines
7632 Changed paths:
7633    M /trunk/modules/access/dshow/Modules.am
7634    A /trunk/modules/access/dshow/common.h
7635    A /trunk/modules/access/dshow/crossbar.cpp
7636    M /trunk/modules/access/dshow/dshow.cpp
7637    M /trunk/modules/access/dshow/filter.cpp
7638    M /trunk/modules/access/dshow/filter.h
7639
7640 * modules/access/dshow/*:
7641   - switch to access_demux module for raw video/audio streams.
7642   - massive cleanup and simplifications.
7643   - a bunch of fixes.
7644
7645 ------------------------------------------------------------------------
7646 r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
7647 Changed paths:
7648    M /trunk/modules/access/screen/win32.c
7649
7650 * modules/access/screen/win32.c: proper rgb mask for RV24.
7651 ------------------------------------------------------------------------
7652 r8692 | gbazin | 2004-09-12 11:31:47 +0200 (Sun, 12 Sep 2004) | 1 line
7653 Changed paths:
7654    M /trunk/modules/access/dshow/dshow.cpp
7655    M /trunk/modules/access/dshow/filter.cpp
7656
7657 * modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
7658 ------------------------------------------------------------------------
7659 r8691 | gbazin | 2004-09-12 11:16:55 +0200 (Sun, 12 Sep 2004) | 1 line
7660 Changed paths:
7661    M /trunk/modules/video_output/directx/directx.c
7662
7663 * modules/video_output/directx/directx.c: small fix.
7664 ------------------------------------------------------------------------
7665 r8690 | gbazin | 2004-09-12 11:10:33 +0200 (Sun, 12 Sep 2004) | 1 line
7666 Changed paths:
7667    M /trunk/modules/video_output/directx/events.c
7668
7669 * modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.
7670 ------------------------------------------------------------------------
7671 r8689 | gbazin | 2004-09-11 15:15:18 +0200 (Sat, 11 Sep 2004) | 2 lines
7672 Changed paths:
7673    M /trunk/Makefile.am
7674    M /trunk/include/network.h
7675    M /trunk/include/vlc_common.h
7676    A /trunk/include/vlc_vod.h
7677    M /trunk/modules/misc/Modules.am
7678    A /trunk/modules/misc/rtsp.c
7679
7680 * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
7681
7682 ------------------------------------------------------------------------
7683 r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
7684 Changed paths:
7685    M /trunk/modules/video_filter/logo.c
7686
7687 * modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
7688 ------------------------------------------------------------------------
7689 r8687 | gbazin | 2004-09-10 21:47:16 +0200 (Fri, 10 Sep 2004) | 1 line
7690 Changed paths:
7691    M /trunk/src/video_output/video_output.c
7692
7693 * src/video_output/video_output.c: oops.
7694 ------------------------------------------------------------------------
7695 r8686 | gbazin | 2004-09-10 20:03:25 +0200 (Fri, 10 Sep 2004) | 2 lines
7696 Changed paths:
7697    M /trunk/include/vlc_video.h
7698    M /trunk/modules/codec/ogt/common.c
7699    M /trunk/modules/codec/ogt/render.c
7700    M /trunk/src/video_output/video_output.c
7701
7702 * src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
7703
7704 ------------------------------------------------------------------------
7705 r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
7706 Changed paths:
7707    M /trunk/include/video_output.h
7708    M /trunk/include/vlc_video.h
7709    M /trunk/src/video_output/vout_pictures.c
7710
7711 * include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
7712
7713 ------------------------------------------------------------------------
7714 r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
7715 Changed paths:
7716    M /trunk/modules/video_output/directx/directx.c
7717    M /trunk/modules/video_output/x11/xcommon.c
7718
7719 * modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
7720 ------------------------------------------------------------------------
7721 r8683 | gbazin | 2004-09-10 15:15:59 +0200 (Fri, 10 Sep 2004) | 1 line
7722 Changed paths:
7723    M /trunk/modules/codec/rawvideo.c
7724
7725 * modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
7726 ------------------------------------------------------------------------
7727 r8682 | gbazin | 2004-09-10 14:43:08 +0200 (Fri, 10 Sep 2004) | 1 line
7728 Changed paths:
7729    M /trunk/modules/demux/asf/asf.c
7730    M /trunk/modules/demux/asf/libasf.c
7731    M /trunk/modules/demux/asf/libasf.h
7732
7733 * modules/demux/asf/*: get video aspect ratio from metadata object.
7734 ------------------------------------------------------------------------
7735 r8681 | gbazin | 2004-09-10 13:35:42 +0200 (Fri, 10 Sep 2004) | 1 line
7736 Changed paths:
7737    M /trunk/modules/demux/asf/libasf.c
7738    M /trunk/modules/demux/asf/libasf.h
7739
7740 * commit modules/demux/asf/*: load and parse the metadata object + coding style changes.
7741 ------------------------------------------------------------------------
7742 r8680 | gbazin | 2004-09-10 11:49:01 +0200 (Fri, 10 Sep 2004) | 1 line
7743 Changed paths:
7744    M /trunk/modules/stream_out/standard.c
7745
7746 * modules/stream_out/standard.c: compilation fix.
7747 ------------------------------------------------------------------------
7748 r8679 | gbazin | 2004-09-10 11:19:59 +0200 (Fri, 10 Sep 2004) | 1 line
7749 Changed paths:
7750    M /trunk/modules/codec/cmml/intf.c
7751
7752 * modules/codec/cmml/intf.c: compilation fix.
7753 ------------------------------------------------------------------------
7754 r8678 | gbazin | 2004-09-10 00:18:51 +0200 (Fri, 10 Sep 2004) | 1 line
7755 Changed paths:
7756    M /trunk/src/misc/httpd.c
7757
7758 * src/misc/httpd.c: spelling mistake.
7759 ------------------------------------------------------------------------
7760 r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
7761 Changed paths:
7762    M /trunk/modules/audio_filter/format.c
7763    M /trunk/modules/audio_filter/normvol.c
7764    M /trunk/modules/codec/ffmpeg/video_filter.c
7765
7766  modules/codec/ffmpeg/video_filter.c, modules/audio_filter/format.c, normvol.c: added Id svn keyword.
7767 ------------------------------------------------------------------------
7768 r8676 | gbazin | 2004-09-09 16:47:33 +0200 (Thu, 09 Sep 2004) | 1 line
7769 Changed paths:
7770    M /trunk/src/input/input.c
7771
7772 * src/input/input.c: hack to allow for the udp:@:port syntax again... not really pretty though.
7773 ------------------------------------------------------------------------
7774 r8675 | gbazin | 2004-09-09 16:33:33 +0200 (Thu, 09 Sep 2004) | 1 line
7775 Changed paths:
7776    M /trunk/src/extras/libc.c
7777
7778 * src/extras/libc.c: forgot a small modification.
7779 ------------------------------------------------------------------------
7780 r8674 | gbazin | 2004-09-09 16:25:07 +0200 (Thu, 09 Sep 2004) | 1 line
7781 Changed paths:
7782    M /trunk/modules/codec/theora.c
7783
7784 * modules/codec/theora.c: use vlc_reduce() to before storing the aspect-ratio.
7785 ------------------------------------------------------------------------
7786 r8673 | gbazin | 2004-09-09 16:23:44 +0200 (Thu, 09 Sep 2004) | 1 line
7787 Changed paths:
7788    M /trunk/modules/mux/asf.c
7789
7790 * modules/mux/asf.c: include a metadata header to store the video pixel aspect ratio info.
7791 ------------------------------------------------------------------------
7792 r8672 | gbazin | 2004-09-09 16:02:24 +0200 (Thu, 09 Sep 2004) | 1 line
7793 Changed paths:
7794    M /trunk/modules/control/gestures.c
7795
7796 * modules/control/gestures.c: compilation fix.
7797 ------------------------------------------------------------------------
7798 r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
7799 Changed paths:
7800    M /trunk/include/vlc_common.h
7801    M /trunk/src/extras/libc.c
7802
7803 * include/vlc_common.h, src/extras/libc.c: added GCD() and vlc_reduce().
7804 ------------------------------------------------------------------------
7805 r8670 | gbazin | 2004-09-09 00:02:48 +0200 (Thu, 09 Sep 2004) | 1 line
7806 Changed paths:
7807    M /trunk/modules/access/dvdnav.c
7808
7809 * modules/access/dvdnav.c: call buttonUpdate() again when the video ES is started.
7810 ------------------------------------------------------------------------
7811 r8669 | gbazin | 2004-09-08 23:11:31 +0200 (Wed, 08 Sep 2004) | 1 line
7812 Changed paths:
7813    M /trunk/modules/video_output/opengl.c
7814    M /trunk/src/video_output/vout_intf.c
7815
7816 * src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
7817 ------------------------------------------------------------------------
7818 r8668 | gbazin | 2004-09-08 23:01:11 +0200 (Wed, 08 Sep 2004) | 1 line
7819 Changed paths:
7820    M /trunk/include/video_output.h
7821    M /trunk/src/video_output/video_output.c
7822    M /trunk/src/video_output/vout_subpictures.c
7823
7824 * src/video_output/*: fixed race condition in spu initialization which affected DVD menus.
7825 ------------------------------------------------------------------------
7826 r8667 | gbazin | 2004-09-08 17:25:56 +0200 (Wed, 08 Sep 2004) | 1 line
7827 Changed paths:
7828    M /trunk/modules/demux/ts.c
7829
7830 * modules/demux/ts.c: small video artefacts are usually better than dropping whole frames.
7831 ------------------------------------------------------------------------
7832 r8666 | gbazin | 2004-09-08 16:10:20 +0200 (Wed, 08 Sep 2004) | 1 line
7833 Changed paths:
7834    M /trunk/modules/audio_filter/converter/a52tofloat32.c
7835    M /trunk/modules/audio_filter/converter/dtstofloat32.c
7836    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
7837
7838 * modules/audio_filter/converter/*: a couple of fixes for transcoding.
7839 ------------------------------------------------------------------------
7840 r8665 | gbazin | 2004-09-08 14:48:57 +0200 (Wed, 08 Sep 2004) | 1 line
7841 Changed paths:
7842    M /trunk/modules/stream_out/transcode.c
7843
7844 * modules/stream_out/transcode.c: use picture ring buffers to avoid leaks due to decoders not releasing pictures properly and to avoid uncessary mallocs.
7845 ------------------------------------------------------------------------
7846 r8664 | gbazin | 2004-09-08 12:07:05 +0200 (Wed, 08 Sep 2004) | 1 line
7847 Changed paths:
7848    M /trunk/include/vlc_help.h
7849    M /trunk/modules/gui/wxwindows/iteminfo.cpp
7850
7851 * include/vlc_help.h: update.
7852 ------------------------------------------------------------------------
7853 r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
7854 Changed paths:
7855    M /trunk/modules/gui/wxwindows/interface.cpp
7856
7857 * modules/gui/wxwindows/interface.cpp: fix for the interface resizing when video is stopped.
7858 ------------------------------------------------------------------------
7859 r8662 | gbazin | 2004-09-08 00:08:36 +0200 (Wed, 08 Sep 2004) | 1 line
7860 Changed paths:
7861    M /trunk/modules/gui/wxwindows/video.cpp
7862
7863 * modules/gui/wxwindows/video.cpp: reverted change to re-use the video window as it doesn't work well on wxGTK.
7864 ------------------------------------------------------------------------
7865 r8661 | gbazin | 2004-09-07 23:46:16 +0200 (Tue, 07 Sep 2004) | 1 line
7866 Changed paths:
7867    M /trunk/include/vlc_common.h
7868
7869 * include/vlc_common.h: forgot this file in my last commit.
7870 ------------------------------------------------------------------------
7871 r8660 | gbazin | 2004-09-07 23:28:52 +0200 (Tue, 07 Sep 2004) | 1 line
7872 Changed paths:
7873    M /trunk/configure.ac
7874
7875 * configure.ac: small iconv fix.
7876 ------------------------------------------------------------------------
7877 r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
7878 Changed paths:
7879    M /trunk/configure.ac
7880    M /trunk/modules/codec/subsdec.c
7881    M /trunk/modules/gui/skins2/vars/playlist.cpp
7882    M /trunk/modules/gui/skins2/vars/playlist.hpp
7883    M /trunk/modules/misc/freetype.c
7884    M /trunk/src/extras/libc.c
7885
7886 * src/extras/libc.c: provide iconv facility in the core (vlc_iconv_open(), vlc_iconv(), vlc_iconv_close()).
7887 * modules/misc/freetype.c, modules/codec/subsdec.c, modules/gui/skins2: use iconv from the core.
7888
7889 ------------------------------------------------------------------------
7890 r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
7891 Changed paths:
7892    M /trunk/modules/misc/freetype.c
7893
7894 freetype.c: don't hang if user specify negative fontsize
7895
7896 ------------------------------------------------------------------------
7897 r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
7898 Changed paths:
7899    M /trunk/modules/codec/faad.c
7900    M /trunk/src/input/decoder.c
7901
7902 * src/input/decoder.c, modules/codec/faad.c: work around another bug in libfaad with ADTS streams.
7903 ------------------------------------------------------------------------
7904 r8656 | sigmunau | 2004-09-07 10:11:49 +0200 (Tue, 07 Sep 2004) | 2 lines
7905 Changed paths:
7906    M /trunk/TODO
7907    M /trunk/modules/demux/mkv.cpp
7908
7909 fixed track selection for mkv-files with default flag set on tracks.
7910
7911 ------------------------------------------------------------------------
7912 r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
7913 Changed paths:
7914    M /trunk/modules/video_output/opengl.c
7915    M /trunk/src/video_output/vout_intf.c
7916
7917  Fixed OpenGL mouse events
7918
7919 ------------------------------------------------------------------------
7920 r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
7921 Changed paths:
7922    M /trunk/src/input/var.c
7923
7924  + src/input/var.c: when starting a title, don't recreate next/prev-chapter
7925      and add callbacks if they already exist
7926
7927 ------------------------------------------------------------------------
7928 r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
7929 Changed paths:
7930    M /trunk/TODO
7931    M /trunk/modules/demux/mkv.cpp
7932
7933 some timecode and chapter-related fixes from Mosu(thanks a lot).
7934
7935 ------------------------------------------------------------------------
7936 r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
7937 Changed paths:
7938    M /trunk/modules/gui/beos/InterfaceWindow.cpp
7939    M /trunk/modules/gui/beos/MsgVals.h
7940
7941  beos/*: fixed title/chapter navigation
7942
7943 ------------------------------------------------------------------------
7944 r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
7945 Changed paths:
7946    M /trunk/TODO
7947
7948 Added matroska-related items to todo-list
7949
7950 ------------------------------------------------------------------------
7951 r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
7952 Changed paths:
7953    M /trunk/src/input/input.c
7954
7955 debug message accessed free'd structure causing a segmentation fault
7956
7957 ------------------------------------------------------------------------
7958 r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
7959 Changed paths:
7960    M /trunk/modules/access/cdda/Modules.am
7961    M /trunk/modules/access/cdda/access.c
7962    A /trunk/modules/access/cdda/access.h
7963    A /trunk/modules/access/cdda/callback.c
7964    A /trunk/modules/access/cdda/callback.h
7965    M /trunk/modules/access/cdda/cdda.c
7966    M /trunk/modules/access/cdda/cdda.h
7967
7968 Allow size of blocks reads to be specified/adjusted
7969 Split out callback routines. 
7970 Some cleanup. Still largely broken though. 
7971
7972
7973 ------------------------------------------------------------------------
7974 r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
7975 Changed paths:
7976    M /trunk/src/misc/httpd.c
7977
7978 0 is a legal socket descriptor
7979
7980 ------------------------------------------------------------------------
7981 r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
7982 Changed paths:
7983    M /trunk/include/mtime.h
7984    M /trunk/modules/access/cdda/Modules.am
7985    M /trunk/modules/access/cdda/access.c
7986    M /trunk/modules/access/cdda/cdda.h
7987
7988 2nd attempt to get libcdio cdda working.
7989
7990 mtime.h: define constant for second-to-millisecond conversions.
7991
7992
7993 ------------------------------------------------------------------------
7994 r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
7995 Changed paths:
7996    M /trunk/THANKS
7997    M /trunk/modules/gui/wxwindows/extrapanel.cpp
7998    M /trunk/po/de.po
7999    M /trunk/po/en_GB.po
8000    M /trunk/po/es.po
8001    M /trunk/po/fr.po
8002    M /trunk/po/hu.po
8003    M /trunk/po/it.po
8004    M /trunk/po/ja.po
8005    M /trunk/po/nl.po
8006    M /trunk/po/no.po
8007    M /trunk/po/pl.po
8008    M /trunk/po/pt_BR.po
8009    M /trunk/po/ru.po
8010    M /trunk/po/sv.po
8011    M /trunk/po/vlc.pot
8012
8013 modules/gui/wxwindows/extrapanel.cpp: minor string fix
8014 po/*: updated the po-files
8015 THANKS: updated my mail-address
8016 ------------------------------------------------------------------------
8017 r8645 | fkuehne | 2004-09-05 18:53:39 +0200 (Sun, 05 Sep 2004) | 1 line
8018 Changed paths:
8019    M /trunk/po/de.po
8020
8021 * first update of the German translation
8022 ------------------------------------------------------------------------
8023 r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
8024 Changed paths:
8025    M /trunk/modules/access/pvr/pvr.c
8026    M /trunk/modules/audio_filter/normvol.c
8027    M /trunk/modules/gui/macosx/equalizer.m
8028    M /trunk/modules/gui/ncurses.c
8029    M /trunk/modules/gui/wxwindows/bookmarks.cpp
8030    M /trunk/modules/gui/wxwindows/extrapanel.cpp
8031    M /trunk/modules/video_output/snapshot.c
8032    M /trunk/src/audio_output/input.c
8033
8034 * string review
8035 ------------------------------------------------------------------------
8036 r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
8037 Changed paths:
8038    M /trunk/configure.ac
8039    M /trunk/include/vlc_meta.h
8040    M /trunk/modules/access/cdda/access.c
8041    M /trunk/modules/access/cdda/cdda.c
8042    M /trunk/modules/access/cdda/cdda.h
8043
8044 First attempt to reinstate a libcdio cdda. 
8045
8046 vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
8047 will be sent about this.
8048
8049 Note: sound may be off by 2 seconds (150 sectors or pregap
8050 amount). The sound for both this and the other cdda plugin don't work
8051 for me. Before the last SVN update though that's what it sounded like.
8052
8053
8054 ------------------------------------------------------------------------
8055 r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
8056 Changed paths:
8057    M /trunk/modules/gui/macosx/open.m
8058
8059 * syntax to specify the dvd title/chapter to open has changed...
8060
8061
8062
8063 ------------------------------------------------------------------------
8064 r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
8065 Changed paths:
8066    M /trunk/include/vlc_access.h
8067    M /trunk/modules/access/dvb/access.c
8068    M /trunk/modules/access/dvb/dvb.h
8069    M /trunk/modules/access/dvb/linux_dvb.c
8070    M /trunk/modules/demux/ts.c
8071    M /trunk/src/input/stream.c
8072
8073 * modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
8074   of linuxtv drivers. We currently only descramble one channel (this will
8075   change in the near future). Also fixed a few demux-related bugs.
8076
8077 ------------------------------------------------------------------------
8078 r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
8079 Changed paths:
8080    M /trunk/modules/demux/demuxdump.c
8081
8082 * modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
8083
8084 ------------------------------------------------------------------------
8085 r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
8086 Changed paths:
8087    M /trunk/modules/access/pvr/pvr.c
8088
8089 * modules/access/pvr/pvr.c: Added a --pvr-caching option.
8090
8091 ------------------------------------------------------------------------
8092 r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
8093 Changed paths:
8094    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
8095
8096 msg_Err -> msg_Dbg
8097
8098 ------------------------------------------------------------------------
8099 r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
8100 Changed paths:
8101    M /trunk/src/libvlc.h
8102
8103 * src/libvlc.h: plugins-cache is now enabled by default.
8104 ------------------------------------------------------------------------
8105 r8636 | gbazin | 2004-09-02 23:19:35 +0200 (Thu, 02 Sep 2004) | 1 line
8106 Changed paths:
8107    M /trunk/NEWS
8108
8109 * NEWS: next version is going to be 0.8.0.
8110 ------------------------------------------------------------------------
8111 r8635 | gbazin | 2004-09-02 21:40:28 +0200 (Thu, 02 Sep 2004) | 1 line
8112 Changed paths:
8113    M /trunk/src/video_output/vout_intf.c
8114
8115 * src/video_output/vout_intf.c: fixed mouse events forwarding in opengl provider.
8116 ------------------------------------------------------------------------
8117 r8634 | gbazin | 2004-09-02 19:51:02 +0200 (Thu, 02 Sep 2004) | 1 line
8118 Changed paths:
8119    M /trunk/extras/contrib/src/packages.mak
8120
8121 * extras/contrib/src/packages.mak: fixed the faad2 package
8122 ------------------------------------------------------------------------
8123 r8633 | gbazin | 2004-09-02 18:00:44 +0200 (Thu, 02 Sep 2004) | 1 line
8124 Changed paths:
8125    M /trunk/modules/gui/wxwindows/video.cpp
8126
8127 * modules/gui/wxwindows/video.cpp: before resizing the interface when a video stops, wait a bit just to make sure a new video outut is not being spawned.
8128 ------------------------------------------------------------------------
8129 r8632 | zorglub | 2004-09-02 17:31:00 +0200 (Thu, 02 Sep 2004) | 2 lines
8130 Changed paths:
8131    M /trunk/modules/gui/wxwindows/extrapanel.cpp
8132
8133 Switch video-filters on the fly
8134
8135 ------------------------------------------------------------------------
8136 r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
8137 Changed paths:
8138    M /trunk/src/video_output/video_output.c
8139
8140 * src/video_output/video_output.c: re-enabled on-the-fly switching of video filters.
8141 ------------------------------------------------------------------------
8142 r8630 | gbazin | 2004-09-02 16:27:57 +0200 (Thu, 02 Sep 2004) | 1 line
8143 Changed paths:
8144    M /trunk/src/input/demux.c
8145
8146 * src/input/demux.c: ignore STREAM_CONTROL_ACCESS control query + coding style changes.
8147 ------------------------------------------------------------------------
8148 r8629 | hartman | 2004-09-02 09:47:01 +0200 (Thu, 02 Sep 2004) | 2 lines
8149 Changed paths:
8150    M /trunk/extras/contrib/README
8151
8152 * Don't say make bin works in the contrib system
8153
8154 ------------------------------------------------------------------------
8155 r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
8156 Changed paths:
8157    M /trunk/ChangeLog
8158
8159 * ChangeLog: update.
8160 ------------------------------------------------------------------------
8161 r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
8162 Changed paths:
8163    M /trunk/modules/visualization/galaktos/Modules.am
8164
8165 * modules/visualization/galaktos/Modules.am: a whole lot of files were forgotten.
8166 ------------------------------------------------------------------------
8167 r8626 | gbazin | 2004-09-02 00:26:48 +0200 (Thu, 02 Sep 2004) | 1 line
8168 Changed paths:
8169    M /trunk/modules/stream_out/transcode.c
8170
8171 * modules/stream_out/transcode.c: fixed fps and audio-sync options.
8172 ------------------------------------------------------------------------
8173 r8625 | hartman | 2004-09-02 00:08:00 +0200 (Thu, 02 Sep 2004) | 2 lines
8174 Changed paths:
8175    M /trunk/extras/contrib/src/Makefile
8176    M /trunk/extras/contrib/src/packages.mak
8177
8178 * fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
8179
8180 ------------------------------------------------------------------------
8181 r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
8182 Changed paths:
8183    M /trunk/extras/contrib/src/packages.mak
8184
8185 * updated ebml, matroska, liveMedia and faad2 version
8186
8187 ------------------------------------------------------------------------
8188 r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
8189 Changed paths:
8190    M /trunk/modules/control/rc.c
8191
8192 Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
8193
8194 ------------------------------------------------------------------------
8195 r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
8196 Changed paths:
8197    M /trunk/src/video_output/vout_subpictures.c
8198
8199  + vout_subpictures.c: don't check only the first subpicture_t to see
8200    if we need blending & rendering modules (fixes text messages which
8201    were missing sometimes)
8202
8203 ------------------------------------------------------------------------
8204 r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
8205 Changed paths:
8206    M /trunk/modules/misc/freetype.c
8207
8208  + misc/freetype.c: workaround yet another weird BeOS behaviour
8209
8210 ------------------------------------------------------------------------
8211 r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
8212 Changed paths:
8213    M /trunk/modules/codec/dmo/dmo.c
8214
8215 * modules/codec/dmo/dmo.c: specify required input chroma for video encoding.
8216 ------------------------------------------------------------------------
8217 r8619 | gbazin | 2004-09-01 17:37:40 +0200 (Wed, 01 Sep 2004) | 1 line
8218 Changed paths:
8219    M /trunk/modules/stream_out/transcode.c
8220
8221 * modules/stream_out/transcode.c: free the original picture pointer, not the aligned one.
8222 ------------------------------------------------------------------------
8223 r8618 | gbazin | 2004-09-01 16:34:24 +0200 (Wed, 01 Sep 2004) | 1 line
8224 Changed paths:
8225    M /trunk/modules/mux/asf.c
8226
8227 * modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
8228 ------------------------------------------------------------------------
8229 r8617 | gbazin | 2004-09-01 16:26:23 +0200 (Wed, 01 Sep 2004) | 1 line
8230 Changed paths:
8231    M /trunk/modules/codec/ffmpeg/video_filter.c
8232
8233 * modules/codec/ffmpeg/video_filter.c: oops, copy&paste bug.
8234 ------------------------------------------------------------------------
8235 r8616 | gbazin | 2004-09-01 16:07:45 +0200 (Wed, 01 Sep 2004) | 1 line
8236 Changed paths:
8237    M /trunk/modules/mux/asf.c
8238
8239 * modules/mux/asf.c: fixed a bug I introduced in my last commit.
8240 ------------------------------------------------------------------------
8241 r8615 | gbazin | 2004-09-01 16:02:23 +0200 (Wed, 01 Sep 2004) | 1 line
8242 Changed paths:
8243    M /trunk/modules/codec/ffmpeg/video.c
8244
8245 * modules/codec/ffmpeg/video.c: fixed a crash on win32 (s/free/av_free).
8246 ------------------------------------------------------------------------
8247 r8614 | gbazin | 2004-09-01 15:27:46 +0200 (Wed, 01 Sep 2004) | 1 line
8248 Changed paths:
8249    M /trunk/modules/codec/x264.c
8250
8251 * modules/codec/x264.c: updated to latest x264 version.
8252 ------------------------------------------------------------------------
8253 r8613 | gbazin | 2004-09-01 15:19:43 +0200 (Wed, 01 Sep 2004) | 1 line
8254 Changed paths:
8255    M /trunk/src/input/input.c
8256
8257 * src/input/input.c: fixed small memory leak.
8258 ------------------------------------------------------------------------
8259 r8612 | zorglub | 2004-09-01 14:54:34 +0200 (Wed, 01 Sep 2004) | 6 lines
8260 Changed paths:
8261    M /trunk/share/http/index.html
8262    M /trunk/share/http/style.css
8263
8264 * Added some status information to the HTTP interface
8265
8266 * Invalid HTML SUX !
8267 * Table layout SUX !
8268
8269
8270 ------------------------------------------------------------------------
8271 r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
8272 Changed paths:
8273    M /trunk/doc/fortunes.txt
8274    M /trunk/modules/access/pvr/pvr.c
8275    M /trunk/modules/access/screen/screen.c
8276    M /trunk/modules/audio_filter/normvol.c
8277    M /trunk/po/POTFILES.in
8278    M /trunk/po/de.po
8279    M /trunk/po/en_GB.po
8280    M /trunk/po/es.po
8281    M /trunk/po/fr.po
8282    M /trunk/po/hu.po
8283    M /trunk/po/it.po
8284    M /trunk/po/ja.po
8285    M /trunk/po/nl.po
8286    M /trunk/po/no.po
8287    M /trunk/po/pl.po
8288    M /trunk/po/pt_BR.po
8289    M /trunk/po/ru.po
8290    M /trunk/po/sv.po
8291    M /trunk/po/vlc.pot
8292    M /trunk/src/libvlc.h
8293
8294 * Fixed a few string errors
8295
8296 * Update PO files
8297
8298 * First round of updates for the french l10n
8299
8300
8301 ------------------------------------------------------------------------
8302 r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
8303 Changed paths:
8304    M /trunk/src/video_output/vout_subpictures.c
8305
8306 * src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
8307 ------------------------------------------------------------------------
8308 r8609 | hartman | 2004-08-31 22:44:47 +0200 (Tue, 31 Aug 2004) | 2 lines
8309 Changed paths:
8310    M /trunk/configure.ac
8311    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
8312    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
8313
8314 * Updated version number to 0.8.0-test1 and to codename Janus
8315
8316 ------------------------------------------------------------------------
8317 r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
8318 Changed paths:
8319    M /trunk/modules/gui/macosx/vout.m
8320
8321  * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
8322
8323 ------------------------------------------------------------------------
8324 r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
8325 Changed paths:
8326    M /trunk/src/misc/modules.c
8327
8328 * forgot the most important file of the commit :)
8329
8330 ------------------------------------------------------------------------
8331 r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
8332 Changed paths:
8333    M /trunk/modules/access/cdda.c
8334    M /trunk/modules/access/directory.c
8335    M /trunk/modules/access/dshow/dshow.cpp
8336    M /trunk/modules/access/dvb/access.c
8337    M /trunk/modules/access/file.c
8338    M /trunk/modules/access/ftp.c
8339    M /trunk/modules/access/http.c
8340    M /trunk/modules/access/mms/mmsh.c
8341    M /trunk/modules/access/mms/mmstu.c
8342    M /trunk/modules/access/pvr/pvr.c
8343    M /trunk/modules/access/tcp.c
8344    M /trunk/modules/access/udp.c
8345    M /trunk/modules/access/vcd/vcd.c
8346
8347 * Don't bitch anymore about not found access_demux plugins.
8348 * Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin
8349 * msg_Err -> msg_Warn for unimplemented Control queries
8350
8351 ------------------------------------------------------------------------
8352 r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
8353 Changed paths:
8354    M /trunk/include/vlc_video.h
8355    M /trunk/modules/codec/subsdec.c
8356    M /trunk/modules/misc/freetype.c
8357    M /trunk/src/video_output/video_text.c
8358    M /trunk/src/video_output/vout_subpictures.c
8359
8360 * src/video_output/vout_subpictures.c, include/vlc_video.h:
8361   + introduce a "TEXT" subpicture region type.
8362   + a psz_text field stores the subpicture text.
8363 * src/video_output/video_text.c: produce "TEXT" subpictures.
8364 * modules/codec/subsdec.c: produce "TEXT" subpictures.
8365 * modules/misc/freetype.c: auto sizing works again.
8366
8367
8368 ------------------------------------------------------------------------
8369 r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
8370 Changed paths:
8371    M /trunk/modules/audio_filter/format.c
8372    M /trunk/modules/stream_out/transcode.c
8373
8374 * modules/stream_out/transcode.c, modules/audio_filter/format.c: fixed a bunch of stupid mistakes.
8375 ------------------------------------------------------------------------
8376 r8603 | gbazin | 2004-08-31 14:00:38 +0200 (Tue, 31 Aug 2004) | 1 line
8377 Changed paths:
8378    M /trunk/modules/audio_filter/converter/a52tofloat32.c
8379    M /trunk/modules/audio_filter/converter/dtstofloat32.c
8380    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
8381
8382 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
8383 ------------------------------------------------------------------------
8384 r8602 | gbazin | 2004-08-31 13:58:40 +0200 (Tue, 31 Aug 2004) | 1 line
8385 Changed paths:
8386    M /trunk/modules/codec/araw.c
8387
8388 * modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
8389 ------------------------------------------------------------------------
8390 r8601 | gbazin | 2004-08-31 12:25:39 +0200 (Tue, 31 Aug 2004) | 1 line
8391 Changed paths:
8392    M /trunk/modules/demux/ps.h
8393
8394 * modules/demux/ps.h: oups... fixed typo in my ps_pkt_parse_system() fix.
8395 ------------------------------------------------------------------------
8396 r8600 | gbazin | 2004-08-31 11:29:04 +0200 (Tue, 31 Aug 2004) | 1 line
8397 Changed paths:
8398    M /trunk/modules/audio_filter/converter/a52tofloat32.c
8399    M /trunk/modules/audio_filter/converter/dtstofloat32.c
8400
8401 * modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
8402 ------------------------------------------------------------------------
8403 r8599 | bigben | 2004-08-31 07:44:15 +0200 (Tue, 31 Aug 2004) | 3 lines
8404 Changed paths:
8405    M /trunk/modules/gui/macosx/open.m
8406
8407 Consistency in labels.
8408
8409
8410 ------------------------------------------------------------------------
8411 r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
8412 Changed paths:
8413    M /trunk/src/input/es_out.c
8414
8415  compile fix
8416
8417 ------------------------------------------------------------------------
8418 r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
8419 Changed paths:
8420    M /trunk/modules/stream_out/transcode.c
8421
8422 * modules/stream_out/transcode.c: fix for channels mapping.
8423 ------------------------------------------------------------------------
8424 r8596 | bigben | 2004-08-30 22:57:08 +0200 (Mon, 30 Aug 2004) | 3 lines
8425 Changed paths:
8426    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8427    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8428    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8429    M /trunk/modules/gui/macosx/open.h
8430    M /trunk/modules/gui/macosx/open.m
8431
8432 * Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
8433
8434
8435 ------------------------------------------------------------------------
8436 r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
8437 Changed paths:
8438    M /trunk/modules/codec/rawvideo.c
8439    M /trunk/modules/demux/avi/avi.c
8440
8441 * modules/demux/avi/avi.c, modules/codec/rawvideo.c: RGB DIBs are coded from bottom to top.
8442 ------------------------------------------------------------------------
8443 r8594 | gbazin | 2004-08-30 21:37:35 +0200 (Mon, 30 Aug 2004) | 1 line
8444 Changed paths:
8445    M /trunk/modules/access/v4l/v4l.c
8446
8447 * modules/access/v4l/v4l.c: in v4l, RGB24 really is BGR24. Changed aspect ratio to 4:3.
8448 ------------------------------------------------------------------------
8449 r8593 | gbazin | 2004-08-30 21:24:55 +0200 (Mon, 30 Aug 2004) | 3 lines
8450 Changed paths:
8451    M /trunk/include/vlc_es.h
8452    M /trunk/modules/codec/ffmpeg/chroma.c
8453    M /trunk/modules/codec/ffmpeg/video_filter.c
8454    M /trunk/modules/codec/rawvideo.c
8455    M /trunk/modules/demux/avi/avi.c
8456    M /trunk/src/input/decoder.c
8457
8458 * ALL: use rgb mask members in video_format_t.
8459 * modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
8460
8461 ------------------------------------------------------------------------
8462 r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
8463 Changed paths:
8464    M /trunk/modules/mux/mpeg/ts.c
8465
8466 * modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
8467 ------------------------------------------------------------------------
8468 r8591 | gbazin | 2004-08-30 18:28:38 +0200 (Mon, 30 Aug 2004) | 1 line
8469 Changed paths:
8470    M /trunk/modules/stream_out/transcode.c
8471
8472 * modules/stream_out/transcode.c: don't segfault when video encoder or filter can't be opened.
8473 ------------------------------------------------------------------------
8474 r8590 | gbazin | 2004-08-30 16:52:52 +0200 (Mon, 30 Aug 2004) | 1 line
8475 Changed paths:
8476    M /trunk/modules/gui/wxwindows/interface.cpp
8477
8478 * modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
8479 ------------------------------------------------------------------------
8480 r8589 | zorglub | 2004-08-30 15:14:05 +0200 (Mon, 30 Aug 2004) | 2 lines
8481 Changed paths:
8482    M /trunk/NEWS
8483
8484 Few improvements
8485
8486 ------------------------------------------------------------------------
8487 r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
8488 Changed paths:
8489    M /trunk/modules/demux/mp4/mp4.c
8490
8491 * Remove fprintf debug statement in the mp4 demux
8492
8493 ------------------------------------------------------------------------
8494 r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
8495 Changed paths:
8496    M /trunk/src/input/stream.c
8497
8498
8499 i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
8500
8501 AStreamReadBlock()
8502 AStreamReadStream()
8503
8504 before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
8505
8506
8507 ------------------------------------------------------------------------
8508 r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
8509 Changed paths:
8510    M /trunk/NEWS
8511
8512 * NEWS: update
8513 ------------------------------------------------------------------------
8514 r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
8515 Changed paths:
8516    M /trunk/modules/demux/ps.h
8517
8518 * modules/demux/ps.h: fixed parsing of system header.
8519 ------------------------------------------------------------------------
8520 r8584 | gbazin | 2004-08-30 03:26:14 +0200 (Mon, 30 Aug 2004) | 1 line
8521 Changed paths:
8522    M /trunk/modules/video_chroma/i420_rgb8.c
8523
8524 * modules/video_chroma/i420_rgb8.c: take care of width != pitch as well.
8525 ------------------------------------------------------------------------
8526 r8583 | gbazin | 2004-08-30 03:24:08 +0200 (Mon, 30 Aug 2004) | 1 line
8527 Changed paths:
8528    M /trunk/modules/video_chroma/i420_rgb16.c
8529
8530 * modules/video_chroma/i420_rgb16.c: take care of width != pitch as well.
8531 ------------------------------------------------------------------------
8532 r8582 | gbazin | 2004-08-30 03:03:12 +0200 (Mon, 30 Aug 2004) | 1 line
8533 Changed paths:
8534    M /trunk/modules/video_chroma/i420_yuy2.c
8535
8536 * modules/video_chroma/i420_yuy2.c: take care of chroma pitch as well.
8537 ------------------------------------------------------------------------
8538 r8581 | gbazin | 2004-08-30 02:10:17 +0200 (Mon, 30 Aug 2004) | 1 line
8539 Changed paths:
8540    M /trunk/src/input/es_out.c
8541
8542 * src/input/es_out.c: really fixed ES_OUT_SET_FMT this time.
8543 ------------------------------------------------------------------------
8544 r8580 | gbazin | 2004-08-30 01:48:31 +0200 (Mon, 30 Aug 2004) | 1 line
8545 Changed paths:
8546    M /trunk/src/input/es_out.c
8547
8548 * src/input/es_out.c: fixed ES_OUT_SET_FMT control.
8549 ------------------------------------------------------------------------
8550 r8579 | gbazin | 2004-08-30 01:18:11 +0200 (Mon, 30 Aug 2004) | 1 line
8551 Changed paths:
8552    M /trunk/src/video_output/vout_pictures.c
8553
8554 * src/video_output/vout_pictures.c: RV24 is really 24 bits per pixel.
8555 ------------------------------------------------------------------------
8556 r8578 | hartman | 2004-08-30 00:32:39 +0200 (Mon, 30 Aug 2004) | 3 lines
8557 Changed paths:
8558    M /trunk/extras/contrib/src/Makefile
8559
8560 * build ffmpeg with zlib on Mac/BeOS
8561   remember to configure vlc with --with-ffmpeg-zlib
8562
8563 ------------------------------------------------------------------------
8564 r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
8565 Changed paths:
8566    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8567
8568 * added TSCC decoder to our ffmpeg module
8569
8570 ------------------------------------------------------------------------
8571 r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
8572 Changed paths:
8573    M /trunk/modules/stream_out/standard.c
8574    M /trunk/src/stream_output/sap.c
8575
8576 Fix memleaks
8577
8578 ------------------------------------------------------------------------
8579 r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
8580 Changed paths:
8581    M /trunk/modules/gui/macosx/intf.h
8582    M /trunk/modules/gui/macosx/intf.m
8583
8584 * Fix the play/pause button status
8585 * the prime manage thread now runs every .1 sec instead of .3,
8586   this might improve response sometimes.
8587
8588 ------------------------------------------------------------------------
8589 r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
8590 Changed paths:
8591    M /trunk/src/input/es_out.c
8592
8593  * es_out: msg_Err -> msg_Warn for Program empty. But I still need to
8594 fix it... (it should be annoying only with TS, you may have dead program
8595 entry).
8596
8597 ------------------------------------------------------------------------
8598 r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
8599 Changed paths:
8600    M /trunk/modules/demux/mp4/libmp4.c
8601    M /trunk/modules/demux/mp4/libmp4.h
8602    M /trunk/modules/demux/mp4/mp4.c
8603
8604  * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
8605 has been cropped.
8606
8607 ------------------------------------------------------------------------
8608 r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
8609 Changed paths:
8610    M /trunk/TODO
8611    M /trunk/modules/gui/macosx/voutqt.m
8612
8613 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
8614 * Updated TODO list
8615
8616 ------------------------------------------------------------------------
8617 r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
8618 Changed paths:
8619    M /trunk/modules/gui/macosx/open.m
8620    M /trunk/modules/gui/macosx/prefs.m
8621    M /trunk/modules/gui/macosx/prefs_widgets.m
8622
8623 * fix text encoding of subtitle filenames (and other paths).
8624
8625 ------------------------------------------------------------------------
8626 r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
8627 Changed paths:
8628    M /trunk/src/input/es_out.c
8629
8630  src/input/es_out.c: gcc < 3 fix
8631
8632 ------------------------------------------------------------------------
8633 r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
8634 Changed paths:
8635    M /trunk/modules/stream_out/transcode.c
8636
8637 * modules/stream_out/transcode.c: when overlaying subtitles, duplicate frames if they are referenced by the decoder.
8638 ------------------------------------------------------------------------
8639 r8568 | gbazin | 2004-08-29 14:40:33 +0200 (Sun, 29 Aug 2004) | 1 line
8640 Changed paths:
8641    M /trunk/modules/misc/dummy/vout.c
8642
8643 * modules/misc/dummy/vout.c: have the dummy vout use the render chroma by default.
8644 ------------------------------------------------------------------------
8645 r8567 | gbazin | 2004-08-29 14:27:49 +0200 (Sun, 29 Aug 2004) | 1 line
8646 Changed paths:
8647    M /trunk/modules/demux/ogg.c
8648
8649 * modules/demux/ogg.c: fixed skipped pictures problem when starting a stream.
8650 ------------------------------------------------------------------------
8651 r8566 | gbazin | 2004-08-29 13:42:43 +0200 (Sun, 29 Aug 2004) | 1 line
8652 Changed paths:
8653    M /trunk/modules/mux/ogg.c
8654
8655 * modules/mux/ogg.c: when removing a stream, flush its fifo first.
8656 ------------------------------------------------------------------------
8657 r8565 | gbazin | 2004-08-29 12:56:24 +0200 (Sun, 29 Aug 2004) | 1 line
8658 Changed paths:
8659    M /trunk/modules/codec/vorbis.c
8660
8661 * modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option.
8662 ------------------------------------------------------------------------
8663 r8564 | gbazin | 2004-08-29 11:58:07 +0200 (Sun, 29 Aug 2004) | 3 lines
8664 Changed paths:
8665    M /trunk/modules/video_chroma/i420_rgb.c
8666    M /trunk/modules/video_output/x11/xcommon.c
8667
8668 * modules/video_output/x11/xcommon.c: 24 bits screen depth uses 32bits per pixels.
8669 * video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
8670
8671 ------------------------------------------------------------------------
8672 r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
8673 Changed paths:
8674    M /trunk/modules/gui/wxwindows/playlist.cpp
8675
8676 Fix last  playlist item deletion with wxWIN32
8677
8678 ------------------------------------------------------------------------
8679 r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
8680 Changed paths:
8681    M /trunk/modules/gui/skins2/commands/async_queue.cpp
8682    M /trunk/modules/gui/skins2/commands/async_queue.hpp
8683
8684   * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
8685   (but *very* unlikely) segfaults
8686
8687 ------------------------------------------------------------------------
8688 r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
8689 Changed paths:
8690    M /trunk/modules/codec/mpeg_audio.c
8691
8692 * modules/codec/mpeg_audio.c: correct bitrate.
8693 ------------------------------------------------------------------------
8694 r8560 | gbazin | 2004-08-29 03:25:29 +0200 (Sun, 29 Aug 2004) | 1 line
8695 Changed paths:
8696    M /trunk/modules/mux/ogg.c
8697
8698 * commit modules/mux/ogg.c: added SNOW fourcc.
8699 ------------------------------------------------------------------------
8700 r8559 | gbazin | 2004-08-29 03:12:06 +0200 (Sun, 29 Aug 2004) | 3 lines
8701 Changed paths:
8702    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8703    M /trunk/modules/codec/ffmpeg/ffmpeg.h
8704    M /trunk/modules/codec/ffmpeg/video_filter.c
8705    M /trunk/modules/stream_out/transcode.c
8706
8707 * codec/ffmpeg/video_filter.c: deinterlace filter.
8708 * stream_out/transcode.c: deinterlacing works again.
8709
8710 ------------------------------------------------------------------------
8711 r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
8712 Changed paths:
8713    M /trunk/modules/audio_filter/converter/dtstofloat32.c
8714    M /trunk/modules/audio_filter/format.c
8715    M /trunk/modules/codec/araw.c
8716    M /trunk/modules/codec/dts.c
8717
8718 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture.
8719 * codec/dts.c: bug fix.
8720 * codec/araw.c: added more PCM formats to the encoder.
8721
8722 ------------------------------------------------------------------------
8723 r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
8724 Changed paths:
8725    M /trunk/modules/audio_filter/converter/a52tofloat32.c
8726
8727 * modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
8728
8729 ------------------------------------------------------------------------
8730 r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
8731 Changed paths:
8732    M /trunk/modules/codec/vorbis.c
8733    M /trunk/modules/stream_out/transcode.c
8734
8735 * modules/codec/vorbis.c: vorbis encoder takes float32 as input.
8736 * modules/stream_out/transcode.c: respect input requested by encoder.
8737
8738 ------------------------------------------------------------------------
8739 r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
8740 Changed paths:
8741    M /trunk/modules/gui/wxwindows/menus.cpp
8742
8743 * modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
8744 ------------------------------------------------------------------------
8745 r8554 | zorglub | 2004-08-28 21:29:32 +0200 (Sat, 28 Aug 2004) | 2 lines
8746 Changed paths:
8747    M /trunk/modules/gui/wxwindows/fileinfo.cpp
8748    M /trunk/modules/gui/wxwindows/wxwindows.h
8749
8750 Update the "Stream and Media Info" dialog
8751
8752 ------------------------------------------------------------------------
8753 r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
8754 Changed paths:
8755    M /trunk/modules/codec/theora.c
8756    M /trunk/modules/stream_out/transcode.c
8757
8758 * codec/theora.c: Removed the "multiple of 16" size restriction for the encoding.
8759   + correct cropping of the decoded video when specified.
8760 * stream_out/transcode.c: make sure the size of the encoded video is at least a multiple of 2.
8761
8762 ------------------------------------------------------------------------
8763 r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
8764 Changed paths:
8765    M /trunk/src/video_output/vout_pictures.c
8766
8767 * src/video_output/vout_pictures.c: oups, inverted i_visible_lines and i_lines.
8768 ------------------------------------------------------------------------
8769 r8551 | gbazin | 2004-08-28 19:36:02 +0200 (Sat, 28 Aug 2004) | 2 lines
8770 Changed paths:
8771    M /trunk/modules/access/v4l/v4l.c
8772    M /trunk/modules/codec/cinepak.c
8773    M /trunk/modules/codec/dmo/dmo.c
8774    M /trunk/modules/codec/ffmpeg/video.c
8775    M /trunk/modules/codec/rawvideo.c
8776    M /trunk/modules/codec/tarkin.c
8777    M /trunk/modules/gui/beos/VideoOutput.cpp
8778    M /trunk/modules/gui/macosx/voutqt.m
8779    M /trunk/modules/gui/qnx/vout.c
8780    M /trunk/modules/video_chroma/i420_ymga.c
8781    M /trunk/modules/video_chroma/i420_yuy2.c
8782    M /trunk/modules/video_chroma/i422_yuy2.c
8783    M /trunk/modules/video_filter/adjust.c
8784    M /trunk/modules/video_filter/clone.c
8785    M /trunk/modules/video_filter/crop.c
8786    M /trunk/modules/video_filter/deinterlace.c
8787    M /trunk/modules/video_filter/distort.c
8788    M /trunk/modules/video_filter/invert.c
8789    M /trunk/modules/video_filter/logo.c
8790    M /trunk/modules/video_filter/motionblur.c
8791    M /trunk/modules/video_filter/transform.c
8792    M /trunk/modules/video_filter/wall.c
8793    M /trunk/modules/video_output/aa.c
8794    M /trunk/modules/video_output/caca.c
8795    M /trunk/modules/video_output/directx/directx.c
8796    M /trunk/modules/video_output/fb.c
8797    M /trunk/modules/video_output/ggi.c
8798    M /trunk/modules/video_output/glide.c
8799    M /trunk/modules/video_output/hd1000v.cpp
8800    M /trunk/modules/video_output/mga.c
8801    M /trunk/modules/video_output/opengl.c
8802    M /trunk/modules/video_output/qte/qte.cpp
8803    M /trunk/modules/video_output/sdl.c
8804    M /trunk/modules/video_output/wingdi.c
8805    M /trunk/modules/video_output/x11/xcommon.c
8806    M /trunk/modules/visualization/visual/visual.c
8807    M /trunk/src/video_output/vout_pictures.c
8808
8809 * ALL: use i_visible_lines in plane_t.
8810
8811 ------------------------------------------------------------------------
8812 r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
8813 Changed paths:
8814    M /trunk/include/vlc_video.h
8815
8816 * include/vlc_video.h: added an i_visible_lines field to plane_t.
8817 ------------------------------------------------------------------------
8818 r8549 | fenrir | 2004-08-28 17:40:11 +0200 (Sat, 28 Aug 2004) | 2 lines
8819 Changed paths:
8820    M /trunk/src/input/stream.c
8821
8822  * stream.c: oops another bug with  SET_ID...
8823
8824 ------------------------------------------------------------------------
8825 r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
8826 Changed paths:
8827    M /trunk/include/vlc_access.h
8828    M /trunk/modules/access/dvb/access.c
8829
8830  * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
8831
8832 ------------------------------------------------------------------------
8833 r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
8834 Changed paths:
8835    M /trunk/debian/changelog
8836    M /trunk/doc/mad/DESIGN
8837    M /trunk/doc/skins/skins-howto.txt
8838    M /trunk/include/vlc_block_helper.h
8839    M /trunk/modules/access/satellite/access.c
8840    M /trunk/modules/demux/avi/avi.c
8841    M /trunk/modules/video_output/directx/directx.c
8842    M /trunk/modules/video_output/directx/glwin32.c
8843    M /trunk/modules/video_output/ggi.c
8844    M /trunk/modules/video_output/opengl.c
8845    M /trunk/modules/video_output/sdl.c
8846    M /trunk/src/input/input.c
8847    M /trunk/src/stream_output/stream_output.c
8848    M /trunk/src/video_output/video_output.c
8849
8850   * Spelling fixes.
8851
8852 ------------------------------------------------------------------------
8853 r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
8854 Changed paths:
8855    M /trunk/include/vlc_es_out.h
8856    M /trunk/modules/codec/flac.c
8857    M /trunk/modules/codec/speex.c
8858    M /trunk/modules/codec/theora.c
8859    M /trunk/modules/codec/vorbis.c
8860    M /trunk/modules/demux/mkv.cpp
8861    M /trunk/modules/demux/ogg.c
8862    M /trunk/modules/mux/ogg.c
8863    M /trunk/src/input/es_out.c
8864
8865 * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control.
8866 * modules/demux/ogg.c, modules/demux/mkv.cpp:
8867   - store the vorbis/theora/speex headers in fmt.p_extra.
8868   - this change simplifies the code quite a bit and is a lot cleaner.
8869 * modules/codec/vorbis.c, theora.c, speex.c, flac.c:
8870   - get the headers from fmt_in.p_extra or from the bitstream if empty.
8871 * modules/mux/ogg.c:
8872   - recontstruct the headers from fmt.p_extra.
8873
8874 ------------------------------------------------------------------------
8875 r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
8876 Changed paths:
8877    M /trunk/modules/access/dvb/access.c
8878
8879 s/access/access2
8880
8881
8882 ------------------------------------------------------------------------
8883 r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
8884 Changed paths:
8885    M /trunk/debian/rules
8886
8887   * debian/rules: typo.
8888
8889 ------------------------------------------------------------------------
8890 r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
8891 Changed paths:
8892    M /trunk/debian/Makefile.am
8893    M /trunk/debian/control
8894    D /trunk/debian/gnome-vlc.menu
8895    D /trunk/debian/gvlc.menu
8896    D /trunk/debian/kvlc.menu
8897    D /trunk/debian/qvlc.menu
8898    M /trunk/debian/rules
8899    M /trunk/include/vlc_common.h
8900
8901   * debian/*.menu:
8902     + Removed unused menu files.
8903   * debian/rules:
8904     + Build libavformat.
8905   * include/vlc_common.h:
8906     + PACKAGE overrides PACKAGE_NAME.
8907
8908 ------------------------------------------------------------------------
8909 r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
8910 Changed paths:
8911    M /trunk/modules/demux/asf/asf.c
8912    M /trunk/modules/mux/asf.c
8913
8914 * modules/demux/asf/asf.c: ignore the ES extra data for mpeg audio.
8915 * modules/mux/asf.c: bring the tracks back to a 0 based offset.
8916
8917 ------------------------------------------------------------------------
8918 r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
8919 Changed paths:
8920    M /trunk/modules/mux/asf.c
8921
8922 * modules/mux/asf.c: flush our buffers on close.
8923 ------------------------------------------------------------------------
8924 r8540 | sam | 2004-08-27 21:32:44 +0200 (Fri, 27 Aug 2004) | 4 lines
8925 Changed paths:
8926    M /trunk/debian/changelog
8927    M /trunk/debian/control
8928    M /trunk/debian/gnome-vlc.menu
8929    M /trunk/debian/gvlc.menu
8930    M /trunk/debian/kvlc.menu
8931    M /trunk/debian/qvlc.menu
8932    M /trunk/debian/rules
8933    M /trunk/debian/wxvlc.menu
8934
8935   * debian/rules:
8936     + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
8937       WxWidgets one.
8938
8939 ------------------------------------------------------------------------
8940 r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
8941 Changed paths:
8942    M /trunk/include/vlc_common.h
8943    M /trunk/modules/codec/ffmpeg/ffmpeg.c
8944    M /trunk/modules/gui/wxwindows/interface.cpp
8945    M /trunk/modules/mux/ogg.c
8946    M /trunk/src/libvlc.c
8947
8948   * include/vlc_common.h:
8949     + Use PACKAGE_NAME instead of PACKAGE.
8950   * modules/codec/ffmpeg/ffmpeg.c:
8951     + This module does not require AltiVec for now.
8952
8953 ------------------------------------------------------------------------
8954 r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
8955 Changed paths:
8956    M /trunk/po/POTFILES.in
8957
8958   * po/POTFILES.in: updated for deprecated files.
8959
8960 ------------------------------------------------------------------------
8961 r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
8962 Changed paths:
8963    M /trunk/configure.ac
8964
8965 * configure.ac: added --with-ffmpeg-dts/zlib options.
8966 ------------------------------------------------------------------------
8967 r8536 | gbazin | 2004-08-27 15:49:20 +0200 (Fri, 27 Aug 2004) | 1 line
8968 Changed paths:
8969    M /trunk/configure.ac
8970
8971 * configure.ac: fixed typo.
8972 ------------------------------------------------------------------------
8973 r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
8974 Changed paths:
8975    M /trunk/configure.ac
8976    M /trunk/modules/audio_filter/Modules.am
8977
8978 * configure.ac: add the audio format conversion filter.
8979 ------------------------------------------------------------------------
8980 r8534 | gbazin | 2004-08-27 15:31:23 +0200 (Fri, 27 Aug 2004) | 11 lines
8981 Changed paths:
8982    M /trunk/configure.ac
8983    M /trunk/include/audio_output.h
8984    M /trunk/include/vlc_block.h
8985    M /trunk/include/vlc_es.h
8986    M /trunk/include/vlc_filter.h
8987    M /trunk/modules/audio_filter/Modules.am
8988    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
8989    A /trunk/modules/audio_filter/format.c
8990    M /trunk/modules/codec/ffmpeg/audio.c
8991    M /trunk/modules/stream_out/Modules.am
8992    M /trunk/modules/stream_out/transcode.c
8993
8994 * modules/stream_out/transcode.c:
8995   - Re-use our audio decoder modules instead of using libavcodec directly.
8996   - No more dependance on libavcodec.
8997   (downmixing is currently broken + you have to force the ffmpeg codec for a52)
8998 * modules/audio_filter/format.c:
8999   - PCM audio format conversion filter using the new common filter architecture.
9000 * modules/audio_filter/converter/mpgatofixed32.c:
9001   - implements both the old and new filter architecture (ie. useable in the transcoder).
9002 * modules/codec/ffmpeg/audio.c:
9003   - fixes and cleanup.
9004
9005 ------------------------------------------------------------------------
9006 r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
9007 Changed paths:
9008    M /trunk/extras
9009
9010   * extras: ignore extra directories.
9011
9012 ------------------------------------------------------------------------
9013 r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
9014 Changed paths:
9015    M /trunk/debian/Makefile.am
9016    M /trunk/debian/README.Debian
9017    M /trunk/debian/control
9018    M /trunk/debian/copyright
9019    M /trunk/debian/patches/00list
9020    D /trunk/debian/patches/20_faad2.dpatch
9021    M /trunk/debian/patches/20_interfaces.dpatch
9022    M /trunk/debian/rules
9023
9024   * debian/rules:
9025     + Activated x264 support.
9026     + Re-enabled libmodplug support.
9027     + Build PIC plugins even on x86.
9028     + Disabled DVB and SLP because their code is broken.
9029   * debian/control:
9030     + Force the vlc-plugin-arts and qvlc dependencies.
9031     + Build-depend on jam and nasm because of x264.
9032   * debian/copyright:
9033     + Converted to UTF-8.
9034
9035 ------------------------------------------------------------------------
9036 r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
9037 Changed paths:
9038    M /trunk/include/vlc_codec.h
9039    M /trunk/include/vlc_filter.h
9040    M /trunk/include/vlc_objects.h
9041    M /trunk/include/vlc_video.h
9042    M /trunk/modules/codec/ffmpeg/Modules.am
9043    M /trunk/modules/codec/ffmpeg/chroma.c
9044    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9045    M /trunk/modules/codec/ffmpeg/ffmpeg.h
9046    M /trunk/modules/codec/ffmpeg/video.c
9047    A /trunk/modules/codec/ffmpeg/video_filter.c
9048    M /trunk/modules/codec/libmpeg2.c
9049    M /trunk/modules/codec/speex.c
9050    M /trunk/modules/codec/theora.c
9051    M /trunk/modules/codec/toolame.c
9052    M /trunk/modules/codec/vorbis.c
9053    M /trunk/modules/stream_out/transcode.c
9054    M /trunk/src/misc/objects.c
9055    M /trunk/src/video_output/vout_pictures.c
9056
9057 * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
9058   - chroma + resizing video filter (using the filter_t architecture).
9059 * modules/codec/ffmpeg/*:
9060   - cleanup + small updates.
9061 * modules/codec/speex.c, theora.c, vorbis.c:
9062   - got rid of pf_header() in the encoder.
9063   - store the headers in fmt_out.p_extra (this will break the ogg muxer for now).
9064 * modules/codec/libmpeg2.c, modules/codec/ffmpeg/video.c:
9065   - added a p_dec->b_pace_control field to signal if the decoder is allowed to drop frames.
9066 * modules/stream_out/transcode.c:
9067   - heavy cleanup.
9068   - re-use video decoder modules and got rid of the duplicated ffmpeg video decoder.
9069   - use video filters for chroma conversion and resizing.
9070   (a few things are broken now like deinterlacing but I'll repair them asap).
9071
9072 ------------------------------------------------------------------------
9073 r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
9074 Changed paths:
9075    M /trunk/modules/codec/libmpeg2.c
9076
9077 * modules/codec/libmpeg2.c: use the DTS in the synchro algorithm.
9078 ------------------------------------------------------------------------
9079 r8529 | gbazin | 2004-08-26 21:19:08 +0200 (Thu, 26 Aug 2004) | 1 line
9080 Changed paths:
9081    M /trunk/src/input/decoder.c
9082
9083 * src/input/decoder.c: forward the p_block->i_rate info when required (fixes libmpeg2 decoding in the display stream output module).
9084 ------------------------------------------------------------------------
9085 r8528 | sam | 2004-08-26 18:02:34 +0200 (Thu, 26 Aug 2004) | 2 lines
9086 Changed paths:
9087    M /trunk/INSTALL
9088
9089   * INSTALL: added a note about bootstrapping.
9090
9091 ------------------------------------------------------------------------
9092 r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
9093 Changed paths:
9094    M /trunk/modules/demux/ts.c
9095
9096  + demux/ts.c: gcc < 3 fix
9097
9098 ------------------------------------------------------------------------
9099 r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
9100 Changed paths:
9101    M /trunk/modules/gui/beos/VideoOutput.cpp
9102    M /trunk/src/input/decoder.c
9103    M /trunk/src/video_output/video_output.c
9104    M /trunk/src/video_output/vout_intf.c
9105
9106  + input/decoder.c: detach decoder after vout_Request(...,0,0,0,0)ing
9107      so AttachSPU can still reach p_input
9108  + src/video_output/*: init mouse variable before attaching p_vout so
9109      dvdnav can't add callbacks on those before there're created
9110  + beos/VideoOutput.cpp: removed tabs, sanity check
9111
9112 ------------------------------------------------------------------------
9113 r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
9114 Changed paths:
9115    M /trunk/doc/skins/skins2-howto.xml
9116
9117  * Update the docs
9118
9119 ------------------------------------------------------------------------
9120 r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
9121 Changed paths:
9122    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
9123    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
9124    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
9125    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
9126    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
9127    M /trunk/modules/gui/skins2/parser/interpreter.cpp
9128    M /trunk/modules/gui/skins2/src/dialogs.cpp
9129    M /trunk/modules/gui/skins2/src/dialogs.hpp
9130    M /trunk/modules/gui/skins2/src/skin_main.cpp
9131    M /trunk/modules/gui/skins2/src/top_window.cpp
9132
9133  * skins2: new "playlist.load()" and "playlist.save()" actions
9134
9135 ------------------------------------------------------------------------
9136 r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
9137 Changed paths:
9138    M /trunk/modules/demux/ts.c
9139
9140  ts.c: send pid select/unselect to access. (untested).
9141
9142 ------------------------------------------------------------------------
9143 r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
9144 Changed paths:
9145    M /trunk/src/input/demux.c
9146    M /trunk/src/input/input.c
9147
9148  * input: send DEMUX_SET_GROUP.
9149
9150 ------------------------------------------------------------------------
9151 r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
9152 Changed paths:
9153    M /trunk/modules/access/dvb/access.c
9154
9155  * dvb: fixes.
9156
9157 ------------------------------------------------------------------------
9158 r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
9159 Changed paths:
9160    M /trunk/include/vlc_access.h
9161    M /trunk/include/vlc_demux.h
9162    M /trunk/include/vlc_input.h
9163
9164  * input: added a INPUT_UPDATE_META (for meta data in access like ICY)
9165  * access: added ACCESS_GET_TITLE_INFO (not yet implemented)
9166  * demux: added DEMUX_SET_GROUP (will be only for dvb/ts).
9167
9168 ------------------------------------------------------------------------
9169 r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
9170 Changed paths:
9171    M /trunk/Makefile.am
9172
9173 * Makefile.am: fixed make package-win32-base.
9174 ------------------------------------------------------------------------
9175 r8518 | fenrir | 2004-08-25 00:07:54 +0200 (Wed, 25 Aug 2004) | 3 lines
9176 Changed paths:
9177    M /trunk/modules/access/dvb/access.c
9178    M /trunk/modules/access/dvb/dvb.h
9179
9180  * dvb: compilation fix. With great luck it may, perhaps, work in budget
9181 mode (else I still need to hack ts demuxer).
9182
9183 ------------------------------------------------------------------------
9184 r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
9185 Changed paths:
9186    M /trunk/modules/access/dvb/access.c
9187    M /trunk/modules/access/dvb/dvb.h
9188    M /trunk/modules/access/dvb/linux_dvb.c
9189
9190  * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
9191 I haven't tried :)
9192
9193 ------------------------------------------------------------------------
9194 r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
9195 Changed paths:
9196    M /trunk/share/Makefile.am
9197
9198 share/Makefile.am: update for default skin change
9199
9200 ------------------------------------------------------------------------
9201 r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
9202 Changed paths:
9203    M /trunk/modules/access/udp.c
9204
9205  * udp: unused line.
9206
9207 ------------------------------------------------------------------------
9208 r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
9209 Changed paths:
9210    M /trunk/modules/video_output/x11/xcommon.c
9211
9212 * modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
9213 ------------------------------------------------------------------------
9214 r8513 | asmax | 2004-08-24 21:01:32 +0200 (Tue, 24 Aug 2004) | 3 lines
9215 Changed paths:
9216    M /trunk/modules/gui/skins2/src/skin_main.cpp
9217    M /trunk/modules/gui/skins2/src/theme_repository.cpp
9218    M /trunk/modules/gui/skins2/src/theme_repository.hpp
9219    D /trunk/share/skins2/default
9220    A /trunk/share/skins2/default.vlt
9221
9222   * the default skin is now shipped as a .vlt (whether you like it or not ;)
9223   * missing "Id" property
9224
9225 ------------------------------------------------------------------------
9226 r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
9227 Changed paths:
9228    M /trunk/include/vlc_interface.h
9229    M /trunk/modules/gui/skins2/src/dialogs.cpp
9230    M /trunk/modules/gui/wxwindows/dialogs.cpp
9231
9232   * all: removed obsolete b_blocking in intf_dialogs_arg_t
9233
9234 ------------------------------------------------------------------------
9235 r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
9236 Changed paths:
9237    M /trunk/modules/demux/Modules.am
9238    D /trunk/modules/demux/demuxstream.c
9239
9240 * modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
9241
9242 ------------------------------------------------------------------------
9243 r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
9244 Changed paths:
9245    M /trunk/modules/demux/ts.c
9246
9247  * ts.c: fixed --ts-out.
9248
9249 ------------------------------------------------------------------------
9250 r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
9251 Changed paths:
9252    M /trunk/configure.ac
9253    M /trunk/src/libvlc.c
9254
9255   * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
9256
9257
9258 ------------------------------------------------------------------------
9259 r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
9260 Changed paths:
9261    M /trunk/modules/demux/ps.c
9262
9263  * ps.c: handle PES with 0 size. (look for next start code, slow but
9264 better that nothing).
9265
9266 ------------------------------------------------------------------------
9267 r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
9268 Changed paths:
9269    M /trunk/include/video_output.h
9270    M /trunk/src/video_output/video_output.c
9271    M /trunk/src/video_output/vout_subpictures.c
9272
9273 * src/video_output/vout_subpictures.c, video_output.c: fixed a crash with dvd menus.
9274 ------------------------------------------------------------------------
9275 r8506 | gbazin | 2004-08-23 12:09:52 +0200 (Mon, 23 Aug 2004) | 1 line
9276 Changed paths:
9277    M /trunk/modules/packetizer/h264.c
9278
9279 * modules/packetizer/h264.c: modified ParseNALBlock() to return a complete picture and not just a picture slice.
9280 ------------------------------------------------------------------------
9281 r8505 | gbazin | 2004-08-23 00:44:27 +0200 (Mon, 23 Aug 2004) | 1 line
9282 Changed paths:
9283    M /trunk/src/input/decoder.c
9284
9285 * src/input/decoder.c: don't forget that packetizers can output a chain of data blocks.
9286 ------------------------------------------------------------------------
9287 r8504 | gbazin | 2004-08-22 19:15:35 +0200 (Sun, 22 Aug 2004) | 1 line
9288 Changed paths:
9289    M /trunk/modules/codec/ogt/cvd.c
9290    M /trunk/modules/codec/ogt/ogt.c
9291
9292 * modules/codec/ogt/*: updated the prototype of the decode function.
9293 ------------------------------------------------------------------------
9294 r8503 | asmax | 2004-08-22 17:24:48 +0200 (Sun, 22 Aug 2004) | 2 lines
9295 Changed paths:
9296    M /trunk/modules/gui/skins2/src/theme_repository.cpp
9297    M /trunk/po/fr.po
9298
9299   * all: french translation for skin popup menu
9300
9301 ------------------------------------------------------------------------
9302 r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
9303 Changed paths:
9304    M /trunk/modules/codec/x264.c
9305
9306  * compilation fix.
9307
9308 ------------------------------------------------------------------------
9309 r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
9310 Changed paths:
9311    M /trunk/Makefile.am
9312    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9313
9314 * Added the new OSX vout files
9315 * added the new OSX vout files to pb proj.
9316
9317 ------------------------------------------------------------------------
9318 r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
9319 Changed paths:
9320    M /trunk/modules/gui/skins2/src/dialogs.cpp
9321    M /trunk/modules/gui/skins2/src/theme_repository.cpp
9322    M /trunk/modules/gui/skins2/src/theme_repository.hpp
9323
9324   * theme_repository.*: the popup menu for skin selection works !
9325   (it looks for .vlt files in all the directories of the resource path)
9326   * dialogs.cpp: fixed a stupid copy/paste mistake
9327
9328 ------------------------------------------------------------------------
9329 r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
9330 Changed paths:
9331    M /trunk/doc/skins/skins2-howto.xml
9332    M /trunk/modules/gui/skins2/parser/interpreter.cpp
9333    M /trunk/modules/gui/skins2/src/vlcproc.hpp
9334    M /trunk/modules/gui/skins2/src/window_manager.cpp
9335    M /trunk/modules/gui/skins2/src/window_manager.hpp
9336
9337  * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
9338  * skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
9339  * doc/skins/skins2-howto.xml: doc updated
9340
9341 ------------------------------------------------------------------------
9342 r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
9343 Changed paths:
9344    M /trunk/modules/video_output/x11/glx.c
9345
9346 * initialize variables and don't use arguments that failed being created.
9347   (fixes glx when X11 isn't runnning)
9348
9349
9350 ------------------------------------------------------------------------
9351 r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
9352 Changed paths:
9353    M /trunk/modules/gui/skins2/src/skin_main.cpp
9354
9355 * modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.
9356 ------------------------------------------------------------------------
9357 r8496 | gbazin | 2004-08-22 16:10:27 +0200 (Sun, 22 Aug 2004) | 1 line
9358 Changed paths:
9359    M /trunk/modules/video_output/x11/glx.c
9360
9361 * modules/video_output/x11/glx.c: don't call XCloseDisplay() if p_display == NULL.
9362 ------------------------------------------------------------------------
9363 r8495 | asmax | 2004-08-22 14:50:39 +0200 (Sun, 22 Aug 2004) | 2 lines
9364 Changed paths:
9365    M /trunk/modules/gui/skins2/Modules.am
9366    M /trunk/modules/gui/skins2/src/skin_common.hpp
9367    M /trunk/modules/gui/skins2/src/skin_main.cpp
9368    A /trunk/modules/gui/skins2/src/theme_repository.cpp
9369    A /trunk/modules/gui/skins2/src/theme_repository.hpp
9370    M /trunk/modules/gui/wxwindows/menus.cpp
9371
9372   * all: skeleton of a popup menu entry for skin selection
9373
9374 ------------------------------------------------------------------------
9375 r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
9376 Changed paths:
9377    M /trunk/modules/access/dvdread.c
9378
9379 * modules/access/dvdread.c: fixed chapter change detection.
9380 ------------------------------------------------------------------------
9381 r8493 | asmax | 2004-08-22 12:38:26 +0200 (Sun, 22 Aug 2004) | 2 lines
9382 Changed paths:
9383    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
9384
9385   * ctrl_list.cpp: beginning of key handling in the playlist
9386
9387 ------------------------------------------------------------------------
9388 r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
9389 Changed paths:
9390    M /trunk/share/Makefile.am
9391
9392  * Makefile.am: don't forget to copy reduce_mouseover.png !
9393
9394 ------------------------------------------------------------------------
9395 r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
9396 Changed paths:
9397    M /trunk/bootstrap
9398
9399 automake 1.8 works, so accept that as well.
9400
9401 ------------------------------------------------------------------------
9402 r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
9403 Changed paths:
9404    M /trunk/modules/video_output/x11/glx.c
9405
9406 * Fix a X11 GLX crash
9407
9408 ------------------------------------------------------------------------
9409 r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
9410 Changed paths:
9411    M /trunk/configure.ac
9412
9413 * configure.ac: added an option for x264 support.
9414 ------------------------------------------------------------------------
9415 r8488 | dionoea | 2004-08-21 18:02:06 +0200 (Sat, 21 Aug 2004) | 7 lines
9416 Changed paths:
9417    M /trunk/modules/gui/wxwindows/extrapanel.cpp
9418    M /trunk/po/fr.po
9419
9420 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to 
9421   "Restore Defaults" so it gets translated
9422
9423 * po/fr.po : Chanded "Restore Defaults" translation
9424   
9425
9426
9427 ------------------------------------------------------------------------
9428 r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
9429 Changed paths:
9430    M /trunk/Makefile.am
9431
9432   * Makefile.am: yet another humiliating submission of automake.
9433
9434 ------------------------------------------------------------------------
9435 r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
9436 Changed paths:
9437    M /trunk/Makefile.am
9438
9439  * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
9440
9441 ------------------------------------------------------------------------
9442 r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
9443 Changed paths:
9444    M /trunk/modules/audio_output/alsa.c
9445    M /trunk/src/audio_output/output.c
9446
9447  * alsa.c: compute next_date with snd_pcm_delay() if snd_pcm_status_get_tstamp
9448    doesn't work. Better than nothing but the sound is still poor with DVDs :(
9449
9450 ------------------------------------------------------------------------
9451 r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
9452 Changed paths:
9453    M /trunk/modules/gui/wxwindows/open.cpp
9454    M /trunk/modules/gui/wxwindows/wxwindows.h
9455
9456 * modules/gui/wxwindows/*: updated open disc dialog.
9457 ------------------------------------------------------------------------
9458 r8483 | asmax | 2004-08-21 14:57:32 +0200 (Sat, 21 Aug 2004) | 4 lines
9459 Changed paths:
9460    M /trunk/modules/audio_output/alsa.c
9461
9462  * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
9463    snd_pcm_status_get_tstamp() returns zero. I hope someone has a better
9464    fix because in fact it is not perfect (there are "clicks" with DVDs)
9465
9466 ------------------------------------------------------------------------
9467 r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
9468 Changed paths:
9469    M /trunk/src/audio_output/output.c
9470
9471  * src/audio_output/output.c: check if start_date is null in
9472    aout_OutputNextBuffer(), then do not try to resample or play silences.
9473    Now everything works perfectly with screwed ALSA drivers that always
9474    return zero in snd_pcm_status_get_tstamp() (at last!!!)
9475
9476 ------------------------------------------------------------------------
9477 r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
9478 Changed paths:
9479    M /trunk/share/Makefile.am
9480    D /trunk/share/skins
9481    M /trunk/src/interface/interface.c
9482
9483 Removed the default skin for the skins1 module
9484
9485 ------------------------------------------------------------------------
9486 r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
9487 Changed paths:
9488    M /trunk/build-vlc
9489    M /trunk/configure.ac
9490    M /trunk/modules/LIST
9491    D /trunk/modules/gui/skins
9492    M /trunk/toolbox
9493    M /trunk/vlc.win32.nsi
9494
9495 Removed the old skins plugin
9496
9497 ------------------------------------------------------------------------
9498 r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
9499 Changed paths:
9500    M /trunk/src/input/input.c
9501    M /trunk/src/libvlc.h
9502
9503 * src/input/input.c: changed MRL syntax again: URL[@[title][:chapter][-[title][:chapter]]]
9504    The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password.
9505 * src/libvlc.h: updated useage.
9506
9507 ------------------------------------------------------------------------
9508 r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
9509 Changed paths:
9510    M /trunk/Makefile.am
9511
9512   * Makefile.am:
9513     + Don't use vlc_app_DATA for the BeOS bundle.
9514     + Build the BeOS bundle in $(top_builddir).
9515
9516 ------------------------------------------------------------------------
9517 r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
9518 Changed paths:
9519    M /trunk/src/input/input.c
9520    M /trunk/src/libvlc.h
9521
9522 * src/libvlc.h: updated useage.
9523 * src/input/input.c: hack for udp access and MRLSections().
9524
9525 ------------------------------------------------------------------------
9526 r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
9527 Changed paths:
9528    M /trunk/include/vlc_input.h
9529    M /trunk/modules/access/cdda.c
9530    M /trunk/modules/access/dvdnav.c
9531    M /trunk/modules/access/dvdread.c
9532    M /trunk/src/input/input.c
9533    M /trunk/src/input/var.c
9534
9535 * src/input/*, include/vlc_input.h: the MRL is now parsed for titles/chapters directly in the core.
9536   - syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]]
9537   - core also handles start/end boundaries itself (simplifies the access plugins).
9538 * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
9539
9540
9541 ------------------------------------------------------------------------
9542 r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
9543 Changed paths:
9544    M /trunk/modules/gui/beos/MessagesWindow.cpp
9545    M /trunk/modules/gui/beos/MessagesWindow.h
9546
9547  beos/MessagesWindow*: fixed messages window
9548
9549 ------------------------------------------------------------------------
9550 r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
9551 Changed paths:
9552    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9553    M /trunk/modules/stream_out/transcode.c
9554
9555   * modules/codec/ffmpeg/ffmpeg.c modules/stream_out/transcode.c:
9556     + Added macros for AltiVec versions of these modules. Will not work at all
9557       for the moment.
9558
9559 ------------------------------------------------------------------------
9560 r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
9561 Changed paths:
9562    M /trunk/src/input/control.c
9563
9564   * src/input/control.c: minor typo in a comment.
9565
9566 ------------------------------------------------------------------------
9567 r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
9568 Changed paths:
9569    M /trunk/configure.ac
9570    M /trunk/modules/codec/ffmpeg/Modules.am
9571    M /trunk/modules/stream_out/Modules.am
9572
9573   * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
9574
9575 ------------------------------------------------------------------------
9576 r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
9577 Changed paths:
9578    M /trunk/Makefile.am
9579    M /trunk/configure.ac
9580
9581  + configure.ac: always build the beos module built-in
9582    (really strange crashes happen otherwise, can't figure out why)
9583  + Makefile.am: don't forget to build vlc-bundle on BeOS
9584
9585 ------------------------------------------------------------------------
9586 r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
9587 Changed paths:
9588    M /trunk/modules/access/cdda.c
9589
9590 * modules/access/cdda.c: new MRL syntax: "[dev_path][@[title-start][-[title-end]]]".
9591   - if no title-start/end are specified, the whole cd is played.
9592   - if only a title-start is specified, only this title is played.
9593   - if a title-start and end are specified, this range is played.
9594   - "@title-start-" will play everything from the specified start position.
9595
9596
9597 ------------------------------------------------------------------------
9598 r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
9599 Changed paths:
9600    M /trunk/extras/contrib/src/Makefile
9601    M /trunk/extras/contrib/src/Patches/gettext.patch
9602
9603  extras/contrib/*: don't use gettext *printf replacements on BeOS even
9604   though there're not 100% posix compliant - this way we can build vlc
9605   with dynamic plugins (not linked against libintl) again
9606
9607 ------------------------------------------------------------------------
9608 r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
9609 Changed paths:
9610    M /trunk/NEWS
9611
9612 * NEWS: updated
9613 ------------------------------------------------------------------------
9614 r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
9615 Changed paths:
9616    M /trunk/src/input/input.c
9617    M /trunk/src/input/input_internal.h
9618    M /trunk/src/input/stream.c
9619
9620 * src/input/*: update position on title change.
9621 ------------------------------------------------------------------------
9622 r8466 | gbazin | 2004-08-20 10:27:59 +0200 (Fri, 20 Aug 2004) | 1 line
9623 Changed paths:
9624    M /trunk/src/input/input.c
9625
9626 * src/input/input.c: re-enabled the --bookmarks option.
9627 ------------------------------------------------------------------------
9628 r8465 | gbazin | 2004-08-19 19:06:51 +0200 (Thu, 19 Aug 2004) | 1 line
9629 Changed paths:
9630    M /trunk/modules/stream_out/transcode.c
9631
9632 *  modules/stream_out/transcode.c: implemented fps option for video only streams.
9633 ------------------------------------------------------------------------
9634 r8464 | sigmunau | 2004-08-19 17:31:22 +0200 (Thu, 19 Aug 2004) | 4 lines
9635 Changed paths:
9636    M /trunk/modules/demux/livedotcom.cpp
9637
9638 livedotcom.cpp: update the StreamRead function to non-deprecated api, new
9639 api gives proper detection for too small buffer. Thanks to Ross for pointing
9640 this out.
9641
9642 ------------------------------------------------------------------------
9643 r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
9644 Changed paths:
9645    M /trunk/modules/mux/asf.c
9646
9647 * modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.
9648 ------------------------------------------------------------------------
9649 r8462 | gbazin | 2004-08-19 17:02:51 +0200 (Thu, 19 Aug 2004) | 1 line
9650 Changed paths:
9651    M /trunk/modules/codec/dmo/dmo.c
9652    M /trunk/modules/codec/dmo/dmo.h
9653
9654 * modules/codec/dmo/*: flag sync-points in the video encoder.
9655 ------------------------------------------------------------------------
9656 r8461 | gbazin | 2004-08-19 17:01:54 +0200 (Thu, 19 Aug 2004) | 1 line
9657 Changed paths:
9658    M /trunk/modules/stream_out/transcode.c
9659
9660 * modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).
9661 ------------------------------------------------------------------------
9662 r8460 | gbazin | 2004-08-19 14:25:22 +0200 (Thu, 19 Aug 2004) | 1 line
9663 Changed paths:
9664    M /trunk/modules/mux/asf.c
9665
9666 * modules/mux/asf.c: small cleanup
9667 ------------------------------------------------------------------------
9668 r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
9669 Changed paths:
9670    M /trunk/modules/mux/asf.c
9671
9672 * modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
9673 ------------------------------------------------------------------------
9674 r8458 | sigmunau | 2004-08-18 18:30:45 +0200 (Wed, 18 Aug 2004) | 3 lines
9675 Changed paths:
9676    M /trunk/modules/demux/livedotcom.cpp
9677
9678 livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
9679 fewer garbled frames. Still not perfect though.
9680
9681 ------------------------------------------------------------------------
9682 r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
9683 Changed paths:
9684    M /trunk/modules/demux/livedotcom.cpp
9685
9686 livedotcom.cpp: dynamically determine the buffer size passed to live.com
9687     When the buffer passed to live.com don't have space for another packet 
9688     when we get it back we assume that the stream uses larger frames than
9689     our current buffer and we increase the buffer.
9690
9691 ------------------------------------------------------------------------
9692 r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
9693 Changed paths:
9694    M /trunk/modules/mux/asf.c
9695
9696 * modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)
9697 ------------------------------------------------------------------------
9698 r8455 | sigmunau | 2004-08-18 14:06:52 +0200 (Wed, 18 Aug 2004) | 2 lines
9699 Changed paths:
9700    M /trunk/po/POTFILES.in
9701
9702 po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
9703
9704 ------------------------------------------------------------------------
9705 r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
9706 Changed paths:
9707    M /trunk/modules/mux/asf.c
9708
9709 * modules/mux/asf.c: a few coding style changes.
9710 ------------------------------------------------------------------------
9711 r8453 | sigmunau | 2004-08-18 13:46:40 +0200 (Wed, 18 Aug 2004) | 2 lines
9712 Changed paths:
9713    M /trunk/modules/audio_filter/Modules.am
9714
9715 Modules.am: fixed incorrect filename
9716
9717 ------------------------------------------------------------------------
9718 r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
9719 Changed paths:
9720    M /trunk/modules/codec/dmo/dmo.c
9721    M /trunk/modules/codec/dmo/dmo.h
9722
9723 * modules/codec/dmo/*: fixed video encoding.
9724 ------------------------------------------------------------------------
9725 r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
9726 Changed paths:
9727    M /trunk/modules/audio_output/alsa.c
9728
9729 alsa.c: support mono on stereo only boards
9730
9731 ------------------------------------------------------------------------
9732 r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
9733 Changed paths:
9734    M /trunk/modules/audio_output/alsa.c
9735
9736 alsa.c: don't fail the probe without giving a reason in the log.
9737
9738 ------------------------------------------------------------------------
9739 r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
9740 Changed paths:
9741    M /trunk/modules/gui/beos/InterfaceWindow.cpp
9742    M /trunk/modules/gui/beos/MediaControlView.cpp
9743    M /trunk/modules/gui/beos/MediaControlView.h
9744
9745  beos/*: fixed seek, clean up
9746
9747 ------------------------------------------------------------------------
9748 r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
9749 Changed paths:
9750    M /trunk/modules/gui/beos/Interface.cpp
9751    M /trunk/modules/gui/beos/InterfaceWindow.cpp
9752    M /trunk/modules/gui/beos/InterfaceWindow.h
9753    M /trunk/modules/gui/beos/ListViews.cpp
9754    M /trunk/modules/gui/beos/ListViews.h
9755    M /trunk/modules/gui/beos/MediaControlView.cpp
9756    M /trunk/modules/gui/beos/MediaControlView.h
9757    M /trunk/modules/gui/beos/MessagesWindow.cpp
9758    M /trunk/modules/gui/beos/MessagesWindow.h
9759    M /trunk/modules/gui/beos/Modules.am
9760    M /trunk/modules/gui/beos/PlayListWindow.cpp
9761    M /trunk/modules/gui/beos/PlayListWindow.h
9762    D /trunk/modules/gui/beos/VlcWrapper.cpp
9763    D /trunk/modules/gui/beos/VlcWrapper.h
9764    M /trunk/src/libvlc.h
9765
9766  + src/libvlc.h: use KEY_SPACE instead of ' '
9767  + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
9768                complex now that we have variables
9769
9770  Language/subtitle selection works again in the BeOS UI, but there's
9771  still a lot to fix :|
9772
9773 ------------------------------------------------------------------------
9774 r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
9775 Changed paths:
9776    M /trunk/modules/gui/macosx/equalizer.m
9777    M /trunk/modules/gui/macosx/voutgl.m
9778    M /trunk/modules/gui/macosx/voutqt.m
9779
9780  + macosx/equalizer.m: missing vlc_object_release()
9781  + macosx/vout*: --macosx-vout and --macosx-opengl-effect
9782                  no longer exist
9783
9784 ------------------------------------------------------------------------
9785 r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
9786 Changed paths:
9787    M /trunk/modules/gui/macosx/Modules.am
9788    M /trunk/modules/gui/macosx/controls.m
9789    M /trunk/modules/gui/macosx/macosx.m
9790    M /trunk/modules/gui/macosx/vout.h
9791    M /trunk/modules/gui/macosx/vout.m
9792    A /trunk/modules/gui/macosx/voutgl.m
9793    A /trunk/modules/gui/macosx/voutqt.m
9794    M /trunk/modules/video_output/opengl.c
9795
9796  ALL: OS X OpenGL provider
9797   + vout.m contains the common code for the QT video output and the
9798     GL provider (window creation, events handling)
9799   + opengl.c: higher priority on OS X
9800  Things are a bit broken atm, any help to debug is welcome ;p
9801
9802 ------------------------------------------------------------------------
9803 r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
9804 Changed paths:
9805    M /trunk/modules/codec/dmo/dmo.c
9806    M /trunk/modules/codec/dmo/dmo.h
9807
9808 * modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
9809 ------------------------------------------------------------------------
9810 r8444 | gbazin | 2004-08-17 10:21:07 +0200 (Tue, 17 Aug 2004) | 1 line
9811 Changed paths:
9812    M /trunk/modules/codec/ffmpeg/demux.c
9813
9814 * modules/codec/ffmpeg/demux.c: a few fixes.
9815 ------------------------------------------------------------------------
9816 r8443 | titer | 2004-08-16 15:35:33 +0200 (Mon, 16 Aug 2004) | 2 lines
9817 Changed paths:
9818    M /trunk/modules/codec/flac.c
9819
9820  gcc < 3 compile fix
9821
9822 ------------------------------------------------------------------------
9823 r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
9824 Changed paths:
9825    M /trunk/extras/contrib/src/Makefile
9826    A /trunk/extras/contrib/src/Patches/ebml.patch
9827    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9828    A /trunk/extras/contrib/src/Patches/matroska.patch
9829    M /trunk/modules/demux/mkv.cpp
9830    M /trunk/modules/video_filter/deinterlace.c
9831    M /trunk/src/misc/cpu.c
9832
9833  ALL: BeOS fixes
9834  There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
9835  and build matroska support
9836
9837 ------------------------------------------------------------------------
9838 r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
9839 Changed paths:
9840    M /trunk/modules/video_output/x11/xcommon.c
9841
9842 * modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.
9843 ------------------------------------------------------------------------
9844 r8440 | sigmunau | 2004-08-16 11:39:14 +0200 (Mon, 16 Aug 2004) | 2 lines
9845 Changed paths:
9846    M /trunk/modules/codec/ffmpeg/ffmpeg.c
9847
9848 modules/codec/ffmpeg/ffmpeg.c: corrected a build number
9849
9850 ------------------------------------------------------------------------
9851 r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
9852 Changed paths:
9853    M /trunk/configure.ac
9854
9855   * configure.ac:
9856     + Build memcpyaltivec and deinterlace with -maltivec.
9857     + Check for -ldts_pic before -ldts.
9858
9859 ------------------------------------------------------------------------
9860 r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
9861 Changed paths:
9862    M /trunk/debian/Makefile.am
9863    M /trunk/debian/changelog
9864    M /trunk/debian/control
9865    M /trunk/debian/patches/00list
9866    D /trunk/debian/patches/20_configure.dpatch
9867    M /trunk/debian/rules
9868    M /trunk/debian/wxvlc.menu
9869
9870   * debian/patches/20_configure.dpatch:
9871     + Don't manage this patch with dpatch since it causes ownership issues.
9872   * debian/control:
9873     + Added a missing dpatch build dependency (Closes: #263363).
9874     + Removed the modplug plugin until libmodplug-dev enters Debian.
9875
9876 ------------------------------------------------------------------------
9877 r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
9878 Changed paths:
9879    M /trunk/modules/demux/subtitle.c
9880
9881 * Fix a problem with empty subtitles with Subviewer subs
9882 * fixed a line ending replace problem with subviewer subs
9883 * single char subtitle lines should now work subviewer and subrip
9884
9885 ------------------------------------------------------------------------
9886 r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
9887 Changed paths:
9888    M /trunk/modules/codec/dvbsub.c
9889    M /trunk/modules/mux/mpeg/ts.c
9890    M /trunk/modules/stream_out/transcode.c
9891
9892 * modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
9893 * modules/stream_out/transcode.c: support for subtitles transcoding.
9894 * modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
9895   + only works on YUVP subpictures for now.
9896   + not completely spec compliant yet.
9897
9898 ------------------------------------------------------------------------
9899 r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
9900 Changed paths:
9901    M /trunk/modules/codec/a52.c
9902
9903 * modules/codec/a52.c: fixed segfault
9904 ------------------------------------------------------------------------
9905 r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
9906 Changed paths:
9907    M /trunk/src/video_output/vout_subpictures.c
9908
9909 * src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.
9910 ------------------------------------------------------------------------
9911 r8433 | gbazin | 2004-08-15 17:05:11 +0200 (Sun, 15 Aug 2004) | 1 line
9912 Changed paths:
9913    M /trunk/modules/access/dshow/dshow.cpp
9914
9915 * modules/access/dshow/dshow.cpp: compilation fix.
9916 ------------------------------------------------------------------------
9917 r8432 | gbazin | 2004-08-15 16:57:47 +0200 (Sun, 15 Aug 2004) | 1 line
9918 Changed paths:
9919    M /trunk/modules/codec/mpeg_audio.c
9920
9921 * modules/codec/mpeg_audio.c: fixed segfault
9922 ------------------------------------------------------------------------
9923 r8431 | bigben | 2004-08-15 16:22:28 +0200 (Sun, 15 Aug 2004) | 3 lines
9924 Changed paths:
9925    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9926    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9927    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9928    M /trunk/modules/gui/macosx/intf.h
9929    M /trunk/modules/gui/macosx/intf.m
9930
9931 * Adds postprocessing menu
9932
9933
9934 ------------------------------------------------------------------------
9935 r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
9936 Changed paths:
9937    M /trunk/modules/gui/macosx/equalizer.m
9938
9939 Set the preamp value on a preset change
9940
9941 ------------------------------------------------------------------------
9942 r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
9943 Changed paths:
9944    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9945    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9946    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9947    M /trunk/modules/audio_filter/Modules.am
9948    M /trunk/modules/audio_filter/equalizer.c
9949    A /trunk/modules/audio_filter/equalizer_presets.h
9950    M /trunk/modules/gui/macosx/equalizer.h
9951    M /trunk/modules/gui/macosx/equalizer.m
9952    M /trunk/modules/gui/macosx/intf.h
9953    M /trunk/modules/gui/macosx/intf.m
9954
9955 *.nib: continuous sliders
9956 intf: Equalizer window in window menu
9957 equalizer.m: presets should work now
9958 equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
9959
9960 ------------------------------------------------------------------------
9961 r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
9962 Changed paths:
9963    M /trunk/configure.ac
9964
9965   * configure.ac:
9966     + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
9967       causes gcc to inline every single function of this size because of
9968       -O3's -finline-functions, although the documentation states that this
9969       flag should only affect explicitly inlined functions.
9970
9971 ------------------------------------------------------------------------
9972 r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
9973 Changed paths:
9974    M /trunk/modules/access/ftp.c
9975
9976 * Send \r\n after ftp commands, not \n.
9977
9978 ------------------------------------------------------------------------
9979 r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
9980 Changed paths:
9981    M /trunk/modules/video_output/opengl.c
9982
9983  * opengl.c: compilation fix for GLX.
9984    Do we really need two buffers ? Anyway it doesn't work as is with
9985    GLX, so I only use the first one (quick fix)
9986
9987 ------------------------------------------------------------------------
9988 r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
9989 Changed paths:
9990    M /trunk/modules/video_output/opengl.c
9991
9992  opengl.c: added OS X specific stuff, this includes:
9993   + support for YUY2 textures
9994   + support for non-power-of-2 sizes
9995   + support for VRAM or AGP texturing
9996
9997  It now uses two buffers and textures (needed for VRAM/AGP texturing).
9998
9999  I got to fix a few things on the OS X GL provider before I commit it,
10000  but in the meantime, people can check if I didn't break the opengl
10001  output on Win32/GLX ;)
10002
10003 ------------------------------------------------------------------------
10004 r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
10005 Changed paths:
10006    M /trunk/modules/video_output/opengl.c
10007
10008  * opengl.c: use glTexSubImage2D instead of glTexImage2D
10009
10010 ------------------------------------------------------------------------
10011 r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
10012 Changed paths:
10013    M /trunk/modules/access/dvdnav.c
10014
10015 * modules/access/dvdnav.c: small fix.
10016 ------------------------------------------------------------------------
10017 r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
10018 Changed paths:
10019    M /trunk/modules/access/dvdnav.c
10020
10021 * modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).
10022
10023 ------------------------------------------------------------------------
10024 r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
10025 Changed paths:
10026    M /trunk/src/input/decoder.c
10027
10028 * src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).
10029 ------------------------------------------------------------------------
10030 r8420 | gbazin | 2004-08-13 20:58:25 +0200 (Fri, 13 Aug 2004) | 5 lines
10031 Changed paths:
10032    M /trunk/include/vlc_common.h
10033    M /trunk/include/vlc_es.h
10034    M /trunk/modules/codec/spudec/parse.c
10035    M /trunk/modules/codec/spudec/spudec.h
10036    M /trunk/modules/video_filter/blend.c
10037    M /trunk/src/video_output/vout_subpictures.c
10038
10039 * modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
10040 * src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
10041 * include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
10042 * include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.
10043
10044 ------------------------------------------------------------------------
10045 r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
10046 Changed paths:
10047    M /trunk/modules/video_output/opengl.c
10048    M /trunk/src/video_output/video_output.c
10049    M /trunk/src/video_output/vout_intf.c
10050
10051 * modules/video_output/opengl.c: forward mouse events from opengl-provider module.
10052 * src/video_output/*: moved some stuff from video_output.c to vout_intf.c.
10053
10054 ------------------------------------------------------------------------
10055 r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
10056 Changed paths:
10057    M /trunk/src/misc/block.c
10058
10059 * src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)
10060 ------------------------------------------------------------------------
10061 r8417 | ipkiss | 2004-08-12 23:34:01 +0200 (Thu, 12 Aug 2004) | 2 lines
10062 Changed paths:
10063    M /trunk/doc/skins/skins2-howto.xml
10064
10065  * doc/skins2-howto.xml: Update the doc when you commit
10066
10067 ------------------------------------------------------------------------
10068 r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
10069 Changed paths:
10070    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10071    M /trunk/modules/gui/skins2/src/vlcproc.hpp
10072
10073  * skins2/src/vlcproc.*: Added the isRepeat boolean expression
10074
10075 ------------------------------------------------------------------------
10076 r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
10077 Changed paths:
10078    M /trunk/modules/gui/wxwindows/Modules.am
10079
10080 * modules/gui/wxwindows/Modules.am: include streamdata.h
10081 ------------------------------------------------------------------------
10082 r8414 | titer | 2004-08-12 01:34:38 +0200 (Thu, 12 Aug 2004) | 4 lines
10083 Changed paths:
10084    M /trunk/include/vlc_threads_funcs.h
10085
10086  vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
10087   It wasn't implemented for all systems anyway, and isn't used anymore.
10088   (Terminates #23)
10089
10090 ------------------------------------------------------------------------
10091 r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
10092 Changed paths:
10093    M /trunk/modules/demux/ogg.c
10094    M /trunk/modules/mux/ogg.c
10095
10096 * modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
10097 * modules/mux/ogg.c: generate proper oggds audio header.
10098
10099 ------------------------------------------------------------------------
10100 r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
10101 Changed paths:
10102    M /trunk/THANKS
10103    M /trunk/include/stream_output.h
10104    M /trunk/modules/stream_out/rtp.c
10105    M /trunk/src/stream_output/sap.c
10106
10107 * include/stream_output.h: add a ip_version field to sap_address_t
10108   This way we can later on set IP6 instead of IP4 in a SDP.
10109 * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
10110 * src/stream_output/sap.c: 
10111   - Set the SAP packet Hash headerfield to a unique value based on mtime
10112     Patch by Philippe van Hecke <philippe at belnet dot be>
10113   - Set SAP packet IPv6 field to 1 if we are a ipv6 session
10114   - Made some preperations for setting the origin ip address in the header as well,
10115     anyone any ideas on how to retrieve the current origin IP address???
10116
10117 ------------------------------------------------------------------------
10118 r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
10119 Changed paths:
10120    M /trunk/modules/misc/sap.c
10121
10122 * fix x-plgroup detection
10123
10124 ------------------------------------------------------------------------
10125 r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
10126 Changed paths:
10127    M /trunk/doc/skins/skins2-howto.xml
10128    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
10129    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
10130    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10131
10132  * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
10133
10134 ------------------------------------------------------------------------
10135 r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
10136 Changed paths:
10137    M /trunk/modules/codec/dmo/buffer.c
10138    M /trunk/modules/codec/dmo/dmo.c
10139    M /trunk/modules/codec/dmo/dmo.h
10140
10141 * modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.
10142 ------------------------------------------------------------------------
10143 r8408 | gbazin | 2004-08-09 10:16:22 +0200 (Mon, 09 Aug 2004) | 1 line
10144 Changed paths:
10145    M /trunk/Makefile.am
10146    M /trunk/configure.ac
10147
10148 * configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
10149 ------------------------------------------------------------------------
10150 r8407 | gbazin | 2004-08-08 23:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
10151 Changed paths:
10152    M /trunk/include/vlc_codec.h
10153    M /trunk/include/vlc_common.h
10154    M /trunk/modules/stream_out/transcode.c
10155    M /trunk/src/misc/modules.c
10156    M /trunk/src/misc/objects.c
10157
10158 * modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
10159 * include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).
10160
10161 ------------------------------------------------------------------------
10162 r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
10163 Changed paths:
10164    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10165    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10166    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10167    M /trunk/modules/gui/macosx/equalizer.h
10168    M /trunk/modules/gui/macosx/equalizer.m
10169
10170 project.pbxproj: correct to relatives paths
10171 *.nib: presets disabled on startup
10172 equalizer.*: add property Id
10173              we prefer to change playlist variables instead of config
10174              coding style
10175
10176 ------------------------------------------------------------------------
10177 r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
10178 Changed paths:
10179    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10180    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10181    M /trunk/modules/gui/macosx/open.m
10182    M /trunk/modules/gui/macosx/output.h
10183    M /trunk/modules/gui/macosx/output.m
10184
10185 * demuxdump is working again
10186
10187
10188
10189 ------------------------------------------------------------------------
10190 r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
10191 Changed paths:
10192    M /trunk/modules/LIST
10193
10194 * modules/LIST: long time since it was updated
10195
10196 ------------------------------------------------------------------------
10197 r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
10198 Changed paths:
10199    M /trunk/src/input/demux.c
10200
10201  * demux: another way to break your config file, or, --demux is now taken
10202 into acount. (to make bigben happy, being able to do :demux=dump ;)
10203
10204 ------------------------------------------------------------------------
10205 r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
10206 Changed paths:
10207    M /trunk/modules/codec/dmo/buffer.c
10208    M /trunk/modules/codec/dmo/dmo.c
10209    M /trunk/modules/codec/dmo/dmo.h
10210
10211  * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
10212         - force 16 bits output.
10213         - support for mplayer loader.
10214  I can't test under win32 so I hope it still compiles.
10215
10216 ------------------------------------------------------------------------
10217 r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
10218 Changed paths:
10219    M /trunk/include/codecs.h
10220
10221  * codecs.h: a few defines to avoid redefinitions.
10222
10223 ------------------------------------------------------------------------
10224 r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
10225 Changed paths:
10226    M /trunk/modules/access/v4l/v4l.c
10227
10228  * v4l: try to open the device only when a access name is given + warning fix.
10229
10230 ------------------------------------------------------------------------
10231 r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
10232 Changed paths:
10233    M /trunk/modules/gui/macosx/equalizer.m
10234
10235 Fix bug when equalizer-bands is not set. Coding style will be apply soon.
10236
10237 ------------------------------------------------------------------------
10238 r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
10239 Changed paths:
10240    A /trunk/extras/MacOSX/Resources/equalizerdrawer_active.png
10241    A /trunk/extras/MacOSX/Resources/equalizerdrawer_blue.png
10242    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10243
10244 *.png: forgotten images
10245 project.pbxproj: changed absolute link to relative
10246
10247 ------------------------------------------------------------------------
10248 r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
10249 Changed paths:
10250    M /trunk/Makefile.am
10251    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10252    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10253    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10254    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10255    M /trunk/modules/gui/macosx/Modules.am
10256    A /trunk/modules/gui/macosx/equalizer.h
10257    A /trunk/modules/gui/macosx/equalizer.m
10258
10259 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
10260 Reviews welcome
10261
10262 ------------------------------------------------------------------------
10263 r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
10264 Changed paths:
10265    M /trunk/modules/audio_filter/equalizer.c
10266
10267 * treeble -> treble
10268
10269 ------------------------------------------------------------------------
10270 r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
10271 Changed paths:
10272    M /trunk/modules/audio_filter/equalizer.c
10273
10274 Bug fix and change in parse function
10275
10276 ------------------------------------------------------------------------
10277 r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
10278 Changed paths:
10279    M /trunk/po/de.po
10280
10281 *various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>
10282 ------------------------------------------------------------------------
10283 r8393 | bigben | 2004-08-07 00:08:57 +0200 (Sat, 07 Aug 2004) | 3 lines
10284 Changed paths:
10285    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10286    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10287    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10288    M /trunk/modules/gui/macosx/output.h
10289    M /trunk/modules/gui/macosx/output.m
10290
10291 * Adds the scale video option
10292
10293
10294 ------------------------------------------------------------------------
10295 r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
10296 Changed paths:
10297    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10298    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10299    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10300    M /trunk/modules/gui/macosx/output.h
10301    M /trunk/modules/gui/macosx/output.m
10302
10303 * All :
10304         - added a sdp=file option
10305         - it is now possible to have a sap and a rtsp/http/file announce at the same time
10306
10307
10308 ------------------------------------------------------------------------
10309 r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
10310 Changed paths:
10311    M /trunk/modules/audio_filter/converter/float32tos16.c
10312    M /trunk/modules/audio_filter/converter/s16tofloat32.c
10313    M /trunk/modules/gui/skins2/x11/x11_window.cpp
10314    M /trunk/modules/video_output/x11/xcommon.c
10315    M /trunk/modules/visualization/visual/effects.c
10316
10317   * Really fixed strict aliasing breakage here and there.
10318
10319 ------------------------------------------------------------------------
10320 r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
10321 Changed paths:
10322    M /trunk/modules/LIST
10323    M /trunk/modules/access/dvb/access.c
10324
10325 * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
10326 ------------------------------------------------------------------------
10327 r8389 | gbazin | 2004-08-06 15:29:18 +0200 (Fri, 06 Aug 2004) | 3 lines
10328 Changed paths:
10329    M /trunk/modules/access/udp.c
10330    M /trunk/modules/mux/mp4.c
10331
10332 * modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
10333 * modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.
10334
10335 ------------------------------------------------------------------------
10336 r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
10337 Changed paths:
10338    M /trunk/modules/gui/macosx/playlist.m
10339
10340 * Fix Artist/Author info in playlist
10341
10342 ------------------------------------------------------------------------
10343 r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
10344 Changed paths:
10345    M /trunk/modules/control/hotkeys.c
10346
10347 * Fix a crash with subtitle track hotkey, when no subtitles are available.
10348
10349 ------------------------------------------------------------------------
10350 r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
10351 Changed paths:
10352    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
10353
10354 * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
10355
10356 ------------------------------------------------------------------------
10357 r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
10358 Changed paths:
10359    M /trunk/include/video_output.h
10360    M /trunk/src/video_output/vout_pictures.c
10361    M /trunk/src/video_output/vout_subpictures.c
10362
10363 * src/video_output/*: optimized/simplified vout_RenderPicture().
10364 ------------------------------------------------------------------------
10365 r8384 | titer | 2004-08-05 16:48:58 +0200 (Thu, 05 Aug 2004) | 2 lines
10366 Changed paths:
10367    M /trunk/configure.ac
10368    M /trunk/modules/video_output/opengl.c
10369
10370  Build the opengl module on OS X (gl provider not done yet)
10371
10372 ------------------------------------------------------------------------
10373 r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
10374 Changed paths:
10375    M /trunk/modules/video_filter/blend.c
10376
10377 * modules/video_filter/blend.c: do not compare signed and unsigned.
10378 ------------------------------------------------------------------------
10379 r8382 | gbazin | 2004-08-05 14:45:23 +0200 (Thu, 05 Aug 2004) | 3 lines
10380 Changed paths:
10381    M /trunk/include/vlc_input.h
10382    M /trunk/modules/gui/wxwindows/bookmarks.cpp
10383    M /trunk/src/input/control.c
10384
10385 * src/input/control.c: bookmarks support is back (will need some more work though).
10386 * modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
10387
10388 ------------------------------------------------------------------------
10389 r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
10390 Changed paths:
10391    M /trunk/modules/video_filter/blend.c
10392
10393 * modules/video_filter/blend.c: sanity checks.
10394 ------------------------------------------------------------------------
10395 r8380 | gbazin | 2004-08-05 01:55:51 +0200 (Thu, 05 Aug 2004) | 1 line
10396 Changed paths:
10397    M /trunk/modules/codec/libmpeg2.c
10398
10399 * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
10400 ------------------------------------------------------------------------
10401 r8379 | gbazin | 2004-08-05 00:54:31 +0200 (Thu, 05 Aug 2004) | 1 line
10402 Changed paths:
10403    M /trunk/modules/access/dvdnav.c
10404
10405 * modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
10406 ------------------------------------------------------------------------
10407 r8378 | fenrir | 2004-08-04 23:53:24 +0200 (Wed, 04 Aug 2004) | 4 lines
10408 Changed paths:
10409    M /trunk/modules/stream_out/rtp.c
10410
10411  * rtp.c: based on a patch/idea of Philippe Van Hecke:
10412  You can now use multiple sdp=
10413  (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})
10414
10415 ------------------------------------------------------------------------
10416 r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
10417 Changed paths:
10418    M /trunk/src/stream_output/stream_output.c
10419
10420  * stream_output: sout_CfgParse will accept a special mode ('*' in the
10421 front of a option name) to allow handling of multiple string options.
10422
10423 ------------------------------------------------------------------------
10424 r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
10425 Changed paths:
10426    A /trunk/modules/stream_out/announce.c (from /trunk/modules/stream_out/announce.c:8373)
10427    A /trunk/modules/stream_out/announce.h (from /trunk/modules/stream_out/announce.h:8373)
10428
10429 * Fix
10430
10431
10432 ------------------------------------------------------------------------
10433 r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
10434 Changed paths:
10435    M /trunk/modules/video_filter/blend.c
10436
10437 * modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
10438 ------------------------------------------------------------------------
10439 r8374 | hartman | 2004-08-04 23:11:32 +0200 (Wed, 04 Aug 2004) | 4 lines
10440 Changed paths:
10441    M /trunk/modules/stream_out/Modules.am
10442    D /trunk/modules/stream_out/announce.c
10443    D /trunk/modules/stream_out/announce.h
10444    M /trunk/src/stream_output/sap.c
10445
10446 * Fixed the udp SDPs. More spec compliant now.
10447 * Removed the old SAP code. announce.? in modules/stream_out is 
10448   still required for SLP announces.
10449
10450 ------------------------------------------------------------------------
10451 r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
10452 Changed paths:
10453    M /trunk/modules/mux/avi.c
10454
10455  * avi.c: fixed fps computation, thanks markfm for testing.
10456
10457 ------------------------------------------------------------------------
10458 r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
10459 Changed paths:
10460    M /trunk/modules/video_filter/blend.c
10461
10462 * modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
10463 ------------------------------------------------------------------------
10464 r8371 | gbazin | 2004-08-04 19:54:17 +0200 (Wed, 04 Aug 2004) | 1 line
10465 Changed paths:
10466    M /trunk/modules/video_filter/blend.c
10467
10468 * modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
10469 ------------------------------------------------------------------------
10470 r8370 | gbazin | 2004-08-04 18:05:12 +0200 (Wed, 04 Aug 2004) | 1 line
10471 Changed paths:
10472    M /trunk/modules/access/screen/screen.c
10473    M /trunk/modules/access/screen/win32.c
10474
10475 * modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.
10476 ------------------------------------------------------------------------
10477 r8369 | gbazin | 2004-08-04 17:43:04 +0200 (Wed, 04 Aug 2004) | 1 line
10478 Changed paths:
10479    M /trunk/modules/audio_output/waveout.c
10480
10481 * modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.
10482 ------------------------------------------------------------------------
10483 r8368 | hartman | 2004-08-04 13:58:44 +0200 (Wed, 04 Aug 2004) | 2 lines
10484 Changed paths:
10485    M /trunk/include/vlc_es.h
10486
10487 * viedo_format_t -> video_format_t
10488
10489 ------------------------------------------------------------------------
10490 r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
10491 Changed paths:
10492    M /trunk/src/misc/modules.c
10493
10494 * src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.
10495 ------------------------------------------------------------------------
10496 r8366 | gbazin | 2004-08-04 12:40:43 +0200 (Wed, 04 Aug 2004) | 4 lines
10497 Changed paths:
10498    M /trunk/modules/access/dvdnav.c
10499    M /trunk/modules/access/vcd/vcd.c
10500    M /trunk/src/input/input.c
10501
10502 * modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
10503 * src/input/input.c: auto-probe access_demux as well.
10504 * modules/access/vcd/vcd.c: raised priority above the file access one.
10505
10506 ------------------------------------------------------------------------
10507 r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
10508 Changed paths:
10509    M /trunk/modules/demux/ps.h
10510
10511  * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
10512
10513 ------------------------------------------------------------------------
10514 r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
10515 Changed paths:
10516    M /trunk/src/input/input.c
10517
10518  * input.c: fixed total length in playlist.
10519
10520 ------------------------------------------------------------------------
10521 r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
10522 Changed paths:
10523    M /trunk/src/video_output/vout_subpictures.c
10524
10525 * src/video_output/vout_subpictures.c: fixed OSD alignment
10526 ------------------------------------------------------------------------
10527 r8362 | hartman | 2004-08-04 01:08:10 +0200 (Wed, 04 Aug 2004) | 3 lines
10528 Changed paths:
10529    M /trunk/NEWS
10530    M /trunk/TODO
10531    M /trunk/doc/translations.txt
10532
10533 * small addition to translations HOWTO
10534 * updated TODO and NEWS
10535
10536 ------------------------------------------------------------------------
10537 r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
10538 Changed paths:
10539    M /trunk/modules/stream_out/announce.c
10540
10541 * modules/stream_out/announce.c:   \r\n for SDP
10542
10543 ------------------------------------------------------------------------
10544 r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
10545 Changed paths:
10546    M /trunk/modules/access/dvdnav.c
10547    M /trunk/modules/access/dvdread.c
10548
10549 * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
10550
10551 ------------------------------------------------------------------------
10552 r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
10553 Changed paths:
10554    M /trunk/modules/access/cdda.c
10555    M /trunk/modules/access/vcd/vcd.c
10556
10557 * modules/access/cdda.c: fixes + simplification.
10558 * modules/access/vcd/vcd.c: try to skip bad sectors.
10559
10560 ------------------------------------------------------------------------
10561 r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
10562 Changed paths:
10563    M /trunk/modules/access/vcd/vcd.c
10564
10565 * modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
10566 ------------------------------------------------------------------------
10567 r8357 | gbazin | 2004-08-03 14:21:14 +0200 (Tue, 03 Aug 2004) | 1 line
10568 Changed paths:
10569    M /trunk/modules/video_filter/blend.c
10570
10571 * modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
10572 ------------------------------------------------------------------------
10573 r8356 | gbazin | 2004-08-03 11:45:39 +0200 (Tue, 03 Aug 2004) | 1 line
10574 Changed paths:
10575    M /trunk/modules/video_filter/blend.c
10576
10577 * modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
10578 ------------------------------------------------------------------------
10579 r8355 | hartman | 2004-08-03 02:23:40 +0200 (Tue, 03 Aug 2004) | 4 lines
10580 Changed paths:
10581    M /trunk/modules/access/screen/mac.c
10582
10583 * modules/access/screen/mac.c:
10584   * Plugin now works perfectly in milj. of colors
10585   * Works in thousands of colors, in inverse colors
10586
10587 ------------------------------------------------------------------------
10588 r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
10589 Changed paths:
10590    M /trunk/Makefile.am
10591    M /trunk/configure.ac
10592    M /trunk/include/osd.h
10593    M /trunk/include/video_output.h
10594    M /trunk/include/vlc_codec.h
10595    M /trunk/include/vlc_common.h
10596    M /trunk/include/vlc_es.h
10597    A /trunk/include/vlc_filter.h
10598    M /trunk/include/vlc_video.h
10599    M /trunk/modules/codec/dvbsub.c
10600    M /trunk/modules/codec/spudec/Modules.am
10601    M /trunk/modules/codec/spudec/parse.c
10602    D /trunk/modules/codec/spudec/render.c
10603    M /trunk/modules/codec/spudec/spudec.c
10604    M /trunk/modules/codec/spudec/spudec.h
10605    M /trunk/modules/codec/subsdec.c
10606    M /trunk/modules/misc/dummy/renderer.c
10607    M /trunk/modules/misc/freetype.c
10608    M /trunk/modules/video_filter/Modules.am
10609    A /trunk/modules/video_filter/blend.c
10610    M /trunk/src/input/decoder.c
10611    M /trunk/src/input/stream.c
10612    M /trunk/src/video_output/video_output.c
10613    M /trunk/src/video_output/video_text.c
10614    M /trunk/src/video_output/vout_pictures.c
10615    M /trunk/src/video_output/vout_pictures.h
10616    M /trunk/src/video_output/vout_subpictures.c
10617
10618 * ALL: Major rework of the subpictures architecture.
10619   (expect some breakage).
10620 * modules/video_filter/blend.c: new alpha-blending module.
10621
10622 ------------------------------------------------------------------------
10623 r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
10624 Changed paths:
10625    D /trunk/include/ninput.h
10626    M /trunk/modules/demux/mpeg/Modules.am
10627    D /trunk/modules/demux/mpeg/ps.c
10628    D /trunk/modules/demux/mpeg/system.c
10629    D /trunk/modules/demux/mpeg/system.h
10630    D /trunk/modules/demux/mpeg/ts.c
10631
10632 * include/ninput.h: removed left-over from access2/demux2 transition.
10633 * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
10634
10635 ------------------------------------------------------------------------
10636 r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
10637 Changed paths:
10638    M /trunk/modules/misc/network/ipv4.c
10639
10640 * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
10641
10642 ------------------------------------------------------------------------
10643 r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
10644 Changed paths:
10645    M /trunk/modules/gui/macosx/vout.m
10646
10647 * modules/gui/macosx/vout: Output YUY2 to QT/QD.
10648   This way we bypass Apple's very, very, very unoptimized
10649   I420 -> YUY2 routine and use titer's altivec optimized one.
10650   Quartz output is herefore now altivec optimized and close to the opengl output.
10651
10652 ------------------------------------------------------------------------
10653 r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
10654 Changed paths:
10655    M /trunk/modules/access/screen/screen.c
10656    M /trunk/modules/access/screen/win32.c
10657
10658 modules/access/screen/win32.c: avoid an extra memcpy() of the screen.
10659 ------------------------------------------------------------------------
10660 r8349 | hartman | 2004-08-02 03:21:36 +0200 (Mon, 02 Aug 2004) | 2 lines
10661 Changed paths:
10662    M /trunk/modules/control/hotkeys.c
10663
10664 * hotkeys.c: add some more OSD
10665
10666 ------------------------------------------------------------------------
10667 r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
10668 Changed paths:
10669    M /trunk/modules/gui/macosx/controls.m
10670    M /trunk/modules/gui/macosx/intf.h
10671    M /trunk/modules/gui/macosx/intf.m
10672    M /trunk/modules/gui/macosx/vout.m
10673
10674 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity. 
10675   Testing would be welcomed very much.
10676
10677 ------------------------------------------------------------------------
10678 r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
10679 Changed paths:
10680    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
10681
10682   * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
10683
10684 ------------------------------------------------------------------------
10685 r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
10686 Changed paths:
10687    M /trunk/doc/skins/skins2-howto.xml
10688    M /trunk/modules/gui/skins2/parser/interpreter.cpp
10689    M /trunk/modules/gui/skins2/src/vlcproc.cpp
10690
10691  * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
10692  * doc/skins/skins2-howto.xml: Updated the doc
10693
10694 ------------------------------------------------------------------------
10695 r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
10696 Changed paths:
10697    M /trunk/src/input/stream.c
10698
10699  * stream.c: increase precache for stream without title/chapter.
10700
10701 ------------------------------------------------------------------------
10702 r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
10703 Changed paths:
10704    M /trunk/modules/demux/mp4/mp4.c
10705
10706  * mp4: with ref .mov, don't forget to add the access.
10707
10708 ------------------------------------------------------------------------
10709 r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
10710 Changed paths:
10711    M /trunk/src/input/input.c
10712
10713  * input.c: mmh better fix for slow/fast (I hope).
10714
10715 ------------------------------------------------------------------------
10716 r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
10717 Changed paths:
10718    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10719
10720 * fix avcodecbuild# prob with h.261
10721
10722 ------------------------------------------------------------------------
10723 r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
10724 Changed paths:
10725    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10726    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10727    M /trunk/modules/gui/macosx/output.m
10728
10729 * all : fix channels selection in the sout options dialog
10730
10731
10732 ------------------------------------------------------------------------
10733 r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
10734 Changed paths:
10735    M /trunk/src/input/input.c
10736
10737  * input: fixed slower/faster rate.
10738
10739 ------------------------------------------------------------------------
10740 r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
10741 Changed paths:
10742    M /trunk/src/input/stream.c
10743
10744  * stream.c: call Seek if stream_Read( s, NULL, skip );
10745
10746 ------------------------------------------------------------------------
10747 r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
10748 Changed paths:
10749    M /trunk/modules/control/joystick.c
10750
10751   * modules/control/joystick.c:
10752     + Compilation and coding style fixes.
10753     + Initialise the joystick in Open(), not Run().
10754
10755 ------------------------------------------------------------------------
10756 r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
10757 Changed paths:
10758    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10759    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10760    M /trunk/modules/gui/macosx/output.m
10761
10762 * all :
10763   - Get rid of the old TS over RTP stream output method in OSX interface
10764   - ab= and vb= parameters are now (hopefully) always updated
10765
10766
10767 ------------------------------------------------------------------------
10768 r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
10769 Changed paths:
10770    M /trunk/src/input/stream.c
10771
10772 * print a debug message when our buffer gets it's first data.
10773
10774 ------------------------------------------------------------------------
10775 r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
10776 Changed paths:
10777    M /trunk/modules/video_output/opengl.c
10778
10779  * opengl.c: support "cube" and "transparent-cube" effect (with the
10780  --opengl-effect option). Now MacOSX guys you can write the opengl provider
10781  interface ;)
10782
10783 ------------------------------------------------------------------------
10784 r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
10785 Changed paths:
10786    M /trunk/modules/stream_out/rtp.c
10787
10788 modules/stream_output/rtp.c:
10789 * set the required t= SDP parameter
10790 * added config options for description, url and email
10791 * send SDPs with description, url and email info when available
10792 * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
10793
10794
10795 ------------------------------------------------------------------------
10796 r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
10797 Changed paths:
10798    M /trunk/modules/stream_out/rtp.c
10799
10800 * SDP should use \r\n instead of \n
10801 * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
10802
10803 ------------------------------------------------------------------------
10804 r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
10805 Changed paths:
10806    M /trunk/modules/codec/ffmpeg/demux.c
10807    M /trunk/modules/demux/util/id3tag.c
10808
10809   * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
10810     + Fixed compiler warnings.
10811
10812 ------------------------------------------------------------------------
10813 r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
10814 Changed paths:
10815    M /trunk/mozilla/vlcpeer.cpp
10816
10817   * mozilla/vlcpeer.cpp: proper float->int cast.
10818
10819 ------------------------------------------------------------------------
10820 r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
10821 Changed paths:
10822    M /trunk/modules/gui/wxwindows/bookmarks.cpp
10823    M /trunk/modules/gui/wxwindows/video.cpp
10824
10825   * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
10826     + Fixed compiler warnings due to bad argument types.
10827
10828 ------------------------------------------------------------------------
10829 r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
10830 Changed paths:
10831    M /trunk/include/video_output.h
10832    M /trunk/src/misc/cpu.c
10833    M /trunk/src/video_output/video_output.c
10834
10835   * src/video_output/video_output.c:
10836     + Fixed an undefined function warning.
10837
10838 ------------------------------------------------------------------------
10839 r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
10840 Changed paths:
10841    M /trunk/modules/video_filter/invert.c
10842
10843   * modules/video_filter/invert.c: don't cast lvalues.
10844
10845 ------------------------------------------------------------------------
10846 r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
10847 Changed paths:
10848    M /trunk/modules/codec/cmml/browser_open.c
10849
10850   * modules/codec/cmml/browser_open.c:
10851     + Fixed a compilation warning due to a missing return value.
10852
10853 ------------------------------------------------------------------------
10854 r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
10855 Changed paths:
10856    M /trunk/bootstrap
10857
10858   * boostrap:
10859     + Remove the autotools directory and recreate it (forgot to commit that
10860       file before).
10861
10862 ------------------------------------------------------------------------
10863 r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
10864 Changed paths:
10865    M /trunk/modules/codec/ffmpeg/ffmpeg.c
10866
10867 * check correct build# of libavcodec for SNOW support
10868
10869 ------------------------------------------------------------------------
10870 r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
10871 Changed paths:
10872    M /trunk/extras/contrib/src/Makefile
10873
10874 * Fix OSX build of dvdnav
10875
10876 ------------------------------------------------------------------------
10877 r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
10878 Changed paths:
10879    M /trunk/modules/stream_out/rtp.c
10880
10881 Compile fix
10882
10883 ------------------------------------------------------------------------
10884 r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
10885 Changed paths:
10886    M /trunk
10887    M /trunk/Makefile.am
10888    D /trunk/autotools
10889    M /trunk/configure.ac
10890
10891   * autotools: no longer manage this directory with SVN.
10892
10893 ------------------------------------------------------------------------
10894 r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
10895 Changed paths:
10896    D /trunk/autotools/Makefile.am
10897
10898   * autotools: no longer manage this directory with SVN.
10899
10900 ------------------------------------------------------------------------
10901 r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
10902 Changed paths:
10903    M /trunk/modules/stream_out/rtp.c
10904
10905  * rtp: added port-audio and port-video option (for default port).
10906
10907 ------------------------------------------------------------------------
10908 r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
10909 Changed paths:
10910    M /trunk/modules/codec/toolame.c
10911
10912 * modules/codec/toolame.c: compilation fix.
10913 ------------------------------------------------------------------------
10914 r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
10915 Changed paths:
10916    M /trunk/configure.ac
10917    M /trunk/modules/codec/Modules.am
10918    A /trunk/modules/codec/toolame.c
10919
10920 * modules/codec/toolame.c: MPEG-1/2 layer II audio encoder using libtoolame (http://users.tpg.com.au/adslblvi/). Patch from Christophe Massiot.
10921 ------------------------------------------------------------------------
10922 r8317 | gbazin | 2004-07-29 17:50:20 +0200 (Thu, 29 Jul 2004) | 1 line
10923 Changed paths:
10924    M /trunk/modules/access/http.c
10925
10926 * modules/access/http.c: --http-reconnect option to automatically try to reconnect in case the connection was untimely closed (enabled by default for ICY/Icecast web radios).
10927 ------------------------------------------------------------------------
10928 r8316 | sam | 2004-07-29 17:40:26 +0200 (Thu, 29 Jul 2004) | 3 lines
10929 Changed paths:
10930    M /trunk/debian/patches/20_configure.dpatch
10931
10932   * debian/patches/20_configure.dpatch:
10933     + Fixed generated macros.
10934
10935 ------------------------------------------------------------------------
10936 r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
10937 Changed paths:
10938    M /trunk/debian/Makefile.am
10939    M /trunk/debian/changelog
10940    M /trunk/debian/control
10941    A /trunk/debian/patches
10942    A /trunk/debian/patches/00list
10943    A /trunk/debian/patches/20_configure.dpatch
10944    A /trunk/debian/patches/20_faad2.dpatch
10945    A /trunk/debian/patches/20_ffmpeg.dpatch
10946    A /trunk/debian/patches/20_interfaces.dpatch
10947    M /trunk/debian/rules
10948
10949   * debian/rules:
10950     + Switch build system to dpatch.
10951
10952 ------------------------------------------------------------------------
10953 r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
10954 Changed paths:
10955    M /trunk/modules/misc/network/ipv4.c
10956
10957 * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
10958
10959 ------------------------------------------------------------------------
10960 r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
10961 Changed paths:
10962    M /trunk/modules/access/vcdx/access.c
10963    M /trunk/modules/access/vcdx/cdrom.c
10964    M /trunk/modules/access/vcdx/vcd.h
10965    M /trunk/modules/access/vcdx/vcdplayer.c
10966    M /trunk/modules/access/vcdx/vcdplayer.h
10967
10968 * vcdx Coding style fixes.
10969
10970 ------------------------------------------------------------------------
10971 r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
10972 Changed paths:
10973    M /trunk/configure.ac
10974
10975   * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
10976     no inline asm version is available for this module.
10977
10978 ------------------------------------------------------------------------
10979 r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
10980 Changed paths:
10981    M /trunk/modules/gui/macosx/output.h
10982
10983 * added declares for the checkboxes in the nib to control the rtp-sout-modul
10984 ------------------------------------------------------------------------
10985 r8310 | gbazin | 2004-07-29 10:50:52 +0200 (Thu, 29 Jul 2004) | 1 line
10986 Changed paths:
10987    M /trunk/include/vlc_block.h
10988    M /trunk/src/input/decoder.c
10989    M /trunk/src/misc/block.c
10990
10991 * src/input/decoder.c: don't let the decoder/packetizer fifo grow too much because this leads to a steady increase in memory useage when the data isn't consumed quickly enough. (not the best fix, but should be better than nothing)
10992 ------------------------------------------------------------------------
10993 r8309 | fenrir | 2004-07-29 00:39:52 +0200 (Thu, 29 Jul 2004) | 3 lines
10994 Changed paths:
10995    M /trunk/modules/stream_out/rtp.c
10996
10997  * rtp: sdp can now be exported as a file (sdp=file://filename).
10998  Initial path by Philippe Van Hecke (philippe DOT vanhecke AT belnet DOT be)
10999
11000 ------------------------------------------------------------------------
11001 r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
11002 Changed paths:
11003    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11004    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11005    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
11006    M /trunk/modules/gui/macosx/output.m
11007
11008 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
11009
11010
11011
11012 ------------------------------------------------------------------------
11013 r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
11014 Changed paths:
11015    M /trunk/extras/contrib/src/Makefile
11016
11017  contrib/src/Makefile: fixed OS X breakage
11018
11019 ------------------------------------------------------------------------
11020 r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
11021 Changed paths:
11022    M /trunk/extras/contrib/src/Makefile
11023    M /trunk/extras/contrib/src/Patches/dvdnav.patch
11024
11025  BeOS libdvdnav patch
11026
11027 ------------------------------------------------------------------------
11028 r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
11029 Changed paths:
11030    M /trunk/configure.ac
11031
11032  configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
11033
11034 ------------------------------------------------------------------------
11035 r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
11036 Changed paths:
11037    M /trunk/modules/codec/ffmpeg/encoder.c
11038    M /trunk/modules/codec/ffmpeg/ffmpeg.c
11039    M /trunk/modules/codec/ffmpeg/ffmpeg.h
11040
11041 * modules/codec/ffmpeg/*:
11042   - added fourcc for SNOW and DTS.
11043   - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
11044
11045 ------------------------------------------------------------------------
11046 r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
11047 Changed paths:
11048    M /trunk/modules/gui/macosx/open.m
11049
11050 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
11051
11052 ------------------------------------------------------------------------
11053 r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
11054 Changed paths:
11055    M /trunk/configure.ac
11056
11057  configure.ac: typo
11058
11059 ------------------------------------------------------------------------
11060 r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
11061 Changed paths:
11062    M /trunk/modules/gui/macosx/intf.h
11063    M /trunk/modules/gui/macosx/intf.m
11064    M /trunk/modules/gui/macosx/vout.m
11065
11066 MacOSX intf work
11067
11068 * vout_Control implemented for macosx
11069 * position slider fixed
11070 * p_input manage loops fixed (buttons, playstatus etc)
11071 * float on top works again
11072 * visual filters work
11073 * deinterlace filter selection broken
11074 * fullscreen button is not being updated atm
11075 * potential deadlocks between intf thread and vout thread???
11076 * the window title might not always be updated.
11077
11078 OSX devs, please test as much as you can. This was all fairly low level stuff.
11079 We need to test it properly.
11080
11081 ------------------------------------------------------------------------
11082 r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
11083 Changed paths:
11084    M /trunk/modules/gui/macosx/vout.h
11085    M /trunk/modules/gui/macosx/vout.m
11086
11087 * More code cleanup for OSX vout. Man what a mess this is :)
11088
11089 ------------------------------------------------------------------------
11090 r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
11091 Changed paths:
11092    M /trunk/include/darwin_specific.h
11093    M /trunk/modules/gui/macosx/intf.m
11094    M /trunk/modules/gui/macosx/vout.h
11095    M /trunk/modules/gui/macosx/vout.m
11096    M /trunk/src/interface/interface.c
11097    M /trunk/src/libvlc.h
11098    M /trunk/src/misc/darwin_specific.m
11099    M /trunk/src/video_output/video_output.c
11100    M /trunk/src/vlc.c
11101
11102 -
11103 ------------------------------------------------------------------------
11104 r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
11105 Changed paths:
11106    M /trunk/configure.ac
11107    M /trunk/modules/access/screen/Modules.am
11108    A /trunk/modules/access/screen/mac.c
11109
11110 * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
11111
11112 ------------------------------------------------------------------------
11113 r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
11114 Changed paths:
11115    M /trunk/src/video_output/video_output.c
11116
11117 * ( p_vout->p_module && p_vout->p_module ) how pointless
11118
11119 ------------------------------------------------------------------------
11120 r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
11121 Changed paths:
11122    M /trunk/src/libvlc.h
11123
11124 * src/libvlc.h: cleanup in the hotkeys definitions.
11125 ------------------------------------------------------------------------
11126 r8295 | hartman | 2004-07-27 12:54:50 +0200 (Tue, 27 Jul 2004) | 2 lines
11127 Changed paths:
11128    M /trunk/modules/gui/macosx/prefs.m
11129
11130 * release what you find. (this looks like a very old bug)
11131
11132 ------------------------------------------------------------------------
11133 r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
11134 Changed paths:
11135    M /trunk/extras/contrib/src/Makefile
11136
11137  gettext BeOS patch is no longer necessary
11138
11139 ------------------------------------------------------------------------
11140 r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
11141 Changed paths:
11142    M /trunk/extras/contrib/src/packages.mak
11143
11144 * updated the used gettext version to 0.14.1
11145 ------------------------------------------------------------------------
11146 r8292 | hartman | 2004-07-26 23:29:33 +0200 (Mon, 26 Jul 2004) | 2 lines
11147 Changed paths:
11148    M /trunk/extras/contrib/src/Makefile
11149
11150 * Fix dts building on mac
11151
11152 ------------------------------------------------------------------------
11153 r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
11154 Changed paths:
11155    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11156
11157 * remove patch that is no longer necessary.
11158
11159 ------------------------------------------------------------------------
11160 r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
11161 Changed paths:
11162    M /trunk/modules/access/screen
11163    M /trunk/modules/access/screen/beos.cpp
11164    M /trunk/modules/access/screen/win32.c
11165    M /trunk/modules/access/screen/x11.c
11166
11167 * modules/access/screen/*: added svn properties.
11168 ------------------------------------------------------------------------
11169 r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
11170 Changed paths:
11171    M /trunk/extras/contrib/src/packages.mak
11172
11173 * fix libebml and libmatroska downloads
11174
11175 ------------------------------------------------------------------------
11176 r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
11177 Changed paths:
11178    M /trunk/modules/access/screen/beos.cpp
11179
11180  screen/beos.cpp: test before you commit
11181
11182 ------------------------------------------------------------------------
11183 r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
11184 Changed paths:
11185    M /trunk/modules/video_output/opengl.c
11186
11187  * opengl.c: clear the color buffer before rendering
11188
11189 ------------------------------------------------------------------------
11190 r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
11191 Changed paths:
11192    M /trunk/configure.ac
11193    M /trunk/modules/access/Modules.am
11194    A /trunk/modules/access/screen
11195    A /trunk/modules/access/screen/Modules.am
11196    A /trunk/modules/access/screen/beos.cpp
11197    A /trunk/modules/access/screen/screen.c (from /trunk/modules/access/screen.c:8285)
11198    A /trunk/modules/access/screen/screen.h
11199    A /trunk/modules/access/screen/win32.c
11200    A /trunk/modules/access/screen/x11.c
11201    D /trunk/modules/access/screen.c
11202
11203  ALL: splitted screen module (needed as BeOS requires C++)
11204
11205 ------------------------------------------------------------------------
11206 r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
11207 Changed paths:
11208    M /trunk/modules/gui/wxwindows/fileinfo.cpp
11209
11210 * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog.
11211 ------------------------------------------------------------------------
11212 r8284 | gbazin | 2004-07-26 12:27:55 +0200 (Mon, 26 Jul 2004) | 1 line
11213 Changed paths:
11214    M /trunk/modules/access/screen.c
11215
11216 * modules/access/screen.c: force RV24 capture on win32 for now (otherwise colors are screwed up).
11217 ------------------------------------------------------------------------
11218 r8283 | gbazin | 2004-07-26 11:28:16 +0200 (Mon, 26 Jul 2004) | 1 line
11219 Changed paths:
11220    M /trunk/configure.ac
11221
11222 * configure.ac:  should fix detection of libpng.
11223 ------------------------------------------------------------------------
11224 r8282 | gbazin | 2004-07-25 22:39:06 +0200 (Sun, 25 Jul 2004) | 1 line
11225 Changed paths:
11226    M /trunk/modules/control/rc.c
11227
11228 * modules/control/rc.c: removed useless code for the rc-host option.
11229 ------------------------------------------------------------------------
11230 r8281 | gbazin | 2004-07-25 22:36:28 +0200 (Sun, 25 Jul 2004) | 5 lines
11231 Changed paths:
11232    M /trunk/modules/video_output/x11/glx.c
11233    M /trunk/modules/video_output/x11/xcommon.c
11234
11235 * modules/video_output/x11/*:
11236    - fixed exit in embedded mode when fullscreen.
11237    - re-use the current video sub-window when switching to fullscreen (to have opengl working in fullscreen mode as well).
11238    - add options to the opengl plugin.
11239
11240 ------------------------------------------------------------------------
11241 r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
11242 Changed paths:
11243    M /trunk/modules/control/telnet.c
11244
11245 Use VLC networking APIs: close -> net_Close, accept -> net_Accept
11246
11247 ------------------------------------------------------------------------
11248 r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
11249 Changed paths:
11250    M /trunk/NEWS
11251
11252 * NEWS: updated.
11253 ------------------------------------------------------------------------
11254 r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
11255 Changed paths:
11256    M /trunk/modules/control/rc.c
11257
11258 - unlink Unix socket on exit,
11259 - bind to ::1 by default if --ipv6 is passed,
11260 - do not overflow Unix socket path,
11261 - use a different option (--rc-unix) for Unix socket.
11262
11263 ------------------------------------------------------------------------
11264 r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
11265 Changed paths:
11266    M /trunk/modules/mux/asf.c
11267    M /trunk/modules/mux/mpeg/ts.c
11268    M /trunk/modules/mux/ogg.c
11269
11270 * modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
11271 ------------------------------------------------------------------------
11272 r8276 | gbazin | 2004-07-25 01:05:03 +0200 (Sun, 25 Jul 2004) | 1 line
11273 Changed paths:
11274    M /trunk/modules/control/rc.c
11275    M /trunk/src/misc/net.c
11276
11277 * src/misc/net.c, modules/control/rc.c: win32 fixes.
11278 ------------------------------------------------------------------------
11279 r8275 | gbazin | 2004-07-25 00:49:28 +0200 (Sun, 25 Jul 2004) | 4 lines
11280 Changed paths:
11281    M /trunk/include/network.h
11282    M /trunk/modules/control/rc.c
11283    M /trunk/src/misc/net.c
11284
11285 * src/misc/net.c, include/network.h: added net_vaPrintf() and net_Accept().
11286 * modules/control/rc.c: added option to listen on a socket instead of only stdin.
11287    Inspired from a patch by Bernhard Rosenkraenzer <bero at arklinux dot org>.
11288
11289 ------------------------------------------------------------------------
11290 r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
11291 Changed paths:
11292    M /trunk/modules/access/http.c
11293
11294 Specify port in Host: HTTP request header
11295 (thanks to Olivier Lourdais for the report)
11296
11297 ------------------------------------------------------------------------
11298 r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
11299 Changed paths:
11300    M /trunk/src/misc/vlm.c
11301
11302 Fixed typo
11303
11304 ------------------------------------------------------------------------
11305 r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
11306 Changed paths:
11307    M /trunk/modules/access/screen.c
11308
11309 * modules/access/screen.c: win32 support for screen capture (colors are inverted right now).
11310 ------------------------------------------------------------------------
11311 r8271 | gbazin | 2004-07-24 15:40:17 +0200 (Sat, 24 Jul 2004) | 1 line
11312 Changed paths:
11313    M /trunk/configure.ac
11314
11315 * configure.ac: don't build the screen plugin on darwin.
11316 ------------------------------------------------------------------------
11317 r8270 | fenrir | 2004-07-24 14:42:26 +0200 (Sat, 24 Jul 2004) | 2 lines
11318 Changed paths:
11319    M /trunk/modules/mux/mp4.c
11320
11321  * mp4.c: compute avg/max bitrate info. removed a fprintf...
11322
11323 ------------------------------------------------------------------------
11324 r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
11325 Changed paths:
11326    M /trunk/modules/access/v4l/v4l.c
11327
11328 * modules/access/v4l/v4l.c: converted to access_demux module (less code, more CPU efficient).
11329 ------------------------------------------------------------------------
11330 r8268 | fenrir | 2004-07-24 13:57:47 +0200 (Sat, 24 Jul 2004) | 2 lines
11331 Changed paths:
11332    M /trunk/modules/misc/dummy/input.c
11333
11334  * input: release p_playlist.
11335
11336 ------------------------------------------------------------------------
11337 r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
11338 Changed paths:
11339    M /trunk/modules/mux/mp4.c
11340
11341  * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
11342 report).
11343
11344 ------------------------------------------------------------------------
11345 r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
11346 Changed paths:
11347    M /trunk/modules/audio_filter/equalizer.c
11348
11349  * equalizer : [0] isn't cool, use a define.
11350
11351 ------------------------------------------------------------------------
11352 r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
11353 Changed paths:
11354    M /trunk/configure.ac
11355    M /trunk/modules/stream_out/display.c
11356
11357 * modules/stream_out/display.c: converted to the new input API + re-enabled in the build.
11358 ------------------------------------------------------------------------
11359 r8264 | gbazin | 2004-07-24 11:50:14 +0200 (Sat, 24 Jul 2004) | 1 line
11360 Changed paths:
11361    M /trunk/NEWS
11362    M /trunk/TODO
11363
11364 NEWS, TODO: comprehensive new features update.
11365 ------------------------------------------------------------------------
11366 r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
11367 Changed paths:
11368    M /trunk/src/misc/httpd.c
11369
11370 - really iterate through getaddrinfo(),
11371 - fixed read after freeaddrinfo() bug,
11372 - removed extraneous debug messages
11373
11374 ------------------------------------------------------------------------
11375 r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
11376 Changed paths:
11377    M /trunk/configure.ac
11378    M /trunk/modules/access/Modules.am
11379    A /trunk/modules/access/screen.c
11380
11381 * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
11382
11383 ------------------------------------------------------------------------
11384 r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
11385 Changed paths:
11386    M /trunk/modules/visualization/galaktos/plugin.c
11387
11388 * modules/visualization/galaktos/plugin.c: usual test before you commit.
11389 ------------------------------------------------------------------------
11390 r8260 | gbazin | 2004-07-23 20:08:58 +0200 (Fri, 23 Jul 2004) | 1 line
11391 Changed paths:
11392    M /trunk/modules/visualization/galaktos/plugin.c
11393
11394 * modules/visualization/galaktos/plugin.c: fixed threading issues with opengl.
11395 ------------------------------------------------------------------------
11396 r8259 | gbazin | 2004-07-23 18:43:22 +0200 (Fri, 23 Jul 2004) | 1 line
11397 Changed paths:
11398    M /trunk/configure.ac
11399
11400 * configure.ac: added glwin32 and fixed linkage of the opengl module on win32.
11401 ------------------------------------------------------------------------
11402 r8258 | gbazin | 2004-07-23 18:36:51 +0200 (Fri, 23 Jul 2004) | 1 line
11403 Changed paths:
11404    M /trunk/modules/video_output/opengl.c
11405    M /trunk/modules/video_output/x11/glx.c
11406
11407 * modules/video_output/opengl.c, modules/video_output/x11/glx.c: proper scaling + fixes.
11408 ------------------------------------------------------------------------
11409 r8257 | sam | 2004-07-23 18:16:22 +0200 (Fri, 23 Jul 2004) | 2 lines
11410 Changed paths:
11411    M /trunk/configure.ac
11412
11413   * configure.ac: fixed the AltiVec capabilities check.
11414
11415 ------------------------------------------------------------------------
11416 r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
11417 Changed paths:
11418    M /trunk/configure.ac
11419
11420   * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
11421     to trigger AltiVec optimisations in our generic code.
11422
11423 ------------------------------------------------------------------------
11424 r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
11425 Changed paths:
11426    M /trunk/Makefile.am
11427    M /trunk/configure.ac
11428    M /trunk/extras/contrib/src/Makefile
11429
11430  + configure.ac: BeOS dvdread linkage fix
11431  + contrib/src/Makefile: build more libs on BeOS, use libdts' svn
11432  + Makefile.am: fixed BeOS packages generation
11433
11434 ------------------------------------------------------------------------
11435 r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
11436 Changed paths:
11437    M /trunk/modules/video_output/opengl.c
11438
11439 * modules/video_output/opengl.c: forward control queries to opengl provider.
11440 ------------------------------------------------------------------------
11441 r8253 | gbazin | 2004-07-23 14:47:34 +0200 (Fri, 23 Jul 2004) | 3 lines
11442 Changed paths:
11443    M /trunk/modules/video_output/directx/Modules.am
11444    M /trunk/modules/video_output/directx/events.c
11445    A /trunk/modules/video_output/directx/glwin32.c
11446    M /trunk/modules/video_output/directx/vout.h
11447
11448 * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
11449 * modules/video_output/directx/events.c: removed unused code.
11450
11451 ------------------------------------------------------------------------
11452 r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
11453 Changed paths:
11454    M /trunk/src/video_output/vout_intf.c
11455
11456 * src/video_output/vout_intf.c: small kludge for opengl providers.
11457 ------------------------------------------------------------------------
11458 r8251 | titer | 2004-07-23 13:33:25 +0200 (Fri, 23 Jul 2004) | 2 lines
11459 Changed paths:
11460    M /trunk/extras/contrib/src/Makefile
11461    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11462    A /trunk/extras/contrib/src/Patches/libdvdread.patch
11463    A /trunk/extras/contrib/src/Patches/speex.patch
11464
11465  BeOS contrib bla bla
11466
11467 ------------------------------------------------------------------------
11468 r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
11469 Changed paths:
11470    M /trunk/modules/access/dshow/filter.cpp
11471    M /trunk/modules/access/dshow/filter.h
11472
11473 improved filter compatibility by favoring current connection media type in subsequent connections
11474
11475 ------------------------------------------------------------------------
11476 r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
11477 Changed paths:
11478    M /trunk/Makefile.am
11479    M /trunk/configure.ac
11480    M /trunk/extras/contrib/src/Makefile
11481    A /trunk/extras/contrib/src/Patches/mpeg2dec.patch
11482    M /trunk/modules/gui/beos/InterfaceWindow.cpp
11483    M /trunk/modules/gui/beos/MediaControlView.cpp
11484    M /trunk/modules/gui/beos/VlcWrapper.cpp
11485    M /trunk/modules/video_filter/deinterlace.c
11486
11487  + configure.ac: don't build OpenGL support on BeOS although it has gl.h
11488  + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
11489    (buggy compiler)
11490  + modules/gui/beos/*: quick compile fixes
11491  + modules/video_filter/deinterlace.c: require mmxext instead of mmx
11492  + Makefile.am: on BeOS, build a VLC bundle a la OS X
11493
11494 ------------------------------------------------------------------------
11495 r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
11496 Changed paths:
11497    M /trunk/modules/video_output/opengl.c
11498    M /trunk/modules/video_output/x11/glx.c
11499    M /trunk/modules/visualization/galaktos/plugin.c
11500
11501 * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
11502
11503 ------------------------------------------------------------------------
11504 r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
11505 Changed paths:
11506    M /trunk/modules/video_output/opengl.c
11507    M /trunk/modules/video_output/x11/glx.c
11508
11509 * modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
11510 ------------------------------------------------------------------------
11511 r8246 | gbazin | 2004-07-22 23:53:43 +0200 (Thu, 22 Jul 2004) | 1 line
11512 Changed paths:
11513    M /trunk/src/misc/objects.c
11514
11515 * src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
11516 ------------------------------------------------------------------------
11517 r8245 | gbazin | 2004-07-22 23:50:15 +0200 (Thu, 22 Jul 2004) | 1 line
11518 Changed paths:
11519    M /trunk/modules/video_output/x11/glx.c
11520
11521 * modules/video_output/x11/glx.c: vlc_opengl.h was removed.
11522 ------------------------------------------------------------------------
11523 r8244 | gbazin | 2004-07-22 23:30:45 +0200 (Thu, 22 Jul 2004) | 1 line
11524 Changed paths:
11525    M /trunk/Makefile.am
11526
11527 * Makefile.am: include/vlc_opengl.h was removed.
11528 ------------------------------------------------------------------------
11529 r8243 | gbazin | 2004-07-22 23:27:45 +0200 (Thu, 22 Jul 2004) | 4 lines
11530 Changed paths:
11531    M /trunk/configure.ac
11532    M /trunk/include/video_output.h
11533    D /trunk/include/vlc_opengl.h
11534    M /trunk/modules/video_output/Modules.am
11535    A /trunk/modules/video_output/opengl.c
11536    M /trunk/modules/video_output/x11/Modules.am
11537    M /trunk/modules/video_output/x11/glx.c
11538    M /trunk/modules/video_output/x11/xcommon.c
11539    M /trunk/modules/video_output/x11/xcommon.h
11540    M /trunk/modules/visualization/galaktos/main.c
11541    M /trunk/modules/visualization/galaktos/plugin.c
11542    M /trunk/modules/visualization/galaktos/plugin.h
11543
11544 * modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
11545 * modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
11546 * modules/visualization/galaktos/*: uses the new "opengl provider" module.
11547
11548 ------------------------------------------------------------------------
11549 r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
11550 Changed paths:
11551    M /trunk/bootstrap
11552    M /trunk/configure.ac
11553
11554  contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
11555
11556 ------------------------------------------------------------------------
11557 r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
11558 Changed paths:
11559    M /trunk/modules/video_output/x11/glx.c
11560
11561 * modules/video_output/x11/glx.c: improvements.
11562 ------------------------------------------------------------------------
11563 r8240 | gbazin | 2004-07-22 17:45:54 +0200 (Thu, 22 Jul 2004) | 1 line
11564 Changed paths:
11565    M /trunk/modules/video_chroma/i420_rgb.c
11566
11567 * modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
11568 ------------------------------------------------------------------------
11569 r8239 | titer | 2004-07-22 17:09:42 +0200 (Thu, 22 Jul 2004) | 2 lines
11570 Changed paths:
11571    M /trunk/modules/audio_filter/equalizer.c
11572
11573  equalizer.c: compile fix for old compilers (thx sam)
11574
11575 ------------------------------------------------------------------------
11576 r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
11577 Changed paths:
11578    M /trunk/modules/misc/network/ipv4.c
11579    M /trunk/src/misc/httpd.c
11580
11581  BeOS doesn't know about PF_INET
11582
11583 ------------------------------------------------------------------------
11584 r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
11585 Changed paths:
11586    M /trunk/modules/control/netsync.c
11587
11588  netsync.c: converted to unix file because BeOS' gcc chokes on dos files
11589
11590 ------------------------------------------------------------------------
11591 r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
11592 Changed paths:
11593    M /trunk/configure.ac
11594
11595  configure.ac: check for png_set_rows in libpng because early versions
11596  don't have it
11597
11598 ------------------------------------------------------------------------
11599 r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
11600 Changed paths:
11601    M /trunk/modules/access_output/udp.c
11602
11603 * frenglish paquets -> packets
11604
11605 ------------------------------------------------------------------------
11606 r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
11607 Changed paths:
11608    M /trunk/extras/contrib/bootstrap
11609    M /trunk/extras/contrib/src/Makefile
11610    A /trunk/extras/contrib/src/Patches/gettext.patch
11611    M /trunk/extras/contrib/src/packages.mak
11612
11613  contrib/*: started to adapt the contrib system for BeOS
11614
11615 ------------------------------------------------------------------------
11616 r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
11617 Changed paths:
11618    M /trunk/modules/visualization/galaktos
11619
11620 * modules/visualization/galaktos: added svn:ignore property.
11621 ------------------------------------------------------------------------
11622 r8232 | gbazin | 2004-07-22 08:59:56 +0200 (Thu, 22 Jul 2004) | 1 line
11623 Changed paths:
11624    M /trunk/Makefile.am
11625    M /trunk/include/vlc_access.h
11626    M /trunk/include/vlc_demux.h
11627    M /trunk/include/vlc_es_out.h
11628    M /trunk/include/vlc_opengl.h
11629    M /trunk/include/vlc_stream.h
11630
11631 * Makefile.am: added include/vlc_opengl.h to the build.
11632 ------------------------------------------------------------------------
11633 r8231 | asmax | 2004-07-22 00:38:49 +0200 (Thu, 22 Jul 2004) | 7 lines
11634 Changed paths:
11635    M /trunk/include/vlc_common.h
11636    M /trunk/include/vlc_objects.h
11637    A /trunk/include/vlc_opengl.h
11638    M /trunk/modules/video_output/x11/glx.c
11639    M /trunk/modules/visualization/galaktos/Modules.am
11640    D /trunk/modules/visualization/galaktos/glx.c
11641    D /trunk/modules/visualization/galaktos/glx.h
11642    M /trunk/modules/visualization/galaktos/main.c
11643    M /trunk/modules/visualization/galaktos/plugin.c
11644    M /trunk/modules/visualization/galaktos/plugin.h
11645    M /trunk/src/misc/objects.c
11646
11647  * all: created a new module type "opengl provider", which provides a
11648    simple interface to create and use OpenGL windows
11649  * modules/video_output/x11/glx.c: the GLX vout now implements the
11650   "opengl provider" interface
11651  * modules/visualization/galaktos/*: no more dependency on GLX: we use
11652    the generic opengl provider interface instead.
11653
11654 ------------------------------------------------------------------------
11655 r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
11656 Changed paths:
11657    A /trunk/share/http/webcam.html
11658
11659 * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
11660
11661 ------------------------------------------------------------------------
11662 r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
11663 Changed paths:
11664    M /trunk/modules/misc/sap.c
11665
11666 * Fix the sap module compilation. Compile before you commit strikes once again.......
11667
11668 ------------------------------------------------------------------------
11669 r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
11670 Changed paths:
11671    M /trunk/modules/demux/livedotcom.cpp
11672
11673 * Fix livedotcom API change.
11674   Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
11675
11676 ------------------------------------------------------------------------
11677 r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
11678 Changed paths:
11679    M /trunk/modules/video_output/x11/glx.c
11680
11681   * glx.c: don't scale the image with the chroma (supposed to speed up
11682     the conversion ??)
11683
11684 ------------------------------------------------------------------------
11685 r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
11686 Changed paths:
11687    M /trunk/modules/misc/sap.c
11688
11689 * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
11690
11691 ------------------------------------------------------------------------
11692 r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
11693 Changed paths:
11694    M /trunk/build-vlc
11695    M /trunk/config.in
11696    M /trunk/configure.ac
11697    M /trunk/modules/video_output/x11/Modules.am
11698    A /trunk/modules/video_output/x11/glx.c (from /trunk/modules/visualization/galaktos/glx.c:8212)
11699    M /trunk/modules/visualization/galaktos/main.c
11700    M /trunk/modules/visualization/galaktos/video_init.c
11701
11702   * modules/video_output/x11/glx.c: new OpenGL vout for X11.
11703     TODO: - factorization with xcommon.c
11704           - factorization with glx.c in GaLaktos plugin
11705           - remove hard-coded values
11706     (If you don't like the rotating cube, hack the code yourself,
11707     the variables will come later ! ;)
11708
11709 ------------------------------------------------------------------------
11710 r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
11711 Changed paths:
11712    M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
11713    M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
11714
11715 author :)
11716
11717 ------------------------------------------------------------------------
11718 r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
11719 Changed paths:
11720    M /trunk/modules/mux/mpjpeg.c
11721
11722 mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
11723 This makes the served stream work with cambozola applet.
11724
11725 ------------------------------------------------------------------------
11726 r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
11727 Changed paths:
11728    M /trunk/debian/README.Debian
11729    M /trunk/debian/changelog
11730    M /trunk/debian/control
11731
11732   * debian/control:
11733     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
11734       versions of this library.
11735     + Recommend the videolan-doc package.
11736     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
11737       unappropriate moment.
11738   * debian/README.Debian:
11739     + Removed mention of the libmpeg2 tree, which we no longer provide.
11740
11741 ------------------------------------------------------------------------
11742 r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
11743 Changed paths:
11744    M /trunk/src/misc/httpd.c
11745
11746 * src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.
11747 ------------------------------------------------------------------------
11748 r8220 | hartman | 2004-07-19 21:41:44 +0200 (Mon, 19 Jul 2004) | 2 lines
11749 Changed paths:
11750    M /trunk/configure.ac
11751
11752 * darwin buildflag for vlc/libvlc
11753
11754 ------------------------------------------------------------------------
11755 r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
11756 Changed paths:
11757    M /trunk/src/input/stream.c
11758
11759  * stream.c: fixed seeking near the end of a stream.
11760
11761 ------------------------------------------------------------------------
11762 r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
11763 Changed paths:
11764    M /trunk/modules/demux/ts.c
11765
11766 * modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).
11767 ------------------------------------------------------------------------
11768 r8217 | gbazin | 2004-07-19 11:46:06 +0200 (Mon, 19 Jul 2004) | 1 line
11769 Changed paths:
11770    M /trunk/src/misc/httpd.c
11771
11772 * src/misc/httpd.c: ipv6 win32 fix.
11773 ------------------------------------------------------------------------
11774 r8216 | gbazin | 2004-07-19 10:57:42 +0200 (Mon, 19 Jul 2004) | 1 line
11775 Changed paths:
11776    M /trunk/modules/control/http.c
11777
11778 * modules/control/http.c: portability fix.
11779 ------------------------------------------------------------------------
11780 r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
11781 Changed paths:
11782    M /trunk/src/input/stream.c
11783
11784  stream.c: do not drop empty line.
11785
11786 ------------------------------------------------------------------------
11787 r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
11788 Changed paths:
11789    M /trunk/modules/demux/subtitle.c
11790
11791  * subtitle: fixed a small memleak.
11792
11793 ------------------------------------------------------------------------
11794 r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
11795 Changed paths:
11796    M /trunk/modules/demux/mpeg/mpga.c
11797
11798  * mpga: fixed a memleak+warnings.
11799
11800 ------------------------------------------------------------------------
11801 r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
11802 Changed paths:
11803    M /trunk/modules/visualization/galaktos/glx.c
11804    M /trunk/modules/visualization/galaktos/glx.h
11805    M /trunk/modules/visualization/galaktos/main.c
11806    M /trunk/modules/visualization/galaktos/plugin.c
11807    M /trunk/modules/visualization/galaktos/plugin.h
11808
11809  * all: now both GLX 1.2 and 1.3 are supported
11810
11811 ------------------------------------------------------------------------
11812 r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
11813 Changed paths:
11814    M /trunk/modules/access/ftp.c
11815
11816  * ftp: handle multiple lines answers.
11817
11818 ------------------------------------------------------------------------
11819 r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
11820 Changed paths:
11821    M /trunk/modules/access/ftp.c
11822
11823 * spelling corrections
11824
11825 ------------------------------------------------------------------------
11826 r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
11827 Changed paths:
11828    M /trunk/TODO
11829
11830 * additions to TODO list
11831
11832 ------------------------------------------------------------------------
11833 r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
11834 Changed paths:
11835    M /trunk/src/misc/httpd.c
11836
11837 Fix socket errors handling.
11838 Fallback to IPv4 with option --ipv6 if IPv6 fails
11839
11840 ------------------------------------------------------------------------
11841 r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
11842 Changed paths:
11843    M /trunk/modules/access/mms/mmstu.c
11844
11845 Fallback for UDP if not using IPv4
11846
11847 ------------------------------------------------------------------------
11848 r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
11849 Changed paths:
11850    M /trunk/modules/stream_out/rtp.c
11851
11852 Fix corner case introduced in HTTPd IPv6 patch
11853
11854 ------------------------------------------------------------------------
11855 r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
11856 Changed paths:
11857    M /trunk/modules/visualization/galaktos/Modules.am
11858    A /trunk/modules/visualization/galaktos/PCM.c
11859    A /trunk/modules/visualization/galaktos/PCM.h
11860    A /trunk/modules/visualization/galaktos/beat_detect.c
11861    A /trunk/modules/visualization/galaktos/beat_detect.h
11862    A /trunk/modules/visualization/galaktos/builtin_funcs.c
11863    A /trunk/modules/visualization/galaktos/builtin_funcs.h
11864    A /trunk/modules/visualization/galaktos/common.h
11865    A /trunk/modules/visualization/galaktos/compare.h
11866    A /trunk/modules/visualization/galaktos/custom_shape.c
11867    A /trunk/modules/visualization/galaktos/custom_shape.h
11868    A /trunk/modules/visualization/galaktos/custom_shape_types.h
11869    A /trunk/modules/visualization/galaktos/custom_wave.c
11870    A /trunk/modules/visualization/galaktos/custom_wave.h
11871    A /trunk/modules/visualization/galaktos/custom_wave_types.h
11872    A /trunk/modules/visualization/galaktos/engine_vars.c
11873    A /trunk/modules/visualization/galaktos/engine_vars.h
11874    A /trunk/modules/visualization/galaktos/eval.c
11875    A /trunk/modules/visualization/galaktos/eval.h
11876    A /trunk/modules/visualization/galaktos/expr_types.h
11877    A /trunk/modules/visualization/galaktos/fatal.h
11878    A /trunk/modules/visualization/galaktos/fftsg.c
11879    A /trunk/modules/visualization/galaktos/func.c
11880    A /trunk/modules/visualization/galaktos/func.h
11881    A /trunk/modules/visualization/galaktos/func_types.h
11882    M /trunk/modules/visualization/galaktos/glx.c
11883    M /trunk/modules/visualization/galaktos/glx.h
11884    A /trunk/modules/visualization/galaktos/idle_preset.h
11885    A /trunk/modules/visualization/galaktos/init_cond.c
11886    A /trunk/modules/visualization/galaktos/init_cond.h
11887    A /trunk/modules/visualization/galaktos/init_cond_types.h
11888    A /trunk/modules/visualization/galaktos/interface_types.h
11889    M /trunk/modules/visualization/galaktos/main.c
11890    M /trunk/modules/visualization/galaktos/main.h
11891    A /trunk/modules/visualization/galaktos/param.c
11892    A /trunk/modules/visualization/galaktos/param.h
11893    A /trunk/modules/visualization/galaktos/param_types.h
11894    A /trunk/modules/visualization/galaktos/parser.c
11895    A /trunk/modules/visualization/galaktos/parser.h
11896    A /trunk/modules/visualization/galaktos/per_frame_eqn.c
11897    A /trunk/modules/visualization/galaktos/per_frame_eqn.h
11898    A /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
11899    A /trunk/modules/visualization/galaktos/per_pixel_eqn.c
11900    A /trunk/modules/visualization/galaktos/per_pixel_eqn.h
11901    A /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
11902    A /trunk/modules/visualization/galaktos/per_point_types.h
11903    M /trunk/modules/visualization/galaktos/plugin.c
11904    M /trunk/modules/visualization/galaktos/plugin.h
11905    A /trunk/modules/visualization/galaktos/preset.c
11906    A /trunk/modules/visualization/galaktos/preset.h
11907    A /trunk/modules/visualization/galaktos/preset_types.h
11908    A /trunk/modules/visualization/galaktos/splaytree.c
11909    A /trunk/modules/visualization/galaktos/splaytree.h
11910    A /trunk/modules/visualization/galaktos/splaytree_types.h
11911    A /trunk/modules/visualization/galaktos/tree_types.c
11912    A /trunk/modules/visualization/galaktos/tree_types.h
11913    A /trunk/modules/visualization/galaktos/video_init.c
11914    A /trunk/modules/visualization/galaktos/video_init.h
11915
11916   * all: first implementation of a MilkDrop-compatible visualization plugin,
11917     based on ProjectM (xmms-projectm.sourceforge.net), without the
11918     dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
11919     I didn't manage to have it working with the 1.2 API :(
11920     SGI Pbuffers are not used yet, I didn't manage to have them working
11921     well either :(
11922     Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
11923     With projectM presets, colours look a bit "flashy", I wonder if it
11924     is normal...
11925     To compile the plugin, add --enable-galaktos in configure. The only
11926     dependencies are on X11 and OpenGL libs.
11927     Enjoy !
11928
11929 ------------------------------------------------------------------------
11930 r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
11931 Changed paths:
11932    M /trunk/src/misc/httpd.c
11933
11934 IPv6 support for HTTPd
11935
11936 ------------------------------------------------------------------------
11937 r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
11938 Changed paths:
11939    M /trunk/configure.ac
11940    M /trunk/modules/audio_filter/equalizer.c
11941
11942 * strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
11943   added configure.ac check and use strtod with cast as backup since it is ANSI C
11944
11945 ------------------------------------------------------------------------
11946 r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
11947 Changed paths:
11948    M /trunk/configure.ac
11949
11950 Check for getnameinfo() - required for later patch
11951
11952 ------------------------------------------------------------------------
11953 r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
11954 Changed paths:
11955    M /trunk/extras/contrib/src/Makefile
11956    A /trunk/extras/contrib/src/Patches/dvdnav.patch
11957
11958 * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
11959
11960 ------------------------------------------------------------------------
11961 r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
11962 Changed paths:
11963    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11964
11965 * no more need for unistd.h patch in rtsp.c of ffmpeg either
11966
11967 ------------------------------------------------------------------------
11968 r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
11969 Changed paths:
11970    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11971
11972 * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
11973
11974 ------------------------------------------------------------------------
11975 r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
11976 Changed paths:
11977    M /trunk/modules/demux/mp4/libmp4.c
11978    M /trunk/modules/mux/mp4.c
11979
11980  * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
11981  * mp4.c: hdlr atom in the .mp4 and .mov way.
11982
11983 ------------------------------------------------------------------------
11984 r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
11985 Changed paths:
11986    M /trunk/modules/audio_filter/equalizer.c
11987
11988   * equalizer: fixed a bug with strtof.
11989       (Please look at the warnings, most of the time "incompatible pointer
11990 type" isn't really good ;)
11991
11992 ------------------------------------------------------------------------
11993 r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
11994 Changed paths:
11995    M /trunk/configure.ac
11996
11997  * Fix alignment on a configure --help message
11998
11999 ------------------------------------------------------------------------
12000 r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
12001 Changed paths:
12002    M /trunk/configure.ac
12003
12004   * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
12005
12006 ------------------------------------------------------------------------
12007 r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
12008 Changed paths:
12009    M /trunk/configure.ac
12010
12011   * configure.ac:
12012     + Added full library dependencies to the -lXt check.
12013
12014 ------------------------------------------------------------------------
12015 r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
12016 Changed paths:
12017    M /trunk/include/vlc_config.h
12018    M /trunk/include/vlc_input.h
12019    M /trunk/include/vlc_meta.h
12020    M /trunk/include/vlc_playlist.h
12021
12022   * it's information, not informations (you missed some, dj :P)
12023
12024 ------------------------------------------------------------------------
12025 r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
12026 Changed paths:
12027    M /trunk/modules/access/mms/mmstu.h
12028    M /trunk/modules/control/http.c
12029    M /trunk/modules/demux/asf/asf.c
12030    M /trunk/modules/demux/avi/avi.c
12031    M /trunk/modules/demux/mkv.cpp
12032    M /trunk/modules/demux/mp4/mp4.c
12033    M /trunk/modules/misc/sap.c
12034    M /trunk/modules/mux/asf.c
12035    M /trunk/modules/video_output/fb.c
12036    M /trunk/modules/video_output/ggi.c
12037    M /trunk/modules/video_output/x11/xcommon.c
12038    M /trunk/share/http/info.html
12039    M /trunk/src/input/input.c
12040
12041 * it's information, not informations (grep -r)
12042 * modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
12043   this allows you to play avi in uncompressed .rar (only first part of course).
12044
12045 ------------------------------------------------------------------------
12046 r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
12047 Changed paths:
12048    M /trunk/debian/README.Debian
12049    M /trunk/debian/changelog
12050    M /trunk/debian/control
12051
12052   * debian/rules:
12053     + Activated Theora support (Closes: #259061).
12054     + Re-enabled the KDE plugin (Closes: #258295).
12055   * debian/control:
12056     + Set policy to 3.6.1.1.
12057     + Build-depend on libid3tag0-dev for ID3 tag support.
12058     + Made vlc depend on wxvlc for the moment.
12059
12060 ------------------------------------------------------------------------
12061 r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
12062 Changed paths:
12063    M /trunk/modules/audio_output/coreaudio.c
12064
12065 * removed the hog elements. They are breaking stuff..
12066
12067 ------------------------------------------------------------------------
12068 r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
12069 Changed paths:
12070    M /trunk/modules/gui/macosx/prefs.m
12071
12072 * reenable the prefs. this was a small leftover from debugging
12073
12074 ------------------------------------------------------------------------
12075 r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
12076 Changed paths:
12077    M /trunk/modules/gui/ncurses.c
12078
12079 * spelling error
12080
12081 ------------------------------------------------------------------------
12082 r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
12083 Changed paths:
12084    M /trunk/modules/audio_filter/equalizer.c
12085
12086 * modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
12087 ------------------------------------------------------------------------
12088 r8186 | gbazin | 2004-07-14 21:26:30 +0200 (Wed, 14 Jul 2004) | 1 line
12089 Changed paths:
12090    M /trunk/modules/codec/ffmpeg/demux.c
12091
12092 * modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
12093 ------------------------------------------------------------------------
12094 r8185 | asmax | 2004-07-14 15:03:54 +0200 (Wed, 14 Jul 2004) | 2 lines
12095 Changed paths:
12096    M /trunk/modules/visualization/galaktos/Modules.am
12097    M /trunk/modules/visualization/galaktos/glx.c
12098    M /trunk/modules/visualization/galaktos/glx.h
12099    A /trunk/modules/visualization/galaktos/main.c
12100    A /trunk/modules/visualization/galaktos/main.h
12101    M /trunk/modules/visualization/galaktos/plugin.c
12102
12103  * all: just a basic OpenGL scope at the moment
12104
12105 ------------------------------------------------------------------------
12106 r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
12107 Changed paths:
12108    M /trunk/src/misc/threads.c
12109
12110 * src/misc/threads.c: fixed long standing win32 thread handles leak.
12111 ------------------------------------------------------------------------
12112 r8183 | sigmunau | 2004-07-13 14:05:21 +0200 (Tue, 13 Jul 2004) | 2 lines
12113 Changed paths:
12114    M /trunk/modules/demux/mpeg/mpga.c
12115
12116 mpga.c: fixed some memleaks in the probing process
12117
12118 ------------------------------------------------------------------------
12119 r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
12120 Changed paths:
12121    M /trunk/modules/gui/wxwindows/extrapanel.cpp
12122
12123 Couple of fixes
12124 ------------------------------------------------------------------------
12125 r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
12126 Changed paths:
12127    M /trunk/build-vlc
12128    M /trunk/config.in
12129    M /trunk/configure.ac
12130    A /trunk/modules/visualization/galaktos
12131    A /trunk/modules/visualization/galaktos/Modules.am
12132    A /trunk/modules/visualization/galaktos/glx.c
12133    A /trunk/modules/visualization/galaktos/glx.h
12134    A /trunk/modules/visualization/galaktos/plugin.c
12135    A /trunk/modules/visualization/galaktos/plugin.h
12136    M /trunk/src/audio_output/input.c
12137
12138  * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
12139    with MilkDrop for winamp.
12140
12141 ------------------------------------------------------------------------
12142 r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
12143 Changed paths:
12144    M /trunk/modules/gui/wxwindows/extrapanel.cpp
12145
12146 * modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).
12147
12148 ------------------------------------------------------------------------
12149 r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
12150 Changed paths:
12151    M /trunk/configure.ac
12152
12153 * configure.ac: added new normvol module to the build.
12154 ------------------------------------------------------------------------
12155 r8178 | anil | 2004-07-12 09:33:02 +0200 (Mon, 12 Jul 2004) | 2 lines
12156 Changed paths:
12157    M /trunk/modules/gui/wxwindows/extrapanel.cpp
12158
12159 * unicode fixes
12160
12161 ------------------------------------------------------------------------
12162 r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
12163 Changed paths:
12164    M /trunk/modules/audio_filter/normvol.c
12165
12166  Fixed norm-max-level description
12167
12168 ------------------------------------------------------------------------
12169 r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
12170 Changed paths:
12171    M /trunk/TODO
12172
12173 Updated TODO
12174 ------------------------------------------------------------------------
12175 r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
12176 Changed paths:
12177    M /trunk/modules/gui/wxwindows/Modules.am
12178    M /trunk/modules/gui/wxwindows/dialogs.cpp
12179    A /trunk/modules/gui/wxwindows/extrapanel.cpp
12180    M /trunk/modules/gui/wxwindows/interface.cpp
12181    M /trunk/modules/gui/wxwindows/menus.cpp
12182    M /trunk/modules/gui/wxwindows/messages.cpp
12183    D /trunk/modules/gui/wxwindows/streamwizard.cpp
12184    M /trunk/modules/gui/wxwindows/subtitles.cpp
12185    M /trunk/modules/gui/wxwindows/wxwindows.h
12186
12187 Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer
12188 ------------------------------------------------------------------------
12189 r8174 | zorglub | 2004-07-12 08:45:48 +0200 (Mon, 12 Jul 2004) | 1 line
12190 Changed paths:
12191    M /trunk/modules/audio_filter/Modules.am
12192    A /trunk/modules/audio_filter/normvol.c
12193
12194 Added a very trivial volume normalizer
12195 ------------------------------------------------------------------------
12196 r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
12197 Changed paths:
12198    M /trunk/modules/audio_filter/channel_mixer/headphone.c
12199    M /trunk/modules/audio_filter/equalizer.c
12200    M /trunk/src/audio_output/input.c
12201    M /trunk/src/input/input.c
12202
12203 Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer
12204 ------------------------------------------------------------------------
12205 r8172 | zorglub | 2004-07-12 08:43:28 +0200 (Mon, 12 Jul 2004) | 1 line
12206 Changed paths:
12207    M /trunk/src/video_output/video_output.c
12208
12209 Fix refcount problem when creation fails
12210 ------------------------------------------------------------------------
12211 r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
12212 Changed paths:
12213    M /trunk/modules/video_filter/adjust.c
12214    M /trunk/modules/video_filter/crop.c
12215    M /trunk/modules/video_filter/distort.c
12216    M /trunk/modules/video_filter/filter_common.h
12217    M /trunk/modules/video_filter/invert.c
12218    M /trunk/modules/video_filter/logo.c
12219    M /trunk/modules/video_filter/motionblur.c
12220    M /trunk/modules/video_filter/transform.c
12221
12222 Fix segfault when child vout creation fails
12223 ------------------------------------------------------------------------
12224 r8170 | hartman | 2004-07-11 18:26:58 +0200 (Sun, 11 Jul 2004) | 3 lines
12225 Changed paths:
12226    M /trunk/NEWS
12227    M /trunk/TODO
12228
12229 NEWS: not that 0.7.3 is not released yet
12230 TODO: updates more stuff to do :)
12231
12232 ------------------------------------------------------------------------
12233 r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
12234 Changed paths:
12235    M /trunk/src/libvlc.h
12236
12237 * Fix audio subtitle track changer hotkey on OSX.
12238
12239 ------------------------------------------------------------------------
12240 r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
12241 Changed paths:
12242    M /trunk/modules/gui/skins/x11/x11_timer.cpp
12243
12244  * x11_timer.cpp: compilation fix
12245
12246 ------------------------------------------------------------------------
12247 r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
12248 Changed paths:
12249    M /trunk/modules/codec/theora.c
12250
12251  *  theora: compilation fix.
12252
12253 ------------------------------------------------------------------------
12254 r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
12255 Changed paths:
12256    M /trunk/modules/mux/mpjpeg.c
12257    M /trunk/modules/mux/wav.c
12258
12259  * all: compilation fix.
12260
12261 ------------------------------------------------------------------------
12262 r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
12263 Changed paths:
12264    M /trunk/include/mtime.h
12265    M /trunk/include/vlc_common.h
12266    M /trunk/src/misc/mtime.c
12267
12268 * src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
12269   (is going to replace audio_date_t).
12270
12271 ------------------------------------------------------------------------
12272 r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
12273 Changed paths:
12274    M /trunk/modules/access_output/file.c
12275    M /trunk/modules/access_output/http.c
12276    M /trunk/modules/access_output/udp.c
12277
12278  * all: sout_ParseCfg -> sout_CfgParse.
12279
12280 ------------------------------------------------------------------------
12281 r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
12282 Changed paths:
12283    M /trunk/include/vlc_common.h
12284
12285 * vlc_common: moved a few typedefs from stream_output.h
12286
12287 ------------------------------------------------------------------------
12288 r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
12289 Changed paths:
12290    M /trunk/modules/stream_out/display.c
12291    M /trunk/modules/stream_out/duplicate.c
12292    M /trunk/modules/stream_out/es.c
12293    M /trunk/modules/stream_out/gather.c
12294    M /trunk/modules/stream_out/rtp.c
12295    M /trunk/modules/stream_out/standard.c
12296    M /trunk/modules/stream_out/transcode.c
12297    M /trunk/modules/stream_out/transrate/transrate.c
12298
12299  * all: cosmetics.
12300
12301 ------------------------------------------------------------------------
12302 r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
12303 Changed paths:
12304    M /trunk/modules/mux/asf.c
12305    M /trunk/modules/mux/avi.c
12306    M /trunk/modules/mux/dummy.c
12307    M /trunk/modules/mux/mp4.c
12308    M /trunk/modules/mux/mpeg/ps.c
12309    M /trunk/modules/mux/mpeg/ts.c
12310    M /trunk/modules/mux/ogg.c
12311
12312  * all: cosmetics + MUX_GET_MIME.
12313
12314 ------------------------------------------------------------------------
12315 r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
12316 Changed paths:
12317    M /trunk/modules/codec/ffmpeg/encoder.c
12318    M /trunk/modules/codec/vorbis.c
12319    M /trunk/modules/codec/x264.c
12320
12321  all: sout_ParseCfg -> sout_CfgParse.
12322
12323 ------------------------------------------------------------------------
12324 r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
12325 Changed paths:
12326    M /trunk/include/stream_output.h
12327    M /trunk/src/stream_output/stream_output.c
12328
12329  * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
12330
12331 ------------------------------------------------------------------------
12332 r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
12333 Changed paths:
12334    M /trunk/modules/codec/flac.c
12335
12336 * modules/codec/flac.c: couple of fixes.
12337 ------------------------------------------------------------------------
12338 r8157 | gbazin | 2004-07-09 17:15:07 +0200 (Fri, 09 Jul 2004) | 1 line
12339 Changed paths:
12340    M /trunk/modules/demux/playlist/m3u.c
12341    M /trunk/modules/demux/playlist/playlist.c
12342    M /trunk/src/input/stream.c
12343
12344 * modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.
12345 ------------------------------------------------------------------------
12346 r8156 | fenrir | 2004-07-08 20:10:10 +0200 (Thu, 08 Jul 2004) | 2 lines
12347 Changed paths:
12348    M /trunk/modules/audio_filter/equalizer.c
12349
12350  * equalizer: added a preamp value per preset.
12351
12352 ------------------------------------------------------------------------
12353 r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
12354 Changed paths:
12355    M /trunk/src/input/decoder.c
12356
12357 * src/input/decoder.c: better pictures leakage detection.
12358 ------------------------------------------------------------------------
12359 r8154 | hartman | 2004-07-08 14:48:29 +0200 (Thu, 08 Jul 2004) | 2 lines
12360 Changed paths:
12361    M /trunk/modules/demux/Modules.am
12362
12363 * Fix building of livedotcom module for !--mostly-builtin
12364
12365 ------------------------------------------------------------------------
12366 r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
12367 Changed paths:
12368    M /trunk/src/playlist/playlist.c
12369
12370 * src/playlist/playlist.c: another autodelete fix.
12371 ------------------------------------------------------------------------
12372 r8152 | gbazin | 2004-07-08 12:52:23 +0200 (Thu, 08 Jul 2004) | 1 line
12373 Changed paths:
12374    M /trunk/modules/gui/wxwindows/interface.cpp
12375
12376 * modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
12377 ------------------------------------------------------------------------
12378 r8151 | sigmunau | 2004-07-08 11:38:42 +0200 (Thu, 08 Jul 2004) | 3 lines
12379 Changed paths:
12380    M /trunk/modules/control/hotkeys.c
12381
12382 hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
12383 with the subtitles hotkey (thank you gcc)
12384
12385 ------------------------------------------------------------------------
12386 r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
12387 Changed paths:
12388    M /trunk/include/vlc_keys.h
12389
12390 Forgot this file in my last commit. 
12391
12392 ------------------------------------------------------------------------
12393 r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
12394 Changed paths:
12395    M /trunk/modules/access_output/http.c
12396
12397  * http: added a mime option.
12398
12399 ------------------------------------------------------------------------
12400 r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
12401 Changed paths:
12402    M /trunk/src/input/demux.c
12403
12404  * demux: stream_DemuxControl: emulate seek.
12405
12406 ------------------------------------------------------------------------
12407 r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
12408 Changed paths:
12409    M /trunk/modules/demux/Modules.am
12410
12411  * Modules.am: link livedotcom with access/mms/asf.c
12412
12413 ------------------------------------------------------------------------
12414 r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
12415 Changed paths:
12416    M /trunk/modules/demux/livedotcom.cpp
12417
12418  * livedotcom: first try to support m$ rtsp. It works on the url I have.
12419
12420 ------------------------------------------------------------------------
12421 r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
12422 Changed paths:
12423    M /trunk/modules/control/hotkeys.c
12424    M /trunk/src/libvlc.h
12425
12426 hadded keys to cycle audio track and subtitle track
12427
12428 ------------------------------------------------------------------------
12429 r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
12430 Changed paths:
12431    M /trunk/configure.ac
12432
12433 * configure.ac: added mpjpeg muxer to the build.
12434 ------------------------------------------------------------------------
12435 r8143 | courmisch | 2004-07-07 18:24:56 +0200 (Wed, 07 Jul 2004) | 3 lines
12436 Changed paths:
12437    M /trunk/modules/control/netsync.c
12438
12439 * netsync module no longer IPv4-specific
12440
12441
12442 ------------------------------------------------------------------------
12443 r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
12444 Changed paths:
12445    M /trunk/modules/audio_filter/equalizer.c
12446    M /trunk/modules/gui/wxwindows/menus.cpp
12447    M /trunk/src/audio_output/input.c
12448
12449 * src/audio_output/input.c: ability to switch between equalizers on the fly.
12450 * modules/gui/wxwindows/menus.cpp: added equalizers to the menus.
12451
12452 ------------------------------------------------------------------------
12453 r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
12454 Changed paths:
12455    M /trunk/modules/demux/ogg.c
12456
12457 * modules/demux/ogg.c: fix for --input-repeat
12458 ------------------------------------------------------------------------
12459 r8140 | gbazin | 2004-07-07 15:25:03 +0200 (Wed, 07 Jul 2004) | 1 line
12460 Changed paths:
12461    M /trunk/modules/mux/mpjpeg.c
12462
12463 * modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
12464 ------------------------------------------------------------------------
12465 r8139 | sigmunau | 2004-07-07 14:51:10 +0200 (Wed, 07 Jul 2004) | 2 lines
12466 Changed paths:
12467    M /trunk/modules/demux/mpeg/mpga.c
12468
12469 yet another fix for unavailable id3tag
12470
12471 ------------------------------------------------------------------------
12472 r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
12473 Changed paths:
12474    M /trunk/modules/audio_filter/equalizer.c
12475    M /trunk/modules/demux/mp4/mp4.c
12476
12477 * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
12478
12479 ------------------------------------------------------------------------
12480 r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
12481 Changed paths:
12482    M /trunk/modules/mux/Modules.am
12483    A /trunk/modules/mux/mpjpeg.c
12484
12485 a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting 
12486 streams, served in http, are directly playable by mozilla (though 
12487 horribly slow)
12488
12489 ------------------------------------------------------------------------
12490 r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
12491 Changed paths:
12492    M /trunk/configure.ac
12493    M /trunk/modules/audio_filter/Modules.am
12494
12495 * configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.
12496 ------------------------------------------------------------------------
12497 r8135 | fenrir | 2004-07-06 23:41:15 +0200 (Tue, 06 Jul 2004) | 2 lines
12498 Changed paths:
12499    A /trunk/modules/audio_filter/equalizer.c
12500
12501  * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
12502
12503 ------------------------------------------------------------------------
12504 r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
12505 Changed paths:
12506    M /trunk/build-vlc
12507    M /trunk/config.in
12508
12509 Added current changes in the menu.
12510 I will now try to generate defconfig by bootstrap...
12511
12512 ------------------------------------------------------------------------
12513 r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
12514 Changed paths:
12515    M /trunk/src/stream_output/stream_output.c
12516
12517 * src/stream_output/stream_output.c: don't forget to detach an object before destroying it.
12518 ------------------------------------------------------------------------
12519 r8132 | gbazin | 2004-07-06 19:01:12 +0200 (Tue, 06 Jul 2004) | 3 lines
12520 Changed paths:
12521    M /trunk/modules/codec/dvbsub.c
12522
12523 * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
12524    It can finally decode properly all the samples I have.
12525
12526 ------------------------------------------------------------------------
12527 r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
12528 Changed paths:
12529    M /trunk/modules/codec/araw.c
12530
12531 * modules/codec/araw.c: increased priority of encoder.
12532 ------------------------------------------------------------------------
12533 r8130 | gbazin | 2004-07-06 18:51:35 +0200 (Tue, 06 Jul 2004) | 2 lines
12534 Changed paths:
12535    M /trunk/configure.ac
12536    M /trunk/modules/mux/Modules.am
12537    A /trunk/modules/mux/wav.c
12538
12539 * modules/mux/wav.c: start of a WAV audio file muxer.
12540
12541 ------------------------------------------------------------------------
12542 r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
12543 Changed paths:
12544    M /trunk/extras/contrib/src/Makefile
12545    M /trunk/extras/contrib/src/Patches/libcddb.patch
12546    M /trunk/extras/contrib/src/packages.mak
12547
12548 * fix contrib system on OS X 10.2.
12549   - some libcddb bugs found. Sent them upstream too.
12550
12551 ------------------------------------------------------------------------
12552 r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
12553 Changed paths:
12554    M /trunk/include/vlc_block.h
12555    M /trunk/src/misc/block.c
12556
12557  * block.*: faster block_* and removed unused features.
12558
12559 ------------------------------------------------------------------------
12560 r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
12561 Changed paths:
12562    M /trunk/modules/stream_out/rtp.c
12563
12564 Fixed memory leak (can anyone confirm?)
12565
12566 ------------------------------------------------------------------------
12567 r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
12568 Changed paths:
12569    M /trunk/configure.ac
12570    M /trunk/src/misc/httpd.c
12571
12572 * configure.ac: check for struct sockaddr_storage
12573 * src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
12574          (so I may have a chance of storing a sockaddr_in6 one day)
12575
12576 ------------------------------------------------------------------------
12577 r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
12578 Changed paths:
12579    M /trunk/bootstrap
12580
12581 * aclocal doesn't handle searching in non-existing dirs all that gracefully.
12582   new method in which aclocal args first get stored in a variable.
12583
12584 ------------------------------------------------------------------------
12585 r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
12586 Changed paths:
12587    M /trunk/src/misc/block.c
12588
12589 * src/misc/block.c: win32 race condition fix.
12590 ------------------------------------------------------------------------
12591 r8123 | gbazin | 2004-07-05 13:34:27 +0200 (Mon, 05 Jul 2004) | 1 line
12592 Changed paths:
12593    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12594
12595 * modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).
12596 ------------------------------------------------------------------------
12597 r8122 | hartman | 2004-07-05 13:02:41 +0200 (Mon, 05 Jul 2004) | 2 lines
12598 Changed paths:
12599    M /trunk/extras/contrib/src/packages.mak
12600
12601 * contrib system breakage fix
12602
12603 ------------------------------------------------------------------------
12604 r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
12605 Changed paths:
12606    M /trunk/Makefile.am
12607    M /trunk/TODO
12608    M /trunk/configure.ac
12609    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
12610    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
12611    M /trunk/modules/gui/macosx/applescript.m
12612    M /trunk/modules/gui/macosx/controls.m
12613    M /trunk/modules/gui/macosx/intf.h
12614    M /trunk/modules/gui/macosx/intf.m
12615    M /trunk/modules/gui/macosx/misc.m
12616    M /trunk/modules/gui/macosx/open.m
12617    M /trunk/modules/gui/macosx/output.m
12618    M /trunk/modules/gui/macosx/playlist.m
12619    M /trunk/modules/gui/macosx/playlistinfo.m
12620    M /trunk/modules/gui/macosx/prefs.m
12621    M /trunk/modules/gui/macosx/vout.m
12622    M /trunk/src/interface/interface.c
12623    M /trunk/src/vlc.c
12624
12625 * OSX lowlevel work
12626   - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
12627     This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
12628   - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
12629   - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
12630   - there are some autorelease leaks which need to be tackled.
12631   - moved a lot of the VLCApplication func. to the VLCMain class.
12632   - VLCMain is a +sharedInstance now.
12633   - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?
12634
12635 Examples:
12636 VLC.app/Contents/MacOS/VLC [-I macosx]
12637 launches VLC as before (requires you to be logged in via GUI)
12638
12639 VLC.app/Contents/MacOS/VLC -I ncurses
12640 launch vlc with a ncurses intf and display video on your mac
12641 (requires you to be logged in via GUI)
12642
12643 VLC.app/Contents/MacOS/clivlc -I telnet -d
12644 launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids
12645
12646 Now how is that for combining GUI and cli in one application on the mac?!!? :)
12647 jlj? I finally understand now how the OS X interface works !
12648
12649
12650 ------------------------------------------------------------------------
12651 r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
12652 Changed paths:
12653    M /trunk/bootstrap
12654    M /trunk/extras/contrib/src/Makefile
12655    A /trunk/extras/contrib/src/Patches/libcddb.patch
12656    A /trunk/extras/contrib/src/Patches/vcdimager.patch
12657    M /trunk/extras/contrib/src/packages.mak
12658
12659 * Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
12660 * Fixed bootstrap to use pkg.m4 from contrib system
12661 * Patches to make libcddb and vcdimager work
12662   (stupid bugs !, how do they compile with this on other system?)
12663
12664 ------------------------------------------------------------------------
12665 r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
12666 Changed paths:
12667    M /trunk/doc/skins/skins2-howto.xml
12668
12669 remember to enable it in the doc for 0.7.3
12670
12671 ------------------------------------------------------------------------
12672 r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
12673 Changed paths:
12674    M /trunk/doc/skins/skins2-howto.xml
12675
12676 doc up to date (minimize)
12677
12678 ------------------------------------------------------------------------
12679 r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
12680 Changed paths:
12681    A /trunk/share/skins2/default/reduce_mouseover.png
12682    M /trunk/share/skins2/default/theme.xml
12683
12684 minimize in the default theme
12685
12686 ------------------------------------------------------------------------
12687 r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
12688 Changed paths:
12689    M /trunk/modules/gui/skins2/Modules.am
12690    A /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
12691    A /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
12692    M /trunk/modules/gui/skins2/parser/interpreter.cpp
12693    M /trunk/modules/gui/skins2/src/os_factory.hpp
12694    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
12695    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
12696    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
12697    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
12698
12699 added a function to minimize VLC (check win32 compilation)
12700
12701 ------------------------------------------------------------------------
12702 r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
12703 Changed paths:
12704    M /trunk/modules/gui/wxwindows/menus.cpp
12705
12706   * wxwindows/menus.cpp: added missing _()
12707
12708 ------------------------------------------------------------------------
12709 r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
12710 Changed paths:
12711    M /trunk/NEWS
12712    M /trunk/THANKS
12713    M /trunk/TODO
12714
12715 * Update TODO and other junk
12716
12717 ------------------------------------------------------------------------
12718 r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
12719 Changed paths:
12720    M /trunk/include/video_output.h
12721    M /trunk/include/vlc_video.h
12722    M /trunk/modules/video_output/directx/directx.c
12723    M /trunk/src/video_output/video_output.c
12724    M /trunk/src/video_output/vout_pictures.c
12725
12726 * include/video_output.h, include/vlc_video.h, src/video_output/*:
12727    + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
12728 * modules/video_output/directx/directx.c: signal slow picture buffers.
12729
12730 ------------------------------------------------------------------------
12731 r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
12732 Changed paths:
12733    M /trunk/modules/codec/dmo/dmo.c
12734
12735 * modules/codec/dmo/dmo.c: small fix to CopyPicture()
12736 ------------------------------------------------------------------------
12737 r8111 | gbazin | 2004-07-01 16:45:45 +0200 (Thu, 01 Jul 2004) | 1 line
12738 Changed paths:
12739    M /trunk/src/playlist/playlist.c
12740
12741 * src/playlist/playlist.c: fixed recent playlist f\!ckage.
12742 ------------------------------------------------------------------------
12743 r8110 | sigmunau | 2004-07-01 14:54:19 +0200 (Thu, 01 Jul 2004) | 3 lines
12744 Changed paths:
12745    M /trunk/include/vlc_video.h
12746    M /trunk/src/video_output/vout_pictures.c
12747    M /trunk/src/video_output/vout_pictures.h
12748
12749 Doxygenized some functions in vout_pictures.c. Prepared for new chroma
12750 fourcc YUVA to be used in subpicture rendering
12751
12752 ------------------------------------------------------------------------
12753 r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
12754 Changed paths:
12755    M /trunk/src/playlist/sort.c
12756
12757 quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
12758 shuffeling a playlist with 1 entry
12759
12760 ------------------------------------------------------------------------
12761 r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
12762 Changed paths:
12763    M /trunk/src/libvlc.c
12764    M /trunk/src/libvlc.h
12765
12766 * src/libvlc.c:
12767    + start daemon mode before modules are loaded.
12768    + dummy interface is the default interface when in daemon mode.
12769
12770 ------------------------------------------------------------------------
12771 r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
12772 Changed paths:
12773    M /trunk/modules/mux/mpeg/ts.c
12774
12775 * modules/mux/mpeg/ts.c: compilation fix.
12776 ------------------------------------------------------------------------
12777 r8106 | gbazin | 2004-07-01 12:35:48 +0200 (Thu, 01 Jul 2004) | 1 line
12778 Changed paths:
12779    M /trunk/modules/codec/theora.c
12780
12781 * modules/codec/theora.c: correct encoding aspect ratio.
12782 ------------------------------------------------------------------------
12783 r8105 | gbazin | 2004-07-01 12:32:26 +0200 (Thu, 01 Jul 2004) | 1 line
12784 Changed paths:
12785    M /trunk/configure.ac
12786
12787 * configure.ac: link dvdcss with dvdread on win32/darwin.
12788 ------------------------------------------------------------------------
12789 r8104 | gbazin | 2004-07-01 12:06:42 +0200 (Thu, 01 Jul 2004) | 3 lines
12790 Changed paths:
12791    M /trunk/configure.ac
12792    M /trunk/include/codecs.h
12793    M /trunk/modules/codec/dmo
12794    A /trunk/modules/codec/dmo/Modules.am
12795    A /trunk/modules/codec/dmo/buffer.c
12796    A /trunk/modules/codec/dmo/dmo.c
12797    A /trunk/modules/codec/dmo/dmo.h
12798
12799 * modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
12800    This plugin allows using DMO filters to decode some media types (eg. WMV3).
12801
12802 ------------------------------------------------------------------------
12803 r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
12804 Changed paths:
12805    A /trunk/modules/codec/dmo
12806
12807 * modules/codec/dmo: new directory.
12808 ------------------------------------------------------------------------
12809 r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
12810 Changed paths:
12811    M /trunk/modules/mux/mpeg/ts.c
12812
12813 * modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
12814 ------------------------------------------------------------------------
12815 r8101 | hartman | 2004-07-01 00:44:41 +0200 (Thu, 01 Jul 2004) | 3 lines
12816 Changed paths:
12817    M /trunk/modules/codec/theora.c
12818
12819 * set correct AR on theora video.
12820   this is also broken for encoding, but i'm not sure how to fix this.
12821
12822 ------------------------------------------------------------------------
12823 r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
12824 Changed paths:
12825    M /trunk/modules/demux/ts.c
12826
12827 * modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
12828 ------------------------------------------------------------------------
12829 r8099 | hartman | 2004-06-30 23:37:58 +0200 (Wed, 30 Jun 2004) | 8 lines
12830 Changed paths:
12831    M /trunk/src/libvlc.c
12832
12833 * src/libvlc.c:
12834   - always use the dummy interface as the primary interface
12835     in daemon mode.
12836   - always launch the logger interface as a secondary interface.
12837     (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
12838   - any other interfaces should be launched with --extraintf
12839   - we should add a pid file option for daemon mode?
12840
12841 ------------------------------------------------------------------------
12842 r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
12843 Changed paths:
12844    M /trunk/src/playlist/playlist.c
12845
12846  * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
12847  twice after a "goto" or a "skip" command.
12848  I don't know if it is the proper fix, but at least the playlist is
12849  useable now ;)
12850
12851 ------------------------------------------------------------------------
12852 r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
12853 Changed paths:
12854    M /trunk/include/main.h
12855    M /trunk/src/libvlc.c
12856    M /trunk/src/libvlc.h
12857
12858 * first stab at vlc daemon mode (-d, --daemon )
12859
12860 ------------------------------------------------------------------------
12861 r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
12862 Changed paths:
12863    M /trunk/modules/demux/mpeg/mpga.c
12864
12865 segfault fix when id3tag is unavailable
12866
12867 ------------------------------------------------------------------------
12868 r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
12869 Changed paths:
12870    M /trunk/NEWS
12871    M /trunk/TODO
12872
12873 * TODO: some changes
12874 * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
12875
12876 ------------------------------------------------------------------------
12877 r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
12878 Changed paths:
12879    M /trunk/modules/codec/ffmpeg/video.c
12880
12881 * modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
12882 ------------------------------------------------------------------------
12883 r8093 | fenrir | 2004-06-29 00:49:43 +0200 (Tue, 29 Jun 2004) | 2 lines
12884 Changed paths:
12885    M /trunk/src/input/input.c
12886    M /trunk/src/input/var.c
12887
12888  * all: re-enabled meta-datas.
12889
12890 ------------------------------------------------------------------------
12891 r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
12892 Changed paths:
12893    M /trunk/src/input/es_out.c
12894
12895  * es_out: re-enabled meta infos about ES.
12896
12897 ------------------------------------------------------------------------
12898 r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
12899 Changed paths:
12900    M /trunk/modules/demux/demuxdump.c
12901
12902  * demuxdump: ported to demux2.
12903
12904 ------------------------------------------------------------------------
12905 r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
12906 Changed paths:
12907    M /trunk/modules/demux/mjpeg.c
12908
12909 * modules/demux/mjpeg.c: handle jpeg stills.
12910 ------------------------------------------------------------------------
12911 r8089 | fkuehne | 2004-06-28 16:17:27 +0200 (Mon, 28 Jun 2004) | 1 line
12912 Changed paths:
12913    M /trunk/po/de.po
12914
12915 * massive translation corrections
12916 ------------------------------------------------------------------------
12917 r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
12918 Changed paths:
12919    M /trunk/modules/access/dvb/access.c
12920    M /trunk/modules/stream_out/rtp.c
12921    M /trunk/modules/video_filter/clone.c
12922    M /trunk/modules/video_filter/logo.c
12923    M /trunk/modules/video_filter/motionblur.c
12924    M /trunk/modules/video_filter/wall.c
12925
12926 * ALL: minor spelling fixes
12927 ------------------------------------------------------------------------
12928 r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
12929 Changed paths:
12930    M /trunk/modules/gui/wxwindows/fileinfo.cpp
12931
12932 * modules/gui/wxwindows/fileinfo.cpp: fixed typo.
12933 ------------------------------------------------------------------------
12934 r8086 | gbazin | 2004-06-28 16:03:28 +0200 (Mon, 28 Jun 2004) | 1 line
12935 Changed paths:
12936    M /trunk/src/input/control.c
12937
12938 * src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
12939 ------------------------------------------------------------------------
12940 r8085 | gbazin | 2004-06-28 11:21:22 +0200 (Mon, 28 Jun 2004) | 1 line
12941 Changed paths:
12942    M /trunk/configure.ac
12943
12944 * configure.ac: re-enabled the id3 and id3tag modules.
12945 ------------------------------------------------------------------------
12946 r8084 | hartman | 2004-06-28 03:36:48 +0200 (Mon, 28 Jun 2004) | 3 lines
12947 Changed paths:
12948    M /trunk/modules/audio_output/coreaudio.c
12949
12950 * take hog mode if during AC3 playback
12951   jlj could you please verify this ?
12952
12953 ------------------------------------------------------------------------
12954 r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
12955 Changed paths:
12956    M /trunk/modules/control/hotkeys.c
12957
12958 * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
12959
12960 ------------------------------------------------------------------------
12961 r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
12962 Changed paths:
12963    M /trunk/modules/demux/mpeg/mpga.c
12964
12965  * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
12966 the first seek. (A good DEMUX_SET_TIME has to be implemented with high
12967 precision).
12968
12969 ------------------------------------------------------------------------
12970 r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
12971 Changed paths:
12972    M /trunk/src/input/input.c
12973    M /trunk/src/input/var.c
12974    M /trunk/src/libvlc.h
12975
12976  * all: a new --input-slave option to start playing with multi-input (#
12977  is used as a separator), it may or may not work (depend a lot on the
12978  demux).
12979
12980 ------------------------------------------------------------------------
12981 r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
12982 Changed paths:
12983    M /trunk/modules/gui/wxwindows/menus.cpp
12984
12985 * modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.
12986 ------------------------------------------------------------------------
12987 r8079 | gbazin | 2004-06-27 21:27:01 +0200 (Sun, 27 Jun 2004) | 1 line
12988 Changed paths:
12989    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
12990
12991 * modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
12992 ------------------------------------------------------------------------
12993 r8078 | gbazin | 2004-06-27 16:37:28 +0200 (Sun, 27 Jun 2004) | 1 line
12994 Changed paths:
12995    M /trunk/modules/access/dvdread.c
12996
12997 * modules/access/dvdread.c: use SPU palette.
12998 ------------------------------------------------------------------------
12999 r8077 | gbazin | 2004-06-27 16:13:07 +0200 (Sun, 27 Jun 2004) | 1 line
13000 Changed paths:
13001    M /trunk/modules/access/dvdread.c
13002
13003 * modules/access/dvdread.c: got rid of warnings.
13004 ------------------------------------------------------------------------
13005 r8076 | gbazin | 2004-06-27 15:32:07 +0200 (Sun, 27 Jun 2004) | 4 lines
13006 Changed paths:
13007    M /trunk/modules/access/dvdnav.c
13008    M /trunk/modules/access/dvdread.c
13009    M /trunk/modules/gui/wxwindows/menus.cpp
13010
13011 * access/dvdread.c: misc improvements/fixes.
13012 * modules/access/dvdnav.c: chapters start from 1.
13013 * modules/gui/wxwindows/menus.cpp: removed debug message.
13014
13015 ------------------------------------------------------------------------
13016 r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
13017 Changed paths:
13018    M /trunk/src/input/input.c
13019    M /trunk/src/input/var.c
13020
13021 * src/input/input.c:
13022   + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
13023   + a few coding style changes.
13024 * input/var.c:
13025   + use the descriptive name for titles/chapters if available.
13026
13027 ------------------------------------------------------------------------
13028 r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
13029 Changed paths:
13030    M /trunk/modules/access/dvdread.c
13031
13032 * modules/access/dvdread.c: titles and chapters start from 1.
13033 ------------------------------------------------------------------------
13034 r8073 | gbazin | 2004-06-26 20:40:54 +0200 (Sat, 26 Jun 2004) | 1 line
13035 Changed paths:
13036    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
13037
13038 * modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.
13039 ------------------------------------------------------------------------
13040 r8072 | gbazin | 2004-06-26 19:01:16 +0200 (Sat, 26 Jun 2004) | 2 lines
13041 Changed paths:
13042    M /trunk/modules/gui/skins2/x11/x11_window.cpp
13043
13044 * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
13045
13046 ------------------------------------------------------------------------
13047 r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
13048 Changed paths:
13049    M /trunk/modules/gui/skins2/src/vlcproc.cpp
13050    M /trunk/modules/gui/skins2/vars/time.cpp
13051
13052 * modules/gui/skins2/*: removed a couple of fixme
13053 ------------------------------------------------------------------------
13054 r8070 | gbazin | 2004-06-26 17:27:27 +0200 (Sat, 26 Jun 2004) | 1 line
13055 Changed paths:
13056    M /trunk/modules/gui/skins2/src/skin_main.cpp
13057    M /trunk/src/playlist/playlist.c
13058
13059  src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
13060 ------------------------------------------------------------------------
13061 r8069 | gbazin | 2004-06-26 17:19:31 +0200 (Sat, 26 Jun 2004) | 1 line
13062 Changed paths:
13063    M /trunk/src/misc/modules.c
13064
13065 * src/misc/modules.c: got rid of unused variable.
13066 ------------------------------------------------------------------------
13067 r8068 | gbazin | 2004-06-26 17:18:06 +0200 (Sat, 26 Jun 2004) | 3 lines
13068 Changed paths:
13069    M /trunk/src/misc/modules.c
13070    M /trunk/src/playlist/playlist.c
13071
13072 * src/misc/modules.c: module_Need() probed sub-modules twice.
13073 * playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
13074
13075 ------------------------------------------------------------------------
13076 r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
13077 Changed paths:
13078    M /trunk/modules/gui/skins2/src/skin_main.cpp
13079
13080 * modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
13081 ------------------------------------------------------------------------
13082 r8066 | asmax | 2004-06-26 00:47:56 +0200 (Sat, 26 Jun 2004) | 2 lines
13083 Changed paths:
13084    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
13085
13086  * ctrl_button.cpp : handle double click events too
13087
13088 ------------------------------------------------------------------------
13089 r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
13090 Changed paths:
13091    M /trunk/include/vlc_input.h
13092
13093  * vlc_input: removed unused p_sys.
13094
13095 ------------------------------------------------------------------------
13096 r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
13097 Changed paths:
13098    M /trunk/extras/contrib/src/Makefile
13099    M /trunk/extras/contrib/src/packages.mak
13100
13101 * dvdnav <-> dvdplay contrib
13102
13103 ------------------------------------------------------------------------
13104 r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
13105 Changed paths:
13106    M /trunk/modules/demux/subtitle.c
13107
13108  * subtitle: removed debug message.
13109
13110 ------------------------------------------------------------------------
13111 r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
13112 Changed paths:
13113    M /trunk/modules/demux/subtitle.c
13114
13115  * subtitle: compilation fix. 
13116
13117 ------------------------------------------------------------------------
13118 r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
13119 Changed paths:
13120    M /trunk/configure.ac
13121    M /trunk/modules/demux/Modules.am
13122    M /trunk/modules/demux/avi/avi.c
13123    M /trunk/modules/demux/mp4/mp4.c
13124    A /trunk/modules/demux/subtitle.c (from /trunk/modules/demux/util/sub.c:8042)
13125    M /trunk/modules/demux/util/Modules.am
13126    D /trunk/modules/demux/util/sub.c
13127    D /trunk/modules/demux/util/sub.h
13128    M /trunk/src/input/decoder.c
13129    M /trunk/src/input/es_out.c
13130    M /trunk/src/input/input.c
13131    M /trunk/src/input/input_internal.h
13132    M /trunk/src/input/stream.c
13133
13134
13135  * sub ->subtitle : converted sub.c to a 'real' demux2.
13136  * input.c: added basic multi-input support for subtitle.
13137  * avi, mp4: don't exit anymore when no es selected.
13138
13139
13140 ------------------------------------------------------------------------
13141 r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
13142 Changed paths:
13143    M /trunk/modules/gui/wxwindows/menus.cpp
13144    M /trunk/modules/video_output/directx/directx.c
13145    M /trunk/modules/video_output/directx/vout.h
13146
13147 * modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
13148 * modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
13149
13150 ------------------------------------------------------------------------
13151 r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
13152 Changed paths:
13153    M /trunk/modules/access/dvdread.c
13154    M /trunk/modules/gui/wxwindows/open.cpp
13155
13156 * gui/wxwindows/open.cpp: removed deprecated DVD entries.
13157 * access/dvdread.c: added dvdsimple shortcut.
13158
13159 ------------------------------------------------------------------------
13160 r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
13161 Changed paths:
13162    M /trunk/HACKING
13163    M /trunk/bootstrap
13164    M /trunk/configure.ac
13165    M /trunk/m4/vlc.m4
13166
13167   * m4/vlc.m4 configure.ac:
13168     + Moved the shared object suffix detection to vlc.m4.
13169     + Replaced AX_* macros with VLC_* macros.
13170
13171 ------------------------------------------------------------------------
13172 r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
13173 Changed paths:
13174    M /trunk/modules/control/corba/Modules.am
13175
13176   * modules/control/corba/Modules.am:
13177     + Play nicely with recent automake versions.
13178
13179 ------------------------------------------------------------------------
13180 r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
13181 Changed paths:
13182    M /trunk/src/input/input.c
13183
13184 * src/input/input.c: win32 compilation fix.
13185 ------------------------------------------------------------------------
13186 r8055 | gbazin | 2004-06-25 02:18:47 +0200 (Fri, 25 Jun 2004) | 1 line
13187 Changed paths:
13188    M /trunk/configure.ac
13189
13190 configure.ac: forgot a reference to modules/access/dvdread
13191 ------------------------------------------------------------------------
13192 r8054 | gbazin | 2004-06-25 02:16:48 +0200 (Fri, 25 Jun 2004) | 2 lines
13193 Changed paths:
13194    M /trunk/modules/access/Modules.am
13195    A /trunk/modules/access/dvdnav.c (from /trunk/modules/demux/dvdnav.c:8052)
13196    M /trunk/modules/demux/Modules.am
13197    D /trunk/modules/demux/dvdnav.c
13198
13199 * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
13200
13201 ------------------------------------------------------------------------
13202 r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
13203 Changed paths:
13204    M /trunk/configure.ac
13205    M /trunk/modules/access/Modules.am
13206    D /trunk/modules/access/dvdread
13207    A /trunk/modules/access/dvdread.c (from /trunk/modules/access/dvdread/input.c:8052)
13208
13209 * modules/access/dvdread, modules/access/dvdread.c:
13210   + major rewrite of the dvdread module.
13211   + dvdread is now an access_demux module.
13212
13213 ------------------------------------------------------------------------
13214 r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
13215 Changed paths:
13216    M /trunk/configure.ac
13217    D /trunk/modules/access/dvd
13218    D /trunk/modules/access/dvdplay
13219
13220 * configure.ac, modules/access/dvd, modules/access/dvdplay:
13221   + removed dvdplay module which was deprecated in favor of the dvdnav one.
13222   + removed dvd module which is going to be replace with a new dvdread one.
13223
13224 ------------------------------------------------------------------------
13225 r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
13226 Changed paths:
13227    M /trunk/src/input/input.c
13228
13229  * input.c: fixed play/pause + cosmetics.
13230
13231 ------------------------------------------------------------------------
13232 r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
13233 Changed paths:
13234    M /trunk/src/input/demux.c
13235
13236  * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
13237
13238 ------------------------------------------------------------------------
13239 r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
13240 Changed paths:
13241    M /trunk/include/vlc_input.h
13242
13243  * vlc_input: added missing fields for multi-input (nothing working yet).
13244
13245 ------------------------------------------------------------------------
13246 r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
13247 Changed paths:
13248    M /trunk/modules/gui/macosx/macosx.m
13249
13250  macosx/macosx.m: fixed macosx-opengl-effect string list
13251
13252 ------------------------------------------------------------------------
13253 r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
13254 Changed paths:
13255    M /trunk/src/input/stream.c
13256
13257  * stream.c: fixed a problem with peek.
13258
13259 ------------------------------------------------------------------------
13260 r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
13261 Changed paths:
13262    M /trunk/src/input/es_out.c
13263    M /trunk/src/input/stream.c
13264    M /trunk/src/input/var.c
13265
13266 * src/input: update ES object vars when an ES is removed + some coding style changes.
13267 ------------------------------------------------------------------------
13268 r8045 | gbazin | 2004-06-23 22:20:39 +0200 (Wed, 23 Jun 2004) | 1 line
13269 Changed paths:
13270    M /trunk/modules/demux/dvdnav.c
13271
13272 * modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
13273 ------------------------------------------------------------------------
13274 r8044 | gbazin | 2004-06-23 21:42:20 +0200 (Wed, 23 Jun 2004) | 1 line
13275 Changed paths:
13276    M /trunk/modules/demux/dvdnav.c
13277
13278 * modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
13279 ------------------------------------------------------------------------
13280 r8043 | fenrir | 2004-06-23 20:52:06 +0200 (Wed, 23 Jun 2004) | 2 lines
13281 Changed paths:
13282    M /trunk/src/input/es_out.c
13283
13284  * es_out: fixed a bug preventing re-selecting an ES.
13285
13286 ------------------------------------------------------------------------
13287 r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
13288 Changed paths:
13289    M /trunk/include/vlc_input.h
13290    M /trunk/modules/control/hotkeys.c
13291    M /trunk/modules/demux/util/sub.c
13292    M /trunk/modules/demux/util/sub.h
13293    M /trunk/src/input/control.c
13294    M /trunk/src/input/es_out.c
13295    M /trunk/src/input/input.c
13296    M /trunk/src/input/input_internal.h
13297    M /trunk/src/input/var.c
13298
13299 * all: - added a boolean "seekable" object variable to p_input.
13300  (becarefull, it's just if you can seek or not, and not if you have to
13301  display the progress bar, for thet last you have to check if "position"
13302  value get != 0.0 )
13303        - added "audio-delay" and "spu-delay" object variables to delay
13304  audio/spu to the video. They can be changed on the fly (untested).
13305        - renamed INPUT__GET/SET_SUBDELAY into
13306  INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
13307  (wrapper to "audio-delay" and "spu-delay")
13308  - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
13309 them, a demuxer should export DEMUX_GET_META and not using them.
13310
13311 ------------------------------------------------------------------------
13312 r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
13313 Changed paths:
13314    M /trunk/modules/demux/m3u.c
13315    M /trunk/src/input/stream.c
13316
13317 * modules/demux/m3u.c: allocate buffer for stream_Read().
13318 * src/input/stream.c: fixed detection of EOF.
13319
13320 ------------------------------------------------------------------------
13321 r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
13322 Changed paths:
13323    M /trunk/modules/access/vcd/vcd.c
13324    M /trunk/modules/demux/ps.c
13325
13326 * modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
13327 ------------------------------------------------------------------------
13328 r8039 | hartman | 2004-06-23 12:29:30 +0200 (Wed, 23 Jun 2004) | 2 lines
13329 Changed paths:
13330    M /trunk/modules/gui/macosx/controls.m
13331    M /trunk/modules/gui/macosx/intf.m
13332
13333 * OSX compiles again (BEWARE it is still SEVERELY broken)
13334
13335 ------------------------------------------------------------------------
13336 r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
13337 Changed paths:
13338    M /trunk/src/input/input.c
13339
13340 * src/input/input.c: win32 fix.
13341 ------------------------------------------------------------------------
13342 r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
13343 Changed paths:
13344    M /trunk/modules/gui/ncurses.c
13345    M /trunk/modules/gui/wxwindows/wizard.cpp
13346
13347 * modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
13348 ------------------------------------------------------------------------
13349 r8036 | zorglub | 2004-06-23 12:00:21 +0200 (Wed, 23 Jun 2004) | 2 lines
13350 Changed paths:
13351    M /trunk/modules/demux/mpeg/mpga.c
13352    M /trunk/modules/demux/util/id3.c
13353    M /trunk/modules/demux/util/id3tag.c
13354
13355 Fix id3 and id3tag (using meta)
13356
13357 ------------------------------------------------------------------------
13358 r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
13359 Changed paths:
13360    M /trunk/src/audio_output/output.c
13361
13362   * Fix for DTS over SPDIF stuttering. Someone please review.
13363
13364
13365 ------------------------------------------------------------------------
13366 r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
13367 Changed paths:
13368    M /trunk/modules/demux/livedotcom.cpp
13369
13370  * livedotcom: begin support of PAUSE. It doesn't work yet, resume
13371 always restarts from the start :(
13372
13373 ------------------------------------------------------------------------
13374 r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
13375 Changed paths:
13376    M /trunk/configure.ac
13377
13378 * configure.ac: disabled stream_out_display for now.
13379 ------------------------------------------------------------------------
13380 r8032 | zorglub | 2004-06-22 23:55:57 +0200 (Tue, 22 Jun 2004) | 2 lines
13381 Changed paths:
13382    M /trunk/src/misc/modules.c
13383
13384 Re-enable dynamic plugins
13385
13386 ------------------------------------------------------------------------
13387 r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
13388 Changed paths:
13389    M /trunk/modules/gui/skins/src/skin_main.cpp
13390    M /trunk/modules/gui/skins2/src/skin_main.cpp
13391    M /trunk/modules/gui/skins2/src/vlcproc.cpp
13392    M /trunk/modules/gui/skins2/vars/stream.cpp
13393    M /trunk/modules/gui/skins2/vars/time.cpp
13394
13395 * modules/gui/skins / skins2: compilation fixes.
13396 ------------------------------------------------------------------------
13397 r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
13398 Changed paths:
13399    M /trunk/configure.ac
13400    M /trunk/modules/codec/cmml/intf.c
13401    M /trunk/modules/codec/theora.c
13402    M /trunk/modules/control/netsync.c
13403    M /trunk/modules/demux/Modules.am
13404    M /trunk/modules/demux/m3u.c
13405    M /trunk/modules/demux/mpeg/Modules.am
13406    M /trunk/modules/demux/playlist/m3u.c
13407    M /trunk/modules/demux/playlist/old.c
13408    M /trunk/modules/demux/playlist/pls.c
13409    M /trunk/modules/demux/ps.c
13410
13411  ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
13412 ------------------------------------------------------------------------
13413 r8029 | fenrir | 2004-06-22 22:32:10 +0200 (Tue, 22 Jun 2004) | 2 lines
13414 Changed paths:
13415    M /trunk/modules/codec/speex.c
13416
13417  * speex: missing <vlc/input.h> include.
13418
13419 ------------------------------------------------------------------------
13420 r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
13421 Changed paths:
13422    M /trunk/Makefile.am
13423
13424  * Makefile.am: updated.
13425
13426 ------------------------------------------------------------------------
13427 r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
13428 Changed paths:
13429    A /trunk/src/input/input_internal.h
13430
13431  input_internal: lalala .
13432
13433 ------------------------------------------------------------------------
13434 r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
13435 Changed paths:
13436    A /trunk/include/vlc_stream.h
13437
13438  * vlc_stream.h : oops again.
13439
13440 ------------------------------------------------------------------------
13441 r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
13442 Changed paths:
13443    A /trunk/include/vlc_es_out.h
13444
13445  * vlc_es_out.h: oops ;)
13446
13447 ------------------------------------------------------------------------
13448 r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
13449 Changed paths:
13450    M /trunk/modules/codec/vorbis.c
13451
13452  * vorbis: compilation fix.
13453
13454 ------------------------------------------------------------------------
13455 r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
13456 Changed paths:
13457    M /trunk/configure.ac
13458
13459  * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
13460
13461 ------------------------------------------------------------------------
13462 r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
13463 Changed paths:
13464    D /trunk/modules/access/access2.c
13465    D /trunk/modules/demux/demux2.c
13466
13467  * access2, demux2: not needed anymore.
13468
13469 ------------------------------------------------------------------------
13470 r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
13471 Changed paths:
13472    M /trunk/configure.ac
13473
13474  * configure.ac: disable plugins that can't compile anymore:
13475     - dvd, dvdread, dvdplay, vcdx, cddax
13476     - gtk, gnome, qt, kde
13477    There are others in this case, specially interface that I can't test.
13478
13479
13480 ------------------------------------------------------------------------
13481 r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
13482 Changed paths:
13483    M /trunk/Makefile.am
13484
13485  * all: rework of the input.
13486
13487 ------------------------------------------------------------------------
13488 r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
13489 Changed paths:
13490    M /trunk/modules/visualization/goom.c
13491
13492  * all: rework of the input.
13493
13494 ------------------------------------------------------------------------
13495 r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
13496 Changed paths:
13497    M /trunk/modules/misc/dummy/dummy.c
13498    M /trunk/modules/misc/dummy/input.c
13499
13500  * all: rework of the input.
13501
13502 ------------------------------------------------------------------------
13503 r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
13504 Changed paths:
13505    M /trunk/modules/gui/ncurses.c
13506    M /trunk/modules/gui/wxwindows/bookmarks.cpp
13507    M /trunk/modules/gui/wxwindows/dialogs.cpp
13508    M /trunk/modules/gui/wxwindows/fileinfo.cpp
13509    M /trunk/modules/gui/wxwindows/interface.cpp
13510    M /trunk/modules/gui/wxwindows/timer.cpp
13511    M /trunk/modules/gui/wxwindows/video.cpp
13512
13513  * all: rework of the input.
13514
13515 ------------------------------------------------------------------------
13516 r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
13517 Changed paths:
13518    M /trunk/modules/control/gestures.c
13519    M /trunk/modules/control/hotkeys.c
13520    M /trunk/modules/control/http.c
13521    M /trunk/modules/control/joystick.c
13522    M /trunk/modules/control/netsync.c
13523    M /trunk/modules/control/rc.c
13524
13525  * all: rework of the input.
13526
13527 ------------------------------------------------------------------------
13528 r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
13529 Changed paths:
13530    M /trunk/modules/codec/libmpeg2.c
13531
13532  * all: rework of the input.
13533
13534 ------------------------------------------------------------------------
13535 r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
13536 Changed paths:
13537    M /trunk/modules/demux/dvdnav.c
13538    M /trunk/modules/demux/livedotcom.cpp
13539    M /trunk/modules/demux/mkv.cpp
13540    M /trunk/modules/demux/util/id3.c
13541
13542  * all: rework of the input.
13543
13544 ------------------------------------------------------------------------
13545 r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
13546 Changed paths:
13547    M /trunk/src/interface/interface.c
13548    M /trunk/src/libvlc.c
13549    M /trunk/src/video_output/video_output.c
13550    M /trunk/src/video_output/vout_synchro.c
13551
13552  * all: rework of the input.
13553
13554 ------------------------------------------------------------------------
13555 r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
13556 Changed paths:
13557    M /trunk/src/misc/modules.c
13558    M /trunk/src/misc/objects.c
13559
13560  * all: rework of the input.
13561
13562 ------------------------------------------------------------------------
13563 r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
13564 Changed paths:
13565    M /trunk/src/playlist/loadsave.c
13566    M /trunk/src/playlist/playlist.c
13567
13568  * all: rework of the input.
13569
13570 ------------------------------------------------------------------------
13571 r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
13572 Changed paths:
13573    A /trunk/src/input/var.c
13574
13575  * all: rework of the input.
13576
13577 ------------------------------------------------------------------------
13578 r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
13579 Changed paths:
13580    M /trunk/src/input/access.c
13581    A /trunk/src/input/clock.c (from /trunk/src/input/input_clock.c:8003)
13582    M /trunk/src/input/control.c
13583    A /trunk/src/input/decoder.c (from /trunk/src/input/input_dec.c:8003)
13584    M /trunk/src/input/demux.c
13585    M /trunk/src/input/es_out.c
13586    M /trunk/src/input/input.c
13587    D /trunk/src/input/input_clock.c
13588    D /trunk/src/input/input_dec.c
13589    D /trunk/src/input/input_ext-plugins.c
13590    D /trunk/src/input/input_programs.c
13591    M /trunk/src/input/stream.c
13592    M /trunk/src/input/subtitles.c
13593
13594  * all: rework of the input.
13595
13596 ------------------------------------------------------------------------
13597 r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
13598 Changed paths:
13599    A /trunk/include/vlc_access.h
13600    A /trunk/include/vlc_demux.h
13601    A /trunk/include/vlc_input.h
13602
13603  * all: rework of the input.
13604
13605 ------------------------------------------------------------------------
13606 r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
13607 Changed paths:
13608    D /trunk/include/input_ext-dec.h
13609    D /trunk/include/input_ext-intf.h
13610    D /trunk/include/input_ext-plugins.h
13611    D /trunk/include/stream_control.h
13612    M /trunk/include/vlc/decoder.h
13613    M /trunk/include/vlc/input.h
13614    M /trunk/include/vlc/intf.h
13615    M /trunk/include/vlc_codec.h
13616    M /trunk/include/vlc_objects.h
13617
13618  * all: rework of the input.
13619
13620 ------------------------------------------------------------------------
13621 r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
13622 Changed paths:
13623    M /trunk/modules/mux/mp4.c
13624
13625  * mp4: fixed width in tkhd. (at least I hope).
13626
13627 ------------------------------------------------------------------------
13628 r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
13629 Changed paths:
13630    M /trunk/modules/access/dshow/dshow.cpp
13631    M /trunk/modules/access/dshow/filter.cpp
13632    M /trunk/modules/access/dshow/filter.h
13633
13634 - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
13635 - miscelaneous clean ups
13636
13637 ------------------------------------------------------------------------
13638 r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
13639 Changed paths:
13640    M /trunk/modules/demux/livedotcom.cpp
13641
13642 * modules/demux/livedotcom.cpp: - ts2 -> ts 
13643   - take into account !rtpSource (for UDP support)
13644
13645 ------------------------------------------------------------------------
13646 r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
13647 Changed paths:
13648    M /trunk/TODO
13649
13650 DVB NIT parsing
13651
13652 ------------------------------------------------------------------------
13653 r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
13654 Changed paths:
13655    M /trunk/modules/mux/mp4.c
13656
13657  * mp4: avcC atom fixed. (Missing sps/pps).
13658
13659 ------------------------------------------------------------------------
13660 r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
13661 Changed paths:
13662    M /trunk/doc/bugreport-howto.txt
13663
13664 * Bug report howto is a online document.
13665
13666 ------------------------------------------------------------------------
13667 r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
13668 Changed paths:
13669    M /trunk/doc/Makefile.am
13670    D /trunk/doc/intf-http.txt
13671    D /trunk/doc/vlc-howto.sgml
13672    M /trunk/doc/vlc.1
13673    D /trunk/doc/web-streaming.html
13674
13675 * Removed some deprecated docs. small fix to vlc man page.
13676
13677 ------------------------------------------------------------------------
13678 r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
13679 Changed paths:
13680    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
13681    M /trunk/extras/contrib/src/Patches/live.patch
13682    M /trunk/extras/contrib/src/packages.mak
13683
13684 * ffmpeg resample.c patch is no longer necessary 
13685 * new liveMedia version
13686 * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
13687
13688 ------------------------------------------------------------------------
13689 r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
13690 Changed paths:
13691    M /trunk/modules/audio_filter/resampler/linear.c
13692    M /trunk/modules/audio_filter/resampler/ugly.c
13693
13694 Fixed a nasty memleak in ugly and linear resamplers when alloca is
13695 unavaliable. Also swaped the score of these modules.
13696
13697 ------------------------------------------------------------------------
13698 r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
13699 Changed paths:
13700    M /trunk/include/variables.h
13701    M /trunk/src/playlist/info.c
13702    M /trunk/src/playlist/item-ext.c
13703    M /trunk/src/playlist/item.c
13704    M /trunk/src/video_output/vout_subpictures.c
13705
13706 various documentation fixes
13707
13708 ------------------------------------------------------------------------
13709 r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
13710 Changed paths:
13711    M /trunk/modules/demux/livedotcom.cpp
13712
13713  * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
13714 for the report.
13715
13716
13717 ------------------------------------------------------------------------
13718 r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
13719 Changed paths:
13720    M /trunk/doc/Doxyfile
13721    A /trunk/doc/Doxyfile.skins2
13722
13723 splitted the documentation for skins2 out of the main docs. Tweaked the
13724 doxyfile for the main docs a bit.
13725
13726 ------------------------------------------------------------------------
13727 r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
13728 Changed paths:
13729    M /trunk/include/vlc_video.h
13730
13731 include/vlc_video.h: minor doc fix
13732
13733 ------------------------------------------------------------------------
13734 r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
13735 Changed paths:
13736    M /trunk/doc/lirc/example.lircrc
13737
13738 example.lircrc: Added missing commands
13739
13740 ------------------------------------------------------------------------
13741 r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
13742 Changed paths:
13743    M /trunk/modules/control/corba/mediacontrol-core.c
13744
13745 Formatting fixes
13746
13747 ------------------------------------------------------------------------
13748 r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
13749 Changed paths:
13750    M /trunk/doc/developer/video_output.xml
13751    M /trunk/include/osd.h
13752    M /trunk/include/video_output.h
13753    M /trunk/include/vlc_video.h
13754    M /trunk/modules/codec/cmml/intf.c
13755    M /trunk/modules/codec/dvbsub.c
13756    M /trunk/modules/codec/ogt/cvd.c
13757    M /trunk/modules/codec/ogt/cvd_parse.c
13758    M /trunk/modules/codec/ogt/ogt.c
13759    M /trunk/modules/codec/ogt/ogt_parse.c
13760    M /trunk/modules/codec/ogt/subtitle.h
13761    M /trunk/modules/codec/spudec/parse.c
13762    M /trunk/modules/codec/spudec/spudec.c
13763    M /trunk/modules/codec/spudec/spudec.h
13764    M /trunk/modules/codec/subsdec.c
13765    M /trunk/modules/control/corba/mediacontrol-core.c
13766    M /trunk/modules/control/hotkeys.c
13767    M /trunk/modules/control/lirc.c
13768    M /trunk/modules/gui/macosx/controls.m
13769    M /trunk/modules/gui/macosx/playlist.m
13770    M /trunk/modules/misc/freetype.c
13771    M /trunk/src/video_output/video_output.c
13772    M /trunk/src/video_output/video_widgets.c
13773    M /trunk/src/video_output/vout_subpictures.c
13774
13775  * src/video_output/vout_subpictures.c : New OSD channels
13776
13777 When you want to use OSD, you have to register an OSD channel, by calling
13778 vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
13779 There is a particular channel, DEFAULT_CHANNEL that can be used for
13780 general purpose.
13781 See modules/control/hotkeys.c for an example.
13782
13783 ------------------------------------------------------------------------
13784 r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
13785 Changed paths:
13786    M /trunk/modules/demux/mp4/mp4.c
13787    M /trunk/modules/mux/mp4.c
13788    M /trunk/modules/packetizer/h264.c
13789
13790  * all: fixed the way h264 streams are stored in .mp4
13791
13792 ------------------------------------------------------------------------
13793 r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
13794 Changed paths:
13795    M /trunk/modules/demux/avi/avi.c
13796
13797  * avi: fixed the return value of Seek().
13798
13799 ------------------------------------------------------------------------
13800 r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
13801 Changed paths:
13802    M /trunk/include/vlc_common.h
13803
13804 * fix the defines for strcasecmp strncasecmp and strcasestr
13805
13806 ------------------------------------------------------------------------
13807 r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
13808 Changed paths:
13809    M /trunk/src/extras/libc.c
13810
13811 * strcasestr not strncasestr
13812
13813 ------------------------------------------------------------------------
13814 r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
13815 Changed paths:
13816    M /trunk/include/vlc_common.h
13817
13818 * vlc_strcasestr defines (still missing something. still can't find it)
13819
13820 ------------------------------------------------------------------------
13821 r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
13822 Changed paths:
13823    M /trunk/include/codecs.h
13824    M /trunk/modules/codec/ffmpeg/ffmpeg.c
13825
13826 * G.726 support trough ffmpeg
13827
13828 ------------------------------------------------------------------------
13829 r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
13830 Changed paths:
13831    M /trunk/configure.ac
13832    M /trunk/modules/demux/util/sub.c
13833    M /trunk/src/extras/libc.c
13834
13835 * backport of local_stristr to vlc_strcasestr in libc.c
13836   fixes a problem with missing strcasestr on platforms in combination with ncurses intf.
13837
13838 ------------------------------------------------------------------------
13839 r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
13840 Changed paths:
13841    M /trunk/configure.ac
13842    M /trunk/modules/misc/Modules.am
13843    A /trunk/modules/misc/svg.c
13844
13845 SVG rendering module. It uses the text rendering API, and converts
13846 plain text to SVG. It can be used to have more control on the subtitle
13847 rendering.
13848
13849 ------------------------------------------------------------------------
13850 r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
13851 Changed paths:
13852    M /trunk/modules/control/netsync.c
13853
13854 * define INADDR_NONE for Solaris (fixes #1815)
13855
13856 ------------------------------------------------------------------------
13857 r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
13858 Changed paths:
13859    M /trunk/modules/video_output/hd1000v.cpp
13860    M /trunk/vlc.roku
13861
13862 Updated build rules.
13863 ------------------------------------------------------------------------
13864 r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
13865 Changed paths:
13866    M /trunk/modules/access/dvb/linux_dvb.c
13867
13868 FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
13869 ------------------------------------------------------------------------
13870 r7979 | jpsaman | 2004-06-14 16:35:57 +0200 (Mon, 14 Jun 2004) | 1 line
13871 Changed paths:
13872    M /trunk/modules/access/dvb/linux_dvb.c
13873
13874 Fix typos in DVB-T tuning code.
13875 ------------------------------------------------------------------------
13876 r7978 | jlj | 2004-06-14 00:31:18 +0200 (Mon, 14 Jun 2004) | 3 lines
13877 Changed paths:
13878    M /trunk/modules/audio_output/coreaudio.c
13879
13880   * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
13881
13882
13883 ------------------------------------------------------------------------
13884 r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
13885 Changed paths:
13886    M /trunk/include/vlc/vlc.h
13887    M /trunk/mozilla/vlcintf.idl
13888    M /trunk/mozilla/vlcpeer.cpp
13889    M /trunk/src/libvlc.c
13890
13891 * Added new functions to the Mozilla plugin
13892         - set_volume
13893         - get_volume
13894         - mute
13895         - clear_playlist
13896         - add_item
13897         - next
13898         - previous
13899         - isplaying
13900         - ge_length
13901         - get_position
13902         - get_time
13903         - seek
13904
13905 * Fixed VLC_VolumeSet and a description
13906
13907 ------------------------------------------------------------------------
13908 r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
13909 Changed paths:
13910    M /trunk/modules/gui/skins2/src/skin_main.cpp
13911    M /trunk/modules/gui/skins2/src/vlcproc.cpp
13912    M /trunk/modules/gui/skins2/src/vlcproc.hpp
13913
13914  * skins2/src/skin_main.cpp: New demux2 module to load automatically a skin.
13915    This only works when the skins2 interface is active.
13916    Not very much tested yet...
13917
13918 ------------------------------------------------------------------------
13919 r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
13920 Changed paths:
13921    M /trunk/configure.ac
13922    M /trunk/modules/control/corba/Modules.am
13923
13924 Proper fix for corba building problem (use AM_CONDITIONAL)
13925
13926 ------------------------------------------------------------------------
13927 r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
13928 Changed paths:
13929    M /trunk/modules/control/corba/mediacontrol-core.c
13930
13931 * Bug fix in unit conversion
13932 * Updated text display to new API (added i_channel)
13933
13934 ------------------------------------------------------------------------
13935 r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
13936 Changed paths:
13937    M /trunk/modules/audio_output/coreaudio.c
13938
13939   * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
13940
13941
13942 ------------------------------------------------------------------------
13943 r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
13944 Changed paths:
13945    M /trunk/modules/access/access2.c
13946    M /trunk/modules/access/dshow/dshow.cpp
13947    M /trunk/modules/access/dshow/filter.cpp
13948    M /trunk/modules/access/dshow/filter.h
13949    M /trunk/modules/demux/demux2.c
13950
13951 * modules/access/dshow: converted to access2/demux2. Let's hope I didn't break anything ;)
13952 ------------------------------------------------------------------------
13953 r7971 | gbazin | 2004-06-09 13:28:45 +0200 (Wed, 09 Jun 2004) | 1 line
13954 Changed paths:
13955    M /trunk/modules/video_output/directx/events.c
13956
13957 * modules/video_output/directx/events.c: implemented VOUT_CLOSE.
13958 ------------------------------------------------------------------------
13959 r7970 | gbazin | 2004-06-09 13:13:42 +0200 (Wed, 09 Jun 2004) | 1 line
13960 Changed paths:
13961    M /trunk/src/misc/net.c
13962
13963 * src/misc/net.c: fix for the udp-auto-mtu on win32.
13964 ------------------------------------------------------------------------
13965 r7969 | hartman | 2004-06-09 12:52:28 +0200 (Wed, 09 Jun 2004) | 2 lines
13966 Changed paths:
13967    M /trunk/TODO
13968
13969 * TODO: clarification to some of the vout redesign issues
13970
13971 ------------------------------------------------------------------------
13972 r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
13973 Changed paths:
13974    M /trunk/configure.ac
13975    M /trunk/modules/control/corba/Modules.am
13976
13977 Unclean but quick bugfix for the CORBA plugin building problem.
13978
13979 ------------------------------------------------------------------------
13980 r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
13981 Changed paths:
13982    M /trunk/modules/gui/wxwindows/bookmarks.cpp
13983
13984 * modules/gui/wxwindows/bookmarks.cpp: compilation fix.
13985 ------------------------------------------------------------------------
13986 r7966 | yoann | 2004-06-08 23:53:23 +0200 (Tue, 08 Jun 2004) | 2 lines
13987 Changed paths:
13988    M /trunk/modules/control/hotkeys.c
13989
13990  * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey. 
13991
13992 ------------------------------------------------------------------------
13993 r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
13994 Changed paths:
13995    M /trunk/modules/gui/skins2/vars/playlist.cpp
13996
13997  * playlist: oops, compilation fix.
13998
13999 ------------------------------------------------------------------------
14000 r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
14001 Changed paths:
14002    M /trunk/configure.ac
14003    M /trunk/vlc.roku
14004
14005 Choose -Os automatically on mipsel.
14006 ------------------------------------------------------------------------
14007 r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
14008 Changed paths:
14009    M /trunk/modules/audio_output/esd.c
14010
14011 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
14012
14013 ------------------------------------------------------------------------
14014 r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
14015 Changed paths:
14016    M /trunk/modules/access/http.c
14017
14018 Fix for requests without path when using proxy
14019
14020 ------------------------------------------------------------------------
14021 r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
14022 Changed paths:
14023    M /trunk/modules/control/corba/Modules.am
14024
14025 Fixes in the build system
14026
14027 ------------------------------------------------------------------------
14028 r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
14029 Changed paths:
14030    M /trunk/doc/developer/videolan-doc.xsl
14031
14032 * use screen.css too for the single html version, and reduce the toc size.
14033
14034 ------------------------------------------------------------------------
14035 r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
14036 Changed paths:
14037    M /trunk/modules/gui/skins/src/skin_main.cpp
14038
14039  * skin_main: compilation fix. (thx bigben for reporting them).
14040
14041 ------------------------------------------------------------------------
14042 r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
14043 Changed paths:
14044    M /trunk/modules/gui/skins/src/vlcproc.cpp
14045
14046  * vlcproc.cpp: compilation fix.
14047
14048 ------------------------------------------------------------------------
14049 r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
14050 Changed paths:
14051    M /trunk/modules/gui/gtk/control.c
14052
14053  * control: compilation fix.
14054
14055 ------------------------------------------------------------------------
14056 r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
14057 Changed paths:
14058    M /trunk/TODO
14059
14060 * fix TODO file
14061
14062 ------------------------------------------------------------------------
14063 r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
14064 Changed paths:
14065    M /trunk/Makefile.am
14066    M /trunk/src/input/input.c
14067    D /trunk/src/input/input_ext-intf.c
14068    M /trunk/src/input/input_programs.c
14069
14070  * src/input/input_ext-intf.c: no more unused.
14071
14072 ------------------------------------------------------------------------
14073 r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
14074 Changed paths:
14075    M /trunk/include/input_ext-intf.h
14076
14077  * input_ext-intf.h: removed unused functions/defines.
14078
14079 ------------------------------------------------------------------------
14080 r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
14081 Changed paths:
14082    M /trunk/TODO
14083
14084 * TODO: put todo's in TODO list instead of commit messages :)
14085
14086 ------------------------------------------------------------------------
14087 r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
14088 Changed paths:
14089    M /trunk/include/input_ext-intf.h
14090
14091  * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
14092                      input_ToggleES is removed.
14093
14094 ------------------------------------------------------------------------
14095 r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
14096 Changed paths:
14097    M /trunk/modules/gui/beos/VlcWrapper.cpp
14098    M /trunk/modules/gui/gtk/menu.c
14099    M /trunk/modules/gui/kde/interface.cpp
14100
14101  * all: don't use input_ToggleES.
14102
14103 ------------------------------------------------------------------------
14104 r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
14105 Changed paths:
14106    M /trunk/modules/gui/gtk/gtk_callbacks.c
14107    M /trunk/modules/gui/gtk/menu.c
14108
14109  * gtk: don't use input_ChangeArea.
14110
14111 ------------------------------------------------------------------------
14112 r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
14113 Changed paths:
14114    M /trunk/modules/gui/beos/VlcWrapper.cpp
14115
14116  * VlcWrapper: don't use input_ChangeArea.
14117
14118 ------------------------------------------------------------------------
14119 r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
14120 Changed paths:
14121    M /trunk/modules/control/lirc.c
14122
14123  * lirc: don't use input_ChangeArea.
14124
14125 ------------------------------------------------------------------------
14126 r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
14127 Changed paths:
14128    M /trunk/modules/gui/gtk/menu.c
14129
14130  * menu.c: don't use input_ChangeProgram.
14131
14132 ------------------------------------------------------------------------
14133 r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
14134 Changed paths:
14135    M /trunk/src/input/input.c
14136
14137  * input: warning fix + no more input_OffsetToTime.
14138
14139 ------------------------------------------------------------------------
14140 r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
14141 Changed paths:
14142    M /trunk/modules/gui/gtk/display.c
14143    M /trunk/modules/gui/kde/interface.cpp
14144    M /trunk/modules/gui/pda/pda.c
14145    M /trunk/modules/gui/qt/intf.cpp
14146    M /trunk/modules/gui/skins/src/skin_main.cpp
14147    M /trunk/modules/gui/skins2/vars/playlist.cpp
14148    M /trunk/modules/gui/wxwindows/interface.cpp
14149
14150  * all: don't use input_OffsetToTime anymore.
14151
14152 ------------------------------------------------------------------------
14153 r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
14154 Changed paths:
14155    M /trunk/doc/developer
14156    M /trunk/doc/developer/Makefile
14157
14158 * the txt rule now uses xsltproc. faster and nicer
14159
14160 ------------------------------------------------------------------------
14161 r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
14162 Changed paths:
14163    M /trunk/doc/developer/html
14164
14165 * developer/html : sorry forgot this svn:ignore...
14166
14167 ------------------------------------------------------------------------
14168 r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
14169 Changed paths:
14170    M /trunk/doc/developer
14171
14172 * added proper svn:ignore properties
14173
14174 ------------------------------------------------------------------------
14175 r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
14176 Changed paths:
14177    A /trunk/doc/developer/screen.css
14178
14179 Forgot the CSS
14180
14181 ------------------------------------------------------------------------
14182 r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
14183 Changed paths:
14184    M /trunk/configure.ac
14185    M /trunk/modules/control/corba/Modules.am
14186    M /trunk/modules/control/corba/corba.c
14187    M /trunk/modules/control/corba/mediacontrol-core.c
14188    M /trunk/modules/control/corba/mediacontrol-init.c
14189    M /trunk/modules/control/corba/mediacontrol-plugin.c
14190
14191 * All C files: coding style update
14192 * mediacontrol-core.c: update to the new control API
14193 * configure.ac, Modules.am: (unfinished) build changes
14194
14195 ------------------------------------------------------------------------
14196 r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
14197 Changed paths:
14198    M /trunk/doc/developer/Makefile
14199    M /trunk/doc/developer/decoders.xml
14200    M /trunk/doc/developer/input.xml
14201    D /trunk/doc/developer/modules.eps
14202    A /trunk/doc/developer/modules.png
14203    M /trunk/doc/developer/overview.xml
14204    D /trunk/doc/developer/ps.eps
14205    A /trunk/doc/developer/ps.png
14206    D /trunk/doc/developer/stream.eps
14207    A /trunk/doc/developer/stream.png
14208    D /trunk/doc/developer/ts.eps
14209    A /trunk/doc/developer/ts.png
14210
14211 Convert icons to png for pdf output
14212
14213 ------------------------------------------------------------------------
14214 r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
14215 Changed paths:
14216    M /trunk/doc/developer/Makefile
14217
14218 * fixed a few rules (pdf, txt and clean)
14219
14220 ------------------------------------------------------------------------
14221 r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
14222 Changed paths:
14223    M /trunk/doc/developer/Makefile
14224    M /trunk/doc/developer/history.xml
14225    A /trunk/doc/developer/html
14226    M /trunk/doc/developer/manual.xml
14227    A /trunk/doc/developer/stylesheet-print-noicones.dsl
14228    A /trunk/doc/developer/stylesheet-txt.dsl
14229    A /trunk/doc/developer/videolan-doc-chunk.xsl
14230    A /trunk/doc/developer/videolan-doc.xsl
14231
14232 Use xlstproc instead of jade for HTML output 
14233 Output PDF instead of PS
14234
14235 You will need 
14236  * xsltproc
14237  * the docbook XSL package
14238
14239 ------------------------------------------------------------------------
14240 r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
14241 Changed paths:
14242    M /trunk/modules/access/dvdplay/demux.c
14243    M /trunk/modules/access/dvdplay/intf.c
14244    M /trunk/modules/access/vcdx/access.c
14245    M /trunk/modules/access/vcdx/demux.c
14246    M /trunk/modules/access/vcdx/intf.c
14247
14248  * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
14249
14250 ------------------------------------------------------------------------
14251 r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
14252 Changed paths:
14253    M /trunk/modules/video_output/sdl.c
14254    M /trunk/modules/video_output/x11/xcommon.c
14255
14256  all: don't use input_Seek. Btw, sdl shouldn't do the seek itself, and
14257  follow the key-pressed scheme (I have removed thoses seeks).
14258  Someone to do the work ?
14259
14260 ------------------------------------------------------------------------
14261 r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
14262 Changed paths:
14263    M /trunk/modules/demux/mpeg/ps.c
14264    M /trunk/modules/demux/mpeg/system.c
14265
14266  * all: input_DumpStream isn't exported anymore.
14267
14268 ------------------------------------------------------------------------
14269 r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
14270 Changed paths:
14271    M /trunk/modules/access/access2.c
14272    M /trunk/modules/demux/demux2.c
14273
14274  * demux2, access2: prototype change.
14275
14276 ------------------------------------------------------------------------
14277 r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
14278 Changed paths:
14279    M /trunk/modules/gui/beos/VlcWrapper.cpp
14280    M /trunk/modules/gui/gtk/control.c
14281    M /trunk/modules/gui/gtk/gnome.c
14282    M /trunk/modules/gui/gtk/gtk.c
14283    M /trunk/modules/gui/gtk/gtk_callbacks.c
14284    M /trunk/modules/gui/gtk/menu.c
14285    M /trunk/modules/gui/kde/interface.cpp
14286    M /trunk/modules/gui/pda/pda.c
14287    M /trunk/modules/gui/pda/pda_callbacks.c
14288    M /trunk/modules/gui/qt/intf.cpp
14289    M /trunk/modules/gui/skins/src/vlcproc.cpp
14290
14291  * use var_Set/Get "state"/"position"/"rate" instead of old functions.
14292   I haven't tested thoses changes ...
14293
14294 ------------------------------------------------------------------------
14295 r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
14296 Changed paths:
14297    M /trunk/modules/control/corba/mediacontrol-core.c
14298    M /trunk/modules/control/joystick.c
14299    M /trunk/modules/control/lirc.c
14300
14301  * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
14302
14303 ------------------------------------------------------------------------
14304 r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
14305 Changed paths:
14306    M /trunk/include/input_ext-intf.h
14307    M /trunk/include/ninput.h
14308    M /trunk/include/vlc_common.h
14309    M /trunk/src/input/access.c
14310    M /trunk/src/input/control.c
14311    M /trunk/src/input/demux.c
14312    M /trunk/src/input/input.c
14313    M /trunk/src/input/input_ext-intf.c
14314    M /trunk/src/input/input_programs.c
14315    M /trunk/src/input/stream.c
14316
14317  * include: removed a few deprecated functions.
14318  * demux, access: change the prototype of access2_New/demux2_New.
14319  * control: implemented all INPUT_GET/SET.
14320  * src/input/*.c: removed old functions, move some of them.
14321               
14322
14323 ------------------------------------------------------------------------
14324 r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
14325 Changed paths:
14326    M /trunk/modules/demux/avi/avi.c
14327
14328  * avi: support for track without key flag set in the index.
14329
14330 ------------------------------------------------------------------------
14331 r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
14332 Changed paths:
14333    M /trunk/modules/demux/Modules.am
14334
14335  * Modules.am: oops ts2 -> ts
14336
14337 ------------------------------------------------------------------------
14338 r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
14339 Changed paths:
14340    M /trunk/modules/demux/demux2.c
14341
14342 * modules/demux/demux2.c: added v4l.
14343 ------------------------------------------------------------------------
14344 r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
14345 Changed paths:
14346    M /trunk/modules/access/access2.c
14347    M /trunk/modules/access/cdda.c
14348    M /trunk/modules/access/vcd/vcd.c
14349
14350  * access2: added shortcuts for vcd/svcd.
14351
14352 ------------------------------------------------------------------------
14353 r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
14354 Changed paths:
14355    M /trunk/modules/access/v4l/v4l.c
14356
14357  * v4l: converted to access2, but untested so ...
14358
14359 ------------------------------------------------------------------------
14360 r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
14361 Changed paths:
14362    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14363    M /trunk/modules/packetizer/h264.c
14364
14365  * all: added VSSH fourcc.
14366
14367 ------------------------------------------------------------------------
14368 r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
14369 Changed paths:
14370    M /trunk/modules/stream_out/standard.c
14371
14372  * standard: fixed a segfault.
14373
14374 ------------------------------------------------------------------------
14375 r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
14376 Changed paths:
14377    M /trunk/modules/access/http.c
14378
14379  * http: little clean up.
14380
14381 ------------------------------------------------------------------------
14382 r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
14383 Changed paths:
14384    M /trunk/modules/demux/mpeg/ts.c
14385
14386 * modules/demux/mpeg/ts.c: compilation fix.
14387 ------------------------------------------------------------------------
14388 r7920 | fenrir | 2004-06-06 19:24:06 +0200 (Sun, 06 Jun 2004) | 4 lines
14389 Changed paths:
14390    M /trunk/configure.ac
14391    M /trunk/modules/demux/mpeg/Modules.am
14392    M /trunk/modules/demux/mpeg/ts.c
14393    M /trunk/modules/mux/mpeg/Modules.am
14394    M /trunk/modules/mux/mpeg/ts.c
14395
14396  * all: - renamed old ts demuxer as ts_old(_dvbpsi).
14397         - renamed ts2 into ts at the build system level.
14398         - removed muxer without dvbpsi.
14399
14400 ------------------------------------------------------------------------
14401 r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
14402 Changed paths:
14403    M /trunk/modules/access/access2.c
14404    M /trunk/modules/access/vcd/vcd.c
14405
14406  * vcd/vcd.c: ported to access2.
14407  * access2: added chapter support.
14408
14409 ------------------------------------------------------------------------
14410 r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
14411 Changed paths:
14412    M /trunk/modules/video_output/snapshot.c
14413
14414 Removed call to input_Tell (which is deprecated)
14415
14416 ------------------------------------------------------------------------
14417 r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
14418 Changed paths:
14419    M /trunk/modules/demux/ts.c
14420
14421  * ts.c: module name is now ts. (thx thedj).
14422
14423 ------------------------------------------------------------------------
14424 r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
14425 Changed paths:
14426    M /trunk/modules/gui/wxwindows/bookmarks.cpp
14427
14428 * bookmarks.cpp: compilation fix
14429
14430 ------------------------------------------------------------------------
14431 r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
14432 Changed paths:
14433    M /trunk/modules/access/udp.c
14434
14435  * udp: increase the mtu by *2  instead of 10%.
14436
14437 ------------------------------------------------------------------------
14438 r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
14439 Changed paths:
14440    M /trunk/include/vlc/vlc.h
14441
14442 * bugfix to libvlc header
14443
14444 ------------------------------------------------------------------------
14445 r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
14446 Changed paths:
14447    M /trunk/modules/demux/sgimb.c
14448
14449 * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
14450
14451 ------------------------------------------------------------------------
14452 r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
14453 Changed paths:
14454    M /trunk/include/vlc/vlc.h
14455    M /trunk/mozilla/vlcshell.cpp
14456    M /trunk/src/libvlc.c
14457
14458 * WARNING: Libvlc API change
14459  - VLC_Set VLC_Get were changed to VLC_VariableGet VLC_VariableSet
14460  - VLC_ClearPlaylist was changed to VLC_PlaylistClear
14461  - Added a lot of new calls: 
14462    VLC_PositionGet, VLC_PositionSet, VLC_TimeGet, VLC_TimeSet,
14463    VLC_LengthGet, VLC_SpeedFaster, VLC_SpeedSlower, VLC_PlaylistIndex,
14464    VLC_PlaylistNumberOfItems, VLC_PlaylistNext, VLC_PlaylistPrev, 
14465    VLC_VolumeGet, VLC_VolumeSet, VLC_VolumeMute.
14466  - everything doxygenized.
14467  - There are NO mozilla functions of these additions yet. (someone else please?) 
14468
14469
14470 ------------------------------------------------------------------------
14471 r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
14472 Changed paths:
14473    M /trunk/modules/control/hotkeys.c
14474
14475  * modules/control/hotkeys.c : clean up
14476
14477 ------------------------------------------------------------------------
14478 r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
14479 Changed paths:
14480    M /trunk/modules/access/cdda.c
14481    M /trunk/modules/access/directory.c
14482    M /trunk/modules/access/file.c
14483    M /trunk/modules/access/ftp.c
14484    M /trunk/modules/access/http.c
14485    M /trunk/modules/access/mms/mmsh.c
14486    M /trunk/modules/access/mms/mmstu.c
14487    M /trunk/modules/access/tcp.c
14488    M /trunk/modules/access/udp.c
14489    M /trunk/modules/access/vcd/vcd.c
14490
14491  * access/*: use var_* helpers.
14492  * access/vcd/ clean up.
14493
14494 ------------------------------------------------------------------------
14495 r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
14496 Changed paths:
14497    M /trunk/include/network.h
14498    M /trunk/modules/control/telnet.c
14499    M /trunk/modules/misc/network/ipv4.c
14500    M /trunk/modules/misc/network/ipv6.c
14501    M /trunk/src/misc/net.c
14502
14503 Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
14504
14505 ------------------------------------------------------------------------
14506 r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
14507 Changed paths:
14508    M /trunk/include/ninput.h
14509    M /trunk/modules/gui/wxwindows/bookmarks.cpp
14510    M /trunk/modules/gui/wxwindows/dialogs.cpp
14511    M /trunk/modules/gui/wxwindows/wizard.cpp
14512    M /trunk/modules/gui/wxwindows/wxwindows.h
14513    M /trunk/src/input/control.c
14514
14515 * Interaction between bookmarks and streaming wizard
14516 * Edit bookmarks if possible
14517
14518 ------------------------------------------------------------------------
14519 r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
14520 Changed paths:
14521    M /trunk/include/variables.h
14522
14523  * variables: added var_Get/Set/CreateGetBool.
14524
14525 ------------------------------------------------------------------------
14526 r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
14527 Changed paths:
14528    M /trunk/include/variables.h
14529
14530  * variables: helpers: var_Get* .
14531
14532 ------------------------------------------------------------------------
14533 r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
14534 Changed paths:
14535    M /trunk/include/variables.h
14536
14537  * variables: added more helpers: var_CreateGet*
14538
14539 ------------------------------------------------------------------------
14540 r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
14541 Changed paths:
14542    M /trunk/src/input/input.c
14543
14544  * input: compute right value for position/time on position-offset and
14545 time-offset change.
14546
14547 ------------------------------------------------------------------------
14548 r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
14549 Changed paths:
14550    M /trunk/modules/access/access2.c
14551    M /trunk/modules/access/mms/asf.c
14552    M /trunk/modules/access/mms/asf.h
14553    M /trunk/modules/access/mms/buffer.c
14554    M /trunk/modules/access/mms/buffer.h
14555    M /trunk/modules/access/mms/mms.c
14556    M /trunk/modules/access/mms/mms.h
14557    M /trunk/modules/access/mms/mmsh.c
14558    M /trunk/modules/access/mms/mmsh.h
14559    M /trunk/modules/access/mms/mmstu.c
14560    M /trunk/modules/access/mms/mmstu.h
14561
14562  * mms/* : converted to access2. It should be reworked to use pf_block, but
14563 that can wait ...
14564  * access2: little fix + added mms* shortcuts.
14565
14566 ------------------------------------------------------------------------
14567 r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
14568 Changed paths:
14569    M /trunk/modules/video_output/snapshot.c
14570
14571  * snapshot: small warning fix + coding rules.
14572  Btw, the module uses input_Tell that is deprecated, Is it really needed ?
14573  If so, when ?
14574
14575
14576 ------------------------------------------------------------------------
14577 r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
14578 Changed paths:
14579    M /trunk/modules/demux/livedotcom.cpp
14580
14581  * livedotcom: small warning fix for old version.
14582
14583 ------------------------------------------------------------------------
14584 r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
14585 Changed paths:
14586    M /trunk/modules/demux/playlist/m3u.c
14587
14588 Fixed warning
14589
14590 ------------------------------------------------------------------------
14591 r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
14592 Changed paths:
14593    M /trunk/modules/mux/mp4.c
14594
14595  * mp4: fixed a small bug with subtitle.
14596
14597 ------------------------------------------------------------------------
14598 r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
14599 Changed paths:
14600    M /trunk/include/ninput.h
14601    M /trunk/modules/access/file.c
14602    M /trunk/src/input/input.c
14603    M /trunk/src/input/stream.c
14604
14605  * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
14606 STREAM_CONTROL_ACCESS.
14607  * all: added previous new commands support.
14608
14609 ------------------------------------------------------------------------
14610 r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
14611 Changed paths:
14612    M /trunk/configure.ac
14613    M /trunk/modules/video_output/hd1000v.cpp
14614    M /trunk/vlc.roku
14615
14616 HD1000 Cascade needs to link with mad and dvbpsi. Generalized buildscript and the HD1000v module has priority 100 on Roku OS
14617 ------------------------------------------------------------------------
14618 r7896 | ipkiss | 2004-06-05 21:23:03 +0200 (Sat, 05 Jun 2004) | 3 lines
14619 Changed paths:
14620    M /trunk/modules/gui/skins2/src/theme_loader.cpp
14621
14622  * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
14623    loading of .vlt files on Win32
14624
14625 ------------------------------------------------------------------------
14626 r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
14627 Changed paths:
14628    M /trunk/modules/access/access2.c
14629    M /trunk/modules/access/cdda.c
14630
14631  * cdda: converted to access2. It seems stable.
14632  * access2: added/fixed title support.
14633
14634 ------------------------------------------------------------------------
14635 r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
14636 Changed paths:
14637    M /trunk/modules/demux/demux2.c
14638
14639  * demux2: added wav.
14640
14641 ------------------------------------------------------------------------
14642 r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
14643 Changed paths:
14644    M /trunk/modules/gui/wxwindows/video.cpp
14645    M /trunk/src/interface/interface.c
14646
14647 * src/interface/interface.c, modules/gui/wxwindows/video.cpp: couple of fixes.
14648 ------------------------------------------------------------------------
14649 r7892 | gbazin | 2004-06-05 19:49:22 +0200 (Sat, 05 Jun 2004) | 3 lines
14650 Changed paths:
14651    M /trunk/modules/gui/wxwindows/video.cpp
14652    M /trunk/modules/video_output/x11/xcommon.c
14653    M /trunk/src/video_output/vout_intf.c
14654
14655 * src/video_output/vout_intf.c: only embed the video if the main interface supports it (don't check other interfaces).
14656 * modules/gui/wxwindows/video.cpp, modules/video_output/x11/xcommon.c: in embedded mode, close the vout window if vlc is exiting.
14657
14658 ------------------------------------------------------------------------
14659 r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
14660 Changed paths:
14661    M /trunk/modules/demux/m3u.c
14662    M /trunk/modules/demux/playlist/m3u.c
14663
14664 * Added an extension check to m3u plugins for .ram files.
14665 These files can contain a single line with a rtsp:// link which VLC sometimes is able to handle.
14666
14667 for MPEG-4 unicasted RealMedia streams.
14668
14669 ------------------------------------------------------------------------
14670 r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
14671 Changed paths:
14672    M /trunk/src/libvlc.c
14673
14674 * fix a compilation error
14675
14676 ------------------------------------------------------------------------
14677 r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
14678 Changed paths:
14679    M /trunk/TODO
14680    M /trunk/evc/vlc.c
14681    M /trunk/include/vlc/vlc.h
14682    M /trunk/include/vlc_common.h
14683    M /trunk/include/vlc_playlist.h
14684    M /trunk/modules/control/corba/mediacontrol-init.c
14685    M /trunk/mozilla/vlcpeer.cpp
14686    M /trunk/mozilla/vlcshell.cpp
14687    M /trunk/python/vlcmodule.c
14688    M /trunk/src/libvlc.c
14689    M /trunk/src/vlc.c
14690
14691 NOTE: libvlc API changes
14692 * renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
14693 * added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
14694 * reordered the functions in libvlc. everything was mixed up.
14695 * added doxygen info to all the functions
14696 * fixed several functions to use the correct underlying API calls
14697 * corrected the copyright info
14698
14699
14700 This is in preparation of the new libvlc calls for mozilla plugin
14701 temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
14702
14703 ------------------------------------------------------------------------
14704 r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
14705 Changed paths:
14706    M /trunk/modules/access/udp.c
14707
14708  * udp: activate udp-auto-mtu by default. It increases the internal MTU
14709 by 10% each time we read a packet greater or equal to the MTU.
14710  It should be harmless.
14711
14712 ------------------------------------------------------------------------
14713 r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
14714 Changed paths:
14715    M /trunk/modules/demux/demux2.c
14716    M /trunk/modules/demux/mpeg/ts.c
14717    M /trunk/modules/demux/ts.c
14718
14719  * ts.c : renamed to ts.
14720  * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
14721
14722 ------------------------------------------------------------------------
14723 r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
14724 Changed paths:
14725    M /trunk/modules/access/access2.c
14726    M /trunk/modules/access/udp.c
14727
14728  * udp: converted to access2 (using pf_block, so for now it may hurt a
14729 bit the perfs as we do a memcpy in access2.c)
14730
14731 ------------------------------------------------------------------------
14732 r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
14733 Changed paths:
14734    M /trunk/doc/skins/skins2-howto.xml
14735
14736  * doc/skins2-howto.xml: Missing "required" specification
14737
14738 ------------------------------------------------------------------------
14739 r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
14740 Changed paths:
14741    M /trunk/src/misc/modules.c
14742
14743 * src/misc/modules.c: some error checking when loading the cache plugins file.
14744 ------------------------------------------------------------------------
14745 r7883 | gbazin | 2004-06-04 12:35:06 +0200 (Fri, 04 Jun 2004) | 1 line
14746 Changed paths:
14747    M /trunk/TODO
14748    M /trunk/modules/codec/spudec/render.c
14749
14750 * modules/codec/spudec/render.c: chroma support for dvd subtitles.
14751 ------------------------------------------------------------------------
14752 r7882 | oaubert | 2004-06-04 11:10:48 +0200 (Fri, 04 Jun 2004) | 2 lines
14753 Changed paths:
14754    M /trunk/modules/video_output/snapshot.c
14755
14756 Coding-style updates (whitespace related)
14757
14758 ------------------------------------------------------------------------
14759 r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
14760 Changed paths:
14761    M /trunk/modules/codec/ffmpeg/ffmpeg.c
14762
14763  * ffmpeg: added XVIX fourcc (buggy xvid streams)
14764
14765 ------------------------------------------------------------------------
14766 r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
14767 Changed paths:
14768    M /trunk/modules/access/directory.c
14769    M /trunk/modules/demux/demux2.c
14770
14771  * directory: converted to access2.
14772
14773 ------------------------------------------------------------------------
14774 r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
14775 Changed paths:
14776    M /trunk/modules/mux/mp4.c
14777
14778  * mp4: fix for width in tkhd for video stream with null aspect.
14779
14780 ------------------------------------------------------------------------
14781 r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
14782 Changed paths:
14783    M /trunk/TODO
14784
14785 * Fix the todotable
14786
14787 ------------------------------------------------------------------------
14788 r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
14789 Changed paths:
14790    M /trunk/TODO
14791
14792 TODO: Fixed up the entry on vobsub
14793
14794 ------------------------------------------------------------------------
14795 r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
14796 Changed paths:
14797    M /trunk/TODO
14798
14799 * shitload of work we can do
14800
14801 ------------------------------------------------------------------------
14802 r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
14803 Changed paths:
14804    A /trunk/TODO
14805
14806 Embryo of a Todo list, feel free to use it :)
14807
14808 ------------------------------------------------------------------------
14809 r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
14810 Changed paths:
14811    M /trunk/src/misc/modules.c
14812
14813 * src/misc/modules.c: in plugins cache mode, force immediate module loading if the module's config contains callbacks or actions. This could be avoided but a new api call will have to be introduced for that.
14814 ------------------------------------------------------------------------
14815 r7873 | fenrir | 2004-06-03 02:08:54 +0200 (Thu, 03 Jun 2004) | 4 lines
14816 Changed paths:
14817    M /trunk/modules/access/access2.c
14818    M /trunk/modules/access/file.c
14819
14820  * file: converted to access2. I hope it still compils everywhere.
14821  * access2: added stream/file/kfir shortcut. Begin title support but
14822 nothing usable yet.
14823
14824 ------------------------------------------------------------------------
14825 r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
14826 Changed paths:
14827    M /trunk/modules/control/hotkeys.c
14828
14829  * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
14830
14831 ------------------------------------------------------------------------
14832 r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
14833 Changed paths:
14834    M /trunk/include/osd.h
14835    M /trunk/include/video_output.h
14836    M /trunk/include/vlc_video.h
14837    M /trunk/modules/codec/cmml/intf.c
14838    M /trunk/modules/codec/dvbsub.c
14839    M /trunk/modules/codec/ogt/cvd_parse.c
14840    M /trunk/modules/codec/ogt/ogt_parse.c
14841    M /trunk/modules/codec/spudec/parse.c
14842    M /trunk/modules/codec/subsdec.c
14843    M /trunk/modules/control/hotkeys.c
14844    M /trunk/modules/control/lirc.c
14845    M /trunk/modules/gui/macosx/controls.m
14846    M /trunk/modules/gui/macosx/playlist.m
14847    M /trunk/modules/misc/dummy/renderer.c
14848    M /trunk/modules/misc/freetype.c
14849    M /trunk/src/video_output/video_text.c
14850    M /trunk/src/video_output/video_widgets.c
14851    M /trunk/src/video_output/vout_subpictures.c
14852
14853 Support for multiple OSD channels :
14854 * added i_channel and i_content properties to subpicture_t
14855 * p_last_osd_message is no more used
14856
14857 An OSD channel can contain simultaneously an OSD text and an OSD widget.
14858
14859
14860 ------------------------------------------------------------------------
14861 r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
14862 Changed paths:
14863    M /trunk/modules/access/pvr/pvr.c
14864
14865  * pvr: cosmetic.
14866
14867 ------------------------------------------------------------------------
14868 r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
14869 Changed paths:
14870    M /trunk/modules/access/ftp.c
14871    M /trunk/modules/access/http.c
14872    M /trunk/modules/access/pvr/pvr.c
14873    M /trunk/modules/access/tcp.c
14874
14875  * all: removed ACCESS_GET_SEEKPOINT_INFO.
14876
14877 ------------------------------------------------------------------------
14878 r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
14879 Changed paths:
14880    M /trunk/include/ninput.h
14881
14882  * ninput: changed the way title and seekpoint work.
14883
14884 ------------------------------------------------------------------------
14885 r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
14886 Changed paths:
14887    M /trunk/vlc.roku
14888
14889 built rules for HD1000
14890 ------------------------------------------------------------------------
14891 r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
14892 Changed paths:
14893    M /trunk/modules/misc/freetype.c
14894
14895 * modules/misc/freetype.c: optimized subtitles rendering a bit.
14896 ------------------------------------------------------------------------
14897 r7865 | gbazin | 2004-06-02 14:59:47 +0200 (Wed, 02 Jun 2004) | 1 line
14898 Changed paths:
14899    M /trunk/modules/gui/wxwindows/playlist.cpp
14900    M /trunk/modules/gui/wxwindows/wxwindows.h
14901
14902 * modules/gui/wxwindows/playlist.cpp: better playlist window resizing.
14903 ------------------------------------------------------------------------
14904 r7864 | gbazin | 2004-06-02 14:11:54 +0200 (Wed, 02 Jun 2004) | 1 line
14905 Changed paths:
14906    M /trunk/modules/gui/wxwindows/playlist.cpp
14907
14908 * modules/gui/wxwindows/playlist.cpp: fixed a few segfaults + removed unused code.
14909 ------------------------------------------------------------------------
14910 r7863 | fenrir | 2004-06-02 00:14:26 +0200 (Wed, 02 Jun 2004) | 2 lines
14911 Changed paths:
14912    M /trunk/modules/access/access2.c
14913
14914  * access2: lastest API change.
14915
14916 ------------------------------------------------------------------------
14917 r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
14918 Changed paths:
14919    M /trunk/src/input/es_out.c
14920
14921  es_out: clean up.
14922
14923 ------------------------------------------------------------------------
14924 r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
14925 Changed paths:
14926    M /trunk/src/input/demux.c
14927
14928  * demux: init info field. (Not used yet).
14929
14930 ------------------------------------------------------------------------
14931 r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
14932 Changed paths:
14933    M /trunk/src/input/access.c
14934
14935  * access: init info field.
14936
14937 ------------------------------------------------------------------------
14938 r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
14939 Changed paths:
14940    M /trunk/include/ninput.h
14941    M /trunk/modules/access/ftp.c
14942    M /trunk/modules/access/http.c
14943    M /trunk/modules/access/pvr/pvr.c
14944    M /trunk/modules/access/tcp.c
14945
14946  * all: a few changes in access2 (added a info field to access_t, remove
14947 ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
14948
14949 ------------------------------------------------------------------------
14950 r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
14951 Changed paths:
14952    M /trunk/modules/gui/skins2/x11/x11_display.cpp
14953
14954   * x11_display.cpp: support 15bpp mode for X11 skins and avoid a segfault
14955     when a mode is not supported (closes bug #1809). Move the "main window"
14956     outside the screen to avoid seeing it in the workspace selector applet.
14957
14958 ------------------------------------------------------------------------
14959 r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
14960 Changed paths:
14961    M /trunk/include/configuration.h
14962    M /trunk/include/modules.h
14963    M /trunk/src/libvlc.c
14964    M /trunk/src/misc/configuration.c
14965    M /trunk/src/misc/modules.c
14966
14967 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
14968
14969 ------------------------------------------------------------------------
14970 r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
14971 Changed paths:
14972    M /trunk/modules/gui/wxwindows/wizard.cpp
14973
14974 * compilation (unicode) fix
14975
14976 ------------------------------------------------------------------------
14977 r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
14978 Changed paths:
14979    M /trunk/modules/gui/wxwindows/Modules.am
14980    M /trunk/modules/gui/wxwindows/wizard.cpp
14981    M /trunk/modules/gui/wxwindows/wxwindows.h
14982
14983 * wizard.cpp : - TTL and SAP support
14984                - Sanity checks for transcode output file
14985
14986 * Modules.am : Added new "icons" to dist
14987
14988 ------------------------------------------------------------------------
14989 r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
14990 Changed paths:
14991    M /trunk/modules/gui/wxwindows/playlist.cpp
14992
14993 Make the playlist window resizeable
14994 Use a smaller font
14995
14996 ------------------------------------------------------------------------
14997 r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
14998 Changed paths:
14999    M /trunk/modules/access/access2.c
15000    M /trunk/modules/access/pvr/pvr.c
15001
15002 pvr.c : Converted to access2 and added options for autobuilt panels
15003
15004 ------------------------------------------------------------------------
15005 r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
15006 Changed paths:
15007    M /trunk/configure.ac
15008
15009  * configure.ac: added access2 ;)
15010
15011 ------------------------------------------------------------------------
15012 r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
15013 Changed paths:
15014    M /trunk/doc/skins/skins2-howto.xml
15015
15016 skins2-howto.xml: Added two internal links
15017
15018 ------------------------------------------------------------------------
15019 r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
15020 Changed paths:
15021    M /trunk/modules/gui/skins2/src/theme_loader.cpp
15022
15023  * skins2: same fix as in modules/access/directory.c
15024
15025 ------------------------------------------------------------------------
15026 r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
15027 Changed paths:
15028    M /trunk/modules/gui/wxwindows/preferences.cpp
15029
15030  * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
15031
15032 ------------------------------------------------------------------------
15033 r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
15034 Changed paths:
15035    M /trunk/src/playlist/playlist.c
15036
15037 Fix play-and-stop behaviour with playlist_Command
15038
15039 ------------------------------------------------------------------------
15040 r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
15041 Changed paths:
15042    M /trunk/modules/gui/ncurses.c
15043
15044  * ncurses: fixed the error that was making the browser so slow.
15045
15046 ------------------------------------------------------------------------
15047 r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
15048 Changed paths:
15049    M /trunk/modules/gui/ncurses.c
15050
15051 * modules/gui/ncurses.c: Ahum fixed broken filebrowser.
15052   that's what you get when you are hacking something 
15053   you don't understand 100% 
15054
15055 ------------------------------------------------------------------------
15056 r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
15057 Changed paths:
15058    M /trunk/modules/access/access2.c
15059
15060  * access2: fix seek with access2 using pf_block.
15061
15062 ------------------------------------------------------------------------
15063 r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
15064 Changed paths:
15065    M /trunk/modules/access/access2.c
15066    M /trunk/modules/access/tcp.c
15067
15068  * tcp: convertd to access2.
15069
15070 ------------------------------------------------------------------------
15071 r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
15072 Changed paths:
15073    M /trunk/modules/codec/x264.c
15074
15075  * x264: I have commited debug stuff :(
15076
15077 ------------------------------------------------------------------------
15078 r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
15079 Changed paths:
15080    M /trunk/modules/access/access2.c
15081    M /trunk/modules/access/ftp.c
15082
15083  * access2: fixed seeking.
15084  * ftp: converted to access2.
15085
15086 ------------------------------------------------------------------------
15087 r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
15088 Changed paths:
15089    M /trunk/src/input/input.c
15090
15091  * input.c: set access2->b_die.
15092
15093 ------------------------------------------------------------------------
15094 r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
15095 Changed paths:
15096    M /trunk/modules/access/access2.c
15097    M /trunk/modules/access/http.c
15098
15099  * access2: support for demuxer access provided.
15100  * http: converted to access2.
15101
15102 ------------------------------------------------------------------------
15103 r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
15104 Changed paths:
15105    M /trunk/modules/gui/ncurses.c
15106
15107 * Added a filebrowser (B)
15108 * Messages now uses 'L' as hotkey
15109
15110 ------------------------------------------------------------------------
15111 r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
15112 Changed paths:
15113    M /trunk/modules/access/directory.c
15114
15115 * ahum. == on a mask instead of &
15116
15117 ------------------------------------------------------------------------
15118 r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
15119 Changed paths:
15120    M /trunk/src/input/access.c
15121    M /trunk/src/input/demux.c
15122
15123  * access,demux: fixed parsing.
15124
15125 ------------------------------------------------------------------------
15126 r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
15127 Changed paths:
15128    M /trunk/src/audio_output/input.c
15129
15130  * input: warning fix (int ->byte_t*).
15131
15132 ------------------------------------------------------------------------
15133 r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
15134 Changed paths:
15135    M /trunk/modules/access/directory.c
15136
15137 * modules/access/directory.c: minor fix.
15138 ------------------------------------------------------------------------
15139 r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
15140 Changed paths:
15141    M /trunk/modules/codec/ffmpeg/chroma.c
15142
15143 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
15144 format ffmpeg likes
15145
15146 ------------------------------------------------------------------------
15147 r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
15148 Changed paths:
15149    M /trunk/modules/gui/wxwindows/wizard.cpp
15150
15151 * wizard.cpp: compilation fixes
15152
15153 ------------------------------------------------------------------------
15154 r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
15155 Changed paths:
15156    M /trunk/modules/gui/wxwindows/playlist.cpp
15157    A /trunk/modules/gui/wxwindows/streamdata.h
15158    M /trunk/modules/gui/wxwindows/streamout.cpp
15159    M /trunk/modules/gui/wxwindows/wizard.cpp
15160
15161 Move streaming data to a separate file (will have to be moved to /include)
15162
15163 ------------------------------------------------------------------------
15164 r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
15165 Changed paths:
15166    M /trunk/modules/access/Modules.am
15167    A /trunk/modules/access/access2.c
15168
15169  * access2: access2 <-> access1 wrapper (untested).
15170
15171 ------------------------------------------------------------------------
15172 r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
15173 Changed paths:
15174    M /trunk/include/ninput.h
15175
15176  * ninput: typo.
15177
15178 ------------------------------------------------------------------------
15179 r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
15180 Changed paths:
15181    M /trunk/include/ninput.h
15182
15183  * ninput: more access2 things.
15184
15185 ------------------------------------------------------------------------
15186 r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
15187 Changed paths:
15188    A /trunk/modules/gui/wxwindows/bitmaps/loop.xpm
15189    A /trunk/modules/gui/wxwindows/bitmaps/repeat.xpm
15190    A /trunk/modules/gui/wxwindows/bitmaps/shuffle.xpm
15191    M /trunk/modules/gui/wxwindows/playlist.cpp
15192
15193 Missing icons
15194
15195 ------------------------------------------------------------------------
15196 r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
15197 Changed paths:
15198    M /trunk/src/input/access.c
15199
15200  * access: implement access2_nEw (untested).
15201
15202 ------------------------------------------------------------------------
15203 r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
15204 Changed paths:
15205    M /trunk/modules/gui/wxwindows/interface.cpp
15206    M /trunk/modules/gui/wxwindows/open.cpp
15207    M /trunk/modules/gui/wxwindows/playlist.cpp
15208    M /trunk/modules/gui/wxwindows/timer.cpp
15209    M /trunk/modules/gui/wxwindows/wizard.cpp
15210    M /trunk/modules/gui/wxwindows/wxwindows.h
15211
15212 * New wizard is now about usable, yet unfinished
15213     Todo
15214         - Heavy testing
15215         - Missing sanity checks
15216         - Extra options
15217         - Fix layout bugs
15218
15219 * playlist.cpp : Smaller layout, icons to do...
15220
15221 * timer.cpp : show the name and not the URI in status bar
15222
15223 * open.cpp : Bugfix for modal mode
15224
15225 ------------------------------------------------------------------------
15226 r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
15227 Changed paths:
15228    M /trunk/modules/audio_output/alsa.c
15229
15230 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
15231 have no functional impact.
15232
15233 ------------------------------------------------------------------------
15234 r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
15235 Changed paths:
15236    M /trunk/src/misc/modules.c
15237
15238 * src/misc/modules.c: avoid name collisions on win32.
15239 ------------------------------------------------------------------------
15240 r7823 | sigmunau | 2004-05-30 12:52:02 +0200 (Sun, 30 May 2004) | 3 lines
15241 Changed paths:
15242    M /trunk/share/http/index.html
15243
15244 share/http/index.html: output valid xhtml, even with an empty playlist. Show
15245 a message in the playlist area if the playlist is empty.
15246
15247 ------------------------------------------------------------------------
15248 r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
15249 Changed paths:
15250    M /trunk/modules/gui/gtk/gnome.c
15251    M /trunk/modules/gui/gtk/gtk.c
15252    M /trunk/modules/gui/gtk/open.c
15253
15254 * modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.
15255 ------------------------------------------------------------------------
15256 r7821 | fenrir | 2004-05-30 02:14:30 +0200 (Sun, 30 May 2004) | 2 lines
15257 Changed paths:
15258    M /trunk/include/ninput.h
15259    M /trunk/src/input/access.c
15260
15261  * ninput, access: compilation fix.
15262
15263 ------------------------------------------------------------------------
15264 r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
15265 Changed paths:
15266    M /trunk/Makefile.am
15267
15268  * Makefile.am: added acces.c (for people still using make ;)
15269
15270 ------------------------------------------------------------------------
15271 r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
15272 Changed paths:
15273    M /trunk/include/input_ext-intf.h
15274    M /trunk/include/ninput.h
15275    M /trunk/include/vlc_common.h
15276    M /trunk/include/vlc_objects.h
15277    A /trunk/src/input/access.c
15278    M /trunk/src/input/es_out.c
15279    M /trunk/src/misc/messages.c
15280    M /trunk/src/misc/objects.c
15281
15282  * all: begin to introduce access_t (nothing working yet).
15283
15284 ------------------------------------------------------------------------
15285 r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
15286 Changed paths:
15287    M /trunk/src/misc/modules.c
15288
15289 * src/misc/modules.c: small cleanup.
15290 ------------------------------------------------------------------------
15291 r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
15292 Changed paths:
15293    M /trunk/include/modules.h
15294    M /trunk/include/vlc_common.h
15295    M /trunk/include/vlc_config.h
15296    M /trunk/src/libvlc.c
15297    M /trunk/src/libvlc.h
15298    M /trunk/src/misc/configuration.c
15299    M /trunk/src/misc/modules.c
15300
15301 * include/*,src/*: New plugins cache feature for faster load times.
15302    This is still experimental so isn't enabled by default (use --plugins-cache).
15303    There are also a few issues that aren't dealt with yet:
15304      - translation of module strings.
15305      - config options callbacks and actions.
15306      - a few memory leaks.
15307      - and likely other things ;)
15308    You can easily reset the plugins cache with --reset-plugins-cache.
15309
15310 ------------------------------------------------------------------------
15311 r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
15312 Changed paths:
15313    M /trunk/modules/gui/ncurses.c
15314
15315  * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
15316
15317 ------------------------------------------------------------------------
15318 r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
15319 Changed paths:
15320    M /trunk/include/osd.h
15321    M /trunk/modules/control/hotkeys.c
15322    M /trunk/src/video_output/video_widgets.c
15323
15324 Added a Mute OSD icon.
15325
15326 ------------------------------------------------------------------------
15327 r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
15328 Changed paths:
15329    M /trunk/modules/stream_out/rtp.c
15330
15331  * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
15332 Finlayson)
15333
15334
15335 ------------------------------------------------------------------------
15336 r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
15337 Changed paths:
15338    M /trunk/modules/mux/mpeg/ts.c
15339
15340  * ts: added 14496-17 (text sub) support. It assumes that input is utf8
15341 (wrong as long as we don't have a real subtitle packetizer).
15342  It doesn't work very well, the syncho is a broken (subs are late by more
15343 than 1s).
15344
15345 ------------------------------------------------------------------------
15346 r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
15347 Changed paths:
15348    M /trunk/modules/packetizer/copy.c
15349
15350  * copy: low latency for subt.
15351   TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
15352
15353 ------------------------------------------------------------------------
15354 r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
15355 Changed paths:
15356    M /trunk/modules/demux/ts.c
15357
15358  ts: ooops, debug messages removed.
15359
15360 ------------------------------------------------------------------------
15361 r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
15362 Changed paths:
15363    M /trunk/modules/demux/ts.c
15364
15365  * ts.c: - send PES as soon as possible to decoder (and not waiting the
15366            next one).
15367          - added partial 14496-17 support, in other words mpeg4 text
15368            subtitles.
15369
15370 ------------------------------------------------------------------------
15371 r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
15372 Changed paths:
15373    M /trunk/configure.ac
15374
15375 * Let's enable folks to bootstrap
15376
15377 ------------------------------------------------------------------------
15378 r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
15379 Changed paths:
15380    M /trunk/modules/gui/Modules.am
15381    D /trunk/modules/gui/ncurses
15382    A /trunk/modules/gui/ncurses.c (from /trunk/modules/gui/ncurses/ncurses.c:7799)
15383
15384 * ncurses intf
15385   - Moved one dir higher
15386   - Fixed the Quit function
15387   - Added Volume Controls
15388   - Added Repeat/Loop/Random
15389   - Fixed the info box
15390   - Added Fullscreen remark to help box
15391
15392 It is now the perfect remote controller if I use my 'bedside terminal'.
15393 ssh/screen/ncurses is like magic.
15394
15395 ------------------------------------------------------------------------
15396 r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
15397 Changed paths:
15398    M /trunk/modules/gui/macosx/intf.m
15399
15400 * Fix some small potential crashes
15401
15402 ------------------------------------------------------------------------
15403 r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
15404 Changed paths:
15405    M /trunk/src/input/input.c
15406
15407 * src/input/input.c: As soon as we know the length of a file, set 
15408   the playlist item duration. Now mpeg files will show their duration.
15409
15410 ------------------------------------------------------------------------
15411 r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
15412 Changed paths:
15413    M /trunk/modules/stream_out/rtp.c
15414
15415  * rtp: h263 support (untested).
15416  Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
15417  
15418
15419 ------------------------------------------------------------------------
15420 r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
15421 Changed paths:
15422    M /trunk/modules/packetizer/copy.c
15423
15424  * copy: don't break the length for subtitle packet.
15425
15426 ------------------------------------------------------------------------
15427 r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
15428 Changed paths:
15429    M /trunk/modules/mux/mp4.c
15430
15431  * mp4: first try to add text subtitle muxing support. They are added
15432 like it is done in .mov (and not like .mp4 as I failed to find any
15433 samples)
15434  VLC is able to play them. I don't think QT will like them for now.
15435
15436 ------------------------------------------------------------------------
15437 r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
15438 Changed paths:
15439    M /trunk/modules/demux/mp4/mp4.c
15440
15441  * mp4: convert all \r to \n in subt.
15442
15443 ------------------------------------------------------------------------
15444 r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
15445 Changed paths:
15446    M /trunk/modules/gui/macosx/playlistinfo.h
15447    M /trunk/modules/gui/macosx/playlistinfo.m
15448
15449 * fixed broken translation of 2 buttons of the info-window
15450 ------------------------------------------------------------------------
15451 r7800 | hartman | 2004-05-28 14:04:06 +0200 (Fri, 28 May 2004) | 3 lines
15452 Changed paths:
15453    M /trunk/modules/control/corba/Modules.am
15454
15455 * bootstrap fix for corba module
15456   make dist might still be broken? This makefile could use some sam power.
15457
15458 ------------------------------------------------------------------------
15459 r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
15460 Changed paths:
15461    M /trunk/configure.ac
15462
15463 * configure.ac: netsync needs to be linked with ws2_32 on win32.
15464 ------------------------------------------------------------------------
15465 r7798 | fenrir | 2004-05-28 00:30:12 +0200 (Fri, 28 May 2004) | 2 lines
15466 Changed paths:
15467    M /trunk/modules/demux/mp4/libmp4.c
15468    M /trunk/modules/demux/mp4/libmp4.h
15469    M /trunk/modules/demux/mp4/mp4.c
15470
15471  * mp4: added text track support. (there is a problem with the encoding).
15472
15473 ------------------------------------------------------------------------
15474 r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
15475 Changed paths:
15476    M /trunk/modules/video_chroma/i422_yuy2.c
15477
15478 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
15479
15480 ------------------------------------------------------------------------
15481 r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
15482 Changed paths:
15483    M /trunk/Makefile.am
15484
15485 * Makefile.am: added include/snapshot.h.
15486 ------------------------------------------------------------------------
15487 r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
15488 Changed paths:
15489    M /trunk/modules/control/netsync.c
15490
15491 * modules/control/netsync.c: test before you commit.
15492 ------------------------------------------------------------------------
15493 r7794 | gbazin | 2004-05-27 21:12:09 +0200 (Thu, 27 May 2004) | 3 lines
15494 Changed paths:
15495    M /trunk/modules/control/netsync.c
15496    M /trunk/modules/video_output/snapshot.c
15497
15498 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
15499 * control/netsync.c: small fix.
15500
15501 ------------------------------------------------------------------------
15502 r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
15503 Changed paths:
15504    M /trunk/modules/demux/mjpeg.c
15505
15506 remove debug messages along the success path
15507
15508 ------------------------------------------------------------------------
15509 r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
15510 Changed paths:
15511    M /trunk/modules/demux/mjpeg.c
15512
15513 * modules/demux/mjpeg.c: fixed small memleak.
15514 ------------------------------------------------------------------------
15515 r7791 | oaubert | 2004-05-27 17:48:33 +0200 (Thu, 27 May 2004) | 9 lines
15516 Changed paths:
15517    M /trunk/modules/control/corba/MediaControl.idl
15518    M /trunk/modules/control/corba/Modules.am
15519    M /trunk/modules/control/corba/README
15520    M /trunk/modules/control/corba/corba.c
15521    A /trunk/modules/control/corba/mediacontrol-core.c
15522    A /trunk/modules/control/corba/mediacontrol-core.h
15523    A /trunk/modules/control/corba/mediacontrol-init.c
15524    A /trunk/modules/control/corba/mediacontrol-plugin.c
15525
15526 CORBA module update:
15527 - the VLC-specific code has been isolated in mediacontrol-core.c so that
15528   corba.c only has to glue CORBA calls to C calls.
15529 - the IDL has been modified:
15530   - snapshot support
15531   - text display support
15532   - access to stream information
15533   - access to volume information
15534
15535 ------------------------------------------------------------------------
15536 r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
15537 Changed paths:
15538    A /trunk/modules/control/corba/MediaControl.idl (from /trunk/modules/control/corba/mediacontrol.idl:7789)
15539    D /trunk/modules/control/corba/client.py
15540    D /trunk/modules/control/corba/launch-vlc-corba
15541    D /trunk/modules/control/corba/mediacontrol.idl
15542    D /trunk/modules/control/corba/pyorbit-1.99.3.patch
15543    D /trunk/modules/control/corba/simpleplayer.glade
15544    D /trunk/modules/control/corba/simpleplayer.py
15545
15546 Code cleanup to prepare CORBA module update
15547
15548 ------------------------------------------------------------------------
15549 r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
15550 Changed paths:
15551    M /trunk/modules/demux/mjpeg.c
15552
15553 * modules/demux/mjpeg.c: fixed --mjpeg-fps.
15554 ------------------------------------------------------------------------
15555 r7788 | oaubert | 2004-05-27 17:37:46 +0200 (Thu, 27 May 2004) | 3 lines
15556 Changed paths:
15557    M /trunk/modules/video_output/Modules.am
15558
15559 Snapshot module (dummy video output module keeping a configurable image cache). 
15560 It is chiefly used by the corba module.
15561
15562 ------------------------------------------------------------------------
15563 r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
15564 Changed paths:
15565    M /trunk/configure.ac
15566    A /trunk/include/snapshot.h
15567    A /trunk/modules/video_output/snapshot.c
15568
15569 Snapshot module (dummy video output module keeping a configurable image cache). 
15570 It is chiefly used by the corba module.
15571
15572 ------------------------------------------------------------------------
15573 r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
15574 Changed paths:
15575    M /trunk/modules/demux/mjpeg.c
15576
15577 * modules/demux/mjpeg.c: fixed pts calculation.
15578 ------------------------------------------------------------------------
15579 r7785 | gbazin | 2004-05-27 17:21:11 +0200 (Thu, 27 May 2004) | 1 line
15580 Changed paths:
15581    M /trunk/modules/demux/mjpeg.c
15582
15583 * modules/demux/mjpeg.c: got rid of a couple of useless things.
15584 ------------------------------------------------------------------------
15585 r7784 | gbazin | 2004-05-27 13:40:46 +0200 (Thu, 27 May 2004) | 2 lines
15586 Changed paths:
15587    M /trunk/configure.ac
15588    M /trunk/modules/control/Modules.am
15589    A /trunk/modules/control/netsync.c
15590
15591 * modules/control/netsync.c: Experimental network synchronisation module.
15592
15593 ------------------------------------------------------------------------
15594 r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
15595 Changed paths:
15596    M /trunk/modules/demux/demux2.c
15597    M /trunk/src/libvlc.h
15598    M /trunk/src/playlist/playlist.c
15599
15600  * src/libvlc.h
15601    src/playlist/playlist.c: added a "--play-and-stop" feature.
15602    This stops the playlist after each played item. It does however increase
15603    the index. (also very useful for sap playlist when a lot of channels fail to open).
15604
15605 ------------------------------------------------------------------------
15606 r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
15607 Changed paths:
15608    M /trunk/configure.ac
15609    M /trunk/modules/LIST
15610
15611 * enable mjpeg module and add to LIST
15612
15613 ------------------------------------------------------------------------
15614 r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
15615 Changed paths:
15616    M /trunk/modules/demux/sgimb.c
15617    M /trunk/modules/misc/sap.c
15618
15619 * misc/sap.c: check for packetsize attribute and increase mtu when it's large.
15620   - some code cleanup. Please watch coding style people.
15621 * demux/sgimb.c: fix an alloc
15622
15623 ------------------------------------------------------------------------
15624 r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
15625 Changed paths:
15626    M /trunk/modules/demux/Modules.am
15627    A /trunk/modules/demux/mjpeg.c
15628
15629 mime multipart jpeg and jpeg series of images demuxer by 
15630 Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
15631 mode.
15632
15633 ------------------------------------------------------------------------
15634 r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
15635 Changed paths:
15636    M /trunk/modules/video_output/hd1000v.cpp
15637
15638 Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
15639 ------------------------------------------------------------------------
15640 r7778 | yoann | 2004-05-26 19:56:45 +0200 (Wed, 26 May 2004) | 2 lines
15641 Changed paths:
15642    M /trunk/include/osd.h
15643    M /trunk/modules/control/hotkeys.c
15644    M /trunk/src/video_output/video_widgets.c
15645
15646 Added Play and Pause OSD Icons for hotkeys.
15647
15648 ------------------------------------------------------------------------
15649 r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
15650 Changed paths:
15651    M /trunk/modules/access/pvr/pvr.c
15652
15653 * modules/access/pvr: Added keyint= and bframes= options.
15654
15655 ------------------------------------------------------------------------
15656 r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
15657 Changed paths:
15658    M /trunk/modules/codec/cmml/intf.c
15659
15660 Compile fix
15661
15662 ------------------------------------------------------------------------
15663 r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
15664 Changed paths:
15665    M /trunk/modules/codec/cmml/browser_open.c
15666    M /trunk/modules/codec/cmml/browser_open.h
15667    M /trunk/modules/codec/cmml/intf.c
15668    M /trunk/modules/codec/cmml/xstrcat.h
15669
15670 * CMML codec:
15671   - added browse-follow-anchor, browse-go-back and browse-go-forward
15672     callbacks
15673   - will not display clip description as subtitles if
15674     intf-displays-cmml-description variable is set on main interface
15675     thread
15676   - bugfix for web browser launching on Mac OS X
15677
15678
15679 ------------------------------------------------------------------------
15680 r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
15681 Changed paths:
15682    M /trunk/modules/codec/cmml/xurl.c
15683
15684 * cmml: fix for loading non-file:// URLs on win32
15685
15686
15687 ------------------------------------------------------------------------
15688 r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
15689 Changed paths:
15690    M /trunk/modules/demux/livedotcom.cpp
15691
15692   *livedotcom: added H263-2000 (untested).
15693
15694 ------------------------------------------------------------------------
15695 r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
15696 Changed paths:
15697    M /trunk/modules/demux/mp4/mp4.c
15698
15699 * mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
15700 the demuxer has to ask the parameters to the decoder, instead of just
15701 using the ones in the file.
15702
15703
15704 ------------------------------------------------------------------------
15705 r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
15706 Changed paths:
15707    M /trunk/modules/video_output/directx/events.c
15708
15709 * modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.
15710 ------------------------------------------------------------------------
15711 r7770 | yoann | 2004-05-25 10:45:45 +0200 (Tue, 25 May 2004) | 3 lines
15712 Changed paths:
15713    M /trunk/modules/control/hotkeys.c
15714    M /trunk/modules/gui/ncurses/ncurses.c
15715
15716 * modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
15717 * modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function
15718
15719 ------------------------------------------------------------------------
15720 r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
15721 Changed paths:
15722    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
15723
15724  * skins2: Open the file requester dialog when clicking on "play" and the
15725    playlist is empty
15726
15727 ------------------------------------------------------------------------
15728 r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
15729 Changed paths:
15730    M /trunk/Makefile.am
15731    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15732    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15733    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15734
15735 * Remove last remenants of info.h and info.m
15736 * Better align the iTunes styled slider with other UI elements
15737 * added .spx .ts and .ps fileextensions.
15738
15739 ------------------------------------------------------------------------
15740 r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
15741 Changed paths:
15742    M /trunk/src/video_output/video_widgets.c
15743
15744 * Fixed the YUY2 and RV Render() of the OSD widgets.
15745 * Set the Id prop on this 'new' file.
15746
15747 ------------------------------------------------------------------------
15748 r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
15749 Changed paths:
15750    A /trunk/vlc.roku
15751
15752 HD1000 video output
15753 ------------------------------------------------------------------------
15754 r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
15755 Changed paths:
15756    M /trunk/AUTHORS
15757    M /trunk/configure.ac
15758    M /trunk/modules/LIST
15759    M /trunk/modules/video_output/Modules.am
15760    A /trunk/modules/video_output/hd1000v.cpp
15761
15762 HD1000 video output
15763 ------------------------------------------------------------------------
15764 r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
15765 Changed paths:
15766    M /trunk/modules/packetizer/mpegvideo.c
15767
15768 * modules/packetizer/mpegvideo.c: better fix.
15769 ------------------------------------------------------------------------
15770 r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
15771 Changed paths:
15772    M /trunk/modules/packetizer/mpegvideo.c
15773
15774 * modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
15775 ------------------------------------------------------------------------
15776 r7762 | jlj | 2004-05-24 19:45:05 +0200 (Mon, 24 May 2004) | 4 lines
15777 Changed paths:
15778    M /trunk/modules/demux/mp4/drms.c
15779
15780   * drms.c: Fixed bug which caused the wrong ID to be used if there was 
15781             another firewire device in the ioregistry before the iPod.
15782
15783
15784 ------------------------------------------------------------------------
15785 r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
15786 Changed paths:
15787    M /trunk/modules/demux/ts.c
15788
15789  * ts: fixed pts, and readding default gathering to make
15790  libmpeg2 happy.
15791
15792 ------------------------------------------------------------------------
15793 r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
15794 Changed paths:
15795    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15796    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15797
15798 Volume icons are buttons to change volume
15799
15800 ------------------------------------------------------------------------
15801 r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
15802 Changed paths:
15803    M /trunk/modules/demux/mp4/drms.c
15804
15805   * drms.c: Preview endian fix.
15806
15807
15808 ------------------------------------------------------------------------
15809 r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
15810 Changed paths:
15811    D /trunk/modules/gui/macosx/info.h
15812    D /trunk/modules/gui/macosx/info.m
15813    M /trunk/modules/gui/macosx/intf.m
15814    M /trunk/modules/gui/macosx/misc.m
15815
15816 * Remove the old info window from SVN.
15817 * Cosmetic fix to misc.m
15818
15819 ------------------------------------------------------------------------
15820 r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
15821 Changed paths:
15822    M /trunk/modules/control/hotkeys.c
15823
15824 OSD sliders are now used if the vout is not embedded or in fullscreen mode.
15825
15826
15827 ------------------------------------------------------------------------
15828 r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
15829 Changed paths:
15830    M /trunk/Makefile.am
15831    M /trunk/include/osd.h
15832    M /trunk/modules/control/hotkeys.c
15833    A /trunk/src/video_output/video_widgets.c
15834    M /trunk/src/video_output/vout_subpictures.c
15835
15836 * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
15837 Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
15838
15839
15840 ------------------------------------------------------------------------
15841 r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
15842 Changed paths:
15843    M /trunk/modules/gui/ncurses/ncurses.c
15844
15845 * added a search function for the playlist with ncurses interface (feature request #1786).
15846   It doesn't support regexp for now.
15847 * fixed a bug when playlist was empty at start
15848
15849
15850 ------------------------------------------------------------------------
15851 r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
15852 Changed paths:
15853    M /trunk/modules/demux/mpeg/h264.c
15854    M /trunk/modules/demux/mpeg/m4v.c
15855
15856  * raw demuxers: few fixes, add es only after first packet. (size known)
15857
15858 ------------------------------------------------------------------------
15859 r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
15860 Changed paths:
15861    M /trunk/modules/codec/ffmpeg/video.c
15862
15863  * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
15864  if we find them. (Avoid dropping the first frame).
15865
15866 ------------------------------------------------------------------------
15867 r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
15868 Changed paths:
15869    M /trunk/src/input/es_out.c
15870
15871  * es_out: avoid null dts/pts after *9/100 (with non null input values).
15872
15873 ------------------------------------------------------------------------
15874 r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
15875 Changed paths:
15876    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
15877    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15878    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15879
15880 * Fixes to the services-menu
15881 ------------------------------------------------------------------------
15882 r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
15883 Changed paths:
15884    M /trunk/modules/gui/wxwindows/interface.cpp
15885
15886 * modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
15887 ------------------------------------------------------------------------
15888 r7749 | gbazin | 2004-05-23 12:31:54 +0200 (Sun, 23 May 2004) | 1 line
15889 Changed paths:
15890    M /trunk/modules/gui/wxwindows/playlist.cpp
15891
15892 * modules/gui/wxwindows/playlist.cpp: small fix.
15893 ------------------------------------------------------------------------
15894 r7748 | jlj | 2004-05-23 02:07:16 +0200 (Sun, 23 May 2004) | 3 lines
15895 Changed paths:
15896    M /trunk/modules/demux/mp4/drms.c
15897
15898   * drms.c: Support for previews.
15899
15900
15901 ------------------------------------------------------------------------
15902 r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
15903 Changed paths:
15904    M /trunk/configure.ac
15905    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15906    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15907
15908 ALL: bumped version number to 0.7.3-svn.
15909 ------------------------------------------------------------------------
15910 r7745 | jpsaman | 2004-05-21 14:05:41 +0200 (Fri, 21 May 2004) | 1 line
15911 Changed paths:
15912    M /trunk/ipkg/control.gpe
15913    M /trunk/ipkg/control.h3600
15914    M /trunk/ipkg/control.opie
15915    M /trunk/ipkg/control.zaurus
15916    M /trunk/ipkg/rules.gpe
15917    M /trunk/ipkg/rules.h3600
15918    M /trunk/ipkg/rules.opie
15919    M /trunk/ipkg/rules.zaurus
15920
15921 Updated version to v0.7.2
15922 ------------------------------------------------------------------------
15923 r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
15924 Changed paths:
15925    M /trunk/ChangeLog
15926
15927 * ChangeLog: updated for the 0.7.2 release.
15928 ------------------------------------------------------------------------
15929 r7743 | gbazin | 2004-05-21 13:54:37 +0200 (Fri, 21 May 2004) | 3 lines
15930 Changed paths:
15931    M /trunk/configure.ac
15932    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15933    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15934
15935 * configure.ac: fixed libspeex > 1.1.0 detection.
15936 * ALL: bumped version number to 0.7.2.
15937
15938 ------------------------------------------------------------------------
15939 r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
15940 Changed paths:
15941    M /trunk/po/de.po
15942    M /trunk/po/es.po
15943    M /trunk/po/fr.po
15944    M /trunk/po/it.po
15945    M /trunk/po/nl.po
15946    M /trunk/po/pt_BR.po
15947
15948 * Fixed the latest string changes
15949 ------------------------------------------------------------------------
15950 r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
15951 Changed paths:
15952    M /trunk/po/de.po
15953    M /trunk/po/en_GB.po
15954    M /trunk/po/es.po
15955    M /trunk/po/fr.po
15956    M /trunk/po/hu.po
15957    M /trunk/po/it.po
15958    M /trunk/po/ja.po
15959    M /trunk/po/nl.po
15960    M /trunk/po/no.po
15961    M /trunk/po/pl.po
15962    M /trunk/po/pt_BR.po
15963    M /trunk/po/ru.po
15964    M /trunk/po/sv.po
15965    M /trunk/po/vlc.pot
15966
15967 * po/*: updated in preparation for release.
15968 ------------------------------------------------------------------------
15969 r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
15970 Changed paths:
15971    M /trunk/po/es.po
15972
15973   * po/es.po: minor translation fix.
15974
15975 ------------------------------------------------------------------------
15976 r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
15977 Changed paths:
15978    M /trunk/modules/codec/speex.c
15979
15980 * modules/codec/speex.c: fixed stupid bug in encoder.
15981 ------------------------------------------------------------------------
15982 r7738 | sam | 2004-05-21 12:52:04 +0200 (Fri, 21 May 2004) | 2 lines
15983 Changed paths:
15984    M /trunk/THANKS
15985    M /trunk/po/es.po
15986
15987   * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
15988
15989 ------------------------------------------------------------------------
15990 r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
15991 Changed paths:
15992    M /trunk/modules/gui/wxwindows/menus.cpp
15993
15994 * modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.
15995 ------------------------------------------------------------------------
15996 r7736 | sam | 2004-05-21 12:46:36 +0200 (Fri, 21 May 2004) | 2 lines
15997 Changed paths:
15998    M /trunk/po/es.po
15999
16000   * po/es.po: really removed all ^Ms.
16001
16002 ------------------------------------------------------------------------
16003 r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
16004 Changed paths:
16005    M /trunk/po/es.po
16006
16007   * po/es.po: removed trailing ^Ms.
16008
16009 ------------------------------------------------------------------------
16010 r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
16011 Changed paths:
16012    M /trunk/po/es.po
16013
16014 * updated spanish translation by Javier Varela Calvo.
16015
16016 ------------------------------------------------------------------------
16017 r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
16018 Changed paths:
16019    M /trunk/NEWS
16020
16021 * small error in NEWS section concerning FLAC vs. FAAC
16022
16023 ------------------------------------------------------------------------
16024 r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
16025 Changed paths:
16026    M /trunk/vlc.win32.nsi
16027
16028 * vlc.win32.nsi: remove .dat from the list of registered extensions.
16029 ------------------------------------------------------------------------
16030 r7731 | sam | 2004-05-20 15:14:55 +0200 (Thu, 20 May 2004) | 3 lines
16031 Changed paths:
16032    M /trunk/modules/gui/skins2/src/skin_main.cpp
16033
16034   * modules/gui/skins2/src/skin_main.cpp:
16035     + Use the svlc shortcut for skins 2, too.
16036
16037 ------------------------------------------------------------------------
16038 r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
16039 Changed paths:
16040    M /trunk/THANKS
16041
16042 * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
16043
16044 ------------------------------------------------------------------------
16045 r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
16046 Changed paths:
16047    A /trunk/doc/skins/skins2-howto.xml
16048
16049 Docbook documentation on how to create a skin for the skins2 module.
16050
16051 ------------------------------------------------------------------------
16052 r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
16053 Changed paths:
16054    M /trunk/modules/gui/wxwindows/open.cpp
16055
16056 * modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.
16057 ------------------------------------------------------------------------
16058 r7727 | yoann | 2004-05-20 11:31:02 +0200 (Thu, 20 May 2004) | 4 lines
16059 Changed paths:
16060    M /trunk/modules/gui/wxwindows/Modules.am
16061    A /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
16062    M /trunk/modules/gui/wxwindows/interface.cpp
16063
16064 * changed the playlist icon in the wxwin interface (thanks to bigben)
16065 * added an open button
16066
16067
16068 ------------------------------------------------------------------------
16069 r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
16070 Changed paths:
16071    M /trunk/src/misc/cpu.c
16072
16073  misc/cpu.c: another BeOS compile fix
16074
16075 ------------------------------------------------------------------------
16076 r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
16077 Changed paths:
16078    M /trunk/modules/video_filter/deinterlace.c
16079
16080  deinterlace.c: BeOS compile fix
16081
16082 ------------------------------------------------------------------------
16083 r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
16084 Changed paths:
16085    M /trunk/modules/codec/cmml/intf.c
16086
16087  gcc < 3 fix
16088
16089 ------------------------------------------------------------------------
16090 r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
16091 Changed paths:
16092    M /trunk/modules/gui/macosx/misc.h
16093    M /trunk/modules/gui/macosx/misc.m
16094
16095 * iTunes style slider
16096
16097 ------------------------------------------------------------------------
16098 r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
16099 Changed paths:
16100    M /trunk/modules/demux/mkv.cpp
16101
16102 * mkv.cpp: add missing S_TEXT/ASS indentifier
16103
16104 ------------------------------------------------------------------------
16105 r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
16106 Changed paths:
16107    M /trunk/po/fr.po
16108
16109 * po/fr.po: Updated French translation
16110
16111
16112 ------------------------------------------------------------------------
16113 r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
16114 Changed paths:
16115    M /trunk/po/it.po
16116
16117 update of italian translation (made by murray)
16118
16119
16120
16121 ------------------------------------------------------------------------
16122 r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
16123 Changed paths:
16124    M /trunk/modules/video_output/directx/directx.c
16125    M /trunk/src/video_output/vout_pictures.c
16126
16127 - added support for UYVY chroma for directx direct vout render
16128
16129 ------------------------------------------------------------------------
16130 r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
16131 Changed paths:
16132    M /trunk/modules/access/dshow/filter.cpp
16133    M /trunk/modules/access/dshow/filter.h
16134
16135 - capture filter supports more than one media types
16136 - capture filter is more compatible with ICaptureGraphBuilder2
16137 - some code cleanups especially when dealing with media types
16138
16139 ------------------------------------------------------------------------
16140 r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
16141 Changed paths:
16142    M /trunk/modules/access/dshow/dshow.cpp
16143
16144 - ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter 
16145 - removed assumption where YUY2 chroma was considered identical to UYVY
16146
16147
16148 ------------------------------------------------------------------------
16149 r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
16150 Changed paths:
16151    M /trunk/modules/demux/playlist/m3u.c
16152    M /trunk/src/input/stream.c
16153
16154 Skip leading tabs, spaces and line feeds
16155
16156 ------------------------------------------------------------------------
16157 r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
16158 Changed paths:
16159    M /trunk/modules/gui/skins2/utils/var_text.cpp
16160
16161  * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
16162    a help string
16163
16164 ------------------------------------------------------------------------
16165 r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
16166 Changed paths:
16167    M /trunk/modules/gui/wxwindows/iteminfo.cpp
16168
16169 * modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
16170 ------------------------------------------------------------------------
16171 r7713 | gbazin | 2004-05-18 16:50:19 +0200 (Tue, 18 May 2004) | 3 lines
16172 Changed paths:
16173    M /trunk/modules/gui/skins2/src/vlcproc.cpp
16174    M /trunk/modules/gui/wxwindows/bookmarks.cpp
16175    M /trunk/modules/gui/wxwindows/video.cpp
16176
16177 * skins2/src/vlcproc.cpp: a few cleanup fixes.
16178 * wxwindows/*: a few cleanup fixes.
16179
16180 ------------------------------------------------------------------------
16181 r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
16182 Changed paths:
16183    M /trunk/src/input/stream.c
16184
16185 Hopefully fix bug with playlist parsing (line-feed problem)
16186
16187
16188 ------------------------------------------------------------------------
16189 r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
16190 Changed paths:
16191    M /trunk/modules/access/vcdx/vcdplayer.h
16192
16193 Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
16194
16195 ------------------------------------------------------------------------
16196 r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
16197 Changed paths:
16198    M /trunk/modules/gui/macosx/vout.h
16199    M /trunk/modules/gui/macosx/vout.m
16200
16201  macosx/vout*: fixed a possible segfault on vout close
16202
16203 ------------------------------------------------------------------------
16204 r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
16205 Changed paths:
16206    M /trunk/modules/gui/macosx/macosx.m
16207
16208 * rewritten a pref-string
16209 ------------------------------------------------------------------------
16210 r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
16211 Changed paths:
16212    M /trunk/modules/gui/macosx/intf.h
16213    M /trunk/modules/gui/macosx/intf.m
16214    M /trunk/modules/gui/pda/pda.glade
16215    M /trunk/po/de.po
16216
16217 * modules/gui/macosx/intf.*: made the Services-menu translatable
16218 * modules/gui/macosx/macosx.m: rewritten a pref-string
16219 * modules/gui/pda/pda.glade: Fixed "VLC media player"
16220 * po/de.po: Updated translation
16221 ------------------------------------------------------------------------
16222 r7707 | ipkiss | 2004-05-17 22:48:39 +0200 (Mon, 17 May 2004) | 4 lines
16223 Changed paths:
16224    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
16225    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
16226    M /trunk/modules/gui/skins2/parser/interpreter.cpp
16227    M /trunk/modules/gui/skins2/src/vlcproc.cpp
16228
16229  * skins2:
16230     - new possible action vlc.mute() to mute/un-mute
16231     - vlc.isMute is now working well (in a boolean expression)
16232
16233 ------------------------------------------------------------------------
16234 r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
16235 Changed paths:
16236    M /trunk/vlc.win32.nsi
16237
16238 * vlc.win32.nsi: start menu shortcut for skins2.
16239 ------------------------------------------------------------------------
16240 r7705 | asmax | 2004-05-17 22:14:31 +0200 (Mon, 17 May 2004) | 2 lines
16241 Changed paths:
16242    M /trunk/share/skins2/default/theme.xml
16243
16244   * theme.xml: please, no useless vout window in the default skin
16245
16246 ------------------------------------------------------------------------
16247 r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
16248 Changed paths:
16249    M /trunk/ChangeLog
16250    M /trunk/configure.ac
16251    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
16252    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16253    M /trunk/po/de.po
16254    M /trunk/po/en_GB.po
16255    M /trunk/po/es.po
16256    M /trunk/po/fr.po
16257    M /trunk/po/hu.po
16258    M /trunk/po/it.po
16259    M /trunk/po/ja.po
16260    M /trunk/po/nl.po
16261    M /trunk/po/no.po
16262    M /trunk/po/pl.po
16263    M /trunk/po/pt_BR.po
16264    M /trunk/po/ru.po
16265    M /trunk/po/sv.po
16266    M /trunk/po/vlc.pot
16267
16268 * ALL: preparing for the 0.7.2-test3 release.
16269
16270 ------------------------------------------------------------------------
16271 r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
16272 Changed paths:
16273    M /trunk/modules/video_chroma/i420_rgb_mmx.h
16274
16275 * modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
16276 ------------------------------------------------------------------------
16277 r7702 | gbazin | 2004-05-17 21:22:50 +0200 (Mon, 17 May 2004) | 1 line
16278 Changed paths:
16279    M /trunk/modules/codec/dvbsub.c
16280
16281 * modules/codec/dvbsub.c: coding style changes.
16282 ------------------------------------------------------------------------
16283 r7701 | gbazin | 2004-05-17 18:10:32 +0200 (Mon, 17 May 2004) | 1 line
16284 Changed paths:
16285    M /trunk/src/input/input_programs.c
16286
16287 * src/input/input_programs.c: if no program is specified by the user, don't add any to the list.
16288 ------------------------------------------------------------------------
16289 r7700 | gbazin | 2004-05-17 14:02:43 +0200 (Mon, 17 May 2004) | 1 line
16290 Changed paths:
16291    M /trunk/modules/gui/wxwindows/timer.cpp
16292    M /trunk/modules/gui/wxwindows/wxwindows.h
16293
16294 * fixed race condition with b_seekable.
16295 ------------------------------------------------------------------------
16296 r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
16297 Changed paths:
16298    M /trunk/modules/control/hotkeys.c
16299
16300 * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
16301 sometimes not display, although it was known.
16302
16303
16304 ------------------------------------------------------------------------
16305 r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
16306 Changed paths:
16307    M /trunk/po/POTFILES.in
16308
16309 * po/POTFILES.in: updated 
16310
16311 ------------------------------------------------------------------------
16312 r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
16313 Changed paths:
16314    M /trunk/modules/gui/wxwindows/timer.cpp
16315
16316 * modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
16317 ------------------------------------------------------------------------
16318 r7696 | hartman | 2004-05-17 03:54:32 +0200 (Mon, 17 May 2004) | 3 lines
16319 Changed paths:
16320    M /trunk/configure.ac
16321
16322 * add old goom module if libgoom.a is detected
16323   (When you fix stuff you should commit them as well)
16324
16325 ------------------------------------------------------------------------
16326 r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
16327 Changed paths:
16328    M /trunk/src/interface/interface.c
16329    M /trunk/src/video_output/vout_intf.c
16330
16331 * interface/interface.c: fixed a bug with embedded vouts and interface switching.
16332 * video_output/vout_intf.c: small fix.
16333
16334 ------------------------------------------------------------------------
16335 r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
16336 Changed paths:
16337    M /trunk/include/video_output.h
16338    M /trunk/modules/gui/wxwindows/wxwindows.cpp
16339    M /trunk/modules/video_output/directx/events.c
16340    M /trunk/modules/video_output/x11/xcommon.c
16341    M /trunk/src/video_output/video_output.c
16342    M /trunk/src/video_output/vout_intf.c
16343
16344 * src/video_output/vout_intf.c, include/video_output.h:
16345   + vout_RequestWindow() will now cycle through all the available interfaces until 
16346 it finds one with embedded vout support.
16347     This fixes the issue where embedded vout would stop working when additional 
16348 interfaces are spawned after the main interface is started.
16349   + vout_RequestWindow() now stores the parent interface pointer into the vout 
16350 object for later use by vout_ControlWindow() and vout_ReleaseWindow().
16351   + added a vout_vaControlDefault() called by the vouts pf_control() when they 
16352 don't handle something.
16353 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
16354   + call vout_vaControlDefault().
16355 * modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is 
16356 about to be destroyed.
16357
16358 ------------------------------------------------------------------------
16359 r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
16360 Changed paths:
16361    M /trunk/modules/gui/macosx/controls.m
16362    M /trunk/modules/gui/macosx/output.m
16363
16364 * modules/gui/macosx/output.m: added mp4a.
16365 * modules/gui/macosx/controls.m: fix the autogenerated menu.
16366
16367 ------------------------------------------------------------------------
16368 r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
16369 Changed paths:
16370    M /trunk/include/vlc_help.h
16371    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
16372
16373 * modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.
16374 ------------------------------------------------------------------------
16375 r7691 | gbazin | 2004-05-16 21:20:23 +0200 (Sun, 16 May 2004) | 1 line
16376 Changed paths:
16377    M /trunk/modules/gui/wxwindows/open.cpp
16378
16379 * modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.
16380 ------------------------------------------------------------------------
16381 r7690 | gbazin | 2004-05-16 21:17:56 +0200 (Sun, 16 May 2004) | 3 lines
16382 Changed paths:
16383    M /trunk/include/modules.h
16384    M /trunk/include/modules_inner.h
16385    M /trunk/modules/access/dshow/dshow.cpp
16386    M /trunk/modules/access/dvb/access.c
16387    M /trunk/modules/access/pvr/pvr.c
16388    M /trunk/modules/access/v4l/v4l.c
16389
16390 * include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
16391 * modules/access/*: added a shortname to a few modules.
16392
16393 ------------------------------------------------------------------------
16394 r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
16395 Changed paths:
16396    M /trunk/modules/misc/sap.c
16397
16398 msleep() a bit before filling the playlist.
16399
16400 ------------------------------------------------------------------------
16401 r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
16402 Changed paths:
16403    M /trunk/modules/gui/wxwindows/interface.cpp
16404
16405 * modules/gui/wxwindows/interface.cpp: forgot a debug message.
16406 ------------------------------------------------------------------------
16407 r7687 | gbazin | 2004-05-16 19:44:44 +0200 (Sun, 16 May 2004) | 1 line
16408 Changed paths:
16409    M /trunk/modules/misc/network/ipv4.c
16410
16411 * modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).
16412 ------------------------------------------------------------------------
16413 r7686 | gbazin | 2004-05-16 19:25:10 +0200 (Sun, 16 May 2004) | 1 line
16414 Changed paths:
16415    M /trunk/modules/gui/wxwindows/interface.cpp
16416    M /trunk/modules/gui/wxwindows/timer.cpp
16417    M /trunk/modules/gui/wxwindows/wxwindows.h
16418
16419 * modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
16420 ------------------------------------------------------------------------
16421 r7685 | zorglub | 2004-05-16 19:03:31 +0200 (Sun, 16 May 2004) | 2 lines
16422 Changed paths:
16423    M /trunk/NEWS
16424
16425 Details on DVB
16426
16427 ------------------------------------------------------------------------
16428 r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
16429 Changed paths:
16430    M /trunk/NEWS
16431
16432 * NEWS: Updated a bit more
16433
16434 ------------------------------------------------------------------------
16435 r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
16436 Changed paths:
16437    M /trunk/modules/gui/wxwindows/timer.cpp
16438
16439 Update timer
16440
16441 ------------------------------------------------------------------------
16442 r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
16443 Changed paths:
16444    M /trunk/modules/video_output/x11/xcommon.c
16445
16446 * modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.
16447 ------------------------------------------------------------------------
16448 r7681 | zorglub | 2004-05-16 12:46:54 +0200 (Sun, 16 May 2004) | 3 lines
16449 Changed paths:
16450    M /trunk/modules/gui/wxwindows/streamout.cpp
16451
16452 Use the new SAP/SLP syntax (sap,slp,name=)
16453
16454
16455 ------------------------------------------------------------------------
16456 r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
16457 Changed paths:
16458    M /trunk/vlc.win32.nsi
16459
16460 * vlc.win32.nsi: more autorun stuff.
16461 ------------------------------------------------------------------------
16462 r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
16463 Changed paths:
16464    M /trunk/po/nl.po
16465
16466 * partially updated NL translation. You have to do _something_ 
16467   during the Eurovision Songfestival.
16468
16469 ------------------------------------------------------------------------
16470 r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
16471 Changed paths:
16472    M /trunk/include/vlc_block.h
16473    M /trunk/modules/demux/ts.c
16474    M /trunk/modules/packetizer/mpegvideo.c
16475    M /trunk/src/misc/block.c
16476
16477  * all: improved perfs (using block_ChainLastAppend).
16478
16479 ------------------------------------------------------------------------
16480 r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
16481 Changed paths:
16482    M /trunk/INSTALL.win32
16483
16484 * INSTALL.win32: update
16485 ------------------------------------------------------------------------
16486 r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
16487 Changed paths:
16488    M /trunk/modules/mux/mp4.c
16489
16490  * mp4: added support for h264. I have no idea if it's compliant but at
16491 least vlc is able to play it.
16492
16493 ------------------------------------------------------------------------
16494 r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
16495 Changed paths:
16496    M /trunk/modules/access/dvdplay/tools.c
16497    M /trunk/modules/demux/dvdnav.c
16498    M /trunk/vlc.win32.nsi
16499
16500 * modules/demux/dvdnav.c, modules/access/dvdplay/tools.c: on win32, remove trailing '\' if passed a drive letter.
16501 * vlc.win32.nsi: DVD and AudioCD handlers.
16502
16503 ------------------------------------------------------------------------
16504 r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
16505 Changed paths:
16506    M /trunk/modules/demux/mp4/mp4.c
16507
16508  * mp4: mmh removed a fprintf.
16509
16510 ------------------------------------------------------------------------
16511 r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
16512 Changed paths:
16513    M /trunk/modules/codec/ffmpeg/ffmpeg.c
16514    M /trunk/modules/codec/ffmpeg/video.c
16515
16516  * all: added avc1 support. Well there is a hack because we need to
16517 first go through the h264 packetizer that will convert avc1 into a
16518 proper annexe B stream (untested).
16519
16520
16521 ------------------------------------------------------------------------
16522 r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
16523 Changed paths:
16524    M /trunk/modules/codec/x264.c
16525
16526  * x264: updated to latest PAI.
16527
16528 ------------------------------------------------------------------------
16529 r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
16530 Changed paths:
16531    M /trunk/modules/packetizer/h264.c
16532
16533  * h264: added avc1 -> h264 annexe B stream.
16534
16535 ------------------------------------------------------------------------
16536 r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
16537 Changed paths:
16538    M /trunk/modules/demux/mp4/libmp4.c
16539    M /trunk/modules/demux/mp4/libmp4.h
16540    M /trunk/modules/demux/mp4/mp4.c
16541
16542  * mp4: - add +1 to PCR/DTS/PTS.
16543         - preliminary support of avc (using a draft+google without
16544 samples to test, so don't expect it to work ;)
16545  * libmp4: parse the avcC atom.
16546
16547 ------------------------------------------------------------------------
16548 r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
16549 Changed paths:
16550    M /trunk/modules/video_output/directx/directx.c
16551
16552 * modules/video_output/directx/directx.c: fixed 'refresh list' for directx-device.
16553 ------------------------------------------------------------------------
16554 r7668 | fenrir | 2004-05-15 12:58:22 +0200 (Sat, 15 May 2004) | 2 lines
16555 Changed paths:
16556    M /trunk/modules/demux/avi/avi.c
16557
16558  * avi: add +1 to PCR/DTS/PTS.
16559
16560 ------------------------------------------------------------------------
16561 r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
16562 Changed paths:
16563    M /trunk/src/input/es_out.c
16564
16565  * es_out; round up PCR (avoid non null PCR -> null).
16566
16567 ------------------------------------------------------------------------
16568 r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
16569 Changed paths:
16570    M /trunk/modules/demux/real.c
16571
16572  * real:  use 1 as starting time (allow to have a valid date for the first frame).
16573
16574 ------------------------------------------------------------------------
16575 r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
16576 Changed paths:
16577    M /trunk/modules/demux/aac.c
16578    M /trunk/modules/demux/au.c
16579    M /trunk/modules/demux/mkv.cpp
16580    M /trunk/modules/demux/rawdv.c
16581    M /trunk/modules/demux/wav.c
16582
16583 * all:  use 1 as starting time (allow to have a valid date for the first frame).
16584
16585 ------------------------------------------------------------------------
16586 r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
16587 Changed paths:
16588    M /trunk/modules/demux/mpeg/mpga.c
16589
16590  * mpga: use 1 as starting time (allow to have a valid date for the first frame).
16591
16592 ------------------------------------------------------------------------
16593 r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
16594 Changed paths:
16595    M /trunk/extras/contrib/src/Makefile
16596
16597 * no shared libs for faac when linking with ffmpeg
16598
16599 ------------------------------------------------------------------------
16600 r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
16601 Changed paths:
16602    M /trunk/Makefile.am
16603    M /trunk/extras/MacOSX/macosx-dmg
16604
16605 * extras/MacOSX/macosx-dmg: rewrote the package script.
16606   - will now determine desired image size by itself
16607   - the hdid mount command mounted the image as root if no user is logged in via GUI.
16608     this is very undesirable for nightly builds.
16609     now uses the mount command and a local mountpoint.
16610
16611
16612 ------------------------------------------------------------------------
16613 r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
16614 Changed paths:
16615    M /trunk/vlc.win32.nsi
16616
16617 * vlc.win32.nsi: compressor needs to be defined at the top.
16618 ------------------------------------------------------------------------
16619 r7660 | gbazin | 2004-05-15 02:37:09 +0200 (Sat, 15 May 2004) | 1 line
16620 Changed paths:
16621    M /trunk/modules/access/v4l/v4l.c
16622
16623 * modules/access/v4l/v4l.c: removed useless warning messages.
16624 ------------------------------------------------------------------------
16625 r7659 | gbazin | 2004-05-15 02:31:38 +0200 (Sat, 15 May 2004) | 1 line
16626 Changed paths:
16627    M /trunk/modules/access/mms/mmstu.c
16628
16629 * modules/access/mms/mmstu.c: fixed a few corner cases (like an infinite loop when input is stopped).
16630 ------------------------------------------------------------------------
16631 r7658 | hartman | 2004-05-15 00:27:37 +0200 (Sat, 15 May 2004) | 2 lines
16632 Changed paths:
16633    M /trunk/extras/contrib/src/Makefile
16634
16635 * small fix for faac build
16636
16637 ------------------------------------------------------------------------
16638 r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
16639 Changed paths:
16640    M /trunk/extras/contrib/src/Makefile
16641    A /trunk/extras/contrib/src/Patches/faac.patch
16642    M /trunk/extras/contrib/src/packages.mak
16643
16644 * added faac support to Mac OSX build
16645 * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
16646
16647 ------------------------------------------------------------------------
16648 r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
16649 Changed paths:
16650    M /trunk/modules/access/mms/mmstu.c
16651
16652  * mmstu: added a couple of uint64_t casts to avoid overflow.
16653
16654 ------------------------------------------------------------------------
16655 r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
16656 Changed paths:
16657    M /trunk/Makefile.am
16658    D /trunk/install-win32
16659    A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
16660
16661 * vlc.win32.nsi: brand new NSIS auto-installer script.
16662 * Makefile.am: use vlc icon in the NSIS installer.
16663
16664 ------------------------------------------------------------------------
16665 r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
16666 Changed paths:
16667    M /trunk/modules/access/dvb/access.c
16668
16669 Close DVR device
16670 ------------------------------------------------------------------------
16671 r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
16672 Changed paths:
16673    M /trunk/modules/gui/macosx/vout.m
16674
16675  macosx/vout.m: don't forget to EndFullScreen() on GL mode too
16676
16677 ------------------------------------------------------------------------
16678 r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
16679 Changed paths:
16680    M /trunk/configure.ac
16681    M /trunk/modules/visualization/goom.c
16682
16683 * configure.ac, modules/visualization/goom.c: in case --with-goom-tree is specified and we don't find libgoom2, try to find and use libgoom.
16684 ------------------------------------------------------------------------
16685 r7651 | titer | 2004-05-13 20:29:44 +0200 (Thu, 13 May 2004) | 2 lines
16686 Changed paths:
16687    M /trunk/modules/gui/macosx/vout.m
16688
16689  macosx/vout.m : fixed --macosx-fillscreen
16690
16691 ------------------------------------------------------------------------
16692 r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
16693 Changed paths:
16694    M /trunk/modules/stream_out/standard.c
16695
16696 * modules/stream_out/standard.c: fixed a few small mem leaks.
16697 ------------------------------------------------------------------------
16698 r7649 | titer | 2004-05-13 19:45:22 +0200 (Thu, 13 May 2004) | 6 lines
16699 Changed paths:
16700    M /trunk/modules/gui/macosx/vout.h
16701    M /trunk/modules/gui/macosx/vout.m
16702
16703  macosx/vout* : in GL mode, create a fullscreen window just like with QT
16704                 instead of switching to OpenGL fullscreen mode (fixes
16705                 unreachable mouse events with DVD menus, fixes the issues
16706                 with people using multiple desktops, etc).
16707                 Fillscreen is temporarily broken, I'll clean this up later.
16708
16709 ------------------------------------------------------------------------
16710 r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
16711 Changed paths:
16712    M /trunk/THANKS
16713    M /trunk/modules/audio_output/coreaudio.c
16714
16715 * Fix for stream selection on HAL devices.
16716   by Jean Alexis Montignies <ja at sente.ch>
16717
16718 ------------------------------------------------------------------------
16719 r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
16720 Changed paths:
16721    M /trunk/modules/demux/mp4/drms.c
16722
16723   * drms.c: Check that key store is at least 4 bytes (fixes segfault
16724             on empty key store).
16725
16726
16727 ------------------------------------------------------------------------
16728 r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
16729 Changed paths:
16730    M /trunk/modules/gui/skins2/parser/builder_data.def
16731    M /trunk/modules/gui/skins2/parser/builder_data.hpp
16732    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
16733    M /trunk/share/skins2/default/theme.xml
16734    M /trunk/share/skins2/skin.dtd
16735
16736  * skins2: Removed the Theme.fadetime attribute (unused)
16737
16738 ------------------------------------------------------------------------
16739 r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
16740 Changed paths:
16741    M /trunk/modules/mux/mpeg/ts.c
16742
16743 * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
16744
16745 ------------------------------------------------------------------------
16746 r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
16747 Changed paths:
16748    M /trunk/modules/gui/wxwindows/open.cpp
16749
16750 * modules/gui/wxwindows/open.cpp: mrl parsing fix.
16751 ------------------------------------------------------------------------
16752 r7643 | gbazin | 2004-05-12 19:45:18 +0200 (Wed, 12 May 2004) | 1 line
16753 Changed paths:
16754    M /trunk/src/stream_output/stream_output.c
16755
16756 * src/stream_output/stream_output.c: allows spaces in the options of the sout mrl. Heading and trailing spaces in options will be removed.
16757 ------------------------------------------------------------------------
16758 r7642 | massiot | 2004-05-11 16:03:50 +0200 (Tue, 11 May 2004) | 5 lines
16759 Changed paths:
16760    M /trunk/modules/access/dvb/access.c
16761    M /trunk/modules/mux/mpeg/ts.c
16762    M /trunk/src/stream_output/stream_output.c
16763
16764 * src/stream_output/stream_output.c: Use strtol for option parsing instead
16765   of atoi, because atoi assumes base 10.
16766 * modules/access/dvb/access.c: New --dvb-caching option.
16767 * modules/mux/mpeg/ts.c: Cosmetics.
16768
16769 ------------------------------------------------------------------------
16770 r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
16771 Changed paths:
16772    M /trunk/modules/demux/ts.c
16773
16774  * ts.c: this time it should work (create one dvbpsi handle per pmt).
16775
16776 ------------------------------------------------------------------------
16777 r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
16778 Changed paths:
16779    M /trunk/modules/demux/demux2.c
16780    M /trunk/modules/demux/ts.c
16781
16782  * ts: added support pf multiples PMT on the same PID (broken idea for
16783 broken people but it's used and it seems spec compliant)
16784
16785  * demux2: append a :// to allow correct parsing of /volume/filename:.avi
16786
16787
16788 ------------------------------------------------------------------------
16789 r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
16790 Changed paths:
16791    M /trunk/modules/gui/macosx/output.m
16792
16793 oups
16794
16795
16796 ------------------------------------------------------------------------
16797 r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
16798 Changed paths:
16799    M /trunk/modules/gui/wxwindows/open.cpp
16800
16801 * modules/gui/wxwindows/open.cpp: fixed the update of the advanced MRLs. Added a dvdnav option.
16802 ------------------------------------------------------------------------
16803 r7637 | jpsaman | 2004-05-10 21:57:38 +0200 (Mon, 10 May 2004) | 13 lines
16804 Changed paths:
16805    M /trunk/modules/access/dvb/access.c
16806    M /trunk/modules/access/dvb/linux_dvb.c
16807
16808 dvb/access.c - properly cast memory returned by malloc()
16809              - fix small memory leak on closing of dvb plugin.
16810 dvb/linux-dvb.c - remove astray spaces
16811                 - always empty the event queue before FE_SET_FRONTEND and FrontendCheck(). 
16812                   dvbstream does the same for OFDM and QAM. 
16813
16814 Summary: 
16815    DVB-C is working (did a few tests) 
16816    DVB-T not tested. 
16817    Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning. 
16818    SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
16819
16820
16821 ------------------------------------------------------------------------
16822 r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
16823 Changed paths:
16824    M /trunk/modules/gui/macosx/output.m
16825
16826 use new syntax for sap/slp announces
16827
16828
16829 ------------------------------------------------------------------------
16830 r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
16831 Changed paths:
16832    M /trunk/modules/access/dvb/access.c
16833
16834 1l
16835
16836 ------------------------------------------------------------------------
16837 r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
16838 Changed paths:
16839    M /trunk/modules/access/dvb/access.c
16840    M /trunk/modules/demux/ts.c
16841    M /trunk/src/input/input_programs.c
16842
16843 * src/input/input_programs.c: Fixed the --program option (thanks gibalou)
16844 * modules/access/dvb/access.c: Removed the temporary --dvb-program hack
16845 * modules/demux/ts.c: New --ts-silent option to avoid complaints about
16846   encrypted packets (especially useful with --sout-all for streaming a part
16847   of a transponder).
16848
16849 ------------------------------------------------------------------------
16850 r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
16851 Changed paths:
16852    M /trunk/modules/access/dvb/Modules.am
16853    M /trunk/modules/access/dvb/access.c
16854    D /trunk/modules/access/dvb/dvb.c
16855    M /trunk/modules/access/dvb/dvb.h
16856    A /trunk/modules/access/dvb/linux_dvb.c (from /trunk/modules/access/dvb/dvb.c:7632)
16857    D /trunk/modules/access/dvb/qpsk.c
16858
16859 * modules/access/dvb: Major rewrite of the code.
16860   - new options (now prepended with --dvb) :
16861      --dvb-program : to work around the non-working --program
16862      --dvb-inversion : to (optionally) specify the inversion, which is not
16863                        the same as polarization
16864      --dvb-budget-mode : if you have a budget card this will set a filter
16865                          on 0x2000, meaning all PIDs will be returned by
16866                          the driver. The budget-mode is compatible with demux2.
16867      --dvb-satno : to specify a sat number in the diseqc system
16868      --dvb-voltage : to specify the voltage of the LNB (0 is a permitted
16869                      value in special configurations)
16870      --dvb-tone : to enable/disable the 22kHz tone (by default it is sent
16871                   if frequency >= lnb-slof)
16872   - fixed a handful of QPSK tuning bugs, especially the diseqc was not
16873     working and frequencies above 11700 couldn't be tuned to.
16874   - the modules now uses the inherited object variables for its
16875     configuration.
16876   - symbol-rate= url option is now srate= for consistency with the
16877     configuration variable.
16878   - all linux-dvb specific code is now in linux_dvb.c. access.c contains
16879     only code which could be reused on other platforms.
16880   - better keep track of demux file descriptors (especially useful on
16881     limited boards).
16882   - do not block in read() when no data is available.
16883   - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
16884
16885 I didn't test the QAM and OFDM variants, so please report.
16886
16887 ------------------------------------------------------------------------
16888 r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
16889 Changed paths:
16890    M /trunk/src/audio_output/common.c
16891    M /trunk/src/audio_output/input.c
16892    M /trunk/src/audio_output/mixer.c
16893
16894 * src/audio_ouput/input.c: better on-the-fly switching of audio filters.
16895 ------------------------------------------------------------------------
16896 r7631 | gbazin | 2004-05-09 11:35:12 +0200 (Sun, 09 May 2004) | 1 line
16897 Changed paths:
16898    M /trunk/configure.ac
16899    M /trunk/modules/visualization/goom.c
16900
16901 configure.ac, modules/visualization/goom.c: updated for libgoom2 (goom 2k4). You can find it here: http://www.ios-software.com/index.php3?page=projet&quoi=1
16902 ------------------------------------------------------------------------
16903 r7630 | gbazin | 2004-05-09 11:20:34 +0200 (Sun, 09 May 2004) | 1 line
16904 Changed paths:
16905    M /trunk/Makefile.am
16906
16907 Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
16908 ------------------------------------------------------------------------
16909 r7629 | jlj | 2004-05-09 00:58:46 +0200 (Sun, 09 May 2004) | 3 lines
16910 Changed paths:
16911    M /trunk/modules/demux/mp4/drms.c
16912
16913   * drms.c: DRMS v2 endian fix.
16914
16915
16916 ------------------------------------------------------------------------
16917 r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
16918 Changed paths:
16919    M /trunk/modules/demux/mp4/drms.c
16920
16921   * modules/demux/mp4/drms.c:
16922     + Removed unreachable code here and there.
16923     + Refactored some shuffling functions and got rid of the ext structure.
16924     + More code cleanup.
16925
16926 ------------------------------------------------------------------------
16927 r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
16928 Changed paths:
16929    M /trunk/modules/demux/mp4/drms.c
16930
16931   * drms.c: fopen in binary mode. Convenience fix for those that use the DRMS
16932             code outside of VLC and don't set _fmode to _O_BINARY.
16933
16934
16935 ------------------------------------------------------------------------
16936 r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
16937 Changed paths:
16938    M /trunk/modules/gui/skins2/parser/builder.cpp
16939    M /trunk/modules/gui/skins2/src/skin_main.cpp
16940    M /trunk/share/skins2/default/theme.xml
16941
16942  * skins2/src/skin_main.cpp: Transparency is default disabled
16943  * skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East)
16944    because in the future resizing will be allowed in all directions
16945  * share/skins2/default/theme.xml: Updated the skin accordingly
16946
16947 ------------------------------------------------------------------------
16948 r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
16949 Changed paths:
16950    M /trunk/modules/video_output/x11/xcommon.c
16951
16952 * modules/video_output/x11/xcommon.c: fixed bug with uninitialized variable.
16953 ------------------------------------------------------------------------
16954 r7624 | gbazin | 2004-05-08 13:59:28 +0200 (Sat, 08 May 2004) | 1 line
16955 Changed paths:
16956    M /trunk/modules/demux/dvdnav.c
16957
16958 * modules/demux/dvdnav.c: a few fixes.
16959 ------------------------------------------------------------------------
16960 r7623 | fenrir | 2004-05-07 23:12:26 +0200 (Fri, 07 May 2004) | 4 lines
16961 Changed paths:
16962    M /trunk/modules/demux/avi/avi.c
16963
16964  * avi: hack to let few xvid files working.
16965  (set codec to xvid if the hanlder is xvid).
16966
16967
16968 ------------------------------------------------------------------------
16969 r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
16970 Changed paths:
16971    M /trunk/modules/codec/ffmpeg/video.c
16972
16973  * video: set avtcx->codec_tag
16974
16975 ------------------------------------------------------------------------
16976 r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
16977 Changed paths:
16978    M /trunk/modules/demux/asf/asf.c
16979    M /trunk/modules/demux/mp4/libmp4.c
16980
16981 * modules/demux/asf/*: fixed mem leak.
16982 * modules/demux/mp4/*: fixed segfault on close with some files.
16983
16984 ------------------------------------------------------------------------
16985 r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
16986 Changed paths:
16987    M /trunk/modules/gui/wxwindows/interface.cpp
16988    M /trunk/modules/gui/wxwindows/wxwindows.h
16989
16990 * modules/gui/wxwindows/*: move a few things out of wxwindows.h
16991 ------------------------------------------------------------------------
16992 r7619 | gbazin | 2004-05-07 15:03:43 +0200 (Fri, 07 May 2004) | 1 line
16993 Changed paths:
16994    M /trunk/modules/video_output/directx/directx.c
16995    M /trunk/modules/video_output/directx/events.c
16996
16997 * modules/video_output/directx/*: embedded vout plays nicer with multi-monitor setups.
16998 ------------------------------------------------------------------------
16999 r7618 | gbazin | 2004-05-07 13:25:42 +0200 (Fri, 07 May 2004) | 1 line
17000 Changed paths:
17001    M /trunk/src/video_output/video_output.c
17002
17003 * src/video_output/video_output.c: make sure vout_Create() returns NULL when the pf_init() of the vout plugin failed.
17004 ------------------------------------------------------------------------
17005 r7617 | jpsaman | 2004-05-07 13:17:40 +0200 (Fri, 07 May 2004) | 1 line
17006 Changed paths:
17007    M /trunk/modules/access/dvb/access.c
17008    M /trunk/modules/access/dvb/dvb.c
17009
17010 Tuning to DVB-C works. Added code to listen to FE_REINIT from the frontend.
17011 ------------------------------------------------------------------------
17012 r7616 | jpsaman | 2004-05-07 10:51:56 +0200 (Fri, 07 May 2004) | 1 line
17013 Changed paths:
17014    M /trunk/modules/access/dvb/dvb.c
17015
17016 Gracefully interrupt the tuning process.
17017 ------------------------------------------------------------------------
17018 r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
17019 Changed paths:
17020    M /trunk/modules/access/dvb/access.c
17021    M /trunk/modules/access/dvb/dvb.c
17022
17023 compilation fixes
17024 ------------------------------------------------------------------------
17025 r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
17026 Changed paths:
17027    M /trunk/modules/access/dvb/access.c
17028    M /trunk/modules/access/dvb/dvb.c
17029    M /trunk/modules/access/dvb/dvb.h
17030    M /trunk/modules/access/dvb/qpsk.c
17031
17032 Refactoring of dvb.c and access.c. Coding style and messages cleanup.
17033 ------------------------------------------------------------------------
17034 r7613 | rocky | 2004-05-07 04:03:56 +0200 (Fri, 07 May 2004) | 3 lines
17035 Changed paths:
17036    M /trunk/configure.ac
17037    M /trunk/modules/access/vcdx/vcdplayer.c
17038
17039 Tolerate compilation with vcdimager 0.7.20. Sigh.
17040
17041
17042 ------------------------------------------------------------------------
17043 r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
17044 Changed paths:
17045    M /trunk/modules/gui/macosx/controls.m
17046
17047 * introduced a bug with my latest patch in the autogenerated menus.
17048
17049 ------------------------------------------------------------------------
17050 r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
17051 Changed paths:
17052    M /trunk/modules/access/directory.c
17053    M /trunk/modules/gui/macosx/controls.m
17054    M /trunk/modules/gui/macosx/playlist.m
17055    M /trunk/modules/gui/macosx/playlistinfo.m
17056    M /trunk/src/input/input.c
17057
17058 * fixed a number of memleaks
17059
17060 ------------------------------------------------------------------------
17061 r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
17062 Changed paths:
17063    M /trunk/modules/mux/mp4.c
17064
17065 * modules/mux/mp4.c:fixed a minor mem leak.
17066 ------------------------------------------------------------------------
17067 r7609 | hartman | 2004-05-06 23:14:02 +0200 (Thu, 06 May 2004) | 2 lines
17068 Changed paths:
17069    M /trunk/extras/contrib/src/Makefile
17070
17071 * set -O3 on faad
17072
17073 ------------------------------------------------------------------------
17074 r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
17075 Changed paths:
17076    M /trunk/modules/demux/mp4/mp4.c
17077
17078 * modules/demux/mp4/mp4.c: fixed memory leak.
17079 ------------------------------------------------------------------------
17080 r7607 | hartman | 2004-05-06 21:34:41 +0200 (Thu, 06 May 2004) | 6 lines
17081 Changed paths:
17082    M /trunk/modules/gui/macosx/intf.m
17083
17084 * don't autorelease the application
17085 * make sure the terminate of the super is called
17086
17087 This might fix the CodeTek VirtualDesktop appl. (untested)
17088
17089
17090 ------------------------------------------------------------------------
17091 r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
17092 Changed paths:
17093    M /trunk/src/input/input_dec.c
17094
17095 * src/input/input_dec.c: fixed DVB subtitles support in old MPEG TS demuxer.
17096 ------------------------------------------------------------------------
17097 r7605 | gbazin | 2004-05-06 12:58:57 +0200 (Thu, 06 May 2004) | 1 line
17098 Changed paths:
17099    M /trunk/modules/demux/mkv.cpp
17100
17101 * modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h
17102 ------------------------------------------------------------------------
17103 r7604 | gbazin | 2004-05-06 10:14:03 +0200 (Thu, 06 May 2004) | 1 line
17104 Changed paths:
17105    M /trunk/Makefile.am
17106
17107 * Makefile.am: include the vlm html files in the win32 package.
17108 ------------------------------------------------------------------------
17109 r7603 | jlj | 2004-05-06 00:25:12 +0200 (Thu, 06 May 2004) | 3 lines
17110 Changed paths:
17111    M /trunk/modules/demux/mp4/drms.c
17112
17113   * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
17114
17115
17116 ------------------------------------------------------------------------
17117 r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
17118 Changed paths:
17119    M /trunk/Makefile.am
17120
17121 * .access for http intf added to OSX build.
17122
17123 ------------------------------------------------------------------------
17124 r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
17125 Changed paths:
17126    M /trunk/modules/demux/ts.c
17127
17128 * modules/demux/ts.c: support for DVB subtitles and memory leak fixes.
17129 ------------------------------------------------------------------------
17130 r7600 | gbazin | 2004-05-05 23:50:49 +0200 (Wed, 05 May 2004) | 1 line
17131 Changed paths:
17132    M /trunk/src/input/es_out.c
17133
17134 * src/input/es_out.c: remove deprecated hack.
17135 ------------------------------------------------------------------------
17136 r7599 | ipkiss | 2004-05-05 23:15:04 +0200 (Wed, 05 May 2004) | 2 lines
17137 Changed paths:
17138    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17139
17140  * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
17141
17142 ------------------------------------------------------------------------
17143 r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
17144 Changed paths:
17145    M /trunk/src/libvlc.h
17146
17147 * src/libvlc.h: moved a few hotkeys to the advanced options.
17148 ------------------------------------------------------------------------
17149 r7597 | gbazin | 2004-05-05 13:18:18 +0200 (Wed, 05 May 2004) | 1 line
17150 Changed paths:
17151    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
17152
17153 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
17154 ------------------------------------------------------------------------
17155 r7596 | jlj | 2004-05-05 13:13:33 +0200 (Wed, 05 May 2004) | 4 lines
17156 Changed paths:
17157    M /trunk/modules/demux/mp4/drms.c
17158
17159   * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
17160             DoExtShuffle into smaller functions.
17161
17162
17163 ------------------------------------------------------------------------
17164 r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
17165 Changed paths:
17166    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17167
17168 * Added the WAVE-file-type
17169 ------------------------------------------------------------------------
17170 r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
17171 Changed paths:
17172    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17173
17174  * skins2/parser/skin_parser.cpp: Fixed my last commit.
17175    I didn't remove all the code handling the removed attribute (Playlist.var),
17176    because it can still be useful if we decide to have other List controls.
17177
17178 ------------------------------------------------------------------------
17179 r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
17180 Changed paths:
17181    M /trunk/vlc.ebuild
17182
17183 * updates to ebuild for 0.7.2
17184
17185 ------------------------------------------------------------------------
17186 r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
17187 Changed paths:
17188    M /trunk/share/skins2/skin.dtd
17189
17190  * share/skins2/skin.dtd: removed a useless attribute
17191
17192 ------------------------------------------------------------------------
17193 r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
17194 Changed paths:
17195    M /trunk/modules/demux/ts.c
17196
17197 * modules/demux/ts.c: coding style changes.
17198 ------------------------------------------------------------------------
17199 r7590 | titer | 2004-05-04 16:09:45 +0200 (Tue, 04 May 2004) | 2 lines
17200 Changed paths:
17201    M /trunk/modules/video_chroma/i420_yuy2.h
17202
17203  + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
17204
17205 ------------------------------------------------------------------------
17206 r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
17207 Changed paths:
17208    M /trunk/modules/video_chroma/i420_yuy2.c
17209
17210  + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
17211                               widths (MMX untested)
17212
17213 ------------------------------------------------------------------------
17214 r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
17215 Changed paths:
17216    M /trunk/modules/gui/macosx/vout.m
17217
17218  + macosx/vout.m : catch mouse events in OpenGL mode (still, only works
17219                    in window mode. I'm not sure how we can catch
17220                    mouseDown events in fullscreen GL mode)
17221
17222 ------------------------------------------------------------------------
17223 r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
17224 Changed paths:
17225    M /trunk/modules/access/cdda/access.c
17226
17227 Correct bitrate in the WAV header.
17228
17229
17230 ------------------------------------------------------------------------
17231 r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
17232 Changed paths:
17233    M /trunk/configure.ac
17234
17235 * Updated '(c) 1996-2003' to '(c) 1996-2004'
17236 ------------------------------------------------------------------------
17237 r7585 | gbazin | 2004-05-03 15:55:39 +0200 (Mon, 03 May 2004) | 1 line
17238 Changed paths:
17239    M /trunk/modules/codec/ffmpeg/video.c
17240
17241 * modules/codec/ffmpeg/video.c: compilation fixes for ffmpeg 0.4.8.
17242 ------------------------------------------------------------------------
17243 r7584 | sam | 2004-05-03 14:06:10 +0200 (Mon, 03 May 2004) | 4 lines
17244 Changed paths:
17245    M /trunk/po/en_GB.po
17246    M /trunk/po/es.po
17247
17248   * po/:
17249     + Updated the British translation.
17250     + Merged Javier Varela's Spanish translation. There's more to come.
17251
17252 ------------------------------------------------------------------------
17253 r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
17254 Changed paths:
17255    M /trunk/modules/access/cdda.c
17256
17257 modules/access/cdda.c: write proper bitrate in the wav header.
17258
17259 ------------------------------------------------------------------------
17260 r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
17261 Changed paths:
17262    M /trunk/modules/control/hotkeys.c
17263    M /trunk/modules/control/lirc.c
17264
17265  * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
17266    coding style changes
17267
17268 ------------------------------------------------------------------------
17269 r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
17270 Changed paths:
17271    M /trunk/modules/gui/wxwindows/playlist.cpp
17272
17273  * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
17274    style fixes
17275
17276 ------------------------------------------------------------------------
17277 r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
17278 Changed paths:
17279    M /trunk/po/de.po
17280    M /trunk/po/it.po
17281
17282 * po/de.po: corrected a misunderstanding
17283 * po/it.po: layout fixes to the rc-help-message
17284 ------------------------------------------------------------------------
17285 r7579 | ipkiss | 2004-05-02 16:03:20 +0200 (Sun, 02 May 2004) | 3 lines
17286 Changed paths:
17287    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
17288    M /trunk/modules/gui/skins2/parser/interpreter.cpp
17289
17290  * skins2/parser/interpreter.cpp: parse the "or" operator
17291  * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
17292
17293 ------------------------------------------------------------------------
17294 r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
17295 Changed paths:
17296    M /trunk/po/de.po
17297
17298 * Fixed some  translations
17299 ------------------------------------------------------------------------
17300 r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
17301 Changed paths:
17302    M /trunk/modules/demux/dvdnav.c
17303
17304 * modules/demux/dvdnav.c: a few coding style changes.
17305 ------------------------------------------------------------------------
17306 r7576 | gbazin | 2004-05-01 19:56:14 +0200 (Sat, 01 May 2004) | 1 line
17307 Changed paths:
17308    M /trunk/modules/demux/dvdnav.c
17309
17310 * modules/demux/dvdnav.c: a bit less debug and fixed seeking.
17311 ------------------------------------------------------------------------
17312 r7575 | fkuehne | 2004-05-01 18:01:41 +0200 (Sat, 01 May 2004) | 1 line
17313 Changed paths:
17314    M /trunk/po/de.po
17315
17316 =* Updated German translation
17317 ------------------------------------------------------------------------
17318 r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
17319 Changed paths:
17320    M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
17321    M /trunk/modules/gui/skins2/src/vlcproc.cpp
17322    M /trunk/modules/gui/skins2/src/vlcproc.hpp
17323    M /trunk/modules/gui/skins2/vars/time.cpp
17324    M /trunk/modules/gui/skins2/vars/time.hpp
17325    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
17326    M /trunk/modules/gui/skins2/win32/win32_window.cpp
17327    M /trunk/modules/gui/skins2/x11/x11_window.cpp
17328
17329   * src/vlcproc.*: added the callbacks for vout requests. The vout window
17330     handle is now stored in VlcProc.
17331   * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in 
17332     VlcProc instead of the old "drawable" trick
17333   * all: renamed "Time" into "StreamTime" because of a name conflict with 
17334    X11 (did i hear "namespace" ? ;)
17335
17336 ------------------------------------------------------------------------
17337 r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
17338 Changed paths:
17339    M /trunk/NEWS
17340
17341 * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
17342
17343 ------------------------------------------------------------------------
17344 r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
17345 Changed paths:
17346    M /trunk/ChangeLog
17347    M /trunk/configure.ac
17348    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
17349    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17350    M /trunk/po/POTFILES.in
17351
17352 * ALL: update for 0.7.2-test2.
17353
17354 ------------------------------------------------------------------------
17355 r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
17356 Changed paths:
17357    M /trunk/modules/gui/wxwindows/interface.cpp
17358    M /trunk/modules/gui/wxwindows/menus.cpp
17359    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17360    M /trunk/modules/gui/wxwindows/wxwindows.h
17361
17362 * modules/gui/wxwindows/*: hotkeys support.
17363
17364 ------------------------------------------------------------------------
17365 r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
17366 Changed paths:
17367    M /trunk/po/fr.po
17368
17369  * po/fr.po: updated French translation for vlc 0.7.2
17370
17371 > #, fuzzy
17372 > msgid "Date metadata"
17373 > msgstr "Death metal"
17374
17375
17376 ------------------------------------------------------------------------
17377 r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
17378 Changed paths:
17379    M /trunk/modules/gui/macosx/vout.h
17380    M /trunk/modules/gui/macosx/vout.m
17381
17382  + macosx/vout*: use two pictures and OpenGL textures so a texture
17383                  cannot be affected by VLC loading the next picture
17384                  (should fix the artifacts when moving or resizing
17385                   the window)
17386
17387 ------------------------------------------------------------------------
17388 r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
17389 Changed paths:
17390    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
17391    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17392    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17393    M /trunk/modules/gui/macosx/Modules.am
17394    M /trunk/modules/gui/macosx/intf.h
17395    M /trunk/modules/gui/macosx/intf.m
17396    M /trunk/modules/gui/macosx/playlistinfo.h
17397    M /trunk/modules/gui/macosx/playlistinfo.m
17398
17399 * Use the playlist info panel instead of the old one everywhere
17400         - old VLCInfo and InfoPanel have been removed from nib file
17401         - VLCPlaylistInfo and PlaylistInfoPanel have been renamed
17402         - old info.c and info.h are still in repository, but not compiled, should I remove them ?
17403
17404
17405 ------------------------------------------------------------------------
17406 r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
17407 Changed paths:
17408    M /trunk/modules/gui/skins2/commands/async_queue.cpp
17409    M /trunk/modules/gui/skins2/src/skin_main.cpp
17410    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
17411
17412 * modules/gui/skins2/*: a few bug fixes.
17413 ------------------------------------------------------------------------
17414 r7566 | gbazin | 2004-04-30 17:30:43 +0200 (Fri, 30 Apr 2004) | 3 lines
17415 Changed paths:
17416    M /trunk/Makefile.am
17417    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17418    M /trunk/share/Makefile.am
17419    A /trunk/share/skins2/skin.catalog
17420
17421 * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
17422 * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
17423
17424 ------------------------------------------------------------------------
17425 r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
17426 Changed paths:
17427    M /trunk/src/input/control.c
17428    M /trunk/src/playlist/playlist.c
17429
17430 Hopefully fix locking issues with wx
17431
17432 ------------------------------------------------------------------------
17433 r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
17434 Changed paths:
17435    M /trunk/extras/contrib/src/Makefile
17436    M /trunk/extras/contrib/src/packages.mak
17437
17438 * Update faad even further
17439
17440 ------------------------------------------------------------------------
17441 r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
17442 Changed paths:
17443    M /trunk/modules/gui/macosx/vout.m
17444    M /trunk/src/video_output/vout_intf.c
17445
17446  * src/video_output/vout_intf.c: remember video-on-top via p_playlist
17447  * modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
17448
17449 ------------------------------------------------------------------------
17450 r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
17451 Changed paths:
17452    M /trunk/modules/gui/wxwindows/open.cpp
17453    M /trunk/modules/gui/wxwindows/wizard.cpp
17454    M /trunk/modules/gui/wxwindows/wxwindows.h
17455
17456 * modules/gui/wxwindows/*: small clean-up.
17457 ------------------------------------------------------------------------
17458 r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
17459 Changed paths:
17460    M /trunk/modules/gui/skins2/Modules.am
17461    A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
17462    A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
17463    M /trunk/modules/gui/skins2/parser/interpreter.cpp
17464    M /trunk/modules/gui/skins2/src/var_manager.cpp
17465    M /trunk/modules/gui/skins2/src/var_manager.hpp
17466    M /trunk/modules/gui/skins2/utils/var_bool.cpp
17467    M /trunk/modules/gui/skins2/utils/var_bool.hpp
17468
17469   * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
17470     (a bit "C-style-coded" at the moment ;)
17471   * utils/var_bool.*: added true and false boolean variables, and the "OR"
17472     composite variable
17473   * src/var_manager.*: support for anonymous variables
17474   * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
17475     expressions in the XML. Any well-parenthesized expression using "not",
17476     "or", "and", "true", "false" and boolean variables should be understood
17477     (not much tested yet).
17478
17479 ------------------------------------------------------------------------
17480 r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
17481 Changed paths:
17482    M /trunk/modules/codec/ffmpeg/video.c
17483
17484 * modules/codec/ffmpeg/video.c: direct rendering needs to be disabled for --ffmpeg-vismv.
17485 ------------------------------------------------------------------------
17486 r7559 | gbazin | 2004-04-29 22:30:24 +0200 (Thu, 29 Apr 2004) | 4 lines
17487 Changed paths:
17488    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17489    M /trunk/modules/codec/ffmpeg/ffmpeg.h
17490    M /trunk/modules/codec/ffmpeg/video.c
17491
17492 * modules/codec/ffmpeg/*:
17493   + small fix for --ffmpeg-workaround-bugs.
17494   + new --ffmpeg-vismv option to visualize motion vectors.
17495
17496 ------------------------------------------------------------------------
17497 r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
17498 Changed paths:
17499    M /trunk/modules/control/hotkeys.c
17500    M /trunk/modules/gui/macosx/intf.m
17501    M /trunk/modules/gui/wxwindows/wxwindows.cpp
17502    M /trunk/src/playlist/playlist.c
17503
17504  * src/playlist/playlist.c: Don't do any playlist actions if there are no items in the playlist.
17505  * REST: remove code duplication in some places. there might be more locations.
17506
17507 ------------------------------------------------------------------------
17508 r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
17509 Changed paths:
17510    M /trunk/modules/gui/macosx/intf.m
17511
17512 * Fix the fullscreen button.
17513
17514 ------------------------------------------------------------------------
17515 r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
17516 Changed paths:
17517    M /trunk/Makefile.am
17518    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17519
17520 * Add missing playlistinfo files to OSX target
17521
17522 ------------------------------------------------------------------------
17523 r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
17524 Changed paths:
17525    M /trunk/modules/gui/wxwindows/dialogs.cpp
17526    M /trunk/modules/gui/wxwindows/open.cpp
17527    M /trunk/modules/gui/wxwindows/wizard.cpp
17528    M /trunk/modules/gui/wxwindows/wxwindows.h
17529
17530 * Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
17531
17532 ------------------------------------------------------------------------
17533 r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
17534 Changed paths:
17535    M /trunk/modules/demux/avi/avi.c
17536
17537 * modules/demux/avi/avi.c: fixed infinite loop when seeking in broken/incomplete files.
17538 ------------------------------------------------------------------------
17539 r7553 | zorglub | 2004-04-29 17:30:00 +0200 (Thu, 29 Apr 2004) | 2 lines
17540 Changed paths:
17541    M /trunk/src/misc/messages.c
17542
17543 Add missing objects descriptions
17544
17545 ------------------------------------------------------------------------
17546 r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
17547 Changed paths:
17548    M /trunk/modules/gui/macosx/intf.m
17549    M /trunk/modules/gui/macosx/vout.m
17550
17551 * Updated the Vout behaviour. Still a bit coupled to p_vout.
17552
17553 ------------------------------------------------------------------------
17554 r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
17555 Changed paths:
17556    M /trunk/src/misc/vlm.c
17557
17558 Fix segfault on "del"
17559
17560 ------------------------------------------------------------------------
17561 r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
17562 Changed paths:
17563    M /trunk/modules/gui/macosx/intf.m
17564
17565 * remove "Ja Nu!" Didn't i do that before????
17566
17567 ------------------------------------------------------------------------
17568 r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
17569 Changed paths:
17570    M /trunk/src/video_output/vout_intf.c
17571
17572 * Set "fullscreen" var on p_playlist instead of p_input
17573   This way we remember the fullscreen setting when we go
17574   to the next file in the playlist.
17575
17576 ------------------------------------------------------------------------
17577 r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
17578 Changed paths:
17579    M /trunk/src/input/input_clock.c
17580
17581 * src/input/input_clock.c: avoid using mwait() for long periods of time without checking p_input->b_die. This will make VLC more resilient to bad streams.
17582 ------------------------------------------------------------------------
17583 r7547 | gbazin | 2004-04-29 16:43:12 +0200 (Thu, 29 Apr 2004) | 1 line
17584 Changed paths:
17585    M /trunk/NEWS
17586    M /trunk/modules/demux/avi/avi.c
17587
17588 * modules/demux/avi/avi.c: Fixed infinite loop in the AVI demux on broken/incomplete files
17589 ------------------------------------------------------------------------
17590 r7546 | gbazin | 2004-04-29 15:53:29 +0200 (Thu, 29 Apr 2004) | 3 lines
17591 Changed paths:
17592    M /trunk/include/vlc_objects.h
17593    M /trunk/src/input/demux.c
17594    M /trunk/src/input/input.c
17595    M /trunk/src/misc/objects.c
17596
17597 * src/input/demux.c, src/misc/objects.c: demux2 has the VLC_OBJECT_DEMUX type.
17598 * src/input/input.c: input_StopThread() sets b_die on demux2 as well.
17599
17600 ------------------------------------------------------------------------
17601 r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
17602 Changed paths:
17603    M /trunk/src/video_output/video_output.c
17604    M /trunk/src/video_output/vout_intf.c
17605
17606 * src/video_output/*: moved fullscreen object var handling in vout_intf.c and disable video-on-top when in fullscreen.
17607 ------------------------------------------------------------------------
17608 r7544 | gbazin | 2004-04-29 13:04:14 +0200 (Thu, 29 Apr 2004) | 1 line
17609 Changed paths:
17610    M /trunk/modules/access/dshow/filter.cpp
17611
17612 * modules/access/dshow/filter.cpp: removed useless debug messages.
17613 ------------------------------------------------------------------------
17614 r7543 | gbazin | 2004-04-28 22:02:13 +0200 (Wed, 28 Apr 2004) | 1 line
17615 Changed paths:
17616    M /trunk/modules/codec/theora.c
17617    M /trunk/modules/mux/ogg.c
17618
17619 * modules/mux/ogg.c, modules/codec/theora.c: changes for theora alpha 3 support + misc small fixes.
17620 ------------------------------------------------------------------------
17621 r7542 | zorglub | 2004-04-28 20:22:31 +0200 (Wed, 28 Apr 2004) | 2 lines
17622 Changed paths:
17623    M /trunk/modules/visualization/xosd.c
17624
17625 Improved the Xosd plugin
17626
17627 ------------------------------------------------------------------------
17628 r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
17629 Changed paths:
17630    M /trunk/modules/codec/theora.c
17631
17632 * modules/codec/theora.c: better sanity check for aspect ratio.
17633 ------------------------------------------------------------------------
17634 r7540 | gbazin | 2004-04-28 19:57:16 +0200 (Wed, 28 Apr 2004) | 1 line
17635 Changed paths:
17636    M /trunk/modules/demux/ogg.c
17637
17638 * modules/demux/ogg.c: theora decoding fix (one of the header fields changed in alpha3).
17639 ------------------------------------------------------------------------
17640 r7539 | sam | 2004-04-28 17:03:19 +0200 (Wed, 28 Apr 2004) | 4 lines
17641 Changed paths:
17642    M /trunk/po/it.po
17643
17644   * po/it.po: Dude, this has nothing to do with the alphabet but with the
17645     charset. "BokmÃ¥l" is spelt "BokmÃ¥l" whatever the language. It's just that
17646     we cannot write "Ã¥" in ASCII.
17647
17648 ------------------------------------------------------------------------
17649 r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
17650 Changed paths:
17651    M /trunk/modules/control/hotkeys.c
17652
17653 * modules/control/hotkeys.c: fixed fullscreen hotkey when video filters are used.
17654 ------------------------------------------------------------------------
17655 r7537 | sam | 2004-04-28 16:21:43 +0200 (Wed, 28 Apr 2004) | 2 lines
17656 Changed paths:
17657    M /trunk/po/en_GB.po
17658
17659   * po/en_GB.po: Updated the British English translation.
17660
17661 ------------------------------------------------------------------------
17662 r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
17663 Changed paths:
17664    M /trunk/configure.ac
17665
17666 * configure.ac: another build fix for the win32 mozilla plugin.
17667 ------------------------------------------------------------------------
17668 r7535 | gbazin | 2004-04-28 15:01:14 +0200 (Wed, 28 Apr 2004) | 1 line
17669 Changed paths:
17670    M /trunk/Makefile.am
17671    M /trunk/configure.ac
17672
17673 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
17674 ------------------------------------------------------------------------
17675 r7534 | murray | 2004-04-28 14:38:55 +0200 (Wed, 28 Apr 2004) | 6 lines
17676 Changed paths:
17677    M /trunk/po/it.po
17678
17679 As a quick google search shows, the letter Ã¥ does not exist in the
17680 Italian alphabet. Therefore, we write "Norvegese Bokmal".
17681
17682 We're even, sam :)
17683
17684
17685 ------------------------------------------------------------------------
17686 r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
17687 Changed paths:
17688    M /trunk/po/it.po
17689
17690   * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
17691
17692 ------------------------------------------------------------------------
17693 r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
17694 Changed paths:
17695    M /trunk/debian/changelog
17696    M /trunk/debian/control
17697    M /trunk/debian/rules
17698
17699   * Control files for the official 0.7.2-test1 Debian packages.
17700
17701 ------------------------------------------------------------------------
17702 r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
17703 Changed paths:
17704    M /trunk/po/it.po
17705
17706 Updated italian translation for vlc 0.7.2
17707
17708 You will therefore discover that in italian we still call Kalaallisut
17709 "Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
17710 exciting stuff.
17711
17712
17713 ------------------------------------------------------------------------
17714 r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
17715 Changed paths:
17716    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17717
17718 * modules/codec/ffmpeg/ffmpeg.c: fixed stupid bug preventing the decoder to be closed properly.
17719 ------------------------------------------------------------------------
17720 r7529 | gbazin | 2004-04-28 00:00:07 +0200 (Wed, 28 Apr 2004) | 1 line
17721 Changed paths:
17722    M /trunk/modules/gui/wxwindows/interface.cpp
17723    M /trunk/modules/gui/wxwindows/playlist.cpp
17724    M /trunk/modules/gui/wxwindows/wxwindows.h
17725
17726 * modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to check for drag&drop support.
17727 ------------------------------------------------------------------------
17728 r7528 | gbazin | 2004-04-27 23:33:51 +0200 (Tue, 27 Apr 2004) | 2 lines
17729 Changed paths:
17730    M /trunk/modules/gui/wxwindows/interface.cpp
17731    M /trunk/modules/gui/wxwindows/playlist.cpp
17732    M /trunk/modules/gui/wxwindows/wxwindows.h
17733
17734 * modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
17735
17736 ------------------------------------------------------------------------
17737 r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
17738 Changed paths:
17739    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
17740    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
17741    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17742    M /trunk/share/http/index.html
17743    M /trunk/src/libvlc.h
17744
17745 * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: minor fixes & added the services-menu again. It isn't yet translatable, since the string-freeze came first. I'll add that after the release.
17746 * extras/MacOSX/vlc.pbproj/*: Added "m4a" to the file-types and corrected some descriptions
17747 * share/http/index.html: another minor layout fix
17748 * src/libvlc.h: changed the default hotkey for "subtitle delay down" from command-h to command-j and for "subtitle delay up" from command-j to command-k due to a conflict with a default OSX-shortcut
17749 ------------------------------------------------------------------------
17750 r7526 | gbazin | 2004-04-27 20:45:33 +0200 (Tue, 27 Apr 2004) | 1 line
17751 Changed paths:
17752    M /trunk/po/de.po
17753    M /trunk/po/en_GB.po
17754    M /trunk/po/es.po
17755    M /trunk/po/fr.po
17756    M /trunk/po/hu.po
17757    M /trunk/po/it.po
17758    M /trunk/po/ja.po
17759    M /trunk/po/nl.po
17760    M /trunk/po/no.po
17761    M /trunk/po/pl.po
17762    M /trunk/po/pt_BR.po
17763    M /trunk/po/ru.po
17764    M /trunk/po/sv.po
17765    M /trunk/po/vlc.pot
17766
17767 * po/*: updated with latest string reviews.
17768 ------------------------------------------------------------------------
17769 r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
17770 Changed paths:
17771    M /trunk/modules/demux/demux2.c
17772
17773 * ahum, missing avi shortcut :D
17774
17775 ------------------------------------------------------------------------
17776 r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
17777 Changed paths:
17778    M /trunk/src/misc/vlm.c
17779
17780 Fix VLM item URI assignment
17781
17782 ------------------------------------------------------------------------
17783 r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
17784 Changed paths:
17785    M /trunk/modules/demux/ts.c
17786
17787 * modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
17788
17789 ------------------------------------------------------------------------
17790 r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
17791 Changed paths:
17792    M /trunk/include/vlc_help.h
17793    M /trunk/modules/access/directory.c
17794    M /trunk/modules/access/dshow/dshow.cpp
17795    M /trunk/modules/access/dvb/qpsk.c
17796    M /trunk/modules/access/file.c
17797    M /trunk/modules/access/ftp.c
17798    M /trunk/modules/access/http.c
17799    M /trunk/modules/access/mms/mms.c
17800    M /trunk/modules/access/tcp.c
17801    M /trunk/modules/access/udp.c
17802    M /trunk/modules/access/vcdx/vcd.c
17803    M /trunk/modules/access_output/dummy.c
17804    M /trunk/modules/access_output/file.c
17805    M /trunk/modules/access_output/http.c
17806    M /trunk/modules/access_output/udp.c
17807    M /trunk/modules/audio_filter/converter/a52tofloat32.c
17808    M /trunk/modules/audio_filter/resampler/bandlimited.c
17809    M /trunk/modules/audio_mixer/spdif.c
17810    M /trunk/modules/audio_output/file.c
17811    M /trunk/modules/audio_output/oss.c
17812    M /trunk/modules/codec/ffmpeg/ffmpeg.h
17813    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
17814    M /trunk/modules/codec/ogt/subtitle.h
17815    M /trunk/modules/codec/subsdec.c
17816    M /trunk/modules/control/joystick.c
17817    M /trunk/modules/demux/dvdnav.c
17818    M /trunk/modules/demux/livedotcom.cpp
17819    M /trunk/modules/demux/rawdv.c
17820    M /trunk/modules/demux/util/id3genres.h
17821    M /trunk/modules/gui/kde/interface.cpp
17822    M /trunk/modules/gui/macosx/intf.m
17823    M /trunk/modules/gui/macosx/macosx.m
17824    M /trunk/modules/gui/wxwindows/interface.cpp
17825    M /trunk/modules/misc/sap.c
17826    M /trunk/modules/stream_out/rtp.c
17827    M /trunk/modules/stream_out/standard.c
17828    M /trunk/modules/video_chroma/i420_yuy2.c
17829    M /trunk/modules/video_filter/clone.c
17830    M /trunk/modules/video_filter/crop.c
17831    M /trunk/modules/video_filter/wall.c
17832    M /trunk/modules/video_output/caca.c
17833    M /trunk/modules/video_output/directx/directx.c
17834    M /trunk/modules/video_output/x11/x11.c
17835    M /trunk/modules/video_output/x11/xvideo.c
17836    M /trunk/modules/visualization/goom.c
17837    M /trunk/src/libvlc.h
17838    M /trunk/src/misc/iso-639_def.h
17839    M /trunk/src/misc/iso_lang.c
17840
17841   * Massive spelling corrections.
17842
17843 ------------------------------------------------------------------------
17844 r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
17845 Changed paths:
17846    M /trunk/include/vlc_meta.h
17847    M /trunk/modules/gui/gtk/gnome.glade
17848    M /trunk/modules/gui/gtk/gnome_interface.c
17849    M /trunk/modules/gui/gtk/gtk.glade
17850
17851   * Got rid of more "VideoLAN C*****" references.
17852   * include/vlc_meta.h: s/Url/URL/.
17853
17854 ------------------------------------------------------------------------
17855 r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
17856 Changed paths:
17857    M /trunk/modules/access_output/udp.c
17858    M /trunk/modules/codec/ffmpeg/ffmpeg.c
17859    M /trunk/modules/codec/ffmpeg/ffmpeg.h
17860    M /trunk/modules/mux/mpeg/ts.c
17861
17862 Review of sout help strings
17863
17864 ------------------------------------------------------------------------
17865 r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
17866 Changed paths:
17867    M /trunk/README.MacOSX.rtf
17868    M /trunk/doc/developer/decoders.xml
17869    M /trunk/doc/developer/glossary.xml
17870    M /trunk/doc/developer/history.xml
17871    M /trunk/doc/developer/manual.xml
17872    M /trunk/doc/developer/manual.xml.in
17873    M /trunk/doc/vlc-howto.sgml
17874    M /trunk/doc/web-streaming.html
17875    M /trunk/evc/config.h.in
17876    M /trunk/ipkg/control.gpe
17877    M /trunk/ipkg/control.h3600
17878    M /trunk/ipkg/control.opie
17879    M /trunk/ipkg/control.zaurus
17880    M /trunk/ipkg/rules.gpe
17881    M /trunk/ipkg/rules.h3600
17882    M /trunk/ipkg/rules.opie
17883    M /trunk/ipkg/rules.zaurus
17884    M /trunk/ipkg/vlc.desktop
17885    M /trunk/menuconfig
17886    M /trunk/modules/gui/qnx/vout.c
17887    M /trunk/modules/gui/qt/intf.cpp
17888    M /trunk/msvc/config.h.in
17889    M /trunk/vlc.spec
17890
17891   * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
17892     player". A couple are remaining, but I don't want to break the string
17893     freeze yet.
17894
17895 ------------------------------------------------------------------------
17896 r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
17897 Changed paths:
17898    M /trunk/modules/access/v4l/v4l.c
17899
17900   * modules/access/v4l/v4l.c:
17901     + Fixed possible deadlocks.
17902
17903 ------------------------------------------------------------------------
17904 r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
17905 Changed paths:
17906    M /trunk/modules/codec/ogt/cvd.c
17907    M /trunk/modules/codec/ogt/ogt.c
17908
17909 ogt.c: add object_release for object_find 
17910 cvd.c: if spu-channel variable not set, don't bother handling subtitle.
17911
17912
17913 ------------------------------------------------------------------------
17914 r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
17915 Changed paths:
17916    M /trunk/debian/changelog
17917    M /trunk/debian/control
17918    M /trunk/debian/rules
17919
17920   * debian/control:
17921     + Removed the libdv2-dev build-dependency.
17922     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
17923     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
17924     + Build-depend on libfribidi-dev.
17925     + Build-depend on libcdio-dev.
17926     + Build-depend on libmodplug-dev.
17927   * debian/rules:
17928     + Activated fribidi support.
17929     + Activated CDDA support via libcdio.
17930     + Activated MOD support.
17931
17932 ------------------------------------------------------------------------
17933 r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
17934 Changed paths:
17935    M /trunk/configure.ac
17936
17937 * configure.ac: fix detection of libfaad2 cvs.
17938 ------------------------------------------------------------------------
17939 r7514 | sam | 2004-04-26 23:53:26 +0200 (Mon, 26 Apr 2004) | 3 lines
17940 Changed paths:
17941    M /trunk/src/interface/interface.c
17942
17943   * src/interface/interface.c:
17944     + Only populate the "switch interface" menu with modules that we have.
17945
17946 ------------------------------------------------------------------------
17947 r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
17948 Changed paths:
17949    M /trunk/ChangeLog
17950    M /trunk/po/POTFILES.in
17951    M /trunk/po/de.po
17952    M /trunk/po/en_GB.po
17953    M /trunk/po/es.po
17954    M /trunk/po/fr.po
17955    M /trunk/po/hu.po
17956    M /trunk/po/it.po
17957    M /trunk/po/ja.po
17958    M /trunk/po/nl.po
17959    M /trunk/po/no.po
17960    M /trunk/po/pl.po
17961    M /trunk/po/pt_BR.po
17962    M /trunk/po/ru.po
17963    M /trunk/po/sv.po
17964    M /trunk/po/vlc.pot
17965
17966 * ALL: updated for the 0.7.2-test1 release.
17967
17968 ------------------------------------------------------------------------
17969 r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
17970 Changed paths:
17971    M /trunk/modules/demux/avi/libavi.h
17972
17973 * modules/demux/avi/libavi.h: added h264 fourccs.
17974
17975 ------------------------------------------------------------------------
17976 r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
17977 Changed paths:
17978    M /trunk/src/interface/interface.c
17979
17980   * src/interface/interface.c:
17981     + Do not crash miserably if an interface switch failed at the module_Need
17982       stage.
17983
17984 ------------------------------------------------------------------------
17985 r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
17986 Changed paths:
17987    M /trunk/NEWS
17988
17989 * punctuation and spelling fixes
17990
17991 ------------------------------------------------------------------------
17992 r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
17993 Changed paths:
17994    M /trunk/modules/mux/mpeg/ts.c
17995
17996 * modules/mux/mpeg/ts.c: revised config options descriptions.
17997 ------------------------------------------------------------------------
17998 r7508 | hartman | 2004-04-26 23:06:51 +0200 (Mon, 26 Apr 2004) | 3 lines
17999 Changed paths:
18000    M /trunk/extras/contrib/src/Makefile
18001    M /trunk/extras/contrib/src/Patches/theora.patch
18002    M /trunk/extras/contrib/src/packages.mak
18003
18004 OS X build system fixes
18005 - updated version of speex, theora, libebml, libmatroska
18006
18007 ------------------------------------------------------------------------
18008 r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
18009 Changed paths:
18010    M /trunk/modules/mux/mpeg/ts.c
18011
18012 Options descriptions for TS muxer
18013
18014 ** FIXME : Unfinished, shaping and use-key-frames are not documented **
18015
18016
18017 ------------------------------------------------------------------------
18018 r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
18019 Changed paths:
18020    M /trunk/modules/demux/avi/avi.c
18021
18022 * modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
18023 ------------------------------------------------------------------------
18024 r7505 | sam | 2004-04-26 17:24:21 +0200 (Mon, 26 Apr 2004) | 2 lines
18025 Changed paths:
18026    M /trunk/debian/rules
18027
18028   * debian/rules: fixed shell syntax.
18029
18030 ------------------------------------------------------------------------
18031 r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
18032 Changed paths:
18033    M /trunk/modules/gui/wxwindows/video.cpp
18034    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18035
18036 * modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
18037 ------------------------------------------------------------------------
18038 r7503 | sam | 2004-04-26 15:58:25 +0200 (Mon, 26 Apr 2004) | 5 lines
18039 Changed paths:
18040    M /trunk/modules/codec/Modules.am
18041    M /trunk/modules/stream_out/transrate/Modules.am
18042
18043   * modules/codec/Modules.am:
18044     + Added disabled plugin sources to EXTRA_DIST.
18045   * modules/stream_out/transrate/Modules.am:
18046     + Added missing transrate.h to _SOURCES.
18047
18048 ------------------------------------------------------------------------
18049 r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
18050 Changed paths:
18051    M /trunk/Makefile.am
18052
18053   * Makefile.am:
18054     + Copy the original ebuild instead of copying it, to allow recursive
18055       "make dist" calls.
18056
18057 ------------------------------------------------------------------------
18058 r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
18059 Changed paths:
18060    M /trunk/modules/gui/wxwindows/video.cpp
18061    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18062
18063 * modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
18064 ------------------------------------------------------------------------
18065 r7500 | gbazin | 2004-04-26 15:06:17 +0200 (Mon, 26 Apr 2004) | 1 line
18066 Changed paths:
18067    M /trunk/modules/video_filter/deinterlace.c
18068
18069 * modules/video_filter/deinterlace.c: avoid segfault when deinterlacing filter can't be loaded.
18070 ------------------------------------------------------------------------
18071 r7499 | gbazin | 2004-04-26 12:00:53 +0200 (Mon, 26 Apr 2004) | 1 line
18072 Changed paths:
18073    M /trunk/modules/gui/wxwindows/video.cpp
18074
18075 * modules/gui/wxwindows/video.cpp: forgot to unlock a mutex.
18076 ------------------------------------------------------------------------
18077 r7498 | gbazin | 2004-04-26 11:43:45 +0200 (Mon, 26 Apr 2004) | 1 line
18078 Changed paths:
18079    M /trunk/src/libvlc.h
18080
18081 * src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
18082 ------------------------------------------------------------------------
18083 r7497 | gbazin | 2004-04-26 11:22:28 +0200 (Mon, 26 Apr 2004) | 1 line
18084 Changed paths:
18085    M /trunk/modules/video_output/x11/xcommon.c
18086
18087 * modules/video_output/x11/xcommon.c: fix for detection of parent window size changes
18088 ------------------------------------------------------------------------
18089 r7496 | gbazin | 2004-04-26 11:10:53 +0200 (Mon, 26 Apr 2004) | 1 line
18090 Changed paths:
18091    M /trunk/modules/codec/ffmpeg/encoder.c
18092
18093 * modules/codec/ffmpeg/encoder.c: win32 compilation fix
18094 ------------------------------------------------------------------------
18095 r7495 | gbazin | 2004-04-26 08:09:15 +0200 (Mon, 26 Apr 2004) | 2 lines
18096 Changed paths:
18097    M /trunk/modules/codec/theora.c
18098
18099 * modules/codec/theora.c: new --sout-theora-quality option.
18100
18101 ------------------------------------------------------------------------
18102 r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
18103 Changed paths:
18104    M /trunk/modules/codec/ffmpeg/encoder.c
18105
18106 * modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
18107
18108 ------------------------------------------------------------------------
18109 r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
18110 Changed paths:
18111    M /trunk/modules/codec/ffmpeg/encoder.c
18112    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18113
18114 * modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
18115   + convention is to use '-' in composed option names (not '_').
18116
18117 ------------------------------------------------------------------------
18118 r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
18119 Changed paths:
18120    M /trunk/modules/codec/ogt/cvd.c
18121
18122 * when you use object_find you need to do a object_release as well
18123
18124 ------------------------------------------------------------------------
18125 r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
18126 Changed paths:
18127    M /trunk/modules/codec/vorbis.c
18128
18129 * modules/codec/vorbis.c: fix for quality setting.
18130
18131 ------------------------------------------------------------------------
18132 r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
18133 Changed paths:
18134    M /trunk/configure.ac
18135
18136 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
18137
18138 ------------------------------------------------------------------------
18139 r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
18140 Changed paths:
18141    M /trunk/modules/codec/vorbis.c
18142
18143 * modules/codec/vorbis.c:
18144   + added an --sout-vorbis-quality option for VBR encoding.
18145   + new --sout-vorbis-min/max-bitrate options.
18146
18147 ------------------------------------------------------------------------
18148 r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
18149 Changed paths:
18150    M /trunk/modules/codec/x264.c
18151    M /trunk/src/stream_output/stream_output.c
18152
18153  * x264: compilation fix.
18154  * stream_output.c: sout_ParseCfg warns about unknown option.
18155
18156 ------------------------------------------------------------------------
18157 r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
18158 Changed paths:
18159    M /trunk/modules/codec/flac.c
18160    M /trunk/modules/stream_out/transcode.c
18161
18162 * modules/stream_out/transcode.c:
18163   + avoid a few unneeded memcpy().
18164   + fixed memory leaks.
18165 * modules/codec/flac.c:
18166   + added a "flac" shortcut.
18167
18168 ------------------------------------------------------------------------
18169 r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
18170 Changed paths:
18171    M /trunk/modules/stream_out/transcode.c
18172
18173 * modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
18174
18175 ------------------------------------------------------------------------
18176 r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
18177 Changed paths:
18178    M /trunk/modules/stream_out/transcode.c
18179
18180 * modules/stream_out/transcode.c: fix for when forcing encoder.
18181
18182 ------------------------------------------------------------------------
18183 r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
18184 Changed paths:
18185    M /trunk/include/vlc_codec.h
18186    M /trunk/modules/codec/flac.c
18187    M /trunk/modules/codec/speex.c
18188    M /trunk/modules/codec/theora.c
18189    M /trunk/modules/codec/vorbis.c
18190    M /trunk/modules/stream_out/transcode.c
18191
18192 * modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
18193 * modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
18194
18195 ------------------------------------------------------------------------
18196 r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
18197 Changed paths:
18198    M /trunk/modules/stream_out/transcode.c
18199
18200 *  modules/stream_out/transcode.c:
18201    + new options to allow forcing an encoder and passing options to it.
18202      (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
18203    + got rid of aopts/vopts which is not needed anymore ;)
18204
18205 ------------------------------------------------------------------------
18206 r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
18207 Changed paths:
18208    M /trunk/NEWS
18209    M /trunk/modules/LIST
18210
18211 Updated
18212
18213 ------------------------------------------------------------------------
18214 r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
18215 Changed paths:
18216    M /trunk/toolbox
18217
18218 Do not translate wizard strings, and stop ignoring old win32 gui plugin
18219
18220 ------------------------------------------------------------------------
18221 r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
18222 Changed paths:
18223    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
18224
18225   * ctrl_text.cpp: put the control text in the "moving" state initially
18226
18227 ------------------------------------------------------------------------
18228 r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
18229 Changed paths:
18230    M /trunk/include/vlc_codec.h
18231    M /trunk/modules/codec/ffmpeg/encoder.c
18232    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18233    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18234    M /trunk/modules/codec/ffmpeg/video.c
18235    M /trunk/modules/stream_out/duplicate.c
18236    M /trunk/modules/stream_out/transcode.c
18237    M /trunk/src/stream_output/stream_output.c
18238
18239 * src/stream_output/stream_output.c: small sout_cfg_parser() changes.
18240 * modules/stream_out/duplicate.c: small coding style changes.
18241 * modules/stream_out/transcode.c:
18242   + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
18243   + Got rid of the ffmpeg encoder specific options.
18244 * modules/codec/ffmpeg/*:
18245   + Changed the encoder options to normal config options.
18246   + Parse the options forwarded by transcode.
18247 * include/vlc_codec.h:
18248   + encoder_t cleanup.
18249   + include a "sout_cfg_t *" in encoder_t to allow passing options.
18250
18251 ------------------------------------------------------------------------
18252 r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
18253 Changed paths:
18254    M /trunk/modules/gui/wxwindows/dialogs.cpp
18255
18256   * dialogs.cpp: put NULL for the parent window argument of WX dialogs in
18257   the dialog provider: fixes tons of errors such as
18258   "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
18259
18260 ------------------------------------------------------------------------
18261 r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
18262 Changed paths:
18263    M /trunk/modules/mux/asf.c
18264
18265 Add options descriptions
18266
18267 ------------------------------------------------------------------------
18268 r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
18269 Changed paths:
18270    M /trunk/modules/access_output/file.c
18271    M /trunk/modules/access_output/http.c
18272    M /trunk/modules/access_output/udp.c
18273
18274 Add option descriptions
18275
18276 ------------------------------------------------------------------------
18277 r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
18278 Changed paths:
18279    M /trunk/modules/stream_out/rtp.c
18280
18281 Fix description
18282
18283 ------------------------------------------------------------------------
18284 r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
18285 Changed paths:
18286    M /trunk/src/stream_output/stream_output.c
18287
18288 * src/stream_output/stream_output.c: small coding style changes.
18289
18290 ------------------------------------------------------------------------
18291 r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
18292 Changed paths:
18293    M /trunk/debian/rules
18294
18295   * debian/rules:
18296     + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
18297     + Check for .svn directories in addition to CVS.
18298
18299 ------------------------------------------------------------------------
18300 r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
18301 Changed paths:
18302    M /trunk/modules/access/dvb/dvb.c
18303
18304   * modules/access/dvb/dvb.c: fixed syntax errors.
18305
18306 ------------------------------------------------------------------------
18307 r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
18308 Changed paths:
18309    M /trunk/modules/misc/qte_main.cpp
18310
18311 Properly attach and detach the qte_main object
18312 ------------------------------------------------------------------------
18313 r7470 | zorglub | 2004-04-24 17:40:57 +0200 (Sat, 24 Apr 2004) | 2 lines
18314 Changed paths:
18315    M /trunk/modules/stream_out/standard.c
18316
18317 Compilation fix and give option descriptions
18318
18319 ------------------------------------------------------------------------
18320 r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
18321 Changed paths:
18322    M /trunk/modules/video_output/x11/xcommon.c
18323
18324 Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
18325
18326
18327 ------------------------------------------------------------------------
18328 r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
18329 Changed paths:
18330    M /trunk/modules/stream_out/display.c
18331    M /trunk/modules/stream_out/es.c
18332    M /trunk/modules/stream_out/rtp.c
18333    M /trunk/modules/stream_out/standard.c
18334
18335 * modules/stream_out/*: attempt at adding descriptions to the config options.
18336
18337 ------------------------------------------------------------------------
18338 r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
18339 Changed paths:
18340    M /trunk/modules/stream_out/standard.c
18341
18342  * standard: created sap/slp(boolean) sap-name/slp-name(string),
18343 sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
18344
18345 ------------------------------------------------------------------------
18346 r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
18347 Changed paths:
18348    M /trunk/modules/access/dvb/access.c
18349    M /trunk/modules/access/dvb/dvb.c
18350    M /trunk/modules/access/dvb/qpsk.c
18351
18352 dvb/access.c    removed old commandline syntax
18353                 better debug information
18354 dvb/dvb.c       debug message beautifying
18355 dvb/qpsk.c      textual changes
18356
18357 ------------------------------------------------------------------------
18358 r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
18359 Changed paths:
18360    M /trunk/ipkg/control.gpe
18361    M /trunk/ipkg/control.h3600
18362    M /trunk/ipkg/control.opie
18363    M /trunk/ipkg/control.zaurus
18364    M /trunk/ipkg/rules.gpe
18365    M /trunk/ipkg/rules.h3600
18366    M /trunk/ipkg/rules.opie
18367    M /trunk/ipkg/rules.zaurus
18368
18369 iPaq vlc-0.7.2-test1
18370 ------------------------------------------------------------------------
18371 r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
18372 Changed paths:
18373    M /trunk/src/input/subtitles.c
18374
18375 * input/subtitles.c: first subtitle search path was not used.
18376
18377 ------------------------------------------------------------------------
18378 r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
18379 Changed paths:
18380    M /trunk/modules/stream_out/display.c
18381    M /trunk/modules/stream_out/es.c
18382    M /trunk/modules/stream_out/rtp.c
18383    M /trunk/modules/stream_out/standard.c
18384
18385  * all: use sout_ParseCfg. But "standard" can't use it for sap/slp
18386 options (because we can't do the difference between missing option,
18387 option and option="" when option is a string).
18388  
18389
18390 ------------------------------------------------------------------------
18391 r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
18392 Changed paths:
18393    M /trunk/modules/access_output/file.c
18394    M /trunk/modules/access_output/http.c
18395    M /trunk/modules/access_output/udp.c
18396
18397  * all: use sout_ParseCfg.
18398  (udp-sout-caching has been renamed sout-udp-caching).
18399
18400 ------------------------------------------------------------------------
18401 r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
18402 Changed paths:
18403    M /trunk/modules/mux/mpeg/ts.c
18404
18405  * ts: use sout_ParseCfg. (If people add description to options that
18406 would be pretty cool).
18407
18408 ------------------------------------------------------------------------
18409 r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
18410 Changed paths:
18411    M /trunk/modules/demux/playlist/m3u.c
18412
18413 Support EXTVLCOPT in the new m3u demuxer
18414
18415 ------------------------------------------------------------------------
18416 r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
18417 Changed paths:
18418    M /trunk/modules/mux/mp4.c
18419
18420  * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
18421
18422 ------------------------------------------------------------------------
18423 r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
18424 Changed paths:
18425    M /trunk/src/stream_output/stream_output.c
18426
18427  * stream_output: fixed bool handling in sout_ParseCfg.
18428
18429 ------------------------------------------------------------------------
18430 r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
18431 Changed paths:
18432    M /trunk/modules/mux/asf.c
18433
18434  * asf: use sout_ParseCfg and so added
18435 --sout-asf-{title,author,copyright,comment,rating} options.
18436
18437 ------------------------------------------------------------------------
18438 r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
18439 Changed paths:
18440    M /trunk/src/stream_output/stream_output.c
18441
18442  * stream_output: added bool support (untested).
18443
18444 ------------------------------------------------------------------------
18445 r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
18446 Changed paths:
18447    M /trunk/include/stream_output.h
18448    M /trunk/src/stream_output/stream_output.c
18449
18450  * stream_output: added a sout_ParseCfg to help sout modules, and attached
18451 access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
18452 working.
18453  (Basically it takes an options list that will be 'var_Created' and if present
18454 in sout_cfg_t initialised).
18455
18456
18457 ------------------------------------------------------------------------
18458 r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
18459 Changed paths:
18460    M /trunk/modules/gui/wxwindows/video.cpp
18461    M /trunk/modules/video_output/x11/xcommon.c
18462
18463 * modules/video_output/x11/xcommon.c,
18464   modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
18465
18466 ------------------------------------------------------------------------
18467 r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
18468 Changed paths:
18469    M /trunk/modules/video_filter/adjust.c
18470    M /trunk/modules/video_filter/clone.c
18471    M /trunk/modules/video_filter/crop.c
18472    M /trunk/modules/video_filter/distort.c
18473    M /trunk/modules/video_filter/invert.c
18474    M /trunk/modules/video_filter/logo.c
18475    M /trunk/modules/video_filter/motionblur.c
18476    M /trunk/modules/video_filter/transform.c
18477    M /trunk/modules/video_filter/wall.c
18478
18479 * modules/video_filter/*: implemented a forwarding vout_vaControl().
18480 ------------------------------------------------------------------------
18481 r7452 | gbazin | 2004-04-23 21:50:33 +0200 (Fri, 23 Apr 2004) | 1 line
18482 Changed paths:
18483    M /trunk/modules/video_filter/deinterlace.c
18484
18485 * modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
18486 ------------------------------------------------------------------------
18487 r7451 | fenrir | 2004-04-23 21:00:06 +0200 (Fri, 23 Apr 2004) | 4 lines
18488 Changed paths:
18489    M /trunk/modules/codec/x264.c
18490    M /trunk/modules/demux/demux2.c
18491    M /trunk/modules/stream_out/transcode.c
18492
18493  * x264: added aspect support.
18494  * transcode: added H264 codec id.
18495  * demux: added h264 demux shortcut.
18496
18497 ------------------------------------------------------------------------
18498 r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
18499 Changed paths:
18500    M /trunk/configure.ac
18501    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
18502    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
18503
18504 * ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
18505
18506 ------------------------------------------------------------------------
18507 r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
18508 Changed paths:
18509    M /trunk/modules/packetizer/h264.c
18510
18511  * h264: fixed nal decoding.
18512
18513 ------------------------------------------------------------------------
18514 r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
18515 Changed paths:
18516    M /trunk/modules/video_output/directx/directx.c
18517
18518 * modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
18519 ------------------------------------------------------------------------
18520 r7447 | hartman | 2004-04-23 17:03:45 +0200 (Fri, 23 Apr 2004) | 2 lines
18521 Changed paths:
18522    M /trunk/modules/gui/macosx/intf.m
18523
18524 * play after loading intf.
18525
18526 ------------------------------------------------------------------------
18527 r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
18528 Changed paths:
18529    M /trunk/modules/video_output/directx/directx.c
18530
18531 * modules/video_output/directx/directx.c: couple of fixes for fullscreen.
18532 ------------------------------------------------------------------------
18533 r7445 | yoann | 2004-04-23 16:30:13 +0200 (Fri, 23 Apr 2004) | 2 lines
18534 Changed paths:
18535    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
18536
18537 * extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
18538
18539 ------------------------------------------------------------------------
18540 r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
18541 Changed paths:
18542    M /trunk/src/libvlc.h
18543
18544 * src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
18545 ------------------------------------------------------------------------
18546 r7443 | gbazin | 2004-04-23 15:06:53 +0200 (Fri, 23 Apr 2004) | 2 lines
18547 Changed paths:
18548    M /trunk/src/libvlc.h
18549
18550 * src/libvlc.h: reverted my last change.
18551
18552 ------------------------------------------------------------------------
18553 r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
18554 Changed paths:
18555    M /trunk/include/ninput.h
18556    M /trunk/include/vlc_meta.h
18557    M /trunk/modules/demux/m3u.c
18558    M /trunk/modules/video_output/directx/events.c
18559    M /trunk/src/input/control.c
18560
18561 * src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
18562 * include/vlc_meta.h: vlc_meta_GetValue().
18563 * modules/demux/m3u.c: increased MAX_LINE to 8192.
18564 * modules/video_output/directx/events.c: portability fix.
18565
18566 ------------------------------------------------------------------------
18567 r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
18568 Changed paths:
18569    M /trunk/msvc/vlc.dsw
18570    M /trunk/src/libvlc.h
18571    M /trunk/src/misc/httpd.c
18572    M /trunk/src/stream_output/announce.c
18573
18574 * src/*: portability fixes.
18575 * msvc/vlc.dsw: httpd is not a plugin anymore.
18576
18577 ------------------------------------------------------------------------
18578 r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
18579 Changed paths:
18580    M /trunk/src/input/subtitles.c
18581    M /trunk/src/libvlc.h
18582
18583 * src/input/subtitles.c: corrected bug in subtitle detection
18584 * src/libvlc.h: modified subtitle paths for Windows 
18585
18586 ------------------------------------------------------------------------
18587 r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
18588 Changed paths:
18589    M /trunk/src/input/es_out.c
18590
18591 * src/input/es_out.c: fix for ES_OUT_RESET_PCR.
18592 ------------------------------------------------------------------------
18593 r7438 | gbazin | 2004-04-23 11:13:43 +0200 (Fri, 23 Apr 2004) | 3 lines
18594 Changed paths:
18595    M /trunk/modules/codec/ffmpeg/encoder.c
18596    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18597    M /trunk/modules/stream_out/transcode.c
18598
18599 * modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
18600 * modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
18601
18602 ------------------------------------------------------------------------
18603 r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
18604 Changed paths:
18605    M /trunk/modules/codec/ffmpeg/encoder.c
18606
18607 * modules/codec/ffmpeg/encoder.c: fixed memory leak.
18608
18609 ------------------------------------------------------------------------
18610 r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
18611 Changed paths:
18612    M /trunk/src/playlist/item-ext.c
18613    M /trunk/src/playlist/item.c
18614
18615 * src/playlist/item.c,item-ext.c: fixed memory leaks.
18616
18617 ------------------------------------------------------------------------
18618 r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
18619 Changed paths:
18620    M /trunk/src/input/subtitles.c
18621
18622 * src/input/subtitles.c: fixed memory leak.
18623
18624 ------------------------------------------------------------------------
18625 r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
18626 Changed paths:
18627    M /trunk/src/playlist/item.c
18628
18629 * src/playlist/item.c: fixed memory leak.
18630
18631 ------------------------------------------------------------------------
18632 r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
18633 Changed paths:
18634    M /trunk/modules/demux/sgimb.c
18635
18636 * modules/demux/sgimb.c: fixed memory leak.
18637
18638 ------------------------------------------------------------------------
18639 r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
18640 Changed paths:
18641    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18642
18643 * modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
18644
18645 ------------------------------------------------------------------------
18646 r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
18647 Changed paths:
18648    M /trunk/modules/video_output/x11/xcommon.c
18649    M /trunk/modules/video_output/x11/xcommon.h
18650
18651 * modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
18652
18653 ------------------------------------------------------------------------
18654 r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
18655 Changed paths:
18656    M /trunk/doc/Makefile.am
18657    M /trunk/modules/demux/mp4/Modules.am
18658    M /trunk/modules/gui/wxwindows/interface.cpp
18659
18660 * modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
18661 * doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
18662 * modules/demux/mp4/Modules.am: get rid of mp4.h.
18663
18664 ------------------------------------------------------------------------
18665 r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
18666 Changed paths:
18667    M /trunk/extras/contrib/src/Makefile
18668
18669  contrib/src/Makefile : typo
18670
18671 ------------------------------------------------------------------------
18672 r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
18673 Changed paths:
18674    M /trunk/src/audio_output/input.c
18675
18676 * src/audio_output/input.c: too much locking.
18677
18678 ------------------------------------------------------------------------
18679 r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
18680 Changed paths:
18681    M /trunk/modules/video_output/directx/directx.c
18682    M /trunk/modules/video_output/directx/events.c
18683    M /trunk/modules/video_output/directx/vout.h
18684
18685 * modules/video_output/directx/*: only hide the mouse when in fullscreen.
18686
18687 ------------------------------------------------------------------------
18688 r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
18689 Changed paths:
18690    M /trunk/modules/demux/mpeg/h264.c
18691
18692  * h264: added a h264-fps option.
18693
18694 ------------------------------------------------------------------------
18695 r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
18696 Changed paths:
18697    M /trunk/modules/video_output/directx/directx.c
18698    M /trunk/modules/video_output/directx/events.c
18699    M /trunk/modules/video_output/directx/vout.h
18700
18701 * modules/video_output/directx/*:
18702   - Major changes to way the embedded vout is handled.
18703     + the vout windows are created in our event thread so we do receive the events now.
18704     + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
18705     + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
18706   - Improved the mouse auto-hide feature.
18707   - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
18708
18709 ------------------------------------------------------------------------
18710 r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
18711 Changed paths:
18712    M /trunk/modules/access/pvr/pvr.c
18713
18714 Fix audio and do not read 1 byte without remembering it
18715
18716 ------------------------------------------------------------------------
18717 r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
18718 Changed paths:
18719    M /trunk/modules/codec
18720    M /trunk/modules/codec/cmml
18721    M /trunk/modules/codec/x264.c
18722    M /trunk/modules/demux/mpeg/h264.c
18723    M /trunk/modules/packetizer/h264.c
18724    M /trunk/modules/stream_out/transrate/block.c
18725
18726   * Added missing SVN properties.
18727
18728 ------------------------------------------------------------------------
18729 r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
18730 Changed paths:
18731    M /trunk/configure.ac
18732    M /trunk/debian/changelog
18733    M /trunk/debian/control
18734    M /trunk/debian/copyright
18735    M /trunk/debian/rules
18736
18737  * configure.ac:
18738    + Factorized the Xinerama code check.
18739    + If libXv.so is present, ignore libXv_pic.
18740  * debian/control:
18741    + Build-depend on zlib1g-dev because ffmpeg uses it by default.
18742    + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
18743    + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
18744    + Added a build-dependency on libaudiofile-dev to fix the m68k build.
18745    + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
18746      on ppc/mpegvideo_altivec.o (Closes: #236442).
18747    + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
18748    + Override kdelibs4's shlibs value to get VLC into testing.
18749    + No longer build-depend on dvb-dev.
18750  * debian/rules:
18751    + Activated DTS decoding support.
18752    + Added symlinks for mozilla-firefox (Closes: #239352).
18753  * debian/copyright:
18754    + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
18755
18756 ------------------------------------------------------------------------
18757 r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
18758 Changed paths:
18759    M /trunk/modules/demux/mpeg/h264.c
18760    M /trunk/modules/demux/mpeg/system.h
18761    M /trunk/modules/demux/mpeg/ts.c
18762
18763  * mpeg/system.c, ts.c: added h264 to old TS demuxer.
18764  * mpeg/h264.c : use greater packet size.
18765
18766 ------------------------------------------------------------------------
18767 r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
18768 Changed paths:
18769    M /trunk/modules/codec/Modules.am
18770    A /trunk/modules/codec/x264.c
18771
18772  * x264: wrapper for libx264 encoder (h264 encoder, you can find it at
18773 http://lyra.via.ecp.fr). use qmin==qmax to change the qp.
18774
18775 ------------------------------------------------------------------------
18776 r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
18777 Changed paths:
18778    M /trunk/modules/codec/ffmpeg/ffmpeg.c
18779    M /trunk/modules/codec/ffmpeg/ffmpeg.h
18780
18781  * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
18782 messages).
18783
18784 ------------------------------------------------------------------------
18785 r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
18786 Changed paths:
18787    M /trunk/configure.ac
18788
18789  * configure: added h264 demuxer and packetizer.
18790
18791 ------------------------------------------------------------------------
18792 r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
18793 Changed paths:
18794    M /trunk/modules/demux/mpeg/Modules.am
18795    A /trunk/modules/demux/mpeg/h264.c
18796    M /trunk/modules/packetizer/Modules.am
18797    A /trunk/modules/packetizer/h264.c
18798
18799  * packetizer/h264.c: a really basic h264 packetizer (it doesn't support
18800 b-frame and it doesn't do pts/dts computation but I fear it won't be
18801 possible).
18802  * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
18803
18804 ------------------------------------------------------------------------
18805 r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
18806 Changed paths:
18807    M /trunk/modules/mux/mpeg/ts.c
18808
18809  * ts.c: allow muxing of h264 stream.
18810
18811 ------------------------------------------------------------------------
18812 r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
18813 Changed paths:
18814    M /trunk/modules/demux/sgimb.c
18815
18816 * Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
18817
18818 ------------------------------------------------------------------------
18819 r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
18820 Changed paths:
18821    M /trunk/modules/packetizer/mpegvideo.c
18822
18823 * modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
18824   the whole PES because the contents may be corrupt.
18825
18826 ------------------------------------------------------------------------
18827 r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
18828 Changed paths:
18829    M /trunk/modules/access/pvr/pvr.c
18830
18831 * modules/access/pvr/pvr.c: Code conventions; added :audio= option to
18832   specify the audio bitmask (0xA9 seems a good value).
18833
18834 ------------------------------------------------------------------------
18835 r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
18836 Changed paths:
18837    M /trunk/modules/demux/ts.c
18838
18839 * modules/demux/ts.c: When a packet is lost, flag a discontinuity, do not
18840   trash the PES packet (the rest of the PES can still be used, and anyway
18841   the decoder must be aware that a discontinuity happened).
18842
18843 ------------------------------------------------------------------------
18844 r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
18845 Changed paths:
18846    M /trunk/modules/stream_out/transrate/Modules.am
18847    A /trunk/modules/stream_out/transrate/block.c
18848    M /trunk/modules/stream_out/transrate/frame.c
18849    M /trunk/modules/stream_out/transrate/getvlc.h
18850    M /trunk/modules/stream_out/transrate/putvlc.h
18851    M /trunk/modules/stream_out/transrate/transrate.c
18852    M /trunk/modules/stream_out/transrate/transrate.h
18853
18854 * modules/stream_out/transrate: Rewrote the transrater to use a SAD error
18855   estimation ; if the error is too high, lower the quantizer scale.
18856
18857 ------------------------------------------------------------------------
18858 r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
18859 Changed paths:
18860    M /trunk/src/misc/block.c
18861
18862  * block: fixed block_Realloc.
18863
18864 ------------------------------------------------------------------------
18865 r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
18866 Changed paths:
18867    M /trunk/po/it.po
18868
18869 fix (thanks anil)
18870
18871 ------------------------------------------------------------------------
18872 r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
18873 Changed paths:
18874    M /trunk/modules/video_filter/deinterlace.c
18875
18876   * modules/video_filter/deinterlace.c: included <altivec.h>.
18877
18878 ------------------------------------------------------------------------
18879 r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
18880 Changed paths:
18881    M /trunk/po/it.po
18882
18883 Updated italian translation (rc interface, streaming wizard)
18884
18885 ------------------------------------------------------------------------
18886 r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
18887 Changed paths:
18888    M /trunk/configure.ac
18889    M /trunk/modules/misc/memcpy/memcpyaltivec.c
18890    M /trunk/modules/video_chroma/i420_yuy2.c
18891
18892   * configure.ac:
18893     + Check for vec_ld instead of vec_mtvscr in the C AltiVec detection.
18894     + Include <altivec.h> in the C AltiVec detection.
18895   * modules/misc/memcpy/memcpyaltivec.c modules/video_chroma/i420_yuy2.c:
18896     + Include <altivec.h> in the C AltiVec versions.
18897
18898 ------------------------------------------------------------------------
18899 r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
18900 Changed paths:
18901    M /trunk/modules/demux/m3u.c
18902    M /trunk/modules/misc/playlist/m3u.c
18903
18904 * modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
18905 * modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
18906
18907 ------------------------------------------------------------------------
18908 r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
18909 Changed paths:
18910    M /trunk/src/input/input_dec.c
18911
18912 * input_dec: do not switch to minimize-threads in sout mode if input are
18913 not pace controlable (temporary workaround, we should create a thread
18914 that handles all packetizers).
18915
18916 ------------------------------------------------------------------------
18917 r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
18918 Changed paths:
18919    M /trunk/modules/access/udp.c
18920    M /trunk/modules/demux/sgimb.c
18921    M /trunk/modules/misc/network/ipv4.c
18922    M /trunk/modules/misc/network/ipv6.c
18923
18924 * modules/demux/sgimb.c
18925   - when we open a kasenna multicast udp stream, don't pass along to RTSP.
18926   - set the correct mtu for Kasenna streams.
18927 * rest
18928   --mtu can now be set via :mtu playlist option.\
18929
18930
18931 ------------------------------------------------------------------------
18932 r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
18933 Changed paths:
18934    M /trunk/modules/gui/wxwindows/playlist.cpp
18935
18936 * 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
18937
18938 ------------------------------------------------------------------------
18939 r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
18940 Changed paths:
18941    M /trunk/modules/gui/skins2/src/skin_main.cpp
18942    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18943
18944 * modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
18945
18946 ------------------------------------------------------------------------
18947 r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
18948 Changed paths:
18949    M /trunk/modules/gui/skins2/src/window_manager.cpp
18950    M /trunk/src/libvlc.h
18951
18952 * src/libvlc.h: put the SAP options where they belong (ie. the stream output category).
18953 * modules/gui/skins2/src/window_manager.cpp: skins2-transparency is win32 only.
18954
18955 ------------------------------------------------------------------------
18956 r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
18957 Changed paths:
18958    M /trunk/src/libvlc.h
18959
18960 Changed directory separator from '/' to '\' for windows version.
18961
18962 ------------------------------------------------------------------------
18963 r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
18964 Changed paths:
18965    M /trunk/modules/gui/skins2/src/skin_main.cpp
18966    M /trunk/modules/gui/wxwindows/wxwindows.cpp
18967    M /trunk/src/interface/interface.c
18968    M /trunk/src/libvlc.c
18969
18970 * modules/gui/wxwindows/wxwindows.cpp: don't "play on start" when in dialogs provider mode.
18971 * modules/gui/skins2/src/skin_main.cpp: "play on start" support.
18972 * src/interface/interface.c: explicit init of b_play.
18973 * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
18974
18975 ------------------------------------------------------------------------
18976 r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
18977 Changed paths:
18978    M /trunk/modules/codec/cmml/browser_open.c
18979    M /trunk/modules/codec/cmml/browser_open.h
18980    M /trunk/modules/codec/cmml/cmml.c
18981    M /trunk/modules/codec/cmml/history.c
18982    M /trunk/modules/codec/cmml/history.h
18983    M /trunk/modules/codec/cmml/intf.c
18984    M /trunk/modules/codec/cmml/xarray.c
18985    M /trunk/modules/codec/cmml/xarray.h
18986    M /trunk/modules/codec/cmml/xlist.c
18987    M /trunk/modules/codec/cmml/xlist.h
18988    M /trunk/modules/codec/cmml/xstrcat.h
18989    M /trunk/modules/codec/cmml/xtag.c
18990    M /trunk/modules/codec/cmml/xtag.h
18991    M /trunk/modules/codec/cmml/xurl.c
18992    M /trunk/modules/codec/cmml/xurl.h
18993    M /trunk/modules/codec/mash.cpp
18994    M /trunk/modules/control/lirc.c
18995    M /trunk/modules/demux/sgimb.c
18996    M /trunk/modules/gui/macosx/playlistinfo.h
18997    M /trunk/modules/gui/macosx/playlistinfo.m
18998    M /trunk/modules/gui/skins2/vars/stream.cpp
18999    M /trunk/modules/gui/skins2/vars/stream.hpp
19000    M /trunk/modules/gui/wxwindows/bookmarks.cpp
19001    M /trunk/modules/gui/wxwindows/video.cpp
19002    M /trunk/modules/gui/wxwindows/wizard.cpp
19003    M /trunk/src/input/control.c
19004    M /trunk/src/stream_output/announce.c
19005    M /trunk/src/stream_output/sap.c
19006    M /trunk/src/video_output/vout_intf.c
19007
19008   * Added missing Id to the svn:keywords properties of some files.
19009
19010 ------------------------------------------------------------------------
19011 r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
19012 Changed paths:
19013    M /trunk/src/input/input.c
19014    M /trunk/src/input/subtitles.c
19015    M /trunk/src/libvlc.h
19016
19017 Added a --sub-autodetect-path which is a list of paths (separated by
19018 ',') where VLC can look for a subtitle file ; typically, ./Subtitles or
19019 ./subtitles (the directory in wich the film is located is implicit).
19020
19021
19022 ------------------------------------------------------------------------
19023 r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
19024 Changed paths:
19025    M /trunk/configure.ac
19026
19027   * configure.ac:
19028     + Check for <altivec.h>.
19029     + Test for -maltivec -mabi=altivec in addition to -fvec.
19030
19031 ------------------------------------------------------------------------
19032 r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
19033 Changed paths:
19034    M /trunk/include/vlc/vlc.h
19035    M /trunk/include/vlc_interface.h
19036    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19037    M /trunk/src/interface/interface.c
19038    M /trunk/src/libvlc.c
19039    M /trunk/src/vlc.c
19040
19041 * include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
19042    When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
19043 * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
19044 * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
19045 * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
19046
19047 ------------------------------------------------------------------------
19048 r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
19049 Changed paths:
19050    M /trunk/po/es.po
19051
19052   * po/es.po: minor translation fix.
19053
19054 ------------------------------------------------------------------------
19055 r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
19056 Changed paths:
19057    M /trunk/modules/gui/wxwindows/interface.cpp
19058
19059 * modules/gui/wxwindows/interface.cpp: better interface size under gtk.
19060
19061 ------------------------------------------------------------------------
19062 r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
19063 Changed paths:
19064    M /trunk/modules/gui/wxwindows/interface.cpp
19065
19066 * modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
19067
19068 ------------------------------------------------------------------------
19069 r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
19070 Changed paths:
19071    M /trunk/modules/gui/wxwindows/interface.cpp
19072    M /trunk/modules/gui/wxwindows/wxwindows.h
19073
19074 * fixed hue, contrast, gamma, brightness and saturation sliders
19075 * added restore to default settings button (for those sliders)
19076
19077
19078
19079 ------------------------------------------------------------------------
19080 r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
19081 Changed paths:
19082    M /trunk/modules/gui/macosx/intf.h
19083    M /trunk/modules/gui/macosx/intf.m
19084    M /trunk/modules/gui/macosx/misc.m
19085    M /trunk/modules/gui/macosx/vout.m
19086
19087 * Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
19088   than only responding to shortcut keys which are defined in the .nib
19089   interface file
19090
19091
19092 ------------------------------------------------------------------------
19093 r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
19094 Changed paths:
19095    M /trunk/AUTHORS
19096    M /trunk/Makefile.am
19097    M /trunk/NEWS
19098    M /trunk/extras/contrib/src/Makefile
19099    M /trunk/extras/contrib/src/packages.mak
19100    M /trunk/modules/gui/macosx/macosx.m
19101    M /trunk/modules/gui/macosx/vout.m
19102
19103 * extras/contrib/src
19104   - fix goom location
19105   - some small url improvements. please test the contrib system.
19106 * modules/gui/macosx/*
19107   - autodetect Quartz Extreme. Use OpenGL vout if present.
19108   - --macosx-vout auto|quartz|opengl to force a vout.
19109 * Makefile.am: add share/http/vlm to target.
19110 * NEWS: small updates
19111 * AUTHORS: updated my email address.
19112
19113 ------------------------------------------------------------------------
19114 r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
19115 Changed paths:
19116    M /trunk/NEWS
19117
19118 * NEWS: few changes.
19119
19120 ------------------------------------------------------------------------
19121 r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
19122 Changed paths:
19123    M /trunk/NEWS
19124
19125 * NEWS: updated with all the changes since the last release.
19126
19127 ------------------------------------------------------------------------
19128 r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
19129 Changed paths:
19130    M /trunk/modules/video_filter/deinterlace.c
19131
19132  deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
19133
19134 ------------------------------------------------------------------------
19135 r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
19136 Changed paths:
19137    A /trunk/modules/codec/cmml/HACKING
19138
19139 * Added HACKING file to CMML codec plugin directory, which includes
19140   description of what it does and how it's implemented.
19141
19142 * Overview of the CMML codec:
19143
19144   This is an implementation of the Continuous Media Markup Language
19145   (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
19146   time-continuous data, which of course includes multimedia such as
19147   video and audio.  It allows one to annotate a media file with both
19148   structured and unstructured textual data, but one of its distinguishing
19149   features--and what this code implements--is its support for embedding
19150   hyperlinks in media files.
19151
19152   So, while viewing some media (e.g. a radio interview with a band),
19153   you could provide a hyperlink to any URL, including a standard web
19154   page or other media (e.g. the band's home page).  The hyperlinks
19155   are active only for specific intervals of time while the media is
19156   playing, so for example during a radio interview, the hyperlinks
19157   can change depending on what questions the interviewer is asking
19158   and topic is being discussed.
19159
19160   For more general information on CMML and its role in the bigger
19161   picture of extending the World Wide Web to properly support multimedia,
19162   see <http://www.annodex.net/overview.html>.  For specifications of
19163   CMML, see <http://www.annodex.net/specifications.html>.
19164
19165 * CMML codec usage:
19166
19167   Once you have hyperlinking capability, you take on some of the
19168   capabilities of a web browser, in particular following hyperlinks,
19169   and also maintaining a browsing history where you can go backwards
19170   and forwards between pieces of media you've linked to.  So, if you
19171   are viewing a file with CMML markup:
19172
19173   * Hyperlinks are displayed as a subtitle track
19174
19175   * Hyperlinks are followed with the VLC "activate" hotkey (by default,
19176     this is just the Enter key)
19177
19178   * Going back and forward are done with the "history-back" and
19179     "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
19180     and Ctrl-[ and Ctrl-] on all other platforms.
19181
19182   Until the media browsing history features are made available outside
19183   of the CMML plugin, you can only use the history features while
19184   viewing a file that contains CMML markup: e.g. you cannot navigate
19185   backwards or forward in the history while viewing a standard MPEG
19186   video.  This is a limitation which may be removed if the media
19187   browsing code is merged into the VLC core.
19188
19189
19190 ------------------------------------------------------------------------
19191 r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
19192 Changed paths:
19193    M /trunk/modules/video_output/x11/xcommon.c
19194
19195 Fix crash when vout window is resized to 0 width
19196
19197 ------------------------------------------------------------------------
19198 r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
19199 Changed paths:
19200    M /trunk/modules/video_output/directx/events.c
19201
19202 * modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
19203
19204 ------------------------------------------------------------------------
19205 r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
19206 Changed paths:
19207    M /trunk/modules/video_output/directx/events.c
19208
19209 * modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
19210
19211 ------------------------------------------------------------------------
19212 r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
19213 Changed paths:
19214    M /trunk/modules/access/http.c
19215
19216 adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
19217
19218
19219 ------------------------------------------------------------------------
19220 r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
19221 Changed paths:
19222    M /trunk/include/aout_internal.h
19223    M /trunk/src/audio_output/input.c
19224
19225 * include/aout_internal.h: added a b_restart field to aout_input_t.
19226 * src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
19227
19228 ------------------------------------------------------------------------
19229 r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
19230 Changed paths:
19231    M /trunk/src/misc/httpd.c
19232
19233  * httpd: better fix for mmsh.
19234
19235 ------------------------------------------------------------------------
19236 r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
19237 Changed paths:
19238    M /trunk/configure.ac
19239    M /trunk/modules/LIST
19240    A /trunk/modules/codec/cmml
19241    A /trunk/modules/codec/cmml/Modules.am
19242    A /trunk/modules/codec/cmml/browser_open.c
19243    A /trunk/modules/codec/cmml/browser_open.h
19244    A /trunk/modules/codec/cmml/cmml.c
19245    A /trunk/modules/codec/cmml/history.c
19246    A /trunk/modules/codec/cmml/history.h
19247    A /trunk/modules/codec/cmml/intf.c
19248    A /trunk/modules/codec/cmml/xarray.c
19249    A /trunk/modules/codec/cmml/xarray.h
19250    A /trunk/modules/codec/cmml/xlist.c
19251    A /trunk/modules/codec/cmml/xlist.h
19252    A /trunk/modules/codec/cmml/xstrcat.h
19253    A /trunk/modules/codec/cmml/xtag.c
19254    A /trunk/modules/codec/cmml/xtag.h
19255    A /trunk/modules/codec/cmml/xurl.c
19256    A /trunk/modules/codec/cmml/xurl.h
19257
19258 * Added Continuous Media Markup Language (CMML) codec
19259
19260
19261 ------------------------------------------------------------------------
19262 r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
19263 Changed paths:
19264    M /trunk/include/vlc_keys.h
19265    M /trunk/src/libvlc.h
19266
19267 * Add hotkeys to go back/forward in media browsing history
19268
19269
19270 ------------------------------------------------------------------------
19271 r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
19272 Changed paths:
19273    M /trunk/modules/gui/macosx/macosx.m
19274
19275 * OpenGL video output is now the default on OS X.
19276   I'm not aware of any REAL problems with the openGL output
19277   please report your experiences.
19278
19279 ------------------------------------------------------------------------
19280 r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
19281 Changed paths:
19282    M /trunk/src/audio_output/input.c
19283
19284 * src/audio_output/input.c: add goom (if present) to the list of visualization choices.
19285
19286 ------------------------------------------------------------------------
19287 r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
19288 Changed paths:
19289    M /trunk/modules/visualization/visual/visual.c
19290
19291 * modules/visualization/visual/visual.c: more sanity checks for fail over situations.
19292
19293 ------------------------------------------------------------------------
19294 r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
19295 Changed paths:
19296    M /trunk/src/input/es_out.c
19297    M /trunk/src/input/input_dec.c
19298    M /trunk/src/input/input_programs.c
19299
19300 * src/input/*: fixed some deadlock issues.
19301    The locking is still far from perfect and will need some cleanup but this is a step in the right direction.
19302
19303 ------------------------------------------------------------------------
19304 r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
19305 Changed paths:
19306    M /trunk/src/stream_output/sap.c
19307
19308 Make the SAP parser happier
19309
19310 ------------------------------------------------------------------------
19311 r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
19312 Changed paths:
19313    M /trunk/Makefile.am
19314    M /trunk/NEWS
19315    M /trunk/include/network.h
19316    M /trunk/include/stream_output.h
19317    M /trunk/include/vlc/vlc.h
19318    M /trunk/include/vlc_common.h
19319    M /trunk/include/vlc_objects.h
19320    M /trunk/modules/misc/sap.c
19321    M /trunk/modules/stream_out/announce.c
19322    M /trunk/modules/stream_out/announce.h
19323    M /trunk/modules/stream_out/rtp.c
19324    M /trunk/modules/stream_out/standard.c
19325    M /trunk/src/libvlc.c
19326    M /trunk/src/libvlc.h
19327    M /trunk/src/misc/net.c
19328    M /trunk/src/misc/objects.c
19329    A /trunk/src/stream_output/announce.c
19330    A /trunk/src/stream_output/sap.c
19331
19332 * ALL: Better announce system
19333
19334   - The SAP handler now runs in a separate thread.
19335   - RTP sessions can be announced with sap (sdp=sap://,name=...)
19336         TODO: Make this more configurable
19337   - Better SDP generation (the timestamp problem is not resolved)
19338         About this, there is a problem : as, for a RTP session, the URI
19339         is the complete SDP, if the session is recreated, as the URI has 
19340         changed, a new item is added to the playlist
19341   - Experimental flow control algorithm :
19342        It does not follow the "Recommended" implementation, as it needs
19343        to count the sessions (to achieve this, we should make this work
19344        together with the SAP listener)
19345        It is disabled by default (use --sap-flow-control to enable).
19346        When it is disabled, sap announcement interval is set by --sap-interval
19347
19348 * src/misc/net.c : created net_ReadNonBlock
19349 * sap.c : Fixed memory problem
19350
19351
19352
19353
19354 ------------------------------------------------------------------------
19355 r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
19356 Changed paths:
19357    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
19358    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
19359    M /trunk/modules/gui/skins2/src/skin_main.cpp
19360    M /trunk/modules/gui/skins2/src/window_manager.cpp
19361    M /trunk/modules/gui/skins2/win32/win32_window.cpp
19362    M /trunk/modules/gui/skins2/win32/win32_window.hpp
19363
19364  * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
19365    As it is not perfect yet, a new config option allows to disable transparency
19366    effects.
19367
19368 ------------------------------------------------------------------------
19369 r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
19370 Changed paths:
19371    M /trunk/modules/gui/wxwindows/iteminfo.cpp
19372    M /trunk/modules/gui/wxwindows/wizard.cpp
19373    M /trunk/modules/gui/wxwindows/wxwindows.h
19374
19375 * Some progress on the wizard (still not useable)
19376 * Fixed layout of the item info dialog
19377
19378 ------------------------------------------------------------------------
19379 r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
19380 Changed paths:
19381    M /trunk/doc/translations.txt
19382
19383 * "Where are the .po files?"
19384
19385 ------------------------------------------------------------------------
19386 r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
19387 Changed paths:
19388    M /trunk/modules/misc/sap.c
19389
19390 * Switch default behaviour of --sap-parse. A lot of the streams
19391   that the module could parse cannot be parsed by live.com
19392   most are udp announces. We will need to inform Ross about these...
19393   (on mbone about 1/3 announces is not recognized by live.com)
19394
19395
19396 ------------------------------------------------------------------------
19397 r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
19398 Changed paths:
19399    M /trunk/modules/misc/sap.c
19400
19401 * New sap listener standard behaviour is to pass along ALL complete announces to
19402   the playlist, so livedotcom will be used.
19403 * Added a --sap-parse option, so you can get back the old behaviour.
19404
19405
19406 ------------------------------------------------------------------------
19407 r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
19408 Changed paths:
19409    M /trunk/modules/stream_out/announce.c
19410    M /trunk/modules/stream_out/announce.h
19411    M /trunk/modules/stream_out/standard.c
19412
19413 * Little cleanup of sap announces :
19414
19415 - use net_* functions
19416 - use vlc_UrlParse function
19417
19418 change sap_session_t structure  : it now includes the  sdp packet, which
19419 isn't regenerated each time it is sent.
19420
19421
19422
19423 ------------------------------------------------------------------------
19424 r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
19425 Changed paths:
19426    M /trunk/modules/control/telnet.c
19427    M /trunk/modules/gui/pda/pda.glade
19428    M /trunk/modules/gui/wxwindows/wizard.cpp
19429    M /trunk/modules/misc/logger.c
19430    M /trunk/modules/misc/sap.c
19431    M /trunk/po/de.po
19432    M /trunk/src/libvlc.h
19433
19434 * modules/control/telnet.c: removed translation of "VLM"
19435 * modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
19436 * modules/gui/wxwindows/wizard.cpp: minor string-corrections
19437 * modules/misc/logger.c: more minor string-corrections
19438 * modules/misc/sap.c: ditto
19439 * src/libvlc.h: ditto
19440 * po/de.po: updated german translation
19441 ------------------------------------------------------------------------
19442 r7362 | fkuehne | 2004-04-16 17:25:35 +0200 (Fri, 16 Apr 2004) | 1 line
19443 Changed paths:
19444    M /trunk/src/video_output/vout_intf.c
19445
19446  * fixed a typo
19447 ------------------------------------------------------------------------
19448 r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
19449 Changed paths:
19450    M /trunk/modules/demux/livedotcom.cpp
19451
19452 * modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
19453
19454 ------------------------------------------------------------------------
19455 r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
19456 Changed paths:
19457    M /trunk/extras/contrib/src/Makefile
19458    M /trunk/extras/contrib/src/packages.mak
19459
19460 * Updated live.com
19461 * Added openmash targets (not yet enabled, because it doesn't compile yet)
19462
19463 ------------------------------------------------------------------------
19464 r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
19465 Changed paths:
19466    M /trunk/include/vlc_block.h
19467    M /trunk/modules/codec/Modules.am
19468    A /trunk/modules/codec/mash.cpp
19469    M /trunk/modules/demux/livedotcom.cpp
19470
19471 include/vlc_block.h:
19472  * added a BLOCK_FLAG_END_OF_FRAME flag
19473  * reformated comments on block flags
19474 modules/demux/livedotcom.cpp
19475  * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
19476 modules/codec/Modules.am,mash.cpp
19477  * new h261 video decoder using openmash. Building this plugin is left as an
19478    excersise for the reader.
19479
19480 ------------------------------------------------------------------------
19481 r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
19482 Changed paths:
19483    M /trunk/modules/demux/livedotcom.cpp
19484
19485 handle h261 video streams over rtp
19486
19487 ------------------------------------------------------------------------
19488 r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
19489 Changed paths:
19490    M /trunk/src/misc/block.c
19491
19492 * src/misc/block.c: fixed BlockRealloc()
19493
19494 ------------------------------------------------------------------------
19495 r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
19496 Changed paths:
19497    M /trunk/modules/control/http.c
19498
19499  * http: fixed some gcc warning.
19500
19501 ------------------------------------------------------------------------
19502 r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
19503 Changed paths:
19504    M /trunk/src/misc/httpd.c
19505
19506  * httpd: may fix mmsh for vlc.
19507
19508 ------------------------------------------------------------------------
19509 r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
19510 Changed paths:
19511    M /trunk/modules/visualization/goom.c
19512
19513 * modules/visualization/goom.c: default speed is now set to 6.
19514
19515 ------------------------------------------------------------------------
19516 r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
19517 Changed paths:
19518    M /trunk/modules/stream_out/transcode.c
19519
19520 * modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
19521
19522 ------------------------------------------------------------------------
19523 r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
19524 Changed paths:
19525    M /trunk/po/POTFILES.in
19526    M /trunk/po/de.po
19527    M /trunk/po/en_GB.po
19528    M /trunk/po/es.po
19529    M /trunk/po/fr.po
19530    M /trunk/po/hu.po
19531    M /trunk/po/it.po
19532    M /trunk/po/ja.po
19533    M /trunk/po/nl.po
19534    M /trunk/po/no.po
19535    M /trunk/po/pl.po
19536    M /trunk/po/pt_BR.po
19537    M /trunk/po/ru.po
19538    M /trunk/po/sv.po
19539    M /trunk/po/vlc.pot
19540
19541 * ALL: ./toolbox --update-po
19542 ------------------------------------------------------------------------
19543 r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
19544 Changed paths:
19545    M /trunk/modules/control/rc.c
19546
19547 * added localisation support
19548 ------------------------------------------------------------------------
19549 r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
19550 Changed paths:
19551    M /trunk/modules/gui/beos/InterfaceWindow.cpp
19552    M /trunk/modules/gui/beos/MediaControlView.cpp
19553
19554 fixed the incorrect window size limits for the interface window
19555 ------------------------------------------------------------------------
19556 r7349 | stippi | 2004-04-15 12:02:19 +0200 (Thu, 15 Apr 2004) | 1 line
19557 Changed paths:
19558    M /trunk/src/misc/httpd.c
19559
19560 BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...
19561 ------------------------------------------------------------------------
19562 r7348 | stippi | 2004-04-15 11:57:14 +0200 (Thu, 15 Apr 2004) | 1 line
19563 Changed paths:
19564    M /trunk/modules/demux/sgimb.c
19565    M /trunk/src/playlist/playlist.c
19566
19567 compile fix, do not declare variables in the middle of a function, this is plain C...
19568 ------------------------------------------------------------------------
19569 r7347 | garf | 2004-04-14 18:20:25 +0200 (Wed, 14 Apr 2004) | 2 lines
19570 Changed paths:
19571    M /trunk/share/http/index.html
19572    M /trunk/share/http/vlm/edit.html
19573    M /trunk/share/http/vlm/index.html
19574    A /trunk/share/http/vlm/show.html
19575
19576  * http interface: media/schedule show page before edit page
19577
19578 ------------------------------------------------------------------------
19579 r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
19580 Changed paths:
19581    M /trunk/modules/gui/wxwindows/playlist.cpp
19582
19583 Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
19584
19585 ------------------------------------------------------------------------
19586 r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
19587 Changed paths:
19588    M /trunk/modules/control/http.c
19589    M /trunk/modules/control/telnet.c
19590    M /trunk/share/http/vlm/edit.html
19591    M /trunk/share/http/vlm/index.html
19592    M /trunk/share/http/vlm/new.html
19593    M /trunk/src/misc/vlm.c
19594
19595  * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
19596    compatible
19597  * http.c: a little bug fix ( append vlm command )
19598  * telnet.c: 4 spaces indentation on show command (much more readable)
19599  * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
19600    modifications
19601
19602 ------------------------------------------------------------------------
19603 r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
19604 Changed paths:
19605    M /trunk/modules/access/v4l/v4l.c
19606
19607 * modules/access/v4l/v4l.c: off by one fix by James MacLean.
19608
19609 ------------------------------------------------------------------------
19610 r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
19611 Changed paths:
19612    M /trunk/include/osd.h
19613    M /trunk/src/video_output/video_text.c
19614
19615 * vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
19616   successful and VLC_SUCCESS on success, instead of returning void.
19617
19618
19619 ------------------------------------------------------------------------
19620 r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
19621 Changed paths:
19622    M /trunk/modules/codec/ffmpeg/encoder.c
19623
19624 * modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
19625   So let's use proper PTS now!
19626
19627 ------------------------------------------------------------------------
19628 r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
19629 Changed paths:
19630    M /trunk/modules/codec/subsdec.c
19631
19632 modules/codec/subsdec.c:
19633  * strip html-like tags from subtitles
19634
19635 ------------------------------------------------------------------------
19636 r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
19637 Changed paths:
19638    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
19639    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
19640    M /trunk/modules/gui/macosx/playlist.h
19641    M /trunk/modules/gui/macosx/playlist.m
19642    M /trunk/modules/gui/macosx/playlistinfo.h
19643    M /trunk/modules/gui/macosx/playlistinfo.m
19644
19645 *all :
19646
19647 - Add "Add group" and "delete group" buttons in the playlistinfo window
19648 - When several items of the playlist are selected, and we change the group, change it for all selected items...
19649
19650
19651 ------------------------------------------------------------------------
19652 r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
19653 Changed paths:
19654    M /trunk/modules/visualization/goom.c
19655
19656 * modules/visualization/goom.c: don't bother including the goom header on win32.
19657
19658 ------------------------------------------------------------------------
19659 r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
19660 Changed paths:
19661    M /trunk/modules/packetizer/copy.c
19662    M /trunk/modules/packetizer/mpeg4video.c
19663
19664 * modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
19665
19666 ------------------------------------------------------------------------
19667 r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
19668 Changed paths:
19669    M /trunk/modules/packetizer/mpeg4video.c
19670
19671  * mpeg4video: init i_dts.
19672
19673 ------------------------------------------------------------------------
19674 r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
19675 Changed paths:
19676    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
19677
19678 * modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
19679
19680 ------------------------------------------------------------------------
19681 r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
19682 Changed paths:
19683    M /trunk/modules/gui/skins2/src/dialogs.cpp
19684    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
19685
19686 * modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
19687 * modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.
19688
19689 ------------------------------------------------------------------------
19690 r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
19691 Changed paths:
19692    M /trunk/modules/gui/wxwindows/open.cpp
19693
19694 * modules/gui/wxwindows/open.cpp: bug fix.
19695
19696 ------------------------------------------------------------------------
19697 r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
19698 Changed paths:
19699    M /trunk/modules/gui/macosx/controls.m
19700
19701 * Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
19702
19703 ------------------------------------------------------------------------
19704 r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
19705 Changed paths:
19706    M /trunk/modules/gui/wxwindows/open.cpp
19707
19708 * modules/gui/wxwindows/open.cpp: compilation fix.
19709
19710 ------------------------------------------------------------------------
19711 r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
19712 Changed paths:
19713    M /trunk/share/Makefile.am
19714
19715 * share/Makefile.am: skin.dtd was moved.
19716
19717 ------------------------------------------------------------------------
19718 r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
19719 Changed paths:
19720    M /trunk/modules/gui/wxwindows/Modules.am
19721    M /trunk/modules/gui/wxwindows/open.cpp
19722    D /trunk/modules/gui/wxwindows/v4l.cpp
19723    M /trunk/modules/gui/wxwindows/wxwindows.h
19724
19725 * modules/gui/wxwindows/*: removed the V4L specific code.
19726   The V4L panel is now created automatically with an "AutoBuiltPanel" class.
19727   (A few options are missing compared to the old panel but they need to be added
19728    to the V4L plugin, not the wxWindows code).
19729
19730 ------------------------------------------------------------------------
19731 r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
19732 Changed paths:
19733    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19734
19735  * skins2/win32/win32_factory.cpp: Compilation fix
19736
19737 ------------------------------------------------------------------------
19738 r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
19739 Changed paths:
19740    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
19741    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
19742    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
19743    D /trunk/share/skins2/default/skin.dtd
19744    M /trunk/share/skins2/default/theme.xml
19745    A /trunk/share/skins2/skin.dtd (from /trunk/share/skins2/default/skin.dtd:7327)
19746
19747   * all: the DTD lookup for skins2 themes now use XML catalogs:
19748     The XML file must begin with:
19749     <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
19750     (the "skin.dtd" is ignored but should be an URL on the website)
19751     and the DTD is looked up at runtime in the directories of the resource
19752     path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
19753     -> the DTD doesn't need any more to be shipped with the themes.
19754
19755 ------------------------------------------------------------------------
19756 r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
19757 Changed paths:
19758    M /trunk/modules/gui/skins2/parser/builder.cpp
19759    M /trunk/modules/gui/skins2/src/ft2_font.cpp
19760    M /trunk/modules/gui/skins2/src/os_factory.hpp
19761    M /trunk/modules/gui/skins2/src/skin_main.cpp
19762    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19763    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
19764    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
19765    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
19766
19767   * src/os_factory.hpp: added a method OSFactory::getResourceDir()
19768    to get a list of possible resource directories for skins2.
19769    On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
19770    and on win32 it is "VLC_PATH\skins2'
19771   * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
19772   * parser/builder.cpp: the default font is looked up in the resource dir,
19773    so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
19774
19775
19776 ------------------------------------------------------------------------
19777 r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
19778 Changed paths:
19779    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
19780
19781  * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
19782
19783 ------------------------------------------------------------------------
19784 r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
19785 Changed paths:
19786    M /trunk/doc/Doxyfile
19787
19788  * doc/Doxyfile: generate Doxygen documentation for the skins2 module
19789
19790 ------------------------------------------------------------------------
19791 r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
19792 Changed paths:
19793    M /trunk/THANKS
19794    M /trunk/modules/access/dshow/dshow.cpp
19795    M /trunk/modules/access/dshow/filter.cpp
19796    M /trunk/modules/access/dshow/filter.h
19797
19798 * modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
19799   + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
19800   + Extra WDM property sheets for --dshow-config.
19801   + Some support for selecting crossbar routes.
19802 * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
19803
19804 ------------------------------------------------------------------------
19805 r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
19806 Changed paths:
19807    M /trunk/modules/gui/wxwindows/menus.cpp
19808
19809 * modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
19810
19811 ------------------------------------------------------------------------
19812 r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
19813 Changed paths:
19814    M /trunk/modules/gui/wxwindows/open.cpp
19815    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
19816    M /trunk/modules/gui/wxwindows/preferences_widgets.h
19817
19818 * modules/gui/wxwindows/*: improved preferences widgets a bit.
19819
19820 ------------------------------------------------------------------------
19821 r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
19822 Changed paths:
19823    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
19824    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
19825    M /trunk/modules/gui/skins2/parser/interpreter.cpp
19826    M /trunk/modules/gui/skins2/src/vlcproc.cpp
19827    M /trunk/modules/gui/skins2/src/vlcproc.hpp
19828
19829   * all: support of playlist loop in skins2
19830    (new variable playlist.isLoop, new commands playlist.setLoop(true)
19831    and playlist.setLoop(false) in the xml)
19832
19833 ------------------------------------------------------------------------
19834 r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
19835 Changed paths:
19836    M /trunk/include/vlc_interface.h
19837
19838 * include/vlc_interface.h: forgot that in last commit.
19839
19840 ------------------------------------------------------------------------
19841 r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
19842 Changed paths:
19843    M /trunk/modules/gui/wxwindows/dialogs.cpp
19844    M /trunk/modules/gui/wxwindows/interface.cpp
19845    M /trunk/modules/gui/wxwindows/open.cpp
19846    M /trunk/modules/gui/wxwindows/wxwindows.cpp
19847    M /trunk/modules/gui/wxwindows/wxwindows.h
19848
19849 * modules/gui/wxwindows/*:
19850   + added a "Open Capture Device..." menu entry.
19851   + a bit of clean-up.
19852
19853 ------------------------------------------------------------------------
19854 r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
19855 Changed paths:
19856    M /trunk/modules/gui/wxwindows/wizard.cpp
19857
19858 * compilation fixes
19859
19860 ------------------------------------------------------------------------
19861 r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
19862 Changed paths:
19863    M /trunk/extras/contrib/src/Makefile
19864
19865 * --enable-gpl needed now for ffmpeg cvs
19866
19867 ------------------------------------------------------------------------
19868 r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
19869 Changed paths:
19870    M /trunk/modules/gui/wxwindows/Modules.am
19871    M /trunk/modules/gui/wxwindows/dialogs.cpp
19872    M /trunk/modules/gui/wxwindows/interface.cpp
19873    M /trunk/modules/gui/wxwindows/streamwizard.cpp
19874    A /trunk/modules/gui/wxwindows/wizard.cpp
19875    M /trunk/modules/gui/wxwindows/wxwindows.h
19876
19877 Beginning of an improved streaming wizard. Do not use at the moment
19878
19879 ------------------------------------------------------------------------
19880 r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
19881 Changed paths:
19882    M /trunk/modules/stream_out/transcode.c
19883
19884 * modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
19885
19886 ------------------------------------------------------------------------
19887 r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
19888 Changed paths:
19889    M /trunk/modules/gui/skins2/win32/win32_window.cpp
19890
19891 Disabled my last changes, since they don't seem to work in all cases.
19892
19893 ------------------------------------------------------------------------
19894 r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
19895 Changed paths:
19896    M /trunk/modules/gui/wxwindows/menus.cpp
19897
19898 * modules/gui/wxwindows/menus.cpp: fixed segfault.
19899
19900 ------------------------------------------------------------------------
19901 r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
19902 Changed paths:
19903    M /trunk/modules/gui/skins2/src/os_window.hpp
19904    M /trunk/modules/gui/skins2/win32/win32_window.cpp
19905    M /trunk/modules/gui/skins2/win32/win32_window.hpp
19906    M /trunk/modules/gui/skins2/x11/x11_window.cpp
19907    M /trunk/modules/gui/skins2/x11/x11_window.hpp
19908
19909  * skins2/win32/win32_window.cpp: Transparency works correctly (this is
19910    controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
19911    tag). Win32 only.
19912    Note: It is advised to use 255 for the alpha value, otherwise resizing
19913    will be slowed down a lot...
19914
19915 ------------------------------------------------------------------------
19916 r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
19917 Changed paths:
19918    M /trunk/modules/video_output/directx/directx.c
19919
19920 * modules/video_output/directx/directx.c: apply --video-on-top on start.
19921
19922 ------------------------------------------------------------------------
19923 r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
19924 Changed paths:
19925    M /trunk/modules/gui/wxwindows/wxwindows.h
19926
19927 * modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
19928
19929 ------------------------------------------------------------------------
19930 r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
19931 Changed paths:
19932    M /trunk/include/video_output.h
19933    M /trunk/modules/gui/wxwindows/interface.cpp
19934    M /trunk/modules/gui/wxwindows/menus.cpp
19935    M /trunk/modules/gui/wxwindows/video.cpp
19936    M /trunk/modules/video_output/directx/directx.c
19937    M /trunk/modules/video_output/directx/events.c
19938    M /trunk/modules/video_output/x11/xcommon.c
19939    M /trunk/src/video_output/vout_intf.c
19940
19941 * modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
19942 * modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
19943 * src/video_output/vout_intf.c: moved the video-on-top variable there.
19944
19945 ------------------------------------------------------------------------
19946 r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
19947 Changed paths:
19948    M /trunk/modules/gui/wxwindows/interface.cpp
19949    M /trunk/modules/gui/wxwindows/menus.cpp
19950    M /trunk/mozilla/vlcshell.cpp
19951
19952 * mozilla/vlcshell.cpp: added fullscreen=yes/no option
19953 * modules/gui/wxwindows/*: fixed auto-generated menus on win32.
19954
19955 ------------------------------------------------------------------------
19956 r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
19957 Changed paths:
19958    M /trunk/src/input/input_dec.c
19959    M /trunk/src/stream_output/stream_output.c
19960
19961  * input/input_dec.c: we automaticaly switch to minimize thread mode
19962 when streaming (it's better because of the way sout works).
19963  * stream_output/stream_output.c: when removing a stream, stop waiting
19964 and start muxing if data are already here (needed for sout with pace
19965 control).
19966
19967  Both will help to allow muxing (nearly?) all frames, even the last ones.
19968
19969 ------------------------------------------------------------------------
19970 r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
19971 Changed paths:
19972    M /trunk/modules/mux/avi.c
19973    M /trunk/modules/mux/mpeg/pes.c
19974
19975 * modules/mux/*: fixed block_Realloc() typo.
19976
19977 ------------------------------------------------------------------------
19978 r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
19979 Changed paths:
19980    M /trunk/modules/access_output/file.c
19981
19982 * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
19983
19984 ------------------------------------------------------------------------
19985 r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
19986 Changed paths:
19987    M /trunk/modules/mux/ogg.c
19988
19989 * modules/mug/ogg.c: fixed recent breakage.
19990
19991 ------------------------------------------------------------------------
19992 r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
19993 Changed paths:
19994    M /trunk/modules/codec/subsdec.c
19995    M /trunk/modules/demux/mkv.cpp
19996    M /trunk/modules/demux/ogg.c
19997    M /trunk/modules/demux/util/sub.c
19998
19999 * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
20000
20001 ------------------------------------------------------------------------
20002 r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
20003 Changed paths:
20004    M /trunk/share/skins2/default/theme.xml
20005
20006
20007 crotte !
20008
20009
20010 ------------------------------------------------------------------------
20011 r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
20012 Changed paths:
20013    M /trunk/modules/gui/wxwindows/interface.cpp
20014    M /trunk/modules/gui/wxwindows/menus.cpp
20015    M /trunk/modules/gui/wxwindows/wxwindows.h
20016
20017 * modules/gui/wxwindows/*: modified the auto-generated menus routines to not 
20018 delete/re-create parent menus. That makes wxWindows a lot happier.
20019
20020 ------------------------------------------------------------------------
20021 r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
20022 Changed paths:
20023    M /trunk/configure.ac
20024
20025 * configure.ac: disable SSE on solaris.
20026
20027 ------------------------------------------------------------------------
20028 r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
20029 Changed paths:
20030    M /trunk/extras/contrib/src/packages.mak
20031
20032 * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
20033
20034 ------------------------------------------------------------------------
20035 r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
20036 Changed paths:
20037    M /trunk/modules/demux/asf/asf.c
20038    M /trunk/modules/demux/asf/libasf.c
20039
20040  * asf: added limited support of concatenated files for web radios (only
20041 files without index, seek isn't supported for such stream)
20042
20043 ------------------------------------------------------------------------
20044 r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
20045 Changed paths:
20046    M /trunk/modules/access/mms/mmsh.c
20047    M /trunk/modules/access/mms/mmsh.h
20048
20049  * mmsh: added support of multiple files streamed with the same url (a
20050 few web radios use that)
20051
20052 ------------------------------------------------------------------------
20053 r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
20054 Changed paths:
20055    M /trunk/modules/gui/pda/pda_interface.c
20056    M /trunk/po/de.po
20057
20058 * modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
20059 * po/de.po: Updated german translation
20060 ------------------------------------------------------------------------
20061 r7295 | gbazin | 2004-04-07 01:54:49 +0200 (Wed, 07 Apr 2004) | 5 lines
20062 Changed paths:
20063    M /trunk/modules/visualization/goom.c
20064
20065 * modules/visualization/goom.c:
20066    + big rewrite.
20067    + frame dropping.
20068    + new --goom-speed option.
20069
20070 ------------------------------------------------------------------------
20071 r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
20072 Changed paths:
20073    M /trunk/src/libvlc.h
20074
20075 * Spelling fix
20076
20077 ------------------------------------------------------------------------
20078 r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
20079 Changed paths:
20080    M /trunk/po/pt_BR.po
20081
20082 Update of the Brazilian Portuguese translation by Andre de Barros Martins Ribeiro
20083 ------------------------------------------------------------------------
20084 r7292 | asmax | 2004-04-06 22:38:10 +0200 (Tue, 06 Apr 2004) | 3 lines
20085 Changed paths:
20086    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
20087
20088   * x11_graphics: check if the width and height are not null, to avoid
20089     a X11 Bad Value error
20090
20091 ------------------------------------------------------------------------
20092 r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
20093 Changed paths:
20094    M /trunk/modules/visualization/goom.c
20095
20096 * modules/visualizations/goom.c: added --goom-width/height config variables.
20097
20098 ------------------------------------------------------------------------
20099 r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
20100 Changed paths:
20101    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20102    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
20103    M /trunk/modules/gui/skins2/src/theme_loader.cpp
20104    M /trunk/modules/gui/skins2/src/theme_loader.hpp
20105
20106  * skins2/src/theme_loader.cpp: .vlt files can now contain directories
20107    and subdirectories. When loading a skin, the "theme.xml" file will be
20108    searched recursively, and the first one to be found is used.
20109
20110  * skins2/*: Do not 'cd' anymore to the temporary directory where the
20111    .vlt is extracted (instead, we transform the relative paths specified
20112    in the XML file into absolute paths).
20113
20114 ------------------------------------------------------------------------
20115 r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
20116 Changed paths:
20117    M /trunk/modules/access/mms/mmsh.c
20118
20119  * mmsh: fixed first packet handling.
20120
20121 ------------------------------------------------------------------------
20122 r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
20123 Changed paths:
20124    M /trunk/modules/demux/util/sub.c
20125    M /trunk/modules/demux/util/sub.h
20126
20127 * Added subviewer and subviewer v2 support
20128
20129 ------------------------------------------------------------------------
20130 r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
20131 Changed paths:
20132    M /trunk/modules/gui/wxwindows/wxwindows.h
20133
20134 * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
20135
20136 ------------------------------------------------------------------------
20137 r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
20138 Changed paths:
20139    M /trunk/modules/gui/wxwindows/bookmarks.cpp
20140    M /trunk/modules/gui/wxwindows/interface.cpp
20141    M /trunk/modules/gui/wxwindows/timer.cpp
20142
20143 * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
20144
20145 ------------------------------------------------------------------------
20146 r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
20147 Changed paths:
20148    M /trunk/AUTHORS
20149    M /trunk/modules/gui/wxwindows/bookmarks.cpp
20150    M /trunk/modules/gui/wxwindows/dialogs.cpp
20151    M /trunk/modules/gui/wxwindows/interface.cpp
20152    M /trunk/modules/gui/wxwindows/wxwindows.h
20153
20154 * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
20155 * AUTHORS: updated my entry.
20156
20157 ------------------------------------------------------------------------
20158 r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
20159 Changed paths:
20160    M /trunk/modules/gui/wxwindows/preferences.cpp
20161
20162 * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
20163
20164 ------------------------------------------------------------------------
20165 r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
20166 Changed paths:
20167    M /trunk/modules/access/file.c
20168
20169 * modules/access/file.c: fixed bug in concat mode when seeking.
20170
20171 ------------------------------------------------------------------------
20172 r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
20173 Changed paths:
20174    M /trunk/modules/gui/wxwindows/interface.cpp
20175
20176 * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
20177
20178 ------------------------------------------------------------------------
20179 r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
20180 Changed paths:
20181    M /trunk/modules/gui/wxwindows/interface.cpp
20182
20183 * modules/gui/wxwindows/interface.cpp: display default volume level on start.
20184
20185 ------------------------------------------------------------------------
20186 r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
20187 Changed paths:
20188    M /trunk/modules/gui/wxwindows/Modules.am
20189    A /trunk/modules/gui/wxwindows/bitmaps/speaker.xpm
20190    M /trunk/modules/gui/wxwindows/interface.cpp
20191
20192 * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
20193
20194 ------------------------------------------------------------------------
20195 r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
20196 Changed paths:
20197    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
20198
20199   * x11_loop.cpp: check if there is a theme before getting the window manager!
20200     (avoid a segfault when there is no theme at the beginning)
20201
20202 ------------------------------------------------------------------------
20203 r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
20204 Changed paths:
20205    M /trunk/modules/codec/ffmpeg/encoder.c
20206    M /trunk/modules/stream_out/transcode.c
20207
20208 * modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts.
20209 * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
20210
20211 ------------------------------------------------------------------------
20212 r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
20213 Changed paths:
20214    M /trunk/modules/gui/wxwindows/bookmarks.cpp
20215
20216 * modules/gui/wxwindows/bookmarks.cpp: fixes.
20217
20218 ------------------------------------------------------------------------
20219 r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
20220 Changed paths:
20221    M /trunk/modules/gui/skins2/src/dialogs.cpp
20222    M /trunk/modules/gui/skins2/src/vlcproc.cpp
20223
20224 * modules/gui/skins2/src/dialogs.cpp: the dialogs provider needs to be of VLC_OBJECT_DIALOGS type.
20225 * modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
20226
20227 ------------------------------------------------------------------------
20228 r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
20229 Changed paths:
20230    M /trunk/modules/access/mms/mmsh.c
20231    M /trunk/modules/access/mms/mmstu.c
20232
20233  * mms: fixed 'Read' function when the header is bigger than the packet
20234 size.
20235
20236 ------------------------------------------------------------------------
20237 r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
20238 Changed paths:
20239    M /trunk/src/input/input.c
20240
20241  * input: if we failed to open the file, and the name has a '%', we
20242 decode it as a url encoded one and we retry.
20243  (Btw, this will break playing of paths that have '%' and ':' )
20244
20245 ------------------------------------------------------------------------
20246 r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
20247 Changed paths:
20248    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20249
20250  * skins2: Do not try anymore to display images whose width is 0.
20251    This avoids warnings at run-time on Windows.
20252
20253 ------------------------------------------------------------------------
20254 r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
20255 Changed paths:
20256    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20257    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20258    M /trunk/modules/gui/macosx/playlist.h
20259    M /trunk/modules/gui/macosx/playlist.m
20260
20261 Add "enable/disable all group items" functions in playlist context menu
20262
20263
20264 ------------------------------------------------------------------------
20265 r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
20266 Changed paths:
20267    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20268    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20269    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20270    M /trunk/modules/gui/macosx/controls.m
20271    M /trunk/modules/gui/macosx/playlist.h
20272    M /trunk/modules/gui/macosx/playlist.m
20273
20274 Adds "Enable/disable item" menu item in playlist contextual menu.
20275
20276
20277 ------------------------------------------------------------------------
20278 r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
20279 Changed paths:
20280    M /trunk/modules/gui/skins2/src/os_loop.hpp
20281    M /trunk/modules/gui/skins2/src/window_manager.cpp
20282    M /trunk/modules/gui/skins2/src/window_manager.hpp
20283    M /trunk/modules/gui/skins2/utils/var_bool.cpp
20284    M /trunk/modules/gui/skins2/utils/var_bool.hpp
20285    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
20286    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
20287    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20288
20289   * src/window_manager.cpp: added a synchVisibility() method to show the
20290   visible windows (because they may have be hidden by the window manager)
20291   * all: removed the dirty hacks from the previous commit ;)
20292
20293 ------------------------------------------------------------------------
20294 r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
20295 Changed paths:
20296    M /trunk/modules/gui/skins2/src/generic_window.hpp
20297    M /trunk/modules/gui/skins2/src/window_manager.cpp
20298    M /trunk/modules/gui/skins2/src/window_manager.hpp
20299    M /trunk/modules/gui/skins2/utils/var_bool.cpp
20300    M /trunk/modules/gui/skins2/utils/var_bool.hpp
20301    M /trunk/modules/gui/skins2/x11/x11_display.cpp
20302    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
20303    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20304
20305   * x11/x11_display.cpp: the "parent" window now receive structure
20306     notify events
20307   * x11/x11_window.cpp: same thing for the other windows
20308   * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
20309     we show all the windows because it doesn't seem to be automatic.
20310     To have this working, we must update the visibility variable of the
20311     windows when they are hidden by the window manager
20312   
20313
20314 ------------------------------------------------------------------------
20315 r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
20316 Changed paths:
20317    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
20318    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20319    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20320    M /trunk/modules/gui/macosx/playlist.h
20321    M /trunk/modules/gui/macosx/playlist.m
20322    M /trunk/modules/gui/macosx/playlistinfo.h
20323    M /trunk/modules/gui/macosx/playlistinfo.m
20324
20325 Group selection combo box in stream proprieties dialog. Also allows to create new groups.
20326
20327
20328
20329 ------------------------------------------------------------------------
20330 r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
20331 Changed paths:
20332    M /trunk/modules/gui/skins2/src/generic_window.cpp
20333    M /trunk/modules/gui/skins2/src/generic_window.hpp
20334    M /trunk/modules/gui/skins2/src/top_window.cpp
20335    M /trunk/modules/gui/skins2/src/window_manager.hpp
20336
20337  * skins2: when the user click on a window, raise onl this window.
20338    This avoids a flickering when 2 windows are overlapping.
20339
20340 ------------------------------------------------------------------------
20341 r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
20342 Changed paths:
20343    M /trunk/modules/gui/skins2/src/skin_main.cpp
20344    M /trunk/modules/gui/skins2/src/theme.cpp
20345
20346  * skins2: do not save the config when changing the skin
20347
20348 ------------------------------------------------------------------------
20349 r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
20350 Changed paths:
20351    M /trunk/modules/gui/skins2/utils/var_text.cpp
20352    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20353    M /trunk/modules/gui/skins2/x11/x11_window.hpp
20354
20355   * x11/x11_window.cpp: reset the "drawable" variable to 0 before the vout child
20356     window is destroyed (it is not enough i guess...)
20357   * utils/var_text.cpp: unregister the observer to the Stream variable
20358     in the destructor ! (fix a crash when changing skin)
20359
20360 ------------------------------------------------------------------------
20361 r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
20362 Changed paths:
20363    M /trunk/modules/gui/skins2/x11/x11_display.cpp
20364    M /trunk/modules/gui/skins2/x11/x11_display.hpp
20365    M /trunk/modules/gui/skins2/x11/x11_window.cpp
20366
20367   * x11_display.cpp: create a dummy "parent" window for the task bar
20368   * x11_window.cpp: use XSetTransientForHint() to associate the windows
20369   to the "parent" window -> single window in the task bar
20370
20371 ------------------------------------------------------------------------
20372 r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
20373 Changed paths:
20374    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20375
20376   * ctrl_text.cpp: check if the scrolling is still necessary when the
20377    text is updated (avoid many crashes)
20378
20379 ------------------------------------------------------------------------
20380 r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
20381 Changed paths:
20382    M /trunk/src/playlist/item.c
20383    M /trunk/src/playlist/playlist.c
20384
20385   * playlist.c: better random algorithm: do not play an item if it has
20386   already been played (check the i_nb_played variable)
20387   * item.c: initialize i_nb_played to 0
20388
20389 ------------------------------------------------------------------------
20390 r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
20391 Changed paths:
20392    M /trunk/modules/gui/skins2/Modules.am
20393    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
20394    D /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
20395    A /trunk/modules/gui/skins2/commands/cmd_vars.cpp
20396    A /trunk/modules/gui/skins2/commands/cmd_vars.hpp
20397    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20398    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
20399    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
20400    M /trunk/modules/gui/skins2/src/ft2_font.cpp
20401    M /trunk/modules/gui/skins2/src/vlcproc.cpp
20402    M /trunk/modules/gui/skins2/vars/stream.hpp
20403
20404   * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
20405   skins are not reentrant (at least with x11). Put commands in the queue
20406   instead.
20407   * commands/cmd_vars: commands to change variables
20408   * controls/ctrl_list.cpp: automatic scroll when the stream changes
20409   * src/bitmap.cpp: removed the scandinavian characters from the
20410     text font, they don't belong to ASCII (caused a stack corruption)
20411
20412 ------------------------------------------------------------------------
20413 r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
20414 Changed paths:
20415    M /trunk/modules/codec/ffmpeg/audio.c
20416
20417   *audio.c: aout really doesn't like big audio chunks, so split them.
20418   (it helps a lot with wma).
20419
20420 ------------------------------------------------------------------------
20421 r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
20422 Changed paths:
20423    M /trunk/modules/gui/skins2/parser/builder.cpp
20424    M /trunk/modules/gui/skins2/src/generic_window.hpp
20425    M /trunk/modules/gui/skins2/src/theme.cpp
20426    M /trunk/modules/gui/skins2/src/theme.hpp
20427    M /trunk/modules/gui/skins2/src/top_window.hpp
20428    M /trunk/modules/gui/skins2/src/vout_window.hpp
20429
20430  * skins2: Added friend classes where appropriate, to reduce the scope of
20431    some methods.
20432
20433 ------------------------------------------------------------------------
20434 r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
20435 Changed paths:
20436    M /trunk/modules/gui/skins2/utils/ustring.cpp
20437
20438  * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
20439    leading to invalid memory reads)
20440
20441 ------------------------------------------------------------------------
20442 r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
20443 Changed paths:
20444    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
20445    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
20446    M /trunk/modules/gui/skins2/parser/interpreter.cpp
20447    M /trunk/modules/gui/skins2/src/vlcproc.cpp
20448    M /trunk/modules/gui/skins2/src/vlcproc.hpp
20449
20450   * all: support of shuffle from the skins2 interface:
20451     - created a bool variable "playlist.isRandom" and 2 commands
20452     "playlist.setRandom(true)" and "playlist.setRandom(false)"
20453     - known bug: the playlist doesn't scroll automatically when the
20454     stream changes
20455
20456 ------------------------------------------------------------------------
20457 r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
20458 Changed paths:
20459    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
20460
20461   * bitmap_font.cpp: fixed the white space character for "text" font
20462
20463 ------------------------------------------------------------------------
20464 r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
20465 Changed paths:
20466    M /trunk/modules/demux/mp4/libmp4.c
20467    M /trunk/modules/demux/mp4/libmp4.h
20468    M /trunk/modules/demux/mp4/mp4.c
20469
20470  * mp4*: demux -> demux2.
20471
20472 ------------------------------------------------------------------------
20473 r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
20474 Changed paths:
20475    M /trunk/modules/demux/avi/avi.c
20476
20477  * avi: demux -> demux2.
20478
20479 ------------------------------------------------------------------------
20480 r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
20481 Changed paths:
20482    M /trunk/modules/demux/avi/avi.c
20483    M /trunk/modules/demux/mp4/mp4.c
20484    D /trunk/modules/demux/mp4/mp4.h
20485    M /trunk/modules/demux/util/sub.c
20486
20487  * all: do not use input_Clock* anymore (use ES_OUT_SET_PCR instead).
20488  (text subs with mpg aren't working anymore unless using ps2)
20489
20490 ------------------------------------------------------------------------
20491 r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
20492 Changed paths:
20493    M /trunk/configure.ac
20494
20495 Explicit reference to libpng in the missing XmlTextReader error.
20496 Special thanks to Groniche and Google.
20497
20498
20499 ------------------------------------------------------------------------
20500 r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
20501 Changed paths:
20502    M /trunk/modules/gui/wxwindows/interface.cpp
20503
20504  * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
20505
20506 ------------------------------------------------------------------------
20507 r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
20508 Changed paths:
20509    M /trunk/modules/gui/wxwindows/wxwindows.h
20510
20511 * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
20512
20513 ------------------------------------------------------------------------
20514 r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
20515 Changed paths:
20516    M /trunk/modules/video_output/directx/events.c
20517
20518 * modules/video_output/directx/events.c: compilation fix.
20519
20520 ------------------------------------------------------------------------
20521 r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
20522 Changed paths:
20523    M /trunk/modules/demux/demux2.c
20524
20525  * demux2: added ogg.
20526
20527 ------------------------------------------------------------------------
20528 r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
20529 Changed paths:
20530    M /trunk/modules/codec/subsdec.c
20531
20532  * subsdec.c: use es_forma_t.subs.psz_encoding if present.
20533
20534 ------------------------------------------------------------------------
20535 r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
20536 Changed paths:
20537    M /trunk/src/input/input.c
20538    M /trunk/src/input/stream.c
20539
20540  * stream: fixed cast of lvalue.
20541  * input: fixed "position" value as soon as possible after a see, this
20542 way the intf doesn't show strange seek bar behavour.
20543
20544 ------------------------------------------------------------------------
20545 r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
20546 Changed paths:
20547    M /trunk/modules/demux/ogg.c
20548
20549  * ogg : demux -> demux2. It needs more testings.
20550
20551 ------------------------------------------------------------------------
20552 r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
20553 Changed paths:
20554    M /trunk/modules/demux/ogg.c
20555
20556  * ogg: cosmetics + converted PCR to micro-second unit. (I may
20557 introduced bugs).
20558
20559 ------------------------------------------------------------------------
20560 r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
20561 Changed paths:
20562    M /trunk/include/video_output.h
20563    M /trunk/include/vlc_interface.h
20564    M /trunk/modules/gui/wxwindows/video.cpp
20565    M /trunk/modules/video_output/directx/events.c
20566    M /trunk/modules/video_output/x11/xcommon.c
20567    M /trunk/src/interface/interface.c
20568    M /trunk/src/video_output/vout_intf.c
20569
20570 * src/video_output/vout_intf.c: new vout_ControlWindow() function.
20571 * modules/gui/wxwindows/video.cpp: implement vout_ControlWindow().
20572 * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
20573   + call vout_ControlWindow() when resizing in embedded mode.
20574   + implemented a VOUT_REPARENT/CLOSE mode in Control() so the interface can signal that it closes its video window.
20575
20576 ------------------------------------------------------------------------
20577 r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
20578 Changed paths:
20579    M /trunk/modules/gui/wxwindows/Modules.am
20580    D /trunk/modules/gui/wxwindows/bitmaps/disc.xpm
20581    A /trunk/modules/gui/wxwindows/bitmaps/eject.xpm
20582    R /trunk/modules/gui/wxwindows/bitmaps/fast.xpm
20583    D /trunk/modules/gui/wxwindows/bitmaps/file.xpm
20584    D /trunk/modules/gui/wxwindows/bitmaps/net.xpm
20585    R /trunk/modules/gui/wxwindows/bitmaps/next.xpm
20586    R /trunk/modules/gui/wxwindows/bitmaps/pause.xpm
20587    R /trunk/modules/gui/wxwindows/bitmaps/play.xpm
20588    D /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm
20589    A /trunk/modules/gui/wxwindows/bitmaps/prev.xpm
20590    D /trunk/modules/gui/wxwindows/bitmaps/previous.xpm
20591    D /trunk/modules/gui/wxwindows/bitmaps/sat.xpm
20592    R /trunk/modules/gui/wxwindows/bitmaps/slow.xpm
20593    R /trunk/modules/gui/wxwindows/bitmaps/stop.xpm
20594    M /trunk/modules/gui/wxwindows/interface.cpp
20595
20596 * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
20597
20598 ------------------------------------------------------------------------
20599 r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
20600 Changed paths:
20601    M /trunk/modules/demux/demux2.c
20602
20603  * demux2: added mpgv and rawdv.
20604
20605 ------------------------------------------------------------------------
20606 r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
20607 Changed paths:
20608    M /trunk/modules/demux/rawdv.c
20609
20610  * rawdv.c: demux -> demux2. (Untested so may be broken)
20611
20612 ------------------------------------------------------------------------
20613 r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
20614 Changed paths:
20615    M /trunk/modules/demux/mpeg/m4v.c
20616    M /trunk/modules/demux/mpeg/mpgv.c
20617
20618  * m4v: pts/dts fixes.
20619  * mpgv: demux -> demux2.
20620
20621 ------------------------------------------------------------------------
20622 r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
20623 Changed paths:
20624    M /trunk/modules/demux/demux2.c
20625    M /trunk/modules/demux/mpeg/m4v.c
20626
20627  * m4v: demux -> demux2.
20628
20629 ------------------------------------------------------------------------
20630 r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
20631 Changed paths:
20632    M /trunk/include/modules.h
20633
20634  * modules.h: increased MODULE_SHORTCUT_MAX to 50. (It's needed because of
20635 demux2, and will be decreased as soon as demux -> demux2 is finished).
20636
20637
20638 ------------------------------------------------------------------------
20639 r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
20640 Changed paths:
20641    M /trunk/modules/demux/asf/asf.c
20642
20643  * asf: no DEMUX_SET_TIME...
20644
20645 ------------------------------------------------------------------------
20646 r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
20647 Changed paths:
20648    M /trunk/modules/demux/mkv.cpp
20649
20650  * mkv: demux -> demux2.
20651
20652 ------------------------------------------------------------------------
20653 r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
20654 Changed paths:
20655    M /trunk/include/vlc_es.h
20656
20657  * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
20658
20659 ------------------------------------------------------------------------
20660 r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
20661 Changed paths:
20662    M /trunk/include/vlc_es.h
20663
20664  * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
20665
20666 ------------------------------------------------------------------------
20667 r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
20668 Changed paths:
20669    M /trunk/modules/demux/nsv.c
20670    M /trunk/modules/demux/pva.c
20671    M /trunk/modules/demux/ts.c
20672
20673  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
20674  implemented _only_ when it has a high precision.
20675
20676
20677 ------------------------------------------------------------------------
20678 r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
20679 Changed paths:
20680    M /trunk/modules/demux/a52.c
20681    M /trunk/modules/demux/aac.c
20682    M /trunk/modules/demux/dts.c
20683    M /trunk/modules/demux/flac.c
20684
20685  * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
20686 implemented _only_ when it has a high precision.
20687
20688 ------------------------------------------------------------------------
20689 r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
20690 Changed paths:
20691    M /trunk/modules/demux/demux2.c
20692
20693  * demux2: added live.
20694
20695 ------------------------------------------------------------------------
20696 r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
20697 Changed paths:
20698    M /trunk/modules/demux/livedotcom.cpp
20699
20700  * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
20701 worst until we completly switch to demux2...)
20702
20703 ------------------------------------------------------------------------
20704 r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
20705 Changed paths:
20706    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
20707    M /trunk/modules/gui/skins2/parser/builder.cpp
20708    M /trunk/modules/gui/skins2/parser/builder_data.def
20709    M /trunk/modules/gui/skins2/parser/builder_data.hpp
20710    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
20711    M /trunk/modules/gui/skins2/src/anchor.hpp
20712    M /trunk/modules/gui/skins2/src/generic_layout.cpp
20713    M /trunk/modules/gui/skins2/src/generic_layout.hpp
20714    M /trunk/modules/gui/skins2/src/top_window.cpp
20715    M /trunk/modules/gui/skins2/src/top_window.hpp
20716    M /trunk/modules/gui/skins2/src/window_manager.cpp
20717    M /trunk/modules/gui/skins2/src/window_manager.hpp
20718
20719  * skins2: Anchors are now stored in the layouts, not in the windows.
20720    If you change the layout all anchorings are lost, except for anchors that
20721    are in the same position in the old and the new layouts.
20722    Adding more 'persistent' anchorings should not be very difficult.
20723
20724 ------------------------------------------------------------------------
20725 r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
20726 Changed paths:
20727    M /trunk/modules/gui/kde/info.cpp
20728
20729 * modules/gui/kde/info.cpp: info_category_t compilation fix.
20730
20731 ------------------------------------------------------------------------
20732 r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
20733 Changed paths:
20734    M /trunk/modules/gui/macosx/info.m
20735
20736 * missed a object_release
20737
20738 ------------------------------------------------------------------------
20739 r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
20740 Changed paths:
20741    M /trunk/modules/gui/macosx/info.h
20742    M /trunk/modules/gui/macosx/info.m
20743    M /trunk/modules/gui/macosx/intf.m
20744    M /trunk/modules/gui/macosx/playlist.m
20745
20746 * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
20747
20748 ------------------------------------------------------------------------
20749 r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
20750 Changed paths:
20751    M /trunk/modules/demux/ts.c
20752
20753  * ts: better handling on PAT version changes.
20754
20755 ------------------------------------------------------------------------
20756 r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
20757 Changed paths:
20758    M /trunk/modules/gui/wxwindows/bookmarks.cpp
20759    M /trunk/modules/gui/wxwindows/playlist.cpp
20760    M /trunk/modules/gui/wxwindows/wxwindows.h
20761
20762 * modules/gui/wxwindows/*: bookmarks improvements.
20763
20764 ------------------------------------------------------------------------
20765 r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
20766 Changed paths:
20767    M /trunk/modules/video_output/x11/xcommon.c
20768
20769 * modules/video_output/x11/xcommon.c: compilation fixes.
20770
20771 ------------------------------------------------------------------------
20772 r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
20773 Changed paths:
20774    M /trunk/modules/video_chroma/i420_yuy2.c
20775
20776  i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
20777
20778 ------------------------------------------------------------------------
20779 r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
20780 Changed paths:
20781    M /trunk/modules/video_output/directx/directx.c
20782    M /trunk/modules/video_output/directx/events.c
20783    M /trunk/src/libvlc.h
20784
20785 * src/libvlc.h, modules/video_output/directx/events.c:
20786    + added a --video-title option, courtesy of Hornsby Adrian.
20787 * modules/video_output/directx/directx.c: minor changes.
20788
20789 ------------------------------------------------------------------------
20790 r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
20791 Changed paths:
20792    M /trunk/configure.ac
20793    M /trunk/modules/demux/playlist/Modules.am
20794    D /trunk/modules/demux/playlist/native.c
20795    M /trunk/modules/demux/playlist/playlist.c
20796    M /trunk/modules/demux/playlist/playlist.h
20797    M /trunk/modules/gui/wxwindows/playlist.cpp
20798    M /trunk/modules/misc/playlist/Modules.am
20799    M /trunk/modules/misc/playlist/export.c
20800    D /trunk/modules/misc/playlist/native.c
20801
20802 Cancel
20803
20804 ------------------------------------------------------------------------
20805 r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
20806 Changed paths:
20807    M /trunk/configure.ac
20808    M /trunk/modules/demux/m3u.c
20809    M /trunk/modules/demux/playlist/Modules.am
20810    A /trunk/modules/demux/playlist/native.c
20811    M /trunk/modules/demux/playlist/playlist.c
20812    M /trunk/modules/demux/playlist/playlist.h
20813    M /trunk/modules/gui/wxwindows/playlist.cpp
20814    M /trunk/modules/misc/playlist/native.c
20815
20816 * modules/demux/playlist : native playlist import
20817 * modules/misc/playlist : native playlist export
20818 * configure.ac : playlist and export need libxml2
20819
20820 ------------------------------------------------------------------------
20821 r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
20822 Changed paths:
20823    M /trunk/configure.ac
20824    M /trunk/modules/gui/skins2/utils/bezier.cpp
20825
20826 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
20827    + check for lrintf() and fallback on rint().
20828
20829 ------------------------------------------------------------------------
20830 r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
20831 Changed paths:
20832    M /trunk/modules/access/vcdx/vcdplayer.h
20833
20834 vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
20835
20836 ------------------------------------------------------------------------
20837 r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
20838 Changed paths:
20839    M /trunk/modules/access/vcdx/access.c
20840
20841 * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
20842
20843 ------------------------------------------------------------------------
20844 r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
20845 Changed paths:
20846    M /trunk/modules/gui/ncurses/ncurses.c
20847
20848 compilation fix
20849
20850 ------------------------------------------------------------------------
20851 r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
20852 Changed paths:
20853    M /trunk/src/input/control.c
20854
20855 * src/input/control.c: INPUT_ADD/DEL_BOOKMARK also modifies the "bookmarks" input option so the bookmarks are kept even when the input is stopped.
20856
20857 ------------------------------------------------------------------------
20858 r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
20859 Changed paths:
20860    M /trunk/modules/gui/beos/VlcWrapper.cpp
20861    M /trunk/modules/gui/macosx/playlist.m
20862    M /trunk/modules/gui/macosx/playlistinfo.m
20863    M /trunk/modules/gui/macosx/vout.m
20864    M /trunk/modules/gui/ncurses/ncurses.c
20865    M /trunk/modules/gui/pda/pda_callbacks.c
20866
20867 * modules/gui/*: compilation fixes for the new input_item_t change.
20868
20869 ------------------------------------------------------------------------
20870 r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
20871 Changed paths:
20872    M /trunk/src/misc/win32_specific.c
20873
20874 * src/misc/win32_specific.c: compilation fix.
20875
20876 ------------------------------------------------------------------------
20877 r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
20878 Changed paths:
20879    M /trunk/modules/access/dshow/dshow.cpp
20880
20881 * modules/access/dshow/dshow.cpp: compilation fix.
20882
20883 ------------------------------------------------------------------------
20884 r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
20885 Changed paths:
20886    M /trunk/Makefile.am
20887    M /trunk/include/input_ext-intf.h
20888    M /trunk/include/input_ext-plugins.h
20889    M /trunk/include/ninput.h
20890    M /trunk/include/vlc/intf.h
20891    M /trunk/include/vlc_common.h
20892    M /trunk/include/vlc_playlist.h
20893    M /trunk/include/vlc_vlm.h
20894    M /trunk/modules/access/cdda/access.c
20895    M /trunk/modules/access/slp.c
20896    M /trunk/modules/codec/mpeg_audio.c
20897    M /trunk/modules/codec/speex.c
20898    M /trunk/modules/codec/theora.c
20899    M /trunk/modules/codec/vorbis.c
20900    M /trunk/modules/control/hotkeys.c
20901    M /trunk/modules/control/http.c
20902    M /trunk/modules/control/rc.c
20903    M /trunk/modules/demux/mp4/mp4.h
20904    M /trunk/modules/demux/util/id3tag.c
20905    M /trunk/modules/gui/gtk/gtk_callbacks.c
20906    M /trunk/modules/gui/gtk/playlist.c
20907    M /trunk/modules/gui/skins/controls/playlist.cpp
20908    M /trunk/modules/gui/skins/src/vlcproc.cpp
20909    M /trunk/modules/gui/skins2/vars/playlist.cpp
20910    M /trunk/modules/gui/wxwindows/fileinfo.cpp
20911    M /trunk/modules/gui/wxwindows/iteminfo.cpp
20912    M /trunk/modules/gui/wxwindows/playlist.cpp
20913    M /trunk/modules/misc/playlist/m3u.c
20914    M /trunk/modules/misc/playlist/old.c
20915    M /trunk/modules/misc/sap.c
20916    M /trunk/src/input/control.c
20917    M /trunk/src/input/es_out.c
20918    M /trunk/src/input/input.c
20919    D /trunk/src/input/input_info.c
20920    M /trunk/src/input/input_programs.c
20921    M /trunk/src/misc/modules.c
20922    M /trunk/src/misc/vlm.c
20923    M /trunk/src/playlist/group.c
20924    M /trunk/src/playlist/info.c
20925    M /trunk/src/playlist/item-ext.c
20926    M /trunk/src/playlist/item.c
20927    M /trunk/src/playlist/playlist.c
20928    M /trunk/src/playlist/sort.c
20929
20930 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
20931 * src/input/input.c:
20932    + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
20933    + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
20934 * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
20935
20936 ------------------------------------------------------------------------
20937 r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
20938 Changed paths:
20939    M /trunk/share/Makefile.am
20940
20941 Install new required files for skins2 on make install
20942
20943
20944 ------------------------------------------------------------------------
20945 r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
20946 Changed paths:
20947    M /trunk/THANKS
20948    M /trunk/configure.ac
20949    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
20950    M /trunk/modules/gui/skins2/utils/bezier.cpp
20951    M /trunk/modules/gui/skins2/x11/x11_display.cpp
20952    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
20953
20954  * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
20955
20956 ------------------------------------------------------------------------
20957 r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
20958 Changed paths:
20959    M /trunk/share/skins2/default/skin.dtd
20960
20961   * skins2 DTD: Removed unused attributes of the Font
20962
20963 ------------------------------------------------------------------------
20964 r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
20965 Changed paths:
20966    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20967    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20968
20969 Oups, these ones are for later
20970
20971
20972 ------------------------------------------------------------------------
20973 r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
20974 Changed paths:
20975    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20976    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20977    M /trunk/modules/gui/macosx/playlistinfo.m
20978
20979 Also fallis back to C string if UTF8 string fails in proprieties window.
20980
20981
20982 ------------------------------------------------------------------------
20983 r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
20984 Changed paths:
20985    M /trunk/modules/gui/macosx/playlist.m
20986
20987 Fall back to plain C with default C character encoding when UTF8 fails.
20988 now you can see at least something with those SAP announces with Latin char encoding.
20989
20990 ------------------------------------------------------------------------
20991 r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
20992 Changed paths:
20993    M /trunk/modules/gui/macosx/playlistinfo.m
20994
20995 Works around an issue with some playlist items added by the sap interface : since they aren't coded in UTF8, a blank string is printed. 
20996
20997 This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
20998
20999
21000
21001 ------------------------------------------------------------------------
21002 r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
21003 Changed paths:
21004    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21005    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21006    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21007    M /trunk/modules/gui/macosx/playlistinfo.h
21008    M /trunk/modules/gui/macosx/playlistinfo.m
21009
21010 Implements info treeview in the playlist proprieties window
21011
21012
21013 ------------------------------------------------------------------------
21014 r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
21015 Changed paths:
21016    M /trunk/modules/demux/util/sub.c
21017
21018 Do not delay subtitles twice + Sanity check
21019
21020 ------------------------------------------------------------------------
21021 r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
21022 Changed paths:
21023    M /trunk/src/input/input.c
21024
21025 Fix 64-bit bug with bookmarks from command line 
21026
21027 ------------------------------------------------------------------------
21028 r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
21029 Changed paths:
21030    M /trunk/share/skins2/default/sort.png
21031    M /trunk/share/skins2/default/sort_onclick.png
21032    M /trunk/share/skins2/default/theme.xml
21033    A /trunk/share/skins2/default/vout.png
21034    A /trunk/share/skins2/default/vout2.png
21035    A /trunk/share/skins2/default/vout_body.png
21036    A /trunk/share/skins2/default/vout_body1.png
21037    A /trunk/share/skins2/default/vout_bottom.png
21038    A /trunk/share/skins2/default/vout_bottom_left.png
21039    A /trunk/share/skins2/default/vout_bottom_right.png
21040    A /trunk/share/skins2/default/vout_left.png
21041    A /trunk/share/skins2/default/vout_onclick.png
21042    A /trunk/share/skins2/default/vout_right.png
21043    A /trunk/share/skins2/default/vout_top.png
21044    A /trunk/share/skins2/default/vout_top_left.png
21045    A /trunk/share/skins2/default/vout_top_right.png
21046
21047
21048 Modified a little default skin
21049  -> hiding video window
21050
21051
21052 ------------------------------------------------------------------------
21053 r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
21054 Changed paths:
21055    M /trunk/modules/demux/livedotcom.cpp
21056
21057  * livedotcom.cpp: lalala.... (compilation fixes).
21058
21059 ------------------------------------------------------------------------
21060 r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
21061 Changed paths:
21062    M /trunk/modules/demux/wav.c
21063    M /trunk/modules/mux/mpeg/ps.c
21064    M /trunk/modules/mux/mpeg/ts.c
21065
21066  * all: cast of lvalues ...
21067
21068 ------------------------------------------------------------------------
21069 r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
21070 Changed paths:
21071    M /trunk/modules/mux/ogg.c
21072
21073  * ogg: cast of lvalue ... gibalou could you test this patch ?
21074  (I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it
21075 was meant to do as op.bytes is a "long")
21076  
21077
21078 ------------------------------------------------------------------------
21079 r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
21080 Changed paths:
21081    M /trunk/modules/video_chroma/i420_rgb.h
21082    M /trunk/modules/video_chroma/i420_yuy2.h
21083    M /trunk/modules/video_chroma/i422_yuy2.h
21084
21085  * *.h: shut up gcc (cast of lvalue).
21086
21087 ------------------------------------------------------------------------
21088 r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
21089 Changed paths:
21090    M /trunk/modules/demux/avi/avi.c
21091    M /trunk/modules/demux/livedotcom.cpp
21092    M /trunk/modules/demux/mkv.cpp
21093
21094  * avi: fixed a cast of lvalue.
21095  * livedotcom, mkv: removed all TAB_*.
21096
21097 ------------------------------------------------------------------------
21098 r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
21099 Changed paths:
21100    M /trunk/include/vlc_common.h
21101    M /trunk/include/vlc_meta.h
21102
21103  * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
21104 cast of lvalue. -> Don't use them anymore in C++ code.
21105 ( Don't use *(void**)&p, it won't work because of aliasing problem).
21106
21107  * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
21108
21109 ------------------------------------------------------------------------
21110 r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
21111 Changed paths:
21112    M /trunk/src/input/control.c
21113    M /trunk/src/input/input.c
21114
21115  control: invalid cast in GET_SUBDELAY
21116  input: fixed uninitialised variable (i_microsecondperframe for subs)
21117
21118 ------------------------------------------------------------------------
21119 r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
21120 Changed paths:
21121    M /trunk/modules/demux/livedotcom.cpp
21122
21123  * livedotcom.cpp: use stream_Demux* to support muxed stream. It's far
21124  from stable, but begin to work. (Tested only with TS).
21125  Limitation: no synchro with others stream if any (anyway, it would be
21126 a bit stupid to have such stream).
21127  
21128
21129 ------------------------------------------------------------------------
21130 r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
21131 Changed paths:
21132    M /trunk/include/ninput.h
21133    M /trunk/src/input/stream.c
21134
21135  * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
21136 to chain demuxer.
21137     - stream_DemuxNew: create a special stream_t, launch a thread that
21138     will open a demuxer, and call p_demux->pf_demux until asked to die.
21139     - stream_DemuxSend: append a block to be used by the new demuxer.
21140     - stream_DemuxDelete : free all data...
21141
21142
21143 ------------------------------------------------------------------------
21144 r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
21145 Changed paths:
21146    M /trunk/modules/codec/mpeg_audio.c
21147
21148  * mpeg_audio: fixed input infos update, and removed all tabs.
21149  (each vlc_object_find has to be followed by a vlc_object_release once
21150 the object isn't needed anymore)
21151
21152  Btw, I think we should better do that update in src/input/input_dec.c,
21153 this way it will work with every decoder AND a decoder should not touch
21154 p_input (decoders will be used by transcode for instance ...)
21155
21156
21157 ------------------------------------------------------------------------
21158 r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
21159 Changed paths:
21160    M /trunk/modules/stream_out/rtp.c
21161
21162  * rtp: fixed segfault with mux=
21163
21164 ------------------------------------------------------------------------
21165 r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
21166 Changed paths:
21167    M /trunk/modules/control/hotkeys.c
21168
21169 fixed "slower" hotkey.
21170
21171 ------------------------------------------------------------------------
21172 r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
21173 Changed paths:
21174    M /trunk/include/ninput.h
21175    M /trunk/include/vlc_keys.h
21176    M /trunk/modules/control/hotkeys.c
21177    M /trunk/modules/demux/util/sub.c
21178    M /trunk/modules/demux/util/sub.h
21179    M /trunk/src/input/control.c
21180    M /trunk/src/input/input.c
21181    M /trunk/src/libvlc.h
21182
21183 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
21184
21185 * Allow to modify subtitle delay on the fly and implement hotkeys 
21186   (h and j)
21187
21188 * When framerate is available with subrip, use sub-fps to make corrections
21189   (sub-fps default value is now 0, if left to this value, 25fps will be
21190    assumed in microdvd mode and no correction will be applied in subrip)
21191
21192 Main problem is that when seeking in the subtitles, you easily get
21193 several of them displayed. Maybe we could add a flag to subpicture_t,
21194 like SUBTITLE_PICTURE to say that only one of them must be displayed at
21195 a time, but that other subpictures (OSD, ...) can remain present on the
21196 screen at the same time.
21197
21198
21199 ------------------------------------------------------------------------
21200 r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
21201 Changed paths:
21202    M /trunk/modules/codec/mpeg_audio.c
21203
21204 Populate stream information.
21205
21206
21207 ------------------------------------------------------------------------
21208 r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
21209 Changed paths:
21210    M /trunk/src/input/input_programs.c
21211
21212 Populate "Stream and Media Info"
21213
21214
21215 ------------------------------------------------------------------------
21216 r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
21217 Changed paths:
21218    M /trunk/modules/access/vcdx/access.c
21219
21220 Small cosmetic changes
21221 ------------------------------------------------------------------------
21222 r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
21223 Changed paths:
21224    M /trunk/doc/arm-crosscompile-howto.sgml
21225
21226 Small update to ARM cross-compile howto
21227 ------------------------------------------------------------------------
21228 r7180 | rocky | 2004-03-28 22:17:49 +0200 (Sun, 28 Mar 2004) | 5 lines
21229 Changed paths:
21230    M /trunk/configure.ac
21231    M /trunk/modules/access/vcdx/vcdplayer.c
21232    M /trunk/modules/access/vcdx/vcdplayer.h
21233
21234 Correct multi-default selection. But we need vcdimager 0.71 CVS for
21235 this.  (But most poeple won't notice the improvement since video
21236 switching is broken.)
21237
21238
21239 ------------------------------------------------------------------------
21240 r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
21241 Changed paths:
21242    M /trunk/modules/control/http.c
21243
21244 correction of a small bug in the function move
21245
21246 ------------------------------------------------------------------------
21247 r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
21248 Changed paths:
21249    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21250    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21251    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21252    M /trunk/modules/gui/macosx/controls.h
21253    M /trunk/modules/gui/macosx/controls.m
21254    M /trunk/modules/gui/macosx/intf.m
21255
21256 Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
21257
21258
21259 ------------------------------------------------------------------------
21260 r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
21261 Changed paths:
21262    M /trunk/configure.ac
21263    M /trunk/modules/demux/Modules.am
21264    A /trunk/modules/demux/sgimb.c
21265    M /trunk/src/input/stream.c
21266
21267 * src/input/stream.c
21268   - disable stream_ReadLine debug.
21269 * ALL:
21270   - added a new demux2 module to handle Kasenna MediaBase 
21271     metadata files. These are application/x-sgimb masked
21272     'mpeg' files on the web. They are in reality mostly constructors
21273     for rtsp links. The reference to SGI is because the MediaBase
21274     solutions originate from SGI.
21275
21276 ------------------------------------------------------------------------
21277 r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
21278 Changed paths:
21279    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
21280
21281   * bitmap_font.cpp: full support of text bitmap font
21282
21283 ------------------------------------------------------------------------
21284 r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
21285 Changed paths:
21286    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
21287    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21288    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21289    M /trunk/modules/gui/macosx/intf.h
21290    M /trunk/modules/gui/macosx/intf.m
21291    M /trunk/modules/misc/logger.c
21292    M /trunk/src/interface/interface.c
21293
21294 * src/interface/interface.c
21295   - spelling fix
21296   - added telnet intf to 'Add Interface'
21297 * modules/misc/logger.c:
21298   - on Mac OS X, use ~/Library/Logs to write logger intf output.
21299 * ALL
21300   - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
21301   the SAP intf.
21302
21303 ------------------------------------------------------------------------
21304 r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
21305 Changed paths:
21306    M /trunk/modules/gui/skins2/parser/builder.cpp
21307    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
21308    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
21309
21310   * all: beginning of "text" bitmap font support. The text bitmap must have
21311   the following layout: [cf xmms skins ;)]
21312
21313 ------------------------------------------------------------------------
21314 r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
21315 Changed paths:
21316    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
21317    M /trunk/modules/gui/skins2/parser/builder.cpp
21318    M /trunk/modules/gui/skins2/parser/builder.hpp
21319    M /trunk/modules/gui/skins2/parser/builder_data.def
21320    M /trunk/modules/gui/skins2/parser/builder_data.hpp
21321    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
21322    M /trunk/modules/gui/skins2/src/bitmap_font.cpp
21323    M /trunk/modules/gui/skins2/src/bitmap_font.hpp
21324    M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
21325    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
21326    M /trunk/modules/gui/skins2/vars/time.cpp
21327    M /trunk/share/skins2/default/skin.dtd
21328
21329   * all: beginning of bitmap font support. At the moment only the digits
21330   font for xmms/winamp2 skins is supported (the bitmap must have the
21331   following layout: [0123456789 -] with letters of size 9x13).
21332   Non-digit characters are just skipped, with a hardcoded advance of 6
21333   (it allows correct display of time in xmms skins; the ':' are skipped)
21334   Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
21335   * vars/time.cpp: notify the observers also when the input is stopped
21336   * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
21337   text is displayed (was causing bugs in time display)
21338
21339 ------------------------------------------------------------------------
21340 r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
21341 Changed paths:
21342    M /trunk/modules/visualization/visual/visual.c
21343
21344 Spectrum is default enabled
21345
21346 ------------------------------------------------------------------------
21347 r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
21348 Changed paths:
21349    M /trunk/src/input/control.c
21350
21351 * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
21352
21353 ------------------------------------------------------------------------
21354 r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
21355 Changed paths:
21356    M /trunk/modules/codec/ffmpeg/video.c
21357
21358  * video: disable direct rendering for h264.
21359
21360 ------------------------------------------------------------------------
21361 r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
21362 Changed paths:
21363    M /trunk/bootstrap
21364
21365   * bootstrap:
21366     + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
21367
21368 ------------------------------------------------------------------------
21369 r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
21370 Changed paths:
21371    M /trunk/modules/gui/macosx/applescript.m
21372
21373 * VLC couldn't handle external links since the playlist API changes. FIXED
21374
21375 ------------------------------------------------------------------------
21376 r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
21377 Changed paths:
21378    M /trunk/include/codecs.h
21379
21380  * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
21381
21382 ------------------------------------------------------------------------
21383 r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
21384 Changed paths:
21385    M /trunk/modules/packetizer/mpeg4video.c
21386
21387  * mpeg4video.c: added m4cc/M4CC.
21388
21389 ------------------------------------------------------------------------
21390 r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
21391 Changed paths:
21392    M /trunk/modules/video_output/directx/directx.c
21393    M /trunk/modules/video_output/directx/events.c
21394    M /trunk/modules/video_output/directx/vout.h
21395
21396 * modules/video_output/directx/*:
21397    + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
21398    + Implemented vout_Control()
21399    + Fixed potential division by 0
21400
21401 ------------------------------------------------------------------------
21402 r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
21403 Changed paths:
21404    M /trunk/modules/gui/wxwindows/playlist.cpp
21405
21406 Don't save an empty playlist
21407 Fix refcount problem
21408
21409 ------------------------------------------------------------------------
21410 r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
21411 Changed paths:
21412    M /trunk/po/POTFILES.in
21413
21414 * po/POTFILES.in: updated.
21415
21416 ------------------------------------------------------------------------
21417 r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
21418 Changed paths:
21419    M /trunk/modules/demux/real.c
21420
21421  * real: added support for aac codec.
21422
21423 ------------------------------------------------------------------------
21424 r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
21425 Changed paths:
21426    M /trunk/modules/gui/wxwindows/video.cpp
21427
21428 * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
21429
21430 ------------------------------------------------------------------------
21431 r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
21432 Changed paths:
21433    M /trunk/include/video_output.h
21434    M /trunk/modules/gui/wxwindows/menus.cpp
21435    M /trunk/modules/video_output/x11/xcommon.c
21436    M /trunk/src/video_output/video_output.c
21437    M /trunk/src/video_output/vout_intf.c
21438
21439 * src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
21440 * src/video_output/video_output.c: moved some stuff to vout_IntfInit().
21441 * include/video_output.h: vout_vaControl()/vout_Control() prototypes.
21442 * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
21443 * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
21444
21445 ------------------------------------------------------------------------
21446 r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
21447 Changed paths:
21448    M /trunk/modules/gui/skins2/parser/builder.cpp
21449    M /trunk/modules/gui/skins2/parser/builder_data.def
21450    M /trunk/modules/gui/skins2/parser/builder_data.hpp
21451    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
21452    M /trunk/share/skins2/default/skin.dtd
21453    M /trunk/share/skins2/default/theme.xml
21454
21455  * skins2/parser/builder*: All the controls now have a 'visible' attribute
21456  * share/skins2/default/skin.dtd: Changed a few details here and there
21457
21458 ------------------------------------------------------------------------
21459 r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
21460 Changed paths:
21461    M /trunk/modules/gui/wxwindows/video.cpp
21462
21463 Compilation fix
21464
21465 ------------------------------------------------------------------------
21466 r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
21467 Changed paths:
21468    M /trunk/modules/mux/mpeg/ts.c
21469
21470 * ts muxer: added a no-crypt-audio option for people who do not want to crypt
21471   audio PIDs
21472
21473 ------------------------------------------------------------------------
21474 r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
21475 Changed paths:
21476    M /trunk/modules/mux/mpeg/csa.c
21477
21478 * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
21479
21480 ------------------------------------------------------------------------
21481 r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
21482 Changed paths:
21483    M /trunk/modules/gui/wxwindows/Modules.am
21484    A /trunk/modules/gui/wxwindows/bookmarks.cpp
21485    M /trunk/modules/gui/wxwindows/dialogs.cpp
21486    M /trunk/modules/gui/wxwindows/interface.cpp
21487    M /trunk/modules/gui/wxwindows/menus.cpp
21488    A /trunk/modules/gui/wxwindows/video.cpp
21489    M /trunk/modules/gui/wxwindows/wxwindows.cpp
21490    M /trunk/modules/gui/wxwindows/wxwindows.h
21491
21492 * modules/gui/wxwindows/*:
21493    + bookmarks menu.
21494    + started work on bookmarks dialog.
21495    + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).   
21496    + new --wxwin-bookmarks and --wxwin-embed config options.
21497
21498 ------------------------------------------------------------------------
21499 r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
21500 Changed paths:
21501    M /trunk/modules/video_output/x11/xcommon.c
21502
21503 * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
21504
21505 ------------------------------------------------------------------------
21506 r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
21507 Changed paths:
21508    M /trunk/Makefile.am
21509    M /trunk/include/input_ext-intf.h
21510    M /trunk/include/ninput.h
21511    M /trunk/include/video_output.h
21512    M /trunk/include/vlc_common.h
21513    M /trunk/include/vlc_interface.h
21514    A /trunk/src/input/control.c
21515    M /trunk/src/input/input.c
21516    M /trunk/src/interface/interface.c
21517    M /trunk/src/libvlc.h
21518    M /trunk/src/video_output/video_output.c
21519    A /trunk/src/video_output/vout_intf.c
21520
21521 * src/input/*:
21522    + new input_Control() function (doesn't do much for now).
21523    + started bookmarks support through input_Control().
21524    + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.
21525
21526 * src/video_output/*:
21527    + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
21528    + new --video-x/y config options
21529
21530 ------------------------------------------------------------------------
21531 r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
21532 Changed paths:
21533    M /trunk/src/misc/variables.c
21534
21535 * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
21536
21537 ------------------------------------------------------------------------
21538 r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
21539 Changed paths:
21540    M /trunk/modules/codec/ffmpeg/encoder.c
21541
21542 * modules/codec/ffmpeg/encoder.c: removed unused stuff.
21543
21544 ------------------------------------------------------------------------
21545 r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
21546 Changed paths:
21547    M /trunk/modules/demux/dvdnav.c
21548
21549 * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
21550
21551 ------------------------------------------------------------------------
21552 r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
21553 Changed paths:
21554    M /trunk/share/skins2/default/skin.dtd
21555
21556  * skins2: Fixed broken DTD
21557
21558 ------------------------------------------------------------------------
21559 r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
21560 Changed paths:
21561    M /trunk/modules/demux/mpeg/ts.c
21562
21563 * Check if dvbpsi_DecodeISO639Dr fails.
21564   Fixes #1104
21565
21566 ------------------------------------------------------------------------
21567 r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
21568 Changed paths:
21569    M /trunk/modules/stream_out/duplicate.c
21570
21571  * duplicate: fixed a bug with noes.
21572
21573 ------------------------------------------------------------------------
21574 r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
21575 Changed paths:
21576    M /trunk/modules/gui/skins2/Modules.am
21577    M /trunk/share/Makefile.am
21578
21579 * share/Makefile.am: added default skins2 theme and vlm http files.
21580 * modules/gui/skins2/Modules.am: removed old skins2 theme.
21581
21582 ------------------------------------------------------------------------
21583 r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
21584 Changed paths:
21585    M /trunk/configure.ac
21586    M /trunk/modules/demux/ogg.c
21587
21588   * ALL: compile fixes.
21589
21590
21591 ------------------------------------------------------------------------
21592 r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
21593 Changed paths:
21594    A /trunk/share/http/vlm
21595    A /trunk/share/http/vlm/edit.html
21596    A /trunk/share/http/vlm/index.html
21597    A /trunk/share/http/vlm/new.html
21598
21599  * vlm/* : begining of vlm http interface pages.
21600
21601 ------------------------------------------------------------------------
21602 r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
21603 Changed paths:
21604    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
21605
21606  * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
21607    This doesn't fix totally the refresh problems on the skinned vout,
21608    but it improves the situation a lot.
21609
21610 ------------------------------------------------------------------------
21611 r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
21612 Changed paths:
21613    M /trunk/Makefile.am
21614
21615  * Makefile.am: Fixed the win32 packaging of the default skin2
21616
21617 ------------------------------------------------------------------------
21618 r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
21619 Changed paths:
21620    M /trunk/modules/gui/skins2/Modules.am
21621    A /trunk/modules/gui/skins2/src/bitmap_font.cpp
21622    A /trunk/modules/gui/skins2/src/bitmap_font.hpp
21623    M /trunk/modules/gui/skins2/src/ft2_font.hpp
21624    A /trunk/modules/gui/skins2/src/generic_bitmap.cpp
21625    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
21626    M /trunk/modules/gui/skins2/src/generic_font.hpp
21627    M /trunk/share/skins2/default/skin.dtd
21628
21629   * all : skeleton of a future bitmap font support
21630   * skin.dtd : new BitmapFont element
21631
21632 ------------------------------------------------------------------------
21633 r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
21634 Changed paths:
21635    M /trunk/modules/control/http.c
21636
21637  * http: implemented vlm_save/load.
21638
21639 ------------------------------------------------------------------------
21640 r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
21641 Changed paths:
21642    M /trunk/src/misc/vlm.c
21643
21644  * vlm: fixed some segfaults.
21645
21646 ------------------------------------------------------------------------
21647 r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
21648 Changed paths:
21649    M /trunk/modules/codec/libmpeg2.c
21650
21651 * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
21652   (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).
21653
21654 ------------------------------------------------------------------------
21655 r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
21656 Changed paths:
21657    M /trunk/include/vlc_httpd.h
21658    M /trunk/src/misc/httpd.c
21659
21660  * all: forgot to commit theses files.
21661
21662 ------------------------------------------------------------------------
21663 r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
21664 Changed paths:
21665    M /trunk/modules/control/Modules.am
21666
21667 * modules/control/Modules.am: added telnet module.
21668
21669 ------------------------------------------------------------------------
21670 r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
21671 Changed paths:
21672    M /trunk/modules/control/http.c
21673
21674  * http.c: vlm_error
21675
21676 ------------------------------------------------------------------------
21677 r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
21678 Changed paths:
21679    M /trunk/src/misc/modules.c
21680
21681 * src/misc/modules.c: compilation fix.
21682
21683 ------------------------------------------------------------------------
21684 r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
21685 Changed paths:
21686    M /trunk/src/misc/vlm.c
21687
21688  * vlm: better vlm_Show.
21689
21690 ------------------------------------------------------------------------
21691 r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
21692 Changed paths:
21693    M /trunk/modules/control/http.c
21694
21695  * http.c: fixes about vlm.
21696
21697 ------------------------------------------------------------------------
21698 r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
21699 Changed paths:
21700    M /trunk/include/codecs.h
21701
21702 * fix avi dts support
21703
21704 ------------------------------------------------------------------------
21705 r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
21706 Changed paths:
21707    M /trunk/modules/codec/libmpeg2.c
21708
21709  * libmpeg2: handle invalid aspect as square one.
21710
21711 ------------------------------------------------------------------------
21712 r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
21713 Changed paths:
21714    M /trunk/modules/stream_out/rtp.c
21715
21716  * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
21717  (There is still the problem of timeout, and a lot of checks aren't done).
21718
21719 ------------------------------------------------------------------------
21720 r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
21721 Changed paths:
21722    M /trunk/modules/gui/skins2/parser/builder.cpp
21723    M /trunk/modules/gui/skins2/parser/builder.hpp
21724    D /trunk/share/skins2/FreeSans.ttf
21725    A /trunk/share/skins2/fonts/FreeSans.ttf (from /trunk/share/skins2/FreeSans.ttf:7127)
21726
21727   * moved the default font in share/skins2/fonts
21728   * parser/builder.cpp: a font with ID "defaultfont" is loaded from
21729   the common font directory
21730
21731 ------------------------------------------------------------------------
21732 r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
21733 Changed paths:
21734    A /trunk/share/skins2/FreeSans.ttf (from /trunk/share/skins2/default/FreeSans.ttf:7126)
21735    D /trunk/share/skins2/default/FreeSans.ttf
21736    A /trunk/share/skins2/fonts
21737
21738   * added a fonts directory
21739
21740 ------------------------------------------------------------------------
21741 r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
21742 Changed paths:
21743    M /trunk/modules/gui/skins2/parser/builder.cpp
21744    M /trunk/modules/gui/skins2/parser/builder_data.def
21745    M /trunk/modules/gui/skins2/parser/builder_data.hpp
21746    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
21747    D /trunk/modules/gui/skins2/theme
21748    A /trunk/share/skins2
21749    A /trunk/share/skins2/default (from /trunk/modules/gui/skins2/theme:7123)
21750    M /trunk/share/skins2/default/skin.dtd
21751    M /trunk/share/skins2/default/theme.xml
21752
21753   * moved the default skins2 theme in share/skins2/default/
21754   * all: added a "tooltipfont" element in the <Theme> tag (unused at the
21755       moment)
21756
21757 ------------------------------------------------------------------------
21758 r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
21759 Changed paths:
21760    M /trunk/modules/control/telnet.c
21761    M /trunk/modules/misc/screensaver.c
21762
21763 Two description strings corrected
21764
21765 ------------------------------------------------------------------------
21766 r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
21767 Changed paths:
21768    M /trunk/modules/demux/mkv.cpp
21769
21770 * Spelling correction
21771
21772 ------------------------------------------------------------------------
21773 r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
21774 Changed paths:
21775    M /trunk/Makefile.am
21776
21777  * Makefile.am: compile vlm.c ...
21778
21779 ------------------------------------------------------------------------
21780 r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
21781 Changed paths:
21782    M /trunk/modules/demux/mkv.cpp
21783
21784 * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
21785
21786 ------------------------------------------------------------------------
21787 r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
21788 Changed paths:
21789    M /trunk/Makefile.am
21790    M /trunk/configure.ac
21791
21792  * all: changes for vlm move.
21793
21794 ------------------------------------------------------------------------
21795 r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
21796 Changed paths:
21797    M /trunk/include/vlc_common.h
21798    M /trunk/include/vlc_objects.h
21799    A /trunk/include/vlc_vlm.h (from /trunk/modules/control/telnet/vlm.h:7119)
21800    M /trunk/modules/control/http.c
21801    D /trunk/modules/control/telnet
21802    A /trunk/modules/control/telnet.c (from /trunk/modules/control/telnet/telnet.c:7119)
21803    M /trunk/src/misc/objects.c
21804    A /trunk/src/misc/vlm.c (from /trunk/modules/control/telnet/vlm.c:7119)
21805
21806  * vlm.*: move vlm to the core (now, vlm_New create only one instance)
21807  * http.c: begin support of vlm interraction (not yet documented).
21808
21809 ------------------------------------------------------------------------
21810 r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
21811 Changed paths:
21812    M /trunk/modules/control/telnet/vlm.c
21813
21814  * vlm.c: little bug fix for stop command
21815
21816 ------------------------------------------------------------------------
21817 r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
21818 Changed paths:
21819    M /trunk/modules/demux/ts.c
21820
21821  * ts.c: do not use packetizer for ms-codec streams.
21822
21823 ------------------------------------------------------------------------
21824 r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
21825 Changed paths:
21826    M /trunk/modules/demux/nsv.c
21827
21828  * nsv: fixed unused variable warnings.
21829
21830 ------------------------------------------------------------------------
21831 r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
21832 Changed paths:
21833    M /trunk/modules/demux/real.c
21834
21835  * real: fixed unused variable warnings.
21836
21837 ------------------------------------------------------------------------
21838 r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
21839 Changed paths:
21840    M /trunk/modules/demux/asf/asf.c
21841
21842  * asf :demux -> demux2.
21843
21844 ------------------------------------------------------------------------
21845 r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
21846 Changed paths:
21847    M /trunk/modules/demux/avi/Modules.am
21848
21849  * Modules: removed avi.h
21850
21851 ------------------------------------------------------------------------
21852 r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
21853 Changed paths:
21854    M /trunk/modules/demux/avi/avi.c
21855    D /trunk/modules/demux/avi/avi.h
21856
21857  * avi: cosmetics.
21858
21859 ------------------------------------------------------------------------
21860 r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
21861 Changed paths:
21862    M /trunk/src/input/demux.c
21863
21864  * demux: demux2_New -> try to start faster selecting the right demuxer
21865 based to extension (others demuxers will still be probed if needed).
21866
21867 ------------------------------------------------------------------------
21868 r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
21869 Changed paths:
21870    M /trunk/modules/access/directory.c
21871
21872 * fix d_namlen bug
21873
21874 ------------------------------------------------------------------------
21875 r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
21876 Changed paths:
21877    M /trunk/modules/access/directory.c
21878
21879 * the directory plugin no longer uses the m3u demux
21880   - it now does the playlist_Add itself.
21881   - it sets the filename instead of the path as the item name
21882   - it uses dummy demux to fool vlc.
21883   - it's almost twice as fast now.
21884
21885
21886 ------------------------------------------------------------------------
21887 r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
21888 Changed paths:
21889    M /trunk/modules/access/directory.c
21890
21891 * prefer S_ISDIR over DT_DIR since it is more reliable.
21892   Should fix collapse/expand/ignore of dirs on OS X.
21893 * better short title for this config option
21894
21895 ------------------------------------------------------------------------
21896 r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
21897 Changed paths:
21898    M /trunk/modules/control/telnet/telnet.c
21899    M /trunk/modules/control/telnet/vlm.c
21900    M /trunk/modules/control/telnet/vlm.h
21901
21902  * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
21903    telnet interface (will be useful for http vlm interface).
21904
21905 ------------------------------------------------------------------------
21906 r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
21907 Changed paths:
21908    M /trunk/modules/audio_output/hd1000a.cpp
21909
21910   * hd1000a: channel reordering
21911
21912
21913 ------------------------------------------------------------------------
21914 r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
21915 Changed paths:
21916    M /trunk/configure.ac
21917    M /trunk/modules/audio_output/Modules.am
21918    A /trunk/modules/audio_output/hd1000a.cpp
21919
21920   * Roku HD1000 audio output.
21921
21922
21923 ------------------------------------------------------------------------
21924 r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
21925 Changed paths:
21926    M /trunk/src/libvlc.h
21927
21928 Correct MRL syntax.
21929
21930
21931 ------------------------------------------------------------------------
21932 r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
21933 Changed paths:
21934    M /trunk/modules/gui/wxwindows/open.cpp
21935
21936 Allow setting the subtitle track from the VCD tab (by usurping the
21937 "Chapter" entry).
21938
21939
21940 ------------------------------------------------------------------------
21941 r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
21942 Changed paths:
21943    M /trunk/modules/video_output/directx/events.c
21944
21945 * modules/video_output/directx/events.c:
21946    + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
21947    + reset GWLP_USERDATA when calling the parent window windowproc.
21948
21949 ------------------------------------------------------------------------
21950 r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
21951 Changed paths:
21952    M /trunk/modules/codec/ogt/ogt.c
21953    M /trunk/modules/demux/mpeg/system.c
21954
21955 Menu selection of subtitles for CVD and OGT handled properly.
21956
21957 system.c: enters the correct subtitle numbers into spu-es.  OGT now
21958 has the correct number of subtitles (with each having the correct
21959 number).
21960
21961 ogt.c: Allow for dynamic switching/selection of subtitles. 
21962
21963
21964 ------------------------------------------------------------------------
21965 r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
21966 Changed paths:
21967    M /trunk/vlc.ebuild
21968
21969 * small fixes
21970
21971 ------------------------------------------------------------------------
21972 r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
21973 Changed paths:
21974    M /trunk/vlc.ebuild
21975
21976 * Updated the ebuild.
21977   - supports dts
21978   - uses the new ffmpeg + postproc installation fixed ebuild
21979   - uses live.com from portage instead of local
21980   - added libdvdnav
21981   - added pvr and satellite keywords
21982   - other stuff i don't remember atm.
21983
21984 ------------------------------------------------------------------------
21985 r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
21986 Changed paths:
21987    M /trunk/configure.ac
21988
21989 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
21990
21991 ------------------------------------------------------------------------
21992 r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
21993 Changed paths:
21994    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
21995    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
21996    M /trunk/modules/gui/macosx/playlist.m
21997    M /trunk/modules/gui/macosx/playlistinfo.m
21998
21999 *Fixed a spelling mistake and added some button-shortcuts
22000 ------------------------------------------------------------------------
22001 r7097 | ipkiss | 2004-03-16 21:19:42 +0100 (Tue, 16 Mar 2004) | 3 lines
22002 Changed paths:
22003    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
22004
22005  * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
22006    fixed a bug in drawRect()
22007
22008 ------------------------------------------------------------------------
22009 r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
22010 Changed paths:
22011    M /trunk/modules/gui/macosx/vout.m
22012
22013 * Fixed a crash with blank opengl effect paramerter
22014
22015 ------------------------------------------------------------------------
22016 r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
22017 Changed paths:
22018    M /trunk/modules/demux/mkv.cpp
22019
22020  * mkv.cpp: one more fix for playback of broken file.
22021
22022 ------------------------------------------------------------------------
22023 r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
22024 Changed paths:
22025    M /trunk/modules/demux/mkv.cpp
22026
22027  * mkv.cpp: fixed playback of broken file.
22028
22029 ------------------------------------------------------------------------
22030 r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
22031 Changed paths:
22032    M /trunk/modules/control/http.c
22033    M /trunk/share/http/index.html
22034
22035 Move playlist item in the interface http 
22036
22037 ------------------------------------------------------------------------
22038 r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
22039 Changed paths:
22040    A /trunk/modules/gui/macosx/playlistinfo.h
22041    A /trunk/modules/gui/macosx/playlistinfo.m
22042
22043 Oups, sorry
22044
22045
22046 ------------------------------------------------------------------------
22047 r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
22048 Changed paths:
22049    M /trunk/THANKS
22050    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22051    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22052    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22053    M /trunk/modules/gui/macosx/controls.h
22054    M /trunk/modules/gui/macosx/controls.m
22055    M /trunk/modules/gui/macosx/intf.h
22056    M /trunk/modules/gui/macosx/intf.m
22057
22058 Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
22059
22060
22061
22062 ------------------------------------------------------------------------
22063 r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
22064 Changed paths:
22065    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22066    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22067    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22068    M /trunk/modules/gui/macosx/Modules.am
22069    M /trunk/modules/gui/macosx/about.h
22070    M /trunk/modules/gui/macosx/about.m
22071    M /trunk/modules/gui/macosx/applescript.h
22072    M /trunk/modules/gui/macosx/applescript.m
22073    M /trunk/modules/gui/macosx/controls.h
22074    M /trunk/modules/gui/macosx/controls.m
22075    M /trunk/modules/gui/macosx/info.h
22076    M /trunk/modules/gui/macosx/info.m
22077    M /trunk/modules/gui/macosx/intf.h
22078    M /trunk/modules/gui/macosx/intf.m
22079    M /trunk/modules/gui/macosx/macosx.m
22080    M /trunk/modules/gui/macosx/misc.h
22081    M /trunk/modules/gui/macosx/misc.m
22082    M /trunk/modules/gui/macosx/open.h
22083    M /trunk/modules/gui/macosx/open.m
22084    M /trunk/modules/gui/macosx/output.h
22085    M /trunk/modules/gui/macosx/output.m
22086    M /trunk/modules/gui/macosx/playlist.h
22087    M /trunk/modules/gui/macosx/playlist.m
22088    M /trunk/modules/gui/macosx/prefs.h
22089    M /trunk/modules/gui/macosx/prefs.m
22090    M /trunk/modules/gui/macosx/prefs_widgets.h
22091    M /trunk/modules/gui/macosx/prefs_widgets.m
22092    M /trunk/modules/gui/macosx/vout.h
22093    M /trunk/modules/gui/wxwindows/wxwindows.cpp
22094
22095 Make the playlist info window a new object
22096
22097
22098
22099 ------------------------------------------------------------------------
22100 r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
22101 Changed paths:
22102    M /trunk/include/vlc_help.h
22103    M /trunk/include/vlc_interface.h
22104
22105 Add description for demux2 (Closes:#1780)
22106
22107 ------------------------------------------------------------------------
22108 r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
22109 Changed paths:
22110    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22111
22112 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
22113
22114 ------------------------------------------------------------------------
22115 r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
22116 Changed paths:
22117    M /trunk/modules/access/vcdx/access.c
22118    M /trunk/modules/codec/ogt/cvd.c
22119    M /trunk/modules/codec/ogt/ogt.c
22120
22121 CVD subtitle selection works via front-end spu-es variable changes. 
22122 SVCD subtitles still can only be changed via --spu-channel. 
22123
22124 The video subtitle menu titles for both is a bit whacked out.
22125
22126
22127 ------------------------------------------------------------------------
22128 r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
22129 Changed paths:
22130    M /trunk/modules/demux/mpeg/ps.c
22131
22132 Not sure why (or if) this cvd subtitle selecting code is needed, but I
22133 suppose it should look like the others. So they'll all be wrong
22134 together.
22135
22136  
22137
22138 ------------------------------------------------------------------------
22139 r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
22140 Changed paths:
22141    M /trunk/modules/access/vcdx/access.c
22142
22143 Fill out VCD information Media Info section when playing an entire VCD
22144 or PBC is on.
22145
22146
22147 ------------------------------------------------------------------------
22148 r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
22149 Changed paths:
22150    M /trunk/modules/access/cdda/access.c
22151    M /trunk/modules/access/cdda/cdda.c
22152
22153 Allow extended data in customized formats too.
22154
22155
22156 ------------------------------------------------------------------------
22157 r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
22158 Changed paths:
22159    M /trunk/modules/access/cdda/access.c
22160
22161 Better about adding track author and title in track info
22162 section. Also add the extended data.
22163
22164
22165 ------------------------------------------------------------------------
22166 r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
22167 Changed paths:
22168    M /trunk/doc/arm-crosscompile-howto.sgml
22169
22170 Added a section about Opie SDK kit.
22171
22172 ------------------------------------------------------------------------
22173 r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
22174 Changed paths:
22175    M /trunk/modules/demux/demux2.c
22176    M /trunk/src/playlist/item.c
22177    M /trunk/src/playlist/loadsave.c
22178    M /trunk/src/playlist/playlist.c
22179
22180 Fix deadlocks in playlist
22181
22182 ------------------------------------------------------------------------
22183 r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
22184 Changed paths:
22185    M /trunk/modules/video_output/x11/xcommon.c
22186    M /trunk/modules/video_output/x11/xcommon.h
22187
22188 * modules/video_output/x11/*: fixed video resizing when using an external parent window.
22189
22190 ------------------------------------------------------------------------
22191 r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
22192 Changed paths:
22193    M /trunk/modules/access/file.c
22194
22195 * modules/access/file.c: more fixes ( thanks fenrir :) ).
22196
22197 ------------------------------------------------------------------------
22198 r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
22199 Changed paths:
22200    M /trunk/modules/access/file.c
22201
22202 * modules/access/file.c: couple of fixes for the file-cat mode.
22203
22204 ------------------------------------------------------------------------
22205 r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
22206 Changed paths:
22207    M /trunk/modules/access/vcdx/vcd.c
22208
22209 PBC is probably not an advanced option.
22210
22211
22212 ------------------------------------------------------------------------
22213 r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
22214 Changed paths:
22215    M /trunk/AUTHORS
22216
22217  * AUTHORS: skins and skins2 authors
22218
22219 ------------------------------------------------------------------------
22220 r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
22221 Changed paths:
22222    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22223    M /trunk/modules/gui/wxwindows/preferences_widgets.h
22224
22225  * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
22226    the wxwindows plugin
22227
22228 ------------------------------------------------------------------------
22229 r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
22230 Changed paths:
22231    M /trunk/modules/gui/skins2/src/generic_window.cpp
22232    M /trunk/modules/gui/skins2/src/generic_window.hpp
22233    M /trunk/modules/gui/skins2/src/top_window.cpp
22234    M /trunk/modules/gui/skins2/src/top_window.hpp
22235    M /trunk/modules/gui/skins2/src/vout_window.cpp
22236    M /trunk/modules/gui/skins2/src/vout_window.hpp
22237
22238   * all: the vout window now processes refresh events.
22239     It only displays a black rectangle at the moment but it could be
22240     any bitmap
22241
22242 ------------------------------------------------------------------------
22243 r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
22244 Changed paths:
22245    M /trunk/modules/gui/skins2/Modules.am
22246    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
22247    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
22248    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
22249    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
22250    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
22251    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
22252    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
22253    M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
22254    M /trunk/modules/gui/skins2/controls/ctrl_video.hpp
22255    M /trunk/modules/gui/skins2/parser/builder.cpp
22256    M /trunk/modules/gui/skins2/parser/interpreter.cpp
22257    M /trunk/modules/gui/skins2/src/generic_layout.cpp
22258    M /trunk/modules/gui/skins2/src/generic_layout.hpp
22259    M /trunk/modules/gui/skins2/src/generic_window.cpp
22260    M /trunk/modules/gui/skins2/src/generic_window.hpp
22261    M /trunk/modules/gui/skins2/src/theme.cpp
22262    M /trunk/modules/gui/skins2/src/theme.hpp
22263    A /trunk/modules/gui/skins2/src/top_window.cpp (from /trunk/modules/gui/skins2/src/generic_window.cpp:7071)
22264    A /trunk/modules/gui/skins2/src/top_window.hpp (from /trunk/modules/gui/skins2/src/generic_window.hpp:7071)
22265    M /trunk/modules/gui/skins2/src/vout_window.cpp
22266    M /trunk/modules/gui/skins2/src/vout_window.hpp
22267    M /trunk/modules/gui/skins2/src/window_manager.cpp
22268    M /trunk/modules/gui/skins2/src/window_manager.hpp
22269    M /trunk/modules/gui/skins2/theme/theme.xml
22270
22271   * all: split GenericWindow into GenericWindow (general interface for
22272   windows) and TopWindow (implementation for top-level windows)
22273
22274 ------------------------------------------------------------------------
22275 r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
22276 Changed paths:
22277    M /trunk/modules/gui/skins2/Modules.am
22278    A /trunk/modules/gui/skins2/controls/ctrl_video.cpp
22279    A /trunk/modules/gui/skins2/controls/ctrl_video.hpp
22280    M /trunk/modules/gui/skins2/parser/builder.cpp
22281    M /trunk/modules/gui/skins2/src/theme.cpp
22282    M /trunk/modules/gui/skins2/src/theme.hpp
22283    M /trunk/modules/gui/skins2/src/theme_loader.cpp
22284    M /trunk/modules/gui/skins2/theme/playlist_body3.png
22285    M /trunk/modules/gui/skins2/theme/theme.xml
22286    D /trunk/modules/gui/skins2/theme/vout.png
22287
22288   * all: the vout window is now managed by a resizable control
22289     (on-the-fly resize still doesn't work; the vout has to be re-opened)
22290
22291 ------------------------------------------------------------------------
22292 r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
22293 Changed paths:
22294    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
22295    M /trunk/modules/gui/skins2/win32/win32_window.cpp
22296    M /trunk/modules/gui/skins2/win32/win32_window.hpp
22297
22298  * skins2/win32/*: Embedded vout works on Windows too. It still
22299    segfaults when the mouse is moved above the video...
22300
22301 ------------------------------------------------------------------------
22302 r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
22303 Changed paths:
22304    M /trunk/modules/access/vcdx/vcdplayer.c
22305
22306 Syntax error for WIN32
22307
22308
22309 ------------------------------------------------------------------------
22310 r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
22311 Changed paths:
22312    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
22313
22314  * skins2/win32/win32_factory.cpp: compilation fix
22315
22316 ------------------------------------------------------------------------
22317 r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
22318 Changed paths:
22319    M /trunk/modules/gui/skins2/Modules.am
22320    M /trunk/modules/gui/skins2/parser/builder.cpp
22321    M /trunk/modules/gui/skins2/parser/builder.hpp
22322    M /trunk/modules/gui/skins2/parser/builder_data.def
22323    M /trunk/modules/gui/skins2/parser/builder_data.hpp
22324    M /trunk/modules/gui/skins2/parser/gen_builder.py
22325    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
22326    M /trunk/modules/gui/skins2/src/generic_window.cpp
22327    M /trunk/modules/gui/skins2/src/generic_window.hpp
22328    M /trunk/modules/gui/skins2/src/os_factory.hpp
22329    M /trunk/modules/gui/skins2/src/theme.cpp
22330    M /trunk/modules/gui/skins2/src/theme.hpp
22331    M /trunk/modules/gui/skins2/src/theme_loader.cpp
22332    A /trunk/modules/gui/skins2/src/vout_window.cpp
22333    A /trunk/modules/gui/skins2/src/vout_window.hpp
22334    M /trunk/modules/gui/skins2/theme/skin.dtd
22335    M /trunk/modules/gui/skins2/theme/theme.xml
22336    A /trunk/modules/gui/skins2/theme/vout.png
22337    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
22338    M /trunk/modules/gui/skins2/x11/x11_display.cpp
22339    M /trunk/modules/gui/skins2/x11/x11_display.hpp
22340    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
22341    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
22342    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
22343    M /trunk/modules/gui/skins2/x11/x11_window.cpp
22344    M /trunk/modules/gui/skins2/x11/x11_window.hpp
22345
22346   * all: first implementation of skinnable vouts (X11 only)
22347   - new "Video" element in the XML
22348   - of course it doesn't work if the vout is launched before
22349     the interface
22350   - known bugs:
22351      - no refresh of the area when there is no vout
22352      - BadDrawable X11 error at exit because the vout still uses
22353       a destroyed window
22354      - hardcoded size
22355
22356 ------------------------------------------------------------------------
22357 r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
22358 Changed paths:
22359    M /trunk/THANKS
22360
22361 * Added Andre Pong to THANKS
22362
22363 ------------------------------------------------------------------------
22364 r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
22365 Changed paths:
22366    M /trunk/modules/demux/ogg.c
22367
22368 * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
22369
22370 ------------------------------------------------------------------------
22371 r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
22372 Changed paths:
22373    M /trunk/THANKS
22374
22375 * Fixed a slew of missing people in THANKS 
22376   (Thank god for email archives)
22377
22378 ------------------------------------------------------------------------
22379 r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
22380 Changed paths:
22381    M /trunk/modules/packetizer/mpeg4video.c
22382
22383  * mpeg4video.c: better pts...
22384
22385 ------------------------------------------------------------------------
22386 r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
22387 Changed paths:
22388    M /trunk/src/playlist/playlist.c
22389
22390 removed unused variables
22391 ------------------------------------------------------------------------
22392 r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
22393 Changed paths:
22394    M /trunk/modules/packetizer/mpeg4video.c
22395
22396  * mpeg4video: more cludges (it should be rewritten to calculate true
22397 dts/pts ...)
22398
22399 ------------------------------------------------------------------------
22400 r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
22401 Changed paths:
22402    M /trunk/modules/control/telnet/telnet.c
22403
22404 * modules/control/telnet/telnet.c:
22405   - announce the port used by telnet in the messages
22406
22407 ------------------------------------------------------------------------
22408 r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
22409 Changed paths:
22410    M /trunk/modules/access/mms/mmsh.c
22411
22412  * mmsh: more fixes.
22413
22414 ------------------------------------------------------------------------
22415 r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
22416 Changed paths:
22417    M /trunk/modules/misc/qte_main.cpp
22418
22419 Removed some dead wood.
22420
22421 ------------------------------------------------------------------------
22422 r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
22423 Changed paths:
22424    M /trunk/modules/access/mms/asf.c
22425    M /trunk/modules/access/mms/asf.h
22426    M /trunk/modules/access/mms/mmsh.c
22427    M /trunk/modules/access/mms/mmsh.h
22428
22429  * asf: fixed unintialised variable, cleaned up some stuffs.
22430  * mmsh: big rework of the mmsh module.
22431
22432 ------------------------------------------------------------------------
22433 r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
22434 Changed paths:
22435    M /trunk/modules/mux/mpeg/pes.c
22436    M /trunk/modules/mux/mpeg/ts.c
22437
22438  * ts: for MSCODEC in TS, set pts == dts when pts <= 0.
22439  (The problem is that if pts is always 0, no time information
22440  will be written, making stream unplayable).
22441
22442  * pes: cosmetics.
22443
22444 ------------------------------------------------------------------------
22445 r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
22446 Changed paths:
22447    M /trunk/src/misc/block.c
22448
22449  * block.c: fixed block realloc.
22450
22451 ------------------------------------------------------------------------
22452 r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
22453 Changed paths:
22454    M /trunk/src/playlist/item-ext.c
22455
22456 * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
22457
22458 ------------------------------------------------------------------------
22459 r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
22460 Changed paths:
22461    M /trunk/modules/video_output/directx/events.c
22462
22463 * modules/video_output/directx/events.c:
22464    + patch to forward unhandled messages to owner window (Courtesy of Markus Kern).
22465    + modification to the patch to play well with the mozilla plugin.
22466
22467 ------------------------------------------------------------------------
22468 r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
22469 Changed paths:
22470    M /trunk/modules/demux/mp4/mp4.c
22471
22472 * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
22473
22474 ------------------------------------------------------------------------
22475 r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
22476 Changed paths:
22477    M /trunk/ipkg/rules.gpe
22478    M /trunk/ipkg/rules.opie
22479    M /trunk/ipkg/rules.zaurus
22480
22481 Cleanup old scripts
22482 ------------------------------------------------------------------------
22483 r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
22484 Changed paths:
22485    M /trunk/configure.ac
22486
22487 One less change to make this work on Darwin.
22488
22489
22490 ------------------------------------------------------------------------
22491 r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
22492 Changed paths:
22493    M /trunk/modules/access/vcdx/vcdplayer.c
22494
22495 more WIN32 changes.
22496
22497
22498 ------------------------------------------------------------------------
22499 r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
22500 Changed paths:
22501    M /trunk/include/vlc_keys.h
22502    M /trunk/modules/gui/skins2/src/generic_window.cpp
22503    M /trunk/modules/gui/skins2/src/generic_window.hpp
22504    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22505    M /trunk/modules/video_output/directx/events.c
22506
22507  * include/vlc_keys.h: mouse wheel events now considered as hotkeys
22508  * modules/video_output/directx/events.c: mouse wheel support
22509  * modules/gui/skins2/src/generic_window.cpp: mouse wheel events are
22510    treated as hotkeys, but only if they are not intercepted by a control
22511    (such as a slider)
22512
22513 ------------------------------------------------------------------------
22514 r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
22515 Changed paths:
22516    M /trunk/src/misc/block.c
22517
22518  * block: a little pre header + padding.
22519
22520 ------------------------------------------------------------------------
22521 r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
22522 Changed paths:
22523    M /trunk/modules/mux/asf.c
22524    M /trunk/modules/mux/avi.c
22525    M /trunk/modules/mux/dummy.c
22526    M /trunk/modules/mux/mp4.c
22527    M /trunk/modules/mux/mpeg/pes.c
22528    M /trunk/modules/mux/mpeg/pes.h
22529    M /trunk/modules/mux/mpeg/ps.c
22530    M /trunk/modules/mux/mpeg/ts.c
22531    M /trunk/modules/mux/ogg.c
22532
22533  * mux: sout_buffer_t -> block_t.
22534
22535 ------------------------------------------------------------------------
22536 r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
22537 Changed paths:
22538    M /trunk/modules/stream_out/display.c
22539    M /trunk/modules/stream_out/dummy.c
22540    M /trunk/modules/stream_out/duplicate.c
22541    M /trunk/modules/stream_out/es.c
22542    M /trunk/modules/stream_out/gather.c
22543    M /trunk/modules/stream_out/rtp.c
22544    M /trunk/modules/stream_out/standard.c
22545    M /trunk/modules/stream_out/transcode.c
22546    M /trunk/modules/stream_out/transrate/frame.c
22547    M /trunk/modules/stream_out/transrate/transrate.c
22548    M /trunk/modules/stream_out/transrate/transrate.h
22549
22550  * stream_out: sout_buffer_t -> block_t.
22551
22552 ------------------------------------------------------------------------
22553 r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
22554 Changed paths:
22555    M /trunk/modules/access_output/dummy.c
22556    M /trunk/modules/access_output/file.c
22557    M /trunk/modules/access_output/http.c
22558    M /trunk/modules/access_output/udp.c
22559
22560  * access_output: sout_buffer_t -> block_t.
22561
22562 ------------------------------------------------------------------------
22563 r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
22564 Changed paths:
22565    M /trunk/src/stream_output/stream_output.c
22566
22567  * stream_output: sout_buffer_t -> block_t.
22568
22569 ------------------------------------------------------------------------
22570 r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
22571 Changed paths:
22572    M /trunk/src/input/input_dec.c
22573
22574  * input_dec: sout uses block_t.
22575
22576 ------------------------------------------------------------------------
22577 r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
22578 Changed paths:
22579    M /trunk/include/stream_output.h
22580    M /trunk/include/vlc_block.h
22581    M /trunk/include/vlc_common.h
22582
22583  * stream_output.h: removed sout_buffer_t and use block_t instead.
22584
22585 ------------------------------------------------------------------------
22586 r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
22587 Changed paths:
22588    M /trunk/src/input/input_ext-plugins.c
22589    M /trunk/src/input/stream.c
22590
22591 * input/input_ext-plugins.c:
22592    + access plugins are allowed to return less data than requested (mtu size) so we need to make sure input_Peek()/input_SplitBuffer() will still return the required amount of data.
22593 * input/stream.c:
22594    + optimized stream_Read().
22595
22596 ------------------------------------------------------------------------
22597 r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
22598 Changed paths:
22599    M /trunk/include/vlc_meta.h
22600    M /trunk/modules/demux/mp4/libmp4.c
22601    M /trunk/modules/demux/mp4/libmp4.h
22602    M /trunk/modules/demux/mp4/mp4.c
22603    M /trunk/src/input/input.c
22604    M /trunk/src/libvlc.h
22605
22606 * src/libvlc.h, src/input/input.c:
22607    + added --meta-title/author/artist/genre/copyright/description/date/url config options.
22608      This allows the user to specify/override metadata information for an input.
22609
22610 * include/vlc_meta.h:
22611    + vlc_meta_Merge( dest, src ) helper function.
22612
22613 * modules/demux/mp4/*:
22614    + Fixed a couple of mem-leaks.
22615    + Support for "description" metadata.
22616
22617
22618 ------------------------------------------------------------------------
22619 r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
22620 Changed paths:
22621    M /trunk/configure.ac
22622
22623 -lwinmm is needed for -mno-cygwin and cddax vcdx. I believe this is
22624  the right way to add. Someone understanding configure.ac (and cygwin)
22625  should doublecheck.
22626
22627
22628 ------------------------------------------------------------------------
22629 r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
22630 Changed paths:
22631    M /trunk/configure.ac
22632
22633 libcdio and libvcdinfo can use stdbool.h
22634
22635
22636 ------------------------------------------------------------------------
22637 r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
22638 Changed paths:
22639    M /trunk/modules/access/vcdx/vcdplayer.c
22640
22641 Change to facilitate compiling -mno-cygwin on cygwin and possibly other 
22642 OS builds.
22643
22644
22645 ------------------------------------------------------------------------
22646 r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
22647 Changed paths:
22648    M /trunk/modules/access/cdda
22649
22650 * modules/access/cdda: proper svn:ignore
22651
22652 ------------------------------------------------------------------------
22653 r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
22654 Changed paths:
22655    M /trunk/modules/access/vcdx/access.c
22656
22657 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
22658 ------------------------------------------------------------------------
22659 r7034 | rocky | 2004-03-11 09:00:34 +0100 (Thu, 11 Mar 2004) | 1 line
22660 Changed paths:
22661    M /trunk/modules/access/cdda/access.c
22662
22663 Use memset, not bzero. Helps with -mno-cygwin (and possibly others).
22664 ------------------------------------------------------------------------
22665 r7033 | gbazin | 2004-03-11 08:59:05 +0100 (Thu, 11 Mar 2004) | 2 lines
22666 Changed paths:
22667    M /trunk/modules/mux/mp4.c
22668
22669 * modules/mux/mp4.c: support for a few more user data atoms.
22670
22671 ------------------------------------------------------------------------
22672 r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
22673 Changed paths:
22674    M /trunk/modules/control/telnet/Modules.am
22675
22676 modules/control/telnet/Modules.am:
22677  * added vlm.h to sources. Should put it in the daily snapshots.
22678
22679 ------------------------------------------------------------------------
22680 r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
22681 Changed paths:
22682    M /trunk/modules/mux/mp4.c
22683
22684  * mp4.c: more udta informations (title, author, artists).
22685
22686 ------------------------------------------------------------------------
22687 r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
22688 Changed paths:
22689    M /trunk/src/stream_output/stream_output.c
22690
22691  * stream_output.c: delete meta informations after the stream out chain.
22692
22693 ------------------------------------------------------------------------
22694 r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
22695 Changed paths:
22696    M /trunk/modules/demux/mp4/libmp4.c
22697    M /trunk/modules/demux/mp4/libmp4.h
22698    M /trunk/modules/demux/mp4/mp4.c
22699
22700  * mp4: added partial support for udta meta data.
22701
22702 ------------------------------------------------------------------------
22703 r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
22704 Changed paths:
22705    M /trunk/src/input/input.c
22706    M /trunk/src/stream_output/stream_output.c
22707
22708  * input, stream_output: handle sout_instance_t->p_meta.
22709
22710 ------------------------------------------------------------------------
22711 r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
22712 Changed paths:
22713    M /trunk/include/stream_output.h
22714    M /trunk/include/vlc_common.h
22715    M /trunk/include/vlc_meta.h
22716
22717  * stream_output.h: added a vlc_meta_t field to sout_instance_t,
22718  this way meta data will be available for stream_outs and muxers.
22719  The only 'problem' is that it will be available for sure only after
22720  that the first data packet is received by the stream output.
22721
22722 ------------------------------------------------------------------------
22723 r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
22724 Changed paths:
22725    M /trunk/src/misc/httpd.c
22726
22727  * httpd: fixed a big mem leak for http streaming.
22728
22729 ------------------------------------------------------------------------
22730 r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
22731 Changed paths:
22732    M /trunk/modules/access/file.c
22733
22734 * modules/access/file.c:
22735    + implemented a --file-cat config option that accepts a coma separated list of file names.
22736      This option allows opening splitted files as a single (concatenated) input.
22737
22738 ------------------------------------------------------------------------
22739 r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
22740 Changed paths:
22741    M /trunk/INSTALL.win32
22742
22743 * INSTALL.win32: added a section about the "make package-win32" rules.
22744
22745 ------------------------------------------------------------------------
22746 r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
22747 Changed paths:
22748    M /trunk/include/input_ext-plugins.h
22749    M /trunk/modules/stream_out/display.c
22750
22751  * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder.
22752  * modules/stream_out/display.c: use input_RunDecoder/input_EndDecoder
22753  (fixed dead lock and no more duplicated stream in audio/video menu).
22754
22755
22756 ------------------------------------------------------------------------
22757 r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
22758 Changed paths:
22759    M /trunk/include/vlc_common.h
22760    M /trunk/modules/access_output/http.c
22761    M /trunk/src/misc/httpd.c
22762
22763 * include/vlc_common.h: free tab if empty in TAB_REMOVE().
22764 * src/misc/httpd.c: fixed a few memory leaks and coding style changes.
22765 * modules/access_output/http.c: a few coding style changes.
22766
22767 ------------------------------------------------------------------------
22768 r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
22769 Changed paths:
22770    D /trunk/ipkg/rules
22771    A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
22772
22773 Renaming rules to rules.gpe
22774 ------------------------------------------------------------------------
22775 r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
22776 Changed paths:
22777    M /trunk/ipkg/Makefile.am
22778    D /trunk/ipkg/rules.gpe
22779
22780 Removing old cruft.
22781 ------------------------------------------------------------------------
22782 r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
22783 Changed paths:
22784    M /trunk/configure.ac
22785    M /trunk/modules/control/telnet/vlm.c
22786
22787 * configure.ac: the telnet module needs -lws2_32 on win32.
22788 * modules/control/telnet/vlm.c: include <time.h>.
22789
22790 ------------------------------------------------------------------------
22791 r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
22792 Changed paths:
22793    M /trunk/modules/video_output/directx/directx.c
22794    M /trunk/modules/video_output/directx/events.c
22795    M /trunk/modules/video_output/directx/vout.h
22796
22797 * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
22798
22799 ------------------------------------------------------------------------
22800 r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
22801 Changed paths:
22802    M /trunk/src/misc/net.c
22803
22804 * src/misc/net.c: fixes a few corner cases. 
22805
22806 ------------------------------------------------------------------------
22807 r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
22808 Changed paths:
22809    M /trunk/src/misc/httpd.c
22810
22811 * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
22812
22813 ------------------------------------------------------------------------
22814 r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
22815 Changed paths:
22816    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
22817    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
22818    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
22819    M /trunk/modules/gui/macosx/playlist.h
22820    M /trunk/modules/gui/macosx/playlist.m
22821    M /trunk/modules/gui/macosx/vout.m
22822
22823                                                                                                                              
22824 - *.nib, playlist.*
22825
22826 begining of playlist item propieties box (only modification of uro, name and autt
22827 hor at this time)
22828
22829 - vout.m : remove an unused variable
22830
22831
22832 ------------------------------------------------------------------------
22833 r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
22834 Changed paths:
22835    M /trunk/modules/codec/ffmpeg/demux.c
22836    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22837    M /trunk/modules/codec/ffmpeg/ffmpeg.h
22838    M /trunk/modules/codec/ffmpeg/video.c
22839
22840 * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
22841
22842 ------------------------------------------------------------------------
22843 r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
22844 Changed paths:
22845    M /trunk/configure.ac
22846    M /trunk/modules/control/telnet/vlm.c
22847
22848 * configure.ac: check for localtime_r().
22849 * modules/control/telnet/vlm.c: portability fixes.
22850
22851 ------------------------------------------------------------------------
22852 r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
22853 Changed paths:
22854    A /trunk/doc/vlm.txt
22855
22856  * a little VLM documentation. It may be hard to understand, so I'm
22857    waiting for suggestions.
22858
22859 ------------------------------------------------------------------------
22860 r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
22861 Changed paths:
22862    M /trunk/modules/access
22863    M /trunk/modules/access/dshow
22864    M /trunk/modules/access/dvb
22865    M /trunk/modules/access/dvd
22866    M /trunk/modules/access/dvdplay
22867    M /trunk/modules/access/dvdread
22868    M /trunk/modules/access/mms
22869    M /trunk/modules/access/pvr
22870    M /trunk/modules/access/satellite
22871    M /trunk/modules/access/v4l
22872    M /trunk/modules/access/vcd
22873    M /trunk/modules/access_output
22874    M /trunk/modules/audio_filter
22875    M /trunk/modules/audio_filter/channel_mixer
22876    M /trunk/modules/audio_filter/converter
22877    M /trunk/modules/audio_filter/resampler
22878    M /trunk/modules/audio_mixer
22879    M /trunk/modules/audio_output
22880    M /trunk/modules/codec
22881    M /trunk/modules/codec/ffmpeg
22882    M /trunk/modules/codec/ffmpeg/postprocessing
22883    M /trunk/modules/codec/ogt
22884    M /trunk/modules/codec/spudec
22885    M /trunk/modules/control
22886    M /trunk/modules/control/corba
22887    M /trunk/modules/control/telnet
22888    M /trunk/modules/demux
22889    M /trunk/modules/demux/asf
22890    M /trunk/modules/demux/avi
22891    M /trunk/modules/demux/mp4
22892    M /trunk/modules/demux/mpeg
22893    M /trunk/modules/demux/playlist
22894    M /trunk/modules/demux/util
22895    M /trunk/modules/gui
22896    M /trunk/modules/gui/beos
22897    M /trunk/modules/gui/gtk
22898    M /trunk/modules/gui/gtk2
22899    M /trunk/modules/gui/kde
22900    M /trunk/modules/gui/macosx
22901    M /trunk/modules/gui/ncurses
22902    M /trunk/modules/gui/pda
22903    M /trunk/modules/gui/qnx
22904    M /trunk/modules/gui/qt
22905    M /trunk/modules/gui/skins
22906    M /trunk/modules/gui/skins/controls
22907    M /trunk/modules/gui/skins/parser
22908    M /trunk/modules/gui/skins/src
22909    M /trunk/modules/gui/skins/win32
22910    M /trunk/modules/gui/skins/x11
22911    M /trunk/modules/gui/skins2
22912    M /trunk/modules/gui/wxwindows
22913    M /trunk/modules/misc
22914    M /trunk/modules/misc/dummy
22915    M /trunk/modules/misc/memcpy
22916    M /trunk/modules/misc/network
22917    M /trunk/modules/misc/playlist
22918    M /trunk/modules/misc/testsuite
22919    M /trunk/modules/mux
22920    M /trunk/modules/mux/mpeg
22921    M /trunk/modules/packetizer
22922    M /trunk/modules/stream_out
22923    M /trunk/modules/stream_out/transrate
22924    M /trunk/modules/video_chroma
22925    M /trunk/modules/video_filter
22926    M /trunk/modules/video_output
22927    M /trunk/modules/video_output/directx
22928    M /trunk/modules/video_output/qte
22929    M /trunk/modules/video_output/x11
22930    M /trunk/modules/visualization
22931    M /trunk/modules/visualization/visual
22932    M /trunk/mozilla
22933
22934   * Added '*.a' to the svn:ignore properties.
22935
22936 ------------------------------------------------------------------------
22937 r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
22938 Changed paths:
22939    M /trunk/INSTALL.win32
22940
22941 Yet another spelling correction
22942 ------------------------------------------------------------------------
22943 r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
22944 Changed paths:
22945    M /trunk/INSTALL.win32
22946
22947 Update MinGW release number
22948 ------------------------------------------------------------------------
22949 r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
22950 Changed paths:
22951    M /trunk/INSTALL.win32
22952
22953 Some small spelling errors and clarification based on recent events.
22954 ------------------------------------------------------------------------
22955 r7007 | gbazin | 2004-03-07 23:34:22 +0100 (Sun, 07 Mar 2004) | 7 lines
22956 Changed paths:
22957    M /trunk/include/vlc_codec.h
22958    M /trunk/include/vlc_es.h
22959    M /trunk/modules/codec/faad.c
22960    M /trunk/modules/codec/ffmpeg/ffmpeg.c
22961    M /trunk/modules/demux/ps.h
22962    M /trunk/modules/demux/ts.c
22963    M /trunk/src/input/es_out.c
22964    M /trunk/src/input/input_dec.c
22965    M /trunk/src/input/input_programs.c
22966
22967 * include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
22968 * include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
22969 * modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
22970 * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
22971 * src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
22972 * src/input/es_out.c: removed useless stuff.
22973
22974 ------------------------------------------------------------------------
22975 r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
22976 Changed paths:
22977    M /trunk/modules/mux/mp4.c
22978
22979  * mp4.c: added support for SVQ1.
22980
22981 ------------------------------------------------------------------------
22982 r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
22983 Changed paths:
22984    M /trunk/modules/gui/skins2/Modules.am
22985    M /trunk/modules/gui/skins2/src/vlcproc.cpp
22986    M /trunk/modules/gui/skins2/src/vlcproc.hpp
22987    M /trunk/modules/gui/skins2/utils/var_text.cpp
22988    A /trunk/modules/gui/skins2/vars/stream.cpp
22989    A /trunk/modules/gui/skins2/vars/stream.hpp
22990
22991  * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
22992
22993 ------------------------------------------------------------------------
22994 r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
22995 Changed paths:
22996    M /trunk/ChangeLog
22997    M /trunk/doc/ChangeLog-1999
22998    M /trunk/doc/ChangeLog-2000
22999    M /trunk/doc/ChangeLog-2001
23000    M /trunk/doc/ChangeLog-2002
23001    M /trunk/doc/ChangeLog-2003
23002    M /trunk/toolbox
23003
23004   * toolbox:
23005     + Removed --changelog from the help message.
23006     + Output a warning asking to use "svn log" when --changelog is called.
23007   * Regenerated SVN changelogs.
23008
23009 ------------------------------------------------------------------------
23010 r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
23011 Changed paths:
23012    M /trunk/modules/mux/mp4.c
23013
23014  * mp4.c: - accept adding ES at any time
23015           - proper implementation of starting time (edts/elst).
23016
23017
23018 ------------------------------------------------------------------------
23019 r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
23020 Changed paths:
23021    M /trunk/modules/access/cdda/access.c
23022    M /trunk/modules/access/vcdx/access.c
23023
23024 More printf lint for cygwin (and possibly others)
23025
23026
23027 ------------------------------------------------------------------------
23028 r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
23029 Changed paths:
23030    M /trunk/modules/stream_out/transcode.c
23031
23032  * transcode: downmixing to 1 and 2 channels now really mixes the input
23033 channels. (Badly done but it gives some results ;)
23034
23035 ------------------------------------------------------------------------
23036 r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
23037 Changed paths:
23038    M /trunk/modules/stream_out/transcode.c
23039
23040 * transcode: report the right number of channels (a52 -> mpga).
23041
23042
23043 ------------------------------------------------------------------------
23044 r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
23045 Changed paths:
23046    M /trunk/modules/control/http.c
23047    M /trunk/share/http/index.html
23048
23049
23050 ------------------------------------------------------------------------
23051 r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
23052 Changed paths:
23053    M /trunk/modules/access/vcdx/access.c
23054
23055 printf lint changes for cygwin.
23056
23057
23058 ------------------------------------------------------------------------
23059 r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
23060 Changed paths:
23061    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
23062
23063   * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
23064
23065 ------------------------------------------------------------------------
23066 r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
23067 Changed paths:
23068    M /trunk/modules/gui/skins2/parser/builder.cpp
23069    M /trunk/modules/gui/skins2/utils/var_text.cpp
23070    M /trunk/modules/gui/skins2/vars/time.cpp
23071    M /trunk/modules/gui/skins2/vars/time.hpp
23072
23073  * skins2/parser/builder.cpp: check Font::init()'s return value
23074  * skins/utils/var_text.cpp: added $D (duration) and $L (time left) variables
23075
23076 ------------------------------------------------------------------------
23077 r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
23078 Changed paths:
23079    M /trunk/modules/gui/skins2/parser/builder.cpp
23080    M /trunk/modules/gui/skins2/src/generic_window.cpp
23081    M /trunk/modules/gui/skins2/src/generic_window.hpp
23082    M /trunk/modules/gui/skins2/src/window_manager.cpp
23083    M /trunk/modules/gui/skins2/src/window_manager.hpp
23084
23085   * all: the tooltip window is now managed by the window manager, not
23086   by the generic windows
23087
23088 ------------------------------------------------------------------------
23089 r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
23090 Changed paths:
23091    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
23092    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
23093    M /trunk/modules/gui/skins2/src/ft2_font.cpp
23094    M /trunk/modules/gui/skins2/src/tooltip.cpp
23095
23096   * src/ft2_font.cpp: initialize some members to avoid a segfault in the
23097     destructor when the font cannot be opened. drawString() now returns
23098     NULL if the initialization failed.
23099   * all: check if drawString() returns NULL
23100
23101 ------------------------------------------------------------------------
23102 r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
23103 Changed paths:
23104    M /trunk/modules/mux/mp4.c
23105
23106  * mp4.c: * follow guidelines for box order in stbl.
23107           * set language if present.
23108
23109 ------------------------------------------------------------------------
23110 r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
23111 Changed paths:
23112    M /trunk/modules/mux/mp4.c
23113
23114  * mp4: really fixed stts table (and no more drift), added stss table
23115 (key frames).
23116
23117 ------------------------------------------------------------------------
23118 r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
23119 Changed paths:
23120    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
23121    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
23122    M /trunk/modules/gui/skins2/parser/interpreter.cpp
23123    M /trunk/modules/gui/skins2/src/generic_window.cpp
23124    M /trunk/modules/gui/skins2/src/window_manager.cpp
23125    M /trunk/modules/gui/skins2/src/window_manager.hpp
23126
23127  * skins2/*: - show/hide do not bypass the window manager anymore
23128              - transformed some pointers into references
23129
23130 ------------------------------------------------------------------------
23131 r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
23132 Changed paths:
23133    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
23134
23135   * png_bitmap.cpp: fixed the transparency
23136
23137 ------------------------------------------------------------------------
23138 r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
23139 Changed paths:
23140    M /trunk/modules/demux/avi/avi.c
23141
23142  * avi.c: set frame type.
23143
23144 ------------------------------------------------------------------------
23145 r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
23146 Changed paths:
23147    M /trunk/modules/packetizer/mpeg4video.c
23148
23149  * mpeg4video: set frame type (I,P,B).
23150
23151 ------------------------------------------------------------------------
23152 r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
23153 Changed paths:
23154    M /trunk/modules/mux/mp4.c
23155
23156  * mp4.c: fixed audio/video synchro. Better length table calculation (I
23157 hope).
23158
23159 ------------------------------------------------------------------------
23160 r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
23161 Changed paths:
23162    M /trunk/modules/stream_out/transcode.c
23163
23164 * transcode.c: another fix to avoid 1st frame without pts.
23165
23166 ------------------------------------------------------------------------
23167 r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
23168 Changed paths:
23169    M /trunk/modules/stream_out/transcode.c
23170
23171 * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
23172
23173 ------------------------------------------------------------------------
23174 r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
23175 Changed paths:
23176    M /trunk/modules/gui/skins2/src/generic_window.cpp
23177    M /trunk/modules/gui/skins2/src/generic_window.hpp
23178    M /trunk/modules/gui/skins2/src/os_window.hpp
23179    M /trunk/modules/gui/skins2/src/theme_loader.cpp
23180    M /trunk/modules/gui/skins2/src/window_manager.cpp
23181    M /trunk/modules/gui/skins2/src/window_manager.hpp
23182    M /trunk/modules/gui/skins2/win32/win32_window.cpp
23183    M /trunk/modules/gui/skins2/win32/win32_window.hpp
23184    M /trunk/modules/gui/skins2/x11/x11_window.cpp
23185    M /trunk/modules/gui/skins2/x11/x11_window.hpp
23186
23187  * skins2/src/os_window.hpp: added some 'const' keywords
23188  * skins2/src/theme_loader.cpp: do not anchor windows _before_ restoring their
23189         previous configuration...
23190  * skins2/src/window_manager.cpp: fix for non-anchoring of invisible windows
23191
23192 ------------------------------------------------------------------------
23193 r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
23194 Changed paths:
23195    M /trunk/modules/packetizer/copy.c
23196    M /trunk/modules/stream_out/transcode.c
23197    M /trunk/src/input/input_dec.c
23198
23199 * src/input/input_dec.c: fix for input_EndDecoder() when using the async mode.
23200 * modules/packetizer/copy.c: better not send pts instead of invalid ones.
23201 * modules/stream_out/transcode.c: when no pts, use dts wherever possible (low delay / b frame).
23202
23203 ------------------------------------------------------------------------
23204 r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
23205 Changed paths:
23206    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
23207
23208    * src/png_bitmap.cpp: support for transparent PNGs
23209
23210 ------------------------------------------------------------------------
23211 r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
23212 Changed paths:
23213    M /trunk/modules/video_filter/deinterlace.c
23214
23215 Fix include path
23216
23217 ------------------------------------------------------------------------
23218 r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
23219 Changed paths:
23220    M /trunk/modules/stream_out/display.c
23221    M /trunk/modules/stream_out/rtp.c
23222
23223  * rtp, display: update p_sout->i_out_pace_nocontrol.
23224
23225 ------------------------------------------------------------------------
23226 r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
23227 Changed paths:
23228    M /trunk/modules/access_output/http.c
23229    M /trunk/modules/access_output/udp.c
23230
23231  * http, udp: update p_sout->i_out_pace_nocontrol.
23232
23233 ------------------------------------------------------------------------
23234 r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
23235 Changed paths:
23236    M /trunk/src/input/input.c
23237    M /trunk/src/input/input_clock.c
23238    M /trunk/src/input/input_dec.c
23239    M /trunk/src/stream_output/stream_output.c
23240
23241  * all: implemented sout asynch support. (ie sout will try to work at
23242 the maximum speed if the output can control the pace)
23243
23244 ------------------------------------------------------------------------
23245 r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
23246 Changed paths:
23247    M /trunk/include/input_ext-intf.h
23248    M /trunk/include/stream_output.h
23249
23250  * all: added two variables needed for asynch sout.
23251
23252 ------------------------------------------------------------------------
23253 r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
23254 Changed paths:
23255    M /trunk/modules/gui/skins2/parser/builder.cpp
23256    M /trunk/modules/gui/skins2/parser/builder_data.def
23257    M /trunk/modules/gui/skins2/parser/builder_data.hpp
23258    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
23259    M /trunk/modules/gui/skins2/src/generic_window.cpp
23260    M /trunk/modules/gui/skins2/theme/skin.dtd
23261    M /trunk/modules/gui/skins2/theme/theme.xml
23262
23263  * skins2/src/generic_window.cpp: avoid crashing on Ctrl+S when there
23264         is no dialog provider
23265  * skins/*: renamed 'onclick' attribute to 'action', to be coherent with
23266         other controls
23267
23268 ------------------------------------------------------------------------
23269 r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
23270 Changed paths:
23271    M /trunk/modules/codec/ffmpeg/encoder.c
23272
23273 * modules/codec/ffmpeg/encoder.c:
23274    + libavcodec now interpolates the pts if you feed it with a frame with AV_NOPTS_VALUE. Make sure we handle that correctly.
23275
23276 ------------------------------------------------------------------------
23277 r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
23278 Changed paths:
23279    M /trunk/configure.ac
23280    M /trunk/modules/control/Modules.am
23281    D /trunk/modules/control/lirc
23282    A /trunk/modules/control/lirc.c (from /trunk/modules/control/lirc/lirc.c:6959)
23283    D /trunk/modules/control/rc
23284    A /trunk/modules/control/rc.c (from /trunk/modules/control/rc/rc.c:6970)
23285    M /trunk/modules/misc/Modules.am
23286    D /trunk/modules/misc/logger
23287    A /trunk/modules/misc/logger.c (from /trunk/modules/misc/logger/logger.c:6970)
23288    M /trunk/modules/video_filter/Modules.am
23289    D /trunk/modules/video_filter/deinterlace
23290    A /trunk/modules/video_filter/deinterlace.c (from /trunk/modules/video_filter/deinterlace/deinterlace.c:6970)
23291    M /trunk/modules/video_output/Modules.am
23292    D /trunk/modules/video_output/mga
23293    A /trunk/modules/video_output/mga.c (from /trunk/modules/video_output/mga/mga.c:6970)
23294    M /trunk/modules/visualization/Modules.am
23295    D /trunk/modules/visualization/scope
23296    D /trunk/modules/visualization/xosd
23297    A /trunk/modules/visualization/xosd.c (from /trunk/modules/visualization/xosd/xosd.c:6970)
23298
23299 * Remove directories with only one source file inside
23300 * Drop the old scope plugin (not ported to aout3)
23301
23302
23303 ------------------------------------------------------------------------
23304 r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
23305 Changed paths:
23306    M /trunk/modules/mux/mp4.c
23307
23308  * mp4: fixed SVQ3 in .mov
23309
23310 ------------------------------------------------------------------------
23311 r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
23312 Changed paths:
23313    M /trunk/modules/control/telnet
23314
23315 * modules/control/telnet: added missing svn:ignore property.
23316
23317 ------------------------------------------------------------------------
23318 r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
23319 Changed paths:
23320    M /trunk/modules/mux/mp4.c
23321
23322  * mp4.c: for mp3 in mp4a we need an ESDS.
23323
23324
23325 ------------------------------------------------------------------------
23326 r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
23327 Changed paths:
23328    M /trunk/modules/stream_out/transcode.c
23329
23330  * transcode.c: fixed SVQ3 transcoding.
23331
23332 ------------------------------------------------------------------------
23333 r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
23334 Changed paths:
23335    M /trunk/src/misc/httpd.c
23336
23337  * httpd: fixed handling of 'Connection: '.
23338
23339 ------------------------------------------------------------------------
23340 r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
23341 Changed paths:
23342    M /trunk/src/input/input.c
23343    M /trunk/src/libvlc.h
23344
23345  * input/input.c, libvlc.h: implemented new way to break vlc preferences :
23346  start-time and stop-time (both given in second) ;)
23347  
23348  Becarefull that it won't work with all files because of missing/wrong
23349  media length (ex: ts, broken avi, ...) or the fact that the headers
23350  will not be read (ex: mpeg1 ps, perhaps ogg, ...)
23351
23352
23353 ------------------------------------------------------------------------
23354 r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
23355 Changed paths:
23356    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
23357    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
23358    M /trunk/modules/gui/skins2/src/os_factory.hpp
23359    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23360    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
23361    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
23362
23363  * skins2/*: Change mouse cursor above a Resize control (win32 only)
23364
23365 ------------------------------------------------------------------------
23366 r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
23367 Changed paths:
23368    M /trunk/modules/access/directory.c
23369    M /trunk/modules/access/dvb/qpsk.c
23370    M /trunk/modules/codec/ffmpeg/ffmpeg.h
23371    M /trunk/modules/control/ntservice.c
23372    M /trunk/modules/demux/livedotcom.cpp
23373    M /trunk/modules/demux/mod.c
23374    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23375    M /trunk/modules/gui/pda/pda_interface.c
23376    M /trunk/modules/gui/wxwindows/open.cpp
23377    M /trunk/modules/gui/wxwindows/v4l.cpp
23378    M /trunk/modules/misc/sap.c
23379    M /trunk/src/libvlc.h
23380
23381 String review, as promised :)
23382
23383 Found and fixed:
23384 - some untranslated macros
23385 - some acronyms which were not in capital letters
23386 - a couple of VLC Media Player (_m_edia _p_layer, now)
23387 - typos here and there
23388 - dots missing in some of the long texts
23389 - spaces before ? and :, which is correct in french but not in english :)
23390 - NT services are now called Windows Services
23391
23392
23393 ------------------------------------------------------------------------
23394 r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
23395 Changed paths:
23396    M /trunk/include/modules.h
23397    M /trunk/modules/demux/demux2.c
23398
23399  * include/modules.h: increased numbers of shorcuts
23400  * modules/demux/demux2.c: added all audio demuxer shortcuts.
23401
23402
23403 ------------------------------------------------------------------------
23404 r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
23405 Changed paths:
23406    M /trunk
23407    D /trunk/.cvsignore
23408    M /trunk/AUTHORS
23409    M /trunk/HACKING
23410    M /trunk/INSTALL
23411    M /trunk/INSTALL.win32
23412    M /trunk/MAINTAINERS
23413    M /trunk/NEWS
23414    M /trunk/README
23415    M /trunk/README.MacOSX.rtf
23416    M /trunk/THANKS
23417    M /trunk/autotools
23418    D /trunk/autotools/.cvsignore
23419    M /trunk/bootstrap
23420    M /trunk/configure.ac
23421    M /trunk/debian
23422    D /trunk/debian/.cvsignore
23423    M /trunk/debian/README.Debian
23424    M /trunk/debian/rules
23425    M /trunk/doc
23426    D /trunk/doc/.cvsignore
23427    M /trunk/doc/ChangeLog-2001
23428    M /trunk/doc/developer
23429    D /trunk/doc/developer/.cvsignore
23430    M /trunk/doc/developer/configure.ac
23431    M /trunk/doc/developer/manual.xml
23432    M /trunk/doc/developer/manual.xml.in
23433    M /trunk/doc/intf-cdda.txt
23434    M /trunk/doc/intf-vcd.txt
23435    M /trunk/doc/subtitles/cvd-subtitles.txt
23436    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
23437    M /trunk/doc/translations.txt
23438    M /trunk/doc/web-streaming.html
23439    M /trunk/evc
23440    D /trunk/evc/.cvsignore
23441    M /trunk/evc/vlc.c
23442    M /trunk/extras/MacOSX
23443    D /trunk/extras/MacOSX/.cvsignore
23444    M /trunk/extras/MacOSX/Resources/English.lproj
23445    D /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore
23446    M /trunk/extras/MacOSX/vlc.pbproj
23447    D /trunk/extras/MacOSX/vlc.pbproj/.cvsignore
23448    M /trunk/extras/contrib
23449    D /trunk/extras/contrib/.cvsignore
23450    M /trunk/extras/contrib/Makefile
23451    M /trunk/extras/contrib/bootstrap
23452    M /trunk/extras/contrib/change_prefix.sh
23453    M /trunk/extras/contrib/src
23454    D /trunk/extras/contrib/src/.cvsignore
23455    M /trunk/extras/contrib/src/Makefile
23456    M /trunk/extras/contrib/src/packages.mak
23457    M /trunk/include
23458    D /trunk/include/.cvsignore
23459    M /trunk/include/aout_internal.h
23460    M /trunk/include/audio_output.h
23461    M /trunk/include/beos_specific.h
23462    M /trunk/include/charset.h
23463    M /trunk/include/codecs.h
23464    M /trunk/include/configuration.h
23465    M /trunk/include/darwin_specific.h
23466    M /trunk/include/input_ext-dec.h
23467    M /trunk/include/input_ext-intf.h
23468    M /trunk/include/input_ext-plugins.h
23469    M /trunk/include/intf_eject.h
23470    M /trunk/include/iso_lang.h
23471    M /trunk/include/main.h
23472    M /trunk/include/modules.h
23473    M /trunk/include/modules_inner.h
23474    M /trunk/include/mtime.h
23475    M /trunk/include/network.h
23476    M /trunk/include/ninput.h
23477    M /trunk/include/os_specific.h
23478    M /trunk/include/osd.h
23479    M /trunk/include/stream_control.h
23480    M /trunk/include/stream_output.h
23481    M /trunk/include/variables.h
23482    M /trunk/include/video_output.h
23483    M /trunk/include/vlc/aout.h
23484    M /trunk/include/vlc/decoder.h
23485    M /trunk/include/vlc/input.h
23486    M /trunk/include/vlc/intf.h
23487    M /trunk/include/vlc/sout.h
23488    M /trunk/include/vlc/vlc.h
23489    M /trunk/include/vlc/vout.h
23490    M /trunk/include/vlc_bits.h
23491    M /trunk/include/vlc_block.h
23492    M /trunk/include/vlc_block_helper.h
23493    M /trunk/include/vlc_codec.h
23494    M /trunk/include/vlc_common.h
23495    M /trunk/include/vlc_cpu.h
23496    M /trunk/include/vlc_error.h
23497    M /trunk/include/vlc_es.h
23498    M /trunk/include/vlc_help.h
23499    M /trunk/include/vlc_httpd.h
23500    M /trunk/include/vlc_interface.h
23501    M /trunk/include/vlc_keys.h
23502    M /trunk/include/vlc_messages.h
23503    M /trunk/include/vlc_meta.h
23504    M /trunk/include/vlc_objects.h
23505    M /trunk/include/vlc_playlist.h
23506    M /trunk/include/vlc_threads.h
23507    M /trunk/include/vlc_threads_funcs.h
23508    M /trunk/include/vlc_video.h
23509    M /trunk/include/vout_synchro.h
23510    M /trunk/include/win32_specific.h
23511    M /trunk/ipkg
23512    D /trunk/ipkg/.cvsignore
23513    M /trunk/lib
23514    D /trunk/lib/.cvsignore
23515    M /trunk/m4
23516    D /trunk/m4/.cvsignore
23517    M /trunk/m4/vlc.m4
23518    M /trunk/modules
23519    D /trunk/modules/.cvsignore
23520    M /trunk/modules/LIST
23521    M /trunk/modules/access
23522    D /trunk/modules/access/.cvsignore
23523    M /trunk/modules/access/cdda
23524    D /trunk/modules/access/cdda/.cvsignore
23525    M /trunk/modules/access/cdda/access.c
23526    M /trunk/modules/access/cdda/cdda.c
23527    M /trunk/modules/access/cdda/cdda.h
23528    M /trunk/modules/access/cdda.c
23529    M /trunk/modules/access/directory.c
23530    M /trunk/modules/access/dshow
23531    D /trunk/modules/access/dshow/.cvsignore
23532    M /trunk/modules/access/dshow/dshow.cpp
23533    M /trunk/modules/access/dshow/filter.cpp
23534    M /trunk/modules/access/dshow/filter.h
23535    M /trunk/modules/access/dvb
23536    D /trunk/modules/access/dvb/.cvsignore
23537    M /trunk/modules/access/dvd
23538    D /trunk/modules/access/dvd/.cvsignore
23539    M /trunk/modules/access/dvd/access.c
23540    M /trunk/modules/access/dvd/demux.c
23541    M /trunk/modules/access/dvd/dvd.c
23542    M /trunk/modules/access/dvd/dvd.h
23543    M /trunk/modules/access/dvd/dvdcss.h
23544    M /trunk/modules/access/dvd/es.c
23545    M /trunk/modules/access/dvd/es.h
23546    M /trunk/modules/access/dvd/ifo.c
23547    M /trunk/modules/access/dvd/ifo.h
23548    M /trunk/modules/access/dvd/seek.c
23549    M /trunk/modules/access/dvd/seek.h
23550    M /trunk/modules/access/dvd/summary.c
23551    M /trunk/modules/access/dvd/summary.h
23552    M /trunk/modules/access/dvd/udf.c
23553    M /trunk/modules/access/dvd/udf.h
23554    M /trunk/modules/access/dvdplay
23555    D /trunk/modules/access/dvdplay/.cvsignore
23556    M /trunk/modules/access/dvdplay/access.c
23557    M /trunk/modules/access/dvdplay/access.h
23558    M /trunk/modules/access/dvdplay/demux.c
23559    M /trunk/modules/access/dvdplay/demux.h
23560    M /trunk/modules/access/dvdplay/dvd.c
23561    M /trunk/modules/access/dvdplay/dvd.h
23562    M /trunk/modules/access/dvdplay/es.c
23563    M /trunk/modules/access/dvdplay/es.h
23564    M /trunk/modules/access/dvdplay/intf.c
23565    M /trunk/modules/access/dvdplay/intf.h
23566    M /trunk/modules/access/dvdplay/tools.c
23567    M /trunk/modules/access/dvdplay/tools.h
23568    M /trunk/modules/access/dvdread
23569    D /trunk/modules/access/dvdread/.cvsignore
23570    M /trunk/modules/access/dvdread/dvdread.c
23571    M /trunk/modules/access/dvdread/input.c
23572    M /trunk/modules/access/dvdread/input.h
23573    M /trunk/modules/access/file.c
23574    M /trunk/modules/access/ftp.c
23575    M /trunk/modules/access/http.c
23576    M /trunk/modules/access/mms
23577    D /trunk/modules/access/mms/.cvsignore
23578    M /trunk/modules/access/mms/asf.c
23579    M /trunk/modules/access/mms/asf.h
23580    M /trunk/modules/access/mms/buffer.c
23581    M /trunk/modules/access/mms/buffer.h
23582    M /trunk/modules/access/mms/mms.c
23583    M /trunk/modules/access/mms/mms.h
23584    M /trunk/modules/access/mms/mmsh.c
23585    M /trunk/modules/access/mms/mmsh.h
23586    M /trunk/modules/access/mms/mmstu.c
23587    M /trunk/modules/access/mms/mmstu.h
23588    M /trunk/modules/access/pvr
23589    D /trunk/modules/access/pvr/.cvsignore
23590    M /trunk/modules/access/pvr/pvr.c
23591    M /trunk/modules/access/satellite
23592    D /trunk/modules/access/satellite/.cvsignore
23593    M /trunk/modules/access/slp.c
23594    M /trunk/modules/access/tcp.c
23595    M /trunk/modules/access/udp.c
23596    M /trunk/modules/access/v4l
23597    D /trunk/modules/access/v4l/.cvsignore
23598    M /trunk/modules/access/v4l/v4l.c
23599    M /trunk/modules/access/v4l/videodev_mjpeg.h
23600    M /trunk/modules/access/vcd
23601    D /trunk/modules/access/vcd/.cvsignore
23602    M /trunk/modules/access/vcd/cdrom.c
23603    M /trunk/modules/access/vcd/cdrom.h
23604    M /trunk/modules/access/vcd/cdrom_internals.h
23605    M /trunk/modules/access/vcd/vcd.c
23606    M /trunk/modules/access/vcdx
23607    D /trunk/modules/access/vcdx/.cvsignore
23608    M /trunk/modules/access/vcdx/access.c
23609    M /trunk/modules/access/vcdx/cdrom.c
23610    M /trunk/modules/access/vcdx/cdrom.h
23611    M /trunk/modules/access/vcdx/demux.c
23612    M /trunk/modules/access/vcdx/intf.c
23613    M /trunk/modules/access/vcdx/intf.h
23614    M /trunk/modules/access/vcdx/vcd.c
23615    M /trunk/modules/access/vcdx/vcd.h
23616    M /trunk/modules/access/vcdx/vcdplayer.c
23617    M /trunk/modules/access/vcdx/vcdplayer.h
23618    M /trunk/modules/access_output
23619    D /trunk/modules/access_output/.cvsignore
23620    M /trunk/modules/access_output/dummy.c
23621    M /trunk/modules/access_output/file.c
23622    M /trunk/modules/access_output/http.c
23623    M /trunk/modules/access_output/udp.c
23624    M /trunk/modules/audio_filter
23625    D /trunk/modules/audio_filter/.cvsignore
23626    M /trunk/modules/audio_filter/channel_mixer
23627    D /trunk/modules/audio_filter/channel_mixer/.cvsignore
23628    M /trunk/modules/audio_filter/channel_mixer/headphone.c
23629    M /trunk/modules/audio_filter/channel_mixer/trivial.c
23630    M /trunk/modules/audio_filter/converter
23631    D /trunk/modules/audio_filter/converter/.cvsignore
23632    M /trunk/modules/audio_filter/converter/a52tofloat32.c
23633    M /trunk/modules/audio_filter/converter/a52tospdif.c
23634    M /trunk/modules/audio_filter/converter/dtstofloat32.c
23635    M /trunk/modules/audio_filter/converter/dtstospdif.c
23636    M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
23637    M /trunk/modules/audio_filter/converter/fixed32tos16.c
23638    M /trunk/modules/audio_filter/converter/float32tos16.c
23639    M /trunk/modules/audio_filter/converter/float32tos8.c
23640    M /trunk/modules/audio_filter/converter/float32tou16.c
23641    M /trunk/modules/audio_filter/converter/float32tou8.c
23642    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
23643    M /trunk/modules/audio_filter/converter/s16tofixed32.c
23644    M /trunk/modules/audio_filter/converter/s16tofloat32.c
23645    M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
23646    M /trunk/modules/audio_filter/converter/s8tofloat32.c
23647    M /trunk/modules/audio_filter/converter/u8tofixed32.c
23648    M /trunk/modules/audio_filter/converter/u8tofloat32.c
23649    M /trunk/modules/audio_filter/resampler
23650    D /trunk/modules/audio_filter/resampler/.cvsignore
23651    M /trunk/modules/audio_filter/resampler/bandlimited.c
23652    M /trunk/modules/audio_filter/resampler/bandlimited.h
23653    M /trunk/modules/audio_filter/resampler/coreaudio.c
23654    M /trunk/modules/audio_filter/resampler/linear.c
23655    M /trunk/modules/audio_filter/resampler/trivial.c
23656    M /trunk/modules/audio_filter/resampler/ugly.c
23657    M /trunk/modules/audio_mixer
23658    D /trunk/modules/audio_mixer/.cvsignore
23659    M /trunk/modules/audio_mixer/float32.c
23660    M /trunk/modules/audio_mixer/spdif.c
23661    M /trunk/modules/audio_mixer/trivial.c
23662    M /trunk/modules/audio_output
23663    D /trunk/modules/audio_output/.cvsignore
23664    M /trunk/modules/audio_output/alsa.c
23665    M /trunk/modules/audio_output/arts.c
23666    M /trunk/modules/audio_output/coreaudio.c
23667    M /trunk/modules/audio_output/directx.c
23668    M /trunk/modules/audio_output/esd.c
23669    M /trunk/modules/audio_output/file.c
23670    M /trunk/modules/audio_output/oss.c
23671    M /trunk/modules/audio_output/sdl.c
23672    M /trunk/modules/audio_output/waveout.c
23673    M /trunk/modules/codec
23674    D /trunk/modules/codec/.cvsignore
23675    M /trunk/modules/codec/a52.c
23676    M /trunk/modules/codec/adpcm.c
23677    M /trunk/modules/codec/araw.c
23678    M /trunk/modules/codec/cinepak.c
23679    M /trunk/modules/codec/dts.c
23680    M /trunk/modules/codec/dv.c
23681    M /trunk/modules/codec/dvbsub.c
23682    M /trunk/modules/codec/faad.c
23683    M /trunk/modules/codec/ffmpeg
23684    D /trunk/modules/codec/ffmpeg/.cvsignore
23685    M /trunk/modules/codec/ffmpeg/audio.c
23686    M /trunk/modules/codec/ffmpeg/chroma.c
23687    M /trunk/modules/codec/ffmpeg/demux.c
23688    M /trunk/modules/codec/ffmpeg/encoder.c
23689    M /trunk/modules/codec/ffmpeg/ffmpeg.c
23690    M /trunk/modules/codec/ffmpeg/ffmpeg.h
23691    M /trunk/modules/codec/ffmpeg/postprocess.c
23692    M /trunk/modules/codec/ffmpeg/postprocessing
23693    D /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore
23694    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c
23695    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h
23696    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_c.c
23697    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_common.h
23698    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
23699    M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
23700    M /trunk/modules/codec/ffmpeg/video.c
23701    M /trunk/modules/codec/flac.c
23702    M /trunk/modules/codec/libmpeg2.c
23703    M /trunk/modules/codec/lpcm.c
23704    M /trunk/modules/codec/mpeg_audio.c
23705    M /trunk/modules/codec/ogt
23706    D /trunk/modules/codec/ogt/.cvsignore
23707    M /trunk/modules/codec/ogt/common.c
23708    M /trunk/modules/codec/ogt/common.h
23709    M /trunk/modules/codec/ogt/cvd.c
23710    M /trunk/modules/codec/ogt/cvd.h
23711    M /trunk/modules/codec/ogt/cvd_parse.c
23712    M /trunk/modules/codec/ogt/ogt.c
23713    M /trunk/modules/codec/ogt/ogt.h
23714    M /trunk/modules/codec/ogt/ogt_parse.c
23715    M /trunk/modules/codec/ogt/pixmap.c
23716    M /trunk/modules/codec/ogt/pixmap.h
23717    M /trunk/modules/codec/ogt/render.c
23718    M /trunk/modules/codec/ogt/render.h
23719    M /trunk/modules/codec/ogt/subtitle.h
23720    M /trunk/modules/codec/quicktime.c
23721    M /trunk/modules/codec/rawvideo.c
23722    M /trunk/modules/codec/speex.c
23723    M /trunk/modules/codec/spudec
23724    D /trunk/modules/codec/spudec/.cvsignore
23725    M /trunk/modules/codec/spudec/parse.c
23726    M /trunk/modules/codec/spudec/render.c
23727    M /trunk/modules/codec/spudec/spudec.c
23728    M /trunk/modules/codec/spudec/spudec.h
23729    M /trunk/modules/codec/subsdec.c
23730    M /trunk/modules/codec/tarkin.c
23731    M /trunk/modules/codec/theora.c
23732    M /trunk/modules/codec/vorbis.c
23733    M /trunk/modules/codec/xvid.c
23734    M /trunk/modules/control
23735    D /trunk/modules/control/.cvsignore
23736    M /trunk/modules/control/corba
23737    D /trunk/modules/control/corba/.cvsignore
23738    M /trunk/modules/control/corba/README
23739    M /trunk/modules/control/corba/corba.c
23740    M /trunk/modules/control/gestures.c
23741    M /trunk/modules/control/hotkeys.c
23742    M /trunk/modules/control/http.c
23743    M /trunk/modules/control/joystick.c
23744    M /trunk/modules/control/lirc
23745    D /trunk/modules/control/lirc/.cvsignore
23746    M /trunk/modules/control/lirc/lirc.c
23747    M /trunk/modules/control/ntservice.c
23748    M /trunk/modules/control/rc
23749    D /trunk/modules/control/rc/.cvsignore
23750    M /trunk/modules/control/rc/rc.c
23751    M /trunk/modules/control/telnet/telnet.c
23752    M /trunk/modules/control/telnet/vlm.c
23753    M /trunk/modules/control/telnet/vlm.h
23754    M /trunk/modules/demux
23755    D /trunk/modules/demux/.cvsignore
23756    M /trunk/modules/demux/a52.c
23757    M /trunk/modules/demux/aac.c
23758    M /trunk/modules/demux/aiff.c
23759    M /trunk/modules/demux/asf
23760    D /trunk/modules/demux/asf/.cvsignore
23761    M /trunk/modules/demux/asf/asf.c
23762    M /trunk/modules/demux/asf/libasf.c
23763    M /trunk/modules/demux/asf/libasf.h
23764    M /trunk/modules/demux/au.c
23765    M /trunk/modules/demux/avi
23766    D /trunk/modules/demux/avi/.cvsignore
23767    M /trunk/modules/demux/avi/avi.c
23768    M /trunk/modules/demux/avi/avi.h
23769    M /trunk/modules/demux/avi/libavi.c
23770    M /trunk/modules/demux/avi/libavi.h
23771    M /trunk/modules/demux/demux2.c
23772    M /trunk/modules/demux/demuxdump.c
23773    M /trunk/modules/demux/demuxstream.c
23774    M /trunk/modules/demux/dts.c
23775    M /trunk/modules/demux/dvdnav.c
23776    M /trunk/modules/demux/flac.c
23777    M /trunk/modules/demux/livedotcom.cpp
23778    M /trunk/modules/demux/m3u.c
23779    M /trunk/modules/demux/mkv.cpp
23780    M /trunk/modules/demux/mod.c
23781    M /trunk/modules/demux/mp4
23782    D /trunk/modules/demux/mp4/.cvsignore
23783    M /trunk/modules/demux/mp4/drms.c
23784    M /trunk/modules/demux/mp4/drms.h
23785    M /trunk/modules/demux/mp4/drmstables.h
23786    M /trunk/modules/demux/mp4/libmp4.c
23787    M /trunk/modules/demux/mp4/libmp4.h
23788    M /trunk/modules/demux/mp4/mp4.c
23789    M /trunk/modules/demux/mp4/mp4.h
23790    M /trunk/modules/demux/mpeg
23791    D /trunk/modules/demux/mpeg/.cvsignore
23792    M /trunk/modules/demux/mpeg/m4v.c
23793    M /trunk/modules/demux/mpeg/mpga.c
23794    M /trunk/modules/demux/mpeg/mpgv.c
23795    M /trunk/modules/demux/mpeg/ps.c
23796    M /trunk/modules/demux/mpeg/system.c
23797    M /trunk/modules/demux/mpeg/system.h
23798    M /trunk/modules/demux/mpeg/ts.c
23799    M /trunk/modules/demux/nsv.c
23800    M /trunk/modules/demux/ogg.c
23801    M /trunk/modules/demux/playlist
23802    D /trunk/modules/demux/playlist/.cvsignore
23803    M /trunk/modules/demux/playlist/m3u.c
23804    M /trunk/modules/demux/playlist/old.c
23805    M /trunk/modules/demux/playlist/playlist.c
23806    M /trunk/modules/demux/playlist/playlist.h
23807    M /trunk/modules/demux/playlist/pls.c
23808    M /trunk/modules/demux/ps.c
23809    M /trunk/modules/demux/ps.h
23810    M /trunk/modules/demux/pva.c
23811    M /trunk/modules/demux/rawdv.c
23812    M /trunk/modules/demux/real.c
23813    M /trunk/modules/demux/ts.c
23814    M /trunk/modules/demux/util
23815    D /trunk/modules/demux/util/.cvsignore
23816    M /trunk/modules/demux/util/id3.c
23817    M /trunk/modules/demux/util/id3genres.h
23818    M /trunk/modules/demux/util/id3tag.c
23819    M /trunk/modules/demux/util/sub.c
23820    M /trunk/modules/demux/util/sub.h
23821    M /trunk/modules/demux/wav.c
23822    M /trunk/modules/gui
23823    D /trunk/modules/gui/.cvsignore
23824    M /trunk/modules/gui/beos
23825    D /trunk/modules/gui/beos/.cvsignore
23826    M /trunk/modules/gui/beos/AudioOutput.cpp
23827    M /trunk/modules/gui/beos/BeOS.cpp
23828    M /trunk/modules/gui/beos/Bitmaps.h
23829    M /trunk/modules/gui/beos/DrawingTidbits.cpp
23830    M /trunk/modules/gui/beos/DrawingTidbits.h
23831    M /trunk/modules/gui/beos/Interface.cpp
23832    M /trunk/modules/gui/beos/InterfaceWindow.cpp
23833    M /trunk/modules/gui/beos/InterfaceWindow.h
23834    M /trunk/modules/gui/beos/ListViews.cpp
23835    M /trunk/modules/gui/beos/ListViews.h
23836    M /trunk/modules/gui/beos/MediaControlView.cpp
23837    M /trunk/modules/gui/beos/MediaControlView.h
23838    M /trunk/modules/gui/beos/MessagesWindow.cpp
23839    M /trunk/modules/gui/beos/MessagesWindow.h
23840    M /trunk/modules/gui/beos/MsgVals.h
23841    M /trunk/modules/gui/beos/PlayListWindow.cpp
23842    M /trunk/modules/gui/beos/PlayListWindow.h
23843    M /trunk/modules/gui/beos/PreferencesWindow.cpp
23844    M /trunk/modules/gui/beos/PreferencesWindow.h
23845    M /trunk/modules/gui/beos/TransportButton.cpp
23846    M /trunk/modules/gui/beos/TransportButton.h
23847    M /trunk/modules/gui/beos/VideoOutput.cpp
23848    M /trunk/modules/gui/beos/VideoWindow.h
23849    M /trunk/modules/gui/beos/VlcWrapper.cpp
23850    M /trunk/modules/gui/beos/VlcWrapper.h
23851    M /trunk/modules/gui/gtk
23852    D /trunk/modules/gui/gtk/.cvsignore
23853    M /trunk/modules/gui/gtk/common.h
23854    M /trunk/modules/gui/gtk/control.c
23855    M /trunk/modules/gui/gtk/control.h
23856    M /trunk/modules/gui/gtk/display.c
23857    M /trunk/modules/gui/gtk/display.h
23858    M /trunk/modules/gui/gtk/gnome.c
23859    M /trunk/modules/gui/gtk/gtk.c
23860    M /trunk/modules/gui/gtk/gtk_callbacks.c
23861    M /trunk/modules/gui/gtk/gtk_callbacks.h
23862    M /trunk/modules/gui/gtk/menu.c
23863    M /trunk/modules/gui/gtk/menu.h
23864    M /trunk/modules/gui/gtk/modules.c
23865    M /trunk/modules/gui/gtk/modules.h
23866    M /trunk/modules/gui/gtk/open.c
23867    M /trunk/modules/gui/gtk/open.h
23868    M /trunk/modules/gui/gtk/playlist.c
23869    M /trunk/modules/gui/gtk/playlist.h
23870    M /trunk/modules/gui/gtk/preferences.c
23871    M /trunk/modules/gui/gtk/preferences.h
23872    M /trunk/modules/gui/gtk/sout.c
23873    M /trunk/modules/gui/gtk2
23874    D /trunk/modules/gui/gtk2/.cvsignore
23875    M /trunk/modules/gui/gtk2/gnome2.c
23876    M /trunk/modules/gui/gtk2/gtk2.c
23877    M /trunk/modules/gui/kde
23878    D /trunk/modules/gui/kde/.cvsignore
23879    M /trunk/modules/gui/kde/QConfigItem.cpp
23880    M /trunk/modules/gui/kde/QConfigItem.h
23881    M /trunk/modules/gui/kde/info.cpp
23882    M /trunk/modules/gui/kde/info.h
23883    M /trunk/modules/gui/kde/kde.cpp
23884    M /trunk/modules/gui/kde/languagemenu.cpp
23885    M /trunk/modules/gui/kde/languagemenu.h
23886    M /trunk/modules/gui/kde/messages.cpp
23887    M /trunk/modules/gui/kde/messages.h
23888    M /trunk/modules/gui/kde/pluginsbox.cpp
23889    M /trunk/modules/gui/kde/pluginsbox.h
23890    M /trunk/modules/gui/kde/preferences.cpp
23891    M /trunk/modules/gui/kde/preferences.h
23892    M /trunk/modules/gui/macosx
23893    D /trunk/modules/gui/macosx/.cvsignore
23894    M /trunk/modules/gui/macosx/about.h
23895    M /trunk/modules/gui/macosx/about.m
23896    M /trunk/modules/gui/macosx/applescript.h
23897    M /trunk/modules/gui/macosx/applescript.m
23898    M /trunk/modules/gui/macosx/controls.h
23899    M /trunk/modules/gui/macosx/controls.m
23900    M /trunk/modules/gui/macosx/info.h
23901    M /trunk/modules/gui/macosx/info.m
23902    M /trunk/modules/gui/macosx/intf.h
23903    M /trunk/modules/gui/macosx/intf.m
23904    M /trunk/modules/gui/macosx/macosx.m
23905    M /trunk/modules/gui/macosx/misc.h
23906    M /trunk/modules/gui/macosx/misc.m
23907    M /trunk/modules/gui/macosx/open.h
23908    M /trunk/modules/gui/macosx/open.m
23909    M /trunk/modules/gui/macosx/output.h
23910    M /trunk/modules/gui/macosx/output.m
23911    M /trunk/modules/gui/macosx/playlist.h
23912    M /trunk/modules/gui/macosx/playlist.m
23913    M /trunk/modules/gui/macosx/prefs.h
23914    M /trunk/modules/gui/macosx/prefs.m
23915    M /trunk/modules/gui/macosx/prefs_widgets.h
23916    M /trunk/modules/gui/macosx/prefs_widgets.m
23917    M /trunk/modules/gui/macosx/vout.h
23918    M /trunk/modules/gui/macosx/vout.m
23919    M /trunk/modules/gui/ncurses
23920    D /trunk/modules/gui/ncurses/.cvsignore
23921    M /trunk/modules/gui/ncurses/ncurses.c
23922    M /trunk/modules/gui/pda
23923    D /trunk/modules/gui/pda/.cvsignore
23924    M /trunk/modules/gui/pda/pda.c
23925    M /trunk/modules/gui/pda/pda.h
23926    M /trunk/modules/gui/pda/pda_callbacks.c
23927    M /trunk/modules/gui/pda/pda_callbacks.h
23928    M /trunk/modules/gui/qnx
23929    D /trunk/modules/gui/qnx/.cvsignore
23930    M /trunk/modules/gui/qt
23931    D /trunk/modules/gui/qt/.cvsignore
23932    M /trunk/modules/gui/qt/intf.cpp
23933    M /trunk/modules/gui/qt/intf.h
23934    M /trunk/modules/gui/qt/qt.cpp
23935    M /trunk/modules/gui/skins
23936    D /trunk/modules/gui/skins/.cvsignore
23937    M /trunk/modules/gui/skins/controls
23938    D /trunk/modules/gui/skins/controls/.cvsignore
23939    M /trunk/modules/gui/skins/controls/button.cpp
23940    M /trunk/modules/gui/skins/controls/button.h
23941    M /trunk/modules/gui/skins/controls/checkbox.cpp
23942    M /trunk/modules/gui/skins/controls/checkbox.h
23943    M /trunk/modules/gui/skins/controls/controls.h
23944    M /trunk/modules/gui/skins/controls/generic.cpp
23945    M /trunk/modules/gui/skins/controls/generic.h
23946    M /trunk/modules/gui/skins/controls/image.cpp
23947    M /trunk/modules/gui/skins/controls/image.h
23948    M /trunk/modules/gui/skins/controls/playlist.cpp
23949    M /trunk/modules/gui/skins/controls/playlist.h
23950    M /trunk/modules/gui/skins/controls/rectangle.cpp
23951    M /trunk/modules/gui/skins/controls/rectangle.h
23952    M /trunk/modules/gui/skins/controls/slider.cpp
23953    M /trunk/modules/gui/skins/controls/slider.h
23954    M /trunk/modules/gui/skins/controls/text.cpp
23955    M /trunk/modules/gui/skins/controls/text.h
23956    M /trunk/modules/gui/skins/os_api.h
23957    M /trunk/modules/gui/skins/os_bitmap.h
23958    M /trunk/modules/gui/skins/os_event.h
23959    M /trunk/modules/gui/skins/os_font.h
23960    M /trunk/modules/gui/skins/os_graphics.h
23961    M /trunk/modules/gui/skins/os_theme.h
23962    M /trunk/modules/gui/skins/os_window.h
23963    M /trunk/modules/gui/skins/parser
23964    D /trunk/modules/gui/skins/parser/.cvsignore
23965    M /trunk/modules/gui/skins/parser/flex.c
23966    M /trunk/modules/gui/skins/parser/skin.act
23967    M /trunk/modules/gui/skins/parser/skin.dtd
23968    M /trunk/modules/gui/skins/parser/wrappers.cpp
23969    M /trunk/modules/gui/skins/parser/wrappers.h
23970    M /trunk/modules/gui/skins/src
23971    D /trunk/modules/gui/skins/src/.cvsignore
23972    M /trunk/modules/gui/skins/src/anchor.cpp
23973    M /trunk/modules/gui/skins/src/anchor.h
23974    M /trunk/modules/gui/skins/src/banks.cpp
23975    M /trunk/modules/gui/skins/src/banks.h
23976    M /trunk/modules/gui/skins/src/bezier.cpp
23977    M /trunk/modules/gui/skins/src/bezier.h
23978    M /trunk/modules/gui/skins/src/bitmap.cpp
23979    M /trunk/modules/gui/skins/src/bitmap.h
23980    M /trunk/modules/gui/skins/src/dialogs.cpp
23981    M /trunk/modules/gui/skins/src/dialogs.h
23982    M /trunk/modules/gui/skins/src/event.cpp
23983    M /trunk/modules/gui/skins/src/event.h
23984    M /trunk/modules/gui/skins/src/font.cpp
23985    M /trunk/modules/gui/skins/src/font.h
23986    M /trunk/modules/gui/skins/src/graphics.cpp
23987    M /trunk/modules/gui/skins/src/graphics.h
23988    M /trunk/modules/gui/skins/src/skin_common.h
23989    M /trunk/modules/gui/skins/src/skin_main.cpp
23990    M /trunk/modules/gui/skins/src/theme.cpp
23991    M /trunk/modules/gui/skins/src/theme.h
23992    M /trunk/modules/gui/skins/src/themeloader.cpp
23993    M /trunk/modules/gui/skins/src/themeloader.h
23994    M /trunk/modules/gui/skins/src/vlcproc.cpp
23995    M /trunk/modules/gui/skins/src/vlcproc.h
23996    M /trunk/modules/gui/skins/src/window.cpp
23997    M /trunk/modules/gui/skins/src/window.h
23998    M /trunk/modules/gui/skins/win32
23999    D /trunk/modules/gui/skins/win32/.cvsignore
24000    M /trunk/modules/gui/skins/win32/win32_api.cpp
24001    M /trunk/modules/gui/skins/win32/win32_bitmap.cpp
24002    M /trunk/modules/gui/skins/win32/win32_bitmap.h
24003    M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp
24004    M /trunk/modules/gui/skins/win32/win32_dragdrop.h
24005    M /trunk/modules/gui/skins/win32/win32_event.cpp
24006    M /trunk/modules/gui/skins/win32/win32_event.h
24007    M /trunk/modules/gui/skins/win32/win32_font.cpp
24008    M /trunk/modules/gui/skins/win32/win32_font.h
24009    M /trunk/modules/gui/skins/win32/win32_graphics.cpp
24010    M /trunk/modules/gui/skins/win32/win32_graphics.h
24011    M /trunk/modules/gui/skins/win32/win32_run.cpp
24012    M /trunk/modules/gui/skins/win32/win32_theme.cpp
24013    M /trunk/modules/gui/skins/win32/win32_theme.h
24014    M /trunk/modules/gui/skins/win32/win32_window.cpp
24015    M /trunk/modules/gui/skins/win32/win32_window.h
24016    M /trunk/modules/gui/skins/x11
24017    D /trunk/modules/gui/skins/x11/.cvsignore
24018    M /trunk/modules/gui/skins/x11/x11_api.cpp
24019    M /trunk/modules/gui/skins/x11/x11_bitmap.cpp
24020    M /trunk/modules/gui/skins/x11/x11_bitmap.h
24021    M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp
24022    M /trunk/modules/gui/skins/x11/x11_dragdrop.h
24023    M /trunk/modules/gui/skins/x11/x11_event.cpp
24024    M /trunk/modules/gui/skins/x11/x11_event.h
24025    M /trunk/modules/gui/skins/x11/x11_font.cpp
24026    M /trunk/modules/gui/skins/x11/x11_font.h
24027    M /trunk/modules/gui/skins/x11/x11_graphics.cpp
24028    M /trunk/modules/gui/skins/x11/x11_graphics.h
24029    M /trunk/modules/gui/skins/x11/x11_run.cpp
24030    M /trunk/modules/gui/skins/x11/x11_theme.cpp
24031    M /trunk/modules/gui/skins/x11/x11_theme.h
24032    M /trunk/modules/gui/skins/x11/x11_timer.cpp
24033    M /trunk/modules/gui/skins/x11/x11_timer.h
24034    M /trunk/modules/gui/skins/x11/x11_window.cpp
24035    M /trunk/modules/gui/skins/x11/x11_window.h
24036    M /trunk/modules/gui/skins2
24037    D /trunk/modules/gui/skins2/.cvsignore
24038    M /trunk/modules/gui/skins2/commands/async_queue.cpp
24039    M /trunk/modules/gui/skins2/commands/async_queue.hpp
24040    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
24041    M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
24042    M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
24043    M /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
24044    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
24045    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
24046    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
24047    M /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
24048    M /trunk/modules/gui/skins2/commands/cmd_generic.hpp
24049    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
24050    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
24051    M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
24052    M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
24053    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
24054    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
24055    M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
24056    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
24057    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
24058    M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
24059    M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
24060    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
24061    M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
24062    M /trunk/modules/gui/skins2/commands/cmd_resize.hpp
24063    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
24064    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
24065    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
24066    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
24067    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
24068    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
24069    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
24070    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
24071    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
24072    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
24073    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
24074    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
24075    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
24076    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
24077    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
24078    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
24079    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
24080    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
24081    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
24082    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
24083    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
24084    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
24085    M /trunk/modules/gui/skins2/events/evt_enter.hpp
24086    M /trunk/modules/gui/skins2/events/evt_focus.hpp
24087    M /trunk/modules/gui/skins2/events/evt_generic.hpp
24088    M /trunk/modules/gui/skins2/events/evt_input.cpp
24089    M /trunk/modules/gui/skins2/events/evt_input.hpp
24090    M /trunk/modules/gui/skins2/events/evt_key.cpp
24091    M /trunk/modules/gui/skins2/events/evt_key.hpp
24092    M /trunk/modules/gui/skins2/events/evt_leave.hpp
24093    M /trunk/modules/gui/skins2/events/evt_motion.hpp
24094    M /trunk/modules/gui/skins2/events/evt_mouse.cpp
24095    M /trunk/modules/gui/skins2/events/evt_mouse.hpp
24096    M /trunk/modules/gui/skins2/events/evt_refresh.hpp
24097    M /trunk/modules/gui/skins2/events/evt_scroll.cpp
24098    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
24099    M /trunk/modules/gui/skins2/events/evt_special.cpp
24100    M /trunk/modules/gui/skins2/events/evt_special.hpp
24101    M /trunk/modules/gui/skins2/parser/builder.cpp
24102    M /trunk/modules/gui/skins2/parser/builder.hpp
24103    M /trunk/modules/gui/skins2/parser/builder_data.hpp
24104    M /trunk/modules/gui/skins2/parser/gen_builder.py
24105    M /trunk/modules/gui/skins2/parser/interpreter.cpp
24106    M /trunk/modules/gui/skins2/parser/interpreter.hpp
24107    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
24108    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
24109    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
24110    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
24111    M /trunk/modules/gui/skins2/src/anchor.cpp
24112    M /trunk/modules/gui/skins2/src/anchor.hpp
24113    M /trunk/modules/gui/skins2/src/dialogs.cpp
24114    M /trunk/modules/gui/skins2/src/dialogs.hpp
24115    M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
24116    M /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
24117    M /trunk/modules/gui/skins2/src/ft2_font.cpp
24118    M /trunk/modules/gui/skins2/src/ft2_font.hpp
24119    M /trunk/modules/gui/skins2/src/generic_bitmap.hpp
24120    M /trunk/modules/gui/skins2/src/generic_font.hpp
24121    M /trunk/modules/gui/skins2/src/generic_layout.cpp
24122    M /trunk/modules/gui/skins2/src/generic_layout.hpp
24123    M /trunk/modules/gui/skins2/src/generic_window.cpp
24124    M /trunk/modules/gui/skins2/src/generic_window.hpp
24125    M /trunk/modules/gui/skins2/src/logger.cpp
24126    M /trunk/modules/gui/skins2/src/logger.hpp
24127    M /trunk/modules/gui/skins2/src/os_factory.cpp
24128    M /trunk/modules/gui/skins2/src/os_factory.hpp
24129    M /trunk/modules/gui/skins2/src/os_graphics.hpp
24130    M /trunk/modules/gui/skins2/src/os_loop.hpp
24131    M /trunk/modules/gui/skins2/src/os_timer.hpp
24132    M /trunk/modules/gui/skins2/src/os_tooltip.hpp
24133    M /trunk/modules/gui/skins2/src/os_window.hpp
24134    M /trunk/modules/gui/skins2/src/png_bitmap.cpp
24135    M /trunk/modules/gui/skins2/src/png_bitmap.hpp
24136    M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
24137    M /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
24138    M /trunk/modules/gui/skins2/src/skin_common.hpp
24139    M /trunk/modules/gui/skins2/src/skin_main.cpp
24140    M /trunk/modules/gui/skins2/src/theme.cpp
24141    M /trunk/modules/gui/skins2/src/theme.hpp
24142    M /trunk/modules/gui/skins2/src/theme_loader.cpp
24143    M /trunk/modules/gui/skins2/src/theme_loader.hpp
24144    M /trunk/modules/gui/skins2/src/tooltip.cpp
24145    M /trunk/modules/gui/skins2/src/tooltip.hpp
24146    M /trunk/modules/gui/skins2/src/var_manager.cpp
24147    M /trunk/modules/gui/skins2/src/var_manager.hpp
24148    M /trunk/modules/gui/skins2/src/vlcproc.cpp
24149    M /trunk/modules/gui/skins2/src/vlcproc.hpp
24150    M /trunk/modules/gui/skins2/src/window_manager.cpp
24151    M /trunk/modules/gui/skins2/src/window_manager.hpp
24152    M /trunk/modules/gui/skins2/utils/bezier.cpp
24153    M /trunk/modules/gui/skins2/utils/bezier.hpp
24154    M /trunk/modules/gui/skins2/utils/fsm.cpp
24155    M /trunk/modules/gui/skins2/utils/fsm.hpp
24156    M /trunk/modules/gui/skins2/utils/observer.hpp
24157    M /trunk/modules/gui/skins2/utils/pointer.hpp
24158    M /trunk/modules/gui/skins2/utils/position.cpp
24159    M /trunk/modules/gui/skins2/utils/position.hpp
24160    M /trunk/modules/gui/skins2/utils/ustring.cpp
24161    M /trunk/modules/gui/skins2/utils/ustring.hpp
24162    M /trunk/modules/gui/skins2/utils/var_bool.cpp
24163    M /trunk/modules/gui/skins2/utils/var_bool.hpp
24164    M /trunk/modules/gui/skins2/utils/var_list.cpp
24165    M /trunk/modules/gui/skins2/utils/var_list.hpp
24166    M /trunk/modules/gui/skins2/utils/var_percent.cpp
24167    M /trunk/modules/gui/skins2/utils/var_percent.hpp
24168    M /trunk/modules/gui/skins2/utils/var_text.cpp
24169    M /trunk/modules/gui/skins2/utils/var_text.hpp
24170    M /trunk/modules/gui/skins2/utils/variable.hpp
24171    M /trunk/modules/gui/skins2/vars/playlist.cpp
24172    M /trunk/modules/gui/skins2/vars/playlist.hpp
24173    M /trunk/modules/gui/skins2/vars/time.cpp
24174    M /trunk/modules/gui/skins2/vars/time.hpp
24175    M /trunk/modules/gui/skins2/vars/volume.cpp
24176    M /trunk/modules/gui/skins2/vars/volume.hpp
24177    M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
24178    M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
24179    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
24180    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
24181    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
24182    M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
24183    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
24184    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
24185    M /trunk/modules/gui/skins2/win32/win32_timer.cpp
24186    M /trunk/modules/gui/skins2/win32/win32_timer.hpp
24187    M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
24188    M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
24189    M /trunk/modules/gui/skins2/win32/win32_window.cpp
24190    M /trunk/modules/gui/skins2/win32/win32_window.hpp
24191    M /trunk/modules/gui/skins2/x11/x11_display.cpp
24192    M /trunk/modules/gui/skins2/x11/x11_display.hpp
24193    M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
24194    M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
24195    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
24196    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
24197    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
24198    M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
24199    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
24200    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
24201    M /trunk/modules/gui/skins2/x11/x11_timer.cpp
24202    M /trunk/modules/gui/skins2/x11/x11_timer.hpp
24203    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
24204    M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
24205    M /trunk/modules/gui/skins2/x11/x11_window.cpp
24206    M /trunk/modules/gui/skins2/x11/x11_window.hpp
24207    M /trunk/modules/gui/wxwindows
24208    D /trunk/modules/gui/wxwindows/.cvsignore
24209    M /trunk/modules/gui/wxwindows/dialogs.cpp
24210    M /trunk/modules/gui/wxwindows/fileinfo.cpp
24211    M /trunk/modules/gui/wxwindows/interface.cpp
24212    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24213    M /trunk/modules/gui/wxwindows/menus.cpp
24214    M /trunk/modules/gui/wxwindows/messages.cpp
24215    M /trunk/modules/gui/wxwindows/open.cpp
24216    M /trunk/modules/gui/wxwindows/playlist.cpp
24217    M /trunk/modules/gui/wxwindows/preferences.cpp
24218    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
24219    M /trunk/modules/gui/wxwindows/preferences_widgets.h
24220    M /trunk/modules/gui/wxwindows/streamout.cpp
24221    M /trunk/modules/gui/wxwindows/streamwizard.cpp
24222    M /trunk/modules/gui/wxwindows/subtitles.cpp
24223    M /trunk/modules/gui/wxwindows/timer.cpp
24224    M /trunk/modules/gui/wxwindows/v4l.cpp
24225    M /trunk/modules/gui/wxwindows/wxwindows.cpp
24226    M /trunk/modules/gui/wxwindows/wxwindows.h
24227    M /trunk/modules/misc
24228    D /trunk/modules/misc/.cvsignore
24229    M /trunk/modules/misc/dummy
24230    D /trunk/modules/misc/dummy/.cvsignore
24231    M /trunk/modules/misc/dummy/aout.c
24232    M /trunk/modules/misc/dummy/decoder.c
24233    M /trunk/modules/misc/dummy/dummy.c
24234    M /trunk/modules/misc/dummy/dummy.h
24235    M /trunk/modules/misc/dummy/encoder.c
24236    M /trunk/modules/misc/dummy/input.c
24237    M /trunk/modules/misc/dummy/interface.c
24238    M /trunk/modules/misc/dummy/renderer.c
24239    M /trunk/modules/misc/dummy/vout.c
24240    M /trunk/modules/misc/freetype.c
24241    M /trunk/modules/misc/gtk_main.c
24242    M /trunk/modules/misc/logger
24243    D /trunk/modules/misc/logger/.cvsignore
24244    M /trunk/modules/misc/logger/logger.c
24245    M /trunk/modules/misc/memcpy
24246    D /trunk/modules/misc/memcpy/.cvsignore
24247    M /trunk/modules/misc/memcpy/fastmemcpy.h
24248    M /trunk/modules/misc/memcpy/memcpy.c
24249    M /trunk/modules/misc/memcpy/memcpyaltivec.c
24250    M /trunk/modules/misc/network
24251    D /trunk/modules/misc/network/.cvsignore
24252    M /trunk/modules/misc/network/ipv4.c
24253    M /trunk/modules/misc/network/ipv6.c
24254    M /trunk/modules/misc/playlist
24255    D /trunk/modules/misc/playlist/.cvsignore
24256    M /trunk/modules/misc/playlist/export.c
24257    M /trunk/modules/misc/playlist/m3u.c
24258    M /trunk/modules/misc/playlist/native.c
24259    M /trunk/modules/misc/playlist/old.c
24260    M /trunk/modules/misc/qte_main.cpp
24261    M /trunk/modules/misc/sap.c
24262    M /trunk/modules/misc/screensaver.c
24263    M /trunk/modules/misc/testsuite
24264    D /trunk/modules/misc/testsuite/.cvsignore
24265    M /trunk/modules/misc/testsuite/test1.c
24266    M /trunk/modules/misc/testsuite/test2.cpp
24267    M /trunk/modules/misc/testsuite/test3.m
24268    M /trunk/modules/misc/testsuite/test4.c
24269    M /trunk/modules/mux
24270    D /trunk/modules/mux/.cvsignore
24271    M /trunk/modules/mux/asf.c
24272    M /trunk/modules/mux/avi.c
24273    M /trunk/modules/mux/dummy.c
24274    M /trunk/modules/mux/mp4.c
24275    M /trunk/modules/mux/mpeg
24276    D /trunk/modules/mux/mpeg/.cvsignore
24277    M /trunk/modules/mux/mpeg/bits.h
24278    M /trunk/modules/mux/mpeg/csa.c
24279    M /trunk/modules/mux/mpeg/csa.h
24280    M /trunk/modules/mux/mpeg/pes.c
24281    M /trunk/modules/mux/mpeg/pes.h
24282    M /trunk/modules/mux/mpeg/ps.c
24283    M /trunk/modules/mux/mpeg/ts.c
24284    M /trunk/modules/mux/ogg.c
24285    M /trunk/modules/packetizer
24286    D /trunk/modules/packetizer/.cvsignore
24287    M /trunk/modules/packetizer/copy.c
24288    M /trunk/modules/packetizer/mpeg4audio.c
24289    M /trunk/modules/packetizer/mpeg4video.c
24290    M /trunk/modules/packetizer/mpegvideo.c
24291    M /trunk/modules/stream_out
24292    D /trunk/modules/stream_out/.cvsignore
24293    M /trunk/modules/stream_out/announce.h
24294    M /trunk/modules/stream_out/display.c
24295    M /trunk/modules/stream_out/dummy.c
24296    M /trunk/modules/stream_out/duplicate.c
24297    M /trunk/modules/stream_out/es.c
24298    M /trunk/modules/stream_out/gather.c
24299    M /trunk/modules/stream_out/rtp.c
24300    M /trunk/modules/stream_out/standard.c
24301    M /trunk/modules/stream_out/transcode.c
24302    M /trunk/modules/stream_out/transrate
24303    D /trunk/modules/stream_out/transrate/.cvsignore
24304    M /trunk/modules/stream_out/transrate/frame.c
24305    M /trunk/modules/stream_out/transrate/transrate.c
24306    M /trunk/modules/stream_out/transrate/transrate.h
24307    M /trunk/modules/video_chroma
24308    D /trunk/modules/video_chroma/.cvsignore
24309    M /trunk/modules/video_chroma/i420_rgb.c
24310    M /trunk/modules/video_chroma/i420_rgb.h
24311    M /trunk/modules/video_chroma/i420_rgb16.c
24312    M /trunk/modules/video_chroma/i420_rgb8.c
24313    M /trunk/modules/video_chroma/i420_rgb_c.h
24314    M /trunk/modules/video_chroma/i420_rgb_mmx.h
24315    M /trunk/modules/video_chroma/i420_ymga.c
24316    M /trunk/modules/video_chroma/i420_yuy2.c
24317    M /trunk/modules/video_chroma/i420_yuy2.h
24318    M /trunk/modules/video_chroma/i422_yuy2.c
24319    M /trunk/modules/video_chroma/i422_yuy2.h
24320    M /trunk/modules/video_filter
24321    D /trunk/modules/video_filter/.cvsignore
24322    M /trunk/modules/video_filter/adjust.c
24323    M /trunk/modules/video_filter/clone.c
24324    M /trunk/modules/video_filter/crop.c
24325    M /trunk/modules/video_filter/deinterlace
24326    D /trunk/modules/video_filter/deinterlace/.cvsignore
24327    M /trunk/modules/video_filter/deinterlace/deinterlace.c
24328    M /trunk/modules/video_filter/distort.c
24329    M /trunk/modules/video_filter/filter_common.h
24330    M /trunk/modules/video_filter/invert.c
24331    M /trunk/modules/video_filter/logo.c
24332    M /trunk/modules/video_filter/motionblur.c
24333    M /trunk/modules/video_filter/transform.c
24334    M /trunk/modules/video_filter/wall.c
24335    M /trunk/modules/video_output
24336    D /trunk/modules/video_output/.cvsignore
24337    M /trunk/modules/video_output/aa.c
24338    M /trunk/modules/video_output/caca.c
24339    M /trunk/modules/video_output/directx
24340    D /trunk/modules/video_output/directx/.cvsignore
24341    M /trunk/modules/video_output/directx/directx.c
24342    M /trunk/modules/video_output/directx/events.c
24343    M /trunk/modules/video_output/directx/vout.h
24344    M /trunk/modules/video_output/fb.c
24345    M /trunk/modules/video_output/ggi.c
24346    M /trunk/modules/video_output/glide.c
24347    M /trunk/modules/video_output/mga
24348    D /trunk/modules/video_output/mga/.cvsignore
24349    M /trunk/modules/video_output/mga/mga.c
24350    M /trunk/modules/video_output/qte
24351    D /trunk/modules/video_output/qte/.cvsignore
24352    M /trunk/modules/video_output/qte/qte.cpp
24353    M /trunk/modules/video_output/qte/qte.h
24354    M /trunk/modules/video_output/sdl.c
24355    M /trunk/modules/video_output/svgalib.c
24356    M /trunk/modules/video_output/wingdi.c
24357    M /trunk/modules/video_output/x11
24358    D /trunk/modules/video_output/x11/.cvsignore
24359    M /trunk/modules/video_output/x11/x11.c
24360    M /trunk/modules/video_output/x11/xcommon.c
24361    M /trunk/modules/video_output/x11/xcommon.h
24362    M /trunk/modules/video_output/x11/xvideo.c
24363    M /trunk/modules/visualization
24364    D /trunk/modules/visualization/.cvsignore
24365    M /trunk/modules/visualization/goom.c
24366    M /trunk/modules/visualization/scope
24367    D /trunk/modules/visualization/scope/.cvsignore
24368    M /trunk/modules/visualization/scope/scope.c
24369    M /trunk/modules/visualization/visual
24370    D /trunk/modules/visualization/visual/.cvsignore
24371    M /trunk/modules/visualization/visual/effects.c
24372    M /trunk/modules/visualization/visual/fft.c
24373    M /trunk/modules/visualization/visual/fft.h
24374    M /trunk/modules/visualization/visual/visual.c
24375    M /trunk/modules/visualization/visual/visual.h
24376    M /trunk/modules/visualization/xosd
24377    D /trunk/modules/visualization/xosd/.cvsignore
24378    M /trunk/modules/visualization/xosd/xosd.c
24379    M /trunk/mozilla
24380    D /trunk/mozilla/.cvsignore
24381    M /trunk/mozilla/support
24382    D /trunk/mozilla/support/.cvsignore
24383    M /trunk/mozilla/vlcpeer.cpp
24384    M /trunk/mozilla/vlcpeer.h
24385    M /trunk/mozilla/vlcplugin.cpp
24386    M /trunk/mozilla/vlcplugin.h
24387    M /trunk/mozilla/vlcshell.cpp
24388    M /trunk/msvc
24389    D /trunk/msvc/.cvsignore
24390    M /trunk/po
24391    D /trunk/po/.cvsignore
24392    M /trunk/python/vlrs
24393    D /trunk/python/vlrs/.cvsignore
24394    M /trunk/share
24395    D /trunk/share/.cvsignore
24396    M /trunk/src
24397    D /trunk/src/.cvsignore
24398    M /trunk/src/audio_output
24399    D /trunk/src/audio_output/.cvsignore
24400    M /trunk/src/audio_output/common.c
24401    M /trunk/src/audio_output/dec.c
24402    M /trunk/src/audio_output/filters.c
24403    M /trunk/src/audio_output/input.c
24404    M /trunk/src/audio_output/intf.c
24405    M /trunk/src/audio_output/mixer.c
24406    M /trunk/src/audio_output/output.c
24407    M /trunk/src/extras
24408    D /trunk/src/extras/.cvsignore
24409    M /trunk/src/extras/libc.c
24410    M /trunk/src/input
24411    D /trunk/src/input/.cvsignore
24412    M /trunk/src/input/demux.c
24413    M /trunk/src/input/es_out.c
24414    M /trunk/src/input/input.c
24415    M /trunk/src/input/input_clock.c
24416    M /trunk/src/input/input_dec.c
24417    M /trunk/src/input/input_ext-intf.c
24418    M /trunk/src/input/input_ext-plugins.c
24419    M /trunk/src/input/input_info.c
24420    M /trunk/src/input/input_programs.c
24421    M /trunk/src/input/stream.c
24422    M /trunk/src/input/subtitles.c
24423    M /trunk/src/interface
24424    D /trunk/src/interface/.cvsignore
24425    M /trunk/src/interface/interface.c
24426    M /trunk/src/interface/intf_eject.c
24427    M /trunk/src/libvlc.c
24428    M /trunk/src/libvlc.h
24429    M /trunk/src/misc
24430    D /trunk/src/misc/.cvsignore
24431    M /trunk/src/misc/beos_specific.cpp
24432    M /trunk/src/misc/block.c
24433    M /trunk/src/misc/charset.c
24434    M /trunk/src/misc/configuration.c
24435    M /trunk/src/misc/cpu.c
24436    M /trunk/src/misc/darwin_specific.m
24437    M /trunk/src/misc/error.c
24438    M /trunk/src/misc/httpd.c
24439    M /trunk/src/misc/iso-639_def.h
24440    M /trunk/src/misc/iso_lang.c
24441    M /trunk/src/misc/messages.c
24442    M /trunk/src/misc/modules.c
24443    M /trunk/src/misc/modules_plugin.h.in
24444    M /trunk/src/misc/mtime.c
24445    M /trunk/src/misc/net.c
24446    M /trunk/src/misc/objects.c
24447    M /trunk/src/misc/threads.c
24448    M /trunk/src/misc/variables.c
24449    M /trunk/src/misc/win32_specific.c
24450    M /trunk/src/playlist
24451    D /trunk/src/playlist/.cvsignore
24452    M /trunk/src/playlist/group.c
24453    M /trunk/src/playlist/info.c
24454    M /trunk/src/playlist/item-ext.c
24455    M /trunk/src/playlist/item.c
24456    M /trunk/src/playlist/loadsave.c
24457    M /trunk/src/playlist/playlist.c
24458    M /trunk/src/playlist/sort.c
24459    M /trunk/src/stream_output
24460    D /trunk/src/stream_output/.cvsignore
24461    M /trunk/src/stream_output/stream_output.c
24462    M /trunk/src/video_output
24463    D /trunk/src/video_output/.cvsignore
24464    M /trunk/src/video_output/video_output.c
24465    M /trunk/src/video_output/video_text.c
24466    M /trunk/src/video_output/vout_pictures.c
24467    M /trunk/src/video_output/vout_pictures.h
24468    M /trunk/src/video_output/vout_subpictures.c
24469    M /trunk/src/video_output/vout_synchro.c
24470    M /trunk/src/vlc.c
24471    M /trunk/toolbox
24472    M /trunk/vlc-cvs.ebuild
24473    M /trunk/vlc.ebuild
24474
24475   * Added "Id" svn:keywords property to all files containing "$Id:".
24476   * Removed .cvsignore files and added proper svn:ignore properties.
24477
24478 ------------------------------------------------------------------------
24479 r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
24480 Changed paths:
24481    M /trunk/modules/gui/wxwindows/iteminfo.cpp
24482
24483 modules/gui/wxwindows/iteminfo.cpp:
24484  * select the right value in the group-combobox in the iteminfo dialog
24485
24486 ------------------------------------------------------------------------
24487 r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
24488 Changed paths:
24489    M /trunk/toolbox
24490
24491   * toolbox:
24492     + Do not remove svn directories in autotools/ when using --distclean.
24493
24494 ------------------------------------------------------------------------
24495 r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
24496 Changed paths:
24497    M /trunk/mozilla/npvlc_rc.rc
24498    M /trunk/mozilla/vlcplugin.h
24499
24500   * mozilla/vlcplugin.h:
24501     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
24502       bug #232690).
24503
24504    This commit is also a blatant test of the SVN->CVS mirroring scripts. If
24505  it does not work, we're screwed :-)
24506
24507 ------------------------------------------------------------------------
24508 r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
24509 Changed paths:
24510    M /trunk/configure.ac
24511    A /trunk/modules/control/telnet
24512    A /trunk/modules/control/telnet/Modules.am
24513    A /trunk/modules/control/telnet/telnet.c
24514    A /trunk/modules/control/telnet/vlm.c
24515    A /trunk/modules/control/telnet/vlm.h
24516
24517  * telnet interface and VLM ( VideoLAN (media) manager):
24518     VLM is a little media manager. It is designed to launch several souts
24519     with a unique VLC. It is a kind of "server playlist". For now, it is
24520     only usable with the little telnet interface I wrote. The features are:
24521      - complete and barely coherent command line set for media setup and
24522        control
24523      - multiple input list by media (like a playlist)
24524      - loop by media
24525      - load/save config file (human readable)
24526      - script implementation (for scheduling, for example)
24527     If you want to test it, launch VLC with -I telnet, and type "help".
24528     Beware of the type of the media: vod or broadcast. vod will be used
24529     later.
24530      TODO:
24531       - rewrite the telnet interface (beurk)
24532       - change error message system and create a http interface for VLM
24533       - implement RTSP clients administration (with vod medias)
24534       - write a complete documentation...
24535
24536 ------------------------------------------------------------------------
24537 r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
24538 Changed paths:
24539    M /trunk/modules/access_output/udp.c
24540
24541  * udp: added a 'late' option in milli-second.
24542  Too late packets according to this value are trashed. By default it is
24543 0 ie don't trash any packets. (I think it's safer, else we may have too
24544 much people complaining about broken picture or CSA not working anymore ;)
24545 The drawback is potential floods of clients...
24546
24547 ------------------------------------------------------------------------
24548 r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
24549 Changed paths:
24550    M /trunk/src/misc/modules.c
24551
24552  * modules.c: fixed module_Need. (but I'm not sure of what to do with
24553  shortcuts,any and 0 scored modules).
24554
24555 ------------------------------------------------------------------------
24556 r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
24557 Changed paths:
24558    M /trunk/modules/gui/macosx/vout.m
24559
24560 Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
24561
24562 ------------------------------------------------------------------------
24563 r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
24564 Changed paths:
24565    M /trunk/modules/video_filter/deinterlace/deinterlace.c
24566
24567 modules/video_filter/deinterlace/deinterlace.c:
24568  * Fixed a sse2 crash related to a non-16byte aligned pointer
24569
24570 ------------------------------------------------------------------------
24571 r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
24572 Changed paths:
24573    M /trunk/modules/gui/skins2/theme/skin.dtd
24574    M /trunk/modules/gui/skins2/utils/bezier.cpp
24575
24576 * utils/bezier.cpp: use lrint() to avoid rounding issues
24577 * theme/skin.dtd: "" instead of "\0" for default values
24578
24579 ------------------------------------------------------------------------
24580 r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
24581 Changed paths:
24582    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
24583    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
24584
24585
24586 * extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
24587
24588 ------------------------------------------------------------------------
24589 r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
24590 Changed paths:
24591    M /trunk/include/modules.h
24592    M /trunk/modules/access/dvd/demux.c
24593    M /trunk/modules/access/dvdplay/demux.c
24594    M /trunk/modules/access/dvdread/input.c
24595    M /trunk/modules/access/vcdx/demux.c
24596    M /trunk/modules/access_output/udp.c
24597    M /trunk/modules/audio_filter/resampler/coreaudio.c
24598    M /trunk/modules/demux/a52.c
24599    M /trunk/modules/demux/aac.c
24600    M /trunk/modules/demux/demuxstream.c
24601    M /trunk/modules/demux/dts.c
24602    M /trunk/modules/demux/flac.c
24603    M /trunk/modules/demux/mpeg/m4v.c
24604    M /trunk/modules/demux/mpeg/mpga.c
24605    M /trunk/modules/demux/mpeg/mpgv.c
24606    M /trunk/modules/demux/mpeg/ps.c
24607    M /trunk/modules/demux/mpeg/ts.c
24608    M /trunk/modules/demux/util/sub.h
24609    M /trunk/modules/gui/gtk/gnome.c
24610    M /trunk/modules/gui/gtk/gtk.c
24611    M /trunk/modules/gui/gtk2/gnome2.c
24612    M /trunk/modules/gui/gtk2/gtk2.c
24613    M /trunk/modules/gui/pda/pda.c
24614    M /trunk/modules/gui/skins/src/dialogs.cpp
24615    M /trunk/modules/gui/skins2/src/dialogs.cpp
24616    M /trunk/modules/misc/sap.c
24617    M /trunk/modules/stream_out/announce.c
24618    M /trunk/modules/stream_out/transcode.c
24619    M /trunk/modules/video_output/qte/qte.cpp
24620    M /trunk/src/audio_output/filters.c
24621    M /trunk/src/audio_output/input.c
24622    M /trunk/src/audio_output/mixer.c
24623    M /trunk/src/audio_output/output.c
24624    M /trunk/src/input/demux.c
24625    M /trunk/src/input/input.c
24626    M /trunk/src/input/input_dec.c
24627    M /trunk/src/interface/interface.c
24628    M /trunk/src/libvlc.c
24629    M /trunk/src/misc/modules.c
24630    M /trunk/src/misc/net.c
24631    M /trunk/src/playlist/loadsave.c
24632    M /trunk/src/stream_output/stream_output.c
24633    M /trunk/src/video_output/video_output.c
24634
24635
24636 * ALL: changed the prototype of module_Need() to accept a "strict" boolean argument.
24637 If "strict" is true and a module name is provided then module_Need() will only look for the specified module
24638 If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
24639
24640 ------------------------------------------------------------------------
24641 r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
24642 Changed paths:
24643    M /trunk/Makefile.am
24644    M /trunk/share/Makefile.am
24645
24646 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
24647              moved to share/ after the svn switch)
24648 share/Makefile.am: added some wince-related resource files to the distribution
24649
24650 ------------------------------------------------------------------------
24651 r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
24652 Changed paths:
24653    M /trunk/src/misc/modules.c
24654
24655 src/misc/modules.c:
24656  * include vlc_httpd.h, fixes compilation
24657
24658 ------------------------------------------------------------------------
24659 r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
24660 Changed paths:
24661    M /trunk/configure.ac
24662    M /trunk/doc/intf-http.txt
24663    M /trunk/modules/control/http.c
24664    M /trunk/share/http/index.html
24665
24666  * configure.ac: -> 0.7.2-cvs
24667  * modules/control/http.c: added a playlist.uri field.
24668
24669 ------------------------------------------------------------------------
24670 r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
24671 Changed paths:
24672    M /trunk/modules/stream_out/rtp.c
24673
24674  * rtp: ported to new httpd.
24675
24676 ------------------------------------------------------------------------
24677 r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
24678 Changed paths:
24679    M /trunk/modules/control/http.c
24680
24681  * http: ported to new httpd. A few features are still missings.
24682
24683 ------------------------------------------------------------------------
24684 r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
24685 Changed paths:
24686    M /trunk/modules/access_output/http.c
24687
24688  * http: ported to new httpd.
24689
24690 ------------------------------------------------------------------------
24691 r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
24692 Changed paths:
24693    M /trunk/src/misc/objects.c
24694
24695  * objects: include vlc_http.h
24696
24697 ------------------------------------------------------------------------
24698 r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
24699 Changed paths:
24700    M /trunk/include/vlc_common.h
24701
24702  * vlc_common.h: httpd typedefs.
24703
24704 ------------------------------------------------------------------------
24705 r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
24706 Changed paths:
24707    M /trunk/Makefile.am
24708    M /trunk/configure.ac
24709    M /trunk/modules/misc/Modules.am
24710
24711  * all: httpd compilation.
24712
24713 ------------------------------------------------------------------------
24714 r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
24715 Changed paths:
24716    D /trunk/include/httpd.h
24717    A /trunk/include/vlc_httpd.h
24718    D /trunk/modules/misc/httpd.c
24719    A /trunk/src/misc/httpd.c
24720
24721  * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
24722  * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
24723  it will allow http 1.1, redirection, RTSP, ...
24724
24725 ------------------------------------------------------------------------
24726 r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
24727 Changed paths:
24728    M /trunk/configure.ac
24729
24730   * configure.ac:
24731     + When using a local ffmpeg tree, add a path to the avformat headers.
24732
24733 ------------------------------------------------------------------------
24734 r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
24735 Changed paths:
24736    M /trunk/modules/misc/dummy/vout.c
24737
24738  * vout.c: fixed a warning.
24739
24740 ------------------------------------------------------------------------
24741 r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
24742 Changed paths:
24743    M /trunk/modules/demux/mkv.cpp
24744
24745   * mkv: added Control and use vlc_meta.h.
24746
24747 ------------------------------------------------------------------------
24748 r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
24749 Changed paths:
24750    M /trunk/modules/gui/macosx/macosx.m
24751    M /trunk/modules/gui/macosx/vout.m
24752
24753  macsox/* : added --macosx-fill
24754   In fullscreen, crops the picture if necessary in order to fill
24755   the screen without black borders (e.g. you lose top and bottom parts
24756   of the picture when watching a 4:3 video on a 16:9 display).
24757   (Only implemented in OpenGL mode)
24758
24759 ------------------------------------------------------------------------
24760 r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
24761 Changed paths:
24762    M /trunk/src/input/demux.c
24763
24764  demux: implementation of demux2_vaControlHelper.
24765
24766 ------------------------------------------------------------------------
24767 r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
24768 Changed paths:
24769    M /trunk/include/ninput.h
24770    M /trunk/include/vlc_meta.h
24771
24772  ninput.h: added prototype of demux2_vaControlHelper.
24773  include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
24774
24775 ------------------------------------------------------------------------
24776 r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
24777 Changed paths:
24778    M /trunk/src/input/input.c
24779
24780  * input.c: add Duration to input infos.
24781
24782 ------------------------------------------------------------------------
24783 r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
24784 Changed paths:
24785    M /trunk/modules/demux/mpeg/mpga.c
24786
24787  * mpga: demux -> demux2.
24788
24789 ------------------------------------------------------------------------
24790 r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
24791 Changed paths:
24792    M /trunk/modules/demux/a52.c
24793    M /trunk/modules/demux/aac.c
24794    M /trunk/modules/demux/au.c
24795    M /trunk/modules/demux/dts.c
24796    M /trunk/modules/demux/flac.c
24797    M /trunk/modules/demux/wav.c
24798
24799  * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
24800  to demux2.
24801
24802 ------------------------------------------------------------------------
24803 r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
24804 Changed paths:
24805    M /trunk/modules/stream_out/transrate/frame.c
24806
24807 * modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
24808
24809 ------------------------------------------------------------------------
24810 r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
24811 Changed paths:
24812    M /trunk/modules/demux/util/id3.c
24813    M /trunk/modules/demux/util/id3tag.c
24814
24815  * id3*: Search p_input (to make it working with demux2).
24816
24817 ------------------------------------------------------------------------
24818 r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
24819 Changed paths:
24820    M /trunk/modules/mux/mpeg/pes.c
24821    M /trunk/modules/mux/mpeg/ts.c
24822
24823 * modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
24824   buffer.
24825
24826 * modules/mux/mpeg/ts.c:
24827   - rename the caching= option into shaping= since it more adequately
24828     describes what it does
24829   - new use-key-frames option, if enabled then shaping= will be a
24830     maximum value, if the algorithm find a new GOP it will finish with
24831     the first picture of the next GOP (helps minimizing the dts delay)
24832   - fixed a bug where the calculated sending time could be later than
24833     the real DTS time (meaning the decoder wouldn't get the buffer
24834     in time)
24835
24836 ------------------------------------------------------------------------
24837 r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
24838 Changed paths:
24839    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
24840    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
24841    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
24842    M /trunk/modules/gui/macosx/controls.m
24843    M /trunk/modules/gui/macosx/playlist.h
24844    M /trunk/modules/gui/macosx/playlist.m
24845
24846 - Repeat and loop are now mutually exclusive
24847 - On the playlist window, turn loop/repeat/standard play selection into a popup
24848 - On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded
24849
24850 Please make remarks on the new layout / the colors chosen.
24851
24852 ------------------------------------------------------------------------
24853 r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
24854 Changed paths:
24855    M /trunk/modules/codec/ffmpeg/encoder.c
24856    M /trunk/modules/stream_out/transcode.c
24857
24858 * modules/codec/ffmpeg/encoder.c:
24859   - use AV_NOPTS_VALUE instead of 0 when it's available
24860   - reworked the hurry-up mode to start with disabling the B frames first
24861   - reworked the hurry-up mode to remove my thread mess
24862   - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
24863   - correctly flag the picture types
24864
24865 * modules/stream_out/transcode.c:
24866   - use AV_NOPTS_VALUE instead of 0 when it's available
24867   - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
24868
24869 ------------------------------------------------------------------------
24870 r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
24871 Changed paths:
24872    M /trunk/modules/stream_out/transrate/Modules.am
24873    A /trunk/modules/stream_out/transrate/frame.c
24874    M /trunk/modules/stream_out/transrate/transrate.c
24875    A /trunk/modules/stream_out/transrate/transrate.h
24876
24877 * modules/stream_out/transrate:
24878   - split transrate.c
24879   - you can specify a maximum gop length on which to perform transrating,
24880     to avoid adding to much delay in the sout pipeline (shaping= option)
24881   - fixed a bug where you couldn't transrate a transcoded stream
24882
24883 ------------------------------------------------------------------------
24884 r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
24885 Changed paths:
24886    M /trunk/include/stream_output.h
24887    M /trunk/src/input/input_dec.c
24888
24889 * src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
24890   (temporary).
24891
24892 ------------------------------------------------------------------------
24893 r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
24894 Changed paths:
24895    M /trunk/modules/packetizer/mpegvideo.c
24896
24897 * modules/packetizer/mpegvideo.c: Correctly flag the picture types in
24898   block_t::i_flags.
24899
24900 ------------------------------------------------------------------------
24901 r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
24902 Changed paths:
24903    M /trunk/modules/access_output/udp.c
24904
24905 * modules/access_output/udp.c: New group= option, used to send multiple
24906   packets at once (less scheduling overhead) ; typically access=udp{group=5}
24907   will send 5 * 7 TS packets at once.
24908
24909 ------------------------------------------------------------------------
24910 r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
24911 Changed paths:
24912    M /trunk/modules/access/satellite/access.c
24913
24914 * modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
24915   (because others do it - no idea if it helps, though)
24916
24917 ------------------------------------------------------------------------
24918 r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
24919 Changed paths:
24920    M /trunk/modules/demux/ts.c
24921
24922  * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
24923
24924 ------------------------------------------------------------------------
24925 r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
24926 Changed paths:
24927    M /trunk/NEWS
24928
24929 * updated NEWS for 0.7.1a
24930
24931 ------------------------------------------------------------------------
24932 r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
24933 Changed paths:
24934    M /trunk/extras/contrib/src/Makefile
24935    M /trunk/extras/contrib/src/packages.mak
24936
24937 * extras/contrib:
24938   - fixed the infamous "libmad is twice slower" bug
24939   - fixed libmad dynamic build
24940   - added a52 support to ffmpeg
24941   - remove libdvdnav
24942
24943 ------------------------------------------------------------------------
24944 r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
24945 Changed paths:
24946    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
24947    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
24948    M /trunk/modules/gui/skins2/parser/builder.cpp
24949    M /trunk/modules/gui/skins2/parser/builder_data.def
24950    M /trunk/modules/gui/skins2/parser/builder_data.hpp
24951    M /trunk/modules/gui/skins2/parser/gen_builder.py
24952    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
24953    M /trunk/modules/gui/skins2/src/anchor.cpp
24954    M /trunk/modules/gui/skins2/src/anchor.hpp
24955    M /trunk/modules/gui/skins2/src/theme.cpp
24956    M /trunk/modules/gui/skins2/theme/skin.dtd
24957    M /trunk/modules/gui/skins2/theme/theme.xml
24958    M /trunk/modules/gui/skins2/utils/bezier.cpp
24959    M /trunk/modules/gui/skins2/utils/bezier.hpp
24960
24961  - skins2/utils/bezier.*: Added support for curves made of one point
24962  - skins2/theme/skin.dtd: Removed Event and Rectangle tags
24963  - skins2/src/theme.cpp: Destroy curves explicitely
24964  - ALL: Anchors can be defined using a Bezier curve, which allows
24965    rectilinear anchors (but it is still possible to define anchors
24966    reduced to a single point).
24967    A "curved anchor" only attracts "single point anchors"
24968
24969 ------------------------------------------------------------------------
24970 r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
24971 Changed paths:
24972    M /trunk/extras/contrib/src/Makefile
24973    M /trunk/extras/contrib/src/packages.mak
24974
24975 * Well i be .......
24976   libmodplug working now. apparently it didn't like dynamic linking on OS X.
24977
24978 ------------------------------------------------------------------------
24979 r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
24980 Changed paths:
24981    M /trunk/modules/codec/mpeg_audio.c
24982
24983 * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
24984
24985 ------------------------------------------------------------------------
24986 r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
24987 Changed paths:
24988    M /trunk/modules/codec/dvbsub.c
24989    M /trunk/modules/demux/mkv.cpp
24990    M /trunk/modules/gui/macosx/macosx.m
24991    M /trunk/modules/video_output/fb.c
24992    M /trunk/po/de.po
24993    M /trunk/src/libvlc.h
24994
24995 * modules/codec/dvbsub.c: disabled translation of some internal error messages
24996 * po/de.po: removed my reminders
24997 * modules/demux/mkv.cpp: disabled translation of the string "Matroska"
24998
24999 * src/libvlc.h: small corrections of to-be-localised strings
25000 * modules/gui/macosx/macosx.m: ditto
25001 * modules/video_output/fb.c: ditto
25002
25003 ------------------------------------------------------------------------
25004 r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
25005 Changed paths:
25006    M /trunk/modules/access/mms/mms.c
25007
25008 Spelling error
25009
25010 ------------------------------------------------------------------------
25011 r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
25012 Changed paths:
25013    M /trunk/extras/contrib/src/Makefile
25014
25015 * Fix dts contrib
25016
25017 ------------------------------------------------------------------------
25018 r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
25019 Changed paths:
25020    M /trunk/extras/contrib/src/packages.mak
25021
25022 * update caca and live.com
25023
25024 ------------------------------------------------------------------------
25025 r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
25026 Changed paths:
25027    M /trunk/modules/codec/ffmpeg/video.c
25028
25029  * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
25030  than just the "SMI " one).
25031
25032 ------------------------------------------------------------------------
25033 r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
25034 Changed paths:
25035    M /trunk/ChangeLog
25036
25037
25038 * ChangeLog: updated for 0.7.1.
25039
25040 ------------------------------------------------------------------------
25041 r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
25042 Changed paths:
25043    M /trunk/modules/gui/skins2/Modules.am
25044
25045
25046 * modules/gui/skins2/Modules.am: oops, 1 file too much.
25047
25048 ------------------------------------------------------------------------
25049 r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
25050 Changed paths:
25051    M /trunk/po/de.po
25052    M /trunk/po/en_GB.po
25053    M /trunk/po/es.po
25054    M /trunk/po/fr.po
25055    M /trunk/po/hu.po
25056    M /trunk/po/it.po
25057    M /trunk/po/ja.po
25058    M /trunk/po/nl.po
25059    M /trunk/po/no.po
25060    M /trunk/po/pl.po
25061    M /trunk/po/pt_BR.po
25062    M /trunk/po/ru.po
25063    M /trunk/po/sv.po
25064    M /trunk/po/vlc.pot
25065
25066
25067 * po/*: ./toolbox --update-po in preparation for the release.
25068
25069 ------------------------------------------------------------------------
25070 r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
25071 Changed paths:
25072    M /trunk/modules/gui/skins2/src/skin_main.cpp
25073
25074
25075 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
25076
25077 ------------------------------------------------------------------------
25078 r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
25079 Changed paths:
25080    M /trunk/Makefile.am
25081    M /trunk/install-win32
25082    M /trunk/modules/gui/skins2/Modules.am
25083
25084
25085 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
25086 * install-win32, Makefile.am: include the default skins2 theme in the win32 package.
25087
25088 ------------------------------------------------------------------------
25089 r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
25090 Changed paths:
25091    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
25092    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
25093    M /trunk/modules/gui/skins2/theme/skin.dtd
25094    M /trunk/modules/gui/skins2/theme/theme.xml
25095
25096 * all: changed dtd version to 1.99 before the final dtd freeze
25097
25098 ------------------------------------------------------------------------
25099 r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
25100 Changed paths:
25101    M /trunk/modules/gui/skins2/parser/builder.cpp
25102    M /trunk/modules/gui/skins2/parser/builder.hpp
25103    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
25104    M /trunk/modules/gui/skins2/parser/skin_parser.hpp
25105    M /trunk/modules/gui/skins2/theme/skin.dtd
25106    M /trunk/modules/gui/skins2/theme/theme.xml
25107
25108 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
25109  in the xml parser instead of the builder: fixes nasty bugs related
25110  to layout IDs
25111 * theme/skin.dtd: "id" attribute is no longer required for window
25112
25113 ------------------------------------------------------------------------
25114 r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
25115 Changed paths:
25116    M /trunk/include/vlc_interface.h
25117    M /trunk/modules/gui/wxwindows/dialogs.cpp
25118    M /trunk/modules/gui/wxwindows/interface.cpp
25119    M /trunk/modules/gui/wxwindows/streamwizard.cpp
25120    M /trunk/modules/gui/wxwindows/wxwindows.h
25121
25122
25123 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
25124
25125 ------------------------------------------------------------------------
25126 r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
25127 Changed paths:
25128    M /trunk/modules/demux/mkv.cpp
25129
25130
25131 * modules/demux/mkv.cpp: fixed copy&paste bug.
25132
25133 ------------------------------------------------------------------------
25134 r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
25135 Changed paths:
25136    M /trunk/include/vlc_threads.h
25137    M /trunk/modules/access/file.c
25138    M /trunk/modules/access_output/udp.c
25139
25140 * include/vlc_threads.h:
25141    + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
25142 * modules/access/file.c:
25143    + s/config_GetInt()/var_Get() for file-caching.
25144 * modules/access_output/udp.c:
25145    + less verbose debug messages.
25146    + increase thread priority on win32.
25147
25148 ------------------------------------------------------------------------
25149 r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
25150 Changed paths:
25151    M /trunk/modules/stream_out/transrate/Modules.am
25152
25153 * Added two files in Modules.am
25154
25155 ------------------------------------------------------------------------
25156 r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
25157 Changed paths:
25158    M /trunk/po/it.po
25159
25160 Shit, forgot to :wq before committing :) sorry guys
25161
25162 ------------------------------------------------------------------------
25163 r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
25164 Changed paths:
25165    M /trunk/modules/gui/pda/pda.c
25166    M /trunk/modules/gui/pda/pda.glade
25167    M /trunk/modules/gui/pda/pda_callbacks.c
25168    M /trunk/modules/gui/pda/pda_interface.c
25169
25170 Updated PDA interface.
25171
25172 ------------------------------------------------------------------------
25173 r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
25174 Changed paths:
25175    M /trunk/po/it.po
25176
25177 Minor changes to the italian translation (thanks to Paolo Caravello)
25178
25179 Actually, we still got some (huge) untranslated strings in libvlc.h,
25180 I'll care about them after the release.
25181
25182 ------------------------------------------------------------------------
25183 r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
25184 Changed paths:
25185    M /trunk/ipkg/control.gpe
25186    M /trunk/ipkg/control.h3600
25187
25188 Updated version strings to 0.7.1 for upcoming release.
25189
25190 ------------------------------------------------------------------------
25191 r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
25192 Changed paths:
25193    M /trunk/po/nl.po
25194
25195 Updated Dutch translation.
25196
25197 ------------------------------------------------------------------------
25198 r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
25199 Changed paths:
25200    M /trunk/configure.ac
25201
25202
25203 * configure.ac: fixed --with-dts-tree.
25204
25205 ------------------------------------------------------------------------
25206 r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
25207 Changed paths:
25208    M /trunk/NEWS
25209
25210
25211 * NEWS: updated.
25212
25213 ------------------------------------------------------------------------
25214 r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
25215 Changed paths:
25216    M /trunk/modules/demux/rawdv.c
25217
25218
25219 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
25220
25221 ------------------------------------------------------------------------
25222 r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
25223 Changed paths:
25224    M /trunk/modules/gui/skins2/src/skin_main.cpp
25225
25226 * src/skin_main.cpp: do not delete the input a second time !
25227
25228 ------------------------------------------------------------------------
25229 r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
25230 Changed paths:
25231    M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
25232    M /trunk/modules/gui/skins2/controls/ctrl_button.hpp
25233    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
25234    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
25235    M /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
25236    M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
25237    M /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
25238    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
25239    M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
25240    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
25241    M /trunk/modules/gui/skins2/controls/ctrl_list.hpp
25242    M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
25243    M /trunk/modules/gui/skins2/controls/ctrl_move.hpp
25244    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
25245    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
25246    M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
25247    M /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
25248    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
25249    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
25250    M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
25251    M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
25252    M /trunk/modules/gui/skins2/parser/builder.cpp
25253    M /trunk/modules/gui/skins2/parser/builder_data.def
25254    M /trunk/modules/gui/skins2/parser/builder_data.hpp
25255    M /trunk/modules/gui/skins2/parser/skin_parser.cpp
25256    M /trunk/modules/gui/skins2/src/generic_layout.cpp
25257    M /trunk/modules/gui/skins2/src/generic_window.cpp
25258    M /trunk/modules/gui/skins2/theme/skin.dtd
25259    M /trunk/modules/gui/skins2/theme/theme.xml
25260
25261 * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
25262 variable is now owned by CtrlGeneric, and handled directly by the layout
25263 and the window (at the moment only the slider control uses it)
25264 * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
25265 the "color" attribute for control text
25266
25267 ------------------------------------------------------------------------
25268 r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
25269 Changed paths:
25270    M /trunk/INSTALL.win32
25271
25272
25273 * INSTALL.win32: updated win32 build instructions.
25274
25275 ------------------------------------------------------------------------
25276 r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
25277 Changed paths:
25278    M /trunk/modules/gui/wxwindows/playlist.cpp
25279
25280 Sanity check
25281
25282 ------------------------------------------------------------------------
25283 r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
25284 Changed paths:
25285    M /trunk/modules/gui/skins2/src/skin_main.cpp
25286
25287 * src/skin_main.cpp: fixed a bug related to the destruction order ;)
25288
25289 ------------------------------------------------------------------------
25290 r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
25291 Changed paths:
25292    M /trunk/po/de.po
25293
25294 Fixed breakage which has been introduced in the last commit
25295
25296 ------------------------------------------------------------------------
25297 r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
25298 Changed paths:
25299    M /trunk/po/de.po
25300
25301 spelling fixes
25302
25303 ------------------------------------------------------------------------
25304 r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
25305 Changed paths:
25306    M /trunk/ipkg/Makefile.am
25307
25308
25309 * ipkg/Makefile.am: don't try to package files which have been removed.
25310
25311 ------------------------------------------------------------------------
25312 r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
25313 Changed paths:
25314    M /trunk/include/vlc_common.h
25315    M /trunk/src/misc/variables.c
25316
25317
25318 * src/misc/variables.c: fixed memleak.
25319 * include/vlc_common.h: use pragma to disable useless MSVC warnings.
25320
25321 ------------------------------------------------------------------------
25322 r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
25323 Changed paths:
25324    M /trunk/configure.ac
25325    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
25326    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
25327    M /trunk/modules/audio_filter/converter/dtstofloat32.c
25328
25329
25330 * ALL: bumped revision number to 0.7.1
25331 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
25332
25333 ------------------------------------------------------------------------
25334 r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
25335 Changed paths:
25336    M /trunk/extras/contrib/src/packages.mak
25337
25338
25339 * src/packages.mak: updated for libdts-0.0.2
25340
25341 ------------------------------------------------------------------------
25342 r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
25343 Changed paths:
25344    M /trunk/modules/gui/wxwindows/playlist.cpp
25345
25346 Search on the author field too
25347
25348 ------------------------------------------------------------------------
25349 r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
25350 Changed paths:
25351    M /trunk/modules/gui/wxwindows/playlist.cpp
25352
25353 Fix loop on end of search
25354
25355 ------------------------------------------------------------------------
25356 r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
25357 Changed paths:
25358    M /trunk/modules/gui/wxwindows/streamout.cpp
25359
25360 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
25361
25362 ------------------------------------------------------------------------
25363 r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
25364 Changed paths:
25365    M /trunk/src/playlist/info.c
25366    M /trunk/src/playlist/item-ext.c
25367    M /trunk/src/playlist/item.c
25368
25369
25370 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
25371
25372 ------------------------------------------------------------------------
25373 r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
25374 Changed paths:
25375    M /trunk/modules/gui/macosx/vout.h
25376    M /trunk/modules/gui/macosx/vout.m
25377
25378  macosx/vout* : don't forget to exit fullscreen mode at EOF,
25379                 fixed a segfault
25380
25381 ------------------------------------------------------------------------
25382 r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
25383 Changed paths:
25384    M /trunk/po/de.po
25385
25386 Updated german translation
25387
25388 ------------------------------------------------------------------------
25389 r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
25390 Changed paths:
25391    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
25392    M /trunk/modules/gui/skins2/src/skin_main.cpp
25393
25394 * src/skin_main.cpp: fixed bug related to the destruction order.
25395 * parser/xmlparser.hpp: removed useless change.
25396
25397 ------------------------------------------------------------------------
25398 r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
25399 Changed paths:
25400    M /trunk/modules/demux/avi/avi.c
25401
25402  * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
25403
25404 ------------------------------------------------------------------------
25405 r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
25406 Changed paths:
25407    M /trunk/modules/demux/avi/avi.c
25408
25409  * avi.c: added support for rgb 32 (24 won't work under linux as the vout
25410  handle 24 and 32 the same way :(
25411
25412 ------------------------------------------------------------------------
25413 r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
25414 Changed paths:
25415    M /trunk/modules/codec/ffmpeg/chroma.c
25416    M /trunk/modules/codec/rawvideo.c
25417
25418  * rawvideo.c, ffmpeg/chroma.c: added YVU9.
25419
25420 ------------------------------------------------------------------------
25421 r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
25422 Changed paths:
25423    M /trunk/src/video_output/vout_pictures.c
25424    M /trunk/src/video_output/vout_pictures.h
25425
25426  * vout_pictures.*: added YVU9.
25427
25428 ------------------------------------------------------------------------
25429 r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
25430 Changed paths:
25431    M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
25432    M /trunk/modules/gui/skins2/parser/builder.cpp
25433    M /trunk/modules/gui/skins2/parser/builder_data.hpp
25434    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
25435    M /trunk/modules/gui/skins2/src/ft2_font.cpp
25436    M /trunk/modules/gui/skins2/src/skin_common.hpp
25437    M /trunk/modules/gui/skins2/vars/playlist.cpp
25438    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
25439    M /trunk/modules/gui/skins2/win32/win32_loop.cpp
25440    M /trunk/modules/gui/skins2/win32/win32_loop.hpp
25441
25442 * modules/gui/skins2/*: portability fixes.
25443
25444 ------------------------------------------------------------------------
25445 r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
25446 Changed paths:
25447    M /trunk/po/fr.po
25448    M /trunk/po/it.po
25449
25450 it.po: italian localization for VLC 0.7.1
25451 fr.po: minor fixes
25452
25453 ------------------------------------------------------------------------
25454 r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
25455 Changed paths:
25456    M /trunk/modules/codec/ffmpeg/audio.c
25457
25458 * Don't crash during my demo to the university computer labs.
25459   - don't crash when i_output < 0
25460
25461 ------------------------------------------------------------------------
25462 r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
25463 Changed paths:
25464    M /trunk/modules/audio_output/directx.c
25465
25466 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
25467    A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).
25468
25469 ------------------------------------------------------------------------
25470 r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
25471 Changed paths:
25472    M /trunk/modules/gui/macosx/playlist.m
25473
25474 * another thing that wasn't committed yet.
25475   - Fix Playlist Save. Can only do m3u atm.
25476
25477 ------------------------------------------------------------------------
25478 r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
25479 Changed paths:
25480    M /trunk/modules/video_output/directx/directx.c
25481    M /trunk/modules/video_output/directx/events.c
25482
25483 * modules/video_output/directx/*: fixes uninitialized variables and memleaks.
25484
25485 ------------------------------------------------------------------------
25486 r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
25487 Changed paths:
25488    M /trunk/modules/gui/macosx/vout.m
25489
25490 * don't break things...
25491
25492 ------------------------------------------------------------------------
25493 r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
25494 Changed paths:
25495    M /trunk/modules/gui/macosx/macosx.m
25496    M /trunk/modules/gui/macosx/vout.m
25497
25498 * Something I forgot
25499   --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
25500
25501 ------------------------------------------------------------------------
25502 r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
25503 Changed paths:
25504    M /trunk/modules/gui/wxwindows/menus.cpp
25505    M /trunk/modules/gui/wxwindows/playlist.cpp
25506    M /trunk/modules/gui/wxwindows/wxwindows.cpp
25507
25508
25509 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
25510 * modules/gui/wxwindows/menus.cpp: fixed memory leaks.
25511 * modules/gui/wxwindows/playlist.cpp: fixed deadlock.
25512
25513 ------------------------------------------------------------------------
25514 r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
25515 Changed paths:
25516    M /trunk/modules/gui/wxwindows/playlist.cpp
25517    M /trunk/modules/gui/wxwindows/wxwindows.h
25518
25519
25520 * modules/gui/wxwindows/playlist.cpp: removed useless lock.
25521
25522 ------------------------------------------------------------------------
25523 r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
25524 Changed paths:
25525    M /trunk/modules/gui/wxwindows/menus.cpp
25526    M /trunk/modules/gui/wxwindows/playlist.cpp
25527    M /trunk/modules/gui/wxwindows/preferences.cpp
25528
25529
25530 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
25531
25532 ------------------------------------------------------------------------
25533 r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
25534 Changed paths:
25535    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
25536
25537 * Disable libmad on OS X
25538
25539 ------------------------------------------------------------------------
25540 r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
25541 Changed paths:
25542    M /trunk/po/fr.po
25543
25544 Fixed an incorrect string
25545
25546 ------------------------------------------------------------------------
25547 r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
25548 Changed paths:
25549    D /trunk/ipkg/control
25550    M /trunk/ipkg/control.gpe
25551    A /trunk/ipkg/control.h3600
25552    D /trunk/ipkg/postinst
25553    D /trunk/ipkg/postrm
25554    M /trunk/ipkg/rules
25555    A /trunk/ipkg/rules.h3600
25556
25557 Added configuration for h3600 iPAQ PDA with small Flash sizes.
25558 Removed unused files.
25559
25560 ------------------------------------------------------------------------
25561 r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
25562 Changed paths:
25563    M /trunk/po/fr.po
25564
25565 Update of the french translation.
25566
25567 This file need reviewing, please help
25568
25569 ------------------------------------------------------------------------
25570 r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
25571 Changed paths:
25572    M /trunk/modules/gui/macosx/vout.h
25573    M /trunk/modules/gui/macosx/vout.m
25574
25575  macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
25576
25577 ------------------------------------------------------------------------
25578 r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
25579 Changed paths:
25580    M /trunk/src/input/input_dec.c
25581
25582
25583 * src/input/input_dec.c: compilation fix.
25584
25585 ------------------------------------------------------------------------
25586 r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
25587 Changed paths:
25588    M /trunk/modules/packetizer/mpeg4audio.c
25589    M /trunk/modules/packetizer/mpegvideo.c
25590
25591
25592 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
25593
25594 ------------------------------------------------------------------------
25595 r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
25596 Changed paths:
25597    M /trunk/modules/gui/wxwindows/wxwindows.h
25598
25599
25600 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
25601
25602 ------------------------------------------------------------------------
25603 r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
25604 Changed paths:
25605    M /trunk/modules/codec/libmpeg2.c
25606
25607  * libmpeg2.c: lalala, compilation fix...
25608
25609 ------------------------------------------------------------------------
25610 r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
25611 Changed paths:
25612    M /trunk/include/vlc_block.h
25613    M /trunk/modules/codec/a52.c
25614    M /trunk/modules/codec/dts.c
25615    M /trunk/modules/codec/faad.c
25616    M /trunk/modules/codec/ffmpeg/audio.c
25617    M /trunk/modules/codec/ffmpeg/video.c
25618    M /trunk/modules/codec/flac.c
25619    M /trunk/modules/codec/libmpeg2.c
25620    M /trunk/modules/codec/mpeg_audio.c
25621    M /trunk/modules/demux/a52.c
25622    M /trunk/modules/demux/dts.c
25623    M /trunk/modules/demux/flac.c
25624    M /trunk/src/misc/block.c
25625
25626  * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
25627  field and a few BLOCK_FLAG_*.
25628
25629 ------------------------------------------------------------------------
25630 r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
25631 Changed paths:
25632    M /trunk/po/pt_BR.po
25633
25634 Update of the brazilian portuguese translation, thanks to
25635 Andr� de Barros Martins Ribeiro
25636
25637 ------------------------------------------------------------------------
25638 r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
25639 Changed paths:
25640    M /trunk/src/input/input_dec.c
25641    M /trunk/src/input/input_programs.c
25642
25643  * all: fixed sout-audio/video options.
25644
25645 ------------------------------------------------------------------------
25646 r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
25647 Changed paths:
25648    M /trunk/modules/gui/wxwindows/menus.cpp
25649    M /trunk/modules/gui/wxwindows/wxwindows.h
25650
25651
25652 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
25653
25654 ------------------------------------------------------------------------
25655 r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
25656 Changed paths:
25657    M /trunk/modules/demux/dts.c
25658
25659
25660 * modules/demux/dts.c: improved detection of wav dts files.
25661
25662 ------------------------------------------------------------------------
25663 r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
25664 Changed paths:
25665    M /trunk/modules/gui/wxwindows/playlist.cpp
25666
25667 Fix problem in playlist update code.
25668
25669 Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
25670 replace it bhy "ProcessEvent" (the playlist update is processed
25671 immediately in the callback, but it is only the update of one item, so
25672 it should not be a problem)
25673
25674 ------------------------------------------------------------------------
25675 r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
25676 Changed paths:
25677    M /trunk/modules/access/cdda.c
25678
25679
25680 * modules/access/cdda.c: added "cddasimple" shortcut.
25681
25682 ------------------------------------------------------------------------
25683 r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
25684 Changed paths:
25685    M /trunk/modules/stream_out/transcode.c
25686
25687
25688 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
25689
25690 ------------------------------------------------------------------------
25691 r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
25692 Changed paths:
25693    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25694    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25695
25696 Do not send an event when clicking out of the search box
25697
25698 ------------------------------------------------------------------------
25699 r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
25700 Changed paths:
25701    M /trunk/modules/access/http.c
25702
25703  * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
25704
25705 ------------------------------------------------------------------------
25706 r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
25707 Changed paths:
25708    M /trunk/include/codecs.h
25709    M /trunk/modules/codec/araw.c
25710    M /trunk/modules/demux/wav.c
25711
25712
25713 * modules/demux/wav.c: more fixes for multichannel wav files support.
25714 * include/codecs.h: ms speakers definitions.
25715 * modules/codec/araw.c: added support for fl64 fourcc.
25716
25717 ------------------------------------------------------------------------
25718 r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
25719 Changed paths:
25720    M /trunk/src/playlist/playlist.c
25721
25722
25723 * src/playlist/playlist.c: who said testing was useful ?
25724
25725 ------------------------------------------------------------------------
25726 r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
25727 Changed paths:
25728    M /trunk/src/playlist/playlist.c
25729
25730
25731 * src/playlist/playlist.c: bug fix.
25732
25733 ------------------------------------------------------------------------
25734 r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
25735 Changed paths:
25736    M /trunk/modules/misc/sap.c
25737
25738 modules/misc/sap.c:
25739  * fixed two memleaks, one of them rather large
25740  * fix for http announces that don't start the filename part with '/'
25741
25742 ------------------------------------------------------------------------
25743 r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
25744 Changed paths:
25745    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25746    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25747
25748 Enlarged some fields in the OpenTarget-Window to display the entire localizations
25749
25750 ------------------------------------------------------------------------
25751 r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
25752 Changed paths:
25753    M /trunk/modules/demux/livedotcom.cpp
25754
25755  * livedotcom.cpp: nULL -> UI64C(n).
25756
25757 ------------------------------------------------------------------------
25758 r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
25759 Changed paths:
25760    M /trunk/modules/demux/livedotcom.cpp
25761
25762  * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
25763  using weird value after a synch with RTCP.
25764
25765 ------------------------------------------------------------------------
25766 r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
25767 Changed paths:
25768    M /trunk/include/vlc_common.h
25769
25770
25771 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
25772
25773 ------------------------------------------------------------------------
25774 r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
25775 Changed paths:
25776    M /trunk/modules/gui/wxwindows/playlist.cpp
25777    M /trunk/modules/gui/wxwindows/wxwindows.h
25778    M /trunk/src/playlist/playlist.c
25779
25780 *  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
25781 * src/playlist/playlist.c: vout/sout garbage collection improvements.
25782
25783 ------------------------------------------------------------------------
25784 r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
25785 Changed paths:
25786    M /trunk/modules/access/cdda/access.c
25787
25788 Change error reporting on memory error to be memory error.
25789
25790 ------------------------------------------------------------------------
25791 r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
25792 Changed paths:
25793    M /trunk/modules/misc/network/ipv4.c
25794
25795 ipv4.c : BeOS compile fix
25796
25797 ------------------------------------------------------------------------
25798 r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
25799 Changed paths:
25800    M /trunk/modules/access/cdda/access.c
25801
25802
25803 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
25804
25805 ------------------------------------------------------------------------
25806 r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
25807 Changed paths:
25808    M /trunk/src/input/input_programs.c
25809
25810  * input_programs.c: a little memleak.
25811
25812 ------------------------------------------------------------------------
25813 r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
25814 Changed paths:
25815    M /trunk/include/stream_output.h
25816    M /trunk/src/input/input_dec.c
25817    M /trunk/src/stream_output/stream_output.c
25818
25819  * all: changed the prototype of sout_InputNew.
25820
25821 ------------------------------------------------------------------------
25822 r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
25823 Changed paths:
25824    M /trunk/modules/demux/livedotcom.cpp
25825
25826  * livedotcom.cpp: bug fix. (a bad memory allocation).
25827
25828 ------------------------------------------------------------------------
25829 r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
25830 Changed paths:
25831    M /trunk/modules/demux/util/sub.c
25832
25833  * sub.c: VobSub fix.
25834
25835 ------------------------------------------------------------------------
25836 r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
25837 Changed paths:
25838    M /trunk/modules/codec/rawvideo.c
25839    M /trunk/modules/codec/speex.c
25840    M /trunk/modules/codec/vorbis.c
25841    M /trunk/modules/gui/ncurses/ncurses.c
25842    M /trunk/modules/mux/mpeg/ts.c
25843    M /trunk/modules/video_filter/filter_common.h
25844
25845  * all: compilation warning fixes (mainly missings headers).
25846
25847 ------------------------------------------------------------------------
25848 r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
25849 Changed paths:
25850    M /trunk/modules/misc/playlist/export.c
25851    M /trunk/modules/misc/playlist/native.c
25852
25853 Fix compilation warnings
25854
25855 ------------------------------------------------------------------------
25856 r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
25857 Changed paths:
25858    M /trunk/extras/contrib/src/Makefile
25859    M /trunk/extras/contrib/src/Patches/faad2.patch
25860    M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
25861    M /trunk/extras/contrib/src/packages.mak
25862    M /trunk/src/libvlc.c
25863    M /trunk/src/misc/threads.c
25864
25865 * Updated contrib build system
25866 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently
25867
25868 ------------------------------------------------------------------------
25869 r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
25870 Changed paths:
25871    M /trunk/configure.ac
25872    M /trunk/modules/gui/wxwindows/wxwindows.h
25873    M /trunk/src/libvlc.c
25874
25875
25876 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
25877 * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
25878
25879 ------------------------------------------------------------------------
25880 r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
25881 Changed paths:
25882    M /trunk/modules/codec/ogt/common.c
25883
25884 Fix valgrind-caught memory leak.
25885
25886 ------------------------------------------------------------------------
25887 r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
25888 Changed paths:
25889    M /trunk/modules/access/vcdx/access.c
25890
25891 Fix mem leak caught by valgrind.
25892
25893 ------------------------------------------------------------------------
25894 r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
25895 Changed paths:
25896    M /trunk/modules/access/cdda/access.c
25897
25898 fix mem leak. (Caught by valgrind.)
25899
25900 ------------------------------------------------------------------------
25901 r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
25902 Changed paths:
25903    M /trunk/modules/access/vcdx/access.c
25904
25905 Make sure a couple of variables are initialized before
25906 reading. (caught by valgrind).
25907
25908 ------------------------------------------------------------------------
25909 r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
25910 Changed paths:
25911    M /trunk/po/POTFILES.in
25912    M /trunk/po/de.po
25913    M /trunk/po/en_GB.po
25914    M /trunk/po/es.po
25915    M /trunk/po/fr.po
25916    M /trunk/po/hu.po
25917    M /trunk/po/it.po
25918    M /trunk/po/ja.po
25919    M /trunk/po/nl.po
25920    M /trunk/po/no.po
25921    M /trunk/po/pl.po
25922    M /trunk/po/pt_BR.po
25923    M /trunk/po/ru.po
25924    M /trunk/po/sv.po
25925    M /trunk/po/vlc.pot
25926
25927
25928 * po/*: ./toolbox --update-po.
25929
25930 ------------------------------------------------------------------------
25931 r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
25932 Changed paths:
25933    M /trunk/modules/demux/playlist/Modules.am
25934
25935
25936 * modules/demux/playlist/Modules.am: don't forget playlist.h.
25937
25938 ------------------------------------------------------------------------
25939 r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
25940 Changed paths:
25941    M /trunk/ChangeLog
25942    M /trunk/NEWS
25943    M /trunk/configure.ac
25944    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
25945    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
25946    M /trunk/include/video_output.h
25947    M /trunk/src/video_output/vout_pictures.c
25948
25949
25950 * ALL: preparation for 0.7.1-test2.
25951
25952 ------------------------------------------------------------------------
25953 r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
25954 Changed paths:
25955    M /trunk/modules/stream_out/transcode.c
25956
25957
25958 * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
25959
25960 ------------------------------------------------------------------------
25961 r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
25962 Changed paths:
25963    M /trunk/include/charset.h
25964    M /trunk/modules/demux/ts.c
25965    M /trunk/modules/mux/mp4.c
25966
25967
25968 * include/charset.h: added "extern "C" {" for c++ modules.
25969 * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
25970
25971 ------------------------------------------------------------------------
25972 r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
25973 Changed paths:
25974    M /trunk/modules/codec/ffmpeg/encoder.c
25975
25976
25977 * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
25978
25979 ------------------------------------------------------------------------
25980 r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
25981 Changed paths:
25982    M /trunk/configure.ac
25983
25984
25985 * configure.ac: what about checking for the c++ preprocessor.
25986
25987 ------------------------------------------------------------------------
25988 r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
25989 Changed paths:
25990    M /trunk/modules/stream_out/transcode.c
25991
25992 * modules/stream_out/transcode.c : don't lock when quitting.
25993
25994 ------------------------------------------------------------------------
25995 r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
25996 Changed paths:
25997    M /trunk/modules/audio_output/alsa.c
25998    D /trunk/modules/demux/a52sys.c
25999
26000
26001 * modules/demux/a52sys.c: forgot to remove this file.
26002 * modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
26003
26004 ------------------------------------------------------------------------
26005 r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
26006 Changed paths:
26007    M /trunk/modules/stream_out/transcode.c
26008
26009 * modules/stream_out/transcode.c: fixed a segfault when quitting.
26010
26011 ------------------------------------------------------------------------
26012 r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
26013 Changed paths:
26014    M /trunk/include/vlc_codec.h
26015    M /trunk/modules/codec/ffmpeg/encoder.c
26016    M /trunk/modules/stream_out/transcode.c
26017
26018 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
26019   - new ffmpeg options available from the command-line : interleaved video,
26020     noise reduction, rate control parameters, i_quant_factor, trellis
26021     quantification, mpeg4 matrix, and thread count
26022   - portable functions to use ffmpeg multithreading capabilities on all
26023     platforms
26024   - hurry up mode now turns off rd and trellis, and also raises the noise
26025     reduction parameter (thus noise reduction is mandatory with hurry up)
26026   - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
26027     will be done in a separate thread than the packetizer and decoder
26028   - fixed a bug with mp3 decoding and weird ffmpeg return code
26029
26030 ------------------------------------------------------------------------
26031 r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
26032 Changed paths:
26033    M /trunk/modules/packetizer/mpegvideo.c
26034
26035 * modules/packetizer/mpegvideo.c: display the picture size and frame rate
26036   exactly once.
26037
26038 ------------------------------------------------------------------------
26039 r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
26040 Changed paths:
26041    M /trunk/src/libvlc.h
26042    M /trunk/src/misc/threads.c
26043
26044 * src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
26045   OSes, and added an rt-offset configuration variable to tune the priority
26046   of VLC against other programs without recompiling everything.
26047
26048 ------------------------------------------------------------------------
26049 r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
26050 Changed paths:
26051    M /trunk/modules/demux/mpeg/system.c
26052
26053 * modules/demux/mpeg/system.c: check for scrambled packets.
26054
26055 ------------------------------------------------------------------------
26056 r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
26057 Changed paths:
26058    M /trunk/modules/access_output/udp.c
26059
26060 * modules/access_output/udp.c: do not send out packets which are too much
26061   in the past, to avoid flooding the client.
26062
26063 ------------------------------------------------------------------------
26064 r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
26065 Changed paths:
26066    M /trunk/modules/access/pvr/pvr.c
26067
26068 coding style
26069
26070 ------------------------------------------------------------------------
26071 r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
26072 Changed paths:
26073    M /trunk/modules/access/pvr/pvr.c
26074
26075 cleaning of pvr input  : settings are only set if  given on command line
26076 (no more default values).
26077
26078 Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
26079
26080 ------------------------------------------------------------------------
26081 r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
26082 Changed paths:
26083    M /trunk/modules/gui/macosx/prefs.h
26084    M /trunk/modules/gui/macosx/prefs.m
26085
26086 * Revert back to old prefs.
26087   - fixed the bug with the modules not setting up their prefs.
26088   - bugs: int with strings items are broken (see relfontsize)
26089   - hotkeys elements don't really work
26090
26091 ------------------------------------------------------------------------
26092 r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
26093 Changed paths:
26094    M /trunk/THANKS
26095    M /trunk/doc/ChangeLog-2001
26096    M /trunk/doc/ChangeLog-2002
26097
26098 Removed Vladimir Chernyshov's email address (kept his name).
26099
26100 ------------------------------------------------------------------------
26101 r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
26102 Changed paths:
26103    M /trunk/modules/codec/faad.c
26104
26105 Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
26106
26107 ------------------------------------------------------------------------
26108 r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
26109 Changed paths:
26110    M /trunk/modules/codec/faad.c
26111
26112 * modules/codec/faad.c: compilation fix and proper 16bits pcm support.
26113
26114 ------------------------------------------------------------------------
26115 r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
26116 Changed paths:
26117    M /trunk/modules/codec/faad.c
26118
26119 Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.
26120
26121 ------------------------------------------------------------------------
26122 r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
26123 Changed paths:
26124    M /trunk/modules/codec/faad.c
26125
26126 Fix for iPAQ choose fixed point arithmic in FAAD decoder.
26127
26128 ------------------------------------------------------------------------
26129 r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
26130 Changed paths:
26131    M /trunk/modules/access/vcdx/access.c
26132
26133 Structure not big enough and was writing past buffer boundary.
26134 Thanks to Marco Z�hlke for finding this problem.
26135
26136 ------------------------------------------------------------------------
26137 r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
26138 Changed paths:
26139    M /trunk/modules/stream_out/transcode.c
26140
26141  * transcode: fixed s16b <-> s16l conversion.
26142
26143 ------------------------------------------------------------------------
26144 r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
26145 Changed paths:
26146    M /trunk/modules/access/directory.c
26147    M /trunk/modules/demux/a52.c
26148    M /trunk/modules/demux/dts.c
26149    M /trunk/modules/demux/mp4/drms.c
26150    M /trunk/modules/mux/mpeg/ts.c
26151
26152 * ALL: portability fixes.
26153
26154 ------------------------------------------------------------------------
26155 r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
26156 Changed paths:
26157    M /trunk/modules/control/hotkeys.c
26158    M /trunk/modules/gui/macosx/controls.m
26159    M /trunk/src/video_output/video_text.c
26160
26161 * vout_OSDMessage doxygen doc update
26162 * fix broken vout_OSDMessage in other files
26163
26164 ------------------------------------------------------------------------
26165 r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
26166 Changed paths:
26167    M /trunk/modules/access/directory.c
26168
26169 Added an option "recursive"
26170         - none: subdirectories are skipped
26171         - collapse: former behaviour, subdirectories are not expanded
26172         - expand: all subdirectories are fully expanded
26173
26174 I dislike these strings, please find other ones :)
26175
26176 ------------------------------------------------------------------------
26177 r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
26178 Changed paths:
26179    M /trunk/modules/gui/wxwindows/playlist.cpp
26180    M /trunk/modules/gui/wxwindows/wxwindows.h
26181
26182 * Swap duration and group columns
26183 * Introduce duration sort
26184
26185 ------------------------------------------------------------------------
26186 r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
26187 Changed paths:
26188    M /trunk/src/input/input.c
26189
26190 Fix setting the name and the author with DEMUX_GET_META
26191
26192 ------------------------------------------------------------------------
26193 r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
26194 Changed paths:
26195    M /trunk/modules/access/dshow/filter.cpp
26196
26197 * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
26198
26199 ------------------------------------------------------------------------
26200 r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
26201 Changed paths:
26202    M /trunk/modules/misc/network/ipv6.c
26203
26204
26205 * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
26206
26207 ------------------------------------------------------------------------
26208 r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
26209 Changed paths:
26210    M /trunk/modules/audio_filter/converter/dtstospdif.c
26211
26212
26213 * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
26214
26215 ------------------------------------------------------------------------
26216 r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
26217 Changed paths:
26218    M /trunk/doc/lirc/example.lircrc
26219    M /trunk/modules/control/lirc/lirc.c
26220
26221 modules/control/lirc/lirc.c:
26222  * backported some changes from the hotkeys module
26223  * implemented buttons to cycle audio and subtitle tracks.
26224  * implemented a mute button
26225 doc/lirc/example.lircrc:
26226  * example for the new buttons
26227
26228 ------------------------------------------------------------------------
26229 r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
26230 Changed paths:
26231    M /trunk/doc/skins/events-howto.txt
26232    M /trunk/modules/gui/skins/src/banks.cpp
26233    M /trunk/modules/gui/skins/src/event.cpp
26234    M /trunk/modules/gui/skins/src/event.h
26235    M /trunk/modules/gui/skins/src/vlcproc.cpp
26236    M /trunk/modules/gui/skins/src/vlcproc.h
26237
26238  * modules/gui/skins/*:
26239     Added 'slow' and 'fast' events to play a stream slower/faster
26240
26241 ------------------------------------------------------------------------
26242 r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
26243 Changed paths:
26244    M /trunk/include/osd.h
26245    M /trunk/src/video_output/video_text.c
26246
26247 include/osd.h, src/video_output/video_text.c:
26248  * turned vout_OSDMessage into __vout_OSDMessage
26249  * __vout_OSDMessage now takes printf style parameters
26250  * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
26251    parameter passed through VLC_OBJECT()
26252
26253 ------------------------------------------------------------------------
26254 r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
26255 Changed paths:
26256    M /trunk/modules/demux/nsv.c
26257
26258  * nsv: display sub stream and skip extention data (initial patch from
26259  Vitalijus dot Slavinskas at stud dot ktu dot lt).
26260
26261 ------------------------------------------------------------------------
26262 r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
26263 Changed paths:
26264    M /trunk/modules/demux/ogg.c
26265
26266
26267 * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
26268
26269 ------------------------------------------------------------------------
26270 r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
26271 Changed paths:
26272    M /trunk/modules/access/cdda/access.c
26273    M /trunk/modules/access/cdda/cdda.c
26274
26275
26276 * modules/access/cdda/*: forgot to remove demux in module declaration.
26277    fixed deadlock with CDDAFixupPlayList().
26278
26279 ------------------------------------------------------------------------
26280 r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
26281 Changed paths:
26282    M /trunk/modules/access/cdda/cdda.h
26283    M /trunk/modules/access/cdda.c
26284
26285
26286 * modules/access/cdda*: removed definition of WAVEHEADER.
26287 * modules/access/cdda.c: small bug fix.
26288
26289 ------------------------------------------------------------------------
26290 r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
26291 Changed paths:
26292    M /trunk/include/codecs.h
26293    M /trunk/modules/audio_output/file.c
26294    M /trunk/modules/codec/araw.c
26295    M /trunk/modules/demux/wav.c
26296
26297
26298 * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
26299    support for float32 format.
26300 * include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
26301 * modules/codec/araw.c: fixes.
26302
26303 ------------------------------------------------------------------------
26304 r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
26305 Changed paths:
26306    M /trunk/modules/gui/skins2/events/evt_scroll.hpp
26307
26308
26309 * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
26310
26311 ------------------------------------------------------------------------
26312 r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
26313 Changed paths:
26314    M /trunk/modules/gui/wxwindows/open.cpp
26315    M /trunk/modules/gui/wxwindows/subtitles.cpp
26316
26317
26318 * modules/gui/wxwindows/*: make gcc-2.95 happy.
26319
26320 ------------------------------------------------------------------------
26321 r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
26322 Changed paths:
26323    M /trunk/include/ninput.h
26324    M /trunk/modules/demux/ts.c
26325    M /trunk/modules/demux/util/id3tag.c
26326
26327
26328 * ALL: small portability fixes.
26329
26330 ------------------------------------------------------------------------
26331 r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
26332 Changed paths:
26333    M /trunk/modules/demux/playlist/playlist.c
26334
26335
26336 * modules/demux/playlist/playlist.c: compilation fix.
26337
26338 ------------------------------------------------------------------------
26339 r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
26340 Changed paths:
26341    M /trunk/modules/demux/a52.c
26342
26343
26344 * modules/demux/a52.c: better detection code.
26345
26346 ------------------------------------------------------------------------
26347 r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
26348 Changed paths:
26349    M /trunk/modules/demux/a52.c
26350
26351
26352 * modules/demux/a52.c: grmbl.
26353
26354 ------------------------------------------------------------------------
26355 r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
26356 Changed paths:
26357    M /trunk/modules/demux/a52.c
26358
26359
26360 * modules/demux/a52.c: fixed alignment when seeking.
26361
26362 ------------------------------------------------------------------------
26363 r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
26364 Changed paths:
26365    M /trunk/modules/codec/a52.c
26366    M /trunk/modules/demux/Modules.am
26367    A /trunk/modules/demux/a52.c
26368
26369
26370 * modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
26371 * modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.
26372
26373 ------------------------------------------------------------------------
26374 r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
26375 Changed paths:
26376    M /trunk/doc/developer/interface.xml
26377
26378 Better worded.
26379
26380 ------------------------------------------------------------------------
26381 r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
26382 Changed paths:
26383    M /trunk/doc/developer/Makefile
26384    M /trunk/doc/developer/Makefile.in
26385    M /trunk/doc/developer/configure.ac
26386    M /trunk/doc/developer/manual.xml
26387
26388 More checking: for programs and XML-related files.  If some programs
26389 aren't around (e.g. lynx) don't build the corresponding piece that
26390 needs that.
26391
26392 ------------------------------------------------------------------------
26393 r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
26394 Changed paths:
26395    M /trunk/modules/video_filter/deinterlace/deinterlace.c
26396
26397  deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
26398
26399 ------------------------------------------------------------------------
26400 r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
26401 Changed paths:
26402    M /trunk/modules/gui/pda/pda.c
26403    M /trunk/modules/gui/pda/pda_callbacks.c
26404
26405 Disabled the preference menu, it is not filled in anyway.
26406
26407 ------------------------------------------------------------------------
26408 r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
26409 Changed paths:
26410    M /trunk/doc/developer/Makefile
26411    A /trunk/doc/developer/Makefile.in
26412    A /trunk/doc/developer/configure.ac
26413    M /trunk/doc/developer/manual.xml
26414    A /trunk/doc/developer/manual.xml.in
26415
26416 Do better about being able to build developer documentation on many
26417 platforms.  This still sucks, but it sucks less. Hopefully I can shame
26418 someone to go further.
26419
26420 ------------------------------------------------------------------------
26421 r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
26422 Changed paths:
26423    M /trunk/doc/subtitles/cvd-subtitles.txt
26424    M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
26425
26426 Call for help.
26427
26428 ------------------------------------------------------------------------
26429 r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
26430 Changed paths:
26431    M /trunk/modules/stream_out/transcode.c
26432
26433
26434 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
26435
26436 ------------------------------------------------------------------------
26437 r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
26438 Changed paths:
26439    M /trunk/modules/access/mms/asf.c
26440    M /trunk/modules/access/mms/mmstu.c
26441
26442  * all: use the data_packet_count from the asf header when the server
26443 gives an invalid one. (I hope it doesn't break anything)
26444
26445 ------------------------------------------------------------------------
26446 r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
26447 Changed paths:
26448    M /trunk/modules/access/v4l/v4l.c
26449
26450  * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
26451  -> Untested.
26452
26453  Original message:
26454     Hi there,
26455
26456     I have done another small modification. If you remove a hot-pluggable video
26457     device, like an usb web cam, during capturing, vlc floods the driver with
26458     ioctls. This leads to Kernel Ooops in some drivers.
26459
26460     The modified v4l.c module does the following now:
26461     "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
26462     can be answered with yes. If there is a real error in "GrabCapture" or
26463     "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
26464     can distinguish between these two situations. "VLC_EGENERIC" was always
26465     returned before.
26466     The function "Read" uses this information to leave the while-loop in case of
26467     an error, and it returns a "-1" to the calling function. "Read" calls
26468     "msleep", as it was before, in case of a VLC_ETIMEOUT.
26469
26470     The brightness-control stuff described below is still in the code. Please
26471     feel free to use, modify or ignore this file. A short feedback would be
26472     nice.
26473
26474     Bye,
26475
26476 ------------------------------------------------------------------------
26477 r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
26478 Changed paths:
26479    M /trunk/modules/gui/macosx/vout.m
26480
26481  macosx/vout.m : GL cleaning (probably fixes depth issues)
26482
26483 ------------------------------------------------------------------------
26484 r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
26485 Changed paths:
26486    M /trunk/src/input/input.c
26487    M /trunk/src/libvlc.h
26488
26489  * all: added a "input-repeat" option that allow repeating the same entry
26490  without destroying/recreating a new input. (Will be usefull for streaming).
26491  ( A value of -1 means repeat for ever).
26492  --> Not tested with dvd.
26493
26494 ------------------------------------------------------------------------
26495 r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
26496 Changed paths:
26497    M /trunk/modules/access/cdda/Modules.am
26498    M /trunk/modules/access/cdda/access.c
26499    M /trunk/modules/access/cdda/cdda.h
26500    D /trunk/modules/access/cdda/demux.c
26501
26502
26503 * modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.
26504
26505 ------------------------------------------------------------------------
26506 r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
26507 Changed paths:
26508    M /trunk/doc/intf-cdda.txt
26509    M /trunk/doc/intf-vcd.txt
26510
26511 And one other piece of information...
26512
26513 ------------------------------------------------------------------------
26514 r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
26515 Changed paths:
26516    M /trunk/doc/intf-cdda.txt
26517    M /trunk/doc/intf-vcd.txt
26518
26519 Spell out general information that should be used in reporting
26520 problems. Sigh.
26521
26522 ------------------------------------------------------------------------
26523 r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
26524 Changed paths:
26525    M /trunk/configure.ac
26526
26527 Enable the playlist import/export modules
26528
26529 ------------------------------------------------------------------------
26530 r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
26531 Changed paths:
26532    M /trunk/modules/access/dvb/access.c
26533
26534 Added some whitespace for alignment.
26535
26536 ------------------------------------------------------------------------
26537 r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
26538 Changed paths:
26539    M /trunk/configure.ac
26540
26541 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
26542
26543 ------------------------------------------------------------------------
26544 r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
26545 Changed paths:
26546    M /trunk/modules/gui/pda/pda.c
26547    M /trunk/modules/gui/pda/pda_callbacks.c
26548
26549 Missed the deadline again ;-(
26550
26551 - Fixed the playlist_AddExt() call
26552 - Fixed a compiler warning
26553
26554 ------------------------------------------------------------------------
26555 r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
26556 Changed paths:
26557    M /trunk/configure.ac
26558
26559
26560 * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
26561
26562 ------------------------------------------------------------------------
26563 r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
26564 Changed paths:
26565    M /trunk/NEWS
26566    M /trunk/configure.ac
26567
26568
26569 * configure.ac, NEWS: added mod and pva plugins.
26570
26571 ------------------------------------------------------------------------
26572 r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
26573 Changed paths:
26574    M /trunk/modules/access/dvb/access.c
26575    M /trunk/modules/access/dvb/dvb.c
26576
26577 typos
26578
26579 ------------------------------------------------------------------------
26580 r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
26581 Changed paths:
26582    M /trunk/modules/access/dvb/access.c
26583    M /trunk/modules/access/dvb/dvb.c
26584
26585 Fixes for DVB-C:
26586 - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
26587 - Added value {A,a} to polarization=xx to force INVERSION_AUTO
26588 - Sanatized a few error messages
26589
26590 ------------------------------------------------------------------------
26591 r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
26592 Changed paths:
26593    M /trunk/debian/control
26594    M /trunk/debian/rules
26595    M /trunk/doc/fortunes.txt
26596    M /trunk/toolbox
26597
26598   * debian/rules debian/control:
26599     + No longer build a local libmpeg2 since it entered sid.
26600     + Build the livedotcom plugin.
26601   * toolbox:
26602     + No longer remove flac, speex and matroska from the woody build; I will
26603       provide clean backports.
26604
26605 ------------------------------------------------------------------------
26606 r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
26607 Changed paths:
26608    M /trunk/configure.ac
26609
26610   * configure.ac:
26611     + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
26612       we can use an installed version of libliveMedia et al.
26613
26614 ------------------------------------------------------------------------
26615 r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
26616 Changed paths:
26617    M /trunk/configure.ac
26618
26619   * configure.ac:
26620     + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
26621
26622 ------------------------------------------------------------------------
26623 r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
26624 Changed paths:
26625    M /trunk/modules/demux/ogg.c
26626
26627 * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
26628   duration for subs is stored in byte1 of the data packet and who
26629   directed me to the mkvtoolnix code.
26630
26631 ------------------------------------------------------------------------
26632 r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
26633 Changed paths:
26634    M /trunk/modules/control/http.c
26635
26636  * http.c: made strsub a bit clean.
26637
26638 ------------------------------------------------------------------------
26639 r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
26640 Changed paths:
26641    M /trunk/doc/intf-http.txt
26642
26643  * intf-http.txt: update doc (strsub)
26644
26645 ------------------------------------------------------------------------
26646 r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
26647 Changed paths:
26648    M /trunk/modules/control/http.c
26649
26650  * http.c: add strsub function: extract substring (doc update will
26651            follow soon).
26652
26653 ------------------------------------------------------------------------
26654 r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
26655 Changed paths:
26656    M /trunk/debian/README.Debian
26657
26658   * debian/README.Debian:
26659     + Updated Debian-specific build notes.
26660
26661 ------------------------------------------------------------------------
26662 r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
26663 Changed paths:
26664    M /trunk/ipkg/control
26665    M /trunk/ipkg/control.gpe
26666    M /trunk/ipkg/control.opie
26667    M /trunk/ipkg/control.zaurus
26668    M /trunk/ipkg/rules
26669    M /trunk/ipkg/rules.gpe
26670    M /trunk/ipkg/rules.opie
26671    M /trunk/ipkg/rules.zaurus
26672
26673 Updated version number to vlc-0.7.1
26674
26675 ------------------------------------------------------------------------
26676 r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
26677 Changed paths:
26678    M /trunk/modules/gui/macosx/macosx.m
26679    M /trunk/modules/gui/macosx/vout.m
26680
26681  macosx/* : macosx-opengl-effect now accept cube and transparent-cube
26682
26683 ------------------------------------------------------------------------
26684 r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
26685 Changed paths:
26686    M /trunk/src/extras/libc.c
26687
26688 src/extra/libc.c:
26689  * fixed a nasty bug in vlc_atoll.(closes #1763)
26690
26691 ------------------------------------------------------------------------
26692 r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
26693 Changed paths:
26694    M /trunk/modules/gui/macosx/vout.m
26695
26696  macosx/vout.m : oops, fixed broken ratio from my last commit
26697
26698 ------------------------------------------------------------------------
26699 r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
26700 Changed paths:
26701    M /trunk/modules/gui/macosx/macosx.m
26702    M /trunk/modules/gui/macosx/vout.h
26703    M /trunk/modules/gui/macosx/vout.m
26704
26705  macosx/* : added --macosx-opengl-effect, current possible values are
26706    "none" and "cube". Sorry, couldn't resist ;)
26707
26708 ------------------------------------------------------------------------
26709 r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
26710 Changed paths:
26711    M /trunk/extras/contrib/src/Makefile
26712    M /trunk/extras/contrib/src/packages.mak
26713
26714 * added dtsdec, 're' upgrade of libmad
26715
26716 ------------------------------------------------------------------------
26717 r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
26718 Changed paths:
26719    M /trunk/share/http/admin/dboxfiles.html
26720
26721 share/http/admin/dboxfiles.html:
26722  * Updated for bookmark support.
26723    See http://www.giggo.de/dbox2/movieplayer.html for details
26724    (patch by Christof Baumgaertner)
26725
26726 ------------------------------------------------------------------------
26727 r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
26728 Changed paths:
26729    M /trunk/modules/gui/skins2/Modules.am
26730
26731
26732 * modules/gui/skins2/Modules.am: added missing file for make dist.
26733
26734 ------------------------------------------------------------------------
26735 r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
26736 Changed paths:
26737    M /trunk/configure.ac
26738    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26739    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26740
26741
26742 * ALL: I am a morron.
26743
26744 ------------------------------------------------------------------------
26745 r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
26746 Changed paths:
26747    M /trunk/modules/codec/ffmpeg/video.c
26748
26749
26750 * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
26751
26752 ------------------------------------------------------------------------
26753 r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
26754 Changed paths:
26755    M /trunk/configure.ac
26756
26757
26758 * configure.ac: forgot one version number and added the aiff demux.
26759
26760 ------------------------------------------------------------------------
26761 r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
26762 Changed paths:
26763    M /trunk/ChangeLog
26764    M /trunk/NEWS
26765    M /trunk/configure.ac
26766    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26767    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26768
26769
26770 * ALL: bumped version number to 0.7.1 in preparation for the release.
26771
26772 ------------------------------------------------------------------------
26773 r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
26774 Changed paths:
26775    M /trunk/configure.ac
26776
26777 Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
26778
26779 ------------------------------------------------------------------------
26780 r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
26781 Changed paths:
26782    M /trunk/configure.ac
26783
26784 Fixed several things with configure.ac script:
26785 - Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
26786 - Add a AC_ARG_ENABLE for cdda
26787
26788 ------------------------------------------------------------------------
26789 r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
26790 Changed paths:
26791    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26792
26793 * Update copyright info
26794
26795 ------------------------------------------------------------------------
26796 r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
26797 Changed paths:
26798    M /trunk/modules/gui/macosx/playlist.m
26799
26800 * Fix /dev/di bug
26801   Though this still remains a hack. People should just use 'Open Disc' menu.
26802   I see no way to retrieve the original (non parition version) /dev entry,
26803   from the mounted drive.
26804
26805 ------------------------------------------------------------------------
26806 r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
26807 Changed paths:
26808    M /trunk/modules/codec/ffmpeg/video.c
26809
26810
26811 * modules/codec/ffmpeg/video.c: another fix for post-processing.
26812
26813 ------------------------------------------------------------------------
26814 r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
26815 Changed paths:
26816    M /trunk/modules/codec/ffmpeg/video.c
26817    M /trunk/modules/demux/avi/avi.c
26818    M /trunk/modules/demux/avi/libavi.h
26819
26820 modules/demux/avi/avi.c:
26821  * pass bit per pixel info on to decoder
26822 modules/demux/avi/libavi.h:
26823  * add 1 as fourcc for msrle
26824 module/codec/ffmpeg/video.c:
26825  * pass bit per pixel info to libavcodec (needed for msrle)
26826
26827 ------------------------------------------------------------------------
26828 r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
26829 Changed paths:
26830    M /trunk/modules/gui/wxwindows/open.cpp
26831    M /trunk/src/playlist/info.c
26832    M /trunk/src/playlist/item.c
26833
26834
26835 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
26836 * modules/gui/wxwindows/open.cpp: cleanup.
26837
26838 ------------------------------------------------------------------------
26839 r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
26840 Changed paths:
26841    M /trunk/src/input/input.c
26842
26843  * input.c: don't add subtitle track twice when using --sub-file and
26844  auto-detection.
26845
26846 ------------------------------------------------------------------------
26847 r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
26848 Changed paths:
26849    M /trunk/modules/demux/dts.c
26850
26851
26852 * modules/demux/dts.c: more fixes.
26853
26854 ------------------------------------------------------------------------
26855 r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
26856 Changed paths:
26857    M /trunk/AUTHORS
26858
26859 Add me.
26860
26861 ------------------------------------------------------------------------
26862 r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
26863 Changed paths:
26864    M /trunk/modules/codec/ffmpeg/video.c
26865
26866
26867 * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
26868
26869 ------------------------------------------------------------------------
26870 r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
26871 Changed paths:
26872    M /trunk/modules/gui/skins2/src/skin_main.cpp
26873    M /trunk/modules/gui/skins2/src/theme.cpp
26874    M /trunk/modules/gui/skins2/src/theme_loader.cpp
26875    M /trunk/src/interface/interface.c
26876
26877
26878 * src/interface/interface.c: added skins2 to the interface menu.
26879 * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
26880
26881 ------------------------------------------------------------------------
26882 r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
26883 Changed paths:
26884    M /trunk/modules/audio_filter/converter/dtstospdif.c
26885
26886
26887 * modules/audio_filter/converter/dtstospdif.c: cough cough.
26888
26889 ------------------------------------------------------------------------
26890 r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
26891 Changed paths:
26892    M /trunk/modules/audio_filter/converter/dtstospdif.c
26893
26894
26895 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
26896
26897 ------------------------------------------------------------------------
26898 r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
26899 Changed paths:
26900    M /trunk/doc/developer/interface.xml
26901
26902 Update How to write an interface plugin from recent vlc-devel responses.
26903
26904 ------------------------------------------------------------------------
26905 r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
26906 Changed paths:
26907    M /trunk/modules/audio_filter/converter/dtstospdif.c
26908
26909 Fixed a segfault (don't try to memset a negative number of bytes)
26910
26911 ------------------------------------------------------------------------
26912 r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
26913 Changed paths:
26914    M /trunk/modules/demux/mp4/mp4.c
26915
26916  * mp4: handle DEMUX_GET_META (avoid a msg_Err)
26917
26918 ------------------------------------------------------------------------
26919 r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
26920 Changed paths:
26921    M /trunk/modules/video_filter/deinterlace/deinterlace.c
26922
26923  * deinterlace: compilation fix.
26924
26925 ------------------------------------------------------------------------
26926 r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
26927 Changed paths:
26928    M /trunk/modules/codec/dts.c
26929
26930
26931 * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
26932
26933 ------------------------------------------------------------------------
26934 r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
26935 Changed paths:
26936    M /trunk/include/vlc_es.h
26937    M /trunk/modules/demux/ogg.c
26938
26939
26940 * include/vlc_es.h: s/es_format_Free/es_format_Clean.
26941
26942 ------------------------------------------------------------------------
26943 r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
26944 Changed paths:
26945    M /trunk/include/vlc_es.h
26946    M /trunk/modules/codec/flac.c
26947    M /trunk/modules/demux/ogg.c
26948
26949
26950 * modules/demux/ogg.c: fixed memleak.
26951 * modules/codec/flac.c: fixed memleak.
26952 * include/vlc_es.h: es_format_Free().
26953
26954 ------------------------------------------------------------------------
26955 r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
26956 Changed paths:
26957    M /trunk/modules/demux/ogg.c
26958    M /trunk/modules/mux/avi.c
26959    M /trunk/modules/mux/ogg.c
26960    M /trunk/src/input/input.c
26961
26962
26963 * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
26964 * src/input/input.c: fixed memleak.
26965 * modules/demux/ogg.c: fixed another timing bug.
26966
26967 ------------------------------------------------------------------------
26968 r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
26969 Changed paths:
26970    M /trunk/include/vlc_common.h
26971
26972
26973 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
26974
26975 ------------------------------------------------------------------------
26976 r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
26977 Changed paths:
26978    M /trunk/modules/access/cdda.c
26979    M /trunk/modules/audio_output/file.c
26980    M /trunk/modules/codec/dts.c
26981
26982
26983 * modules/codec/dts.c: fixes a buffer overflow with s/pdif.
26984 * modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
26985
26986 ------------------------------------------------------------------------
26987 r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
26988 Changed paths:
26989    M /trunk/modules/demux/dts.c
26990
26991 * msg_Err -> msg_Warn
26992
26993 ------------------------------------------------------------------------
26994 r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
26995 Changed paths:
26996    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
26997    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
26998    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
26999    M /trunk/modules/gui/macosx/playlist.h
27000    M /trunk/modules/gui/macosx/playlist.m
27001
27002 * Added sortID
27003 * Fixed adding multiple items
27004 * playlist API changes fixes
27005 * fixed options
27006
27007 ------------------------------------------------------------------------
27008 r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
27009 Changed paths:
27010    M /trunk/include/vlc_help.h
27011    M /trunk/modules/gui/macosx/prefs.m
27012    M /trunk/modules/gui/wxwindows/preferences.cpp
27013
27014 * Move GetCapabilityHelp from intf's to vlc_help.h
27015
27016 ------------------------------------------------------------------------
27017 r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
27018 Changed paths:
27019    M /trunk/configure.ac
27020    M /trunk/modules/access/cdda.c
27021    A /trunk/modules/audio_filter/converter/dtstofloat32.c
27022    M /trunk/modules/demux/dts.c
27023    M /trunk/modules/demux/wav.c
27024    M /trunk/modules/video_output/directx/directx.c
27025
27026
27027 * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
27028 * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
27029 * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
27030    This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
27031 * modules/demux/wav.c: code cleanup and fixed seeking.
27032
27033 ------------------------------------------------------------------------
27034 r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
27035 Changed paths:
27036    M /trunk/Makefile.am
27037    M /trunk/doc/Makefile.am
27038
27039 * added a package-translations target
27040   - holds doc/translations.txt
27041   - all the .po's
27042   - convert-po.sh
27043
27044 ------------------------------------------------------------------------
27045 r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
27046 Changed paths:
27047    M /trunk/modules/misc/httpd.c
27048
27049  * httpd: fixed a integer overflow.
27050
27051 ------------------------------------------------------------------------
27052 r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
27053 Changed paths:
27054    M /trunk/modules/codec/dts.c
27055
27056
27057 * modules/codec/dts.c: should be more correct (hopefully).
27058
27059 ------------------------------------------------------------------------
27060 r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
27061 Changed paths:
27062    M /trunk/modules/audio_filter/converter/dtstospdif.c
27063
27064
27065 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
27066
27067 ------------------------------------------------------------------------
27068 r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
27069 Changed paths:
27070    M /trunk/modules/audio_filter/converter/dtstospdif.c
27071
27072
27073 * modules/audio_filter/converter/dtstospdif.c: oops forgot something.
27074
27075 ------------------------------------------------------------------------
27076 r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
27077 Changed paths:
27078    M /trunk/modules/access/v4l/v4l.c
27079
27080  * v4l: hue/colour/... path from Carsten Gottbeh�t
27081  (gottbehuet at active-elements dot de) (untested)
27082
27083 ------------------------------------------------------------------------
27084 r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
27085 Changed paths:
27086    M /trunk/modules/demux/dts.c
27087
27088
27089 * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
27090
27091 ------------------------------------------------------------------------
27092 r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
27093 Changed paths:
27094    A /trunk/doc/strings.txt
27095    A /trunk/doc/translations.txt
27096
27097 * Added the 'documentation' on strings in our source code and also added
27098   the file with information on how to make translations.
27099
27100 ------------------------------------------------------------------------
27101 r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
27102 Changed paths:
27103    M /trunk/modules/codec/dts.c
27104
27105
27106 * modules/codec/dts.c: a bunch of fixes.
27107
27108 ------------------------------------------------------------------------
27109 r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
27110 Changed paths:
27111    M /trunk/modules/audio_output/file.c
27112
27113
27114 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
27115
27116 ------------------------------------------------------------------------
27117 r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
27118 Changed paths:
27119    M /trunk/modules/access_output/http.c
27120
27121  * http: Err -> Warn for Seek.
27122
27123 ------------------------------------------------------------------------
27124 r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
27125 Changed paths:
27126    M /trunk/AUTHORS
27127    M /trunk/modules/gui/macosx/vout.h
27128    M /trunk/modules/gui/macosx/vout.m
27129
27130  macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
27131
27132 ------------------------------------------------------------------------
27133 r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
27134 Changed paths:
27135    M /trunk/configure.ac
27136    M /trunk/modules/video_filter/deinterlace/deinterlace.c
27137
27138 configure.ac:
27139  * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
27140 modules/video_filter/deinterlace/deinterlace.c:
27141  * changed how accelerated code is handled.
27142
27143 ------------------------------------------------------------------------
27144 r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
27145 Changed paths:
27146    M /trunk/modules/demux/dts.c
27147
27148
27149 * modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
27150    (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
27151
27152 ------------------------------------------------------------------------
27153 r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
27154 Changed paths:
27155    M /trunk/modules/audio_filter/converter/dtstospdif.c
27156    M /trunk/modules/codec/dts.c
27157
27158
27159 * modules/codec/dts.c: removed s/pdif hack from DTS audio parser.
27160    support for 14bits big endian bitstreams as well as 16bits little endian bitstreams.
27161 * modules/audio_filter/converter/dtstospdif.c: accumulate DTS frames from parser until we have enough to fill an S/PDIF frame.
27162
27163 ------------------------------------------------------------------------
27164 r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
27165 Changed paths:
27166    M /trunk/modules/stream_out/rtp.c
27167
27168  * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
27169  fallback).
27170  RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
27171  mpeg4 audio. mpeg4 video doesn't always work.
27172
27173 ------------------------------------------------------------------------
27174 r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
27175 Changed paths:
27176    M /trunk/src/input/stream.c
27177
27178  * stream: gcc < 3 fix.
27179
27180 ------------------------------------------------------------------------
27181 r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
27182 Changed paths:
27183    M /trunk/src/input/input.c
27184
27185  * input: gcc < 3 fix.
27186
27187 ------------------------------------------------------------------------
27188 r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
27189 Changed paths:
27190    M /trunk/modules/codec/ogt/render.c
27191
27192  * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
27193
27194 ------------------------------------------------------------------------
27195 r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
27196 Changed paths:
27197    M /trunk/modules/stream_out/rtp.c
27198
27199  * rtp: fix in mpeg 1/2 packetization.
27200
27201 ------------------------------------------------------------------------
27202 r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
27203 Changed paths:
27204    M /trunk/modules/demux/nsv.c
27205
27206  * nsv: added 'AAC ' fourcc support.
27207
27208 ------------------------------------------------------------------------
27209 r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
27210 Changed paths:
27211    M /trunk/modules/access/http.c
27212
27213  http: fixed segfault with ICY server, fixed redirection.
27214
27215 ------------------------------------------------------------------------
27216 r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
27217 Changed paths:
27218    M /trunk/modules/demux/nsv.c
27219
27220  * nsv: compilation fix.
27221
27222 ------------------------------------------------------------------------
27223 r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
27224 Changed paths:
27225    M /trunk/modules/demux/nsv.c
27226
27227  * nsv: full fractional frame rate support.
27228     Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
27229
27230 ------------------------------------------------------------------------
27231 r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
27232 Changed paths:
27233    M /trunk/modules/gui/macosx/prefs.m
27234    M /trunk/modules/gui/macosx/vout.h
27235    M /trunk/modules/gui/macosx/vout.m
27236
27237  macosx/prefs.m: compile fix
27238  macosx/vout*: fixed quality problems introduced in my last commit
27239    (noticeably slower now, but fixed), cleaning
27240
27241 ------------------------------------------------------------------------
27242 r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
27243 Changed paths:
27244    M /trunk/src/misc/cpu.c
27245
27246 src/misc/cpu.c:
27247  * SSE2 detection, using a similar approch as for SSE
27248
27249 ------------------------------------------------------------------------
27250 r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
27251 Changed paths:
27252    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
27253    M /trunk/modules/gui/skins2/utils/bezier.cpp
27254    M /trunk/modules/gui/skins2/utils/bezier.hpp
27255
27256  * modules/gui/skins2/bezier.*: Compute the points coordinates only once
27257  * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
27258
27259 ------------------------------------------------------------------------
27260 r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
27261 Changed paths:
27262    M /trunk/modules/video_filter/deinterlace/deinterlace.c
27263
27264 deinterlace.c:
27265  * MMX and SSE2 versions of the Merge() function.
27266
27267 ------------------------------------------------------------------------
27268 r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
27269 Changed paths:
27270    M /trunk/modules/gui/skins2/parser/builder.cpp
27271    A /trunk/modules/gui/skins2/parser/builder_data.def
27272    M /trunk/modules/gui/skins2/src/theme.hpp
27273    M /trunk/modules/gui/skins2/utils/bezier.hpp
27274
27275 * parser/builder.cpp: stores the curves in the theme (avoid a memory leak)
27276 * parser/builder_data.def: forgot to commit that for months !
27277
27278 ------------------------------------------------------------------------
27279 r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
27280 Changed paths:
27281    M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
27282    M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
27283    M /trunk/modules/gui/skins2/parser/interpreter.cpp
27284    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
27285    M /trunk/modules/gui/skins2/theme/theme.xml
27286
27287 * parser/xmlparser.cpp: abort parsing when an error is detected
27288  (avoid segfaults in element handlers...)
27289 * all: tried to have the popup window disappear with a click on
27290  a skin window (not working at least with wxgtk)
27291
27292 ------------------------------------------------------------------------
27293 r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
27294 Changed paths:
27295    M /trunk/modules/misc/network/ipv4.c
27296
27297   * ipv4.c: IGMPv3 support for Linux
27298
27299   Differences with the patch I posted in vlc-devel yesterday:
27300   - took into account the suggestions of gibalou
27301   - removed the "#if !defined( SYS_DARWIN )", because it should compile
27302     fine on Mac OS X, even if IGMPv3 won't work
27303   - added a warning about non-IGMPv3 OSes
27304
27305 ------------------------------------------------------------------------
27306 r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
27307 Changed paths:
27308    M /trunk/modules/codec/ogt/render.c
27309
27310 RGB2 transparency now works. Common 8-bit RGB averaging routine
27311 hoisted. Some doc additions.
27312
27313 ------------------------------------------------------------------------
27314 r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
27315 Changed paths:
27316    M /trunk/modules/demux/ts.c
27317
27318  * ts: implemented the same detection than mpeg/ts.c
27319
27320 ------------------------------------------------------------------------
27321 r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
27322 Changed paths:
27323    M /trunk/modules/codec/ogt/pixmap.h
27324
27325 Big/little-endian bug.
27326
27327 ------------------------------------------------------------------------
27328 r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
27329 Changed paths:
27330    M /trunk/src/input/es_out.c
27331
27332  * es_out: reorder meta infos.
27333
27334 ------------------------------------------------------------------------
27335 r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
27336 Changed paths:
27337    M /trunk/src/input/es_out.c
27338
27339  * es_out: Set Language.
27340
27341 ------------------------------------------------------------------------
27342 r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
27343 Changed paths:
27344    M /trunk/NEWS
27345    M /trunk/modules/access/udp.c
27346    M /trunk/modules/misc/network/ipv4.c
27347    M /trunk/src/libvlc.h
27348
27349  * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP) for Win32
27350  * udp.c: restored the old syntax udp:server_addr@destination_addr
27351  * libvlc.h: updated 'vlc --help'
27352
27353  To do an IGMPv3 query under Windows XP do:
27354  vlc udp:<source_addr>@<multicast_addr>
27355  Note: under previous versions of Windows, it will fail to join the group.
27356
27357 ------------------------------------------------------------------------
27358 r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
27359 Changed paths:
27360    M /trunk/configure.ac
27361
27362 Try for POSIX pthread semantics on Solaris.
27363
27364 ------------------------------------------------------------------------
27365 r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
27366 Changed paths:
27367    M /trunk/modules/demux/avi/avi.c
27368    M /trunk/modules/demux/avi/avi.h
27369
27370  * avi: implemented DEMUX_GET_META.
27371
27372 ------------------------------------------------------------------------
27373 r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
27374 Changed paths:
27375    M /trunk/Makefile.am
27376
27377
27378 * Makefile.am: added vlc_meta.h
27379
27380 ------------------------------------------------------------------------
27381 r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
27382 Changed paths:
27383    M /trunk/modules/codec/ogt/Modules.am
27384    M /trunk/modules/codec/ogt/common.c
27385    M /trunk/modules/codec/ogt/pixmap.c
27386    M /trunk/modules/codec/ogt/pixmap.h
27387    M /trunk/modules/codec/ogt/render.c
27388    M /trunk/modules/video_chroma/i420_rgb.c
27389    M /trunk/modules/video_chroma/i420_rgb.h
27390
27391 render.c: RGB2 now gets the right color from the RGB color map.
27392   And a first cut at handling transparancy values properly. However
27393   to do this we merely needed to
27394
27395 pixmap.[ch]: write our own routines for retrieving a close colormap index
27396   given a pixel value. Well, and also had to
27397
27398 video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
27399
27400 Modules.am: forgot new pixmap.c
27401
27402 others: more misc abstraction/cleanup
27403
27404 ------------------------------------------------------------------------
27405 r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
27406 Changed paths:
27407    M /trunk/modules/demux/asf/asf.c
27408
27409  * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
27410
27411 ------------------------------------------------------------------------
27412 r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
27413 Changed paths:
27414    M /trunk/src/input/demux.c
27415    M /trunk/src/input/input.c
27416
27417  * input: call DEMUX_GET_META and fill playlist and input infos.
27418
27419 ------------------------------------------------------------------------
27420 r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
27421 Changed paths:
27422    M /trunk/include/ninput.h
27423    A /trunk/include/vlc_meta.h
27424
27425  * vlc_meta.h: added a vlc_meta_t struct and some functions (for now,
27426  it will only be used by demuxers).
27427  * ninput.h: added DEMUX_GET_META, this way demuxer won't have to touch
27428  playlist and input_InfoAdd and ...
27429
27430 ------------------------------------------------------------------------
27431 r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
27432 Changed paths:
27433    M /trunk/modules/mux/mpeg/ts.c
27434
27435  * ts: use 0x0a descriptor to send language...
27436  Now we can stream a (complete) dvd with language informations :)
27437
27438 ------------------------------------------------------------------------
27439 r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
27440 Changed paths:
27441    M /trunk/modules/stream_out/transcode.c
27442
27443  * transcode: keep psz_language.
27444
27445 ------------------------------------------------------------------------
27446 r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
27447 Changed paths:
27448    M /trunk/modules/demux/ts.c
27449
27450  * ts: set psz_laguage with iso639 code.
27451
27452 ------------------------------------------------------------------------
27453 r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
27454 Changed paths:
27455    M /trunk/src/input/es_out.c
27456    M /trunk/src/input/input_dec.c
27457
27458  * all: sout have now access to psz_language.
27459
27460 ------------------------------------------------------------------------
27461 r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
27462 Changed paths:
27463    M /trunk/modules/codec/spudec/spudec.c
27464
27465  * spudec: a %d -> IF64d
27466
27467 ------------------------------------------------------------------------
27468 r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
27469 Changed paths:
27470    M /trunk/modules/stream_out/rtp.c
27471
27472  * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
27473
27474 ------------------------------------------------------------------------
27475 r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
27476 Changed paths:
27477    M /trunk/modules/codec/spudec/spudec.c
27478
27479  * spudec: commented out a debug message.
27480
27481 ------------------------------------------------------------------------
27482 r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
27483 Changed paths:
27484    M /trunk/modules/stream_out/rtp.c
27485
27486  * rtp: fixed a bug that corrupt video/audio config data.
27487
27488 ------------------------------------------------------------------------
27489 r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
27490 Changed paths:
27491    M /trunk/include/vlc_es.h
27492
27493  * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
27494
27495 ------------------------------------------------------------------------
27496 r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
27497 Changed paths:
27498    M /trunk/modules/demux/dvdnav.c
27499
27500  * dvdnav: oups one debug messsage left.
27501
27502 ------------------------------------------------------------------------
27503 r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
27504 Changed paths:
27505    M /trunk/modules/demux/dvdnav.c
27506    M /trunk/modules/demux/mkv.cpp
27507    M /trunk/modules/demux/mp4/mp4.c
27508
27509  * all: fill psz_language with the iso639 code.
27510  * dvdnav: select the right SPU track only while creating the ES when we
27511  are not in the menu. (this way user selection won't be lost).
27512
27513 ------------------------------------------------------------------------
27514 r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
27515 Changed paths:
27516    M /trunk/src/input/es_out.c
27517
27518  * es_out: now es_format_t.psz_language could be a iso539 code, it will be
27519  expanded to the real language name.
27520
27521 ------------------------------------------------------------------------
27522 r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
27523 Changed paths:
27524    M /trunk/modules/codec/ogt/pixmap.c
27525
27526 Doc calculation typo.
27527
27528 ------------------------------------------------------------------------
27529 r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
27530 Changed paths:
27531    M /trunk/modules/codec/ogt/Modules.am
27532    M /trunk/modules/codec/ogt/common.c
27533    A /trunk/modules/codec/ogt/pixmap.c
27534    M /trunk/modules/codec/ogt/pixmap.h
27535    M /trunk/modules/codec/ogt/subtitle.h
27536
27537 pixmap.[ch], Modules.am: provisional routine to find closest colormap
27538 entry.
27539
27540 Rest: Mostly more shuffling of definitions for modularity; doc
27541 improvements.
27542
27543 (Also I need to copy these changes between computers and this is the
27544 most expedient way. RV24 transparancy has been tested on a big-endian
27545 box.)
27546
27547 ------------------------------------------------------------------------
27548 r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
27549 Changed paths:
27550    M /trunk/modules/gui/macosx/intf.m
27551    M /trunk/modules/gui/macosx/prefs.h
27552    M /trunk/modules/gui/macosx/prefs.m
27553
27554 * modules/gui/macosx/intf.m: fix
27555 * modules/gui/macosx/prefs.?: New preferences parse code.
27556   New widgets aren't being created just yet.
27557   OS X version is broken now, but it already was. we need to fix this before
27558   a release. Code is largely ported from wxwindows...
27559
27560 ------------------------------------------------------------------------
27561 r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
27562 Changed paths:
27563    M /trunk/modules/demux/demux2.c
27564    M /trunk/modules/demux/dvdnav.c
27565
27566  * dvdnav: added a dvdnavsimple shortcut : it skips the menu and all
27567  still frames, it doesn't handle the es selection (this way --sout-all
27568  will work).
27569   A major problem is that ES aren't added in a logical way like dvd and
27570 dvdread do (audio/video). I don't know how to retrieve it from dvdnav.
27571 (it's the same for dvdnav and dvdnavsimple)
27572
27573 ------------------------------------------------------------------------
27574 r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
27575 Changed paths:
27576    M /trunk/modules/demux/ps.h
27577
27578  * ps: lalalala, fixed a bug in dts/pts parsing.
27579
27580 ------------------------------------------------------------------------
27581 r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
27582 Changed paths:
27583    M /trunk/modules/codec/speex.c
27584    M /trunk/src/misc/win32_specific.c
27585
27586
27587 * modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
27588
27589 ------------------------------------------------------------------------
27590 r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
27591 Changed paths:
27592    M /trunk/configure.ac
27593
27594
27595 * configure.ac: fixed typo.
27596
27597 ------------------------------------------------------------------------
27598 r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
27599 Changed paths:
27600    M /trunk/modules/demux/ps.h
27601
27602  * ps: fixed dts.
27603
27604 ------------------------------------------------------------------------
27605 r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
27606 Changed paths:
27607    M /trunk/modules/demux/asf/asf.c
27608
27609 Use playlist_Item* functions
27610
27611 ------------------------------------------------------------------------
27612 r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
27613 Changed paths:
27614    M /trunk/include/vlc_playlist.h
27615    M /trunk/modules/access/cdda/access.c
27616    M /trunk/modules/access/vcdx/access.c
27617    M /trunk/modules/codec/speex.c
27618    M /trunk/modules/codec/theora.c
27619    M /trunk/modules/codec/vorbis.c
27620    M /trunk/modules/control/http.c
27621    M /trunk/modules/demux/util/id3tag.c
27622    M /trunk/modules/gui/pda/pda_callbacks.c
27623    M /trunk/modules/gui/wxwindows/iteminfo.cpp
27624    M /trunk/modules/gui/wxwindows/open.cpp
27625    M /trunk/modules/gui/wxwindows/playlist.cpp
27626    M /trunk/modules/gui/wxwindows/streamwizard.cpp
27627    M /trunk/modules/misc/sap.c
27628    M /trunk/src/input/input.c
27629    M /trunk/src/libvlc.c
27630    M /trunk/src/misc/win32_specific.c
27631    M /trunk/src/playlist/info.c
27632    M /trunk/src/playlist/item-ext.c
27633    M /trunk/src/playlist/item.c
27634    M /trunk/src/playlist/loadsave.c
27635    M /trunk/src/playlist/playlist.c
27636
27637 Options as infos were bad in several ways: it broke PLAYLIST_GO, used
27638 much memory, and was inconsistent, especially with input_CreateThread
27639 taking an array of options
27640
27641 * Revert to using array of options
27642
27643 * To add an item with options:
27644     - either use playlist_ItemNew, ItemAddOption, and then AddItem
27645       (useful if you don't have all your options in an array)
27646     - either use playlist_AddExt (use this if all your options are
27647       already in an array)
27648
27649 * To add an item without options: use playlist_Add
27650
27651 You can still add options after an item has been added by using either
27652 playlist_AddOption or playlist_ItemAddOption
27653
27654 * Attempt to improve API and solve thread safety issues.
27655   - playlist_Item* functions allow to touch items only.
27656     p_item->lock must be used when needed
27657     (playlist_ItemNew, playlist_ItemDelete, playlist_Item*Info,
27658      playlist_ItemSet* )
27659
27660   - playlist_ItemGetById and ItemGetByPos give you playlist_items
27661     for GetByPos, you should have the playlist lock
27662
27663 At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
27664
27665 ------------------------------------------------------------------------
27666 r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
27667 Changed paths:
27668    M /trunk/modules/demux/demux2.c
27669
27670  * demux2: mmh removed some shortcut. (easier than increasing
27671  MODULE_SHORTCUT_MAX ;)
27672
27673 ------------------------------------------------------------------------
27674 r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
27675 Changed paths:
27676    M /trunk/include/configuration.h
27677    M /trunk/modules/access/dshow/dshow.cpp
27678    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
27679    M /trunk/modules/gui/wxwindows/preferences_widgets.h
27680    M /trunk/src/misc/configuration.c
27681
27682 * src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
27683 * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
27684 * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
27685
27686 ------------------------------------------------------------------------
27687 r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
27688 Changed paths:
27689    M /trunk/modules/demux/au.c
27690    M /trunk/modules/demux/demux2.c
27691
27692  * au: ported to demux2 API.
27693
27694 ------------------------------------------------------------------------
27695 r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
27696 Changed paths:
27697    M /trunk/src/input/input_programs.c
27698
27699  * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
27700
27701 ------------------------------------------------------------------------
27702 r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
27703 Changed paths:
27704    M /trunk/include/vlc_common.h
27705    M /trunk/src/libvlc.c
27706    M /trunk/src/libvlc.h
27707
27708 include/vlc_common.h:
27709  * defined a CPU_CAPABILITY_SSE2
27710 src/libvlc.(c|h):
27711  * implemented --see2/--no-sse2
27712
27713 ------------------------------------------------------------------------
27714 r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
27715 Changed paths:
27716    M /trunk/modules/codec/ogt/common.c
27717    M /trunk/modules/codec/ogt/pixmap.h
27718    M /trunk/modules/codec/ogt/render.c
27719    M /trunk/modules/codec/ogt/subtitle.h
27720
27721 render.c: RV24 blending
27722 all: more code cleanup and perhaps slightly better bigendian handling though
27723      more common routines/includes.
27724
27725 ------------------------------------------------------------------------
27726 r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
27727 Changed paths:
27728    M /trunk/modules/codec/ogt/render.c
27729
27730 Transparancy for more chromas more complete.
27731
27732 ------------------------------------------------------------------------
27733 r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
27734 Changed paths:
27735    M /trunk/modules/gui/macosx/vout.h
27736    M /trunk/modules/gui/macosx/vout.m
27737
27738  macosx/vout* :
27739    + Unkludged a lot the way the OpenGL output was working until now
27740    + Optimized here and here. Please test!
27741
27742 ------------------------------------------------------------------------
27743 r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
27744 Changed paths:
27745    M /trunk/modules/gui/macosx/vout.h
27746    M /trunk/modules/gui/macosx/vout.m
27747
27748  + macosx/vout* : cosmetic
27749
27750 ------------------------------------------------------------------------
27751 r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
27752 Changed paths:
27753    M /trunk/configure.ac
27754
27755
27756 * configure.ac: proper checks for all the skins2 dependancies.
27757
27758 ------------------------------------------------------------------------
27759 r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
27760 Changed paths:
27761    M /trunk/modules/access/dshow/dshow.cpp
27762    M /trunk/modules/access/dshow/filter.cpp
27763
27764 * modules/access/dshow/*: bug fixes.
27765
27766 ------------------------------------------------------------------------
27767 r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
27768 Changed paths:
27769    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27770
27771 * modules/gui/skins2/win32/win32_graphics.cpp: small fix.
27772
27773 ------------------------------------------------------------------------
27774 r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
27775 Changed paths:
27776    M /trunk/configure.ac
27777
27778 Do not enable skins2 on macosx and beos.
27779
27780 Hope I haven't broken anything...
27781
27782 ------------------------------------------------------------------------
27783 r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
27784 Changed paths:
27785    M /trunk/modules/gui/macosx/vout.m
27786
27787  macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
27788    the monitor (fixed flickering effect)
27789
27790 ------------------------------------------------------------------------
27791 r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
27792 Changed paths:
27793    M /trunk/modules/demux/Modules.am
27794    A /trunk/modules/demux/aiff.c
27795
27796  * aiff: another demuxer.
27797
27798 ------------------------------------------------------------------------
27799 r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
27800 Changed paths:
27801    M /trunk/modules/demux/util/sub.c
27802
27803 * Thou shall initialize thou subtitles.
27804
27805 ------------------------------------------------------------------------
27806 r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
27807 Changed paths:
27808    M /trunk/modules/codec/spudec/parse.c
27809    M /trunk/modules/codec/spudec/spudec.c
27810    M /trunk/modules/demux/util/sub.c
27811
27812 * modules/demux/util/sub.?
27813   Vobsub is working now. only track 0 will be played atm.
27814   spudec scaling will need to be implemented or vobsub is pretty useless.
27815 * modules/codec/spudec
27816   Changed an error into a warning message.
27817
27818 ------------------------------------------------------------------------
27819 r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
27820 Changed paths:
27821    M /trunk/modules/gui/macosx/open.m
27822
27823 Fixes a little bug introduced by string review on localized VLC
27824
27825 ------------------------------------------------------------------------
27826 r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
27827 Changed paths:
27828    M /trunk/configure.ac
27829    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27830
27831
27832 * configure.ac: don't link with msimg32 directly has it isn't available on Win9x/NT4.
27833 * modules/gui/skins2/win32/win32_graphics.cpp: use AlphaBlend() from the Win32Factory object.
27834
27835 ------------------------------------------------------------------------
27836 r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
27837 Changed paths:
27838    M /trunk/modules/codec/dts.c
27839
27840
27841 * modules/codec/dts.c: bug-fix for s/pdif support.
27842
27843 ------------------------------------------------------------------------
27844 r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
27845 Changed paths:
27846    M /trunk/modules/gui/skins2/win32/win32_factory.cpp
27847    M /trunk/modules/gui/skins2/win32/win32_factory.hpp
27848    M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27849
27850 * modules/gui/skins2/win32/*: dynamically load AlphaBlend() as it isn't available on Win9x,NT4.
27851    Parent window created outside the screen so it isn't visible.
27852
27853 Could somebody (AsMaX, ipkiss) have a look at the AlphaBlend() function call in win32_graphics.cpp ? I'd like to use the AlphaBlend() we got from win32_factory.cpp.
27854
27855 ------------------------------------------------------------------------
27856 r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
27857 Changed paths:
27858    M /trunk/modules/packetizer/mpegvideo.c
27859    M /trunk/src/stream_output/stream_output.c
27860
27861
27862 * modules/packetizer/mpegvideo.c: fixed major bug where the first frame could be sent out with a null dts.
27863 * src/stream_output/stream_output.c: guard against non-dated packets in sout_InputSendBuffer().
27864
27865 ------------------------------------------------------------------------
27866 r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
27867 Changed paths:
27868    M /trunk/modules/demux/util/sub.c
27869    M /trunk/modules/demux/util/sub.h
27870
27871  * sub: removed unused variable.
27872
27873 ------------------------------------------------------------------------
27874 r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
27875 Changed paths:
27876    M /trunk/modules/demux/util/sub.c
27877
27878  * sub: clean/fix. it begins to work.
27879
27880 ------------------------------------------------------------------------
27881 r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
27882 Changed paths:
27883    M /trunk/modules/demux/util/sub.c
27884
27885  * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
27886  reading packet).
27887
27888 ------------------------------------------------------------------------
27889 r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
27890 Changed paths:
27891    M /trunk/modules/gui/macosx/vout.m
27892
27893  macosx/vout.m: fixed OpenGL aspect ratio
27894
27895 ------------------------------------------------------------------------
27896 r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
27897 Changed paths:
27898    M /trunk/modules/demux/util/sub.c
27899    M /trunk/modules/demux/util/sub.h
27900
27901
27902 * modules/demux/util/*: fixed segfault with new vobsub code.
27903
27904 ------------------------------------------------------------------------
27905 r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
27906 Changed paths:
27907    M /trunk/modules/demux/util/sub.c
27908    M /trunk/modules/demux/util/sub.h
27909
27910 * VobSub demuxing. Almost working i think, but the ps parsing isn't going to well yet.
27911   fen, anymore tips? :)
27912   There seems to be some trouble with bufferoverflows atm and
27913   spudec doesn't like the data it is being fed:
27914
27915   [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
27916
27917 ------------------------------------------------------------------------
27918 r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
27919 Changed paths:
27920    M /trunk/modules/codec/ogt/render.c
27921
27922 First of the bigendian fixes. Bug in YUY had U and V values in blending
27923 swapped.
27924
27925 ------------------------------------------------------------------------
27926 r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
27927 Changed paths:
27928    M /trunk/modules/video_chroma/i420_yuy2.c
27929
27930  i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
27931
27932 ------------------------------------------------------------------------
27933 r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
27934 Changed paths:
27935    M /trunk/configure.ac
27936
27937 Link with -lm when needed - 2nd try.
27938
27939 ------------------------------------------------------------------------
27940 r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
27941 Changed paths:
27942    M /trunk/src/input/input.c
27943
27944 * Fix autodetection bug with file:///
27945
27946 ------------------------------------------------------------------------
27947 r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
27948 Changed paths:
27949    M /trunk/src/playlist/playlist.c
27950
27951  * playlist: fix for input options.
27952
27953 ------------------------------------------------------------------------
27954 r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
27955 Changed paths:
27956    M /trunk/include/input_ext-intf.h
27957    M /trunk/src/input/input.c
27958    M /trunk/src/playlist/playlist.c
27959
27960  * all: input_CreateThread doesn't take a playlist_item_t anymore.
27961         export input_CreateThread/input_StopThread/input_DestroyThread.
27962
27963 ------------------------------------------------------------------------
27964 r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
27965 Changed paths:
27966    M /trunk/modules/demux/util/sub.h
27967    M /trunk/src/input/input.c
27968
27969 * Remove crud
27970
27971 ------------------------------------------------------------------------
27972 r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
27973 Changed paths:
27974    M /trunk/modules/demux/util/sub.c
27975    M /trunk/modules/demux/util/sub.h
27976
27977 * Remove crud
27978
27979 ------------------------------------------------------------------------
27980 r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
27981 Changed paths:
27982    M /trunk/modules/gui/wxwindows/dialogs.cpp
27983    M /trunk/modules/gui/wxwindows/open.cpp
27984    M /trunk/modules/gui/wxwindows/wxwindows.h
27985
27986
27987 * modules/gui/wxwindows/*: adapted to the new playlist api.
27988    "Add MRL" in the playlist dialog now only appends the new item to the playlist.
27989
27990 ------------------------------------------------------------------------
27991 r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
27992 Changed paths:
27993    M /trunk/src/audio_output/output.c
27994    M /trunk/src/input/input_programs.c
27995
27996 * String review
27997
27998 ------------------------------------------------------------------------
27999 r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
28000 Changed paths:
28001    M /trunk/modules/demux/playlist/playlist.c
28002
28003  * playlist: compilation fix.
28004
28005 ------------------------------------------------------------------------
28006 r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
28007 Changed paths:
28008    M /trunk/include/input_ext-intf.h
28009    M /trunk/include/input_ext-plugins.h
28010    M /trunk/include/ninput.h
28011    M /trunk/include/vlc_common.h
28012    M /trunk/src/input/input.c
28013    M /trunk/src/input/stream.c
28014
28015  * all: make stream_t using function pointers (needed to have multiple
28016  implementations, not yet used).
28017
28018 ------------------------------------------------------------------------
28019 r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
28020 Changed paths:
28021    M /trunk/modules/demux/util/sub.c
28022    M /trunk/modules/demux/util/sub.h
28023    M /trunk/src/input/input.c
28024    M /trunk/src/input/subtitles.c
28025
28026
28027 * src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
28028
28029 ------------------------------------------------------------------------
28030 r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
28031 Changed paths:
28032    M /trunk/modules/demux/util/sub.c
28033    M /trunk/modules/demux/util/sub.h
28034    M /trunk/src/input/input.c
28035
28036
28037 * modules/demux/util/*: a bit of cleanup.
28038
28039 ------------------------------------------------------------------------
28040 r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
28041 Changed paths:
28042    M /trunk/modules/gui/macosx/vout.m
28043
28044  gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
28045
28046 ------------------------------------------------------------------------
28047 r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
28048 Changed paths:
28049    M /trunk/configure.ac
28050
28051  Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
28052
28053 ------------------------------------------------------------------------
28054 r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
28055 Changed paths:
28056    M /trunk/src/input/subtitles.c
28057
28058
28059 * src/input/subtitles.c: more sanity checks.
28060
28061 ------------------------------------------------------------------------
28062 r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
28063 Changed paths:
28064    M /trunk/modules/codec/ffmpeg/ffmpeg.c
28065
28066
28067 * modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
28068
28069 ------------------------------------------------------------------------
28070 r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
28071 Changed paths:
28072    M /trunk/modules/visualization/visual/visual.c
28073
28074
28075 modules/visualization/visual/visual.c: strings review.
28076
28077 ------------------------------------------------------------------------
28078 r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
28079 Changed paths:
28080    M /trunk/configure.ac
28081    M /trunk/modules/gui/macosx/macosx.m
28082    M /trunk/modules/gui/macosx/vout.h
28083    M /trunk/modules/gui/macosx/vout.m
28084
28085  All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl
28086  to give it a try (QT is the default method).
28087   + Known issues: no fullscreen yet, memory leaks, ugly code, ...
28088   + Known goodies: it's a few % faster than QT here (playing a DVD). If
28089       experienced OpenGL and Altivec programmers could have a look and
28090       give some advice, I guess the performance increase might become
28091       noticeable.
28092
28093 ------------------------------------------------------------------------
28094 r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
28095 Changed paths:
28096    M /trunk/modules/mux/mp4.c
28097
28098
28099 * modules/mux/mp4.c: fixed recent screw-up in movie duration.
28100
28101 ------------------------------------------------------------------------
28102 r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
28103 Changed paths:
28104    M /trunk/modules/access/dshow/filter.cpp
28105    M /trunk/modules/access/dshow/filter.h
28106
28107
28108 * modules/access/dshow/*: implemented a few more things.
28109
28110 ------------------------------------------------------------------------
28111 r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
28112 Changed paths:
28113    M /trunk/modules/demux/mp4/drms.c
28114
28115   * drms: bugfixes in sci handling, GetiPodID darwin support.
28116
28117 ------------------------------------------------------------------------
28118 r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
28119 Changed paths:
28120    M /trunk/configure.ac
28121    M /trunk/modules/video_chroma/Modules.am
28122    M /trunk/modules/video_chroma/i420_yuy2.c
28123
28124  + All: added Altivec-optimized i420 to yuy2 conversion. It isn't used
28125    yet as Quicktime handles i420 pictures, but it will be when I've
28126    cleaned the OpenGL output I'm working on (to be commited soon).
28127
28128 ------------------------------------------------------------------------
28129 r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
28130 Changed paths:
28131    M /trunk/modules/gui/beos/AudioOutput.cpp
28132    M /trunk/modules/gui/beos/BeOS.cpp
28133    M /trunk/modules/gui/beos/Bitmaps.h
28134    M /trunk/modules/gui/beos/DrawingTidbits.cpp
28135    M /trunk/modules/gui/beos/DrawingTidbits.h
28136    M /trunk/modules/gui/beos/Interface.cpp
28137    M /trunk/modules/gui/beos/InterfaceWindow.cpp
28138    M /trunk/modules/gui/beos/InterfaceWindow.h
28139    M /trunk/modules/gui/beos/ListViews.cpp
28140    M /trunk/modules/gui/beos/ListViews.h
28141    M /trunk/modules/gui/beos/MessagesWindow.cpp
28142    M /trunk/modules/gui/beos/MsgVals.h
28143    M /trunk/modules/gui/beos/PlayListWindow.cpp
28144    M /trunk/modules/gui/beos/PlayListWindow.h
28145    M /trunk/modules/gui/beos/TransportButton.cpp
28146    M /trunk/modules/gui/beos/TransportButton.h
28147
28148 Strings review
28149
28150 Do "50%","100%", ... need translation ?
28151
28152 They are currently translated, I did not touch this
28153
28154 ------------------------------------------------------------------------
28155 r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
28156 Changed paths:
28157    M /trunk/modules/video_output/caca.c
28158    M /trunk/modules/video_output/directx/directx.c
28159    M /trunk/modules/video_output/fb.c
28160    M /trunk/modules/video_output/ggi.c
28161    M /trunk/modules/video_output/qte/qte.cpp
28162    M /trunk/modules/video_output/x11/x11.c
28163    M /trunk/modules/video_output/x11/xcommon.c
28164    M /trunk/modules/video_output/x11/xvideo.c
28165
28166 String review
28167
28168 ------------------------------------------------------------------------
28169 r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
28170 Changed paths:
28171    M /trunk/modules/access/mms/mmsh.c
28172
28173  * mmsh: msg_Err -> msg_Dbg.
28174
28175 ------------------------------------------------------------------------
28176 r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
28177 Changed paths:
28178    M /trunk/modules/gui/kde/disc.h
28179    M /trunk/modules/gui/kde/net.h
28180
28181 * compilation fixes
28182
28183 ------------------------------------------------------------------------
28184 r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
28185 Changed paths:
28186    M /trunk/configure.ac
28187
28188
28189 * configure.ac: fixed typo.
28190
28191 ------------------------------------------------------------------------
28192 r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
28193 Changed paths:
28194    M /trunk/configure.ac
28195
28196   * configure.ac:
28197     + Bail out if libavcodec.a wasn't built with --enable-pp.
28198
28199 ------------------------------------------------------------------------
28200 r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
28201 Changed paths:
28202    M /trunk/configure.ac
28203
28204 add -lm on more plugins that require it. libvcdinfo version number is
28205 now 0.7.20 not 0.7.20-cdio.
28206
28207 ------------------------------------------------------------------------
28208 r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
28209 Changed paths:
28210    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
28211    M /trunk/modules/gui/skins2/src/skin_main.cpp
28212    M /trunk/modules/gui/skins2/src/theme.cpp
28213    M /trunk/modules/gui/skins2/src/theme.hpp
28214    M /trunk/modules/gui/skins2/src/theme_loader.cpp
28215
28216 * all: save the theme configuration at exit (theme path and
28217   position/visibilty of the windows)
28218 * parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
28219
28220 ------------------------------------------------------------------------
28221 r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
28222 Changed paths:
28223    M /trunk/modules/misc/freetype.c
28224
28225 Fix if iconv not installed.
28226
28227 ------------------------------------------------------------------------
28228 r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
28229 Changed paths:
28230    M /trunk/modules/misc/dummy/decoder.c
28231
28232 include limits.h for PATH_MAX. Solaris fix.
28233
28234 ------------------------------------------------------------------------
28235 r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
28236 Changed paths:
28237    M /trunk/include/vlc_common.h
28238    M /trunk/include/vlc_es.h
28239    M /trunk/modules/codec/ffmpeg/demux.c
28240    M /trunk/modules/codec/ffmpeg/video.c
28241
28242
28243 * include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
28244 * modules/codec/ffmpeg/*: support for palettized codecs.
28245
28246 ------------------------------------------------------------------------
28247 r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
28248 Changed paths:
28249    M /trunk/modules/gui/skins2/src/generic_window.cpp
28250
28251 * src/generic_window.cpp: don't raise the windows on a mouse up event
28252
28253 ------------------------------------------------------------------------
28254 r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
28255 Changed paths:
28256    M /trunk/configure.ac
28257
28258 Test for libcdio only once. Make disable-libcddb work (typo in test variable).
28259
28260 ------------------------------------------------------------------------
28261 r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
28262 Changed paths:
28263    M /trunk/modules/access_output/udp.c
28264    M /trunk/modules/codec/araw.c
28265    M /trunk/modules/codec/dvbsub.c
28266    M /trunk/modules/codec/ffmpeg/ffmpeg.c
28267    M /trunk/modules/codec/subsdec.c
28268    M /trunk/modules/control/rc/rc.c
28269    M /trunk/modules/visualization/xosd/xosd.c
28270
28271
28272 * ALL: removed useless add_category_hint().
28273
28274 ------------------------------------------------------------------------
28275 r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
28276 Changed paths:
28277    M /trunk/modules/demux/a52sys.c
28278    M /trunk/modules/demux/aac.c
28279    M /trunk/modules/demux/asf/asf.c
28280    M /trunk/modules/demux/asf/libasf.c
28281    M /trunk/modules/demux/asf/libasf.h
28282    M /trunk/modules/demux/au.c
28283    M /trunk/modules/demux/avi/avi.c
28284    M /trunk/modules/demux/avi/avi.h
28285    M /trunk/modules/demux/avi/libavi.c
28286    M /trunk/modules/demux/avi/libavi.h
28287    M /trunk/modules/demux/demux2.c
28288    M /trunk/modules/demux/demuxdump.c
28289    M /trunk/modules/demux/demuxstream.c
28290    M /trunk/modules/demux/dvdnav.c
28291    M /trunk/modules/demux/flac.c
28292    M /trunk/modules/demux/livedotcom.cpp
28293    M /trunk/modules/demux/m3u.c
28294    M /trunk/modules/demux/mkv.cpp
28295    M /trunk/modules/demux/mod.c
28296    M /trunk/modules/demux/mp4/libmp4.c
28297    M /trunk/modules/demux/mp4/libmp4.h
28298    M /trunk/modules/demux/mp4/mp4.c
28299    M /trunk/modules/demux/mp4/mp4.h
28300    M /trunk/modules/demux/mpeg/mpga.c
28301    M /trunk/modules/demux/mpeg/mpgv.c
28302    M /trunk/modules/demux/mpeg/ps.c
28303    M /trunk/modules/demux/mpeg/system.c
28304    M /trunk/modules/demux/mpeg/ts.c
28305    M /trunk/modules/demux/nsv.c
28306    M /trunk/modules/demux/ogg.c
28307    M /trunk/modules/demux/playlist/m3u.c
28308    M /trunk/modules/demux/playlist/old.c
28309    M /trunk/modules/demux/playlist/playlist.c
28310    M /trunk/modules/demux/playlist/pls.c
28311    M /trunk/modules/demux/ps.c
28312    M /trunk/modules/demux/rawdv.c
28313    M /trunk/modules/demux/real.c
28314    M /trunk/modules/demux/ts.c
28315    M /trunk/modules/demux/util/id3.c
28316    M /trunk/modules/demux/util/id3genres.h
28317    M /trunk/modules/demux/util/id3tag.c
28318    M /trunk/modules/demux/util/sub.c
28319    M /trunk/modules/demux/util/sub.h
28320    M /trunk/modules/video_filter/adjust.c
28321    M /trunk/modules/video_filter/clone.c
28322    M /trunk/modules/video_filter/crop.c
28323    M /trunk/modules/video_filter/deinterlace/deinterlace.c
28324    M /trunk/modules/video_filter/distort.c
28325    M /trunk/modules/video_filter/logo.c
28326    M /trunk/modules/video_filter/motionblur.c
28327    M /trunk/modules/video_filter/transform.c
28328    M /trunk/modules/video_filter/wall.c
28329
28330 * Stringreview !!!
28331
28332 ------------------------------------------------------------------------
28333 r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
28334 Changed paths:
28335    D /trunk/doc/mad/BUGS
28336    D /trunk/doc/mad/TODO
28337
28338 * Removing old useless files
28339
28340 ------------------------------------------------------------------------
28341 r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
28342 Changed paths:
28343    M /trunk/modules/codec/ogt/cvd.c
28344    M /trunk/modules/codec/ogt/ogt.c
28345    M /trunk/modules/codec/ogt/subtitle.h
28346
28347 cvd.c: default duration scaling is smaller which seems more correct.
28348
28349 string review: Merge/canonicalize debug string messages.
28350
28351 ------------------------------------------------------------------------
28352 r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
28353 Changed paths:
28354    M /trunk/modules/codec/dvbsub.c
28355
28356 added a 0 accidentally
28357
28358 ------------------------------------------------------------------------
28359 r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
28360 Changed paths:
28361    M /trunk/modules/access/cdda/cdda.c
28362    M /trunk/modules/access/dvd/dvd.c
28363    M /trunk/modules/audio_filter/channel_mixer/headphone.c
28364    M /trunk/modules/audio_filter/converter/Modules.am
28365    M /trunk/modules/audio_filter/converter/a52tofloat32.c
28366    M /trunk/modules/audio_filter/converter/mpgatofixed32.c
28367    M /trunk/modules/audio_output/alsa.c
28368    M /trunk/modules/audio_output/coreaudio.c
28369    M /trunk/modules/audio_output/file.c
28370    M /trunk/modules/audio_output/oss.c
28371    M /trunk/modules/gui/gtk/gnome.c
28372    M /trunk/modules/gui/gtk/gtk.c
28373    M /trunk/modules/gui/kde/kde.cpp
28374    M /trunk/modules/gui/macosx/macosx.m
28375    M /trunk/modules/gui/pda/pda.c
28376    M /trunk/modules/misc/freetype.c
28377    M /trunk/modules/misc/sap.c
28378    M /trunk/modules/mux/mp4.c
28379
28380
28381 * ALL: removed a bunch of unused add_category_hint().
28382
28383 ------------------------------------------------------------------------
28384 r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
28385 Changed paths:
28386    M /trunk/modules/gui/skins2/x11/x11_display.cpp
28387
28388 * x11/x11_display.cpp: only 8 bpp mode was working...
28389
28390 ------------------------------------------------------------------------
28391 r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
28392 Changed paths:
28393    M /trunk/modules/gui/skins2/x11/x11_display.cpp
28394    M /trunk/modules/gui/skins2/x11/x11_display.hpp
28395    M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
28396    M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
28397    M /trunk/modules/gui/skins2/x11/x11_window.cpp
28398
28399 * all: support of 8 bpp mode for X11 skins. Like in the vout it uses
28400  its own colormap, but I don't like that at all...
28401
28402 ------------------------------------------------------------------------
28403 r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
28404 Changed paths:
28405    M /trunk/modules/gui/gtk/preferences.c
28406
28407
28408 * modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
28409
28410 ------------------------------------------------------------------------
28411 r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
28412 Changed paths:
28413    M /trunk/modules/codec/adpcm.c
28414    M /trunk/modules/codec/dts.c
28415    M /trunk/modules/codec/dv.c
28416    M /trunk/modules/codec/dvbsub.c
28417    M /trunk/modules/codec/faad.c
28418    M /trunk/modules/codec/ffmpeg/ffmpeg.h
28419    M /trunk/modules/codec/ffmpeg/postprocess.c
28420    M /trunk/modules/codec/flac.c
28421    M /trunk/modules/codec/lpcm.c
28422    M /trunk/modules/codec/mpeg_audio.c
28423    M /trunk/modules/codec/ogt/cvd.c
28424    M /trunk/modules/codec/ogt/render.c
28425    M /trunk/modules/codec/ogt/subtitle.h
28426    M /trunk/modules/codec/quicktime.c
28427    M /trunk/modules/codec/speex.c
28428    M /trunk/modules/codec/subsdec.c
28429    M /trunk/modules/codec/tarkin.c
28430    M /trunk/modules/codec/theora.c
28431    M /trunk/modules/codec/vorbis.c
28432
28433 string review
28434
28435 still some  printfs in dvbsub.c. Would  need to spend some  time reading
28436 the code to remove them.
28437
28438 ------------------------------------------------------------------------
28439 r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
28440 Changed paths:
28441    M /trunk/modules/gui/wxwindows/interface.cpp
28442
28443
28444 * modules/gui/wxwindows/interface.cpp: removed unused strings.
28445
28446 ------------------------------------------------------------------------
28447 r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
28448 Changed paths:
28449    M /trunk/include/beos_specific.h
28450    M /trunk/include/charset.h
28451    M /trunk/include/codecs.h
28452    M /trunk/include/configuration.h
28453    M /trunk/include/darwin_specific.h
28454    M /trunk/include/intf_eject.h
28455    M /trunk/include/main.h
28456    M /trunk/include/os_specific.h
28457    M /trunk/include/stream_control.h
28458    M /trunk/include/stream_output.h
28459    M /trunk/include/variables.h
28460    M /trunk/include/vlc/aout.h
28461    M /trunk/include/vlc/decoder.h
28462    M /trunk/include/vlc/input.h
28463    M /trunk/include/vlc/intf.h
28464    M /trunk/include/vlc/sout.h
28465    M /trunk/include/vlc/vlc.h
28466    M /trunk/include/vlc/vout.h
28467    M /trunk/include/vlc_config.h
28468    M /trunk/include/vlc_cpu.h
28469    M /trunk/include/vlc_help.h
28470    M /trunk/include/vlc_interface.h
28471    M /trunk/include/vlc_keys.h
28472    M /trunk/include/vlc_messages.h
28473    M /trunk/include/vlc_objects.h
28474    M /trunk/include/vlc_playlist.h
28475    M /trunk/include/vlc_video.h
28476    M /trunk/include/vout_synchro.h
28477    M /trunk/include/win32_specific.h
28478
28479 * Strings review in include/
28480 * Removed trailing spaces
28481
28482 ------------------------------------------------------------------------
28483 r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
28484 Changed paths:
28485    M /trunk/modules/audio_output/alsa.c
28486    M /trunk/modules/audio_output/arts.c
28487    M /trunk/modules/audio_output/coreaudio.c
28488    M /trunk/modules/audio_output/directx.c
28489    M /trunk/modules/audio_output/esd.c
28490    M /trunk/modules/audio_output/file.c
28491    M /trunk/modules/audio_output/oss.c
28492    M /trunk/modules/audio_output/sdl.c
28493    M /trunk/modules/audio_output/waveout.c
28494    M /trunk/modules/packetizer/copy.c
28495    M /trunk/modules/packetizer/mpeg4audio.c
28496    M /trunk/modules/packetizer/mpeg4video.c
28497    M /trunk/modules/packetizer/mpegvideo.c
28498
28499 reverting a whole bunch of stupid changes,
28500 sorry :)
28501
28502 ------------------------------------------------------------------------
28503 r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
28504 Changed paths:
28505    M /trunk/modules/misc/logger/logger.c
28506    M /trunk/mozilla/vlcshell.cpp
28507
28508
28509 * mozilla/vlcshell.cpp: don't translate debug messages.
28510 * modules/misc/logger/logger.c: compilation fix.
28511
28512 ------------------------------------------------------------------------
28513 r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
28514 Changed paths:
28515    M /trunk/modules/packetizer/copy.c
28516    M /trunk/modules/packetizer/mpeg4audio.c
28517    M /trunk/modules/packetizer/mpeg4video.c
28518    M /trunk/modules/packetizer/mpegvideo.c
28519
28520 String review, round three in advance :)
28521 If you've got spare stuff to review, I'm free.
28522 (FK, are you reviewing the KDE intf or shall I do it?)
28523
28524 ------------------------------------------------------------------------
28525 r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
28526 Changed paths:
28527    M /trunk/modules/audio_output/alsa.c
28528    M /trunk/modules/audio_output/arts.c
28529    M /trunk/modules/audio_output/coreaudio.c
28530    M /trunk/modules/audio_output/directx.c
28531    M /trunk/modules/audio_output/esd.c
28532    M /trunk/modules/audio_output/file.c
28533    M /trunk/modules/audio_output/oss.c
28534    M /trunk/modules/audio_output/sdl.c
28535    M /trunk/modules/audio_output/waveout.c
28536
28537 string review, round two: the audio output modules
28538 (but as I'm too tired and it's apero time, round three
28539 will follow later on in the night)
28540
28541 ------------------------------------------------------------------------
28542 r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
28543 Changed paths:
28544    M /trunk/modules/access/cdda.c
28545    M /trunk/modules/access/dshow/dshow.cpp
28546    M /trunk/modules/access/dvb/qpsk.c
28547    M /trunk/modules/access/dvd/dvd.c
28548    M /trunk/modules/access/file.c
28549    M /trunk/modules/access/ftp.c
28550    M /trunk/modules/access/http.c
28551    M /trunk/modules/access/mms/mms.c
28552    M /trunk/modules/access/pvr/pvr.c
28553    M /trunk/modules/access/satellite/satellite.c
28554    M /trunk/modules/access/slp.c
28555    M /trunk/modules/access/tcp.c
28556    M /trunk/modules/access/udp.c
28557    M /trunk/modules/access/v4l/v4l.c
28558    M /trunk/modules/access/vcd/vcd.c
28559    M /trunk/modules/access/vcdx/vcd.c
28560
28561
28562 * modules/access/*: strings review + coding style fixes.
28563
28564 ------------------------------------------------------------------------
28565 r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
28566 Changed paths:
28567    M /trunk/modules/access_output/http.c
28568    M /trunk/modules/access_output/udp.c
28569    M /trunk/modules/audio_mixer/float32.c
28570    M /trunk/modules/audio_mixer/spdif.c
28571    M /trunk/modules/audio_mixer/trivial.c
28572    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
28573    M /trunk/modules/gui/skins2/parser/builder.cpp
28574    M /trunk/modules/gui/skins2/src/dialogs.cpp
28575    M /trunk/modules/gui/skins2/src/skin_main.cpp
28576    M /trunk/modules/misc/dummy/dummy.c
28577    M /trunk/modules/misc/dummy/interface.c
28578    M /trunk/modules/misc/logger/logger.c
28579    M /trunk/modules/misc/network/ipv6.c
28580    M /trunk/modules/video_chroma/i420_ymga.c
28581    M /trunk/modules/video_chroma/i420_yuy2.c
28582    M /trunk/modules/video_chroma/i422_yuy2.c
28583
28584 string review by Christophe Mutricy aka xtophe
28585
28586 ------------------------------------------------------------------------
28587 r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
28588 Changed paths:
28589    M /trunk/src/input/demux.c
28590    M /trunk/src/input/es_out.c
28591    M /trunk/src/input/input.c
28592    M /trunk/src/input/input_dec.c
28593    M /trunk/src/input/input_ext-intf.c
28594    M /trunk/src/input/input_ext-plugins.c
28595    M /trunk/src/input/input_info.c
28596    M /trunk/src/input/input_programs.c
28597    M /trunk/src/input/stream.c
28598    M /trunk/src/input/subtitles.c
28599    M /trunk/src/interface/interface.c
28600    M /trunk/src/libvlc.c
28601    M /trunk/src/misc/beos_specific.cpp
28602    M /trunk/src/misc/configuration.c
28603    M /trunk/src/misc/error.c
28604    M /trunk/src/misc/modules.c
28605    M /trunk/src/misc/modules_builtin.h.in
28606    M /trunk/src/misc/mtime.c
28607    M /trunk/src/misc/net.c
28608    M /trunk/src/misc/objects.c
28609    M /trunk/src/misc/variables.c
28610    M /trunk/src/misc/win32_specific.c
28611    M /trunk/src/playlist/group.c
28612    M /trunk/src/playlist/info.c
28613    M /trunk/src/playlist/item-ext.c
28614    M /trunk/src/playlist/loadsave.c
28615    M /trunk/src/playlist/playlist.c
28616    M /trunk/src/video_output/video_output.c
28617    M /trunk/src/video_output/vout_pictures.c
28618    M /trunk/src/video_output/vout_synchro.c
28619    M /trunk/src/vlc.c
28620
28621 * String review, round one
28622 * A few coding style fixes
28623 * Doxygenized a few functions
28624
28625 ------------------------------------------------------------------------
28626 r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
28627 Changed paths:
28628    M /trunk/modules/gui/macosx/controls.h
28629    M /trunk/modules/gui/macosx/controls.m
28630    M /trunk/modules/gui/macosx/intf.h
28631    M /trunk/modules/gui/macosx/intf.m
28632    M /trunk/modules/gui/macosx/macosx.m
28633    M /trunk/modules/gui/macosx/open.h
28634    M /trunk/modules/gui/macosx/open.m
28635    M /trunk/modules/gui/macosx/output.m
28636    M /trunk/modules/gui/macosx/playlist.h
28637    M /trunk/modules/gui/macosx/playlist.m
28638    M /trunk/modules/gui/macosx/prefs.h
28639    M /trunk/modules/gui/macosx/prefs.m
28640    M /trunk/modules/gui/macosx/vout.h
28641    M /trunk/modules/gui/macosx/vout.m
28642
28643 String Review round one, Mac OS X interface.
28644
28645 ------------------------------------------------------------------------
28646 r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
28647 Changed paths:
28648    M /trunk/modules/control/corba/README
28649    M /trunk/modules/control/corba/client.py
28650    M /trunk/modules/control/corba/corba.c
28651    M /trunk/modules/control/corba/simpleplayer.py
28652    M /trunk/modules/control/gestures.c
28653    M /trunk/modules/control/hotkeys.c
28654    M /trunk/modules/control/http.c
28655    M /trunk/modules/control/joystick.c
28656    M /trunk/modules/control/lirc/lirc.c
28657    M /trunk/modules/control/ntservice.c
28658    M /trunk/modules/control/rc/rc.c
28659    M /trunk/mozilla/npvlc_rc.rc
28660    M /trunk/mozilla/vlcshell.cpp
28661    M /trunk/python/setup.py
28662    M /trunk/python/vlcmodule.c
28663    M /trunk/python/vlrs/rtsp.py
28664    M /trunk/python/vlrs/sap.py
28665    M /trunk/python/vlrs/vlrs.py
28666    M /trunk/share/http/admin/browse.html
28667    M /trunk/share/http/admin/index.html
28668    M /trunk/share/http/index.html
28669    M /trunk/share/http/info.html
28670
28671 * string review.
28672
28673 ------------------------------------------------------------------------
28674 r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
28675 Changed paths:
28676    M /trunk/modules/video_filter/logo.c
28677
28678 modules/video_filter/logo.c:
28679  * correctly name the config options( logo-foo not logo_foo )
28680
28681 ------------------------------------------------------------------------
28682 r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
28683 Changed paths:
28684    M /trunk/modules/gui/kde/disc.cpp
28685    M /trunk/modules/gui/kde/interface.cpp
28686    M /trunk/modules/gui/kde/kde.cpp
28687    M /trunk/modules/gui/kde/net.cpp
28688    M /trunk/modules/gui/kde/preferences.cpp
28689
28690 string review
28691
28692 ------------------------------------------------------------------------
28693 r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
28694 Changed paths:
28695    M /trunk/modules/access/vcdx/vcd.c
28696
28697 String review.
28698
28699 ------------------------------------------------------------------------
28700 r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
28701 Changed paths:
28702    M /trunk/modules/access/cdda/cdda.c
28703
28704 string review.
28705
28706 ------------------------------------------------------------------------
28707 r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
28708 Changed paths:
28709    M /trunk/modules/stream_out/display.c
28710    M /trunk/modules/stream_out/dummy.c
28711    M /trunk/modules/stream_out/duplicate.c
28712    M /trunk/modules/stream_out/es.c
28713    M /trunk/modules/stream_out/gather.c
28714    M /trunk/modules/stream_out/rtp.c
28715    M /trunk/modules/stream_out/standard.c
28716    M /trunk/modules/stream_out/transcode.c
28717    M /trunk/modules/stream_out/transrate/transrate.c
28718
28719
28720 * modules/stream_out/*: coding style changes + strings review.
28721
28722 ------------------------------------------------------------------------
28723 r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
28724 Changed paths:
28725    M /trunk/doc/intf-vcd.txt
28726
28727 More clarification of the LID/PSD/PBC thing especially with respect
28728 to vlc's plugin. A couple of typographical mistakes corrected.
28729
28730 ------------------------------------------------------------------------
28731 r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
28732 Changed paths:
28733    M /trunk/modules/gui/gtk2/gnome2.glade
28734    M /trunk/modules/gui/gtk2/gtk2.glade
28735    M /trunk/modules/gui/pda/pda.glade
28736    M /trunk/modules/gui/pda/pda_callbacks.c
28737
28738 * string review
28739
28740 ------------------------------------------------------------------------
28741 r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
28742 Changed paths:
28743    M /trunk/modules/gui/skins2/src/skin_main.cpp
28744    M /trunk/modules/gui/skins2/x11/x11_display.cpp
28745    M /trunk/modules/gui/skins2/x11/x11_factory.cpp
28746
28747 * all: fixed segfaults when initialization fails
28748
28749 ------------------------------------------------------------------------
28750 r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
28751 Changed paths:
28752    M /trunk/src/libvlc.h
28753
28754 First round of stringreview
28755
28756 ------------------------------------------------------------------------
28757 r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
28758 Changed paths:
28759    M /trunk/modules/audio_filter/converter/a52tofloat32.c
28760    M /trunk/modules/gui/gtk/gnome_interface.c
28761    M /trunk/modules/gui/gtk/gtk_interface.c
28762    M /trunk/modules/mux/asf.c
28763
28764 * Stringreview
28765
28766 ------------------------------------------------------------------------
28767 r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
28768 Changed paths:
28769    M /trunk/modules/mux/mp4.c
28770
28771
28772 * modules/mux/mp4.c: spec compliance fix.
28773
28774 ------------------------------------------------------------------------
28775 r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
28776 Changed paths:
28777    M /trunk/src/libvlc.c
28778
28779
28780 * src/libvlc.c: another couple of changes to the --help output.
28781
28782 ------------------------------------------------------------------------
28783 r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
28784 Changed paths:
28785    M /trunk/modules/gui/skins2/Modules.am
28786    M /trunk/modules/gui/skins2/parser/builder.cpp
28787    M /trunk/modules/gui/skins2/parser/builder.hpp
28788    M /trunk/modules/gui/skins2/parser/builder_data.hpp
28789    D /trunk/modules/gui/skins2/parser/flex.c
28790    D /trunk/modules/gui/skins2/parser/gen.sh
28791    D /trunk/modules/gui/skins2/parser/parser_context.hpp
28792    D /trunk/modules/gui/skins2/parser/skin.act
28793    D /trunk/modules/gui/skins2/parser/skin.c
28794    D /trunk/modules/gui/skins2/parser/skin.dtd
28795    D /trunk/modules/gui/skins2/parser/skin.h
28796    D /trunk/modules/gui/skins2/parser/skin.l
28797    A /trunk/modules/gui/skins2/parser/skin_parser.cpp
28798    A /trunk/modules/gui/skins2/parser/skin_parser.hpp
28799    D /trunk/modules/gui/skins2/parser/wrappers.cpp
28800    D /trunk/modules/gui/skins2/parser/wrappers.h
28801    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
28802    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
28803    M /trunk/modules/gui/skins2/src/theme_loader.cpp
28804    M /trunk/modules/gui/skins2/src/tooltip.cpp
28805    M /trunk/modules/gui/skins2/src/window_manager.cpp
28806    M /trunk/modules/gui/skins2/theme/skin.dtd
28807
28808 * all: replaced the flex parser by the libxml one
28809 * src/window_manager.cpp: improved the raise window algorithm
28810 * src/tooltip.cpp: fixed a segfault after changing a theme
28811
28812 ------------------------------------------------------------------------
28813 r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
28814 Changed paths:
28815    M /trunk/src/libvlc.c
28816
28817
28818 * src/libvlc.c: improved --help output.
28819
28820 ------------------------------------------------------------------------
28821 r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
28822 Changed paths:
28823    M /trunk/modules/video_filter/logo.c
28824
28825
28826 * modules/video_filter/logo.c: compilation fixes.
28827
28828 ------------------------------------------------------------------------
28829 r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
28830 Changed paths:
28831    M /trunk/modules/gui/wxwindows/open.cpp
28832
28833 "Playback control LID" is too long. Shorten to "Playback LID"
28834
28835 ------------------------------------------------------------------------
28836 r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
28837 Changed paths:
28838    M /trunk/modules/gui/wxwindows/open.cpp
28839
28840 string review.
28841
28842 ------------------------------------------------------------------------
28843 r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
28844 Changed paths:
28845    M /trunk/modules/access/vcdx/access.c
28846
28847 Allow PBC selection. Had been temporarily disabled. Perhaps this is
28848 what DJ was referring to?
28849
28850 ------------------------------------------------------------------------
28851 r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
28852 Changed paths:
28853    M /trunk/modules/gui/ncurses/ncurses.c
28854    M /trunk/modules/gui/wxwindows/dialogs.cpp
28855    M /trunk/modules/gui/wxwindows/fileinfo.cpp
28856    M /trunk/modules/gui/wxwindows/interface.cpp
28857    M /trunk/modules/gui/wxwindows/iteminfo.cpp
28858    M /trunk/modules/gui/wxwindows/menus.cpp
28859    M /trunk/modules/gui/wxwindows/messages.cpp
28860    M /trunk/modules/gui/wxwindows/open.cpp
28861    M /trunk/modules/gui/wxwindows/playlist.cpp
28862    M /trunk/modules/gui/wxwindows/preferences.cpp
28863    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
28864    M /trunk/modules/gui/wxwindows/streamout.cpp
28865    M /trunk/modules/gui/wxwindows/streamwizard.cpp
28866    M /trunk/modules/gui/wxwindows/subtitles.cpp
28867    M /trunk/modules/gui/wxwindows/v4l.cpp
28868    M /trunk/modules/gui/wxwindows/wxwindows.cpp
28869    M /trunk/modules/gui/wxwindows/wxwindows.h
28870
28871 * string review
28872
28873 ------------------------------------------------------------------------
28874 r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
28875 Changed paths:
28876    M /trunk/modules/video_filter/crop.c
28877    M /trunk/modules/video_filter/distort.c
28878    M /trunk/modules/video_filter/invert.c
28879    M /trunk/modules/video_filter/logo.c
28880    M /trunk/modules/video_filter/motionblur.c
28881    M /trunk/modules/video_filter/transform.c
28882    M /trunk/modules/video_filter/wall.c
28883
28884 * stringreview
28885
28886 ------------------------------------------------------------------------
28887 r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
28888 Changed paths:
28889    M /trunk/modules/video_filter/adjust.c
28890
28891 * adjust uses variables
28892
28893 ------------------------------------------------------------------------
28894 r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
28895 Changed paths:
28896    M /trunk/modules/demux/Modules.am
28897    M /trunk/modules/demux/ts.c
28898    M /trunk/modules/mux/mpeg/Modules.am
28899    A /trunk/modules/mux/mpeg/csa.c
28900    A /trunk/modules/mux/mpeg/csa.h
28901    M /trunk/modules/mux/mpeg/ts.c
28902
28903  - csa.* : CSA scrambling implementation.
28904  - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
28905  (fixed key).
28906
28907 ------------------------------------------------------------------------
28908 r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
28909 Changed paths:
28910    M /trunk/INSTALL.win32
28911    M /trunk/MAINTAINERS
28912    M /trunk/README
28913    M /trunk/debian/copyright
28914    M /trunk/doc/win32/Cross-Compile-Howto.txt
28915    M /trunk/evc/vlc.c
28916    M /trunk/extras/contrib/src/Makefile
28917    M /trunk/extras/contrib/src/packages.mak
28918    M /trunk/menuconfig
28919    M /trunk/vlc.spec
28920    M /trunk/vlc.spec.mdk
28921
28922 * extras/contrib/src/ dvdnav packages
28923 * REST: stringreview round 1
28924
28925 ------------------------------------------------------------------------
28926 r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
28927 Changed paths:
28928    M /trunk/include/vlc_common.h
28929
28930  * vlc_common: changed TAB_APPEND. I have to do this because the old way
28931  seems to make bogus code (but I'm not sure).
28932
28933 ------------------------------------------------------------------------
28934 r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
28935 Changed paths:
28936    M /trunk/configure.ac
28937
28938
28939 * configure.ac: added --with-xml2-config-path=PATH option.
28940
28941 ------------------------------------------------------------------------
28942 r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
28943 Changed paths:
28944    M /trunk/modules/gui/skins2/parser/xmlparser.cpp
28945    M /trunk/modules/gui/skins2/parser/xmlparser.hpp
28946    M /trunk/modules/gui/skins2/src/theme_loader.cpp
28947    A /trunk/modules/gui/skins2/theme/skin.dtd
28948
28949 * parser/xmlparser.cpp: added DTD validation
28950
28951 ------------------------------------------------------------------------
28952 r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
28953 Changed paths:
28954    M /trunk/configure.ac
28955    M /trunk/modules/gui/skins2/Modules.am
28956    A /trunk/modules/gui/skins2/parser/xmlparser.cpp
28957    A /trunk/modules/gui/skins2/parser/xmlparser.hpp
28958    M /trunk/modules/gui/skins2/src/theme_loader.cpp
28959    M /trunk/modules/gui/skins2/src/var_manager.cpp
28960    M /trunk/modules/gui/skins2/src/var_manager.hpp
28961
28962 * configure.ac: check xml2-config for skins2
28963 * modules/gui/skins2/src/var_manager.cpp: delete the variables in the
28964   right order to avoid invalid reads in the destructor
28965 * modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
28966   on the text reader API of libxml2
28967
28968 ------------------------------------------------------------------------
28969 r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
28970 Changed paths:
28971    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
28972
28973
28974 * modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
28975
28976 ------------------------------------------------------------------------
28977 r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
28978 Changed paths:
28979    M /trunk/modules/mux/mp4.c
28980
28981
28982 * modules/mux/mp4.c: store the display size using the proper aspect-ratio.
28983    Size optimization for the generation of the stsc table.
28984    Some more clean-up.
28985
28986 ------------------------------------------------------------------------
28987 r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
28988 Changed paths:
28989    M /trunk/modules/demux/mpeg/system.c
28990
28991 Doc fix.
28992
28993 ------------------------------------------------------------------------
28994 r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
28995 Changed paths:
28996    M /trunk/modules/codec/ffmpeg/ffmpeg.c
28997
28998  * ffmpeg.c: disabled mpeg4 audio, too buggy. (This way users can see that
28999  they miss the faad decoder without having an obscure segfault.)
29000
29001 ------------------------------------------------------------------------
29002 r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
29003 Changed paths:
29004    M /trunk/src/playlist/loadsave.c
29005
29006 Compilation bug: can't have preprocessor directives inside a macro.
29007
29008 ------------------------------------------------------------------------
29009 r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
29010 Changed paths:
29011    M /trunk/modules/demux/mp4/drms.c
29012
29013   * drms: endian fixes, GetiPodID env var support.
29014
29015 ------------------------------------------------------------------------
29016 r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
29017 Changed paths:
29018    M /trunk/include/stream_output.h
29019    M /trunk/modules/access_output/file.c
29020    M /trunk/modules/access_output/udp.c
29021    M /trunk/modules/mux/mp4.c
29022    M /trunk/src/stream_output/stream_output.c
29023
29024
29025 * src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion.
29026 * modules/access_output/file.c: implemented sout_AccessOutRead().
29027 * modules/access_output/udp.c: coding style cleanup.
29028 * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file).
29029    Started some code cleanup.
29030
29031 ------------------------------------------------------------------------
29032 r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
29033 Changed paths:
29034    A /trunk/modules/demux/pva.c
29035
29036  * pva: PVA demuxer.
29037
29038 ------------------------------------------------------------------------
29039 r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
29040 Changed paths:
29041    M /trunk/configure.ac
29042    M /trunk/modules/video_filter/deinterlace/deinterlace.c
29043
29044  + deinterlace.c : added an Altivec version of Merge() - makes the
29045      filter more than 100% faster here (blend mode). Feel free to check
29046      if I haven't broken anything, first time doing Altivec ;)
29047
29048 ------------------------------------------------------------------------
29049 r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
29050 Changed paths:
29051    M /trunk/NEWS
29052
29053 Time to note completion of SVCD (Philips OGT) and CVD subtitles.
29054
29055 ------------------------------------------------------------------------
29056 r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
29057 Changed paths:
29058    M /trunk/modules/codec/ogt/render.c
29059
29060 RV32 added, but not tested. All chromas now handled.
29061 More code cleanups.
29062
29063 ------------------------------------------------------------------------
29064 r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
29065 Changed paths:
29066    M /trunk/include/vlc_playlist.h
29067    M /trunk/src/playlist/group.c
29068    M /trunk/src/playlist/info.c
29069    M /trunk/src/playlist/item-ext.c
29070    M /trunk/src/playlist/loadsave.c
29071    M /trunk/src/playlist/playlist.c
29072    M /trunk/src/playlist/sort.c
29073
29074 * Doxygen doc fixes
29075 * Add missing locks
29076 * Duration sort
29077
29078 ------------------------------------------------------------------------
29079 r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
29080 Changed paths:
29081    M /trunk/modules/codec/ogt/common.c
29082
29083 Small doc changes.
29084
29085 ------------------------------------------------------------------------
29086 r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
29087 Changed paths:
29088    M /trunk/modules/codec/ogt/cvd.c
29089
29090 Omitted option -duration-scaling which caused plugin to stop working.
29091
29092 ------------------------------------------------------------------------
29093 r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
29094 Changed paths:
29095    M /trunk/modules/demux/mp4/mp4.c
29096
29097
29098 * modules/demux/mp4/mp4.c: don't segfault on reference files.
29099
29100 ------------------------------------------------------------------------
29101 r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
29102 Changed paths:
29103    M /trunk/modules/codec/ogt/render.c
29104
29105 RGB2 scaling is now correct. Need to do the same for RV24 and
29106 probably others.
29107
29108 ------------------------------------------------------------------------
29109 r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
29110 Changed paths:
29111    M /trunk/modules/demux/mkv.cpp
29112
29113 modules/demux/mkv.cpp:
29114  * removed an unused, and unreleased vlc_object_find()
29115  * added support for flac in mkv
29116
29117 ------------------------------------------------------------------------
29118 r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
29119 Changed paths:
29120    M /trunk/modules/demux/Modules.am
29121    M /trunk/src/playlist/loadsave.c
29122
29123
29124 * src/playlist/loadsave.c: errno.h related fixes.
29125 * modules/demux/Modules.am: added missing ps.h.
29126
29127 ------------------------------------------------------------------------
29128 r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
29129 Changed paths:
29130    M /trunk/modules/access/mms/mmstu.c
29131
29132  * mmstu: workaround for low bitrate stream with mmst.
29133  (we don't try anymore to fill our buffer every time).
29134
29135 ------------------------------------------------------------------------
29136 r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
29137 Changed paths:
29138    M /trunk/src/misc/net.c
29139
29140 * src/misc/net.c: Compilation fix.
29141
29142 ------------------------------------------------------------------------
29143 r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
29144 Changed paths:
29145    M /trunk/modules/gui/wxwindows/interface.cpp
29146    M /trunk/modules/gui/wxwindows/wxwindows.h
29147    M /trunk/modules/video_filter/adjust.c
29148
29149 all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
29150
29151 ------------------------------------------------------------------------
29152 r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
29153 Changed paths:
29154    M /trunk/modules/demux/mkv.cpp
29155
29156 modules/demux/mkv.cpp:
29157  * comment out parsing of elements that no muxer ever used, and that are
29158    being removed from the spec. (patch by Mosu in the mkv team)
29159
29160 ------------------------------------------------------------------------
29161 r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
29162 Changed paths:
29163    M /trunk/modules/codec/ogt/render.c
29164
29165 YUY2: Need to check against accessing outside of subpicture.
29166 RGB2: Use fixed colormap entries black: 0, white: 255, and something
29167 else 0x44.
29168
29169 ------------------------------------------------------------------------
29170 r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
29171 Changed paths:
29172    M /trunk/modules/codec/ogt/cvd_parse.c
29173    M /trunk/modules/codec/ogt/ogt_parse.c
29174    M /trunk/modules/codec/ogt/render.c
29175    M /trunk/modules/codec/ogt/subtitle.h
29176
29177 RV24 color-setting fixed. Fullscreen mode doesn't work though.
29178
29179 RGB2 sorta works, but to do better we need a way to lookup a palette
29180 color in a colormap.
29181
29182 ------------------------------------------------------------------------
29183 r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
29184 Changed paths:
29185    M /trunk/configure.ac
29186    M /trunk/modules/demux/mp4/drms.c
29187
29188   * drms: support for getting user key from firewire connected iPod under
29189           GNU/Linux. requires libsysfs (sysfsutils).
29190
29191 ------------------------------------------------------------------------
29192 r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
29193 Changed paths:
29194    M /trunk/modules/misc/sap.c
29195
29196 modules/misc/sap.c:
29197  * fixed a nasty integer overflow that caused items to be removed right away
29198    when the timeout value was large.
29199  * fixed a small mem-leak
29200
29201 ------------------------------------------------------------------------
29202 r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
29203 Changed paths:
29204    M /trunk/modules/misc/sap.c
29205
29206 * what was i thinking
29207
29208 ------------------------------------------------------------------------
29209 r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
29210 Changed paths:
29211    M /trunk/modules/misc/sap.c
29212
29213 modules/misc/sap:
29214  * fixed some minor bugs
29215
29216 ------------------------------------------------------------------------
29217 r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
29218 Changed paths:
29219    M /trunk/modules/demux/ts.c
29220
29221  * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
29222  (not well tested)
29223
29224 ------------------------------------------------------------------------
29225 r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
29226 Changed paths:
29227    M /trunk/src/input/es_out.c
29228    M /trunk/src/misc/net.c
29229
29230  * es_out: Handle --program (not tested) and create program on
29231 ES_OUT_SET_GROUP_PCR.
29232  * net.c: commented out an error message in net_Write.
29233
29234 ------------------------------------------------------------------------
29235 r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
29236 Changed paths:
29237    M /trunk/modules/misc/sap.c
29238
29239 * a 30 secs timeout is way too fast. changed to 1800 which is more realistic
29240
29241 ------------------------------------------------------------------------
29242 r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
29243 Changed paths:
29244    M /trunk/extras/contrib/src/packages.mak
29245
29246 * newer live.com sources
29247
29248 ------------------------------------------------------------------------
29249 r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
29250 Changed paths:
29251    M /trunk/ipkg/rules
29252
29253 Adding updated rules and control file for iPAQ packaging.
29254
29255 ------------------------------------------------------------------------
29256 r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
29257 Changed paths:
29258    M /trunk/modules/codec/dts.c
29259    M /trunk/modules/demux/dts.c
29260
29261
29262 * modules/demux/dts.c: support for DTS WAV files.
29263 * modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
29264
29265 ------------------------------------------------------------------------
29266 r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
29267 Changed paths:
29268    M /trunk/include/ninput.h
29269    M /trunk/src/input/stream.c
29270
29271  * stream: made skipping a bit smarter, removed no more used functions.
29272
29273 ------------------------------------------------------------------------
29274 r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
29275 Changed paths:
29276    M /trunk/modules/access/mms/mms.c
29277    M /trunk/modules/access/mms/mmsh.c
29278    M /trunk/modules/access/mms/mmsh.h
29279    M /trunk/modules/access/mms/mmstu.c
29280
29281  * all: use net_*.
29282
29283 ------------------------------------------------------------------------
29284 r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
29285 Changed paths:
29286    M /trunk/debian/changelog
29287    M /trunk/debian/control
29288    M /trunk/toolbox
29289
29290   * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
29291
29292 ------------------------------------------------------------------------
29293 r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
29294 Changed paths:
29295    M /trunk/include/network.h
29296    M /trunk/modules/access/udp.c
29297    M /trunk/src/misc/net.c
29298
29299  * net: added net_OpenUDP
29300  * udp: cleaned to use net_*
29301
29302 ------------------------------------------------------------------------
29303 r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
29304 Changed paths:
29305    M /trunk/modules/codec/ogt/render.c
29306
29307 RV24 scaled properly.
29308
29309 ------------------------------------------------------------------------
29310 r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
29311 Changed paths:
29312    M /trunk/modules/codec/ogt/cvd_parse.c
29313    M /trunk/modules/codec/ogt/ogt_parse.c
29314    M /trunk/modules/codec/ogt/render.c
29315    M /trunk/modules/codec/ogt/render.h
29316    M /trunk/modules/codec/ogt/subtitle.h
29317
29318 Some of RV32 bugs worked out - pretty close. Some RGB2 work.
29319 Render->Blend
29320
29321 ------------------------------------------------------------------------
29322 r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
29323 Changed paths:
29324    M /trunk/debian/changelog
29325    M /trunk/debian/control
29326    M /trunk/debian/rules
29327
29328   * debian/changelog debian/control debian/rules:
29329     + Control files for a forthcoming official upload.
29330
29331 ------------------------------------------------------------------------
29332 r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
29333 Changed paths:
29334    M /trunk/include/vlc_common.h
29335    M /trunk/modules/demux/mp4/drms.c
29336
29337   * include/vlc_common.h:
29338     + Added proper const keywords.
29339   * modules/demux/mp4/drms.c:
29340     + Minor coding style fix.
29341
29342 ------------------------------------------------------------------------
29343 r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
29344 Changed paths:
29345    M /trunk/src/libvlc.h
29346
29347 src/libvlc.h:
29348  * add description to valid values of --align
29349
29350 ------------------------------------------------------------------------
29351 r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
29352 Changed paths:
29353    M /trunk/modules/gui/macosx/applescript.m
29354    M /trunk/modules/gui/macosx/playlist.m
29355    M /trunk/src/misc/cpu.c
29356
29357 * src/misc/cpu.c: New altivec detection for Darwin. Using the correct
29358   official method.
29359 * modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
29360 * modules/gui/macosx/applescript.m: PLAYLIST_GO fix
29361
29362 ------------------------------------------------------------------------
29363 r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
29364 Changed paths:
29365    M /trunk/modules/demux/Modules.am
29366    A /trunk/modules/demux/mod.c
29367
29368  mod.c: new demux2 for MOD files using libmodplug library.
29369  (modplug-xmms.sourceforge.net/)
29370
29371  The demuxer is selected by extention look up.(mod, s3m, xm, it, 669,
29372 amf, ams, dbm, dmf, dsm, far, mdl, med, mtm, okt, ptm, stm, ult, umx,
29373 mt2, psm), I hope that won't give problems.
29374
29375 ------------------------------------------------------------------------
29376 r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
29377 Changed paths:
29378    M /trunk/modules/demux/demux2.c
29379
29380  * demux2: once demux2 opened, do a DEMUX_GET_LENGTH and call
29381  playlist_SetDuration.
29382  TODO -> add meta info queries trough demux2_Control (a demuxer should
29383  NEVER touch playlist themself).
29384
29385 ------------------------------------------------------------------------
29386 r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
29387 Changed paths:
29388    M /trunk/src/input/demux.c
29389
29390  * demux: fixed psz_path value in demux_t.
29391
29392 ------------------------------------------------------------------------
29393 r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
29394 Changed paths:
29395    M /trunk/modules/codec/ogt/render.c
29396
29397 Remove more bugs from YUY2 rendering. Short of some trailing edge
29398 problems it is close to correct.
29399
29400 ------------------------------------------------------------------------
29401 r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
29402 Changed paths:
29403    M /trunk/modules/demux/dvdnav.c
29404
29405  * dvdnav: send palette and alpha to spudec.
29406  -> I'm not sure to set correct alpha values and that values are endian.
29407  safe (both alpha and palette)                                         .
29408
29409 ------------------------------------------------------------------------
29410 r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
29411 Changed paths:
29412    M /trunk/modules/demux/dvdnav.c
29413
29414  * dvdnav: a lot of fixes :
29415     - subtitle/audio selection works
29416     - subtitle display works
29417     - menu fixed.
29418  Problem:
29419     - when we see a menu, the currently selected item isn't highlighted
29420 You have to select another to see them. I don't understand why ...
29421     - manual audio/sub selection is lost when we switch back to the menu.
29422
29423 ------------------------------------------------------------------------
29424 r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
29425 Changed paths:
29426    M /trunk/modules/stream_out/transcode.c
29427
29428  * syntax error ...
29429
29430 ------------------------------------------------------------------------
29431 r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
29432 Changed paths:
29433    M /trunk/modules/demux/ts.c
29434
29435  * ts: added a ts-es-id-pid option to mark es with their pid.
29436
29437 ------------------------------------------------------------------------
29438 r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
29439 Changed paths:
29440    M /trunk/modules/stream_out/duplicate.c
29441    M /trunk/modules/stream_out/transcode.c
29442
29443  * all: keep valid i_id.
29444
29445 ------------------------------------------------------------------------
29446 r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
29447 Changed paths:
29448    M /trunk/include/vlc_es.h
29449    M /trunk/src/input/es_out.c
29450    M /trunk/src/input/input_dec.c
29451
29452  * all: added a i_id field in es_format_t.
29453
29454 ------------------------------------------------------------------------
29455 r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
29456 Changed paths:
29457    M /trunk/modules/demux/mp4/drms.c
29458
29459   * ./modules/demux/mp4/drms.c: endian fixes.
29460
29461 ------------------------------------------------------------------------
29462 r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
29463 Changed paths:
29464    M /trunk/modules/stream_out/transcode.c
29465
29466  * transcode: keep the group information.
29467
29468 ------------------------------------------------------------------------
29469 r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
29470 Changed paths:
29471    M /trunk/extras/contrib/bootstrap
29472    M /trunk/extras/contrib/src/Makefile
29473    M /trunk/extras/contrib/src/packages.mak
29474
29475 * caca 0.8
29476 * www.videolan -> download.videolan
29477
29478 ------------------------------------------------------------------------
29479 r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
29480 Changed paths:
29481    M /trunk/modules/demux/dvdnav.c
29482
29483
29484 * modules/demux/dvdnav.c: menus navigation seems to be working ok now.
29485
29486 ------------------------------------------------------------------------
29487 r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
29488 Changed paths:
29489    M /trunk/modules/demux/dvdnav.c
29490    M /trunk/src/input/input_dec.c
29491
29492
29493 * modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
29494 * src/input/input_dec.c: fixed the pictures leak work-around.
29495    Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
29496
29497 ------------------------------------------------------------------------
29498 r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
29499 Changed paths:
29500    M /trunk/modules/demux/mp4/libmp4.c
29501    M /trunk/modules/demux/mp4/mp4.c
29502    M /trunk/modules/demux/mp4/mp4.h
29503
29504  * all: added support for edts/elst entries (needed to play some files).
29505  Please test, it may have heavily broken playback of some files !!!
29506
29507 ------------------------------------------------------------------------
29508 r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
29509 Changed paths:
29510    M /trunk/modules/codec/ffmpeg/video.c
29511
29512  * video: should fix an infinite loop. Dnumgis could you confirm ?
29513
29514 ------------------------------------------------------------------------
29515 r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
29516 Changed paths:
29517    M /trunk/modules/gui/skins2/Modules.am
29518    M /trunk/modules/gui/skins2/commands/cmd_input.cpp
29519    M /trunk/modules/gui/skins2/commands/cmd_input.hpp
29520    M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
29521    M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
29522    M /trunk/modules/gui/skins2/parser/interpreter.cpp
29523    M /trunk/modules/gui/skins2/src/generic_window.hpp
29524    M /trunk/modules/gui/skins2/src/vlcproc.cpp
29525    M /trunk/modules/gui/skins2/src/vlcproc.hpp
29526    M /trunk/modules/gui/skins2/theme/theme.xml
29527    M /trunk/modules/gui/skins2/utils/var_bool.cpp
29528    M /trunk/modules/gui/skins2/utils/var_bool.hpp
29529    D /trunk/modules/gui/skins2/vars/vlcvars.cpp
29530    D /trunk/modules/gui/skins2/vars/vlcvars.hpp
29531
29532 * utils/var_bool.*: VarBool is now an interface for reading bool variables
29533  (not writing); use VarBoolImpl instead to instanciate read/write variables.
29534  Bool variables can now be combined with VarNotBool and VarBoolAndBool
29535  (TODO: VarBoolOrBool)
29536 * commands/cmd_show_window.hpp: the commands now call directly
29537   GenericWindow::show/hide, because the visibility variable of a
29538   window is a VarBool (so, read-only)
29539 * commands/cmd_input.hpp: added Play and Pause commands
29540 * parser/interpreter.cpp: beginning of support of boolean expressions,
29541  like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
29542  not really well handled yet)
29543 * src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
29544  "vlc.isPaused"
29545 * controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
29546   now a passive VarBool, so actions must be explicitely set with
29547   'action1="..." action2="..."' in the xml file
29548 * removed src/vlcvars.* => "vlc.isMute" doesn't work any more
29549  (anyway it didn't work well...)
29550 * theme/theme.xml: updated with the new VarBool behaviour
29551
29552 ------------------------------------------------------------------------
29553 r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
29554 Changed paths:
29555    M /trunk/src/input/es_out.c
29556
29557  * es_out: give a fourcc to the dummy pmt es_descriptor_t.
29558
29559 ------------------------------------------------------------------------
29560 r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
29561 Changed paths:
29562    M /trunk/modules/demux/mp4/mp4.c
29563    M /trunk/modules/demux/mp4/mp4.h
29564
29565  * mp4: cosmetics.
29566
29567 ------------------------------------------------------------------------
29568 r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
29569 Changed paths:
29570    M /trunk/modules/demux/dvdnav.c
29571    M /trunk/modules/demux/ps.h
29572
29573
29574 * modules/demux/dvdnav.c: added parsing of DVD style MRLs.
29575 * modules/demux/ps.h: small cosmetic changes.
29576
29577 ------------------------------------------------------------------------
29578 r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
29579 Changed paths:
29580    M /trunk/modules/demux/dvdnav.c
29581
29582
29583 * modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
29584
29585 ------------------------------------------------------------------------
29586 r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
29587 Changed paths:
29588    M /trunk/configure.ac
29589    M /trunk/modules/demux/Modules.am
29590    M /trunk/modules/demux/demux2.c
29591
29592
29593 * configure.ac, modules/demux/Modules.am: added ps2, ts2 and dvdnav modules to the build system.
29594 * modules/demux/demux2.c: added an "ffmpeg" shortcut for the ffmpeg/libavformat demuxer.
29595
29596 ------------------------------------------------------------------------
29597 r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
29598 Changed paths:
29599    M /trunk/modules/control/http.c
29600
29601  * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
29602
29603 ------------------------------------------------------------------------
29604 r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
29605 Changed paths:
29606    M /trunk/modules/demux/mp4/mp4.c
29607
29608  * mp4: added 'pnot' fourcc as a valid header signature.
29609
29610 ------------------------------------------------------------------------
29611 r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
29612 Changed paths:
29613    M /trunk/modules/demux/ts.c
29614
29615  * ts: clean up and a few mem leaks.
29616
29617 ------------------------------------------------------------------------
29618 r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
29619 Changed paths:
29620    M /trunk/src/input/input_dec.c
29621
29622  * input_dec: exported correct i_group.
29623  Now vlc can read a TS with multiple programs and streams them as
29624  indepandant output (well you need the new TS demuxer so ...)
29625  (It is not well tested)
29626
29627  Example: (lines are wrapped)
29628  ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \
29629     --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \
29630                        select="program=8501",\
29631                        dst="std{access=udp,mux=ts,url=239.255.13.14}", \
29632                        select="program=8506"}'
29633
29634 ------------------------------------------------------------------------
29635 r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
29636 Changed paths:
29637    M /trunk/modules/video_output/caca.c
29638
29639   * modules/video_output/caca.c:
29640     + Set the window title upon startup.
29641     + Support for window resizing (requires libcaca 0.8).
29642
29643 ------------------------------------------------------------------------
29644 r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
29645 Changed paths:
29646    M /trunk/src/input/es_out.c
29647
29648  * es_out.c: better support for multiple program. (bugfixes and a dirty
29649  hack because of the way input_SetProgram works).
29650
29651 ------------------------------------------------------------------------
29652 r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
29653 Changed paths:
29654    M /trunk/modules/demux/mp4/drms.c
29655
29656 In Solaris (and perhaps others) PATH_MAX is in limits.h.
29657
29658 ------------------------------------------------------------------------
29659 r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
29660 Changed paths:
29661    M /trunk/modules/stream_out/duplicate.c
29662
29663  * duplicate: corrected behavour of no-*.
29664
29665 ------------------------------------------------------------------------
29666 r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
29667 Changed paths:
29668    M /trunk/modules/demux/demux2.c
29669
29670  * demux2: added ps2,ts2 and dvdnav shortcuts.
29671
29672 ------------------------------------------------------------------------
29673 r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
29674 Changed paths:
29675    M /trunk/modules/stream_out/duplicate.c
29676
29677  * duplicate : added a select option :) The format is
29678  selector[,selector] where 'selector' are from:
29679     * no-audio, noaudio, audio
29680     * no-video, novideo, video
29681     * no-spu,   nospu,   spu
29682     * es=num or es=num_start-num_end
29683     * prgm=num or prgm=num_start-num_end (you can also use program
29684     instead of prgm)
29685  It applies for the last dst. selector1,selector2 means selector1 and
29686 selector2.
29687  Ex:
29688     vlc file --sout '#duplicate{dst="1� dst", select="selection for 1� dst",
29689 dst="2� dst", dst="3� dst", select="selection for 3� dst" }'
29690
29691 ------------------------------------------------------------------------
29692 r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
29693 Changed paths:
29694    M /trunk/modules/demux/ts.c
29695
29696  * ts: fixed ms-codec playback.
29697
29698 ------------------------------------------------------------------------
29699 r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
29700 Changed paths:
29701    M /trunk/modules/demux/mp4/drms.c
29702    M /trunk/modules/demux/mp4/drmstables.h
29703
29704   * modules/demux/mp3/drms.c:
29705     + More code cleanup. Thanks a lot to jlj for testing my changes.
29706     + Removed AddNativeMD5 and merged Bordelize() into DoShuffle().
29707     + Decrypt the SCI data in-place and shuffle it in the same loop.
29708
29709 ------------------------------------------------------------------------
29710 r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
29711 Changed paths:
29712    M /trunk/modules/gui/skins2/src/window_manager.cpp
29713
29714 * src/window_manager.cpp: no more magnetism with invisble windows !
29715
29716 ------------------------------------------------------------------------
29717 r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
29718 Changed paths:
29719    M /trunk/modules/gui/skins2/parser/gen.sh
29720    M /trunk/modules/gui/skins2/src/theme_loader.cpp
29721    M /trunk/modules/gui/skins2/x11/x11_factory.hpp
29722    M /trunk/modules/gui/skins2/x11/x11_loop.cpp
29723    M /trunk/modules/gui/skins2/x11/x11_loop.hpp
29724    M /trunk/modules/gui/skins2/x11/x11_window.cpp
29725    M /trunk/modules/gui/skins2/x11/x11_window.hpp
29726
29727 * src/theme_loader.cpp: use yyrestart() instead of yyin= (should fix
29728   issues after reading a bad theme)
29729 * x11/.*: removed the hack of storing pointers as window properties
29730
29731 ------------------------------------------------------------------------
29732 r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
29733 Changed paths:
29734    M /trunk/modules/demux/ps.h
29735
29736  * ps.h: added cvt adn ogt.
29737
29738 ------------------------------------------------------------------------
29739 r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
29740 Changed paths:
29741    M /trunk/src/input/es_out.c
29742
29743  * es_out: select es from current program only.
29744
29745 ------------------------------------------------------------------------
29746 r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
29747 Changed paths:
29748    A /trunk/modules/demux/dvdnav.c
29749    A /trunk/modules/demux/ps.c
29750    A /trunk/modules/demux/ps.h
29751
29752  * ps.* : new PS demuxer (still incomplete)
29753  * dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real
29754  plugin for now. (a lot of design problems are raised with it).
29755
29756 ------------------------------------------------------------------------
29757 r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
29758 Changed paths:
29759    M /trunk/modules/control/http.c
29760
29761
29762 * modules/control/http.c: fixed another mem leak.
29763
29764 ------------------------------------------------------------------------
29765 r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
29766 Changed paths:
29767    M /trunk/modules/control/http.c
29768    M /trunk/src/playlist/info.c
29769
29770
29771 * src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc.
29772 * modules/control/http.c: fixed parsing in uri_extract_value().
29773
29774 ------------------------------------------------------------------------
29775 r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
29776 Changed paths:
29777    M /trunk/modules/control/http.c
29778
29779
29780 * modules/control/http.c: fixed gcc warning.
29781
29782 ------------------------------------------------------------------------
29783 r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
29784 Changed paths:
29785    M /trunk/src/playlist/item-ext.c
29786    M /trunk/src/playlist/item.c
29787
29788 src/playlist/item*
29789  * Updated documentation on playlist_Add* (they return a id, not the position)
29790
29791 ------------------------------------------------------------------------
29792 r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
29793 Changed paths:
29794    M /trunk/NEWS
29795
29796 NEWS:
29797  * Begin updating news for a 0.7.1
29798
29799 ------------------------------------------------------------------------
29800 r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
29801 Changed paths:
29802    M /trunk/modules/control/http.c
29803
29804
29805 * modules/control/http.c: fixed a whole bunch of mem leaks.
29806
29807 ------------------------------------------------------------------------
29808 r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
29809 Changed paths:
29810    M /trunk/modules/access/slp.c
29811    M /trunk/modules/control/http.c
29812    M /trunk/modules/gui/beos/VlcWrapper.cpp
29813    M /trunk/src/playlist/item-ext.c
29814
29815
29816 * ALL: make sure newly created playlist_item_t are initialized properly.
29817
29818 ------------------------------------------------------------------------
29819 r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
29820 Changed paths:
29821    M /trunk/modules/stream_out/transcode.c
29822
29823
29824 * modules/stream_out/transcode.c: fixed segfault.
29825
29826 ------------------------------------------------------------------------
29827 r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
29828 Changed paths:
29829    M /trunk/src/input/demux.c
29830
29831
29832 * src/input/demux.c: fixed small mem leak.
29833
29834 ------------------------------------------------------------------------
29835 r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
29836 Changed paths:
29837    M /trunk/modules/stream_out/transcode.c
29838
29839
29840 * modules/stream_out/transcode.c: fixed mem leak.
29841
29842 ------------------------------------------------------------------------
29843 r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
29844 Changed paths:
29845    M /trunk/share/http/index.html
29846
29847 share/http/index.html:
29848  * try to use valid xhtml
29849
29850 ------------------------------------------------------------------------
29851 r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
29852 Changed paths:
29853    M /trunk/modules/demux/mp4/drms.c
29854    M /trunk/modules/demux/mp4/drmstables.h
29855
29856   * modules/demux/mp4/drms.c:
29857     + Merged redundant functions.
29858     + Unobfuscated and cleaned up many parts of the crypto code.
29859     + Added comments here and there.
29860
29861 ------------------------------------------------------------------------
29862 r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
29863 Changed paths:
29864    M /trunk/modules/codec/ogt/common.c
29865    M /trunk/modules/codec/ogt/common.h
29866    M /trunk/modules/codec/ogt/cvd.c
29867    M /trunk/modules/codec/ogt/cvd_parse.c
29868    M /trunk/modules/codec/ogt/ogt.c
29869    M /trunk/modules/codec/ogt/ogt_parse.c
29870    M /trunk/modules/codec/ogt/pixmap.h
29871    M /trunk/modules/codec/ogt/render.c
29872    M /trunk/modules/codec/ogt/subtitle.h
29873
29874 Add horizontal and vertical subtitle offset corrections.  Some cleanup
29875 and work done to allow for palettized rendering (by not expanding
29876 inline colormap entries when RGB2).
29877
29878 ------------------------------------------------------------------------
29879 r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
29880 Changed paths:
29881    M /trunk/include/ninput.h
29882    M /trunk/src/input/stream.c
29883
29884  * all: added STREAM_GET_MTU and stream_MTU.
29885
29886 ------------------------------------------------------------------------
29887 r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
29888 Changed paths:
29889    M /trunk/modules/codec/libmpeg2.c
29890
29891   * modules/codec/libmpeg2.c:
29892     + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
29893
29894 ------------------------------------------------------------------------
29895 r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
29896 Changed paths:
29897    M /trunk/modules/codec/ogt/Modules.am
29898    M /trunk/modules/codec/ogt/common.c
29899    M /trunk/modules/codec/ogt/cvd.c
29900    A /trunk/modules/codec/ogt/pixmap.h
29901    M /trunk/modules/codec/ogt/render.c
29902    M /trunk/modules/codec/ogt/subtitle.h
29903
29904 render.c: RV16 now works great - uses all colors, but no transparancy.
29905 Started RV32 and- has bugs. (It'd be nice if something in rendering
29906 worked the first time without a hassle).
29907
29908 Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
29909 moved here.
29910
29911 cvd.c: remove option duplicated with ogt.c Probably should be hoisted more
29912 to a main routine. Perhaps if spudec is folded in.
29913
29914 ------------------------------------------------------------------------
29915 r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
29916 Changed paths:
29917    M /trunk/modules/demux/ts.c
29918
29919  * ts: fixed mpeg4 video in TS.
29920
29921 ------------------------------------------------------------------------
29922 r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
29923 Changed paths:
29924    A /trunk/modules/demux/ts.c
29925
29926  * ts: rewrite from scratch of the TS demuxer to fit the new API.
29927  Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to
29928  allow user to enter a pmt description (for stream without PAT/PMT).
29929
29930     TODO: - test all codec.
29931           - test stream with more than 1 PMT
29932           - test stream with PAT/PMT change(s)
29933           - re-add support for dvb subtitles.
29934           - test with broken streams.
29935           - test --ts-extra-pmt
29936
29937 ------------------------------------------------------------------------
29938 r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
29939 Changed paths:
29940    M /trunk/modules/gui/wxwindows/playlist.cpp
29941
29942
29943 * modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
29944
29945 ------------------------------------------------------------------------
29946 r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
29947 Changed paths:
29948    M /trunk/modules/gui/macosx/playlist.h
29949
29950 int -> bool
29951
29952 lalala
29953
29954 ------------------------------------------------------------------------
29955 r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
29956 Changed paths:
29957    M /trunk/modules/stream_out/standard.c
29958    M /trunk/src/input/input.c
29959    M /trunk/src/input/input_info.c
29960
29961
29962 * src/input/input.c: fixed memleaks.
29963 * src/input/input_info.c: small bug fix.
29964 * modules/stream_out/standard.c: fixed memleaks.
29965
29966 ------------------------------------------------------------------------
29967 r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
29968 Changed paths:
29969    M /trunk/modules/access_output/http.c
29970
29971
29972 * modules/access_output/http.c: fixed small mem leak and mem corruption.
29973
29974 ------------------------------------------------------------------------
29975 r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
29976 Changed paths:
29977    M /trunk/include/network.h
29978
29979  * network: fix for proto://host:port url syntax.
29980
29981 ------------------------------------------------------------------------
29982 r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
29983 Changed paths:
29984    M /trunk/modules/demux/mpeg/system.h
29985    M /trunk/modules/demux/mpeg/ts.c
29986
29987
29988 * modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
29989
29990 ------------------------------------------------------------------------
29991 r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
29992 Changed paths:
29993    M /trunk/modules/gui/wxwindows/playlist.cpp
29994    M /trunk/modules/gui/wxwindows/wxwindows.h
29995
29996 modules/gui/wxwindows/*:
29997  * use a standard file dialog to export playlist
29998
29999 ------------------------------------------------------------------------
30000 r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
30001 Changed paths:
30002    M /trunk/modules/codec/ffmpeg/demux.c
30003    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30004
30005
30006 * modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
30007 * modules/codec/ffmpeg/demux.c: bug fix.
30008
30009 ------------------------------------------------------------------------
30010 r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
30011 Changed paths:
30012    M /trunk/src/playlist/info.c
30013
30014 src/playlist/item.c:
30015  * remove unused variables
30016
30017 ------------------------------------------------------------------------
30018 r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
30019 Changed paths:
30020    M /trunk/modules/misc/sap.c
30021
30022 modules/misc/sap.c:
30023  * fixed playback of sap anounces through livdotcom
30024
30025 ------------------------------------------------------------------------
30026 r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
30027 Changed paths:
30028    M /trunk/modules/misc/network/ipv4.c
30029
30030 * modules/misc/network/ipv4.c: fixed breakage on win32.
30031
30032 ------------------------------------------------------------------------
30033 r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
30034 Changed paths:
30035    M /trunk/modules/misc/network/ipv4.c
30036
30037  * ipv4: non blocking connection mode. Please test it heavily, it may
30038  have broken all OS except linux ...
30039
30040 ------------------------------------------------------------------------
30041 r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
30042 Changed paths:
30043    M /trunk/modules/access/http.c
30044
30045  * http: commented out a debug message.
30046
30047 ------------------------------------------------------------------------
30048 r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
30049 Changed paths:
30050    M /trunk/modules/access/http.c
30051
30052  * do not try http 1.0 when we are going to die.
30053
30054 ------------------------------------------------------------------------
30055 r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
30056 Changed paths:
30057    M /trunk/modules/gui/wxwindows/wxwindows.cpp
30058
30059
30060 * modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
30061
30062 ------------------------------------------------------------------------
30063 r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
30064 Changed paths:
30065    M /trunk/modules/gui/macosx/playlist.h
30066    M /trunk/modules/gui/macosx/playlist.m
30067
30068 * playlist sort.
30069
30070 Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
30071
30072 ------------------------------------------------------------------------
30073 r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
30074 Changed paths:
30075    M /trunk/modules/access/http.c
30076
30077  * http: fixed for url like http://host[:port] (ie without path)
30078
30079 ------------------------------------------------------------------------
30080 r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
30081 Changed paths:
30082    M /trunk/modules/codec/ogt/common.c
30083    M /trunk/modules/codec/ogt/common.h
30084    M /trunk/modules/codec/ogt/cvd.c
30085    M /trunk/modules/codec/ogt/cvd_parse.c
30086    M /trunk/modules/codec/ogt/ogt.c
30087    M /trunk/modules/codec/ogt/ogt_parse.c
30088    M /trunk/modules/codec/ogt/render.c
30089    M /trunk/modules/codec/ogt/subtitle.h
30090
30091 Don't do compensation subtitle unscaling if the underlying video
30092 chroma does the scaling.
30093
30094 ------------------------------------------------------------------------
30095 r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
30096 Changed paths:
30097    M /trunk/modules/codec/ogt/render.c
30098
30099 First OGT/CVD RenderV16 that shows some sort of readable subtitles. It
30100 looks like bugs remain in the YUV to RGB conversion though.
30101
30102 ------------------------------------------------------------------------
30103 r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
30104 Changed paths:
30105    M /trunk/src/interface/interface.c
30106
30107
30108 * src/interface/interface.c: added the gestures interface to the interfaces list.
30109
30110 ------------------------------------------------------------------------
30111 r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
30112 Changed paths:
30113    M /trunk/modules/mux/mp4.c
30114
30115
30116 * modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
30117
30118 ------------------------------------------------------------------------
30119 r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
30120 Changed paths:
30121    M /trunk/modules/demux/mp4/mp4.c
30122
30123  * mp4: convert 3 bytes codes into language (track name).
30124
30125 ------------------------------------------------------------------------
30126 r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
30127 Changed paths:
30128    M /trunk/modules/demux/mp4/mp4.c
30129
30130  * mp4: fixed playback for files that have 0 byte samples.
30131
30132 ------------------------------------------------------------------------
30133 r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
30134 Changed paths:
30135    M /trunk/src/misc/configuration.c
30136
30137
30138 * src/misc/configuration.c: fixed stupid bug in the 0.7.0 release which prevented from saving bool/int/float config options.
30139   -> I should really go and by myself a brain.
30140
30141 ------------------------------------------------------------------------
30142 r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
30143 Changed paths:
30144    M /trunk/modules/gui/macosx/playlist.m
30145    M /trunk/src/playlist/loadsave.c
30146
30147 * src/playlist/loadsave.c: doxygenization
30148 * modules/gui/macosx/playlist.m: fix playlist_Export
30149
30150 ------------------------------------------------------------------------
30151 r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
30152 Changed paths:
30153    M /trunk/configure.ac
30154
30155
30156 * configure.ac: added --with-caca-config-path.
30157
30158 ------------------------------------------------------------------------
30159 r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
30160 Changed paths:
30161    M /trunk/extras/contrib/src/Makefile
30162    M /trunk/extras/contrib/src/packages.mak
30163
30164 * Fix caca building
30165
30166 ------------------------------------------------------------------------
30167 r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
30168 Changed paths:
30169    M /trunk/modules/mux/mp4.c
30170
30171
30172 * modules/mux/mp4.c: improved mov support a bit.
30173
30174 ------------------------------------------------------------------------
30175 r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
30176 Changed paths:
30177    M /trunk/modules/video_output/caca.c
30178
30179 * modules/video_output/caca.c: ported to win32.
30180
30181 ------------------------------------------------------------------------
30182 r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
30183 Changed paths:
30184    M /trunk/modules/codec/ogt/render.c
30185
30186 More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
30187 probably in transparancy handling.
30188
30189 ------------------------------------------------------------------------
30190 r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
30191 Changed paths:
30192    M /trunk/modules/codec/ogt/render.c
30193
30194 First attempt at YUY2. Sort of works.
30195
30196 Y2RV16 less embarrassingly wrong.
30197
30198 ------------------------------------------------------------------------
30199 r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
30200 Changed paths:
30201    M /trunk/modules/gui/ncurses/ncurses.c
30202
30203  * ncurses.c: let's be coherent: "big" forward/backward is now 5%
30204
30205 ------------------------------------------------------------------------
30206 r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
30207 Changed paths:
30208    M /trunk/modules/demux/playlist/Modules.am
30209    M /trunk/modules/demux/playlist/m3u.c
30210    M /trunk/modules/demux/playlist/playlist.c
30211    A /trunk/modules/demux/playlist/playlist.h
30212    A /trunk/modules/demux/playlist/pls.c
30213
30214 modules/demux/playlist/playlist.c:
30215  * Added common functions for handling relative paths in playlist files
30216  * Module declaration for pls import module
30217 modules/demux/playlist/m3u.c:
30218  * implemented m3u import module
30219 modules/demux/playlist/pls.c:
30220  * new pls import module
30221 modules/demux/playlist/playlist.h:
30222  * common prototypes
30223 modules/demux/playlist/Modules.ac
30224  * activated pls module
30225
30226 ------------------------------------------------------------------------
30227 r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
30228 Changed paths:
30229    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
30230    M /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
30231    M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
30232    M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
30233    M /trunk/modules/gui/skins2/parser/builder.cpp
30234    M /trunk/modules/gui/skins2/parser/builder.hpp
30235    M /trunk/modules/gui/skins2/parser/builder_data.hpp
30236    M /trunk/modules/gui/skins2/parser/interpreter.cpp
30237    M /trunk/modules/gui/skins2/parser/interpreter.hpp
30238    M /trunk/modules/gui/skins2/src/skin_common.hpp
30239    M /trunk/modules/gui/skins2/src/skin_main.cpp
30240    M /trunk/modules/gui/skins2/src/tooltip.cpp
30241    M /trunk/modules/gui/skins2/src/var_manager.cpp
30242    M /trunk/modules/gui/skins2/src/var_manager.hpp
30243    M /trunk/modules/gui/skins2/src/vlcproc.cpp
30244    M /trunk/modules/gui/skins2/src/vlcproc.hpp
30245    M /trunk/modules/gui/skins2/utils/bezier.cpp
30246    M /trunk/modules/gui/skins2/utils/bezier.hpp
30247    M /trunk/modules/gui/skins2/utils/var_bool.cpp
30248    M /trunk/modules/gui/skins2/utils/var_bool.hpp
30249    M /trunk/modules/gui/skins2/utils/var_list.cpp
30250    M /trunk/modules/gui/skins2/utils/var_list.hpp
30251    M /trunk/modules/gui/skins2/utils/var_percent.cpp
30252    M /trunk/modules/gui/skins2/utils/var_percent.hpp
30253    M /trunk/modules/gui/skins2/utils/var_text.cpp
30254    M /trunk/modules/gui/skins2/utils/var_text.hpp
30255    M /trunk/modules/gui/skins2/utils/variable.hpp
30256    M /trunk/modules/gui/skins2/vars/time.cpp
30257    M /trunk/modules/gui/skins2/vars/time.hpp
30258    M /trunk/modules/gui/skins2/vars/volume.cpp
30259    M /trunk/modules/gui/skins2/vars/volume.hpp
30260
30261 * modules/gui/skins/*:
30262  - huge cleaning of the interpreter; all the variables are stored in
30263  the container VarManager, and can be retrieved by their name (with
30264  type checking if needed). Some variables are still owned by VlcProc
30265  for technical reasons (their interface is not compliant with normal
30266  variable, because of the "updateVLC" trick)
30267  - replaced double by float
30268
30269 ------------------------------------------------------------------------
30270 r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
30271 Changed paths:
30272    M /trunk/modules/demux/mpeg/ps.c
30273
30274 Remove debug output.
30275
30276 ------------------------------------------------------------------------
30277 r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
30278 Changed paths:
30279    M /trunk/modules/gui/ncurses/ncurses.c
30280
30281  * ncurses.c : forgot to change help
30282
30283 ------------------------------------------------------------------------
30284 r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
30285 Changed paths:
30286    M /trunk/modules/gui/ncurses/ncurses.c
30287
30288  * ncurses.c : 5% forward and backward are definitely not precise enough.
30289                put 1% instead.
30290
30291 ------------------------------------------------------------------------
30292 r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
30293 Changed paths:
30294    M /trunk/modules/misc/playlist/Modules.am
30295
30296 Fixed modules.am file
30297
30298 ------------------------------------------------------------------------
30299 r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
30300 Changed paths:
30301    M /trunk/modules/codec/ogt/common.c
30302    M /trunk/modules/codec/ogt/common.h
30303    M /trunk/modules/codec/ogt/cvd.c
30304    M /trunk/modules/codec/ogt/cvd_parse.c
30305    M /trunk/modules/codec/ogt/ogt.c
30306    M /trunk/modules/codec/ogt/ogt_parse.c
30307    M /trunk/modules/codec/ogt/subtitle.h
30308
30309 Fix bug in ScaleX routine which affected ratios that could span 3 pixels.
30310 (4:3 is one of the few *not* in this category).
30311
30312 Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
30313 or what we do now. 1=do nothing.
30314
30315 ------------------------------------------------------------------------
30316 r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
30317 Changed paths:
30318    M /trunk/modules/codec/ogt/.cvsignore
30319    A /trunk/modules/demux/playlist/.cvsignore
30320    A /trunk/modules/misc/playlist/.cvsignore
30321
30322 * missing or incomplete .cvsignores
30323
30324 ------------------------------------------------------------------------
30325 r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
30326 Changed paths:
30327    A /trunk/modules/misc/playlist/Modules.am
30328
30329 * missing file
30330
30331 ------------------------------------------------------------------------
30332 r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
30333 Changed paths:
30334    M /trunk/configure.ac
30335    M /trunk/include/vlc_common.h
30336    M /trunk/include/vlc_playlist.h
30337    A /trunk/modules/demux/playlist
30338    A /trunk/modules/demux/playlist/Modules.am
30339    A /trunk/modules/demux/playlist/m3u.c
30340    A /trunk/modules/demux/playlist/old.c
30341    A /trunk/modules/demux/playlist/playlist.c
30342    M /trunk/modules/gui/wxwindows/playlist.cpp
30343    M /trunk/modules/gui/wxwindows/preferences.cpp
30344    M /trunk/modules/gui/wxwindows/wxwindows.h
30345    A /trunk/modules/misc/playlist
30346    A /trunk/modules/misc/playlist/export.c
30347    A /trunk/modules/misc/playlist/m3u.c
30348    A /trunk/modules/misc/playlist/native.c
30349    A /trunk/modules/misc/playlist/old.c
30350    M /trunk/src/playlist/group.c
30351    M /trunk/src/playlist/item-ext.c
30352    M /trunk/src/playlist/loadsave.c
30353
30354 * configure.ac : Added new folders
30355
30356 * New playlist import/export system:
30357    -export plugin in misc/playlist (contains one module for each file type)
30358    -open plugin = special demuxer2, that can be opened from the command
30359     line or the graphical interface.
30360   NB: the demuxer "playlist" is forced to earn speed, but this does not
30361   work yet, as we have a demux2
30362
30363 * modules/gui/wxwindows: use the new import/export.
30364
30365 * src/playlist/group.c : fixed boundary check
30366
30367 * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
30368
30369 ------------------------------------------------------------------------
30370 r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
30371 Changed paths:
30372    M /trunk/modules/gui/skins2/src/theme_loader.cpp
30373    M /trunk/modules/gui/skins2/src/vlcproc.cpp
30374    M /trunk/modules/gui/skins2/src/vlcproc.hpp
30375    M /trunk/modules/gui/skins2/src/window_manager.cpp
30376
30377 * src/vlc_proc.*: quick fix to handle the new playlist object variables
30378   (At the moment the whole playlist is rebuilt each time; the link
30379   between the list control and the list variable should be enhanced
30380   to avoid that)
30381 * src/window_manager.cpp: raise all the windows when one clicks on
30382   any window (the previous behaviour was too confiusing)
30383
30384 ------------------------------------------------------------------------
30385 r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
30386 Changed paths:
30387    M /trunk/src/playlist/playlist.c
30388
30389 Use playlist_current when going from one item to another
30390
30391 ------------------------------------------------------------------------
30392 r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
30393 Changed paths:
30394    M /trunk/modules/gui/ncurses/ncurses.c
30395
30396  * ncurses: better playlist handling.
30397
30398 ------------------------------------------------------------------------
30399 r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
30400 Changed paths:
30401    M /trunk/src/input/input.c
30402
30403 src/input/input.c:
30404  * removed unused variable
30405
30406 ------------------------------------------------------------------------
30407 r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
30408 Changed paths:
30409    M /trunk/src/playlist/sort.c
30410
30411 * oops, bug
30412
30413 ------------------------------------------------------------------------
30414 r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
30415 Changed paths:
30416    M /trunk/modules/gui/ncurses/ncurses.c
30417
30418 modules/gui/ncurse/ncurses.c:
30419  * fixed a segfault when the 'f' button was pressed with no item playing
30420
30421 ------------------------------------------------------------------------
30422 r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
30423 Changed paths:
30424    M /trunk/modules/gui/skins2/src/theme_loader.cpp
30425
30426 * fixed skins2 module loading when libtar is present (thanks AsMax :)
30427
30428 ------------------------------------------------------------------------
30429 r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
30430 Changed paths:
30431    M /trunk/include/vlc_playlist.h
30432    M /trunk/src/playlist/item-ext.c
30433    M /trunk/src/playlist/playlist.c
30434    M /trunk/src/playlist/sort.c
30435
30436 * Fixed some doxygen comments.
30437 * Added SORT_ID
30438 * remember last sorting and ordering in playlist struct
30439
30440 ------------------------------------------------------------------------
30441 r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
30442 Changed paths:
30443    M /trunk/include/vlc_video.h
30444    M /trunk/modules/codec/ogt/common.c
30445    M /trunk/modules/codec/ogt/cvd_parse.c
30446    M /trunk/modules/codec/ogt/ogt_parse.c
30447    M /trunk/src/video_output/video_output.c
30448
30449 Add vout_AspectRatio routine to get retrieve a vout's aspect ratio.
30450 Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
30451
30452 ------------------------------------------------------------------------
30453 r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
30454 Changed paths:
30455    M /trunk/src/interface/interface.c
30456
30457 Add SAP to the list of additionnal interfaces
30458
30459 ------------------------------------------------------------------------
30460 r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
30461 Changed paths:
30462    M /trunk/include/vlc_playlist.h
30463    M /trunk/modules/control/http.c
30464    M /trunk/modules/gui/ncurses/ncurses.c
30465    M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
30466    M /trunk/modules/gui/wxwindows/playlist.cpp
30467    M /trunk/src/playlist/item-ext.c
30468    M /trunk/src/playlist/sort.c
30469
30470 * mtime_t != int This was causing incorrect results on big endian.
30471   Changed playlist_SetDuration.
30472 * changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
30473
30474 ------------------------------------------------------------------------
30475 r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
30476 Changed paths:
30477    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
30478    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
30479    M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
30480    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
30481    M /trunk/include/variables.h
30482    M /trunk/modules/gui/macosx/info.m
30483    M /trunk/modules/gui/macosx/intf.h
30484    M /trunk/modules/gui/macosx/intf.m
30485    M /trunk/modules/gui/macosx/playlist.h
30486    M /trunk/modules/gui/macosx/playlist.m
30487    M /trunk/vlc.ebuild
30488
30489 * extras/MacOSX/Resources/English.lproj/MainMenu.nib
30490   - Added the duration column
30491   - Added a 'surpress error dialog' option to the dialog
30492 * ALL: copyright year and author changes
30493
30494 ------------------------------------------------------------------------
30495 r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
30496 Changed paths:
30497    M /trunk/include/variables.h
30498    M /trunk/src/libvlc.c
30499    M /trunk/src/misc/variables.c
30500
30501 * include/variables.h
30502   src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action
30503 * src/libvlc.c: You can now change verbosity on the fly by using the "verbose"
30504   variable of p_vlc. -1 == quiet
30505
30506 ------------------------------------------------------------------------
30507 r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
30508 Changed paths:
30509    M /trunk/src/misc/configuration.c
30510
30511   * ./src/misc/configuration.c: win32 UNICODE fixes.
30512
30513 ------------------------------------------------------------------------
30514 r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
30515 Changed paths:
30516    M /trunk/src/extras/libc.c
30517
30518
30519 * src/extras/libc.c: return result in vlc_asprintf().
30520
30521 ------------------------------------------------------------------------
30522 r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
30523 Changed paths:
30524    M /trunk/configure.ac
30525    M /trunk/include/vlc_common.h
30526    M /trunk/src/extras/libc.c
30527
30528
30529 * ALL: added vlc_asprintf() to our libc.
30530
30531 ------------------------------------------------------------------------
30532 r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
30533 Changed paths:
30534    M /trunk/modules/demux/mp4/drms.c
30535
30536   * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
30537
30538 ------------------------------------------------------------------------
30539 r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
30540 Changed paths:
30541    M /trunk/configure.ac
30542
30543 * configure --help aliging
30544
30545 ------------------------------------------------------------------------
30546 r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
30547 Changed paths:
30548    M /trunk/modules/access/http.c
30549
30550 * Gibalou you broke something again :)
30551   You used vasprintf but used asprintf paramaters. Which one do you want to use?
30552   i changed to asprintf now.
30553
30554 ------------------------------------------------------------------------
30555 r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
30556 Changed paths:
30557    M /trunk/modules/demux/mp4/drms.c
30558
30559 * MAX_PATH is a windowism. Use PATH_MAX.
30560
30561 ------------------------------------------------------------------------
30562 r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
30563 Changed paths:
30564    M /trunk/Makefile.am
30565    M /trunk/include/modules_inner.h
30566    M /trunk/modules/access/http.c
30567    M /trunk/src/misc/net.c
30568    M /trunk/src/misc/win32_specific.c
30569
30570 * ALL: MSVC compilation fixes.
30571
30572 ------------------------------------------------------------------------
30573 r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
30574 Changed paths:
30575    M /trunk/modules/demux/mp4/drms.c
30576    M /trunk/modules/demux/mp4/drms.h
30577    M /trunk/modules/demux/mp4/libmp4.c
30578    M /trunk/modules/demux/mp4/libmp4.h
30579    M /trunk/modules/demux/mp4/mp4.c
30580    M /trunk/modules/demux/mp4/mp4.h
30581
30582   * ./modules/demux/mp4/drms.c: improved sci handling.
30583   * ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not
30584                                pass it on to decoder.
30585
30586 ------------------------------------------------------------------------
30587 r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
30588 Changed paths:
30589    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30590    M /trunk/modules/codec/ffmpeg/video.c
30591
30592 * video.c: gibalou: no palctrl in avcodec context in 0.4.8
30593 * ffmpeg.c: 0.4.8 ifdef'ing
30594
30595 ------------------------------------------------------------------------
30596 r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
30597 Changed paths:
30598    M /trunk/doc/subtitles/cvd-subtitles.txt
30599
30600 Minor grammatical changes.
30601
30602 ------------------------------------------------------------------------
30603 r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
30604 Changed paths:
30605    M /trunk/modules/demux/mpeg/Modules.am
30606
30607
30608 * modules/demux/mpeg/Modules.am: forgot to remove private.h.
30609
30610 ------------------------------------------------------------------------
30611 r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
30612 Changed paths:
30613    D /trunk/modules/demux/mpeg/private.h
30614    M /trunk/modules/demux/mpeg/ps.c
30615    M /trunk/modules/demux/mpeg/system.c
30616    M /trunk/modules/demux/mpeg/system.h
30617    M /trunk/modules/demux/mpeg/ts.c
30618
30619
30620 * modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
30621
30622 ------------------------------------------------------------------------
30623 r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
30624 Changed paths:
30625    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30626    M /trunk/modules/codec/ffmpeg/video.c
30627
30628
30629 * modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
30630 * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
30631
30632 ------------------------------------------------------------------------
30633 r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
30634 Changed paths:
30635    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30636
30637 modules/codec/ffmpeg/ffmpeg.c:
30638  * add fourcc "smc "
30639
30640 ------------------------------------------------------------------------
30641 r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
30642 Changed paths:
30643    M /trunk/vlc.ebuild
30644
30645 * And AGAIN the caca fix
30646
30647 ------------------------------------------------------------------------
30648 r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
30649 Changed paths:
30650    M /trunk/vlc.ebuild
30651
30652 * thats what you get when you work in multiple directories
30653
30654 ------------------------------------------------------------------------
30655 r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
30656 Changed paths:
30657    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30658
30659
30660 * modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
30661
30662 ------------------------------------------------------------------------
30663 r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
30664 Changed paths:
30665    M /trunk/vlc.ebuild
30666
30667 * caca 0.6 doesn't work with 0.7.0 remember? :)
30668
30669 ------------------------------------------------------------------------
30670 r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
30671 Changed paths:
30672    M /trunk/modules/codec/ffmpeg/demux.c
30673    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30674
30675
30676 * modules/codec/ffmpeg/demux.c: improvements.
30677 * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
30678
30679 ------------------------------------------------------------------------
30680 r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
30681 Changed paths:
30682    M /trunk/vlc.ebuild
30683
30684 * Updated with new libraries in vlc
30685 * Use new style of use_enable
30686 * Fixed some bugs
30687
30688 ------------------------------------------------------------------------
30689 r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
30690 Changed paths:
30691    M /trunk/modules/video_output/caca.c
30692
30693   * modules/video_output/caca.c:
30694     + Updated for libcaca 0.7.
30695
30696 ------------------------------------------------------------------------
30697 r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
30698 Changed paths:
30699    M /trunk/vlc.ebuild
30700
30701 * Updated the ebuild for 0.7.0
30702   a bit late i know. I had forgotten about it.
30703
30704 ------------------------------------------------------------------------
30705 r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
30706 Changed paths:
30707    M /trunk/modules/gui/ncurses/ncurses.c
30708
30709  * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
30710  time, informations and help display).
30711
30712 ------------------------------------------------------------------------
30713 r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
30714 Changed paths:
30715    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30716
30717
30718 * modules/codec/ffmpeg/ffmpeg.c: oops.
30719
30720 ------------------------------------------------------------------------
30721 r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
30722 Changed paths:
30723    A /trunk/modules/gui/skins2/.cvsignore
30724
30725 Added .cvsignore
30726
30727 ------------------------------------------------------------------------
30728 r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
30729 Changed paths:
30730    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30731
30732 * ffmpeg 0.4.8 compilation fix
30733
30734 ------------------------------------------------------------------------
30735 r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
30736 Changed paths:
30737    M /trunk/src/extras/libc.c
30738
30739   * ./src/extras/libc.c: vasprintf bug fix.
30740
30741 ------------------------------------------------------------------------
30742 r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
30743 Changed paths:
30744    M /trunk/include/vlc_common.h
30745
30746  * vlc_common: mmh, use right prototype...
30747
30748 ------------------------------------------------------------------------
30749 r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
30750 Changed paths:
30751    M /trunk/include/vlc_common.h
30752    M /trunk/src/extras/libc.c
30753
30754  * all: correct test for vasprintf.
30755
30756 ------------------------------------------------------------------------
30757 r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
30758 Changed paths:
30759    M /trunk/modules/gui/wxwindows/playlist.cpp
30760
30761 modules/gui/wxwindows/playlist.cpp:
30762   * fixed a warning
30763
30764 ------------------------------------------------------------------------
30765 r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
30766 Changed paths:
30767    M /trunk/modules/access/ftp.c
30768    M /trunk/modules/demux/mp4/libmp4.c
30769
30770  * modules/demux/mp4/libmp4.c: use vasprintf
30771  * modules/access/ftp.c: cleaned up.
30772
30773 ------------------------------------------------------------------------
30774 r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
30775 Changed paths:
30776    M /trunk/configure.ac
30777    M /trunk/modules/codec/ffmpeg/Modules.am
30778    A /trunk/modules/codec/ffmpeg/demux.c
30779    M /trunk/modules/codec/ffmpeg/ffmpeg.c
30780    M /trunk/modules/codec/ffmpeg/ffmpeg.h
30781    M /trunk/modules/codec/ffmpeg/video.c
30782
30783
30784 * configure.ac: detect if libavformat is present.
30785 * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir).
30786    This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...).
30787    The demuxer has been put here because of its dependancy on libavformat and libavcodec.
30788 * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
30789
30790 ------------------------------------------------------------------------
30791 r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
30792 Changed paths:
30793    M /trunk/include/vlc_common.h
30794    M /trunk/src/extras/libc.c
30795    M /trunk/src/misc/net.c
30796
30797  * all: added own implementation of vasprintf. I hope it's ok this way.
30798
30799 ------------------------------------------------------------------------
30800 r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
30801 Changed paths:
30802    M /trunk/modules/codec/rawvideo.c
30803    M /trunk/modules/stream_out/transcode.c
30804    M /trunk/src/playlist/info.c
30805    M /trunk/src/playlist/item-ext.c
30806
30807
30808 * src/playlist/*: fixed memory leaks.
30809 * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV.
30810 * modules/stream_out/transcode.c: added support for fourcc IYUV.
30811
30812 ------------------------------------------------------------------------
30813 r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
30814 Changed paths:
30815    M /trunk/src/input/input.c
30816
30817  * input: fix to avoid forced subtitle not selected.
30818
30819 ------------------------------------------------------------------------
30820 r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
30821 Changed paths:
30822    M /trunk/modules/codec/subsdec.c
30823
30824 * Fix a memory leak when there is no p_vout, but when there are subs.
30825
30826 ------------------------------------------------------------------------
30827 r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
30828 Changed paths:
30829    M /trunk/extras/contrib/README
30830
30831 * Clarify some instructions.
30832
30833 ------------------------------------------------------------------------
30834 r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
30835 Changed paths:
30836    M /trunk/include/ninput.h
30837    M /trunk/modules/demux/nsv.c
30838    M /trunk/modules/demux/real.c
30839    M /trunk/src/input/es_out.c
30840
30841  * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
30842   apply to the selected program.
30843
30844 ------------------------------------------------------------------------
30845 r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
30846 Changed paths:
30847    M /trunk/modules/access/http.c
30848
30849  * http: complete rewrite (using net_Printf/net_Gets)
30850         -> Proxy, user/password and redirection untested.
30851         -> For icecast server, check also the mime (do not blindly force
30852         mp3, it could also be nsv).
30853
30854 ------------------------------------------------------------------------
30855 r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
30856 Changed paths:
30857    M /trunk/modules/demux/demux2.c
30858    M /trunk/modules/demux/nsv.c
30859
30860  * demux2: allow to force demuxer.
30861  * nsv: fixed bad init.
30862
30863 ------------------------------------------------------------------------
30864 r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
30865 Changed paths:
30866    M /trunk/src/misc/net.c
30867
30868  * net: mem leak in net_Printf
30869
30870 ------------------------------------------------------------------------
30871 r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
30872 Changed paths:
30873    M /trunk/modules/access/cdda/access.c
30874
30875 Better operator association in computing duration and should be
30876 optimized better too.
30877
30878 Add track info in "Media Information" Add track-specific information
30879 and album information in "Item info".
30880
30881 Coding of all this is ugly and massively redundant. I think the
30882 playlist needs to be re-thought/re-worked. Sublevels would be nice
30883 too.
30884
30885 ------------------------------------------------------------------------
30886 r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
30887 Changed paths:
30888    M /trunk/include/network.h
30889
30890  * network: vlc_UrlParse should now accept ipv6 ip (untested).
30891
30892 ------------------------------------------------------------------------
30893 r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
30894 Changed paths:
30895    M /trunk/include/network.h
30896    M /trunk/src/misc/net.c
30897
30898  * src/misc/net.c: fixed net_Gets
30899
30900 ------------------------------------------------------------------------
30901 r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
30902 Changed paths:
30903    M /trunk/include/ninput.h
30904    M /trunk/src/input/stream.c
30905
30906 src/input/stream.c:
30907   * Cleaned up a comment
30908   * Added a function stream_ReadLine() to read one line from a stream
30909 include/ninput.h:
30910   * export stream_ReadLine()
30911
30912 ------------------------------------------------------------------------
30913 r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
30914 Changed paths:
30915    M /trunk/modules/video_output/directx/directx.c
30916
30917
30918 * modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
30919
30920 ------------------------------------------------------------------------
30921 r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
30922 Changed paths:
30923    M /trunk/modules/demux/util/sub.c
30924
30925 * Something about microdvd fps and a huge bug in its defaults.
30926
30927 ------------------------------------------------------------------------
30928 r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
30929 Changed paths:
30930    M /trunk/src/audio_output/common.c
30931    M /trunk/src/audio_output/dec.c
30932    M /trunk/src/audio_output/filters.c
30933    M /trunk/src/audio_output/input.c
30934    M /trunk/src/audio_output/intf.c
30935    M /trunk/src/audio_output/mixer.c
30936    M /trunk/src/audio_output/output.c
30937    M /trunk/src/input/demux.c
30938    M /trunk/src/input/es_out.c
30939    M /trunk/src/input/input.c
30940    M /trunk/src/input/input_clock.c
30941    M /trunk/src/input/input_dec.c
30942    M /trunk/src/input/input_ext-intf.c
30943    M /trunk/src/input/input_ext-plugins.c
30944    M /trunk/src/input/input_info.c
30945    M /trunk/src/input/input_programs.c
30946    M /trunk/src/input/stream.c
30947    M /trunk/src/input/subtitles.c
30948    M /trunk/src/interface/interface.c
30949    M /trunk/src/interface/intf_eject.c
30950    M /trunk/src/libvlc.c
30951    M /trunk/src/misc/beos_specific.cpp
30952    M /trunk/src/misc/block.c
30953    M /trunk/src/misc/charset.c
30954    M /trunk/src/misc/configuration.c
30955    M /trunk/src/misc/cpu.c
30956    M /trunk/src/misc/darwin_specific.m
30957    M /trunk/src/misc/error.c
30958    M /trunk/src/misc/iso-639_def.h
30959    M /trunk/src/misc/iso_lang.c
30960    M /trunk/src/misc/messages.c
30961    M /trunk/src/misc/modules.c
30962    M /trunk/src/misc/mtime.c
30963    M /trunk/src/misc/objects.c
30964    M /trunk/src/misc/threads.c
30965    M /trunk/src/misc/variables.c
30966    M /trunk/src/misc/win32_specific.c
30967    M /trunk/src/stream_output/stream_output.c
30968    M /trunk/src/video_output/video_output.c
30969    M /trunk/src/video_output/video_text.c
30970    M /trunk/src/video_output/vout_pictures.c
30971    M /trunk/src/video_output/vout_pictures.h
30972    M /trunk/src/video_output/vout_subpictures.c
30973    M /trunk/src/video_output/vout_synchro.c
30974    M /trunk/src/vlc.c
30975
30976 Updated copyrights in libvlc
30977
30978 ------------------------------------------------------------------------
30979 r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
30980 Changed paths:
30981    M /trunk/include/vlc/vlc.h
30982    M /trunk/include/vlc_playlist.h
30983    M /trunk/src/libvlc.c
30984    M /trunk/src/misc/win32_specific.c
30985    M /trunk/src/playlist/group.c
30986    M /trunk/src/playlist/info.c
30987    M /trunk/src/playlist/item-ext.c
30988    M /trunk/src/playlist/item.c
30989    M /trunk/src/playlist/loadsave.c
30990    M /trunk/src/playlist/playlist.c
30991    M /trunk/src/playlist/sort.c
30992
30993 - src/misc/win32_specific: compilation fix for win32 (can someone please
30994 check that command line parsing still works for items and options? )
30995
30996 - src/libvlc.c
30997   include/vlc/vlc.h : New libvlc functions to get playlist status and
30998                       clear the playlist
30999      Patch by Tong Ka Man
31000
31001 - src/playlist/* : Update copyrights
31002
31003 - src/playlist/playlist.c:
31004   -When a user explicitely asks for an item, do play it, even if random mode
31005   -Do not stop playlist upon deletion of an autodelete item
31006   -playlist_Clear (Patch by Tong Ka Man)
31007
31008 ------------------------------------------------------------------------
31009 r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
31010 Changed paths:
31011    M /trunk/include/vlc_playlist.h
31012    M /trunk/modules/access/cdda/access.c
31013    M /trunk/src/playlist/item-ext.c
31014
31015 Reinstate duration times on playlist item for CD-DA.  Done via adding
31016 an interface to allow setting the duration on adding a playlist item.
31017
31018 ------------------------------------------------------------------------
31019 r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
31020 Changed paths:
31021    M /trunk/modules/access/vcdx/access.c
31022
31023 Unbreak plugin as a result of the recent playlist API change. Need to
31024 cripple PBC for now though.
31025
31026 ------------------------------------------------------------------------
31027 r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
31028 Changed paths:
31029    M /trunk/src/libvlc.h
31030
31031 Choosing an audio or subtitle channel isn't an "advanced"
31032 option. Run-of-the mill users may want to select that.
31033
31034 Update documentation.
31035
31036 ------------------------------------------------------------------------
31037 r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
31038 Changed paths:
31039    M /trunk/modules/demux/mp4/libmp4.c
31040    M /trunk/modules/demux/mp4/mp4.c
31041
31042   * ./modules/demux/mp4: added some DRMS debug statements.
31043
31044 ------------------------------------------------------------------------
31045 r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
31046 Changed paths:
31047    M /trunk/modules/gui/skins2/Modules.am
31048    M /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
31049    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
31050    A /trunk/modules/gui/skins2/commands/cmd_fullscreen.hpp
31051    M /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
31052    M /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
31053    M /trunk/modules/gui/skins2/commands/cmd_quit.hpp
31054    M /trunk/modules/gui/skins2/parser/interpreter.cpp
31055    M /trunk/modules/gui/skins2/vars/playlist.cpp
31056    M /trunk/modules/gui/skins2/vars/playlist.hpp
31057
31058 * commands/cmd_*.hpp: use the DEFINE_COMMAND macro for simple commands
31059 * commands/cmd_fullscreen.*, parser/interpreter.cpp: added a
31060   "vlc.fullscreen()" command
31061
31062 ------------------------------------------------------------------------
31063 r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
31064 Changed paths:
31065    M /trunk/modules/video_output/directx/directx.c
31066
31067
31068 * modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
31069 for the directx preferred display device.
31070
31071 ------------------------------------------------------------------------
31072 r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
31073 Changed paths:
31074    M /trunk/modules/gui/skins2/vars/playlist.cpp
31075
31076
31077 * modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
31078
31079 ------------------------------------------------------------------------
31080 r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
31081 Changed paths:
31082    M /trunk/modules/gui/skins2/vars/playlist.cpp
31083
31084   * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
31085
31086 ------------------------------------------------------------------------
31087 r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
31088 Changed paths:
31089    M /trunk/modules/gui/macosx/intf.m
31090
31091 Added a callback on item-change, so that the playlist is updated.
31092
31093 ------------------------------------------------------------------------
31094 r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
31095 Changed paths:
31096    M /trunk/modules/demux/mkv.cpp
31097
31098 * API change in mkv. Everyone should update to the latest libraries.
31099
31100 ------------------------------------------------------------------------
31101 r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
31102 Changed paths:
31103    M /trunk/configure.ac
31104    M /trunk/modules/gui/skins2/Modules.am
31105    M /trunk/modules/gui/skins2/vars/playlist.cpp
31106
31107
31108 * configure.ac: win32 compilation fixes for the skins2 plugin.
31109 * modules/gui/skins2/Modules.am: renamed the plugin name into skins2 so it doesn't conflict with the old plugin.
31110 * modules/gui/skins2/vars/playlist.cpp: fixed invalid cast.
31111
31112 ------------------------------------------------------------------------
31113 r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
31114 Changed paths:
31115    M /trunk/extras/contrib/src/Makefile
31116    A /trunk/extras/contrib/src/Patches/caca.patch
31117    M /trunk/extras/contrib/src/packages.mak
31118
31119 * Fixed mpeg2dec newer libcaca, newer matroska, www.videolan.org should now
31120   be download.videolan.org etc etc etc.
31121   A lot of small fixes
31122
31123 ------------------------------------------------------------------------
31124 r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
31125 Changed paths:
31126    M /trunk/modules/access/tcp.c
31127
31128  * tcp: use net_*.
31129
31130 ------------------------------------------------------------------------
31131 r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
31132 Changed paths:
31133    M /trunk/extras/contrib/src/Makefile
31134    M /trunk/extras/contrib/src/packages.mak
31135
31136 * Fix mpeg2dec buildsystem
31137
31138 ------------------------------------------------------------------------
31139 r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
31140 Changed paths:
31141    M /trunk/modules/misc/sap.c
31142    M /trunk/src/playlist/item-ext.c
31143
31144 * modules/misc/sap.c : let the user configure timeout delay
31145 * src/playlist/item-ext.c : sanity checks when adding items
31146
31147 ------------------------------------------------------------------------
31148 r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
31149 Changed paths:
31150    M /trunk/Makefile.am
31151    M /trunk/configure.ac
31152    M /trunk/include/network.h
31153    M /trunk/src/misc/modules.c
31154    A /trunk/src/misc/net.c
31155
31156
31157  * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
31158    avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
31159    ( ouiiinnn, another bootstrap ;)
31160
31161  * all: added net_* helpers functions.
31162
31163 ------------------------------------------------------------------------
31164 r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
31165 Changed paths:
31166    M /trunk/modules/LIST
31167    M /trunk/modules/access/cdda/access.c
31168    M /trunk/modules/access/http.c
31169    M /trunk/modules/access/slp.c
31170    M /trunk/modules/access/vcdx/access.c
31171    M /trunk/modules/codec/speex.c
31172    M /trunk/modules/codec/theora.c
31173    M /trunk/modules/codec/vorbis.c
31174    M /trunk/modules/control/corba/corba.c
31175    M /trunk/modules/control/http.c
31176    M /trunk/modules/control/rc/rc.c
31177    M /trunk/modules/demux/m3u.c
31178    M /trunk/modules/demux/mkv.cpp
31179    M /trunk/modules/demux/mp4/mp4.c
31180    M /trunk/modules/gui/beos/VlcWrapper.cpp
31181    M /trunk/modules/gui/gtk/open.c
31182    M /trunk/modules/gui/gtk/playlist.c
31183    M /trunk/modules/gui/kde/interface.cpp
31184    M /trunk/modules/gui/macosx/applescript.m
31185    M /trunk/modules/gui/macosx/playlist.m
31186    M /trunk/modules/gui/pda/pda_callbacks.c
31187    M /trunk/modules/gui/qt/intf.cpp
31188    M /trunk/modules/gui/skins/src/vlcproc.cpp
31189    M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
31190
31191 * ALL:  playlist API changes
31192
31193 What may be broken (untested):
31194 ------------------------------
31195    - Theora and Speex decoders
31196    - some interfaces
31197    - VCDX and CDDAX access
31198
31199 The problems shouldn't hopefully excess compilation glitches.
31200 (removal of AddExt, of psz_author, and prototype of Add)
31201
31202 Additionnaly, interfaces that do not support item-change will have
31203 update problems.
31204
31205 * Updated modules list
31206
31207 ------------------------------------------------------------------------
31208 r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
31209 Changed paths:
31210    M /trunk/modules/gui/wxwindows/dialogs.cpp
31211    M /trunk/modules/gui/wxwindows/interface.cpp
31212    M /trunk/modules/gui/wxwindows/iteminfo.cpp
31213    M /trunk/modules/gui/wxwindows/open.cpp
31214    M /trunk/modules/gui/wxwindows/playlist.cpp
31215    M /trunk/modules/gui/wxwindows/streamwizard.cpp
31216    M /trunk/modules/gui/wxwindows/wxwindows.h
31217
31218   modules/gui/wxwindows/playlist.cpp
31219   modules/gui/wxwindows/iteminfo.cpp
31220         - Show the info as a tree view.
31221          At the moment, all is shown. We should maybe hide the "Options" tree
31222          as it rather "internal"
31223         - Improved a little the layout
31224         - Added a popup menu to to the playlist
31225         - Minimize playlist rebuilds
31226
31227 ------------------------------------------------------------------------
31228 r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
31229 Changed paths:
31230    M /trunk/modules/demux/asf/asf.c
31231    M /trunk/modules/demux/avi/avi.c
31232    M /trunk/modules/demux/util/id3tag.c
31233    M /trunk/src/input/es_out.c
31234
31235   modules/demux/util/id3tag.c
31236   modules/demux/avi/avi.c
31237   modules/demux/asf/asf.c
31238   src/input/es_out.c
31239         - Fill the playlist info structures
31240
31241 ------------------------------------------------------------------------
31242 r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
31243 Changed paths:
31244    M /trunk/modules/misc/sap.c
31245
31246 * modules/misc/sap.c :
31247       - Use the new playlist API
31248       - Track title changes
31249       - Timeout. Delete an item if we haven't heard about it for too long.
31250
31251 ------------------------------------------------------------------------
31252 r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
31253 Changed paths:
31254    M /trunk/Makefile.am
31255    M /trunk/include/vlc_common.h
31256    M /trunk/include/vlc_playlist.h
31257    M /trunk/src/input/input.c
31258    M /trunk/src/libvlc.c
31259    M /trunk/src/playlist/group.c
31260    A /trunk/src/playlist/info.c
31261    A /trunk/src/playlist/item-ext.c
31262    M /trunk/src/playlist/item.c
31263    M /trunk/src/playlist/loadsave.c
31264    M /trunk/src/playlist/playlist.c
31265    M /trunk/src/playlist/sort.c
31266
31267 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
31268
31269 * src/playlist/item.c
31270   src/playlist/info.c
31271   src/playlist/item-ext.c
31272   src/playlist/group.c
31273   src/playlist/sort.c
31274   src/playlist/loadsave.c
31275   include/vlc_playlist.h
31276       - New playlist_info structures and accessors
31277         It works pretty like the old input_info (with categories)
31278         It provides modularity to the playlist
31279       - Removed ppsz_options and i_options from playlist_item
31280         (we use the special category Options)
31281       - Added a unique id to each playlist_item to be able to track the
31282         items accross playlist reorders
31283       - Simplified adding of items.
31284            - playlist_AddExt is removed
31285            - playlist_AddItem is still here and exported but should not be used
31286            - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
31287              and use the accessors for all other things
31288       - Added setters for fields of the playlist_item structure
31289       - Introduced "item-change" and "playlist-current" playlist variables
31290         to give more flexibility than only intf-change
31291
31292       At the moment, duration is still in the structure (easier to use, IMHO)
31293
31294 * src/input/input.c
31295   src/libvlc.c :
31296         playlist item options parsing changed
31297
31298 * include/vlc_common.h : added playlist_info structures
31299
31300 ------------------------------------------------------------------------
31301 r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
31302 Changed paths:
31303    M /trunk/AUTHORS
31304    M /trunk/modules/demux/mp4/Modules.am
31305    A /trunk/modules/demux/mp4/drms.c
31306    A /trunk/modules/demux/mp4/drms.h
31307    A /trunk/modules/demux/mp4/drmstables.h
31308    M /trunk/modules/demux/mp4/libmp4.c
31309    M /trunk/modules/demux/mp4/libmp4.h
31310    M /trunk/modules/demux/mp4/mp4.c
31311    M /trunk/modules/demux/mp4/mp4.h
31312
31313   * ./modules/demux/mp4: DRMS support.
31314
31315 ------------------------------------------------------------------------
31316 r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
31317 Changed paths:
31318    M /trunk/AUTHORS
31319
31320   * ./AUTHORS: updated my country entry.
31321
31322 ------------------------------------------------------------------------
31323 r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
31324 Changed paths:
31325    M /trunk/modules/demux/nsv.c
31326
31327  * nsv: clean up, added seek support.
31328
31329 ------------------------------------------------------------------------
31330 r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
31331 Changed paths:
31332    M /trunk/modules/gui/skins2/vars/playlist.cpp
31333    M /trunk/modules/gui/skins2/vars/playlist.hpp
31334
31335
31336 * modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
31337
31338 ------------------------------------------------------------------------
31339 r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
31340 Changed paths:
31341    M /trunk/modules/codec/ogt/cvd_parse.c
31342    M /trunk/modules/codec/ogt/ogt_parse.c
31343    M /trunk/modules/codec/ogt/subtitle.h
31344
31345
31346 * modules/codec/ogt/*: win32 compilation fixes.
31347
31348 ------------------------------------------------------------------------
31349 r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
31350 Changed paths:
31351    M /trunk/configure.ac
31352    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
31353    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
31354
31355
31356 * ALL: bumping version number to 0.7.1-cvs.
31357
31358 ------------------------------------------------------------------------
31359 r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
31360 Changed paths:
31361    M /trunk/modules/gui/macosx/intf.h
31362    M /trunk/modules/gui/macosx/intf.m
31363
31364 Fixed a small bug which prevented the translation of a string.
31365
31366 ------------------------------------------------------------------------
31367 r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
31368 Changed paths:
31369    M /trunk/toolbox
31370
31371   * toolbox:
31372     + Minor fixes to the woody packages.
31373
31374 ------------------------------------------------------------------------
31375 r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
31376 Changed paths:
31377    M /trunk/modules/demux/avi/avi.c
31378    M /trunk/modules/demux/avi/avi.h
31379
31380  * avi: May fix #1545
31381  (From mplayer:
31382     "count blocks by rounded-up chunksizes instead of chunks -
31383      we need full emulation of dshow avi demuxer bugs :(
31384      fixes silly nandub-style a-v delaying in avi with vbr mp3..." )
31385
31386 ------------------------------------------------------------------------
31387 r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
31388 Changed paths:
31389    M /trunk/configure.ac
31390    M /trunk/doc/subtitles/cvd-subtitles.txt
31391    A /trunk/modules/codec/ogt/.cvsignore
31392    A /trunk/modules/codec/ogt/Modules.am
31393    M /trunk/modules/codec/ogt/cvd.c
31394    M /trunk/modules/codec/ogt/cvd_parse.c
31395    A /trunk/modules/codec/ogt/write_png.c
31396    A /trunk/modules/codec/ogt/write_png.h
31397
31398 Add OGT and CVD subtitle demuxers.
31399 write_png: might be made into a module and moved elsewhere
31400 cvd*: went over documentation a little bit.
31401
31402 ------------------------------------------------------------------------
31403 r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
31404 Changed paths:
31405    A /trunk/doc/subtitles
31406    A /trunk/doc/subtitles/cvd-subtitles.txt
31407    A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
31408
31409 A start for what little public documentation there is for CVD and OGT
31410 subtitles.
31411
31412 ------------------------------------------------------------------------
31413 r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
31414 Changed paths:
31415    M /trunk/configure.ac
31416    M /trunk/modules/codec/ffmpeg/encoder.c
31417    M /trunk/modules/demux/Modules.am
31418    M /trunk/modules/demux/demux2.c
31419    M /trunk/src/input/es_out.c
31420
31421  * encoder.c: corrected required LIBAVCODEC_BUILD
31422  * es_out.c: ES_OUT_SET_PCR works now with microsecond.
31423  * configure.ac, Modules.am: enable demux2, nsv, real.
31424  * demux2.c: increased priority.
31425
31426 ------------------------------------------------------------------------
31427 r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
31428 Changed paths:
31429    M /trunk/configure.ac
31430
31431 Do not link twice zlib
31432
31433 ------------------------------------------------------------------------
31434 r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
31435 Changed paths:
31436    A /trunk/modules/demux/real.c
31437
31438  * real.c: begin of a real demuxer (using new API). Can't work yet as it
31439  needs modification to ffmpeg decoder that I need to finish.
31440
31441 ------------------------------------------------------------------------
31442 r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
31443 Changed paths:
31444    A /trunk/modules/demux/demux2.c
31445    A /trunk/modules/demux/nsv.c
31446
31447  * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
31448  will be removed later).
31449
31450 ------------------------------------------------------------------------
31451 r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
31452 Changed paths:
31453    M /trunk/modules/codec/ogt/cvd.c
31454    M /trunk/modules/codec/ogt/cvd.h
31455    M /trunk/modules/codec/ogt/cvd_parse.c
31456    M /trunk/modules/codec/ogt/subtitle.h
31457
31458 Was putting 1 byte of garbage for each packet.
31459
31460 ------------------------------------------------------------------------
31461 r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
31462 Changed paths:
31463    M /trunk/debian/changelog
31464    M /trunk/debian/control
31465    M /trunk/debian/rules
31466    M /trunk/doc/fortunes.txt
31467
31468   * debian/control:
31469     + Build-depend on fixed linux-kernel-headers packages.
31470   * debian/rules:
31471     + Look for faad in extras/faad2, not extras/faad.
31472     + Enable postprocessing in the ffmpeg configuration.
31473     + Activated libcaca video output.
31474
31475 ------------------------------------------------------------------------
31476 r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
31477 Changed paths:
31478    M /trunk/include/codecs.h
31479    M /trunk/modules/video_output/caca.c
31480
31481   * modules/video_output/caca.c:
31482     + Ported to libcaca 0.6.
31483     + Removed dithering configuration variable; use the CACA_DITHERING
31484       environment variable instead, until the API is polished.
31485   * include/codecs.h:
31486     + Minor coding style fix.
31487
31488 ------------------------------------------------------------------------
31489 r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
31490 Changed paths:
31491    A /trunk/modules/gui/skins2/theme/FreeSans.ttf
31492
31493 * the sample theme should work better with that...
31494
31495 ------------------------------------------------------------------------
31496 r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
31497 Changed paths:
31498    A /trunk/modules/gui/skins2/parser/skin.c
31499
31500 * first forgotten file...
31501
31502 ------------------------------------------------------------------------
31503 r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
31504 Changed paths:
31505    A /trunk/modules/gui/skins2/theme
31506    A /trunk/modules/gui/skins2/theme/FreeSansBold.ttf
31507    A /trunk/modules/gui/skins2/theme/add_item.png
31508    A /trunk/modules/gui/skins2/theme/add_item_onclick.png
31509    A /trunk/modules/gui/skins2/theme/body.png
31510    A /trunk/modules/gui/skins2/theme/close.png
31511    A /trunk/modules/gui/skins2/theme/close_mouseover.png
31512    A /trunk/modules/gui/skins2/theme/close_onclick.png
31513    A /trunk/modules/gui/skins2/theme/delete_item.png
31514    A /trunk/modules/gui/skins2/theme/delete_item_onclick.png
31515    A /trunk/modules/gui/skins2/theme/disabled.png
31516    A /trunk/modules/gui/skins2/theme/fast.png
31517    A /trunk/modules/gui/skins2/theme/fast_disabled.png
31518    A /trunk/modules/gui/skins2/theme/fast_onclick.png
31519    A /trunk/modules/gui/skins2/theme/next.png
31520    A /trunk/modules/gui/skins2/theme/next_disabled.png
31521    A /trunk/modules/gui/skins2/theme/next_onclick.png
31522    A /trunk/modules/gui/skins2/theme/pause.png
31523    A /trunk/modules/gui/skins2/theme/pause_onclick.png
31524    A /trunk/modules/gui/skins2/theme/play.png
31525    A /trunk/modules/gui/skins2/theme/play_onclick.png
31526    A /trunk/modules/gui/skins2/theme/playlist.png
31527    A /trunk/modules/gui/skins2/theme/playlist_body1.png
31528    A /trunk/modules/gui/skins2/theme/playlist_body2.png
31529    A /trunk/modules/gui/skins2/theme/playlist_body3.png
31530    A /trunk/modules/gui/skins2/theme/playlist_body4.png
31531    A /trunk/modules/gui/skins2/theme/playlist_body6.png
31532    A /trunk/modules/gui/skins2/theme/playlist_body7.png
31533    A /trunk/modules/gui/skins2/theme/playlist_body8.png
31534    A /trunk/modules/gui/skins2/theme/playlist_body9.png
31535    A /trunk/modules/gui/skins2/theme/playlist_button.png
31536    A /trunk/modules/gui/skins2/theme/playlist_button2.png
31537    A /trunk/modules/gui/skins2/theme/playlist_button_onclick.png
31538    A /trunk/modules/gui/skins2/theme/playlist_button_onclick2.png
31539    A /trunk/modules/gui/skins2/theme/preferences.png
31540    A /trunk/modules/gui/skins2/theme/preferences_onclick.png
31541    A /trunk/modules/gui/skins2/theme/previous.png
31542    A /trunk/modules/gui/skins2/theme/previous_disabled.png
31543    A /trunk/modules/gui/skins2/theme/previous_onclick.png
31544    A /trunk/modules/gui/skins2/theme/reduce.png
31545    A /trunk/modules/gui/skins2/theme/reduce_disabled.png
31546    A /trunk/modules/gui/skins2/theme/reduce_onclick.png
31547    A /trunk/modules/gui/skins2/theme/resize.png
31548    A /trunk/modules/gui/skins2/theme/rev.png
31549    A /trunk/modules/gui/skins2/theme/rev_disabled.png
31550    A /trunk/modules/gui/skins2/theme/rev_onclick.png
31551    A /trunk/modules/gui/skins2/theme/slider.png
31552    A /trunk/modules/gui/skins2/theme/slider2.png
31553    A /trunk/modules/gui/skins2/theme/slider_onclick.png
31554    A /trunk/modules/gui/skins2/theme/slider_playlist.png
31555    A /trunk/modules/gui/skins2/theme/slider_volume.png
31556    A /trunk/modules/gui/skins2/theme/slider_volume_onclick.png
31557    A /trunk/modules/gui/skins2/theme/slow.png
31558    A /trunk/modules/gui/skins2/theme/slow_disabled.png
31559    A /trunk/modules/gui/skins2/theme/slow_onclick.png
31560    A /trunk/modules/gui/skins2/theme/sort.png
31561    A /trunk/modules/gui/skins2/theme/sort_onclick.png
31562    A /trunk/modules/gui/skins2/theme/stop.png
31563    A /trunk/modules/gui/skins2/theme/stop_disabled.png
31564    A /trunk/modules/gui/skins2/theme/stop_onclick.png
31565    A /trunk/modules/gui/skins2/theme/theme.xml
31566    A /trunk/modules/gui/skins2/theme/volume.png
31567
31568 * all: sample theme for skins2 interface
31569   Warning: by default the interface will try to open the skin from the
31570   vlc share, which is probably an old skin, so the load will fail, and
31571   afterwards a wxwindows dialog allows to load another skin.
31572   BUT there seems to be a bug which make the interface crash
31573   when it tries to load this second skin... workarounds are:
31574   - deleting the old theme
31575   - setting the "skin_last2=/path/to/xml/file" in the [Skins] section
31576   of vlcrc
31577   - solving the bug ;)
31578
31579 ------------------------------------------------------------------------
31580 r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
31581 Changed paths:
31582    M /trunk/configure.ac
31583
31584 * configure.ac: added the skins2 module (_should_ work ;)
31585
31586 ------------------------------------------------------------------------
31587 r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
31588 Changed paths:
31589    A /trunk/modules/gui/skins2
31590    A /trunk/modules/gui/skins2/Modules.am
31591    A /trunk/modules/gui/skins2/commands
31592    A /trunk/modules/gui/skins2/commands/async_queue.cpp
31593    A /trunk/modules/gui/skins2/commands/async_queue.hpp
31594    A /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
31595    A /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
31596    A /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
31597    A /trunk/modules/gui/skins2/commands/cmd_change_skin.hpp
31598    A /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
31599    A /trunk/modules/gui/skins2/commands/cmd_dummy.hpp
31600    A /trunk/modules/gui/skins2/commands/cmd_generic.hpp
31601    A /trunk/modules/gui/skins2/commands/cmd_input.cpp
31602    A /trunk/modules/gui/skins2/commands/cmd_input.hpp
31603    A /trunk/modules/gui/skins2/commands/cmd_layout.cpp
31604    A /trunk/modules/gui/skins2/commands/cmd_layout.hpp
31605    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.cpp
31606    A /trunk/modules/gui/skins2/commands/cmd_notify_playlist.hpp
31607    A /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
31608    A /trunk/modules/gui/skins2/commands/cmd_on_top.hpp
31609    A /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
31610    A /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
31611    A /trunk/modules/gui/skins2/commands/cmd_quit.cpp
31612    A /trunk/modules/gui/skins2/commands/cmd_quit.hpp
31613    A /trunk/modules/gui/skins2/commands/cmd_resize.cpp
31614    A /trunk/modules/gui/skins2/commands/cmd_resize.hpp
31615    A /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
31616    A /trunk/modules/gui/skins2/controls
31617    A /trunk/modules/gui/skins2/controls/ctrl_button.cpp
31618    A /trunk/modules/gui/skins2/controls/ctrl_button.hpp
31619    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
31620    A /trunk/modules/gui/skins2/controls/ctrl_checkbox.hpp
31621    A /trunk/modules/gui/skins2/controls/ctrl_flat.hpp
31622    A /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
31623    A /trunk/modules/gui/skins2/controls/ctrl_generic.hpp
31624    A /trunk/modules/gui/skins2/controls/ctrl_image.cpp
31625    A /trunk/modules/gui/skins2/controls/ctrl_image.hpp
31626    A /trunk/modules/gui/skins2/controls/ctrl_list.cpp
31627    A /trunk/modules/gui/skins2/controls/ctrl_list.hpp
31628    A /trunk/modules/gui/skins2/controls/ctrl_move.cpp
31629    A /trunk/modules/gui/skins2/controls/ctrl_move.hpp
31630    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
31631    A /trunk/modules/gui/skins2/controls/ctrl_radialslider.hpp
31632    A /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
31633    A /trunk/modules/gui/skins2/controls/ctrl_resize.hpp
31634    A /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
31635    A /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
31636    A /trunk/modules/gui/skins2/controls/ctrl_text.cpp
31637    A /trunk/modules/gui/skins2/controls/ctrl_text.hpp
31638    A /trunk/modules/gui/skins2/events
31639    A /trunk/modules/gui/skins2/events/evt_enter.hpp
31640    A /trunk/modules/gui/skins2/events/evt_focus.hpp
31641    A /trunk/modules/gui/skins2/events/evt_generic.hpp
31642    A /trunk/modules/gui/skins2/events/evt_input.cpp
31643    A /trunk/modules/gui/skins2/events/evt_input.hpp
31644    A /trunk/modules/gui/skins2/events/evt_key.cpp
31645    A /trunk/modules/gui/skins2/events/evt_key.hpp
31646    A /trunk/modules/gui/skins2/events/evt_leave.hpp
31647    A /trunk/modules/gui/skins2/events/evt_motion.hpp
31648    A /trunk/modules/gui/skins2/events/evt_mouse.cpp
31649    A /trunk/modules/gui/skins2/events/evt_mouse.hpp
31650    A /trunk/modules/gui/skins2/events/evt_refresh.hpp
31651    A /trunk/modules/gui/skins2/events/evt_scroll.cpp
31652    A /trunk/modules/gui/skins2/events/evt_scroll.hpp
31653    A /trunk/modules/gui/skins2/events/evt_special.cpp
31654    A /trunk/modules/gui/skins2/events/evt_special.hpp
31655    A /trunk/modules/gui/skins2/parser
31656    A /trunk/modules/gui/skins2/parser/builder.cpp
31657    A /trunk/modules/gui/skins2/parser/builder.hpp
31658    A /trunk/modules/gui/skins2/parser/builder_data.hpp
31659    A /trunk/modules/gui/skins2/parser/flex.c
31660    A /trunk/modules/gui/skins2/parser/gen.sh
31661    A /trunk/modules/gui/skins2/parser/gen_builder.py
31662    A /trunk/modules/gui/skins2/parser/interpreter.cpp
31663    A /trunk/modules/gui/skins2/parser/interpreter.hpp
31664    A /trunk/modules/gui/skins2/parser/parser_context.hpp
31665    A /trunk/modules/gui/skins2/parser/skin.act
31666    A /trunk/modules/gui/skins2/parser/skin.dtd
31667    A /trunk/modules/gui/skins2/parser/skin.h
31668    A /trunk/modules/gui/skins2/parser/skin.l
31669    A /trunk/modules/gui/skins2/parser/wrappers.cpp
31670    A /trunk/modules/gui/skins2/parser/wrappers.h
31671    A /trunk/modules/gui/skins2/src
31672    A /trunk/modules/gui/skins2/src/anchor.cpp
31673    A /trunk/modules/gui/skins2/src/anchor.hpp
31674    A /trunk/modules/gui/skins2/src/dialogs.cpp
31675    A /trunk/modules/gui/skins2/src/dialogs.hpp
31676    A /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
31677    A /trunk/modules/gui/skins2/src/ft2_bitmap.hpp
31678    A /trunk/modules/gui/skins2/src/ft2_font.cpp
31679    A /trunk/modules/gui/skins2/src/ft2_font.hpp
31680    A /trunk/modules/gui/skins2/src/generic_bitmap.hpp
31681    A /trunk/modules/gui/skins2/src/generic_font.hpp
31682    A /trunk/modules/gui/skins2/src/generic_layout.cpp
31683    A /trunk/modules/gui/skins2/src/generic_layout.hpp
31684    A /trunk/modules/gui/skins2/src/generic_window.cpp
31685    A /trunk/modules/gui/skins2/src/generic_window.hpp
31686    A /trunk/modules/gui/skins2/src/logger.cpp
31687    A /trunk/modules/gui/skins2/src/logger.hpp
31688    A /trunk/modules/gui/skins2/src/os_factory.cpp
31689    A /trunk/modules/gui/skins2/src/os_factory.hpp
31690    A /trunk/modules/gui/skins2/src/os_graphics.hpp
31691    A /trunk/modules/gui/skins2/src/os_loop.hpp
31692    A /trunk/modules/gui/skins2/src/os_timer.hpp
31693    A /trunk/modules/gui/skins2/src/os_tooltip.hpp
31694    A /trunk/modules/gui/skins2/src/os_window.hpp
31695    A /trunk/modules/gui/skins2/src/png_bitmap.cpp
31696    A /trunk/modules/gui/skins2/src/png_bitmap.hpp
31697    A /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
31698    A /trunk/modules/gui/skins2/src/scaled_bitmap.hpp
31699    A /trunk/modules/gui/skins2/src/skin_common.hpp
31700    A /trunk/modules/gui/skins2/src/skin_main.cpp
31701    A /trunk/modules/gui/skins2/src/theme.cpp
31702    A /trunk/modules/gui/skins2/src/theme.hpp
31703    A /trunk/modules/gui/skins2/src/theme_loader.cpp
31704    A /trunk/modules/gui/skins2/src/theme_loader.hpp
31705    A /trunk/modules/gui/skins2/src/tooltip.cpp
31706    A /trunk/modules/gui/skins2/src/tooltip.hpp
31707    A /trunk/modules/gui/skins2/src/var_manager.cpp
31708    A /trunk/modules/gui/skins2/src/var_manager.hpp
31709    A /trunk/modules/gui/skins2/src/vlcproc.cpp
31710    A /trunk/modules/gui/skins2/src/vlcproc.hpp
31711    A /trunk/modules/gui/skins2/src/window_manager.cpp
31712    A /trunk/modules/gui/skins2/src/window_manager.hpp
31713    A /trunk/modules/gui/skins2/utils
31714    A /trunk/modules/gui/skins2/utils/bezier.cpp
31715    A /trunk/modules/gui/skins2/utils/bezier.hpp
31716    A /trunk/modules/gui/skins2/utils/fsm.cpp
31717    A /trunk/modules/gui/skins2/utils/fsm.hpp
31718    A /trunk/modules/gui/skins2/utils/observer.hpp
31719    A /trunk/modules/gui/skins2/utils/pointer.hpp
31720    A /trunk/modules/gui/skins2/utils/position.cpp
31721    A /trunk/modules/gui/skins2/utils/position.hpp
31722    A /trunk/modules/gui/skins2/utils/ustring.cpp
31723    A /trunk/modules/gui/skins2/utils/ustring.hpp
31724    A /trunk/modules/gui/skins2/utils/var_bool.cpp
31725    A /trunk/modules/gui/skins2/utils/var_bool.hpp
31726    A /trunk/modules/gui/skins2/utils/var_list.cpp
31727    A /trunk/modules/gui/skins2/utils/var_list.hpp
31728    A /trunk/modules/gui/skins2/utils/var_percent.cpp
31729    A /trunk/modules/gui/skins2/utils/var_percent.hpp
31730    A /trunk/modules/gui/skins2/utils/var_text.cpp
31731    A /trunk/modules/gui/skins2/utils/var_text.hpp
31732    A /trunk/modules/gui/skins2/utils/variable.hpp
31733    A /trunk/modules/gui/skins2/vars
31734    A /trunk/modules/gui/skins2/vars/playlist.cpp
31735    A /trunk/modules/gui/skins2/vars/playlist.hpp
31736    A /trunk/modules/gui/skins2/vars/time.cpp
31737    A /trunk/modules/gui/skins2/vars/time.hpp
31738    A /trunk/modules/gui/skins2/vars/vlcvars.cpp
31739    A /trunk/modules/gui/skins2/vars/vlcvars.hpp
31740    A /trunk/modules/gui/skins2/vars/volume.cpp
31741    A /trunk/modules/gui/skins2/vars/volume.hpp
31742    A /trunk/modules/gui/skins2/win32
31743    A /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
31744    A /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
31745    A /trunk/modules/gui/skins2/win32/win32_factory.cpp
31746    A /trunk/modules/gui/skins2/win32/win32_factory.hpp
31747    A /trunk/modules/gui/skins2/win32/win32_graphics.cpp
31748    A /trunk/modules/gui/skins2/win32/win32_graphics.hpp
31749    A /trunk/modules/gui/skins2/win32/win32_loop.cpp
31750    A /trunk/modules/gui/skins2/win32/win32_loop.hpp
31751    A /trunk/modules/gui/skins2/win32/win32_timer.cpp
31752    A /trunk/modules/gui/skins2/win32/win32_timer.hpp
31753    A /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
31754    A /trunk/modules/gui/skins2/win32/win32_tooltip.hpp
31755    A /trunk/modules/gui/skins2/win32/win32_window.cpp
31756    A /trunk/modules/gui/skins2/win32/win32_window.hpp
31757    A /trunk/modules/gui/skins2/x11
31758    A /trunk/modules/gui/skins2/x11/x11_display.cpp
31759    A /trunk/modules/gui/skins2/x11/x11_display.hpp
31760    A /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
31761    A /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
31762    A /trunk/modules/gui/skins2/x11/x11_factory.cpp
31763    A /trunk/modules/gui/skins2/x11/x11_factory.hpp
31764    A /trunk/modules/gui/skins2/x11/x11_graphics.cpp
31765    A /trunk/modules/gui/skins2/x11/x11_graphics.hpp
31766    A /trunk/modules/gui/skins2/x11/x11_loop.cpp
31767    A /trunk/modules/gui/skins2/x11/x11_loop.hpp
31768    A /trunk/modules/gui/skins2/x11/x11_timer.cpp
31769    A /trunk/modules/gui/skins2/x11/x11_timer.hpp
31770    A /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
31771    A /trunk/modules/gui/skins2/x11/x11_tooltip.hpp
31772    A /trunk/modules/gui/skins2/x11/x11_window.cpp
31773    A /trunk/modules/gui/skins2/x11/x11_window.hpp
31774
31775 * all: brand new skins interface ( still _experimental_) for x11 and
31776   win32, by ipkiss and myself...
31777  Among the features:
31778  - framework rewritten from scratch, heavily based on design patterns
31779   => new controls can be (hopefully) created more easily, portability
31780   to other OS is better, and the interface is less dependant from
31781   the vlc core
31782  - new concept of "layout", to provide a window with several different
31783   views (as in winamp3 skins)
31784  - controls can now be placed at a relative position to the edges of
31785   a window, which allow controls and layouts to be resizable (e.g
31786   for the playlist window)
31787  - Use of libpng and libfreetype2 for better portability between x11 and
31788    win32 => ttf fonts and antialiasing
31789  - New DTD for the xml theme ( *it will probably change again* )
31790  - Very very beginning of scripting in the xml file
31791  - And many things I miss
31792  - And probably many bugs ;)
31793
31794 ------------------------------------------------------------------------
31795 r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
31796 Changed paths:
31797    M /trunk/modules/access/vcdx/access.c
31798    M /trunk/modules/access/vcdx/vcdplayer.h
31799
31800 Put track information in Media Info.  If we have SVD information, show
31801 audio tracks and add that to the audio-selection window.
31802
31803 ------------------------------------------------------------------------
31804 r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
31805 Changed paths:
31806    M /trunk/modules/access/ftp.c
31807    M /trunk/modules/access/http.c
31808    M /trunk/modules/access/v4l/v4l.c
31809
31810 Sorry to be so pedantic - grammar (and spelling)
31811
31812 ------------------------------------------------------------------------
31813 r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
31814 Changed paths:
31815    M /trunk/modules/access/v4l/v4l.c
31816
31817 Spelling.
31818
31819 ------------------------------------------------------------------------
31820 r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
31821 Changed paths:
31822    M /trunk/modules/demux/mpeg/Modules.am
31823    A /trunk/modules/demux/mpeg/private.h
31824    M /trunk/modules/demux/mpeg/ps.c
31825    M /trunk/modules/demux/mpeg/system.c
31826    M /trunk/modules/demux/mpeg/ts.c
31827
31828 Ignore timestamp in PACK header in a private stream. This is to get
31829 around a WinSubMux bug in multiplexing CVD and SVCD subtitles.
31830 (Patch probably could be made more precise.)
31831
31832 To do this we've got to save the timestamp in the header.
31833
31834 ------------------------------------------------------------------------
31835 r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
31836 Changed paths:
31837    M /trunk/modules/access/http.c
31838
31839 Spelling - See I told you it was cut and pasted from somehwere!
31840
31841 ------------------------------------------------------------------------
31842 r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
31843 Changed paths:
31844    M /trunk/modules/access/ftp.c
31845
31846 Spelling - probably cut and pated from somewhere else.
31847
31848 ------------------------------------------------------------------------
31849 r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
31850 Changed paths:
31851    M /trunk/modules/codec/ogt/render.c
31852
31853 RenderI420 now handles U and V planes. (Probably completely
31854 accurately, though.)
31855
31856 ------------------------------------------------------------------------
31857 r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
31858 Changed paths:
31859    M /trunk/po/de.po
31860    M /trunk/po/en_GB.po
31861    M /trunk/po/es.po
31862    M /trunk/po/fr.po
31863    M /trunk/po/hu.po
31864    M /trunk/po/it.po
31865    M /trunk/po/ja.po
31866    M /trunk/po/nl.po
31867    M /trunk/po/no.po
31868    M /trunk/po/pl.po
31869    M /trunk/po/pt_BR.po
31870    M /trunk/po/ru.po
31871    M /trunk/po/sv.po
31872    M /trunk/po/vlc.pot
31873
31874
31875 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
31876
31877 ------------------------------------------------------------------------
31878 r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
31879 Changed paths:
31880    M /trunk/po/de.po
31881
31882 Updated german translation
31883
31884 ------------------------------------------------------------------------
31885 r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
31886 Changed paths:
31887    M /trunk/modules/codec/ogt/common.c
31888    M /trunk/modules/codec/ogt/common.h
31889    M /trunk/modules/codec/ogt/cvd.c
31890    M /trunk/modules/codec/ogt/cvd_parse.c
31891    M /trunk/modules/codec/ogt/ogt.c
31892    M /trunk/modules/codec/ogt/ogt_parse.c
31893    M /trunk/modules/codec/ogt/subtitle.h
31894
31895 ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
31896 {cvd,ogt}_parse.c, common.c, subtitle.h: add ability to dump subtitles via
31897 libpng.
31898
31899 ------------------------------------------------------------------------
31900 r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
31901 Changed paths:
31902    M /trunk/ChangeLog
31903    M /trunk/po/POTFILES.in
31904    M /trunk/po/de.po
31905    M /trunk/po/en_GB.po
31906    M /trunk/po/es.po
31907    M /trunk/po/fr.po
31908    M /trunk/po/hu.po
31909    M /trunk/po/it.po
31910    M /trunk/po/ja.po
31911    M /trunk/po/nl.po
31912    M /trunk/po/no.po
31913    M /trunk/po/pl.po
31914    M /trunk/po/pt_BR.po
31915    M /trunk/po/ru.po
31916    M /trunk/po/sv.po
31917    M /trunk/po/vlc.pot
31918
31919
31920 * po/*, ChangeLog: preparing for the 0.7.0 release.
31921
31922 ------------------------------------------------------------------------
31923 r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
31924 Changed paths:
31925    M /trunk/modules/gui/wxwindows/interface.cpp
31926
31927
31928 * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
31929
31930 ------------------------------------------------------------------------
31931 r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
31932 Changed paths:
31933    M /trunk/modules/stream_out/transcode.c
31934
31935
31936 * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
31937
31938 ------------------------------------------------------------------------
31939 r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
31940 Changed paths:
31941    M /trunk/modules/demux/mpeg/mpga.c
31942    M /trunk/src/input/stream.c
31943
31944
31945 * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
31946
31947 ------------------------------------------------------------------------
31948 r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
31949 Changed paths:
31950    M /trunk/configure.ac
31951
31952 My name is Bond
31953 VLC Media Player 0.7.0 Bond
31954
31955 ------------------------------------------------------------------------
31956 r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
31957 Changed paths:
31958    M /trunk/modules/video_output/directx/directx.c
31959    M /trunk/modules/video_output/directx/events.c
31960    M /trunk/modules/video_output/directx/vout.h
31961
31962
31963 * modules/video_output/directx/*: fixed overlay on 24bpp displays.
31964
31965 ------------------------------------------------------------------------
31966 r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
31967 Changed paths:
31968    A /trunk/doc/ChangeLog-2003
31969    M /trunk/doc/Makefile.am
31970    M /trunk/doc/fortunes.txt
31971
31972   * doc/ChangeLog-2003: Happy new year!
31973
31974 ------------------------------------------------------------------------
31975 r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
31976 Changed paths:
31977    M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
31978
31979
31980 * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
31981
31982 ------------------------------------------------------------------------
31983 r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
31984 Changed paths:
31985    M /trunk/modules/codec/ogt/render.c
31986
31987 Attempt to make easier to understand and easier to complete.
31988
31989 ------------------------------------------------------------------------
31990 r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
31991 Changed paths:
31992    M /trunk/ChangeLog
31993    M /trunk/configure.ac
31994    M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
31995    M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
31996    M /trunk/po/de.po
31997    M /trunk/po/fr.po
31998
31999 * Updated german and french translations
32000 * Updated version number and Changelog
32001
32002 ------------------------------------------------------------------------
32003 r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
32004 Changed paths:
32005    M /trunk/modules/codec/ogt/render.c
32006
32007 RenderRV16 handles scaling. But seems to slow to render subtitles.
32008
32009 ------------------------------------------------------------------------
32010 r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
32011 Changed paths:
32012    M /trunk/po/pt_BR.po
32013
32014 Updated brazilian portuguese translation
32015
32016 ------------------------------------------------------------------------
32017 r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
32018 Changed paths:
32019    M /trunk/modules/codec/ogt/cvd.c
32020    M /trunk/modules/codec/ogt/ogt.c
32021
32022 Remove a magic number.
32023
32024 ------------------------------------------------------------------------
32025 r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
32026 Changed paths:
32027    M /trunk/modules/codec/ogt/render.c
32028
32029 Add RV16 rendering. With transparancy, but still only Y plane is done.
32030
32031 ------------------------------------------------------------------------
32032 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
32033 Changed paths:
32034    M /trunk/po/fr.po
32035    M /trunk/po/pt_BR.po
32036
32037 Updated french and Brazilian Portuguese translations
32038
32039 ------------------------------------------------------------------------