1 ------------------------------------------------------------------------
2 r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
4 M /trunk/modules/video_output/image.c
8 ------------------------------------------------------------------------
9 r9676 | zorglub | 2004-12-29 16:56:08 +0100 (Wed, 29 Dec 2004) | 4 lines
11 M /trunk/modules/codec/png.c
12 M /trunk/modules/video_output/image.c
14 Baaaah, we _already_ have a PNG encoder.
16 Note: this one (the ffmpeg one) seems to leak, though
18 ------------------------------------------------------------------------
19 r9675 | zorglub | 2004-12-29 16:29:35 +0100 (Wed, 29 Dec 2004) | 2 lines
21 M /trunk/modules/video_output/Modules.am
25 ------------------------------------------------------------------------
26 r9674 | zorglub | 2004-12-29 16:29:20 +0100 (Wed, 29 Dec 2004) | 2 lines
29 M /trunk/modules/codec/png.c
30 A /trunk/modules/video_output/image.c
32 PNG image encoder and imagefile video output
34 ------------------------------------------------------------------------
35 r9668 | zorglub | 2004-12-28 21:29:28 +0100 (Tue, 28 Dec 2004) | 3 lines
37 M /trunk/src/audio_output/input.c
40 * Do not search a visualizer in strict mode
41 * Fix --help with module lists
43 ------------------------------------------------------------------------
44 r9665 | andrep | 2004-12-28 15:12:14 +0100 (Tue, 28 Dec 2004) | 1 line
46 M /trunk/mozilla/vlcpeer.h
49 ------------------------------------------------------------------------
50 r9664 | andrep | 2004-12-28 15:11:36 +0100 (Tue, 28 Dec 2004) | 3 lines
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 ...)
57 ------------------------------------------------------------------------
58 r9663 | andrep | 2004-12-28 12:10:18 +0100 (Tue, 28 Dec 2004) | 3 lines
60 M /trunk/modules/demux/ogg.c
62 * Extra sanity checks and debugging info for Annodex (Ogg) demuxer
63 * Detect "Content-Type" header in Annodex files case-insensitively
65 ------------------------------------------------------------------------
66 r9662 | andrep | 2004-12-28 12:06:02 +0100 (Tue, 28 Dec 2004) | 2 lines
68 M /trunk/modules/codec/cmml/xtag.c
70 * Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such as Windows)
72 ------------------------------------------------------------------------
73 r9661 | rocky | 2004-12-26 19:29:50 +0100 (Sun, 26 Dec 2004) | 2 lines
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
83 Some cleanup and unification with xine vcd plugin.
85 ------------------------------------------------------------------------
86 r9660 | courmisch | 2004-12-26 12:21:39 +0100 (Sun, 26 Dec 2004) | 2 lines
88 M /trunk/modules/access/http.c
90 - Fixes HTTP access EOF detection
92 ------------------------------------------------------------------------
93 r9659 | courmisch | 2004-12-26 12:07:37 +0100 (Sun, 26 Dec 2004) | 2 lines
95 M /trunk/modules/access/http.c
97 Common disconnection code in Disconnect()
99 ------------------------------------------------------------------------
100 r9658 | courmisch | 2004-12-26 11:31:27 +0100 (Sun, 26 Dec 2004) | 3 lines
102 M /trunk/modules/access/http.c
103 M /trunk/modules/misc/gnutls.c
105 Initial HTTP/SSL access
106 (still a bit rough on EOF)
108 ------------------------------------------------------------------------
109 r9657 | courmisch | 2004-12-26 11:21:47 +0100 (Sun, 26 Dec 2004) | 2 lines
111 M /trunk/modules/misc/gnutls.c
112 M /trunk/src/misc/tls.c
114 Generic client SSL/TLS support
116 ------------------------------------------------------------------------
117 r9656 | rocky | 2004-12-26 01:14:38 +0100 (Sun, 26 Dec 2004) | 4 lines
119 M /trunk/modules/access/cdda/cdda.c
120 M /trunk/modules/access/cdda/info.c
122 Title hell. Seems like titles work substantially differently for
123 navigation versus plaback.
126 ------------------------------------------------------------------------
127 r9655 | courmisch | 2004-12-25 22:39:20 +0100 (Sat, 25 Dec 2004) | 2 lines
129 M /trunk/src/misc/httpd.c
131 - Fix segfault when TLS handshake fails (introduced in previous commit)
133 ------------------------------------------------------------------------
134 r9654 | courmisch | 2004-12-25 22:35:09 +0100 (Sat, 25 Dec 2004) | 2 lines
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
141 - Non blocking TLS handshaking
143 ------------------------------------------------------------------------
144 r9653 | rocky | 2004-12-25 20:33:20 +0100 (Sat, 25 Dec 2004) | 3 lines
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
155 Add a disc-mode and navigation-style control.
158 ------------------------------------------------------------------------
159 r9652 | zorglub | 2004-12-25 17:35:26 +0100 (Sat, 25 Dec 2004) | 2 lines
161 M /trunk/src/playlist/playlist.c
163 Don't update author view on the fly (workaround complete author view breakage)
165 ------------------------------------------------------------------------
166 r9651 | rocky | 2004-12-25 14:58:09 +0100 (Sat, 25 Dec 2004) | 7 lines
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
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.
183 Some segment play back improvments. (I hope).
186 ------------------------------------------------------------------------
187 r9650 | zorglub | 2004-12-25 13:21:47 +0100 (Sat, 25 Dec 2004) | 2 lines
189 M /trunk/modules/control/telnet.c
191 Fix connection close, patch by Ted Deppner <ted at psyber dot com>
193 ------------------------------------------------------------------------
194 r9649 | bigben | 2004-12-24 12:50:03 +0100 (Fri, 24 Dec 2004) | 5 lines
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
202 * Fix title display above the scrollbar
203 * Fix the shuffle checkbox
204 * Expand playlist to the currently playing item and select it
207 ------------------------------------------------------------------------
208 r9648 | rocky | 2004-12-24 12:42:55 +0100 (Fri, 24 Dec 2004) | 6 lines
210 M /trunk/modules/codec/svcdsub.c
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.
216 Set a category and subcategory.
218 ------------------------------------------------------------------------
219 r9647 | hartman | 2004-12-24 02:14:35 +0100 (Fri, 24 Dec 2004) | 2 lines
221 M /trunk/modules/gui/macosx/playlistinfo.h
222 M /trunk/modules/gui/macosx/playlistinfo.m
224 * locking issue and code cleanup
226 ------------------------------------------------------------------------
227 r9646 | rocky | 2004-12-23 05:28:19 +0100 (Thu, 23 Dec 2004) | 4 lines
229 M /trunk/modules/access/vcdx/access.c
231 Deal with just one of the many crashes. This one in trying to find an entry
232 point inside a segment. Duh.
235 ------------------------------------------------------------------------
236 r9645 | rocky | 2004-12-23 05:01:45 +0100 (Thu, 23 Dec 2004) | 6 lines
238 M /trunk/modules/access/vcdx/access.c
239 M /trunk/modules/access/vcdx/vcdplayer.c
240 M /trunk/modules/access/vcdx/vcdplayer.h
242 Fill out more VCD player-independent parts. Modal (track, segment,
243 entry) playing is better.
245 Still frame and menu selection is still quite a mess.
248 ------------------------------------------------------------------------
249 r9644 | hartman | 2004-12-23 01:33:05 +0100 (Thu, 23 Dec 2004) | 5 lines
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
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.
267 ------------------------------------------------------------------------
268 r9643 | hartman | 2004-12-22 22:21:01 +0100 (Wed, 22 Dec 2004) | 2 lines
270 M /trunk/src/playlist/info.c
272 * src/playlist/info.c: Fix a crash in the item info lookup.
274 ------------------------------------------------------------------------
275 r9642 | hartman | 2004-12-22 22:19:57 +0100 (Wed, 22 Dec 2004) | 4 lines
277 M /trunk/modules/access/http.c
279 * modules/access/http.c:
280 - Fixed HTTL redirect
281 - Fixed icecast2 HE-AAC stream recognition.
283 ------------------------------------------------------------------------
284 r9641 | gbazin | 2004-12-22 14:06:43 +0100 (Wed, 22 Dec 2004) | 1 line
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
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
356 M /trunk/modules/access/vcdx/access.c
357 M /trunk/modules/access/vcdx/info.c
358 M /trunk/modules/access/vcdx/vcdplayer.c
360 More segment playing improvements, be able to map seekpoints to
361 segments and lids. Fill out vcdplayer a little more for use later.
364 ------------------------------------------------------------------------
365 r9639 | rocky | 2004-12-22 05:22:24 +0100 (Wed, 22 Dec 2004) | 3 lines
367 M /trunk/modules/access/vcdx/access.c
368 M /trunk/modules/access/vcdx/vcd.c
369 M /trunk/modules/access/vcdx/vcdplayer.h
371 Some work towards get segments working again.
374 ------------------------------------------------------------------------
375 r9638 | rocky | 2004-12-22 03:17:30 +0100 (Wed, 22 Dec 2004) | 5 lines
377 M /trunk/modules/access/vcdx/access.c
378 M /trunk/modules/access/vcdx/vcd.c
379 M /trunk/modules/access/vcdx/vcdplayer.h
381 Get chapter next/prev working for entries.
382 Customization of the title shouldn't be advanced.
383 Allow user settable blocksize
386 ------------------------------------------------------------------------
387 r9637 | rocky | 2004-12-22 03:11:35 +0100 (Wed, 22 Dec 2004) | 3 lines
389 M /trunk/src/input/input.c
391 Typo making seekpoint_next to to seekpoint 0. Clearly chapter
392 navigation is neither used or the code tested much.
394 ------------------------------------------------------------------------
395 r9636 | hartman | 2004-12-22 02:23:15 +0100 (Wed, 22 Dec 2004) | 3 lines
397 M /trunk/modules/codec/ffmpeg/encoder.c
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?
402 ------------------------------------------------------------------------
403 r9635 | gbazin | 2004-12-21 22:45:27 +0100 (Tue, 21 Dec 2004) | 1 line
405 M /trunk/src/libvlc.h
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
411 M /trunk/modules/access/dvb/dvb.h
412 M /trunk/modules/access/dvb/en50221.c
413 M /trunk/modules/demux/ts.c
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
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
422 ------------------------------------------------------------------------
423 r9633 | gbazin | 2004-12-21 17:10:00 +0100 (Tue, 21 Dec 2004) | 1 line
425 M /trunk/modules/gui/wxwindows/interface.cpp
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
431 M /trunk/modules/gui/wxwindows/menus.cpp
432 M /trunk/src/video_output/vout_intf.c
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.
437 ------------------------------------------------------------------------
438 r9631 | gbazin | 2004-12-21 15:52:49 +0100 (Tue, 21 Dec 2004) | 1 line
440 M /trunk/modules/control/hotkeys.c
441 M /trunk/src/libvlc.h
443 * modules/control/hotkeys.c: snapshot hotkey.
444 ------------------------------------------------------------------------
445 r9630 | gbazin | 2004-12-21 15:51:43 +0100 (Tue, 21 Dec 2004) | 1 line
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
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
456 M /trunk/modules/codec/ffmpeg/video_filter.c
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
462 M /trunk/include/vlc_image.h
463 M /trunk/src/misc/image.c
465 * src/misc/image.c: implemented ImageConvert().
466 ------------------------------------------------------------------------
467 r9627 | rocky | 2004-12-21 04:42:04 +0100 (Tue, 21 Dec 2004) | 3 lines
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
476 Work on getting slider seeking working better.
479 ------------------------------------------------------------------------
480 r9626 | gbazin | 2004-12-20 23:15:13 +0100 (Mon, 20 Dec 2004) | 1 line
482 M /trunk/src/misc/image.c
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
488 M /trunk/modules/codec/ffmpeg/encoder.c
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
494 M /trunk/include/vlc_playlist.h
495 M /trunk/modules/access/directory.c
496 M /trunk/src/playlist/item.c
498 No need to GuessType on directory content
500 ------------------------------------------------------------------------
501 r9623 | zorglub | 2004-12-20 16:28:50 +0100 (Mon, 20 Dec 2004) | 2 lines
503 M /trunk/src/playlist/item-ext.c
505 Removed buggy legacy code
507 ------------------------------------------------------------------------
508 r9622 | zorglub | 2004-12-20 15:51:50 +0100 (Mon, 20 Dec 2004) | 2 lines
510 M /trunk/modules/control/rc.c
512 Force RC interface in standard playlist mode
514 ------------------------------------------------------------------------
515 r9621 | gbazin | 2004-12-20 13:19:32 +0100 (Mon, 20 Dec 2004) | 1 line
517 M /trunk/modules/video_output/directx/events.c
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
523 M /trunk/modules/gui/skins2/src/vlcproc.cpp
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
529 M /trunk/include/vlc_image.h
530 M /trunk/include/vlc_xml.h
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
536 M /trunk/modules/access/vcdx/access.c
537 M /trunk/modules/access/vcdx/info.c
539 Improve entry navigation and title update.
541 Next/Prev chapter don't work yet, nor does entry detection when random
545 ------------------------------------------------------------------------
546 r9617 | rocky | 2004-12-20 05:52:29 +0100 (Mon, 20 Dec 2004) | 4 lines
548 M /trunk/modules/access/vcdx/access.c
549 M /trunk/modules/access/vcdx/info.c
550 M /trunk/modules/access/vcdx/info.h
552 Fix bad bug with was causing discontinuous video playback.
553 Some entry navigation improved.
556 ------------------------------------------------------------------------
557 r9616 | rocky | 2004-12-19 23:41:57 +0100 (Sun, 19 Dec 2004) | 4 lines
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
569 Cleanups towards getting this to a usable state.
570 Much still remains to be done.
573 ------------------------------------------------------------------------
574 r9615 | gbazin | 2004-12-19 21:46:27 +0100 (Sun, 19 Dec 2004) | 1 line
576 M /trunk/modules/codec/cvdsub.c
577 M /trunk/modules/codec/svcdsub.c
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
583 M /trunk/modules/video_output/x11/xcommon.c
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
589 M /trunk/modules/demux/util/id3tag.c
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
595 M /trunk/modules/gui/skins2/src/vlcproc.cpp
597 * skins2: handle "item-deleted" variable
599 ------------------------------------------------------------------------
600 r9611 | rocky | 2004-12-19 14:58:38 +0100 (Sun, 19 Dec 2004) | 4 lines
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
615 First attempt to libcdio VCD working under new regime. It is still
616 mostly disabled or broken.
619 ------------------------------------------------------------------------
620 r9610 | gbazin | 2004-12-19 14:11:22 +0100 (Sun, 19 Dec 2004) | 1 line
622 M /trunk/modules/misc/rtsp.c
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
628 M /trunk/src/input/input.c
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
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
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
646 M /trunk/modules/demux/livedotcom.cpp
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
652 M /trunk/modules/access/pvr/pvr.c
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
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
663 Fix bugs with psz_shortname
665 ------------------------------------------------------------------------
666 r9604 | rocky | 2004-12-19 11:22:12 +0100 (Sun, 19 Dec 2004) | 2 lines
670 When I type "make clean" I really want a "make clean"
672 ------------------------------------------------------------------------
673 r9603 | gbazin | 2004-12-19 06:05:10 +0100 (Sun, 19 Dec 2004) | 3 lines
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)
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.
684 ------------------------------------------------------------------------
685 r9602 | gbazin | 2004-12-18 20:10:47 +0100 (Sat, 18 Dec 2004) | 1 line
687 M /trunk/include/codecs.h
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
693 M /trunk/modules/gui/skins2/src/theme.cpp
695 * skins: Reload the current skin correctly even when skins2-config is not set
697 ------------------------------------------------------------------------
698 r9600 | ipkiss | 2004-12-18 18:36:23 +0100 (Sat, 18 Dec 2004) | 2 lines
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
705 * skins: Reparent the embedded vout window when switching to the wx intf
707 ------------------------------------------------------------------------
708 r9599 | ipkiss | 2004-12-18 17:08:07 +0100 (Sat, 18 Dec 2004) | 2 lines
710 M /trunk/src/libvlc.h
712 * src/libvlc.h: Use window decorations by default
714 ------------------------------------------------------------------------
715 r9598 | ipkiss | 2004-12-18 14:19:53 +0100 (Sat, 18 Dec 2004) | 3 lines
717 M /trunk/modules/gui/skins2/src/theme_loader.cpp
718 M /trunk/modules/gui/skins2/src/vlcproc.hpp
720 * skins2: Loading a new theme while an embedded vout is used works better
721 (the new vout is refreshed)
723 ------------------------------------------------------------------------
724 r9597 | rocky | 2004-12-18 00:51:38 +0100 (Sat, 18 Dec 2004) | 2 lines
726 M /trunk/modules/access/cdda/info.c
730 ------------------------------------------------------------------------
731 r9596 | ipkiss | 2004-12-18 00:39:34 +0100 (Sat, 18 Dec 2004) | 3 lines
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
752 * skins2: Do not paint on the embedded video output, when a video is
755 ------------------------------------------------------------------------
756 r9595 | ipkiss | 2004-12-17 21:07:54 +0100 (Fri, 17 Dec 2004) | 4 lines
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
765 * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
767 * skins2/*: Fixed "lazy redrawing" for the slider control
769 ------------------------------------------------------------------------
770 r9594 | bigben | 2004-12-17 20:18:07 +0100 (Fri, 17 Dec 2004) | 4 lines
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
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.
781 ------------------------------------------------------------------------
782 r9593 | gbazin | 2004-12-17 17:27:49 +0100 (Fri, 17 Dec 2004) | 1 line
784 M /trunk/modules/gui/skins2/src/png_bitmap.cpp
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
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
801 * skins2: When a control changes, refresh only the needed part of the layout
802 instead of refreshing everything
804 ------------------------------------------------------------------------
805 r9590 | gbazin | 2004-12-16 21:28:27 +0100 (Thu, 16 Dec 2004) | 1 line
807 M /trunk/modules/video_filter/logo.c
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
813 M /trunk/include/vlc_video.h
814 M /trunk/src/video_output/vout_subpictures.c
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
820 M /trunk/modules/audio_filter/channel_mixer/headphone.c
821 M /trunk/modules/video_filter/logo.c
824 ------------------------------------------------------------------------
825 r9587 | zorglub | 2004-12-16 20:02:09 +0100 (Thu, 16 Dec 2004) | 2 lines
827 M /trunk/modules/demux/ts.c
829 What do you find funny ?
831 ------------------------------------------------------------------------
832 r9586 | zorglub | 2004-12-16 19:58:12 +0100 (Thu, 16 Dec 2004) | 4 lines
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
851 Really fix all the set_name.
853 Sorry for the trouble
855 ------------------------------------------------------------------------
856 r9585 | zorglub | 2004-12-16 19:34:34 +0100 (Thu, 16 Dec 2004) | 2 lines
858 M /trunk/modules/demux/livedotcom.cpp
862 ------------------------------------------------------------------------
863 r9584 | zorglub | 2004-12-16 19:24:03 +0100 (Thu, 16 Dec 2004) | 2 lines
865 M /trunk/modules/demux/mkv.cpp
869 ------------------------------------------------------------------------
870 r9583 | zorglub | 2004-12-16 19:14:29 +0100 (Thu, 16 Dec 2004) | 2 lines
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
886 For some unknown reason, the previous commit was not fully done
888 ------------------------------------------------------------------------
889 r9582 | gbazin | 2004-12-16 18:55:50 +0100 (Thu, 16 Dec 2004) | 1 line
891 M /trunk/modules/video_filter/logo.c
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
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
902 * modules/gui/skins2/*: use image handler to load graphic files.
904 ------------------------------------------------------------------------
905 r9580 | gbazin | 2004-12-16 18:44:38 +0100 (Thu, 16 Dec 2004) | 1 line
907 M /trunk/configure.ac
908 M /trunk/modules/codec/Modules.am
909 A /trunk/modules/codec/png.c
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
915 M /trunk/src/misc/image.c
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
921 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
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
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
955 Fix a bug with preferences
956 Added some more names
957 Use shortname to store the name
959 ------------------------------------------------------------------------
960 r9574 | gbazin | 2004-12-16 14:59:51 +0100 (Thu, 16 Dec 2004) | 1 line
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
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
974 M /trunk/include/vlc_config_cat.h
975 M /trunk/modules/gui/wxwindows/preferences.cpp
977 Merge general with the category when possible
979 ------------------------------------------------------------------------
980 r9570 | zorglub | 2004-12-15 23:27:53 +0100 (Wed, 15 Dec 2004) | 2 lines
986 ------------------------------------------------------------------------
987 r9569 | zorglub | 2004-12-15 23:17:52 +0100 (Wed, 15 Dec 2004) | 2 lines
989 M /trunk/modules/services_discovery/sap.c
991 Make SAP node read-only
993 ------------------------------------------------------------------------
994 r9568 | gbazin | 2004-12-15 18:11:41 +0100 (Wed, 15 Dec 2004) | 1 line
996 M /trunk/modules/misc/rtsp.c
997 M /trunk/src/misc/vlm.c
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
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
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...
1016 ------------------------------------------------------------------------
1017 r9565 | gbazin | 2004-12-14 20:47:21 +0100 (Tue, 14 Dec 2004) | 1 line
1019 M /trunk/src/misc/image.c
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
1025 M /trunk/src/misc/configuration.c
1026 M /trunk/src/playlist/playlist.c
1029 Fix command line parsing
1031 ------------------------------------------------------------------------
1032 r9560 | zorglub | 2004-12-14 19:44:04 +0100 (Tue, 14 Dec 2004) | 2 lines
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
1045 Implement add_module_cat to add a module by category + use this for intf
1047 ------------------------------------------------------------------------
1048 r9559 | gbazin | 2004-12-14 19:20:45 +0100 (Tue, 14 Dec 2004) | 1 line
1050 M /trunk/modules/codec/ffmpeg/ffmpeg.c
1051 M /trunk/modules/codec/ffmpeg/video_filter.c
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
1057 M /trunk/src/playlist/playlist.c
1059 Remove debug messages
1061 ------------------------------------------------------------------------
1062 r9557 | bigben | 2004-12-14 19:00:51 +0100 (Tue, 14 Dec 2004) | 4 lines
1064 M /trunk/modules/gui/macosx/playlist.h
1065 M /trunk/modules/gui/macosx/playlist.m
1067 * Implements sorting by licking on table column headers in the playlist
1071 ------------------------------------------------------------------------
1072 r9556 | zorglub | 2004-12-14 18:42:42 +0100 (Tue, 14 Dec 2004) | 3 lines
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
1083 Better fix for wx deadlock with preparse
1086 ------------------------------------------------------------------------
1087 r9555 | gbazin | 2004-12-14 15:14:54 +0100 (Tue, 14 Dec 2004) | 1 line
1089 M /trunk/modules/codec/ffmpeg/encoder.c
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
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
1116 * Provide playlist_LockFoo functions for some functions
1117 * Fix deadlock with preparse
1119 ------------------------------------------------------------------------
1120 r9552 | bigben | 2004-12-13 22:48:06 +0100 (Mon, 13 Dec 2004) | 3 lines
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
1128 Implements sorting of the current node from context menu
1131 ------------------------------------------------------------------------
1132 r9551 | fkuehne | 2004-12-13 21:53:50 +0100 (Mon, 13 Dec 2004) | 1 line
1134 M /trunk/Makefile.am
1135 M /trunk/modules/gui/macosx/playlist.m
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
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
1145 * enable delete in the playlist context menu
1148 ------------------------------------------------------------------------
1149 r9549 | ipkiss | 2004-12-13 21:25:05 +0100 (Mon, 13 Dec 2004) | 2 lines
1151 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
1152 M /trunk/modules/gui/skins2/win32/win32_window.cpp
1154 * skins2: use black as the "flickering color", when resizing on windows :)
1156 ------------------------------------------------------------------------
1157 r9548 | titer | 2004-12-13 20:18:31 +0100 (Mon, 13 Dec 2004) | 2 lines
1159 M /trunk/modules/gui/macosx/vout.m
1160 M /trunk/modules/gui/macosx/voutgl.m
1161 M /trunk/modules/gui/macosx/voutqt.m
1163 macosx/vout*.m: factorized some more code, fixed GL video device selection
1165 ------------------------------------------------------------------------
1166 r9547 | zorglub | 2004-12-13 18:56:21 +0100 (Mon, 13 Dec 2004) | 2 lines
1168 M /trunk/src/misc/modules.c
1172 ------------------------------------------------------------------------
1173 r9546 | gbazin | 2004-12-13 17:48:18 +0100 (Mon, 13 Dec 2004) | 1 line
1175 M /trunk/modules/codec/ffmpeg/ffmpeg.c
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
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
1186 * src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.
1188 ------------------------------------------------------------------------
1189 r9544 | gbazin | 2004-12-13 11:03:39 +0100 (Mon, 13 Dec 2004) | 1 line
1191 M /trunk/modules/access/directory.c
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
1199 *** empty log message ***
1200 ------------------------------------------------------------------------
1201 r9542 | rocky | 2004-12-13 05:28:04 +0100 (Mon, 13 Dec 2004) | 2 lines
1203 M /trunk/modules/access/cdda/info.c
1205 Add mrl info to playlist item.
1207 ------------------------------------------------------------------------
1208 r9541 | rocky | 2004-12-13 05:26:24 +0100 (Mon, 13 Dec 2004) | 2 lines
1210 M /trunk/modules/access/cdda/cdda.c
1214 ------------------------------------------------------------------------
1215 r9538 | bigben | 2004-12-12 21:12:11 +0100 (Sun, 12 Dec 2004) | 3 lines
1217 M /trunk/modules/gui/macosx/playlist.h
1218 M /trunk/modules/gui/macosx/playlist.m
1220 * deleteItem: method
1223 ------------------------------------------------------------------------
1224 r9536 | rocky | 2004-12-12 18:43:27 +0100 (Sun, 12 Dec 2004) | 4 lines
1226 M /trunk/modules/access/cdda/access.c
1227 M /trunk/modules/access/cdda/info.c
1228 M /trunk/modules/access/cdda/info.h
1230 Go over information that gets set, yet again. Disc things are no longer
1231 playlist-item information.
1234 ------------------------------------------------------------------------
1235 r9535 | gbazin | 2004-12-12 18:39:09 +0100 (Sun, 12 Dec 2004) | 1 line
1237 M /trunk/modules/mux/ogg.c
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
1243 M /trunk/configure.ac
1244 M /trunk/modules/codec/Modules.am
1245 A /trunk/modules/codec/dirac.c
1247 * modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).
1249 ------------------------------------------------------------------------
1250 r9532 | bigben | 2004-12-12 17:57:22 +0100 (Sun, 12 Dec 2004) | 3 lines
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
1257 * Item Info panel works again from playlist context menu
1260 ------------------------------------------------------------------------
1261 r9531 | titer | 2004-12-12 16:16:48 +0100 (Sun, 12 Dec 2004) | 2 lines
1263 M /trunk/modules/access/directory.c
1265 access/directory.c: BeOS doesn't have scandir(), added a quick emulation
1267 ------------------------------------------------------------------------
1268 r9529 | zorglub | 2004-12-12 15:22:06 +0100 (Sun, 12 Dec 2004) | 2 lines
1270 M /trunk/modules/gui/wxwindows/playlist.cpp
1271 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1275 ------------------------------------------------------------------------
1276 r9525 | titer | 2004-12-12 05:15:51 +0100 (Sun, 12 Dec 2004) | 3 lines
1278 M /trunk/modules/gui/macosx/voutgl.m
1279 M /trunk/modules/video_output/opengl.c
1281 opengl.c, voutgl.m: restored smooth resizing on OS X
1282 re-enabled OS X GL provider (QT output still default)
1284 ------------------------------------------------------------------------
1285 r9524 | titer | 2004-12-12 04:24:05 +0100 (Sun, 12 Dec 2004) | 3 lines
1287 M /trunk/modules/gui/macosx/vout.h
1288 M /trunk/modules/gui/macosx/vout.m
1289 M /trunk/modules/gui/macosx/voutgl.m
1291 macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
1292 not working in GL mode
1294 ------------------------------------------------------------------------
1295 r9523 | sigmunau | 2004-12-12 01:04:04 +0100 (Sun, 12 Dec 2004) | 2 lines
1297 M /trunk/modules/demux/mpeg/mpga.c
1299 mpga.c: check/hack to make duration available after preparse
1301 ------------------------------------------------------------------------
1302 r9522 | bigben | 2004-12-12 00:14:19 +0100 (Sun, 12 Dec 2004) | 5 lines
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
1310 Part of the context menu:
1311 * same options for node and items ATM
1312 * some options still don't work
1315 ------------------------------------------------------------------------
1316 r9521 | sigmunau | 2004-12-11 23:49:35 +0100 (Sat, 11 Dec 2004) | 2 lines
1318 M /trunk/modules/services_discovery
1320 added svn:ignore property
1322 ------------------------------------------------------------------------
1323 r9520 | sigmunau | 2004-12-11 23:46:01 +0100 (Sat, 11 Dec 2004) | 4 lines
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
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
1335 ------------------------------------------------------------------------
1336 r9519 | bigben | 2004-12-11 23:09:11 +0100 (Sat, 11 Dec 2004) | 5 lines
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
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
1350 ------------------------------------------------------------------------
1351 r9518 | bigben | 2004-12-11 22:37:21 +0100 (Sat, 11 Dec 2004) | 3 lines
1353 M /trunk/modules/gui/macosx/playlist.h
1354 M /trunk/modules/gui/macosx/playlist.m
1356 * Code simplification
1359 ------------------------------------------------------------------------
1360 r9513 | asmax | 2004-12-11 20:48:28 +0100 (Sat, 11 Dec 2004) | 2 lines
1362 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
1364 * preferences_widget.cpp: fixed a compilation error
1366 ------------------------------------------------------------------------
1367 r9512 | sigmunau | 2004-12-11 20:45:49 +0100 (Sat, 11 Dec 2004) | 2 lines
1369 M /trunk/modules/gui/wxwindows/playlist.cpp
1370 M /trunk/modules/gui/wxwindows/wxwindows.h
1372 wx-playlist: hide node-related items from popup, when rightclicking a non-node
1374 ------------------------------------------------------------------------
1375 r9511 | bigben | 2004-12-11 20:25:33 +0100 (Sat, 11 Dec 2004) | 6 lines
1377 M /trunk/modules/gui/macosx/playlist.h
1378 M /trunk/modules/gui/macosx/playlist.m
1381 * implements deletion of playlist nodes
1382 * fixes a bug in playItem:
1386 ------------------------------------------------------------------------
1387 r9510 | sigmunau | 2004-12-11 20:13:24 +0100 (Sat, 11 Dec 2004) | 2 lines
1389 M /trunk/modules/access/directory.c
1391 directory.c: don't crash on error
1393 ------------------------------------------------------------------------
1394 r9509 | sigmunau | 2004-12-11 19:47:55 +0100 (Sat, 11 Dec 2004) | 2 lines
1396 M /trunk/modules/access/directory.c
1398 directory.c: sort items before adding to playlist
1400 ------------------------------------------------------------------------
1401 r9508 | zorglub | 2004-12-11 19:00:03 +0100 (Sat, 11 Dec 2004) | 2 lines
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
1410 Forgot to categorize some vouts
1412 ------------------------------------------------------------------------
1413 r9507 | sigmunau | 2004-12-11 18:56:40 +0100 (Sat, 11 Dec 2004) | 2 lines
1415 M /trunk/src/libvlc.h
1417 libvlc.h: moved --video-deco, shorter short string for --input-repeat
1419 ------------------------------------------------------------------------
1420 r9506 | zorglub | 2004-12-11 17:13:09 +0100 (Sat, 11 Dec 2004) | 2 lines
1422 M /trunk/modules/demux/playlist/playlist.c
1424 Disable native for the moment
1426 ------------------------------------------------------------------------
1427 r9505 | zorglub | 2004-12-11 16:38:25 +0100 (Sat, 11 Dec 2004) | 2 lines
1429 M /trunk/modules/access/http.c
1433 ------------------------------------------------------------------------
1434 r9504 | zorglub | 2004-12-11 15:46:27 +0100 (Sat, 11 Dec 2004) | 2 lines
1436 A /trunk/include/vlc_config_cat.h
1440 ------------------------------------------------------------------------
1441 r9503 | zorglub | 2004-12-11 15:45:46 +0100 (Sat, 11 Dec 2004) | 10 lines
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
1656 Improvements to preferences
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
1666 ------------------------------------------------------------------------
1667 r9502 | titer | 2004-12-11 14:51:16 +0100 (Sat, 11 Dec 2004) | 2 lines
1669 M /trunk/modules/gui/beos/VideoOutput.cpp
1671 beos/VideoOutput.cpp: fixed a crash in window destruction
1673 ------------------------------------------------------------------------
1674 r9501 | gbazin | 2004-12-11 11:18:08 +0100 (Sat, 11 Dec 2004) | 2 lines
1676 M /trunk/modules/codec/Modules.am
1677 D /trunk/modules/codec/dv.c
1678 D /trunk/modules/codec/xvid.c
1680 * modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.
1682 ------------------------------------------------------------------------
1683 r9500 | Zorglub | 2004-12-11 00:07:28 +0100 (Sat, 11 Dec 2004) | 2 lines
1685 M /trunk/modules/gui/wxwindows/playlist.cpp
1687 Fix win32 crash when playlist is empty
1689 ------------------------------------------------------------------------
1690 r9499 | sigmunau | 2004-12-10 23:11:16 +0100 (Fri, 10 Dec 2004) | 2 lines
1692 M /trunk/modules/gui/wxwindows/playlist.cpp
1694 wxwindows/playlist.cpp: remove enable/disable clutter
1696 ------------------------------------------------------------------------
1697 r9498 | zorglub | 2004-12-10 21:24:19 +0100 (Fri, 10 Dec 2004) | 2 lines
1699 M /trunk/src/playlist/item-ext.c
1700 M /trunk/src/playlist/item.c
1701 M /trunk/src/playlist/view.c
1705 ------------------------------------------------------------------------
1706 r9497 | zorglub | 2004-12-10 19:58:22 +0100 (Fri, 10 Dec 2004) | 6 lines
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
1724 *experimental* input pre-parsing support.
1726 Won't work for many things (only those for which metadata can be gotten during initialization).
1728 Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.
1730 ------------------------------------------------------------------------
1731 r9496 | titer | 2004-12-10 18:53:32 +0100 (Fri, 10 Dec 2004) | 2 lines
1737 ------------------------------------------------------------------------
1738 r9495 | titer | 2004-12-10 18:44:27 +0100 (Fri, 10 Dec 2004) | 3 lines
1740 M /trunk/modules/gui/beos/VideoOutput.cpp
1741 M /trunk/modules/gui/beos/VideoWindow.h
1743 beos/Video*: try to fallback on single-buffered overlay when there's
1744 not enough VRAM for double-buffered ovelay
1746 ------------------------------------------------------------------------
1747 r9494 | gbazin | 2004-12-10 12:48:10 +0100 (Fri, 10 Dec 2004) | 1 line
1749 M /trunk/include/modules.h
1750 M /trunk/src/misc/modules.c
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
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
1761 Get stream disc information to appear again.
1762 Remove private LSN table rom cdda_t - just use it from cdio.
1764 Remove lsn from cdda.
1767 ------------------------------------------------------------------------
1768 r9492 | rocky | 2004-12-10 03:14:10 +0100 (Fri, 10 Dec 2004) | 7 lines
1770 M /trunk/configure.ac
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.
1777 However better would be to fix playlist.cpp
1779 ------------------------------------------------------------------------
1780 r9491 | fkuehne | 2004-12-09 21:15:07 +0100 (Thu, 09 Dec 2004) | 1 line
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
1788 M /trunk/src/input/input.c
1790 input/input.c: trigger a update in playlist window when the duration changes
1792 ------------------------------------------------------------------------
1793 r9489 | sigmunau | 2004-12-09 18:01:26 +0100 (Thu, 09 Dec 2004) | 2 lines
1795 M /trunk/modules/gui/wxwindows/playlist.cpp
1797 wxwindows/playlist.cpp: also update icon on item change
1799 ------------------------------------------------------------------------
1800 r9488 | sigmunau | 2004-12-09 16:27:48 +0100 (Thu, 09 Dec 2004) | 3 lines
1802 M /trunk/vlc-config.in.in
1804 vlc-config.in.in: added a new "external" target that allow external projects
1805 to link with a make installed libvlc
1807 ------------------------------------------------------------------------
1808 r9487 | gbazin | 2004-12-09 15:06:36 +0100 (Thu, 09 Dec 2004) | 1 line
1810 M /trunk/modules/packetizer/mpeg4video.c
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
1816 M /trunk/modules/codec/dvbsub.c
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
1822 M /trunk/src/input/input.c
1823 M /trunk/src/libvlc.h
1825 * src/libvlc.h: --video-deco is enabled by default.
1826 * src/input/input.c: fixed small memory leak.
1828 ------------------------------------------------------------------------
1829 r9484 | titer | 2004-12-08 23:56:55 +0100 (Wed, 08 Dec 2004) | 2 lines
1831 M /trunk/modules/gui/beos/InterfaceWindow.cpp
1833 beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s
1835 ------------------------------------------------------------------------
1836 r9483 | zorglub | 2004-12-08 23:41:56 +0100 (Wed, 08 Dec 2004) | 2 lines
1838 M /trunk/src/playlist/playlist.c
1839 M /trunk/src/playlist/view.c
1841 Fix autoplayback with skins
1843 ------------------------------------------------------------------------
1844 r9482 | titer | 2004-12-08 21:20:37 +0100 (Wed, 08 Dec 2004) | 2 lines
1846 M /trunk/modules/gui/beos/InterfaceWindow.cpp
1848 beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding
1850 ------------------------------------------------------------------------
1851 r9481 | ipkiss | 2004-12-08 20:04:38 +0100 (Wed, 08 Dec 2004) | 2 lines
1853 M /trunk/doc/skins/skins2-howto.xml
1855 Dummy commit, to trigger generation of the html version of this file
1857 ------------------------------------------------------------------------
1858 r9480 | sigmunau | 2004-12-08 17:46:52 +0100 (Wed, 08 Dec 2004) | 2 lines
1860 M /trunk/src/libvlc.h
1862 libvlc.h: Remove --audio-type which was never used according to grep
1864 ------------------------------------------------------------------------
1865 r9479 | rocky | 2004-12-08 13:44:09 +0100 (Wed, 08 Dec 2004) | 5 lines
1867 M /trunk/modules/access/cdda/access.c
1868 M /trunk/modules/access/cdda/info.c
1870 Forgot that the lsn internal structure is 0-origin.
1872 Better really would be to remove lsn altogether from cdda_data_t.
1875 ------------------------------------------------------------------------
1876 r9478 | sigmunau | 2004-12-08 12:37:12 +0100 (Wed, 08 Dec 2004) | 2 lines
1880 TODO: removed ^M. Added some subtitle anormalites that needs to be fixed.
1882 ------------------------------------------------------------------------
1883 r9477 | rocky | 2004-12-08 04:00:00 +0100 (Wed, 08 Dec 2004) | 6 lines
1885 M /trunk/modules/access/cdda/access.c
1886 M /trunk/modules/access/cdda/cdda.c
1887 M /trunk/modules/access/cdda/info.c
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)
1895 ------------------------------------------------------------------------
1896 r9476 | rocky | 2004-12-08 03:07:32 +0100 (Wed, 08 Dec 2004) | 2 lines
1898 M /trunk/configure.ac
1900 Up requirements on libcdio, libcddb (and will also later add vcdimager).
1902 ------------------------------------------------------------------------
1903 r9475 | rocky | 2004-12-08 03:06:58 +0100 (Wed, 08 Dec 2004) | 2 lines
1907 Allow automake 1.9.2
1909 ------------------------------------------------------------------------
1910 r9474 | massiot | 2004-12-08 01:15:30 +0100 (Wed, 08 Dec 2004) | 4 lines
1912 M /trunk/include/vout_synchro.h
1913 M /trunk/src/libvlc.h
1914 M /trunk/src/video_output/vout_synchro.c
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).
1920 ------------------------------------------------------------------------
1921 r9471 | gbazin | 2004-12-07 20:46:45 +0100 (Tue, 07 Dec 2004) | 3 lines
1923 M /trunk/configure.ac
1924 M /trunk/modules/codec/speex.c
1926 * configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
1927 * modules/codec/speex.c: update for newer speex.
1929 ------------------------------------------------------------------------
1930 r9470 | gbazin | 2004-12-07 15:27:06 +0100 (Tue, 07 Dec 2004) | 1 line
1932 M /trunk/modules/mux/asf.c
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
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
1950 Recommit 9469->9479 + fix wxT/wxU
1952 ------------------------------------------------------------------------
1953 r9468 | fkuehne | 2004-12-02 21:29:55 +0100 (Thu, 02 Dec 2004) | 1 line
1955 M /trunk/extras/contrib/src/packages.mak
1957 * fixed pkgconfig-url
1958 ------------------------------------------------------------------------
1959 r9467 | bigben | 2004-12-02 21:19:15 +0100 (Thu, 02 Dec 2004) | 3 lines
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
1966 * fixes item deletion when pressing backspace. Doesn't work for nodes yet
1969 ------------------------------------------------------------------------
1970 r9466 | fkuehne | 2004-12-02 20:51:41 +0100 (Thu, 02 Dec 2004) | 1 line
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
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
1986 M /trunk/modules/gui/macosx/playlist.m
1988 * Fix the status bar
1991 ------------------------------------------------------------------------
1992 r9464 | gbazin | 2004-12-02 17:54:47 +0100 (Thu, 02 Dec 2004) | 1 line
1994 M /trunk/mozilla/vlcshell.cpp
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
2000 M /trunk/mozilla/vlcpeer.h
2002 Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
2003 attributes in chapter 7 of the VLC user guide actually work ;).
2006 ------------------------------------------------------------------------
2007 r9462 | gbazin | 2004-12-02 13:56:46 +0100 (Thu, 02 Dec 2004) | 1 line
2009 M /trunk/modules/video_output/directx/directx.c
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
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
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
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
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
2035 M /trunk/modules/access/cdda/access.c
2036 M /trunk/modules/access/cdda/info.c
2037 M /trunk/modules/access/cdda/info.h
2039 A little bit better if CDDB is not enabled or doesn't exist. Well, at
2040 least it it no longer core dumps.
2043 ------------------------------------------------------------------------
2044 r9458 | bigben | 2004-12-01 22:50:17 +0100 (Wed, 01 Dec 2004) | 3 lines
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
2052 Fix the search field in OSX playlist
2055 ------------------------------------------------------------------------
2056 r9456 | gbazin | 2004-12-01 17:45:55 +0100 (Wed, 01 Dec 2004) | 1 line
2058 M /trunk/modules/access/dshow/dshow.cpp
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
2064 M /trunk/modules/services_discovery/sap.c
2066 sap.c: attemt to fix sap demux for unhandled streams
2068 ------------------------------------------------------------------------
2069 r9454 | gbazin | 2004-12-01 12:06:19 +0100 (Wed, 01 Dec 2004) | 1 line
2071 M /trunk/modules/access/dshow/dshow.cpp
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
2077 M /trunk/modules/access/cdda/info.c
2079 Some compilation fixes when HAVE_LIBCDDB is not defined.
2080 (There remain still some core dumps to fix.)
2083 ------------------------------------------------------------------------
2084 r9450 | rocky | 2004-11-30 05:14:19 +0100 (Tue, 30 Nov 2004) | 3 lines
2086 M /trunk/modules/access/cdda/access.c
2088 Simplify and streamline CD-DA open error error logic. Remove a compilation
2089 warning, guard against dereferencing more unitialized pointers.
2091 ------------------------------------------------------------------------
2092 r9448 | bigben | 2004-11-30 01:04:45 +0100 (Tue, 30 Nov 2004) | 5 lines
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
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
2105 ------------------------------------------------------------------------
2106 r9446 | fkuehne | 2004-11-29 18:34:48 +0100 (Mon, 29 Nov 2004) | 1 line
2108 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
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
2114 M /trunk/mozilla/vlcshell.cpp
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
2120 M /trunk/modules/video_output/directx/directx.c
2121 M /trunk/modules/video_output/directx/glwin32.c
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
2127 M /trunk/src/misc/net.c
2129 src/misc/net.c: BeOS fix
2131 ------------------------------------------------------------------------
2132 r9440 | gbazin | 2004-11-28 22:20:18 +0100 (Sun, 28 Nov 2004) | 3 lines
2134 M /trunk/modules/demux/mp4/libmp4.c
2135 M /trunk/src/input/mem_stream.c
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.
2140 ------------------------------------------------------------------------
2141 r9439 | titer | 2004-11-28 21:11:38 +0100 (Sun, 28 Nov 2004) | 3 lines
2143 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
2144 M /trunk/extras/contrib/src/packages.mak
2146 packages.mak: upgraded freetype
2147 ffmpeg.patch.cvs: BeOS fix
2149 ------------------------------------------------------------------------
2150 r9438 | gbazin | 2004-11-28 15:37:57 +0100 (Sun, 28 Nov 2004) | 2 lines
2152 M /trunk/modules/demux/playlist/m3u.c
2153 M /trunk/modules/services_discovery/sap.c
2154 M /trunk/src/misc/vlm.c
2156 * src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.
2158 ------------------------------------------------------------------------
2159 r9437 | gbazin | 2004-11-28 15:26:28 +0100 (Sun, 28 Nov 2004) | 1 line
2161 M /trunk/modules/demux/mp4/libmp4.c
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
2167 M /trunk/modules/demux/mp4/mp4.c
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
2173 M /trunk/modules/demux/mp4/mp4.c
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
2179 M /trunk/modules/codec/ffmpeg/ffmpeg.c
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
2185 M /trunk/modules/demux/mp4/libmp4.c
2186 M /trunk/modules/demux/mp4/libmp4.h
2187 M /trunk/modules/demux/mp4/mp4.c
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
2193 M /trunk/modules/services_discovery/sap.c
2194 M /trunk/src/playlist/item-ext.c
2195 M /trunk/src/playlist/view.c
2197 hopefully fix SAP crash
2198 some more size verifications
2200 ------------------------------------------------------------------------
2201 r9429 | sigmunau | 2004-11-27 17:17:10 +0100 (Sat, 27 Nov 2004) | 2 lines
2203 M /trunk/modules/gui/wxwindows/playlist.cpp
2205 playlist.cpp: wxT -> wxU
2207 ------------------------------------------------------------------------
2208 r9427 | zorglub | 2004-11-27 15:38:01 +0100 (Sat, 27 Nov 2004) | 2 lines
2210 M /trunk/modules/gui/wxwindows/playlist.cpp
2211 M /trunk/modules/gui/wxwindows/wxwindows.h
2213 Minimalistic status bar
2215 ------------------------------------------------------------------------
2216 r9426 | fkuehne | 2004-11-27 15:03:33 +0100 (Sat, 27 Nov 2004) | 1 line
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
2224 M /trunk/modules/access/udp.c
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
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
2236 M /trunk/src/input/mem_stream.c
2238 mem_stream.c: minor cleanup + shut up compiler warnings
2240 ------------------------------------------------------------------------
2241 r9422 | zorglub | 2004-11-27 01:27:05 +0100 (Sat, 27 Nov 2004) | 2 lines
2243 M /trunk/modules/gui/wxwindows/playlist.cpp
2247 ------------------------------------------------------------------------
2248 r9421 | sigmunau | 2004-11-27 00:55:34 +0100 (Sat, 27 Nov 2004) | 2 lines
2250 M /trunk/modules/demux/mkv.cpp
2251 M /trunk/modules/demux/mp4/libmp4.c
2252 M /trunk/modules/demux/mp4/libmp4.h
2254 all: got rid of MP4_Stream
2256 ------------------------------------------------------------------------
2257 r9420 | sigmunau | 2004-11-27 00:52:42 +0100 (Sat, 27 Nov 2004) | 2 lines
2259 M /trunk/Makefile.am
2260 M /trunk/include/vlc_stream.h
2261 A /trunk/src/input/mem_stream.c
2263 all: new stream_t reading from a buffer.
2265 ------------------------------------------------------------------------
2266 r9419 | zorglub | 2004-11-26 22:50:51 +0100 (Fri, 26 Nov 2004) | 2 lines
2268 M /trunk/modules/access/cdda/access.c
2272 ------------------------------------------------------------------------
2273 r9418 | gbazin | 2004-11-26 14:44:18 +0100 (Fri, 26 Nov 2004) | 1 line
2275 M /trunk/modules/misc/xml/xtag.c
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
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
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.
2312 ------------------------------------------------------------------------
2313 r9416 | ipkiss | 2004-11-25 21:25:57 +0100 (Thu, 25 Nov 2004) | 4 lines
2315 M /trunk/modules/gui/wxwindows/timer.cpp
2316 M /trunk/src/input/input.c
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
2322 ------------------------------------------------------------------------
2323 r9415 | fkuehne | 2004-11-25 17:52:21 +0100 (Thu, 25 Nov 2004) | 1 line
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
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
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
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
2354 ------------------------------------------------------------------------
2355 r9409 | gbazin | 2004-11-24 16:29:00 +0100 (Wed, 24 Nov 2004) | 1 line
2357 M /trunk/modules/access/dshow/dshow.cpp
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
2363 M /trunk/modules/stream_out/rtp.c
2365 Release the access in case of failure
2367 ------------------------------------------------------------------------
2368 r9407 | zorglub | 2004-11-24 13:14:23 +0100 (Wed, 24 Nov 2004) | 2 lines
2370 M /trunk/modules/stream_out/rtp.c
2372 Fix segfault in RTSP mode
2374 ------------------------------------------------------------------------
2375 r9406 | zorglub | 2004-11-24 13:05:44 +0100 (Wed, 24 Nov 2004) | 2 lines
2381 ------------------------------------------------------------------------
2382 r9405 | zorglub | 2004-11-24 07:52:05 +0100 (Wed, 24 Nov 2004) | 2 lines
2384 M /trunk/src/input/input.c
2386 Fix input-slave parser
2388 ------------------------------------------------------------------------
2389 r9404 | hartman | 2004-11-23 22:48:23 +0100 (Tue, 23 Nov 2004) | 2 lines
2391 M /trunk/modules/demux/playlist/m3u.c
2393 * Use filenames as playlistnames for relative m3u playlistentries instead of the full paths.
2395 ------------------------------------------------------------------------
2396 r9403 | dionoea | 2004-11-23 17:46:04 +0100 (Tue, 23 Nov 2004) | 3 lines
2398 M /trunk/src/libvlc.h
2399 M /trunk/src/misc/vlm.c
2401 * add core option --vlm-conf
2402 specifies a vlm configuration file to load when vlm is launched
2404 ------------------------------------------------------------------------
2405 r9402 | dionoea | 2004-11-23 17:25:34 +0100 (Tue, 23 Nov 2004) | 2 lines
2407 M /trunk/doc/vlm.txt
2409 * documented commenting possibility
2411 ------------------------------------------------------------------------
2412 r9400 | gbazin | 2004-11-23 14:30:50 +0100 (Tue, 23 Nov 2004) | 1 line
2414 M /trunk/modules/gui/wxwindows/playlist.cpp
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
2420 M /trunk/src/misc/win32_specific.c
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
2426 M /trunk/include/vlc_common.h
2427 M /trunk/modules/video_output/directx/vout.h
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
2433 M /trunk/modules/access/cdda/info.c
2435 Honor "prefer-cdtext" option.
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
2441 To do - there still is a core dump that remains from before when CDDB
2445 ------------------------------------------------------------------------
2446 r9396 | rocky | 2004-11-23 03:44:30 +0100 (Tue, 23 Nov 2004) | 2 lines
2448 M /trunk/modules/gui/wxwindows/open.cpp
2450 If using cddax (as opposed to cdda), then set the MRL accordingly.
2452 ------------------------------------------------------------------------
2453 r9395 | zorglub | 2004-11-22 20:50:57 +0100 (Mon, 22 Nov 2004) | 2 lines
2455 M /trunk/modules/access/cdda/access.c
2456 M /trunk/modules/demux/playlist/m3u.c
2458 Remove debug message
2460 ------------------------------------------------------------------------
2461 r9394 | gbazin | 2004-11-22 18:27:17 +0100 (Mon, 22 Nov 2004) | 1 line
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
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
2471 M /trunk/modules/video_output/directx/events.c
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
2477 M /trunk/modules/gui/wxwindows/playlist.cpp
2478 M /trunk/modules/gui/wxwindows/wxwindows.h
2482 ------------------------------------------------------------------------
2483 r9391 | fenrir | 2004-11-22 10:57:50 +0100 (Mon, 22 Nov 2004) | 1 line
2485 M /trunk/src/input/control.c
2486 M /trunk/src/input/input.c
2487 M /trunk/src/input/input_internal.h
2489 all: implemented INPUT_ADD_SLAVE.
2490 ------------------------------------------------------------------------
2491 r9390 | fenrir | 2004-11-22 10:56:48 +0100 (Mon, 22 Nov 2004) | 1 line
2493 M /trunk/src/input/stream.c
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
2499 M /trunk/include/vlc_input.h
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
2505 M /trunk/modules/gui/wxwindows/playlist.cpp
2506 M /trunk/modules/gui/wxwindows/wxwindows.h
2508 Don't rebuild the tree on node sort
2510 ------------------------------------------------------------------------
2511 r9387 | zorglub | 2004-11-22 10:37:58 +0100 (Mon, 22 Nov 2004) | 2 lines
2513 M /trunk/include/vlc_playlist.h
2514 M /trunk/modules/gui/wxwindows/playlist.cpp
2515 M /trunk/src/playlist/sort.c
2519 ------------------------------------------------------------------------
2520 r9386 | rocky | 2004-11-22 05:53:48 +0100 (Mon, 22 Nov 2004) | 3 lines
2522 M /trunk/modules/access/cdda/access.c
2524 Change a printf into a debuggable print message.
2527 ------------------------------------------------------------------------
2528 r9385 | zorglub | 2004-11-22 00:01:23 +0100 (Mon, 22 Nov 2004) | 2 lines
2530 M /trunk/modules/gui/wxwindows/playlist.cpp
2532 Handle the case when parent is root
2534 ------------------------------------------------------------------------
2535 r9384 | zorglub | 2004-11-21 23:41:02 +0100 (Sun, 21 Nov 2004) | 2 lines
2537 M /trunk/modules/gui/skins2/src/vlcproc.cpp
2541 ------------------------------------------------------------------------
2542 r9383 | zorglub | 2004-11-21 23:40:48 +0100 (Sun, 21 Nov 2004) | 2 lines
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
2552 Use item-append when an item is appended to a node -> don't rebuild the whole tree
2554 ------------------------------------------------------------------------
2555 r9382 | gbazin | 2004-11-21 20:00:29 +0100 (Sun, 21 Nov 2004) | 1 line
2557 M /trunk/src/misc/httpd.c
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
2563 M /trunk/src/misc/vlm.c
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.
2567 ------------------------------------------------------------------------
2568 r9380 | gbazin | 2004-11-21 19:20:28 +0100 (Sun, 21 Nov 2004) | 1 line
2570 M /trunk/configure.ac
2571 M /trunk/modules/demux/m3u.c
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
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
2582 Sort a node (alphabetically, all sub-nodes come first)
2584 ------------------------------------------------------------------------
2585 r9378 | zorglub | 2004-11-20 20:04:57 +0100 (Sat, 20 Nov 2004) | 2 lines
2589 Small TODO update and sorting
2591 ------------------------------------------------------------------------
2592 r9377 | zorglub | 2004-11-20 17:12:36 +0100 (Sat, 20 Nov 2004) | 2 lines
2594 M /trunk/modules/services_discovery/sap.c
2596 SAP IPv6 and additionnal addresses support
2598 ------------------------------------------------------------------------
2599 r9376 | zorglub | 2004-11-20 14:59:39 +0100 (Sat, 20 Nov 2004) | 3 lines
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
2606 * do not set request on startup, we don't want autoplay
2607 * fix bug in SDP parser
2609 ------------------------------------------------------------------------
2610 r9375 | zorglub | 2004-11-20 13:57:55 +0100 (Sat, 20 Nov 2004) | 2 lines
2612 M /trunk/src/playlist/playlist.c
2614 Make p_playlist->i_index follow correctly the current item
2616 ------------------------------------------------------------------------
2617 r9374 | zorglub | 2004-11-20 13:50:55 +0100 (Sat, 20 Nov 2004) | 2 lines
2620 M /trunk/modules/demux/mp4/mp4.c
2622 Add MP4 playlist items as children
2624 ------------------------------------------------------------------------
2625 r9373 | zorglub | 2004-11-20 12:20:30 +0100 (Sat, 20 Nov 2004) | 2 lines
2627 M /trunk/modules/control/hotkeys.c
2629 Fix crash in bookmarks
2631 ------------------------------------------------------------------------
2632 r9372 | zorglub | 2004-11-19 16:56:49 +0100 (Fri, 19 Nov 2004) | 2 lines
2634 M /trunk/modules/services_discovery/sap.c
2638 ------------------------------------------------------------------------
2639 r9371 | zorglub | 2004-11-19 16:55:01 +0100 (Fri, 19 Nov 2004) | 3 lines
2641 M /trunk/modules/gui/wxwindows/playlist.cpp
2642 M /trunk/modules/services_discovery/sap.c
2644 sap: don't crash on invalid o= field
2645 wx: really commit last commit
2647 ------------------------------------------------------------------------
2648 r9370 | zorglub | 2004-11-19 16:07:55 +0100 (Fri, 19 Nov 2004) | 12 lines
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
2659 - coding style fixes
2660 - adapted to new playlist API
2661 - only put generic things in Meta-information
2664 - Fixed playlist updating
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.
2670 ------------------------------------------------------------------------
2671 r9369 | dionoea | 2004-11-19 15:57:35 +0100 (Fri, 19 Nov 2004) | 2 lines
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
2682 * some style fixes (now displays menu under IE)
2684 ------------------------------------------------------------------------
2685 r9368 | zorglub | 2004-11-19 00:35:29 +0100 (Fri, 19 Nov 2004) | 2 lines
2687 M /trunk/modules/demux/playlist/pls.c
2689 Oups, fixed stupid crash in PLS
2691 ------------------------------------------------------------------------
2692 r9366 | hartman | 2004-11-18 03:18:34 +0100 (Thu, 18 Nov 2004) | 3 lines
2694 M /trunk/modules/gui/macosx/intf.m
2695 M /trunk/modules/gui/macosx/playlist.h
2696 M /trunk/modules/gui/macosx/playlist.m
2698 * You can doubleclick an item to play it now.
2699 * implemented delete, but for some reason the key events don't arrive
2701 ------------------------------------------------------------------------
2702 r9365 | zorglub | 2004-11-18 01:07:28 +0100 (Thu, 18 Nov 2004) | 2 lines
2704 M /trunk/include/vlc_input.h
2706 Compile fix for C++ files
2708 ------------------------------------------------------------------------
2709 r9364 | zorglub | 2004-11-18 00:22:43 +0100 (Thu, 18 Nov 2004) | 2 lines
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
2718 Input options inheritance for playlists
2720 ------------------------------------------------------------------------
2721 r9363 | sigmunau | 2004-11-17 23:37:28 +0100 (Wed, 17 Nov 2004) | 2 lines
2723 M /trunk/modules/services_discovery/sap.c
2725 sap.c: don't free the inputs internal buffers! shame on you!
2727 ------------------------------------------------------------------------
2728 r9362 | zorglub | 2004-11-17 23:11:26 +0100 (Wed, 17 Nov 2004) | 2 lines
2730 M /trunk/modules/services_discovery/sap.c
2731 M /trunk/src/playlist/view.c
2733 Remove SAP node on quit
2735 ------------------------------------------------------------------------
2736 r9361 | zorglub | 2004-11-17 22:38:23 +0100 (Wed, 17 Nov 2004) | 7 lines
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
2746 * Add return values to all functions
2747 * Fix locking issues in services discovery
2748 * Add playlist_Replace function
2749 * Beginning of playlist_TreeMove
2753 ------------------------------------------------------------------------
2754 r9360 | hartman | 2004-11-17 21:03:00 +0100 (Wed, 17 Nov 2004) | 2 lines
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
2764 * Fix display of playlist on OSX. Looks briljant :)
2766 ------------------------------------------------------------------------
2767 r9359 | zorglub | 2004-11-17 19:38:52 +0100 (Wed, 17 Nov 2004) | 2 lines
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
2795 Beginning of un updated developer documentation and beginning of playlist documentation
2797 ------------------------------------------------------------------------
2798 r9358 | hartman | 2004-11-17 18:13:31 +0100 (Wed, 17 Nov 2004) | 2 lines
2800 M /trunk/modules/gui/macosx/playlist.m
2802 * Todo list for OSX playlist. please use it :)
2804 ------------------------------------------------------------------------
2805 r9357 | hartman | 2004-11-17 17:51:40 +0100 (Wed, 17 Nov 2004) | 7 lines
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
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
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).
2820 ------------------------------------------------------------------------
2821 r9356 | hartman | 2004-11-17 17:48:41 +0100 (Wed, 17 Nov 2004) | 2 lines
2823 M /trunk/modules/gui/macosx/intf.m
2824 M /trunk/modules/gui/macosx/vout.m
2826 * Fix some crashes because of new playlist core
2828 ------------------------------------------------------------------------
2829 r9355 | sigmunau | 2004-11-17 00:11:56 +0100 (Wed, 17 Nov 2004) | 2 lines
2831 M /trunk/modules/access/http.c
2833 access/http.c: skip debug message when useless
2835 ------------------------------------------------------------------------
2836 r9354 | zorglub | 2004-11-16 18:29:04 +0100 (Tue, 16 Nov 2004) | 2 lines
2838 M /trunk/modules/access/directory.c
2840 Strip parent path in directory access
2842 ------------------------------------------------------------------------
2843 r9353 | zorglub | 2004-11-16 13:27:02 +0100 (Tue, 16 Nov 2004) | 3 lines
2845 M /trunk/src/misc/vlm.c
2848 Coding style fixes (much more left)
2850 ------------------------------------------------------------------------
2851 r9352 | fenrir | 2004-11-16 13:18:53 +0100 (Tue, 16 Nov 2004) | 1 line
2853 M /trunk/src/input/input.c
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
2859 M /trunk/modules/demux/livedotcom.cpp
2860 M /trunk/modules/demux/sgimb.c
2862 * sgimb.c: set the kasenna option correctly
2863 fix the playlist autodelete
2866 ------------------------------------------------------------------------
2867 r9350 | fenrir | 2004-11-16 11:01:22 +0100 (Tue, 16 Nov 2004) | 1 line
2869 M /trunk/modules/demux/asf/libasf.c
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
2875 M /trunk/src/misc/vlm.c
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
2880 ------------------------------------------------------------------------
2881 r9348 | bigben | 2004-11-16 00:46:07 +0100 (Tue, 16 Nov 2004) | 3 lines
2883 M /trunk/modules/access_output/http.c
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...
2888 ------------------------------------------------------------------------
2889 r9347 | sigmunau | 2004-11-15 22:07:08 +0100 (Mon, 15 Nov 2004) | 2 lines
2891 M /trunk/src/misc/net.c
2893 net.c: include some more headers on non-windows platforms
2895 ------------------------------------------------------------------------
2896 r9346 | hartman | 2004-11-15 20:44:19 +0100 (Mon, 15 Nov 2004) | 2 lines
2898 M /trunk/modules/demux/sgimb.c
2900 * sgimb.c: backport of r9300 to trunk
2902 ------------------------------------------------------------------------
2903 r9345 | hartman | 2004-11-15 20:35:30 +0100 (Mon, 15 Nov 2004) | 2 lines
2905 M /trunk/extras/contrib/src/Makefile
2907 * Fix gcrypt building on 10.2
2909 ------------------------------------------------------------------------
2910 r9344 | fenrir | 2004-11-15 18:11:33 +0100 (Mon, 15 Nov 2004) | 3 lines
2912 M /trunk/modules/audio_filter/format.c
2914 * format: added a lot of conversion (nearly all case between
2915 s8,16,f32,u8,16,f32 and little endian).
2917 ------------------------------------------------------------------------
2918 r9343 | fenrir | 2004-11-15 18:09:57 +0100 (Mon, 15 Nov 2004) | 2 lines
2920 M /trunk/modules/demux/asf/asf.c
2921 M /trunk/modules/demux/asf/libasf.c
2922 M /trunk/modules/demux/asf/libasf.h
2924 * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.
2926 ------------------------------------------------------------------------
2927 r9342 | fenrir | 2004-11-15 18:08:57 +0100 (Mon, 15 Nov 2004) | 2 lines
2929 M /trunk/modules/access/mms/asf.c
2930 M /trunk/modules/access/mms/asf.h
2932 * asf: first part to support more header extention (seems to be used in MBR).
2934 ------------------------------------------------------------------------
2935 r9341 | fenrir | 2004-11-15 18:07:56 +0100 (Mon, 15 Nov 2004) | 2 lines
2937 M /trunk/modules/access/http.c
2939 * http: added shoutcast meta data support.
2941 ------------------------------------------------------------------------
2942 r9340 | fenrir | 2004-11-15 18:07:06 +0100 (Mon, 15 Nov 2004) | 3 lines
2944 M /trunk/src/input/input.c
2945 M /trunk/src/libvlc.h
2946 M /trunk/src/misc/net.c
2948 * input: access meta data support.
2949 * net: support for SOCKS proxy support (for all TCP connections).
2951 ------------------------------------------------------------------------
2952 r9339 | fenrir | 2004-11-15 18:05:52 +0100 (Mon, 15 Nov 2004) | 3 lines
2954 M /trunk/include/network.h
2955 M /trunk/include/vlc/input.h
2956 M /trunk/include/vlc_input.h
2958 * input: added a meta field to input.
2959 * network: export ipv4 name resolution.
2961 ------------------------------------------------------------------------
2962 r9338 | zorglub | 2004-11-15 16:33:36 +0100 (Mon, 15 Nov 2004) | 2 lines
2966 Update playlist TODO
2968 ------------------------------------------------------------------------
2969 r9337 | zorglub | 2004-11-15 16:29:47 +0100 (Mon, 15 Nov 2004) | 2 lines
2971 M /trunk/modules/gui/wxwindows/playlist.cpp
2972 M /trunk/src/playlist/playlist.c
2976 ------------------------------------------------------------------------
2977 r9336 | gbazin | 2004-11-15 16:28:13 +0100 (Mon, 15 Nov 2004) | 1 line
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
2985 M /trunk/po/POTFILES.in
2988 M /trunk/po/en_GB.po
2997 M /trunk/po/pt_BR.po
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
3007 M /trunk/configure.ac
3008 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
3009 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
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
3015 M /trunk/src/playlist/playlist.c
3017 Fix ITEMPLAY in no-view mode
3019 ------------------------------------------------------------------------
3020 r9331 | gbazin | 2004-11-14 20:41:09 +0100 (Sun, 14 Nov 2004) | 1 line
3022 M /trunk/modules/codec/dmo/dmo.c
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
3028 M /trunk/modules/gui/wxwindows/dialogs.cpp
3032 ------------------------------------------------------------------------
3033 r9324 | gbazin | 2004-11-14 19:01:38 +0100 (Sun, 14 Nov 2004) | 1 line
3035 M /trunk/Makefile.am
3037 * Makefile.am: fixed make dist.
3038 ------------------------------------------------------------------------
3039 r9322 | gbazin | 2004-11-14 18:59:33 +0100 (Sun, 14 Nov 2004) | 1 line
3041 M /trunk/modules/codec/quicktime.c
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
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
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
3055 ------------------------------------------------------------------------
3056 r9317 | gbazin | 2004-11-14 18:25:58 +0100 (Sun, 14 Nov 2004) | 1 line
3058 M /trunk/src/audio_output/input.c
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
3064 M /trunk/configure.ac
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
3073 M /trunk/modules/video_output/opengl.c
3077 ------------------------------------------------------------------------
3078 r9311 | zorglub | 2004-11-14 14:25:18 +0100 (Sun, 14 Nov 2004) | 3 lines
3080 M /trunk/modules/access/directory.c
3081 M /trunk/src/libvlc.h
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
3086 ------------------------------------------------------------------------
3087 r9310 | zorglub | 2004-11-14 00:06:53 +0100 (Sun, 14 Nov 2004) | 3 lines
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
3098 Add directory in wxWidgets
3101 ------------------------------------------------------------------------
3102 r9309 | zorglub | 2004-11-13 23:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
3104 M /trunk/src/playlist/item-ext.c
3105 M /trunk/src/playlist/playlist.c
3106 M /trunk/src/playlist/view.c
3111 ------------------------------------------------------------------------
3112 r9308 | bigben | 2004-11-13 15:11:51 +0100 (Sat, 13 Nov 2004) | 3 lines
3114 M /trunk/share/http/index.html
3116 Valid HTML is good. This page stil doesn't work with IE
3119 ------------------------------------------------------------------------
3120 r9306 | gbazin | 2004-11-13 14:06:41 +0100 (Sat, 13 Nov 2004) | 1 line
3122 M /trunk/modules/codec/ffmpeg/ffmpeg.c
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
3128 M /trunk/po/POTFILES.in
3130 M /trunk/po/en_GB.po
3139 M /trunk/po/pt_BR.po
3144 Merge po update to trunk
3146 ------------------------------------------------------------------------
3147 r9304 | zorglub | 2004-11-13 13:19:06 +0100 (Sat, 13 Nov 2004) | 2 lines
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
3156 ------------------------------------------------------------------------
3157 r9302 | hartman | 2004-11-13 02:42:54 +0100 (Sat, 13 Nov 2004) | 2 lines
3159 M /trunk/extras/contrib/src/Makefile
3160 D /trunk/extras/contrib/src/Patches/kasenna.patch
3161 M /trunk/extras/contrib/src/packages.mak
3163 * USe newer livedotcom
3165 ------------------------------------------------------------------------
3166 r9301 | hartman | 2004-11-13 02:40:52 +0100 (Sat, 13 Nov 2004) | 3 lines
3168 M /trunk/modules/demux/livedotcom.cpp
3169 M /trunk/modules/demux/sgimb.c
3171 * merging kasenna changes from 0.8.1 branch to the trunk
3174 ------------------------------------------------------------------------
3175 r9297 | hartman | 2004-11-12 19:59:39 +0100 (Fri, 12 Nov 2004) | 2 lines
3177 M /trunk/modules/demux/sgimb.c
3179 * sgimb.c: merging 9295:9296 to trunk
3181 ------------------------------------------------------------------------
3182 r9295 | gbazin | 2004-11-12 16:41:22 +0100 (Fri, 12 Nov 2004) | 1 line
3184 M /trunk/src/playlist/item.c
3185 M /trunk/src/playlist/playlist.c
3186 M /trunk/src/playlist/view.c
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
3192 M /trunk/configure.ac
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
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
3206 M /trunk/src/extras/libc.c
3209 * src/vlc.c: ported to WinCE.
3210 ------------------------------------------------------------------------
3211 r9288 | gbazin | 2004-11-12 09:10:19 +0100 (Fri, 12 Nov 2004) | 1 line
3213 M /trunk/include/vlc_common.h
3214 M /trunk/src/extras/libc.c
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
3220 M /trunk/modules/audio_output/portaudio.c
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
3226 M /trunk/src/misc/httpd.c
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
3232 M /trunk/modules/control/rc.c
3233 M /trunk/modules/video_filter/logo.c
3234 M /trunk/modules/video_filter/marq.c
3236 Changed logo and marq control variables to attach to ->p_libvlc, to be persistent.
3238 ------------------------------------------------------------------------
3239 r9278 | sigmunau | 2004-11-11 00:41:53 +0100 (Thu, 11 Nov 2004) | 7 lines
3241 M /trunk/modules/services_discovery/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
3250 ------------------------------------------------------------------------
3251 r9277 | sigmunau | 2004-11-11 00:34:43 +0100 (Thu, 11 Nov 2004) | 2 lines
3253 M /trunk/modules/demux/playlist/pls.c
3255 pls.c: start the playlist after loading it.
3257 ------------------------------------------------------------------------
3258 r9276 | sigmunau | 2004-11-11 00:30:26 +0100 (Thu, 11 Nov 2004) | 2 lines
3260 M /trunk/modules/demux/playlist/pls.c
3262 pls.c: ported to new api, at least tried to.
3264 ------------------------------------------------------------------------
3265 r9273 | gbazin | 2004-11-10 16:10:30 +0100 (Wed, 10 Nov 2004) | 1 line
3267 M /trunk/src/video_output/video_widgets.c
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
3273 M /trunk/modules/control/rc.c
3274 M /trunk/modules/control/rtci.c
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
3280 M /trunk/modules/services_discovery/sap.c
3282 Fix crash when a session is deleted
3284 ------------------------------------------------------------------------
3285 r9266 | gbazin | 2004-11-10 11:59:16 +0100 (Wed, 10 Nov 2004) | 1 line
3287 M /trunk/modules/video_output/directx/directx.c
3288 M /trunk/modules/video_output/directx/glwin32.c
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
3294 M /trunk/modules/demux/avi/avi.c
3295 M /trunk/modules/demux/avi/libavi.h
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
3301 M /trunk/modules/services_discovery/sap.c
3305 ------------------------------------------------------------------------
3306 r9263 | zorglub | 2004-11-10 10:19:02 +0100 (Wed, 10 Nov 2004) | 2 lines
3308 M /trunk/modules/services_discovery/sap.c
3310 If proto is RTP/AVP, use rtp
3312 ------------------------------------------------------------------------
3313 r9262 | zorglub | 2004-11-10 10:15:19 +0100 (Wed, 10 Nov 2004) | 4 lines
3315 M /trunk/modules/gui/wxwindows/playlist.cpp
3316 M /trunk/modules/services_discovery/sap.c
3317 M /trunk/src/playlist/item.c
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
3323 ------------------------------------------------------------------------
3324 r9261 | zorglub | 2004-11-09 18:06:41 +0100 (Tue, 09 Nov 2004) | 2 lines
3327 M /trunk/modules/services_discovery/sap.c
3329 Fix a bunch of memory leaks
3331 ------------------------------------------------------------------------
3332 r9260 | gbazin | 2004-11-09 16:16:33 +0100 (Tue, 09 Nov 2004) | 1 line
3334 M /trunk/modules/video_filter/logo.c
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
3340 M /trunk/modules/video_filter/logo.c
3342 OTF transparency and file name. Needs work.
3344 ------------------------------------------------------------------------
3345 r9258 | gbazin | 2004-11-09 12:20:05 +0100 (Tue, 09 Nov 2004) | 1 line
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
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
3356 M /trunk/modules/services_discovery/sap.c
3360 ------------------------------------------------------------------------
3361 r9256 | zorglub | 2004-11-09 00:47:32 +0100 (Tue, 09 Nov 2004) | 2 lines
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
3370 include services discovery in interface
3372 ------------------------------------------------------------------------
3373 r9255 | dionoea | 2004-11-09 00:42:08 +0100 (Tue, 09 Nov 2004) | 2 lines
3375 M /trunk/modules/gui/wxwindows/streamout.cpp
3377 * put scale setting under bitrate
3379 ------------------------------------------------------------------------
3380 r9253 | gbazin | 2004-11-08 22:06:22 +0100 (Mon, 08 Nov 2004) | 1 line
3382 M /trunk/modules/audio_output/portaudio.c
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
3388 A /trunk/modules/services_discovery/Modules.am
3392 ------------------------------------------------------------------------
3393 r9251 | zorglub | 2004-11-08 19:19:51 +0100 (Mon, 08 Nov 2004) | 2 lines
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
3413 Initial Services discovery support
3415 ------------------------------------------------------------------------
3416 r9250 | sam | 2004-11-08 15:27:06 +0100 (Mon, 08 Nov 2004) | 5 lines
3418 M /trunk/modules/video_output/x11/x11.c
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.
3425 ------------------------------------------------------------------------
3426 r9249 | gbazin | 2004-11-08 15:03:36 +0100 (Mon, 08 Nov 2004) | 1 line
3428 M /trunk/src/video_output/vout_subpictures.c
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
3434 M /trunk/modules/stream_out/transcode.c
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
3440 M /trunk/modules/video_filter/logo.c
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
3446 M /trunk/src/video_output/vout_pictures.c
3447 M /trunk/src/video_output/vout_subpictures.c
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
3453 M /trunk/include/vlc_es.h
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
3459 M /trunk/modules/access/dshow/dshow.cpp
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
3465 M /trunk/modules/gui/wxwindows/playlist.cpp
3466 M /trunk/src/playlist/item-ext.c
3468 Use play to end as default, and add "play this branch" to popup
3470 ------------------------------------------------------------------------
3471 r9241 | dionoea | 2004-11-08 00:52:19 +0100 (Mon, 08 Nov 2004) | 2 lines
3473 M /trunk/modules/gui/wxwindows/streamout.cpp
3474 M /trunk/modules/gui/wxwindows/wxwindows.h
3476 * added SAP group announcing support in the sout dialog
3478 ------------------------------------------------------------------------
3479 r9240 | zorglub | 2004-11-08 00:41:28 +0100 (Mon, 08 Nov 2004) | 2 lines
3481 M /trunk/modules/gui/skins2/vars/playlist.cpp
3483 Fix item delete in skins
3485 ------------------------------------------------------------------------
3486 r9238 | hartman | 2004-11-08 00:05:04 +0100 (Mon, 08 Nov 2004) | 2 lines
3488 M /trunk/extras/contrib/src/Makefile
3489 M /trunk/extras/contrib/src/packages.mak
3491 * Add gnutls libs to OSX build
3493 ------------------------------------------------------------------------
3494 r9237 | sigmunau | 2004-11-07 23:43:44 +0100 (Sun, 07 Nov 2004) | 4 lines
3496 A /trunk/modules/misc/hal.c
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
3502 ------------------------------------------------------------------------
3503 r9235 | gbazin | 2004-11-07 21:17:46 +0100 (Sun, 07 Nov 2004) | 1 line
3505 M /trunk/modules/codec/ffmpeg/demux.c
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
3511 M /trunk/modules/control/rc.c
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
3517 M /trunk/modules/gui/macosx/voutqt.m
3519 * Use possibly better optimized QT YUY2 decoder??? (It seems faster)
3521 ------------------------------------------------------------------------
3522 r9230 | hartman | 2004-11-07 21:01:54 +0100 (Sun, 07 Nov 2004) | 4 lines
3524 M /trunk/modules/audio_filter/resampler/coreaudio.c
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?
3530 ------------------------------------------------------------------------
3531 r9229 | courmisch | 2004-11-07 18:22:19 +0100 (Sun, 07 Nov 2004) | 2 lines
3533 M /trunk/modules/misc/gnutls.c
3535 Remove bogus debug messages
3537 ------------------------------------------------------------------------
3538 r9228 | courmisch | 2004-11-07 18:20:45 +0100 (Sun, 07 Nov 2004) | 2 lines
3540 M /trunk/src/misc/httpd.c
3542 Bring socket in non-blocking mode before TLS handshake
3544 ------------------------------------------------------------------------
3545 r9227 | courmisch | 2004-11-07 18:20:19 +0100 (Sun, 07 Nov 2004) | 2 lines
3547 M /trunk/modules/misc/gnutls.c
3549 Fix handshaking on non-blocking sockets
3551 ------------------------------------------------------------------------
3552 r9226 | courmisch | 2004-11-07 15:52:30 +0100 (Sun, 07 Nov 2004) | 3 lines
3554 M /trunk/include/vlc_tls.h
3555 M /trunk/src/misc/tls.c
3557 Fix and simplify client-side API
3558 (failed to release allocated data in some error cases)
3560 ------------------------------------------------------------------------
3561 r9225 | jpsaman | 2004-11-07 15:41:08 +0100 (Sun, 07 Nov 2004) | 2 lines
3563 M /trunk/modules/control/rc.c
3564 M /trunk/modules/control/rtci.c
3566 Renamed overloaded standard C-library function printf with msg_rc()/msg_rtci().
3568 ------------------------------------------------------------------------
3569 r9224 | courmisch | 2004-11-07 15:40:47 +0100 (Sun, 07 Nov 2004) | 2 lines
3571 M /trunk/modules/misc/sap.c
3573 Fix compilation warning
3575 ------------------------------------------------------------------------
3576 r9222 | markfm | 2004-11-07 15:01:08 +0100 (Sun, 07 Nov 2004) | 2 lines
3578 M /trunk/modules/video_filter/logo.c
3580 On-the-fly control of logo positiion
3582 ------------------------------------------------------------------------
3583 r9221 | markfm | 2004-11-07 12:49:43 +0100 (Sun, 07 Nov 2004) | 2 lines
3585 M /trunk/modules/control/rc.c
3586 M /trunk/modules/video_filter/marq.c
3588 Change marquee callback variables to use INPUT instead of PLAYLIST
3590 ------------------------------------------------------------------------
3591 r9220 | courmisch | 2004-11-07 12:28:56 +0100 (Sun, 07 Nov 2004) | 2 lines
3593 M /trunk/include/vlc_tls.h
3594 M /trunk/modules/misc/gnutls.c
3596 Implement net_* virtualization with TLS module
3598 ------------------------------------------------------------------------
3599 r9219 | courmisch | 2004-11-07 12:17:37 +0100 (Sun, 07 Nov 2004) | 2 lines
3601 M /branches/0.8.1/include/network.h
3602 M /trunk/include/network.h
3604 Allow multiple inclusions of "network.h"
3606 ------------------------------------------------------------------------
3607 r9218 | markfm | 2004-11-07 12:12:16 +0100 (Sun, 07 Nov 2004) | 2 lines
3609 M /trunk/modules/gui/wxwindows/playlist.cpp
3611 include wx/imaglist.h (gibalou scores again)
3613 ------------------------------------------------------------------------
3614 r9217 | courmisch | 2004-11-07 12:02:59 +0100 (Sun, 07 Nov 2004) | 2 lines
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
3629 net_* API update for encryption (recv / send virtualization)
3631 ------------------------------------------------------------------------
3632 r9216 | zorglub | 2004-11-07 11:43:52 +0100 (Sun, 07 Nov 2004) | 4 lines
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
3642 * Autodelete items played by the SDP demuxer
3643 * Added playlist_CopyParents facility, for modules that use ItemToNode
3645 ------------------------------------------------------------------------
3646 r9214 | hartman | 2004-11-07 02:26:09 +0100 (Sun, 07 Nov 2004) | 2 lines
3648 M /trunk/modules/gui/macosx/intf.m
3650 * disable Title retrieval, was crashing
3652 ------------------------------------------------------------------------
3653 r9213 | hartman | 2004-11-07 01:28:16 +0100 (Sun, 07 Nov 2004) | 2 lines
3655 M /trunk/modules/gui/macosx/playlist.m
3656 M /trunk/modules/gui/macosx/playlistinfo.m
3658 * fixing the OSX playlist (at least it compiles again)
3660 ------------------------------------------------------------------------
3661 r9212 | hartman | 2004-11-07 00:33:24 +0100 (Sun, 07 Nov 2004) | 2 lines
3667 ------------------------------------------------------------------------
3668 r9210 | courmisch | 2004-11-06 21:03:41 +0100 (Sat, 06 Nov 2004) | 2 lines
3670 M /trunk/include/vlc_tls.h
3671 M /trunk/modules/misc/gnutls.c
3672 M /trunk/src/misc/tls.c
3674 Client-side anonymous TLS/SSL support
3676 ------------------------------------------------------------------------
3677 r9209 | courmisch | 2004-11-06 20:43:26 +0100 (Sat, 06 Nov 2004) | 2 lines
3679 M /branches/0.8.1/src/misc/tls.c
3680 M /trunk/src/misc/tls.c
3682 Remove unused variable
3684 ------------------------------------------------------------------------
3685 r9208 | zorglub | 2004-11-06 20:17:32 +0100 (Sat, 06 Nov 2004) | 2 lines
3687 M /trunk/configure.ac
3689 Disable old m3u demuxer
3691 ------------------------------------------------------------------------
3692 r9207 | zorglub | 2004-11-06 20:11:25 +0100 (Sat, 06 Nov 2004) | 2 lines
3694 M /trunk/modules/misc/sap.c
3696 fix a bunch of memory leaks
3698 ------------------------------------------------------------------------
3699 r9206 | courmisch | 2004-11-06 19:40:52 +0100 (Sat, 06 Nov 2004) | 2 lines
3701 M /branches/0.8.1/modules/misc/gnutls.c
3702 M /trunk/modules/misc/gnutls.c
3704 Fixes malloc's parameter
3706 ------------------------------------------------------------------------
3707 r9205 | yoann | 2004-11-06 19:25:01 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3713 * src/video_output/vout_subpictures.c: added a b_fade parameter for enabling fading when rendering subpictures
3715 ------------------------------------------------------------------------
3716 r9204 | yoann | 2004-11-06 18:27:54 +0100 (Sat, 06 Nov 2004) | 2 lines
3718 M /trunk/src/video_output/video_widgets.c
3720 * src/video_output/video_widgets.c: now uses blend() for OSD widgets.
3722 ------------------------------------------------------------------------
3723 r9196 | courmisch | 2004-11-06 17:26:40 +0100 (Sat, 06 Nov 2004) | 2 lines
3725 M /trunk/modules/access_output/http.c
3727 HTTP/SSL stream output
3729 ------------------------------------------------------------------------
3730 r9195 | courmisch | 2004-11-06 17:02:20 +0100 (Sat, 06 Nov 2004) | 2 lines
3732 M /trunk/modules/control/http.c
3736 ------------------------------------------------------------------------
3737 r9194 | sigmunau | 2004-11-06 16:51:55 +0100 (Sat, 06 Nov 2004) | 2 lines
3741 TODO: Added some ideas for serice discovery
3743 ------------------------------------------------------------------------
3744 r9193 | courmisch | 2004-11-06 15:40:56 +0100 (Sat, 06 Nov 2004) | 2 lines
3746 A /trunk/src/misc/tls.c
3748 Oups, forgot this file
3750 ------------------------------------------------------------------------
3751 r9192 | courmisch | 2004-11-06 15:40:41 +0100 (Sat, 06 Nov 2004) | 3 lines
3753 M /trunk/Makefile.am
3754 M /trunk/include/vlc_tls.h
3755 M /trunk/modules/control/http.c
3757 - Better settings description,
3758 - Easier TLS module wrapper.
3760 ------------------------------------------------------------------------
3761 r9191 | yoann | 2004-11-06 15:04:29 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3768 * Added group announcing support
3770 ------------------------------------------------------------------------
3771 r9190 | zorglub | 2004-11-06 14:59:24 +0100 (Sat, 06 Nov 2004) | 2 lines
3777 ------------------------------------------------------------------------
3778 r9189 | zorglub | 2004-11-06 14:43:36 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3785 fix images, don't rescale them
3787 ------------------------------------------------------------------------
3788 r9188 | courmisch | 2004-11-06 14:10:06 +0100 (Sat, 06 Nov 2004) | 2 lines
3790 M /trunk/modules/misc/gnutls.c
3792 Use vlc main object for gcrypt thread-safety callbacks
3794 ------------------------------------------------------------------------
3795 r9187 | zorglub | 2004-11-06 13:51:39 +0100 (Sat, 06 Nov 2004) | 2 lines
3797 M /trunk/modules/misc/sap.c
3798 M /trunk/src/playlist/playlist.c
3800 Honor don't skip flag for items too
3802 ------------------------------------------------------------------------
3803 r9186 | courmisch | 2004-11-06 13:44:12 +0100 (Sat, 06 Nov 2004) | 2 lines
3805 M /trunk/modules/misc/gnutls.c
3807 --dh-bits option to change the Diffie Hellman prime number's bits size
3809 ------------------------------------------------------------------------
3810 r9185 | yoann | 2004-11-06 13:25:09 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3817 * modules/video_filter/blend.c: added an i_alpha parameter for blending
3819 ------------------------------------------------------------------------
3820 r9184 | zorglub | 2004-11-06 13:13:30 +0100 (Sat, 06 Nov 2004) | 2 lines
3824 One more thing to do :)
3826 ------------------------------------------------------------------------
3827 r9183 | courmisch | 2004-11-06 13:11:03 +0100 (Sat, 06 Nov 2004) | 2 lines
3829 M /trunk/modules/misc/gnutls.c
3831 gnutls version check
3833 ------------------------------------------------------------------------
3834 r9182 | courmisch | 2004-11-06 13:05:32 +0100 (Sat, 06 Nov 2004) | 2 lines
3836 M /trunk/modules/misc/gnutls.c
3838 gcrypt thread-safety
3840 ------------------------------------------------------------------------
3841 r9181 | gbazin | 2004-11-06 12:46:24 +0100 (Sat, 06 Nov 2004) | 1 line
3843 M /trunk/modules/gui/wxwindows/playlist.cpp
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
3849 M /trunk/modules/visualization/xosd.c
3851 compilation fix for xOSD
3853 ------------------------------------------------------------------------
3854 r9179 | zorglub | 2004-11-06 12:22:46 +0100 (Sat, 06 Nov 2004) | 4 lines
3856 M /trunk/Makefile.am
3858 M /trunk/modules/control/http.c
3859 M /trunk/modules/misc/playlist/m3u.c
3862 Build the correct files
3865 ------------------------------------------------------------------------
3866 r9178 | zorglub | 2004-11-06 12:21:14 +0100 (Sat, 06 Nov 2004) | 2 lines
3868 M /trunk/modules/access/directory.c
3869 M /trunk/modules/codec/cmml/intf.c
3870 M /trunk/modules/codec/vorbis.c
3872 Fixes + use new API for directory demuxer
3874 ------------------------------------------------------------------------
3875 r9177 | zorglub | 2004-11-06 12:20:06 +0100 (Sat, 06 Nov 2004) | 2 lines
3877 M /trunk/modules/demux/playlist/m3u.c
3878 M /trunk/modules/demux/playlist/pls.c
3880 Use new API for M3U demuxer
3882 ------------------------------------------------------------------------
3883 r9176 | zorglub | 2004-11-06 12:19:35 +0100 (Sat, 06 Nov 2004) | 2 lines
3885 A /trunk/modules/misc/testsuite/playlist.c
3887 beginning of a testsuite for the playlist
3889 ------------------------------------------------------------------------
3890 r9175 | zorglub | 2004-11-06 12:19:08 +0100 (Sat, 06 Nov 2004) | 2 lines
3892 M /trunk/modules/gui/skins2/src/skin_main.cpp
3893 M /trunk/modules/gui/skins2/src/vlcproc.cpp
3895 fix for new playlist API
3897 ------------------------------------------------------------------------
3898 r9174 | zorglub | 2004-11-06 12:18:43 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3913 Implement new playlist system in wxWidgets interface
3915 ------------------------------------------------------------------------
3916 r9173 | zorglub | 2004-11-06 12:18:10 +0100 (Sat, 06 Nov 2004) | 2 lines
3918 M /trunk/modules/misc/sap.c
3920 rewrite of the SAP parser
3922 ------------------------------------------------------------------------
3923 r9172 | zorglub | 2004-11-06 12:17:46 +0100 (Sat, 06 Nov 2004) | 2 lines
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
3940 Improvements to the playlist core
3942 ------------------------------------------------------------------------
3943 r9171 | zorglub | 2004-11-06 12:15:50 +0100 (Sat, 06 Nov 2004) | 2 lines
3945 M /trunk/include/vlc_help.h
3949 ------------------------------------------------------------------------
3950 r9170 | zorglub | 2004-11-06 12:14:00 +0100 (Sat, 06 Nov 2004) | 2 lines
3952 M /trunk/src/misc/net.c
3954 add a comment to explain what it does
3956 ------------------------------------------------------------------------
3957 r9169 | zorglub | 2004-11-06 12:13:23 +0100 (Sat, 06 Nov 2004) | 2 lines
3959 M /trunk/include/network.h
3960 M /trunk/src/misc/net.c
3964 ------------------------------------------------------------------------
3965 r9168 | courmisch | 2004-11-06 11:50:22 +0100 (Sat, 06 Nov 2004) | 2 lines
3967 D /trunk/src/misc/tls.c
3971 ------------------------------------------------------------------------
3972 r9167 | courmisch | 2004-11-06 11:49:57 +0100 (Sat, 06 Nov 2004) | 2 lines
3974 M /trunk/configure.ac
3978 ------------------------------------------------------------------------
3979 r9166 | courmisch | 2004-11-06 11:49:21 +0100 (Sat, 06 Nov 2004) | 2 lines
3981 M /trunk/modules/control/http.c
3983 Fix to use TLS module dynamically
3985 ------------------------------------------------------------------------
3986 r9165 | courmisch | 2004-11-06 11:48:53 +0100 (Sat, 06 Nov 2004) | 2 lines
3988 M /trunk/modules/misc/Modules.am
3989 A /trunk/modules/misc/gnutls.c (from /trunk/src/misc/tls.c:9158)
3993 ------------------------------------------------------------------------
3994 r9164 | courmisch | 2004-11-06 11:48:15 +0100 (Sat, 06 Nov 2004) | 2 lines
3996 M /trunk/include/vlc_common.h
4000 ------------------------------------------------------------------------
4001 r9163 | courmisch | 2004-11-06 11:47:27 +0100 (Sat, 06 Nov 2004) | 2 lines
4003 M /trunk/Makefile.am
4005 No longer build src/misc/tls.c
4007 ------------------------------------------------------------------------
4008 r9162 | courmisch | 2004-11-06 11:47:04 +0100 (Sat, 06 Nov 2004) | 2 lines
4010 M /trunk/src/misc/objects.c
4012 Support for creating TLS objects
4014 ------------------------------------------------------------------------
4015 r9161 | courmisch | 2004-11-06 11:45:07 +0100 (Sat, 06 Nov 2004) | 2 lines
4017 M /trunk/include/vlc_tls.h
4019 TLS modules interface
4021 ------------------------------------------------------------------------
4022 r9160 | courmisch | 2004-11-06 11:43:35 +0100 (Sat, 06 Nov 2004) | 2 lines
4024 M /trunk/include/vlc_objects.h
4028 ------------------------------------------------------------------------
4029 r9159 | ipkiss | 2004-11-05 21:11:21 +0100 (Fri, 05 Nov 2004) | 2 lines
4031 M /trunk/doc/skins/skins2-howto.xml
4033 Added the items specific to VLC 0.8.0
4035 ------------------------------------------------------------------------
4036 r9158 | hartman | 2004-11-05 16:18:12 +0100 (Fri, 05 Nov 2004) | 2 lines
4038 M /trunk/modules/demux/avi/avi.c
4042 ------------------------------------------------------------------------
4043 r9157 | gbazin | 2004-11-05 15:59:11 +0100 (Fri, 05 Nov 2004) | 1 line
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
4051 M /trunk/modules/codec/ffmpeg/encoder.c
4052 M /trunk/modules/codec/ffmpeg/video.c
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
4058 M /trunk/modules/demux/avi/avi.c
4059 M /trunk/modules/demux/avi/libavi.h
4061 * recognize subtitles streams in avi. Now to decode them. if anyone has ANY info on how this works :)
4063 ------------------------------------------------------------------------
4064 r9154 | hartman | 2004-11-05 15:16:09 +0100 (Fri, 05 Nov 2004) | 2 lines
4066 M /trunk/modules/demux/avi/avi.c
4068 * Trackname support for avi
4070 ------------------------------------------------------------------------
4071 r9153 | gbazin | 2004-11-05 13:56:35 +0100 (Fri, 05 Nov 2004) | 1 line
4073 M /trunk/modules/audio_output/directx.c
4074 M /trunk/modules/audio_output/waveout.c
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
4080 M /trunk/src/input/demux.c
4082 * comment correction
4084 ------------------------------------------------------------------------
4085 r9151 | gbazin | 2004-11-05 12:51:47 +0100 (Fri, 05 Nov 2004) | 1 line
4087 M /trunk/modules/codec/ffmpeg/encoder.c
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
4093 M /trunk/modules/codec/ffmpeg/encoder.c
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
4099 M /trunk/modules/control/http.c
4101 Use --http-intf-* for certificates stuff instead of --http-*
4102 (might conflict with HTTP streaming output at a later stage)
4104 ------------------------------------------------------------------------
4105 r9148 | hartman | 2004-11-05 00:00:37 +0100 (Fri, 05 Nov 2004) | 2 lines
4107 M /trunk/configure.ac
4108 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4109 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4111 * We are now at 0.8.1-svn
4113 ------------------------------------------------------------------------
4114 r9147 | courmisch | 2004-11-04 23:57:56 +0100 (Thu, 04 Nov 2004) | 2 lines
4116 M /trunk/modules/control/http.c
4118 HTTP interface SSL options
4120 ------------------------------------------------------------------------
4121 r9146 | courmisch | 2004-11-04 23:57:16 +0100 (Thu, 04 Nov 2004) | 2 lines
4123 M /trunk/include/vlc_httpd.h
4125 Export HTTP/SSL support otherwise it's not much use
4127 ------------------------------------------------------------------------
4128 r9145 | courmisch | 2004-11-04 23:55:54 +0100 (Thu, 04 Nov 2004) | 2 lines
4130 M /trunk/src/misc/httpd.c
4132 HTTPd core optional SSL support
4134 ------------------------------------------------------------------------
4135 r9144 | courmisch | 2004-11-04 23:54:17 +0100 (Thu, 04 Nov 2004) | 2 lines
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
4144 ------------------------------------------------------------------------
4145 r9143 | courmisch | 2004-11-04 23:51:20 +0100 (Thu, 04 Nov 2004) | 2 lines
4147 M /trunk/configure.ac
4151 ------------------------------------------------------------------------
4152 r9142 | hartman | 2004-11-04 23:32:40 +0100 (Thu, 04 Nov 2004) | 3 lines
4154 M /trunk/modules/demux/mp4/libmp4.c
4155 M /trunk/modules/demux/mp4/libmp4.h
4156 M /trunk/modules/demux/mp4/mp4.c
4158 * Added more annotations boxes
4159 * if we find the track name, then store in the fmt.
4161 ------------------------------------------------------------------------
4162 r9141 | courmisch | 2004-11-04 23:01:48 +0100 (Thu, 04 Nov 2004) | 2 lines
4164 A /trunk/include/vlc_tls.h
4165 A /trunk/src/misc/tls.c
4167 Initial partial SSL/TLS support (to be continued)
4169 ------------------------------------------------------------------------
4170 r9140 | courmisch | 2004-11-04 22:37:28 +0100 (Thu, 04 Nov 2004) | 2 lines
4172 M /trunk/src/misc/net.c
4174 Compile warning fixed
4176 ------------------------------------------------------------------------
4177 r9139 | hartman | 2004-11-04 22:05:57 +0100 (Thu, 04 Nov 2004) | 4 lines
4179 M /trunk/src/input/es_out.c
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.
4185 ------------------------------------------------------------------------
4186 r9138 | hartman | 2004-11-04 21:58:51 +0100 (Thu, 04 Nov 2004) | 2 lines
4188 M /trunk/modules/demux/ts.c
4190 * Fix the psz_description of telx and vbi streams
4192 ------------------------------------------------------------------------
4193 r9137 | hartman | 2004-11-04 17:52:27 +0100 (Thu, 04 Nov 2004) | 2 lines
4197 * Updated Spanish translation (UTF-8 conversion fixing)
4199 ------------------------------------------------------------------------
4200 r9136 | hartman | 2004-11-04 17:41:56 +0100 (Thu, 04 Nov 2004) | 2 lines
4202 M /trunk/modules/gui/wxwindows/wizard.cpp
4204 * Spelling correction
4206 ------------------------------------------------------------------------
4207 r9135 | hartman | 2004-11-04 17:40:39 +0100 (Thu, 04 Nov 2004) | 2 lines
4209 M /trunk/doc/translations.txt
4211 * Update environment instructions for 10.3 (which uses bash instead of tcsh)
4213 ------------------------------------------------------------------------
4214 r9134 | hartman | 2004-11-04 17:39:40 +0100 (Thu, 04 Nov 2004) | 2 lines
4216 M /trunk/src/libvlc.h
4218 * Spelling correction
4220 ------------------------------------------------------------------------
4221 r9133 | zorglub | 2004-11-04 14:37:17 +0100 (Thu, 04 Nov 2004) | 3 lines
4223 M /trunk/modules/audio_filter/equalizer.c
4224 M /trunk/modules/gui/wxwindows/extrapanel.cpp
4226 Save equalizer values so that they don't get overriden on filter enable
4227 Set default preamp to 12.0 dB
4229 ------------------------------------------------------------------------
4230 r9132 | zorglub | 2004-11-04 14:02:38 +0100 (Thu, 04 Nov 2004) | 2 lines
4232 M /trunk/modules/mux/mpeg/ts.c
4234 Wrong options descriptions in TS muxer
4236 ------------------------------------------------------------------------
4237 r9131 | zorglub | 2004-11-04 13:58:22 +0100 (Thu, 04 Nov 2004) | 2 lines
4239 M /trunk/modules/gui/wxwindows/extrapanel.cpp
4241 Remember adjust settings when there is a vout so that settings are applied as soon as filter is re-enabled
4243 ------------------------------------------------------------------------
4244 r9130 | gbazin | 2004-11-03 19:32:30 +0100 (Wed, 03 Nov 2004) | 1 line
4246 M /trunk/modules/mux/mpeg/pes.c
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
4252 M /trunk/modules/access/dshow/dshow.cpp
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
4258 M /trunk/modules/access/dshow/dshow.cpp
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
4264 M /trunk/modules/audio_filter/normvol.c
4266 * modules/audio_filter/normvol.c: oops.
4267 ------------------------------------------------------------------------
4268 r9125 | sam | 2004-11-03 01:05:22 +0100 (Wed, 03 Nov 2004) | 2 lines
4270 M /trunk/include/vlc_interface.h
4272 M /trunk/po/en_GB.po
4281 M /trunk/po/pt_BR.po
4285 M /trunk/src/libvlc.h
4287 * include/vlc_interface.h src/libvlc.h: typography.
4289 ------------------------------------------------------------------------
4290 r9124 | gbazin | 2004-11-03 00:59:02 +0100 (Wed, 03 Nov 2004) | 1 line
4294 M /trunk/po/en_GB.po
4303 M /trunk/po/pt_BR.po
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
4312 M /trunk/modules/access/cdda/cdda.c
4314 M /trunk/po/en_GB.po
4323 M /trunk/po/pt_BR.po
4328 * modules/access/cdda/cdda.c: Spelling fix.
4330 ------------------------------------------------------------------------
4331 r9122 | gbazin | 2004-11-03 00:43:41 +0100 (Wed, 03 Nov 2004) | 1 line
4333 M /trunk/configure.ac
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
4339 M /trunk/modules/audio_filter/normvol.c
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
4345 M /trunk/extras/contrib/src/Makefile
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)
4349 ------------------------------------------------------------------------
4350 r9119 | gbazin | 2004-11-03 00:40:20 +0100 (Wed, 03 Nov 2004) | 1 line
4352 M /trunk/src/misc/variables.c
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
4358 M /trunk/src/misc/modules.c
4361 + Only consider psz_program when looking for an interface plugin.
4363 ------------------------------------------------------------------------
4364 r9116 | hartman | 2004-11-02 22:35:54 +0100 (Tue, 02 Nov 2004) | 3 lines
4366 M /trunk/extras/contrib/src/Makefile
4367 A /trunk/extras/contrib/src/Patches/kasenna.patch
4369 * kasenna patch for OS X. cheating while i can :)
4370 patch is for the 2004.10.28a version of vlc
4372 ------------------------------------------------------------------------
4373 r9115 | hartman | 2004-11-02 21:59:41 +0100 (Tue, 02 Nov 2004) | 2 lines
4375 M /trunk/extras/contrib/src/packages.mak
4377 * newer liveMedia version for OSX.
4379 ------------------------------------------------------------------------
4380 r9114 | hartman | 2004-11-02 21:52:45 +0100 (Tue, 02 Nov 2004) | 3 lines
4382 M /trunk/modules/demux/subtitle.c
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.
4387 ------------------------------------------------------------------------
4388 r9112 | gbazin | 2004-11-02 20:25:31 +0100 (Tue, 02 Nov 2004) | 1 line
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
4396 M /trunk/modules/gui/wxwindows/interface.cpp
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
4402 M /trunk/src/misc/httpd.c
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
4412 + Minor spelling fixes.
4413 + Correct UTF8 apostrophes.
4415 ------------------------------------------------------------------------
4416 r9108 | gbazin | 2004-11-02 14:47:19 +0100 (Tue, 02 Nov 2004) | 1 line
4418 M /trunk/po/POTFILES.in
4420 M /trunk/po/en_GB.po
4429 M /trunk/po/pt_BR.po
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
4438 M /trunk/modules/control/rc.c
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
4444 M /trunk/src/misc/win32_specific.c
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
4450 M /trunk/modules/demux/m3u.c
4452 * detect rtsptext reference files as used by QuickTime and Real
4454 ------------------------------------------------------------------------
4455 r9104 | gbazin | 2004-11-02 10:19:19 +0100 (Tue, 02 Nov 2004) | 1 line
4457 M /trunk/modules/audio_output/portaudio.c
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
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
4469 M /trunk/modules/access/dshow/filter.cpp
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
4475 M /trunk/modules/codec/dmo/dmo.c
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
4481 M /trunk/src/video_output/video_output.c
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
4487 M /trunk/modules/demux/sgimb.c
4489 * Shame shame shame shame shame, Shame on me
4491 ------------------------------------------------------------------------
4492 r9098 | hartman | 2004-11-01 14:42:05 +0100 (Mon, 01 Nov 2004) | 2 lines
4494 M /trunk/modules/demux/sgimb.c
4496 * Set a higher RTSP caching if we use Kasenna VoD
4498 ------------------------------------------------------------------------
4499 r9097 | gbazin | 2004-11-01 14:10:14 +0100 (Mon, 01 Nov 2004) | 1 line
4501 M /trunk/modules/access/dshow/dshow.cpp
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
4507 M /trunk/modules/access/dshow/filter.cpp
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
4513 M /trunk/modules/control/http.c
4514 M /trunk/share/http/index.html
4516 Possibility to set volume using %
4518 ------------------------------------------------------------------------
4519 r9094 | dionoea | 2004-11-01 11:35:39 +0100 (Mon, 01 Nov 2004) | 3 lines
4521 M /trunk/share/http/index.html
4523 Fixed the volume control
4526 ------------------------------------------------------------------------
4527 r9093 | jpsaman | 2004-10-31 18:24:18 +0100 (Sun, 31 Oct 2004) | 1 line
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
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
4542 M /trunk/modules/gui/wxwindows/extrapanel.cpp
4546 ------------------------------------------------------------------------
4547 r9091 | gbazin | 2004-10-31 17:44:01 +0100 (Sun, 31 Oct 2004) | 2 lines
4551 M /trunk/configure.ac
4552 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
4553 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
4555 * ALL: update in preparation for 0.8.0.
4557 ------------------------------------------------------------------------
4558 r9090 | gbazin | 2004-10-31 17:21:28 +0100 (Sun, 31 Oct 2004) | 3 lines
4561 M /trunk/src/libvlc.h
4563 * src/libvlc.h: --intf isn't an advanced option.
4566 ------------------------------------------------------------------------
4567 r9089 | jpsaman | 2004-10-31 16:51:24 +0100 (Sun, 31 Oct 2004) | 1 line
4569 M /trunk/modules/codec/spudec/spudec.c
4571 Logical fix: add packetizer in PackitizerOpen()
4572 ------------------------------------------------------------------------
4573 r9088 | gbazin | 2004-10-31 14:19:28 +0100 (Sun, 31 Oct 2004) | 1 line
4575 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
4576 M /trunk/modules/gui/wxwindows/preferences_widgets.h
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
4582 M /trunk/modules/control/netsync.c
4584 * modules/control/netsync.c: less verbose.
4585 ------------------------------------------------------------------------
4586 r9086 | gbazin | 2004-10-30 17:27:28 +0200 (Sat, 30 Oct 2004) | 1 line
4588 M /trunk/modules/codec/ffmpeg/encoder.c
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
4594 M /trunk/modules/stream_out/transcode.c
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
4600 M /trunk/modules/stream_out/transcode.c
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
4606 M /trunk/modules/control/telnet.c
4607 M /trunk/src/misc/vlm.c
4609 * src/misc/vlm.c: reformat help message.
4610 * modules/control/telnet.c: "\n" -> "\r\n" + cleanup.
4612 ------------------------------------------------------------------------
4613 r9082 | hartman | 2004-10-29 18:13:10 +0200 (Fri, 29 Oct 2004) | 2 lines
4615 M /trunk/modules/access/http.c
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.
4619 ------------------------------------------------------------------------
4620 r9081 | hartman | 2004-10-29 17:11:07 +0200 (Fri, 29 Oct 2004) | 2 lines
4622 M /trunk/modules/access/http.c
4624 * Fix icecast detection (only works if the server truly is icecast).
4626 ------------------------------------------------------------------------
4627 r9080 | hartman | 2004-10-29 14:59:14 +0200 (Fri, 29 Oct 2004) | 5 lines
4629 M /trunk/modules/demux/ts.c
4631 * recognize the following descriptors in a DVB stream (no decoders yet)
4632 - 0x56 Systems B EBU Teletext
4636 ------------------------------------------------------------------------
4637 r9079 | gbazin | 2004-10-29 12:59:19 +0200 (Fri, 29 Oct 2004) | 3 lines
4639 M /trunk/include/vlc_es_out.h
4640 M /trunk/modules/control/netsync.c
4641 M /trunk/src/input/es_out.c
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.
4646 ------------------------------------------------------------------------
4647 r9078 | gbazin | 2004-10-29 11:19:38 +0200 (Fri, 29 Oct 2004) | 1 line
4649 M /trunk/modules/mux/mp4.c
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
4655 M /trunk/modules/audio_output/portaudio.c
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
4661 M /trunk/modules/access/dvb/linux_dvb.c
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
4667 M /trunk/modules/codec/dmo/dmo.c
4669 * modules/codec/dmo: couple of fixes.
4670 ------------------------------------------------------------------------
4671 r9074 | gbazin | 2004-10-28 13:16:06 +0200 (Thu, 28 Oct 2004) | 1 line
4673 M /trunk/modules/access/dshow/dshow.cpp
4674 M /trunk/modules/access/dshow/filter.cpp
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
4680 M /trunk/src/misc/modules.c
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
4686 M /trunk/src/misc/modules.c
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
4692 M /trunk/modules/demux/subtitle.c
4694 * subtitle.c: make sure int -> date conversion is don properly everywhere.
4696 ------------------------------------------------------------------------
4697 r9070 | gbazin | 2004-10-28 11:23:37 +0200 (Thu, 28 Oct 2004) | 1 line
4699 M /trunk/src/misc/modules.c
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
4705 M /trunk/modules/gui/macosx/open.m
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 ?
4710 ------------------------------------------------------------------------
4711 r9068 | massiot | 2004-10-27 17:22:01 +0200 (Wed, 27 Oct 2004) | 3 lines
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
4717 * modules/access/dvb: Fixed a bug with CAMs which take a long time to
4720 ------------------------------------------------------------------------
4721 r9067 | gbazin | 2004-10-27 16:59:24 +0200 (Wed, 27 Oct 2004) | 1 line
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
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
4732 M /trunk/modules/codec/ffmpeg/encoder.c
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
4738 M /trunk/src/misc/modules.c
4741 + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).
4743 ------------------------------------------------------------------------
4744 r9064 | sam | 2004-10-27 15:20:42 +0200 (Wed, 27 Oct 2004) | 5 lines
4746 M /trunk/include/vlc_config.h
4747 M /trunk/src/misc/modules.c
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.
4754 ------------------------------------------------------------------------
4755 r9063 | gbazin | 2004-10-27 12:42:48 +0200 (Wed, 27 Oct 2004) | 1 line
4757 M /trunk/modules/demux/asf/asf.c
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
4763 M /trunk/modules/demux/livedotcom.cpp
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 )
4769 ------------------------------------------------------------------------
4770 r9061 | gbazin | 2004-10-26 15:03:03 +0200 (Tue, 26 Oct 2004) | 1 line
4772 M /trunk/modules/demux/mpeg/mpga.c
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
4778 M /trunk/modules/demux/mpeg/mpga.c
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.
4784 ------------------------------------------------------------------------
4785 r9059 | markfm | 2004-10-25 13:23:11 +0200 (Mon, 25 Oct 2004) | 2 lines
4787 M /trunk/modules/access/mms/mmstu.c
4789 Comment out truncated packets debug message.
4791 ------------------------------------------------------------------------
4792 r9058 | gbazin | 2004-10-25 12:59:17 +0200 (Mon, 25 Oct 2004) | 1 line
4794 M /trunk/modules/access/http.c
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
4800 M /trunk/src/libvlc.h
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
4806 M /trunk/src/libvlc.c
4807 M /trunk/src/misc/threads.c
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
4815 UTF8 version of it.po
4817 ------------------------------------------------------------------------
4818 r9054 | zorglub | 2004-10-24 18:37:13 +0200 (Sun, 24 Oct 2004) | 2 lines
4820 M /trunk/modules/misc/freetype.c
4824 ------------------------------------------------------------------------
4825 r9053 | sigmunau | 2004-10-24 18:19:44 +0200 (Sun, 24 Oct 2004) | 2 lines
4827 M /trunk/modules/misc/freetype.c
4829 freetype.c: fixed crash on unbreakable strings
4831 ------------------------------------------------------------------------
4832 r9052 | sigmunau | 2004-10-24 18:03:11 +0200 (Sun, 24 Oct 2004) | 2 lines
4834 M /trunk/modules/misc/freetype.c
4836 freetype.c: Auto-wrap subtitles (still needs some work to handle margins)
4838 ------------------------------------------------------------------------
4839 r9051 | markfm | 2004-10-24 17:56:37 +0200 (Sun, 24 Oct 2004) | 2 lines
4841 M /trunk/modules/access/mms/mmstu.c
4843 Truncated packet debug message -- state reported vs. actual length, not the delta.
4845 ------------------------------------------------------------------------
4846 r9050 | gbazin | 2004-10-24 17:26:23 +0200 (Sun, 24 Oct 2004) | 1 line
4848 M /trunk/modules/codec/ffmpeg/encoder.c
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
4854 M /trunk/modules/misc/freetype.c
4856 freetype.c: fixed two size/position related bugs.
4858 ------------------------------------------------------------------------
4859 r9048 | gbazin | 2004-10-23 21:47:24 +0200 (Sat, 23 Oct 2004) | 1 line
4861 M /trunk/configure.ac
4863 * configure.ac: fixed detection of libavformat.
4864 ------------------------------------------------------------------------
4865 r9047 | gbazin | 2004-10-23 20:22:42 +0200 (Sat, 23 Oct 2004) | 1 line
4867 M /trunk/configure.ac
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
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
4879 M /trunk/modules/gui/wxwindows/streamdata.h
4880 M /trunk/modules/gui/wxwindows/streamout.cpp
4881 M /trunk/modules/gui/wxwindows/wizard.cpp
4883 Update muxers and codecs in wizard
4885 ------------------------------------------------------------------------
4886 r9044 | gbazin | 2004-10-23 13:47:22 +0200 (Sat, 23 Oct 2004) | 1 line
4888 M /trunk/modules/misc/freetype.c
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
4894 M /trunk/include/vlc_block.h
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
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
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
4911 ------------------------------------------------------------------------
4912 r9041 | hartman | 2004-10-22 15:53:53 +0200 (Fri, 22 Oct 2004) | 2 lines
4914 M /trunk/modules/demux/mp4/mp4.c
4915 M /trunk/modules/misc/sap.c
4917 * Fix reference modules to add after their own playlist position instead of the end of the playlist
4919 ------------------------------------------------------------------------
4920 r9040 | massiot | 2004-10-22 15:53:18 +0200 (Fri, 22 Oct 2004) | 5 lines
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
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.
4934 ------------------------------------------------------------------------
4935 r9039 | massiot | 2004-10-22 15:49:14 +0200 (Fri, 22 Oct 2004) | 3 lines
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
4943 * src/input: Added a --programs configuration option, allowing to select
4944 several coma-separated programs.
4946 ------------------------------------------------------------------------
4947 r9038 | massiot | 2004-10-22 15:44:24 +0200 (Fri, 22 Oct 2004) | 3 lines
4949 M /trunk/modules/stream_out/transrate/frame.c
4951 * modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
4952 original author) email address.
4954 ------------------------------------------------------------------------
4955 r9037 | massiot | 2004-10-22 15:42:17 +0200 (Fri, 22 Oct 2004) | 4 lines
4957 M /trunk/src/misc/threads.c
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.
4963 ------------------------------------------------------------------------
4964 r9036 | massiot | 2004-10-22 15:37:21 +0200 (Fri, 22 Oct 2004) | 2 lines
4966 M /trunk/src/misc/variables.c
4968 * src/misc/variables.c: Implemented inheritance for variables of type list.
4970 ------------------------------------------------------------------------
4971 r9035 | gbazin | 2004-10-22 15:33:31 +0200 (Fri, 22 Oct 2004) | 1 line
4973 M /trunk/modules/gui/wxwindows/open.cpp
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
4979 M /trunk/modules/access/dshow/dshow.cpp
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
4985 M /trunk/modules/gui/wxwindows/streamout.cpp
4986 M /trunk/modules/gui/wxwindows/wxwindows.h
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
4992 M /trunk/modules/codec/ffmpeg/video.c
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
4998 M /trunk/modules/packetizer/h264.c
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
5004 M /trunk/configure.ac
5005 D /trunk/modules/codec/ffmpeg/postprocessing
5007 * modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
5009 ------------------------------------------------------------------------
5010 r9029 | fkuehne | 2004-10-21 16:55:00 +0200 (Thu, 21 Oct 2004) | 2 lines
5015 * es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
5017 ------------------------------------------------------------------------
5018 r9028 | gbazin | 2004-10-21 16:33:27 +0200 (Thu, 21 Oct 2004) | 1 line
5020 M /trunk/modules/control/ntservice.c
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
5026 M /trunk/modules/codec/dvbsub.c
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
5032 M /trunk/modules/control/ntservice.c
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
5038 M /trunk/src/libvlc.c
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
5044 M /trunk/modules/audio_output/directx.c
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
5050 M /trunk/modules/packetizer/h264.c
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.
5057 ------------------------------------------------------------------------
5058 r9022 | gbazin | 2004-10-20 16:59:49 +0200 (Wed, 20 Oct 2004) | 1 line
5060 M /trunk/modules/access/dshow/dshow.cpp
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
5066 M /trunk/src/input/demux.c
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
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
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.
5082 ------------------------------------------------------------------------
5083 r9019 | gbazin | 2004-10-20 13:37:08 +0200 (Wed, 20 Oct 2004) | 1 line
5085 M /trunk/modules/control/telnet.c
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
5091 M /trunk/src/input/demux.c
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
5097 M /trunk/modules/gui/wxwindows/streamout.cpp
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
5103 M /trunk/modules/demux/ts.c
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
5109 M /trunk/modules/demux/livedotcom.cpp
5110 M /trunk/modules/demux/sgimb.c
5112 * Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4
5114 ------------------------------------------------------------------------
5115 r9014 | hartman | 2004-10-19 01:05:30 +0200 (Tue, 19 Oct 2004) | 2 lines
5117 M /trunk/modules/demux/m3u.c
5118 M /trunk/modules/demux/real.c
5120 * increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.
5122 ------------------------------------------------------------------------
5123 r9013 | hartman | 2004-10-19 00:47:48 +0200 (Tue, 19 Oct 2004) | 2 lines
5125 M /trunk/src/input/input.c
5127 * Show value of boolean variable options when printing the list for an input.
5129 ------------------------------------------------------------------------
5130 r9012 | asmax | 2004-10-18 23:16:58 +0200 (Mon, 18 Oct 2004) | 2 lines
5132 M /trunk/share/skins2/skin.dtd
5134 - skin.dtd: a Playlist may not have a Slider
5136 ------------------------------------------------------------------------
5137 r9011 | hartman | 2004-10-18 21:45:21 +0200 (Mon, 18 Oct 2004) | 2 lines
5141 * another round of dutch translations. only stupid wizard is left.
5143 ------------------------------------------------------------------------
5144 r9010 | gbazin | 2004-10-18 15:57:03 +0200 (Mon, 18 Oct 2004) | 1 line
5146 M /trunk/src/audio_output/input.c
5147 M /trunk/src/audio_output/mixer.c
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
5153 M /trunk/modules/control/rc.c
5155 Windows compatibility -- Change printf from \n to \r\n
5157 ------------------------------------------------------------------------
5158 r9008 | gbazin | 2004-10-18 15:19:56 +0200 (Mon, 18 Oct 2004) | 1 line
5160 M /trunk/src/audio_output/mixer.c
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
5166 M /trunk/modules/control/rc.c
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
5172 M /trunk/include/vlc_common.h
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
5178 M /trunk/modules/control/rc.c
5180 WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
5182 ------------------------------------------------------------------------
5183 r9004 | hartman | 2004-10-17 15:48:57 +0200 (Sun, 17 Oct 2004) | 2 lines
5187 M /trunk/README.MacOSX.rtf
5189 * Update of README and install files with new information.
5191 ------------------------------------------------------------------------
5192 r9003 | hartman | 2004-10-17 15:38:22 +0200 (Sun, 17 Oct 2004) | 2 lines
5194 M /trunk/modules/demux/vobsub.c
5196 * vobsub.c: implemented vobsub seeking support.
5198 ------------------------------------------------------------------------
5199 r9002 | hartman | 2004-10-16 15:14:50 +0200 (Sat, 16 Oct 2004) | 2 lines
5201 M /trunk/modules/demux/livedotcom.cpp
5203 * livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.
5205 ------------------------------------------------------------------------
5206 r9001 | gbazin | 2004-10-16 11:19:28 +0200 (Sat, 16 Oct 2004) | 1 line
5208 M /trunk/configure.ac
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
5214 M /trunk/modules/codec/ffmpeg/demux.c
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
5220 M /trunk/modules/codec/dvbsub.c
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
5226 M /trunk/src/stream_output/stream_output.c
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
5232 M /trunk/src/stream_output/stream_output.c
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).
5241 ------------------------------------------------------------------------
5242 r8996 | gbazin | 2004-10-15 12:40:39 +0200 (Fri, 15 Oct 2004) | 1 line
5244 M /trunk/modules/codec/dvbsub.c
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
5250 M /trunk/modules/codec/dvbsub.c
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
5256 M /trunk/modules/codec/ffmpeg/audio.c
5257 M /trunk/modules/codec/ffmpeg/ffmpeg.c
5258 M /trunk/modules/codec/ffmpeg/video.c
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
5264 M /trunk/modules/access/http.c
5266 * modules/access/http.c:
5267 + Fixed erroneous extra "/" in URLs sent to a proxy.
5269 ------------------------------------------------------------------------
5270 r8992 | hartman | 2004-10-15 02:25:18 +0200 (Fri, 15 Oct 2004) | 2 lines
5275 * update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>
5277 ------------------------------------------------------------------------
5278 r8991 | gbazin | 2004-10-15 00:14:09 +0200 (Fri, 15 Oct 2004) | 1 line
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
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
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
5294 M /trunk/src/video_output/video_output.c
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
5300 M /trunk/src/video_output/video_output.c
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
5306 M /trunk/src/video_output/video_output.c
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
5312 M /trunk/modules/codec/dvbsub.c
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
5318 M /trunk/extras/contrib/src/Makefile
5319 M /trunk/extras/contrib/src/packages.mak
5323 ------------------------------------------------------------------------
5324 r8984 | murray | 2004-10-14 13:37:50 +0200 (Thu, 14 Oct 2004) | 2 lines
5328 Italian translation for 0.8.0
5330 ------------------------------------------------------------------------
5331 r8983 | gbazin | 2004-10-14 12:10:48 +0200 (Thu, 14 Oct 2004) | 1 line
5333 M /trunk/modules/codec/dvbsub.c
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
5339 M /trunk/modules/codec/dvbsub.c
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
5345 M /trunk/modules/codec/dvbsub.c
5347 * modules/codec/dvbsub.c:
5348 - rewrite using the pixel buffer memory model as described in ETSI EN 300 743.
5349 - code simplification.
5352 ------------------------------------------------------------------------
5353 r8980 | gbazin | 2004-10-13 14:32:06 +0200 (Wed, 13 Oct 2004) | 1 line
5355 M /trunk/modules/gui/wxwindows/video.cpp
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
5361 M /trunk/modules/video_output/x11/xcommon.c
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
5367 M /trunk/modules/visualization/goom.c
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
5373 M /trunk/src/video_output/video_output.c
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
5379 M /trunk/src/video_output/video_output.c
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
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
5393 * po/de.po: minor typo.
5395 ------------------------------------------------------------------------
5396 r8973 | gbazin | 2004-10-11 15:09:42 +0200 (Mon, 11 Oct 2004) | 1 line
5398 M /trunk/modules/codec/x264.c
5400 * modules/codec/x264.c: compilation fix.
5401 ------------------------------------------------------------------------
5402 r8972 | gbazin | 2004-10-11 14:50:13 +0200 (Mon, 11 Oct 2004) | 1 line
5404 M /trunk/modules/demux/ps.c
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
5410 M /trunk/modules/codec/ffmpeg/ffmpeg.c
5411 M /trunk/modules/codec/x264.c
5413 * modules/codec/x264.c: a couple of fixes + use SSE2 detection.
5414 * modules/codec/ffmpeg/ffmpeg.c: use SSE2 detection.
5416 ------------------------------------------------------------------------
5417 r8970 | sam | 2004-10-10 22:34:28 +0200 (Sun, 10 Oct 2004) | 4 lines
5419 M /trunk/po/en_GB.po
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.
5427 ------------------------------------------------------------------------
5428 r8969 | courmisch | 2004-10-10 21:11:55 +0200 (Sun, 10 Oct 2004) | 2 lines
5432 Compilation fix. Please double-check (I don't speak spanish).
5434 ------------------------------------------------------------------------
5435 r8968 | fkuehne | 2004-10-10 17:31:21 +0200 (Sun, 10 Oct 2004) | 1 line
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
5443 M /trunk/modules/codec/x264.c
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
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
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
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
5472 ------------------------------------------------------------------------
5473 r8965 | rocky | 2004-10-10 02:24:44 +0200 (Sun, 10 Oct 2004) | 3 lines
5475 M /trunk/modules/access/cdda/info.c
5477 Compilation fix when libcddb is not available.
5480 ------------------------------------------------------------------------
5481 r8964 | sigmunau | 2004-10-10 00:18:25 +0200 (Sun, 10 Oct 2004) | 2 lines
5483 M /trunk/modules/demux/vobsub.c
5485 vobsub.c: Don't break autodetection of non-vobsub subtitles
5487 ------------------------------------------------------------------------
5488 r8963 | gbazin | 2004-10-08 17:53:26 +0200 (Fri, 08 Oct 2004) | 1 line
5490 M /trunk/modules/codec/dvbsub.c
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
5496 M /trunk/share/http/index.html
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
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
5506 * new icons proposal for the playlist window
5509 ------------------------------------------------------------------------
5510 r8960 | gbazin | 2004-10-08 12:49:05 +0200 (Fri, 08 Oct 2004) | 1 line
5512 M /trunk/evc/errno.h
5514 M /trunk/evc/vlc.vcw
5516 * evc/*: fixes and updates.
5517 ------------------------------------------------------------------------
5518 r8959 | gbazin | 2004-10-08 12:46:09 +0200 (Fri, 08 Oct 2004) | 1 line
5520 M /trunk/modules/demux/subtitle.c
5522 * modules/demux/subtitle.c: portability fix.
5523 ------------------------------------------------------------------------
5524 r8958 | gbazin | 2004-10-08 12:36:25 +0200 (Fri, 08 Oct 2004) | 1 line
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
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
5535 M /trunk/src/misc/modules.c
5536 M /trunk/src/misc/win32_specific.c
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
5542 M /trunk/modules/control/hotkeys.c
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'
5547 ------------------------------------------------------------------------
5548 r8955 | hartman | 2004-10-08 01:10:50 +0200 (Fri, 08 Oct 2004) | 3 lines
5552 * 1st run of dutch translations
5555 ------------------------------------------------------------------------
5556 r8954 | hartman | 2004-10-08 00:54:18 +0200 (Fri, 08 Oct 2004) | 2 lines
5558 M /trunk/modules/access/dvb/access.c
5560 * removed another translatable string that is no longer used.
5562 ------------------------------------------------------------------------
5563 r8953 | hartman | 2004-10-08 00:52:10 +0200 (Fri, 08 Oct 2004) | 2 lines
5565 M /trunk/modules/access/directory.c
5567 * diretory.c: remove a completly useless translation string
5569 ------------------------------------------------------------------------
5570 r8952 | rocky | 2004-10-08 00:50:44 +0200 (Fri, 08 Oct 2004) | 6 lines
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
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.
5587 ------------------------------------------------------------------------
5588 r8951 | gbazin | 2004-10-08 00:21:22 +0200 (Fri, 08 Oct 2004) | 1 line
5590 M /trunk/src/misc/modules.c
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
5596 M /trunk/modules/video_output/opengl.c
5597 M /trunk/src/misc/configuration.c
5599 * opengl: remove NULL from string arrays
5600 * configuration.c: don't crash on NULL values
5602 ------------------------------------------------------------------------
5603 r8949 | gbazin | 2004-10-07 23:44:41 +0200 (Thu, 07 Oct 2004) | 1 line
5605 M /trunk/src/misc/modules.c
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
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
5616 * Fullscreen button works again
5617 * It enabled even when no vout is present
5618 * Still a little issue with the fullscreen hotkey
5621 ------------------------------------------------------------------------
5622 r8947 | hartman | 2004-10-07 22:52:24 +0200 (Thu, 07 Oct 2004) | 2 lines
5624 M /trunk/src/input/subtitles.c
5626 * removed an unnecessary = NULL write.
5628 ------------------------------------------------------------------------
5629 r8946 | hartman | 2004-10-07 22:50:59 +0200 (Thu, 07 Oct 2004) | 3 lines
5631 M /trunk/modules/video_output/opengl.c
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.
5636 ------------------------------------------------------------------------
5637 r8945 | gbazin | 2004-10-07 22:12:19 +0200 (Thu, 07 Oct 2004) | 1 line
5639 M /trunk/modules/codec/toolame.c
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
5645 M /trunk/modules/codec/dvbsub.c
5647 * modules/codec/dvbsub.c:
5648 - bug fixes in the decoder and encoder.
5649 - the decoder now returns YUVP subpictures.
5651 ------------------------------------------------------------------------
5652 r8943 | hartman | 2004-10-07 16:40:29 +0200 (Thu, 07 Oct 2004) | 2 lines
5654 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
5655 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
5657 * Improve the Preferences display, when capabilties don't fit in the normal width of the table
5659 ------------------------------------------------------------------------
5660 r8942 | rocky | 2004-10-07 12:10:22 +0200 (Thu, 07 Oct 2004) | 7 lines
5662 M /trunk/modules/access/cdda/access.c
5663 M /trunk/modules/access/cdda/cdda.c
5664 M /trunk/modules/access/cdda/cdda.h
5666 Fill in playlist information and stream & media information
5667 Duration info is now set when playing entire CD so slider works again.
5669 More work is needed for playing single tracks, adding CD-Text info,
5670 getting reference counts right.
5673 ------------------------------------------------------------------------
5674 r8941 | gbazin | 2004-10-07 11:27:02 +0200 (Thu, 07 Oct 2004) | 1 line
5676 M /trunk/modules/stream_out/transcode.c
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
5682 M /trunk/configure.ac
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
5688 M /trunk/modules/mux/mpeg/ts.c
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
5694 M /trunk/src/input/subtitles.c
5696 * Lets not ignore too many .sub files shall we? :)
5698 ------------------------------------------------------------------------
5699 r8937 | hartman | 2004-10-06 17:35:54 +0200 (Wed, 06 Oct 2004) | 2 lines
5701 M /trunk/src/input/subtitles.c
5703 * if a .idx vobsub is found, then don't autodetect the corresponding .sub file
5705 ------------------------------------------------------------------------
5706 r8936 | hartman | 2004-10-06 16:15:03 +0200 (Wed, 06 Oct 2004) | 2 lines
5708 M /trunk/modules/access/mms/mmsh.c
5710 * spelling correction
5712 ------------------------------------------------------------------------
5713 r8935 | hartman | 2004-10-06 15:51:21 +0200 (Wed, 06 Oct 2004) | 2 lines
5715 M /trunk/vlc.win32.nsi
5717 * Fixed the DefaultIcon registry settings
5719 ------------------------------------------------------------------------
5720 r8934 | hartman | 2004-10-06 15:49:32 +0200 (Wed, 06 Oct 2004) | 3 lines
5722 M /trunk/extras/contrib/src/Makefile
5723 M /trunk/extras/contrib/src/packages.mak
5725 * Define RUNTIME_CPUDETECT for ffmpeg
5726 * newer version of liveMedia
5728 ------------------------------------------------------------------------
5729 r8933 | hartman | 2004-10-06 15:45:14 +0200 (Wed, 06 Oct 2004) | 3 lines
5731 M /trunk/src/misc/net.c
5734 * forgot this file in the vlc_b64_encode patch
5736 ------------------------------------------------------------------------
5737 r8932 | hartman | 2004-10-06 15:41:57 +0200 (Wed, 06 Oct 2004) | 2 lines
5739 M /trunk/include/network.h
5740 M /trunk/modules/access/http.c
5742 * vlc_b64_encode patch by Torsten Spindler
5744 ------------------------------------------------------------------------
5745 r8931 | gbazin | 2004-10-06 15:07:35 +0200 (Wed, 06 Oct 2004) | 1 line
5747 M /trunk/modules/codec/ffmpeg/postprocess.c
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
5754 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
5755 M /trunk/vlc.win32.nsi
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 :)
5761 ------------------------------------------------------------------------
5762 r8929 | gbazin | 2004-10-06 13:07:04 +0200 (Wed, 06 Oct 2004) | 1 line
5764 M /trunk/modules/video_output/directx/directx.c
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
5770 M /trunk/evc/libvlc.vcp.in
5771 M /trunk/modules/demux/avi/avi.c
5772 M /trunk/src/input/stream.c
5774 * src/input/stream.c, modules/demux/avi/avi.c: work around evc++ compiler bug.
5775 * evc/libvlc.vcp.in: small fix.
5777 ------------------------------------------------------------------------
5778 r8927 | gbazin | 2004-10-06 11:19:18 +0200 (Wed, 06 Oct 2004) | 5 lines
5780 M /trunk/modules/audio_output/waveout.c
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.
5787 ------------------------------------------------------------------------
5788 r8926 | hartman | 2004-10-06 02:40:21 +0200 (Wed, 06 Oct 2004) | 2 lines
5790 M /trunk/modules/access/http.c
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.
5794 ------------------------------------------------------------------------
5795 r8925 | hartman | 2004-10-06 01:17:04 +0200 (Wed, 06 Oct 2004) | 3 lines
5797 M /trunk/modules/gui/macosx/voutqt.m
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.
5802 ------------------------------------------------------------------------
5803 r8924 | hartman | 2004-10-06 00:15:40 +0200 (Wed, 06 Oct 2004) | 2 lines
5805 M /trunk/modules/gui/macosx/voutgl.m
5807 * Disabled the OSX OpenGL vout untill it's problems are fixed
5809 ------------------------------------------------------------------------
5810 r8923 | damienf | 2004-10-05 23:38:33 +0200 (Tue, 05 Oct 2004) | 2 lines
5812 M /trunk/modules/access/dshow/filter.cpp
5814 - removed some debug lines
5816 ------------------------------------------------------------------------
5817 r8922 | damienf | 2004-10-05 23:37:49 +0200 (Tue, 05 Oct 2004) | 2 lines
5819 M /trunk/modules/access/dshow/crossbar.cpp
5821 - use existing default route when configuring crossbars, allowing users to configure video properties from a third party tools (eg, Video Tuner)
5823 ------------------------------------------------------------------------
5824 r8921 | damienf | 2004-10-05 23:35:21 +0200 (Tue, 05 Oct 2004) | 3 lines
5826 M /trunk/modules/access/dshow/dshow.cpp
5828 - invoked crossbar properties pages after graph has been created, changing video input should now work properly
5831 ------------------------------------------------------------------------
5832 r8920 | hartman | 2004-10-05 23:03:25 +0200 (Tue, 05 Oct 2004) | 2 lines
5834 M /trunk/modules/demux/m3u.c
5836 * m3u.c: We now support http links to mms sources that don't send the Pragma line, but use a custom Referer file.
5838 ------------------------------------------------------------------------
5839 r8919 | hartman | 2004-10-05 22:20:40 +0200 (Tue, 05 Oct 2004) | 4 lines
5841 M /trunk/modules/access/http.c
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.
5847 ------------------------------------------------------------------------
5848 r8918 | gbazin | 2004-10-05 18:46:29 +0200 (Tue, 05 Oct 2004) | 1 line
5850 M /trunk/modules/control/Modules.am
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
5856 M /trunk/modules/access/file.c
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
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
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
5871 M /trunk/modules/access/http.c
5873 * revert the mimetype recognition of http:// mmsh streams
5875 ------------------------------------------------------------------------
5876 r8914 | gbazin | 2004-10-05 10:10:34 +0200 (Tue, 05 Oct 2004) | 2 lines
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
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).
5885 ------------------------------------------------------------------------
5886 r8913 | gbazin | 2004-10-04 19:22:52 +0200 (Mon, 04 Oct 2004) | 1 line
5888 M /trunk/include/vlc_common.h
5889 M /trunk/modules/misc/dummy/decoder.c
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
5895 M /trunk/src/misc/win32_specific.c
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
5901 M /trunk/include/main.h
5902 M /trunk/include/vlc_common.h
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
5908 M /trunk/evc/vlc.vcp.in
5910 * evc/vlc.vcp.in: fixes.
5911 ------------------------------------------------------------------------
5912 r8909 | gbazin | 2004-10-04 17:21:34 +0200 (Mon, 04 Oct 2004) | 1 line
5914 M /trunk/evc/config.h.in
5916 * evc/config.h.in: cleanup.
5917 ------------------------------------------------------------------------
5918 r8908 | hartman | 2004-10-04 17:15:31 +0200 (Mon, 04 Oct 2004) | 2 lines
5920 M /trunk/modules/gui/wxwindows/streamout.cpp
5922 * no longer use demuxdump. Only dump is a valid demux2 now.
5924 ------------------------------------------------------------------------
5925 r8907 | gbazin | 2004-10-04 16:29:23 +0200 (Mon, 04 Oct 2004) | 1 line
5927 M /trunk/modules/misc/network/ipv4.c
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
5933 M /trunk/modules/access/file.c
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
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
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
5958 M /trunk/Makefile.am
5959 A /trunk/evc/errno.h
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
5965 M /trunk/src/input/subtitles.c
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
5971 M /trunk/modules/misc/dummy/decoder.c
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
5977 M /trunk/modules/gui/wxwindows/open.cpp
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
5983 M /trunk/src/input/subtitles.c
5985 * strip file:// from subtitle autodetect path if present in uri.
5987 ------------------------------------------------------------------------
5988 r8899 | asmax | 2004-10-03 16:11:12 +0200 (Sun, 03 Oct 2004) | 3 lines
5990 M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
5992 - scaled_bitmap.cpp: fixed an old bug in the bresenham algorithm
5993 (the right side of enlarged images was not scaled properly)
5995 ------------------------------------------------------------------------
5996 r8898 | zorglub | 2004-10-03 13:52:25 +0200 (Sun, 03 Oct 2004) | 4 lines
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
6003 * Added delay and alignment to wx subtitles dialog
6005 * Removed a debug message
6007 ------------------------------------------------------------------------
6008 r8897 | gbazin | 2004-10-03 13:04:59 +0200 (Sun, 03 Oct 2004) | 1 line
6010 M /trunk/configure.ac
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
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
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
6026 M /trunk/modules/control/hotkeys.c
6027 M /trunk/modules/demux/subtitle.c
6028 M /trunk/src/input/input.c
6030 * Re-added sub-delay option
6031 * Re-implemented sub-fps for SubRIP.
6032 * Use 50ms increments for hotkeys
6034 ------------------------------------------------------------------------
6035 r8894 | zorglub | 2004-10-02 23:01:46 +0200 (Sat, 02 Oct 2004) | 2 lines
6037 M /trunk/src/input/decoder.c
6039 Fix segfault when spu heap is full
6041 ------------------------------------------------------------------------
6042 r8893 | hartman | 2004-10-02 22:09:21 +0200 (Sat, 02 Oct 2004) | 2 lines
6044 M /trunk/modules/demux/livedotcom.cpp
6046 livedotcom.cpp: fprintf DEL DEL DEL DEL DEL
6048 ------------------------------------------------------------------------
6049 r8892 | hartman | 2004-10-02 22:07:35 +0200 (Sat, 02 Oct 2004) | 2 lines
6051 M /trunk/modules/demux/mkv.cpp
6053 * mkv.cpp: cosmetics
6055 ------------------------------------------------------------------------
6056 r8891 | hartman | 2004-10-02 21:58:07 +0200 (Sat, 02 Oct 2004) | 3 lines
6062 * Added channel downmixing support to NEWS
6064 ------------------------------------------------------------------------
6065 r8890 | massiot | 2004-10-02 20:19:39 +0200 (Sat, 02 Oct 2004) | 2 lines
6067 M /trunk/modules/access/dvb/access.c
6069 * modules/dvb/access.c: Fixed a major heap corruption (gardening)
6071 ------------------------------------------------------------------------
6072 r8889 | fkuehne | 2004-10-02 20:11:07 +0200 (Sat, 02 Oct 2004) | 1 line
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
6080 M /trunk/modules/mux/asf.c
6084 ------------------------------------------------------------------------
6085 r8887 | zorglub | 2004-10-02 17:40:08 +0200 (Sat, 02 Oct 2004) | 6 lines
6087 M /trunk/modules/gui/wxwindows/streamdata.h
6088 M /trunk/po/POTFILES.in
6090 M /trunk/po/en_GB.po
6099 M /trunk/po/pt_BR.po
6105 Do what I say, don't do what I do.
6107 * Re-enabled string translation for wizard
6108 * Fixed wizard strings
6109 * internationalized some strings that weren't
6111 ------------------------------------------------------------------------
6112 r8886 | hartman | 2004-10-02 17:02:08 +0200 (Sat, 02 Oct 2004) | 2 lines
6114 M /trunk/modules/demux/vobsub.c
6116 * vobsub.c : bail if we cannot find the .sub file
6118 ------------------------------------------------------------------------
6119 r8885 | hartman | 2004-10-02 16:09:33 +0200 (Sat, 02 Oct 2004) | 3 lines
6121 M /trunk/modules/misc/sap.c
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.
6126 ------------------------------------------------------------------------
6127 r8884 | zorglub | 2004-10-02 14:51:37 +0200 (Sat, 02 Oct 2004) | 2 lines
6131 (Final ?) update to french l10n file
6133 ------------------------------------------------------------------------
6134 r8883 | fkuehne | 2004-10-01 20:38:28 +0200 (Fri, 01 Oct 2004) | 1 line
6138 * last fixes to the G. translation
6139 ------------------------------------------------------------------------
6140 r8882 | gbazin | 2004-10-01 20:04:09 +0200 (Fri, 01 Oct 2004) | 5 lines
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
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.
6153 ------------------------------------------------------------------------
6154 r8881 | gbazin | 2004-10-01 18:04:20 +0200 (Fri, 01 Oct 2004) | 1 line
6156 M /trunk/evc/libvlc.vcp.in
6157 M /trunk/evc/plugins.vcp.in
6158 M /trunk/evc/vlc.vcp.in
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
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
6171 * src/*: WinCE compilation fixes.
6172 ------------------------------------------------------------------------
6173 r8879 | gbazin | 2004-10-01 15:43:05 +0200 (Fri, 01 Oct 2004) | 1 line
6175 M /trunk/evc/vlc.vcw
6177 * evc/vlc.vcw: removed old plugins.
6178 ------------------------------------------------------------------------
6179 r8878 | gbazin | 2004-10-01 14:48:49 +0200 (Fri, 01 Oct 2004) | 1 line
6181 M /trunk/modules/codec/dmo/dmo.c
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
6187 M /trunk/src/input/demux.c
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
6193 M /trunk/include/vlc_interface.h
6194 M /trunk/src/libvlc.c
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
6200 M /trunk/modules/video_filter/blend.c
6201 M /trunk/msvc/vlc.dsw
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
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
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
6219 M /trunk/src/extras/libc.c
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
6225 M /trunk/configure.ac
6226 M /trunk/include/vlc_common.h
6227 M /trunk/src/extras/libc.c
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
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
6239 * src/*: bunch of portability fixes.
6240 ------------------------------------------------------------------------
6241 r8870 | hartman | 2004-10-01 11:37:22 +0200 (Fri, 01 Oct 2004) | 2 lines
6243 M /trunk/src/input/subtitles.c
6245 * autodetect .idx files for vobsub autodetection
6247 ------------------------------------------------------------------------
6248 r8869 | gbazin | 2004-10-01 00:17:54 +0200 (Fri, 01 Oct 2004) | 2 lines
6250 M /trunk/modules/gui/wxwindows/interface.cpp
6251 M /trunk/modules/gui/wxwindows/preferences.cpp
6252 M /trunk/modules/gui/wxwindows/wxwindows.cpp
6254 * modules/gui/wxwindows/*: win32 fixes with new wxWidgets.
6256 ------------------------------------------------------------------------
6257 r8868 | gbazin | 2004-09-30 23:38:26 +0200 (Thu, 30 Sep 2004) | 2 lines
6259 M /trunk/po/POTFILES.in
6261 M /trunk/po/en_GB.po
6270 M /trunk/po/pt_BR.po
6275 * po/*: new updates before the test2 tarball is done.
6277 ------------------------------------------------------------------------
6278 r8867 | gbazin | 2004-09-30 23:23:28 +0200 (Thu, 30 Sep 2004) | 1 line
6280 M /trunk/modules/codec/araw.c
6282 * modules/codec/araw.c: compilation fix.
6283 ------------------------------------------------------------------------
6284 r8866 | bigben | 2004-09-30 23:23:21 +0200 (Thu, 30 Sep 2004) | 3 lines
6286 M /trunk/modules/mux/mpeg/ts.c
6288 Adds the ability to specify the pid of the PMT (--sout-ts-pid-pmt)
6291 ------------------------------------------------------------------------
6292 r8865 | gbazin | 2004-09-30 23:18:23 +0200 (Thu, 30 Sep 2004) | 2 lines
6294 M /trunk/modules/gui/wxwindows/open.cpp
6295 M /trunk/modules/gui/wxwindows/subtitles.cpp
6296 M /trunk/modules/gui/wxwindows/wxwindows.h
6298 * modules/gui/wxwindows/subtitles.cpp: new "font size" option.
6300 ------------------------------------------------------------------------
6301 r8864 | gbazin | 2004-09-30 21:44:43 +0200 (Thu, 30 Sep 2004) | 2 lines
6303 M /trunk/Makefile.am
6305 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
6306 M /trunk/vlc.win32.nsi
6308 * ALL: updates for the test release.
6310 ------------------------------------------------------------------------
6311 r8863 | gbazin | 2004-09-30 19:42:27 +0200 (Thu, 30 Sep 2004) | 2 lines
6313 M /trunk/modules/audio_filter/converter/a52tofloat32.c
6314 M /trunk/modules/audio_filter/converter/dtstofloat32.c
6316 * modules/audio_filter/converter/a52tofloat32.c,dtstofloat32.c: proper channel re-ordering using aout_ChannelReorder().
6318 ------------------------------------------------------------------------
6319 r8862 | gbazin | 2004-09-30 19:21:40 +0200 (Thu, 30 Sep 2004) | 4 lines
6321 M /trunk/modules/codec/araw.c
6322 M /trunk/modules/demux/wav.c
6323 M /trunk/modules/mux/wav.c
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.
6329 ------------------------------------------------------------------------
6330 r8861 | gbazin | 2004-09-30 18:49:26 +0200 (Thu, 30 Sep 2004) | 3 lines
6332 M /trunk/modules/audio_filter/channel_mixer/simple.c
6333 M /trunk/modules/demux/wav.c
6335 * modules/demux/wav.c: use aout_ChannelReorder().
6336 * modules/audio_filter/channel_mixer/simple.c: remove debug message.
6338 ------------------------------------------------------------------------
6339 r8860 | gbazin | 2004-09-30 18:46:37 +0200 (Thu, 30 Sep 2004) | 2 lines
6341 M /trunk/include/audio_output.h
6342 M /trunk/src/audio_output/common.c
6344 * src/audio_output/common.c: common facility for channel reordering (aout_CheckChannelReorder() and aout_ChannelReorder()).
6346 ------------------------------------------------------------------------
6347 r8859 | gbazin | 2004-09-30 15:27:33 +0200 (Thu, 30 Sep 2004) | 2 lines
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
6353 * modules/audio_filter/channel_mixer/simple.c: very simple channel mixer for 7/7.1/5/5.1 -> Stereo.
6355 ------------------------------------------------------------------------
6356 r8858 | gbazin | 2004-09-30 14:02:59 +0200 (Thu, 30 Sep 2004) | 1 line
6358 M /trunk/modules/demux/wav.c
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
6364 M /trunk/modules/demux/ts.c
6366 * modules/demux/ts.c: fixed segfault.
6367 ------------------------------------------------------------------------
6368 r8856 | gbazin | 2004-09-30 11:08:48 +0200 (Thu, 30 Sep 2004) | 1 line
6370 M /trunk/modules/demux/ps.c
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
6376 A /trunk/modules/control/rtci.c
6378 Add rtci plugin, for various real-time parameter changes. Not added to modules.am or configure.ac yet.
6380 ------------------------------------------------------------------------
6381 r8854 | markfm | 2004-09-30 01:14:00 +0200 (Thu, 30 Sep 2004) | 2 lines
6383 M /trunk/modules/control/rc.c
6385 Minor fix, cleared warnings for unused var and undeclared type
6387 ------------------------------------------------------------------------
6388 r8853 | gbazin | 2004-09-29 20:14:31 +0200 (Wed, 29 Sep 2004) | 3 lines
6390 M /trunk/src/input/clock.c
6391 M /trunk/src/input/input.c
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.
6396 ------------------------------------------------------------------------
6397 r8852 | zorglub | 2004-09-29 19:30:42 +0200 (Wed, 29 Sep 2004) | 6 lines
6401 M /trunk/configure.ac
6402 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
6403 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
6405 M /trunk/po/en_GB.po
6414 M /trunk/po/pt_BR.po
6419 * Bumped up version number to 0.8.0-test2
6425 ------------------------------------------------------------------------
6426 r8851 | hartman | 2004-09-29 17:26:25 +0200 (Wed, 29 Sep 2004) | 2 lines
6430 * NEWS: AACplus webcasts are supported
6432 ------------------------------------------------------------------------
6433 r8850 | bigben | 2004-09-29 17:24:03 +0200 (Wed, 29 Sep 2004) | 3 lines
6435 M /trunk/extras/contrib/src/Makefile
6436 A /trunk/extras/contrib/src/Patches/libpng.patch
6437 M /trunk/extras/contrib/src/packages.mak
6439 Adds libpng to OSX contribs (for the logo filters)
6442 ------------------------------------------------------------------------
6443 r8849 | fkuehne | 2004-09-29 16:22:00 +0200 (Wed, 29 Sep 2004) | 1 line
6447 * updated German translation
6448 ------------------------------------------------------------------------
6449 r8848 | fkuehne | 2004-09-29 16:21:31 +0200 (Wed, 29 Sep 2004) | 1 line
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
6455 * fixed typos in some l10n-messages
6456 ------------------------------------------------------------------------
6457 r8847 | markfm | 2004-09-29 13:36:37 +0200 (Wed, 29 Sep 2004) | 2 lines
6459 M /trunk/modules/control/rc.c
6461 Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
6463 ------------------------------------------------------------------------
6464 r8846 | markfm | 2004-09-29 13:31:49 +0200 (Wed, 29 Sep 2004) | 2 lines
6466 M /trunk/modules/video_filter/marq.c
6468 Destroy marq-timeout on exit, rename switch to "marq-marquee"
6470 ------------------------------------------------------------------------
6471 r8845 | zorglub | 2004-09-29 11:00:41 +0200 (Wed, 29 Sep 2004) | 6 lines
6473 M /trunk/modules/access/cdda/access.c
6474 M /trunk/modules/audio_filter/channel_mixer/headphone.c
6475 M /trunk/po/POTFILES.in
6477 M /trunk/po/en_GB.po
6486 M /trunk/po/pt_BR.po
6495 Update and proofread of the french translation
6497 ------------------------------------------------------------------------
6498 r8844 | hartman | 2004-09-29 03:21:16 +0200 (Wed, 29 Sep 2004) | 2 lines
6500 M /trunk/extras/contrib/src/packages.mak
6502 * Use a proper faad2 snapshot, cause the default .tar.gz ones suck big time
6504 ------------------------------------------------------------------------
6505 r8843 | hartman | 2004-09-28 17:48:43 +0200 (Tue, 28 Sep 2004) | 2 lines
6507 M /trunk/modules/access/cdda/access.c
6509 * Fix the cddax probing crash
6511 ------------------------------------------------------------------------
6512 r8842 | gbazin | 2004-09-28 17:31:32 +0200 (Tue, 28 Sep 2004) | 1 line
6514 M /trunk/modules/access/http.c
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
6520 M /trunk/modules/access/http.c
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
6526 M /trunk/modules/access/http.c
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
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
6539 * Add hooks for getting/setting variables (not working yet)
6540 * Really change VLC_Get to VLC_VariableGet
6542 ------------------------------------------------------------------------
6543 r8838 | zorglub | 2004-09-28 15:49:57 +0200 (Tue, 28 Sep 2004) | 2 lines
6545 M /trunk/modules/gui/wxwindows/wizard.cpp
6549 ------------------------------------------------------------------------
6550 r8837 | gbazin | 2004-09-28 15:35:50 +0200 (Tue, 28 Sep 2004) | 1 line
6552 M /trunk/modules/gui/wxwindows/open.cpp
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
6558 M /trunk/modules/gui/wxwindows/open.cpp
6559 M /trunk/modules/gui/wxwindows/wxwindows.h
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
6565 M /trunk/modules/access/http.c
6567 * recognize audio/aac as well
6569 ------------------------------------------------------------------------
6570 r8834 | hartman | 2004-09-28 12:46:20 +0200 (Tue, 28 Sep 2004) | 2 lines
6572 M /trunk/modules/video_filter/marq.c
6574 * marq.c: compilation fixes for non c++ compilers
6576 ------------------------------------------------------------------------
6577 r8833 | gbazin | 2004-09-28 12:05:53 +0200 (Tue, 28 Sep 2004) | 1 line
6579 M /trunk/modules/demux/vobsub.c
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
6585 M /trunk/modules/demux/mpeg/mpga.c
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
6591 M /trunk/extras/contrib/src/Makefile
6592 M /trunk/extras/contrib/src/packages.mak
6594 * Hacky workaround for the vcdimager compile problem
6595 * upgraded liveMedia
6597 ------------------------------------------------------------------------
6598 r8830 | gbazin | 2004-09-27 23:04:51 +0200 (Mon, 27 Sep 2004) | 1 line
6600 M /trunk/modules/demux/mpeg/m4a.c
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
6606 M /trunk/configure.ac
6607 M /trunk/modules/demux/mpeg/Modules.am
6608 A /trunk/modules/demux/mpeg/m4a.c
6610 * modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using the MPEG 4 audio packetizer (obsoletes the aac demuxer).
6612 ------------------------------------------------------------------------
6613 r8828 | gbazin | 2004-09-27 21:47:30 +0200 (Mon, 27 Sep 2004) | 1 line
6615 M /trunk/modules/demux/wav.c
6617 * modules/demux/wav.c: misc improvements.
6618 ------------------------------------------------------------------------
6619 r8827 | gbazin | 2004-09-27 21:19:32 +0200 (Mon, 27 Sep 2004) | 1 line
6621 M /trunk/src/audio_output/input.c
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
6627 M /trunk/modules/access/mms/mms.c
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
6633 M /trunk/modules/access/http.c
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
6639 M /trunk/src/misc/modules.c
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
6645 M /trunk/modules/gui/wxwindows/interface.cpp
6646 M /trunk/modules/gui/wxwindows/timer.cpp
6647 M /trunk/modules/gui/wxwindows/wxwindows.h
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
6653 M /trunk/modules/stream_out/transcode.c
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
6659 M /trunk/src/video_output/vout_subpictures.c
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
6665 M /trunk/modules/video_filter/logo.c
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
6671 M /trunk/include/vlc_video.h
6672 M /trunk/modules/video_filter/logo.c
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
6678 M /trunk/modules/codec/ffmpeg/video.c
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
6684 M /trunk/modules/mux/wav.c
6686 * modules/mux/wav.c: small cleanup.
6687 ------------------------------------------------------------------------
6688 r8816 | gbazin | 2004-09-27 01:23:09 +0200 (Mon, 27 Sep 2004) | 2 lines
6690 M /trunk/modules/mux/wav.c
6692 "* modules/mux/wav.c: support for s16l as well as fl32 + multichannel audio (up to 5.1) + proper channels ordering."
6694 ------------------------------------------------------------------------
6695 r8815 | sigmunau | 2004-09-26 22:37:41 +0200 (Sun, 26 Sep 2004) | 3 lines
6699 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
6702 ------------------------------------------------------------------------
6703 r8814 | markfm | 2004-09-26 22:31:06 +0200 (Sun, 26 Sep 2004) | 2 lines
6705 M /trunk/modules/control/rc.c
6707 Moved marquee to Playlist area, "marquee " blanks out the marquee
6709 ------------------------------------------------------------------------
6710 r8813 | gbazin | 2004-09-26 22:17:50 +0200 (Sun, 26 Sep 2004) | 2 lines
6712 M /trunk/modules/codec/ffmpeg/video.c
6713 M /trunk/modules/codec/libmpeg2.c
6714 M /trunk/modules/codec/theora.c
6716 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.
6718 ------------------------------------------------------------------------
6719 r8812 | gbazin | 2004-09-26 21:59:49 +0200 (Sun, 26 Sep 2004) | 1 line
6721 M /trunk/modules/packetizer/mpegvideo.c
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
6727 M /trunk/configure.ac
6729 * configure.ac: added check for daemon().
6730 ------------------------------------------------------------------------
6731 r8810 | gbazin | 2004-09-26 19:54:56 +0200 (Sun, 26 Sep 2004) | 1 line
6733 M /trunk/src/libvlc.c
6734 M /trunk/src/libvlc.h
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
6741 M /trunk/modules/control/rc.c
6743 Add --rc-extend switch, for extra commands.
6745 ------------------------------------------------------------------------
6746 r8808 | zorglub | 2004-09-26 17:31:41 +0200 (Sun, 26 Sep 2004) | 2 lines
6748 M /trunk/modules/control/rc.c
6750 Add logout function to RC interface
6752 ------------------------------------------------------------------------
6753 r8807 | gbazin | 2004-09-26 16:19:43 +0200 (Sun, 26 Sep 2004) | 1 line
6755 M /trunk/modules/codec/ffmpeg/audio.c
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
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
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
6771 M /trunk/modules/video_filter/marq.c
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
6777 ------------------------------------------------------------------------
6778 r8804 | zorglub | 2004-09-26 15:03:52 +0200 (Sun, 26 Sep 2004) | 2 lines
6780 M /trunk/modules/control/rc.c
6782 Add timeout hook for marquee
6784 ------------------------------------------------------------------------
6785 r8803 | gbazin | 2004-09-26 14:59:50 +0200 (Sun, 26 Sep 2004) | 1 line
6787 M /trunk/include/configuration.h
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
6793 M /trunk/modules/video_filter/Modules.am
6795 modules/video_milter/Modules.am -- added marquee filter
6797 ------------------------------------------------------------------------
6798 r8801 | markfm | 2004-09-26 14:45:33 +0200 (Sun, 26 Sep 2004) | 2 lines
6800 M /trunk/configure.ac
6802 configure.ac -- Add marquee subfilter
6804 ------------------------------------------------------------------------
6805 r8800 | gbazin | 2004-09-26 14:40:05 +0200 (Sun, 26 Sep 2004) | 1 line
6807 M /trunk/modules/control/rc.c
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
6813 M /trunk/modules/demux/ps.c
6814 M /trunk/modules/demux/ps.h
6816 * modules/demux/ps.h: fixed PSM parsing.
6817 * modules/demux/ps.c: improved MPEG PS autodetection a bit.
6819 ------------------------------------------------------------------------
6820 r8798 | markfm | 2004-09-26 13:47:12 +0200 (Sun, 26 Sep 2004) | 2 lines
6822 M /trunk/modules/control/rc.c
6824 rc.c -- Add hooks to control marquee string and offsets
6826 ------------------------------------------------------------------------
6827 r8797 | sigmunau | 2004-09-26 13:43:19 +0200 (Sun, 26 Sep 2004) | 3 lines
6829 M /trunk/modules/codec/ffmpeg/video.c
6831 ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
6834 ------------------------------------------------------------------------
6835 r8796 | markfm | 2004-09-26 13:41:32 +0200 (Sun, 26 Sep 2004) | 2 lines
6837 A /trunk/modules/video_filter/marq.c
6839 Add marq.c, marquee video filter.
6841 ------------------------------------------------------------------------
6842 r8795 | sigmunau | 2004-09-26 01:36:55 +0200 (Sun, 26 Sep 2004) | 4 lines
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
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
6853 ------------------------------------------------------------------------
6854 r8794 | hartman | 2004-09-25 22:05:02 +0200 (Sat, 25 Sep 2004) | 2 lines
6859 * update of NEWS and todo
6861 ------------------------------------------------------------------------
6862 r8793 | sigmunau | 2004-09-25 19:51:24 +0200 (Sat, 25 Sep 2004) | 2 lines
6864 M /trunk/modules/video_filter/time.c
6866 time.c: remove unused function parameter
6868 ------------------------------------------------------------------------
6869 r8792 | gbazin | 2004-09-25 17:13:01 +0200 (Sat, 25 Sep 2004) | 1 line
6871 M /trunk/modules/video_output/directx/directx.c
6872 M /trunk/modules/video_output/directx/events.c
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
6878 M /trunk/modules/demux/mkv.cpp
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
6884 ------------------------------------------------------------------------
6885 r8790 | sigmunau | 2004-09-25 15:04:12 +0200 (Sat, 25 Sep 2004) | 2 lines
6887 M /trunk/modules/demux/mkv.cpp
6889 mkv.cpp: protect the call to block_zlib_decompress
6891 ------------------------------------------------------------------------
6892 r8789 | sigmunau | 2004-09-25 14:45:04 +0200 (Sat, 25 Sep 2004) | 3 lines
6894 M /trunk/modules/demux/mkv.cpp
6896 mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
6897 when needed. Zlib-compressed vobsubs work for me now.
6899 ------------------------------------------------------------------------
6900 r8788 | sigmunau | 2004-09-25 14:25:42 +0200 (Sat, 25 Sep 2004) | 2 lines
6902 M /trunk/modules/demux/mkv.cpp
6904 mkv.cpp: Parse tags related to compression (unused yet)
6906 ------------------------------------------------------------------------
6907 r8787 | gbazin | 2004-09-24 13:29:25 +0200 (Fri, 24 Sep 2004) | 1 line
6909 M /trunk/modules/video_filter/time.c
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
6915 M /trunk/Makefile.am
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
6921 M /trunk/modules/control/corba/Modules.am
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
6927 M /trunk/configure.ac
6928 M /trunk/modules/demux/mkv.cpp
6930 * zlib decompressor for mkv. not working. (i don't get c++ :) )
6932 ------------------------------------------------------------------------
6933 r8783 | gbazin | 2004-09-23 23:11:43 +0200 (Thu, 23 Sep 2004) | 1 line
6935 M /trunk/src/video_output/vout_subpictures.c
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
6944 * added asx todo item to list
6945 * added some clarifications on use of bootstrap to HACKING file
6947 ------------------------------------------------------------------------
6948 r8781 | hartman | 2004-09-23 22:52:20 +0200 (Thu, 23 Sep 2004) | 8 lines
6950 M /trunk/modules/access/http.c
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" )
6955 * added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)
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.
6960 ------------------------------------------------------------------------
6961 r8780 | oaubert | 2004-09-23 18:56:07 +0200 (Thu, 23 Sep 2004) | 2 lines
6963 M /trunk/modules/control/corba/mediacontrol-plugin.c
6965 mediacontrol-plugin.c: removed superfluous vlc_release()
6967 ------------------------------------------------------------------------
6968 r8779 | oaubert | 2004-09-23 18:55:37 +0200 (Thu, 23 Sep 2004) | 3 lines
6970 M /trunk/modules/control/corba/mediacontrol-core.c
6972 mediacontrol-core.c: updated the used API to the new demux2
6973 API. ByteCount positions are not supported anymore.
6975 ------------------------------------------------------------------------
6976 r8778 | oaubert | 2004-09-23 18:53:51 +0200 (Thu, 23 Sep 2004) | 2 lines
6978 M /trunk/modules/control/corba/Modules.am
6980 Modules.am: fixed typelib generation
6982 ------------------------------------------------------------------------
6983 r8777 | hartman | 2004-09-23 16:08:11 +0200 (Thu, 23 Sep 2004) | 2 lines
6985 M /trunk/modules/codec/faad.c
6989 ------------------------------------------------------------------------
6990 r8776 | hartman | 2004-09-23 14:42:42 +0200 (Thu, 23 Sep 2004) | 2 lines
6994 * HACKING: CVS -> SVN, added remark about developers.videolan.org site
6996 ------------------------------------------------------------------------
6997 r8775 | gbazin | 2004-09-23 14:09:53 +0200 (Thu, 23 Sep 2004) | 1 line
6999 M /trunk/configure.ac
7001 * configure.ac: fixed typo.
7002 ------------------------------------------------------------------------
7003 r8774 | gbazin | 2004-09-23 13:20:24 +0200 (Thu, 23 Sep 2004) | 1 line
7005 M /trunk/configure.ac
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
7011 M /trunk/modules/misc/rtsp.c
7013 * modules/misc/rtsp.c: fixed pause.
7014 ------------------------------------------------------------------------
7015 r8772 | gbazin | 2004-09-22 21:32:21 +0200 (Wed, 22 Sep 2004) | 1 line
7017 M /trunk/modules/misc/rtsp.c
7019 * modules/misc/rtsp.c: fixed segfault.
7020 ------------------------------------------------------------------------
7021 r8771 | gbazin | 2004-09-22 21:29:32 +0200 (Wed, 22 Sep 2004) | 1 line
7023 M /trunk/src/libvlc.h
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
7029 M /trunk/modules/misc/rtsp.c
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
7035 M /trunk/modules/access_output/udp.c
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
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
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
7050 M /trunk/modules/stream_out/transcode.c
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
7056 M /trunk/configure.ac
7058 configure.ac: enabled time plugin
7060 ------------------------------------------------------------------------
7061 r8765 | gbazin | 2004-09-22 12:17:41 +0200 (Wed, 22 Sep 2004) | 1 line
7063 M /trunk/modules/demux/ps.c
7065 * modules/demux/ps.c: small cleanup.
7066 ------------------------------------------------------------------------
7067 r8764 | gbazin | 2004-09-22 11:44:44 +0200 (Wed, 22 Sep 2004) | 1 line
7069 M /trunk/modules/mux/mpeg/ps.c
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
7075 M /trunk/src/playlist/item.c
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
7081 M /trunk/modules/demux/vobsub.c
7083 Thou shalt compile before thou commits
7085 ------------------------------------------------------------------------
7086 r8761 | hartman | 2004-09-22 00:16:35 +0200 (Wed, 22 Sep 2004) | 3 lines
7088 M /trunk/modules/demux/vobsub.c
7090 * Fix the vobsub length.
7091 fen: any suggestions for the other Control() stuff?
7093 ------------------------------------------------------------------------
7094 r8760 | hartman | 2004-09-21 23:52:52 +0200 (Tue, 21 Sep 2004) | 4 lines
7096 M /trunk/modules/demux/vobsub.c
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
7102 ------------------------------------------------------------------------
7103 r8759 | gbazin | 2004-09-21 22:40:09 +0200 (Tue, 21 Sep 2004) | 1 line
7105 M /trunk/doc/vlm.txt
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
7111 M /trunk/modules/codec/spudec/parse.c
7112 M /trunk/modules/codec/spudec/spudec.c
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
7118 M /trunk/src/video_output/vout_subpictures.c
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
7124 M /trunk/include/vlc_video.h
7125 M /trunk/modules/codec/spudec/parse.c
7127 * pass the orignal movie size from es_format_t to subpicture_t
7129 ------------------------------------------------------------------------
7130 r8755 | sam | 2004-09-21 18:22:16 +0200 (Tue, 21 Sep 2004) | 2 lines
7133 M /trunk/modules/video_filter/swscale/Modules.am
7135 * Added missing \n to misc files.
7137 ------------------------------------------------------------------------
7138 r8754 | sam | 2004-09-21 18:07:41 +0200 (Tue, 21 Sep 2004) | 2 lines
7142 * toolbox: fixed mixup in the changelog generation example.
7144 ------------------------------------------------------------------------
7145 r8753 | sam | 2004-09-21 17:55:45 +0200 (Tue, 21 Sep 2004) | 6 lines
7147 M /trunk/debian/changelog
7148 M /trunk/debian/control
7149 M /trunk/debian/rules
7152 + Fixed previously broken DVD support.
7153 + Removed currently broken Speex support.
7155 + Build-depend on libdvdnav.
7157 ------------------------------------------------------------------------
7158 r8752 | fkuehne | 2004-09-21 16:44:38 +0200 (Tue, 21 Sep 2004) | 1 line
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
7166 M /trunk/modules/video_filter/time.c
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
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
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
7181 M /trunk/modules/demux/vobsub.c
7183 * some fixes to vobsub
7184 TODO: create the index
7187 ------------------------------------------------------------------------
7188 r8748 | hartman | 2004-09-20 17:03:17 +0200 (Mon, 20 Sep 2004) | 2 lines
7190 M /trunk/extras/contrib/src/Makefile
7192 * disabled the libdts making for the nightlies
7194 ------------------------------------------------------------------------
7195 r8747 | sigmunau | 2004-09-20 14:17:51 +0200 (Mon, 20 Sep 2004) | 2 lines
7197 M /trunk/modules/video_filter/time.c
7199 time.c: configureable time format patch by markfm + some cleanup
7201 ------------------------------------------------------------------------
7202 r8746 | gbazin | 2004-09-20 12:23:59 +0200 (Mon, 20 Sep 2004) | 1 line
7204 M /trunk/modules/codec/x264.c
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
7210 M /trunk/modules/video_filter/time.c
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
7216 M /trunk/modules/misc/freetype.c
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
7222 M /trunk/modules/video_filter/logo.c
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
7228 M /trunk/modules/video_filter/time.c
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
7234 M /trunk/include/vlc_vlm.h
7235 M /trunk/src/misc/vlm.c
7238 + major cleanup and bug fixing.
7239 + added support for spawning and controlling several media instances.
7242 ------------------------------------------------------------------------
7243 r8740 | gbazin | 2004-09-19 21:22:04 +0200 (Sun, 19 Sep 2004) | 1 line
7245 M /trunk/include/vlc/intf.h
7246 M /trunk/include/vlc_input.h
7247 M /trunk/src/playlist/item.c
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
7253 M /trunk/modules/demux/vobsub.c
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
7259 M /trunk/modules/video_filter/logo.c
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
7265 M /trunk/modules/video_filter/logo.c
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
7271 M /trunk/modules/video_filter/logo.c
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
7277 M /trunk/modules/video_filter/logo.c
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
7283 M /trunk/src/video_output/vout_subpictures.c
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
7289 M /trunk/modules/video_filter/logo.c
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
7295 M /trunk/modules/video_filter/logo.c
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
7301 M /trunk/modules/video_filter/time.c
7303 time.c: customizable position and string prefix, mainly done by markfm
7305 ------------------------------------------------------------------------
7306 r8730 | hartman | 2004-09-18 23:13:45 +0200 (Sat, 18 Sep 2004) | 6 lines
7308 M /trunk/modules/demux/mkv.cpp
7309 M /trunk/modules/demux/vobsub.c
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
7315 and find a way to pass the info from the decoder to the core of course....
7317 ------------------------------------------------------------------------
7318 r8729 | sigmunau | 2004-09-18 19:46:15 +0200 (Sat, 18 Sep 2004) | 4 lines
7320 M /trunk/modules/video_filter/Modules.am
7321 M /trunk/modules/video_filter/time.c
7323 modules/video_filter/Modules.am: added time, for those that don't know the
7325 time.c: fixed a few copy/paste bugs and some warnings
7327 ------------------------------------------------------------------------
7328 r8728 | sigmunau | 2004-09-18 18:38:58 +0200 (Sat, 18 Sep 2004) | 2 lines
7330 A /trunk/modules/video_filter/time.c
7332 time.c: a small module to place current time on top of video
7334 ------------------------------------------------------------------------
7335 r8727 | hartman | 2004-09-18 11:52:20 +0200 (Sat, 18 Sep 2004) | 2 lines
7337 M /trunk/include/vlc_es.h
7339 * added origin (position) and 'original frame size' params to SPU es
7341 ------------------------------------------------------------------------
7342 r8726 | hartman | 2004-09-18 11:36:26 +0200 (Sat, 18 Sep 2004) | 2 lines
7344 M /trunk/modules/demux/livedotcom.cpp
7346 * added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..
7348 ------------------------------------------------------------------------
7349 r8725 | gbazin | 2004-09-18 11:34:03 +0200 (Sat, 18 Sep 2004) | 1 line
7351 M /trunk/modules/demux/subtitle.c
7353 * modules/demux/subtitle.c: compilation fix.
7354 ------------------------------------------------------------------------
7355 r8724 | gbazin | 2004-09-18 11:21:03 +0200 (Sat, 18 Sep 2004) | 1 line
7357 M /trunk/src/misc/vlm.c
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
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)
7368 * split vobsub and textual demuxers.
7371 ------------------------------------------------------------------------
7372 r8722 | gbazin | 2004-09-17 16:47:01 +0200 (Fri, 17 Sep 2004) | 4 lines
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
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).
7382 ------------------------------------------------------------------------
7383 r8721 | gbazin | 2004-09-17 12:21:00 +0200 (Fri, 17 Sep 2004) | 1 line
7385 M /trunk/modules/video_filter/logo.c
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
7391 M /trunk/modules/stream_out/transcode.c
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
7397 M /trunk/modules/video_filter/logo.c
7398 M /trunk/src/libvlc.h
7399 M /trunk/src/video_output/vout_subpictures.c
7401 * modules/video_filter/logo.c: implemented a logo subpictures filter.
7403 ------------------------------------------------------------------------
7404 r8718 | gbazin | 2004-09-17 11:13:05 +0200 (Fri, 17 Sep 2004) | 1 line
7406 M /trunk/modules/video_filter/scale.c
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
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
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.
7423 ------------------------------------------------------------------------
7424 r8716 | gbazin | 2004-09-17 00:04:36 +0200 (Fri, 17 Sep 2004) | 3 lines
7426 M /trunk/modules/misc/rtsp.c
7427 M /trunk/modules/stream_out/description.c
7429 * modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
7430 * modules/stream_out/description.c: bug fix.
7432 ------------------------------------------------------------------------
7433 r8715 | gbazin | 2004-09-16 16:31:14 +0200 (Thu, 16 Sep 2004) | 1 line
7435 M /trunk/modules/gui/wxwindows/menus.cpp
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
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
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.
7450 ------------------------------------------------------------------------
7451 r8713 | gbazin | 2004-09-15 18:59:25 +0200 (Wed, 15 Sep 2004) | 1 line
7453 M /trunk/modules/video_filter/Modules.am
7455 * modules/video_filter/Modules.am: oops
7456 ------------------------------------------------------------------------
7457 r8712 | gbazin | 2004-09-15 18:02:45 +0200 (Wed, 15 Sep 2004) | 1 line
7459 M /trunk/configure.ac
7460 M /trunk/modules/video_filter/Modules.am
7461 A /trunk/modules/video_filter/scale.c
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
7467 M /trunk/modules/codec/ffmpeg/video_filter.c
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
7473 M /trunk/modules/video_filter/swscale/filter.c
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
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
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.
7508 ------------------------------------------------------------------------
7509 r8708 | gbazin | 2004-09-14 22:30:12 +0200 (Tue, 14 Sep 2004) | 4 lines
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
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.
7522 ------------------------------------------------------------------------
7523 r8707 | bigben | 2004-09-14 19:27:52 +0200 (Tue, 14 Sep 2004) | 4 lines
7525 M /trunk/modules/demux/avi/avi.c
7531 ------------------------------------------------------------------------
7532 r8706 | gbazin | 2004-09-14 13:45:44 +0200 (Tue, 14 Sep 2004) | 3 lines
7534 M /trunk/INSTALL.win32
7535 M /trunk/configure.ac
7537 * configure.ac: fixed --with-ffmpeg-dts.
7538 * INSTALL.win32: update with new contrib package.
7540 ------------------------------------------------------------------------
7541 r8705 | gbazin | 2004-09-14 13:38:50 +0200 (Tue, 14 Sep 2004) | 1 line
7543 M /trunk/modules/demux/asf/asf.c
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
7549 M /trunk/extras/contrib/src/packages.mak
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
7555 M /trunk/modules/access/dshow/crossbar.cpp
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
7561 M /trunk/modules/access/dshow/crossbar.cpp
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
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
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)
7588 ------------------------------------------------------------------------
7589 r8700 | titer | 2004-09-13 17:46:00 +0200 (Mon, 13 Sep 2004) | 2 lines
7591 M /trunk/extras/contrib/src/Makefile
7593 contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
7595 ------------------------------------------------------------------------
7596 r8699 | gbazin | 2004-09-13 15:28:10 +0200 (Mon, 13 Sep 2004) | 1 line
7598 M /trunk/include/vlc_block.h
7599 M /trunk/src/misc/block.c
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
7605 M /trunk/configure.ac
7607 + configure.ac: explicitly link to -lnet the modules which need it
7608 (cause latest BeOS gcc doesn't do it by default anymore)
7610 ------------------------------------------------------------------------
7611 r8697 | titer | 2004-09-13 10:27:58 +0200 (Mon, 13 Sep 2004) | 2 lines
7613 M /trunk/modules/mux/asf.c
7615 + mux/asf.c: gcc < 3 compile fix
7617 ------------------------------------------------------------------------
7618 r8696 | gbazin | 2004-09-12 22:32:08 +0200 (Sun, 12 Sep 2004) | 1 line
7620 M /trunk/modules/video_output/directx/directx.c
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
7626 M /trunk/src/video_output/video_output.c
7627 M /trunk/src/video_output/vout_pictures.c
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
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
7640 * modules/access/dshow/*:
7641 - switch to access_demux module for raw video/audio streams.
7642 - massive cleanup and simplifications.
7645 ------------------------------------------------------------------------
7646 r8693 | gbazin | 2004-09-12 12:30:24 +0200 (Sun, 12 Sep 2004) | 1 line
7648 M /trunk/modules/access/screen/win32.c
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
7654 M /trunk/modules/access/dshow/dshow.cpp
7655 M /trunk/modules/access/dshow/filter.cpp
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
7661 M /trunk/modules/video_output/directx/directx.c
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
7667 M /trunk/modules/video_output/directx/events.c
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
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
7680 * include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
7682 ------------------------------------------------------------------------
7683 r8688 | gbazin | 2004-09-10 23:08:41 +0200 (Fri, 10 Sep 2004) | 1 line
7685 M /trunk/modules/video_filter/logo.c
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
7691 M /trunk/src/video_output/video_output.c
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
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
7702 * src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
7704 ------------------------------------------------------------------------
7705 r8685 | gbazin | 2004-09-10 19:22:03 +0200 (Fri, 10 Sep 2004) | 2 lines
7707 M /trunk/include/video_output.h
7708 M /trunk/include/vlc_video.h
7709 M /trunk/src/video_output/vout_pictures.c
7711 * include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
7713 ------------------------------------------------------------------------
7714 r8684 | gbazin | 2004-09-10 15:53:43 +0200 (Fri, 10 Sep 2004) | 1 line
7716 M /trunk/modules/video_output/directx/directx.c
7717 M /trunk/modules/video_output/x11/xcommon.c
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
7723 M /trunk/modules/codec/rawvideo.c
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
7729 M /trunk/modules/demux/asf/asf.c
7730 M /trunk/modules/demux/asf/libasf.c
7731 M /trunk/modules/demux/asf/libasf.h
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
7737 M /trunk/modules/demux/asf/libasf.c
7738 M /trunk/modules/demux/asf/libasf.h
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
7744 M /trunk/modules/stream_out/standard.c
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
7750 M /trunk/modules/codec/cmml/intf.c
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
7756 M /trunk/src/misc/httpd.c
7758 * src/misc/httpd.c: spelling mistake.
7759 ------------------------------------------------------------------------
7760 r8677 | gbazin | 2004-09-09 23:45:38 +0200 (Thu, 09 Sep 2004) | 1 line
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
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
7770 M /trunk/src/input/input.c
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
7776 M /trunk/src/extras/libc.c
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
7782 M /trunk/modules/codec/theora.c
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
7788 M /trunk/modules/mux/asf.c
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
7794 M /trunk/modules/control/gestures.c
7796 * modules/control/gestures.c: compilation fix.
7797 ------------------------------------------------------------------------
7798 r8671 | gbazin | 2004-09-09 15:04:12 +0200 (Thu, 09 Sep 2004) | 1 line
7800 M /trunk/include/vlc_common.h
7801 M /trunk/src/extras/libc.c
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
7807 M /trunk/modules/access/dvdnav.c
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
7813 M /trunk/modules/video_output/opengl.c
7814 M /trunk/src/video_output/vout_intf.c
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
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
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
7828 M /trunk/modules/demux/ts.c
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
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
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
7842 M /trunk/modules/stream_out/transcode.c
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
7848 M /trunk/include/vlc_help.h
7849 M /trunk/modules/gui/wxwindows/iteminfo.cpp
7851 * include/vlc_help.h: update.
7852 ------------------------------------------------------------------------
7853 r8663 | gbazin | 2004-09-08 00:55:26 +0200 (Wed, 08 Sep 2004) | 1 line
7855 M /trunk/modules/gui/wxwindows/interface.cpp
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
7861 M /trunk/modules/gui/wxwindows/video.cpp
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
7867 M /trunk/include/vlc_common.h
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
7873 M /trunk/configure.ac
7875 * configure.ac: small iconv fix.
7876 ------------------------------------------------------------------------
7877 r8659 | gbazin | 2004-09-07 23:16:49 +0200 (Tue, 07 Sep 2004) | 3 lines
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
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.
7889 ------------------------------------------------------------------------
7890 r8658 | sigmunau | 2004-09-07 12:34:47 +0200 (Tue, 07 Sep 2004) | 2 lines
7892 M /trunk/modules/misc/freetype.c
7894 freetype.c: don't hang if user specify negative fontsize
7896 ------------------------------------------------------------------------
7897 r8657 | gbazin | 2004-09-07 11:34:03 +0200 (Tue, 07 Sep 2004) | 1 line
7899 M /trunk/modules/codec/faad.c
7900 M /trunk/src/input/decoder.c
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
7907 M /trunk/modules/demux/mkv.cpp
7909 fixed track selection for mkv-files with default flag set on tracks.
7911 ------------------------------------------------------------------------
7912 r8655 | titer | 2004-09-06 23:28:07 +0200 (Mon, 06 Sep 2004) | 2 lines
7914 M /trunk/modules/video_output/opengl.c
7915 M /trunk/src/video_output/vout_intf.c
7917 Fixed OpenGL mouse events
7919 ------------------------------------------------------------------------
7920 r8654 | titer | 2004-09-06 23:07:43 +0200 (Mon, 06 Sep 2004) | 3 lines
7922 M /trunk/src/input/var.c
7924 + src/input/var.c: when starting a title, don't recreate next/prev-chapter
7925 and add callbacks if they already exist
7927 ------------------------------------------------------------------------
7928 r8653 | sigmunau | 2004-09-06 21:01:34 +0200 (Mon, 06 Sep 2004) | 2 lines
7931 M /trunk/modules/demux/mkv.cpp
7933 some timecode and chapter-related fixes from Mosu(thanks a lot).
7935 ------------------------------------------------------------------------
7936 r8652 | titer | 2004-09-06 18:46:25 +0200 (Mon, 06 Sep 2004) | 2 lines
7938 M /trunk/modules/gui/beos/InterfaceWindow.cpp
7939 M /trunk/modules/gui/beos/MsgVals.h
7941 beos/*: fixed title/chapter navigation
7943 ------------------------------------------------------------------------
7944 r8651 | sigmunau | 2004-09-06 18:10:34 +0200 (Mon, 06 Sep 2004) | 2 lines
7948 Added matroska-related items to todo-list
7950 ------------------------------------------------------------------------
7951 r8650 | courmisch | 2004-09-06 17:09:37 +0200 (Mon, 06 Sep 2004) | 2 lines
7953 M /trunk/src/input/input.c
7955 debug message accessed free'd structure causing a segmentation fault
7957 ------------------------------------------------------------------------
7958 r8649 | rocky | 2004-09-06 14:49:29 +0200 (Mon, 06 Sep 2004) | 5 lines
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
7968 Allow size of blocks reads to be specified/adjusted
7969 Split out callback routines.
7970 Some cleanup. Still largely broken though.
7973 ------------------------------------------------------------------------
7974 r8648 | courmisch | 2004-09-06 13:45:44 +0200 (Mon, 06 Sep 2004) | 2 lines
7976 M /trunk/src/misc/httpd.c
7978 0 is a legal socket descriptor
7980 ------------------------------------------------------------------------
7981 r8647 | rocky | 2004-09-06 06:38:46 +0200 (Mon, 06 Sep 2004) | 5 lines
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
7988 2nd attempt to get libcdio cdda working.
7990 mtime.h: define constant for second-to-millisecond conversions.
7993 ------------------------------------------------------------------------
7994 r8646 | fkuehne | 2004-09-05 20:38:53 +0200 (Sun, 05 Sep 2004) | 3 lines
7997 M /trunk/modules/gui/wxwindows/extrapanel.cpp
7999 M /trunk/po/en_GB.po
8008 M /trunk/po/pt_BR.po
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
8021 * first update of the German translation
8022 ------------------------------------------------------------------------
8023 r8644 | fkuehne | 2004-09-05 18:53:04 +0200 (Sun, 05 Sep 2004) | 1 line
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
8035 ------------------------------------------------------------------------
8036 r8643 | rocky | 2004-09-04 16:51:04 +0200 (Sat, 04 Sep 2004) | 10 lines
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
8044 First attempt to reinstate a libcdio cdda.
8046 vlc_meta.h: added CD-Text, ISO 9660, and CDDB fields. Separate email
8047 will be sent about this.
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.
8054 ------------------------------------------------------------------------
8055 r8642 | bigben | 2004-09-04 12:39:44 +0200 (Sat, 04 Sep 2004) | 4 lines
8057 M /trunk/modules/gui/macosx/open.m
8059 * syntax to specify the dvd title/chapter to open has changed...
8063 ------------------------------------------------------------------------
8064 r8641 | massiot | 2004-09-03 20:42:25 +0200 (Fri, 03 Sep 2004) | 4 lines
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
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.
8077 ------------------------------------------------------------------------
8078 r8640 | massiot | 2004-09-03 20:38:33 +0200 (Fri, 03 Sep 2004) | 2 lines
8080 M /trunk/modules/demux/demuxdump.c
8082 * modules/demux/demuxdump.c: Added a --demuxdump-append boolean option.
8084 ------------------------------------------------------------------------
8085 r8639 | massiot | 2004-09-03 20:37:21 +0200 (Fri, 03 Sep 2004) | 2 lines
8087 M /trunk/modules/access/pvr/pvr.c
8089 * modules/access/pvr/pvr.c: Added a --pvr-caching option.
8091 ------------------------------------------------------------------------
8092 r8638 | zorglub | 2004-09-03 02:11:25 +0200 (Fri, 03 Sep 2004) | 2 lines
8094 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
8098 ------------------------------------------------------------------------
8099 r8637 | gbazin | 2004-09-02 23:42:14 +0200 (Thu, 02 Sep 2004) | 1 line
8101 M /trunk/src/libvlc.h
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
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
8113 M /trunk/src/video_output/vout_intf.c
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
8119 M /trunk/extras/contrib/src/packages.mak
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
8125 M /trunk/modules/gui/wxwindows/video.cpp
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
8131 M /trunk/modules/gui/wxwindows/extrapanel.cpp
8133 Switch video-filters on the fly
8135 ------------------------------------------------------------------------
8136 r8631 | gbazin | 2004-09-02 17:20:34 +0200 (Thu, 02 Sep 2004) | 1 line
8138 M /trunk/src/video_output/video_output.c
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
8144 M /trunk/src/input/demux.c
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
8150 M /trunk/extras/contrib/README
8152 * Don't say make bin works in the contrib system
8154 ------------------------------------------------------------------------
8155 r8628 | gbazin | 2004-09-02 01:17:43 +0200 (Thu, 02 Sep 2004) | 1 line
8159 * ChangeLog: update.
8160 ------------------------------------------------------------------------
8161 r8627 | gbazin | 2004-09-02 01:15:12 +0200 (Thu, 02 Sep 2004) | 1 line
8163 M /trunk/modules/visualization/galaktos/Modules.am
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
8169 M /trunk/modules/stream_out/transcode.c
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
8175 M /trunk/extras/contrib/src/Makefile
8176 M /trunk/extras/contrib/src/packages.mak
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").
8180 ------------------------------------------------------------------------
8181 r8624 | hartman | 2004-09-01 23:40:35 +0200 (Wed, 01 Sep 2004) | 2 lines
8183 M /trunk/extras/contrib/src/packages.mak
8185 * updated ebml, matroska, liveMedia and faad2 version
8187 ------------------------------------------------------------------------
8188 r8623 | zorglub | 2004-09-01 22:02:17 +0200 (Wed, 01 Sep 2004) | 2 lines
8190 M /trunk/modules/control/rc.c
8192 Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
8194 ------------------------------------------------------------------------
8195 r8622 | titer | 2004-09-01 20:59:23 +0200 (Wed, 01 Sep 2004) | 4 lines
8197 M /trunk/src/video_output/vout_subpictures.c
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)
8203 ------------------------------------------------------------------------
8204 r8621 | titer | 2004-09-01 20:41:22 +0200 (Wed, 01 Sep 2004) | 2 lines
8206 M /trunk/modules/misc/freetype.c
8208 + misc/freetype.c: workaround yet another weird BeOS behaviour
8210 ------------------------------------------------------------------------
8211 r8620 | gbazin | 2004-09-01 17:56:03 +0200 (Wed, 01 Sep 2004) | 1 line
8213 M /trunk/modules/codec/dmo/dmo.c
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
8219 M /trunk/modules/stream_out/transcode.c
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
8225 M /trunk/modules/mux/asf.c
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
8231 M /trunk/modules/codec/ffmpeg/video_filter.c
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
8237 M /trunk/modules/mux/asf.c
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
8243 M /trunk/modules/codec/ffmpeg/video.c
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
8249 M /trunk/modules/codec/x264.c
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
8255 M /trunk/src/input/input.c
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
8261 M /trunk/share/http/index.html
8262 M /trunk/share/http/style.css
8264 * Added some status information to the HTTP interface
8266 * Invalid HTML SUX !
8267 * Table layout SUX !
8270 ------------------------------------------------------------------------
8271 r8611 | zorglub | 2004-09-01 13:02:15 +0200 (Wed, 01 Sep 2004) | 7 lines
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
8279 M /trunk/po/en_GB.po
8288 M /trunk/po/pt_BR.po
8292 M /trunk/src/libvlc.h
8294 * Fixed a few string errors
8298 * First round of updates for the french l10n
8301 ------------------------------------------------------------------------
8302 r8610 | gbazin | 2004-09-01 00:53:22 +0200 (Wed, 01 Sep 2004) | 1 line
8304 M /trunk/src/video_output/vout_subpictures.c
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
8310 M /trunk/configure.ac
8311 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
8312 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
8314 * Updated version number to 0.8.0-test1 and to codename Janus
8316 ------------------------------------------------------------------------
8317 r8608 | hartman | 2004-08-31 22:21:54 +0200 (Tue, 31 Aug 2004) | 2 lines
8319 M /trunk/modules/gui/macosx/vout.m
8321 * Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
8323 ------------------------------------------------------------------------
8324 r8607 | hartman | 2004-08-31 20:52:22 +0200 (Tue, 31 Aug 2004) | 2 lines
8326 M /trunk/src/misc/modules.c
8328 * forgot the most important file of the commit :)
8330 ------------------------------------------------------------------------
8331 r8606 | hartman | 2004-08-31 20:32:54 +0200 (Tue, 31 Aug 2004) | 4 lines
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
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
8351 ------------------------------------------------------------------------
8352 r8605 | gbazin | 2004-08-31 20:29:58 +0200 (Tue, 31 Aug 2004) | 8 lines
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
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.
8368 ------------------------------------------------------------------------
8369 r8604 | gbazin | 2004-08-31 14:02:12 +0200 (Tue, 31 Aug 2004) | 1 line
8371 M /trunk/modules/audio_filter/format.c
8372 M /trunk/modules/stream_out/transcode.c
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
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
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
8386 M /trunk/modules/codec/araw.c
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
8392 M /trunk/modules/demux/ps.h
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
8398 M /trunk/modules/audio_filter/converter/a52tofloat32.c
8399 M /trunk/modules/audio_filter/converter/dtstofloat32.c
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
8405 M /trunk/modules/gui/macosx/open.m
8407 Consistency in labels.
8410 ------------------------------------------------------------------------
8411 r8598 | titer | 2004-08-31 00:53:40 +0200 (Tue, 31 Aug 2004) | 2 lines
8413 M /trunk/src/input/es_out.c
8417 ------------------------------------------------------------------------
8418 r8597 | gbazin | 2004-08-30 23:02:00 +0200 (Mon, 30 Aug 2004) | 1 line
8420 M /trunk/modules/stream_out/transcode.c
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
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
8432 * Add some options to the subtitle selection dialog. (relative size, encoding, and alignement).
8435 ------------------------------------------------------------------------
8436 r8595 | gbazin | 2004-08-30 21:58:56 +0200 (Mon, 30 Aug 2004) | 1 line
8438 M /trunk/modules/codec/rawvideo.c
8439 M /trunk/modules/demux/avi/avi.c
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
8445 M /trunk/modules/access/v4l/v4l.c
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
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
8458 * ALL: use rgb mask members in video_format_t.
8459 * modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
8461 ------------------------------------------------------------------------
8462 r8592 | gbazin | 2004-08-30 19:46:46 +0200 (Mon, 30 Aug 2004) | 1 line
8464 M /trunk/modules/mux/mpeg/ts.c
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
8470 M /trunk/modules/stream_out/transcode.c
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
8476 M /trunk/modules/gui/wxwindows/interface.cpp
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
8486 ------------------------------------------------------------------------
8487 r8588 | hartman | 2004-08-30 13:02:33 +0200 (Mon, 30 Aug 2004) | 2 lines
8489 M /trunk/modules/demux/mp4/mp4.c
8491 * Remove fprintf debug statement in the mp4 demux
8493 ------------------------------------------------------------------------
8494 r8587 | damienf | 2004-08-30 12:45:01 +0200 (Mon, 30 Aug 2004) | 9 lines
8496 M /trunk/src/input/stream.c
8499 i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked.
8504 before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
8507 ------------------------------------------------------------------------
8508 r8586 | gbazin | 2004-08-30 12:35:19 +0200 (Mon, 30 Aug 2004) | 1 line
8513 ------------------------------------------------------------------------
8514 r8585 | gbazin | 2004-08-30 04:15:25 +0200 (Mon, 30 Aug 2004) | 1 line
8516 M /trunk/modules/demux/ps.h
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
8522 M /trunk/modules/video_chroma/i420_rgb8.c
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
8528 M /trunk/modules/video_chroma/i420_rgb16.c
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
8534 M /trunk/modules/video_chroma/i420_yuy2.c
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
8540 M /trunk/src/input/es_out.c
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
8546 M /trunk/src/input/es_out.c
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
8552 M /trunk/src/video_output/vout_pictures.c
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
8558 M /trunk/extras/contrib/src/Makefile
8560 * build ffmpeg with zlib on Mac/BeOS
8561 remember to configure vlc with --with-ffmpeg-zlib
8563 ------------------------------------------------------------------------
8564 r8577 | hartman | 2004-08-30 00:18:25 +0200 (Mon, 30 Aug 2004) | 2 lines
8566 M /trunk/modules/codec/ffmpeg/ffmpeg.c
8568 * added TSCC decoder to our ffmpeg module
8570 ------------------------------------------------------------------------
8571 r8576 | zorglub | 2004-08-29 23:26:16 +0200 (Sun, 29 Aug 2004) | 2 lines
8573 M /trunk/modules/stream_out/standard.c
8574 M /trunk/src/stream_output/sap.c
8578 ------------------------------------------------------------------------
8579 r8575 | hartman | 2004-08-29 21:48:09 +0200 (Sun, 29 Aug 2004) | 4 lines
8581 M /trunk/modules/gui/macosx/intf.h
8582 M /trunk/modules/gui/macosx/intf.m
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.
8588 ------------------------------------------------------------------------
8589 r8574 | fenrir | 2004-08-29 21:36:41 +0200 (Sun, 29 Aug 2004) | 4 lines
8591 M /trunk/src/input/es_out.c
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
8597 ------------------------------------------------------------------------
8598 r8573 | fenrir | 2004-08-29 21:34:54 +0200 (Sun, 29 Aug 2004) | 3 lines
8600 M /trunk/modules/demux/mp4/libmp4.c
8601 M /trunk/modules/demux/mp4/libmp4.h
8602 M /trunk/modules/demux/mp4/mp4.c
8604 * mp4: support vobsub in .mp4 (NeroRecode), but won't work if the video
8607 ------------------------------------------------------------------------
8608 r8572 | hartman | 2004-08-29 17:59:12 +0200 (Sun, 29 Aug 2004) | 3 lines
8611 M /trunk/modules/gui/macosx/voutqt.m
8613 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
8616 ------------------------------------------------------------------------
8617 r8571 | hartman | 2004-08-29 17:11:50 +0200 (Sun, 29 Aug 2004) | 2 lines
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
8623 * fix text encoding of subtitle filenames (and other paths).
8625 ------------------------------------------------------------------------
8626 r8570 | titer | 2004-08-29 15:40:56 +0200 (Sun, 29 Aug 2004) | 2 lines
8628 M /trunk/src/input/es_out.c
8630 src/input/es_out.c: gcc < 3 fix
8632 ------------------------------------------------------------------------
8633 r8569 | gbazin | 2004-08-29 15:18:53 +0200 (Sun, 29 Aug 2004) | 1 line
8635 M /trunk/modules/stream_out/transcode.c
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
8641 M /trunk/modules/misc/dummy/vout.c
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
8647 M /trunk/modules/demux/ogg.c
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
8653 M /trunk/modules/mux/ogg.c
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
8659 M /trunk/modules/codec/vorbis.c
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
8665 M /trunk/modules/video_chroma/i420_rgb.c
8666 M /trunk/modules/video_output/x11/xcommon.c
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).
8671 ------------------------------------------------------------------------
8672 r8563 | zorglub | 2004-08-29 11:04:20 +0200 (Sun, 29 Aug 2004) | 2 lines
8674 M /trunk/modules/gui/wxwindows/playlist.cpp
8676 Fix last playlist item deletion with wxWIN32
8678 ------------------------------------------------------------------------
8679 r8562 | asmax | 2004-08-29 11:00:03 +0200 (Sun, 29 Aug 2004) | 3 lines
8681 M /trunk/modules/gui/skins2/commands/async_queue.cpp
8682 M /trunk/modules/gui/skins2/commands/async_queue.hpp
8684 * async_queue.*: AsyncQueue::remove is now thread-safe to avoid potential
8685 (but *very* unlikely) segfaults
8687 ------------------------------------------------------------------------
8688 r8561 | gbazin | 2004-08-29 03:28:28 +0200 (Sun, 29 Aug 2004) | 1 line
8690 M /trunk/modules/codec/mpeg_audio.c
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
8696 M /trunk/modules/mux/ogg.c
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
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
8707 * codec/ffmpeg/video_filter.c: deinterlace filter.
8708 * stream_out/transcode.c: deinterlacing works again.
8710 ------------------------------------------------------------------------
8711 r8558 | gbazin | 2004-08-29 02:40:43 +0200 (Sun, 29 Aug 2004) | 4 lines
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
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.
8722 ------------------------------------------------------------------------
8723 r8557 | gbazin | 2004-08-29 01:59:55 +0200 (Sun, 29 Aug 2004) | 2 lines
8725 M /trunk/modules/audio_filter/converter/a52tofloat32.c
8727 * modules/audio_filter/converter/a52tofloat32.c: added implementation for the new audio filter architecture.
8729 ------------------------------------------------------------------------
8730 r8556 | gbazin | 2004-08-29 01:58:01 +0200 (Sun, 29 Aug 2004) | 3 lines
8732 M /trunk/modules/codec/vorbis.c
8733 M /trunk/modules/stream_out/transcode.c
8735 * modules/codec/vorbis.c: vorbis encoder takes float32 as input.
8736 * modules/stream_out/transcode.c: respect input requested by encoder.
8738 ------------------------------------------------------------------------
8739 r8555 | gbazin | 2004-08-29 00:50:50 +0200 (Sun, 29 Aug 2004) | 1 line
8741 M /trunk/modules/gui/wxwindows/menus.cpp
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
8747 M /trunk/modules/gui/wxwindows/fileinfo.cpp
8748 M /trunk/modules/gui/wxwindows/wxwindows.h
8750 Update the "Stream and Media Info" dialog
8752 ------------------------------------------------------------------------
8753 r8553 | gbazin | 2004-08-28 20:37:02 +0200 (Sat, 28 Aug 2004) | 4 lines
8755 M /trunk/modules/codec/theora.c
8756 M /trunk/modules/stream_out/transcode.c
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.
8762 ------------------------------------------------------------------------
8763 r8552 | gbazin | 2004-08-28 20:07:35 +0200 (Sat, 28 Aug 2004) | 1 line
8765 M /trunk/src/video_output/vout_pictures.c
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
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
8809 * ALL: use i_visible_lines in plane_t.
8811 ------------------------------------------------------------------------
8812 r8550 | gbazin | 2004-08-28 18:46:22 +0200 (Sat, 28 Aug 2004) | 1 line
8814 M /trunk/include/vlc_video.h
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
8820 M /trunk/src/input/stream.c
8822 * stream.c: oops another bug with SET_ID...
8824 ------------------------------------------------------------------------
8825 r8548 | fenrir | 2004-08-28 17:20:18 +0200 (Sat, 28 Aug 2004) | 2 lines
8827 M /trunk/include/vlc_access.h
8828 M /trunk/modules/access/dvb/access.c
8830 * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
8832 ------------------------------------------------------------------------
8833 r8547 | sam | 2004-08-28 13:29:48 +0200 (Sat, 28 Aug 2004) | 2 lines
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
8852 ------------------------------------------------------------------------
8853 r8546 | gbazin | 2004-08-28 13:02:51 +0200 (Sat, 28 Aug 2004) | 9 lines
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
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.
8874 ------------------------------------------------------------------------
8875 r8545 | zorglub | 2004-08-28 12:04:15 +0200 (Sat, 28 Aug 2004) | 3 lines
8877 M /trunk/modules/access/dvb/access.c
8882 ------------------------------------------------------------------------
8883 r8544 | sam | 2004-08-27 22:58:33 +0200 (Fri, 27 Aug 2004) | 2 lines
8885 M /trunk/debian/rules
8887 * debian/rules: typo.
8889 ------------------------------------------------------------------------
8890 r8543 | sam | 2004-08-27 22:46:35 +0200 (Fri, 27 Aug 2004) | 7 lines
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
8902 + Removed unused menu files.
8904 + Build libavformat.
8905 * include/vlc_common.h:
8906 + PACKAGE overrides PACKAGE_NAME.
8908 ------------------------------------------------------------------------
8909 r8542 | gbazin | 2004-08-27 22:44:39 +0200 (Fri, 27 Aug 2004) | 3 lines
8911 M /trunk/modules/demux/asf/asf.c
8912 M /trunk/modules/mux/asf.c
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.
8917 ------------------------------------------------------------------------
8918 r8541 | gbazin | 2004-08-27 22:10:21 +0200 (Fri, 27 Aug 2004) | 1 line
8920 M /trunk/modules/mux/asf.c
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
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
8936 + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
8939 ------------------------------------------------------------------------
8940 r8539 | sam | 2004-08-27 21:30:37 +0200 (Fri, 27 Aug 2004) | 5 lines
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
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.
8953 ------------------------------------------------------------------------
8954 r8538 | sam | 2004-08-27 19:25:31 +0200 (Fri, 27 Aug 2004) | 2 lines
8956 M /trunk/po/POTFILES.in
8958 * po/POTFILES.in: updated for deprecated files.
8960 ------------------------------------------------------------------------
8961 r8537 | gbazin | 2004-08-27 15:57:11 +0200 (Fri, 27 Aug 2004) | 1 line
8963 M /trunk/configure.ac
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
8969 M /trunk/configure.ac
8971 * configure.ac: fixed typo.
8972 ------------------------------------------------------------------------
8973 r8535 | gbazin | 2004-08-27 15:34:44 +0200 (Fri, 27 Aug 2004) | 1 line
8975 M /trunk/configure.ac
8976 M /trunk/modules/audio_filter/Modules.am
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
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
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.
9005 ------------------------------------------------------------------------
9006 r8533 | sam | 2004-08-27 14:14:26 +0200 (Fri, 27 Aug 2004) | 2 lines
9010 * extras: ignore extra directories.
9012 ------------------------------------------------------------------------
9013 r8532 | sam | 2004-08-27 14:10:17 +0200 (Fri, 27 Aug 2004) | 11 lines
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
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.
9030 + Force the vlc-plugin-arts and qvlc dependencies.
9031 + Build-depend on jam and nasm because of x264.
9033 + Converted to UTF-8.
9035 ------------------------------------------------------------------------
9036 r8531 | gbazin | 2004-08-26 23:27:06 +0200 (Thu, 26 Aug 2004) | 15 lines
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
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:
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).
9072 ------------------------------------------------------------------------
9073 r8530 | gbazin | 2004-08-26 21:26:16 +0200 (Thu, 26 Aug 2004) | 1 line
9075 M /trunk/modules/codec/libmpeg2.c
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
9081 M /trunk/src/input/decoder.c
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
9089 * INSTALL: added a note about bootstrapping.
9091 ------------------------------------------------------------------------
9092 r8527 | titer | 2004-08-26 15:11:16 +0200 (Thu, 26 Aug 2004) | 2 lines
9094 M /trunk/modules/demux/ts.c
9096 + demux/ts.c: gcc < 3 fix
9098 ------------------------------------------------------------------------
9099 r8526 | titer | 2004-08-26 14:59:31 +0200 (Thu, 26 Aug 2004) | 6 lines
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
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
9112 ------------------------------------------------------------------------
9113 r8525 | ipkiss | 2004-08-25 23:36:03 +0200 (Wed, 25 Aug 2004) | 2 lines
9115 M /trunk/doc/skins/skins2-howto.xml
9119 ------------------------------------------------------------------------
9120 r8524 | ipkiss | 2004-08-25 23:32:15 +0200 (Wed, 25 Aug 2004) | 2 lines
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
9133 * skins2: new "playlist.load()" and "playlist.save()" actions
9135 ------------------------------------------------------------------------
9136 r8523 | fenrir | 2004-08-25 22:09:16 +0200 (Wed, 25 Aug 2004) | 2 lines
9138 M /trunk/modules/demux/ts.c
9140 ts.c: send pid select/unselect to access. (untested).
9142 ------------------------------------------------------------------------
9143 r8522 | fenrir | 2004-08-25 22:08:23 +0200 (Wed, 25 Aug 2004) | 2 lines
9145 M /trunk/src/input/demux.c
9146 M /trunk/src/input/input.c
9148 * input: send DEMUX_SET_GROUP.
9150 ------------------------------------------------------------------------
9151 r8521 | fenrir | 2004-08-25 22:06:00 +0200 (Wed, 25 Aug 2004) | 2 lines
9153 M /trunk/modules/access/dvb/access.c
9157 ------------------------------------------------------------------------
9158 r8520 | fenrir | 2004-08-25 20:50:36 +0200 (Wed, 25 Aug 2004) | 4 lines
9160 M /trunk/include/vlc_access.h
9161 M /trunk/include/vlc_demux.h
9162 M /trunk/include/vlc_input.h
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).
9168 ------------------------------------------------------------------------
9169 r8519 | gbazin | 2004-08-25 17:09:50 +0200 (Wed, 25 Aug 2004) | 1 line
9171 M /trunk/Makefile.am
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
9177 M /trunk/modules/access/dvb/access.c
9178 M /trunk/modules/access/dvb/dvb.h
9180 * dvb: compilation fix. With great luck it may, perhaps, work in budget
9181 mode (else I still need to hack ts demuxer).
9183 ------------------------------------------------------------------------
9184 r8517 | fenrir | 2004-08-24 23:58:24 +0200 (Tue, 24 Aug 2004) | 3 lines
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
9190 * dvn: first pass to port dvb to new api. (it doesn't even yet compile,
9193 ------------------------------------------------------------------------
9194 r8516 | sigmunau | 2004-08-24 22:50:36 +0200 (Tue, 24 Aug 2004) | 2 lines
9196 M /trunk/share/Makefile.am
9198 share/Makefile.am: update for default skin change
9200 ------------------------------------------------------------------------
9201 r8515 | fenrir | 2004-08-24 22:03:15 +0200 (Tue, 24 Aug 2004) | 2 lines
9203 M /trunk/modules/access/udp.c
9207 ------------------------------------------------------------------------
9208 r8514 | gbazin | 2004-08-24 21:38:09 +0200 (Tue, 24 Aug 2004) | 1 line
9210 M /trunk/modules/video_output/x11/xcommon.c
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
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
9222 * the default skin is now shipped as a .vlt (whether you like it or not ;)
9223 * missing "Id" property
9225 ------------------------------------------------------------------------
9226 r8512 | asmax | 2004-08-24 20:43:41 +0200 (Tue, 24 Aug 2004) | 2 lines
9228 M /trunk/include/vlc_interface.h
9229 M /trunk/modules/gui/skins2/src/dialogs.cpp
9230 M /trunk/modules/gui/wxwindows/dialogs.cpp
9232 * all: removed obsolete b_blocking in intf_dialogs_arg_t
9234 ------------------------------------------------------------------------
9235 r8511 | gbazin | 2004-08-24 20:31:13 +0200 (Tue, 24 Aug 2004) | 2 lines
9237 M /trunk/modules/demux/Modules.am
9238 D /trunk/modules/demux/demuxstream.c
9240 * modules/demux/demuxstream.c: module obsoleted by the --ts-out option of the ts demuxer (and is broken anyway).
9242 ------------------------------------------------------------------------
9243 r8510 | fenrir | 2004-08-24 19:51:44 +0200 (Tue, 24 Aug 2004) | 2 lines
9245 M /trunk/modules/demux/ts.c
9247 * ts.c: fixed --ts-out.
9249 ------------------------------------------------------------------------
9250 r8509 | jlj | 2004-08-24 18:30:53 +0200 (Tue, 24 Aug 2004) | 3 lines
9252 M /trunk/configure.ac
9253 M /trunk/src/libvlc.c
9255 * ./src/libvlc.c: initialize dvd/vcd/cd-audio values using HAL.
9258 ------------------------------------------------------------------------
9259 r8508 | fenrir | 2004-08-24 00:16:58 +0200 (Tue, 24 Aug 2004) | 3 lines
9261 M /trunk/modules/demux/ps.c
9263 * ps.c: handle PES with 0 size. (look for next start code, slow but
9264 better that nothing).
9266 ------------------------------------------------------------------------
9267 r8507 | gbazin | 2004-08-23 17:19:56 +0200 (Mon, 23 Aug 2004) | 1 line
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
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
9277 M /trunk/modules/packetizer/h264.c
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
9283 M /trunk/src/input/decoder.c
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
9289 M /trunk/modules/codec/ogt/cvd.c
9290 M /trunk/modules/codec/ogt/ogt.c
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
9296 M /trunk/modules/gui/skins2/src/theme_repository.cpp
9299 * all: french translation for skin popup menu
9301 ------------------------------------------------------------------------
9302 r8502 | fenrir | 2004-08-22 17:17:35 +0200 (Sun, 22 Aug 2004) | 2 lines
9304 M /trunk/modules/codec/x264.c
9308 ------------------------------------------------------------------------
9309 r8501 | hartman | 2004-08-22 17:16:03 +0200 (Sun, 22 Aug 2004) | 3 lines
9311 M /trunk/Makefile.am
9312 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
9314 * Added the new OSX vout files
9315 * added the new OSX vout files to pb proj.
9317 ------------------------------------------------------------------------
9318 r8500 | asmax | 2004-08-22 17:00:19 +0200 (Sun, 22 Aug 2004) | 4 lines
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
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
9328 ------------------------------------------------------------------------
9329 r8499 | ipkiss | 2004-08-22 16:39:16 +0200 (Sun, 22 Aug 2004) | 4 lines
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
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
9341 ------------------------------------------------------------------------
9342 r8498 | hartman | 2004-08-22 16:32:51 +0200 (Sun, 22 Aug 2004) | 4 lines
9344 M /trunk/modules/video_output/x11/glx.c
9346 * initialize variables and don't use arguments that failed being created.
9347 (fixes glx when X11 isn't runnning)
9350 ------------------------------------------------------------------------
9351 r8497 | gbazin | 2004-08-22 16:16:37 +0200 (Sun, 22 Aug 2004) | 1 line
9353 M /trunk/modules/gui/skins2/src/skin_main.cpp
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
9359 M /trunk/modules/video_output/x11/glx.c
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
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
9372 * all: skeleton of a popup menu entry for skin selection
9374 ------------------------------------------------------------------------
9375 r8494 | gbazin | 2004-08-22 13:06:28 +0200 (Sun, 22 Aug 2004) | 1 line
9377 M /trunk/modules/access/dvdread.c
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
9383 M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
9385 * ctrl_list.cpp: beginning of key handling in the playlist
9387 ------------------------------------------------------------------------
9388 r8492 | asmax | 2004-08-22 11:40:07 +0200 (Sun, 22 Aug 2004) | 2 lines
9390 M /trunk/share/Makefile.am
9392 * Makefile.am: don't forget to copy reduce_mouseover.png !
9394 ------------------------------------------------------------------------
9395 r8491 | rocky | 2004-08-22 04:17:43 +0200 (Sun, 22 Aug 2004) | 2 lines
9399 automake 1.8 works, so accept that as well.
9401 ------------------------------------------------------------------------
9402 r8490 | hartman | 2004-08-21 21:45:40 +0200 (Sat, 21 Aug 2004) | 2 lines
9404 M /trunk/modules/video_output/x11/glx.c
9406 * Fix a X11 GLX crash
9408 ------------------------------------------------------------------------
9409 r8489 | gbazin | 2004-08-21 18:38:10 +0200 (Sat, 21 Aug 2004) | 1 line
9411 M /trunk/configure.ac
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
9417 M /trunk/modules/gui/wxwindows/extrapanel.cpp
9420 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to
9421 "Restore Defaults" so it gets translated
9423 * po/fr.po : Chanded "Restore Defaults" translation
9427 ------------------------------------------------------------------------
9428 r8487 | sam | 2004-08-21 16:11:41 +0200 (Sat, 21 Aug 2004) | 2 lines
9430 M /trunk/Makefile.am
9432 * Makefile.am: yet another humiliating submission of automake.
9434 ------------------------------------------------------------------------
9435 r8486 | asmax | 2004-08-21 16:06:08 +0200 (Sat, 21 Aug 2004) | 2 lines
9437 M /trunk/Makefile.am
9439 * Makefile.am: "noinst_lib_DATA" broke bootstrap :(
9441 ------------------------------------------------------------------------
9442 r8485 | asmax | 2004-08-21 15:54:36 +0200 (Sat, 21 Aug 2004) | 3 lines
9444 M /trunk/modules/audio_output/alsa.c
9445 M /trunk/src/audio_output/output.c
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 :(
9450 ------------------------------------------------------------------------
9451 r8484 | gbazin | 2004-08-21 15:06:42 +0200 (Sat, 21 Aug 2004) | 1 line
9453 M /trunk/modules/gui/wxwindows/open.cpp
9454 M /trunk/modules/gui/wxwindows/wxwindows.h
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
9460 M /trunk/modules/audio_output/alsa.c
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)
9466 ------------------------------------------------------------------------
9467 r8482 | asmax | 2004-08-21 14:38:53 +0200 (Sat, 21 Aug 2004) | 5 lines
9469 M /trunk/src/audio_output/output.c
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!!!)
9476 ------------------------------------------------------------------------
9477 r8481 | ipkiss | 2004-08-21 13:47:04 +0200 (Sat, 21 Aug 2004) | 2 lines
9479 M /trunk/share/Makefile.am
9480 D /trunk/share/skins
9481 M /trunk/src/interface/interface.c
9483 Removed the default skin for the skins1 module
9485 ------------------------------------------------------------------------
9486 r8480 | ipkiss | 2004-08-21 13:34:33 +0200 (Sat, 21 Aug 2004) | 2 lines
9489 M /trunk/configure.ac
9490 M /trunk/modules/LIST
9491 D /trunk/modules/gui/skins
9493 M /trunk/vlc.win32.nsi
9495 Removed the old skins plugin
9497 ------------------------------------------------------------------------
9498 r8479 | gbazin | 2004-08-21 13:06:19 +0200 (Sat, 21 Aug 2004) | 4 lines
9500 M /trunk/src/input/input.c
9501 M /trunk/src/libvlc.h
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.
9507 ------------------------------------------------------------------------
9508 r8478 | sam | 2004-08-21 12:46:32 +0200 (Sat, 21 Aug 2004) | 4 lines
9510 M /trunk/Makefile.am
9513 + Don't use vlc_app_DATA for the BeOS bundle.
9514 + Build the BeOS bundle in $(top_builddir).
9516 ------------------------------------------------------------------------
9517 r8477 | gbazin | 2004-08-21 02:22:44 +0200 (Sat, 21 Aug 2004) | 3 lines
9519 M /trunk/src/input/input.c
9520 M /trunk/src/libvlc.h
9522 * src/libvlc.h: updated useage.
9523 * src/input/input.c: hack for udp access and MRLSections().
9525 ------------------------------------------------------------------------
9526 r8476 | gbazin | 2004-08-21 01:37:40 +0200 (Sat, 21 Aug 2004) | 6 lines
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
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.
9541 ------------------------------------------------------------------------
9542 r8475 | titer | 2004-08-20 17:49:09 +0200 (Fri, 20 Aug 2004) | 2 lines
9544 M /trunk/modules/gui/beos/MessagesWindow.cpp
9545 M /trunk/modules/gui/beos/MessagesWindow.h
9547 beos/MessagesWindow*: fixed messages window
9549 ------------------------------------------------------------------------
9550 r8474 | sam | 2004-08-20 17:21:43 +0200 (Fri, 20 Aug 2004) | 4 lines
9552 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9553 M /trunk/modules/stream_out/transcode.c
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
9559 ------------------------------------------------------------------------
9560 r8473 | sam | 2004-08-20 17:09:43 +0200 (Fri, 20 Aug 2004) | 2 lines
9562 M /trunk/src/input/control.c
9564 * src/input/control.c: minor typo in a comment.
9566 ------------------------------------------------------------------------
9567 r8472 | sam | 2004-08-20 16:57:18 +0200 (Fri, 20 Aug 2004) | 2 lines
9569 M /trunk/configure.ac
9570 M /trunk/modules/codec/ffmpeg/Modules.am
9571 M /trunk/modules/stream_out/Modules.am
9573 * configure.ac: Added --enable-ffmpegaltivec. Do not use it.
9575 ------------------------------------------------------------------------
9576 r8471 | titer | 2004-08-20 16:40:23 +0200 (Fri, 20 Aug 2004) | 4 lines
9578 M /trunk/Makefile.am
9579 M /trunk/configure.ac
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
9585 ------------------------------------------------------------------------
9586 r8470 | gbazin | 2004-08-20 15:01:49 +0200 (Fri, 20 Aug 2004) | 7 lines
9588 M /trunk/modules/access/cdda.c
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.
9597 ------------------------------------------------------------------------
9598 r8469 | titer | 2004-08-20 13:57:51 +0200 (Fri, 20 Aug 2004) | 4 lines
9600 M /trunk/extras/contrib/src/Makefile
9601 M /trunk/extras/contrib/src/Patches/gettext.patch
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
9607 ------------------------------------------------------------------------
9608 r8468 | gbazin | 2004-08-20 12:19:42 +0200 (Fri, 20 Aug 2004) | 1 line
9613 ------------------------------------------------------------------------
9614 r8467 | gbazin | 2004-08-20 11:01:19 +0200 (Fri, 20 Aug 2004) | 1 line
9616 M /trunk/src/input/input.c
9617 M /trunk/src/input/input_internal.h
9618 M /trunk/src/input/stream.c
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
9624 M /trunk/src/input/input.c
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
9630 M /trunk/modules/stream_out/transcode.c
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
9636 M /trunk/modules/demux/livedotcom.cpp
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
9642 ------------------------------------------------------------------------
9643 r8463 | gbazin | 2004-08-19 17:11:32 +0200 (Thu, 19 Aug 2004) | 1 line
9645 M /trunk/modules/mux/asf.c
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
9651 M /trunk/modules/codec/dmo/dmo.c
9652 M /trunk/modules/codec/dmo/dmo.h
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
9658 M /trunk/modules/stream_out/transcode.c
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
9664 M /trunk/modules/mux/asf.c
9666 * modules/mux/asf.c: small cleanup
9667 ------------------------------------------------------------------------
9668 r8459 | gbazin | 2004-08-19 13:32:20 +0200 (Thu, 19 Aug 2004) | 1 line
9670 M /trunk/modules/mux/asf.c
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
9676 M /trunk/modules/demux/livedotcom.cpp
9678 livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
9679 fewer garbled frames. Still not perfect though.
9681 ------------------------------------------------------------------------
9682 r8457 | sigmunau | 2004-08-18 18:04:01 +0200 (Wed, 18 Aug 2004) | 5 lines
9684 M /trunk/modules/demux/livedotcom.cpp
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.
9691 ------------------------------------------------------------------------
9692 r8456 | gbazin | 2004-08-18 17:46:01 +0200 (Wed, 18 Aug 2004) | 1 line
9694 M /trunk/modules/mux/asf.c
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
9700 M /trunk/po/POTFILES.in
9702 po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
9704 ------------------------------------------------------------------------
9705 r8454 | gbazin | 2004-08-18 14:04:03 +0200 (Wed, 18 Aug 2004) | 1 line
9707 M /trunk/modules/mux/asf.c
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
9713 M /trunk/modules/audio_filter/Modules.am
9715 Modules.am: fixed incorrect filename
9717 ------------------------------------------------------------------------
9718 r8452 | gbazin | 2004-08-18 13:08:54 +0200 (Wed, 18 Aug 2004) | 1 line
9720 M /trunk/modules/codec/dmo/dmo.c
9721 M /trunk/modules/codec/dmo/dmo.h
9723 * modules/codec/dmo/*: fixed video encoding.
9724 ------------------------------------------------------------------------
9725 r8451 | sigmunau | 2004-08-18 11:59:29 +0200 (Wed, 18 Aug 2004) | 2 lines
9727 M /trunk/modules/audio_output/alsa.c
9729 alsa.c: support mono on stereo only boards
9731 ------------------------------------------------------------------------
9732 r8450 | sigmunau | 2004-08-18 11:45:07 +0200 (Wed, 18 Aug 2004) | 2 lines
9734 M /trunk/modules/audio_output/alsa.c
9736 alsa.c: don't fail the probe without giving a reason in the log.
9738 ------------------------------------------------------------------------
9739 r8449 | titer | 2004-08-17 22:55:55 +0200 (Tue, 17 Aug 2004) | 2 lines
9741 M /trunk/modules/gui/beos/InterfaceWindow.cpp
9742 M /trunk/modules/gui/beos/MediaControlView.cpp
9743 M /trunk/modules/gui/beos/MediaControlView.h
9745 beos/*: fixed seek, clean up
9747 ------------------------------------------------------------------------
9748 r8448 | titer | 2004-08-17 19:24:02 +0200 (Tue, 17 Aug 2004) | 7 lines
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
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
9770 Language/subtitle selection works again in the BeOS UI, but there's
9771 still a lot to fix :|
9773 ------------------------------------------------------------------------
9774 r8447 | titer | 2004-08-17 18:59:02 +0200 (Tue, 17 Aug 2004) | 4 lines
9776 M /trunk/modules/gui/macosx/equalizer.m
9777 M /trunk/modules/gui/macosx/voutgl.m
9778 M /trunk/modules/gui/macosx/voutqt.m
9780 + macosx/equalizer.m: missing vlc_object_release()
9781 + macosx/vout*: --macosx-vout and --macosx-opengl-effect
9784 ------------------------------------------------------------------------
9785 r8446 | titer | 2004-08-17 17:17:04 +0200 (Tue, 17 Aug 2004) | 6 lines
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
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
9802 ------------------------------------------------------------------------
9803 r8445 | gbazin | 2004-08-17 12:31:51 +0200 (Tue, 17 Aug 2004) | 1 line
9805 M /trunk/modules/codec/dmo/dmo.c
9806 M /trunk/modules/codec/dmo/dmo.h
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
9812 M /trunk/modules/codec/ffmpeg/demux.c
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
9818 M /trunk/modules/codec/flac.c
9822 ------------------------------------------------------------------------
9823 r8442 | titer | 2004-08-16 14:51:11 +0200 (Mon, 16 Aug 2004) | 4 lines
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
9834 There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
9835 and build matroska support
9837 ------------------------------------------------------------------------
9838 r8441 | gbazin | 2004-08-16 12:06:54 +0200 (Mon, 16 Aug 2004) | 1 line
9840 M /trunk/modules/video_output/x11/xcommon.c
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
9846 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9848 modules/codec/ffmpeg/ffmpeg.c: corrected a build number
9850 ------------------------------------------------------------------------
9851 r8439 | sam | 2004-08-16 10:42:33 +0200 (Mon, 16 Aug 2004) | 4 lines
9853 M /trunk/configure.ac
9856 + Build memcpyaltivec and deinterlace with -maltivec.
9857 + Check for -ldts_pic before -ldts.
9859 ------------------------------------------------------------------------
9860 r8438 | sam | 2004-08-16 10:29:06 +0200 (Mon, 16 Aug 2004) | 6 lines
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
9870 * debian/patches/20_configure.dpatch:
9871 + Don't manage this patch with dpatch since it causes ownership issues.
9873 + Added a missing dpatch build dependency (Closes: #263363).
9874 + Removed the modplug plugin until libmodplug-dev enters Debian.
9876 ------------------------------------------------------------------------
9877 r8437 | hartman | 2004-08-16 02:45:24 +0200 (Mon, 16 Aug 2004) | 4 lines
9879 M /trunk/modules/demux/subtitle.c
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
9885 ------------------------------------------------------------------------
9886 r8436 | gbazin | 2004-08-15 19:08:10 +0200 (Sun, 15 Aug 2004) | 6 lines
9888 M /trunk/modules/codec/dvbsub.c
9889 M /trunk/modules/mux/mpeg/ts.c
9890 M /trunk/modules/stream_out/transcode.c
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.
9898 ------------------------------------------------------------------------
9899 r8435 | gbazin | 2004-08-15 18:09:03 +0200 (Sun, 15 Aug 2004) | 1 line
9901 M /trunk/modules/codec/a52.c
9903 * modules/codec/a52.c: fixed segfault
9904 ------------------------------------------------------------------------
9905 r8434 | gbazin | 2004-08-15 17:59:25 +0200 (Sun, 15 Aug 2004) | 1 line
9907 M /trunk/src/video_output/vout_subpictures.c
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
9913 M /trunk/modules/access/dshow/dshow.cpp
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
9919 M /trunk/modules/codec/mpeg_audio.c
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
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
9931 * Adds postprocessing menu
9934 ------------------------------------------------------------------------
9935 r8430 | djc | 2004-08-15 14:10:46 +0200 (Sun, 15 Aug 2004) | 2 lines
9937 M /trunk/modules/gui/macosx/equalizer.m
9939 Set the preamp value on a preset change
9941 ------------------------------------------------------------------------
9942 r8429 | djc | 2004-08-15 01:28:31 +0200 (Sun, 15 Aug 2004) | 5 lines
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
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
9960 ------------------------------------------------------------------------
9961 r8428 | sam | 2004-08-14 22:12:22 +0200 (Sat, 14 Aug 2004) | 6 lines
9963 M /trunk/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.
9971 ------------------------------------------------------------------------
9972 r8427 | hartman | 2004-08-14 21:58:39 +0200 (Sat, 14 Aug 2004) | 2 lines
9974 M /trunk/modules/access/ftp.c
9976 * Send \r\n after ftp commands, not \n.
9978 ------------------------------------------------------------------------
9979 r8426 | asmax | 2004-08-14 17:54:30 +0200 (Sat, 14 Aug 2004) | 4 lines
9981 M /trunk/modules/video_output/opengl.c
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)
9987 ------------------------------------------------------------------------
9988 r8425 | titer | 2004-08-14 17:02:43 +0200 (Sat, 14 Aug 2004) | 11 lines
9990 M /trunk/modules/video_output/opengl.c
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
9997 It now uses two buffers and textures (needed for VRAM/AGP texturing).
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 ;)
10003 ------------------------------------------------------------------------
10004 r8424 | asmax | 2004-08-14 16:23:40 +0200 (Sat, 14 Aug 2004) | 2 lines
10006 M /trunk/modules/video_output/opengl.c
10008 * opengl.c: use glTexSubImage2D instead of glTexImage2D
10010 ------------------------------------------------------------------------
10011 r8423 | gbazin | 2004-08-14 12:14:39 +0200 (Sat, 14 Aug 2004) | 1 line
10013 M /trunk/modules/access/dvdnav.c
10015 * modules/access/dvdnav.c: small fix.
10016 ------------------------------------------------------------------------
10017 r8422 | gbazin | 2004-08-13 22:01:20 +0200 (Fri, 13 Aug 2004) | 2 lines
10019 M /trunk/modules/access/dvdnav.c
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 ;).
10023 ------------------------------------------------------------------------
10024 r8421 | gbazin | 2004-08-13 21:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
10026 M /trunk/src/input/decoder.c
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
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
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.
10044 ------------------------------------------------------------------------
10045 r8419 | gbazin | 2004-08-13 20:45:42 +0200 (Fri, 13 Aug 2004) | 3 lines
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
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.
10054 ------------------------------------------------------------------------
10055 r8418 | gbazin | 2004-08-13 12:32:57 +0200 (Fri, 13 Aug 2004) | 1 line
10057 M /trunk/src/misc/block.c
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
10063 M /trunk/doc/skins/skins2-howto.xml
10065 * doc/skins2-howto.xml: Update the doc when you commit
10067 ------------------------------------------------------------------------
10068 r8416 | ipkiss | 2004-08-12 23:15:52 +0200 (Thu, 12 Aug 2004) | 2 lines
10070 M /trunk/modules/gui/skins2/src/vlcproc.cpp
10071 M /trunk/modules/gui/skins2/src/vlcproc.hpp
10073 * skins2/src/vlcproc.*: Added the isRepeat boolean expression
10075 ------------------------------------------------------------------------
10076 r8415 | gbazin | 2004-08-12 11:14:00 +0200 (Thu, 12 Aug 2004) | 1 line
10078 M /trunk/modules/gui/wxwindows/Modules.am
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
10084 M /trunk/include/vlc_threads_funcs.h
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.
10090 ------------------------------------------------------------------------
10091 r8413 | gbazin | 2004-08-11 13:12:59 +0200 (Wed, 11 Aug 2004) | 3 lines
10093 M /trunk/modules/demux/ogg.c
10094 M /trunk/modules/mux/ogg.c
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.
10099 ------------------------------------------------------------------------
10100 r8412 | hartman | 2004-08-10 17:02:11 +0200 (Tue, 10 Aug 2004) | 10 lines
10103 M /trunk/include/stream_output.h
10104 M /trunk/modules/stream_out/rtp.c
10105 M /trunk/src/stream_output/sap.c
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???
10117 ------------------------------------------------------------------------
10118 r8411 | hartman | 2004-08-10 15:28:27 +0200 (Tue, 10 Aug 2004) | 2 lines
10120 M /trunk/modules/misc/sap.c
10122 * fix x-plgroup detection
10124 ------------------------------------------------------------------------
10125 r8410 | ipkiss | 2004-08-10 00:19:40 +0200 (Tue, 10 Aug 2004) | 2 lines
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
10132 * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
10134 ------------------------------------------------------------------------
10135 r8409 | gbazin | 2004-08-09 12:25:42 +0200 (Mon, 09 Aug 2004) | 1 line
10137 M /trunk/modules/codec/dmo/buffer.c
10138 M /trunk/modules/codec/dmo/dmo.c
10139 M /trunk/modules/codec/dmo/dmo.h
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
10145 M /trunk/Makefile.am
10146 M /trunk/configure.ac
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
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
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()).
10161 ------------------------------------------------------------------------
10162 r8406 | djc | 2004-08-08 18:52:26 +0200 (Sun, 08 Aug 2004) | 6 lines
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
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
10176 ------------------------------------------------------------------------
10177 r8405 | bigben | 2004-08-08 16:49:46 +0200 (Sun, 08 Aug 2004) | 4 lines
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
10185 * demuxdump is working again
10189 ------------------------------------------------------------------------
10190 r8404 | hartman | 2004-08-08 12:14:25 +0200 (Sun, 08 Aug 2004) | 2 lines
10192 M /trunk/modules/LIST
10194 * modules/LIST: long time since it was updated
10196 ------------------------------------------------------------------------
10197 r8403 | fenrir | 2004-08-08 03:58:59 +0200 (Sun, 08 Aug 2004) | 3 lines
10199 M /trunk/src/input/demux.c
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 ;)
10204 ------------------------------------------------------------------------
10205 r8402 | fenrir | 2004-08-08 03:39:23 +0200 (Sun, 08 Aug 2004) | 5 lines
10207 M /trunk/modules/codec/dmo/buffer.c
10208 M /trunk/modules/codec/dmo/dmo.c
10209 M /trunk/modules/codec/dmo/dmo.h
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.
10216 ------------------------------------------------------------------------
10217 r8401 | fenrir | 2004-08-08 03:36:56 +0200 (Sun, 08 Aug 2004) | 2 lines
10219 M /trunk/include/codecs.h
10221 * codecs.h: a few defines to avoid redefinitions.
10223 ------------------------------------------------------------------------
10224 r8400 | fenrir | 2004-08-08 01:38:05 +0200 (Sun, 08 Aug 2004) | 2 lines
10226 M /trunk/modules/access/v4l/v4l.c
10228 * v4l: try to open the device only when a access name is given + warning fix.
10230 ------------------------------------------------------------------------
10231 r8399 | djc | 2004-08-08 00:50:28 +0200 (Sun, 08 Aug 2004) | 2 lines
10233 M /trunk/modules/gui/macosx/equalizer.m
10235 Fix bug when equalizer-bands is not set. Coding style will be apply soon.
10237 ------------------------------------------------------------------------
10238 r8398 | djc | 2004-08-08 00:14:38 +0200 (Sun, 08 Aug 2004) | 3 lines
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
10244 *.png: forgotten images
10245 project.pbxproj: changed absolute link to relative
10247 ------------------------------------------------------------------------
10248 r8397 | djc | 2004-08-07 23:56:42 +0200 (Sat, 07 Aug 2004) | 3 lines
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
10259 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
10262 ------------------------------------------------------------------------
10263 r8396 | hartman | 2004-08-07 22:31:13 +0200 (Sat, 07 Aug 2004) | 2 lines
10265 M /trunk/modules/audio_filter/equalizer.c
10267 * treeble -> treble
10269 ------------------------------------------------------------------------
10270 r8395 | djc | 2004-08-07 17:37:53 +0200 (Sat, 07 Aug 2004) | 2 lines
10272 M /trunk/modules/audio_filter/equalizer.c
10274 Bug fix and change in parse function
10276 ------------------------------------------------------------------------
10277 r8394 | fkuehne | 2004-08-07 16:35:41 +0200 (Sat, 07 Aug 2004) | 1 line
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
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
10291 * Adds the scale video option
10294 ------------------------------------------------------------------------
10295 r8392 | bigben | 2004-08-06 22:56:46 +0200 (Fri, 06 Aug 2004) | 5 lines
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
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
10308 ------------------------------------------------------------------------
10309 r8391 | sam | 2004-08-06 19:28:36 +0200 (Fri, 06 Aug 2004) | 2 lines
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
10317 * Really fixed strict aliasing breakage here and there.
10319 ------------------------------------------------------------------------
10320 r8390 | gbazin | 2004-08-06 15:50:05 +0200 (Fri, 06 Aug 2004) | 1 line
10322 M /trunk/modules/LIST
10323 M /trunk/modules/access/dvb/access.c
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
10329 M /trunk/modules/access/udp.c
10330 M /trunk/modules/mux/mp4.c
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.
10335 ------------------------------------------------------------------------
10336 r8388 | hartman | 2004-08-05 23:32:32 +0200 (Thu, 05 Aug 2004) | 2 lines
10338 M /trunk/modules/gui/macosx/playlist.m
10340 * Fix Artist/Author info in playlist
10342 ------------------------------------------------------------------------
10343 r8387 | hartman | 2004-08-05 22:40:29 +0200 (Thu, 05 Aug 2004) | 2 lines
10345 M /trunk/modules/control/hotkeys.c
10347 * Fix a crash with subtitle track hotkey, when no subtitles are available.
10349 ------------------------------------------------------------------------
10350 r8386 | hartman | 2004-08-05 21:52:59 +0200 (Thu, 05 Aug 2004) | 2 lines
10352 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
10354 * bad main_data|_begin error of libmad now a Debug message. It's simply to common.
10356 ------------------------------------------------------------------------
10357 r8385 | gbazin | 2004-08-05 16:58:16 +0200 (Thu, 05 Aug 2004) | 1 line
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
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
10367 M /trunk/configure.ac
10368 M /trunk/modules/video_output/opengl.c
10370 Build the opengl module on OS X (gl provider not done yet)
10372 ------------------------------------------------------------------------
10373 r8383 | gbazin | 2004-08-05 16:05:51 +0200 (Thu, 05 Aug 2004) | 1 line
10375 M /trunk/modules/video_filter/blend.c
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
10381 M /trunk/include/vlc_input.h
10382 M /trunk/modules/gui/wxwindows/bookmarks.cpp
10383 M /trunk/src/input/control.c
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.
10388 ------------------------------------------------------------------------
10389 r8381 | gbazin | 2004-08-05 12:16:58 +0200 (Thu, 05 Aug 2004) | 1 line
10391 M /trunk/modules/video_filter/blend.c
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
10397 M /trunk/modules/codec/libmpeg2.c
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
10403 M /trunk/modules/access/dvdnav.c
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
10409 M /trunk/modules/stream_out/rtp.c
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})
10415 ------------------------------------------------------------------------
10416 r8377 | fenrir | 2004-08-04 23:50:59 +0200 (Wed, 04 Aug 2004) | 3 lines
10418 M /trunk/src/stream_output/stream_output.c
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.
10423 ------------------------------------------------------------------------
10424 r8376 | hartman | 2004-08-04 23:48:57 +0200 (Wed, 04 Aug 2004) | 3 lines
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)
10432 ------------------------------------------------------------------------
10433 r8375 | gbazin | 2004-08-04 23:13:11 +0200 (Wed, 04 Aug 2004) | 1 line
10435 M /trunk/modules/video_filter/blend.c
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
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
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.
10450 ------------------------------------------------------------------------
10451 r8373 | fenrir | 2004-08-04 22:09:31 +0200 (Wed, 04 Aug 2004) | 2 lines
10453 M /trunk/modules/mux/avi.c
10455 * avi.c: fixed fps computation, thanks markfm for testing.
10457 ------------------------------------------------------------------------
10458 r8372 | gbazin | 2004-08-04 20:38:05 +0200 (Wed, 04 Aug 2004) | 1 line
10460 M /trunk/modules/video_filter/blend.c
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
10466 M /trunk/modules/video_filter/blend.c
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
10472 M /trunk/modules/access/screen/screen.c
10473 M /trunk/modules/access/screen/win32.c
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
10479 M /trunk/modules/audio_output/waveout.c
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
10485 M /trunk/include/vlc_es.h
10487 * viedo_format_t -> video_format_t
10489 ------------------------------------------------------------------------
10490 r8367 | gbazin | 2004-08-04 13:13:04 +0200 (Wed, 04 Aug 2004) | 1 line
10492 M /trunk/src/misc/modules.c
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
10498 M /trunk/modules/access/dvdnav.c
10499 M /trunk/modules/access/vcd/vcd.c
10500 M /trunk/src/input/input.c
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.
10506 ------------------------------------------------------------------------
10507 r8365 | fenrir | 2004-08-04 02:04:13 +0200 (Wed, 04 Aug 2004) | 2 lines
10509 M /trunk/modules/demux/ps.h
10511 * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
10513 ------------------------------------------------------------------------
10514 r8364 | fenrir | 2004-08-04 01:49:40 +0200 (Wed, 04 Aug 2004) | 2 lines
10516 M /trunk/src/input/input.c
10518 * input.c: fixed total length in playlist.
10520 ------------------------------------------------------------------------
10521 r8363 | gbazin | 2004-08-04 01:19:01 +0200 (Wed, 04 Aug 2004) | 1 line
10523 M /trunk/src/video_output/vout_subpictures.c
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
10531 M /trunk/doc/translations.txt
10533 * small addition to translations HOWTO
10534 * updated TODO and NEWS
10536 ------------------------------------------------------------------------
10537 r8361 | hartman | 2004-08-04 01:06:53 +0200 (Wed, 04 Aug 2004) | 2 lines
10539 M /trunk/modules/stream_out/announce.c
10541 * modules/stream_out/announce.c: \r\n for SDP
10543 ------------------------------------------------------------------------
10544 r8360 | gbazin | 2004-08-04 01:06:11 +0200 (Wed, 04 Aug 2004) | 2 lines
10546 M /trunk/modules/access/dvdnav.c
10547 M /trunk/modules/access/dvdread.c
10549 * modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.
10551 ------------------------------------------------------------------------
10552 r8359 | gbazin | 2004-08-04 00:08:24 +0200 (Wed, 04 Aug 2004) | 3 lines
10554 M /trunk/modules/access/cdda.c
10555 M /trunk/modules/access/vcd/vcd.c
10557 * modules/access/cdda.c: fixes + simplification.
10558 * modules/access/vcd/vcd.c: try to skip bad sectors.
10560 ------------------------------------------------------------------------
10561 r8358 | gbazin | 2004-08-03 22:56:16 +0200 (Tue, 03 Aug 2004) | 1 line
10563 M /trunk/modules/access/vcd/vcd.c
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
10569 M /trunk/modules/video_filter/blend.c
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
10575 M /trunk/modules/video_filter/blend.c
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
10581 M /trunk/modules/access/screen/mac.c
10583 * modules/access/screen/mac.c:
10584 * Plugin now works perfectly in milj. of colors
10585 * Works in thousands of colors, in inverse colors
10587 ------------------------------------------------------------------------
10588 r8354 | gbazin | 2004-08-03 02:11:32 +0200 (Tue, 03 Aug 2004) | 4 lines
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
10618 * ALL: Major rework of the subpictures architecture.
10619 (expect some breakage).
10620 * modules/video_filter/blend.c: new alpha-blending module.
10622 ------------------------------------------------------------------------
10623 r8353 | gbazin | 2004-08-02 21:17:12 +0200 (Mon, 02 Aug 2004) | 3 lines
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
10632 * include/ninput.h: removed left-over from access2/demux2 transition.
10633 * modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.
10635 ------------------------------------------------------------------------
10636 r8352 | gbazin | 2004-08-02 17:42:21 +0200 (Mon, 02 Aug 2004) | 2 lines
10638 M /trunk/modules/misc/network/ipv4.c
10640 * modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
10642 ------------------------------------------------------------------------
10643 r8351 | hartman | 2004-08-02 15:06:38 +0200 (Mon, 02 Aug 2004) | 5 lines
10645 M /trunk/modules/gui/macosx/vout.m
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.
10652 ------------------------------------------------------------------------
10653 r8350 | gbazin | 2004-08-02 11:46:17 +0200 (Mon, 02 Aug 2004) | 1 line
10655 M /trunk/modules/access/screen/screen.c
10656 M /trunk/modules/access/screen/win32.c
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
10662 M /trunk/modules/control/hotkeys.c
10664 * hotkeys.c: add some more OSD
10666 ------------------------------------------------------------------------
10667 r8348 | hartman | 2004-08-02 02:54:51 +0200 (Mon, 02 Aug 2004) | 3 lines
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
10674 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
10675 Testing would be welcomed very much.
10677 ------------------------------------------------------------------------
10678 r8347 | asmax | 2004-08-01 22:46:01 +0200 (Sun, 01 Aug 2004) | 2 lines
10680 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
10682 * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
10684 ------------------------------------------------------------------------
10685 r8346 | ipkiss | 2004-08-01 18:43:58 +0200 (Sun, 01 Aug 2004) | 3 lines
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
10691 * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
10692 * doc/skins/skins2-howto.xml: Updated the doc
10694 ------------------------------------------------------------------------
10695 r8345 | fenrir | 2004-08-01 18:03:42 +0200 (Sun, 01 Aug 2004) | 2 lines
10697 M /trunk/src/input/stream.c
10699 * stream.c: increase precache for stream without title/chapter.
10701 ------------------------------------------------------------------------
10702 r8344 | fenrir | 2004-08-01 17:51:49 +0200 (Sun, 01 Aug 2004) | 2 lines
10704 M /trunk/modules/demux/mp4/mp4.c
10706 * mp4: with ref .mov, don't forget to add the access.
10708 ------------------------------------------------------------------------
10709 r8343 | fenrir | 2004-08-01 17:14:43 +0200 (Sun, 01 Aug 2004) | 2 lines
10711 M /trunk/src/input/input.c
10713 * input.c: mmh better fix for slow/fast (I hope).
10715 ------------------------------------------------------------------------
10716 r8342 | hartman | 2004-08-01 16:46:13 +0200 (Sun, 01 Aug 2004) | 2 lines
10718 M /trunk/modules/codec/ffmpeg/ffmpeg.c
10720 * fix avcodecbuild# prob with h.261
10722 ------------------------------------------------------------------------
10723 r8341 | bigben | 2004-08-01 15:23:53 +0200 (Sun, 01 Aug 2004) | 3 lines
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
10729 * all : fix channels selection in the sout options dialog
10732 ------------------------------------------------------------------------
10733 r8340 | fenrir | 2004-08-01 11:19:36 +0200 (Sun, 01 Aug 2004) | 2 lines
10735 M /trunk/src/input/input.c
10737 * input: fixed slower/faster rate.
10739 ------------------------------------------------------------------------
10740 r8339 | fenrir | 2004-08-01 11:19:06 +0200 (Sun, 01 Aug 2004) | 2 lines
10742 M /trunk/src/input/stream.c
10744 * stream.c: call Seek if stream_Read( s, NULL, skip );
10746 ------------------------------------------------------------------------
10747 r8338 | sam | 2004-07-31 19:29:44 +0200 (Sat, 31 Jul 2004) | 4 lines
10749 M /trunk/modules/control/joystick.c
10751 * modules/control/joystick.c:
10752 + Compilation and coding style fixes.
10753 + Initialise the joystick in Open(), not Run().
10755 ------------------------------------------------------------------------
10756 r8337 | bigben | 2004-07-31 19:08:35 +0200 (Sat, 31 Jul 2004) | 5 lines
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
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
10767 ------------------------------------------------------------------------
10768 r8336 | hartman | 2004-07-31 18:34:53 +0200 (Sat, 31 Jul 2004) | 2 lines
10770 M /trunk/src/input/stream.c
10772 * print a debug message when our buffer gets it's first data.
10774 ------------------------------------------------------------------------
10775 r8335 | asmax | 2004-07-31 13:38:22 +0200 (Sat, 31 Jul 2004) | 4 lines
10777 M /trunk/modules/video_output/opengl.c
10779 * opengl.c: support "cube" and "transparent-cube" effect (with the
10780 --opengl-effect option). Now MacOSX guys you can write the opengl provider
10783 ------------------------------------------------------------------------
10784 r8334 | hartman | 2004-07-31 02:23:29 +0200 (Sat, 31 Jul 2004) | 7 lines
10786 M /trunk/modules/stream_out/rtp.c
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 :)
10795 ------------------------------------------------------------------------
10796 r8333 | hartman | 2004-07-30 23:38:09 +0200 (Fri, 30 Jul 2004) | 3 lines
10798 M /trunk/modules/stream_out/rtp.c
10800 * SDP should use \r\n instead of \n
10801 * Added nice SDP TODO lists. 17 outstanding issues in RTP announces.
10803 ------------------------------------------------------------------------
10804 r8332 | sam | 2004-07-30 23:13:17 +0200 (Fri, 30 Jul 2004) | 3 lines
10806 M /trunk/modules/codec/ffmpeg/demux.c
10807 M /trunk/modules/demux/util/id3tag.c
10809 * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
10810 + Fixed compiler warnings.
10812 ------------------------------------------------------------------------
10813 r8331 | sam | 2004-07-30 23:00:08 +0200 (Fri, 30 Jul 2004) | 2 lines
10815 M /trunk/mozilla/vlcpeer.cpp
10817 * mozilla/vlcpeer.cpp: proper float->int cast.
10819 ------------------------------------------------------------------------
10820 r8330 | sam | 2004-07-30 22:57:56 +0200 (Fri, 30 Jul 2004) | 3 lines
10822 M /trunk/modules/gui/wxwindows/bookmarks.cpp
10823 M /trunk/modules/gui/wxwindows/video.cpp
10825 * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
10826 + Fixed compiler warnings due to bad argument types.
10828 ------------------------------------------------------------------------
10829 r8329 | sam | 2004-07-30 22:51:05 +0200 (Fri, 30 Jul 2004) | 3 lines
10831 M /trunk/include/video_output.h
10832 M /trunk/src/misc/cpu.c
10833 M /trunk/src/video_output/video_output.c
10835 * src/video_output/video_output.c:
10836 + Fixed an undefined function warning.
10838 ------------------------------------------------------------------------
10839 r8328 | sam | 2004-07-30 22:49:44 +0200 (Fri, 30 Jul 2004) | 2 lines
10841 M /trunk/modules/video_filter/invert.c
10843 * modules/video_filter/invert.c: don't cast lvalues.
10845 ------------------------------------------------------------------------
10846 r8327 | sam | 2004-07-30 19:39:27 +0200 (Fri, 30 Jul 2004) | 3 lines
10848 M /trunk/modules/codec/cmml/browser_open.c
10850 * modules/codec/cmml/browser_open.c:
10851 + Fixed a compilation warning due to a missing return value.
10853 ------------------------------------------------------------------------
10854 r8326 | sam | 2004-07-30 17:46:01 +0200 (Fri, 30 Jul 2004) | 4 lines
10859 + Remove the autotools directory and recreate it (forgot to commit that
10862 ------------------------------------------------------------------------
10863 r8325 | hartman | 2004-07-30 15:18:53 +0200 (Fri, 30 Jul 2004) | 2 lines
10865 M /trunk/modules/codec/ffmpeg/ffmpeg.c
10867 * check correct build# of libavcodec for SNOW support
10869 ------------------------------------------------------------------------
10870 r8324 | hartman | 2004-07-30 12:36:51 +0200 (Fri, 30 Jul 2004) | 2 lines
10872 M /trunk/extras/contrib/src/Makefile
10874 * Fix OSX build of dvdnav
10876 ------------------------------------------------------------------------
10877 r8323 | courmisch | 2004-07-30 11:24:32 +0200 (Fri, 30 Jul 2004) | 2 lines
10879 M /trunk/modules/stream_out/rtp.c
10883 ------------------------------------------------------------------------
10884 r8322 | sam | 2004-07-30 11:23:37 +0200 (Fri, 30 Jul 2004) | 2 lines
10887 M /trunk/Makefile.am
10889 M /trunk/configure.ac
10891 * autotools: no longer manage this directory with SVN.
10893 ------------------------------------------------------------------------
10894 r8321 | sam | 2004-07-30 11:23:08 +0200 (Fri, 30 Jul 2004) | 2 lines
10896 D /trunk/autotools/Makefile.am
10898 * autotools: no longer manage this directory with SVN.
10900 ------------------------------------------------------------------------
10901 r8320 | fenrir | 2004-07-29 20:48:01 +0200 (Thu, 29 Jul 2004) | 2 lines
10903 M /trunk/modules/stream_out/rtp.c
10905 * rtp: added port-audio and port-video option (for default port).
10907 ------------------------------------------------------------------------
10908 r8319 | gbazin | 2004-07-29 20:43:22 +0200 (Thu, 29 Jul 2004) | 1 line
10910 M /trunk/modules/codec/toolame.c
10912 * modules/codec/toolame.c: compilation fix.
10913 ------------------------------------------------------------------------
10914 r8318 | gbazin | 2004-07-29 20:15:38 +0200 (Thu, 29 Jul 2004) | 1 line
10916 M /trunk/configure.ac
10917 M /trunk/modules/codec/Modules.am
10918 A /trunk/modules/codec/toolame.c
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
10924 M /trunk/modules/access/http.c
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
10930 M /trunk/debian/patches/20_configure.dpatch
10932 * debian/patches/20_configure.dpatch:
10933 + Fixed generated macros.
10935 ------------------------------------------------------------------------
10936 r8315 | sam | 2004-07-29 17:28:00 +0200 (Thu, 29 Jul 2004) | 3 lines
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
10950 + Switch build system to dpatch.
10952 ------------------------------------------------------------------------
10953 r8314 | hartman | 2004-07-29 17:27:57 +0200 (Thu, 29 Jul 2004) | 2 lines
10955 M /trunk/modules/misc/network/ipv4.c
10957 * ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfus for reporting
10959 ------------------------------------------------------------------------
10960 r8313 | hartman | 2004-07-29 17:18:04 +0200 (Thu, 29 Jul 2004) | 2 lines
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
10968 * vcdx Coding style fixes.
10970 ------------------------------------------------------------------------
10971 r8312 | sam | 2004-07-29 17:02:16 +0200 (Thu, 29 Jul 2004) | 3 lines
10973 M /trunk/configure.ac
10975 * configure.ac: build i420_yuy2_altivec with -maltivec -mabi=altivec since
10976 no inline asm version is available for this module.
10978 ------------------------------------------------------------------------
10979 r8311 | fkuehne | 2004-07-29 16:03:19 +0200 (Thu, 29 Jul 2004) | 1 line
10981 M /trunk/modules/gui/macosx/output.h
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
10987 M /trunk/include/vlc_block.h
10988 M /trunk/src/input/decoder.c
10989 M /trunk/src/misc/block.c
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
10995 M /trunk/modules/stream_out/rtp.c
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)
11000 ------------------------------------------------------------------------
11001 r8308 | bigben | 2004-07-28 17:57:33 +0200 (Wed, 28 Jul 2004) | 4 lines
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
11008 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
11012 ------------------------------------------------------------------------
11013 r8307 | titer | 2004-07-28 16:53:16 +0200 (Wed, 28 Jul 2004) | 2 lines
11015 M /trunk/extras/contrib/src/Makefile
11017 contrib/src/Makefile: fixed OS X breakage
11019 ------------------------------------------------------------------------
11020 r8306 | titer | 2004-07-28 16:28:01 +0200 (Wed, 28 Jul 2004) | 2 lines
11022 M /trunk/extras/contrib/src/Makefile
11023 M /trunk/extras/contrib/src/Patches/dvdnav.patch
11025 BeOS libdvdnav patch
11027 ------------------------------------------------------------------------
11028 r8305 | titer | 2004-07-28 12:48:44 +0200 (Wed, 28 Jul 2004) | 2 lines
11030 M /trunk/configure.ac
11032 configure.ac: fix dvdnav linking on beos/os x/win32 (hacky)
11034 ------------------------------------------------------------------------
11035 r8304 | gbazin | 2004-07-28 12:37:24 +0200 (Wed, 28 Jul 2004) | 4 lines
11037 M /trunk/modules/codec/ffmpeg/encoder.c
11038 M /trunk/modules/codec/ffmpeg/ffmpeg.c
11039 M /trunk/modules/codec/ffmpeg/ffmpeg.h
11041 * modules/codec/ffmpeg/*:
11042 - added fourcc for SNOW and DTS.
11043 - added 'qscale' (fixed quantizer scale - VBR) and 'strict' (standard compliance) encoding options.
11045 ------------------------------------------------------------------------
11046 r8303 | hartman | 2004-07-28 12:04:59 +0200 (Wed, 28 Jul 2004) | 2 lines
11048 M /trunk/modules/gui/macosx/open.m
11050 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav://
11052 ------------------------------------------------------------------------
11053 r8302 | titer | 2004-07-28 09:48:30 +0200 (Wed, 28 Jul 2004) | 2 lines
11055 M /trunk/configure.ac
11059 ------------------------------------------------------------------------
11060 r8301 | hartman | 2004-07-28 02:36:48 +0200 (Wed, 28 Jul 2004) | 15 lines
11062 M /trunk/modules/gui/macosx/intf.h
11063 M /trunk/modules/gui/macosx/intf.m
11064 M /trunk/modules/gui/macosx/vout.m
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.
11078 OSX devs, please test as much as you can. This was all fairly low level stuff.
11079 We need to test it properly.
11081 ------------------------------------------------------------------------
11082 r8300 | hartman | 2004-07-27 23:11:07 +0200 (Tue, 27 Jul 2004) | 2 lines
11084 M /trunk/modules/gui/macosx/vout.h
11085 M /trunk/modules/gui/macosx/vout.m
11087 * More code cleanup for OSX vout. Man what a mess this is :)
11089 ------------------------------------------------------------------------
11090 r8299 | hartman | 2004-07-27 18:20:32 +0200 (Tue, 27 Jul 2004) | 1 line
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
11103 ------------------------------------------------------------------------
11104 r8298 | hartman | 2004-07-27 18:16:31 +0200 (Tue, 27 Jul 2004) | 2 lines
11106 M /trunk/configure.ac
11107 M /trunk/modules/access/screen/Modules.am
11108 A /trunk/modules/access/screen/mac.c
11110 * screen module for OSX. Does not yet work. Seems close, but can't find the problem for now..
11112 ------------------------------------------------------------------------
11113 r8297 | hartman | 2004-07-27 17:07:15 +0200 (Tue, 27 Jul 2004) | 2 lines
11115 M /trunk/src/video_output/video_output.c
11117 * ( p_vout->p_module && p_vout->p_module ) how pointless
11119 ------------------------------------------------------------------------
11120 r8296 | gbazin | 2004-07-27 13:33:26 +0200 (Tue, 27 Jul 2004) | 1 line
11122 M /trunk/src/libvlc.h
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
11128 M /trunk/modules/gui/macosx/prefs.m
11130 * release what you find. (this looks like a very old bug)
11132 ------------------------------------------------------------------------
11133 r8294 | titer | 2004-07-27 10:05:31 +0200 (Tue, 27 Jul 2004) | 2 lines
11135 M /trunk/extras/contrib/src/Makefile
11137 gettext BeOS patch is no longer necessary
11139 ------------------------------------------------------------------------
11140 r8293 | fkuehne | 2004-07-27 01:37:03 +0200 (Tue, 27 Jul 2004) | 1 line
11142 M /trunk/extras/contrib/src/packages.mak
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
11148 M /trunk/extras/contrib/src/Makefile
11150 * Fix dts building on mac
11152 ------------------------------------------------------------------------
11153 r8291 | hartman | 2004-07-26 22:30:14 +0200 (Mon, 26 Jul 2004) | 2 lines
11155 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11157 * remove patch that is no longer necessary.
11159 ------------------------------------------------------------------------
11160 r8290 | gbazin | 2004-07-26 22:29:24 +0200 (Mon, 26 Jul 2004) | 1 line
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
11167 * modules/access/screen/*: added svn properties.
11168 ------------------------------------------------------------------------
11169 r8289 | hartman | 2004-07-26 21:49:05 +0200 (Mon, 26 Jul 2004) | 2 lines
11171 M /trunk/extras/contrib/src/packages.mak
11173 * fix libebml and libmatroska downloads
11175 ------------------------------------------------------------------------
11176 r8288 | titer | 2004-07-26 19:54:12 +0200 (Mon, 26 Jul 2004) | 2 lines
11178 M /trunk/modules/access/screen/beos.cpp
11180 screen/beos.cpp: test before you commit
11182 ------------------------------------------------------------------------
11183 r8287 | asmax | 2004-07-26 19:03:00 +0200 (Mon, 26 Jul 2004) | 2 lines
11185 M /trunk/modules/video_output/opengl.c
11187 * opengl.c: clear the color buffer before rendering
11189 ------------------------------------------------------------------------
11190 r8286 | titer | 2004-07-26 17:06:48 +0200 (Mon, 26 Jul 2004) | 2 lines
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
11203 ALL: splitted screen module (needed as BeOS requires C++)
11205 ------------------------------------------------------------------------
11206 r8285 | gbazin | 2004-07-26 16:10:30 +0200 (Mon, 26 Jul 2004) | 1 line
11208 M /trunk/modules/gui/wxwindows/fileinfo.cpp
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
11214 M /trunk/modules/access/screen.c
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
11220 M /trunk/configure.ac
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
11226 M /trunk/modules/control/rc.c
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
11232 M /trunk/modules/video_output/x11/glx.c
11233 M /trunk/modules/video_output/x11/xcommon.c
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.
11240 ------------------------------------------------------------------------
11241 r8280 | courmisch | 2004-07-25 19:47:05 +0200 (Sun, 25 Jul 2004) | 2 lines
11243 M /trunk/modules/control/telnet.c
11245 Use VLC networking APIs: close -> net_Close, accept -> net_Accept
11247 ------------------------------------------------------------------------
11248 r8279 | gbazin | 2004-07-25 10:34:08 +0200 (Sun, 25 Jul 2004) | 1 line
11253 ------------------------------------------------------------------------
11254 r8278 | courmisch | 2004-07-25 10:20:09 +0200 (Sun, 25 Jul 2004) | 5 lines
11256 M /trunk/modules/control/rc.c
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.
11263 ------------------------------------------------------------------------
11264 r8277 | gbazin | 2004-07-25 09:54:18 +0200 (Sun, 25 Jul 2004) | 1 line
11266 M /trunk/modules/mux/asf.c
11267 M /trunk/modules/mux/mpeg/ts.c
11268 M /trunk/modules/mux/ogg.c
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
11274 M /trunk/modules/control/rc.c
11275 M /trunk/src/misc/net.c
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
11281 M /trunk/include/network.h
11282 M /trunk/modules/control/rc.c
11283 M /trunk/src/misc/net.c
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>.
11289 ------------------------------------------------------------------------
11290 r8274 | courmisch | 2004-07-24 19:22:40 +0200 (Sat, 24 Jul 2004) | 3 lines
11292 M /trunk/modules/access/http.c
11294 Specify port in Host: HTTP request header
11295 (thanks to Olivier Lourdais for the report)
11297 ------------------------------------------------------------------------
11298 r8273 | courmisch | 2004-07-24 19:02:26 +0200 (Sat, 24 Jul 2004) | 2 lines
11300 M /trunk/src/misc/vlm.c
11304 ------------------------------------------------------------------------
11305 r8272 | gbazin | 2004-07-24 18:33:00 +0200 (Sat, 24 Jul 2004) | 1 line
11307 M /trunk/modules/access/screen.c
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
11313 M /trunk/configure.ac
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
11319 M /trunk/modules/mux/mp4.c
11321 * mp4.c: compute avg/max bitrate info. removed a fprintf...
11323 ------------------------------------------------------------------------
11324 r8269 | gbazin | 2004-07-24 14:33:15 +0200 (Sat, 24 Jul 2004) | 1 line
11326 M /trunk/modules/access/v4l/v4l.c
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
11332 M /trunk/modules/misc/dummy/input.c
11334 * input: release p_playlist.
11336 ------------------------------------------------------------------------
11337 r8267 | fenrir | 2004-07-24 13:28:50 +0200 (Sat, 24 Jul 2004) | 3 lines
11339 M /trunk/modules/mux/mp4.c
11341 * mp4.c: really(?) fixed the tkhd invalid width (thx bond for the
11344 ------------------------------------------------------------------------
11345 r8266 | fenrir | 2004-07-24 13:12:39 +0200 (Sat, 24 Jul 2004) | 2 lines
11347 M /trunk/modules/audio_filter/equalizer.c
11349 * equalizer : [0] isn't cool, use a define.
11351 ------------------------------------------------------------------------
11352 r8265 | gbazin | 2004-07-24 12:24:11 +0200 (Sat, 24 Jul 2004) | 1 line
11354 M /trunk/configure.ac
11355 M /trunk/modules/stream_out/display.c
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
11364 NEWS, TODO: comprehensive new features update.
11365 ------------------------------------------------------------------------
11366 r8263 | courmisch | 2004-07-24 11:06:58 +0200 (Sat, 24 Jul 2004) | 4 lines
11368 M /trunk/src/misc/httpd.c
11370 - really iterate through getaddrinfo(),
11371 - fixed read after freeaddrinfo() bug,
11372 - removed extraneous debug messages
11374 ------------------------------------------------------------------------
11375 r8262 | gbazin | 2004-07-24 02:20:19 +0200 (Sat, 24 Jul 2004) | 2 lines
11377 M /trunk/configure.ac
11378 M /trunk/modules/access/Modules.am
11379 A /trunk/modules/access/screen.c
11381 * modules/access/screen.c: new screen capture access module. Only X11 for now but should be straight-forward to adapt to other platforms.
11383 ------------------------------------------------------------------------
11384 r8261 | gbazin | 2004-07-23 20:13:20 +0200 (Fri, 23 Jul 2004) | 1 line
11386 M /trunk/modules/visualization/galaktos/plugin.c
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
11392 M /trunk/modules/visualization/galaktos/plugin.c
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
11398 M /trunk/configure.ac
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
11404 M /trunk/modules/video_output/opengl.c
11405 M /trunk/modules/video_output/x11/glx.c
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
11411 M /trunk/configure.ac
11413 * configure.ac: fixed the AltiVec capabilities check.
11415 ------------------------------------------------------------------------
11416 r8256 | sam | 2004-07-23 17:16:00 +0200 (Fri, 23 Jul 2004) | 3 lines
11418 M /trunk/configure.ac
11420 * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
11421 to trigger AltiVec optimisations in our generic code.
11423 ------------------------------------------------------------------------
11424 r8255 | titer | 2004-07-23 16:19:31 +0200 (Fri, 23 Jul 2004) | 4 lines
11426 M /trunk/Makefile.am
11427 M /trunk/configure.ac
11428 M /trunk/extras/contrib/src/Makefile
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
11434 ------------------------------------------------------------------------
11435 r8254 | gbazin | 2004-07-23 15:37:43 +0200 (Fri, 23 Jul 2004) | 1 line
11437 M /trunk/modules/video_output/opengl.c
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
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
11448 * modules/video_output/directx/glwin32.c: 1st shot at a win32 opengl provider.
11449 * modules/video_output/directx/events.c: removed unused code.
11451 ------------------------------------------------------------------------
11452 r8252 | gbazin | 2004-07-23 14:42:11 +0200 (Fri, 23 Jul 2004) | 1 line
11454 M /trunk/src/video_output/vout_intf.c
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
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
11465 BeOS contrib bla bla
11467 ------------------------------------------------------------------------
11468 r8250 | damienf | 2004-07-23 12:19:58 +0200 (Fri, 23 Jul 2004) | 2 lines
11470 M /trunk/modules/access/dshow/filter.cpp
11471 M /trunk/modules/access/dshow/filter.h
11473 improved filter compatibility by favoring current connection media type in subsequent connections
11475 ------------------------------------------------------------------------
11476 r8249 | titer | 2004-07-23 00:59:50 +0200 (Fri, 23 Jul 2004) | 7 lines
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
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
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
11494 ------------------------------------------------------------------------
11495 r8248 | gbazin | 2004-07-23 00:36:16 +0200 (Fri, 23 Jul 2004) | 2 lines
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
11501 * modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.
11503 ------------------------------------------------------------------------
11504 r8247 | gbazin | 2004-07-23 00:14:42 +0200 (Fri, 23 Jul 2004) | 1 line
11506 M /trunk/modules/video_output/opengl.c
11507 M /trunk/modules/video_output/x11/glx.c
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
11513 M /trunk/src/misc/objects.c
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
11519 M /trunk/modules/video_output/x11/glx.c
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
11525 M /trunk/Makefile.am
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
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
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.
11548 ------------------------------------------------------------------------
11549 r8242 | titer | 2004-07-22 18:48:38 +0200 (Thu, 22 Jul 2004) | 2 lines
11552 M /trunk/configure.ac
11554 contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
11556 ------------------------------------------------------------------------
11557 r8241 | gbazin | 2004-07-22 18:37:43 +0200 (Thu, 22 Jul 2004) | 1 line
11559 M /trunk/modules/video_output/x11/glx.c
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
11565 M /trunk/modules/video_chroma/i420_rgb.c
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
11571 M /trunk/modules/audio_filter/equalizer.c
11573 equalizer.c: compile fix for old compilers (thx sam)
11575 ------------------------------------------------------------------------
11576 r8238 | titer | 2004-07-22 16:21:59 +0200 (Thu, 22 Jul 2004) | 2 lines
11578 M /trunk/modules/misc/network/ipv4.c
11579 M /trunk/src/misc/httpd.c
11581 BeOS doesn't know about PF_INET
11583 ------------------------------------------------------------------------
11584 r8237 | titer | 2004-07-22 15:50:35 +0200 (Thu, 22 Jul 2004) | 2 lines
11586 M /trunk/modules/control/netsync.c
11588 netsync.c: converted to unix file because BeOS' gcc chokes on dos files
11590 ------------------------------------------------------------------------
11591 r8236 | titer | 2004-07-22 15:06:21 +0200 (Thu, 22 Jul 2004) | 3 lines
11593 M /trunk/configure.ac
11595 configure.ac: check for png_set_rows in libpng because early versions
11598 ------------------------------------------------------------------------
11599 r8235 | hartman | 2004-07-22 13:49:14 +0200 (Thu, 22 Jul 2004) | 2 lines
11601 M /trunk/modules/access_output/udp.c
11603 * frenglish paquets -> packets
11605 ------------------------------------------------------------------------
11606 r8234 | titer | 2004-07-22 10:51:40 +0200 (Thu, 22 Jul 2004) | 2 lines
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
11613 contrib/*: started to adapt the contrib system for BeOS
11615 ------------------------------------------------------------------------
11616 r8233 | gbazin | 2004-07-22 09:03:22 +0200 (Thu, 22 Jul 2004) | 1 line
11618 M /trunk/modules/visualization/galaktos
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
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
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
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
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.
11654 ------------------------------------------------------------------------
11655 r8230 | hartman | 2004-07-21 21:03:34 +0200 (Wed, 21 Jul 2004) | 2 lines
11657 A /trunk/share/http/webcam.html
11659 * Example Multipart MJPEG webpage. With cambozola JAVA applet example.
11661 ------------------------------------------------------------------------
11662 r8229 | hartman | 2004-07-21 20:45:06 +0200 (Wed, 21 Jul 2004) | 2 lines
11664 M /trunk/modules/misc/sap.c
11666 * Fix the sap module compilation. Compile before you commit strikes once again.......
11668 ------------------------------------------------------------------------
11669 r8228 | hartman | 2004-07-21 01:15:33 +0200 (Wed, 21 Jul 2004) | 3 lines
11671 M /trunk/modules/demux/livedotcom.cpp
11673 * Fix livedotcom API change.
11674 Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.
11676 ------------------------------------------------------------------------
11677 r8227 | asmax | 2004-07-21 00:25:06 +0200 (Wed, 21 Jul 2004) | 3 lines
11679 M /trunk/modules/video_output/x11/glx.c
11681 * glx.c: don't scale the image with the chroma (supposed to speed up
11684 ------------------------------------------------------------------------
11685 r8226 | hartman | 2004-07-20 23:36:51 +0200 (Tue, 20 Jul 2004) | 2 lines
11687 M /trunk/modules/misc/sap.c
11689 * recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
11691 ------------------------------------------------------------------------
11692 r8225 | asmax | 2004-07-20 22:25:25 +0200 (Tue, 20 Jul 2004) | 7 lines
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
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 ! ;)
11709 ------------------------------------------------------------------------
11710 r8224 | adn | 2004-07-20 18:43:36 +0200 (Tue, 20 Jul 2004) | 2 lines
11712 M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
11713 M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
11717 ------------------------------------------------------------------------
11718 r8223 | sigmunau | 2004-07-20 13:49:04 +0200 (Tue, 20 Jul 2004) | 3 lines
11720 M /trunk/modules/mux/mpjpeg.c
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.
11725 ------------------------------------------------------------------------
11726 r8222 | sam | 2004-07-20 11:53:24 +0200 (Tue, 20 Jul 2004) | 9 lines
11728 M /trunk/debian/README.Debian
11729 M /trunk/debian/changelog
11730 M /trunk/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.
11741 ------------------------------------------------------------------------
11742 r8221 | gbazin | 2004-07-20 11:23:18 +0200 (Tue, 20 Jul 2004) | 1 line
11744 M /trunk/src/misc/httpd.c
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
11750 M /trunk/configure.ac
11752 * darwin buildflag for vlc/libvlc
11754 ------------------------------------------------------------------------
11755 r8219 | fenrir | 2004-07-19 19:04:45 +0200 (Mon, 19 Jul 2004) | 2 lines
11757 M /trunk/src/input/stream.c
11759 * stream.c: fixed seeking near the end of a stream.
11761 ------------------------------------------------------------------------
11762 r8218 | gbazin | 2004-07-19 16:54:37 +0200 (Mon, 19 Jul 2004) | 1 line
11764 M /trunk/modules/demux/ts.c
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
11770 M /trunk/src/misc/httpd.c
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
11776 M /trunk/modules/control/http.c
11778 * modules/control/http.c: portability fix.
11779 ------------------------------------------------------------------------
11780 r8215 | fenrir | 2004-07-18 19:05:45 +0200 (Sun, 18 Jul 2004) | 2 lines
11782 M /trunk/src/input/stream.c
11784 stream.c: do not drop empty line.
11786 ------------------------------------------------------------------------
11787 r8214 | fenrir | 2004-07-18 19:04:44 +0200 (Sun, 18 Jul 2004) | 2 lines
11789 M /trunk/modules/demux/subtitle.c
11791 * subtitle: fixed a small memleak.
11793 ------------------------------------------------------------------------
11794 r8213 | fenrir | 2004-07-18 18:33:02 +0200 (Sun, 18 Jul 2004) | 2 lines
11796 M /trunk/modules/demux/mpeg/mpga.c
11798 * mpga: fixed a memleak+warnings.
11800 ------------------------------------------------------------------------
11801 r8212 | asmax | 2004-07-18 15:56:08 +0200 (Sun, 18 Jul 2004) | 2 lines
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
11809 * all: now both GLX 1.2 and 1.3 are supported
11811 ------------------------------------------------------------------------
11812 r8211 | fenrir | 2004-07-18 14:03:37 +0200 (Sun, 18 Jul 2004) | 2 lines
11814 M /trunk/modules/access/ftp.c
11816 * ftp: handle multiple lines answers.
11818 ------------------------------------------------------------------------
11819 r8210 | hartman | 2004-07-18 13:25:28 +0200 (Sun, 18 Jul 2004) | 2 lines
11821 M /trunk/modules/access/ftp.c
11823 * spelling corrections
11825 ------------------------------------------------------------------------
11826 r8209 | hartman | 2004-07-17 22:43:52 +0200 (Sat, 17 Jul 2004) | 2 lines
11830 * additions to TODO list
11832 ------------------------------------------------------------------------
11833 r8208 | courmisch | 2004-07-17 18:56:59 +0200 (Sat, 17 Jul 2004) | 3 lines
11835 M /trunk/src/misc/httpd.c
11837 Fix socket errors handling.
11838 Fallback to IPv4 with option --ipv6 if IPv6 fails
11840 ------------------------------------------------------------------------
11841 r8207 | courmisch | 2004-07-17 17:04:42 +0200 (Sat, 17 Jul 2004) | 2 lines
11843 M /trunk/modules/access/mms/mmstu.c
11845 Fallback for UDP if not using IPv4
11847 ------------------------------------------------------------------------
11848 r8206 | courmisch | 2004-07-17 16:07:40 +0200 (Sat, 17 Jul 2004) | 2 lines
11850 M /trunk/modules/stream_out/rtp.c
11852 Fix corner case introduced in HTTPd IPv6 patch
11854 ------------------------------------------------------------------------
11855 r8205 | asmax | 2004-07-17 15:55:48 +0200 (Sat, 17 Jul 2004) | 13 lines
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
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
11922 Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
11923 With projectM presets, colours look a bit "flashy", I wonder if it
11925 To compile the plugin, add --enable-galaktos in configure. The only
11926 dependencies are on X11 and OpenGL libs.
11929 ------------------------------------------------------------------------
11930 r8204 | courmisch | 2004-07-17 14:30:59 +0200 (Sat, 17 Jul 2004) | 2 lines
11932 M /trunk/src/misc/httpd.c
11934 IPv6 support for HTTPd
11936 ------------------------------------------------------------------------
11937 r8203 | hartman | 2004-07-17 13:51:46 +0200 (Sat, 17 Jul 2004) | 3 lines
11939 M /trunk/configure.ac
11940 M /trunk/modules/audio_filter/equalizer.c
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
11945 ------------------------------------------------------------------------
11946 r8202 | courmisch | 2004-07-17 13:50:43 +0200 (Sat, 17 Jul 2004) | 2 lines
11948 M /trunk/configure.ac
11950 Check for getnameinfo() - required for later patch
11952 ------------------------------------------------------------------------
11953 r8201 | hartman | 2004-07-17 01:04:57 +0200 (Sat, 17 Jul 2004) | 2 lines
11955 M /trunk/extras/contrib/src/Makefile
11956 A /trunk/extras/contrib/src/Patches/dvdnav.patch
11958 * libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
11960 ------------------------------------------------------------------------
11961 r8200 | hartman | 2004-07-16 23:05:52 +0200 (Fri, 16 Jul 2004) | 2 lines
11963 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11965 * no more need for unistd.h patch in rtsp.c of ffmpeg either
11967 ------------------------------------------------------------------------
11968 r8199 | hartman | 2004-07-16 22:05:03 +0200 (Fri, 16 Jul 2004) | 2 lines
11970 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
11972 * update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround
11974 ------------------------------------------------------------------------
11975 r8198 | fenrir | 2004-07-16 21:33:20 +0200 (Fri, 16 Jul 2004) | 3 lines
11977 M /trunk/modules/demux/mp4/libmp4.c
11978 M /trunk/modules/mux/mp4.c
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.
11983 ------------------------------------------------------------------------
11984 r8197 | fenrir | 2004-07-16 20:35:50 +0200 (Fri, 16 Jul 2004) | 4 lines
11986 M /trunk/modules/audio_filter/equalizer.c
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 ;)
11992 ------------------------------------------------------------------------
11993 r8196 | hartman | 2004-07-16 18:34:11 +0200 (Fri, 16 Jul 2004) | 2 lines
11995 M /trunk/configure.ac
11997 * Fix alignment on a configure --help message
11999 ------------------------------------------------------------------------
12000 r8195 | sam | 2004-07-16 15:10:34 +0200 (Fri, 16 Jul 2004) | 2 lines
12002 M /trunk/configure.ac
12004 * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
12006 ------------------------------------------------------------------------
12007 r8194 | sam | 2004-07-16 13:50:27 +0200 (Fri, 16 Jul 2004) | 3 lines
12009 M /trunk/configure.ac
12012 + Added full library dependencies to the -lXt check.
12014 ------------------------------------------------------------------------
12015 r8193 | sam | 2004-07-16 13:33:32 +0200 (Fri, 16 Jul 2004) | 2 lines
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
12022 * it's information, not informations (you missed some, dj :P)
12024 ------------------------------------------------------------------------
12025 r8192 | hartman | 2004-07-16 13:29:21 +0200 (Fri, 16 Jul 2004) | 4 lines
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
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).
12045 ------------------------------------------------------------------------
12046 r8191 | sam | 2004-07-16 13:26:48 +0200 (Fri, 16 Jul 2004) | 8 lines
12048 M /trunk/debian/README.Debian
12049 M /trunk/debian/changelog
12050 M /trunk/debian/control
12053 + Activated Theora support (Closes: #259061).
12054 + Re-enabled the KDE plugin (Closes: #258295).
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.
12060 ------------------------------------------------------------------------
12061 r8190 | hartman | 2004-07-15 20:47:32 +0200 (Thu, 15 Jul 2004) | 2 lines
12063 M /trunk/modules/audio_output/coreaudio.c
12065 * removed the hog elements. They are breaking stuff..
12067 ------------------------------------------------------------------------
12068 r8189 | hartman | 2004-07-15 17:24:53 +0200 (Thu, 15 Jul 2004) | 2 lines
12070 M /trunk/modules/gui/macosx/prefs.m
12072 * reenable the prefs. this was a small leftover from debugging
12074 ------------------------------------------------------------------------
12075 r8188 | hartman | 2004-07-15 17:20:46 +0200 (Thu, 15 Jul 2004) | 2 lines
12077 M /trunk/modules/gui/ncurses.c
12081 ------------------------------------------------------------------------
12082 r8187 | gbazin | 2004-07-15 14:41:38 +0200 (Thu, 15 Jul 2004) | 1 line
12084 M /trunk/modules/audio_filter/equalizer.c
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
12090 M /trunk/modules/codec/ffmpeg/demux.c
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
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
12103 * all: just a basic OpenGL scope at the moment
12105 ------------------------------------------------------------------------
12106 r8184 | gbazin | 2004-07-14 12:21:21 +0200 (Wed, 14 Jul 2004) | 1 line
12108 M /trunk/src/misc/threads.c
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
12114 M /trunk/modules/demux/mpeg/mpga.c
12116 mpga.c: fixed some memleaks in the probing process
12118 ------------------------------------------------------------------------
12119 r8182 | zorglub | 2004-07-13 13:41:21 +0200 (Tue, 13 Jul 2004) | 1 line
12121 M /trunk/modules/gui/wxwindows/extrapanel.cpp
12124 ------------------------------------------------------------------------
12125 r8181 | asmax | 2004-07-12 20:02:57 +0200 (Mon, 12 Jul 2004) | 3 lines
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
12138 * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
12139 with MilkDrop for winamp.
12141 ------------------------------------------------------------------------
12142 r8180 | gbazin | 2004-07-12 13:57:49 +0200 (Mon, 12 Jul 2004) | 2 lines
12144 M /trunk/modules/gui/wxwindows/extrapanel.cpp
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).
12148 ------------------------------------------------------------------------
12149 r8179 | gbazin | 2004-07-12 10:30:12 +0200 (Mon, 12 Jul 2004) | 1 line
12151 M /trunk/configure.ac
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
12157 M /trunk/modules/gui/wxwindows/extrapanel.cpp
12161 ------------------------------------------------------------------------
12162 r8177 | titer | 2004-07-12 08:56:05 +0200 (Mon, 12 Jul 2004) | 2 lines
12164 M /trunk/modules/audio_filter/normvol.c
12166 Fixed norm-max-level description
12168 ------------------------------------------------------------------------
12169 r8176 | zorglub | 2004-07-12 08:48:37 +0200 (Mon, 12 Jul 2004) | 1 line
12174 ------------------------------------------------------------------------
12175 r8175 | zorglub | 2004-07-12 08:47:15 +0200 (Mon, 12 Jul 2004) | 1 line
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
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
12191 M /trunk/modules/audio_filter/Modules.am
12192 A /trunk/modules/audio_filter/normvol.c
12194 Added a very trivial volume normalizer
12195 ------------------------------------------------------------------------
12196 r8173 | zorglub | 2004-07-12 08:45:07 +0200 (Mon, 12 Jul 2004) | 1 line
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
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
12207 M /trunk/src/video_output/video_output.c
12209 Fix refcount problem when creation fails
12210 ------------------------------------------------------------------------
12211 r8171 | zorglub | 2004-07-12 08:42:47 +0200 (Mon, 12 Jul 2004) | 1 line
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
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
12229 NEWS: not that 0.7.3 is not released yet
12230 TODO: updates more stuff to do :)
12232 ------------------------------------------------------------------------
12233 r8169 | hartman | 2004-07-11 18:26:21 +0200 (Sun, 11 Jul 2004) | 2 lines
12235 M /trunk/src/libvlc.h
12237 * Fix audio subtitle track changer hotkey on OSX.
12239 ------------------------------------------------------------------------
12240 r8168 | asmax | 2004-07-11 13:15:43 +0200 (Sun, 11 Jul 2004) | 2 lines
12242 M /trunk/modules/gui/skins/x11/x11_timer.cpp
12244 * x11_timer.cpp: compilation fix
12246 ------------------------------------------------------------------------
12247 r8167 | fenrir | 2004-07-11 11:58:24 +0200 (Sun, 11 Jul 2004) | 2 lines
12249 M /trunk/modules/codec/theora.c
12251 * theora: compilation fix.
12253 ------------------------------------------------------------------------
12254 r8166 | fenrir | 2004-07-10 20:12:56 +0200 (Sat, 10 Jul 2004) | 2 lines
12256 M /trunk/modules/mux/mpjpeg.c
12257 M /trunk/modules/mux/wav.c
12259 * all: compilation fix.
12261 ------------------------------------------------------------------------
12262 r8165 | gbazin | 2004-07-10 20:08:09 +0200 (Sat, 10 Jul 2004) | 3 lines
12264 M /trunk/include/mtime.h
12265 M /trunk/include/vlc_common.h
12266 M /trunk/src/misc/mtime.c
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).
12271 ------------------------------------------------------------------------
12272 r8164 | fenrir | 2004-07-10 19:22:35 +0200 (Sat, 10 Jul 2004) | 2 lines
12274 M /trunk/modules/access_output/file.c
12275 M /trunk/modules/access_output/http.c
12276 M /trunk/modules/access_output/udp.c
12278 * all: sout_ParseCfg -> sout_CfgParse.
12280 ------------------------------------------------------------------------
12281 r8163 | fenrir | 2004-07-10 19:22:10 +0200 (Sat, 10 Jul 2004) | 2 lines
12283 M /trunk/include/vlc_common.h
12285 * vlc_common: moved a few typedefs from stream_output.h
12287 ------------------------------------------------------------------------
12288 r8162 | fenrir | 2004-07-10 19:20:59 +0200 (Sat, 10 Jul 2004) | 2 lines
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
12301 ------------------------------------------------------------------------
12302 r8161 | fenrir | 2004-07-10 19:20:11 +0200 (Sat, 10 Jul 2004) | 2 lines
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
12312 * all: cosmetics + MUX_GET_MIME.
12314 ------------------------------------------------------------------------
12315 r8160 | fenrir | 2004-07-10 19:19:28 +0200 (Sat, 10 Jul 2004) | 2 lines
12317 M /trunk/modules/codec/ffmpeg/encoder.c
12318 M /trunk/modules/codec/vorbis.c
12319 M /trunk/modules/codec/x264.c
12321 all: sout_ParseCfg -> sout_CfgParse.
12323 ------------------------------------------------------------------------
12324 r8159 | fenrir | 2004-07-10 19:18:50 +0200 (Sat, 10 Jul 2004) | 2 lines
12326 M /trunk/include/stream_output.h
12327 M /trunk/src/stream_output/stream_output.c
12329 * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
12331 ------------------------------------------------------------------------
12332 r8158 | gbazin | 2004-07-09 23:13:11 +0200 (Fri, 09 Jul 2004) | 1 line
12334 M /trunk/modules/codec/flac.c
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
12340 M /trunk/modules/demux/playlist/m3u.c
12341 M /trunk/modules/demux/playlist/playlist.c
12342 M /trunk/src/input/stream.c
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
12348 M /trunk/modules/audio_filter/equalizer.c
12350 * equalizer: added a preamp value per preset.
12352 ------------------------------------------------------------------------
12353 r8155 | gbazin | 2004-07-08 16:20:11 +0200 (Thu, 08 Jul 2004) | 1 line
12355 M /trunk/src/input/decoder.c
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
12361 M /trunk/modules/demux/Modules.am
12363 * Fix building of livedotcom module for !--mostly-builtin
12365 ------------------------------------------------------------------------
12366 r8153 | gbazin | 2004-07-08 14:25:20 +0200 (Thu, 08 Jul 2004) | 1 line
12368 M /trunk/src/playlist/playlist.c
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
12374 M /trunk/modules/gui/wxwindows/interface.cpp
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
12380 M /trunk/modules/control/hotkeys.c
12382 hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
12383 with the subtitles hotkey (thank you gcc)
12385 ------------------------------------------------------------------------
12386 r8150 | sigmunau | 2004-07-08 11:12:37 +0200 (Thu, 08 Jul 2004) | 2 lines
12388 M /trunk/include/vlc_keys.h
12390 Forgot this file in my last commit.
12392 ------------------------------------------------------------------------
12393 r8149 | fenrir | 2004-07-08 01:26:35 +0200 (Thu, 08 Jul 2004) | 2 lines
12395 M /trunk/modules/access_output/http.c
12397 * http: added a mime option.
12399 ------------------------------------------------------------------------
12400 r8148 | fenrir | 2004-07-08 01:16:30 +0200 (Thu, 08 Jul 2004) | 2 lines
12402 M /trunk/src/input/demux.c
12404 * demux: stream_DemuxControl: emulate seek.
12406 ------------------------------------------------------------------------
12407 r8147 | fenrir | 2004-07-08 01:12:30 +0200 (Thu, 08 Jul 2004) | 2 lines
12409 M /trunk/modules/demux/Modules.am
12411 * Modules.am: link livedotcom with access/mms/asf.c
12413 ------------------------------------------------------------------------
12414 r8146 | fenrir | 2004-07-08 01:11:08 +0200 (Thu, 08 Jul 2004) | 2 lines
12416 M /trunk/modules/demux/livedotcom.cpp
12418 * livedotcom: first try to support m$ rtsp. It works on the url I have.
12420 ------------------------------------------------------------------------
12421 r8145 | sigmunau | 2004-07-07 23:09:20 +0200 (Wed, 07 Jul 2004) | 2 lines
12423 M /trunk/modules/control/hotkeys.c
12424 M /trunk/src/libvlc.h
12426 hadded keys to cycle audio track and subtitle track
12428 ------------------------------------------------------------------------
12429 r8144 | gbazin | 2004-07-07 18:41:26 +0200 (Wed, 07 Jul 2004) | 1 line
12431 M /trunk/configure.ac
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
12437 M /trunk/modules/control/netsync.c
12439 * netsync module no longer IPv4-specific
12442 ------------------------------------------------------------------------
12443 r8142 | gbazin | 2004-07-07 17:51:23 +0200 (Wed, 07 Jul 2004) | 3 lines
12445 M /trunk/modules/audio_filter/equalizer.c
12446 M /trunk/modules/gui/wxwindows/menus.cpp
12447 M /trunk/src/audio_output/input.c
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.
12452 ------------------------------------------------------------------------
12453 r8141 | gbazin | 2004-07-07 15:32:46 +0200 (Wed, 07 Jul 2004) | 1 line
12455 M /trunk/modules/demux/ogg.c
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
12461 M /trunk/modules/mux/mpjpeg.c
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
12467 M /trunk/modules/demux/mpeg/mpga.c
12469 yet another fix for unavailable id3tag
12471 ------------------------------------------------------------------------
12472 r8138 | gbazin | 2004-07-07 14:29:21 +0200 (Wed, 07 Jul 2004) | 2 lines
12474 M /trunk/modules/audio_filter/equalizer.c
12475 M /trunk/modules/demux/mp4/mp4.c
12477 * modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
12479 ------------------------------------------------------------------------
12480 r8137 | sigmunau | 2004-07-07 12:06:56 +0200 (Wed, 07 Jul 2004) | 4 lines
12482 M /trunk/modules/mux/Modules.am
12483 A /trunk/modules/mux/mpjpeg.c
12485 a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting
12486 streams, served in http, are directly playable by mozilla (though
12489 ------------------------------------------------------------------------
12490 r8136 | gbazin | 2004-07-07 00:12:40 +0200 (Wed, 07 Jul 2004) | 1 line
12492 M /trunk/configure.ac
12493 M /trunk/modules/audio_filter/Modules.am
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
12499 A /trunk/modules/audio_filter/equalizer.c
12501 * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
12503 ------------------------------------------------------------------------
12504 r8134 | djc | 2004-07-06 19:16:32 +0200 (Tue, 06 Jul 2004) | 3 lines
12509 Added current changes in the menu.
12510 I will now try to generate defconfig by bootstrap...
12512 ------------------------------------------------------------------------
12513 r8133 | gbazin | 2004-07-06 19:09:10 +0200 (Tue, 06 Jul 2004) | 1 line
12515 M /trunk/src/stream_output/stream_output.c
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
12521 M /trunk/modules/codec/dvbsub.c
12523 * modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
12524 It can finally decode properly all the samples I have.
12526 ------------------------------------------------------------------------
12527 r8131 | gbazin | 2004-07-06 18:54:05 +0200 (Tue, 06 Jul 2004) | 1 line
12529 M /trunk/modules/codec/araw.c
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
12535 M /trunk/configure.ac
12536 M /trunk/modules/mux/Modules.am
12537 A /trunk/modules/mux/wav.c
12539 * modules/mux/wav.c: start of a WAV audio file muxer.
12541 ------------------------------------------------------------------------
12542 r8129 | hartman | 2004-07-05 22:42:52 +0200 (Mon, 05 Jul 2004) | 3 lines
12544 M /trunk/extras/contrib/src/Makefile
12545 M /trunk/extras/contrib/src/Patches/libcddb.patch
12546 M /trunk/extras/contrib/src/packages.mak
12548 * fix contrib system on OS X 10.2.
12549 - some libcddb bugs found. Sent them upstream too.
12551 ------------------------------------------------------------------------
12552 r8128 | fenrir | 2004-07-05 21:50:06 +0200 (Mon, 05 Jul 2004) | 2 lines
12554 M /trunk/include/vlc_block.h
12555 M /trunk/src/misc/block.c
12557 * block.*: faster block_* and removed unused features.
12559 ------------------------------------------------------------------------
12560 r8127 | courmisch | 2004-07-05 19:14:00 +0200 (Mon, 05 Jul 2004) | 2 lines
12562 M /trunk/modules/stream_out/rtp.c
12564 Fixed memory leak (can anyone confirm?)
12566 ------------------------------------------------------------------------
12567 r8126 | courmisch | 2004-07-05 17:43:56 +0200 (Mon, 05 Jul 2004) | 4 lines
12569 M /trunk/configure.ac
12570 M /trunk/src/misc/httpd.c
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)
12576 ------------------------------------------------------------------------
12577 r8125 | hartman | 2004-07-05 16:18:51 +0200 (Mon, 05 Jul 2004) | 3 lines
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.
12584 ------------------------------------------------------------------------
12585 r8124 | gbazin | 2004-07-05 15:04:11 +0200 (Mon, 05 Jul 2004) | 1 line
12587 M /trunk/src/misc/block.c
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
12593 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
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
12599 M /trunk/extras/contrib/src/packages.mak
12601 * contrib system breakage fix
12603 ------------------------------------------------------------------------
12604 r8121 | hartman | 2004-07-05 03:27:35 +0200 (Mon, 05 Jul 2004) | 25 lines
12606 M /trunk/Makefile.am
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
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?
12636 VLC.app/Contents/MacOS/VLC [-I macosx]
12637 launches VLC as before (requires you to be logged in via GUI)
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)
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
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 !
12650 ------------------------------------------------------------------------
12651 r8120 | hartman | 2004-07-05 02:22:13 +0200 (Mon, 05 Jul 2004) | 5 lines
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
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?)
12664 ------------------------------------------------------------------------
12665 r8119 | adn | 2004-07-05 00:48:36 +0200 (Mon, 05 Jul 2004) | 2 lines
12667 M /trunk/doc/skins/skins2-howto.xml
12669 remember to enable it in the doc for 0.7.3
12671 ------------------------------------------------------------------------
12672 r8118 | adn | 2004-07-05 00:45:22 +0200 (Mon, 05 Jul 2004) | 2 lines
12674 M /trunk/doc/skins/skins2-howto.xml
12676 doc up to date (minimize)
12678 ------------------------------------------------------------------------
12679 r8117 | adn | 2004-07-05 00:37:01 +0200 (Mon, 05 Jul 2004) | 2 lines
12681 A /trunk/share/skins2/default/reduce_mouseover.png
12682 M /trunk/share/skins2/default/theme.xml
12684 minimize in the default theme
12686 ------------------------------------------------------------------------
12687 r8116 | adn | 2004-07-05 00:22:10 +0200 (Mon, 05 Jul 2004) | 2 lines
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
12699 added a function to minimize VLC (check win32 compilation)
12701 ------------------------------------------------------------------------
12702 r8115 | asmax | 2004-07-03 16:04:14 +0200 (Sat, 03 Jul 2004) | 2 lines
12704 M /trunk/modules/gui/wxwindows/menus.cpp
12706 * wxwindows/menus.cpp: added missing _()
12708 ------------------------------------------------------------------------
12709 r8114 | hartman | 2004-07-02 19:44:16 +0200 (Fri, 02 Jul 2004) | 2 lines
12715 * Update TODO and other junk
12717 ------------------------------------------------------------------------
12718 r8113 | gbazin | 2004-07-02 17:12:35 +0200 (Fri, 02 Jul 2004) | 4 lines
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
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.
12730 ------------------------------------------------------------------------
12731 r8112 | gbazin | 2004-07-01 18:05:05 +0200 (Thu, 01 Jul 2004) | 1 line
12733 M /trunk/modules/codec/dmo/dmo.c
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
12739 M /trunk/src/playlist/playlist.c
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
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
12749 Doxygenized some functions in vout_pictures.c. Prepared for new chroma
12750 fourcc YUVA to be used in subpicture rendering
12752 ------------------------------------------------------------------------
12753 r8109 | sigmunau | 2004-07-01 14:37:53 +0200 (Thu, 01 Jul 2004) | 3 lines
12755 M /trunk/src/playlist/sort.c
12757 quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
12758 shuffeling a playlist with 1 entry
12760 ------------------------------------------------------------------------
12761 r8108 | gbazin | 2004-07-01 14:37:14 +0200 (Thu, 01 Jul 2004) | 4 lines
12763 M /trunk/src/libvlc.c
12764 M /trunk/src/libvlc.h
12767 + start daemon mode before modules are loaded.
12768 + dummy interface is the default interface when in daemon mode.
12770 ------------------------------------------------------------------------
12771 r8107 | gbazin | 2004-07-01 12:48:44 +0200 (Thu, 01 Jul 2004) | 1 line
12773 M /trunk/modules/mux/mpeg/ts.c
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
12779 M /trunk/modules/codec/theora.c
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
12785 M /trunk/configure.ac
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
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
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).
12802 ------------------------------------------------------------------------
12803 r8103 | gbazin | 2004-07-01 11:47:05 +0200 (Thu, 01 Jul 2004) | 1 line
12805 A /trunk/modules/codec/dmo
12807 * modules/codec/dmo: new directory.
12808 ------------------------------------------------------------------------
12809 r8102 | gbazin | 2004-07-01 01:18:54 +0200 (Thu, 01 Jul 2004) | 1 line
12811 M /trunk/modules/mux/mpeg/ts.c
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
12817 M /trunk/modules/codec/theora.c
12819 * set correct AR on theora video.
12820 this is also broken for encoding, but i'm not sure how to fix this.
12822 ------------------------------------------------------------------------
12823 r8100 | gbazin | 2004-07-01 00:15:32 +0200 (Thu, 01 Jul 2004) | 1 line
12825 M /trunk/modules/demux/ts.c
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
12831 M /trunk/src/libvlc.c
12834 - always use the dummy interface as the primary interface
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?
12841 ------------------------------------------------------------------------
12842 r8098 | asmax | 2004-06-30 20:07:34 +0200 (Wed, 30 Jun 2004) | 5 lines
12844 M /trunk/src/playlist/playlist.c
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
12851 ------------------------------------------------------------------------
12852 r8097 | hartman | 2004-06-30 18:26:48 +0200 (Wed, 30 Jun 2004) | 2 lines
12854 M /trunk/include/main.h
12855 M /trunk/src/libvlc.c
12856 M /trunk/src/libvlc.h
12858 * first stab at vlc daemon mode (-d, --daemon )
12860 ------------------------------------------------------------------------
12861 r8096 | sigmunau | 2004-06-30 18:06:11 +0200 (Wed, 30 Jun 2004) | 2 lines
12863 M /trunk/modules/demux/mpeg/mpga.c
12865 segfault fix when id3tag is unavailable
12867 ------------------------------------------------------------------------
12868 r8095 | hartman | 2004-06-29 17:53:28 +0200 (Tue, 29 Jun 2004) | 3 lines
12873 * TODO: some changes
12874 * NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
12876 ------------------------------------------------------------------------
12877 r8094 | gbazin | 2004-06-29 17:27:56 +0200 (Tue, 29 Jun 2004) | 1 line
12879 M /trunk/modules/codec/ffmpeg/video.c
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
12885 M /trunk/src/input/input.c
12886 M /trunk/src/input/var.c
12888 * all: re-enabled meta-datas.
12890 ------------------------------------------------------------------------
12891 r8092 | fenrir | 2004-06-29 00:11:03 +0200 (Tue, 29 Jun 2004) | 2 lines
12893 M /trunk/src/input/es_out.c
12895 * es_out: re-enabled meta infos about ES.
12897 ------------------------------------------------------------------------
12898 r8091 | fenrir | 2004-06-28 23:36:17 +0200 (Mon, 28 Jun 2004) | 2 lines
12900 M /trunk/modules/demux/demuxdump.c
12902 * demuxdump: ported to demux2.
12904 ------------------------------------------------------------------------
12905 r8090 | gbazin | 2004-06-28 18:03:44 +0200 (Mon, 28 Jun 2004) | 1 line
12907 M /trunk/modules/demux/mjpeg.c
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
12915 * massive translation corrections
12916 ------------------------------------------------------------------------
12917 r8088 | fkuehne | 2004-06-28 16:16:51 +0200 (Mon, 28 Jun 2004) | 1 line
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
12926 * ALL: minor spelling fixes
12927 ------------------------------------------------------------------------
12928 r8087 | gbazin | 2004-06-28 16:04:07 +0200 (Mon, 28 Jun 2004) | 1 line
12930 M /trunk/modules/gui/wxwindows/fileinfo.cpp
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
12936 M /trunk/src/input/control.c
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
12942 M /trunk/configure.ac
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
12948 M /trunk/modules/audio_output/coreaudio.c
12950 * take hog mode if during AC3 playback
12951 jlj could you please verify this ?
12953 ------------------------------------------------------------------------
12954 r8083 | hartman | 2004-06-28 01:40:29 +0200 (Mon, 28 Jun 2004) | 2 lines
12956 M /trunk/modules/control/hotkeys.c
12958 * check for p_vout before accessing it. (quit before playing would cause a crash as of late)
12960 ------------------------------------------------------------------------
12961 r8082 | fenrir | 2004-06-27 21:56:03 +0200 (Sun, 27 Jun 2004) | 4 lines
12963 M /trunk/modules/demux/mpeg/mpga.c
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
12969 ------------------------------------------------------------------------
12970 r8081 | fenrir | 2004-06-27 21:54:35 +0200 (Sun, 27 Jun 2004) | 4 lines
12972 M /trunk/src/input/input.c
12973 M /trunk/src/input/var.c
12974 M /trunk/src/libvlc.h
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
12980 ------------------------------------------------------------------------
12981 r8080 | gbazin | 2004-06-27 21:35:53 +0200 (Sun, 27 Jun 2004) | 1 line
12983 M /trunk/modules/gui/wxwindows/menus.cpp
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
12989 M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
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
12995 M /trunk/modules/access/dvdread.c
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
13001 M /trunk/modules/access/dvdread.c
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
13007 M /trunk/modules/access/dvdnav.c
13008 M /trunk/modules/access/dvdread.c
13009 M /trunk/modules/gui/wxwindows/menus.cpp
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.
13015 ------------------------------------------------------------------------
13016 r8075 | gbazin | 2004-06-27 12:19:23 +0200 (Sun, 27 Jun 2004) | 6 lines
13018 M /trunk/src/input/input.c
13019 M /trunk/src/input/var.c
13021 * src/input/input.c:
13022 + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
13023 + a few coding style changes.
13025 + use the descriptive name for titles/chapters if available.
13027 ------------------------------------------------------------------------
13028 r8074 | gbazin | 2004-06-27 12:16:57 +0200 (Sun, 27 Jun 2004) | 1 line
13030 M /trunk/modules/access/dvdread.c
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
13036 M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
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
13042 M /trunk/modules/gui/skins2/x11/x11_window.cpp
13044 * modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
13046 ------------------------------------------------------------------------
13047 r8071 | gbazin | 2004-06-26 18:15:27 +0200 (Sat, 26 Jun 2004) | 1 line
13049 M /trunk/modules/gui/skins2/src/vlcproc.cpp
13050 M /trunk/modules/gui/skins2/vars/time.cpp
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
13056 M /trunk/modules/gui/skins2/src/skin_main.cpp
13057 M /trunk/src/playlist/playlist.c
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
13063 M /trunk/src/misc/modules.c
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
13069 M /trunk/src/misc/modules.c
13070 M /trunk/src/playlist/playlist.c
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).
13075 ------------------------------------------------------------------------
13076 r8067 | gbazin | 2004-06-26 16:43:11 +0200 (Sat, 26 Jun 2004) | 1 line
13078 M /trunk/modules/gui/skins2/src/skin_main.cpp
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
13084 M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
13086 * ctrl_button.cpp : handle double click events too
13088 ------------------------------------------------------------------------
13089 r8065 | fenrir | 2004-06-25 22:46:11 +0200 (Fri, 25 Jun 2004) | 2 lines
13091 M /trunk/include/vlc_input.h
13093 * vlc_input: removed unused p_sys.
13095 ------------------------------------------------------------------------
13096 r8064 | hartman | 2004-06-25 21:44:48 +0200 (Fri, 25 Jun 2004) | 2 lines
13098 M /trunk/extras/contrib/src/Makefile
13099 M /trunk/extras/contrib/src/packages.mak
13101 * dvdnav <-> dvdplay contrib
13103 ------------------------------------------------------------------------
13104 r8063 | fenrir | 2004-06-25 20:55:14 +0200 (Fri, 25 Jun 2004) | 2 lines
13106 M /trunk/modules/demux/subtitle.c
13108 * subtitle: removed debug message.
13110 ------------------------------------------------------------------------
13111 r8062 | fenrir | 2004-06-25 20:41:15 +0200 (Fri, 25 Jun 2004) | 2 lines
13113 M /trunk/modules/demux/subtitle.c
13115 * subtitle: compilation fix.
13117 ------------------------------------------------------------------------
13118 r8061 | fenrir | 2004-06-25 20:35:56 +0200 (Fri, 25 Jun 2004) | 6 lines
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
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.
13140 ------------------------------------------------------------------------
13141 r8060 | gbazin | 2004-06-25 16:31:52 +0200 (Fri, 25 Jun 2004) | 3 lines
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
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.
13150 ------------------------------------------------------------------------
13151 r8059 | gbazin | 2004-06-25 16:25:27 +0200 (Fri, 25 Jun 2004) | 3 lines
13153 M /trunk/modules/access/dvdread.c
13154 M /trunk/modules/gui/wxwindows/open.cpp
13156 * gui/wxwindows/open.cpp: removed deprecated DVD entries.
13157 * access/dvdread.c: added dvdsimple shortcut.
13159 ------------------------------------------------------------------------
13160 r8058 | sam | 2004-06-25 14:21:32 +0200 (Fri, 25 Jun 2004) | 4 lines
13164 M /trunk/configure.ac
13167 * m4/vlc.m4 configure.ac:
13168 + Moved the shared object suffix detection to vlc.m4.
13169 + Replaced AX_* macros with VLC_* macros.
13171 ------------------------------------------------------------------------
13172 r8057 | sam | 2004-06-25 14:20:20 +0200 (Fri, 25 Jun 2004) | 3 lines
13174 M /trunk/modules/control/corba/Modules.am
13176 * modules/control/corba/Modules.am:
13177 + Play nicely with recent automake versions.
13179 ------------------------------------------------------------------------
13180 r8056 | gbazin | 2004-06-25 11:57:27 +0200 (Fri, 25 Jun 2004) | 1 line
13182 M /trunk/src/input/input.c
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
13188 M /trunk/configure.ac
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
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
13199 * demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
13201 ------------------------------------------------------------------------
13202 r8053 | gbazin | 2004-06-25 02:09:41 +0200 (Fri, 25 Jun 2004) | 4 lines
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)
13209 * modules/access/dvdread, modules/access/dvdread.c:
13210 + major rewrite of the dvdread module.
13211 + dvdread is now an access_demux module.
13213 ------------------------------------------------------------------------
13214 r8052 | gbazin | 2004-06-25 01:51:14 +0200 (Fri, 25 Jun 2004) | 4 lines
13216 M /trunk/configure.ac
13217 D /trunk/modules/access/dvd
13218 D /trunk/modules/access/dvdplay
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.
13224 ------------------------------------------------------------------------
13225 r8051 | fenrir | 2004-06-25 00:21:36 +0200 (Fri, 25 Jun 2004) | 2 lines
13227 M /trunk/src/input/input.c
13229 * input.c: fixed play/pause + cosmetics.
13231 ------------------------------------------------------------------------
13232 r8050 | fenrir | 2004-06-25 00:19:29 +0200 (Fri, 25 Jun 2004) | 2 lines
13234 M /trunk/src/input/demux.c
13236 * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
13238 ------------------------------------------------------------------------
13239 r8049 | fenrir | 2004-06-25 00:18:33 +0200 (Fri, 25 Jun 2004) | 2 lines
13241 M /trunk/include/vlc_input.h
13243 * vlc_input: added missing fields for multi-input (nothing working yet).
13245 ------------------------------------------------------------------------
13246 r8048 | titer | 2004-06-23 23:40:01 +0200 (Wed, 23 Jun 2004) | 2 lines
13248 M /trunk/modules/gui/macosx/macosx.m
13250 macosx/macosx.m: fixed macosx-opengl-effect string list
13252 ------------------------------------------------------------------------
13253 r8047 | fenrir | 2004-06-23 22:42:07 +0200 (Wed, 23 Jun 2004) | 2 lines
13255 M /trunk/src/input/stream.c
13257 * stream.c: fixed a problem with peek.
13259 ------------------------------------------------------------------------
13260 r8046 | gbazin | 2004-06-23 22:24:01 +0200 (Wed, 23 Jun 2004) | 1 line
13262 M /trunk/src/input/es_out.c
13263 M /trunk/src/input/stream.c
13264 M /trunk/src/input/var.c
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
13270 M /trunk/modules/demux/dvdnav.c
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
13276 M /trunk/modules/demux/dvdnav.c
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
13282 M /trunk/src/input/es_out.c
13284 * es_out: fixed a bug preventing re-selecting an ES.
13286 ------------------------------------------------------------------------
13287 r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
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
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"
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.
13311 ------------------------------------------------------------------------
13312 r8041 | gbazin | 2004-06-23 15:58:02 +0200 (Wed, 23 Jun 2004) | 3 lines
13314 M /trunk/modules/demux/m3u.c
13315 M /trunk/src/input/stream.c
13317 * modules/demux/m3u.c: allocate buffer for stream_Read().
13318 * src/input/stream.c: fixed detection of EOF.
13320 ------------------------------------------------------------------------
13321 r8040 | gbazin | 2004-06-23 13:32:59 +0200 (Wed, 23 Jun 2004) | 1 line
13323 M /trunk/modules/access/vcd/vcd.c
13324 M /trunk/modules/demux/ps.c
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
13330 M /trunk/modules/gui/macosx/controls.m
13331 M /trunk/modules/gui/macosx/intf.m
13333 * OSX compiles again (BEWARE it is still SEVERELY broken)
13335 ------------------------------------------------------------------------
13336 r8038 | gbazin | 2004-06-23 12:13:05 +0200 (Wed, 23 Jun 2004) | 1 line
13338 M /trunk/src/input/input.c
13340 * src/input/input.c: win32 fix.
13341 ------------------------------------------------------------------------
13342 r8037 | gbazin | 2004-06-23 12:12:41 +0200 (Wed, 23 Jun 2004) | 1 line
13344 M /trunk/modules/gui/ncurses.c
13345 M /trunk/modules/gui/wxwindows/wizard.cpp
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
13351 M /trunk/modules/demux/mpeg/mpga.c
13352 M /trunk/modules/demux/util/id3.c
13353 M /trunk/modules/demux/util/id3tag.c
13355 Fix id3 and id3tag (using meta)
13357 ------------------------------------------------------------------------
13358 r8035 | jlj | 2004-06-23 05:15:08 +0200 (Wed, 23 Jun 2004) | 3 lines
13360 M /trunk/src/audio_output/output.c
13362 * Fix for DTS over SPDIF stuttering. Someone please review.
13365 ------------------------------------------------------------------------
13366 r8034 | fenrir | 2004-06-23 01:17:02 +0200 (Wed, 23 Jun 2004) | 3 lines
13368 M /trunk/modules/demux/livedotcom.cpp
13370 * livedotcom: begin support of PAUSE. It doesn't work yet, resume
13371 always restarts from the start :(
13373 ------------------------------------------------------------------------
13374 r8033 | gbazin | 2004-06-23 00:21:12 +0200 (Wed, 23 Jun 2004) | 1 line
13376 M /trunk/configure.ac
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
13382 M /trunk/src/misc/modules.c
13384 Re-enable dynamic plugins
13386 ------------------------------------------------------------------------
13387 r8031 | gbazin | 2004-06-22 23:55:50 +0200 (Tue, 22 Jun 2004) | 1 line
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
13395 * modules/gui/skins / skins2: compilation fixes.
13396 ------------------------------------------------------------------------
13397 r8030 | gbazin | 2004-06-22 23:22:13 +0200 (Tue, 22 Jun 2004) | 1 line
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
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
13415 M /trunk/modules/codec/speex.c
13417 * speex: missing <vlc/input.h> include.
13419 ------------------------------------------------------------------------
13420 r8028 | fenrir | 2004-06-22 22:19:31 +0200 (Tue, 22 Jun 2004) | 2 lines
13422 M /trunk/Makefile.am
13424 * Makefile.am: updated.
13426 ------------------------------------------------------------------------
13427 r8027 | fenrir | 2004-06-22 22:10:17 +0200 (Tue, 22 Jun 2004) | 2 lines
13429 A /trunk/src/input/input_internal.h
13431 input_internal: lalala .
13433 ------------------------------------------------------------------------
13434 r8026 | fenrir | 2004-06-22 22:09:22 +0200 (Tue, 22 Jun 2004) | 2 lines
13436 A /trunk/include/vlc_stream.h
13438 * vlc_stream.h : oops again.
13440 ------------------------------------------------------------------------
13441 r8025 | fenrir | 2004-06-22 22:07:34 +0200 (Tue, 22 Jun 2004) | 2 lines
13443 A /trunk/include/vlc_es_out.h
13445 * vlc_es_out.h: oops ;)
13447 ------------------------------------------------------------------------
13448 r8024 | fenrir | 2004-06-22 22:02:47 +0200 (Tue, 22 Jun 2004) | 2 lines
13450 M /trunk/modules/codec/vorbis.c
13452 * vorbis: compilation fix.
13454 ------------------------------------------------------------------------
13455 r8023 | fenrir | 2004-06-22 21:49:25 +0200 (Tue, 22 Jun 2004) | 2 lines
13457 M /trunk/configure.ac
13459 * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
13461 ------------------------------------------------------------------------
13462 r8022 | fenrir | 2004-06-22 21:46:10 +0200 (Tue, 22 Jun 2004) | 2 lines
13464 D /trunk/modules/access/access2.c
13465 D /trunk/modules/demux/demux2.c
13467 * access2, demux2: not needed anymore.
13469 ------------------------------------------------------------------------
13470 r8021 | fenrir | 2004-06-22 21:43:37 +0200 (Tue, 22 Jun 2004) | 6 lines
13472 M /trunk/configure.ac
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.
13480 ------------------------------------------------------------------------
13481 r8020 | fenrir | 2004-06-22 21:35:15 +0200 (Tue, 22 Jun 2004) | 2 lines
13483 M /trunk/Makefile.am
13485 * all: rework of the input.
13487 ------------------------------------------------------------------------
13488 r8019 | fenrir | 2004-06-22 21:35:01 +0200 (Tue, 22 Jun 2004) | 2 lines
13490 M /trunk/modules/visualization/goom.c
13492 * all: rework of the input.
13494 ------------------------------------------------------------------------
13495 r8018 | fenrir | 2004-06-22 21:34:44 +0200 (Tue, 22 Jun 2004) | 2 lines
13497 M /trunk/modules/misc/dummy/dummy.c
13498 M /trunk/modules/misc/dummy/input.c
13500 * all: rework of the input.
13502 ------------------------------------------------------------------------
13503 r8017 | fenrir | 2004-06-22 21:34:20 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13513 * all: rework of the input.
13515 ------------------------------------------------------------------------
13516 r8016 | fenrir | 2004-06-22 21:34:01 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13525 * all: rework of the input.
13527 ------------------------------------------------------------------------
13528 r8015 | fenrir | 2004-06-22 21:33:30 +0200 (Tue, 22 Jun 2004) | 2 lines
13530 M /trunk/modules/codec/libmpeg2.c
13532 * all: rework of the input.
13534 ------------------------------------------------------------------------
13535 r8014 | fenrir | 2004-06-22 21:33:06 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13542 * all: rework of the input.
13544 ------------------------------------------------------------------------
13545 r8013 | fenrir | 2004-06-22 21:31:54 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13552 * all: rework of the input.
13554 ------------------------------------------------------------------------
13555 r8012 | fenrir | 2004-06-22 21:31:14 +0200 (Tue, 22 Jun 2004) | 2 lines
13557 M /trunk/src/misc/modules.c
13558 M /trunk/src/misc/objects.c
13560 * all: rework of the input.
13562 ------------------------------------------------------------------------
13563 r8011 | fenrir | 2004-06-22 21:30:54 +0200 (Tue, 22 Jun 2004) | 2 lines
13565 M /trunk/src/playlist/loadsave.c
13566 M /trunk/src/playlist/playlist.c
13568 * all: rework of the input.
13570 ------------------------------------------------------------------------
13571 r8010 | fenrir | 2004-06-22 21:30:31 +0200 (Tue, 22 Jun 2004) | 2 lines
13573 A /trunk/src/input/var.c
13575 * all: rework of the input.
13577 ------------------------------------------------------------------------
13578 r8009 | fenrir | 2004-06-22 21:29:57 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13594 * all: rework of the input.
13596 ------------------------------------------------------------------------
13597 r8008 | fenrir | 2004-06-22 21:29:37 +0200 (Tue, 22 Jun 2004) | 2 lines
13599 A /trunk/include/vlc_access.h
13600 A /trunk/include/vlc_demux.h
13601 A /trunk/include/vlc_input.h
13603 * all: rework of the input.
13605 ------------------------------------------------------------------------
13606 r8007 | fenrir | 2004-06-22 21:29:19 +0200 (Tue, 22 Jun 2004) | 2 lines
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
13618 * all: rework of the input.
13620 ------------------------------------------------------------------------
13621 r8006 | fenrir | 2004-06-22 20:39:02 +0200 (Tue, 22 Jun 2004) | 2 lines
13623 M /trunk/modules/mux/mp4.c
13625 * mp4: fixed width in tkhd. (at least I hope).
13627 ------------------------------------------------------------------------
13628 r8005 | damienf | 2004-06-22 11:13:51 +0200 (Tue, 22 Jun 2004) | 3 lines
13630 M /trunk/modules/access/dshow/dshow.cpp
13631 M /trunk/modules/access/dshow/filter.cpp
13632 M /trunk/modules/access/dshow/filter.h
13634 - added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
13635 - miscelaneous clean ups
13637 ------------------------------------------------------------------------
13638 r8004 | hartman | 2004-06-22 02:03:08 +0200 (Tue, 22 Jun 2004) | 3 lines
13640 M /trunk/modules/demux/livedotcom.cpp
13642 * modules/demux/livedotcom.cpp: - ts2 -> ts
13643 - take into account !rtpSource (for UDP support)
13645 ------------------------------------------------------------------------
13646 r8003 | zorglub | 2004-06-20 12:25:22 +0200 (Sun, 20 Jun 2004) | 2 lines
13652 ------------------------------------------------------------------------
13653 r8002 | fenrir | 2004-06-19 16:16:17 +0200 (Sat, 19 Jun 2004) | 2 lines
13655 M /trunk/modules/mux/mp4.c
13657 * mp4: avcC atom fixed. (Missing sps/pps).
13659 ------------------------------------------------------------------------
13660 r8001 | hartman | 2004-06-18 21:20:34 +0200 (Fri, 18 Jun 2004) | 2 lines
13662 M /trunk/doc/bugreport-howto.txt
13664 * Bug report howto is a online document.
13666 ------------------------------------------------------------------------
13667 r8000 | hartman | 2004-06-18 20:56:39 +0200 (Fri, 18 Jun 2004) | 2 lines
13669 M /trunk/doc/Makefile.am
13670 D /trunk/doc/intf-http.txt
13671 D /trunk/doc/vlc-howto.sgml
13673 D /trunk/doc/web-streaming.html
13675 * Removed some deprecated docs. small fix to vlc man page.
13677 ------------------------------------------------------------------------
13678 r7999 | hartman | 2004-06-18 16:00:51 +0200 (Fri, 18 Jun 2004) | 4 lines
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
13684 * ffmpeg resample.c patch is no longer necessary
13685 * new liveMedia version
13686 * liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).
13688 ------------------------------------------------------------------------
13689 r7998 | sigmunau | 2004-06-18 14:38:28 +0200 (Fri, 18 Jun 2004) | 3 lines
13691 M /trunk/modules/audio_filter/resampler/linear.c
13692 M /trunk/modules/audio_filter/resampler/ugly.c
13694 Fixed a nasty memleak in ugly and linear resamplers when alloca is
13695 unavaliable. Also swaped the score of these modules.
13697 ------------------------------------------------------------------------
13698 r7997 | sigmunau | 2004-06-18 13:35:45 +0200 (Fri, 18 Jun 2004) | 2 lines
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
13706 various documentation fixes
13708 ------------------------------------------------------------------------
13709 r7996 | fenrir | 2004-06-17 22:31:45 +0200 (Thu, 17 Jun 2004) | 4 lines
13711 M /trunk/modules/demux/livedotcom.cpp
13713 * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
13717 ------------------------------------------------------------------------
13718 r7995 | sigmunau | 2004-06-17 14:36:03 +0200 (Thu, 17 Jun 2004) | 3 lines
13720 M /trunk/doc/Doxyfile
13721 A /trunk/doc/Doxyfile.skins2
13723 splitted the documentation for skins2 out of the main docs. Tweaked the
13724 doxyfile for the main docs a bit.
13726 ------------------------------------------------------------------------
13727 r7994 | sigmunau | 2004-06-17 13:27:49 +0200 (Thu, 17 Jun 2004) | 2 lines
13729 M /trunk/include/vlc_video.h
13731 include/vlc_video.h: minor doc fix
13733 ------------------------------------------------------------------------
13734 r7993 | sigmunau | 2004-06-17 13:25:02 +0200 (Thu, 17 Jun 2004) | 2 lines
13736 M /trunk/doc/lirc/example.lircrc
13738 example.lircrc: Added missing commands
13740 ------------------------------------------------------------------------
13741 r7992 | oaubert | 2004-06-17 10:29:56 +0200 (Thu, 17 Jun 2004) | 2 lines
13743 M /trunk/modules/control/corba/mediacontrol-core.c
13747 ------------------------------------------------------------------------
13748 r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
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
13775 * src/video_output/vout_subpictures.c : New OSD channels
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
13781 See modules/control/hotkeys.c for an example.
13783 ------------------------------------------------------------------------
13784 r7990 | fenrir | 2004-06-16 21:35:33 +0200 (Wed, 16 Jun 2004) | 2 lines
13786 M /trunk/modules/demux/mp4/mp4.c
13787 M /trunk/modules/mux/mp4.c
13788 M /trunk/modules/packetizer/h264.c
13790 * all: fixed the way h264 streams are stored in .mp4
13792 ------------------------------------------------------------------------
13793 r7989 | fenrir | 2004-06-16 19:28:19 +0200 (Wed, 16 Jun 2004) | 2 lines
13795 M /trunk/modules/demux/avi/avi.c
13797 * avi: fixed the return value of Seek().
13799 ------------------------------------------------------------------------
13800 r7988 | hartman | 2004-06-15 17:41:53 +0200 (Tue, 15 Jun 2004) | 2 lines
13802 M /trunk/include/vlc_common.h
13804 * fix the defines for strcasecmp strncasecmp and strcasestr
13806 ------------------------------------------------------------------------
13807 r7987 | hartman | 2004-06-15 17:17:25 +0200 (Tue, 15 Jun 2004) | 2 lines
13809 M /trunk/src/extras/libc.c
13811 * strcasestr not strncasestr
13813 ------------------------------------------------------------------------
13814 r7986 | hartman | 2004-06-15 16:43:26 +0200 (Tue, 15 Jun 2004) | 2 lines
13816 M /trunk/include/vlc_common.h
13818 * vlc_strcasestr defines (still missing something. still can't find it)
13820 ------------------------------------------------------------------------
13821 r7985 | hartman | 2004-06-15 16:33:50 +0200 (Tue, 15 Jun 2004) | 2 lines
13823 M /trunk/include/codecs.h
13824 M /trunk/modules/codec/ffmpeg/ffmpeg.c
13826 * G.726 support trough ffmpeg
13828 ------------------------------------------------------------------------
13829 r7984 | hartman | 2004-06-15 15:47:42 +0200 (Tue, 15 Jun 2004) | 3 lines
13831 M /trunk/configure.ac
13832 M /trunk/modules/demux/util/sub.c
13833 M /trunk/src/extras/libc.c
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.
13838 ------------------------------------------------------------------------
13839 r7983 | oaubert | 2004-06-15 11:15:09 +0200 (Tue, 15 Jun 2004) | 4 lines
13841 M /trunk/configure.ac
13842 M /trunk/modules/misc/Modules.am
13843 A /trunk/modules/misc/svg.c
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
13849 ------------------------------------------------------------------------
13850 r7982 | hartman | 2004-06-15 01:11:14 +0200 (Tue, 15 Jun 2004) | 2 lines
13852 M /trunk/modules/control/netsync.c
13854 * define INADDR_NONE for Solaris (fixes #1815)
13856 ------------------------------------------------------------------------
13857 r7981 | jpsaman | 2004-06-14 21:19:57 +0200 (Mon, 14 Jun 2004) | 1 line
13859 M /trunk/modules/video_output/hd1000v.cpp
13862 Updated build rules.
13863 ------------------------------------------------------------------------
13864 r7980 | jpsaman | 2004-06-14 16:43:16 +0200 (Mon, 14 Jun 2004) | 1 line
13866 M /trunk/modules/access/dvb/linux_dvb.c
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
13872 M /trunk/modules/access/dvb/linux_dvb.c
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
13878 M /trunk/modules/audio_output/coreaudio.c
13880 * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
13883 ------------------------------------------------------------------------
13884 r7977 | zorglub | 2004-06-12 02:19:59 +0200 (Sat, 12 Jun 2004) | 16 lines
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
13891 * Added new functions to the Mozilla plugin
13905 * Fixed VLC_VolumeSet and a description
13907 ------------------------------------------------------------------------
13908 r7976 | ipkiss | 2004-06-11 19:14:28 +0200 (Fri, 11 Jun 2004) | 4 lines
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
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...
13918 ------------------------------------------------------------------------
13919 r7975 | oaubert | 2004-06-11 16:14:28 +0200 (Fri, 11 Jun 2004) | 2 lines
13921 M /trunk/configure.ac
13922 M /trunk/modules/control/corba/Modules.am
13924 Proper fix for corba building problem (use AM_CONDITIONAL)
13926 ------------------------------------------------------------------------
13927 r7974 | oaubert | 2004-06-11 15:46:01 +0200 (Fri, 11 Jun 2004) | 3 lines
13929 M /trunk/modules/control/corba/mediacontrol-core.c
13931 * Bug fix in unit conversion
13932 * Updated text display to new API (added i_channel)
13934 ------------------------------------------------------------------------
13935 r7973 | jlj | 2004-06-11 04:58:05 +0200 (Fri, 11 Jun 2004) | 3 lines
13937 M /trunk/modules/audio_output/coreaudio.c
13939 * coreaudio: Fixed the failed to set buffer size: [nope] SPDIF issue.
13942 ------------------------------------------------------------------------
13943 r7972 | gbazin | 2004-06-09 17:24:18 +0200 (Wed, 09 Jun 2004) | 1 line
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
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
13955 M /trunk/modules/video_output/directx/events.c
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
13961 M /trunk/src/misc/net.c
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
13969 * TODO: clarification to some of the vout redesign issues
13971 ------------------------------------------------------------------------
13972 r7968 | oaubert | 2004-06-09 12:30:58 +0200 (Wed, 09 Jun 2004) | 2 lines
13974 M /trunk/configure.ac
13975 M /trunk/modules/control/corba/Modules.am
13977 Unclean but quick bugfix for the CORBA plugin building problem.
13979 ------------------------------------------------------------------------
13980 r7967 | gbazin | 2004-06-09 11:57:35 +0200 (Wed, 09 Jun 2004) | 1 line
13982 M /trunk/modules/gui/wxwindows/bookmarks.cpp
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
13988 M /trunk/modules/control/hotkeys.c
13990 * modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey.
13992 ------------------------------------------------------------------------
13993 r7965 | fenrir | 2004-06-08 22:19:51 +0200 (Tue, 08 Jun 2004) | 2 lines
13995 M /trunk/modules/gui/skins2/vars/playlist.cpp
13997 * playlist: oops, compilation fix.
13999 ------------------------------------------------------------------------
14000 r7964 | jpsaman | 2004-06-08 20:17:15 +0200 (Tue, 08 Jun 2004) | 1 line
14002 M /trunk/configure.ac
14005 Choose -Os automatically on mipsel.
14006 ------------------------------------------------------------------------
14007 r7963 | zorglub | 2004-06-08 14:59:52 +0200 (Tue, 08 Jun 2004) | 2 lines
14009 M /trunk/modules/audio_output/esd.c
14011 Patch for ESD unclosed socket by Tong Ka Man <kmtong@cwbase.com>
14013 ------------------------------------------------------------------------
14014 r7962 | zorglub | 2004-06-08 11:16:04 +0200 (Tue, 08 Jun 2004) | 2 lines
14016 M /trunk/modules/access/http.c
14018 Fix for requests without path when using proxy
14020 ------------------------------------------------------------------------
14021 r7961 | oaubert | 2004-06-08 01:40:20 +0200 (Tue, 08 Jun 2004) | 2 lines
14023 M /trunk/modules/control/corba/Modules.am
14025 Fixes in the build system
14027 ------------------------------------------------------------------------
14028 r7960 | anil | 2004-06-08 01:15:16 +0200 (Tue, 08 Jun 2004) | 2 lines
14030 M /trunk/doc/developer/videolan-doc.xsl
14032 * use screen.css too for the single html version, and reduce the toc size.
14034 ------------------------------------------------------------------------
14035 r7959 | fenrir | 2004-06-08 00:41:08 +0200 (Tue, 08 Jun 2004) | 2 lines
14037 M /trunk/modules/gui/skins/src/skin_main.cpp
14039 * skin_main: compilation fix. (thx bigben for reporting them).
14041 ------------------------------------------------------------------------
14042 r7958 | fenrir | 2004-06-08 00:38:58 +0200 (Tue, 08 Jun 2004) | 2 lines
14044 M /trunk/modules/gui/skins/src/vlcproc.cpp
14046 * vlcproc.cpp: compilation fix.
14048 ------------------------------------------------------------------------
14049 r7957 | fenrir | 2004-06-08 00:35:20 +0200 (Tue, 08 Jun 2004) | 2 lines
14051 M /trunk/modules/gui/gtk/control.c
14053 * control: compilation fix.
14055 ------------------------------------------------------------------------
14056 r7956 | hartman | 2004-06-08 00:27:16 +0200 (Tue, 08 Jun 2004) | 2 lines
14062 ------------------------------------------------------------------------
14063 r7955 | fenrir | 2004-06-08 00:21:33 +0200 (Tue, 08 Jun 2004) | 2 lines
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
14070 * src/input/input_ext-intf.c: no more unused.
14072 ------------------------------------------------------------------------
14073 r7954 | fenrir | 2004-06-08 00:19:12 +0200 (Tue, 08 Jun 2004) | 2 lines
14075 M /trunk/include/input_ext-intf.h
14077 * input_ext-intf.h: removed unused functions/defines.
14079 ------------------------------------------------------------------------
14080 r7953 | hartman | 2004-06-08 00:14:51 +0200 (Tue, 08 Jun 2004) | 2 lines
14084 * TODO: put todo's in TODO list instead of commit messages :)
14086 ------------------------------------------------------------------------
14087 r7952 | fenrir | 2004-06-08 00:14:21 +0200 (Tue, 08 Jun 2004) | 3 lines
14089 M /trunk/include/input_ext-intf.h
14091 * input_ext-intf.h: input_ChangeArea/Program are now private to the input.
14092 input_ToggleES is removed.
14094 ------------------------------------------------------------------------
14095 r7951 | fenrir | 2004-06-08 00:11:57 +0200 (Tue, 08 Jun 2004) | 2 lines
14097 M /trunk/modules/gui/beos/VlcWrapper.cpp
14098 M /trunk/modules/gui/gtk/menu.c
14099 M /trunk/modules/gui/kde/interface.cpp
14101 * all: don't use input_ToggleES.
14103 ------------------------------------------------------------------------
14104 r7950 | fenrir | 2004-06-07 23:53:03 +0200 (Mon, 07 Jun 2004) | 2 lines
14106 M /trunk/modules/gui/gtk/gtk_callbacks.c
14107 M /trunk/modules/gui/gtk/menu.c
14109 * gtk: don't use input_ChangeArea.
14111 ------------------------------------------------------------------------
14112 r7949 | fenrir | 2004-06-07 23:38:09 +0200 (Mon, 07 Jun 2004) | 2 lines
14114 M /trunk/modules/gui/beos/VlcWrapper.cpp
14116 * VlcWrapper: don't use input_ChangeArea.
14118 ------------------------------------------------------------------------
14119 r7948 | fenrir | 2004-06-07 23:35:19 +0200 (Mon, 07 Jun 2004) | 2 lines
14121 M /trunk/modules/control/lirc.c
14123 * lirc: don't use input_ChangeArea.
14125 ------------------------------------------------------------------------
14126 r7947 | fenrir | 2004-06-07 23:32:18 +0200 (Mon, 07 Jun 2004) | 2 lines
14128 M /trunk/modules/gui/gtk/menu.c
14130 * menu.c: don't use input_ChangeProgram.
14132 ------------------------------------------------------------------------
14133 r7946 | fenrir | 2004-06-07 23:27:18 +0200 (Mon, 07 Jun 2004) | 2 lines
14135 M /trunk/src/input/input.c
14137 * input: warning fix + no more input_OffsetToTime.
14139 ------------------------------------------------------------------------
14140 r7945 | fenrir | 2004-06-07 23:26:35 +0200 (Mon, 07 Jun 2004) | 2 lines
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
14150 * all: don't use input_OffsetToTime anymore.
14152 ------------------------------------------------------------------------
14153 r7944 | anil | 2004-06-07 22:35:12 +0200 (Mon, 07 Jun 2004) | 2 lines
14155 M /trunk/doc/developer
14156 M /trunk/doc/developer/Makefile
14158 * the txt rule now uses xsltproc. faster and nicer
14160 ------------------------------------------------------------------------
14161 r7943 | anil | 2004-06-07 21:54:14 +0200 (Mon, 07 Jun 2004) | 2 lines
14163 M /trunk/doc/developer/html
14165 * developer/html : sorry forgot this svn:ignore...
14167 ------------------------------------------------------------------------
14168 r7942 | anil | 2004-06-07 21:49:22 +0200 (Mon, 07 Jun 2004) | 2 lines
14170 M /trunk/doc/developer
14172 * added proper svn:ignore properties
14174 ------------------------------------------------------------------------
14175 r7941 | zorglub | 2004-06-07 21:48:35 +0200 (Mon, 07 Jun 2004) | 2 lines
14177 A /trunk/doc/developer/screen.css
14181 ------------------------------------------------------------------------
14182 r7940 | oaubert | 2004-06-07 21:40:26 +0200 (Mon, 07 Jun 2004) | 4 lines
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
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
14195 ------------------------------------------------------------------------
14196 r7939 | zorglub | 2004-06-07 21:32:10 +0200 (Mon, 07 Jun 2004) | 2 lines
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
14211 Convert icons to png for pdf output
14213 ------------------------------------------------------------------------
14214 r7938 | anil | 2004-06-07 21:27:55 +0200 (Mon, 07 Jun 2004) | 2 lines
14216 M /trunk/doc/developer/Makefile
14218 * fixed a few rules (pdf, txt and clean)
14220 ------------------------------------------------------------------------
14221 r7937 | zorglub | 2004-06-07 21:13:05 +0200 (Mon, 07 Jun 2004) | 7 lines
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
14232 Use xlstproc instead of jade for HTML output
14233 Output PDF instead of PS
14237 * the docbook XSL package
14239 ------------------------------------------------------------------------
14240 r7936 | fenrir | 2004-06-07 20:32:12 +0200 (Mon, 07 Jun 2004) | 2 lines
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
14248 * all: use var_Set/Get "state"/"position"/"rate" instead of old functions.
14250 ------------------------------------------------------------------------
14251 r7935 | fenrir | 2004-06-07 20:30:46 +0200 (Mon, 07 Jun 2004) | 4 lines
14253 M /trunk/modules/video_output/sdl.c
14254 M /trunk/modules/video_output/x11/xcommon.c
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 ?
14260 ------------------------------------------------------------------------
14261 r7934 | fenrir | 2004-06-07 20:28:16 +0200 (Mon, 07 Jun 2004) | 2 lines
14263 M /trunk/modules/demux/mpeg/ps.c
14264 M /trunk/modules/demux/mpeg/system.c
14266 * all: input_DumpStream isn't exported anymore.
14268 ------------------------------------------------------------------------
14269 r7933 | fenrir | 2004-06-07 20:27:24 +0200 (Mon, 07 Jun 2004) | 2 lines
14271 M /trunk/modules/access/access2.c
14272 M /trunk/modules/demux/demux2.c
14274 * demux2, access2: prototype change.
14276 ------------------------------------------------------------------------
14277 r7932 | fenrir | 2004-06-07 20:26:27 +0200 (Mon, 07 Jun 2004) | 3 lines
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
14291 * use var_Set/Get "state"/"position"/"rate" instead of old functions.
14292 I haven't tested thoses changes ...
14294 ------------------------------------------------------------------------
14295 r7931 | fenrir | 2004-06-07 20:24:24 +0200 (Mon, 07 Jun 2004) | 2 lines
14297 M /trunk/modules/control/corba/mediacontrol-core.c
14298 M /trunk/modules/control/joystick.c
14299 M /trunk/modules/control/lirc.c
14301 * control/*.c: use var_Set/Get "state"/"position"/"rate" instead of old functions.
14303 ------------------------------------------------------------------------
14304 r7930 | fenrir | 2004-06-07 20:23:15 +0200 (Mon, 07 Jun 2004) | 6 lines
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
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.
14323 ------------------------------------------------------------------------
14324 r7929 | fenrir | 2004-06-07 20:19:10 +0200 (Mon, 07 Jun 2004) | 2 lines
14326 M /trunk/modules/demux/avi/avi.c
14328 * avi: support for track without key flag set in the index.
14330 ------------------------------------------------------------------------
14331 r7928 | fenrir | 2004-06-07 03:01:38 +0200 (Mon, 07 Jun 2004) | 2 lines
14333 M /trunk/modules/demux/Modules.am
14335 * Modules.am: oops ts2 -> ts
14337 ------------------------------------------------------------------------
14338 r7927 | gbazin | 2004-06-07 00:12:23 +0200 (Mon, 07 Jun 2004) | 1 line
14340 M /trunk/modules/demux/demux2.c
14342 * modules/demux/demux2.c: added v4l.
14343 ------------------------------------------------------------------------
14344 r7926 | fenrir | 2004-06-06 23:18:59 +0200 (Sun, 06 Jun 2004) | 2 lines
14346 M /trunk/modules/access/access2.c
14347 M /trunk/modules/access/cdda.c
14348 M /trunk/modules/access/vcd/vcd.c
14350 * access2: added shortcuts for vcd/svcd.
14352 ------------------------------------------------------------------------
14353 r7925 | fenrir | 2004-06-06 23:18:07 +0200 (Sun, 06 Jun 2004) | 2 lines
14355 M /trunk/modules/access/v4l/v4l.c
14357 * v4l: converted to access2, but untested so ...
14359 ------------------------------------------------------------------------
14360 r7924 | fenrir | 2004-06-06 21:02:02 +0200 (Sun, 06 Jun 2004) | 2 lines
14362 M /trunk/modules/codec/ffmpeg/ffmpeg.c
14363 M /trunk/modules/packetizer/h264.c
14365 * all: added VSSH fourcc.
14367 ------------------------------------------------------------------------
14368 r7923 | fenrir | 2004-06-06 20:55:10 +0200 (Sun, 06 Jun 2004) | 2 lines
14370 M /trunk/modules/stream_out/standard.c
14372 * standard: fixed a segfault.
14374 ------------------------------------------------------------------------
14375 r7922 | fenrir | 2004-06-06 20:18:50 +0200 (Sun, 06 Jun 2004) | 2 lines
14377 M /trunk/modules/access/http.c
14379 * http: little clean up.
14381 ------------------------------------------------------------------------
14382 r7921 | gbazin | 2004-06-06 20:13:29 +0200 (Sun, 06 Jun 2004) | 1 line
14384 M /trunk/modules/demux/mpeg/ts.c
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
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
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.
14400 ------------------------------------------------------------------------
14401 r7919 | fenrir | 2004-06-06 19:02:55 +0200 (Sun, 06 Jun 2004) | 3 lines
14403 M /trunk/modules/access/access2.c
14404 M /trunk/modules/access/vcd/vcd.c
14406 * vcd/vcd.c: ported to access2.
14407 * access2: added chapter support.
14409 ------------------------------------------------------------------------
14410 r7918 | oaubert | 2004-06-06 18:15:23 +0200 (Sun, 06 Jun 2004) | 2 lines
14412 M /trunk/modules/video_output/snapshot.c
14414 Removed call to input_Tell (which is deprecated)
14416 ------------------------------------------------------------------------
14417 r7917 | fenrir | 2004-06-06 15:55:40 +0200 (Sun, 06 Jun 2004) | 2 lines
14419 M /trunk/modules/demux/ts.c
14421 * ts.c: module name is now ts. (thx thedj).
14423 ------------------------------------------------------------------------
14424 r7916 | anil | 2004-06-06 15:54:12 +0200 (Sun, 06 Jun 2004) | 2 lines
14426 M /trunk/modules/gui/wxwindows/bookmarks.cpp
14428 * bookmarks.cpp: compilation fix
14430 ------------------------------------------------------------------------
14431 r7915 | fenrir | 2004-06-06 15:53:53 +0200 (Sun, 06 Jun 2004) | 2 lines
14433 M /trunk/modules/access/udp.c
14435 * udp: increase the mtu by *2 instead of 10%.
14437 ------------------------------------------------------------------------
14438 r7914 | hartman | 2004-06-06 15:28:02 +0200 (Sun, 06 Jun 2004) | 2 lines
14440 M /trunk/include/vlc/vlc.h
14442 * bugfix to libvlc header
14444 ------------------------------------------------------------------------
14445 r7913 | hartman | 2004-06-06 15:13:06 +0200 (Sun, 06 Jun 2004) | 2 lines
14447 M /trunk/modules/demux/sgimb.c
14449 * No longer force ts2 for Kasenna udp multicast. ts2 is now ts.
14451 ------------------------------------------------------------------------
14452 r7912 | hartman | 2004-06-06 15:02:26 +0200 (Sun, 06 Jun 2004) | 12 lines
14454 M /trunk/include/vlc/vlc.h
14455 M /trunk/mozilla/vlcshell.cpp
14456 M /trunk/src/libvlc.c
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?)
14470 ------------------------------------------------------------------------
14471 r7911 | yoann | 2004-06-06 15:00:23 +0200 (Sun, 06 Jun 2004) | 2 lines
14473 M /trunk/modules/control/hotkeys.c
14475 * modules/control/hotkeys.c : clean up
14477 ------------------------------------------------------------------------
14478 r7910 | fenrir | 2004-06-06 14:51:06 +0200 (Sun, 06 Jun 2004) | 3 lines
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
14491 * access/*: use var_* helpers.
14492 * access/vcd/ clean up.
14494 ------------------------------------------------------------------------
14495 r7909 | zorglub | 2004-06-06 14:45:32 +0200 (Sun, 06 Jun 2004) | 2 lines
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
14503 Patch by Rémi Denis-Courmont to include TCP listening sockets in the abstraction layer
14505 ------------------------------------------------------------------------
14506 r7908 | zorglub | 2004-06-06 14:44:35 +0200 (Sun, 06 Jun 2004) | 3 lines
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
14515 * Interaction between bookmarks and streaming wizard
14516 * Edit bookmarks if possible
14518 ------------------------------------------------------------------------
14519 r7907 | fenrir | 2004-06-06 14:17:15 +0200 (Sun, 06 Jun 2004) | 2 lines
14521 M /trunk/include/variables.h
14523 * variables: added var_Get/Set/CreateGetBool.
14525 ------------------------------------------------------------------------
14526 r7906 | fenrir | 2004-06-06 13:56:22 +0200 (Sun, 06 Jun 2004) | 2 lines
14528 M /trunk/include/variables.h
14530 * variables: helpers: var_Get* .
14532 ------------------------------------------------------------------------
14533 r7905 | fenrir | 2004-06-06 13:44:01 +0200 (Sun, 06 Jun 2004) | 2 lines
14535 M /trunk/include/variables.h
14537 * variables: added more helpers: var_CreateGet*
14539 ------------------------------------------------------------------------
14540 r7904 | fenrir | 2004-06-06 00:36:13 +0200 (Sun, 06 Jun 2004) | 3 lines
14542 M /trunk/src/input/input.c
14544 * input: compute right value for position/time on position-offset and
14545 time-offset change.
14547 ------------------------------------------------------------------------
14548 r7903 | fenrir | 2004-06-05 23:53:24 +0200 (Sat, 05 Jun 2004) | 4 lines
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
14562 * mms/* : converted to access2. It should be reworked to use pf_block, but
14564 * access2: little fix + added mms* shortcuts.
14566 ------------------------------------------------------------------------
14567 r7902 | fenrir | 2004-06-05 22:13:08 +0200 (Sat, 05 Jun 2004) | 5 lines
14569 M /trunk/modules/video_output/snapshot.c
14571 * snapshot: small warning fix + coding rules.
14572 Btw, the module uses input_Tell that is deprecated, Is it really needed ?
14576 ------------------------------------------------------------------------
14577 r7901 | fenrir | 2004-06-05 22:11:05 +0200 (Sat, 05 Jun 2004) | 2 lines
14579 M /trunk/modules/demux/livedotcom.cpp
14581 * livedotcom: small warning fix for old version.
14583 ------------------------------------------------------------------------
14584 r7900 | zorglub | 2004-06-05 21:48:09 +0200 (Sat, 05 Jun 2004) | 2 lines
14586 M /trunk/modules/demux/playlist/m3u.c
14590 ------------------------------------------------------------------------
14591 r7899 | fenrir | 2004-06-05 21:45:56 +0200 (Sat, 05 Jun 2004) | 2 lines
14593 M /trunk/modules/mux/mp4.c
14595 * mp4: fixed a small bug with subtitle.
14597 ------------------------------------------------------------------------
14598 r7898 | fenrir | 2004-06-05 21:36:51 +0200 (Sat, 05 Jun 2004) | 4 lines
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
14605 * ninput: added more access2 doc, added ACCESS_SET_PRIVATE_ID_STATE,
14606 STREAM_CONTROL_ACCESS.
14607 * all: added previous new commands support.
14609 ------------------------------------------------------------------------
14610 r7897 | jpsaman | 2004-06-05 21:27:48 +0200 (Sat, 05 Jun 2004) | 1 line
14612 M /trunk/configure.ac
14613 M /trunk/modules/video_output/hd1000v.cpp
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
14620 M /trunk/modules/gui/skins2/src/theme_loader.cpp
14622 * skins2/src/theme_loader.cpp: Added a forgotten header; this fixes the
14623 loading of .vlt files on Win32
14625 ------------------------------------------------------------------------
14626 r7895 | fenrir | 2004-06-05 20:58:58 +0200 (Sat, 05 Jun 2004) | 3 lines
14628 M /trunk/modules/access/access2.c
14629 M /trunk/modules/access/cdda.c
14631 * cdda: converted to access2. It seems stable.
14632 * access2: added/fixed title support.
14634 ------------------------------------------------------------------------
14635 r7894 | fenrir | 2004-06-05 20:54:18 +0200 (Sat, 05 Jun 2004) | 2 lines
14637 M /trunk/modules/demux/demux2.c
14639 * demux2: added wav.
14641 ------------------------------------------------------------------------
14642 r7893 | gbazin | 2004-06-05 20:04:06 +0200 (Sat, 05 Jun 2004) | 1 line
14644 M /trunk/modules/gui/wxwindows/video.cpp
14645 M /trunk/src/interface/interface.c
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
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
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.
14658 ------------------------------------------------------------------------
14659 r7891 | hartman | 2004-06-05 19:12:16 +0200 (Sat, 05 Jun 2004) | 5 lines
14661 M /trunk/modules/demux/m3u.c
14662 M /trunk/modules/demux/playlist/m3u.c
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.
14667 for MPEG-4 unicasted RealMedia streams.
14669 ------------------------------------------------------------------------
14670 r7890 | hartman | 2004-06-05 18:58:57 +0200 (Sat, 05 Jun 2004) | 2 lines
14672 M /trunk/src/libvlc.c
14674 * fix a compilation error
14676 ------------------------------------------------------------------------
14677 r7889 | hartman | 2004-06-05 18:09:00 +0200 (Sat, 05 Jun 2004) | 12 lines
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
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
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()
14703 ------------------------------------------------------------------------
14704 r7888 | fenrir | 2004-06-04 23:59:48 +0200 (Fri, 04 Jun 2004) | 4 lines
14706 M /trunk/modules/access/udp.c
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.
14712 ------------------------------------------------------------------------
14713 r7887 | fenrir | 2004-06-04 23:52:55 +0200 (Fri, 04 Jun 2004) | 3 lines
14715 M /trunk/modules/demux/demux2.c
14716 M /trunk/modules/demux/mpeg/ts.c
14717 M /trunk/modules/demux/ts.c
14719 * ts.c : renamed to ts.
14720 * mpeg/ts.c: lowered it's priority below demux2, and renamed it ts_old(_dvbpsi).
14722 ------------------------------------------------------------------------
14723 r7886 | fenrir | 2004-06-04 23:51:34 +0200 (Fri, 04 Jun 2004) | 3 lines
14725 M /trunk/modules/access/access2.c
14726 M /trunk/modules/access/udp.c
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)
14731 ------------------------------------------------------------------------
14732 r7885 | ipkiss | 2004-06-04 21:37:13 +0200 (Fri, 04 Jun 2004) | 2 lines
14734 M /trunk/doc/skins/skins2-howto.xml
14736 * doc/skins2-howto.xml: Missing "required" specification
14738 ------------------------------------------------------------------------
14739 r7884 | gbazin | 2004-06-04 14:47:06 +0200 (Fri, 04 Jun 2004) | 1 line
14741 M /trunk/src/misc/modules.c
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
14748 M /trunk/modules/codec/spudec/render.c
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
14754 M /trunk/modules/video_output/snapshot.c
14756 Coding-style updates (whitespace related)
14758 ------------------------------------------------------------------------
14759 r7881 | fenrir | 2004-06-03 23:43:34 +0200 (Thu, 03 Jun 2004) | 2 lines
14761 M /trunk/modules/codec/ffmpeg/ffmpeg.c
14763 * ffmpeg: added XVIX fourcc (buggy xvid streams)
14765 ------------------------------------------------------------------------
14766 r7880 | fenrir | 2004-06-03 20:08:27 +0200 (Thu, 03 Jun 2004) | 2 lines
14768 M /trunk/modules/access/directory.c
14769 M /trunk/modules/demux/demux2.c
14771 * directory: converted to access2.
14773 ------------------------------------------------------------------------
14774 r7879 | fenrir | 2004-06-03 20:02:14 +0200 (Thu, 03 Jun 2004) | 2 lines
14776 M /trunk/modules/mux/mp4.c
14778 * mp4: fix for width in tkhd for video stream with null aspect.
14780 ------------------------------------------------------------------------
14781 r7878 | hartman | 2004-06-03 16:35:05 +0200 (Thu, 03 Jun 2004) | 2 lines
14785 * Fix the todotable
14787 ------------------------------------------------------------------------
14788 r7877 | sigmunau | 2004-06-03 15:56:34 +0200 (Thu, 03 Jun 2004) | 2 lines
14792 TODO: Fixed up the entry on vobsub
14794 ------------------------------------------------------------------------
14795 r7876 | hartman | 2004-06-03 15:40:08 +0200 (Thu, 03 Jun 2004) | 2 lines
14799 * shitload of work we can do
14801 ------------------------------------------------------------------------
14802 r7875 | zorglub | 2004-06-03 13:57:04 +0200 (Thu, 03 Jun 2004) | 2 lines
14806 Embryo of a Todo list, feel free to use it :)
14808 ------------------------------------------------------------------------
14809 r7874 | gbazin | 2004-06-03 11:14:16 +0200 (Thu, 03 Jun 2004) | 1 line
14811 M /trunk/src/misc/modules.c
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
14817 M /trunk/modules/access/access2.c
14818 M /trunk/modules/access/file.c
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.
14824 ------------------------------------------------------------------------
14825 r7872 | yoann | 2004-06-03 01:19:54 +0200 (Thu, 03 Jun 2004) | 2 lines
14827 M /trunk/modules/control/hotkeys.c
14829 * modules/control/hotkeys.c : Display simultaneously time position and slider when seeking.
14831 ------------------------------------------------------------------------
14832 r7871 | yoann | 2004-06-03 00:53:26 +0200 (Thu, 03 Jun 2004) | 7 lines
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
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
14857 An OSD channel can contain simultaneously an OSD text and an OSD widget.
14860 ------------------------------------------------------------------------
14861 r7870 | fenrir | 2004-06-03 00:47:30 +0200 (Thu, 03 Jun 2004) | 2 lines
14863 M /trunk/modules/access/pvr/pvr.c
14867 ------------------------------------------------------------------------
14868 r7869 | fenrir | 2004-06-03 00:11:54 +0200 (Thu, 03 Jun 2004) | 2 lines
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
14875 * all: removed ACCESS_GET_SEEKPOINT_INFO.
14877 ------------------------------------------------------------------------
14878 r7868 | fenrir | 2004-06-03 00:10:40 +0200 (Thu, 03 Jun 2004) | 2 lines
14880 M /trunk/include/ninput.h
14882 * ninput: changed the way title and seekpoint work.
14884 ------------------------------------------------------------------------
14885 r7867 | jpsaman | 2004-06-02 21:01:57 +0200 (Wed, 02 Jun 2004) | 1 line
14889 built rules for HD1000
14890 ------------------------------------------------------------------------
14891 r7866 | gbazin | 2004-06-02 18:05:57 +0200 (Wed, 02 Jun 2004) | 1 line
14893 M /trunk/modules/misc/freetype.c
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
14899 M /trunk/modules/gui/wxwindows/playlist.cpp
14900 M /trunk/modules/gui/wxwindows/wxwindows.h
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
14906 M /trunk/modules/gui/wxwindows/playlist.cpp
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
14912 M /trunk/modules/access/access2.c
14914 * access2: lastest API change.
14916 ------------------------------------------------------------------------
14917 r7862 | fenrir | 2004-06-02 00:13:47 +0200 (Wed, 02 Jun 2004) | 2 lines
14919 M /trunk/src/input/es_out.c
14923 ------------------------------------------------------------------------
14924 r7861 | fenrir | 2004-06-02 00:13:14 +0200 (Wed, 02 Jun 2004) | 2 lines
14926 M /trunk/src/input/demux.c
14928 * demux: init info field. (Not used yet).
14930 ------------------------------------------------------------------------
14931 r7860 | fenrir | 2004-06-02 00:12:56 +0200 (Wed, 02 Jun 2004) | 2 lines
14933 M /trunk/src/input/access.c
14935 * access: init info field.
14937 ------------------------------------------------------------------------
14938 r7859 | fenrir | 2004-06-02 00:12:10 +0200 (Wed, 02 Jun 2004) | 3 lines
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
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).
14949 ------------------------------------------------------------------------
14950 r7858 | asmax | 2004-06-02 00:08:14 +0200 (Wed, 02 Jun 2004) | 4 lines
14952 M /trunk/modules/gui/skins2/x11/x11_display.cpp
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.
14958 ------------------------------------------------------------------------
14959 r7857 | gbazin | 2004-06-01 17:45:07 +0200 (Tue, 01 Jun 2004) | 2 lines
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
14967 * ALL: brought back module_EndBank() from the dead and fixed a few bugs in libvlc.c.
14969 ------------------------------------------------------------------------
14970 r7856 | anil | 2004-06-01 08:42:55 +0200 (Tue, 01 Jun 2004) | 2 lines
14972 M /trunk/modules/gui/wxwindows/wizard.cpp
14974 * compilation (unicode) fix
14976 ------------------------------------------------------------------------
14977 r7855 | zorglub | 2004-05-31 19:48:38 +0200 (Mon, 31 May 2004) | 5 lines
14979 M /trunk/modules/gui/wxwindows/Modules.am
14980 M /trunk/modules/gui/wxwindows/wizard.cpp
14981 M /trunk/modules/gui/wxwindows/wxwindows.h
14983 * wizard.cpp : - TTL and SAP support
14984 - Sanity checks for transcode output file
14986 * Modules.am : Added new "icons" to dist
14988 ------------------------------------------------------------------------
14989 r7854 | zorglub | 2004-05-31 19:47:51 +0200 (Mon, 31 May 2004) | 3 lines
14991 M /trunk/modules/gui/wxwindows/playlist.cpp
14993 Make the playlist window resizeable
14996 ------------------------------------------------------------------------
14997 r7853 | zorglub | 2004-05-31 19:32:18 +0200 (Mon, 31 May 2004) | 2 lines
14999 M /trunk/modules/access/access2.c
15000 M /trunk/modules/access/pvr/pvr.c
15002 pvr.c : Converted to access2 and added options for autobuilt panels
15004 ------------------------------------------------------------------------
15005 r7852 | fenrir | 2004-05-31 15:34:34 +0200 (Mon, 31 May 2004) | 2 lines
15007 M /trunk/configure.ac
15009 * configure.ac: added access2 ;)
15011 ------------------------------------------------------------------------
15012 r7851 | ipkiss | 2004-05-31 14:31:48 +0200 (Mon, 31 May 2004) | 2 lines
15014 M /trunk/doc/skins/skins2-howto.xml
15016 skins2-howto.xml: Added two internal links
15018 ------------------------------------------------------------------------
15019 r7850 | ipkiss | 2004-05-31 14:17:13 +0200 (Mon, 31 May 2004) | 2 lines
15021 M /trunk/modules/gui/skins2/src/theme_loader.cpp
15023 * skins2: same fix as in modules/access/directory.c
15025 ------------------------------------------------------------------------
15026 r7849 | ipkiss | 2004-05-31 13:34:26 +0200 (Mon, 31 May 2004) | 2 lines
15028 M /trunk/modules/gui/wxwindows/preferences.cpp
15030 * modules/gui/wxwindows/preferences.cpp: fixed a refcount problem
15032 ------------------------------------------------------------------------
15033 r7848 | zorglub | 2004-05-31 11:24:07 +0200 (Mon, 31 May 2004) | 2 lines
15035 M /trunk/src/playlist/playlist.c
15037 Fix play-and-stop behaviour with playlist_Command
15039 ------------------------------------------------------------------------
15040 r7847 | fenrir | 2004-05-31 03:48:09 +0200 (Mon, 31 May 2004) | 2 lines
15042 M /trunk/modules/gui/ncurses.c
15044 * ncurses: fixed the error that was making the browser so slow.
15046 ------------------------------------------------------------------------
15047 r7846 | hartman | 2004-05-31 02:54:44 +0200 (Mon, 31 May 2004) | 4 lines
15049 M /trunk/modules/gui/ncurses.c
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%
15055 ------------------------------------------------------------------------
15056 r7845 | fenrir | 2004-05-30 23:27:49 +0200 (Sun, 30 May 2004) | 2 lines
15058 M /trunk/modules/access/access2.c
15060 * access2: fix seek with access2 using pf_block.
15062 ------------------------------------------------------------------------
15063 r7844 | fenrir | 2004-05-30 23:16:53 +0200 (Sun, 30 May 2004) | 2 lines
15065 M /trunk/modules/access/access2.c
15066 M /trunk/modules/access/tcp.c
15068 * tcp: convertd to access2.
15070 ------------------------------------------------------------------------
15071 r7843 | fenrir | 2004-05-30 23:03:52 +0200 (Sun, 30 May 2004) | 2 lines
15073 M /trunk/modules/codec/x264.c
15075 * x264: I have commited debug stuff :(
15077 ------------------------------------------------------------------------
15078 r7842 | fenrir | 2004-05-30 22:52:36 +0200 (Sun, 30 May 2004) | 3 lines
15080 M /trunk/modules/access/access2.c
15081 M /trunk/modules/access/ftp.c
15083 * access2: fixed seeking.
15084 * ftp: converted to access2.
15086 ------------------------------------------------------------------------
15087 r7841 | fenrir | 2004-05-30 21:35:32 +0200 (Sun, 30 May 2004) | 2 lines
15089 M /trunk/src/input/input.c
15091 * input.c: set access2->b_die.
15093 ------------------------------------------------------------------------
15094 r7840 | fenrir | 2004-05-30 21:28:35 +0200 (Sun, 30 May 2004) | 3 lines
15096 M /trunk/modules/access/access2.c
15097 M /trunk/modules/access/http.c
15099 * access2: support for demuxer access provided.
15100 * http: converted to access2.
15102 ------------------------------------------------------------------------
15103 r7839 | hartman | 2004-05-30 20:39:29 +0200 (Sun, 30 May 2004) | 3 lines
15105 M /trunk/modules/gui/ncurses.c
15107 * Added a filebrowser (B)
15108 * Messages now uses 'L' as hotkey
15110 ------------------------------------------------------------------------
15111 r7838 | hartman | 2004-05-30 20:20:57 +0200 (Sun, 30 May 2004) | 2 lines
15113 M /trunk/modules/access/directory.c
15115 * ahum. == on a mask instead of &
15117 ------------------------------------------------------------------------
15118 r7837 | fenrir | 2004-05-30 20:11:55 +0200 (Sun, 30 May 2004) | 2 lines
15120 M /trunk/src/input/access.c
15121 M /trunk/src/input/demux.c
15123 * access,demux: fixed parsing.
15125 ------------------------------------------------------------------------
15126 r7836 | fenrir | 2004-05-30 19:59:20 +0200 (Sun, 30 May 2004) | 2 lines
15128 M /trunk/src/audio_output/input.c
15130 * input: warning fix (int ->byte_t*).
15132 ------------------------------------------------------------------------
15133 r7835 | gbazin | 2004-05-30 19:22:09 +0200 (Sun, 30 May 2004) | 1 line
15135 M /trunk/modules/access/directory.c
15137 * modules/access/directory.c: minor fix.
15138 ------------------------------------------------------------------------
15139 r7834 | sigmunau | 2004-05-30 18:57:55 +0200 (Sun, 30 May 2004) | 3 lines
15141 M /trunk/modules/codec/ffmpeg/chroma.c
15143 modules/codec/ffmpeg/chroma.c: resize properly if destination chroma is in a
15144 format ffmpeg likes
15146 ------------------------------------------------------------------------
15147 r7833 | anil | 2004-05-30 18:38:44 +0200 (Sun, 30 May 2004) | 2 lines
15149 M /trunk/modules/gui/wxwindows/wizard.cpp
15151 * wizard.cpp: compilation fixes
15153 ------------------------------------------------------------------------
15154 r7832 | zorglub | 2004-05-30 18:21:43 +0200 (Sun, 30 May 2004) | 2 lines
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
15161 Move streaming data to a separate file (will have to be moved to /include)
15163 ------------------------------------------------------------------------
15164 r7831 | fenrir | 2004-05-30 17:38:11 +0200 (Sun, 30 May 2004) | 2 lines
15166 M /trunk/modules/access/Modules.am
15167 A /trunk/modules/access/access2.c
15169 * access2: access2 <-> access1 wrapper (untested).
15171 ------------------------------------------------------------------------
15172 r7830 | fenrir | 2004-05-30 17:33:57 +0200 (Sun, 30 May 2004) | 2 lines
15174 M /trunk/include/ninput.h
15178 ------------------------------------------------------------------------
15179 r7829 | fenrir | 2004-05-30 17:31:59 +0200 (Sun, 30 May 2004) | 2 lines
15181 M /trunk/include/ninput.h
15183 * ninput: more access2 things.
15185 ------------------------------------------------------------------------
15186 r7828 | zorglub | 2004-05-30 16:44:00 +0200 (Sun, 30 May 2004) | 2 lines
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
15195 ------------------------------------------------------------------------
15196 r7827 | fenrir | 2004-05-30 16:43:40 +0200 (Sun, 30 May 2004) | 2 lines
15198 M /trunk/src/input/access.c
15200 * access: implement access2_nEw (untested).
15202 ------------------------------------------------------------------------
15203 r7826 | zorglub | 2004-05-30 16:43:12 +0200 (Sun, 30 May 2004) | 13 lines
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
15212 * New wizard is now about usable, yet unfinished
15215 - Missing sanity checks
15219 * playlist.cpp : Smaller layout, icons to do...
15221 * timer.cpp : show the name and not the URI in status bar
15223 * open.cpp : Bugfix for modal mode
15225 ------------------------------------------------------------------------
15226 r7825 | sigmunau | 2004-05-30 15:00:27 +0200 (Sun, 30 May 2004) | 3 lines
15228 M /trunk/modules/audio_output/alsa.c
15230 modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
15231 have no functional impact.
15233 ------------------------------------------------------------------------
15234 r7824 | gbazin | 2004-05-30 13:54:08 +0200 (Sun, 30 May 2004) | 1 line
15236 M /trunk/src/misc/modules.c
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
15242 M /trunk/share/http/index.html
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.
15247 ------------------------------------------------------------------------
15248 r7822 | gbazin | 2004-05-30 11:18:59 +0200 (Sun, 30 May 2004) | 1 line
15250 M /trunk/modules/gui/gtk/gnome.c
15251 M /trunk/modules/gui/gtk/gtk.c
15252 M /trunk/modules/gui/gtk/open.c
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
15258 M /trunk/include/ninput.h
15259 M /trunk/src/input/access.c
15261 * ninput, access: compilation fix.
15263 ------------------------------------------------------------------------
15264 r7820 | fenrir | 2004-05-30 01:56:41 +0200 (Sun, 30 May 2004) | 2 lines
15266 M /trunk/Makefile.am
15268 * Makefile.am: added acces.c (for people still using make ;)
15270 ------------------------------------------------------------------------
15271 r7819 | fenrir | 2004-05-30 01:52:49 +0200 (Sun, 30 May 2004) | 2 lines
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
15282 * all: begin to introduce access_t (nothing working yet).
15284 ------------------------------------------------------------------------
15285 r7818 | gbazin | 2004-05-29 23:51:22 +0200 (Sat, 29 May 2004) | 1 line
15287 M /trunk/src/misc/modules.c
15289 * src/misc/modules.c: small cleanup.
15290 ------------------------------------------------------------------------
15291 r7817 | gbazin | 2004-05-29 23:41:57 +0200 (Sat, 29 May 2004) | 9 lines
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
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.
15310 ------------------------------------------------------------------------
15311 r7816 | yoann | 2004-05-29 19:47:30 +0200 (Sat, 29 May 2004) | 2 lines
15313 M /trunk/modules/gui/ncurses.c
15315 * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
15317 ------------------------------------------------------------------------
15318 r7815 | yoann | 2004-05-29 19:04:53 +0200 (Sat, 29 May 2004) | 2 lines
15320 M /trunk/include/osd.h
15321 M /trunk/modules/control/hotkeys.c
15322 M /trunk/src/video_output/video_widgets.c
15324 Added a Mute OSD icon.
15326 ------------------------------------------------------------------------
15327 r7814 | fenrir | 2004-05-29 16:06:50 +0200 (Sat, 29 May 2004) | 4 lines
15329 M /trunk/modules/stream_out/rtp.c
15331 * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
15335 ------------------------------------------------------------------------
15336 r7813 | fenrir | 2004-05-29 16:02:50 +0200 (Sat, 29 May 2004) | 5 lines
15338 M /trunk/modules/mux/mpeg/ts.c
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
15345 ------------------------------------------------------------------------
15346 r7812 | fenrir | 2004-05-29 16:00:32 +0200 (Sat, 29 May 2004) | 3 lines
15348 M /trunk/modules/packetizer/copy.c
15350 * copy: low latency for subt.
15351 TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.
15353 ------------------------------------------------------------------------
15354 r7811 | fenrir | 2004-05-29 15:55:33 +0200 (Sat, 29 May 2004) | 2 lines
15356 M /trunk/modules/demux/ts.c
15358 ts: ooops, debug messages removed.
15360 ------------------------------------------------------------------------
15361 r7810 | fenrir | 2004-05-29 15:54:22 +0200 (Sat, 29 May 2004) | 5 lines
15363 M /trunk/modules/demux/ts.c
15365 * ts.c: - send PES as soon as possible to decoder (and not waiting the
15367 - added partial 14496-17 support, in other words mpeg4 text
15370 ------------------------------------------------------------------------
15371 r7809 | hartman | 2004-05-29 00:46:00 +0200 (Sat, 29 May 2004) | 2 lines
15373 M /trunk/configure.ac
15375 * Let's enable folks to bootstrap
15377 ------------------------------------------------------------------------
15378 r7808 | hartman | 2004-05-29 00:23:38 +0200 (Sat, 29 May 2004) | 11 lines
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)
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
15392 It is now the perfect remote controller if I use my 'bedside terminal'.
15393 ssh/screen/ncurses is like magic.
15395 ------------------------------------------------------------------------
15396 r7807 | hartman | 2004-05-29 00:19:54 +0200 (Sat, 29 May 2004) | 2 lines
15398 M /trunk/modules/gui/macosx/intf.m
15400 * Fix some small potential crashes
15402 ------------------------------------------------------------------------
15403 r7806 | hartman | 2004-05-29 00:07:04 +0200 (Sat, 29 May 2004) | 3 lines
15405 M /trunk/src/input/input.c
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.
15410 ------------------------------------------------------------------------
15411 r7805 | fenrir | 2004-05-28 22:20:50 +0200 (Fri, 28 May 2004) | 4 lines
15413 M /trunk/modules/stream_out/rtp.c
15415 * rtp: h263 support (untested).
15416 Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>
15419 ------------------------------------------------------------------------
15420 r7804 | fenrir | 2004-05-28 21:55:01 +0200 (Fri, 28 May 2004) | 2 lines
15422 M /trunk/modules/packetizer/copy.c
15424 * copy: don't break the length for subtitle packet.
15426 ------------------------------------------------------------------------
15427 r7803 | fenrir | 2004-05-28 21:54:23 +0200 (Fri, 28 May 2004) | 5 lines
15429 M /trunk/modules/mux/mp4.c
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
15434 VLC is able to play them. I don't think QT will like them for now.
15436 ------------------------------------------------------------------------
15437 r7802 | fenrir | 2004-05-28 21:51:37 +0200 (Fri, 28 May 2004) | 2 lines
15439 M /trunk/modules/demux/mp4/mp4.c
15441 * mp4: convert all \r to \n in subt.
15443 ------------------------------------------------------------------------
15444 r7801 | fkuehne | 2004-05-28 18:01:26 +0200 (Fri, 28 May 2004) | 1 line
15446 M /trunk/modules/gui/macosx/playlistinfo.h
15447 M /trunk/modules/gui/macosx/playlistinfo.m
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
15453 M /trunk/modules/control/corba/Modules.am
15455 * bootstrap fix for corba module
15456 make dist might still be broken? This makefile could use some sam power.
15458 ------------------------------------------------------------------------
15459 r7799 | gbazin | 2004-05-28 08:29:13 +0200 (Fri, 28 May 2004) | 1 line
15461 M /trunk/configure.ac
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
15467 M /trunk/modules/demux/mp4/libmp4.c
15468 M /trunk/modules/demux/mp4/libmp4.h
15469 M /trunk/modules/demux/mp4/mp4.c
15471 * mp4: added text track support. (there is a problem with the encoding).
15473 ------------------------------------------------------------------------
15474 r7797 | gbazin | 2004-05-27 23:06:16 +0200 (Thu, 27 May 2004) | 2 lines
15476 M /trunk/modules/video_chroma/i422_yuy2.c
15478 * modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)
15480 ------------------------------------------------------------------------
15481 r7796 | gbazin | 2004-05-27 22:31:22 +0200 (Thu, 27 May 2004) | 1 line
15483 M /trunk/Makefile.am
15485 * Makefile.am: added include/snapshot.h.
15486 ------------------------------------------------------------------------
15487 r7795 | gbazin | 2004-05-27 21:17:33 +0200 (Thu, 27 May 2004) | 1 line
15489 M /trunk/modules/control/netsync.c
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
15495 M /trunk/modules/control/netsync.c
15496 M /trunk/modules/video_output/snapshot.c
15498 * video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
15499 * control/netsync.c: small fix.
15501 ------------------------------------------------------------------------
15502 r7793 | sigmunau | 2004-05-27 18:18:35 +0200 (Thu, 27 May 2004) | 2 lines
15504 M /trunk/modules/demux/mjpeg.c
15506 remove debug messages along the success path
15508 ------------------------------------------------------------------------
15509 r7792 | gbazin | 2004-05-27 17:52:42 +0200 (Thu, 27 May 2004) | 1 line
15511 M /trunk/modules/demux/mjpeg.c
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
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
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:
15531 - text display support
15532 - access to stream information
15533 - access to volume information
15535 ------------------------------------------------------------------------
15536 r7790 | oaubert | 2004-05-27 17:43:42 +0200 (Thu, 27 May 2004) | 2 lines
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
15546 Code cleanup to prepare CORBA module update
15548 ------------------------------------------------------------------------
15549 r7789 | gbazin | 2004-05-27 17:40:11 +0200 (Thu, 27 May 2004) | 1 line
15551 M /trunk/modules/demux/mjpeg.c
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
15557 M /trunk/modules/video_output/Modules.am
15559 Snapshot module (dummy video output module keeping a configurable image cache).
15560 It is chiefly used by the corba module.
15562 ------------------------------------------------------------------------
15563 r7787 | oaubert | 2004-05-27 17:36:15 +0200 (Thu, 27 May 2004) | 3 lines
15565 M /trunk/configure.ac
15566 A /trunk/include/snapshot.h
15567 A /trunk/modules/video_output/snapshot.c
15569 Snapshot module (dummy video output module keeping a configurable image cache).
15570 It is chiefly used by the corba module.
15572 ------------------------------------------------------------------------
15573 r7786 | gbazin | 2004-05-27 17:30:47 +0200 (Thu, 27 May 2004) | 1 line
15575 M /trunk/modules/demux/mjpeg.c
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
15581 M /trunk/modules/demux/mjpeg.c
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
15587 M /trunk/configure.ac
15588 M /trunk/modules/control/Modules.am
15589 A /trunk/modules/control/netsync.c
15591 * modules/control/netsync.c: Experimental network synchronisation module.
15593 ------------------------------------------------------------------------
15594 r7783 | hartman | 2004-05-27 02:02:43 +0200 (Thu, 27 May 2004) | 5 lines
15596 M /trunk/modules/demux/demux2.c
15597 M /trunk/src/libvlc.h
15598 M /trunk/src/playlist/playlist.c
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).
15605 ------------------------------------------------------------------------
15606 r7782 | hartman | 2004-05-27 01:19:53 +0200 (Thu, 27 May 2004) | 2 lines
15608 M /trunk/configure.ac
15609 M /trunk/modules/LIST
15611 * enable mjpeg module and add to LIST
15613 ------------------------------------------------------------------------
15614 r7781 | hartman | 2004-05-27 01:15:07 +0200 (Thu, 27 May 2004) | 4 lines
15616 M /trunk/modules/demux/sgimb.c
15617 M /trunk/modules/misc/sap.c
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
15623 ------------------------------------------------------------------------
15624 r7780 | sigmunau | 2004-05-27 00:27:05 +0200 (Thu, 27 May 2004) | 4 lines
15626 M /trunk/modules/demux/Modules.am
15627 A /trunk/modules/demux/mjpeg.c
15629 mime multipart jpeg and jpeg series of images demuxer by
15630 Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
15633 ------------------------------------------------------------------------
15634 r7779 | jpsaman | 2004-05-26 23:02:06 +0200 (Wed, 26 May 2004) | 1 line
15636 M /trunk/modules/video_output/hd1000v.cpp
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
15642 M /trunk/include/osd.h
15643 M /trunk/modules/control/hotkeys.c
15644 M /trunk/src/video_output/video_widgets.c
15646 Added Play and Pause OSD Icons for hotkeys.
15648 ------------------------------------------------------------------------
15649 r7777 | massiot | 2004-05-26 14:32:02 +0200 (Wed, 26 May 2004) | 2 lines
15651 M /trunk/modules/access/pvr/pvr.c
15653 * modules/access/pvr: Added keyint= and bframes= options.
15655 ------------------------------------------------------------------------
15656 r7776 | zorglub | 2004-05-26 11:53:00 +0200 (Wed, 26 May 2004) | 2 lines
15658 M /trunk/modules/codec/cmml/intf.c
15662 ------------------------------------------------------------------------
15663 r7775 | andrep | 2004-05-26 10:38:23 +0200 (Wed, 26 May 2004) | 9 lines
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
15671 - added browse-follow-anchor, browse-go-back and browse-go-forward
15673 - will not display clip description as subtitles if
15674 intf-displays-cmml-description variable is set on main interface
15676 - bugfix for web browser launching on Mac OS X
15679 ------------------------------------------------------------------------
15680 r7774 | andrep | 2004-05-26 04:23:10 +0200 (Wed, 26 May 2004) | 3 lines
15682 M /trunk/modules/codec/cmml/xurl.c
15684 * cmml: fix for loading non-file:// URLs on win32
15687 ------------------------------------------------------------------------
15688 r7773 | fenrir | 2004-05-26 00:48:37 +0200 (Wed, 26 May 2004) | 2 lines
15690 M /trunk/modules/demux/livedotcom.cpp
15692 *livedotcom: added H263-2000 (untested).
15694 ------------------------------------------------------------------------
15695 r7772 | fenrir | 2004-05-25 21:38:39 +0200 (Tue, 25 May 2004) | 5 lines
15697 M /trunk/modules/demux/mp4/mp4.c
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.
15704 ------------------------------------------------------------------------
15705 r7771 | gbazin | 2004-05-25 14:07:19 +0200 (Tue, 25 May 2004) | 1 line
15707 M /trunk/modules/video_output/directx/events.c
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
15713 M /trunk/modules/control/hotkeys.c
15714 M /trunk/modules/gui/ncurses/ncurses.c
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
15719 ------------------------------------------------------------------------
15720 r7769 | ipkiss | 2004-05-24 23:48:56 +0200 (Mon, 24 May 2004) | 3 lines
15722 M /trunk/modules/gui/skins2/commands/cmd_input.cpp
15724 * skins2: Open the file requester dialog when clicking on "play" and the
15727 ------------------------------------------------------------------------
15728 r7768 | hartman | 2004-05-24 23:28:03 +0200 (Mon, 24 May 2004) | 4 lines
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
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.
15739 ------------------------------------------------------------------------
15740 r7767 | hartman | 2004-05-24 23:14:06 +0200 (Mon, 24 May 2004) | 3 lines
15742 M /trunk/src/video_output/video_widgets.c
15744 * Fixed the YUY2 and RV Render() of the OSD widgets.
15745 * Set the Id prop on this 'new' file.
15747 ------------------------------------------------------------------------
15748 r7766 | jpsaman | 2004-05-24 22:12:42 +0200 (Mon, 24 May 2004) | 1 line
15752 HD1000 video output
15753 ------------------------------------------------------------------------
15754 r7765 | jpsaman | 2004-05-24 22:12:27 +0200 (Mon, 24 May 2004) | 1 line
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
15762 HD1000 video output
15763 ------------------------------------------------------------------------
15764 r7764 | gbazin | 2004-05-24 21:00:37 +0200 (Mon, 24 May 2004) | 1 line
15766 M /trunk/modules/packetizer/mpegvideo.c
15768 * modules/packetizer/mpegvideo.c: better fix.
15769 ------------------------------------------------------------------------
15770 r7763 | gbazin | 2004-05-24 20:54:47 +0200 (Mon, 24 May 2004) | 1 line
15772 M /trunk/modules/packetizer/mpegvideo.c
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
15778 M /trunk/modules/demux/mp4/drms.c
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.
15784 ------------------------------------------------------------------------
15785 r7761 | fenrir | 2004-05-24 19:43:28 +0200 (Mon, 24 May 2004) | 3 lines
15787 M /trunk/modules/demux/ts.c
15789 * ts: fixed pts, and readding default gathering to make
15792 ------------------------------------------------------------------------
15793 r7760 | djc | 2004-05-24 14:00:59 +0200 (Mon, 24 May 2004) | 2 lines
15795 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
15796 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
15798 Volume icons are buttons to change volume
15800 ------------------------------------------------------------------------
15801 r7759 | jlj | 2004-05-24 00:53:28 +0200 (Mon, 24 May 2004) | 3 lines
15803 M /trunk/modules/demux/mp4/drms.c
15805 * drms.c: Preview endian fix.
15808 ------------------------------------------------------------------------
15809 r7758 | hartman | 2004-05-23 23:14:34 +0200 (Sun, 23 May 2004) | 3 lines
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
15816 * Remove the old info window from SVN.
15817 * Cosmetic fix to misc.m
15819 ------------------------------------------------------------------------
15820 r7757 | yoann | 2004-05-23 19:38:19 +0200 (Sun, 23 May 2004) | 3 lines
15822 M /trunk/modules/control/hotkeys.c
15824 OSD sliders are now used if the vout is not embedded or in fullscreen mode.
15827 ------------------------------------------------------------------------
15828 r7756 | yoann | 2004-05-23 18:19:29 +0200 (Sun, 23 May 2004) | 4 lines
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
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".
15840 ------------------------------------------------------------------------
15841 r7755 | yoann | 2004-05-23 18:01:40 +0200 (Sun, 23 May 2004) | 5 lines
15843 M /trunk/modules/gui/ncurses/ncurses.c
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
15850 ------------------------------------------------------------------------
15851 r7754 | fenrir | 2004-05-23 16:43:14 +0200 (Sun, 23 May 2004) | 2 lines
15853 M /trunk/modules/demux/mpeg/h264.c
15854 M /trunk/modules/demux/mpeg/m4v.c
15856 * raw demuxers: few fixes, add es only after first packet. (size known)
15858 ------------------------------------------------------------------------
15859 r7753 | fenrir | 2004-05-23 16:31:49 +0200 (Sun, 23 May 2004) | 3 lines
15861 M /trunk/modules/codec/ffmpeg/video.c
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).
15866 ------------------------------------------------------------------------
15867 r7752 | fenrir | 2004-05-23 15:35:26 +0200 (Sun, 23 May 2004) | 2 lines
15869 M /trunk/src/input/es_out.c
15871 * es_out: avoid null dts/pts after *9/100 (with non null input values).
15873 ------------------------------------------------------------------------
15874 r7751 | fkuehne | 2004-05-23 14:17:41 +0200 (Sun, 23 May 2004) | 1 line
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
15880 * Fixes to the services-menu
15881 ------------------------------------------------------------------------
15882 r7750 | gbazin | 2004-05-23 13:00:53 +0200 (Sun, 23 May 2004) | 1 line
15884 M /trunk/modules/gui/wxwindows/interface.cpp
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
15890 M /trunk/modules/gui/wxwindows/playlist.cpp
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
15896 M /trunk/modules/demux/mp4/drms.c
15898 * drms.c: Support for previews.
15901 ------------------------------------------------------------------------
15902 r7747 | gbazin | 2004-05-22 20:42:19 +0200 (Sat, 22 May 2004) | 1 line
15904 M /trunk/configure.ac
15905 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15906 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
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
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
15921 Updated version to v0.7.2
15922 ------------------------------------------------------------------------
15923 r7744 | gbazin | 2004-05-21 13:59:25 +0200 (Fri, 21 May 2004) | 1 line
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
15931 M /trunk/configure.ac
15932 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
15933 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
15935 * configure.ac: fixed libspeex > 1.1.0 detection.
15936 * ALL: bumped version number to 0.7.2.
15938 ------------------------------------------------------------------------
15939 r7742 | fkuehne | 2004-05-21 13:50:12 +0200 (Fri, 21 May 2004) | 1 line
15946 M /trunk/po/pt_BR.po
15948 * Fixed the latest string changes
15949 ------------------------------------------------------------------------
15950 r7741 | gbazin | 2004-05-21 13:34:02 +0200 (Fri, 21 May 2004) | 1 line
15953 M /trunk/po/en_GB.po
15962 M /trunk/po/pt_BR.po
15965 M /trunk/po/vlc.pot
15967 * po/*: updated in preparation for release.
15968 ------------------------------------------------------------------------
15969 r7740 | sam | 2004-05-21 13:30:18 +0200 (Fri, 21 May 2004) | 2 lines
15973 * po/es.po: minor translation fix.
15975 ------------------------------------------------------------------------
15976 r7739 | gbazin | 2004-05-21 13:01:35 +0200 (Fri, 21 May 2004) | 1 line
15978 M /trunk/modules/codec/speex.c
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
15987 * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
15989 ------------------------------------------------------------------------
15990 r7737 | gbazin | 2004-05-21 12:48:33 +0200 (Fri, 21 May 2004) | 1 line
15992 M /trunk/modules/gui/wxwindows/menus.cpp
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
16000 * po/es.po: really removed all ^Ms.
16002 ------------------------------------------------------------------------
16003 r7735 | sam | 2004-05-21 12:25:10 +0200 (Fri, 21 May 2004) | 2 lines
16007 * po/es.po: removed trailing ^Ms.
16009 ------------------------------------------------------------------------
16010 r7734 | hartman | 2004-05-21 00:04:46 +0200 (Fri, 21 May 2004) | 2 lines
16014 * updated spanish translation by Javier Varela Calvo.
16016 ------------------------------------------------------------------------
16017 r7733 | hartman | 2004-05-20 21:45:12 +0200 (Thu, 20 May 2004) | 2 lines
16021 * small error in NEWS section concerning FLAC vs. FAAC
16023 ------------------------------------------------------------------------
16024 r7732 | gbazin | 2004-05-20 15:17:07 +0200 (Thu, 20 May 2004) | 1 line
16026 M /trunk/vlc.win32.nsi
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
16032 M /trunk/modules/gui/skins2/src/skin_main.cpp
16034 * modules/gui/skins2/src/skin_main.cpp:
16035 + Use the svlc shortcut for skins 2, too.
16037 ------------------------------------------------------------------------
16038 r7730 | hartman | 2004-05-20 14:19:15 +0200 (Thu, 20 May 2004) | 2 lines
16042 * THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf
16044 ------------------------------------------------------------------------
16045 r7729 | ipkiss | 2004-05-20 13:18:55 +0200 (Thu, 20 May 2004) | 2 lines
16047 A /trunk/doc/skins/skins2-howto.xml
16049 Docbook documentation on how to create a skin for the skins2 module.
16051 ------------------------------------------------------------------------
16052 r7728 | gbazin | 2004-05-20 12:16:52 +0200 (Thu, 20 May 2004) | 1 line
16054 M /trunk/modules/gui/wxwindows/open.cpp
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
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
16064 * changed the playlist icon in the wxwin interface (thanks to bigben)
16065 * added an open button
16068 ------------------------------------------------------------------------
16069 r7726 | titer | 2004-05-20 03:49:08 +0200 (Thu, 20 May 2004) | 2 lines
16071 M /trunk/src/misc/cpu.c
16073 misc/cpu.c: another BeOS compile fix
16075 ------------------------------------------------------------------------
16076 r7725 | titer | 2004-05-20 03:42:09 +0200 (Thu, 20 May 2004) | 2 lines
16078 M /trunk/modules/video_filter/deinterlace.c
16080 deinterlace.c: BeOS compile fix
16082 ------------------------------------------------------------------------
16083 r7724 | titer | 2004-05-20 03:25:24 +0200 (Thu, 20 May 2004) | 2 lines
16085 M /trunk/modules/codec/cmml/intf.c
16089 ------------------------------------------------------------------------
16090 r7723 | hartman | 2004-05-20 01:58:06 +0200 (Thu, 20 May 2004) | 2 lines
16092 M /trunk/modules/gui/macosx/misc.h
16093 M /trunk/modules/gui/macosx/misc.m
16095 * iTunes style slider
16097 ------------------------------------------------------------------------
16098 r7722 | hartman | 2004-05-19 23:01:58 +0200 (Wed, 19 May 2004) | 2 lines
16100 M /trunk/modules/demux/mkv.cpp
16102 * mkv.cpp: add missing S_TEXT/ASS indentifier
16104 ------------------------------------------------------------------------
16105 r7721 | yoann | 2004-05-19 15:49:09 +0200 (Wed, 19 May 2004) | 3 lines
16109 * po/fr.po: Updated French translation
16112 ------------------------------------------------------------------------
16113 r7720 | bigben | 2004-05-19 12:27:30 +0200 (Wed, 19 May 2004) | 4 lines
16117 update of italian translation (made by murray)
16121 ------------------------------------------------------------------------
16122 r7719 | damienf | 2004-05-19 11:45:48 +0200 (Wed, 19 May 2004) | 2 lines
16124 M /trunk/modules/video_output/directx/directx.c
16125 M /trunk/src/video_output/vout_pictures.c
16127 - added support for UYVY chroma for directx direct vout render
16129 ------------------------------------------------------------------------
16130 r7718 | damienf | 2004-05-19 11:40:58 +0200 (Wed, 19 May 2004) | 4 lines
16132 M /trunk/modules/access/dshow/filter.cpp
16133 M /trunk/modules/access/dshow/filter.h
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
16139 ------------------------------------------------------------------------
16140 r7717 | damienf | 2004-05-19 11:38:44 +0200 (Wed, 19 May 2004) | 4 lines
16142 M /trunk/modules/access/dshow/dshow.cpp
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
16148 ------------------------------------------------------------------------
16149 r7716 | zorglub | 2004-05-18 22:41:19 +0200 (Tue, 18 May 2004) | 2 lines
16151 M /trunk/modules/demux/playlist/m3u.c
16152 M /trunk/src/input/stream.c
16154 Skip leading tabs, spaces and line feeds
16156 ------------------------------------------------------------------------
16157 r7715 | ipkiss | 2004-05-18 20:47:02 +0200 (Tue, 18 May 2004) | 3 lines
16159 M /trunk/modules/gui/skins2/utils/var_text.cpp
16161 * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
16164 ------------------------------------------------------------------------
16165 r7714 | gbazin | 2004-05-18 17:10:18 +0200 (Tue, 18 May 2004) | 1 line
16167 M /trunk/modules/gui/wxwindows/iteminfo.cpp
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
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
16177 * skins2/src/vlcproc.cpp: a few cleanup fixes.
16178 * wxwindows/*: a few cleanup fixes.
16180 ------------------------------------------------------------------------
16181 r7712 | zorglub | 2004-05-18 13:21:22 +0200 (Tue, 18 May 2004) | 3 lines
16183 M /trunk/src/input/stream.c
16185 Hopefully fix bug with playlist parsing (line-feed problem)
16188 ------------------------------------------------------------------------
16189 r7711 | rocky | 2004-05-18 12:49:15 +0200 (Tue, 18 May 2004) | 2 lines
16191 M /trunk/modules/access/vcdx/vcdplayer.h
16193 Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
16195 ------------------------------------------------------------------------
16196 r7710 | titer | 2004-05-18 11:08:44 +0200 (Tue, 18 May 2004) | 2 lines
16198 M /trunk/modules/gui/macosx/vout.h
16199 M /trunk/modules/gui/macosx/vout.m
16201 macosx/vout*: fixed a possible segfault on vout close
16203 ------------------------------------------------------------------------
16204 r7709 | fkuehne | 2004-05-18 08:46:05 +0200 (Tue, 18 May 2004) | 1 line
16206 M /trunk/modules/gui/macosx/macosx.m
16208 * rewritten a pref-string
16209 ------------------------------------------------------------------------
16210 r7708 | fkuehne | 2004-05-18 00:14:25 +0200 (Tue, 18 May 2004) | 4 lines
16212 M /trunk/modules/gui/macosx/intf.h
16213 M /trunk/modules/gui/macosx/intf.m
16214 M /trunk/modules/gui/pda/pda.glade
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
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
16230 - new possible action vlc.mute() to mute/un-mute
16231 - vlc.isMute is now working well (in a boolean expression)
16233 ------------------------------------------------------------------------
16234 r7706 | gbazin | 2004-05-17 22:29:41 +0200 (Mon, 17 May 2004) | 1 line
16236 M /trunk/vlc.win32.nsi
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
16242 M /trunk/share/skins2/default/theme.xml
16244 * theme.xml: please, no useless vout window in the default skin
16246 ------------------------------------------------------------------------
16247 r7704 | gbazin | 2004-05-17 21:56:30 +0200 (Mon, 17 May 2004) | 2 lines
16250 M /trunk/configure.ac
16251 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
16252 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
16254 M /trunk/po/en_GB.po
16263 M /trunk/po/pt_BR.po
16266 M /trunk/po/vlc.pot
16268 * ALL: preparing for the 0.7.2-test3 release.
16270 ------------------------------------------------------------------------
16271 r7703 | gbazin | 2004-05-17 21:38:13 +0200 (Mon, 17 May 2004) | 1 line
16273 M /trunk/modules/video_chroma/i420_rgb_mmx.h
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
16279 M /trunk/modules/codec/dvbsub.c
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
16285 M /trunk/src/input/input_programs.c
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
16291 M /trunk/modules/gui/wxwindows/timer.cpp
16292 M /trunk/modules/gui/wxwindows/wxwindows.h
16294 * fixed race condition with b_seekable.
16295 ------------------------------------------------------------------------
16296 r7699 | yoann | 2004-05-17 13:49:35 +0200 (Mon, 17 May 2004) | 4 lines
16298 M /trunk/modules/control/hotkeys.c
16300 * modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
16301 sometimes not display, although it was known.
16304 ------------------------------------------------------------------------
16305 r7698 | anil | 2004-05-17 13:38:01 +0200 (Mon, 17 May 2004) | 2 lines
16307 M /trunk/po/POTFILES.in
16309 * po/POTFILES.in: updated
16311 ------------------------------------------------------------------------
16312 r7697 | gbazin | 2004-05-17 12:39:14 +0200 (Mon, 17 May 2004) | 1 line
16314 M /trunk/modules/gui/wxwindows/timer.cpp
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
16320 M /trunk/configure.ac
16322 * add old goom module if libgoom.a is detected
16323 (When you fix stuff you should commit them as well)
16325 ------------------------------------------------------------------------
16326 r7695 | gbazin | 2004-05-17 00:42:48 +0200 (Mon, 17 May 2004) | 3 lines
16328 M /trunk/src/interface/interface.c
16329 M /trunk/src/video_output/vout_intf.c
16331 * interface/interface.c: fixed a bug with embedded vouts and interface switching.
16332 * video_output/vout_intf.c: small fix.
16334 ------------------------------------------------------------------------
16335 r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
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
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.
16358 ------------------------------------------------------------------------
16359 r7693 | hartman | 2004-05-16 22:27:47 +0200 (Sun, 16 May 2004) | 3 lines
16361 M /trunk/modules/gui/macosx/controls.m
16362 M /trunk/modules/gui/macosx/output.m
16364 * modules/gui/macosx/output.m: added mp4a.
16365 * modules/gui/macosx/controls.m: fix the autogenerated menu.
16367 ------------------------------------------------------------------------
16368 r7692 | gbazin | 2004-05-16 21:33:58 +0200 (Sun, 16 May 2004) | 1 line
16370 M /trunk/include/vlc_help.h
16371 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
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
16377 M /trunk/modules/gui/wxwindows/open.cpp
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
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
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.
16393 ------------------------------------------------------------------------
16394 r7689 | anil | 2004-05-16 20:08:41 +0200 (Sun, 16 May 2004) | 2 lines
16396 M /trunk/modules/misc/sap.c
16398 msleep() a bit before filling the playlist.
16400 ------------------------------------------------------------------------
16401 r7688 | gbazin | 2004-05-16 19:54:18 +0200 (Sun, 16 May 2004) | 1 line
16403 M /trunk/modules/gui/wxwindows/interface.cpp
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
16409 M /trunk/modules/misc/network/ipv4.c
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
16415 M /trunk/modules/gui/wxwindows/interface.cpp
16416 M /trunk/modules/gui/wxwindows/timer.cpp
16417 M /trunk/modules/gui/wxwindows/wxwindows.h
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
16427 ------------------------------------------------------------------------
16428 r7684 | hartman | 2004-05-16 17:29:24 +0200 (Sun, 16 May 2004) | 2 lines
16432 * NEWS: Updated a bit more
16434 ------------------------------------------------------------------------
16435 r7683 | zorglub | 2004-05-16 15:46:58 +0200 (Sun, 16 May 2004) | 2 lines
16437 M /trunk/modules/gui/wxwindows/timer.cpp
16441 ------------------------------------------------------------------------
16442 r7682 | gbazin | 2004-05-16 14:52:05 +0200 (Sun, 16 May 2004) | 1 line
16444 M /trunk/modules/video_output/x11/xcommon.c
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
16450 M /trunk/modules/gui/wxwindows/streamout.cpp
16452 Use the new SAP/SLP syntax (sap,slp,name=)
16455 ------------------------------------------------------------------------
16456 r7680 | gbazin | 2004-05-16 02:25:17 +0200 (Sun, 16 May 2004) | 1 line
16458 M /trunk/vlc.win32.nsi
16460 * vlc.win32.nsi: more autorun stuff.
16461 ------------------------------------------------------------------------
16462 r7679 | hartman | 2004-05-16 01:05:57 +0200 (Sun, 16 May 2004) | 3 lines
16466 * partially updated NL translation. You have to do _something_
16467 during the Eurovision Songfestival.
16469 ------------------------------------------------------------------------
16470 r7678 | fenrir | 2004-05-15 16:42:16 +0200 (Sat, 15 May 2004) | 2 lines
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
16477 * all: improved perfs (using block_ChainLastAppend).
16479 ------------------------------------------------------------------------
16480 r7677 | gbazin | 2004-05-15 14:58:07 +0200 (Sat, 15 May 2004) | 1 line
16482 M /trunk/INSTALL.win32
16484 * INSTALL.win32: update
16485 ------------------------------------------------------------------------
16486 r7676 | fenrir | 2004-05-15 14:46:21 +0200 (Sat, 15 May 2004) | 3 lines
16488 M /trunk/modules/mux/mp4.c
16490 * mp4: added support for h264. I have no idea if it's compliant but at
16491 least vlc is able to play it.
16493 ------------------------------------------------------------------------
16494 r7675 | gbazin | 2004-05-15 14:22:03 +0200 (Sat, 15 May 2004) | 3 lines
16496 M /trunk/modules/access/dvdplay/tools.c
16497 M /trunk/modules/demux/dvdnav.c
16498 M /trunk/vlc.win32.nsi
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.
16503 ------------------------------------------------------------------------
16504 r7674 | fenrir | 2004-05-15 13:28:03 +0200 (Sat, 15 May 2004) | 2 lines
16506 M /trunk/modules/demux/mp4/mp4.c
16508 * mp4: mmh removed a fprintf.
16510 ------------------------------------------------------------------------
16511 r7673 | fenrir | 2004-05-15 13:10:42 +0200 (Sat, 15 May 2004) | 5 lines
16513 M /trunk/modules/codec/ffmpeg/ffmpeg.c
16514 M /trunk/modules/codec/ffmpeg/video.c
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).
16521 ------------------------------------------------------------------------
16522 r7672 | fenrir | 2004-05-15 13:08:46 +0200 (Sat, 15 May 2004) | 2 lines
16524 M /trunk/modules/codec/x264.c
16526 * x264: updated to latest PAI.
16528 ------------------------------------------------------------------------
16529 r7671 | fenrir | 2004-05-15 13:06:28 +0200 (Sat, 15 May 2004) | 2 lines
16531 M /trunk/modules/packetizer/h264.c
16533 * h264: added avc1 -> h264 annexe B stream.
16535 ------------------------------------------------------------------------
16536 r7670 | fenrir | 2004-05-15 13:03:48 +0200 (Sat, 15 May 2004) | 5 lines
16538 M /trunk/modules/demux/mp4/libmp4.c
16539 M /trunk/modules/demux/mp4/libmp4.h
16540 M /trunk/modules/demux/mp4/mp4.c
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.
16547 ------------------------------------------------------------------------
16548 r7669 | gbazin | 2004-05-15 12:59:09 +0200 (Sat, 15 May 2004) | 1 line
16550 M /trunk/modules/video_output/directx/directx.c
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
16556 M /trunk/modules/demux/avi/avi.c
16558 * avi: add +1 to PCR/DTS/PTS.
16560 ------------------------------------------------------------------------
16561 r7667 | fenrir | 2004-05-15 12:54:10 +0200 (Sat, 15 May 2004) | 2 lines
16563 M /trunk/src/input/es_out.c
16565 * es_out; round up PCR (avoid non null PCR -> null).
16567 ------------------------------------------------------------------------
16568 r7666 | fenrir | 2004-05-15 12:53:17 +0200 (Sat, 15 May 2004) | 2 lines
16570 M /trunk/modules/demux/real.c
16572 * real: use 1 as starting time (allow to have a valid date for the first frame).
16574 ------------------------------------------------------------------------
16575 r7665 | fenrir | 2004-05-15 12:52:56 +0200 (Sat, 15 May 2004) | 2 lines
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
16583 * all: use 1 as starting time (allow to have a valid date for the first frame).
16585 ------------------------------------------------------------------------
16586 r7664 | fenrir | 2004-05-15 12:51:59 +0200 (Sat, 15 May 2004) | 2 lines
16588 M /trunk/modules/demux/mpeg/mpga.c
16590 * mpga: use 1 as starting time (allow to have a valid date for the first frame).
16592 ------------------------------------------------------------------------
16593 r7663 | hartman | 2004-05-15 06:05:01 +0200 (Sat, 15 May 2004) | 2 lines
16595 M /trunk/extras/contrib/src/Makefile
16597 * no shared libs for faac when linking with ffmpeg
16599 ------------------------------------------------------------------------
16600 r7662 | hartman | 2004-05-15 04:36:05 +0200 (Sat, 15 May 2004) | 7 lines
16602 M /trunk/Makefile.am
16603 M /trunk/extras/MacOSX/macosx-dmg
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.
16612 ------------------------------------------------------------------------
16613 r7661 | gbazin | 2004-05-15 03:11:57 +0200 (Sat, 15 May 2004) | 1 line
16615 M /trunk/vlc.win32.nsi
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
16621 M /trunk/modules/access/v4l/v4l.c
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
16627 M /trunk/modules/access/mms/mmstu.c
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
16633 M /trunk/extras/contrib/src/Makefile
16635 * small fix for faac build
16637 ------------------------------------------------------------------------
16638 r7657 | hartman | 2004-05-14 23:57:14 +0200 (Fri, 14 May 2004) | 3 lines
16640 M /trunk/extras/contrib/src/Makefile
16641 A /trunk/extras/contrib/src/Patches/faac.patch
16642 M /trunk/extras/contrib/src/packages.mak
16644 * added faac support to Mac OSX build
16645 * ffmpeg cvs no longer asks you for a passwd. (this is for nightly's :)
16647 ------------------------------------------------------------------------
16648 r7656 | fenrir | 2004-05-14 22:46:33 +0200 (Fri, 14 May 2004) | 2 lines
16650 M /trunk/modules/access/mms/mmstu.c
16652 * mmstu: added a couple of uint64_t casts to avoid overflow.
16654 ------------------------------------------------------------------------
16655 r7655 | gbazin | 2004-05-14 19:07:50 +0200 (Fri, 14 May 2004) | 3 lines
16657 M /trunk/Makefile.am
16658 D /trunk/install-win32
16659 A /trunk/vlc.win32.nsi (from /trunk/install-win32:7649)
16661 * vlc.win32.nsi: brand new NSIS auto-installer script.
16662 * Makefile.am: use vlc icon in the NSIS installer.
16664 ------------------------------------------------------------------------
16665 r7654 | jpsaman | 2004-05-14 15:24:07 +0200 (Fri, 14 May 2004) | 1 line
16667 M /trunk/modules/access/dvb/access.c
16670 ------------------------------------------------------------------------
16671 r7653 | titer | 2004-05-14 13:29:21 +0200 (Fri, 14 May 2004) | 2 lines
16673 M /trunk/modules/gui/macosx/vout.m
16675 macosx/vout.m: don't forget to EndFullScreen() on GL mode too
16677 ------------------------------------------------------------------------
16678 r7652 | gbazin | 2004-05-13 23:13:38 +0200 (Thu, 13 May 2004) | 1 line
16680 M /trunk/configure.ac
16681 M /trunk/modules/visualization/goom.c
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
16687 M /trunk/modules/gui/macosx/vout.m
16689 macosx/vout.m : fixed --macosx-fillscreen
16691 ------------------------------------------------------------------------
16692 r7650 | gbazin | 2004-05-13 20:22:18 +0200 (Thu, 13 May 2004) | 1 line
16694 M /trunk/modules/stream_out/standard.c
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
16700 M /trunk/modules/gui/macosx/vout.h
16701 M /trunk/modules/gui/macosx/vout.m
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.
16709 ------------------------------------------------------------------------
16710 r7648 | hartman | 2004-05-13 17:38:15 +0200 (Thu, 13 May 2004) | 3 lines
16713 M /trunk/modules/audio_output/coreaudio.c
16715 * Fix for stream selection on HAL devices.
16716 by Jean Alexis Montignies <ja at sente.ch>
16718 ------------------------------------------------------------------------
16719 r7647 | jlj | 2004-05-12 23:44:59 +0200 (Wed, 12 May 2004) | 4 lines
16721 M /trunk/modules/demux/mp4/drms.c
16723 * drms.c: Check that key store is at least 4 bytes (fixes segfault
16724 on empty key store).
16727 ------------------------------------------------------------------------
16728 r7646 | ipkiss | 2004-05-12 20:56:51 +0200 (Wed, 12 May 2004) | 2 lines
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
16736 * skins2: Removed the Theme.fadetime attribute (unused)
16738 ------------------------------------------------------------------------
16739 r7645 | massiot | 2004-05-12 20:48:25 +0200 (Wed, 12 May 2004) | 2 lines
16741 M /trunk/modules/mux/mpeg/ts.c
16743 * modules/mux/mpeg/ts.c: Fixed a possible segfault in the shaping code.
16745 ------------------------------------------------------------------------
16746 r7644 | gbazin | 2004-05-12 19:46:48 +0200 (Wed, 12 May 2004) | 1 line
16748 M /trunk/modules/gui/wxwindows/open.cpp
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
16754 M /trunk/src/stream_output/stream_output.c
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
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
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.
16769 ------------------------------------------------------------------------
16770 r7641 | fenrir | 2004-05-11 02:51:43 +0200 (Tue, 11 May 2004) | 2 lines
16772 M /trunk/modules/demux/ts.c
16774 * ts.c: this time it should work (create one dvbpsi handle per pmt).
16776 ------------------------------------------------------------------------
16777 r7640 | fenrir | 2004-05-11 01:39:48 +0200 (Tue, 11 May 2004) | 6 lines
16779 M /trunk/modules/demux/demux2.c
16780 M /trunk/modules/demux/ts.c
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)
16785 * demux2: append a :// to allow correct parsing of /volume/filename:.avi
16788 ------------------------------------------------------------------------
16789 r7639 | bigben | 2004-05-10 22:50:36 +0200 (Mon, 10 May 2004) | 3 lines
16791 M /trunk/modules/gui/macosx/output.m
16796 ------------------------------------------------------------------------
16797 r7638 | gbazin | 2004-05-10 22:05:08 +0200 (Mon, 10 May 2004) | 1 line
16799 M /trunk/modules/gui/wxwindows/open.cpp
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
16805 M /trunk/modules/access/dvb/access.c
16806 M /trunk/modules/access/dvb/linux_dvb.c
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.
16815 DVB-C is working (did a few tests)
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
16821 ------------------------------------------------------------------------
16822 r7636 | bigben | 2004-05-10 19:19:59 +0200 (Mon, 10 May 2004) | 3 lines
16824 M /trunk/modules/gui/macosx/output.m
16826 use new syntax for sap/slp announces
16829 ------------------------------------------------------------------------
16830 r7635 | massiot | 2004-05-10 17:08:34 +0200 (Mon, 10 May 2004) | 2 lines
16832 M /trunk/modules/access/dvb/access.c
16836 ------------------------------------------------------------------------
16837 r7634 | massiot | 2004-05-10 17:07:15 +0200 (Mon, 10 May 2004) | 6 lines
16839 M /trunk/modules/access/dvb/access.c
16840 M /trunk/modules/demux/ts.c
16841 M /trunk/src/input/input_programs.c
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
16849 ------------------------------------------------------------------------
16850 r7633 | massiot | 2004-05-10 16:57:00 +0200 (Mon, 10 May 2004) | 28 lines
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
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
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
16882 - do not block in read() when no data is available.
16883 - fixed msleep() calls (reminder : mtime_t is in _microseconds_).
16885 I didn't test the QAM and OFDM variants, so please report.
16887 ------------------------------------------------------------------------
16888 r7632 | gbazin | 2004-05-10 14:21:29 +0200 (Mon, 10 May 2004) | 1 line
16890 M /trunk/src/audio_output/common.c
16891 M /trunk/src/audio_output/input.c
16892 M /trunk/src/audio_output/mixer.c
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
16898 M /trunk/configure.ac
16899 M /trunk/modules/visualization/goom.c
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
16905 M /trunk/Makefile.am
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
16911 M /trunk/modules/demux/mp4/drms.c
16913 * drms.c: DRMS v2 endian fix.
16916 ------------------------------------------------------------------------
16917 r7628 | sam | 2004-05-08 23:00:47 +0200 (Sat, 08 May 2004) | 5 lines
16919 M /trunk/modules/demux/mp4/drms.c
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.
16926 ------------------------------------------------------------------------
16927 r7627 | jlj | 2004-05-08 22:48:37 +0200 (Sat, 08 May 2004) | 4 lines
16929 M /trunk/modules/demux/mp4/drms.c
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.
16935 ------------------------------------------------------------------------
16936 r7626 | ipkiss | 2004-05-08 20:10:38 +0200 (Sat, 08 May 2004) | 5 lines
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
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
16947 ------------------------------------------------------------------------
16948 r7625 | gbazin | 2004-05-08 18:58:05 +0200 (Sat, 08 May 2004) | 1 line
16950 M /trunk/modules/video_output/x11/xcommon.c
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
16956 M /trunk/modules/demux/dvdnav.c
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
16962 M /trunk/modules/demux/avi/avi.c
16964 * avi: hack to let few xvid files working.
16965 (set codec to xvid if the hanlder is xvid).
16968 ------------------------------------------------------------------------
16969 r7622 | fenrir | 2004-05-07 23:10:48 +0200 (Fri, 07 May 2004) | 2 lines
16971 M /trunk/modules/codec/ffmpeg/video.c
16973 * video: set avtcx->codec_tag
16975 ------------------------------------------------------------------------
16976 r7621 | gbazin | 2004-05-07 17:36:01 +0200 (Fri, 07 May 2004) | 3 lines
16978 M /trunk/modules/demux/asf/asf.c
16979 M /trunk/modules/demux/mp4/libmp4.c
16981 * modules/demux/asf/*: fixed mem leak.
16982 * modules/demux/mp4/*: fixed segfault on close with some files.
16984 ------------------------------------------------------------------------
16985 r7620 | gbazin | 2004-05-07 16:36:51 +0200 (Fri, 07 May 2004) | 1 line
16987 M /trunk/modules/gui/wxwindows/interface.cpp
16988 M /trunk/modules/gui/wxwindows/wxwindows.h
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
16994 M /trunk/modules/video_output/directx/directx.c
16995 M /trunk/modules/video_output/directx/events.c
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
17001 M /trunk/src/video_output/video_output.c
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
17007 M /trunk/modules/access/dvb/access.c
17008 M /trunk/modules/access/dvb/dvb.c
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
17014 M /trunk/modules/access/dvb/dvb.c
17016 Gracefully interrupt the tuning process.
17017 ------------------------------------------------------------------------
17018 r7615 | jpsaman | 2004-05-07 10:31:16 +0200 (Fri, 07 May 2004) | 1 line
17020 M /trunk/modules/access/dvb/access.c
17021 M /trunk/modules/access/dvb/dvb.c
17024 ------------------------------------------------------------------------
17025 r7614 | jpsaman | 2004-05-07 10:12:34 +0200 (Fri, 07 May 2004) | 1 line
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
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
17036 M /trunk/configure.ac
17037 M /trunk/modules/access/vcdx/vcdplayer.c
17039 Tolerate compilation with vcdimager 0.7.20. Sigh.
17042 ------------------------------------------------------------------------
17043 r7612 | hartman | 2004-05-07 02:46:20 +0200 (Fri, 07 May 2004) | 2 lines
17045 M /trunk/modules/gui/macosx/controls.m
17047 * introduced a bug with my latest patch in the autogenerated menus.
17049 ------------------------------------------------------------------------
17050 r7611 | hartman | 2004-05-07 01:14:23 +0200 (Fri, 07 May 2004) | 2 lines
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
17058 * fixed a number of memleaks
17060 ------------------------------------------------------------------------
17061 r7610 | gbazin | 2004-05-06 23:14:13 +0200 (Thu, 06 May 2004) | 1 line
17063 M /trunk/modules/mux/mp4.c
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
17069 M /trunk/extras/contrib/src/Makefile
17073 ------------------------------------------------------------------------
17074 r7608 | gbazin | 2004-05-06 22:51:47 +0200 (Thu, 06 May 2004) | 1 line
17076 M /trunk/modules/demux/mp4/mp4.c
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
17082 M /trunk/modules/gui/macosx/intf.m
17084 * don't autorelease the application
17085 * make sure the terminate of the super is called
17087 This might fix the CodeTek VirtualDesktop appl. (untested)
17090 ------------------------------------------------------------------------
17091 r7606 | gbazin | 2004-05-06 19:35:26 +0200 (Thu, 06 May 2004) | 1 line
17093 M /trunk/src/input/input_dec.c
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
17099 M /trunk/modules/demux/mkv.cpp
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
17105 M /trunk/Makefile.am
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
17111 M /trunk/modules/demux/mp4/drms.c
17113 * drms.c: DRMS v2 uses filename iSCInfo2 instead of iSCInfo.
17116 ------------------------------------------------------------------------
17117 r7602 | hartman | 2004-05-05 23:53:07 +0200 (Wed, 05 May 2004) | 2 lines
17119 M /trunk/Makefile.am
17121 * .access for http intf added to OSX build.
17123 ------------------------------------------------------------------------
17124 r7601 | gbazin | 2004-05-05 23:52:07 +0200 (Wed, 05 May 2004) | 1 line
17126 M /trunk/modules/demux/ts.c
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
17132 M /trunk/src/input/es_out.c
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
17138 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
17140 * skins2/parser/skin_parser.cpp: Make sure that IDs are unique
17142 ------------------------------------------------------------------------
17143 r7598 | gbazin | 2004-05-05 22:29:14 +0200 (Wed, 05 May 2004) | 1 line
17145 M /trunk/src/libvlc.h
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
17151 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
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
17157 M /trunk/modules/demux/mp4/drms.c
17159 * drms.c: DRMS v2 support. Thanks to sam for cleaning and breaking up
17160 DoExtShuffle into smaller functions.
17163 ------------------------------------------------------------------------
17164 r7595 | fkuehne | 2004-05-04 23:25:48 +0200 (Tue, 04 May 2004) | 1 line
17166 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17168 * Added the WAVE-file-type
17169 ------------------------------------------------------------------------
17170 r7594 | ipkiss | 2004-05-04 22:42:08 +0200 (Tue, 04 May 2004) | 4 lines
17172 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
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.
17178 ------------------------------------------------------------------------
17179 r7593 | hartman | 2004-05-04 22:03:10 +0200 (Tue, 04 May 2004) | 2 lines
17181 M /trunk/vlc.ebuild
17183 * updates to ebuild for 0.7.2
17185 ------------------------------------------------------------------------
17186 r7592 | ipkiss | 2004-05-04 21:50:43 +0200 (Tue, 04 May 2004) | 2 lines
17188 M /trunk/share/skins2/skin.dtd
17190 * share/skins2/skin.dtd: removed a useless attribute
17192 ------------------------------------------------------------------------
17193 r7591 | gbazin | 2004-05-04 21:46:03 +0200 (Tue, 04 May 2004) | 1 line
17195 M /trunk/modules/demux/ts.c
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
17201 M /trunk/modules/video_chroma/i420_yuy2.h
17203 + video_chroma/i420_yuy2.h : grmbl, x86 compile fix
17205 ------------------------------------------------------------------------
17206 r7589 | titer | 2004-05-04 15:57:48 +0200 (Tue, 04 May 2004) | 3 lines
17208 M /trunk/modules/video_chroma/i420_yuy2.c
17210 + video_chroma/i420_yuy2.c : fixed conversion for non-multiple-of-8
17211 widths (MMX untested)
17213 ------------------------------------------------------------------------
17214 r7588 | titer | 2004-05-04 13:35:18 +0200 (Tue, 04 May 2004) | 4 lines
17216 M /trunk/modules/gui/macosx/vout.m
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)
17222 ------------------------------------------------------------------------
17223 r7587 | rocky | 2004-05-04 07:14:15 +0200 (Tue, 04 May 2004) | 3 lines
17225 M /trunk/modules/access/cdda/access.c
17227 Correct bitrate in the WAV header.
17230 ------------------------------------------------------------------------
17231 r7586 | fkuehne | 2004-05-03 21:52:32 +0200 (Mon, 03 May 2004) | 1 line
17233 M /trunk/configure.ac
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
17239 M /trunk/modules/codec/ffmpeg/video.c
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
17245 M /trunk/po/en_GB.po
17249 + Updated the British translation.
17250 + Merged Javier Varela's Spanish translation. There's more to come.
17252 ------------------------------------------------------------------------
17253 r7583 | sigmunau | 2004-05-02 22:25:11 +0200 (Sun, 02 May 2004) | 2 lines
17255 M /trunk/modules/access/cdda.c
17257 modules/access/cdda.c: write proper bitrate in the wav header.
17259 ------------------------------------------------------------------------
17260 r7582 | ipkiss | 2004-05-02 21:00:54 +0200 (Sun, 02 May 2004) | 3 lines
17262 M /trunk/modules/control/hotkeys.c
17263 M /trunk/modules/control/lirc.c
17265 * modules/control/hotkeys.c and lirc.c: fixed a refcount problem + small
17266 coding style changes
17268 ------------------------------------------------------------------------
17269 r7581 | ipkiss | 2004-05-02 20:41:52 +0200 (Sun, 02 May 2004) | 3 lines
17271 M /trunk/modules/gui/wxwindows/playlist.cpp
17273 * modules/gui/wxwindows/playlist.cpp: fixed a refcount problem + minor coding
17276 ------------------------------------------------------------------------
17277 r7580 | fkuehne | 2004-05-02 18:15:17 +0200 (Sun, 02 May 2004) | 2 lines
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
17287 M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
17288 M /trunk/modules/gui/skins2/parser/interpreter.cpp
17290 * skins2/parser/interpreter.cpp: parse the "or" operator
17291 * skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
17293 ------------------------------------------------------------------------
17294 r7578 | fkuehne | 2004-05-02 14:36:52 +0200 (Sun, 02 May 2004) | 1 line
17298 * Fixed some translations
17299 ------------------------------------------------------------------------
17300 r7577 | gbazin | 2004-05-01 20:00:36 +0200 (Sat, 01 May 2004) | 1 line
17302 M /trunk/modules/demux/dvdnav.c
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
17308 M /trunk/modules/demux/dvdnav.c
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
17316 =* Updated German translation
17317 ------------------------------------------------------------------------
17318 r7574 | asmax | 2004-05-01 16:23:40 +0200 (Sat, 01 May 2004) | 7 lines
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
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" ? ;)
17336 ------------------------------------------------------------------------
17337 r7573 | gbazin | 2004-05-01 12:51:24 +0200 (Sat, 01 May 2004) | 2 lines
17341 * NEWS: support for theora alpha3 and hotkeys in the wxwin interface.
17343 ------------------------------------------------------------------------
17344 r7572 | gbazin | 2004-05-01 12:36:25 +0200 (Sat, 01 May 2004) | 2 lines
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
17352 * ALL: update for 0.7.2-test2.
17354 ------------------------------------------------------------------------
17355 r7571 | gbazin | 2004-05-01 01:21:44 +0200 (Sat, 01 May 2004) | 2 lines
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
17362 * modules/gui/wxwindows/*: hotkeys support.
17364 ------------------------------------------------------------------------
17365 r7570 | yoann | 2004-05-01 00:53:33 +0200 (Sat, 01 May 2004) | 7 lines
17369 * po/fr.po: updated French translation for vlc 0.7.2
17372 > msgid "Date metadata"
17373 > msgstr "Death metal"
17376 ------------------------------------------------------------------------
17377 r7569 | titer | 2004-04-30 18:44:59 +0200 (Fri, 30 Apr 2004) | 5 lines
17379 M /trunk/modules/gui/macosx/vout.h
17380 M /trunk/modules/gui/macosx/vout.m
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
17387 ------------------------------------------------------------------------
17388 r7568 | bigben | 2004-04-30 17:44:06 +0200 (Fri, 30 Apr 2004) | 6 lines
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
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 ?
17405 ------------------------------------------------------------------------
17406 r7567 | gbazin | 2004-04-30 17:35:56 +0200 (Fri, 30 Apr 2004) | 1 line
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
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
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
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.
17424 ------------------------------------------------------------------------
17425 r7565 | zorglub | 2004-04-30 17:15:16 +0200 (Fri, 30 Apr 2004) | 2 lines
17427 M /trunk/src/input/control.c
17428 M /trunk/src/playlist/playlist.c
17430 Hopefully fix locking issues with wx
17432 ------------------------------------------------------------------------
17433 r7564 | hartman | 2004-04-30 14:51:53 +0200 (Fri, 30 Apr 2004) | 2 lines
17435 M /trunk/extras/contrib/src/Makefile
17436 M /trunk/extras/contrib/src/packages.mak
17438 * Update faad even further
17440 ------------------------------------------------------------------------
17441 r7563 | hartman | 2004-04-30 14:51:24 +0200 (Fri, 30 Apr 2004) | 3 lines
17443 M /trunk/modules/gui/macosx/vout.m
17444 M /trunk/src/video_output/vout_intf.c
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.
17449 ------------------------------------------------------------------------
17450 r7562 | gbazin | 2004-04-30 11:14:47 +0200 (Fri, 30 Apr 2004) | 1 line
17452 M /trunk/modules/gui/wxwindows/open.cpp
17453 M /trunk/modules/gui/wxwindows/wizard.cpp
17454 M /trunk/modules/gui/wxwindows/wxwindows.h
17456 * modules/gui/wxwindows/*: small clean-up.
17457 ------------------------------------------------------------------------
17458 r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
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
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"
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).
17479 ------------------------------------------------------------------------
17480 r7560 | gbazin | 2004-04-29 23:57:23 +0200 (Thu, 29 Apr 2004) | 1 line
17482 M /trunk/modules/codec/ffmpeg/video.c
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
17488 M /trunk/modules/codec/ffmpeg/ffmpeg.c
17489 M /trunk/modules/codec/ffmpeg/ffmpeg.h
17490 M /trunk/modules/codec/ffmpeg/video.c
17492 * modules/codec/ffmpeg/*:
17493 + small fix for --ffmpeg-workaround-bugs.
17494 + new --ffmpeg-vismv option to visualize motion vectors.
17496 ------------------------------------------------------------------------
17497 r7558 | hartman | 2004-04-29 21:30:58 +0200 (Thu, 29 Apr 2004) | 3 lines
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
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.
17507 ------------------------------------------------------------------------
17508 r7557 | hartman | 2004-04-29 20:38:44 +0200 (Thu, 29 Apr 2004) | 2 lines
17510 M /trunk/modules/gui/macosx/intf.m
17512 * Fix the fullscreen button.
17514 ------------------------------------------------------------------------
17515 r7556 | hartman | 2004-04-29 20:32:58 +0200 (Thu, 29 Apr 2004) | 2 lines
17517 M /trunk/Makefile.am
17518 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
17520 * Add missing playlistinfo files to OSX target
17522 ------------------------------------------------------------------------
17523 r7555 | zorglub | 2004-04-29 20:27:08 +0200 (Thu, 29 Apr 2004) | 2 lines
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
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
17532 ------------------------------------------------------------------------
17533 r7554 | gbazin | 2004-04-29 17:45:30 +0200 (Thu, 29 Apr 2004) | 1 line
17535 M /trunk/modules/demux/avi/avi.c
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
17541 M /trunk/src/misc/messages.c
17543 Add missing objects descriptions
17545 ------------------------------------------------------------------------
17546 r7552 | hartman | 2004-04-29 17:17:51 +0200 (Thu, 29 Apr 2004) | 2 lines
17548 M /trunk/modules/gui/macosx/intf.m
17549 M /trunk/modules/gui/macosx/vout.m
17551 * Updated the Vout behaviour. Still a bit coupled to p_vout.
17553 ------------------------------------------------------------------------
17554 r7551 | zorglub | 2004-04-29 17:06:50 +0200 (Thu, 29 Apr 2004) | 2 lines
17556 M /trunk/src/misc/vlm.c
17558 Fix segfault on "del"
17560 ------------------------------------------------------------------------
17561 r7550 | hartman | 2004-04-29 16:52:05 +0200 (Thu, 29 Apr 2004) | 2 lines
17563 M /trunk/modules/gui/macosx/intf.m
17565 * remove "Ja Nu!" Didn't i do that before????
17567 ------------------------------------------------------------------------
17568 r7549 | hartman | 2004-04-29 16:49:25 +0200 (Thu, 29 Apr 2004) | 4 lines
17570 M /trunk/src/video_output/vout_intf.c
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.
17576 ------------------------------------------------------------------------
17577 r7548 | gbazin | 2004-04-29 16:48:12 +0200 (Thu, 29 Apr 2004) | 1 line
17579 M /trunk/src/input/input_clock.c
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
17586 M /trunk/modules/demux/avi/avi.c
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
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
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.
17600 ------------------------------------------------------------------------
17601 r7545 | gbazin | 2004-04-29 13:14:48 +0200 (Thu, 29 Apr 2004) | 1 line
17603 M /trunk/src/video_output/video_output.c
17604 M /trunk/src/video_output/vout_intf.c
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
17610 M /trunk/modules/access/dshow/filter.cpp
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
17616 M /trunk/modules/codec/theora.c
17617 M /trunk/modules/mux/ogg.c
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
17623 M /trunk/modules/visualization/xosd.c
17625 Improved the Xosd plugin
17627 ------------------------------------------------------------------------
17628 r7541 | gbazin | 2004-04-28 19:58:26 +0200 (Wed, 28 Apr 2004) | 1 line
17630 M /trunk/modules/codec/theora.c
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
17636 M /trunk/modules/demux/ogg.c
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
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.
17648 ------------------------------------------------------------------------
17649 r7538 | gbazin | 2004-04-28 16:50:26 +0200 (Wed, 28 Apr 2004) | 1 line
17651 M /trunk/modules/control/hotkeys.c
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
17657 M /trunk/po/en_GB.po
17659 * po/en_GB.po: Updated the British English translation.
17661 ------------------------------------------------------------------------
17662 r7536 | gbazin | 2004-04-28 15:29:31 +0200 (Wed, 28 Apr 2004) | 1 line
17664 M /trunk/configure.ac
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
17670 M /trunk/Makefile.am
17671 M /trunk/configure.ac
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
17679 As a quick google search shows, the letter å does not exist in the
17680 Italian alphabet. Therefore, we write "Norvegese Bokmal".
17685 ------------------------------------------------------------------------
17686 r7533 | sam | 2004-04-28 13:44:43 +0200 (Wed, 28 Apr 2004) | 2 lines
17690 * po/it.po: translated "Bokmaal" and "Volapuk" to iso8859-1.
17692 ------------------------------------------------------------------------
17693 r7532 | sam | 2004-04-28 13:20:51 +0200 (Wed, 28 Apr 2004) | 2 lines
17695 M /trunk/debian/changelog
17696 M /trunk/debian/control
17697 M /trunk/debian/rules
17699 * Control files for the official 0.7.2-test1 Debian packages.
17701 ------------------------------------------------------------------------
17702 r7531 | murray | 2004-04-28 10:43:28 +0200 (Wed, 28 Apr 2004) | 7 lines
17706 Updated italian translation for vlc 0.7.2
17708 You will therefore discover that in italian we still call Kalaallisut
17709 "Kalaallisut", that Ndebele, North is "Ndebele del Nord" and many more
17713 ------------------------------------------------------------------------
17714 r7530 | gbazin | 2004-04-28 09:05:10 +0200 (Wed, 28 Apr 2004) | 1 line
17716 M /trunk/modules/codec/ffmpeg/ffmpeg.c
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
17722 M /trunk/modules/gui/wxwindows/interface.cpp
17723 M /trunk/modules/gui/wxwindows/playlist.cpp
17724 M /trunk/modules/gui/wxwindows/wxwindows.h
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
17730 M /trunk/modules/gui/wxwindows/interface.cpp
17731 M /trunk/modules/gui/wxwindows/playlist.cpp
17732 M /trunk/modules/gui/wxwindows/wxwindows.h
17734 * modules/gui/wxwindows/*: drag&drop is not supported on __WXMOTIF__.
17736 ------------------------------------------------------------------------
17737 r7527 | fkuehne | 2004-04-27 22:47:12 +0200 (Tue, 27 Apr 2004) | 4 lines
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
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
17753 M /trunk/po/en_GB.po
17762 M /trunk/po/pt_BR.po
17765 M /trunk/po/vlc.pot
17767 * po/*: updated with latest string reviews.
17768 ------------------------------------------------------------------------
17769 r7525 | hartman | 2004-04-27 20:37:43 +0200 (Tue, 27 Apr 2004) | 2 lines
17771 M /trunk/modules/demux/demux2.c
17773 * ahum, missing avi shortcut :D
17775 ------------------------------------------------------------------------
17776 r7524 | zorglub | 2004-04-27 20:22:49 +0200 (Tue, 27 Apr 2004) | 2 lines
17778 M /trunk/src/misc/vlm.c
17780 Fix VLM item URI assignment
17782 ------------------------------------------------------------------------
17783 r7523 | massiot | 2004-04-27 19:56:39 +0200 (Tue, 27 Apr 2004) | 2 lines
17785 M /trunk/modules/demux/ts.c
17787 * modules/demux/ts.c: Fixed an infinite loop in PATCallBack.
17789 ------------------------------------------------------------------------
17790 r7522 | sam | 2004-04-27 18:35:15 +0200 (Tue, 27 Apr 2004) | 2 lines
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
17841 * Massive spelling corrections.
17843 ------------------------------------------------------------------------
17844 r7521 | sam | 2004-04-27 16:57:37 +0200 (Tue, 27 Apr 2004) | 3 lines
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
17851 * Got rid of more "VideoLAN C*****" references.
17852 * include/vlc_meta.h: s/Url/URL/.
17854 ------------------------------------------------------------------------
17855 r7520 | massiot | 2004-04-27 16:43:44 +0200 (Tue, 27 Apr 2004) | 2 lines
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
17862 Review of sout help strings
17864 ------------------------------------------------------------------------
17865 r7519 | sam | 2004-04-27 11:33:58 +0200 (Tue, 27 Apr 2004) | 4 lines
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
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
17895 ------------------------------------------------------------------------
17896 r7518 | sam | 2004-04-27 11:28:25 +0200 (Tue, 27 Apr 2004) | 3 lines
17898 M /trunk/modules/access/v4l/v4l.c
17900 * modules/access/v4l/v4l.c:
17901 + Fixed possible deadlocks.
17903 ------------------------------------------------------------------------
17904 r7517 | rocky | 2004-04-27 03:04:53 +0200 (Tue, 27 Apr 2004) | 4 lines
17906 M /trunk/modules/codec/ogt/cvd.c
17907 M /trunk/modules/codec/ogt/ogt.c
17909 ogt.c: add object_release for object_find
17910 cvd.c: if spu-channel variable not set, don't bother handling subtitle.
17913 ------------------------------------------------------------------------
17914 r7516 | sam | 2004-04-27 00:04:21 +0200 (Tue, 27 Apr 2004) | 12 lines
17916 M /trunk/debian/changelog
17917 M /trunk/debian/control
17918 M /trunk/debian/rules
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.
17928 + Activated fribidi support.
17929 + Activated CDDA support via libcdio.
17930 + Activated MOD support.
17932 ------------------------------------------------------------------------
17933 r7515 | gbazin | 2004-04-26 23:56:24 +0200 (Mon, 26 Apr 2004) | 1 line
17935 M /trunk/configure.ac
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
17941 M /trunk/src/interface/interface.c
17943 * src/interface/interface.c:
17944 + Only populate the "switch interface" menu with modules that we have.
17946 ------------------------------------------------------------------------
17947 r7513 | gbazin | 2004-04-26 23:34:32 +0200 (Mon, 26 Apr 2004) | 2 lines
17950 M /trunk/po/POTFILES.in
17952 M /trunk/po/en_GB.po
17961 M /trunk/po/pt_BR.po
17964 M /trunk/po/vlc.pot
17966 * ALL: updated for the 0.7.2-test1 release.
17968 ------------------------------------------------------------------------
17969 r7512 | gbazin | 2004-04-26 23:25:11 +0200 (Mon, 26 Apr 2004) | 2 lines
17971 M /trunk/modules/demux/avi/libavi.h
17973 * modules/demux/avi/libavi.h: added h264 fourccs.
17975 ------------------------------------------------------------------------
17976 r7511 | sam | 2004-04-26 23:20:03 +0200 (Mon, 26 Apr 2004) | 4 lines
17978 M /trunk/src/interface/interface.c
17980 * src/interface/interface.c:
17981 + Do not crash miserably if an interface switch failed at the module_Need
17984 ------------------------------------------------------------------------
17985 r7510 | hartman | 2004-04-26 23:14:02 +0200 (Mon, 26 Apr 2004) | 2 lines
17989 * punctuation and spelling fixes
17991 ------------------------------------------------------------------------
17992 r7509 | gbazin | 2004-04-26 23:07:04 +0200 (Mon, 26 Apr 2004) | 1 line
17994 M /trunk/modules/mux/mpeg/ts.c
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
18000 M /trunk/extras/contrib/src/Makefile
18001 M /trunk/extras/contrib/src/Patches/theora.patch
18002 M /trunk/extras/contrib/src/packages.mak
18004 OS X build system fixes
18005 - updated version of speex, theora, libebml, libmatroska
18007 ------------------------------------------------------------------------
18008 r7507 | zorglub | 2004-04-26 22:07:30 +0200 (Mon, 26 Apr 2004) | 5 lines
18010 M /trunk/modules/mux/mpeg/ts.c
18012 Options descriptions for TS muxer
18014 ** FIXME : Unfinished, shaping and use-key-frames are not documented **
18017 ------------------------------------------------------------------------
18018 r7506 | gbazin | 2004-04-26 19:50:44 +0200 (Mon, 26 Apr 2004) | 1 line
18020 M /trunk/modules/demux/avi/avi.c
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
18026 M /trunk/debian/rules
18028 * debian/rules: fixed shell syntax.
18030 ------------------------------------------------------------------------
18031 r7504 | gbazin | 2004-04-26 16:36:13 +0200 (Mon, 26 Apr 2004) | 1 line
18033 M /trunk/modules/gui/wxwindows/video.cpp
18034 M /trunk/modules/gui/wxwindows/wxwindows.cpp
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
18040 M /trunk/modules/codec/Modules.am
18041 M /trunk/modules/stream_out/transrate/Modules.am
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.
18048 ------------------------------------------------------------------------
18049 r7502 | sam | 2004-04-26 15:14:57 +0200 (Mon, 26 Apr 2004) | 4 lines
18051 M /trunk/Makefile.am
18054 + Copy the original ebuild instead of copying it, to allow recursive
18057 ------------------------------------------------------------------------
18058 r7501 | gbazin | 2004-04-26 15:10:09 +0200 (Mon, 26 Apr 2004) | 1 line
18060 M /trunk/modules/gui/wxwindows/video.cpp
18061 M /trunk/modules/gui/wxwindows/wxwindows.cpp
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
18067 M /trunk/modules/video_filter/deinterlace.c
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
18073 M /trunk/modules/gui/wxwindows/video.cpp
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
18079 M /trunk/src/libvlc.h
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
18085 M /trunk/modules/video_output/x11/xcommon.c
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
18091 M /trunk/modules/codec/ffmpeg/encoder.c
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
18097 M /trunk/modules/codec/theora.c
18099 * modules/codec/theora.c: new --sout-theora-quality option.
18101 ------------------------------------------------------------------------
18102 r7494 | gbazin | 2004-04-26 07:48:11 +0200 (Mon, 26 Apr 2004) | 2 lines
18104 M /trunk/modules/codec/ffmpeg/encoder.c
18106 * modules/codec/ffmpeg/encoder.c: fixed aspect ratio.
18108 ------------------------------------------------------------------------
18109 r7493 | gbazin | 2004-04-26 07:26:53 +0200 (Mon, 26 Apr 2004) | 3 lines
18111 M /trunk/modules/codec/ffmpeg/encoder.c
18112 M /trunk/modules/codec/ffmpeg/ffmpeg.c
18114 * modules/codec/ffmpeg/encoder.c: some option names renaming butchery.
18115 + convention is to use '-' in composed option names (not '_').
18117 ------------------------------------------------------------------------
18118 r7492 | hartman | 2004-04-26 02:07:02 +0200 (Mon, 26 Apr 2004) | 2 lines
18120 M /trunk/modules/codec/ogt/cvd.c
18122 * when you use object_find you need to do a object_release as well
18124 ------------------------------------------------------------------------
18125 r7491 | gbazin | 2004-04-25 22:48:54 +0200 (Sun, 25 Apr 2004) | 2 lines
18127 M /trunk/modules/codec/vorbis.c
18129 * modules/codec/vorbis.c: fix for quality setting.
18131 ------------------------------------------------------------------------
18132 r7490 | jpsaman | 2004-04-25 22:25:00 +0200 (Sun, 25 Apr 2004) | 2 lines
18134 M /trunk/configure.ac
18136 Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
18138 ------------------------------------------------------------------------
18139 r7489 | gbazin | 2004-04-25 21:23:40 +0200 (Sun, 25 Apr 2004) | 4 lines
18141 M /trunk/modules/codec/vorbis.c
18143 * modules/codec/vorbis.c:
18144 + added an --sout-vorbis-quality option for VBR encoding.
18145 + new --sout-vorbis-min/max-bitrate options.
18147 ------------------------------------------------------------------------
18148 r7488 | fenrir | 2004-04-25 20:37:47 +0200 (Sun, 25 Apr 2004) | 3 lines
18150 M /trunk/modules/codec/x264.c
18151 M /trunk/src/stream_output/stream_output.c
18153 * x264: compilation fix.
18154 * stream_output.c: sout_ParseCfg warns about unknown option.
18156 ------------------------------------------------------------------------
18157 r7487 | gbazin | 2004-04-25 20:08:13 +0200 (Sun, 25 Apr 2004) | 6 lines
18159 M /trunk/modules/codec/flac.c
18160 M /trunk/modules/stream_out/transcode.c
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.
18168 ------------------------------------------------------------------------
18169 r7486 | gbazin | 2004-04-25 19:33:37 +0200 (Sun, 25 Apr 2004) | 2 lines
18171 M /trunk/modules/stream_out/transcode.c
18173 * modules/stream_out/transcode.c: make acodec/vcodec optional if aenc/venc is specified.
18175 ------------------------------------------------------------------------
18176 r7485 | gbazin | 2004-04-25 19:21:16 +0200 (Sun, 25 Apr 2004) | 2 lines
18178 M /trunk/modules/stream_out/transcode.c
18180 * modules/stream_out/transcode.c: fix for when forcing encoder.
18182 ------------------------------------------------------------------------
18183 r7484 | gbazin | 2004-04-25 19:02:49 +0200 (Sun, 25 Apr 2004) | 3 lines
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
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.
18195 ------------------------------------------------------------------------
18196 r7483 | gbazin | 2004-04-25 18:35:39 +0200 (Sun, 25 Apr 2004) | 5 lines
18198 M /trunk/modules/stream_out/transcode.c
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 ;)
18205 ------------------------------------------------------------------------
18206 r7482 | zorglub | 2004-04-25 18:07:15 +0200 (Sun, 25 Apr 2004) | 2 lines
18209 M /trunk/modules/LIST
18213 ------------------------------------------------------------------------
18214 r7481 | zorglub | 2004-04-25 17:32:28 +0200 (Sun, 25 Apr 2004) | 2 lines
18218 Do not translate wizard strings, and stop ignoring old win32 gui plugin
18220 ------------------------------------------------------------------------
18221 r7480 | asmax | 2004-04-25 17:04:45 +0200 (Sun, 25 Apr 2004) | 2 lines
18223 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
18225 * ctrl_text.cpp: put the control text in the "moving" state initially
18227 ------------------------------------------------------------------------
18228 r7479 | gbazin | 2004-04-25 16:15:29 +0200 (Sun, 25 Apr 2004) | 12 lines
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
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.
18251 ------------------------------------------------------------------------
18252 r7478 | asmax | 2004-04-25 15:35:56 +0200 (Sun, 25 Apr 2004) | 4 lines
18254 M /trunk/modules/gui/wxwindows/dialogs.cpp
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.
18260 ------------------------------------------------------------------------
18261 r7477 | zorglub | 2004-04-25 10:53:52 +0200 (Sun, 25 Apr 2004) | 2 lines
18263 M /trunk/modules/mux/asf.c
18265 Add options descriptions
18267 ------------------------------------------------------------------------
18268 r7476 | zorglub | 2004-04-25 10:45:28 +0200 (Sun, 25 Apr 2004) | 2 lines
18270 M /trunk/modules/access_output/file.c
18271 M /trunk/modules/access_output/http.c
18272 M /trunk/modules/access_output/udp.c
18274 Add option descriptions
18276 ------------------------------------------------------------------------
18277 r7475 | zorglub | 2004-04-25 10:45:01 +0200 (Sun, 25 Apr 2004) | 2 lines
18279 M /trunk/modules/stream_out/rtp.c
18283 ------------------------------------------------------------------------
18284 r7474 | gbazin | 2004-04-25 10:24:24 +0200 (Sun, 25 Apr 2004) | 2 lines
18286 M /trunk/src/stream_output/stream_output.c
18288 * src/stream_output/stream_output.c: small coding style changes.
18290 ------------------------------------------------------------------------
18291 r7473 | sam | 2004-04-25 02:27:12 +0200 (Sun, 25 Apr 2004) | 4 lines
18293 M /trunk/debian/rules
18296 + Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
18297 + Check for .svn directories in addition to CVS.
18299 ------------------------------------------------------------------------
18300 r7472 | sam | 2004-04-25 02:25:49 +0200 (Sun, 25 Apr 2004) | 2 lines
18302 M /trunk/modules/access/dvb/dvb.c
18304 * modules/access/dvb/dvb.c: fixed syntax errors.
18306 ------------------------------------------------------------------------
18307 r7471 | jpsaman | 2004-04-24 18:28:21 +0200 (Sat, 24 Apr 2004) | 1 line
18309 M /trunk/modules/misc/qte_main.cpp
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
18315 M /trunk/modules/stream_out/standard.c
18317 Compilation fix and give option descriptions
18319 ------------------------------------------------------------------------
18320 r7469 | bigben | 2004-04-24 15:16:58 +0200 (Sat, 24 Apr 2004) | 3 lines
18322 M /trunk/modules/video_output/x11/xcommon.c
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).
18327 ------------------------------------------------------------------------
18328 r7468 | gbazin | 2004-04-24 14:49:53 +0200 (Sat, 24 Apr 2004) | 2 lines
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
18335 * modules/stream_out/*: attempt at adding descriptions to the config options.
18337 ------------------------------------------------------------------------
18338 r7467 | fenrir | 2004-04-24 13:34:27 +0200 (Sat, 24 Apr 2004) | 3 lines
18340 M /trunk/modules/stream_out/standard.c
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).
18345 ------------------------------------------------------------------------
18346 r7466 | jpsaman | 2004-04-24 12:18:08 +0200 (Sat, 24 Apr 2004) | 5 lines
18348 M /trunk/modules/access/dvb/access.c
18349 M /trunk/modules/access/dvb/dvb.c
18350 M /trunk/modules/access/dvb/qpsk.c
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
18357 ------------------------------------------------------------------------
18358 r7465 | jpsaman | 2004-04-24 12:03:41 +0200 (Sat, 24 Apr 2004) | 1 line
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
18369 iPaq vlc-0.7.2-test1
18370 ------------------------------------------------------------------------
18371 r7464 | yoann | 2004-04-24 09:27:41 +0200 (Sat, 24 Apr 2004) | 2 lines
18373 M /trunk/src/input/subtitles.c
18375 * input/subtitles.c: first subtitle search path was not used.
18377 ------------------------------------------------------------------------
18378 r7463 | fenrir | 2004-04-24 05:38:10 +0200 (Sat, 24 Apr 2004) | 5 lines
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
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).
18390 ------------------------------------------------------------------------
18391 r7462 | fenrir | 2004-04-24 02:47:04 +0200 (Sat, 24 Apr 2004) | 3 lines
18393 M /trunk/modules/access_output/file.c
18394 M /trunk/modules/access_output/http.c
18395 M /trunk/modules/access_output/udp.c
18397 * all: use sout_ParseCfg.
18398 (udp-sout-caching has been renamed sout-udp-caching).
18400 ------------------------------------------------------------------------
18401 r7461 | fenrir | 2004-04-24 02:18:37 +0200 (Sat, 24 Apr 2004) | 3 lines
18403 M /trunk/modules/mux/mpeg/ts.c
18405 * ts: use sout_ParseCfg. (If people add description to options that
18406 would be pretty cool).
18408 ------------------------------------------------------------------------
18409 r7460 | zorglub | 2004-04-24 01:58:15 +0200 (Sat, 24 Apr 2004) | 2 lines
18411 M /trunk/modules/demux/playlist/m3u.c
18413 Support EXTVLCOPT in the new m3u demuxer
18415 ------------------------------------------------------------------------
18416 r7459 | fenrir | 2004-04-24 01:52:55 +0200 (Sat, 24 Apr 2004) | 2 lines
18418 M /trunk/modules/mux/mp4.c
18420 * mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
18422 ------------------------------------------------------------------------
18423 r7458 | fenrir | 2004-04-24 01:51:46 +0200 (Sat, 24 Apr 2004) | 2 lines
18425 M /trunk/src/stream_output/stream_output.c
18427 * stream_output: fixed bool handling in sout_ParseCfg.
18429 ------------------------------------------------------------------------
18430 r7457 | fenrir | 2004-04-24 01:33:04 +0200 (Sat, 24 Apr 2004) | 3 lines
18432 M /trunk/modules/mux/asf.c
18434 * asf: use sout_ParseCfg and so added
18435 --sout-asf-{title,author,copyright,comment,rating} options.
18437 ------------------------------------------------------------------------
18438 r7456 | fenrir | 2004-04-24 01:31:21 +0200 (Sat, 24 Apr 2004) | 2 lines
18440 M /trunk/src/stream_output/stream_output.c
18442 * stream_output: added bool support (untested).
18444 ------------------------------------------------------------------------
18445 r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
18447 M /trunk/include/stream_output.h
18448 M /trunk/src/stream_output/stream_output.c
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
18453 (Basically it takes an options list that will be 'var_Created' and if present
18454 in sout_cfg_t initialised).
18457 ------------------------------------------------------------------------
18458 r7454 | gbazin | 2004-04-23 22:23:16 +0200 (Fri, 23 Apr 2004) | 3 lines
18460 M /trunk/modules/gui/wxwindows/video.cpp
18461 M /trunk/modules/video_output/x11/xcommon.c
18463 * modules/video_output/x11/xcommon.c,
18464 modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
18466 ------------------------------------------------------------------------
18467 r7453 | gbazin | 2004-04-23 22:01:59 +0200 (Fri, 23 Apr 2004) | 1 line
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
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
18483 M /trunk/modules/video_filter/deinterlace.c
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
18489 M /trunk/modules/codec/x264.c
18490 M /trunk/modules/demux/demux2.c
18491 M /trunk/modules/stream_out/transcode.c
18493 * x264: added aspect support.
18494 * transcode: added H264 codec id.
18495 * demux: added h264 demux shortcut.
18497 ------------------------------------------------------------------------
18498 r7450 | gbazin | 2004-04-23 20:33:51 +0200 (Fri, 23 Apr 2004) | 2 lines
18500 M /trunk/configure.ac
18501 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
18502 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
18504 * ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
18506 ------------------------------------------------------------------------
18507 r7449 | fenrir | 2004-04-23 18:06:57 +0200 (Fri, 23 Apr 2004) | 2 lines
18509 M /trunk/modules/packetizer/h264.c
18511 * h264: fixed nal decoding.
18513 ------------------------------------------------------------------------
18514 r7448 | gbazin | 2004-04-23 17:35:02 +0200 (Fri, 23 Apr 2004) | 1 line
18516 M /trunk/modules/video_output/directx/directx.c
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
18522 M /trunk/modules/gui/macosx/intf.m
18524 * play after loading intf.
18526 ------------------------------------------------------------------------
18527 r7446 | gbazin | 2004-04-23 16:39:57 +0200 (Fri, 23 Apr 2004) | 1 line
18529 M /trunk/modules/video_output/directx/directx.c
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
18535 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
18537 * extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787)
18539 ------------------------------------------------------------------------
18540 r7444 | gbazin | 2004-04-23 15:22:16 +0200 (Fri, 23 Apr 2004) | 1 line
18542 M /trunk/src/libvlc.h
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
18548 M /trunk/src/libvlc.h
18550 * src/libvlc.h: reverted my last change.
18552 ------------------------------------------------------------------------
18553 r7442 | gbazin | 2004-04-23 14:46:34 +0200 (Fri, 23 Apr 2004) | 5 lines
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
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.
18566 ------------------------------------------------------------------------
18567 r7441 | gbazin | 2004-04-23 14:38:04 +0200 (Fri, 23 Apr 2004) | 3 lines
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
18574 * src/*: portability fixes.
18575 * msvc/vlc.dsw: httpd is not a plugin anymore.
18577 ------------------------------------------------------------------------
18578 r7440 | yoann | 2004-04-23 13:56:21 +0200 (Fri, 23 Apr 2004) | 3 lines
18580 M /trunk/src/input/subtitles.c
18581 M /trunk/src/libvlc.h
18583 * src/input/subtitles.c: corrected bug in subtitle detection
18584 * src/libvlc.h: modified subtitle paths for Windows
18586 ------------------------------------------------------------------------
18587 r7439 | gbazin | 2004-04-23 13:38:14 +0200 (Fri, 23 Apr 2004) | 1 line
18589 M /trunk/src/input/es_out.c
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
18595 M /trunk/modules/codec/ffmpeg/encoder.c
18596 M /trunk/modules/codec/ffmpeg/ffmpeg.c
18597 M /trunk/modules/stream_out/transcode.c
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.
18602 ------------------------------------------------------------------------
18603 r7437 | gbazin | 2004-04-23 09:07:20 +0200 (Fri, 23 Apr 2004) | 2 lines
18605 M /trunk/modules/codec/ffmpeg/encoder.c
18607 * modules/codec/ffmpeg/encoder.c: fixed memory leak.
18609 ------------------------------------------------------------------------
18610 r7436 | gbazin | 2004-04-23 08:53:00 +0200 (Fri, 23 Apr 2004) | 2 lines
18612 M /trunk/src/playlist/item-ext.c
18613 M /trunk/src/playlist/item.c
18615 * src/playlist/item.c,item-ext.c: fixed memory leaks.
18617 ------------------------------------------------------------------------
18618 r7435 | gbazin | 2004-04-23 08:32:52 +0200 (Fri, 23 Apr 2004) | 2 lines
18620 M /trunk/src/input/subtitles.c
18622 * src/input/subtitles.c: fixed memory leak.
18624 ------------------------------------------------------------------------
18625 r7434 | gbazin | 2004-04-23 08:25:03 +0200 (Fri, 23 Apr 2004) | 2 lines
18627 M /trunk/src/playlist/item.c
18629 * src/playlist/item.c: fixed memory leak.
18631 ------------------------------------------------------------------------
18632 r7433 | gbazin | 2004-04-23 08:12:30 +0200 (Fri, 23 Apr 2004) | 2 lines
18634 M /trunk/modules/demux/sgimb.c
18636 * modules/demux/sgimb.c: fixed memory leak.
18638 ------------------------------------------------------------------------
18639 r7432 | gbazin | 2004-04-23 07:46:59 +0200 (Fri, 23 Apr 2004) | 2 lines
18641 M /trunk/modules/gui/wxwindows/wxwindows.cpp
18643 * modules/gui/wxwindows/wxwindows.cpp: --wxwin-embed is now the default.
18645 ------------------------------------------------------------------------
18646 r7431 | gbazin | 2004-04-23 07:44:18 +0200 (Fri, 23 Apr 2004) | 2 lines
18648 M /trunk/modules/video_output/x11/xcommon.c
18649 M /trunk/modules/video_output/x11/xcommon.h
18651 * modules/video_output/x11/*: implemented some locking so vout_Control() can be called from another thread.
18653 ------------------------------------------------------------------------
18654 r7430 | gbazin | 2004-04-23 07:27:13 +0200 (Fri, 23 Apr 2004) | 4 lines
18656 M /trunk/doc/Makefile.am
18657 M /trunk/modules/demux/mp4/Modules.am
18658 M /trunk/modules/gui/wxwindows/interface.cpp
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.
18664 ------------------------------------------------------------------------
18665 r7429 | titer | 2004-04-22 23:29:45 +0200 (Thu, 22 Apr 2004) | 2 lines
18667 M /trunk/extras/contrib/src/Makefile
18669 contrib/src/Makefile : typo
18671 ------------------------------------------------------------------------
18672 r7428 | gbazin | 2004-04-22 22:35:25 +0200 (Thu, 22 Apr 2004) | 2 lines
18674 M /trunk/src/audio_output/input.c
18676 * src/audio_output/input.c: too much locking.
18678 ------------------------------------------------------------------------
18679 r7427 | gbazin | 2004-04-22 17:59:05 +0200 (Thu, 22 Apr 2004) | 2 lines
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
18685 * modules/video_output/directx/*: only hide the mouse when in fullscreen.
18687 ------------------------------------------------------------------------
18688 r7426 | fenrir | 2004-04-22 15:19:55 +0200 (Thu, 22 Apr 2004) | 2 lines
18690 M /trunk/modules/demux/mpeg/h264.c
18692 * h264: added a h264-fps option.
18694 ------------------------------------------------------------------------
18695 r7425 | gbazin | 2004-04-22 14:57:56 +0200 (Thu, 22 Apr 2004) | 8 lines
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
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.
18709 ------------------------------------------------------------------------
18710 r7424 | zorglub | 2004-04-22 14:54:05 +0200 (Thu, 22 Apr 2004) | 2 lines
18712 M /trunk/modules/access/pvr/pvr.c
18714 Fix audio and do not read 1 byte without remembering it
18716 ------------------------------------------------------------------------
18717 r7423 | sam | 2004-04-22 11:26:15 +0200 (Thu, 22 Apr 2004) | 2 lines
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
18726 * Added missing SVN properties.
18728 ------------------------------------------------------------------------
18729 r7422 | sam | 2004-04-22 11:08:29 +0200 (Thu, 22 Apr 2004) | 19 lines
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
18738 + Factorized the Xinerama code check.
18739 + If libXv.so is present, ignore libXv_pic.
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.
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).
18756 ------------------------------------------------------------------------
18757 r7421 | fenrir | 2004-04-22 05:25:47 +0200 (Thu, 22 Apr 2004) | 3 lines
18759 M /trunk/modules/demux/mpeg/h264.c
18760 M /trunk/modules/demux/mpeg/system.h
18761 M /trunk/modules/demux/mpeg/ts.c
18763 * mpeg/system.c, ts.c: added h264 to old TS demuxer.
18764 * mpeg/h264.c : use greater packet size.
18766 ------------------------------------------------------------------------
18767 r7420 | fenrir | 2004-04-22 05:18:56 +0200 (Thu, 22 Apr 2004) | 3 lines
18769 M /trunk/modules/codec/Modules.am
18770 A /trunk/modules/codec/x264.c
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.
18775 ------------------------------------------------------------------------
18776 r7419 | fenrir | 2004-04-22 05:14:15 +0200 (Thu, 22 Apr 2004) | 3 lines
18778 M /trunk/modules/codec/ffmpeg/ffmpeg.c
18779 M /trunk/modules/codec/ffmpeg/ffmpeg.h
18781 * ffmpeg: added a ffmpeg-debug option (control libavcodec debug
18784 ------------------------------------------------------------------------
18785 r7418 | fenrir | 2004-04-22 05:04:36 +0200 (Thu, 22 Apr 2004) | 2 lines
18787 M /trunk/configure.ac
18789 * configure: added h264 demuxer and packetizer.
18791 ------------------------------------------------------------------------
18792 r7417 | fenrir | 2004-04-22 05:02:05 +0200 (Thu, 22 Apr 2004) | 5 lines
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
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
18802 * demux/mpeg/h264.c: a raw h264 annexe-B demuxer using the packetizer.
18804 ------------------------------------------------------------------------
18805 r7416 | fenrir | 2004-04-22 04:58:05 +0200 (Thu, 22 Apr 2004) | 2 lines
18807 M /trunk/modules/mux/mpeg/ts.c
18809 * ts.c: allow muxing of h264 stream.
18811 ------------------------------------------------------------------------
18812 r7415 | hartman | 2004-04-22 03:55:45 +0200 (Thu, 22 Apr 2004) | 2 lines
18814 M /trunk/modules/demux/sgimb.c
18816 * Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
18818 ------------------------------------------------------------------------
18819 r7414 | massiot | 2004-04-21 18:00:17 +0200 (Wed, 21 Apr 2004) | 3 lines
18821 M /trunk/modules/packetizer/mpegvideo.c
18823 * modules/packetizer/mpegvideo.c: When a discontinuity is flagged, trash
18824 the whole PES because the contents may be corrupt.
18826 ------------------------------------------------------------------------
18827 r7413 | massiot | 2004-04-21 17:58:50 +0200 (Wed, 21 Apr 2004) | 3 lines
18829 M /trunk/modules/access/pvr/pvr.c
18831 * modules/access/pvr/pvr.c: Code conventions; added :audio= option to
18832 specify the audio bitmask (0xA9 seems a good value).
18834 ------------------------------------------------------------------------
18835 r7412 | massiot | 2004-04-21 17:55:17 +0200 (Wed, 21 Apr 2004) | 4 lines
18837 M /trunk/modules/demux/ts.c
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).
18843 ------------------------------------------------------------------------
18844 r7411 | massiot | 2004-04-21 17:54:09 +0200 (Wed, 21 Apr 2004) | 3 lines
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
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.
18857 ------------------------------------------------------------------------
18858 r7410 | fenrir | 2004-04-21 17:39:16 +0200 (Wed, 21 Apr 2004) | 2 lines
18860 M /trunk/src/misc/block.c
18862 * block: fixed block_Realloc.
18864 ------------------------------------------------------------------------
18865 r7409 | murray | 2004-04-21 17:25:52 +0200 (Wed, 21 Apr 2004) | 2 lines
18871 ------------------------------------------------------------------------
18872 r7408 | sam | 2004-04-21 15:55:48 +0200 (Wed, 21 Apr 2004) | 2 lines
18874 M /trunk/modules/video_filter/deinterlace.c
18876 * modules/video_filter/deinterlace.c: included <altivec.h>.
18878 ------------------------------------------------------------------------
18879 r7407 | murray | 2004-04-21 15:27:52 +0200 (Wed, 21 Apr 2004) | 2 lines
18883 Updated italian translation (rc interface, streaming wizard)
18885 ------------------------------------------------------------------------
18886 r7406 | sam | 2004-04-21 15:23:01 +0200 (Wed, 21 Apr 2004) | 6 lines
18888 M /trunk/configure.ac
18889 M /trunk/modules/misc/memcpy/memcpyaltivec.c
18890 M /trunk/modules/video_chroma/i420_yuy2.c
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.
18898 ------------------------------------------------------------------------
18899 r7405 | gbazin | 2004-04-21 14:13:26 +0200 (Wed, 21 Apr 2004) | 3 lines
18901 M /trunk/modules/demux/m3u.c
18902 M /trunk/modules/misc/playlist/m3u.c
18904 * modules/misc/playlist/m3u.c: save VLC input options with the "#EXTVLCOPT:" tag.
18905 * modules/demux/m3u.c: parse the "#EXTVLCOPT:" tag.
18907 ------------------------------------------------------------------------
18908 r7404 | fenrir | 2004-04-21 12:37:33 +0200 (Wed, 21 Apr 2004) | 4 lines
18910 M /trunk/src/input/input_dec.c
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).
18916 ------------------------------------------------------------------------
18917 r7403 | hartman | 2004-04-21 03:46:41 +0200 (Wed, 21 Apr 2004) | 7 lines
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
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.
18928 --mtu can now be set via :mtu playlist option.\
18931 ------------------------------------------------------------------------
18932 r7402 | anil | 2004-04-20 23:13:52 +0200 (Tue, 20 Apr 2004) | 2 lines
18934 M /trunk/modules/gui/wxwindows/playlist.cpp
18936 * 'Toggle enabled' -> 'Enable/Disable' in the playlist popup menu
18938 ------------------------------------------------------------------------
18939 r7401 | gbazin | 2004-04-20 23:04:08 +0200 (Tue, 20 Apr 2004) | 2 lines
18941 M /trunk/modules/gui/skins2/src/skin_main.cpp
18942 M /trunk/modules/gui/wxwindows/wxwindows.cpp
18944 * modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
18946 ------------------------------------------------------------------------
18947 r7400 | gbazin | 2004-04-20 21:24:03 +0200 (Tue, 20 Apr 2004) | 3 lines
18949 M /trunk/modules/gui/skins2/src/window_manager.cpp
18950 M /trunk/src/libvlc.h
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.
18955 ------------------------------------------------------------------------
18956 r7399 | yoann | 2004-04-20 20:12:42 +0200 (Tue, 20 Apr 2004) | 2 lines
18958 M /trunk/src/libvlc.h
18960 Changed directory separator from '/' to '\' for windows version.
18962 ------------------------------------------------------------------------
18963 r7398 | gbazin | 2004-04-20 19:57:58 +0200 (Tue, 20 Apr 2004) | 5 lines
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
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.
18975 ------------------------------------------------------------------------
18976 r7397 | sam | 2004-04-20 19:27:30 +0200 (Tue, 20 Apr 2004) | 2 lines
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
19008 * Added missing Id to the svn:keywords properties of some files.
19010 ------------------------------------------------------------------------
19011 r7396 | yoann | 2004-04-20 17:54:54 +0200 (Tue, 20 Apr 2004) | 5 lines
19013 M /trunk/src/input/input.c
19014 M /trunk/src/input/subtitles.c
19015 M /trunk/src/libvlc.h
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).
19022 ------------------------------------------------------------------------
19023 r7395 | sam | 2004-04-20 17:17:46 +0200 (Tue, 20 Apr 2004) | 4 lines
19025 M /trunk/configure.ac
19028 + Check for <altivec.h>.
19029 + Test for -maltivec -mabi=altivec in addition to -fvec.
19031 ------------------------------------------------------------------------
19032 r7394 | gbazin | 2004-04-20 17:05:24 +0200 (Tue, 20 Apr 2004) | 6 lines
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
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".
19047 ------------------------------------------------------------------------
19048 r7393 | sam | 2004-04-20 16:31:24 +0200 (Tue, 20 Apr 2004) | 2 lines
19052 * po/es.po: minor translation fix.
19054 ------------------------------------------------------------------------
19055 r7392 | gbazin | 2004-04-20 16:04:56 +0200 (Tue, 20 Apr 2004) | 2 lines
19057 M /trunk/modules/gui/wxwindows/interface.cpp
19059 * modules/gui/wxwindows/interface.cpp: better interface size under gtk.
19061 ------------------------------------------------------------------------
19062 r7391 | gbazin | 2004-04-20 15:34:03 +0200 (Tue, 20 Apr 2004) | 2 lines
19064 M /trunk/modules/gui/wxwindows/interface.cpp
19066 * modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.
19068 ------------------------------------------------------------------------
19069 r7390 | dionoea | 2004-04-20 13:29:36 +0200 (Tue, 20 Apr 2004) | 5 lines
19071 M /trunk/modules/gui/wxwindows/interface.cpp
19072 M /trunk/modules/gui/wxwindows/wxwindows.h
19074 * fixed hue, contrast, gamma, brightness and saturation sliders
19075 * added restore to default settings button (for those sliders)
19079 ------------------------------------------------------------------------
19080 r7389 | andrep | 2004-04-20 06:24:52 +0200 (Tue, 20 Apr 2004) | 5 lines
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
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
19092 ------------------------------------------------------------------------
19093 r7388 | hartman | 2004-04-20 03:00:29 +0200 (Tue, 20 Apr 2004) | 10 lines
19096 M /trunk/Makefile.am
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
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.
19113 ------------------------------------------------------------------------
19114 r7387 | gbazin | 2004-04-20 01:00:57 +0200 (Tue, 20 Apr 2004) | 2 lines
19118 * NEWS: few changes.
19120 ------------------------------------------------------------------------
19121 r7386 | gbazin | 2004-04-19 21:34:15 +0200 (Mon, 19 Apr 2004) | 2 lines
19125 * NEWS: updated with all the changes since the last release.
19127 ------------------------------------------------------------------------
19128 r7385 | titer | 2004-04-19 18:57:39 +0200 (Mon, 19 Apr 2004) | 2 lines
19130 M /trunk/modules/video_filter/deinterlace.c
19132 deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
19134 ------------------------------------------------------------------------
19135 r7384 | andrep | 2004-04-19 17:59:56 +0200 (Mon, 19 Apr 2004) | 51 lines
19137 A /trunk/modules/codec/cmml/HACKING
19139 * Added HACKING file to CMML codec plugin directory, which includes
19140 description of what it does and how it's implemented.
19142 * Overview of the CMML codec:
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.
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.
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>.
19165 * CMML codec usage:
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:
19173 * Hyperlinks are displayed as a subtitle track
19175 * Hyperlinks are followed with the VLC "activate" hotkey (by default,
19176 this is just the Enter key)
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.
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.
19190 ------------------------------------------------------------------------
19191 r7383 | zorglub | 2004-04-19 17:49:25 +0200 (Mon, 19 Apr 2004) | 2 lines
19193 M /trunk/modules/video_output/x11/xcommon.c
19195 Fix crash when vout window is resized to 0 width
19197 ------------------------------------------------------------------------
19198 r7382 | gbazin | 2004-04-19 16:06:42 +0200 (Mon, 19 Apr 2004) | 2 lines
19200 M /trunk/modules/video_output/directx/events.c
19202 * modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
19204 ------------------------------------------------------------------------
19205 r7381 | gbazin | 2004-04-19 14:44:56 +0200 (Mon, 19 Apr 2004) | 2 lines
19207 M /trunk/modules/video_output/directx/events.c
19209 * modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.
19211 ------------------------------------------------------------------------
19212 r7380 | bigben | 2004-04-19 13:50:51 +0200 (Mon, 19 Apr 2004) | 3 lines
19214 M /trunk/modules/access/http.c
19216 adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)
19219 ------------------------------------------------------------------------
19220 r7379 | gbazin | 2004-04-19 12:48:04 +0200 (Mon, 19 Apr 2004) | 3 lines
19222 M /trunk/include/aout_internal.h
19223 M /trunk/src/audio_output/input.c
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().
19228 ------------------------------------------------------------------------
19229 r7378 | fenrir | 2004-04-19 10:27:34 +0200 (Mon, 19 Apr 2004) | 2 lines
19231 M /trunk/src/misc/httpd.c
19233 * httpd: better fix for mmsh.
19235 ------------------------------------------------------------------------
19236 r7377 | andrep | 2004-04-19 04:08:52 +0200 (Mon, 19 Apr 2004) | 3 lines
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
19258 * Added Continuous Media Markup Language (CMML) codec
19261 ------------------------------------------------------------------------
19262 r7376 | andrep | 2004-04-19 03:26:26 +0200 (Mon, 19 Apr 2004) | 3 lines
19264 M /trunk/include/vlc_keys.h
19265 M /trunk/src/libvlc.h
19267 * Add hotkeys to go back/forward in media browsing history
19270 ------------------------------------------------------------------------
19271 r7375 | hartman | 2004-04-19 02:01:51 +0200 (Mon, 19 Apr 2004) | 4 lines
19273 M /trunk/modules/gui/macosx/macosx.m
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.
19279 ------------------------------------------------------------------------
19280 r7374 | gbazin | 2004-04-19 01:35:25 +0200 (Mon, 19 Apr 2004) | 2 lines
19282 M /trunk/src/audio_output/input.c
19284 * src/audio_output/input.c: add goom (if present) to the list of visualization choices.
19286 ------------------------------------------------------------------------
19287 r7373 | gbazin | 2004-04-19 01:08:44 +0200 (Mon, 19 Apr 2004) | 2 lines
19289 M /trunk/modules/visualization/visual/visual.c
19291 * modules/visualization/visual/visual.c: more sanity checks for fail over situations.
19293 ------------------------------------------------------------------------
19294 r7372 | gbazin | 2004-04-19 00:48:23 +0200 (Mon, 19 Apr 2004) | 3 lines
19296 M /trunk/src/input/es_out.c
19297 M /trunk/src/input/input_dec.c
19298 M /trunk/src/input/input_programs.c
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.
19303 ------------------------------------------------------------------------
19304 r7371 | zorglub | 2004-04-18 21:56:58 +0200 (Sun, 18 Apr 2004) | 2 lines
19306 M /trunk/src/stream_output/sap.c
19308 Make the SAP parser happier
19310 ------------------------------------------------------------------------
19311 r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
19313 M /trunk/Makefile.am
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
19332 * ALL: Better announce system
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
19348 * src/misc/net.c : created net_ReadNonBlock
19349 * sap.c : Fixed memory problem
19354 ------------------------------------------------------------------------
19355 r7369 | ipkiss | 2004-04-18 20:11:51 +0200 (Sun, 18 Apr 2004) | 4 lines
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
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
19368 ------------------------------------------------------------------------
19369 r7368 | zorglub | 2004-04-18 20:06:41 +0200 (Sun, 18 Apr 2004) | 3 lines
19371 M /trunk/modules/gui/wxwindows/iteminfo.cpp
19372 M /trunk/modules/gui/wxwindows/wizard.cpp
19373 M /trunk/modules/gui/wxwindows/wxwindows.h
19375 * Some progress on the wizard (still not useable)
19376 * Fixed layout of the item info dialog
19378 ------------------------------------------------------------------------
19379 r7367 | hartman | 2004-04-18 14:18:23 +0200 (Sun, 18 Apr 2004) | 2 lines
19381 M /trunk/doc/translations.txt
19383 * "Where are the .po files?"
19385 ------------------------------------------------------------------------
19386 r7366 | hartman | 2004-04-18 11:58:08 +0200 (Sun, 18 Apr 2004) | 6 lines
19388 M /trunk/modules/misc/sap.c
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)
19396 ------------------------------------------------------------------------
19397 r7365 | hartman | 2004-04-18 02:41:49 +0200 (Sun, 18 Apr 2004) | 5 lines
19399 M /trunk/modules/misc/sap.c
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.
19406 ------------------------------------------------------------------------
19407 r7364 | bigben | 2004-04-17 11:22:41 +0200 (Sat, 17 Apr 2004) | 10 lines
19409 M /trunk/modules/stream_out/announce.c
19410 M /trunk/modules/stream_out/announce.h
19411 M /trunk/modules/stream_out/standard.c
19413 * Little cleanup of sap announces :
19415 - use net_* functions
19416 - use vlc_UrlParse function
19418 change sap_session_t structure : it now includes the sdp packet, which
19419 isn't regenerated each time it is sent.
19423 ------------------------------------------------------------------------
19424 r7363 | fkuehne | 2004-04-16 20:41:00 +0200 (Fri, 16 Apr 2004) | 7 lines
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
19432 M /trunk/src/libvlc.h
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
19444 M /trunk/src/video_output/vout_intf.c
19447 ------------------------------------------------------------------------
19448 r7361 | gbazin | 2004-04-16 15:26:01 +0200 (Fri, 16 Apr 2004) | 2 lines
19450 M /trunk/modules/demux/livedotcom.cpp
19452 * modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
19454 ------------------------------------------------------------------------
19455 r7360 | hartman | 2004-04-16 02:38:57 +0200 (Fri, 16 Apr 2004) | 3 lines
19457 M /trunk/extras/contrib/src/Makefile
19458 M /trunk/extras/contrib/src/packages.mak
19461 * Added openmash targets (not yet enabled, because it doesn't compile yet)
19463 ------------------------------------------------------------------------
19464 r7359 | sigmunau | 2004-04-16 00:45:27 +0200 (Fri, 16 Apr 2004) | 9 lines
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
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.
19480 ------------------------------------------------------------------------
19481 r7358 | sigmunau | 2004-04-16 00:22:55 +0200 (Fri, 16 Apr 2004) | 2 lines
19483 M /trunk/modules/demux/livedotcom.cpp
19485 handle h261 video streams over rtp
19487 ------------------------------------------------------------------------
19488 r7357 | gbazin | 2004-04-16 00:21:41 +0200 (Fri, 16 Apr 2004) | 2 lines
19490 M /trunk/src/misc/block.c
19492 * src/misc/block.c: fixed BlockRealloc()
19494 ------------------------------------------------------------------------
19495 r7356 | fenrir | 2004-04-15 22:27:06 +0200 (Thu, 15 Apr 2004) | 2 lines
19497 M /trunk/modules/control/http.c
19499 * http: fixed some gcc warning.
19501 ------------------------------------------------------------------------
19502 r7355 | fenrir | 2004-04-15 22:25:57 +0200 (Thu, 15 Apr 2004) | 2 lines
19504 M /trunk/src/misc/httpd.c
19506 * httpd: may fix mmsh for vlc.
19508 ------------------------------------------------------------------------
19509 r7354 | gbazin | 2004-04-15 22:01:24 +0200 (Thu, 15 Apr 2004) | 2 lines
19511 M /trunk/modules/visualization/goom.c
19513 * modules/visualization/goom.c: default speed is now set to 6.
19515 ------------------------------------------------------------------------
19516 r7353 | gbazin | 2004-04-15 21:12:20 +0200 (Thu, 15 Apr 2004) | 2 lines
19518 M /trunk/modules/stream_out/transcode.c
19520 * modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.
19522 ------------------------------------------------------------------------
19523 r7352 | fkuehne | 2004-04-15 18:05:59 +0200 (Thu, 15 Apr 2004) | 1 line
19525 M /trunk/po/POTFILES.in
19527 M /trunk/po/en_GB.po
19536 M /trunk/po/pt_BR.po
19539 M /trunk/po/vlc.pot
19541 * ALL: ./toolbox --update-po
19542 ------------------------------------------------------------------------
19543 r7351 | fkuehne | 2004-04-15 18:01:33 +0200 (Thu, 15 Apr 2004) | 1 line
19545 M /trunk/modules/control/rc.c
19547 * added localisation support
19548 ------------------------------------------------------------------------
19549 r7350 | stippi | 2004-04-15 12:46:11 +0200 (Thu, 15 Apr 2004) | 1 line
19551 M /trunk/modules/gui/beos/InterfaceWindow.cpp
19552 M /trunk/modules/gui/beos/MediaControlView.cpp
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
19558 M /trunk/src/misc/httpd.c
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
19564 M /trunk/modules/demux/sgimb.c
19565 M /trunk/src/playlist/playlist.c
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
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
19576 * http interface: media/schedule show page before edit page
19578 ------------------------------------------------------------------------
19579 r7346 | sigmunau | 2004-04-14 17:59:52 +0200 (Wed, 14 Apr 2004) | 2 lines
19581 M /trunk/modules/gui/wxwindows/playlist.cpp
19583 Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781
19585 ------------------------------------------------------------------------
19586 r7345 | garf | 2004-04-14 10:55:34 +0200 (Wed, 14 Apr 2004) | 7 lines
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
19595 * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
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
19602 ------------------------------------------------------------------------
19603 r7344 | gbazin | 2004-04-14 09:09:17 +0200 (Wed, 14 Apr 2004) | 2 lines
19605 M /trunk/modules/access/v4l/v4l.c
19607 * modules/access/v4l/v4l.c: off by one fix by James MacLean.
19609 ------------------------------------------------------------------------
19610 r7343 | andrep | 2004-04-14 08:09:56 +0200 (Wed, 14 Apr 2004) | 4 lines
19612 M /trunk/include/osd.h
19613 M /trunk/src/video_output/video_text.c
19615 * vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
19616 successful and VLC_SUCCESS on success, instead of returning void.
19619 ------------------------------------------------------------------------
19620 r7342 | gbazin | 2004-04-13 16:13:07 +0200 (Tue, 13 Apr 2004) | 3 lines
19622 M /trunk/modules/codec/ffmpeg/encoder.c
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!
19627 ------------------------------------------------------------------------
19628 r7341 | sigmunau | 2004-04-13 16:08:51 +0200 (Tue, 13 Apr 2004) | 3 lines
19630 M /trunk/modules/codec/subsdec.c
19632 modules/codec/subsdec.c:
19633 * strip html-like tags from subtitles
19635 ------------------------------------------------------------------------
19636 r7340 | bigben | 2004-04-13 15:23:26 +0200 (Tue, 13 Apr 2004) | 6 lines
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
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...
19651 ------------------------------------------------------------------------
19652 r7339 | gbazin | 2004-04-13 14:49:14 +0200 (Tue, 13 Apr 2004) | 2 lines
19654 M /trunk/modules/visualization/goom.c
19656 * modules/visualization/goom.c: don't bother including the goom header on win32.
19658 ------------------------------------------------------------------------
19659 r7338 | gbazin | 2004-04-13 12:52:29 +0200 (Tue, 13 Apr 2004) | 2 lines
19661 M /trunk/modules/packetizer/copy.c
19662 M /trunk/modules/packetizer/mpeg4video.c
19664 * modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
19666 ------------------------------------------------------------------------
19667 r7337 | fenrir | 2004-04-13 12:05:59 +0200 (Tue, 13 Apr 2004) | 2 lines
19669 M /trunk/modules/packetizer/mpeg4video.c
19671 * mpeg4video: init i_dts.
19673 ------------------------------------------------------------------------
19674 r7336 | gbazin | 2004-04-12 23:59:28 +0200 (Mon, 12 Apr 2004) | 2 lines
19676 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
19678 * modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
19680 ------------------------------------------------------------------------
19681 r7335 | gbazin | 2004-04-12 23:48:18 +0200 (Mon, 12 Apr 2004) | 3 lines
19683 M /trunk/modules/gui/skins2/src/dialogs.cpp
19684 M /trunk/modules/gui/skins2/x11/x11_factory.cpp
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.
19689 ------------------------------------------------------------------------
19690 r7334 | gbazin | 2004-04-12 23:10:26 +0200 (Mon, 12 Apr 2004) | 2 lines
19692 M /trunk/modules/gui/wxwindows/open.cpp
19694 * modules/gui/wxwindows/open.cpp: bug fix.
19696 ------------------------------------------------------------------------
19697 r7333 | hartman | 2004-04-12 23:01:41 +0200 (Mon, 12 Apr 2004) | 2 lines
19699 M /trunk/modules/gui/macosx/controls.m
19701 * Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
19703 ------------------------------------------------------------------------
19704 r7332 | gbazin | 2004-04-12 22:52:29 +0200 (Mon, 12 Apr 2004) | 2 lines
19706 M /trunk/modules/gui/wxwindows/open.cpp
19708 * modules/gui/wxwindows/open.cpp: compilation fix.
19710 ------------------------------------------------------------------------
19711 r7331 | gbazin | 2004-04-12 22:39:26 +0200 (Mon, 12 Apr 2004) | 2 lines
19713 M /trunk/share/Makefile.am
19715 * share/Makefile.am: skin.dtd was moved.
19717 ------------------------------------------------------------------------
19718 r7330 | gbazin | 2004-04-12 22:30:59 +0200 (Mon, 12 Apr 2004) | 5 lines
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
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).
19730 ------------------------------------------------------------------------
19731 r7329 | ipkiss | 2004-04-12 20:55:07 +0200 (Mon, 12 Apr 2004) | 2 lines
19733 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
19735 * skins2/win32/win32_factory.cpp: Compilation fix
19737 ------------------------------------------------------------------------
19738 r7328 | asmax | 2004-04-12 19:08:58 +0200 (Mon, 12 Apr 2004) | 8 lines
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)
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.
19755 ------------------------------------------------------------------------
19756 r7327 | asmax | 2004-04-12 16:25:15 +0200 (Mon, 12 Apr 2004) | 9 lines
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
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
19776 ------------------------------------------------------------------------
19777 r7326 | ipkiss | 2004-04-12 16:07:57 +0200 (Mon, 12 Apr 2004) | 2 lines
19779 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
19781 * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
19783 ------------------------------------------------------------------------
19784 r7325 | ipkiss | 2004-04-12 15:17:52 +0200 (Mon, 12 Apr 2004) | 2 lines
19786 M /trunk/doc/Doxyfile
19788 * doc/Doxyfile: generate Doxygen documentation for the skins2 module
19790 ------------------------------------------------------------------------
19791 r7324 | gbazin | 2004-04-12 12:44:34 +0200 (Mon, 12 Apr 2004) | 6 lines
19794 M /trunk/modules/access/dshow/dshow.cpp
19795 M /trunk/modules/access/dshow/filter.cpp
19796 M /trunk/modules/access/dshow/filter.h
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.
19804 ------------------------------------------------------------------------
19805 r7323 | gbazin | 2004-04-12 11:52:40 +0200 (Mon, 12 Apr 2004) | 2 lines
19807 M /trunk/modules/gui/wxwindows/menus.cpp
19809 * modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.
19811 ------------------------------------------------------------------------
19812 r7322 | gbazin | 2004-04-12 02:06:59 +0200 (Mon, 12 Apr 2004) | 2 lines
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
19818 * modules/gui/wxwindows/*: improved preferences widgets a bit.
19820 ------------------------------------------------------------------------
19821 r7321 | asmax | 2004-04-11 18:34:04 +0200 (Sun, 11 Apr 2004) | 4 lines
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
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)
19833 ------------------------------------------------------------------------
19834 r7320 | gbazin | 2004-04-11 14:22:06 +0200 (Sun, 11 Apr 2004) | 2 lines
19836 M /trunk/include/vlc_interface.h
19838 * include/vlc_interface.h: forgot that in last commit.
19840 ------------------------------------------------------------------------
19841 r7319 | gbazin | 2004-04-11 14:20:11 +0200 (Sun, 11 Apr 2004) | 4 lines
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
19849 * modules/gui/wxwindows/*:
19850 + added a "Open Capture Device..." menu entry.
19851 + a bit of clean-up.
19853 ------------------------------------------------------------------------
19854 r7318 | anil | 2004-04-10 18:53:57 +0200 (Sat, 10 Apr 2004) | 2 lines
19856 M /trunk/modules/gui/wxwindows/wizard.cpp
19858 * compilation fixes
19860 ------------------------------------------------------------------------
19861 r7317 | hartman | 2004-04-10 14:26:50 +0200 (Sat, 10 Apr 2004) | 2 lines
19863 M /trunk/extras/contrib/src/Makefile
19865 * --enable-gpl needed now for ffmpeg cvs
19867 ------------------------------------------------------------------------
19868 r7316 | zorglub | 2004-04-09 20:16:13 +0200 (Fri, 09 Apr 2004) | 2 lines
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
19877 Beginning of an improved streaming wizard. Do not use at the moment
19879 ------------------------------------------------------------------------
19880 r7315 | gbazin | 2004-04-09 18:03:29 +0200 (Fri, 09 Apr 2004) | 2 lines
19882 M /trunk/modules/stream_out/transcode.c
19884 * modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
19886 ------------------------------------------------------------------------
19887 r7314 | ipkiss | 2004-04-08 23:29:27 +0200 (Thu, 08 Apr 2004) | 2 lines
19889 M /trunk/modules/gui/skins2/win32/win32_window.cpp
19891 Disabled my last changes, since they don't seem to work in all cases.
19893 ------------------------------------------------------------------------
19894 r7313 | gbazin | 2004-04-08 19:54:18 +0200 (Thu, 08 Apr 2004) | 2 lines
19896 M /trunk/modules/gui/wxwindows/menus.cpp
19898 * modules/gui/wxwindows/menus.cpp: fixed segfault.
19900 ------------------------------------------------------------------------
19901 r7312 | ipkiss | 2004-04-08 19:54:03 +0200 (Thu, 08 Apr 2004) | 6 lines
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
19909 * skins2/win32/win32_window.cpp: Transparency works correctly (this is
19910 controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
19912 Note: It is advised to use 255 for the alpha value, otherwise resizing
19913 will be slowed down a lot...
19915 ------------------------------------------------------------------------
19916 r7311 | gbazin | 2004-04-08 17:50:29 +0200 (Thu, 08 Apr 2004) | 2 lines
19918 M /trunk/modules/video_output/directx/directx.c
19920 * modules/video_output/directx/directx.c: apply --video-on-top on start.
19922 ------------------------------------------------------------------------
19923 r7310 | gbazin | 2004-04-08 17:41:56 +0200 (Thu, 08 Apr 2004) | 2 lines
19925 M /trunk/modules/gui/wxwindows/wxwindows.h
19927 * modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
19929 ------------------------------------------------------------------------
19930 r7309 | gbazin | 2004-04-08 17:40:32 +0200 (Thu, 08 Apr 2004) | 4 lines
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
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.
19945 ------------------------------------------------------------------------
19946 r7308 | gbazin | 2004-04-08 14:57:50 +0200 (Thu, 08 Apr 2004) | 3 lines
19948 M /trunk/modules/gui/wxwindows/interface.cpp
19949 M /trunk/modules/gui/wxwindows/menus.cpp
19950 M /trunk/mozilla/vlcshell.cpp
19952 * mozilla/vlcshell.cpp: added fullscreen=yes/no option
19953 * modules/gui/wxwindows/*: fixed auto-generated menus on win32.
19955 ------------------------------------------------------------------------
19956 r7307 | fenrir | 2004-04-08 01:13:03 +0200 (Thu, 08 Apr 2004) | 8 lines
19958 M /trunk/src/input/input_dec.c
19959 M /trunk/src/stream_output/stream_output.c
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
19967 Both will help to allow muxing (nearly?) all frames, even the last ones.
19969 ------------------------------------------------------------------------
19970 r7306 | gbazin | 2004-04-08 00:57:08 +0200 (Thu, 08 Apr 2004) | 2 lines
19972 M /trunk/modules/mux/avi.c
19973 M /trunk/modules/mux/mpeg/pes.c
19975 * modules/mux/*: fixed block_Realloc() typo.
19977 ------------------------------------------------------------------------
19978 r7305 | gbazin | 2004-04-08 00:49:13 +0200 (Thu, 08 Apr 2004) | 2 lines
19980 M /trunk/modules/access_output/file.c
19982 * modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.
19984 ------------------------------------------------------------------------
19985 r7304 | gbazin | 2004-04-08 00:41:57 +0200 (Thu, 08 Apr 2004) | 2 lines
19987 M /trunk/modules/mux/ogg.c
19989 * modules/mug/ogg.c: fixed recent breakage.
19991 ------------------------------------------------------------------------
19992 r7303 | gbazin | 2004-04-07 23:13:35 +0200 (Wed, 07 Apr 2004) | 2 lines
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
19999 * ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
20001 ------------------------------------------------------------------------
20002 r7302 | adn | 2004-04-07 22:10:16 +0200 (Wed, 07 Apr 2004) | 4 lines
20004 M /trunk/share/skins2/default/theme.xml
20010 ------------------------------------------------------------------------
20011 r7301 | gbazin | 2004-04-07 21:48:38 +0200 (Wed, 07 Apr 2004) | 3 lines
20013 M /trunk/modules/gui/wxwindows/interface.cpp
20014 M /trunk/modules/gui/wxwindows/menus.cpp
20015 M /trunk/modules/gui/wxwindows/wxwindows.h
20017 * modules/gui/wxwindows/*: modified the auto-generated menus routines to not
20018 delete/re-create parent menus. That makes wxWindows a lot happier.
20020 ------------------------------------------------------------------------
20021 r7300 | gbazin | 2004-04-07 21:09:38 +0200 (Wed, 07 Apr 2004) | 2 lines
20023 M /trunk/configure.ac
20025 * configure.ac: disable SSE on solaris.
20027 ------------------------------------------------------------------------
20028 r7299 | hartman | 2004-04-07 20:36:00 +0200 (Wed, 07 Apr 2004) | 2 lines
20030 M /trunk/extras/contrib/src/packages.mak
20032 * Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
20034 ------------------------------------------------------------------------
20035 r7298 | fenrir | 2004-04-07 19:47:07 +0200 (Wed, 07 Apr 2004) | 3 lines
20037 M /trunk/modules/demux/asf/asf.c
20038 M /trunk/modules/demux/asf/libasf.c
20040 * asf: added limited support of concatenated files for web radios (only
20041 files without index, seek isn't supported for such stream)
20043 ------------------------------------------------------------------------
20044 r7297 | fenrir | 2004-04-07 19:41:14 +0200 (Wed, 07 Apr 2004) | 3 lines
20046 M /trunk/modules/access/mms/mmsh.c
20047 M /trunk/modules/access/mms/mmsh.h
20049 * mmsh: added support of multiple files streamed with the same url (a
20050 few web radios use that)
20052 ------------------------------------------------------------------------
20053 r7296 | fkuehne | 2004-04-07 13:50:13 +0200 (Wed, 07 Apr 2004) | 2 lines
20055 M /trunk/modules/gui/pda/pda_interface.c
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
20063 M /trunk/modules/visualization/goom.c
20065 * modules/visualization/goom.c:
20068 + new --goom-speed option.
20070 ------------------------------------------------------------------------
20071 r7294 | hartman | 2004-04-07 01:14:44 +0200 (Wed, 07 Apr 2004) | 2 lines
20073 M /trunk/src/libvlc.h
20077 ------------------------------------------------------------------------
20078 r7293 | fkuehne | 2004-04-07 00:04:33 +0200 (Wed, 07 Apr 2004) | 1 line
20080 M /trunk/po/pt_BR.po
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
20086 M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
20088 * x11_graphics: check if the width and height are not null, to avoid
20089 a X11 Bad Value error
20091 ------------------------------------------------------------------------
20092 r7291 | gbazin | 2004-04-06 22:01:28 +0200 (Tue, 06 Apr 2004) | 2 lines
20094 M /trunk/modules/visualization/goom.c
20096 * modules/visualizations/goom.c: added --goom-width/height config variables.
20098 ------------------------------------------------------------------------
20099 r7290 | ipkiss | 2004-04-06 21:56:57 +0200 (Tue, 06 Apr 2004) | 8 lines
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
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.
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).
20114 ------------------------------------------------------------------------
20115 r7289 | fenrir | 2004-04-06 19:32:09 +0200 (Tue, 06 Apr 2004) | 2 lines
20117 M /trunk/modules/access/mms/mmsh.c
20119 * mmsh: fixed first packet handling.
20121 ------------------------------------------------------------------------
20122 r7288 | hartman | 2004-04-06 18:04:03 +0200 (Tue, 06 Apr 2004) | 2 lines
20124 M /trunk/modules/demux/util/sub.c
20125 M /trunk/modules/demux/util/sub.h
20127 * Added subviewer and subviewer v2 support
20129 ------------------------------------------------------------------------
20130 r7287 | gbazin | 2004-04-06 16:16:49 +0200 (Tue, 06 Apr 2004) | 2 lines
20132 M /trunk/modules/gui/wxwindows/wxwindows.h
20134 * modules/gui/wxwindows/wxwindows.h: forgot to remove useless variable.
20136 ------------------------------------------------------------------------
20137 r7286 | gbazin | 2004-04-06 16:15:38 +0200 (Tue, 06 Apr 2004) | 2 lines
20139 M /trunk/modules/gui/wxwindows/bookmarks.cpp
20140 M /trunk/modules/gui/wxwindows/interface.cpp
20141 M /trunk/modules/gui/wxwindows/timer.cpp
20143 * modules/gui/wxwindows/*: changed slider aspect and moved the time display into the statusbar.
20145 ------------------------------------------------------------------------
20146 r7285 | gbazin | 2004-04-06 12:58:41 +0200 (Tue, 06 Apr 2004) | 3 lines
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
20154 * modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
20155 * AUTHORS: updated my entry.
20157 ------------------------------------------------------------------------
20158 r7284 | gbazin | 2004-04-06 12:33:48 +0200 (Tue, 06 Apr 2004) | 2 lines
20160 M /trunk/modules/gui/wxwindows/preferences.cpp
20162 * modules/gui/wxwindows/preferences.cpp: small cosmetic change for win32.
20164 ------------------------------------------------------------------------
20165 r7283 | gbazin | 2004-04-06 12:27:14 +0200 (Tue, 06 Apr 2004) | 2 lines
20167 M /trunk/modules/access/file.c
20169 * modules/access/file.c: fixed bug in concat mode when seeking.
20171 ------------------------------------------------------------------------
20172 r7282 | gbazin | 2004-04-06 11:51:20 +0200 (Tue, 06 Apr 2004) | 2 lines
20174 M /trunk/modules/gui/wxwindows/interface.cpp
20176 * modules/gui/wxwindows/interface.cpp: use wxBORDER_NONE for the volume control.
20178 ------------------------------------------------------------------------
20179 r7281 | gbazin | 2004-04-06 11:00:42 +0200 (Tue, 06 Apr 2004) | 2 lines
20181 M /trunk/modules/gui/wxwindows/interface.cpp
20183 * modules/gui/wxwindows/interface.cpp: display default volume level on start.
20185 ------------------------------------------------------------------------
20186 r7280 | gbazin | 2004-04-06 02:03:20 +0200 (Tue, 06 Apr 2004) | 2 lines
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
20192 * modules/gui/wxwindows/*: integrate the volume control in the toolbar.
20194 ------------------------------------------------------------------------
20195 r7279 | asmax | 2004-04-05 20:26:34 +0200 (Mon, 05 Apr 2004) | 3 lines
20197 M /trunk/modules/gui/skins2/x11/x11_loop.cpp
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)
20202 ------------------------------------------------------------------------
20203 r7278 | gbazin | 2004-04-05 18:09:17 +0200 (Mon, 05 Apr 2004) | 3 lines
20205 M /trunk/modules/codec/ffmpeg/encoder.c
20206 M /trunk/modules/stream_out/transcode.c
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.
20211 ------------------------------------------------------------------------
20212 r7277 | gbazin | 2004-04-05 18:00:54 +0200 (Mon, 05 Apr 2004) | 2 lines
20214 M /trunk/modules/gui/wxwindows/bookmarks.cpp
20216 * modules/gui/wxwindows/bookmarks.cpp: fixes.
20218 ------------------------------------------------------------------------
20219 r7276 | gbazin | 2004-04-04 20:26:20 +0200 (Sun, 04 Apr 2004) | 3 lines
20221 M /trunk/modules/gui/skins2/src/dialogs.cpp
20222 M /trunk/modules/gui/skins2/src/vlcproc.cpp
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.
20227 ------------------------------------------------------------------------
20228 r7275 | fenrir | 2004-04-04 16:50:21 +0200 (Sun, 04 Apr 2004) | 3 lines
20230 M /trunk/modules/access/mms/mmsh.c
20231 M /trunk/modules/access/mms/mmstu.c
20233 * mms: fixed 'Read' function when the header is bigger than the packet
20236 ------------------------------------------------------------------------
20237 r7274 | fenrir | 2004-04-04 16:34:36 +0200 (Sun, 04 Apr 2004) | 4 lines
20239 M /trunk/src/input/input.c
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 ':' )
20245 ------------------------------------------------------------------------
20246 r7273 | ipkiss | 2004-04-04 12:48:04 +0200 (Sun, 04 Apr 2004) | 3 lines
20248 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20250 * skins2: Do not try anymore to display images whose width is 0.
20251 This avoids warnings at run-time on Windows.
20253 ------------------------------------------------------------------------
20254 r7272 | bigben | 2004-04-04 10:17:27 +0200 (Sun, 04 Apr 2004) | 3 lines
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
20261 Add "enable/disable all group items" functions in playlist context menu
20264 ------------------------------------------------------------------------
20265 r7271 | bigben | 2004-04-04 02:30:11 +0200 (Sun, 04 Apr 2004) | 3 lines
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
20274 Adds "Enable/disable item" menu item in playlist contextual menu.
20277 ------------------------------------------------------------------------
20278 r7270 | asmax | 2004-04-04 01:21:47 +0200 (Sun, 04 Apr 2004) | 4 lines
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
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 ;)
20293 ------------------------------------------------------------------------
20294 r7269 | asmax | 2004-04-04 00:18:23 +0200 (Sun, 04 Apr 2004) | 9 lines
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
20305 * x11/x11_display.cpp: the "parent" window now receive structure
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
20314 ------------------------------------------------------------------------
20315 r7268 | bigben | 2004-04-03 22:58:32 +0200 (Sat, 03 Apr 2004) | 4 lines
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
20325 Group selection combo box in stream proprieties dialog. Also allows to create new groups.
20329 ------------------------------------------------------------------------
20330 r7267 | ipkiss | 2004-04-03 22:17:06 +0200 (Sat, 03 Apr 2004) | 3 lines
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
20337 * skins2: when the user click on a window, raise onl this window.
20338 This avoids a flickering when 2 windows are overlapping.
20340 ------------------------------------------------------------------------
20341 r7266 | ipkiss | 2004-04-03 20:47:12 +0200 (Sat, 03 Apr 2004) | 2 lines
20343 M /trunk/modules/gui/skins2/src/skin_main.cpp
20344 M /trunk/modules/gui/skins2/src/theme.cpp
20346 * skins2: do not save the config when changing the skin
20348 ------------------------------------------------------------------------
20349 r7265 | asmax | 2004-04-03 20:16:34 +0200 (Sat, 03 Apr 2004) | 5 lines
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
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)
20360 ------------------------------------------------------------------------
20361 r7264 | asmax | 2004-04-03 19:02:59 +0200 (Sat, 03 Apr 2004) | 4 lines
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
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
20371 ------------------------------------------------------------------------
20372 r7263 | asmax | 2004-04-03 17:30:47 +0200 (Sat, 03 Apr 2004) | 3 lines
20374 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
20376 * ctrl_text.cpp: check if the scrolling is still necessary when the
20377 text is updated (avoid many crashes)
20379 ------------------------------------------------------------------------
20380 r7262 | asmax | 2004-04-03 16:59:15 +0200 (Sat, 03 Apr 2004) | 4 lines
20382 M /trunk/src/playlist/item.c
20383 M /trunk/src/playlist/playlist.c
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
20389 ------------------------------------------------------------------------
20390 r7261 | asmax | 2004-04-03 15:57:46 +0200 (Sat, 03 Apr 2004) | 8 lines
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
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
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)
20412 ------------------------------------------------------------------------
20413 r7260 | fenrir | 2004-04-03 15:33:38 +0200 (Sat, 03 Apr 2004) | 3 lines
20415 M /trunk/modules/codec/ffmpeg/audio.c
20417 *audio.c: aout really doesn't like big audio chunks, so split them.
20418 (it helps a lot with wma).
20420 ------------------------------------------------------------------------
20421 r7259 | ipkiss | 2004-04-03 13:30:26 +0200 (Sat, 03 Apr 2004) | 3 lines
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
20430 * skins2: Added friend classes where appropriate, to reduce the scope of
20433 ------------------------------------------------------------------------
20434 r7258 | asmax | 2004-04-03 12:55:51 +0200 (Sat, 03 Apr 2004) | 3 lines
20436 M /trunk/modules/gui/skins2/utils/ustring.cpp
20438 * ustring.cpp: fixed the operator= (the trailing '\0' was not copied,
20439 leading to invalid memory reads)
20441 ------------------------------------------------------------------------
20442 r7257 | asmax | 2004-04-03 11:21:12 +0200 (Sat, 03 Apr 2004) | 6 lines
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
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
20456 ------------------------------------------------------------------------
20457 r7256 | asmax | 2004-04-03 10:16:49 +0200 (Sat, 03 Apr 2004) | 2 lines
20459 M /trunk/modules/gui/skins2/src/bitmap_font.cpp
20461 * bitmap_font.cpp: fixed the white space character for "text" font
20463 ------------------------------------------------------------------------
20464 r7255 | fenrir | 2004-04-03 03:36:04 +0200 (Sat, 03 Apr 2004) | 2 lines
20466 M /trunk/modules/demux/mp4/libmp4.c
20467 M /trunk/modules/demux/mp4/libmp4.h
20468 M /trunk/modules/demux/mp4/mp4.c
20470 * mp4*: demux -> demux2.
20472 ------------------------------------------------------------------------
20473 r7254 | fenrir | 2004-04-03 03:14:23 +0200 (Sat, 03 Apr 2004) | 2 lines
20475 M /trunk/modules/demux/avi/avi.c
20477 * avi: demux -> demux2.
20479 ------------------------------------------------------------------------
20480 r7253 | fenrir | 2004-04-03 03:02:02 +0200 (Sat, 03 Apr 2004) | 3 lines
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
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)
20490 ------------------------------------------------------------------------
20491 r7252 | murray | 2004-04-02 23:19:43 +0200 (Fri, 02 Apr 2004) | 4 lines
20493 M /trunk/configure.ac
20495 Explicit reference to libpng in the missing XmlTextReader error.
20496 Special thanks to Groniche and Google.
20499 ------------------------------------------------------------------------
20500 r7251 | ipkiss | 2004-04-02 23:00:15 +0200 (Fri, 02 Apr 2004) | 2 lines
20502 M /trunk/modules/gui/wxwindows/interface.cpp
20504 * modules/gui/wxwindows/interface.cpp: small fix for the size of the windows
20506 ------------------------------------------------------------------------
20507 r7250 | gbazin | 2004-04-02 20:54:39 +0200 (Fri, 02 Apr 2004) | 2 lines
20509 M /trunk/modules/gui/wxwindows/wxwindows.h
20511 * modules/gui/wxwindows/wxwindows.h: use a namespace to avoid symbol conflicts.
20513 ------------------------------------------------------------------------
20514 r7249 | gbazin | 2004-04-02 20:32:01 +0200 (Fri, 02 Apr 2004) | 2 lines
20516 M /trunk/modules/video_output/directx/events.c
20518 * modules/video_output/directx/events.c: compilation fix.
20520 ------------------------------------------------------------------------
20521 r7248 | fenrir | 2004-04-02 20:26:35 +0200 (Fri, 02 Apr 2004) | 2 lines
20523 M /trunk/modules/demux/demux2.c
20525 * demux2: added ogg.
20527 ------------------------------------------------------------------------
20528 r7247 | fenrir | 2004-04-02 19:56:14 +0200 (Fri, 02 Apr 2004) | 2 lines
20530 M /trunk/modules/codec/subsdec.c
20532 * subsdec.c: use es_forma_t.subs.psz_encoding if present.
20534 ------------------------------------------------------------------------
20535 r7246 | fenrir | 2004-04-02 19:23:22 +0200 (Fri, 02 Apr 2004) | 4 lines
20537 M /trunk/src/input/input.c
20538 M /trunk/src/input/stream.c
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.
20544 ------------------------------------------------------------------------
20545 r7245 | fenrir | 2004-04-02 18:40:54 +0200 (Fri, 02 Apr 2004) | 2 lines
20547 M /trunk/modules/demux/ogg.c
20549 * ogg : demux -> demux2. It needs more testings.
20551 ------------------------------------------------------------------------
20552 r7244 | fenrir | 2004-04-02 18:17:15 +0200 (Fri, 02 Apr 2004) | 3 lines
20554 M /trunk/modules/demux/ogg.c
20556 * ogg: cosmetics + converted PCR to micro-second unit. (I may
20559 ------------------------------------------------------------------------
20560 r7243 | gbazin | 2004-04-02 18:08:29 +0200 (Fri, 02 Apr 2004) | 6 lines
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
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.
20576 ------------------------------------------------------------------------
20577 r7242 | gbazin | 2004-04-02 16:08:34 +0200 (Fri, 02 Apr 2004) | 2 lines
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
20596 * modules/gui/wxwindows/*: simplified the look&feel of the main interface.
20598 ------------------------------------------------------------------------
20599 r7241 | fenrir | 2004-04-02 15:24:54 +0200 (Fri, 02 Apr 2004) | 2 lines
20601 M /trunk/modules/demux/demux2.c
20603 * demux2: added mpgv and rawdv.
20605 ------------------------------------------------------------------------
20606 r7240 | fenrir | 2004-04-02 15:18:32 +0200 (Fri, 02 Apr 2004) | 2 lines
20608 M /trunk/modules/demux/rawdv.c
20610 * rawdv.c: demux -> demux2. (Untested so may be broken)
20612 ------------------------------------------------------------------------
20613 r7239 | fenrir | 2004-04-02 05:24:53 +0200 (Fri, 02 Apr 2004) | 3 lines
20615 M /trunk/modules/demux/mpeg/m4v.c
20616 M /trunk/modules/demux/mpeg/mpgv.c
20618 * m4v: pts/dts fixes.
20619 * mpgv: demux -> demux2.
20621 ------------------------------------------------------------------------
20622 r7238 | fenrir | 2004-04-02 02:48:29 +0200 (Fri, 02 Apr 2004) | 2 lines
20624 M /trunk/modules/demux/demux2.c
20625 M /trunk/modules/demux/mpeg/m4v.c
20627 * m4v: demux -> demux2.
20629 ------------------------------------------------------------------------
20630 r7237 | fenrir | 2004-04-02 02:38:31 +0200 (Fri, 02 Apr 2004) | 4 lines
20632 M /trunk/include/modules.h
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).
20638 ------------------------------------------------------------------------
20639 r7236 | fenrir | 2004-04-02 02:28:09 +0200 (Fri, 02 Apr 2004) | 2 lines
20641 M /trunk/modules/demux/asf/asf.c
20643 * asf: no DEMUX_SET_TIME...
20645 ------------------------------------------------------------------------
20646 r7235 | fenrir | 2004-04-02 02:26:02 +0200 (Fri, 02 Apr 2004) | 2 lines
20648 M /trunk/modules/demux/mkv.cpp
20650 * mkv: demux -> demux2.
20652 ------------------------------------------------------------------------
20653 r7234 | fenrir | 2004-04-02 02:06:09 +0200 (Fri, 02 Apr 2004) | 2 lines
20655 M /trunk/include/vlc_es.h
20657 * vlc_es.h: AAAHHH I HATE C++, else said: I need to cast malloc.
20659 ------------------------------------------------------------------------
20660 r7233 | fenrir | 2004-04-02 02:00:08 +0200 (Fri, 02 Apr 2004) | 2 lines
20662 M /trunk/include/vlc_es.h
20664 * vlc_es: fixed es_format_Copy. (Duplicate psz_encoding and p_palette).
20666 ------------------------------------------------------------------------
20667 r7232 | fenrir | 2004-04-02 01:21:13 +0200 (Fri, 02 Apr 2004) | 4 lines
20669 M /trunk/modules/demux/nsv.c
20670 M /trunk/modules/demux/pva.c
20671 M /trunk/modules/demux/ts.c
20673 * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME should be
20674 implemented _only_ when it has a high precision.
20677 ------------------------------------------------------------------------
20678 r7231 | fenrir | 2004-04-02 01:19:30 +0200 (Fri, 02 Apr 2004) | 3 lines
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
20685 * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME. should be
20686 implemented _only_ when it has a high precision.
20688 ------------------------------------------------------------------------
20689 r7230 | fenrir | 2004-04-01 23:38:21 +0200 (Thu, 01 Apr 2004) | 2 lines
20691 M /trunk/modules/demux/demux2.c
20693 * demux2: added live.
20695 ------------------------------------------------------------------------
20696 r7229 | fenrir | 2004-04-01 23:37:06 +0200 (Thu, 01 Apr 2004) | 3 lines
20698 M /trunk/modules/demux/livedotcom.cpp
20700 * livedotcom.cpp: demux -> demux2. (Precision in seek will probably be
20701 worst until we completly switch to demux2...)
20703 ------------------------------------------------------------------------
20704 r7228 | ipkiss | 2004-04-01 23:04:43 +0200 (Thu, 01 Apr 2004) | 5 lines
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
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.
20724 ------------------------------------------------------------------------
20725 r7227 | gbazin | 2004-04-01 21:20:21 +0200 (Thu, 01 Apr 2004) | 2 lines
20727 M /trunk/modules/gui/kde/info.cpp
20729 * modules/gui/kde/info.cpp: info_category_t compilation fix.
20731 ------------------------------------------------------------------------
20732 r7226 | hartman | 2004-04-01 20:53:11 +0200 (Thu, 01 Apr 2004) | 2 lines
20734 M /trunk/modules/gui/macosx/info.m
20736 * missed a object_release
20738 ------------------------------------------------------------------------
20739 r7225 | hartman | 2004-04-01 20:21:56 +0200 (Thu, 01 Apr 2004) | 2 lines
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
20746 * Fix p_item etc breakages. Question.. is the seperate fileinfo dialog still useful?
20748 ------------------------------------------------------------------------
20749 r7224 | fenrir | 2004-04-01 19:12:36 +0200 (Thu, 01 Apr 2004) | 2 lines
20751 M /trunk/modules/demux/ts.c
20753 * ts: better handling on PAT version changes.
20755 ------------------------------------------------------------------------
20756 r7223 | gbazin | 2004-04-01 17:50:35 +0200 (Thu, 01 Apr 2004) | 2 lines
20758 M /trunk/modules/gui/wxwindows/bookmarks.cpp
20759 M /trunk/modules/gui/wxwindows/playlist.cpp
20760 M /trunk/modules/gui/wxwindows/wxwindows.h
20762 * modules/gui/wxwindows/*: bookmarks improvements.
20764 ------------------------------------------------------------------------
20765 r7222 | gbazin | 2004-04-01 16:47:45 +0200 (Thu, 01 Apr 2004) | 2 lines
20767 M /trunk/modules/video_output/x11/xcommon.c
20769 * modules/video_output/x11/xcommon.c: compilation fixes.
20771 ------------------------------------------------------------------------
20772 r7221 | titer | 2004-04-01 14:30:07 +0200 (Thu, 01 Apr 2004) | 2 lines
20774 M /trunk/modules/video_chroma/i420_yuy2.c
20776 i420_yuy2.c: fixed AltiVec conversion for unusual image sizes
20778 ------------------------------------------------------------------------
20779 r7220 | gbazin | 2004-04-01 13:16:10 +0200 (Thu, 01 Apr 2004) | 4 lines
20781 M /trunk/modules/video_output/directx/directx.c
20782 M /trunk/modules/video_output/directx/events.c
20783 M /trunk/src/libvlc.h
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.
20789 ------------------------------------------------------------------------
20790 r7219 | zorglub | 2004-04-01 12:01:48 +0200 (Thu, 01 Apr 2004) | 2 lines
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
20804 ------------------------------------------------------------------------
20805 r7218 | zorglub | 2004-04-01 11:20:00 +0200 (Thu, 01 Apr 2004) | 4 lines
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
20816 * modules/demux/playlist : native playlist import
20817 * modules/misc/playlist : native playlist export
20818 * configure.ac : playlist and export need libxml2
20820 ------------------------------------------------------------------------
20821 r7217 | gbazin | 2004-04-01 11:07:37 +0200 (Thu, 01 Apr 2004) | 3 lines
20823 M /trunk/configure.ac
20824 M /trunk/modules/gui/skins2/utils/bezier.cpp
20826 * configure.ac, modules/gui/skins2/utils/bezier.cpp:
20827 + check for lrintf() and fallback on rint().
20829 ------------------------------------------------------------------------
20830 r7216 | rocky | 2004-04-01 10:05:52 +0200 (Thu, 01 Apr 2004) | 2 lines
20832 M /trunk/modules/access/vcdx/vcdplayer.h
20834 vcdplayer_selection2lid not here anymore. It comes from libvcdinfo.
20836 ------------------------------------------------------------------------
20837 r7215 | gbazin | 2004-04-01 09:21:19 +0200 (Thu, 01 Apr 2004) | 2 lines
20839 M /trunk/modules/access/vcdx/access.c
20841 * modules/access/vcdx/access.c: use input_Control(INPUT_ADD_INFO).
20843 ------------------------------------------------------------------------
20844 r7214 | anil | 2004-04-01 01:52:48 +0200 (Thu, 01 Apr 2004) | 2 lines
20846 M /trunk/modules/gui/ncurses/ncurses.c
20850 ------------------------------------------------------------------------
20851 r7213 | gbazin | 2004-04-01 01:09:53 +0200 (Thu, 01 Apr 2004) | 2 lines
20853 M /trunk/src/input/control.c
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.
20857 ------------------------------------------------------------------------
20858 r7212 | gbazin | 2004-04-01 00:55:48 +0200 (Thu, 01 Apr 2004) | 2 lines
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
20867 * modules/gui/*: compilation fixes for the new input_item_t change.
20869 ------------------------------------------------------------------------
20870 r7211 | gbazin | 2004-04-01 00:04:54 +0200 (Thu, 01 Apr 2004) | 2 lines
20872 M /trunk/src/misc/win32_specific.c
20874 * src/misc/win32_specific.c: compilation fix.
20876 ------------------------------------------------------------------------
20877 r7210 | gbazin | 2004-03-31 23:17:22 +0200 (Wed, 31 Mar 2004) | 2 lines
20879 M /trunk/modules/access/dshow/dshow.cpp
20881 * modules/access/dshow/dshow.cpp: compilation fix.
20883 ------------------------------------------------------------------------
20884 r7209 | gbazin | 2004-03-31 22:52:31 +0200 (Wed, 31 Mar 2004) | 6 lines
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
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.
20936 ------------------------------------------------------------------------
20937 r7208 | bigben | 2004-03-31 19:23:11 +0200 (Wed, 31 Mar 2004) | 3 lines
20939 M /trunk/share/Makefile.am
20941 Install new required files for skins2 on make install
20944 ------------------------------------------------------------------------
20945 r7207 | ipkiss | 2004-03-31 17:45:02 +0200 (Wed, 31 Mar 2004) | 2 lines
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
20954 * All: Compilation fixes for Solaris 9, courtesy of Mats Rojestal
20956 ------------------------------------------------------------------------
20957 r7206 | ipkiss | 2004-03-31 13:24:43 +0200 (Wed, 31 Mar 2004) | 2 lines
20959 M /trunk/share/skins2/default/skin.dtd
20961 * skins2 DTD: Removed unused attributes of the Font
20963 ------------------------------------------------------------------------
20964 r7205 | bigben | 2004-03-31 10:05:59 +0200 (Wed, 31 Mar 2004) | 3 lines
20966 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
20967 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
20969 Oups, these ones are for later
20972 ------------------------------------------------------------------------
20973 r7204 | bigben | 2004-03-31 10:00:27 +0200 (Wed, 31 Mar 2004) | 3 lines
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
20979 Also fallis back to C string if UTF8 string fails in proprieties window.
20982 ------------------------------------------------------------------------
20983 r7203 | hartman | 2004-03-31 02:24:22 +0200 (Wed, 31 Mar 2004) | 3 lines
20985 M /trunk/modules/gui/macosx/playlist.m
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.
20990 ------------------------------------------------------------------------
20991 r7202 | bigben | 2004-03-30 22:56:13 +0200 (Tue, 30 Mar 2004) | 6 lines
20993 M /trunk/modules/gui/macosx/playlistinfo.m
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.
20997 This doesn't correct this issue, but at least, it doesn't prevent the item proprieties window from opening anymore.
21001 ------------------------------------------------------------------------
21002 r7201 | bigben | 2004-03-30 21:38:46 +0200 (Tue, 30 Mar 2004) | 3 lines
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
21010 Implements info treeview in the playlist proprieties window
21013 ------------------------------------------------------------------------
21014 r7200 | zorglub | 2004-03-30 19:43:56 +0200 (Tue, 30 Mar 2004) | 2 lines
21016 M /trunk/modules/demux/util/sub.c
21018 Do not delay subtitles twice + Sanity check
21020 ------------------------------------------------------------------------
21021 r7199 | zorglub | 2004-03-30 19:18:48 +0200 (Tue, 30 Mar 2004) | 2 lines
21023 M /trunk/src/input/input.c
21025 Fix 64-bit bug with bookmarks from command line
21027 ------------------------------------------------------------------------
21028 r7198 | adn | 2004-03-30 12:37:44 +0200 (Tue, 30 Mar 2004) | 5 lines
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
21048 Modified a little default skin
21049 -> hiding video window
21052 ------------------------------------------------------------------------
21053 r7197 | fenrir | 2004-03-29 23:34:27 +0200 (Mon, 29 Mar 2004) | 2 lines
21055 M /trunk/modules/demux/livedotcom.cpp
21057 * livedotcom.cpp: lalala.... (compilation fixes).
21059 ------------------------------------------------------------------------
21060 r7196 | fenrir | 2004-03-29 23:29:31 +0200 (Mon, 29 Mar 2004) | 2 lines
21062 M /trunk/modules/demux/wav.c
21063 M /trunk/modules/mux/mpeg/ps.c
21064 M /trunk/modules/mux/mpeg/ts.c
21066 * all: cast of lvalues ...
21068 ------------------------------------------------------------------------
21069 r7195 | fenrir | 2004-03-29 23:26:54 +0200 (Mon, 29 Mar 2004) | 5 lines
21071 M /trunk/modules/mux/ogg.c
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")
21078 ------------------------------------------------------------------------
21079 r7194 | fenrir | 2004-03-29 21:57:07 +0200 (Mon, 29 Mar 2004) | 2 lines
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
21085 * *.h: shut up gcc (cast of lvalue).
21087 ------------------------------------------------------------------------
21088 r7193 | fenrir | 2004-03-29 20:59:51 +0200 (Mon, 29 Mar 2004) | 3 lines
21090 M /trunk/modules/demux/avi/avi.c
21091 M /trunk/modules/demux/livedotcom.cpp
21092 M /trunk/modules/demux/mkv.cpp
21094 * avi: fixed a cast of lvalue.
21095 * livedotcom, mkv: removed all TAB_*.
21097 ------------------------------------------------------------------------
21098 r7192 | fenrir | 2004-03-29 20:58:28 +0200 (Mon, 29 Mar 2004) | 6 lines
21100 M /trunk/include/vlc_common.h
21101 M /trunk/include/vlc_meta.h
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).
21107 * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
21109 ------------------------------------------------------------------------
21110 r7191 | fenrir | 2004-03-29 17:10:36 +0200 (Mon, 29 Mar 2004) | 3 lines
21112 M /trunk/src/input/control.c
21113 M /trunk/src/input/input.c
21115 control: invalid cast in GET_SUBDELAY
21116 input: fixed uninitialised variable (i_microsecondperframe for subs)
21118 ------------------------------------------------------------------------
21119 r7190 | fenrir | 2004-03-29 16:28:00 +0200 (Mon, 29 Mar 2004) | 6 lines
21121 M /trunk/modules/demux/livedotcom.cpp
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).
21129 ------------------------------------------------------------------------
21130 r7189 | fenrir | 2004-03-29 16:25:25 +0200 (Mon, 29 Mar 2004) | 8 lines
21132 M /trunk/include/ninput.h
21133 M /trunk/src/input/stream.c
21135 * stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
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...
21143 ------------------------------------------------------------------------
21144 r7188 | fenrir | 2004-03-29 16:21:47 +0200 (Mon, 29 Mar 2004) | 9 lines
21146 M /trunk/modules/codec/mpeg_audio.c
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)
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 ...)
21157 ------------------------------------------------------------------------
21158 r7187 | fenrir | 2004-03-29 16:17:25 +0200 (Mon, 29 Mar 2004) | 2 lines
21160 M /trunk/modules/stream_out/rtp.c
21162 * rtp: fixed segfault with mux=
21164 ------------------------------------------------------------------------
21165 r7186 | sigmunau | 2004-03-29 13:15:04 +0200 (Mon, 29 Mar 2004) | 2 lines
21167 M /trunk/modules/control/hotkeys.c
21169 fixed "slower" hotkey.
21171 ------------------------------------------------------------------------
21172 r7185 | zorglub | 2004-03-29 09:28:45 +0200 (Mon, 29 Mar 2004) | 16 lines
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
21183 * Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
21185 * Allow to modify subtitle delay on the fly and implement hotkeys
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)
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.
21199 ------------------------------------------------------------------------
21200 r7184 | rocky | 2004-03-29 04:10:04 +0200 (Mon, 29 Mar 2004) | 3 lines
21202 M /trunk/modules/codec/mpeg_audio.c
21204 Populate stream information.
21207 ------------------------------------------------------------------------
21208 r7183 | rocky | 2004-03-29 02:45:53 +0200 (Mon, 29 Mar 2004) | 3 lines
21210 M /trunk/src/input/input_programs.c
21212 Populate "Stream and Media Info"
21215 ------------------------------------------------------------------------
21216 r7182 | rocky | 2004-03-29 02:42:35 +0200 (Mon, 29 Mar 2004) | 1 line
21218 M /trunk/modules/access/vcdx/access.c
21220 Small cosmetic changes
21221 ------------------------------------------------------------------------
21222 r7181 | jpsaman | 2004-03-28 22:25:53 +0200 (Sun, 28 Mar 2004) | 1 line
21224 M /trunk/doc/arm-crosscompile-howto.sgml
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
21230 M /trunk/configure.ac
21231 M /trunk/modules/access/vcdx/vcdplayer.c
21232 M /trunk/modules/access/vcdx/vcdplayer.h
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.)
21239 ------------------------------------------------------------------------
21240 r7179 | titus | 2004-03-28 16:39:03 +0200 (Sun, 28 Mar 2004) | 2 lines
21242 M /trunk/modules/control/http.c
21244 correction of a small bug in the function move
21246 ------------------------------------------------------------------------
21247 r7178 | bigben | 2004-03-28 14:29:42 +0200 (Sun, 28 Mar 2004) | 3 lines
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
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...
21259 ------------------------------------------------------------------------
21260 r7177 | hartman | 2004-03-28 05:16:05 +0200 (Sun, 28 Mar 2004) | 9 lines
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
21267 * src/input/stream.c
21268 - disable stream_ReadLine debug.
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.
21276 ------------------------------------------------------------------------
21277 r7176 | asmax | 2004-03-27 19:04:36 +0100 (Sat, 27 Mar 2004) | 2 lines
21279 M /trunk/modules/gui/skins2/src/bitmap_font.cpp
21281 * bitmap_font.cpp: full support of text bitmap font
21283 ------------------------------------------------------------------------
21284 r7175 | hartman | 2004-03-27 18:36:46 +0100 (Sat, 27 Mar 2004) | 9 lines
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
21294 * src/interface/interface.c
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.
21300 - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
21303 ------------------------------------------------------------------------
21304 r7174 | asmax | 2004-03-27 12:24:24 +0100 (Sat, 27 Mar 2004) | 3 lines
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
21310 * all: beginning of "text" bitmap font support. The text bitmap must have
21311 the following layout: [cf xmms skins ;)]
21313 ------------------------------------------------------------------------
21314 r7173 | asmax | 2004-03-27 01:21:13 +0100 (Sat, 27 Mar 2004) | 10 lines
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
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)
21339 ------------------------------------------------------------------------
21340 r7172 | zorglub | 2004-03-26 14:20:57 +0100 (Fri, 26 Mar 2004) | 2 lines
21342 M /trunk/modules/visualization/visual/visual.c
21344 Spectrum is default enabled
21346 ------------------------------------------------------------------------
21347 r7171 | gbazin | 2004-03-26 10:35:10 +0100 (Fri, 26 Mar 2004) | 2 lines
21349 M /trunk/src/input/control.c
21351 * src/input/control.c: fixed INPUT_DEL_BOOKMARK.
21353 ------------------------------------------------------------------------
21354 r7170 | fenrir | 2004-03-26 00:07:19 +0100 (Fri, 26 Mar 2004) | 2 lines
21356 M /trunk/modules/codec/ffmpeg/video.c
21358 * video: disable direct rendering for h264.
21360 ------------------------------------------------------------------------
21361 r7169 | sam | 2004-03-25 23:45:59 +0100 (Thu, 25 Mar 2004) | 3 lines
21366 + Work around a Solaris sh issue preventing ${foo%%bar} constructs.
21368 ------------------------------------------------------------------------
21369 r7168 | hartman | 2004-03-25 21:25:04 +0100 (Thu, 25 Mar 2004) | 2 lines
21371 M /trunk/modules/gui/macosx/applescript.m
21373 * VLC couldn't handle external links since the playlist API changes. FIXED
21375 ------------------------------------------------------------------------
21376 r7167 | fenrir | 2004-03-25 15:00:33 +0100 (Thu, 25 Mar 2004) | 2 lines
21378 M /trunk/include/codecs.h
21380 * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
21382 ------------------------------------------------------------------------
21383 r7166 | fenrir | 2004-03-25 14:48:51 +0100 (Thu, 25 Mar 2004) | 2 lines
21385 M /trunk/modules/packetizer/mpeg4video.c
21387 * mpeg4video.c: added m4cc/M4CC.
21389 ------------------------------------------------------------------------
21390 r7165 | gbazin | 2004-03-25 12:51:24 +0100 (Thu, 25 Mar 2004) | 5 lines
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
21396 * modules/video_output/directx/*:
21397 + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
21398 + Implemented vout_Control()
21399 + Fixed potential division by 0
21401 ------------------------------------------------------------------------
21402 r7164 | zorglub | 2004-03-25 12:50:33 +0100 (Thu, 25 Mar 2004) | 3 lines
21404 M /trunk/modules/gui/wxwindows/playlist.cpp
21406 Don't save an empty playlist
21407 Fix refcount problem
21409 ------------------------------------------------------------------------
21410 r7163 | gbazin | 2004-03-25 10:47:19 +0100 (Thu, 25 Mar 2004) | 2 lines
21412 M /trunk/po/POTFILES.in
21414 * po/POTFILES.in: updated.
21416 ------------------------------------------------------------------------
21417 r7162 | fenrir | 2004-03-25 02:01:58 +0100 (Thu, 25 Mar 2004) | 2 lines
21419 M /trunk/modules/demux/real.c
21421 * real: added support for aac codec.
21423 ------------------------------------------------------------------------
21424 r7161 | gbazin | 2004-03-25 01:18:51 +0100 (Thu, 25 Mar 2004) | 2 lines
21426 M /trunk/modules/gui/wxwindows/video.cpp
21428 * modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
21430 ------------------------------------------------------------------------
21431 r7160 | gbazin | 2004-03-24 23:53:36 +0100 (Wed, 24 Mar 2004) | 6 lines
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
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.
21445 ------------------------------------------------------------------------
21446 r7159 | ipkiss | 2004-03-24 23:10:56 +0100 (Wed, 24 Mar 2004) | 3 lines
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
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
21458 ------------------------------------------------------------------------
21459 r7158 | ipkiss | 2004-03-24 12:24:46 +0100 (Wed, 24 Mar 2004) | 2 lines
21461 M /trunk/modules/gui/wxwindows/video.cpp
21465 ------------------------------------------------------------------------
21466 r7157 | massiot | 2004-03-24 11:18:34 +0100 (Wed, 24 Mar 2004) | 3 lines
21468 M /trunk/modules/mux/mpeg/ts.c
21470 * ts muxer: added a no-crypt-audio option for people who do not want to crypt
21473 ------------------------------------------------------------------------
21474 r7156 | massiot | 2004-03-24 11:17:50 +0100 (Wed, 24 Mar 2004) | 2 lines
21476 M /trunk/modules/mux/mpeg/csa.c
21478 * csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
21480 ------------------------------------------------------------------------
21481 r7155 | gbazin | 2004-03-24 00:52:04 +0100 (Wed, 24 Mar 2004) | 6 lines
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
21492 * modules/gui/wxwindows/*:
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.
21498 ------------------------------------------------------------------------
21499 r7154 | gbazin | 2004-03-24 00:46:26 +0100 (Wed, 24 Mar 2004) | 2 lines
21501 M /trunk/modules/video_output/x11/xcommon.c
21503 * modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
21505 ------------------------------------------------------------------------
21506 r7153 | gbazin | 2004-03-24 00:44:49 +0100 (Wed, 24 Mar 2004) | 9 lines
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
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.
21526 * src/video_output/*:
21527 + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
21528 + new --video-x/y config options
21530 ------------------------------------------------------------------------
21531 r7152 | gbazin | 2004-03-24 00:30:49 +0100 (Wed, 24 Mar 2004) | 2 lines
21533 M /trunk/src/misc/variables.c
21535 * src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
21537 ------------------------------------------------------------------------
21538 r7151 | gbazin | 2004-03-24 00:28:02 +0100 (Wed, 24 Mar 2004) | 2 lines
21540 M /trunk/modules/codec/ffmpeg/encoder.c
21542 * modules/codec/ffmpeg/encoder.c: removed unused stuff.
21544 ------------------------------------------------------------------------
21545 r7150 | gbazin | 2004-03-24 00:26:36 +0100 (Wed, 24 Mar 2004) | 2 lines
21547 M /trunk/modules/demux/dvdnav.c
21549 * modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
21551 ------------------------------------------------------------------------
21552 r7149 | ipkiss | 2004-03-23 22:03:20 +0100 (Tue, 23 Mar 2004) | 2 lines
21554 M /trunk/share/skins2/default/skin.dtd
21556 * skins2: Fixed broken DTD
21558 ------------------------------------------------------------------------
21559 r7148 | hartman | 2004-03-23 21:47:06 +0100 (Tue, 23 Mar 2004) | 3 lines
21561 M /trunk/modules/demux/mpeg/ts.c
21563 * Check if dvbpsi_DecodeISO639Dr fails.
21566 ------------------------------------------------------------------------
21567 r7147 | fenrir | 2004-03-23 12:02:48 +0100 (Tue, 23 Mar 2004) | 2 lines
21569 M /trunk/modules/stream_out/duplicate.c
21571 * duplicate: fixed a bug with noes.
21573 ------------------------------------------------------------------------
21574 r7146 | gbazin | 2004-03-23 10:44:44 +0100 (Tue, 23 Mar 2004) | 3 lines
21576 M /trunk/modules/gui/skins2/Modules.am
21577 M /trunk/share/Makefile.am
21579 * share/Makefile.am: added default skins2 theme and vlm http files.
21580 * modules/gui/skins2/Modules.am: removed old skins2 theme.
21582 ------------------------------------------------------------------------
21583 r7145 | jlj | 2004-03-22 23:53:11 +0100 (Mon, 22 Mar 2004) | 3 lines
21585 M /trunk/configure.ac
21586 M /trunk/modules/demux/ogg.c
21588 * ALL: compile fixes.
21591 ------------------------------------------------------------------------
21592 r7144 | fenrir | 2004-03-22 23:14:27 +0100 (Mon, 22 Mar 2004) | 2 lines
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
21599 * vlm/* : begining of vlm http interface pages.
21601 ------------------------------------------------------------------------
21602 r7143 | ipkiss | 2004-03-22 22:18:12 +0100 (Mon, 22 Mar 2004) | 4 lines
21604 M /trunk/modules/gui/skins2/win32/win32_loop.cpp
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.
21610 ------------------------------------------------------------------------
21611 r7142 | ipkiss | 2004-03-22 21:54:35 +0100 (Mon, 22 Mar 2004) | 2 lines
21613 M /trunk/Makefile.am
21615 * Makefile.am: Fixed the win32 packaging of the default skin2
21617 ------------------------------------------------------------------------
21618 r7141 | asmax | 2004-03-22 21:38:15 +0100 (Mon, 22 Mar 2004) | 3 lines
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
21629 * all : skeleton of a future bitmap font support
21630 * skin.dtd : new BitmapFont element
21632 ------------------------------------------------------------------------
21633 r7140 | fenrir | 2004-03-22 18:58:24 +0100 (Mon, 22 Mar 2004) | 2 lines
21635 M /trunk/modules/control/http.c
21637 * http: implemented vlm_save/load.
21639 ------------------------------------------------------------------------
21640 r7139 | fenrir | 2004-03-22 18:56:54 +0100 (Mon, 22 Mar 2004) | 2 lines
21642 M /trunk/src/misc/vlm.c
21644 * vlm: fixed some segfaults.
21646 ------------------------------------------------------------------------
21647 r7138 | gbazin | 2004-03-22 16:19:12 +0100 (Mon, 22 Mar 2004) | 3 lines
21649 M /trunk/modules/codec/libmpeg2.c
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).
21654 ------------------------------------------------------------------------
21655 r7137 | fenrir | 2004-03-22 13:33:29 +0100 (Mon, 22 Mar 2004) | 2 lines
21657 M /trunk/include/vlc_httpd.h
21658 M /trunk/src/misc/httpd.c
21660 * all: forgot to commit theses files.
21662 ------------------------------------------------------------------------
21663 r7136 | gbazin | 2004-03-22 13:12:02 +0100 (Mon, 22 Mar 2004) | 2 lines
21665 M /trunk/modules/control/Modules.am
21667 * modules/control/Modules.am: added telnet module.
21669 ------------------------------------------------------------------------
21670 r7135 | garf | 2004-03-22 13:04:03 +0100 (Mon, 22 Mar 2004) | 2 lines
21672 M /trunk/modules/control/http.c
21674 * http.c: vlm_error
21676 ------------------------------------------------------------------------
21677 r7134 | gbazin | 2004-03-22 11:18:22 +0100 (Mon, 22 Mar 2004) | 2 lines
21679 M /trunk/src/misc/modules.c
21681 * src/misc/modules.c: compilation fix.
21683 ------------------------------------------------------------------------
21684 r7133 | fenrir | 2004-03-22 04:08:27 +0100 (Mon, 22 Mar 2004) | 2 lines
21686 M /trunk/src/misc/vlm.c
21688 * vlm: better vlm_Show.
21690 ------------------------------------------------------------------------
21691 r7132 | fenrir | 2004-03-22 03:58:57 +0100 (Mon, 22 Mar 2004) | 2 lines
21693 M /trunk/modules/control/http.c
21695 * http.c: fixes about vlm.
21697 ------------------------------------------------------------------------
21698 r7131 | hartman | 2004-03-21 23:53:18 +0100 (Sun, 21 Mar 2004) | 2 lines
21700 M /trunk/include/codecs.h
21702 * fix avi dts support
21704 ------------------------------------------------------------------------
21705 r7130 | fenrir | 2004-03-21 23:35:58 +0100 (Sun, 21 Mar 2004) | 2 lines
21707 M /trunk/modules/codec/libmpeg2.c
21709 * libmpeg2: handle invalid aspect as square one.
21711 ------------------------------------------------------------------------
21712 r7129 | fenrir | 2004-03-21 23:03:42 +0100 (Sun, 21 Mar 2004) | 3 lines
21714 M /trunk/modules/stream_out/rtp.c
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).
21719 ------------------------------------------------------------------------
21720 r7128 | asmax | 2004-03-21 21:39:43 +0100 (Sun, 21 Mar 2004) | 4 lines
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)
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
21731 ------------------------------------------------------------------------
21732 r7127 | asmax | 2004-03-21 21:19:18 +0100 (Sun, 21 Mar 2004) | 2 lines
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
21738 * added a fonts directory
21740 ------------------------------------------------------------------------
21741 r7126 | asmax | 2004-03-21 21:01:24 +0100 (Sun, 21 Mar 2004) | 4 lines
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
21753 * moved the default skins2 theme in share/skins2/default/
21754 * all: added a "tooltipfont" element in the <Theme> tag (unused at the
21757 ------------------------------------------------------------------------
21758 r7125 | hartman | 2004-03-21 20:45:42 +0100 (Sun, 21 Mar 2004) | 2 lines
21760 M /trunk/modules/control/telnet.c
21761 M /trunk/modules/misc/screensaver.c
21763 Two description strings corrected
21765 ------------------------------------------------------------------------
21766 r7124 | hartman | 2004-03-21 20:36:47 +0100 (Sun, 21 Mar 2004) | 2 lines
21768 M /trunk/modules/demux/mkv.cpp
21770 * Spelling correction
21772 ------------------------------------------------------------------------
21773 r7123 | fenrir | 2004-03-21 16:09:21 +0100 (Sun, 21 Mar 2004) | 2 lines
21775 M /trunk/Makefile.am
21777 * Makefile.am: compile vlm.c ...
21779 ------------------------------------------------------------------------
21780 r7122 | massiot | 2004-03-21 13:50:14 +0100 (Sun, 21 Mar 2004) | 2 lines
21782 M /trunk/modules/demux/mkv.cpp
21784 * modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
21786 ------------------------------------------------------------------------
21787 r7121 | fenrir | 2004-03-21 13:29:31 +0100 (Sun, 21 Mar 2004) | 2 lines
21789 M /trunk/Makefile.am
21790 M /trunk/configure.ac
21792 * all: changes for vlm move.
21794 ------------------------------------------------------------------------
21795 r7120 | fenrir | 2004-03-21 13:26:20 +0100 (Sun, 21 Mar 2004) | 3 lines
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)
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).
21809 ------------------------------------------------------------------------
21810 r7119 | garf | 2004-03-20 14:19:58 +0100 (Sat, 20 Mar 2004) | 2 lines
21812 M /trunk/modules/control/telnet/vlm.c
21814 * vlm.c: little bug fix for stop command
21816 ------------------------------------------------------------------------
21817 r7118 | fenrir | 2004-03-19 17:33:55 +0100 (Fri, 19 Mar 2004) | 2 lines
21819 M /trunk/modules/demux/ts.c
21821 * ts.c: do not use packetizer for ms-codec streams.
21823 ------------------------------------------------------------------------
21824 r7117 | fenrir | 2004-03-19 17:33:11 +0100 (Fri, 19 Mar 2004) | 2 lines
21826 M /trunk/modules/demux/nsv.c
21828 * nsv: fixed unused variable warnings.
21830 ------------------------------------------------------------------------
21831 r7116 | fenrir | 2004-03-19 17:32:06 +0100 (Fri, 19 Mar 2004) | 2 lines
21833 M /trunk/modules/demux/real.c
21835 * real: fixed unused variable warnings.
21837 ------------------------------------------------------------------------
21838 r7115 | fenrir | 2004-03-19 17:31:13 +0100 (Fri, 19 Mar 2004) | 2 lines
21840 M /trunk/modules/demux/asf/asf.c
21842 * asf :demux -> demux2.
21844 ------------------------------------------------------------------------
21845 r7114 | fenrir | 2004-03-19 17:30:09 +0100 (Fri, 19 Mar 2004) | 2 lines
21847 M /trunk/modules/demux/avi/Modules.am
21849 * Modules: removed avi.h
21851 ------------------------------------------------------------------------
21852 r7113 | fenrir | 2004-03-19 17:29:39 +0100 (Fri, 19 Mar 2004) | 2 lines
21854 M /trunk/modules/demux/avi/avi.c
21855 D /trunk/modules/demux/avi/avi.h
21859 ------------------------------------------------------------------------
21860 r7112 | fenrir | 2004-03-19 17:27:52 +0100 (Fri, 19 Mar 2004) | 3 lines
21862 M /trunk/src/input/demux.c
21864 * demux: demux2_New -> try to start faster selecting the right demuxer
21865 based to extension (others demuxers will still be probed if needed).
21867 ------------------------------------------------------------------------
21868 r7111 | hartman | 2004-03-19 01:52:33 +0100 (Fri, 19 Mar 2004) | 2 lines
21870 M /trunk/modules/access/directory.c
21874 ------------------------------------------------------------------------
21875 r7110 | hartman | 2004-03-19 01:35:21 +0100 (Fri, 19 Mar 2004) | 7 lines
21877 M /trunk/modules/access/directory.c
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.
21886 ------------------------------------------------------------------------
21887 r7109 | hartman | 2004-03-18 22:48:36 +0100 (Thu, 18 Mar 2004) | 4 lines
21889 M /trunk/modules/access/directory.c
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
21895 ------------------------------------------------------------------------
21896 r7108 | garf | 2004-03-18 19:29:36 +0100 (Thu, 18 Mar 2004) | 3 lines
21898 M /trunk/modules/control/telnet/telnet.c
21899 M /trunk/modules/control/telnet/vlm.c
21900 M /trunk/modules/control/telnet/vlm.h
21902 * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
21903 telnet interface (will be useful for http vlm interface).
21905 ------------------------------------------------------------------------
21906 r7107 | jlj | 2004-03-18 17:53:56 +0100 (Thu, 18 Mar 2004) | 3 lines
21908 M /trunk/modules/audio_output/hd1000a.cpp
21910 * hd1000a: channel reordering
21913 ------------------------------------------------------------------------
21914 r7106 | jlj | 2004-03-18 16:42:20 +0100 (Thu, 18 Mar 2004) | 3 lines
21916 M /trunk/configure.ac
21917 M /trunk/modules/audio_output/Modules.am
21918 A /trunk/modules/audio_output/hd1000a.cpp
21920 * Roku HD1000 audio output.
21923 ------------------------------------------------------------------------
21924 r7105 | rocky | 2004-03-18 03:12:08 +0100 (Thu, 18 Mar 2004) | 3 lines
21926 M /trunk/src/libvlc.h
21928 Correct MRL syntax.
21931 ------------------------------------------------------------------------
21932 r7104 | rocky | 2004-03-18 03:08:12 +0100 (Thu, 18 Mar 2004) | 4 lines
21934 M /trunk/modules/gui/wxwindows/open.cpp
21936 Allow setting the subtitle track from the VCD tab (by usurping the
21940 ------------------------------------------------------------------------
21941 r7103 | gbazin | 2004-03-17 21:13:54 +0100 (Wed, 17 Mar 2004) | 4 lines
21943 M /trunk/modules/video_output/directx/events.c
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.
21949 ------------------------------------------------------------------------
21950 r7102 | rocky | 2004-03-17 05:05:25 +0100 (Wed, 17 Mar 2004) | 9 lines
21952 M /trunk/modules/codec/ogt/ogt.c
21953 M /trunk/modules/demux/mpeg/system.c
21955 Menu selection of subtitles for CVD and OGT handled properly.
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
21961 ogt.c: Allow for dynamic switching/selection of subtitles.
21964 ------------------------------------------------------------------------
21965 r7101 | hartman | 2004-03-17 02:54:00 +0100 (Wed, 17 Mar 2004) | 2 lines
21967 M /trunk/vlc.ebuild
21971 ------------------------------------------------------------------------
21972 r7100 | hartman | 2004-03-17 02:33:34 +0100 (Wed, 17 Mar 2004) | 8 lines
21974 M /trunk/vlc.ebuild
21976 * Updated the ebuild.
21978 - uses the new ffmpeg + postproc installation fixed ebuild
21979 - uses live.com from portage instead of local
21981 - added pvr and satellite keywords
21982 - other stuff i don't remember atm.
21984 ------------------------------------------------------------------------
21985 r7099 | gbazin | 2004-03-16 23:41:52 +0100 (Tue, 16 Mar 2004) | 2 lines
21987 M /trunk/configure.ac
21989 * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
21991 ------------------------------------------------------------------------
21992 r7098 | fkuehne | 2004-03-16 22:04:18 +0100 (Tue, 16 Mar 2004) | 1 line
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
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
22003 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
22005 * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
22006 fixed a bug in drawRect()
22008 ------------------------------------------------------------------------
22009 r7096 | hartman | 2004-03-16 21:06:44 +0100 (Tue, 16 Mar 2004) | 2 lines
22011 M /trunk/modules/gui/macosx/vout.m
22013 * Fixed a crash with blank opengl effect paramerter
22015 ------------------------------------------------------------------------
22016 r7095 | fenrir | 2004-03-16 19:46:40 +0100 (Tue, 16 Mar 2004) | 2 lines
22018 M /trunk/modules/demux/mkv.cpp
22020 * mkv.cpp: one more fix for playback of broken file.
22022 ------------------------------------------------------------------------
22023 r7094 | fenrir | 2004-03-16 19:45:26 +0100 (Tue, 16 Mar 2004) | 2 lines
22025 M /trunk/modules/demux/mkv.cpp
22027 * mkv.cpp: fixed playback of broken file.
22029 ------------------------------------------------------------------------
22030 r7093 | titus | 2004-03-16 11:55:02 +0100 (Tue, 16 Mar 2004) | 2 lines
22032 M /trunk/modules/control/http.c
22033 M /trunk/share/http/index.html
22035 Move playlist item in the interface http
22037 ------------------------------------------------------------------------
22038 r7092 | bigben | 2004-03-16 08:33:08 +0100 (Tue, 16 Mar 2004) | 3 lines
22040 A /trunk/modules/gui/macosx/playlistinfo.h
22041 A /trunk/modules/gui/macosx/playlistinfo.m
22046 ------------------------------------------------------------------------
22047 r7091 | bigben | 2004-03-16 00:15:48 +0100 (Tue, 16 Mar 2004) | 4 lines
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
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.
22062 ------------------------------------------------------------------------
22063 r7090 | bigben | 2004-03-15 20:33:18 +0100 (Mon, 15 Mar 2004) | 4 lines
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
22095 Make the playlist info window a new object
22099 ------------------------------------------------------------------------
22100 r7089 | zorglub | 2004-03-15 18:06:17 +0100 (Mon, 15 Mar 2004) | 2 lines
22102 M /trunk/include/vlc_help.h
22103 M /trunk/include/vlc_interface.h
22105 Add description for demux2 (Closes:#1780)
22107 ------------------------------------------------------------------------
22108 r7088 | gbazin | 2004-03-15 10:33:57 +0100 (Mon, 15 Mar 2004) | 2 lines
22110 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22112 * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
22114 ------------------------------------------------------------------------
22115 r7087 | rocky | 2004-03-15 05:22:39 +0100 (Mon, 15 Mar 2004) | 6 lines
22117 M /trunk/modules/access/vcdx/access.c
22118 M /trunk/modules/codec/ogt/cvd.c
22119 M /trunk/modules/codec/ogt/ogt.c
22121 CVD subtitle selection works via front-end spu-es variable changes.
22122 SVCD subtitles still can only be changed via --spu-channel.
22124 The video subtitle menu titles for both is a bit whacked out.
22127 ------------------------------------------------------------------------
22128 r7086 | rocky | 2004-03-15 04:21:57 +0100 (Mon, 15 Mar 2004) | 6 lines
22130 M /trunk/modules/demux/mpeg/ps.c
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
22138 ------------------------------------------------------------------------
22139 r7085 | rocky | 2004-03-15 01:03:56 +0100 (Mon, 15 Mar 2004) | 4 lines
22141 M /trunk/modules/access/vcdx/access.c
22143 Fill out VCD information Media Info section when playing an entire VCD
22147 ------------------------------------------------------------------------
22148 r7084 | rocky | 2004-03-15 00:42:41 +0100 (Mon, 15 Mar 2004) | 3 lines
22150 M /trunk/modules/access/cdda/access.c
22151 M /trunk/modules/access/cdda/cdda.c
22153 Allow extended data in customized formats too.
22156 ------------------------------------------------------------------------
22157 r7083 | rocky | 2004-03-15 00:25:48 +0100 (Mon, 15 Mar 2004) | 4 lines
22159 M /trunk/modules/access/cdda/access.c
22161 Better about adding track author and title in track info
22162 section. Also add the extended data.
22165 ------------------------------------------------------------------------
22166 r7082 | jpsaman | 2004-03-14 21:33:24 +0100 (Sun, 14 Mar 2004) | 2 lines
22168 M /trunk/doc/arm-crosscompile-howto.sgml
22170 Added a section about Opie SDK kit.
22172 ------------------------------------------------------------------------
22173 r7081 | zorglub | 2004-03-14 21:18:21 +0100 (Sun, 14 Mar 2004) | 2 lines
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
22180 Fix deadlocks in playlist
22182 ------------------------------------------------------------------------
22183 r7080 | gbazin | 2004-03-14 20:02:41 +0100 (Sun, 14 Mar 2004) | 2 lines
22185 M /trunk/modules/video_output/x11/xcommon.c
22186 M /trunk/modules/video_output/x11/xcommon.h
22188 * modules/video_output/x11/*: fixed video resizing when using an external parent window.
22190 ------------------------------------------------------------------------
22191 r7079 | gbazin | 2004-03-14 18:15:43 +0100 (Sun, 14 Mar 2004) | 2 lines
22193 M /trunk/modules/access/file.c
22195 * modules/access/file.c: more fixes ( thanks fenrir :) ).
22197 ------------------------------------------------------------------------
22198 r7078 | gbazin | 2004-03-14 17:54:55 +0100 (Sun, 14 Mar 2004) | 2 lines
22200 M /trunk/modules/access/file.c
22202 * modules/access/file.c: couple of fixes for the file-cat mode.
22204 ------------------------------------------------------------------------
22205 r7077 | rocky | 2004-03-14 17:32:32 +0100 (Sun, 14 Mar 2004) | 3 lines
22207 M /trunk/modules/access/vcdx/vcd.c
22209 PBC is probably not an advanced option.
22212 ------------------------------------------------------------------------
22213 r7076 | ipkiss | 2004-03-14 17:16:38 +0100 (Sun, 14 Mar 2004) | 2 lines
22217 * AUTHORS: skins and skins2 authors
22219 ------------------------------------------------------------------------
22220 r7075 | ipkiss | 2004-03-14 17:10:07 +0100 (Sun, 14 Mar 2004) | 3 lines
22222 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
22223 M /trunk/modules/gui/wxwindows/preferences_widgets.h
22225 * wxwindows/preferences_widgets.*: do not duplicate hot keys list in
22226 the wxwindows plugin
22228 ------------------------------------------------------------------------
22229 r7074 | asmax | 2004-03-14 15:58:11 +0100 (Sun, 14 Mar 2004) | 4 lines
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
22238 * all: the vout window now processes refresh events.
22239 It only displays a black rectangle at the moment but it could be
22242 ------------------------------------------------------------------------
22243 r7073 | asmax | 2004-03-14 15:33:12 +0100 (Sun, 14 Mar 2004) | 3 lines
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
22271 * all: split GenericWindow into GenericWindow (general interface for
22272 windows) and TopWindow (implementation for top-level windows)
22274 ------------------------------------------------------------------------
22275 r7072 | asmax | 2004-03-14 12:37:13 +0100 (Sun, 14 Mar 2004) | 3 lines
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
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)
22291 ------------------------------------------------------------------------
22292 r7071 | ipkiss | 2004-03-14 11:49:51 +0100 (Sun, 14 Mar 2004) | 3 lines
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
22298 * skins2/win32/*: Embedded vout works on Windows too. It still
22299 segfaults when the mouse is moved above the video...
22301 ------------------------------------------------------------------------
22302 r7070 | rocky | 2004-03-14 03:44:06 +0100 (Sun, 14 Mar 2004) | 3 lines
22304 M /trunk/modules/access/vcdx/vcdplayer.c
22306 Syntax error for WIN32
22309 ------------------------------------------------------------------------
22310 r7069 | ipkiss | 2004-03-14 00:21:35 +0100 (Sun, 14 Mar 2004) | 2 lines
22312 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
22314 * skins2/win32/win32_factory.cpp: compilation fix
22316 ------------------------------------------------------------------------
22317 r7068 | asmax | 2004-03-13 23:11:28 +0100 (Sat, 13 Mar 2004) | 10 lines
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
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
22351 - no refresh of the area when there is no vout
22352 - BadDrawable X11 error at exit because the vout still uses
22356 ------------------------------------------------------------------------
22357 r7067 | hartman | 2004-03-13 21:39:03 +0100 (Sat, 13 Mar 2004) | 2 lines
22361 * Added Andre Pong to THANKS
22363 ------------------------------------------------------------------------
22364 r7066 | gbazin | 2004-03-13 21:29:25 +0100 (Sat, 13 Mar 2004) | 2 lines
22366 M /trunk/modules/demux/ogg.c
22368 * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch courtesy of Andre Pang.
22370 ------------------------------------------------------------------------
22371 r7065 | hartman | 2004-03-13 21:27:36 +0100 (Sat, 13 Mar 2004) | 3 lines
22375 * Fixed a slew of missing people in THANKS
22376 (Thank god for email archives)
22378 ------------------------------------------------------------------------
22379 r7064 | fenrir | 2004-03-13 20:31:35 +0100 (Sat, 13 Mar 2004) | 2 lines
22381 M /trunk/modules/packetizer/mpeg4video.c
22383 * mpeg4video.c: better pts...
22385 ------------------------------------------------------------------------
22386 r7063 | jpsaman | 2004-03-13 20:05:17 +0100 (Sat, 13 Mar 2004) | 1 line
22388 M /trunk/src/playlist/playlist.c
22390 removed unused variables
22391 ------------------------------------------------------------------------
22392 r7062 | fenrir | 2004-03-13 19:52:55 +0100 (Sat, 13 Mar 2004) | 3 lines
22394 M /trunk/modules/packetizer/mpeg4video.c
22396 * mpeg4video: more cludges (it should be rewritten to calculate true
22399 ------------------------------------------------------------------------
22400 r7061 | hartman | 2004-03-13 18:05:29 +0100 (Sat, 13 Mar 2004) | 3 lines
22402 M /trunk/modules/control/telnet/telnet.c
22404 * modules/control/telnet/telnet.c:
22405 - announce the port used by telnet in the messages
22407 ------------------------------------------------------------------------
22408 r7060 | fenrir | 2004-03-13 17:56:31 +0100 (Sat, 13 Mar 2004) | 2 lines
22410 M /trunk/modules/access/mms/mmsh.c
22412 * mmsh: more fixes.
22414 ------------------------------------------------------------------------
22415 r7059 | jpsaman | 2004-03-13 16:37:48 +0100 (Sat, 13 Mar 2004) | 2 lines
22417 M /trunk/modules/misc/qte_main.cpp
22419 Removed some dead wood.
22421 ------------------------------------------------------------------------
22422 r7058 | fenrir | 2004-03-13 06:09:51 +0100 (Sat, 13 Mar 2004) | 3 lines
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
22429 * asf: fixed unintialised variable, cleaned up some stuffs.
22430 * mmsh: big rework of the mmsh module.
22432 ------------------------------------------------------------------------
22433 r7057 | fenrir | 2004-03-13 04:37:07 +0100 (Sat, 13 Mar 2004) | 6 lines
22435 M /trunk/modules/mux/mpeg/pes.c
22436 M /trunk/modules/mux/mpeg/ts.c
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).
22444 ------------------------------------------------------------------------
22445 r7056 | fenrir | 2004-03-13 04:33:10 +0100 (Sat, 13 Mar 2004) | 2 lines
22447 M /trunk/src/misc/block.c
22449 * block.c: fixed block realloc.
22451 ------------------------------------------------------------------------
22452 r7055 | gbazin | 2004-03-12 16:01:36 +0100 (Fri, 12 Mar 2004) | 2 lines
22454 M /trunk/src/playlist/item-ext.c
22456 * src/playlist/item-ext.c: playlist_AddExt() needs to duplicate the input options array.
22458 ------------------------------------------------------------------------
22459 r7054 | gbazin | 2004-03-12 14:42:55 +0100 (Fri, 12 Mar 2004) | 4 lines
22461 M /trunk/modules/video_output/directx/events.c
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.
22467 ------------------------------------------------------------------------
22468 r7053 | gbazin | 2004-03-12 12:13:57 +0100 (Fri, 12 Mar 2004) | 2 lines
22470 M /trunk/modules/demux/mp4/mp4.c
22472 * modules/demux/mp4/mp4.c: work-around buggy muxers which don't set properly the display size in the mov/mp4 container.
22474 ------------------------------------------------------------------------
22475 r7052 | jpsaman | 2004-03-12 08:58:29 +0100 (Fri, 12 Mar 2004) | 1 line
22477 M /trunk/ipkg/rules.gpe
22478 M /trunk/ipkg/rules.opie
22479 M /trunk/ipkg/rules.zaurus
22481 Cleanup old scripts
22482 ------------------------------------------------------------------------
22483 r7051 | rocky | 2004-03-12 03:52:27 +0100 (Fri, 12 Mar 2004) | 3 lines
22485 M /trunk/configure.ac
22487 One less change to make this work on Darwin.
22490 ------------------------------------------------------------------------
22491 r7050 | rocky | 2004-03-12 03:51:20 +0100 (Fri, 12 Mar 2004) | 3 lines
22493 M /trunk/modules/access/vcdx/vcdplayer.c
22495 more WIN32 changes.
22498 ------------------------------------------------------------------------
22499 r7049 | ipkiss | 2004-03-11 20:41:51 +0100 (Thu, 11 Mar 2004) | 6 lines
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
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
22513 ------------------------------------------------------------------------
22514 r7048 | fenrir | 2004-03-11 18:38:36 +0100 (Thu, 11 Mar 2004) | 2 lines
22516 M /trunk/src/misc/block.c
22518 * block: a little pre header + padding.
22520 ------------------------------------------------------------------------
22521 r7047 | fenrir | 2004-03-11 18:37:50 +0100 (Thu, 11 Mar 2004) | 2 lines
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
22533 * mux: sout_buffer_t -> block_t.
22535 ------------------------------------------------------------------------
22536 r7046 | fenrir | 2004-03-11 18:36:43 +0100 (Thu, 11 Mar 2004) | 2 lines
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
22550 * stream_out: sout_buffer_t -> block_t.
22552 ------------------------------------------------------------------------
22553 r7045 | fenrir | 2004-03-11 18:35:28 +0100 (Thu, 11 Mar 2004) | 2 lines
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
22560 * access_output: sout_buffer_t -> block_t.
22562 ------------------------------------------------------------------------
22563 r7044 | fenrir | 2004-03-11 18:34:25 +0100 (Thu, 11 Mar 2004) | 2 lines
22565 M /trunk/src/stream_output/stream_output.c
22567 * stream_output: sout_buffer_t -> block_t.
22569 ------------------------------------------------------------------------
22570 r7043 | fenrir | 2004-03-11 18:33:39 +0100 (Thu, 11 Mar 2004) | 2 lines
22572 M /trunk/src/input/input_dec.c
22574 * input_dec: sout uses block_t.
22576 ------------------------------------------------------------------------
22577 r7042 | fenrir | 2004-03-11 18:32:29 +0100 (Thu, 11 Mar 2004) | 2 lines
22579 M /trunk/include/stream_output.h
22580 M /trunk/include/vlc_block.h
22581 M /trunk/include/vlc_common.h
22583 * stream_output.h: removed sout_buffer_t and use block_t instead.
22585 ------------------------------------------------------------------------
22586 r7041 | gbazin | 2004-03-11 17:48:27 +0100 (Thu, 11 Mar 2004) | 5 lines
22588 M /trunk/src/input/input_ext-plugins.c
22589 M /trunk/src/input/stream.c
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.
22594 + optimized stream_Read().
22596 ------------------------------------------------------------------------
22597 r7040 | gbazin | 2004-03-11 13:33:16 +0100 (Thu, 11 Mar 2004) | 12 lines
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
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.
22610 * include/vlc_meta.h:
22611 + vlc_meta_Merge( dest, src ) helper function.
22613 * modules/demux/mp4/*:
22614 + Fixed a couple of mem-leaks.
22615 + Support for "description" metadata.
22618 ------------------------------------------------------------------------
22619 r7039 | rocky | 2004-03-11 10:16:18 +0100 (Thu, 11 Mar 2004) | 5 lines
22621 M /trunk/configure.ac
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.
22628 ------------------------------------------------------------------------
22629 r7038 | rocky | 2004-03-11 09:28:21 +0100 (Thu, 11 Mar 2004) | 3 lines
22631 M /trunk/configure.ac
22633 libcdio and libvcdinfo can use stdbool.h
22636 ------------------------------------------------------------------------
22637 r7037 | rocky | 2004-03-11 09:22:25 +0100 (Thu, 11 Mar 2004) | 4 lines
22639 M /trunk/modules/access/vcdx/vcdplayer.c
22641 Change to facilitate compiling -mno-cygwin on cygwin and possibly other
22645 ------------------------------------------------------------------------
22646 r7036 | gbazin | 2004-03-11 09:06:31 +0100 (Thu, 11 Mar 2004) | 2 lines
22648 M /trunk/modules/access/cdda
22650 * modules/access/cdda: proper svn:ignore
22652 ------------------------------------------------------------------------
22653 r7035 | rocky | 2004-03-11 09:02:55 +0100 (Thu, 11 Mar 2004) | 1 line
22655 M /trunk/modules/access/vcdx/access.c
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
22661 M /trunk/modules/access/cdda/access.c
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
22667 M /trunk/modules/mux/mp4.c
22669 * modules/mux/mp4.c: support for a few more user data atoms.
22671 ------------------------------------------------------------------------
22672 r7032 | sigmunau | 2004-03-11 08:54:56 +0100 (Thu, 11 Mar 2004) | 3 lines
22674 M /trunk/modules/control/telnet/Modules.am
22676 modules/control/telnet/Modules.am:
22677 * added vlm.h to sources. Should put it in the daily snapshots.
22679 ------------------------------------------------------------------------
22680 r7031 | fenrir | 2004-03-11 00:49:01 +0100 (Thu, 11 Mar 2004) | 2 lines
22682 M /trunk/modules/mux/mp4.c
22684 * mp4.c: more udta informations (title, author, artists).
22686 ------------------------------------------------------------------------
22687 r7030 | fenrir | 2004-03-11 00:41:36 +0100 (Thu, 11 Mar 2004) | 2 lines
22689 M /trunk/src/stream_output/stream_output.c
22691 * stream_output.c: delete meta informations after the stream out chain.
22693 ------------------------------------------------------------------------
22694 r7029 | fenrir | 2004-03-11 00:20:54 +0100 (Thu, 11 Mar 2004) | 2 lines
22696 M /trunk/modules/demux/mp4/libmp4.c
22697 M /trunk/modules/demux/mp4/libmp4.h
22698 M /trunk/modules/demux/mp4/mp4.c
22700 * mp4: added partial support for udta meta data.
22702 ------------------------------------------------------------------------
22703 r7028 | fenrir | 2004-03-10 22:55:25 +0100 (Wed, 10 Mar 2004) | 2 lines
22705 M /trunk/src/input/input.c
22706 M /trunk/src/stream_output/stream_output.c
22708 * input, stream_output: handle sout_instance_t->p_meta.
22710 ------------------------------------------------------------------------
22711 r7027 | fenrir | 2004-03-10 22:54:28 +0100 (Wed, 10 Mar 2004) | 5 lines
22713 M /trunk/include/stream_output.h
22714 M /trunk/include/vlc_common.h
22715 M /trunk/include/vlc_meta.h
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.
22722 ------------------------------------------------------------------------
22723 r7026 | fenrir | 2004-03-10 18:23:16 +0100 (Wed, 10 Mar 2004) | 2 lines
22725 M /trunk/src/misc/httpd.c
22727 * httpd: fixed a big mem leak for http streaming.
22729 ------------------------------------------------------------------------
22730 r7025 | gbazin | 2004-03-10 18:10:40 +0100 (Wed, 10 Mar 2004) | 4 lines
22732 M /trunk/modules/access/file.c
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.
22738 ------------------------------------------------------------------------
22739 r7024 | gbazin | 2004-03-10 14:28:07 +0100 (Wed, 10 Mar 2004) | 2 lines
22741 M /trunk/INSTALL.win32
22743 * INSTALL.win32: added a section about the "make package-win32" rules.
22745 ------------------------------------------------------------------------
22746 r7023 | fenrir | 2004-03-10 13:02:58 +0100 (Wed, 10 Mar 2004) | 5 lines
22748 M /trunk/include/input_ext-plugins.h
22749 M /trunk/modules/stream_out/display.c
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).
22756 ------------------------------------------------------------------------
22757 r7022 | gbazin | 2004-03-09 21:46:43 +0100 (Tue, 09 Mar 2004) | 4 lines
22759 M /trunk/include/vlc_common.h
22760 M /trunk/modules/access_output/http.c
22761 M /trunk/src/misc/httpd.c
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.
22767 ------------------------------------------------------------------------
22768 r7021 | jpsaman | 2004-03-09 21:32:49 +0100 (Tue, 09 Mar 2004) | 1 line
22770 D /trunk/ipkg/rules
22771 A /trunk/ipkg/rules.gpe (from /trunk/ipkg/rules:7019)
22773 Renaming rules to rules.gpe
22774 ------------------------------------------------------------------------
22775 r7020 | jpsaman | 2004-03-09 21:32:17 +0100 (Tue, 09 Mar 2004) | 1 line
22777 M /trunk/ipkg/Makefile.am
22778 D /trunk/ipkg/rules.gpe
22780 Removing old cruft.
22781 ------------------------------------------------------------------------
22782 r7019 | gbazin | 2004-03-09 16:26:17 +0100 (Tue, 09 Mar 2004) | 3 lines
22784 M /trunk/configure.ac
22785 M /trunk/modules/control/telnet/vlm.c
22787 * configure.ac: the telnet module needs -lws2_32 on win32.
22788 * modules/control/telnet/vlm.c: include <time.h>.
22790 ------------------------------------------------------------------------
22791 r7018 | gbazin | 2004-03-09 15:50:46 +0100 (Tue, 09 Mar 2004) | 2 lines
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
22797 * modules/video_output/directx/*: take care of hardware overlay alignment constraints.
22799 ------------------------------------------------------------------------
22800 r7017 | gbazin | 2004-03-08 18:08:46 +0100 (Mon, 08 Mar 2004) | 2 lines
22802 M /trunk/src/misc/net.c
22804 * src/misc/net.c: fixes a few corner cases.
22806 ------------------------------------------------------------------------
22807 r7016 | gbazin | 2004-03-08 16:55:49 +0100 (Mon, 08 Mar 2004) | 2 lines
22809 M /trunk/src/misc/httpd.c
22811 * src/misc/httpd.c: don't read past the end of our circular buffer in httpd_StreamCallBack().
22813 ------------------------------------------------------------------------
22814 r7015 | bigben | 2004-03-08 16:22:58 +0100 (Mon, 08 Mar 2004) | 9 lines
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
22824 - *.nib, playlist.*
22826 begining of playlist item propieties box (only modification of uro, name and autt
22829 - vout.m : remove an unused variable
22832 ------------------------------------------------------------------------
22833 r7014 | gbazin | 2004-03-08 14:54:49 +0100 (Mon, 08 Mar 2004) | 2 lines
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
22840 * ffmpeg/video.c: got rid of the --ffmpeg-truncated option.
22842 ------------------------------------------------------------------------
22843 r7013 | gbazin | 2004-03-08 12:00:26 +0100 (Mon, 08 Mar 2004) | 3 lines
22845 M /trunk/configure.ac
22846 M /trunk/modules/control/telnet/vlm.c
22848 * configure.ac: check for localtime_r().
22849 * modules/control/telnet/vlm.c: portability fixes.
22851 ------------------------------------------------------------------------
22852 r7012 | garf | 2004-03-08 11:22:13 +0100 (Mon, 08 Mar 2004) | 3 lines
22854 A /trunk/doc/vlm.txt
22856 * a little VLM documentation. It may be hard to understand, so I'm
22857 waiting for suggestions.
22859 ------------------------------------------------------------------------
22860 r7011 | sam | 2004-03-08 11:21:34 +0100 (Mon, 08 Mar 2004) | 2 lines
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
22934 * Added '*.a' to the svn:ignore properties.
22936 ------------------------------------------------------------------------
22937 r7010 | rocky | 2004-03-08 04:20:19 +0100 (Mon, 08 Mar 2004) | 1 line
22939 M /trunk/INSTALL.win32
22941 Yet another spelling correction
22942 ------------------------------------------------------------------------
22943 r7009 | rocky | 2004-03-08 03:39:04 +0100 (Mon, 08 Mar 2004) | 1 line
22945 M /trunk/INSTALL.win32
22947 Update MinGW release number
22948 ------------------------------------------------------------------------
22949 r7008 | rocky | 2004-03-08 03:08:41 +0100 (Mon, 08 Mar 2004) | 1 line
22951 M /trunk/INSTALL.win32
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
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
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.
22974 ------------------------------------------------------------------------
22975 r7006 | fenrir | 2004-03-07 20:03:23 +0100 (Sun, 07 Mar 2004) | 2 lines
22977 M /trunk/modules/mux/mp4.c
22979 * mp4.c: added support for SVQ1.
22981 ------------------------------------------------------------------------
22982 r7005 | ipkiss | 2004-03-07 19:49:37 +0100 (Sun, 07 Mar 2004) | 2 lines
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
22991 * skins/vars/stream.cpp: support $N (stream name) and $F (full stream name)
22993 ------------------------------------------------------------------------
22994 r7004 | sam | 2004-03-07 18:26:50 +0100 (Sun, 07 Mar 2004) | 5 lines
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
23005 + Removed --changelog from the help message.
23006 + Output a warning asking to use "svn log" when --changelog is called.
23007 * Regenerated SVN changelogs.
23009 ------------------------------------------------------------------------
23010 r7003 | fenrir | 2004-03-07 17:26:48 +0100 (Sun, 07 Mar 2004) | 4 lines
23012 M /trunk/modules/mux/mp4.c
23014 * mp4.c: - accept adding ES at any time
23015 - proper implementation of starting time (edts/elst).
23018 ------------------------------------------------------------------------
23019 r7002 | rocky | 2004-03-07 17:03:25 +0100 (Sun, 07 Mar 2004) | 3 lines
23021 M /trunk/modules/access/cdda/access.c
23022 M /trunk/modules/access/vcdx/access.c
23024 More printf lint for cygwin (and possibly others)
23027 ------------------------------------------------------------------------
23028 r7001 | fenrir | 2004-03-07 16:58:21 +0100 (Sun, 07 Mar 2004) | 3 lines
23030 M /trunk/modules/stream_out/transcode.c
23032 * transcode: downmixing to 1 and 2 channels now really mixes the input
23033 channels. (Badly done but it gives some results ;)
23035 ------------------------------------------------------------------------
23036 r7000 | fenrir | 2004-03-07 16:12:45 +0100 (Sun, 07 Mar 2004) | 3 lines
23038 M /trunk/modules/stream_out/transcode.c
23040 * transcode: report the right number of channels (a52 -> mpga).
23043 ------------------------------------------------------------------------
23044 r6999 | titus | 2004-03-07 16:04:26 +0100 (Sun, 07 Mar 2004) | 1 line
23046 M /trunk/modules/control/http.c
23047 M /trunk/share/http/index.html
23050 ------------------------------------------------------------------------
23051 r6998 | rocky | 2004-03-07 15:46:55 +0100 (Sun, 07 Mar 2004) | 3 lines
23053 M /trunk/modules/access/vcdx/access.c
23055 printf lint changes for cygwin.
23058 ------------------------------------------------------------------------
23059 r6997 | asmax | 2004-03-07 15:25:08 +0100 (Sun, 07 Mar 2004) | 2 lines
23061 M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
23063 * ctrl_list.cpp: insert a 1-pixel line between two items in the playlist
23065 ------------------------------------------------------------------------
23066 r6996 | ipkiss | 2004-03-07 13:55:32 +0100 (Sun, 07 Mar 2004) | 3 lines
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
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
23076 ------------------------------------------------------------------------
23077 r6995 | asmax | 2004-03-07 13:42:39 +0100 (Sun, 07 Mar 2004) | 3 lines
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
23085 * all: the tooltip window is now managed by the window manager, not
23086 by the generic windows
23088 ------------------------------------------------------------------------
23089 r6994 | asmax | 2004-03-07 12:47:50 +0100 (Sun, 07 Mar 2004) | 5 lines
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
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
23101 ------------------------------------------------------------------------
23102 r6993 | fenrir | 2004-03-07 02:52:52 +0100 (Sun, 07 Mar 2004) | 3 lines
23104 M /trunk/modules/mux/mp4.c
23106 * mp4.c: * follow guidelines for box order in stbl.
23107 * set language if present.
23109 ------------------------------------------------------------------------
23110 r6992 | fenrir | 2004-03-07 01:46:13 +0100 (Sun, 07 Mar 2004) | 3 lines
23112 M /trunk/modules/mux/mp4.c
23114 * mp4: really fixed stts table (and no more drift), added stss table
23117 ------------------------------------------------------------------------
23118 r6991 | ipkiss | 2004-03-07 01:21:48 +0100 (Sun, 07 Mar 2004) | 3 lines
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
23127 * skins2/*: - show/hide do not bypass the window manager anymore
23128 - transformed some pointers into references
23130 ------------------------------------------------------------------------
23131 r6990 | asmax | 2004-03-07 00:52:16 +0100 (Sun, 07 Mar 2004) | 2 lines
23133 M /trunk/modules/gui/skins2/src/png_bitmap.cpp
23135 * png_bitmap.cpp: fixed the transparency
23137 ------------------------------------------------------------------------
23138 r6989 | fenrir | 2004-03-06 22:25:45 +0100 (Sat, 06 Mar 2004) | 2 lines
23140 M /trunk/modules/demux/avi/avi.c
23142 * avi.c: set frame type.
23144 ------------------------------------------------------------------------
23145 r6988 | fenrir | 2004-03-06 22:09:53 +0100 (Sat, 06 Mar 2004) | 2 lines
23147 M /trunk/modules/packetizer/mpeg4video.c
23149 * mpeg4video: set frame type (I,P,B).
23151 ------------------------------------------------------------------------
23152 r6987 | fenrir | 2004-03-06 21:57:05 +0100 (Sat, 06 Mar 2004) | 3 lines
23154 M /trunk/modules/mux/mp4.c
23156 * mp4.c: fixed audio/video synchro. Better length table calculation (I
23159 ------------------------------------------------------------------------
23160 r6986 | gbazin | 2004-03-06 21:49:10 +0100 (Sat, 06 Mar 2004) | 2 lines
23162 M /trunk/modules/stream_out/transcode.c
23164 * transcode.c: another fix to avoid 1st frame without pts.
23166 ------------------------------------------------------------------------
23167 r6985 | gbazin | 2004-03-06 21:16:04 +0100 (Sat, 06 Mar 2004) | 2 lines
23169 M /trunk/modules/stream_out/transcode.c
23171 * transcode.c: fix for when 1st frame of non-low-delay streams only has a dts.
23173 ------------------------------------------------------------------------
23174 r6984 | ipkiss | 2004-03-06 20:46:26 +0100 (Sat, 06 Mar 2004) | 5 lines
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
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
23192 ------------------------------------------------------------------------
23193 r6983 | gbazin | 2004-03-06 20:30:19 +0100 (Sat, 06 Mar 2004) | 4 lines
23195 M /trunk/modules/packetizer/copy.c
23196 M /trunk/modules/stream_out/transcode.c
23197 M /trunk/src/input/input_dec.c
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).
23203 ------------------------------------------------------------------------
23204 r6982 | asmax | 2004-03-06 20:22:47 +0100 (Sat, 06 Mar 2004) | 2 lines
23206 M /trunk/modules/gui/skins2/src/png_bitmap.cpp
23208 * src/png_bitmap.cpp: support for transparent PNGs
23210 ------------------------------------------------------------------------
23211 r6980 | zorglub | 2004-03-06 17:58:11 +0100 (Sat, 06 Mar 2004) | 2 lines
23213 M /trunk/modules/video_filter/deinterlace.c
23217 ------------------------------------------------------------------------
23218 r6979 | fenrir | 2004-03-06 17:38:29 +0100 (Sat, 06 Mar 2004) | 2 lines
23220 M /trunk/modules/stream_out/display.c
23221 M /trunk/modules/stream_out/rtp.c
23223 * rtp, display: update p_sout->i_out_pace_nocontrol.
23225 ------------------------------------------------------------------------
23226 r6978 | fenrir | 2004-03-06 17:37:54 +0100 (Sat, 06 Mar 2004) | 2 lines
23228 M /trunk/modules/access_output/http.c
23229 M /trunk/modules/access_output/udp.c
23231 * http, udp: update p_sout->i_out_pace_nocontrol.
23233 ------------------------------------------------------------------------
23234 r6977 | fenrir | 2004-03-06 17:36:37 +0100 (Sat, 06 Mar 2004) | 3 lines
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
23241 * all: implemented sout asynch support. (ie sout will try to work at
23242 the maximum speed if the output can control the pace)
23244 ------------------------------------------------------------------------
23245 r6976 | fenrir | 2004-03-06 17:35:03 +0100 (Sat, 06 Mar 2004) | 2 lines
23247 M /trunk/include/input_ext-intf.h
23248 M /trunk/include/stream_output.h
23250 * all: added two variables needed for asynch sout.
23252 ------------------------------------------------------------------------
23253 r6975 | ipkiss | 2004-03-06 17:25:46 +0100 (Sat, 06 Mar 2004) | 5 lines
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
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
23268 ------------------------------------------------------------------------
23269 r6973 | gbazin | 2004-03-06 16:44:46 +0100 (Sat, 06 Mar 2004) | 3 lines
23271 M /trunk/modules/codec/ffmpeg/encoder.c
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.
23276 ------------------------------------------------------------------------
23277 r6971 | zorglub | 2004-03-06 16:24:37 +0100 (Sat, 06 Mar 2004) | 4 lines
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)
23299 * Remove directories with only one source file inside
23300 * Drop the old scope plugin (not ported to aout3)
23303 ------------------------------------------------------------------------
23304 r6970 | fenrir | 2004-03-06 14:37:44 +0100 (Sat, 06 Mar 2004) | 2 lines
23306 M /trunk/modules/mux/mp4.c
23308 * mp4: fixed SVQ3 in .mov
23310 ------------------------------------------------------------------------
23311 r6969 | gbazin | 2004-03-06 13:22:56 +0100 (Sat, 06 Mar 2004) | 2 lines
23313 M /trunk/modules/control/telnet
23315 * modules/control/telnet: added missing svn:ignore property.
23317 ------------------------------------------------------------------------
23318 r6968 | fenrir | 2004-03-06 06:49:08 +0100 (Sat, 06 Mar 2004) | 3 lines
23320 M /trunk/modules/mux/mp4.c
23322 * mp4.c: for mp3 in mp4a we need an ESDS.
23325 ------------------------------------------------------------------------
23326 r6967 | fenrir | 2004-03-06 06:47:59 +0100 (Sat, 06 Mar 2004) | 2 lines
23328 M /trunk/modules/stream_out/transcode.c
23330 * transcode.c: fixed SVQ3 transcoding.
23332 ------------------------------------------------------------------------
23333 r6966 | fenrir | 2004-03-06 02:14:28 +0100 (Sat, 06 Mar 2004) | 2 lines
23335 M /trunk/src/misc/httpd.c
23337 * httpd: fixed handling of 'Connection: '.
23339 ------------------------------------------------------------------------
23340 r6965 | fenrir | 2004-03-06 00:26:36 +0100 (Sat, 06 Mar 2004) | 8 lines
23342 M /trunk/src/input/input.c
23343 M /trunk/src/libvlc.h
23345 * input/input.c, libvlc.h: implemented new way to break vlc preferences :
23346 start-time and stop-time (both given in second) ;)
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, ...)
23353 ------------------------------------------------------------------------
23354 r6964 | ipkiss | 2004-03-05 21:56:39 +0100 (Fri, 05 Mar 2004) | 2 lines
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
23363 * skins2/*: Change mouse cursor above a Resize control (win32 only)
23365 ------------------------------------------------------------------------
23366 r6963 | murray | 2004-03-05 20:24:14 +0100 (Fri, 05 Mar 2004) | 12 lines
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
23381 String review, as promised :)
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
23393 ------------------------------------------------------------------------
23394 r6962 | fenrir | 2004-03-05 19:30:50 +0100 (Fri, 05 Mar 2004) | 4 lines
23396 M /trunk/include/modules.h
23397 M /trunk/modules/demux/demux2.c
23399 * include/modules.h: increased numbers of shorcuts
23400 * modules/demux/demux2.c: added all audio demuxer shortcuts.
23403 ------------------------------------------------------------------------
23404 r6961 | sam | 2004-03-05 18:34:23 +0100 (Fri, 05 Mar 2004) | 3 lines
23407 D /trunk/.cvsignore
23411 M /trunk/INSTALL.win32
23412 M /trunk/MAINTAINERS
23415 M /trunk/README.MacOSX.rtf
23418 D /trunk/autotools/.cvsignore
23420 M /trunk/configure.ac
23422 D /trunk/debian/.cvsignore
23423 M /trunk/debian/README.Debian
23424 M /trunk/debian/rules
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
23440 D /trunk/evc/.cvsignore
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
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
23512 D /trunk/ipkg/.cvsignore
23514 D /trunk/lib/.cvsignore
23516 D /trunk/m4/.cvsignore
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
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
24389 D /trunk/msvc/.cvsignore
24391 D /trunk/po/.cvsignore
24392 M /trunk/python/vlrs
24393 D /trunk/python/vlrs/.cvsignore
24395 D /trunk/share/.cvsignore
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
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
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
24472 M /trunk/vlc-cvs.ebuild
24473 M /trunk/vlc.ebuild
24475 * Added "Id" svn:keywords property to all files containing "$Id:".
24476 * Removed .cvsignore files and added proper svn:ignore properties.
24478 ------------------------------------------------------------------------
24479 r6960 | sigmunau | 2004-03-05 18:18:42 +0100 (Fri, 05 Mar 2004) | 3 lines
24481 M /trunk/modules/gui/wxwindows/iteminfo.cpp
24483 modules/gui/wxwindows/iteminfo.cpp:
24484 * select the right value in the group-combobox in the iteminfo dialog
24486 ------------------------------------------------------------------------
24487 r6959 | sam | 2004-03-05 17:45:32 +0100 (Fri, 05 Mar 2004) | 3 lines
24492 + Do not remove svn directories in autotools/ when using --distclean.
24494 ------------------------------------------------------------------------
24495 r6958 | sam | 2004-03-05 17:07:35 +0100 (Fri, 05 Mar 2004) | 7 lines
24497 M /trunk/mozilla/npvlc_rc.rc
24498 M /trunk/mozilla/vlcplugin.h
24500 * mozilla/vlcplugin.h:
24501 + Added the 'video/x-ms-asf' MIME type to the plugin (Closes Debian
24504 This commit is also a blatant test of the SVN->CVS mirroring scripts. If
24505 it does not work, we're screwed :-)
24507 ------------------------------------------------------------------------
24508 r6930 | garf | 2004-03-05 15:03:20 +0100 (Fri, 05 Mar 2004) | 19 lines
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
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
24523 - multiple input list by media (like a playlist)
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
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...
24536 ------------------------------------------------------------------------
24537 r6929 | fenrir | 2004-03-05 01:14:19 +0100 (Fri, 05 Mar 2004) | 6 lines
24539 M /trunk/modules/access_output/udp.c
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...
24547 ------------------------------------------------------------------------
24548 r6928 | fenrir | 2004-03-05 00:59:16 +0100 (Fri, 05 Mar 2004) | 3 lines
24550 M /trunk/src/misc/modules.c
24552 * modules.c: fixed module_Need. (but I'm not sure of what to do with
24553 shortcuts,any and 0 scored modules).
24555 ------------------------------------------------------------------------
24556 r6927 | bigben | 2004-03-04 23:52:43 +0100 (Thu, 04 Mar 2004) | 2 lines
24558 M /trunk/modules/gui/macosx/vout.m
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).
24562 ------------------------------------------------------------------------
24563 r6926 | sigmunau | 2004-03-04 23:47:42 +0100 (Thu, 04 Mar 2004) | 3 lines
24565 M /trunk/modules/video_filter/deinterlace/deinterlace.c
24567 modules/video_filter/deinterlace/deinterlace.c:
24568 * Fixed a sse2 crash related to a non-16byte aligned pointer
24570 ------------------------------------------------------------------------
24571 r6925 | asmax | 2004-03-03 23:57:15 +0100 (Wed, 03 Mar 2004) | 3 lines
24573 M /trunk/modules/gui/skins2/theme/skin.dtd
24574 M /trunk/modules/gui/skins2/utils/bezier.cpp
24576 * utils/bezier.cpp: use lrint() to avoid rounding issues
24577 * theme/skin.dtd: "" instead of "\0" for default values
24579 ------------------------------------------------------------------------
24580 r6924 | gbazin | 2004-03-03 21:42:52 +0100 (Wed, 03 Mar 2004) | 3 lines
24582 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
24583 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
24586 * extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
24588 ------------------------------------------------------------------------
24589 r6923 | gbazin | 2004-03-03 21:39:53 +0100 (Wed, 03 Mar 2004) | 5 lines
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
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".
24640 ------------------------------------------------------------------------
24641 r6922 | sigmunau | 2004-03-03 18:18:38 +0100 (Wed, 03 Mar 2004) | 4 lines
24643 M /trunk/Makefile.am
24644 M /trunk/share/Makefile.am
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
24650 ------------------------------------------------------------------------
24651 r6921 | sigmunau | 2004-03-03 16:47:08 +0100 (Wed, 03 Mar 2004) | 3 lines
24653 M /trunk/src/misc/modules.c
24655 src/misc/modules.c:
24656 * include vlc_httpd.h, fixes compilation
24658 ------------------------------------------------------------------------
24659 r6920 | fenrir | 2004-03-03 15:22:47 +0100 (Wed, 03 Mar 2004) | 3 lines
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
24666 * configure.ac: -> 0.7.2-cvs
24667 * modules/control/http.c: added a playlist.uri field.
24669 ------------------------------------------------------------------------
24670 r6919 | fenrir | 2004-03-03 14:27:25 +0100 (Wed, 03 Mar 2004) | 2 lines
24672 M /trunk/modules/stream_out/rtp.c
24674 * rtp: ported to new httpd.
24676 ------------------------------------------------------------------------
24677 r6918 | fenrir | 2004-03-03 14:26:50 +0100 (Wed, 03 Mar 2004) | 2 lines
24679 M /trunk/modules/control/http.c
24681 * http: ported to new httpd. A few features are still missings.
24683 ------------------------------------------------------------------------
24684 r6917 | fenrir | 2004-03-03 14:25:53 +0100 (Wed, 03 Mar 2004) | 2 lines
24686 M /trunk/modules/access_output/http.c
24688 * http: ported to new httpd.
24690 ------------------------------------------------------------------------
24691 r6916 | fenrir | 2004-03-03 14:25:24 +0100 (Wed, 03 Mar 2004) | 2 lines
24693 M /trunk/src/misc/objects.c
24695 * objects: include vlc_http.h
24697 ------------------------------------------------------------------------
24698 r6915 | fenrir | 2004-03-03 14:25:00 +0100 (Wed, 03 Mar 2004) | 2 lines
24700 M /trunk/include/vlc_common.h
24702 * vlc_common.h: httpd typedefs.
24704 ------------------------------------------------------------------------
24705 r6914 | fenrir | 2004-03-03 14:24:31 +0100 (Wed, 03 Mar 2004) | 2 lines
24707 M /trunk/Makefile.am
24708 M /trunk/configure.ac
24709 M /trunk/modules/misc/Modules.am
24711 * all: httpd compilation.
24713 ------------------------------------------------------------------------
24714 r6913 | fenrir | 2004-03-03 14:23:47 +0100 (Wed, 03 Mar 2004) | 4 lines
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
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, ...
24725 ------------------------------------------------------------------------
24726 r6912 | sam | 2004-03-03 13:21:57 +0100 (Wed, 03 Mar 2004) | 3 lines
24728 M /trunk/configure.ac
24731 + When using a local ffmpeg tree, add a path to the avformat headers.
24733 ------------------------------------------------------------------------
24734 r6911 | fenrir | 2004-03-03 13:21:36 +0100 (Wed, 03 Mar 2004) | 2 lines
24736 M /trunk/modules/misc/dummy/vout.c
24738 * vout.c: fixed a warning.
24740 ------------------------------------------------------------------------
24741 r6910 | fenrir | 2004-03-03 13:03:15 +0100 (Wed, 03 Mar 2004) | 2 lines
24743 M /trunk/modules/demux/mkv.cpp
24745 * mkv: added Control and use vlc_meta.h.
24747 ------------------------------------------------------------------------
24748 r6909 | titer | 2004-03-03 13:01:57 +0100 (Wed, 03 Mar 2004) | 6 lines
24750 M /trunk/modules/gui/macosx/macosx.m
24751 M /trunk/modules/gui/macosx/vout.m
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)
24759 ------------------------------------------------------------------------
24760 r6908 | fenrir | 2004-03-03 13:01:38 +0100 (Wed, 03 Mar 2004) | 2 lines
24762 M /trunk/src/input/demux.c
24764 demux: implementation of demux2_vaControlHelper.
24766 ------------------------------------------------------------------------
24767 r6907 | fenrir | 2004-03-03 13:01:17 +0100 (Wed, 03 Mar 2004) | 3 lines
24769 M /trunk/include/ninput.h
24770 M /trunk/include/vlc_meta.h
24772 ninput.h: added prototype of demux2_vaControlHelper.
24773 include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
24775 ------------------------------------------------------------------------
24776 r6906 | fenrir | 2004-03-03 12:59:41 +0100 (Wed, 03 Mar 2004) | 2 lines
24778 M /trunk/src/input/input.c
24780 * input.c: add Duration to input infos.
24782 ------------------------------------------------------------------------
24783 r6905 | fenrir | 2004-03-03 12:41:04 +0100 (Wed, 03 Mar 2004) | 2 lines
24785 M /trunk/modules/demux/mpeg/mpga.c
24787 * mpga: demux -> demux2.
24789 ------------------------------------------------------------------------
24790 r6904 | fenrir | 2004-03-03 12:40:19 +0100 (Wed, 03 Mar 2004) | 3 lines
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
24799 * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
24802 ------------------------------------------------------------------------
24803 r6903 | massiot | 2004-03-03 12:39:06 +0100 (Wed, 03 Mar 2004) | 2 lines
24805 M /trunk/modules/stream_out/transrate/frame.c
24807 * modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
24809 ------------------------------------------------------------------------
24810 r6902 | fenrir | 2004-03-03 12:38:14 +0100 (Wed, 03 Mar 2004) | 2 lines
24812 M /trunk/modules/demux/util/id3.c
24813 M /trunk/modules/demux/util/id3tag.c
24815 * id3*: Search p_input (to make it working with demux2).
24817 ------------------------------------------------------------------------
24818 r6901 | massiot | 2004-03-03 12:34:41 +0100 (Wed, 03 Mar 2004) | 13 lines
24820 M /trunk/modules/mux/mpeg/pes.c
24821 M /trunk/modules/mux/mpeg/ts.c
24823 * modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
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
24836 ------------------------------------------------------------------------
24837 r6900 | bigben | 2004-03-03 12:34:19 +0100 (Wed, 03 Mar 2004) | 6 lines
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
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
24850 Please make remarks on the new layout / the colors chosen.
24852 ------------------------------------------------------------------------
24853 r6899 | massiot | 2004-03-03 12:29:26 +0100 (Wed, 03 Mar 2004) | 11 lines
24855 M /trunk/modules/codec/ffmpeg/encoder.c
24856 M /trunk/modules/stream_out/transcode.c
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
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)
24869 ------------------------------------------------------------------------
24870 r6898 | massiot | 2004-03-03 12:20:52 +0100 (Wed, 03 Mar 2004) | 6 lines
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
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
24883 ------------------------------------------------------------------------
24884 r6897 | massiot | 2004-03-03 12:12:08 +0100 (Wed, 03 Mar 2004) | 3 lines
24886 M /trunk/include/stream_output.h
24887 M /trunk/src/input/input_dec.c
24889 * src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
24892 ------------------------------------------------------------------------
24893 r6896 | massiot | 2004-03-03 12:09:30 +0100 (Wed, 03 Mar 2004) | 3 lines
24895 M /trunk/modules/packetizer/mpegvideo.c
24897 * modules/packetizer/mpegvideo.c: Correctly flag the picture types in
24900 ------------------------------------------------------------------------
24901 r6895 | massiot | 2004-03-03 11:51:55 +0100 (Wed, 03 Mar 2004) | 4 lines
24903 M /trunk/modules/access_output/udp.c
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.
24909 ------------------------------------------------------------------------
24910 r6894 | massiot | 2004-03-03 11:49:50 +0100 (Wed, 03 Mar 2004) | 3 lines
24912 M /trunk/modules/access/satellite/access.c
24914 * modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
24915 (because others do it - no idea if it helps, though)
24917 ------------------------------------------------------------------------
24918 r6893 | fenrir | 2004-03-03 02:26:49 +0100 (Wed, 03 Mar 2004) | 2 lines
24920 M /trunk/modules/demux/ts.c
24922 * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
24924 ------------------------------------------------------------------------
24925 r6892 | hartman | 2004-03-03 00:49:38 +0100 (Wed, 03 Mar 2004) | 2 lines
24929 * updated NEWS for 0.7.1a
24931 ------------------------------------------------------------------------
24932 r6891 | massiot | 2004-03-02 23:55:34 +0100 (Tue, 02 Mar 2004) | 6 lines
24934 M /trunk/extras/contrib/src/Makefile
24935 M /trunk/extras/contrib/src/packages.mak
24938 - fixed the infamous "libmad is twice slower" bug
24939 - fixed libmad dynamic build
24940 - added a52 support to ffmpeg
24943 ------------------------------------------------------------------------
24944 r6890 | ipkiss | 2004-03-02 22:45:15 +0100 (Tue, 02 Mar 2004) | 8 lines
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
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"
24969 ------------------------------------------------------------------------
24970 r6889 | hartman | 2004-03-02 20:21:03 +0100 (Tue, 02 Mar 2004) | 3 lines
24972 M /trunk/extras/contrib/src/Makefile
24973 M /trunk/extras/contrib/src/packages.mak
24975 * Well i be .......
24976 libmodplug working now. apparently it didn't like dynamic linking on OS X.
24978 ------------------------------------------------------------------------
24979 r6888 | hartman | 2004-03-02 17:44:21 +0100 (Tue, 02 Mar 2004) | 2 lines
24981 M /trunk/modules/codec/mpeg_audio.c
24983 * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(
24985 ------------------------------------------------------------------------
24986 r6887 | kuehne | 2004-03-02 14:53:14 +0100 (Tue, 02 Mar 2004) | 8 lines
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
24993 M /trunk/src/libvlc.h
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"
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
25003 ------------------------------------------------------------------------
25004 r6886 | hartman | 2004-03-02 13:39:25 +0100 (Tue, 02 Mar 2004) | 2 lines
25006 M /trunk/modules/access/mms/mms.c
25010 ------------------------------------------------------------------------
25011 r6885 | hartman | 2004-03-02 02:10:26 +0100 (Tue, 02 Mar 2004) | 2 lines
25013 M /trunk/extras/contrib/src/Makefile
25017 ------------------------------------------------------------------------
25018 r6884 | hartman | 2004-03-02 01:59:16 +0100 (Tue, 02 Mar 2004) | 2 lines
25020 M /trunk/extras/contrib/src/packages.mak
25022 * update caca and live.com
25024 ------------------------------------------------------------------------
25025 r6883 | fenrir | 2004-03-01 23:35:55 +0100 (Mon, 01 Mar 2004) | 3 lines
25027 M /trunk/modules/codec/ffmpeg/video.c
25029 * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
25030 than just the "SMI " one).
25032 ------------------------------------------------------------------------
25033 r6882 | gbazin | 2004-03-01 22:23:09 +0100 (Mon, 01 Mar 2004) | 3 lines
25038 * ChangeLog: updated for 0.7.1.
25040 ------------------------------------------------------------------------
25041 r6881 | gbazin | 2004-03-01 21:36:24 +0100 (Mon, 01 Mar 2004) | 3 lines
25043 M /trunk/modules/gui/skins2/Modules.am
25046 * modules/gui/skins2/Modules.am: oops, 1 file too much.
25048 ------------------------------------------------------------------------
25049 r6880 | gbazin | 2004-03-01 21:04:55 +0100 (Mon, 01 Mar 2004) | 3 lines
25052 M /trunk/po/en_GB.po
25061 M /trunk/po/pt_BR.po
25064 M /trunk/po/vlc.pot
25067 * po/*: ./toolbox --update-po in preparation for the release.
25069 ------------------------------------------------------------------------
25070 r6879 | gbazin | 2004-03-01 20:58:16 +0100 (Mon, 01 Mar 2004) | 3 lines
25072 M /trunk/modules/gui/skins2/src/skin_main.cpp
25075 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
25077 ------------------------------------------------------------------------
25078 r6878 | gbazin | 2004-03-01 20:41:42 +0100 (Mon, 01 Mar 2004) | 4 lines
25080 M /trunk/Makefile.am
25081 M /trunk/install-win32
25082 M /trunk/modules/gui/skins2/Modules.am
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.
25088 ------------------------------------------------------------------------
25089 r6877 | asmax | 2004-03-01 20:36:43 +0100 (Mon, 01 Mar 2004) | 2 lines
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
25096 * all: changed dtd version to 1.99 before the final dtd freeze
25098 ------------------------------------------------------------------------
25099 r6876 | asmax | 2004-03-01 19:33:31 +0100 (Mon, 01 Mar 2004) | 5 lines
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
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
25111 * theme/skin.dtd: "id" attribute is no longer required for window
25113 ------------------------------------------------------------------------
25114 r6875 | gbazin | 2004-03-01 19:31:13 +0100 (Mon, 01 Mar 2004) | 3 lines
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
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.
25125 ------------------------------------------------------------------------
25126 r6874 | gbazin | 2004-03-01 18:36:26 +0100 (Mon, 01 Mar 2004) | 3 lines
25128 M /trunk/modules/demux/mkv.cpp
25131 * modules/demux/mkv.cpp: fixed copy&paste bug.
25133 ------------------------------------------------------------------------
25134 r6873 | gbazin | 2004-03-01 13:50:39 +0100 (Mon, 01 Mar 2004) | 8 lines
25136 M /trunk/include/vlc_threads.h
25137 M /trunk/modules/access/file.c
25138 M /trunk/modules/access_output/udp.c
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.
25148 ------------------------------------------------------------------------
25149 r6872 | massiot | 2004-03-01 12:55:25 +0100 (Mon, 01 Mar 2004) | 2 lines
25151 M /trunk/modules/stream_out/transrate/Modules.am
25153 * Added two files in Modules.am
25155 ------------------------------------------------------------------------
25156 r6871 | murray | 2004-03-01 00:08:42 +0100 (Mon, 01 Mar 2004) | 2 lines
25160 Shit, forgot to :wq before committing :) sorry guys
25162 ------------------------------------------------------------------------
25163 r6870 | jpsaman | 2004-02-29 23:59:59 +0100 (Sun, 29 Feb 2004) | 2 lines
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
25170 Updated PDA interface.
25172 ------------------------------------------------------------------------
25173 r6869 | murray | 2004-02-29 23:56:23 +0100 (Sun, 29 Feb 2004) | 5 lines
25177 Minor changes to the italian translation (thanks to Paolo Caravello)
25179 Actually, we still got some (huge) untranslated strings in libvlc.h,
25180 I'll care about them after the release.
25182 ------------------------------------------------------------------------
25183 r6868 | jpsaman | 2004-02-29 22:10:00 +0100 (Sun, 29 Feb 2004) | 2 lines
25185 M /trunk/ipkg/control.gpe
25186 M /trunk/ipkg/control.h3600
25188 Updated version strings to 0.7.1 for upcoming release.
25190 ------------------------------------------------------------------------
25191 r6867 | jpsaman | 2004-02-29 22:09:29 +0100 (Sun, 29 Feb 2004) | 2 lines
25195 Updated Dutch translation.
25197 ------------------------------------------------------------------------
25198 r6866 | gbazin | 2004-02-29 20:28:10 +0100 (Sun, 29 Feb 2004) | 3 lines
25200 M /trunk/configure.ac
25203 * configure.ac: fixed --with-dts-tree.
25205 ------------------------------------------------------------------------
25206 r6865 | gbazin | 2004-02-29 20:12:00 +0100 (Sun, 29 Feb 2004) | 3 lines
25213 ------------------------------------------------------------------------
25214 r6864 | gbazin | 2004-02-29 20:01:22 +0100 (Sun, 29 Feb 2004) | 3 lines
25216 M /trunk/modules/demux/rawdv.c
25219 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
25221 ------------------------------------------------------------------------
25222 r6863 | asmax | 2004-02-29 18:36:55 +0100 (Sun, 29 Feb 2004) | 2 lines
25224 M /trunk/modules/gui/skins2/src/skin_main.cpp
25226 * src/skin_main.cpp: do not delete the input a second time !
25228 ------------------------------------------------------------------------
25229 r6862 | asmax | 2004-02-29 17:49:55 +0100 (Sun, 29 Feb 2004) | 6 lines
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
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
25267 ------------------------------------------------------------------------
25268 r6861 | gbazin | 2004-02-29 15:35:10 +0100 (Sun, 29 Feb 2004) | 3 lines
25270 M /trunk/INSTALL.win32
25273 * INSTALL.win32: updated win32 build instructions.
25275 ------------------------------------------------------------------------
25276 r6860 | zorglub | 2004-02-29 15:05:45 +0100 (Sun, 29 Feb 2004) | 2 lines
25278 M /trunk/modules/gui/wxwindows/playlist.cpp
25282 ------------------------------------------------------------------------
25283 r6859 | asmax | 2004-02-29 15:05:14 +0100 (Sun, 29 Feb 2004) | 2 lines
25285 M /trunk/modules/gui/skins2/src/skin_main.cpp
25287 * src/skin_main.cpp: fixed a bug related to the destruction order ;)
25289 ------------------------------------------------------------------------
25290 r6858 | kuehne | 2004-02-29 14:55:04 +0100 (Sun, 29 Feb 2004) | 2 lines
25294 Fixed breakage which has been introduced in the last commit
25296 ------------------------------------------------------------------------
25297 r6857 | kuehne | 2004-02-29 14:49:02 +0100 (Sun, 29 Feb 2004) | 2 lines
25303 ------------------------------------------------------------------------
25304 r6856 | gbazin | 2004-02-29 14:33:47 +0100 (Sun, 29 Feb 2004) | 3 lines
25306 M /trunk/ipkg/Makefile.am
25309 * ipkg/Makefile.am: don't try to package files which have been removed.
25311 ------------------------------------------------------------------------
25312 r6855 | gbazin | 2004-02-29 14:08:56 +0100 (Sun, 29 Feb 2004) | 4 lines
25314 M /trunk/include/vlc_common.h
25315 M /trunk/src/misc/variables.c
25318 * src/misc/variables.c: fixed memleak.
25319 * include/vlc_common.h: use pragma to disable useless MSVC warnings.
25321 ------------------------------------------------------------------------
25322 r6854 | gbazin | 2004-02-29 14:05:22 +0100 (Sun, 29 Feb 2004) | 4 lines
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
25330 * ALL: bumped revision number to 0.7.1
25331 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
25333 ------------------------------------------------------------------------
25334 r6853 | gbazin | 2004-02-29 14:03:19 +0100 (Sun, 29 Feb 2004) | 3 lines
25336 M /trunk/extras/contrib/src/packages.mak
25339 * src/packages.mak: updated for libdts-0.0.2
25341 ------------------------------------------------------------------------
25342 r6852 | zorglub | 2004-02-28 20:40:06 +0100 (Sat, 28 Feb 2004) | 2 lines
25344 M /trunk/modules/gui/wxwindows/playlist.cpp
25346 Search on the author field too
25348 ------------------------------------------------------------------------
25349 r6851 | zorglub | 2004-02-28 20:31:54 +0100 (Sat, 28 Feb 2004) | 2 lines
25351 M /trunk/modules/gui/wxwindows/playlist.cpp
25353 Fix loop on end of search
25355 ------------------------------------------------------------------------
25356 r6850 | gbazin | 2004-02-28 20:30:04 +0100 (Sat, 28 Feb 2004) | 2 lines
25358 M /trunk/modules/gui/wxwindows/streamout.cpp
25360 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
25362 ------------------------------------------------------------------------
25363 r6849 | gbazin | 2004-02-28 18:10:23 +0100 (Sat, 28 Feb 2004) | 3 lines
25365 M /trunk/src/playlist/info.c
25366 M /trunk/src/playlist/item-ext.c
25367 M /trunk/src/playlist/item.c
25370 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
25372 ------------------------------------------------------------------------
25373 r6848 | titer | 2004-02-28 14:53:35 +0100 (Sat, 28 Feb 2004) | 3 lines
25375 M /trunk/modules/gui/macosx/vout.h
25376 M /trunk/modules/gui/macosx/vout.m
25378 macosx/vout* : don't forget to exit fullscreen mode at EOF,
25381 ------------------------------------------------------------------------
25382 r6847 | kuehne | 2004-02-27 23:33:38 +0100 (Fri, 27 Feb 2004) | 2 lines
25386 Updated german translation
25388 ------------------------------------------------------------------------
25389 r6846 | gbazin | 2004-02-27 16:07:04 +0100 (Fri, 27 Feb 2004) | 3 lines
25391 M /trunk/modules/gui/skins2/parser/xmlparser.hpp
25392 M /trunk/modules/gui/skins2/src/skin_main.cpp
25394 * src/skin_main.cpp: fixed bug related to the destruction order.
25395 * parser/xmlparser.hpp: removed useless change.
25397 ------------------------------------------------------------------------
25398 r6845 | fenrir | 2004-02-27 15:22:18 +0100 (Fri, 27 Feb 2004) | 2 lines
25400 M /trunk/modules/demux/avi/avi.c
25402 * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
25404 ------------------------------------------------------------------------
25405 r6844 | fenrir | 2004-02-27 15:05:55 +0100 (Fri, 27 Feb 2004) | 3 lines
25407 M /trunk/modules/demux/avi/avi.c
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 :(
25412 ------------------------------------------------------------------------
25413 r6843 | fenrir | 2004-02-27 15:02:05 +0100 (Fri, 27 Feb 2004) | 2 lines
25415 M /trunk/modules/codec/ffmpeg/chroma.c
25416 M /trunk/modules/codec/rawvideo.c
25418 * rawvideo.c, ffmpeg/chroma.c: added YVU9.
25420 ------------------------------------------------------------------------
25421 r6842 | fenrir | 2004-02-27 15:01:35 +0100 (Fri, 27 Feb 2004) | 2 lines
25423 M /trunk/src/video_output/vout_pictures.c
25424 M /trunk/src/video_output/vout_pictures.h
25426 * vout_pictures.*: added YVU9.
25428 ------------------------------------------------------------------------
25429 r6841 | gbazin | 2004-02-27 14:24:12 +0100 (Fri, 27 Feb 2004) | 2 lines
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
25442 * modules/gui/skins2/*: portability fixes.
25444 ------------------------------------------------------------------------
25445 r6840 | murray | 2004-02-26 20:11:44 +0100 (Thu, 26 Feb 2004) | 3 lines
25450 it.po: italian localization for VLC 0.7.1
25453 ------------------------------------------------------------------------
25454 r6839 | hartman | 2004-02-26 18:07:37 +0100 (Thu, 26 Feb 2004) | 3 lines
25456 M /trunk/modules/codec/ffmpeg/audio.c
25458 * Don't crash during my demo to the university computer labs.
25459 - don't crash when i_output < 0
25461 ------------------------------------------------------------------------
25462 r6838 | gbazin | 2004-02-26 18:02:17 +0100 (Thu, 26 Feb 2004) | 3 lines
25464 M /trunk/modules/audio_output/directx.c
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).
25469 ------------------------------------------------------------------------
25470 r6837 | hartman | 2004-02-26 15:40:29 +0100 (Thu, 26 Feb 2004) | 3 lines
25472 M /trunk/modules/gui/macosx/playlist.m
25474 * another thing that wasn't committed yet.
25475 - Fix Playlist Save. Can only do m3u atm.
25477 ------------------------------------------------------------------------
25478 r6836 | gbazin | 2004-02-26 14:58:23 +0100 (Thu, 26 Feb 2004) | 2 lines
25480 M /trunk/modules/video_output/directx/directx.c
25481 M /trunk/modules/video_output/directx/events.c
25483 * modules/video_output/directx/*: fixes uninitialized variables and memleaks.
25485 ------------------------------------------------------------------------
25486 r6835 | hartman | 2004-02-26 14:24:55 +0100 (Thu, 26 Feb 2004) | 2 lines
25488 M /trunk/modules/gui/macosx/vout.m
25490 * don't break things...
25492 ------------------------------------------------------------------------
25493 r6834 | hartman | 2004-02-26 14:04:55 +0100 (Thu, 26 Feb 2004) | 3 lines
25495 M /trunk/modules/gui/macosx/macosx.m
25496 M /trunk/modules/gui/macosx/vout.m
25498 * Something I forgot
25499 --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
25501 ------------------------------------------------------------------------
25502 r6833 | gbazin | 2004-02-26 13:04:14 +0100 (Thu, 26 Feb 2004) | 5 lines
25504 M /trunk/modules/gui/wxwindows/menus.cpp
25505 M /trunk/modules/gui/wxwindows/playlist.cpp
25506 M /trunk/modules/gui/wxwindows/wxwindows.cpp
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.
25513 ------------------------------------------------------------------------
25514 r6832 | gbazin | 2004-02-26 09:24:29 +0100 (Thu, 26 Feb 2004) | 3 lines
25516 M /trunk/modules/gui/wxwindows/playlist.cpp
25517 M /trunk/modules/gui/wxwindows/wxwindows.h
25520 * modules/gui/wxwindows/playlist.cpp: removed useless lock.
25522 ------------------------------------------------------------------------
25523 r6831 | gbazin | 2004-02-26 01:23:04 +0100 (Thu, 26 Feb 2004) | 3 lines
25525 M /trunk/modules/gui/wxwindows/menus.cpp
25526 M /trunk/modules/gui/wxwindows/playlist.cpp
25527 M /trunk/modules/gui/wxwindows/preferences.cpp
25530 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.
25532 ------------------------------------------------------------------------
25533 r6830 | hartman | 2004-02-26 00:28:04 +0100 (Thu, 26 Feb 2004) | 2 lines
25535 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
25537 * Disable libmad on OS X
25539 ------------------------------------------------------------------------
25540 r6829 | ipkiss | 2004-02-25 23:42:48 +0100 (Wed, 25 Feb 2004) | 2 lines
25544 Fixed an incorrect string
25546 ------------------------------------------------------------------------
25547 r6828 | jpsaman | 2004-02-25 23:16:20 +0100 (Wed, 25 Feb 2004) | 3 lines
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
25557 Added configuration for h3600 iPAQ PDA with small Flash sizes.
25558 Removed unused files.
25560 ------------------------------------------------------------------------
25561 r6827 | zorglub | 2004-02-25 23:01:34 +0100 (Wed, 25 Feb 2004) | 4 lines
25565 Update of the french translation.
25567 This file need reviewing, please help
25569 ------------------------------------------------------------------------
25570 r6826 | titer | 2004-02-25 20:27:23 +0100 (Wed, 25 Feb 2004) | 2 lines
25572 M /trunk/modules/gui/macosx/vout.h
25573 M /trunk/modules/gui/macosx/vout.m
25575 macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
25577 ------------------------------------------------------------------------
25578 r6825 | gbazin | 2004-02-25 19:47:02 +0100 (Wed, 25 Feb 2004) | 3 lines
25580 M /trunk/src/input/input_dec.c
25583 * src/input/input_dec.c: compilation fix.
25585 ------------------------------------------------------------------------
25586 r6824 | gbazin | 2004-02-25 19:43:24 +0100 (Wed, 25 Feb 2004) | 3 lines
25588 M /trunk/modules/packetizer/mpeg4audio.c
25589 M /trunk/modules/packetizer/mpegvideo.c
25592 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
25594 ------------------------------------------------------------------------
25595 r6823 | gbazin | 2004-02-25 19:42:38 +0100 (Wed, 25 Feb 2004) | 3 lines
25597 M /trunk/modules/gui/wxwindows/wxwindows.h
25600 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.
25602 ------------------------------------------------------------------------
25603 r6822 | fenrir | 2004-02-25 19:22:54 +0100 (Wed, 25 Feb 2004) | 2 lines
25605 M /trunk/modules/codec/libmpeg2.c
25607 * libmpeg2.c: lalala, compilation fix...
25609 ------------------------------------------------------------------------
25610 r6821 | fenrir | 2004-02-25 18:48:52 +0100 (Wed, 25 Feb 2004) | 3 lines
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
25626 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
25627 field and a few BLOCK_FLAG_*.
25629 ------------------------------------------------------------------------
25630 r6820 | zorglub | 2004-02-25 15:02:34 +0100 (Wed, 25 Feb 2004) | 3 lines
25632 M /trunk/po/pt_BR.po
25634 Update of the brazilian portuguese translation, thanks to
25635 Andr� de Barros Martins Ribeiro
25637 ------------------------------------------------------------------------
25638 r6819 | fenrir | 2004-02-25 13:38:33 +0100 (Wed, 25 Feb 2004) | 2 lines
25640 M /trunk/src/input/input_dec.c
25641 M /trunk/src/input/input_programs.c
25643 * all: fixed sout-audio/video options.
25645 ------------------------------------------------------------------------
25646 r6818 | gbazin | 2004-02-24 23:15:41 +0100 (Tue, 24 Feb 2004) | 3 lines
25648 M /trunk/modules/gui/wxwindows/menus.cpp
25649 M /trunk/modules/gui/wxwindows/wxwindows.h
25652 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
25654 ------------------------------------------------------------------------
25655 r6817 | gbazin | 2004-02-24 20:23:11 +0100 (Tue, 24 Feb 2004) | 3 lines
25657 M /trunk/modules/demux/dts.c
25660 * modules/demux/dts.c: improved detection of wav dts files.
25662 ------------------------------------------------------------------------
25663 r6816 | zorglub | 2004-02-24 19:19:44 +0100 (Tue, 24 Feb 2004) | 7 lines
25665 M /trunk/modules/gui/wxwindows/playlist.cpp
25667 Fix problem in playlist update code.
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)
25674 ------------------------------------------------------------------------
25675 r6815 | gbazin | 2004-02-24 18:43:31 +0100 (Tue, 24 Feb 2004) | 3 lines
25677 M /trunk/modules/access/cdda.c
25680 * modules/access/cdda.c: added "cddasimple" shortcut.
25682 ------------------------------------------------------------------------
25683 r6814 | gbazin | 2004-02-24 18:42:07 +0100 (Tue, 24 Feb 2004) | 3 lines
25685 M /trunk/modules/stream_out/transcode.c
25688 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
25690 ------------------------------------------------------------------------
25691 r6813 | bigben | 2004-02-24 18:16:27 +0100 (Tue, 24 Feb 2004) | 2 lines
25693 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25694 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25696 Do not send an event when clicking out of the search box
25698 ------------------------------------------------------------------------
25699 r6812 | fenrir | 2004-02-24 17:31:46 +0100 (Tue, 24 Feb 2004) | 2 lines
25701 M /trunk/modules/access/http.c
25703 * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
25705 ------------------------------------------------------------------------
25706 r6811 | gbazin | 2004-02-24 00:01:05 +0100 (Tue, 24 Feb 2004) | 5 lines
25708 M /trunk/include/codecs.h
25709 M /trunk/modules/codec/araw.c
25710 M /trunk/modules/demux/wav.c
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.
25717 ------------------------------------------------------------------------
25718 r6810 | gbazin | 2004-02-23 22:57:56 +0100 (Mon, 23 Feb 2004) | 3 lines
25720 M /trunk/src/playlist/playlist.c
25723 * src/playlist/playlist.c: who said testing was useful ?
25725 ------------------------------------------------------------------------
25726 r6809 | gbazin | 2004-02-23 22:50:14 +0100 (Mon, 23 Feb 2004) | 3 lines
25728 M /trunk/src/playlist/playlist.c
25731 * src/playlist/playlist.c: bug fix.
25733 ------------------------------------------------------------------------
25734 r6808 | sigmunau | 2004-02-23 22:00:37 +0100 (Mon, 23 Feb 2004) | 4 lines
25736 M /trunk/modules/misc/sap.c
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 '/'
25742 ------------------------------------------------------------------------
25743 r6807 | kuehne | 2004-02-23 21:55:41 +0100 (Mon, 23 Feb 2004) | 2 lines
25745 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
25746 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
25748 Enlarged some fields in the OpenTarget-Window to display the entire localizations
25750 ------------------------------------------------------------------------
25751 r6806 | fenrir | 2004-02-23 21:45:52 +0100 (Mon, 23 Feb 2004) | 2 lines
25753 M /trunk/modules/demux/livedotcom.cpp
25755 * livedotcom.cpp: nULL -> UI64C(n).
25757 ------------------------------------------------------------------------
25758 r6805 | fenrir | 2004-02-23 21:35:42 +0100 (Mon, 23 Feb 2004) | 3 lines
25760 M /trunk/modules/demux/livedotcom.cpp
25762 * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
25763 using weird value after a synch with RTCP.
25765 ------------------------------------------------------------------------
25766 r6804 | gbazin | 2004-02-23 21:34:47 +0100 (Mon, 23 Feb 2004) | 3 lines
25768 M /trunk/include/vlc_common.h
25771 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
25773 ------------------------------------------------------------------------
25774 r6803 | gbazin | 2004-02-23 13:17:24 +0100 (Mon, 23 Feb 2004) | 3 lines
25776 M /trunk/modules/gui/wxwindows/playlist.cpp
25777 M /trunk/modules/gui/wxwindows/wxwindows.h
25778 M /trunk/src/playlist/playlist.c
25780 * modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
25781 * src/playlist/playlist.c: vout/sout garbage collection improvements.
25783 ------------------------------------------------------------------------
25784 r6802 | rocky | 2004-02-23 01:10:50 +0100 (Mon, 23 Feb 2004) | 2 lines
25786 M /trunk/modules/access/cdda/access.c
25788 Change error reporting on memory error to be memory error.
25790 ------------------------------------------------------------------------
25791 r6801 | titer | 2004-02-23 00:09:25 +0100 (Mon, 23 Feb 2004) | 2 lines
25793 M /trunk/modules/misc/network/ipv4.c
25795 ipv4.c : BeOS compile fix
25797 ------------------------------------------------------------------------
25798 r6800 | gbazin | 2004-02-22 22:32:42 +0100 (Sun, 22 Feb 2004) | 3 lines
25800 M /trunk/modules/access/cdda/access.c
25803 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
25805 ------------------------------------------------------------------------
25806 r6799 | fenrir | 2004-02-22 17:40:25 +0100 (Sun, 22 Feb 2004) | 2 lines
25808 M /trunk/src/input/input_programs.c
25810 * input_programs.c: a little memleak.
25812 ------------------------------------------------------------------------
25813 r6798 | fenrir | 2004-02-22 17:08:47 +0100 (Sun, 22 Feb 2004) | 2 lines
25815 M /trunk/include/stream_output.h
25816 M /trunk/src/input/input_dec.c
25817 M /trunk/src/stream_output/stream_output.c
25819 * all: changed the prototype of sout_InputNew.
25821 ------------------------------------------------------------------------
25822 r6797 | fenrir | 2004-02-22 17:01:42 +0100 (Sun, 22 Feb 2004) | 2 lines
25824 M /trunk/modules/demux/livedotcom.cpp
25826 * livedotcom.cpp: bug fix. (a bad memory allocation).
25828 ------------------------------------------------------------------------
25829 r6796 | fenrir | 2004-02-22 16:59:53 +0100 (Sun, 22 Feb 2004) | 2 lines
25831 M /trunk/modules/demux/util/sub.c
25833 * sub.c: VobSub fix.
25835 ------------------------------------------------------------------------
25836 r6795 | fenrir | 2004-02-22 16:57:41 +0100 (Sun, 22 Feb 2004) | 2 lines
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
25845 * all: compilation warning fixes (mainly missings headers).
25847 ------------------------------------------------------------------------
25848 r6794 | zorglub | 2004-02-22 16:52:33 +0100 (Sun, 22 Feb 2004) | 2 lines
25850 M /trunk/modules/misc/playlist/export.c
25851 M /trunk/modules/misc/playlist/native.c
25853 Fix compilation warnings
25855 ------------------------------------------------------------------------
25856 r6793 | massiot | 2004-02-22 16:41:27 +0100 (Sun, 22 Feb 2004) | 3 lines
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
25865 * Updated contrib build system
25866 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently
25868 ------------------------------------------------------------------------
25869 r6792 | gbazin | 2004-02-22 16:03:33 +0100 (Sun, 22 Feb 2004) | 4 lines
25871 M /trunk/configure.ac
25872 M /trunk/modules/gui/wxwindows/wxwindows.h
25873 M /trunk/src/libvlc.c
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
25879 ------------------------------------------------------------------------
25880 r6791 | rocky | 2004-02-22 11:52:23 +0100 (Sun, 22 Feb 2004) | 2 lines
25882 M /trunk/modules/codec/ogt/common.c
25884 Fix valgrind-caught memory leak.
25886 ------------------------------------------------------------------------
25887 r6790 | rocky | 2004-02-22 11:30:41 +0100 (Sun, 22 Feb 2004) | 2 lines
25889 M /trunk/modules/access/vcdx/access.c
25891 Fix mem leak caught by valgrind.
25893 ------------------------------------------------------------------------
25894 r6789 | rocky | 2004-02-22 11:30:22 +0100 (Sun, 22 Feb 2004) | 2 lines
25896 M /trunk/modules/access/cdda/access.c
25898 fix mem leak. (Caught by valgrind.)
25900 ------------------------------------------------------------------------
25901 r6788 | rocky | 2004-02-22 10:35:48 +0100 (Sun, 22 Feb 2004) | 3 lines
25903 M /trunk/modules/access/vcdx/access.c
25905 Make sure a couple of variables are initialized before
25906 reading. (caught by valgrind).
25908 ------------------------------------------------------------------------
25909 r6787 | gbazin | 2004-02-22 01:55:31 +0100 (Sun, 22 Feb 2004) | 3 lines
25911 M /trunk/po/POTFILES.in
25913 M /trunk/po/en_GB.po
25922 M /trunk/po/pt_BR.po
25925 M /trunk/po/vlc.pot
25928 * po/*: ./toolbox --update-po.
25930 ------------------------------------------------------------------------
25931 r6786 | gbazin | 2004-02-22 01:33:10 +0100 (Sun, 22 Feb 2004) | 3 lines
25933 M /trunk/modules/demux/playlist/Modules.am
25936 * modules/demux/playlist/Modules.am: don't forget playlist.h.
25938 ------------------------------------------------------------------------
25939 r6785 | gbazin | 2004-02-22 01:15:33 +0100 (Sun, 22 Feb 2004) | 3 lines
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
25950 * ALL: preparation for 0.7.1-test2.
25952 ------------------------------------------------------------------------
25953 r6784 | gbazin | 2004-02-22 00:50:52 +0100 (Sun, 22 Feb 2004) | 3 lines
25955 M /trunk/modules/stream_out/transcode.c
25958 * modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
25960 ------------------------------------------------------------------------
25961 r6783 | gbazin | 2004-02-22 00:15:52 +0100 (Sun, 22 Feb 2004) | 4 lines
25963 M /trunk/include/charset.h
25964 M /trunk/modules/demux/ts.c
25965 M /trunk/modules/mux/mp4.c
25968 * include/charset.h: added "extern "C" {" for c++ modules.
25969 * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
25971 ------------------------------------------------------------------------
25972 r6782 | gbazin | 2004-02-21 23:41:49 +0100 (Sat, 21 Feb 2004) | 3 lines
25974 M /trunk/modules/codec/ffmpeg/encoder.c
25977 * modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
25979 ------------------------------------------------------------------------
25980 r6781 | gbazin | 2004-02-20 23:07:51 +0100 (Fri, 20 Feb 2004) | 3 lines
25982 M /trunk/configure.ac
25985 * configure.ac: what about checking for the c++ preprocessor.
25987 ------------------------------------------------------------------------
25988 r6780 | massiot | 2004-02-20 20:21:25 +0100 (Fri, 20 Feb 2004) | 2 lines
25990 M /trunk/modules/stream_out/transcode.c
25992 * modules/stream_out/transcode.c : don't lock when quitting.
25994 ------------------------------------------------------------------------
25995 r6779 | gbazin | 2004-02-20 20:21:23 +0100 (Fri, 20 Feb 2004) | 4 lines
25997 M /trunk/modules/audio_output/alsa.c
25998 D /trunk/modules/demux/a52sys.c
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.
26004 ------------------------------------------------------------------------
26005 r6778 | massiot | 2004-02-20 20:03:59 +0100 (Fri, 20 Feb 2004) | 2 lines
26007 M /trunk/modules/stream_out/transcode.c
26009 * modules/stream_out/transcode.c: fixed a segfault when quitting.
26011 ------------------------------------------------------------------------
26012 r6777 | massiot | 2004-02-20 19:34:28 +0100 (Fri, 20 Feb 2004) | 12 lines
26014 M /trunk/include/vlc_codec.h
26015 M /trunk/modules/codec/ffmpeg/encoder.c
26016 M /trunk/modules/stream_out/transcode.c
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
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
26030 ------------------------------------------------------------------------
26031 r6776 | massiot | 2004-02-20 19:24:41 +0100 (Fri, 20 Feb 2004) | 3 lines
26033 M /trunk/modules/packetizer/mpegvideo.c
26035 * modules/packetizer/mpegvideo.c: display the picture size and frame rate
26038 ------------------------------------------------------------------------
26039 r6775 | massiot | 2004-02-20 18:20:01 +0100 (Fri, 20 Feb 2004) | 4 lines
26041 M /trunk/src/libvlc.h
26042 M /trunk/src/misc/threads.c
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.
26048 ------------------------------------------------------------------------
26049 r6774 | massiot | 2004-02-20 18:16:50 +0100 (Fri, 20 Feb 2004) | 2 lines
26051 M /trunk/modules/demux/mpeg/system.c
26053 * modules/demux/mpeg/system.c: check for scrambled packets.
26055 ------------------------------------------------------------------------
26056 r6773 | massiot | 2004-02-20 18:13:42 +0100 (Fri, 20 Feb 2004) | 3 lines
26058 M /trunk/modules/access_output/udp.c
26060 * modules/access_output/udp.c: do not send out packets which are too much
26061 in the past, to avoid flooding the client.
26063 ------------------------------------------------------------------------
26064 r6772 | bigben | 2004-02-20 17:29:31 +0100 (Fri, 20 Feb 2004) | 2 lines
26066 M /trunk/modules/access/pvr/pvr.c
26070 ------------------------------------------------------------------------
26071 r6771 | bigben | 2004-02-20 16:38:40 +0100 (Fri, 20 Feb 2004) | 5 lines
26073 M /trunk/modules/access/pvr/pvr.c
26075 cleaning of pvr input : settings are only set if given on command line
26076 (no more default values).
26078 Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
26080 ------------------------------------------------------------------------
26081 r6770 | hartman | 2004-02-19 20:38:58 +0100 (Thu, 19 Feb 2004) | 5 lines
26083 M /trunk/modules/gui/macosx/prefs.h
26084 M /trunk/modules/gui/macosx/prefs.m
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
26091 ------------------------------------------------------------------------
26092 r6769 | courmisch | 2004-02-19 19:55:34 +0100 (Thu, 19 Feb 2004) | 2 lines
26095 M /trunk/doc/ChangeLog-2001
26096 M /trunk/doc/ChangeLog-2002
26098 Removed Vladimir Chernyshov's email address (kept his name).
26100 ------------------------------------------------------------------------
26101 r6768 | jpsaman | 2004-02-19 18:42:43 +0100 (Thu, 19 Feb 2004) | 2 lines
26103 M /trunk/modules/codec/faad.c
26105 Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
26107 ------------------------------------------------------------------------
26108 r6767 | gbazin | 2004-02-19 17:19:41 +0100 (Thu, 19 Feb 2004) | 2 lines
26110 M /trunk/modules/codec/faad.c
26112 * modules/codec/faad.c: compilation fix and proper 16bits pcm support.
26114 ------------------------------------------------------------------------
26115 r6766 | jpsaman | 2004-02-19 16:42:25 +0100 (Thu, 19 Feb 2004) | 2 lines
26117 M /trunk/modules/codec/faad.c
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.
26121 ------------------------------------------------------------------------
26122 r6765 | jpsaman | 2004-02-19 16:13:49 +0100 (Thu, 19 Feb 2004) | 2 lines
26124 M /trunk/modules/codec/faad.c
26126 Fix for iPAQ choose fixed point arithmic in FAAD decoder.
26128 ------------------------------------------------------------------------
26129 r6764 | rocky | 2004-02-19 03:05:12 +0100 (Thu, 19 Feb 2004) | 3 lines
26131 M /trunk/modules/access/vcdx/access.c
26133 Structure not big enough and was writing past buffer boundary.
26134 Thanks to Marco Z�hlke for finding this problem.
26136 ------------------------------------------------------------------------
26137 r6763 | fenrir | 2004-02-18 14:21:33 +0100 (Wed, 18 Feb 2004) | 2 lines
26139 M /trunk/modules/stream_out/transcode.c
26141 * transcode: fixed s16b <-> s16l conversion.
26143 ------------------------------------------------------------------------
26144 r6762 | gbazin | 2004-02-17 14:13:32 +0100 (Tue, 17 Feb 2004) | 2 lines
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
26152 * ALL: portability fixes.
26154 ------------------------------------------------------------------------
26155 r6761 | hartman | 2004-02-17 04:12:00 +0100 (Tue, 17 Feb 2004) | 3 lines
26157 M /trunk/modules/control/hotkeys.c
26158 M /trunk/modules/gui/macosx/controls.m
26159 M /trunk/src/video_output/video_text.c
26161 * vout_OSDMessage doxygen doc update
26162 * fix broken vout_OSDMessage in other files
26164 ------------------------------------------------------------------------
26165 r6760 | zorglub | 2004-02-16 18:16:24 +0100 (Mon, 16 Feb 2004) | 7 lines
26167 M /trunk/modules/access/directory.c
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
26174 I dislike these strings, please find other ones :)
26176 ------------------------------------------------------------------------
26177 r6759 | zorglub | 2004-02-16 18:14:39 +0100 (Mon, 16 Feb 2004) | 3 lines
26179 M /trunk/modules/gui/wxwindows/playlist.cpp
26180 M /trunk/modules/gui/wxwindows/wxwindows.h
26182 * Swap duration and group columns
26183 * Introduce duration sort
26185 ------------------------------------------------------------------------
26186 r6758 | zorglub | 2004-02-16 18:14:15 +0100 (Mon, 16 Feb 2004) | 2 lines
26188 M /trunk/src/input/input.c
26190 Fix setting the name and the author with DEMUX_GET_META
26192 ------------------------------------------------------------------------
26193 r6757 | gbazin | 2004-02-16 14:33:10 +0100 (Mon, 16 Feb 2004) | 2 lines
26195 M /trunk/modules/access/dshow/filter.cpp
26197 * modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
26199 ------------------------------------------------------------------------
26200 r6756 | gbazin | 2004-02-15 23:20:56 +0100 (Sun, 15 Feb 2004) | 3 lines
26202 M /trunk/modules/misc/network/ipv6.c
26205 * modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
26207 ------------------------------------------------------------------------
26208 r6755 | gbazin | 2004-02-15 22:52:59 +0100 (Sun, 15 Feb 2004) | 3 lines
26210 M /trunk/modules/audio_filter/converter/dtstospdif.c
26213 * modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
26215 ------------------------------------------------------------------------
26216 r6754 | sigmunau | 2004-02-15 20:40:41 +0100 (Sun, 15 Feb 2004) | 7 lines
26218 M /trunk/doc/lirc/example.lircrc
26219 M /trunk/modules/control/lirc/lirc.c
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
26228 ------------------------------------------------------------------------
26229 r6753 | ipkiss | 2004-02-15 19:58:38 +0100 (Sun, 15 Feb 2004) | 3 lines
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
26238 * modules/gui/skins/*:
26239 Added 'slow' and 'fast' events to play a stream slower/faster
26241 ------------------------------------------------------------------------
26242 r6752 | sigmunau | 2004-02-15 19:22:26 +0100 (Sun, 15 Feb 2004) | 6 lines
26244 M /trunk/include/osd.h
26245 M /trunk/src/video_output/video_text.c
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()
26253 ------------------------------------------------------------------------
26254 r6751 | fenrir | 2004-02-15 17:59:18 +0100 (Sun, 15 Feb 2004) | 3 lines
26256 M /trunk/modules/demux/nsv.c
26258 * nsv: display sub stream and skip extention data (initial patch from
26259 Vitalijus dot Slavinskas at stud dot ktu dot lt).
26261 ------------------------------------------------------------------------
26262 r6750 | gbazin | 2004-02-15 14:16:43 +0100 (Sun, 15 Feb 2004) | 3 lines
26264 M /trunk/modules/demux/ogg.c
26267 * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
26269 ------------------------------------------------------------------------
26270 r6749 | gbazin | 2004-02-14 18:36:05 +0100 (Sat, 14 Feb 2004) | 4 lines
26272 M /trunk/modules/access/cdda/access.c
26273 M /trunk/modules/access/cdda/cdda.c
26276 * modules/access/cdda/*: forgot to remove demux in module declaration.
26277 fixed deadlock with CDDAFixupPlayList().
26279 ------------------------------------------------------------------------
26280 r6748 | gbazin | 2004-02-14 18:25:39 +0100 (Sat, 14 Feb 2004) | 4 lines
26282 M /trunk/modules/access/cdda/cdda.h
26283 M /trunk/modules/access/cdda.c
26286 * modules/access/cdda*: removed definition of WAVEHEADER.
26287 * modules/access/cdda.c: small bug fix.
26289 ------------------------------------------------------------------------
26290 r6747 | gbazin | 2004-02-14 18:03:33 +0100 (Sat, 14 Feb 2004) | 6 lines
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
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.
26303 ------------------------------------------------------------------------
26304 r6746 | gbazin | 2004-02-14 13:49:35 +0100 (Sat, 14 Feb 2004) | 3 lines
26306 M /trunk/modules/gui/skins2/events/evt_scroll.hpp
26309 * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
26311 ------------------------------------------------------------------------
26312 r6745 | gbazin | 2004-02-14 13:36:16 +0100 (Sat, 14 Feb 2004) | 3 lines
26314 M /trunk/modules/gui/wxwindows/open.cpp
26315 M /trunk/modules/gui/wxwindows/subtitles.cpp
26318 * modules/gui/wxwindows/*: make gcc-2.95 happy.
26320 ------------------------------------------------------------------------
26321 r6744 | gbazin | 2004-02-14 02:53:17 +0100 (Sat, 14 Feb 2004) | 3 lines
26323 M /trunk/include/ninput.h
26324 M /trunk/modules/demux/ts.c
26325 M /trunk/modules/demux/util/id3tag.c
26328 * ALL: small portability fixes.
26330 ------------------------------------------------------------------------
26331 r6743 | gbazin | 2004-02-14 00:54:42 +0100 (Sat, 14 Feb 2004) | 3 lines
26333 M /trunk/modules/demux/playlist/playlist.c
26336 * modules/demux/playlist/playlist.c: compilation fix.
26338 ------------------------------------------------------------------------
26339 r6742 | gbazin | 2004-02-13 23:37:35 +0100 (Fri, 13 Feb 2004) | 3 lines
26341 M /trunk/modules/demux/a52.c
26344 * modules/demux/a52.c: better detection code.
26346 ------------------------------------------------------------------------
26347 r6741 | gbazin | 2004-02-13 23:14:11 +0100 (Fri, 13 Feb 2004) | 3 lines
26349 M /trunk/modules/demux/a52.c
26352 * modules/demux/a52.c: grmbl.
26354 ------------------------------------------------------------------------
26355 r6740 | gbazin | 2004-02-13 23:10:00 +0100 (Fri, 13 Feb 2004) | 3 lines
26357 M /trunk/modules/demux/a52.c
26360 * modules/demux/a52.c: fixed alignment when seeking.
26362 ------------------------------------------------------------------------
26363 r6739 | gbazin | 2004-02-13 22:48:32 +0100 (Fri, 13 Feb 2004) | 4 lines
26365 M /trunk/modules/codec/a52.c
26366 M /trunk/modules/demux/Modules.am
26367 A /trunk/modules/demux/a52.c
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.
26373 ------------------------------------------------------------------------
26374 r6738 | rocky | 2004-02-13 12:58:32 +0100 (Fri, 13 Feb 2004) | 2 lines
26376 M /trunk/doc/developer/interface.xml
26380 ------------------------------------------------------------------------
26381 r6737 | rocky | 2004-02-13 12:33:38 +0100 (Fri, 13 Feb 2004) | 4 lines
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
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
26392 ------------------------------------------------------------------------
26393 r6736 | titer | 2004-02-13 11:42:24 +0100 (Fri, 13 Feb 2004) | 2 lines
26395 M /trunk/modules/video_filter/deinterlace/deinterlace.c
26397 deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
26399 ------------------------------------------------------------------------
26400 r6735 | jpsaman | 2004-02-13 11:09:46 +0100 (Fri, 13 Feb 2004) | 2 lines
26402 M /trunk/modules/gui/pda/pda.c
26403 M /trunk/modules/gui/pda/pda_callbacks.c
26405 Disabled the preference menu, it is not filled in anyway.
26407 ------------------------------------------------------------------------
26408 r6734 | rocky | 2004-02-13 05:22:39 +0100 (Fri, 13 Feb 2004) | 4 lines
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
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.
26420 ------------------------------------------------------------------------
26421 r6733 | rocky | 2004-02-13 01:57:03 +0100 (Fri, 13 Feb 2004) | 2 lines
26423 M /trunk/doc/subtitles/cvd-subtitles.txt
26424 M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
26428 ------------------------------------------------------------------------
26429 r6732 | gbazin | 2004-02-13 00:51:15 +0100 (Fri, 13 Feb 2004) | 3 lines
26431 M /trunk/modules/stream_out/transcode.c
26434 * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
26436 ------------------------------------------------------------------------
26437 r6731 | fenrir | 2004-02-12 21:09:38 +0100 (Thu, 12 Feb 2004) | 3 lines
26439 M /trunk/modules/access/mms/asf.c
26440 M /trunk/modules/access/mms/mmstu.c
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)
26445 ------------------------------------------------------------------------
26446 r6730 | fenrir | 2004-02-12 18:52:48 +0100 (Thu, 12 Feb 2004) | 26 lines
26448 M /trunk/modules/access/v4l/v4l.c
26450 * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
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.
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
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.
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
26476 ------------------------------------------------------------------------
26477 r6729 | titer | 2004-02-12 18:35:05 +0100 (Thu, 12 Feb 2004) | 2 lines
26479 M /trunk/modules/gui/macosx/vout.m
26481 macosx/vout.m : GL cleaning (probably fixes depth issues)
26483 ------------------------------------------------------------------------
26484 r6728 | fenrir | 2004-02-11 20:17:14 +0100 (Wed, 11 Feb 2004) | 5 lines
26486 M /trunk/src/input/input.c
26487 M /trunk/src/libvlc.h
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.
26494 ------------------------------------------------------------------------
26495 r6727 | gbazin | 2004-02-11 19:08:05 +0100 (Wed, 11 Feb 2004) | 3 lines
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
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.
26505 ------------------------------------------------------------------------
26506 r6726 | rocky | 2004-02-11 13:37:28 +0100 (Wed, 11 Feb 2004) | 2 lines
26508 M /trunk/doc/intf-cdda.txt
26509 M /trunk/doc/intf-vcd.txt
26511 And one other piece of information...
26513 ------------------------------------------------------------------------
26514 r6725 | rocky | 2004-02-11 13:26:38 +0100 (Wed, 11 Feb 2004) | 3 lines
26516 M /trunk/doc/intf-cdda.txt
26517 M /trunk/doc/intf-vcd.txt
26519 Spell out general information that should be used in reporting
26522 ------------------------------------------------------------------------
26523 r6724 | zorglub | 2004-02-11 09:50:04 +0100 (Wed, 11 Feb 2004) | 2 lines
26525 M /trunk/configure.ac
26527 Enable the playlist import/export modules
26529 ------------------------------------------------------------------------
26530 r6723 | jpsaman | 2004-02-11 09:22:12 +0100 (Wed, 11 Feb 2004) | 2 lines
26532 M /trunk/modules/access/dvb/access.c
26534 Added some whitespace for alignment.
26536 ------------------------------------------------------------------------
26537 r6722 | jpsaman | 2004-02-10 21:30:09 +0100 (Tue, 10 Feb 2004) | 2 lines
26539 M /trunk/configure.ac
26541 Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
26543 ------------------------------------------------------------------------
26544 r6721 | jpsaman | 2004-02-10 21:28:37 +0100 (Tue, 10 Feb 2004) | 5 lines
26546 M /trunk/modules/gui/pda/pda.c
26547 M /trunk/modules/gui/pda/pda_callbacks.c
26549 Missed the deadline again ;-(
26551 - Fixed the playlist_AddExt() call
26552 - Fixed a compiler warning
26554 ------------------------------------------------------------------------
26555 r6720 | gbazin | 2004-02-10 18:59:10 +0100 (Tue, 10 Feb 2004) | 3 lines
26557 M /trunk/configure.ac
26560 * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
26562 ------------------------------------------------------------------------
26563 r6719 | gbazin | 2004-02-10 18:36:45 +0100 (Tue, 10 Feb 2004) | 3 lines
26566 M /trunk/configure.ac
26569 * configure.ac, NEWS: added mod and pva plugins.
26571 ------------------------------------------------------------------------
26572 r6718 | bigben | 2004-02-10 17:39:15 +0100 (Tue, 10 Feb 2004) | 2 lines
26574 M /trunk/modules/access/dvb/access.c
26575 M /trunk/modules/access/dvb/dvb.c
26579 ------------------------------------------------------------------------
26580 r6717 | jpsaman | 2004-02-10 15:57:31 +0100 (Tue, 10 Feb 2004) | 5 lines
26582 M /trunk/modules/access/dvb/access.c
26583 M /trunk/modules/access/dvb/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
26590 ------------------------------------------------------------------------
26591 r6716 | sam | 2004-02-10 15:33:17 +0100 (Tue, 10 Feb 2004) | 7 lines
26593 M /trunk/debian/control
26594 M /trunk/debian/rules
26595 M /trunk/doc/fortunes.txt
26598 * debian/rules debian/control:
26599 + No longer build a local libmpeg2 since it entered sid.
26600 + Build the livedotcom plugin.
26602 + No longer remove flac, speex and matroska from the woody build; I will
26603 provide clean backports.
26605 ------------------------------------------------------------------------
26606 r6715 | sam | 2004-02-10 15:04:55 +0100 (Tue, 10 Feb 2004) | 4 lines
26608 M /trunk/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.
26614 ------------------------------------------------------------------------
26615 r6714 | sam | 2004-02-10 14:29:04 +0100 (Tue, 10 Feb 2004) | 3 lines
26617 M /trunk/configure.ac
26620 + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
26622 ------------------------------------------------------------------------
26623 r6713 | hartman | 2004-02-10 03:57:18 +0100 (Tue, 10 Feb 2004) | 4 lines
26625 M /trunk/modules/demux/ogg.c
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.
26631 ------------------------------------------------------------------------
26632 r6712 | garf | 2004-02-10 00:30:37 +0100 (Tue, 10 Feb 2004) | 2 lines
26634 M /trunk/modules/control/http.c
26636 * http.c: made strsub a bit clean.
26638 ------------------------------------------------------------------------
26639 r6711 | garf | 2004-02-10 00:28:33 +0100 (Tue, 10 Feb 2004) | 2 lines
26641 M /trunk/doc/intf-http.txt
26643 * intf-http.txt: update doc (strsub)
26645 ------------------------------------------------------------------------
26646 r6710 | garf | 2004-02-10 00:03:12 +0100 (Tue, 10 Feb 2004) | 3 lines
26648 M /trunk/modules/control/http.c
26650 * http.c: add strsub function: extract substring (doc update will
26653 ------------------------------------------------------------------------
26654 r6709 | sam | 2004-02-09 21:40:25 +0100 (Mon, 09 Feb 2004) | 3 lines
26656 M /trunk/debian/README.Debian
26658 * debian/README.Debian:
26659 + Updated Debian-specific build notes.
26661 ------------------------------------------------------------------------
26662 r6708 | jpsaman | 2004-02-09 20:32:55 +0100 (Mon, 09 Feb 2004) | 2 lines
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
26673 Updated version number to vlc-0.7.1
26675 ------------------------------------------------------------------------
26676 r6707 | titer | 2004-02-09 18:42:12 +0100 (Mon, 09 Feb 2004) | 2 lines
26678 M /trunk/modules/gui/macosx/macosx.m
26679 M /trunk/modules/gui/macosx/vout.m
26681 macosx/* : macosx-opengl-effect now accept cube and transparent-cube
26683 ------------------------------------------------------------------------
26684 r6706 | sigmunau | 2004-02-09 17:12:25 +0100 (Mon, 09 Feb 2004) | 3 lines
26686 M /trunk/src/extras/libc.c
26689 * fixed a nasty bug in vlc_atoll.(closes #1763)
26691 ------------------------------------------------------------------------
26692 r6705 | titer | 2004-02-09 15:02:25 +0100 (Mon, 09 Feb 2004) | 2 lines
26694 M /trunk/modules/gui/macosx/vout.m
26696 macosx/vout.m : oops, fixed broken ratio from my last commit
26698 ------------------------------------------------------------------------
26699 r6704 | titer | 2004-02-09 14:28:32 +0100 (Mon, 09 Feb 2004) | 3 lines
26701 M /trunk/modules/gui/macosx/macosx.m
26702 M /trunk/modules/gui/macosx/vout.h
26703 M /trunk/modules/gui/macosx/vout.m
26705 macosx/* : added --macosx-opengl-effect, current possible values are
26706 "none" and "cube". Sorry, couldn't resist ;)
26708 ------------------------------------------------------------------------
26709 r6703 | hartman | 2004-02-09 13:54:47 +0100 (Mon, 09 Feb 2004) | 2 lines
26711 M /trunk/extras/contrib/src/Makefile
26712 M /trunk/extras/contrib/src/packages.mak
26714 * added dtsdec, 're' upgrade of libmad
26716 ------------------------------------------------------------------------
26717 r6702 | sigmunau | 2004-02-09 11:44:40 +0100 (Mon, 09 Feb 2004) | 5 lines
26719 M /trunk/share/http/admin/dboxfiles.html
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)
26726 ------------------------------------------------------------------------
26727 r6701 | gbazin | 2004-02-09 00:49:04 +0100 (Mon, 09 Feb 2004) | 3 lines
26729 M /trunk/modules/gui/skins2/Modules.am
26732 * modules/gui/skins2/Modules.am: added missing file for make dist.
26734 ------------------------------------------------------------------------
26735 r6700 | gbazin | 2004-02-09 00:39:16 +0100 (Mon, 09 Feb 2004) | 3 lines
26737 M /trunk/configure.ac
26738 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26739 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26742 * ALL: I am a morron.
26744 ------------------------------------------------------------------------
26745 r6699 | gbazin | 2004-02-08 23:37:37 +0100 (Sun, 08 Feb 2004) | 3 lines
26747 M /trunk/modules/codec/ffmpeg/video.c
26750 * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
26752 ------------------------------------------------------------------------
26753 r6698 | gbazin | 2004-02-08 23:06:14 +0100 (Sun, 08 Feb 2004) | 3 lines
26755 M /trunk/configure.ac
26758 * configure.ac: forgot one version number and added the aiff demux.
26760 ------------------------------------------------------------------------
26761 r6697 | gbazin | 2004-02-08 22:36:39 +0100 (Sun, 08 Feb 2004) | 3 lines
26765 M /trunk/configure.ac
26766 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26767 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
26770 * ALL: bumped version number to 0.7.1 in preparation for the release.
26772 ------------------------------------------------------------------------
26773 r6696 | jpsaman | 2004-02-08 22:00:19 +0100 (Sun, 08 Feb 2004) | 2 lines
26775 M /trunk/configure.ac
26777 Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
26779 ------------------------------------------------------------------------
26780 r6695 | jpsaman | 2004-02-08 21:19:03 +0100 (Sun, 08 Feb 2004) | 4 lines
26782 M /trunk/configure.ac
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
26788 ------------------------------------------------------------------------
26789 r6694 | hartman | 2004-02-08 21:09:15 +0100 (Sun, 08 Feb 2004) | 2 lines
26791 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
26793 * Update copyright info
26795 ------------------------------------------------------------------------
26796 r6693 | hartman | 2004-02-08 21:08:28 +0100 (Sun, 08 Feb 2004) | 5 lines
26798 M /trunk/modules/gui/macosx/playlist.m
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.
26805 ------------------------------------------------------------------------
26806 r6692 | gbazin | 2004-02-08 19:49:53 +0100 (Sun, 08 Feb 2004) | 3 lines
26808 M /trunk/modules/codec/ffmpeg/video.c
26811 * modules/codec/ffmpeg/video.c: another fix for post-processing.
26813 ------------------------------------------------------------------------
26814 r6691 | sigmunau | 2004-02-08 19:30:30 +0100 (Sun, 08 Feb 2004) | 7 lines
26816 M /trunk/modules/codec/ffmpeg/video.c
26817 M /trunk/modules/demux/avi/avi.c
26818 M /trunk/modules/demux/avi/libavi.h
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)
26827 ------------------------------------------------------------------------
26828 r6690 | gbazin | 2004-02-08 19:17:22 +0100 (Sun, 08 Feb 2004) | 4 lines
26830 M /trunk/modules/gui/wxwindows/open.cpp
26831 M /trunk/src/playlist/info.c
26832 M /trunk/src/playlist/item.c
26835 * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
26836 * modules/gui/wxwindows/open.cpp: cleanup.
26838 ------------------------------------------------------------------------
26839 r6689 | fenrir | 2004-02-08 18:21:50 +0100 (Sun, 08 Feb 2004) | 3 lines
26841 M /trunk/src/input/input.c
26843 * input.c: don't add subtitle track twice when using --sub-file and
26846 ------------------------------------------------------------------------
26847 r6688 | gbazin | 2004-02-08 17:48:11 +0100 (Sun, 08 Feb 2004) | 3 lines
26849 M /trunk/modules/demux/dts.c
26852 * modules/demux/dts.c: more fixes.
26854 ------------------------------------------------------------------------
26855 r6687 | rocky | 2004-02-08 17:43:17 +0100 (Sun, 08 Feb 2004) | 2 lines
26861 ------------------------------------------------------------------------
26862 r6686 | gbazin | 2004-02-08 13:09:50 +0100 (Sun, 08 Feb 2004) | 3 lines
26864 M /trunk/modules/codec/ffmpeg/video.c
26867 * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
26869 ------------------------------------------------------------------------
26870 r6685 | gbazin | 2004-02-08 12:23:17 +0100 (Sun, 08 Feb 2004) | 4 lines
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
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.
26881 ------------------------------------------------------------------------
26882 r6684 | gbazin | 2004-02-08 01:15:04 +0100 (Sun, 08 Feb 2004) | 3 lines
26884 M /trunk/modules/audio_filter/converter/dtstospdif.c
26887 * modules/audio_filter/converter/dtstospdif.c: cough cough.
26889 ------------------------------------------------------------------------
26890 r6683 | gbazin | 2004-02-08 01:04:16 +0100 (Sun, 08 Feb 2004) | 3 lines
26892 M /trunk/modules/audio_filter/converter/dtstospdif.c
26895 * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
26897 ------------------------------------------------------------------------
26898 r6682 | rocky | 2004-02-07 18:31:38 +0100 (Sat, 07 Feb 2004) | 2 lines
26900 M /trunk/doc/developer/interface.xml
26902 Update How to write an interface plugin from recent vlc-devel responses.
26904 ------------------------------------------------------------------------
26905 r6681 | sigmunau | 2004-02-07 16:01:07 +0100 (Sat, 07 Feb 2004) | 2 lines
26907 M /trunk/modules/audio_filter/converter/dtstospdif.c
26909 Fixed a segfault (don't try to memset a negative number of bytes)
26911 ------------------------------------------------------------------------
26912 r6680 | fenrir | 2004-02-07 14:26:24 +0100 (Sat, 07 Feb 2004) | 2 lines
26914 M /trunk/modules/demux/mp4/mp4.c
26916 * mp4: handle DEMUX_GET_META (avoid a msg_Err)
26918 ------------------------------------------------------------------------
26919 r6679 | fenrir | 2004-02-07 14:25:50 +0100 (Sat, 07 Feb 2004) | 2 lines
26921 M /trunk/modules/video_filter/deinterlace/deinterlace.c
26923 * deinterlace: compilation fix.
26925 ------------------------------------------------------------------------
26926 r6678 | gbazin | 2004-02-07 01:56:44 +0100 (Sat, 07 Feb 2004) | 3 lines
26928 M /trunk/modules/codec/dts.c
26931 * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
26933 ------------------------------------------------------------------------
26934 r6677 | gbazin | 2004-02-07 01:33:08 +0100 (Sat, 07 Feb 2004) | 3 lines
26936 M /trunk/include/vlc_es.h
26937 M /trunk/modules/demux/ogg.c
26940 * include/vlc_es.h: s/es_format_Free/es_format_Clean.
26942 ------------------------------------------------------------------------
26943 r6676 | gbazin | 2004-02-07 01:16:34 +0100 (Sat, 07 Feb 2004) | 5 lines
26945 M /trunk/include/vlc_es.h
26946 M /trunk/modules/codec/flac.c
26947 M /trunk/modules/demux/ogg.c
26950 * modules/demux/ogg.c: fixed memleak.
26951 * modules/codec/flac.c: fixed memleak.
26952 * include/vlc_es.h: es_format_Free().
26954 ------------------------------------------------------------------------
26955 r6675 | gbazin | 2004-02-07 00:43:32 +0100 (Sat, 07 Feb 2004) | 5 lines
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
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.
26967 ------------------------------------------------------------------------
26968 r6674 | gbazin | 2004-02-06 21:06:55 +0100 (Fri, 06 Feb 2004) | 3 lines
26970 M /trunk/include/vlc_common.h
26973 * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
26975 ------------------------------------------------------------------------
26976 r6673 | gbazin | 2004-02-06 19:15:44 +0100 (Fri, 06 Feb 2004) | 4 lines
26978 M /trunk/modules/access/cdda.c
26979 M /trunk/modules/audio_output/file.c
26980 M /trunk/modules/codec/dts.c
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.
26986 ------------------------------------------------------------------------
26987 r6672 | hartman | 2004-02-06 16:11:39 +0100 (Fri, 06 Feb 2004) | 2 lines
26989 M /trunk/modules/demux/dts.c
26991 * msg_Err -> msg_Warn
26993 ------------------------------------------------------------------------
26994 r6671 | hartman | 2004-02-06 05:51:02 +0100 (Fri, 06 Feb 2004) | 5 lines
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
27003 * Fixed adding multiple items
27004 * playlist API changes fixes
27007 ------------------------------------------------------------------------
27008 r6670 | hartman | 2004-02-06 04:52:09 +0100 (Fri, 06 Feb 2004) | 2 lines
27010 M /trunk/include/vlc_help.h
27011 M /trunk/modules/gui/macosx/prefs.m
27012 M /trunk/modules/gui/wxwindows/preferences.cpp
27014 * Move GetCapabilityHelp from intf's to vlc_help.h
27016 ------------------------------------------------------------------------
27017 r6669 | gbazin | 2004-02-05 23:56:12 +0100 (Thu, 05 Feb 2004) | 7 lines
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
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.
27033 ------------------------------------------------------------------------
27034 r6668 | hartman | 2004-02-05 22:01:44 +0100 (Thu, 05 Feb 2004) | 5 lines
27036 M /trunk/Makefile.am
27037 M /trunk/doc/Makefile.am
27039 * added a package-translations target
27040 - holds doc/translations.txt
27044 ------------------------------------------------------------------------
27045 r6667 | fenrir | 2004-02-05 20:51:46 +0100 (Thu, 05 Feb 2004) | 2 lines
27047 M /trunk/modules/misc/httpd.c
27049 * httpd: fixed a integer overflow.
27051 ------------------------------------------------------------------------
27052 r6666 | gbazin | 2004-02-05 00:55:03 +0100 (Thu, 05 Feb 2004) | 3 lines
27054 M /trunk/modules/codec/dts.c
27057 * modules/codec/dts.c: should be more correct (hopefully).
27059 ------------------------------------------------------------------------
27060 r6665 | gbazin | 2004-02-05 00:28:10 +0100 (Thu, 05 Feb 2004) | 3 lines
27062 M /trunk/modules/audio_filter/converter/dtstospdif.c
27065 * modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
27067 ------------------------------------------------------------------------
27068 r6664 | gbazin | 2004-02-05 00:03:36 +0100 (Thu, 05 Feb 2004) | 3 lines
27070 M /trunk/modules/audio_filter/converter/dtstospdif.c
27073 * modules/audio_filter/converter/dtstospdif.c: oops forgot something.
27075 ------------------------------------------------------------------------
27076 r6663 | fenrir | 2004-02-04 21:13:55 +0100 (Wed, 04 Feb 2004) | 3 lines
27078 M /trunk/modules/access/v4l/v4l.c
27080 * v4l: hue/colour/... path from Carsten Gottbeh�t
27081 (gottbehuet at active-elements dot de) (untested)
27083 ------------------------------------------------------------------------
27084 r6662 | gbazin | 2004-02-04 09:11:49 +0100 (Wed, 04 Feb 2004) | 3 lines
27086 M /trunk/modules/demux/dts.c
27089 * modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
27091 ------------------------------------------------------------------------
27092 r6661 | hartman | 2004-02-04 04:23:25 +0100 (Wed, 04 Feb 2004) | 3 lines
27094 A /trunk/doc/strings.txt
27095 A /trunk/doc/translations.txt
27097 * Added the 'documentation' on strings in our source code and also added
27098 the file with information on how to make translations.
27100 ------------------------------------------------------------------------
27101 r6660 | gbazin | 2004-02-04 00:32:45 +0100 (Wed, 04 Feb 2004) | 3 lines
27103 M /trunk/modules/codec/dts.c
27106 * modules/codec/dts.c: a bunch of fixes.
27108 ------------------------------------------------------------------------
27109 r6659 | gbazin | 2004-02-04 00:31:46 +0100 (Wed, 04 Feb 2004) | 3 lines
27111 M /trunk/modules/audio_output/file.c
27114 * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
27116 ------------------------------------------------------------------------
27117 r6658 | fenrir | 2004-02-03 21:12:53 +0100 (Tue, 03 Feb 2004) | 2 lines
27119 M /trunk/modules/access_output/http.c
27121 * http: Err -> Warn for Seek.
27123 ------------------------------------------------------------------------
27124 r6657 | titer | 2004-02-03 14:00:27 +0100 (Tue, 03 Feb 2004) | 2 lines
27127 M /trunk/modules/gui/macosx/vout.h
27128 M /trunk/modules/gui/macosx/vout.m
27130 macosx/vout* : OpenGL VRAM texturing finaly works correctly now.
27132 ------------------------------------------------------------------------
27133 r6656 | sigmunau | 2004-02-03 13:49:53 +0100 (Tue, 03 Feb 2004) | 5 lines
27135 M /trunk/configure.ac
27136 M /trunk/modules/video_filter/deinterlace/deinterlace.c
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.
27143 ------------------------------------------------------------------------
27144 r6655 | gbazin | 2004-02-03 09:16:16 +0100 (Tue, 03 Feb 2004) | 4 lines
27146 M /trunk/modules/demux/dts.c
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).
27152 ------------------------------------------------------------------------
27153 r6654 | gbazin | 2004-02-03 00:49:46 +0100 (Tue, 03 Feb 2004) | 5 lines
27155 M /trunk/modules/audio_filter/converter/dtstospdif.c
27156 M /trunk/modules/codec/dts.c
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.
27163 ------------------------------------------------------------------------
27164 r6653 | fenrir | 2004-02-02 15:43:50 +0100 (Mon, 02 Feb 2004) | 5 lines
27166 M /trunk/modules/stream_out/rtp.c
27168 * rtp: fixed mpeg1/2 with QT (QT want pts for each frame, use dts as a
27170 RTP successfully tested with QT 6.5 for mpeg 1/2 video and audio,
27171 mpeg4 audio. mpeg4 video doesn't always work.
27173 ------------------------------------------------------------------------
27174 r6652 | fenrir | 2004-02-02 14:00:53 +0100 (Mon, 02 Feb 2004) | 2 lines
27176 M /trunk/src/input/stream.c
27178 * stream: gcc < 3 fix.
27180 ------------------------------------------------------------------------
27181 r6651 | fenrir | 2004-02-02 13:58:29 +0100 (Mon, 02 Feb 2004) | 2 lines
27183 M /trunk/src/input/input.c
27185 * input: gcc < 3 fix.
27187 ------------------------------------------------------------------------
27188 r6650 | fenrir | 2004-02-02 13:53:20 +0100 (Mon, 02 Feb 2004) | 2 lines
27190 M /trunk/modules/codec/ogt/render.c
27192 * render: int i;; int j; <-- gcc < 3 doesn't like ';;'
27194 ------------------------------------------------------------------------
27195 r6649 | fenrir | 2004-02-02 13:50:08 +0100 (Mon, 02 Feb 2004) | 2 lines
27197 M /trunk/modules/stream_out/rtp.c
27199 * rtp: fix in mpeg 1/2 packetization.
27201 ------------------------------------------------------------------------
27202 r6648 | fenrir | 2004-02-02 12:18:39 +0100 (Mon, 02 Feb 2004) | 2 lines
27204 M /trunk/modules/demux/nsv.c
27206 * nsv: added 'AAC ' fourcc support.
27208 ------------------------------------------------------------------------
27209 r6647 | fenrir | 2004-02-02 12:14:32 +0100 (Mon, 02 Feb 2004) | 2 lines
27211 M /trunk/modules/access/http.c
27213 http: fixed segfault with ICY server, fixed redirection.
27215 ------------------------------------------------------------------------
27216 r6646 | fenrir | 2004-02-02 11:41:46 +0100 (Mon, 02 Feb 2004) | 2 lines
27218 M /trunk/modules/demux/nsv.c
27220 * nsv: compilation fix.
27222 ------------------------------------------------------------------------
27223 r6645 | fenrir | 2004-02-02 11:34:22 +0100 (Mon, 02 Feb 2004) | 3 lines
27225 M /trunk/modules/demux/nsv.c
27227 * nsv: full fractional frame rate support.
27228 Patch from Vitalijus dot Slavinskas at stud dot ktu dot lt
27230 ------------------------------------------------------------------------
27231 r6644 | titer | 2004-02-02 09:50:41 +0100 (Mon, 02 Feb 2004) | 4 lines
27233 M /trunk/modules/gui/macosx/prefs.m
27234 M /trunk/modules/gui/macosx/vout.h
27235 M /trunk/modules/gui/macosx/vout.m
27237 macosx/prefs.m: compile fix
27238 macosx/vout*: fixed quality problems introduced in my last commit
27239 (noticeably slower now, but fixed), cleaning
27241 ------------------------------------------------------------------------
27242 r6643 | sigmunau | 2004-02-02 00:02:02 +0100 (Mon, 02 Feb 2004) | 3 lines
27244 M /trunk/src/misc/cpu.c
27247 * SSE2 detection, using a similar approch as for SSE
27249 ------------------------------------------------------------------------
27250 r6642 | ipkiss | 2004-02-01 22:13:04 +0100 (Sun, 01 Feb 2004) | 3 lines
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
27256 * modules/gui/skins2/bezier.*: Compute the points coordinates only once
27257 * modules/gui/skins2/ctrl_slider.cpp: Fixed a couple of bugs
27259 ------------------------------------------------------------------------
27260 r6641 | sigmunau | 2004-02-01 17:53:11 +0100 (Sun, 01 Feb 2004) | 3 lines
27262 M /trunk/modules/video_filter/deinterlace/deinterlace.c
27265 * MMX and SSE2 versions of the Merge() function.
27267 ------------------------------------------------------------------------
27268 r6640 | asmax | 2004-02-01 17:15:40 +0100 (Sun, 01 Feb 2004) | 3 lines
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
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 !
27278 ------------------------------------------------------------------------
27279 r6639 | asmax | 2004-02-01 15:44:11 +0100 (Sun, 01 Feb 2004) | 5 lines
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
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)
27292 ------------------------------------------------------------------------
27293 r6638 | alexis | 2004-02-01 15:43:08 +0100 (Sun, 01 Feb 2004) | 8 lines
27295 M /trunk/modules/misc/network/ipv4.c
27297 * ipv4.c: IGMPv3 support for Linux
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
27305 ------------------------------------------------------------------------
27306 r6637 | rocky | 2004-02-01 06:15:22 +0100 (Sun, 01 Feb 2004) | 3 lines
27308 M /trunk/modules/codec/ogt/render.c
27310 RGB2 transparency now works. Common 8-bit RGB averaging routine
27311 hoisted. Some doc additions.
27313 ------------------------------------------------------------------------
27314 r6636 | fenrir | 2004-02-01 05:50:13 +0100 (Sun, 01 Feb 2004) | 2 lines
27316 M /trunk/modules/demux/ts.c
27318 * ts: implemented the same detection than mpeg/ts.c
27320 ------------------------------------------------------------------------
27321 r6635 | rocky | 2004-02-01 00:33:02 +0100 (Sun, 01 Feb 2004) | 2 lines
27323 M /trunk/modules/codec/ogt/pixmap.h
27325 Big/little-endian bug.
27327 ------------------------------------------------------------------------
27328 r6634 | fenrir | 2004-01-31 21:21:47 +0100 (Sat, 31 Jan 2004) | 2 lines
27330 M /trunk/src/input/es_out.c
27332 * es_out: reorder meta infos.
27334 ------------------------------------------------------------------------
27335 r6633 | fenrir | 2004-01-31 21:02:26 +0100 (Sat, 31 Jan 2004) | 2 lines
27337 M /trunk/src/input/es_out.c
27339 * es_out: Set Language.
27341 ------------------------------------------------------------------------
27342 r6632 | alexis | 2004-01-31 19:02:32 +0100 (Sat, 31 Jan 2004) | 8 lines
27345 M /trunk/modules/access/udp.c
27346 M /trunk/modules/misc/network/ipv4.c
27347 M /trunk/src/libvlc.h
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'
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.
27357 ------------------------------------------------------------------------
27358 r6631 | rocky | 2004-01-31 17:44:58 +0100 (Sat, 31 Jan 2004) | 2 lines
27360 M /trunk/configure.ac
27362 Try for POSIX pthread semantics on Solaris.
27364 ------------------------------------------------------------------------
27365 r6630 | fenrir | 2004-01-31 15:49:52 +0100 (Sat, 31 Jan 2004) | 2 lines
27367 M /trunk/modules/demux/avi/avi.c
27368 M /trunk/modules/demux/avi/avi.h
27370 * avi: implemented DEMUX_GET_META.
27372 ------------------------------------------------------------------------
27373 r6629 | gbazin | 2004-01-31 10:52:22 +0100 (Sat, 31 Jan 2004) | 3 lines
27375 M /trunk/Makefile.am
27378 * Makefile.am: added vlc_meta.h
27380 ------------------------------------------------------------------------
27381 r6628 | rocky | 2004-01-31 06:53:35 +0100 (Sat, 31 Jan 2004) | 13 lines
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
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
27395 pixmap.[ch]: write our own routines for retrieving a close colormap index
27396 given a pixel value. Well, and also had to
27398 video_chroma/i420_rgb.[ch]: save the RGB colormap that is allocated.
27400 Modules.am: forgot new pixmap.c
27402 others: more misc abstraction/cleanup
27404 ------------------------------------------------------------------------
27405 r6627 | fenrir | 2004-01-31 06:27:02 +0100 (Sat, 31 Jan 2004) | 2 lines
27407 M /trunk/modules/demux/asf/asf.c
27409 * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
27411 ------------------------------------------------------------------------
27412 r6626 | fenrir | 2004-01-31 06:25:36 +0100 (Sat, 31 Jan 2004) | 2 lines
27414 M /trunk/src/input/demux.c
27415 M /trunk/src/input/input.c
27417 * input: call DEMUX_GET_META and fill playlist and input infos.
27419 ------------------------------------------------------------------------
27420 r6625 | fenrir | 2004-01-31 06:24:55 +0100 (Sat, 31 Jan 2004) | 5 lines
27422 M /trunk/include/ninput.h
27423 A /trunk/include/vlc_meta.h
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 ...
27430 ------------------------------------------------------------------------
27431 r6624 | fenrir | 2004-01-30 18:53:05 +0100 (Fri, 30 Jan 2004) | 3 lines
27433 M /trunk/modules/mux/mpeg/ts.c
27435 * ts: use 0x0a descriptor to send language...
27436 Now we can stream a (complete) dvd with language informations :)
27438 ------------------------------------------------------------------------
27439 r6623 | fenrir | 2004-01-30 18:51:02 +0100 (Fri, 30 Jan 2004) | 2 lines
27441 M /trunk/modules/stream_out/transcode.c
27443 * transcode: keep psz_language.
27445 ------------------------------------------------------------------------
27446 r6622 | fenrir | 2004-01-30 18:50:05 +0100 (Fri, 30 Jan 2004) | 2 lines
27448 M /trunk/modules/demux/ts.c
27450 * ts: set psz_laguage with iso639 code.
27452 ------------------------------------------------------------------------
27453 r6621 | fenrir | 2004-01-30 18:49:21 +0100 (Fri, 30 Jan 2004) | 2 lines
27455 M /trunk/src/input/es_out.c
27456 M /trunk/src/input/input_dec.c
27458 * all: sout have now access to psz_language.
27460 ------------------------------------------------------------------------
27461 r6620 | fenrir | 2004-01-30 17:50:26 +0100 (Fri, 30 Jan 2004) | 2 lines
27463 M /trunk/modules/codec/spudec/spudec.c
27465 * spudec: a %d -> IF64d
27467 ------------------------------------------------------------------------
27468 r6619 | fenrir | 2004-01-30 17:45:40 +0100 (Fri, 30 Jan 2004) | 2 lines
27470 M /trunk/modules/stream_out/rtp.c
27472 * rtp: fixed mpeg4 audio. && was used instead of &, arggg :(
27474 ------------------------------------------------------------------------
27475 r6618 | fenrir | 2004-01-30 17:46:33 +0100 (Fri, 30 Jan 2004) | 2 lines
27477 M /trunk/modules/codec/spudec/spudec.c
27479 * spudec: commented out a debug message.
27481 ------------------------------------------------------------------------
27482 r6617 | fenrir | 2004-01-30 16:56:28 +0100 (Fri, 30 Jan 2004) | 2 lines
27484 M /trunk/modules/stream_out/rtp.c
27486 * rtp: fixed a bug that corrupt video/audio config data.
27488 ------------------------------------------------------------------------
27489 r6616 | fenrir | 2004-01-30 16:17:39 +0100 (Fri, 30 Jan 2004) | 2 lines
27491 M /trunk/include/vlc_es.h
27493 * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
27495 ------------------------------------------------------------------------
27496 r6615 | fenrir | 2004-01-30 15:45:27 +0100 (Fri, 30 Jan 2004) | 2 lines
27498 M /trunk/modules/demux/dvdnav.c
27500 * dvdnav: oups one debug messsage left.
27502 ------------------------------------------------------------------------
27503 r6614 | fenrir | 2004-01-30 15:27:48 +0100 (Fri, 30 Jan 2004) | 4 lines
27505 M /trunk/modules/demux/dvdnav.c
27506 M /trunk/modules/demux/mkv.cpp
27507 M /trunk/modules/demux/mp4/mp4.c
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).
27513 ------------------------------------------------------------------------
27514 r6613 | fenrir | 2004-01-30 15:25:39 +0100 (Fri, 30 Jan 2004) | 3 lines
27516 M /trunk/src/input/es_out.c
27518 * es_out: now es_format_t.psz_language could be a iso539 code, it will be
27519 expanded to the real language name.
27521 ------------------------------------------------------------------------
27522 r6612 | rocky | 2004-01-30 14:23:08 +0100 (Fri, 30 Jan 2004) | 2 lines
27524 M /trunk/modules/codec/ogt/pixmap.c
27526 Doc calculation typo.
27528 ------------------------------------------------------------------------
27529 r6611 | rocky | 2004-01-30 14:17:12 +0100 (Fri, 30 Jan 2004) | 10 lines
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
27537 pixmap.[ch], Modules.am: provisional routine to find closest colormap
27540 Rest: Mostly more shuffling of definitions for modularity; doc
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
27547 ------------------------------------------------------------------------
27548 r6610 | hartman | 2004-01-30 13:44:21 +0100 (Fri, 30 Jan 2004) | 6 lines
27550 M /trunk/modules/gui/macosx/intf.m
27551 M /trunk/modules/gui/macosx/prefs.h
27552 M /trunk/modules/gui/macosx/prefs.m
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...
27560 ------------------------------------------------------------------------
27561 r6609 | fenrir | 2004-01-30 02:38:53 +0100 (Fri, 30 Jan 2004) | 7 lines
27563 M /trunk/modules/demux/demux2.c
27564 M /trunk/modules/demux/dvdnav.c
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
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)
27573 ------------------------------------------------------------------------
27574 r6608 | fenrir | 2004-01-30 02:09:24 +0100 (Fri, 30 Jan 2004) | 2 lines
27576 M /trunk/modules/demux/ps.h
27578 * ps: lalalala, fixed a bug in dts/pts parsing.
27580 ------------------------------------------------------------------------
27581 r6607 | gbazin | 2004-01-29 20:38:17 +0100 (Thu, 29 Jan 2004) | 3 lines
27583 M /trunk/modules/codec/speex.c
27584 M /trunk/src/misc/win32_specific.c
27587 * modules/codec/speex.c, src/misc/win32_specific.c: compilation fixes.
27589 ------------------------------------------------------------------------
27590 r6606 | gbazin | 2004-01-29 19:48:40 +0100 (Thu, 29 Jan 2004) | 3 lines
27592 M /trunk/configure.ac
27595 * configure.ac: fixed typo.
27597 ------------------------------------------------------------------------
27598 r6605 | fenrir | 2004-01-29 19:37:05 +0100 (Thu, 29 Jan 2004) | 2 lines
27600 M /trunk/modules/demux/ps.h
27604 ------------------------------------------------------------------------
27605 r6604 | zorglub | 2004-01-29 19:02:58 +0100 (Thu, 29 Jan 2004) | 2 lines
27607 M /trunk/modules/demux/asf/asf.c
27609 Use playlist_Item* functions
27611 ------------------------------------------------------------------------
27612 r6603 | zorglub | 2004-01-29 18:51:08 +0100 (Thu, 29 Jan 2004) | 28 lines
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
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
27641 * Revert to using array of options
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)
27649 * To add an item without options: use playlist_Add
27651 You can still add options after an item has been added by using either
27652 playlist_AddOption or playlist_ItemAddOption
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* )
27660 - playlist_ItemGetById and ItemGetByPos give you playlist_items
27661 for GetByPos, you should have the playlist lock
27663 At the moment, the playlist_Set* and playlist_*Info functions are kept (they work with position) but should be avoided.
27665 ------------------------------------------------------------------------
27666 r6602 | fenrir | 2004-01-29 18:14:04 +0100 (Thu, 29 Jan 2004) | 3 lines
27668 M /trunk/modules/demux/demux2.c
27670 * demux2: mmh removed some shortcut. (easier than increasing
27671 MODULE_SHORTCUT_MAX ;)
27673 ------------------------------------------------------------------------
27674 r6601 | gbazin | 2004-01-29 18:04:01 +0100 (Thu, 29 Jan 2004) | 4 lines
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
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.
27686 ------------------------------------------------------------------------
27687 r6600 | fenrir | 2004-01-29 16:11:17 +0100 (Thu, 29 Jan 2004) | 2 lines
27689 M /trunk/modules/demux/au.c
27690 M /trunk/modules/demux/demux2.c
27692 * au: ported to demux2 API.
27694 ------------------------------------------------------------------------
27695 r6599 | fenrir | 2004-01-29 16:10:17 +0100 (Thu, 29 Jan 2004) | 2 lines
27697 M /trunk/src/input/input_programs.c
27699 * input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
27701 ------------------------------------------------------------------------
27702 r6598 | sigmunau | 2004-01-29 15:39:08 +0100 (Thu, 29 Jan 2004) | 5 lines
27704 M /trunk/include/vlc_common.h
27705 M /trunk/src/libvlc.c
27706 M /trunk/src/libvlc.h
27708 include/vlc_common.h:
27709 * defined a CPU_CAPABILITY_SSE2
27711 * implemented --see2/--no-sse2
27713 ------------------------------------------------------------------------
27714 r6597 | rocky | 2004-01-29 12:50:22 +0100 (Thu, 29 Jan 2004) | 4 lines
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
27721 render.c: RV24 blending
27722 all: more code cleanup and perhaps slightly better bigendian handling though
27723 more common routines/includes.
27725 ------------------------------------------------------------------------
27726 r6596 | rocky | 2004-01-29 05:04:21 +0100 (Thu, 29 Jan 2004) | 2 lines
27728 M /trunk/modules/codec/ogt/render.c
27730 Transparancy for more chromas more complete.
27732 ------------------------------------------------------------------------
27733 r6595 | titer | 2004-01-29 03:01:49 +0100 (Thu, 29 Jan 2004) | 4 lines
27735 M /trunk/modules/gui/macosx/vout.h
27736 M /trunk/modules/gui/macosx/vout.m
27739 + Unkludged a lot the way the OpenGL output was working until now
27740 + Optimized here and here. Please test!
27742 ------------------------------------------------------------------------
27743 r6594 | titer | 2004-01-28 22:31:15 +0100 (Wed, 28 Jan 2004) | 2 lines
27745 M /trunk/modules/gui/macosx/vout.h
27746 M /trunk/modules/gui/macosx/vout.m
27748 + macosx/vout* : cosmetic
27750 ------------------------------------------------------------------------
27751 r6593 | gbazin | 2004-01-28 21:53:21 +0100 (Wed, 28 Jan 2004) | 3 lines
27753 M /trunk/configure.ac
27756 * configure.ac: proper checks for all the skins2 dependancies.
27758 ------------------------------------------------------------------------
27759 r6592 | gbazin | 2004-01-28 17:46:52 +0100 (Wed, 28 Jan 2004) | 2 lines
27761 M /trunk/modules/access/dshow/dshow.cpp
27762 M /trunk/modules/access/dshow/filter.cpp
27764 * modules/access/dshow/*: bug fixes.
27766 ------------------------------------------------------------------------
27767 r6591 | gbazin | 2004-01-28 16:51:16 +0100 (Wed, 28 Jan 2004) | 2 lines
27769 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
27771 * modules/gui/skins2/win32/win32_graphics.cpp: small fix.
27773 ------------------------------------------------------------------------
27774 r6590 | bigben | 2004-01-28 16:25:53 +0100 (Wed, 28 Jan 2004) | 4 lines
27776 M /trunk/configure.ac
27778 Do not enable skins2 on macosx and beos.
27780 Hope I haven't broken anything...
27782 ------------------------------------------------------------------------
27783 r6589 | titer | 2004-01-28 15:36:53 +0100 (Wed, 28 Jan 2004) | 3 lines
27785 M /trunk/modules/gui/macosx/vout.m
27787 macosx/vout.m: swap OpenGL buffers only during the vertical retrace of
27788 the monitor (fixed flickering effect)
27790 ------------------------------------------------------------------------
27791 r6588 | fenrir | 2004-01-28 13:25:37 +0100 (Wed, 28 Jan 2004) | 2 lines
27793 M /trunk/modules/demux/Modules.am
27794 A /trunk/modules/demux/aiff.c
27796 * aiff: another demuxer.
27798 ------------------------------------------------------------------------
27799 r6587 | hartman | 2004-01-28 00:09:25 +0100 (Wed, 28 Jan 2004) | 2 lines
27801 M /trunk/modules/demux/util/sub.c
27803 * Thou shall initialize thou subtitles.
27805 ------------------------------------------------------------------------
27806 r6586 | hartman | 2004-01-27 23:51:39 +0100 (Tue, 27 Jan 2004) | 6 lines
27808 M /trunk/modules/codec/spudec/parse.c
27809 M /trunk/modules/codec/spudec/spudec.c
27810 M /trunk/modules/demux/util/sub.c
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.
27818 ------------------------------------------------------------------------
27819 r6585 | bigben | 2004-01-27 23:19:04 +0100 (Tue, 27 Jan 2004) | 2 lines
27821 M /trunk/modules/gui/macosx/open.m
27823 Fixes a little bug introduced by string review on localized VLC
27825 ------------------------------------------------------------------------
27826 r6584 | gbazin | 2004-01-27 22:12:42 +0100 (Tue, 27 Jan 2004) | 4 lines
27828 M /trunk/configure.ac
27829 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
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.
27835 ------------------------------------------------------------------------
27836 r6583 | gbazin | 2004-01-27 20:14:07 +0100 (Tue, 27 Jan 2004) | 3 lines
27838 M /trunk/modules/codec/dts.c
27841 * modules/codec/dts.c: bug-fix for s/pdif support.
27843 ------------------------------------------------------------------------
27844 r6582 | gbazin | 2004-01-27 18:01:51 +0100 (Tue, 27 Jan 2004) | 5 lines
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
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.
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.
27855 ------------------------------------------------------------------------
27856 r6581 | gbazin | 2004-01-27 15:05:33 +0100 (Tue, 27 Jan 2004) | 4 lines
27858 M /trunk/modules/packetizer/mpegvideo.c
27859 M /trunk/src/stream_output/stream_output.c
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().
27865 ------------------------------------------------------------------------
27866 r6580 | fenrir | 2004-01-27 14:10:29 +0100 (Tue, 27 Jan 2004) | 2 lines
27868 M /trunk/modules/demux/util/sub.c
27869 M /trunk/modules/demux/util/sub.h
27871 * sub: removed unused variable.
27873 ------------------------------------------------------------------------
27874 r6579 | fenrir | 2004-01-27 13:46:46 +0100 (Tue, 27 Jan 2004) | 2 lines
27876 M /trunk/modules/demux/util/sub.c
27878 * sub: clean/fix. it begins to work.
27880 ------------------------------------------------------------------------
27881 r6578 | fenrir | 2004-01-27 13:22:41 +0100 (Tue, 27 Jan 2004) | 3 lines
27883 M /trunk/modules/demux/util/sub.c
27885 * sub.c : fixed parsing, but doesn't work yet (buffer overflow while
27888 ------------------------------------------------------------------------
27889 r6577 | titer | 2004-01-27 13:11:48 +0100 (Tue, 27 Jan 2004) | 2 lines
27891 M /trunk/modules/gui/macosx/vout.m
27893 macosx/vout.m: fixed OpenGL aspect ratio
27895 ------------------------------------------------------------------------
27896 r6576 | gbazin | 2004-01-27 12:57:05 +0100 (Tue, 27 Jan 2004) | 3 lines
27898 M /trunk/modules/demux/util/sub.c
27899 M /trunk/modules/demux/util/sub.h
27902 * modules/demux/util/*: fixed segfault with new vobsub code.
27904 ------------------------------------------------------------------------
27905 r6575 | hartman | 2004-01-27 08:05:10 +0100 (Tue, 27 Jan 2004) | 7 lines
27907 M /trunk/modules/demux/util/sub.c
27908 M /trunk/modules/demux/util/sub.h
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:
27915 [00000199] spudec decoder debug: i_spu_size=8201 i_rle=29701
27917 ------------------------------------------------------------------------
27918 r6574 | rocky | 2004-01-27 04:45:17 +0100 (Tue, 27 Jan 2004) | 3 lines
27920 M /trunk/modules/codec/ogt/render.c
27922 First of the bigendian fixes. Bug in YUY had U and V values in blending
27925 ------------------------------------------------------------------------
27926 r6573 | titer | 2004-01-27 04:22:03 +0100 (Tue, 27 Jan 2004) | 2 lines
27928 M /trunk/modules/video_chroma/i420_yuy2.c
27930 i420_yuy2.c: made the altivec optim a bit nicer (probably a bit faster, too)
27932 ------------------------------------------------------------------------
27933 r6572 | rocky | 2004-01-27 02:57:29 +0100 (Tue, 27 Jan 2004) | 2 lines
27935 M /trunk/configure.ac
27937 Link with -lm when needed - 2nd try.
27939 ------------------------------------------------------------------------
27940 r6571 | hartman | 2004-01-27 00:37:05 +0100 (Tue, 27 Jan 2004) | 2 lines
27942 M /trunk/src/input/input.c
27944 * Fix autodetection bug with file:///
27946 ------------------------------------------------------------------------
27947 r6570 | fenrir | 2004-01-27 00:30:18 +0100 (Tue, 27 Jan 2004) | 2 lines
27949 M /trunk/src/playlist/playlist.c
27951 * playlist: fix for input options.
27953 ------------------------------------------------------------------------
27954 r6569 | fenrir | 2004-01-27 00:07:16 +0100 (Tue, 27 Jan 2004) | 3 lines
27956 M /trunk/include/input_ext-intf.h
27957 M /trunk/src/input/input.c
27958 M /trunk/src/playlist/playlist.c
27960 * all: input_CreateThread doesn't take a playlist_item_t anymore.
27961 export input_CreateThread/input_StopThread/input_DestroyThread.
27963 ------------------------------------------------------------------------
27964 r6568 | hartman | 2004-01-26 23:42:50 +0100 (Mon, 26 Jan 2004) | 2 lines
27966 M /trunk/modules/demux/util/sub.h
27967 M /trunk/src/input/input.c
27971 ------------------------------------------------------------------------
27972 r6567 | hartman | 2004-01-26 23:32:51 +0100 (Mon, 26 Jan 2004) | 2 lines
27974 M /trunk/modules/demux/util/sub.c
27975 M /trunk/modules/demux/util/sub.h
27979 ------------------------------------------------------------------------
27980 r6566 | gbazin | 2004-01-26 23:10:20 +0100 (Mon, 26 Jan 2004) | 4 lines
27982 M /trunk/modules/gui/wxwindows/dialogs.cpp
27983 M /trunk/modules/gui/wxwindows/open.cpp
27984 M /trunk/modules/gui/wxwindows/wxwindows.h
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.
27990 ------------------------------------------------------------------------
27991 r6565 | hartman | 2004-01-26 22:37:58 +0100 (Mon, 26 Jan 2004) | 2 lines
27993 M /trunk/src/audio_output/output.c
27994 M /trunk/src/input/input_programs.c
27998 ------------------------------------------------------------------------
27999 r6564 | fenrir | 2004-01-26 21:48:51 +0100 (Mon, 26 Jan 2004) | 2 lines
28001 M /trunk/modules/demux/playlist/playlist.c
28003 * playlist: compilation fix.
28005 ------------------------------------------------------------------------
28006 r6563 | fenrir | 2004-01-26 21:48:10 +0100 (Mon, 26 Jan 2004) | 3 lines
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
28015 * all: make stream_t using function pointers (needed to have multiple
28016 implementations, not yet used).
28018 ------------------------------------------------------------------------
28019 r6562 | gbazin | 2004-01-26 21:26:54 +0100 (Mon, 26 Jan 2004) | 3 lines
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
28027 * src/input/*, modules/demux/util/sub.[ch]: cleanup and fixed memory leaks.
28029 ------------------------------------------------------------------------
28030 r6561 | gbazin | 2004-01-26 21:02:15 +0100 (Mon, 26 Jan 2004) | 3 lines
28032 M /trunk/modules/demux/util/sub.c
28033 M /trunk/modules/demux/util/sub.h
28034 M /trunk/src/input/input.c
28037 * modules/demux/util/*: a bit of cleanup.
28039 ------------------------------------------------------------------------
28040 r6560 | titer | 2004-01-26 21:00:33 +0100 (Mon, 26 Jan 2004) | 2 lines
28042 M /trunk/modules/gui/macosx/vout.m
28044 gui/macosx/vout.m: fixed a mistake (fixes the main memory leak btw)
28046 ------------------------------------------------------------------------
28047 r6559 | titer | 2004-01-26 20:51:33 +0100 (Mon, 26 Jan 2004) | 2 lines
28049 M /trunk/configure.ac
28051 Compile fix (mp4 now needs -framework IOKit -framework CoreFoundation).
28053 ------------------------------------------------------------------------
28054 r6558 | gbazin | 2004-01-26 20:20:10 +0100 (Mon, 26 Jan 2004) | 3 lines
28056 M /trunk/src/input/subtitles.c
28059 * src/input/subtitles.c: more sanity checks.
28061 ------------------------------------------------------------------------
28062 r6557 | gbazin | 2004-01-26 19:57:18 +0100 (Mon, 26 Jan 2004) | 3 lines
28064 M /trunk/modules/codec/ffmpeg/ffmpeg.c
28067 * modules/codec/ffmpeg/ffmpeg.c: proper fix for disabling aac decoding while keeping encoding.
28069 ------------------------------------------------------------------------
28070 r6556 | gbazin | 2004-01-26 19:45:45 +0100 (Mon, 26 Jan 2004) | 3 lines
28072 M /trunk/modules/visualization/visual/visual.c
28075 modules/visualization/visual/visual.c: strings review.
28077 ------------------------------------------------------------------------
28078 r6555 | titer | 2004-01-26 19:30:37 +0100 (Mon, 26 Jan 2004) | 8 lines
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
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
28093 ------------------------------------------------------------------------
28094 r6554 | gbazin | 2004-01-26 19:30:01 +0100 (Mon, 26 Jan 2004) | 3 lines
28096 M /trunk/modules/mux/mp4.c
28099 * modules/mux/mp4.c: fixed recent screw-up in movie duration.
28101 ------------------------------------------------------------------------
28102 r6553 | gbazin | 2004-01-26 19:24:17 +0100 (Mon, 26 Jan 2004) | 3 lines
28104 M /trunk/modules/access/dshow/filter.cpp
28105 M /trunk/modules/access/dshow/filter.h
28108 * modules/access/dshow/*: implemented a few more things.
28110 ------------------------------------------------------------------------
28111 r6552 | jlj | 2004-01-26 18:15:40 +0100 (Mon, 26 Jan 2004) | 2 lines
28113 M /trunk/modules/demux/mp4/drms.c
28115 * drms: bugfixes in sci handling, GetiPodID darwin support.
28117 ------------------------------------------------------------------------
28118 r6551 | titer | 2004-01-26 17:54:56 +0100 (Mon, 26 Jan 2004) | 4 lines
28120 M /trunk/configure.ac
28121 M /trunk/modules/video_chroma/Modules.am
28122 M /trunk/modules/video_chroma/i420_yuy2.c
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).
28128 ------------------------------------------------------------------------
28129 r6550 | zorglub | 2004-01-26 17:52:31 +0100 (Mon, 26 Jan 2004) | 6 lines
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
28150 Do "50%","100%", ... need translation ?
28152 They are currently translated, I did not touch this
28154 ------------------------------------------------------------------------
28155 r6549 | zorglub | 2004-01-26 17:45:03 +0100 (Mon, 26 Jan 2004) | 2 lines
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
28168 ------------------------------------------------------------------------
28169 r6548 | fenrir | 2004-01-26 17:30:34 +0100 (Mon, 26 Jan 2004) | 2 lines
28171 M /trunk/modules/access/mms/mmsh.c
28173 * mmsh: msg_Err -> msg_Dbg.
28175 ------------------------------------------------------------------------
28176 r6547 | hartman | 2004-01-26 15:47:39 +0100 (Mon, 26 Jan 2004) | 2 lines
28178 M /trunk/modules/gui/kde/disc.h
28179 M /trunk/modules/gui/kde/net.h
28181 * compilation fixes
28183 ------------------------------------------------------------------------
28184 r6546 | gbazin | 2004-01-26 11:35:28 +0100 (Mon, 26 Jan 2004) | 3 lines
28186 M /trunk/configure.ac
28189 * configure.ac: fixed typo.
28191 ------------------------------------------------------------------------
28192 r6545 | sam | 2004-01-26 11:32:33 +0100 (Mon, 26 Jan 2004) | 3 lines
28194 M /trunk/configure.ac
28197 + Bail out if libavcodec.a wasn't built with --enable-pp.
28199 ------------------------------------------------------------------------
28200 r6544 | rocky | 2004-01-26 05:51:09 +0100 (Mon, 26 Jan 2004) | 3 lines
28202 M /trunk/configure.ac
28204 add -lm on more plugins that require it. libvcdinfo version number is
28205 now 0.7.20 not 0.7.20-cdio.
28207 ------------------------------------------------------------------------
28208 r6543 | asmax | 2004-01-26 00:04:06 +0100 (Mon, 26 Jan 2004) | 4 lines
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
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
28220 ------------------------------------------------------------------------
28221 r6542 | rocky | 2004-01-25 23:16:51 +0100 (Sun, 25 Jan 2004) | 2 lines
28223 M /trunk/modules/misc/freetype.c
28225 Fix if iconv not installed.
28227 ------------------------------------------------------------------------
28228 r6541 | rocky | 2004-01-25 23:16:26 +0100 (Sun, 25 Jan 2004) | 2 lines
28230 M /trunk/modules/misc/dummy/decoder.c
28232 include limits.h for PATH_MAX. Solaris fix.
28234 ------------------------------------------------------------------------
28235 r6540 | gbazin | 2004-01-25 22:39:37 +0100 (Sun, 25 Jan 2004) | 4 lines
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
28243 * include/vlc_common.h, include/vlc_es.h: new video_palette_t structure.
28244 * modules/codec/ffmpeg/*: support for palettized codecs.
28246 ------------------------------------------------------------------------
28247 r6539 | asmax | 2004-01-25 22:38:57 +0100 (Sun, 25 Jan 2004) | 2 lines
28249 M /trunk/modules/gui/skins2/src/generic_window.cpp
28251 * src/generic_window.cpp: don't raise the windows on a mouse up event
28253 ------------------------------------------------------------------------
28254 r6538 | rocky | 2004-01-25 22:03:16 +0100 (Sun, 25 Jan 2004) | 2 lines
28256 M /trunk/configure.ac
28258 Test for libcdio only once. Make disable-libcddb work (typo in test variable).
28260 ------------------------------------------------------------------------
28261 r6537 | gbazin | 2004-01-25 21:40:59 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28272 * ALL: removed useless add_category_hint().
28274 ------------------------------------------------------------------------
28275 r6536 | hartman | 2004-01-25 21:05:29 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28332 ------------------------------------------------------------------------
28333 r6535 | hartman | 2004-01-25 20:54:53 +0100 (Sun, 25 Jan 2004) | 2 lines
28335 D /trunk/doc/mad/BUGS
28336 D /trunk/doc/mad/TODO
28338 * Removing old useless files
28340 ------------------------------------------------------------------------
28341 r6534 | rocky | 2004-01-25 20:27:09 +0100 (Sun, 25 Jan 2004) | 4 lines
28343 M /trunk/modules/codec/ogt/cvd.c
28344 M /trunk/modules/codec/ogt/ogt.c
28345 M /trunk/modules/codec/ogt/subtitle.h
28347 cvd.c: default duration scaling is smaller which seems more correct.
28349 string review: Merge/canonicalize debug string messages.
28351 ------------------------------------------------------------------------
28352 r6533 | bigben | 2004-01-25 20:10:09 +0100 (Sun, 25 Jan 2004) | 2 lines
28354 M /trunk/modules/codec/dvbsub.c
28356 added a 0 accidentally
28358 ------------------------------------------------------------------------
28359 r6532 | gbazin | 2004-01-25 19:53:07 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28381 * ALL: removed a bunch of unused add_category_hint().
28383 ------------------------------------------------------------------------
28384 r6531 | asmax | 2004-01-25 19:46:37 +0100 (Sun, 25 Jan 2004) | 2 lines
28386 M /trunk/modules/gui/skins2/x11/x11_display.cpp
28388 * x11/x11_display.cpp: only 8 bpp mode was working...
28390 ------------------------------------------------------------------------
28391 r6530 | asmax | 2004-01-25 19:41:08 +0100 (Sun, 25 Jan 2004) | 3 lines
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
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...
28402 ------------------------------------------------------------------------
28403 r6529 | gbazin | 2004-01-25 19:34:55 +0100 (Sun, 25 Jan 2004) | 3 lines
28405 M /trunk/modules/gui/gtk/preferences.c
28408 * modules/gui/gtk/preferences.c: don't rely on module definitions having an add_category_hint().
28410 ------------------------------------------------------------------------
28411 r6528 | bigben | 2004-01-25 19:20:12 +0100 (Sun, 25 Jan 2004) | 5 lines
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
28435 still some printfs in dvbsub.c. Would need to spend some time reading
28436 the code to remove them.
28438 ------------------------------------------------------------------------
28439 r6527 | gbazin | 2004-01-25 19:18:50 +0100 (Sun, 25 Jan 2004) | 3 lines
28441 M /trunk/modules/gui/wxwindows/interface.cpp
28444 * modules/gui/wxwindows/interface.cpp: removed unused strings.
28446 ------------------------------------------------------------------------
28447 r6526 | zorglub | 2004-01-25 19:17:08 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28479 * Strings review in include/
28480 * Removed trailing spaces
28482 ------------------------------------------------------------------------
28483 r6525 | murray | 2004-01-25 18:58:30 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28499 reverting a whole bunch of stupid changes,
28502 ------------------------------------------------------------------------
28503 r6524 | gbazin | 2004-01-25 18:52:17 +0100 (Sun, 25 Jan 2004) | 4 lines
28505 M /trunk/modules/misc/logger/logger.c
28506 M /trunk/mozilla/vlcshell.cpp
28509 * mozilla/vlcshell.cpp: don't translate debug messages.
28510 * modules/misc/logger/logger.c: compilation fix.
28512 ------------------------------------------------------------------------
28513 r6523 | murray | 2004-01-25 18:41:30 +0100 (Sun, 25 Jan 2004) | 4 lines
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
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?)
28524 ------------------------------------------------------------------------
28525 r6522 | murray | 2004-01-25 18:32:29 +0100 (Sun, 25 Jan 2004) | 4 lines
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
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)
28541 ------------------------------------------------------------------------
28542 r6521 | gbazin | 2004-01-25 18:31:22 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28562 * modules/access/*: strings review + coding style fixes.
28564 ------------------------------------------------------------------------
28565 r6520 | kuehne | 2004-01-25 18:20:19 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28584 string review by Christophe Mutricy aka xtophe
28586 ------------------------------------------------------------------------
28587 r6519 | zorglub | 2004-01-25 18:16:06 +0100 (Sun, 25 Jan 2004) | 4 lines
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
28621 * String review, round one
28622 * A few coding style fixes
28623 * Doxygenized a few functions
28625 ------------------------------------------------------------------------
28626 r6518 | murray | 2004-01-25 18:01:57 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28643 String Review round one, Mac OS X interface.
28645 ------------------------------------------------------------------------
28646 r6517 | anil | 2004-01-25 17:17:04 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28673 ------------------------------------------------------------------------
28674 r6516 | sigmunau | 2004-01-25 16:55:37 +0100 (Sun, 25 Jan 2004) | 3 lines
28676 M /trunk/modules/video_filter/logo.c
28678 modules/video_filter/logo.c:
28679 * correctly name the config options( logo-foo not logo_foo )
28681 ------------------------------------------------------------------------
28682 r6515 | kuehne | 2004-01-25 16:42:57 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28692 ------------------------------------------------------------------------
28693 r6514 | rocky | 2004-01-25 15:42:18 +0100 (Sun, 25 Jan 2004) | 2 lines
28695 M /trunk/modules/access/vcdx/vcd.c
28699 ------------------------------------------------------------------------
28700 r6513 | rocky | 2004-01-25 15:42:05 +0100 (Sun, 25 Jan 2004) | 2 lines
28702 M /trunk/modules/access/cdda/cdda.c
28706 ------------------------------------------------------------------------
28707 r6512 | gbazin | 2004-01-25 15:34:25 +0100 (Sun, 25 Jan 2004) | 3 lines
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
28720 * modules/stream_out/*: coding style changes + strings review.
28722 ------------------------------------------------------------------------
28723 r6511 | rocky | 2004-01-25 15:18:40 +0100 (Sun, 25 Jan 2004) | 3 lines
28725 M /trunk/doc/intf-vcd.txt
28727 More clarification of the LID/PSD/PBC thing especially with respect
28728 to vlc's plugin. A couple of typographical mistakes corrected.
28730 ------------------------------------------------------------------------
28731 r6510 | kuehne | 2004-01-25 15:15:21 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28740 ------------------------------------------------------------------------
28741 r6509 | asmax | 2004-01-25 14:59:33 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28747 * all: fixed segfaults when initialization fails
28749 ------------------------------------------------------------------------
28750 r6508 | zorglub | 2004-01-25 14:50:33 +0100 (Sun, 25 Jan 2004) | 2 lines
28752 M /trunk/src/libvlc.h
28754 First round of stringreview
28756 ------------------------------------------------------------------------
28757 r6507 | kuehne | 2004-01-25 14:37:12 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28766 ------------------------------------------------------------------------
28767 r6506 | gbazin | 2004-01-25 14:29:04 +0100 (Sun, 25 Jan 2004) | 3 lines
28769 M /trunk/modules/mux/mp4.c
28772 * modules/mux/mp4.c: spec compliance fix.
28774 ------------------------------------------------------------------------
28775 r6505 | gbazin | 2004-01-25 12:48:17 +0100 (Sun, 25 Jan 2004) | 3 lines
28777 M /trunk/src/libvlc.c
28780 * src/libvlc.c: another couple of changes to the --help output.
28782 ------------------------------------------------------------------------
28783 r6504 | asmax | 2004-01-25 12:44:19 +0100 (Sun, 25 Jan 2004) | 4 lines
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
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
28812 ------------------------------------------------------------------------
28813 r6503 | gbazin | 2004-01-25 12:32:32 +0100 (Sun, 25 Jan 2004) | 3 lines
28815 M /trunk/src/libvlc.c
28818 * src/libvlc.c: improved --help output.
28820 ------------------------------------------------------------------------
28821 r6502 | gbazin | 2004-01-25 11:17:19 +0100 (Sun, 25 Jan 2004) | 3 lines
28823 M /trunk/modules/video_filter/logo.c
28826 * modules/video_filter/logo.c: compilation fixes.
28828 ------------------------------------------------------------------------
28829 r6501 | rocky | 2004-01-25 09:01:13 +0100 (Sun, 25 Jan 2004) | 2 lines
28831 M /trunk/modules/gui/wxwindows/open.cpp
28833 "Playback control LID" is too long. Shorten to "Playback LID"
28835 ------------------------------------------------------------------------
28836 r6500 | rocky | 2004-01-25 08:48:04 +0100 (Sun, 25 Jan 2004) | 2 lines
28838 M /trunk/modules/gui/wxwindows/open.cpp
28842 ------------------------------------------------------------------------
28843 r6499 | rocky | 2004-01-25 05:53:16 +0100 (Sun, 25 Jan 2004) | 3 lines
28845 M /trunk/modules/access/vcdx/access.c
28847 Allow PBC selection. Had been temporarily disabled. Perhaps this is
28848 what DJ was referring to?
28850 ------------------------------------------------------------------------
28851 r6498 | hartman | 2004-01-25 04:29:02 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28873 ------------------------------------------------------------------------
28874 r6497 | hartman | 2004-01-25 04:28:41 +0100 (Sun, 25 Jan 2004) | 2 lines
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
28886 ------------------------------------------------------------------------
28887 r6496 | hartman | 2004-01-25 04:28:32 +0100 (Sun, 25 Jan 2004) | 2 lines
28889 M /trunk/modules/video_filter/adjust.c
28891 * adjust uses variables
28893 ------------------------------------------------------------------------
28894 r6495 | fenrir | 2004-01-25 03:26:04 +0100 (Sun, 25 Jan 2004) | 4 lines
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
28903 - csa.* : CSA scrambling implementation.
28904 - demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling
28907 ------------------------------------------------------------------------
28908 r6494 | hartman | 2004-01-24 22:06:52 +0100 (Sat, 24 Jan 2004) | 3 lines
28910 M /trunk/INSTALL.win32
28911 M /trunk/MAINTAINERS
28913 M /trunk/debian/copyright
28914 M /trunk/doc/win32/Cross-Compile-Howto.txt
28916 M /trunk/extras/contrib/src/Makefile
28917 M /trunk/extras/contrib/src/packages.mak
28918 M /trunk/menuconfig
28920 M /trunk/vlc.spec.mdk
28922 * extras/contrib/src/ dvdnav packages
28923 * REST: stringreview round 1
28925 ------------------------------------------------------------------------
28926 r6493 | fenrir | 2004-01-24 21:40:46 +0100 (Sat, 24 Jan 2004) | 3 lines
28928 M /trunk/include/vlc_common.h
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).
28933 ------------------------------------------------------------------------
28934 r6492 | gbazin | 2004-01-24 16:18:29 +0100 (Sat, 24 Jan 2004) | 3 lines
28936 M /trunk/configure.ac
28939 * configure.ac: added --with-xml2-config-path=PATH option.
28941 ------------------------------------------------------------------------
28942 r6491 | asmax | 2004-01-24 15:25:16 +0100 (Sat, 24 Jan 2004) | 2 lines
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
28949 * parser/xmlparser.cpp: added DTD validation
28951 ------------------------------------------------------------------------
28952 r6490 | asmax | 2004-01-24 14:08:12 +0100 (Sat, 24 Jan 2004) | 6 lines
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
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
28968 ------------------------------------------------------------------------
28969 r6489 | gbazin | 2004-01-24 13:30:32 +0100 (Sat, 24 Jan 2004) | 3 lines
28971 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
28974 * modules/gui/wxwindows/preferences_widgets.cpp: increased the min/max value for int config vars to +/-10000000.
28976 ------------------------------------------------------------------------
28977 r6488 | gbazin | 2004-01-24 12:56:16 +0100 (Sat, 24 Jan 2004) | 5 lines
28979 M /trunk/modules/mux/mp4.c
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.
28986 ------------------------------------------------------------------------
28987 r6487 | rocky | 2004-01-24 04:48:29 +0100 (Sat, 24 Jan 2004) | 2 lines
28989 M /trunk/modules/demux/mpeg/system.c
28993 ------------------------------------------------------------------------
28994 r6486 | fenrir | 2004-01-24 01:47:42 +0100 (Sat, 24 Jan 2004) | 3 lines
28996 M /trunk/modules/codec/ffmpeg/ffmpeg.c
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.)
29001 ------------------------------------------------------------------------
29002 r6485 | rocky | 2004-01-24 00:06:25 +0100 (Sat, 24 Jan 2004) | 2 lines
29004 M /trunk/src/playlist/loadsave.c
29006 Compilation bug: can't have preprocessor directives inside a macro.
29008 ------------------------------------------------------------------------
29009 r6484 | jlj | 2004-01-23 21:58:52 +0100 (Fri, 23 Jan 2004) | 2 lines
29011 M /trunk/modules/demux/mp4/drms.c
29013 * drms: endian fixes, GetiPodID env var support.
29015 ------------------------------------------------------------------------
29016 r6483 | gbazin | 2004-01-23 18:56:14 +0100 (Fri, 23 Jan 2004) | 7 lines
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
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.
29031 ------------------------------------------------------------------------
29032 r6482 | fenrir | 2004-01-23 18:42:10 +0100 (Fri, 23 Jan 2004) | 2 lines
29034 A /trunk/modules/demux/pva.c
29036 * pva: PVA demuxer.
29038 ------------------------------------------------------------------------
29039 r6481 | titer | 2004-01-23 16:36:23 +0100 (Fri, 23 Jan 2004) | 4 lines
29041 M /trunk/configure.ac
29042 M /trunk/modules/video_filter/deinterlace/deinterlace.c
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 ;)
29048 ------------------------------------------------------------------------
29049 r6480 | rocky | 2004-01-23 12:54:48 +0100 (Fri, 23 Jan 2004) | 2 lines
29053 Time to note completion of SVCD (Philips OGT) and CVD subtitles.
29055 ------------------------------------------------------------------------
29056 r6479 | rocky | 2004-01-23 12:03:06 +0100 (Fri, 23 Jan 2004) | 3 lines
29058 M /trunk/modules/codec/ogt/render.c
29060 RV32 added, but not tested. All chromas now handled.
29061 More code cleanups.
29063 ------------------------------------------------------------------------
29064 r6478 | zorglub | 2004-01-23 11:48:08 +0100 (Fri, 23 Jan 2004) | 4 lines
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
29074 * Doxygen doc fixes
29075 * Add missing locks
29078 ------------------------------------------------------------------------
29079 r6477 | rocky | 2004-01-23 11:19:37 +0100 (Fri, 23 Jan 2004) | 2 lines
29081 M /trunk/modules/codec/ogt/common.c
29085 ------------------------------------------------------------------------
29086 r6476 | rocky | 2004-01-23 09:36:48 +0100 (Fri, 23 Jan 2004) | 2 lines
29088 M /trunk/modules/codec/ogt/cvd.c
29090 Omitted option -duration-scaling which caused plugin to stop working.
29092 ------------------------------------------------------------------------
29093 r6475 | gbazin | 2004-01-23 09:07:17 +0100 (Fri, 23 Jan 2004) | 3 lines
29095 M /trunk/modules/demux/mp4/mp4.c
29098 * modules/demux/mp4/mp4.c: don't segfault on reference files.
29100 ------------------------------------------------------------------------
29101 r6474 | rocky | 2004-01-23 04:46:41 +0100 (Fri, 23 Jan 2004) | 3 lines
29103 M /trunk/modules/codec/ogt/render.c
29105 RGB2 scaling is now correct. Need to do the same for RV24 and
29108 ------------------------------------------------------------------------
29109 r6473 | sigmunau | 2004-01-22 21:48:07 +0100 (Thu, 22 Jan 2004) | 4 lines
29111 M /trunk/modules/demux/mkv.cpp
29113 modules/demux/mkv.cpp:
29114 * removed an unused, and unreleased vlc_object_find()
29115 * added support for flac in mkv
29117 ------------------------------------------------------------------------
29118 r6472 | gbazin | 2004-01-22 20:35:14 +0100 (Thu, 22 Jan 2004) | 4 lines
29120 M /trunk/modules/demux/Modules.am
29121 M /trunk/src/playlist/loadsave.c
29124 * src/playlist/loadsave.c: errno.h related fixes.
29125 * modules/demux/Modules.am: added missing ps.h.
29127 ------------------------------------------------------------------------
29128 r6471 | fenrir | 2004-01-22 19:49:38 +0100 (Thu, 22 Jan 2004) | 3 lines
29130 M /trunk/modules/access/mms/mmstu.c
29132 * mmstu: workaround for low bitrate stream with mmst.
29133 (we don't try anymore to fill our buffer every time).
29135 ------------------------------------------------------------------------
29136 r6470 | gbazin | 2004-01-22 18:03:44 +0100 (Thu, 22 Jan 2004) | 2 lines
29138 M /trunk/src/misc/net.c
29140 * src/misc/net.c: Compilation fix.
29142 ------------------------------------------------------------------------
29143 r6469 | sigmunau | 2004-01-22 16:00:10 +0100 (Thu, 22 Jan 2004) | 2 lines
29145 M /trunk/modules/gui/wxwindows/interface.cpp
29146 M /trunk/modules/gui/wxwindows/wxwindows.h
29147 M /trunk/modules/video_filter/adjust.c
29149 all: gamma correction patch by Arwed von Merkatz <v.merkatz@gmx.net>
29151 ------------------------------------------------------------------------
29152 r6468 | sigmunau | 2004-01-22 15:27:53 +0100 (Thu, 22 Jan 2004) | 4 lines
29154 M /trunk/modules/demux/mkv.cpp
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)
29160 ------------------------------------------------------------------------
29161 r6467 | rocky | 2004-01-22 14:33:39 +0100 (Thu, 22 Jan 2004) | 4 lines
29163 M /trunk/modules/codec/ogt/render.c
29165 YUY2: Need to check against accessing outside of subpicture.
29166 RGB2: Use fixed colormap entries black: 0, white: 255, and something
29169 ------------------------------------------------------------------------
29170 r6466 | rocky | 2004-01-22 05:46:19 +0100 (Thu, 22 Jan 2004) | 5 lines
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
29177 RV24 color-setting fixed. Fullscreen mode doesn't work though.
29179 RGB2 sorta works, but to do better we need a way to lookup a palette
29180 color in a colormap.
29182 ------------------------------------------------------------------------
29183 r6465 | jlj | 2004-01-22 02:20:39 +0100 (Thu, 22 Jan 2004) | 3 lines
29185 M /trunk/configure.ac
29186 M /trunk/modules/demux/mp4/drms.c
29188 * drms: support for getting user key from firewire connected iPod under
29189 GNU/Linux. requires libsysfs (sysfsutils).
29191 ------------------------------------------------------------------------
29192 r6464 | sigmunau | 2004-01-22 02:14:50 +0100 (Thu, 22 Jan 2004) | 5 lines
29194 M /trunk/modules/misc/sap.c
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
29201 ------------------------------------------------------------------------
29202 r6463 | hartman | 2004-01-22 01:24:45 +0100 (Thu, 22 Jan 2004) | 2 lines
29204 M /trunk/modules/misc/sap.c
29206 * what was i thinking
29208 ------------------------------------------------------------------------
29209 r6462 | sigmunau | 2004-01-22 01:17:22 +0100 (Thu, 22 Jan 2004) | 3 lines
29211 M /trunk/modules/misc/sap.c
29214 * fixed some minor bugs
29216 ------------------------------------------------------------------------
29217 r6461 | fenrir | 2004-01-22 01:02:18 +0100 (Thu, 22 Jan 2004) | 3 lines
29219 M /trunk/modules/demux/ts.c
29221 * ts: added --ts-out and --ts-out-mtu (ie replace demuxstream.c)
29224 ------------------------------------------------------------------------
29225 r6460 | fenrir | 2004-01-22 01:00:34 +0100 (Thu, 22 Jan 2004) | 4 lines
29227 M /trunk/src/input/es_out.c
29228 M /trunk/src/misc/net.c
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.
29234 ------------------------------------------------------------------------
29235 r6459 | hartman | 2004-01-21 23:55:34 +0100 (Wed, 21 Jan 2004) | 2 lines
29237 M /trunk/modules/misc/sap.c
29239 * a 30 secs timeout is way too fast. changed to 1800 which is more realistic
29241 ------------------------------------------------------------------------
29242 r6458 | hartman | 2004-01-21 20:21:23 +0100 (Wed, 21 Jan 2004) | 2 lines
29244 M /trunk/extras/contrib/src/packages.mak
29246 * newer live.com sources
29248 ------------------------------------------------------------------------
29249 r6457 | jpsaman | 2004-01-21 19:59:23 +0100 (Wed, 21 Jan 2004) | 2 lines
29251 M /trunk/ipkg/rules
29253 Adding updated rules and control file for iPAQ packaging.
29255 ------------------------------------------------------------------------
29256 r6456 | gbazin | 2004-01-21 18:56:05 +0100 (Wed, 21 Jan 2004) | 4 lines
29258 M /trunk/modules/codec/dts.c
29259 M /trunk/modules/demux/dts.c
29262 * modules/demux/dts.c: support for DTS WAV files.
29263 * modules/codec/dts.c: support for 14bits little endian DTS bitstreams.
29265 ------------------------------------------------------------------------
29266 r6455 | fenrir | 2004-01-21 18:01:54 +0100 (Wed, 21 Jan 2004) | 2 lines
29268 M /trunk/include/ninput.h
29269 M /trunk/src/input/stream.c
29271 * stream: made skipping a bit smarter, removed no more used functions.
29273 ------------------------------------------------------------------------
29274 r6454 | fenrir | 2004-01-21 17:56:16 +0100 (Wed, 21 Jan 2004) | 2 lines
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
29283 ------------------------------------------------------------------------
29284 r6453 | sam | 2004-01-21 15:44:56 +0100 (Wed, 21 Jan 2004) | 2 lines
29286 M /trunk/debian/changelog
29287 M /trunk/debian/control
29290 * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC).
29292 ------------------------------------------------------------------------
29293 r6452 | fenrir | 2004-01-21 11:22:31 +0100 (Wed, 21 Jan 2004) | 3 lines
29295 M /trunk/include/network.h
29296 M /trunk/modules/access/udp.c
29297 M /trunk/src/misc/net.c
29299 * net: added net_OpenUDP
29300 * udp: cleaned to use net_*
29302 ------------------------------------------------------------------------
29303 r6451 | rocky | 2004-01-21 08:38:29 +0100 (Wed, 21 Jan 2004) | 2 lines
29305 M /trunk/modules/codec/ogt/render.c
29307 RV24 scaled properly.
29309 ------------------------------------------------------------------------
29310 r6450 | rocky | 2004-01-21 05:45:47 +0100 (Wed, 21 Jan 2004) | 3 lines
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
29318 Some of RV32 bugs worked out - pretty close. Some RGB2 work.
29321 ------------------------------------------------------------------------
29322 r6449 | sam | 2004-01-20 18:45:19 +0100 (Tue, 20 Jan 2004) | 3 lines
29324 M /trunk/debian/changelog
29325 M /trunk/debian/control
29326 M /trunk/debian/rules
29328 * debian/changelog debian/control debian/rules:
29329 + Control files for a forthcoming official upload.
29331 ------------------------------------------------------------------------
29332 r6448 | sam | 2004-01-20 18:44:30 +0100 (Tue, 20 Jan 2004) | 5 lines
29334 M /trunk/include/vlc_common.h
29335 M /trunk/modules/demux/mp4/drms.c
29337 * include/vlc_common.h:
29338 + Added proper const keywords.
29339 * modules/demux/mp4/drms.c:
29340 + Minor coding style fix.
29342 ------------------------------------------------------------------------
29343 r6447 | sigmunau | 2004-01-20 16:47:42 +0100 (Tue, 20 Jan 2004) | 3 lines
29345 M /trunk/src/libvlc.h
29348 * add description to valid values of --align
29350 ------------------------------------------------------------------------
29351 r6446 | hartman | 2004-01-20 16:34:44 +0100 (Tue, 20 Jan 2004) | 5 lines
29353 M /trunk/modules/gui/macosx/applescript.m
29354 M /trunk/modules/gui/macosx/playlist.m
29355 M /trunk/src/misc/cpu.c
29357 * src/misc/cpu.c: New altivec detection for Darwin. Using the correct
29359 * modules/gui/macosx/playlist.m: Fix Add with options and no enqueue.
29360 * modules/gui/macosx/applescript.m: PLAYLIST_GO fix
29362 ------------------------------------------------------------------------
29363 r6445 | fenrir | 2004-01-20 15:58:07 +0100 (Tue, 20 Jan 2004) | 7 lines
29365 M /trunk/modules/demux/Modules.am
29366 A /trunk/modules/demux/mod.c
29368 mod.c: new demux2 for MOD files using libmodplug library.
29369 (modplug-xmms.sourceforge.net/)
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.
29375 ------------------------------------------------------------------------
29376 r6444 | fenrir | 2004-01-20 15:51:30 +0100 (Tue, 20 Jan 2004) | 5 lines
29378 M /trunk/modules/demux/demux2.c
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).
29385 ------------------------------------------------------------------------
29386 r6443 | fenrir | 2004-01-20 15:48:37 +0100 (Tue, 20 Jan 2004) | 2 lines
29388 M /trunk/src/input/demux.c
29390 * demux: fixed psz_path value in demux_t.
29392 ------------------------------------------------------------------------
29393 r6442 | rocky | 2004-01-20 14:31:15 +0100 (Tue, 20 Jan 2004) | 3 lines
29395 M /trunk/modules/codec/ogt/render.c
29397 Remove more bugs from YUY2 rendering. Short of some trailing edge
29398 problems it is close to correct.
29400 ------------------------------------------------------------------------
29401 r6441 | fenrir | 2004-01-19 22:30:43 +0100 (Mon, 19 Jan 2004) | 4 lines
29403 M /trunk/modules/demux/dvdnav.c
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) .
29409 ------------------------------------------------------------------------
29410 r6440 | fenrir | 2004-01-19 21:31:21 +0100 (Mon, 19 Jan 2004) | 9 lines
29412 M /trunk/modules/demux/dvdnav.c
29414 * dvdnav: a lot of fixes :
29415 - subtitle/audio selection works
29416 - subtitle display works
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.
29423 ------------------------------------------------------------------------
29424 r6439 | fenrir | 2004-01-19 19:24:11 +0100 (Mon, 19 Jan 2004) | 2 lines
29426 M /trunk/modules/stream_out/transcode.c
29430 ------------------------------------------------------------------------
29431 r6438 | fenrir | 2004-01-19 19:16:32 +0100 (Mon, 19 Jan 2004) | 2 lines
29433 M /trunk/modules/demux/ts.c
29435 * ts: added a ts-es-id-pid option to mark es with their pid.
29437 ------------------------------------------------------------------------
29438 r6437 | fenrir | 2004-01-19 19:15:55 +0100 (Mon, 19 Jan 2004) | 2 lines
29440 M /trunk/modules/stream_out/duplicate.c
29441 M /trunk/modules/stream_out/transcode.c
29443 * all: keep valid i_id.
29445 ------------------------------------------------------------------------
29446 r6436 | fenrir | 2004-01-19 19:15:29 +0100 (Mon, 19 Jan 2004) | 2 lines
29448 M /trunk/include/vlc_es.h
29449 M /trunk/src/input/es_out.c
29450 M /trunk/src/input/input_dec.c
29452 * all: added a i_id field in es_format_t.
29454 ------------------------------------------------------------------------
29455 r6435 | jlj | 2004-01-19 17:40:28 +0100 (Mon, 19 Jan 2004) | 2 lines
29457 M /trunk/modules/demux/mp4/drms.c
29459 * ./modules/demux/mp4/drms.c: endian fixes.
29461 ------------------------------------------------------------------------
29462 r6434 | fenrir | 2004-01-19 15:40:25 +0100 (Mon, 19 Jan 2004) | 2 lines
29464 M /trunk/modules/stream_out/transcode.c
29466 * transcode: keep the group information.
29468 ------------------------------------------------------------------------
29469 r6433 | hartman | 2004-01-19 02:11:47 +0100 (Mon, 19 Jan 2004) | 3 lines
29471 M /trunk/extras/contrib/bootstrap
29472 M /trunk/extras/contrib/src/Makefile
29473 M /trunk/extras/contrib/src/packages.mak
29476 * www.videolan -> download.videolan
29478 ------------------------------------------------------------------------
29479 r6432 | gbazin | 2004-01-19 01:08:25 +0100 (Mon, 19 Jan 2004) | 3 lines
29481 M /trunk/modules/demux/dvdnav.c
29484 * modules/demux/dvdnav.c: menus navigation seems to be working ok now.
29486 ------------------------------------------------------------------------
29487 r6431 | gbazin | 2004-01-19 00:52:02 +0100 (Mon, 19 Jan 2004) | 5 lines
29489 M /trunk/modules/demux/dvdnav.c
29490 M /trunk/src/input/input_dec.c
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.
29497 ------------------------------------------------------------------------
29498 r6430 | fenrir | 2004-01-18 23:00:00 +0100 (Sun, 18 Jan 2004) | 3 lines
29500 M /trunk/modules/demux/mp4/libmp4.c
29501 M /trunk/modules/demux/mp4/mp4.c
29502 M /trunk/modules/demux/mp4/mp4.h
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 !!!
29507 ------------------------------------------------------------------------
29508 r6429 | fenrir | 2004-01-18 22:30:25 +0100 (Sun, 18 Jan 2004) | 2 lines
29510 M /trunk/modules/codec/ffmpeg/video.c
29512 * video: should fix an infinite loop. Dnumgis could you confirm ?
29514 ------------------------------------------------------------------------
29515 r6428 | asmax | 2004-01-18 20:54:46 +0100 (Sun, 18 Jan 2004) | 20 lines
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
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
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
29552 ------------------------------------------------------------------------
29553 r6427 | fenrir | 2004-01-18 20:35:48 +0100 (Sun, 18 Jan 2004) | 2 lines
29555 M /trunk/src/input/es_out.c
29557 * es_out: give a fourcc to the dummy pmt es_descriptor_t.
29559 ------------------------------------------------------------------------
29560 r6426 | fenrir | 2004-01-18 19:31:50 +0100 (Sun, 18 Jan 2004) | 2 lines
29562 M /trunk/modules/demux/mp4/mp4.c
29563 M /trunk/modules/demux/mp4/mp4.h
29567 ------------------------------------------------------------------------
29568 r6425 | gbazin | 2004-01-18 17:02:40 +0100 (Sun, 18 Jan 2004) | 4 lines
29570 M /trunk/modules/demux/dvdnav.c
29571 M /trunk/modules/demux/ps.h
29574 * modules/demux/dvdnav.c: added parsing of DVD style MRLs.
29575 * modules/demux/ps.h: small cosmetic changes.
29577 ------------------------------------------------------------------------
29578 r6424 | gbazin | 2004-01-18 14:39:32 +0100 (Sun, 18 Jan 2004) | 3 lines
29580 M /trunk/modules/demux/dvdnav.c
29583 * modules/demux/dvdnav.c: some coding style butchery and added on-the-fly menus selection.
29585 ------------------------------------------------------------------------
29586 r6423 | gbazin | 2004-01-18 12:14:23 +0100 (Sun, 18 Jan 2004) | 4 lines
29588 M /trunk/configure.ac
29589 M /trunk/modules/demux/Modules.am
29590 M /trunk/modules/demux/demux2.c
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.
29596 ------------------------------------------------------------------------
29597 r6422 | fenrir | 2004-01-18 08:35:31 +0100 (Sun, 18 Jan 2004) | 2 lines
29599 M /trunk/modules/control/http.c
29601 * http: fixed mem leaks, doesn't add '\0' anymore at the end of files.
29603 ------------------------------------------------------------------------
29604 r6421 | fenrir | 2004-01-18 07:33:21 +0100 (Sun, 18 Jan 2004) | 2 lines
29606 M /trunk/modules/demux/mp4/mp4.c
29608 * mp4: added 'pnot' fourcc as a valid header signature.
29610 ------------------------------------------------------------------------
29611 r6420 | fenrir | 2004-01-18 07:15:21 +0100 (Sun, 18 Jan 2004) | 2 lines
29613 M /trunk/modules/demux/ts.c
29615 * ts: clean up and a few mem leaks.
29617 ------------------------------------------------------------------------
29618 r6419 | fenrir | 2004-01-18 06:14:39 +0100 (Sun, 18 Jan 2004) | 12 lines
29620 M /trunk/src/input/input_dec.c
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)
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"}'
29634 ------------------------------------------------------------------------
29635 r6418 | sam | 2004-01-18 05:55:19 +0100 (Sun, 18 Jan 2004) | 4 lines
29637 M /trunk/modules/video_output/caca.c
29639 * modules/video_output/caca.c:
29640 + Set the window title upon startup.
29641 + Support for window resizing (requires libcaca 0.8).
29643 ------------------------------------------------------------------------
29644 r6417 | fenrir | 2004-01-18 05:53:57 +0100 (Sun, 18 Jan 2004) | 3 lines
29646 M /trunk/src/input/es_out.c
29648 * es_out.c: better support for multiple program. (bugfixes and a dirty
29649 hack because of the way input_SetProgram works).
29651 ------------------------------------------------------------------------
29652 r6416 | rocky | 2004-01-18 05:45:32 +0100 (Sun, 18 Jan 2004) | 2 lines
29654 M /trunk/modules/demux/mp4/drms.c
29656 In Solaris (and perhaps others) PATH_MAX is in limits.h.
29658 ------------------------------------------------------------------------
29659 r6415 | fenrir | 2004-01-18 04:43:03 +0100 (Sun, 18 Jan 2004) | 2 lines
29661 M /trunk/modules/stream_out/duplicate.c
29663 * duplicate: corrected behavour of no-*.
29665 ------------------------------------------------------------------------
29666 r6414 | fenrir | 2004-01-18 03:21:38 +0100 (Sun, 18 Jan 2004) | 2 lines
29668 M /trunk/modules/demux/demux2.c
29670 * demux2: added ps2,ts2 and dvdnav shortcuts.
29672 ------------------------------------------------------------------------
29673 r6413 | fenrir | 2004-01-18 03:20:28 +0100 (Sun, 18 Jan 2004) | 14 lines
29675 M /trunk/modules/stream_out/duplicate.c
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
29685 It applies for the last dst. selector1,selector2 means selector1 and
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" }'
29691 ------------------------------------------------------------------------
29692 r6412 | fenrir | 2004-01-18 02:49:11 +0100 (Sun, 18 Jan 2004) | 2 lines
29694 M /trunk/modules/demux/ts.c
29696 * ts: fixed ms-codec playback.
29698 ------------------------------------------------------------------------
29699 r6411 | sam | 2004-01-18 02:21:33 +0100 (Sun, 18 Jan 2004) | 5 lines
29701 M /trunk/modules/demux/mp4/drms.c
29702 M /trunk/modules/demux/mp4/drmstables.h
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.
29709 ------------------------------------------------------------------------
29710 r6410 | asmax | 2004-01-18 01:50:24 +0100 (Sun, 18 Jan 2004) | 2 lines
29712 M /trunk/modules/gui/skins2/src/window_manager.cpp
29714 * src/window_manager.cpp: no more magnetism with invisble windows !
29716 ------------------------------------------------------------------------
29717 r6409 | asmax | 2004-01-18 01:25:02 +0100 (Sun, 18 Jan 2004) | 4 lines
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
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
29731 ------------------------------------------------------------------------
29732 r6408 | fenrir | 2004-01-18 00:51:50 +0100 (Sun, 18 Jan 2004) | 2 lines
29734 M /trunk/modules/demux/ps.h
29736 * ps.h: added cvt adn ogt.
29738 ------------------------------------------------------------------------
29739 r6407 | fenrir | 2004-01-18 00:50:08 +0100 (Sun, 18 Jan 2004) | 2 lines
29741 M /trunk/src/input/es_out.c
29743 * es_out: select es from current program only.
29745 ------------------------------------------------------------------------
29746 r6406 | fenrir | 2004-01-17 23:32:50 +0100 (Sat, 17 Jan 2004) | 4 lines
29748 A /trunk/modules/demux/dvdnav.c
29749 A /trunk/modules/demux/ps.c
29750 A /trunk/modules/demux/ps.h
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).
29756 ------------------------------------------------------------------------
29757 r6405 | gbazin | 2004-01-17 17:51:54 +0100 (Sat, 17 Jan 2004) | 3 lines
29759 M /trunk/modules/control/http.c
29762 * modules/control/http.c: fixed another mem leak.
29764 ------------------------------------------------------------------------
29765 r6404 | gbazin | 2004-01-17 17:24:14 +0100 (Sat, 17 Jan 2004) | 4 lines
29767 M /trunk/modules/control/http.c
29768 M /trunk/src/playlist/info.c
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().
29774 ------------------------------------------------------------------------
29775 r6403 | gbazin | 2004-01-17 16:17:02 +0100 (Sat, 17 Jan 2004) | 3 lines
29777 M /trunk/modules/control/http.c
29780 * modules/control/http.c: fixed gcc warning.
29782 ------------------------------------------------------------------------
29783 r6402 | sigmunau | 2004-01-17 15:08:37 +0100 (Sat, 17 Jan 2004) | 3 lines
29785 M /trunk/src/playlist/item-ext.c
29786 M /trunk/src/playlist/item.c
29789 * Updated documentation on playlist_Add* (they return a id, not the position)
29791 ------------------------------------------------------------------------
29792 r6401 | sigmunau | 2004-01-17 14:47:57 +0100 (Sat, 17 Jan 2004) | 3 lines
29797 * Begin updating news for a 0.7.1
29799 ------------------------------------------------------------------------
29800 r6400 | gbazin | 2004-01-17 14:25:21 +0100 (Sat, 17 Jan 2004) | 3 lines
29802 M /trunk/modules/control/http.c
29805 * modules/control/http.c: fixed a whole bunch of mem leaks.
29807 ------------------------------------------------------------------------
29808 r6399 | gbazin | 2004-01-17 13:28:57 +0100 (Sat, 17 Jan 2004) | 3 lines
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
29816 * ALL: make sure newly created playlist_item_t are initialized properly.
29818 ------------------------------------------------------------------------
29819 r6398 | gbazin | 2004-01-17 13:11:58 +0100 (Sat, 17 Jan 2004) | 3 lines
29821 M /trunk/modules/stream_out/transcode.c
29824 * modules/stream_out/transcode.c: fixed segfault.
29826 ------------------------------------------------------------------------
29827 r6397 | gbazin | 2004-01-17 13:03:19 +0100 (Sat, 17 Jan 2004) | 3 lines
29829 M /trunk/src/input/demux.c
29832 * src/input/demux.c: fixed small mem leak.
29834 ------------------------------------------------------------------------
29835 r6396 | gbazin | 2004-01-17 12:41:21 +0100 (Sat, 17 Jan 2004) | 3 lines
29837 M /trunk/modules/stream_out/transcode.c
29840 * modules/stream_out/transcode.c: fixed mem leak.
29842 ------------------------------------------------------------------------
29843 r6395 | sigmunau | 2004-01-16 20:17:52 +0100 (Fri, 16 Jan 2004) | 3 lines
29845 M /trunk/share/http/index.html
29847 share/http/index.html:
29848 * try to use valid xhtml
29850 ------------------------------------------------------------------------
29851 r6394 | sam | 2004-01-16 19:26:57 +0100 (Fri, 16 Jan 2004) | 5 lines
29853 M /trunk/modules/demux/mp4/drms.c
29854 M /trunk/modules/demux/mp4/drmstables.h
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.
29861 ------------------------------------------------------------------------
29862 r6393 | rocky | 2004-01-16 14:32:37 +0100 (Fri, 16 Jan 2004) | 4 lines
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
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).
29878 ------------------------------------------------------------------------
29879 r6392 | fenrir | 2004-01-16 12:12:16 +0100 (Fri, 16 Jan 2004) | 2 lines
29881 M /trunk/include/ninput.h
29882 M /trunk/src/input/stream.c
29884 * all: added STREAM_GET_MTU and stream_MTU.
29886 ------------------------------------------------------------------------
29887 r6391 | sam | 2004-01-16 10:39:57 +0100 (Fri, 16 Jan 2004) | 3 lines
29889 M /trunk/modules/codec/libmpeg2.c
29891 * modules/codec/libmpeg2.c:
29892 + The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
29894 ------------------------------------------------------------------------
29895 r6390 | rocky | 2004-01-16 05:14:54 +0100 (Fri, 16 Jan 2004) | 10 lines
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
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).
29908 Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been
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.
29914 ------------------------------------------------------------------------
29915 r6389 | fenrir | 2004-01-16 03:01:11 +0100 (Fri, 16 Jan 2004) | 2 lines
29917 M /trunk/modules/demux/ts.c
29919 * ts: fixed mpeg4 video in TS.
29921 ------------------------------------------------------------------------
29922 r6388 | fenrir | 2004-01-16 02:47:41 +0100 (Fri, 16 Jan 2004) | 11 lines
29924 A /trunk/modules/demux/ts.c
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).
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
29937 ------------------------------------------------------------------------
29938 r6387 | gbazin | 2004-01-16 01:01:19 +0100 (Fri, 16 Jan 2004) | 3 lines
29940 M /trunk/modules/gui/wxwindows/playlist.cpp
29943 * modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
29945 ------------------------------------------------------------------------
29946 r6386 | bigben | 2004-01-16 00:59:21 +0100 (Fri, 16 Jan 2004) | 4 lines
29948 M /trunk/modules/gui/macosx/playlist.h
29954 ------------------------------------------------------------------------
29955 r6385 | gbazin | 2004-01-16 00:40:44 +0100 (Fri, 16 Jan 2004) | 5 lines
29957 M /trunk/modules/stream_out/standard.c
29958 M /trunk/src/input/input.c
29959 M /trunk/src/input/input_info.c
29962 * src/input/input.c: fixed memleaks.
29963 * src/input/input_info.c: small bug fix.
29964 * modules/stream_out/standard.c: fixed memleaks.
29966 ------------------------------------------------------------------------
29967 r6384 | gbazin | 2004-01-15 23:58:12 +0100 (Thu, 15 Jan 2004) | 3 lines
29969 M /trunk/modules/access_output/http.c
29972 * modules/access_output/http.c: fixed small mem leak and mem corruption.
29974 ------------------------------------------------------------------------
29975 r6383 | fenrir | 2004-01-15 23:39:50 +0100 (Thu, 15 Jan 2004) | 2 lines
29977 M /trunk/include/network.h
29979 * network: fix for proto://host:port url syntax.
29981 ------------------------------------------------------------------------
29982 r6382 | gbazin | 2004-01-15 23:15:40 +0100 (Thu, 15 Jan 2004) | 3 lines
29984 M /trunk/modules/demux/mpeg/system.h
29985 M /trunk/modules/demux/mpeg/ts.c
29988 * modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
29990 ------------------------------------------------------------------------
29991 r6381 | sigmunau | 2004-01-15 22:49:07 +0100 (Thu, 15 Jan 2004) | 3 lines
29993 M /trunk/modules/gui/wxwindows/playlist.cpp
29994 M /trunk/modules/gui/wxwindows/wxwindows.h
29996 modules/gui/wxwindows/*:
29997 * use a standard file dialog to export playlist
29999 ------------------------------------------------------------------------
30000 r6380 | gbazin | 2004-01-15 20:46:32 +0100 (Thu, 15 Jan 2004) | 4 lines
30002 M /trunk/modules/codec/ffmpeg/demux.c
30003 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30006 * modules/codec/ffmpeg/ffmpeg.c: more fourccs added.
30007 * modules/codec/ffmpeg/demux.c: bug fix.
30009 ------------------------------------------------------------------------
30010 r6379 | sigmunau | 2004-01-15 20:23:14 +0100 (Thu, 15 Jan 2004) | 3 lines
30012 M /trunk/src/playlist/info.c
30014 src/playlist/item.c:
30015 * remove unused variables
30017 ------------------------------------------------------------------------
30018 r6378 | sigmunau | 2004-01-15 20:21:03 +0100 (Thu, 15 Jan 2004) | 3 lines
30020 M /trunk/modules/misc/sap.c
30022 modules/misc/sap.c:
30023 * fixed playback of sap anounces through livdotcom
30025 ------------------------------------------------------------------------
30026 r6377 | gbazin | 2004-01-15 15:57:00 +0100 (Thu, 15 Jan 2004) | 2 lines
30028 M /trunk/modules/misc/network/ipv4.c
30030 * modules/misc/network/ipv4.c: fixed breakage on win32.
30032 ------------------------------------------------------------------------
30033 r6376 | fenrir | 2004-01-15 14:47:01 +0100 (Thu, 15 Jan 2004) | 3 lines
30035 M /trunk/modules/misc/network/ipv4.c
30037 * ipv4: non blocking connection mode. Please test it heavily, it may
30038 have broken all OS except linux ...
30040 ------------------------------------------------------------------------
30041 r6375 | fenrir | 2004-01-15 14:45:27 +0100 (Thu, 15 Jan 2004) | 2 lines
30043 M /trunk/modules/access/http.c
30045 * http: commented out a debug message.
30047 ------------------------------------------------------------------------
30048 r6374 | fenrir | 2004-01-15 13:55:41 +0100 (Thu, 15 Jan 2004) | 2 lines
30050 M /trunk/modules/access/http.c
30052 * do not try http 1.0 when we are going to die.
30054 ------------------------------------------------------------------------
30055 r6373 | gbazin | 2004-01-15 01:05:04 +0100 (Thu, 15 Jan 2004) | 3 lines
30057 M /trunk/modules/gui/wxwindows/wxwindows.cpp
30060 * modules/gui/wxwindows/wxwindows.cpp: include locale.h for setlocale().
30062 ------------------------------------------------------------------------
30063 r6372 | bigben | 2004-01-14 19:45:45 +0100 (Wed, 14 Jan 2004) | 4 lines
30065 M /trunk/modules/gui/macosx/playlist.h
30066 M /trunk/modules/gui/macosx/playlist.m
30070 Had to delete lastPathComponent when displaying the MRL of a file in the playlist, since sort cannot be exact with this option.
30072 ------------------------------------------------------------------------
30073 r6371 | fenrir | 2004-01-14 16:40:57 +0100 (Wed, 14 Jan 2004) | 2 lines
30075 M /trunk/modules/access/http.c
30077 * http: fixed for url like http://host[:port] (ie without path)
30079 ------------------------------------------------------------------------
30080 r6370 | rocky | 2004-01-14 12:47:19 +0100 (Wed, 14 Jan 2004) | 3 lines
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
30091 Don't do compensation subtitle unscaling if the underlying video
30092 chroma does the scaling.
30094 ------------------------------------------------------------------------
30095 r6369 | rocky | 2004-01-14 05:50:02 +0100 (Wed, 14 Jan 2004) | 3 lines
30097 M /trunk/modules/codec/ogt/render.c
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.
30102 ------------------------------------------------------------------------
30103 r6368 | gbazin | 2004-01-13 19:45:06 +0100 (Tue, 13 Jan 2004) | 3 lines
30105 M /trunk/src/interface/interface.c
30108 * src/interface/interface.c: added the gestures interface to the interfaces list.
30110 ------------------------------------------------------------------------
30111 r6367 | gbazin | 2004-01-13 16:54:09 +0100 (Tue, 13 Jan 2004) | 3 lines
30113 M /trunk/modules/mux/mp4.c
30116 * modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
30118 ------------------------------------------------------------------------
30119 r6366 | fenrir | 2004-01-13 02:54:54 +0100 (Tue, 13 Jan 2004) | 2 lines
30121 M /trunk/modules/demux/mp4/mp4.c
30123 * mp4: convert 3 bytes codes into language (track name).
30125 ------------------------------------------------------------------------
30126 r6365 | fenrir | 2004-01-13 02:44:49 +0100 (Tue, 13 Jan 2004) | 2 lines
30128 M /trunk/modules/demux/mp4/mp4.c
30130 * mp4: fixed playback for files that have 0 byte samples.
30132 ------------------------------------------------------------------------
30133 r6364 | gbazin | 2004-01-13 00:41:59 +0100 (Tue, 13 Jan 2004) | 4 lines
30135 M /trunk/src/misc/configuration.c
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.
30141 ------------------------------------------------------------------------
30142 r6363 | hartman | 2004-01-12 22:22:23 +0100 (Mon, 12 Jan 2004) | 3 lines
30144 M /trunk/modules/gui/macosx/playlist.m
30145 M /trunk/src/playlist/loadsave.c
30147 * src/playlist/loadsave.c: doxygenization
30148 * modules/gui/macosx/playlist.m: fix playlist_Export
30150 ------------------------------------------------------------------------
30151 r6362 | gbazin | 2004-01-12 22:08:22 +0100 (Mon, 12 Jan 2004) | 3 lines
30153 M /trunk/configure.ac
30156 * configure.ac: added --with-caca-config-path.
30158 ------------------------------------------------------------------------
30159 r6361 | hartman | 2004-01-12 21:54:24 +0100 (Mon, 12 Jan 2004) | 2 lines
30161 M /trunk/extras/contrib/src/Makefile
30162 M /trunk/extras/contrib/src/packages.mak
30164 * Fix caca building
30166 ------------------------------------------------------------------------
30167 r6360 | gbazin | 2004-01-12 21:19:55 +0100 (Mon, 12 Jan 2004) | 3 lines
30169 M /trunk/modules/mux/mp4.c
30172 * modules/mux/mp4.c: improved mov support a bit.
30174 ------------------------------------------------------------------------
30175 r6359 | gbazin | 2004-01-12 17:16:41 +0100 (Mon, 12 Jan 2004) | 2 lines
30177 M /trunk/modules/video_output/caca.c
30179 * modules/video_output/caca.c: ported to win32.
30181 ------------------------------------------------------------------------
30182 r6358 | rocky | 2004-01-12 14:12:07 +0100 (Mon, 12 Jan 2004) | 3 lines
30184 M /trunk/modules/codec/ogt/render.c
30186 More RenderYUY2 bug fixes. Is very usable. Remaining bugs are
30187 probably in transparancy handling.
30189 ------------------------------------------------------------------------
30190 r6357 | rocky | 2004-01-12 05:03:19 +0100 (Mon, 12 Jan 2004) | 4 lines
30192 M /trunk/modules/codec/ogt/render.c
30194 First attempt at YUY2. Sort of works.
30196 Y2RV16 less embarrassingly wrong.
30198 ------------------------------------------------------------------------
30199 r6356 | garf | 2004-01-11 20:48:45 +0100 (Sun, 11 Jan 2004) | 2 lines
30201 M /trunk/modules/gui/ncurses/ncurses.c
30203 * ncurses.c: let's be coherent: "big" forward/backward is now 5%
30205 ------------------------------------------------------------------------
30206 r6355 | sigmunau | 2004-01-11 18:46:58 +0100 (Sun, 11 Jan 2004) | 12 lines
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
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
30226 ------------------------------------------------------------------------
30227 r6354 | asmax | 2004-01-11 18:12:17 +0100 (Sun, 11 Jan 2004) | 8 lines
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
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
30269 ------------------------------------------------------------------------
30270 r6353 | rocky | 2004-01-11 16:02:15 +0100 (Sun, 11 Jan 2004) | 2 lines
30272 M /trunk/modules/demux/mpeg/ps.c
30274 Remove debug output.
30276 ------------------------------------------------------------------------
30277 r6352 | garf | 2004-01-11 15:55:32 +0100 (Sun, 11 Jan 2004) | 2 lines
30279 M /trunk/modules/gui/ncurses/ncurses.c
30281 * ncurses.c : forgot to change help
30283 ------------------------------------------------------------------------
30284 r6351 | garf | 2004-01-11 15:53:36 +0100 (Sun, 11 Jan 2004) | 3 lines
30286 M /trunk/modules/gui/ncurses/ncurses.c
30288 * ncurses.c : 5% forward and backward are definitely not precise enough.
30291 ------------------------------------------------------------------------
30292 r6350 | zorglub | 2004-01-11 02:55:42 +0100 (Sun, 11 Jan 2004) | 2 lines
30294 M /trunk/modules/misc/playlist/Modules.am
30296 Fixed modules.am file
30298 ------------------------------------------------------------------------
30299 r6349 | rocky | 2004-01-11 02:54:20 +0100 (Sun, 11 Jan 2004) | 6 lines
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
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).
30312 Allow user to override subtitle scaling via sub-aspect-ratio, 0=auto
30313 or what we do now. 1=do nothing.
30315 ------------------------------------------------------------------------
30316 r6348 | anil | 2004-01-11 02:51:24 +0100 (Sun, 11 Jan 2004) | 2 lines
30318 M /trunk/modules/codec/ogt/.cvsignore
30319 A /trunk/modules/demux/playlist/.cvsignore
30320 A /trunk/modules/misc/playlist/.cvsignore
30322 * missing or incomplete .cvsignores
30324 ------------------------------------------------------------------------
30325 r6347 | anil | 2004-01-11 02:39:44 +0100 (Sun, 11 Jan 2004) | 2 lines
30327 A /trunk/modules/misc/playlist/Modules.am
30331 ------------------------------------------------------------------------
30332 r6346 | zorglub | 2004-01-11 01:45:06 +0100 (Sun, 11 Jan 2004) | 15 lines
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
30354 * configure.ac : Added new folders
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
30363 * modules/gui/wxwindows: use the new import/export.
30365 * src/playlist/group.c : fixed boundary check
30367 * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
30369 ------------------------------------------------------------------------
30370 r6345 | asmax | 2004-01-11 01:21:22 +0100 (Sun, 11 Jan 2004) | 7 lines
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
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
30381 * src/window_manager.cpp: raise all the windows when one clicks on
30382 any window (the previous behaviour was too confiusing)
30384 ------------------------------------------------------------------------
30385 r6344 | zorglub | 2004-01-11 01:11:56 +0100 (Sun, 11 Jan 2004) | 2 lines
30387 M /trunk/src/playlist/playlist.c
30389 Use playlist_current when going from one item to another
30391 ------------------------------------------------------------------------
30392 r6343 | fenrir | 2004-01-11 01:01:35 +0100 (Sun, 11 Jan 2004) | 2 lines
30394 M /trunk/modules/gui/ncurses/ncurses.c
30396 * ncurses: better playlist handling.
30398 ------------------------------------------------------------------------
30399 r6342 | sigmunau | 2004-01-11 00:46:39 +0100 (Sun, 11 Jan 2004) | 3 lines
30401 M /trunk/src/input/input.c
30404 * removed unused variable
30406 ------------------------------------------------------------------------
30407 r6341 | hartman | 2004-01-11 00:44:19 +0100 (Sun, 11 Jan 2004) | 2 lines
30409 M /trunk/src/playlist/sort.c
30413 ------------------------------------------------------------------------
30414 r6340 | sigmunau | 2004-01-11 00:31:33 +0100 (Sun, 11 Jan 2004) | 3 lines
30416 M /trunk/modules/gui/ncurses/ncurses.c
30418 modules/gui/ncurse/ncurses.c:
30419 * fixed a segfault when the 'f' button was pressed with no item playing
30421 ------------------------------------------------------------------------
30422 r6339 | anil | 2004-01-11 00:22:21 +0100 (Sun, 11 Jan 2004) | 2 lines
30424 M /trunk/modules/gui/skins2/src/theme_loader.cpp
30426 * fixed skins2 module loading when libtar is present (thanks AsMax :)
30428 ------------------------------------------------------------------------
30429 r6338 | hartman | 2004-01-10 15:24:33 +0100 (Sat, 10 Jan 2004) | 4 lines
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
30436 * Fixed some doxygen comments.
30438 * remember last sorting and ordering in playlist struct
30440 ------------------------------------------------------------------------
30441 r6337 | rocky | 2004-01-10 14:59:25 +0100 (Sat, 10 Jan 2004) | 3 lines
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
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
30452 ------------------------------------------------------------------------
30453 r6336 | zorglub | 2004-01-10 13:35:33 +0100 (Sat, 10 Jan 2004) | 2 lines
30455 M /trunk/src/interface/interface.c
30457 Add SAP to the list of additionnal interfaces
30459 ------------------------------------------------------------------------
30460 r6335 | hartman | 2004-01-10 04:36:03 +0100 (Sat, 10 Jan 2004) | 4 lines
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
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
30474 ------------------------------------------------------------------------
30475 r6334 | hartman | 2004-01-09 23:11:04 +0100 (Fri, 09 Jan 2004) | 5 lines
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
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
30494 ------------------------------------------------------------------------
30495 r6333 | hartman | 2004-01-09 21:36:21 +0100 (Fri, 09 Jan 2004) | 5 lines
30497 M /trunk/include/variables.h
30498 M /trunk/src/libvlc.c
30499 M /trunk/src/misc/variables.c
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
30506 ------------------------------------------------------------------------
30507 r6332 | jlj | 2004-01-09 20:45:46 +0100 (Fri, 09 Jan 2004) | 2 lines
30509 M /trunk/src/misc/configuration.c
30511 * ./src/misc/configuration.c: win32 UNICODE fixes.
30513 ------------------------------------------------------------------------
30514 r6331 | gbazin | 2004-01-09 20:21:58 +0100 (Fri, 09 Jan 2004) | 3 lines
30516 M /trunk/src/extras/libc.c
30519 * src/extras/libc.c: return result in vlc_asprintf().
30521 ------------------------------------------------------------------------
30522 r6330 | gbazin | 2004-01-09 19:32:04 +0100 (Fri, 09 Jan 2004) | 3 lines
30524 M /trunk/configure.ac
30525 M /trunk/include/vlc_common.h
30526 M /trunk/src/extras/libc.c
30529 * ALL: added vlc_asprintf() to our libc.
30531 ------------------------------------------------------------------------
30532 r6329 | jlj | 2004-01-09 18:29:17 +0100 (Fri, 09 Jan 2004) | 2 lines
30534 M /trunk/modules/demux/mp4/drms.c
30536 * ./modules/demux/mp4/drms.c: switched to dyn. linking of SHGetFolderPath
30538 ------------------------------------------------------------------------
30539 r6328 | hartman | 2004-01-09 16:39:38 +0100 (Fri, 09 Jan 2004) | 2 lines
30541 M /trunk/configure.ac
30543 * configure --help aliging
30545 ------------------------------------------------------------------------
30546 r6327 | hartman | 2004-01-09 16:26:58 +0100 (Fri, 09 Jan 2004) | 4 lines
30548 M /trunk/modules/access/http.c
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.
30554 ------------------------------------------------------------------------
30555 r6326 | hartman | 2004-01-09 14:08:08 +0100 (Fri, 09 Jan 2004) | 2 lines
30557 M /trunk/modules/demux/mp4/drms.c
30559 * MAX_PATH is a windowism. Use PATH_MAX.
30561 ------------------------------------------------------------------------
30562 r6325 | gbazin | 2004-01-09 13:23:47 +0100 (Fri, 09 Jan 2004) | 2 lines
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
30570 * ALL: MSVC compilation fixes.
30572 ------------------------------------------------------------------------
30573 r6324 | jlj | 2004-01-09 05:37:43 +0100 (Fri, 09 Jan 2004) | 4 lines
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
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.
30586 ------------------------------------------------------------------------
30587 r6323 | hartman | 2004-01-09 03:28:30 +0100 (Fri, 09 Jan 2004) | 3 lines
30589 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30590 M /trunk/modules/codec/ffmpeg/video.c
30592 * video.c: gibalou: no palctrl in avcodec context in 0.4.8
30593 * ffmpeg.c: 0.4.8 ifdef'ing
30595 ------------------------------------------------------------------------
30596 r6322 | rocky | 2004-01-09 02:17:57 +0100 (Fri, 09 Jan 2004) | 2 lines
30598 M /trunk/doc/subtitles/cvd-subtitles.txt
30600 Minor grammatical changes.
30602 ------------------------------------------------------------------------
30603 r6321 | gbazin | 2004-01-09 01:32:12 +0100 (Fri, 09 Jan 2004) | 3 lines
30605 M /trunk/modules/demux/mpeg/Modules.am
30608 * modules/demux/mpeg/Modules.am: forgot to remove private.h.
30610 ------------------------------------------------------------------------
30611 r6320 | gbazin | 2004-01-09 01:30:29 +0100 (Fri, 09 Jan 2004) | 3 lines
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
30620 * modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
30622 ------------------------------------------------------------------------
30623 r6319 | gbazin | 2004-01-09 01:02:55 +0100 (Fri, 09 Jan 2004) | 4 lines
30625 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30626 M /trunk/modules/codec/ffmpeg/video.c
30629 * modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs.
30630 * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
30632 ------------------------------------------------------------------------
30633 r6318 | sigmunau | 2004-01-09 00:21:01 +0100 (Fri, 09 Jan 2004) | 3 lines
30635 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30637 modules/codec/ffmpeg/ffmpeg.c:
30638 * add fourcc "smc "
30640 ------------------------------------------------------------------------
30641 r6317 | hartman | 2004-01-08 23:37:59 +0100 (Thu, 08 Jan 2004) | 2 lines
30643 M /trunk/vlc.ebuild
30645 * And AGAIN the caca fix
30647 ------------------------------------------------------------------------
30648 r6316 | hartman | 2004-01-08 23:34:54 +0100 (Thu, 08 Jan 2004) | 2 lines
30650 M /trunk/vlc.ebuild
30652 * thats what you get when you work in multiple directories
30654 ------------------------------------------------------------------------
30655 r6315 | gbazin | 2004-01-08 23:02:29 +0100 (Thu, 08 Jan 2004) | 3 lines
30657 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30660 * modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
30662 ------------------------------------------------------------------------
30663 r6314 | hartman | 2004-01-08 22:55:06 +0100 (Thu, 08 Jan 2004) | 2 lines
30665 M /trunk/vlc.ebuild
30667 * caca 0.6 doesn't work with 0.7.0 remember? :)
30669 ------------------------------------------------------------------------
30670 r6313 | gbazin | 2004-01-08 22:48:43 +0100 (Thu, 08 Jan 2004) | 4 lines
30672 M /trunk/modules/codec/ffmpeg/demux.c
30673 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30676 * modules/codec/ffmpeg/demux.c: improvements.
30677 * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
30679 ------------------------------------------------------------------------
30680 r6312 | hartman | 2004-01-08 22:19:03 +0100 (Thu, 08 Jan 2004) | 4 lines
30682 M /trunk/vlc.ebuild
30684 * Updated with new libraries in vlc
30685 * Use new style of use_enable
30688 ------------------------------------------------------------------------
30689 r6311 | sam | 2004-01-08 20:22:10 +0100 (Thu, 08 Jan 2004) | 3 lines
30691 M /trunk/modules/video_output/caca.c
30693 * modules/video_output/caca.c:
30694 + Updated for libcaca 0.7.
30696 ------------------------------------------------------------------------
30697 r6310 | hartman | 2004-01-08 20:07:42 +0100 (Thu, 08 Jan 2004) | 3 lines
30699 M /trunk/vlc.ebuild
30701 * Updated the ebuild for 0.7.0
30702 a bit late i know. I had forgotten about it.
30704 ------------------------------------------------------------------------
30705 r6309 | fenrir | 2004-01-08 17:28:37 +0100 (Thu, 08 Jan 2004) | 3 lines
30707 M /trunk/modules/gui/ncurses/ncurses.c
30709 * ncurses: added and updated a lot of fonctionnalities. (Playlist browser,
30710 time, informations and help display).
30712 ------------------------------------------------------------------------
30713 r6308 | gbazin | 2004-01-08 16:11:35 +0100 (Thu, 08 Jan 2004) | 3 lines
30715 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30718 * modules/codec/ffmpeg/ffmpeg.c: oops.
30720 ------------------------------------------------------------------------
30721 r6307 | courmisch | 2004-01-08 13:44:59 +0100 (Thu, 08 Jan 2004) | 2 lines
30723 A /trunk/modules/gui/skins2/.cvsignore
30727 ------------------------------------------------------------------------
30728 r6306 | hartman | 2004-01-08 13:07:07 +0100 (Thu, 08 Jan 2004) | 2 lines
30730 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30732 * ffmpeg 0.4.8 compilation fix
30734 ------------------------------------------------------------------------
30735 r6305 | jlj | 2004-01-08 12:36:40 +0100 (Thu, 08 Jan 2004) | 2 lines
30737 M /trunk/src/extras/libc.c
30739 * ./src/extras/libc.c: vasprintf bug fix.
30741 ------------------------------------------------------------------------
30742 r6304 | fenrir | 2004-01-08 12:18:27 +0100 (Thu, 08 Jan 2004) | 2 lines
30744 M /trunk/include/vlc_common.h
30746 * vlc_common: mmh, use right prototype...
30748 ------------------------------------------------------------------------
30749 r6303 | fenrir | 2004-01-08 11:27:07 +0100 (Thu, 08 Jan 2004) | 2 lines
30751 M /trunk/include/vlc_common.h
30752 M /trunk/src/extras/libc.c
30754 * all: correct test for vasprintf.
30756 ------------------------------------------------------------------------
30757 r6302 | sigmunau | 2004-01-08 01:52:08 +0100 (Thu, 08 Jan 2004) | 3 lines
30759 M /trunk/modules/gui/wxwindows/playlist.cpp
30761 modules/gui/wxwindows/playlist.cpp:
30764 ------------------------------------------------------------------------
30765 r6301 | fenrir | 2004-01-08 01:37:18 +0100 (Thu, 08 Jan 2004) | 3 lines
30767 M /trunk/modules/access/ftp.c
30768 M /trunk/modules/demux/mp4/libmp4.c
30770 * modules/demux/mp4/libmp4.c: use vasprintf
30771 * modules/access/ftp.c: cleaned up.
30773 ------------------------------------------------------------------------
30774 r6300 | gbazin | 2004-01-08 01:12:50 +0100 (Thu, 08 Jan 2004) | 7 lines
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
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.
30790 ------------------------------------------------------------------------
30791 r6299 | fenrir | 2004-01-08 00:39:41 +0100 (Thu, 08 Jan 2004) | 2 lines
30793 M /trunk/include/vlc_common.h
30794 M /trunk/src/extras/libc.c
30795 M /trunk/src/misc/net.c
30797 * all: added own implementation of vasprintf. I hope it's ok this way.
30799 ------------------------------------------------------------------------
30800 r6298 | gbazin | 2004-01-07 20:20:30 +0100 (Wed, 07 Jan 2004) | 5 lines
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
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.
30812 ------------------------------------------------------------------------
30813 r6297 | fenrir | 2004-01-07 18:57:56 +0100 (Wed, 07 Jan 2004) | 2 lines
30815 M /trunk/src/input/input.c
30817 * input: fix to avoid forced subtitle not selected.
30819 ------------------------------------------------------------------------
30820 r6296 | hartman | 2004-01-07 17:54:47 +0100 (Wed, 07 Jan 2004) | 2 lines
30822 M /trunk/modules/codec/subsdec.c
30824 * Fix a memory leak when there is no p_vout, but when there are subs.
30826 ------------------------------------------------------------------------
30827 r6295 | hartman | 2004-01-07 16:54:38 +0100 (Wed, 07 Jan 2004) | 2 lines
30829 M /trunk/extras/contrib/README
30831 * Clarify some instructions.
30833 ------------------------------------------------------------------------
30834 r6294 | fenrir | 2004-01-07 16:31:31 +0100 (Wed, 07 Jan 2004) | 3 lines
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
30841 * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR, now ES_OUT_SET_PCR
30842 apply to the selected program.
30844 ------------------------------------------------------------------------
30845 r6293 | fenrir | 2004-01-07 16:21:27 +0100 (Wed, 07 Jan 2004) | 5 lines
30847 M /trunk/modules/access/http.c
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).
30854 ------------------------------------------------------------------------
30855 r6292 | fenrir | 2004-01-07 15:59:37 +0100 (Wed, 07 Jan 2004) | 3 lines
30857 M /trunk/modules/demux/demux2.c
30858 M /trunk/modules/demux/nsv.c
30860 * demux2: allow to force demuxer.
30861 * nsv: fixed bad init.
30863 ------------------------------------------------------------------------
30864 r6291 | fenrir | 2004-01-07 15:59:03 +0100 (Wed, 07 Jan 2004) | 2 lines
30866 M /trunk/src/misc/net.c
30868 * net: mem leak in net_Printf
30870 ------------------------------------------------------------------------
30871 r6290 | rocky | 2004-01-07 08:21:31 +0100 (Wed, 07 Jan 2004) | 10 lines
30873 M /trunk/modules/access/cdda/access.c
30875 Better operator association in computing duration and should be
30876 optimized better too.
30878 Add track info in "Media Information" Add track-specific information
30879 and album information in "Item info".
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
30885 ------------------------------------------------------------------------
30886 r6289 | fenrir | 2004-01-07 00:11:47 +0100 (Wed, 07 Jan 2004) | 2 lines
30888 M /trunk/include/network.h
30890 * network: vlc_UrlParse should now accept ipv6 ip (untested).
30892 ------------------------------------------------------------------------
30893 r6288 | fenrir | 2004-01-07 00:03:17 +0100 (Wed, 07 Jan 2004) | 2 lines
30895 M /trunk/include/network.h
30896 M /trunk/src/misc/net.c
30898 * src/misc/net.c: fixed net_Gets
30900 ------------------------------------------------------------------------
30901 r6287 | sigmunau | 2004-01-06 22:42:43 +0100 (Tue, 06 Jan 2004) | 6 lines
30903 M /trunk/include/ninput.h
30904 M /trunk/src/input/stream.c
30906 src/input/stream.c:
30907 * Cleaned up a comment
30908 * Added a function stream_ReadLine() to read one line from a stream
30910 * export stream_ReadLine()
30912 ------------------------------------------------------------------------
30913 r6286 | gbazin | 2004-01-06 20:12:08 +0100 (Tue, 06 Jan 2004) | 3 lines
30915 M /trunk/modules/video_output/directx/directx.c
30918 * modules/video_output/directx/directx.c: move the video window to the right display when using --directx-device.
30920 ------------------------------------------------------------------------
30921 r6285 | hartman | 2004-01-06 15:35:16 +0100 (Tue, 06 Jan 2004) | 2 lines
30923 M /trunk/modules/demux/util/sub.c
30925 * Something about microdvd fps and a huge bug in its defaults.
30927 ------------------------------------------------------------------------
30928 r6284 | zorglub | 2004-01-06 13:02:06 +0100 (Tue, 06 Jan 2004) | 2 lines
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
30976 Updated copyrights in libvlc
30978 ------------------------------------------------------------------------
30979 r6283 | zorglub | 2004-01-06 09:50:20 +0100 (Tue, 06 Jan 2004) | 15 lines
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
30993 - src/misc/win32_specific: compilation fix for win32 (can someone please
30994 check that command line parsing still works for items and options? )
30997 include/vlc/vlc.h : New libvlc functions to get playlist status and
30999 Patch by Tong Ka Man
31001 - src/playlist/* : Update copyrights
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)
31008 ------------------------------------------------------------------------
31009 r6282 | rocky | 2004-01-06 05:57:34 +0100 (Tue, 06 Jan 2004) | 3 lines
31011 M /trunk/include/vlc_playlist.h
31012 M /trunk/modules/access/cdda/access.c
31013 M /trunk/src/playlist/item-ext.c
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.
31018 ------------------------------------------------------------------------
31019 r6281 | rocky | 2004-01-06 05:10:18 +0100 (Tue, 06 Jan 2004) | 3 lines
31021 M /trunk/modules/access/vcdx/access.c
31023 Unbreak plugin as a result of the recent playlist API change. Need to
31024 cripple PBC for now though.
31026 ------------------------------------------------------------------------
31027 r6280 | rocky | 2004-01-06 04:59:48 +0100 (Tue, 06 Jan 2004) | 5 lines
31029 M /trunk/src/libvlc.h
31031 Choosing an audio or subtitle channel isn't an "advanced"
31032 option. Run-of-the mill users may want to select that.
31034 Update documentation.
31036 ------------------------------------------------------------------------
31037 r6279 | jlj | 2004-01-06 02:41:10 +0100 (Tue, 06 Jan 2004) | 2 lines
31039 M /trunk/modules/demux/mp4/libmp4.c
31040 M /trunk/modules/demux/mp4/mp4.c
31042 * ./modules/demux/mp4: added some DRMS debug statements.
31044 ------------------------------------------------------------------------
31045 r6278 | asmax | 2004-01-05 23:17:32 +0100 (Mon, 05 Jan 2004) | 4 lines
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
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
31062 ------------------------------------------------------------------------
31063 r6277 | gbazin | 2004-01-05 23:06:15 +0100 (Mon, 05 Jan 2004) | 4 lines
31065 M /trunk/modules/video_output/directx/directx.c
31068 * modules/video_output/directx/directx.c: patch by Mike Schrag to add a config var
31069 for the directx preferred display device.
31071 ------------------------------------------------------------------------
31072 r6276 | gbazin | 2004-01-05 21:02:21 +0100 (Mon, 05 Jan 2004) | 3 lines
31074 M /trunk/modules/gui/skins2/vars/playlist.cpp
31077 * modules/gui/skins2/vars/playlist.cpp: use ICONV_CONST to deal with the different prototypes for iconv(). Thanks sam!
31079 ------------------------------------------------------------------------
31080 r6275 | sam | 2004-01-05 20:33:11 +0100 (Mon, 05 Jan 2004) | 2 lines
31082 M /trunk/modules/gui/skins2/vars/playlist.cpp
31084 * modules/gui/skins2/vars/playlist.cpp: Hack to prevent compilation errors.
31086 ------------------------------------------------------------------------
31087 r6274 | bigben | 2004-01-05 19:43:17 +0100 (Mon, 05 Jan 2004) | 2 lines
31089 M /trunk/modules/gui/macosx/intf.m
31091 Added a callback on item-change, so that the playlist is updated.
31093 ------------------------------------------------------------------------
31094 r6273 | hartman | 2004-01-05 19:15:12 +0100 (Mon, 05 Jan 2004) | 2 lines
31096 M /trunk/modules/demux/mkv.cpp
31098 * API change in mkv. Everyone should update to the latest libraries.
31100 ------------------------------------------------------------------------
31101 r6272 | gbazin | 2004-01-05 18:42:36 +0100 (Mon, 05 Jan 2004) | 5 lines
31103 M /trunk/configure.ac
31104 M /trunk/modules/gui/skins2/Modules.am
31105 M /trunk/modules/gui/skins2/vars/playlist.cpp
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.
31112 ------------------------------------------------------------------------
31113 r6271 | hartman | 2004-01-05 17:22:40 +0100 (Mon, 05 Jan 2004) | 4 lines
31115 M /trunk/extras/contrib/src/Makefile
31116 A /trunk/extras/contrib/src/Patches/caca.patch
31117 M /trunk/extras/contrib/src/packages.mak
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
31123 ------------------------------------------------------------------------
31124 r6270 | fenrir | 2004-01-05 16:07:16 +0100 (Mon, 05 Jan 2004) | 2 lines
31126 M /trunk/modules/access/tcp.c
31130 ------------------------------------------------------------------------
31131 r6269 | hartman | 2004-01-05 15:50:42 +0100 (Mon, 05 Jan 2004) | 2 lines
31133 M /trunk/extras/contrib/src/Makefile
31134 M /trunk/extras/contrib/src/packages.mak
31136 * Fix mpeg2dec buildsystem
31138 ------------------------------------------------------------------------
31139 r6268 | zorglub | 2004-01-05 15:42:14 +0100 (Mon, 05 Jan 2004) | 3 lines
31141 M /trunk/modules/misc/sap.c
31142 M /trunk/src/playlist/item-ext.c
31144 * modules/misc/sap.c : let the user configure timeout delay
31145 * src/playlist/item-ext.c : sanity checks when adding items
31147 ------------------------------------------------------------------------
31148 r6267 | fenrir | 2004-01-05 15:10:58 +0100 (Mon, 05 Jan 2004) | 7 lines
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
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 ;)
31161 * all: added net_* helpers functions.
31163 ------------------------------------------------------------------------
31164 r6266 | zorglub | 2004-01-05 14:07:03 +0100 (Mon, 05 Jan 2004) | 16 lines
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
31191 * ALL: playlist API changes
31193 What may be broken (untested):
31194 ------------------------------
31195 - Theora and Speex decoders
31197 - VCDX and CDDAX access
31199 The problems shouldn't hopefully excess compilation glitches.
31200 (removal of AddExt, of psz_author, and prototype of Add)
31202 Additionnaly, interfaces that do not support item-change will have
31205 * Updated modules list
31207 ------------------------------------------------------------------------
31208 r6265 | zorglub | 2004-01-05 14:00:39 +0100 (Mon, 05 Jan 2004) | 9 lines
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
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
31227 ------------------------------------------------------------------------
31228 r6264 | zorglub | 2004-01-05 14:00:20 +0100 (Mon, 05 Jan 2004) | 6 lines
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
31235 modules/demux/util/id3tag.c
31236 modules/demux/avi/avi.c
31237 modules/demux/asf/asf.c
31239 - Fill the playlist info structures
31241 ------------------------------------------------------------------------
31242 r6263 | zorglub | 2004-01-05 13:59:54 +0100 (Mon, 05 Jan 2004) | 5 lines
31244 M /trunk/modules/misc/sap.c
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.
31251 ------------------------------------------------------------------------
31252 r6262 | zorglub | 2004-01-05 13:59:43 +0100 (Mon, 05 Jan 2004) | 33 lines
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
31267 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
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
31292 At the moment, duration is still in the structure (easier to use, IMHO)
31294 * src/input/input.c
31296 playlist item options parsing changed
31298 * include/vlc_common.h : added playlist_info structures
31300 ------------------------------------------------------------------------
31301 r6261 | jlj | 2004-01-05 13:37:52 +0100 (Mon, 05 Jan 2004) | 2 lines
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
31313 * ./modules/demux/mp4: DRMS support.
31315 ------------------------------------------------------------------------
31316 r6260 | jlj | 2004-01-05 13:24:51 +0100 (Mon, 05 Jan 2004) | 2 lines
31320 * ./AUTHORS: updated my country entry.
31322 ------------------------------------------------------------------------
31323 r6259 | fenrir | 2004-01-05 04:19:00 +0100 (Mon, 05 Jan 2004) | 2 lines
31325 M /trunk/modules/demux/nsv.c
31327 * nsv: clean up, added seek support.
31329 ------------------------------------------------------------------------
31330 r6258 | gbazin | 2004-01-04 23:38:49 +0100 (Sun, 04 Jan 2004) | 3 lines
31332 M /trunk/modules/gui/skins2/vars/playlist.cpp
31333 M /trunk/modules/gui/skins2/vars/playlist.hpp
31336 * modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
31338 ------------------------------------------------------------------------
31339 r6257 | gbazin | 2004-01-04 23:22:10 +0100 (Sun, 04 Jan 2004) | 3 lines
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
31346 * modules/codec/ogt/*: win32 compilation fixes.
31348 ------------------------------------------------------------------------
31349 r6256 | gbazin | 2004-01-04 23:03:20 +0100 (Sun, 04 Jan 2004) | 3 lines
31351 M /trunk/configure.ac
31352 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
31353 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
31356 * ALL: bumping version number to 0.7.1-cvs.
31358 ------------------------------------------------------------------------
31359 r6255 | kuehne | 2004-01-04 22:44:44 +0100 (Sun, 04 Jan 2004) | 2 lines
31361 M /trunk/modules/gui/macosx/intf.h
31362 M /trunk/modules/gui/macosx/intf.m
31364 Fixed a small bug which prevented the translation of a string.
31366 ------------------------------------------------------------------------
31367 r6254 | sam | 2004-01-04 19:18:45 +0100 (Sun, 04 Jan 2004) | 3 lines
31372 + Minor fixes to the woody packages.
31374 ------------------------------------------------------------------------
31375 r6253 | fenrir | 2004-01-04 18:35:02 +0100 (Sun, 04 Jan 2004) | 6 lines
31377 M /trunk/modules/demux/avi/avi.c
31378 M /trunk/modules/demux/avi/avi.h
31380 * avi: May fix #1545
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..." )
31386 ------------------------------------------------------------------------
31387 r6252 | rocky | 2004-01-04 17:51:59 +0100 (Sun, 04 Jan 2004) | 4 lines
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
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.
31402 ------------------------------------------------------------------------
31403 r6251 | rocky | 2004-01-04 17:25:00 +0100 (Sun, 04 Jan 2004) | 3 lines
31405 A /trunk/doc/subtitles
31406 A /trunk/doc/subtitles/cvd-subtitles.txt
31407 A /trunk/doc/subtitles/svcd-ogt-subtitles.txt
31409 A start for what little public documentation there is for CVD and OGT
31412 ------------------------------------------------------------------------
31413 r6250 | fenrir | 2004-01-04 16:32:13 +0100 (Sun, 04 Jan 2004) | 5 lines
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
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.
31426 ------------------------------------------------------------------------
31427 r6249 | zorglub | 2004-01-04 16:24:27 +0100 (Sun, 04 Jan 2004) | 2 lines
31429 M /trunk/configure.ac
31431 Do not link twice zlib
31433 ------------------------------------------------------------------------
31434 r6248 | fenrir | 2004-01-04 15:35:12 +0100 (Sun, 04 Jan 2004) | 3 lines
31436 A /trunk/modules/demux/real.c
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.
31441 ------------------------------------------------------------------------
31442 r6247 | fenrir | 2004-01-04 15:28:11 +0100 (Sun, 04 Jan 2004) | 3 lines
31444 A /trunk/modules/demux/demux2.c
31445 A /trunk/modules/demux/nsv.c
31447 * demux2: a dummy demuxer to adapt to new demuxer API (experimental, and
31448 will be removed later).
31450 ------------------------------------------------------------------------
31451 r6246 | rocky | 2004-01-04 05:56:21 +0100 (Sun, 04 Jan 2004) | 2 lines
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
31458 Was putting 1 byte of garbage for each packet.
31460 ------------------------------------------------------------------------
31461 r6245 | sam | 2004-01-04 05:53:07 +0100 (Sun, 04 Jan 2004) | 7 lines
31463 M /trunk/debian/changelog
31464 M /trunk/debian/control
31465 M /trunk/debian/rules
31466 M /trunk/doc/fortunes.txt
31469 + Build-depend on fixed linux-kernel-headers packages.
31471 + Look for faad in extras/faad2, not extras/faad.
31472 + Enable postprocessing in the ffmpeg configuration.
31473 + Activated libcaca video output.
31475 ------------------------------------------------------------------------
31476 r6244 | sam | 2004-01-04 05:50:24 +0100 (Sun, 04 Jan 2004) | 7 lines
31478 M /trunk/include/codecs.h
31479 M /trunk/modules/video_output/caca.c
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.
31488 ------------------------------------------------------------------------
31489 r6243 | asmax | 2004-01-04 01:17:10 +0100 (Sun, 04 Jan 2004) | 2 lines
31491 A /trunk/modules/gui/skins2/theme/FreeSans.ttf
31493 * the sample theme should work better with that...
31495 ------------------------------------------------------------------------
31496 r6242 | asmax | 2004-01-04 01:06:10 +0100 (Sun, 04 Jan 2004) | 2 lines
31498 A /trunk/modules/gui/skins2/parser/skin.c
31500 * first forgotten file...
31502 ------------------------------------------------------------------------
31503 r6241 | asmax | 2004-01-04 00:54:51 +0100 (Sun, 04 Jan 2004) | 11 lines
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
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
31577 - solving the bug ;)
31579 ------------------------------------------------------------------------
31580 r6240 | asmax | 2004-01-04 00:37:08 +0100 (Sun, 04 Jan 2004) | 2 lines
31582 M /trunk/configure.ac
31584 * configure.ac: added the skins2 module (_should_ work ;)
31586 ------------------------------------------------------------------------
31587 r6239 | asmax | 2004-01-04 00:31:34 +0100 (Sun, 04 Jan 2004) | 19 lines
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
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
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 ;)
31794 ------------------------------------------------------------------------
31795 r6238 | rocky | 2004-01-03 21:43:24 +0100 (Sat, 03 Jan 2004) | 3 lines
31797 M /trunk/modules/access/vcdx/access.c
31798 M /trunk/modules/access/vcdx/vcdplayer.h
31800 Put track information in Media Info. If we have SVD information, show
31801 audio tracks and add that to the audio-selection window.
31803 ------------------------------------------------------------------------
31804 r6237 | rocky | 2004-01-03 19:41:36 +0100 (Sat, 03 Jan 2004) | 2 lines
31806 M /trunk/modules/access/ftp.c
31807 M /trunk/modules/access/http.c
31808 M /trunk/modules/access/v4l/v4l.c
31810 Sorry to be so pedantic - grammar (and spelling)
31812 ------------------------------------------------------------------------
31813 r6236 | rocky | 2004-01-03 19:40:01 +0100 (Sat, 03 Jan 2004) | 2 lines
31815 M /trunk/modules/access/v4l/v4l.c
31819 ------------------------------------------------------------------------
31820 r6235 | rocky | 2004-01-03 18:52:15 +0100 (Sat, 03 Jan 2004) | 6 lines
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
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.)
31832 To do this we've got to save the timestamp in the header.
31834 ------------------------------------------------------------------------
31835 r6234 | rocky | 2004-01-03 18:49:35 +0100 (Sat, 03 Jan 2004) | 2 lines
31837 M /trunk/modules/access/http.c
31839 Spelling - See I told you it was cut and pasted from somehwere!
31841 ------------------------------------------------------------------------
31842 r6233 | rocky | 2004-01-03 18:48:38 +0100 (Sat, 03 Jan 2004) | 2 lines
31844 M /trunk/modules/access/ftp.c
31846 Spelling - probably cut and pated from somewhere else.
31848 ------------------------------------------------------------------------
31849 r6232 | rocky | 2004-01-03 18:19:41 +0100 (Sat, 03 Jan 2004) | 3 lines
31851 M /trunk/modules/codec/ogt/render.c
31853 RenderI420 now handles U and V planes. (Probably completely
31854 accurately, though.)
31856 ------------------------------------------------------------------------
31857 r6231 | gbazin | 2004-01-03 14:18:30 +0100 (Sat, 03 Jan 2004) | 3 lines
31860 M /trunk/po/en_GB.po
31869 M /trunk/po/pt_BR.po
31872 M /trunk/po/vlc.pot
31875 * po/*: another ./toolbox --update-po before 0.7.0 because some commits where done.
31877 ------------------------------------------------------------------------
31878 r6230 | zorglub | 2004-01-03 14:13:07 +0100 (Sat, 03 Jan 2004) | 2 lines
31882 Updated german translation
31884 ------------------------------------------------------------------------
31885 r6229 | rocky | 2004-01-03 13:54:56 +0100 (Sat, 03 Jan 2004) | 4 lines
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
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
31899 ------------------------------------------------------------------------
31900 r6228 | gbazin | 2004-01-03 13:02:12 +0100 (Sat, 03 Jan 2004) | 3 lines
31903 M /trunk/po/POTFILES.in
31905 M /trunk/po/en_GB.po
31914 M /trunk/po/pt_BR.po
31917 M /trunk/po/vlc.pot
31920 * po/*, ChangeLog: preparing for the 0.7.0 release.
31922 ------------------------------------------------------------------------
31923 r6227 | gbazin | 2004-01-03 11:55:07 +0100 (Sat, 03 Jan 2004) | 3 lines
31925 M /trunk/modules/gui/wxwindows/interface.cpp
31928 * modules/gui/wxwindows/interface.cpp: fixed and re-enabled aspect-ratio combobox in the extended gui.
31930 ------------------------------------------------------------------------
31931 r6226 | gbazin | 2004-01-03 01:39:07 +0100 (Sat, 03 Jan 2004) | 3 lines
31933 M /trunk/modules/stream_out/transcode.c
31936 * modules/stream_out/transcode.c: added YV12 raw video fourcc (chroma planes will likely be inverted though).
31938 ------------------------------------------------------------------------
31939 r6225 | gbazin | 2004-01-03 01:23:04 +0100 (Sat, 03 Jan 2004) | 3 lines
31941 M /trunk/modules/demux/mpeg/mpga.c
31942 M /trunk/src/input/stream.c
31945 * modules/demux/mpeg/mpga.c, src/input/stream.c: fixed mem leaks.
31947 ------------------------------------------------------------------------
31948 r6224 | zorglub | 2004-01-03 00:22:37 +0100 (Sat, 03 Jan 2004) | 3 lines
31950 M /trunk/configure.ac
31953 VLC Media Player 0.7.0 Bond
31955 ------------------------------------------------------------------------
31956 r6223 | gbazin | 2004-01-02 23:17:57 +0100 (Fri, 02 Jan 2004) | 3 lines
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
31963 * modules/video_output/directx/*: fixed overlay on 24bpp displays.
31965 ------------------------------------------------------------------------
31966 r6222 | sam | 2004-01-02 14:48:37 +0100 (Fri, 02 Jan 2004) | 2 lines
31968 A /trunk/doc/ChangeLog-2003
31969 M /trunk/doc/Makefile.am
31970 M /trunk/doc/fortunes.txt
31972 * doc/ChangeLog-2003: Happy new year!
31974 ------------------------------------------------------------------------
31975 r6221 | gbazin | 2004-01-02 14:30:17 +0100 (Fri, 02 Jan 2004) | 3 lines
31977 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
31980 * modules/gui/wxwindows/preferences_widgets.cpp: use wxL2U() (Thanks Anil).
31982 ------------------------------------------------------------------------
31983 r6220 | rocky | 2004-01-02 05:44:34 +0100 (Fri, 02 Jan 2004) | 2 lines
31985 M /trunk/modules/codec/ogt/render.c
31987 Attempt to make easier to understand and easier to complete.
31989 ------------------------------------------------------------------------
31990 r6219 | zorglub | 2004-01-01 18:41:25 +0100 (Thu, 01 Jan 2004) | 3 lines
31993 M /trunk/configure.ac
31994 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
31995 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
31999 * Updated german and french translations
32000 * Updated version number and Changelog
32002 ------------------------------------------------------------------------
32003 r6218 | rocky | 2004-01-01 16:56:56 +0100 (Thu, 01 Jan 2004) | 2 lines
32005 M /trunk/modules/codec/ogt/render.c
32007 RenderRV16 handles scaling. But seems to slow to render subtitles.
32009 ------------------------------------------------------------------------
32010 r6217 | zorglub | 2004-01-01 15:33:15 +0100 (Thu, 01 Jan 2004) | 2 lines
32012 M /trunk/po/pt_BR.po
32014 Updated brazilian portuguese translation
32016 ------------------------------------------------------------------------
32017 r6216 | rocky | 2004-01-01 14:55:17 +0100 (Thu, 01 Jan 2004) | 2 lines
32019 M /trunk/modules/codec/ogt/cvd.c
32020 M /trunk/modules/codec/ogt/ogt.c
32022 Remove a magic number.
32024 ------------------------------------------------------------------------
32025 r6215 | rocky | 2004-01-01 14:51:38 +0100 (Thu, 01 Jan 2004) | 2 lines
32027 M /trunk/modules/codec/ogt/render.c
32029 Add RV16 rendering. With transparancy, but still only Y plane is done.
32031 ------------------------------------------------------------------------
32032 r6214 | zorglub | 2003-12-31 13:50:11 +0100 (Wed, 31 Dec 2003) | 2 lines
32035 M /trunk/po/pt_BR.po
32037 Updated french and Brazilian Portuguese translations
32039 ------------------------------------------------------------------------