1 ------------------------------------------------------------------------
2 r23968 | fkuehne | 2007-12-31 17:29:40 +0100 (Mon, 31 Dec 2007) | 1 line
4 M /trunk/extras/contrib/src/packages.mak
7 ------------------------------------------------------------------------
8 r23967 | fkuehne | 2007-12-31 15:24:21 +0100 (Mon, 31 Dec 2007) | 1 line
10 M /trunk/extras/contrib/src/packages.mak
12 contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
13 ------------------------------------------------------------------------
14 r23966 | fkuehne | 2007-12-31 15:08:05 +0100 (Mon, 31 Dec 2007) | 1 line
17 M /trunk/modules/gui/macosx/macosx.m
18 M /trunk/modules/gui/macosx/playlist.m
20 macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340)
21 ------------------------------------------------------------------------
22 r23965 | ileoo | 2007-12-31 13:16:53 +0100 (Mon, 31 Dec 2007) | 3 lines
24 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
26 M /trunk/modules/gui/qt4/input_manager.cpp
27 M /trunk/modules/gui/qt4/input_manager.hpp
29 add artChanged signal to inputmanager and change backgroundwidget to use
32 ------------------------------------------------------------------------
33 r23962 | fkuehne | 2007-12-31 11:01:24 +0100 (Mon, 31 Dec 2007) | 1 line
35 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
37 osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant
38 ------------------------------------------------------------------------
39 r23960 | funman | 2007-12-31 04:02:30 +0100 (Mon, 31 Dec 2007) | 1 line
41 M /trunk/extras/mpris.py
43 mpris controller: update to new api
44 ------------------------------------------------------------------------
45 r23959 | pdherbemont | 2007-12-31 03:09:31 +0100 (Mon, 31 Dec 2007) | 2 lines
47 M /trunk/src/control/media_list_view.c
49 Remove unwanted part in previous commit.
51 ------------------------------------------------------------------------
52 r23958 | pdherbemont | 2007-12-31 03:07:38 +0100 (Mon, 31 Dec 2007) | 2 lines
54 M /trunk/src/control/media_list_view.c
56 media_list_view.c: Properly forward all items added events.
58 ------------------------------------------------------------------------
59 r23957 | pdherbemont | 2007-12-31 03:06:53 +0100 (Mon, 31 Dec 2007) | 2 lines
61 M /trunk/src/control/flat_media_list_view.c
62 M /trunk/src/control/media_list.c
64 flat_media_list_view.c: Add some debug facilities.
66 ------------------------------------------------------------------------
67 r23956 | funman | 2007-12-31 02:34:58 +0100 (Mon, 31 Dec 2007) | 2 lines
69 M /trunk/include/vlc_update.h
70 M /trunk/src/misc/update.c
72 update: use PGP to authenticate status file and downloaded binaries
74 ------------------------------------------------------------------------
75 r23955 | funman | 2007-12-30 23:38:21 +0100 (Sun, 30 Dec 2007) | 2 lines
77 M /trunk/modules/gui/qt4/main_interface.cpp
79 authorisation -> authorization
81 ------------------------------------------------------------------------
82 r23954 | fkuehne | 2007-12-30 23:08:08 +0100 (Sun, 30 Dec 2007) | 1 line
86 makefile: we want to use spaces instead of tabs. sorry for the disturbance
87 ------------------------------------------------------------------------
88 r23952 | funman | 2007-12-30 21:54:02 +0100 (Sun, 30 Dec 2007) | 1 line
90 M /trunk/modules/gui/ncurses.c
92 ncurses: use directory:// URI when adding a directory to playlist
93 ------------------------------------------------------------------------
94 r23951 | funman | 2007-12-30 21:14:31 +0100 (Sun, 30 Dec 2007) | 1 line
96 M /trunk/modules/demux/playlist/xspf.c
99 ------------------------------------------------------------------------
100 r23950 | funman | 2007-12-30 19:40:53 +0100 (Sun, 30 Dec 2007) | 2 lines
102 M /trunk/modules/demux/playlist/xspf.c
106 ------------------------------------------------------------------------
107 r23949 | funman | 2007-12-30 19:24:10 +0100 (Sun, 30 Dec 2007) | 5 lines
109 M /trunk/include/vlc_events.h
110 M /trunk/include/vlc_input.h
111 M /trunk/modules/demux/playlist/asx.c
112 M /trunk/modules/demux/playlist/b4s.c
113 M /trunk/modules/demux/playlist/dvb.c
114 M /trunk/modules/demux/playlist/gvp.c
115 M /trunk/modules/demux/playlist/ifo.c
116 M /trunk/modules/demux/playlist/itml.c
117 M /trunk/modules/demux/playlist/m3u.c
118 M /trunk/modules/demux/playlist/pls.c
119 M /trunk/modules/demux/playlist/podcast.c
120 M /trunk/modules/demux/playlist/qtl.c
121 M /trunk/modules/demux/playlist/sgimb.c
122 M /trunk/modules/demux/playlist/shoutcast.c
123 M /trunk/modules/demux/playlist/xspf.c
124 M /trunk/modules/misc/lua/vlc.c
125 M /trunk/src/playlist/item.c
126 M /trunk/src/playlist/loadsave.c
129 You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed.
130 If you want to use nodes anyway, you have to explicitely create them.
131 Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
133 ------------------------------------------------------------------------
134 r23948 | pdherbemont | 2007-12-30 18:48:26 +0100 (Sun, 30 Dec 2007) | 2 lines
136 M /trunk/modules/audio_filter/converter/dtstospdif.c
138 dtstospdif.c: Fix spdif type on big endian stream. (Patch by Julien Robert).
140 ------------------------------------------------------------------------
141 r23947 | fkuehne | 2007-12-30 17:39:23 +0100 (Sun, 30 Dec 2007) | 1 line
146 ------------------------------------------------------------------------
147 r23946 | fkuehne | 2007-12-30 17:38:27 +0100 (Sun, 30 Dec 2007) | 1 line
151 Makefile: correctly distribute .hosts within VLC-release.app
152 ------------------------------------------------------------------------
153 r23942 | fkuehne | 2007-12-30 15:53:00 +0100 (Sun, 30 Dec 2007) | 1 line
155 M /trunk/modules/gui/macosx/intf.h
156 M /trunk/modules/gui/macosx/intf.m
157 M /trunk/modules/gui/macosx/prefs.m
159 macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled)
160 ------------------------------------------------------------------------
161 r23941 | pdherbemont | 2007-12-30 05:25:04 +0100 (Sun, 30 Dec 2007) | 2 lines
164 M /trunk/modules/audio_filter/converter/dtstospdif.c
166 audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues).
168 ------------------------------------------------------------------------
169 r23940 | pdherbemont | 2007-12-30 02:50:14 +0100 (Sun, 30 Dec 2007) | 2 lines
171 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
173 MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions.
175 ------------------------------------------------------------------------
176 r23939 | pdherbemont | 2007-12-30 02:46:12 +0100 (Sun, 30 Dec 2007) | 2 lines
178 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
179 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
181 MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view.
183 ------------------------------------------------------------------------
184 r23938 | pdherbemont | 2007-12-30 02:18:00 +0100 (Sun, 30 Dec 2007) | 2 lines
186 M /trunk/include/vlc/libvlc.h
188 libvlc.h: Publish libvlc_media_list_hierarchical_node_view().
190 ------------------------------------------------------------------------
191 r23937 | pdherbemont | 2007-12-30 02:17:15 +0100 (Sun, 30 Dec 2007) | 2 lines
193 M /trunk/src/Makefile.am
194 A /trunk/src/control/hierarchical_node_media_list_view.c (from /trunk/src/control/hierarchical_media_list_view.c:23862)
196 control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically.
198 ------------------------------------------------------------------------
199 r23936 | xtophe | 2007-12-30 00:25:52 +0100 (Sun, 30 Dec 2007) | 2 lines
201 M /trunk/modules/gui/qt4/qt4.cpp
203 Only do translation in Qt when asked.
205 ------------------------------------------------------------------------
206 r23935 | funman | 2007-12-29 22:35:13 +0100 (Sat, 29 Dec 2007) | 1 line
208 M /trunk/src/playlist/item.c
210 simplify *install_input_item_observer()
211 ------------------------------------------------------------------------
212 r23934 | funman | 2007-12-29 22:28:44 +0100 (Sat, 29 Dec 2007) | 1 line
214 M /trunk/src/playlist/loadsave.c
216 fix input item mem leak
217 ------------------------------------------------------------------------
218 r23933 | xtophe | 2007-12-29 19:30:42 +0100 (Sat, 29 Dec 2007) | 2 lines
220 M /trunk/modules/video_filter/Modules.am
222 Distribute filter_picture.h
224 ------------------------------------------------------------------------
225 r23932 | pdherbemont | 2007-12-29 18:08:56 +0100 (Sat, 29 Dec 2007) | 2 lines
227 M /trunk/src/control/hierarchical_media_list_view.c
229 hierarchical_media_list_view.c: Fix a mlist mem leak.
231 ------------------------------------------------------------------------
232 r23931 | pdherbemont | 2007-12-29 18:02:41 +0100 (Sat, 29 Dec 2007) | 2 lines
234 M /trunk/src/control/hierarchical_media_list_view.c
236 control/hierarchical_media_list_view.c: Fix a media descriptor leak.
238 ------------------------------------------------------------------------
239 r23930 | funman | 2007-12-29 15:32:01 +0100 (Sat, 29 Dec 2007) | 1 line
241 M /trunk/modules/demux/playlist/xspf.c
244 ------------------------------------------------------------------------
245 r23929 | pdherbemont | 2007-12-29 15:26:19 +0100 (Sat, 29 Dec 2007) | 2 lines
247 M /trunk/src/playlist/item.c
249 Fix previous commit ;.
251 ------------------------------------------------------------------------
252 r23928 | pdherbemont | 2007-12-29 15:25:14 +0100 (Sat, 29 Dec 2007) | 2 lines
254 M /trunk/src/playlist/item.c
256 playlist/item.c: Properly release the input_item as pointed by funman.
258 ------------------------------------------------------------------------
259 r23926 | pdherbemont | 2007-12-29 04:31:25 +0100 (Sat, 29 Dec 2007) | 2 lines
261 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
262 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
264 MacOSX/Framework/VLCMediaPlayer.m: -isSeekable.
266 ------------------------------------------------------------------------
267 r23925 | pdherbemont | 2007-12-29 04:29:10 +0100 (Sat, 29 Dec 2007) | 2 lines
269 M /trunk/include/vlc/libvlc.h
270 M /trunk/src/control/media_instance.c
272 control/media_instance.c: Publish is_seekable().
274 ------------------------------------------------------------------------
275 r23924 | pdherbemont | 2007-12-29 03:46:12 +0100 (Sat, 29 Dec 2007) | 2 lines
277 M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
279 MacOSX/Framework/VLC.h: Add VLCMediaPlayer.h.
281 ------------------------------------------------------------------------
282 r23923 | pdherbemont | 2007-12-29 03:45:41 +0100 (Sat, 29 Dec 2007) | 2 lines
284 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
285 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
287 Sources/VLCMediaPlayer.m: Position getters and setters.
289 ------------------------------------------------------------------------
290 r23922 | pdherbemont | 2007-12-29 03:44:32 +0100 (Sat, 29 Dec 2007) | 2 lines
292 M /trunk/src/control/media_instance.c
294 src/control/media_instance.c: Don't wait to have modulo something, to forward the time, that could be crazy.
296 ------------------------------------------------------------------------
297 r23921 | pdherbemont | 2007-12-29 02:29:48 +0100 (Sat, 29 Dec 2007) | 6 lines
299 M /trunk/include/vlc/libvlc_structures.h
300 M /trunk/src/control/event.c
301 M /trunk/src/control/media_instance.c
303 control/media_instance.c:
304 * Implement MediaInstancePositionChanged and MediaInstanceTimeChanged accurately.
306 * Register the all event types.
307 * Don't strdup() in libvlc_event_type_name().
309 ------------------------------------------------------------------------
310 r23920 | fkuehne | 2007-12-29 01:41:01 +0100 (Sat, 29 Dec 2007) | 1 line
312 M /trunk/modules/gui/macosx/embeddedwindow.m
313 M /trunk/modules/gui/macosx/intf.m
315 macosx: fixed 2 appearance bugs introduced in [23908]
316 ------------------------------------------------------------------------
317 r23919 | pdherbemont | 2007-12-29 01:11:36 +0100 (Sat, 29 Dec 2007) | 2 lines
319 M /trunk/src/control/media_instance.c
321 media_instance.c: Fix the position callback to retun the time. (Next time, we'll fix it to return the position).
323 ------------------------------------------------------------------------
324 r23918 | pdherbemont | 2007-12-28 23:23:01 +0100 (Fri, 28 Dec 2007) | 2 lines
326 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
328 Forgotten file in previous commit.
330 ------------------------------------------------------------------------
331 r23917 | pdherbemont | 2007-12-28 23:22:36 +0100 (Fri, 28 Dec 2007) | 2 lines
333 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
335 MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key.
337 ------------------------------------------------------------------------
338 r23916 | pdherbemont | 2007-12-28 23:21:26 +0100 (Fri, 28 Dec 2007) | 2 lines
340 M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
342 MacOSX/Framework/VLCTime.m: Fix a segfault because of a missing retain. Create a real null time. Code simplification.
344 ------------------------------------------------------------------------
345 r23915 | pdherbemont | 2007-12-28 23:20:19 +0100 (Fri, 28 Dec 2007) | 2 lines
347 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
348 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
350 MacOSX/Framework/VLCVideoView.m: Capitalize the s in FullScreen.
352 ------------------------------------------------------------------------
353 r23914 | courmisch | 2007-12-28 22:05:01 +0100 (Fri, 28 Dec 2007) | 2 lines
355 M /trunk/modules/demux/mpeg/mpga.c
359 ------------------------------------------------------------------------
360 r23913 | courmisch | 2007-12-28 21:38:49 +0100 (Fri, 28 Dec 2007) | 2 lines
362 M /trunk/include/vlc_threads_funcs.h
366 ------------------------------------------------------------------------
367 r23912 | courmisch | 2007-12-28 21:37:40 +0100 (Fri, 28 Dec 2007) | 2 lines
369 M /trunk/include/vlc_threads_funcs.h
373 ------------------------------------------------------------------------
374 r23911 | courmisch | 2007-12-28 21:04:22 +0100 (Fri, 28 Dec 2007) | 2 lines
376 M /trunk/include/vlc_threads_funcs.h
378 Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407
380 ------------------------------------------------------------------------
381 r23910 | courmisch | 2007-12-28 20:54:40 +0100 (Fri, 28 Dec 2007) | 2 lines
383 M /trunk/src/misc/objects.c
385 Attempt to implement waitpipe with Winsock (should fix #1347)
387 ------------------------------------------------------------------------
388 r23909 | fkuehne | 2007-12-28 20:38:05 +0100 (Fri, 28 Dec 2007) | 1 line
390 M /trunk/modules/gui/macosx/vout.m
392 * sorry, this one was unintended
393 ------------------------------------------------------------------------
394 r23908 | fkuehne | 2007-12-28 20:36:00 +0100 (Fri, 28 Dec 2007) | 1 line
396 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
397 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
398 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
399 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
400 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
401 A /trunk/extras/MacOSX/Resources/add_embedded_graphite.png
402 A /trunk/extras/MacOSX/Resources/equalizerdrawer_graphite.png
403 A /trunk/extras/MacOSX/Resources/fullscreen_graphite.png
404 A /trunk/extras/MacOSX/Resources/next_graphite.png
405 A /trunk/extras/MacOSX/Resources/pause_embedded_graphite.png
406 A /trunk/extras/MacOSX/Resources/pause_graphite.png
407 A /trunk/extras/MacOSX/Resources/play_embedded_graphite.png
408 A /trunk/extras/MacOSX/Resources/play_graphite.png
409 A /trunk/extras/MacOSX/Resources/playlistdrawer_graphite.png
410 A /trunk/extras/MacOSX/Resources/previous_graphite.png
411 A /trunk/extras/MacOSX/Resources/repeat_embedded_graphite.png
412 A /trunk/extras/MacOSX/Resources/repeat_single_embedded_graphite.png
413 A /trunk/extras/MacOSX/Resources/shuffle_embedded_graphite.png
414 A /trunk/extras/MacOSX/Resources/skip_forward_embedded_graphite.png
415 A /trunk/extras/MacOSX/Resources/skip_forward_graphite.png
416 A /trunk/extras/MacOSX/Resources/skip_previous_embedded_graphite.png
417 A /trunk/extras/MacOSX/Resources/skip_previous_graphite.png
418 A /trunk/extras/MacOSX/Resources/stop_graphite.png
419 A /trunk/extras/MacOSX/Resources/volumeslider_graphite.png
420 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
421 M /trunk/modules/gui/macosx/controls.h
422 M /trunk/modules/gui/macosx/controls.m
423 M /trunk/modules/gui/macosx/embeddedwindow.h
424 M /trunk/modules/gui/macosx/embeddedwindow.m
425 M /trunk/modules/gui/macosx/intf.h
426 M /trunk/modules/gui/macosx/intf.m
427 M /trunk/modules/gui/macosx/misc.h
428 M /trunk/modules/gui/macosx/misc.m
429 M /trunk/modules/gui/macosx/vout.m
431 * add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379)
432 ------------------------------------------------------------------------
433 r23907 | ivoire | 2007-12-28 20:11:20 +0100 (Fri, 28 Dec 2007) | 1 line
435 M /trunk/modules/video_output/sdl.c
437 Improve Aspect Ratio and Crop support
438 ------------------------------------------------------------------------
439 r23906 | pdherbemont | 2007-12-28 19:30:23 +0100 (Fri, 28 Dec 2007) | 2 lines
441 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
442 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
443 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
444 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
445 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
446 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
448 MacOSX/Framework: Fix end of file line, at least on headers.
450 ------------------------------------------------------------------------
451 r23905 | pdherbemont | 2007-12-28 19:29:38 +0100 (Fri, 28 Dec 2007) | 2 lines
453 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
455 MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
457 ------------------------------------------------------------------------
458 r23904 | pdherbemont | 2007-12-28 19:28:29 +0100 (Fri, 28 Dec 2007) | 2 lines
460 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
461 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
463 MacOSX/Framework/VLCVideoView.m: Supports the opengllayer video_output.
465 ------------------------------------------------------------------------
466 r23903 | pdherbemont | 2007-12-28 19:25:03 +0100 (Fri, 28 Dec 2007) | 2 lines
468 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
469 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
471 MacOSX/Framework/VLCMediaListAspect.m: Implement -parentMediaList.
473 ------------------------------------------------------------------------
474 r23902 | pdherbemont | 2007-12-28 19:23:46 +0100 (Fri, 28 Dec 2007) | 2 lines
476 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
477 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
479 MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly.
481 ------------------------------------------------------------------------
482 r23901 | pdherbemont | 2007-12-28 19:21:35 +0100 (Fri, 28 Dec 2007) | 2 lines
484 M /trunk/modules/video_output/opengllayer.m
486 video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead of addVoutView:.
488 ------------------------------------------------------------------------
489 r23900 | courmisch | 2007-12-28 18:17:29 +0100 (Fri, 28 Dec 2007) | 2 lines
491 M /trunk/modules/access/file.c
493 Be on the safe side of memory protection for now: use PROT_WRITE.
495 ------------------------------------------------------------------------
496 r23899 | fkuehne | 2007-12-28 18:14:58 +0100 (Fri, 28 Dec 2007) | 1 line
498 M /trunk/modules/gui/macosx/intf.m
500 * make sure our window titles change while switching items within playback (closes #1381)
501 ------------------------------------------------------------------------
502 r23898 | courmisch | 2007-12-28 18:01:56 +0100 (Fri, 28 Dec 2007) | 3 lines
504 M /trunk/include/vlc_block.h
505 M /trunk/modules/access/file.c
506 M /trunk/src/libvlc.sym
507 M /trunk/src/misc/block.c
509 block_mmap_Alloc: commoditize block allocation from mmap
510 Only the file access uses this, but I don't like "wild" callbacks into plugins.
512 ------------------------------------------------------------------------
513 r23897 | courmisch | 2007-12-28 17:16:55 +0100 (Fri, 28 Dec 2007) | 2 lines
515 M /trunk/modules/access/file.c
517 Fix stack overflow in debug code: use heap for large allocations.
519 ------------------------------------------------------------------------
520 r23896 | massiot | 2007-12-28 15:05:56 +0100 (Fri, 28 Dec 2007) | 2 lines
522 M /trunk/doc/fortunes.txt
526 ------------------------------------------------------------------------
527 r23895 | fkuehne | 2007-12-28 13:11:35 +0100 (Fri, 28 Dec 2007) | 1 line
529 M /trunk/modules/gui/macosx/wizard.m
531 * adapted the wizard to use the RTP stream out module instead of the removed RTP access out. Please check the other interfaces...
532 ------------------------------------------------------------------------
533 r23894 | ileoo | 2007-12-28 12:36:57 +0100 (Fri, 28 Dec 2007) | 4 lines
535 M /trunk/src/network/httpd.c
538 small fix for http-streaming, don't set b_die to true in beginning if
541 ------------------------------------------------------------------------
542 r23893 | courmisch | 2007-12-27 17:48:20 +0100 (Thu, 27 Dec 2007) | 2 lines
544 M /trunk/modules/access/file.c
546 Revert [23889]. Don't enable debug if you don't want it.
548 ------------------------------------------------------------------------
549 r23892 | jpsaman | 2007-12-27 15:38:16 +0100 (Thu, 27 Dec 2007) | 1 line
551 M /trunk/extras/contrib/src/Makefile
552 M /trunk/extras/contrib/src/Patches/live-starttime.patch
554 Sync with latest live555 source code.
555 ------------------------------------------------------------------------
556 r23891 | jpsaman | 2007-12-27 15:31:43 +0100 (Thu, 27 Dec 2007) | 2 lines
558 M /trunk/modules/demux/live555.cpp
560 Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop.
562 ------------------------------------------------------------------------
563 r23890 | jpsaman | 2007-12-27 13:46:30 +0100 (Thu, 27 Dec 2007) | 1 line
565 M /trunk/configure.ac
568 ------------------------------------------------------------------------
569 r23889 | jpsaman | 2007-12-27 13:45:31 +0100 (Thu, 27 Dec 2007) | 1 line
571 M /trunk/modules/access/file.c
573 Silence debug message.
574 ------------------------------------------------------------------------
575 r23887 | fkuehne | 2007-12-27 13:44:02 +0100 (Thu, 27 Dec 2007) | 1 line
579 * couple of NEWS updates and typo fixes here and there
580 ------------------------------------------------------------------------
581 r23886 | fkuehne | 2007-12-26 21:40:50 +0100 (Wed, 26 Dec 2007) | 1 line
583 M /trunk/modules/gui/macosx/embeddedwindow.m
585 * revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
586 ------------------------------------------------------------------------
587 r23885 | fkuehne | 2007-12-26 21:12:59 +0100 (Wed, 26 Dec 2007) | 1 line
589 M /trunk/modules/gui/macosx/embeddedwindow.m
591 * forward-port [23884]
592 ------------------------------------------------------------------------
593 r23883 | pdherbemont | 2007-12-26 20:55:39 +0100 (Wed, 26 Dec 2007) | 2 lines
595 M /trunk/modules/video_output/opengllayer.m
597 video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.
599 ------------------------------------------------------------------------
600 r23882 | courmisch | 2007-12-26 13:29:53 +0100 (Wed, 26 Dec 2007) | 2 lines
602 M /trunk/include/vlc_input.h
603 M /trunk/src/input/input_internal.h
605 Move a few large inlines out of include/
607 ------------------------------------------------------------------------
608 r23881 | courmisch | 2007-12-26 13:21:56 +0100 (Wed, 26 Dec 2007) | 2 lines
610 M /trunk/src/input/item.c
614 ------------------------------------------------------------------------
615 r23880 | courmisch | 2007-12-26 13:13:56 +0100 (Wed, 26 Dec 2007) | 2 lines
617 M /trunk/include/vlc_configuration.h
618 M /trunk/src/modules/entry.c
620 Add "safe" config item property
622 ------------------------------------------------------------------------
623 r23879 | dionoea | 2007-12-26 03:35:50 +0100 (Wed, 26 Dec 2007) | 5 lines
625 M /trunk/configure.ac
626 M /trunk/modules/video_chroma/Modules.am
627 A /trunk/modules/video_chroma/chain.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
628 A /trunk/modules/video_chroma/yuy2_i420.c
629 A /trunk/modules/video_chroma/yuy2_i422.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
631 Three new chroma converters:
632 * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
633 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
634 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
636 ------------------------------------------------------------------------
637 r23878 | pdherbemont | 2007-12-26 02:14:28 +0100 (Wed, 26 Dec 2007) | 2 lines
639 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
641 MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.
643 ------------------------------------------------------------------------
644 r23877 | dionoea | 2007-12-26 01:44:51 +0100 (Wed, 26 Dec 2007) | 5 lines
646 M /trunk/modules/video_filter/adjust.c
647 M /trunk/modules/video_filter/erase.c
648 M /trunk/modules/video_filter/extract.c
649 A /trunk/modules/video_filter/filter_picture.h
651 Some more filter work:
652 * adjust.c, extract.c: packed YUV 422 support.
653 * filter_picture.h: code shared by some "video filter2" filters.
654 * erase.c: validate the picture chroma in the constructor.
656 ------------------------------------------------------------------------
657 r23876 | pdherbemont | 2007-12-26 00:34:52 +0100 (Wed, 26 Dec 2007) | 2 lines
659 M /trunk/include/vlc/libvlc.h
660 M /trunk/src/control/media_discoverer.c
661 M /trunk/src/control/media_list_player.c
663 vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.
665 ------------------------------------------------------------------------
666 r23875 | pdherbemont | 2007-12-26 00:26:43 +0100 (Wed, 26 Dec 2007) | 2 lines
668 M /trunk/src/control/media_discoverer.c
670 control/media_discoverer.c: Set the corresponding media_list to read-only.
672 ------------------------------------------------------------------------
673 r23874 | pdherbemont | 2007-12-26 00:25:09 +0100 (Wed, 26 Dec 2007) | 2 lines
675 M /trunk/src/control/libvlc_internal.h
676 M /trunk/src/control/media_list.c
678 control/media_list.c: read-only-fy add_media_descriptor().
680 ------------------------------------------------------------------------
681 r23873 | pdherbemont | 2007-12-26 00:16:56 +0100 (Wed, 26 Dec 2007) | 2 lines
683 M /trunk/include/vlc/libvlc.h
684 M /trunk/src/control/libvlc_internal.h
685 M /trunk/src/control/media_list.c
687 control/media_list.c: Implement read-only media_list.
689 ------------------------------------------------------------------------
690 r23872 | pdherbemont | 2007-12-25 23:55:15 +0100 (Tue, 25 Dec 2007) | 2 lines
692 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
693 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
695 MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.
697 ------------------------------------------------------------------------
698 r23871 | pdherbemont | 2007-12-25 23:51:13 +0100 (Tue, 25 Dec 2007) | 2 lines
700 M /trunk/include/vlc/libvlc.h
701 M /trunk/src/control/libvlc_internal.h
702 M /trunk/src/control/media_discoverer.c
704 control/media_discoverer.c: Publish media_discoverer_is_running().
706 ------------------------------------------------------------------------
707 r23870 | dionoea | 2007-12-25 23:39:00 +0100 (Tue, 25 Dec 2007) | 7 lines
709 M /trunk/modules/video_filter/colorthres.c
710 M /trunk/modules/video_filter/erase.c
711 M /trunk/modules/video_filter/gaussianblur.c
712 M /trunk/modules/video_filter/psychedelic.c
713 M /trunk/modules/video_filter/rotate.c
716 * colorthres.c: validate input chroma.
717 * erase.c: fix bluring application limit (prevents out of bounds access).
718 * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
719 * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
720 * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
722 ------------------------------------------------------------------------
723 r23869 | pdherbemont | 2007-12-25 23:33:56 +0100 (Tue, 25 Dec 2007) | 2 lines
725 M /trunk/include/vlc/libvlc.h
726 M /trunk/src/control/media_discoverer.c
728 control/media_discoverer.c: Publish media_discoverer_event_manager().
730 ------------------------------------------------------------------------
731 r23868 | pdherbemont | 2007-12-25 23:25:45 +0100 (Tue, 25 Dec 2007) | 2 lines
733 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
735 MacOSX/Framework: Use the Pre-Compile script.
737 ------------------------------------------------------------------------
738 r23867 | pdherbemont | 2007-12-25 23:19:12 +0100 (Tue, 25 Dec 2007) | 2 lines
740 M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
741 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
743 MacOSX/Framework: Properly track updated library and modules.
745 ------------------------------------------------------------------------
746 r23866 | pdherbemont | 2007-12-25 22:29:49 +0100 (Tue, 25 Dec 2007) | 2 lines
748 M /trunk/include/vlc/libvlc_structures.h
749 M /trunk/src/control/media_discoverer.c
751 control/media_discoverer.c: Forward started and ended event.
753 ------------------------------------------------------------------------
754 r23865 | pdherbemont | 2007-12-25 21:54:18 +0100 (Tue, 25 Dec 2007) | 2 lines
756 M /trunk/include/vlc_events.h
757 M /trunk/src/playlist/services_discovery.c
759 playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.
761 ------------------------------------------------------------------------
762 r23863 | pdherbemont | 2007-12-25 17:18:23 +0100 (Tue, 25 Dec 2007) | 2 lines
764 M /trunk/include/vlc/libvlc.h
765 M /trunk/src/control/media_list_view.c
767 control/media_list_view.c: Implement media_list_view_parent_media_list().
769 ------------------------------------------------------------------------
770 r23862 | fkuehne | 2007-12-25 14:55:30 +0100 (Tue, 25 Dec 2007) | 1 line
772 M /trunk/modules/access/file.c
774 * mmap is broken on Darwin. Disabled it for now to have basic file access functionality working.
775 ------------------------------------------------------------------------
776 r23861 | fkuehne | 2007-12-25 14:36:02 +0100 (Tue, 25 Dec 2007) | 1 line
778 M /trunk/configure.ac
779 M /trunk/extras/contrib/src/Makefile
780 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-mmx_removal-darwin9.patch
782 * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.
783 ------------------------------------------------------------------------
784 r23860 | pdherbemont | 2007-12-24 20:45:26 +0100 (Mon, 24 Dec 2007) | 2 lines
786 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
787 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
789 Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.
791 ------------------------------------------------------------------------
792 r23858 | pdherbemont | 2007-12-24 19:45:10 +0100 (Mon, 24 Dec 2007) | 2 lines
794 M /trunk/include/vlc/libvlc.h
795 M /trunk/include/vlc/libvlc_structures.h
796 M /trunk/src/control/libvlc_internal.h
797 M /trunk/src/control/media_descriptor.c
798 M /trunk/src/control/media_instance.c
800 control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
802 ------------------------------------------------------------------------
803 r23857 | ivoire | 2007-12-24 18:53:28 +0100 (Mon, 24 Dec 2007) | 1 line
805 M /trunk/modules/video_output/sdl.c
807 improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas.
808 ------------------------------------------------------------------------
809 r23856 | dionoea | 2007-12-24 17:52:05 +0100 (Mon, 24 Dec 2007) | 2 lines
811 M /trunk/modules/services_discovery/shout.c
815 ------------------------------------------------------------------------
816 r23853 | xtophe | 2007-12-24 17:07:27 +0100 (Mon, 24 Dec 2007) | 2 lines
818 M /trunk/share/Makefile.am
820 distribute the Christmas icons
822 ------------------------------------------------------------------------
823 r23852 | courmisch | 2007-12-24 16:39:17 +0100 (Mon, 24 Dec 2007) | 2 lines
825 M /trunk/modules/services_discovery/shout.c
827 Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames
829 ------------------------------------------------------------------------
830 r23851 | dionoea | 2007-12-24 15:40:51 +0100 (Mon, 24 Dec 2007) | 3 lines
832 M /trunk/src/libvlc-common.c
834 Include font and password configuration items in the help output.
835 Tell the user about --advanced when his help query skipped advanced configuration items.
837 ------------------------------------------------------------------------
838 r23850 | dionoea | 2007-12-24 14:52:48 +0100 (Mon, 24 Dec 2007) | 2 lines
840 M /trunk/src/libvlc-common.c
841 M /trunk/src/misc/messages.c
843 Use \033[0;1m instead of \033[37;1m for bold text using the default color (prevent using bold white text on terms with a white background).
845 ------------------------------------------------------------------------
846 r23849 | dionoea | 2007-12-24 14:48:20 +0100 (Mon, 24 Dec 2007) | 2 lines
848 M /trunk/src/modules/entry.c
850 Use the longtext as longtext.
852 ------------------------------------------------------------------------
853 r23848 | pdherbemont | 2007-12-24 02:18:54 +0100 (Mon, 24 Dec 2007) | 2 lines
855 M /trunk/modules/services_discovery/shout.c
857 services_discovery/shout.c: No need to incref. (fix a memleak).
859 ------------------------------------------------------------------------
860 r23847 | jb | 2007-12-24 02:03:16 +0100 (Mon, 24 Dec 2007) | 3 lines
862 M /trunk/src/osd/osd.c
864 Remove unused variable in OSD. Revert if needed :D
867 ------------------------------------------------------------------------
868 r23846 | jb | 2007-12-24 02:02:05 +0100 (Mon, 24 Dec 2007) | 3 lines
870 M /trunk/src/playlist/engine.c
875 ------------------------------------------------------------------------
876 r23845 | jb | 2007-12-24 02:00:03 +0100 (Mon, 24 Dec 2007) | 4 lines
878 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
879 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
880 M /trunk/modules/gui/qt4/main_interface.cpp
882 Qt4 - Background Widget change. Resetting the maximum size at each resize is wrong. Scaling content can be really really ugly.
886 ------------------------------------------------------------------------
887 r23844 | hovis | 2007-12-24 01:15:47 +0100 (Mon, 24 Dec 2007) | 1 line
889 M /trunk/modules/access/v4l2.c
891 v4l2.c: Patch by Dennis Lou to add MPEG2 support. Many thanks.
892 ------------------------------------------------------------------------
893 r23843 | dionoea | 2007-12-23 23:23:25 +0100 (Sun, 23 Dec 2007) | 3 lines
895 M /trunk/modules/demux/playlist/m3u.c
896 M /trunk/modules/services_discovery/shout.c
898 Allow specifying options specific to each url in the shout service discovery.
899 Make it possible to inherit the m3u-extvlcopt option in the m3u parser.
901 ------------------------------------------------------------------------
902 r23842 | dionoea | 2007-12-23 22:39:09 +0100 (Sun, 23 Dec 2007) | 2 lines
904 M /trunk/configure.ac
905 M /trunk/modules/services_discovery/Modules.am
906 D /trunk/modules/services_discovery/freebox.c
907 M /trunk/modules/services_discovery/shout.c
909 Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code.
911 ------------------------------------------------------------------------
912 r23841 | fkuehne | 2007-12-23 19:28:14 +0100 (Sun, 23 Dec 2007) | 1 line
914 M /trunk/modules/gui/macosx/macosx.m
915 M /trunk/modules/gui/macosx/wizard.h
916 M /trunk/modules/gui/macosx/wizard.m
918 macosx: remove useless setting as basically no user wants the wizard panel to reset in a single session, but demands it to keep its selections (this was the default behaviour anyway)
919 ------------------------------------------------------------------------
920 r23840 | fkuehne | 2007-12-23 19:20:06 +0100 (Sun, 23 Dec 2007) | 1 line
922 M /trunk/modules/gui/macosx/playlist.m
924 macosx:playlist.m turn an error msg into a warning as the event isn't as bad as it seems to be
925 ------------------------------------------------------------------------
926 r23839 | courmisch | 2007-12-23 18:42:57 +0100 (Sun, 23 Dec 2007) | 3 lines
928 M /trunk/src/network/httpd.c
930 Fix format string injection in the Connection field for HTTP-served files
931 (affects HTTP interface and LUA plus HTTP export for DVB and RTP)
933 ------------------------------------------------------------------------
934 r23838 | pdherbemont | 2007-12-23 17:48:15 +0100 (Sun, 23 Dec 2007) | 2 lines
936 M /trunk/modules/video_output/opengllayer.m
938 modules/video_output/opengllayer.m: Don't free the gl texture in End(), but in the releaseGLContext function. Set the original bounds of the CALayer. Protect the removeFromSuperlayer by a CATransaction.
940 ------------------------------------------------------------------------
941 r23837 | pdherbemont | 2007-12-23 16:29:47 +0100 (Sun, 23 Dec 2007) | 2 lines
943 M /trunk/src/playlist/item.c
944 M /trunk/src/playlist/loadsave.c
946 playlist: Fix an input_item leak in item.c, and notice that we are leaking one in loadsave.c.
948 ------------------------------------------------------------------------
949 r23836 | pdherbemont | 2007-12-23 16:28:51 +0100 (Sun, 23 Dec 2007) | 2 lines
951 M /trunk/src/playlist/tree.c
953 playlist/tree.c: Fix an input_item leak.
955 ------------------------------------------------------------------------
956 r23835 | pdherbemont | 2007-12-23 15:59:34 +0100 (Sun, 23 Dec 2007) | 2 lines
958 M /trunk/modules/demux/playlist/xspf.c
960 modules/demux/playlist/xspf.c: Show where the input_item leak comes from. (funman can fix that?)
962 ------------------------------------------------------------------------
963 r23834 | pdherbemont | 2007-12-23 15:53:25 +0100 (Sun, 23 Dec 2007) | 2 lines
965 M /trunk/modules/demux/playlist/asx.c
966 M /trunk/modules/demux/playlist/b4s.c
967 M /trunk/modules/demux/playlist/dvb.c
968 M /trunk/modules/demux/playlist/gvp.c
969 M /trunk/modules/demux/playlist/ifo.c
970 M /trunk/modules/demux/playlist/itml.c
971 M /trunk/modules/demux/playlist/m3u.c
972 M /trunk/modules/demux/playlist/pls.c
973 M /trunk/modules/demux/playlist/podcast.c
974 M /trunk/modules/demux/playlist/qtl.c
975 M /trunk/modules/demux/playlist/sgimb.c
976 M /trunk/modules/demux/playlist/shoutcast.c
978 modules/demux/playlist/*.c: Fix input_item memleaks.
980 ------------------------------------------------------------------------
981 r23833 | pdherbemont | 2007-12-23 15:45:09 +0100 (Sun, 23 Dec 2007) | 2 lines
983 M /trunk/src/control/media_descriptor.c
985 control/media_descriptor.c: Prevent an input_item memleak.
987 ------------------------------------------------------------------------
988 r23832 | pdherbemont | 2007-12-23 15:40:28 +0100 (Sun, 23 Dec 2007) | 2 lines
990 M /trunk/modules/demux/mp4/mp4.c
992 modules/demux/mp4/mp4.c: Fix an input_item memleak.
994 ------------------------------------------------------------------------
995 r23831 | pdherbemont | 2007-12-23 15:38:53 +0100 (Sun, 23 Dec 2007) | 2 lines
997 M /trunk/modules/control/http/macro.c
998 M /trunk/modules/control/http/rpn.c
1000 modules/control/http: Fix input_item memleak.
1002 ------------------------------------------------------------------------
1003 r23830 | pdherbemont | 2007-12-23 15:35:43 +0100 (Sun, 23 Dec 2007) | 2 lines
1005 M /trunk/modules/access/directory.c
1007 modules/access/directory.c: Fix an input_item memleak.
1009 ------------------------------------------------------------------------
1010 r23829 | pdherbemont | 2007-12-23 15:34:25 +0100 (Sun, 23 Dec 2007) | 2 lines
1012 M /trunk/modules/access/cdda.c
1014 modules/access/cdda.c: Fix an input_item memleak.
1016 ------------------------------------------------------------------------
1017 r23828 | pdherbemont | 2007-12-23 15:19:00 +0100 (Sun, 23 Dec 2007) | 6 lines
1019 M /trunk/include/vlc_common.h
1020 M /trunk/modules/misc/lua/vlc.c
1021 M /trunk/modules/services_discovery/bonjour.c
1022 M /trunk/modules/services_discovery/freebox.c
1023 M /trunk/modules/services_discovery/hal.c
1024 M /trunk/modules/services_discovery/sap.c
1025 M /trunk/modules/services_discovery/shout.c
1028 * Add some proper assert() to the vlc_gc_* function to spot errors.
1029 * Correctly initialize the refcount to 1. (This will prevent freed pointer usage). (This may also introduce leaks in some module).
1031 * Prevent some module to leak input_item_t.
1033 ------------------------------------------------------------------------
1034 r23827 | funman | 2007-12-23 13:55:08 +0100 (Sun, 23 Dec 2007) | 2 lines
1036 M /trunk/extras/contrib/src/Makefile
1037 A /trunk/extras/contrib/src/Patches/libdvdnav-win32.patch
1039 contribs: fix libdvdnav runtime on win32 (patch was deleted when switching to mplayer's libdvdnav), extract using gzip
1041 ------------------------------------------------------------------------
1042 r23826 | ivoire | 2007-12-23 11:47:59 +0100 (Sun, 23 Dec 2007) | 1 line
1044 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
1045 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1048 ------------------------------------------------------------------------
1049 r23825 | fkuehne | 2007-12-23 11:15:49 +0100 (Sun, 23 Dec 2007) | 1 line
1051 M /trunk/modules/gui/macosx/intf.m
1052 M /trunk/modules/gui/macosx/open.m
1053 M /trunk/modules/gui/macosx/playlist.m
1054 M /trunk/modules/gui/macosx/playlistinfo.m
1055 M /trunk/modules/gui/macosx/prefs_widgets.m
1056 M /trunk/modules/gui/macosx/vout.m
1058 * withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks
1059 ------------------------------------------------------------------------
1060 r23824 | ivoire | 2007-12-23 09:12:26 +0100 (Sun, 23 Dec 2007) | 1 line
1062 M /trunk/src/misc/update.c
1065 ------------------------------------------------------------------------
1066 r23823 | jb | 2007-12-23 02:48:30 +0100 (Sun, 23 Dec 2007) | 3 lines
1068 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1069 M /trunk/modules/gui/qt4/main_interface.cpp
1071 Qt4 - Small fix to get a smaller size when a video ends.
1074 ------------------------------------------------------------------------
1075 r23822 | pdherbemont | 2007-12-23 02:38:20 +0100 (Sun, 23 Dec 2007) | 2 lines
1077 M /trunk/modules/gui/macosx/playlist.m
1079 modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services discovery.
1081 ------------------------------------------------------------------------
1082 r23821 | jb | 2007-12-23 02:24:25 +0100 (Sun, 23 Dec 2007) | 3 lines
1084 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1086 And forgot the other file... Sorry.
1089 ------------------------------------------------------------------------
1090 r23820 | jb | 2007-12-23 02:22:20 +0100 (Sun, 23 Dec 2007) | 2 lines
1092 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1096 ------------------------------------------------------------------------
1097 r23819 | jb | 2007-12-23 02:12:58 +0100 (Sun, 23 Dec 2007) | 3 lines
1099 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1100 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1101 M /trunk/modules/gui/qt4/main_interface.cpp
1103 Qt4 - simplify the VideoWidget. VideoWidget is a just an simple QFrame with the necessary interactions...
1106 ------------------------------------------------------------------------
1107 r23818 | jb | 2007-12-23 01:54:54 +0100 (Sun, 23 Dec 2007) | 2 lines
1109 M /trunk/modules/gui/qt4/pixmaps/noart.png
1111 Qt4 - less ugly Noart pix
1113 ------------------------------------------------------------------------
1114 r23817 | funman | 2007-12-23 01:30:19 +0100 (Sun, 23 Dec 2007) | 1 line
1116 M /trunk/modules/demux/playlist/xspf.c
1117 M /trunk/modules/demux/playlist/xspf.h
1120 ------------------------------------------------------------------------
1121 r23816 | xtophe | 2007-12-22 23:28:23 +0100 (Sat, 22 Dec 2007) | 2 lines
1125 Slovenian translation update by Matej Urban?\196?\141i?\196?\141.
1127 ------------------------------------------------------------------------
1128 r23815 | xtophe | 2007-12-22 23:01:56 +0100 (Sat, 22 Dec 2007) | 2 lines
1130 M /trunk/include/vlc_common.h
1131 M /trunk/src/config/file.c
1132 M /trunk/src/modules/entry.c
1134 Use dgettext() (aka _() ) rather than gettext().
1136 ------------------------------------------------------------------------
1137 r23814 | jb | 2007-12-22 20:31:19 +0100 (Sat, 22 Dec 2007) | 3 lines
1139 M /trunk/modules/gui/qt4/main_interface.cpp
1141 Qt4 - timeLabel cosmetic.
1144 ------------------------------------------------------------------------
1145 r23813 | jb | 2007-12-22 20:21:17 +0100 (Sat, 22 Dec 2007) | 2 lines
1147 M /trunk/modules/gui/qt4/Modules.am
1148 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1149 A /trunk/modules/gui/qt4/pixmaps/volume-medium.png
1150 M /trunk/modules/gui/qt4/res.qrc
1152 Qt4 - Add a "medium" volume icon as requested on IRC, ( by Quovodis?)
1154 ------------------------------------------------------------------------
1155 r23812 | jb | 2007-12-22 20:12:45 +0100 (Sat, 22 Dec 2007) | 3 lines
1157 M /trunk/modules/gui/qt4/main_interface.cpp
1159 Qt4 - Make the time Label right aligned and not size increasing in resize.
1162 ------------------------------------------------------------------------
1163 r23811 | pdherbemont | 2007-12-22 19:11:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1165 M /trunk/modules/services_discovery/sap.c
1167 services_discovery/sap.c: Make sure the thread will exit, even if in poll(). And properly lock the object.
1169 ------------------------------------------------------------------------
1170 r23810 | pdherbemont | 2007-12-22 17:19:04 +0100 (Sat, 22 Dec 2007) | 2 lines
1172 M /trunk/include/vlc_objects.h
1173 M /trunk/src/misc/objects.c
1175 include/vlc_objects.h: Use the usual macro trick, to publish a function that take as argument a vlc_object_t *, here for vlc_object_waitpipe().
1177 ------------------------------------------------------------------------
1178 r23809 | courmisch | 2007-12-22 17:04:32 +0100 (Sat, 22 Dec 2007) | 2 lines
1180 M /trunk/src/network/httpd.c
1184 ------------------------------------------------------------------------
1185 r23808 | courmisch | 2007-12-22 16:53:38 +0100 (Sat, 22 Dec 2007) | 2 lines
1187 M /trunk/src/misc/objects.c
1188 M /trunk/src/network/httpd.c
1190 Add an error message
1192 ------------------------------------------------------------------------
1193 r23807 | courmisch | 2007-12-22 16:50:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1195 M /trunk/src/network/httpd.c
1199 ------------------------------------------------------------------------
1200 r23806 | courmisch | 2007-12-22 16:49:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1202 M /trunk/src/misc/objects.c
1204 _pipe is not selectable on Windows, so return -1
1206 ------------------------------------------------------------------------
1207 r23805 | courmisch | 2007-12-22 16:42:36 +0100 (Sat, 22 Dec 2007) | 2 lines
1209 M /trunk/src/network/httpd.c
1211 Corner case race condition in the waitpipe
1213 ------------------------------------------------------------------------
1214 r23804 | courmisch | 2007-12-22 15:47:15 +0100 (Sat, 22 Dec 2007) | 3 lines
1216 M /trunk/modules/access/file.c
1218 Put debug/test code for mmap
1219 (it does not find any error here)
1221 ------------------------------------------------------------------------
1222 r23803 | courmisch | 2007-12-22 15:11:42 +0100 (Sat, 22 Dec 2007) | 4 lines
1224 M /trunk/modules/access/file.c
1226 - Parse seek offsets as unsigned (why they were signed in the first place??)
1230 ------------------------------------------------------------------------
1231 r23802 | pdherbemont | 2007-12-22 14:44:00 +0100 (Sat, 22 Dec 2007) | 2 lines
1233 M /trunk/modules/services_discovery/sap.c
1235 services_discovery/sap.c: s/min/min_int/ to prevent a macro collision on windows environment.
1237 ------------------------------------------------------------------------
1238 r23801 | jpsaman | 2007-12-22 14:10:39 +0100 (Sat, 22 Dec 2007) | 1 line
1240 M /trunk/modules/gui/qt4/input_manager.cpp
1242 First page is 100 by default
1243 ------------------------------------------------------------------------
1244 r23800 | courmisch | 2007-12-22 14:06:33 +0100 (Sat, 22 Dec 2007) | 2 lines
1246 M /trunk/modules/services_discovery/sap.c
1248 Pierre writes too good code. We need to kludge it :(
1250 ------------------------------------------------------------------------
1251 r23799 | pdherbemont | 2007-12-22 13:53:23 +0100 (Sat, 22 Dec 2007) | 2 lines
1253 M /trunk/modules/services_discovery/sap.c
1255 services_discovery/sap.: Don't wakeup more than needed.
1257 ------------------------------------------------------------------------
1258 r23798 | ivoire | 2007-12-22 13:41:56 +0100 (Sat, 22 Dec 2007) | 1 line
1260 M /trunk/include/vlc_update.h
1261 M /trunk/modules/gui/qt4/dialogs/help.cpp
1262 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
1263 M /trunk/src/libvlc-common.c
1264 M /trunk/src/misc/update.c
1266 use a pointer to a function instead of a callback
1267 ------------------------------------------------------------------------
1268 r23797 | pdherbemont | 2007-12-22 13:36:53 +0100 (Sat, 22 Dec 2007) | 2 lines
1270 M /trunk/Makefile.am
1272 Makefile.am: Put hdiutil into verbose mode in package-macosx creation.
1274 ------------------------------------------------------------------------
1275 r23796 | funman | 2007-12-22 12:29:57 +0100 (Sat, 22 Dec 2007) | 2 lines
1277 M /trunk/src/libvlc-common.c
1278 M /trunk/src/misc/update.c
1280 update: cosmetics, put the variable creation in libvlc
1282 ------------------------------------------------------------------------
1283 r23795 | ivoire | 2007-12-22 11:18:01 +0100 (Sat, 22 Dec 2007) | 1 line
1285 M /trunk/src/misc/update.c
1287 another cleaning session
1288 ------------------------------------------------------------------------
1289 r23794 | courmisch | 2007-12-22 11:09:20 +0100 (Sat, 22 Dec 2007) | 2 lines
1291 M /trunk/include/vlc_network.h
1293 Try to fix Win32 linking
1295 ------------------------------------------------------------------------
1296 r23793 | courmisch | 2007-12-22 11:02:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1298 M /trunk/include/vlc_network.h
1299 M /trunk/src/libvlc.sym
1300 M /trunk/src/network/io.c
1302 Remove net_Select. Simplify net_Read consequently.
1304 ------------------------------------------------------------------------
1305 r23792 | courmisch | 2007-12-22 10:31:58 +0100 (Sat, 22 Dec 2007) | 2 lines
1307 M /trunk/modules/services_discovery/sap.c
1309 Use poll() directly when you want to listen to multiple sockets.
1311 ------------------------------------------------------------------------
1312 r23791 | jb | 2007-12-22 10:31:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1314 M /trunk/modules/gui/qt4/dialogs/sout.cpp
1315 M /trunk/modules/gui/qt4/dialogs/sout.hpp
1316 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1318 Qt4 - Fix previous commit.
1320 ------------------------------------------------------------------------
1321 r23790 | courmisch | 2007-12-22 10:11:25 +0100 (Sat, 22 Dec 2007) | 2 lines
1323 M /trunk/include/vlc_network.h
1325 Same as previous commit
1327 ------------------------------------------------------------------------
1328 r23789 | courmisch | 2007-12-22 10:10:56 +0100 (Sat, 22 Dec 2007) | 2 lines
1330 M /trunk/src/network/io.c
1332 Revert [23768] and [23768]. Fix dead lock whenever reading from the network.
1334 ------------------------------------------------------------------------
1335 r23788 | jb | 2007-12-22 09:12:02 +0100 (Sat, 22 Dec 2007) | 2 lines
1337 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1338 M /trunk/modules/gui/qt4/dialogs/open.cpp
1339 M /trunk/modules/gui/qt4/dialogs/sout.cpp
1340 M /trunk/modules/gui/qt4/dialogs/sout.hpp
1341 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
1342 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
1343 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1344 M /trunk/modules/gui/qt4/dialogs_provider.hpp
1346 Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done.
1348 ------------------------------------------------------------------------
1349 r23787 | jb | 2007-12-22 08:19:01 +0100 (Sat, 22 Dec 2007) | 3 lines
1351 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1352 M /trunk/modules/gui/qt4/main_interface.cpp
1353 M /trunk/modules/gui/qt4/main_interface.hpp
1355 Qt4 - remember if the playlist was inside or not. Clean.
1358 ------------------------------------------------------------------------
1359 r23786 | jb | 2007-12-22 04:20:11 +0100 (Sat, 22 Dec 2007) | 2 lines
1361 M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
1362 M /trunk/modules/gui/qt4/components/playlist/playlist.hpp
1363 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
1364 M /trunk/modules/gui/qt4/main_interface.cpp
1366 Qt4 - Remember playlist's size.
1368 ------------------------------------------------------------------------
1369 r23785 | jb | 2007-12-22 04:04:42 +0100 (Sat, 22 Dec 2007) | 2 lines
1371 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
1373 Qt4 - Save the settings from the playlist for the dialog Provider if ever needed.
1375 ------------------------------------------------------------------------
1376 r23784 | jb | 2007-12-22 03:38:14 +0100 (Sat, 22 Dec 2007) | 2 lines
1378 M /trunk/modules/gui/qt4/main_interface.cpp
1380 QT4 - sizing (still not fix... anyone can look at it ?) and remember if the playlist is floating.
1382 ------------------------------------------------------------------------
1383 r23783 | jb | 2007-12-22 02:50:29 +0100 (Sat, 22 Dec 2007) | 3 lines
1385 M /trunk/modules/gui/qt4/main_interface.cpp
1387 Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
1390 ------------------------------------------------------------------------
1391 r23782 | jb | 2007-12-22 02:49:50 +0100 (Sat, 22 Dec 2007) | 2 lines
1393 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1395 Qt4 - Be sure of the existence of getInput.
1397 ------------------------------------------------------------------------
1398 r23781 | jb | 2007-12-22 02:08:21 +0100 (Sat, 22 Dec 2007) | 2 lines
1400 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1401 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1403 Qt4 - remove unusefull debug.
1405 ------------------------------------------------------------------------
1406 r23780 | pdherbemont | 2007-12-22 01:43:59 +0100 (Sat, 22 Dec 2007) | 2 lines
1408 M /trunk/modules/audio_filter/converter/dtstospdif.c
1410 dtstospdif.c: Print a warning on frame size changes. Hopefully it will help us to debug the issue with SPDIF.
1412 ------------------------------------------------------------------------
1413 r23779 | pdherbemont | 2007-12-22 01:34:04 +0100 (Sat, 22 Dec 2007) | 2 lines
1415 M /trunk/modules/audio_filter/converter/dtstospdif.c
1417 modules/audio_filter/converter/dtstospdif.c: We need a starting date. Fix a typo that cause the starting date not to be set.
1419 ------------------------------------------------------------------------
1420 r23778 | funman | 2007-12-21 22:38:35 +0100 (Fri, 21 Dec 2007) | 1 line
1422 M /trunk/modules/access/file.c
1425 ------------------------------------------------------------------------
1426 r23777 | funman | 2007-12-21 22:05:02 +0100 (Fri, 21 Dec 2007) | 1 line
1428 M /trunk/modules/access/file.c
1430 file: do not declare mmapBlock() if it won't be defined
1431 ------------------------------------------------------------------------
1432 r23776 | jb | 2007-12-21 21:34:34 +0100 (Fri, 21 Dec 2007) | 2 lines
1434 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1435 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1437 Qt4 - Use AutoRaise button for faster and slower in order to keep consistency in the interface.
1439 ------------------------------------------------------------------------
1440 r23775 | jb | 2007-12-21 21:29:59 +0100 (Fri, 21 Dec 2007) | 4 lines
1442 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1443 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
1445 Qt4 - SpeedSlider, use an AutoRaise button for the Normal Rate.
1446 Remove and unneeded member in the class.
1449 ------------------------------------------------------------------------
1450 r23774 | jb | 2007-12-21 21:16:12 +0100 (Fri, 21 Dec 2007) | 2 lines
1452 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1454 Qt4 - Fix the SINGLE Item mode of the Media Information! Be Carefull again !
1456 ------------------------------------------------------------------------
1457 r23773 | jb | 2007-12-21 20:59:39 +0100 (Fri, 21 Dec 2007) | 3 lines
1459 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1460 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
1462 Qt4 - We DO need pulling for the stats in MediaInfo Dialog... Revert part of 23590.
1465 ------------------------------------------------------------------------
1466 r23772 | jb | 2007-12-21 20:40:58 +0100 (Fri, 21 Dec 2007) | 3 lines
1468 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
1470 Qt4 - Fix an 'assertion failed' when opening the media information witout an input.
1473 ------------------------------------------------------------------------
1474 r23771 | pdherbemont | 2007-12-21 20:35:59 +0100 (Fri, 21 Dec 2007) | 2 lines
1476 M /trunk/modules/services_discovery/freebox.c
1478 modules/services_discovery/freebox.c: Wrong copyright, reported by funman.
1480 ------------------------------------------------------------------------
1481 r23770 | pdherbemont | 2007-12-21 20:30:52 +0100 (Fri, 21 Dec 2007) | 2 lines
1483 M /trunk/configure.ac
1484 M /trunk/modules/services_discovery/Modules.am
1485 A /trunk/modules/services_discovery/freebox.c
1487 modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box.
1489 ------------------------------------------------------------------------
1490 r23769 | pdherbemont | 2007-12-21 19:56:54 +0100 (Fri, 21 Dec 2007) | 2 lines
1492 M /trunk/src/network/io.c
1494 network/io.c: net_Select should return i_total on timeout.
1496 ------------------------------------------------------------------------
1497 r23768 | pdherbemont | 2007-12-21 19:52:21 +0100 (Fri, 21 Dec 2007) | 5 lines
1499 M /trunk/include/vlc_network.h
1500 M /trunk/modules/services_discovery/sap.c
1501 M /trunk/src/network/io.c
1503 modules/services_discovery/sap.c: Don't trust announcement down packet, but support implicit timeout.
1504 * As suggested in the RFC we remove the discovered media if there is no new packet after three average packet period. (implicit timeout).
1505 * Announcement of removal packet can be used to silently replace an announce by an other.
1506 * Add a timeout argument to net_Select.
1508 ------------------------------------------------------------------------
1509 r23767 | funman | 2007-12-21 18:25:10 +0100 (Fri, 21 Dec 2007) | 1 line
1513 put the right developers website url, pointed out by marcfiu on IRC. bump gettext requirement
1514 ------------------------------------------------------------------------
1515 r23766 | courmisch | 2007-12-21 18:22:39 +0100 (Fri, 21 Dec 2007) | 2 lines
1517 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1519 Add module_Exists until I don't get any error on my build tree!
1521 ------------------------------------------------------------------------
1522 r23765 | courmisch | 2007-12-21 17:56:21 +0100 (Fri, 21 Dec 2007) | 2 lines
1524 M /trunk/include/vlc_configuration.h
1526 Use vlc_config_set for categories (close #1411)
1528 ------------------------------------------------------------------------
1529 r23764 | courmisch | 2007-12-21 17:55:49 +0100 (Fri, 21 Dec 2007) | 2 lines
1531 M /trunk/src/modules/modules.c
1533 Fix config item counting
1535 ------------------------------------------------------------------------
1536 r23763 | courmisch | 2007-12-21 16:56:50 +0100 (Fri, 21 Dec 2007) | 3 lines
1538 M /trunk/modules/access/udp.c
1540 - Fix error handling
1543 ------------------------------------------------------------------------
1544 r23762 | courmisch | 2007-12-21 16:56:30 +0100 (Fri, 21 Dec 2007) | 2 lines
1546 M /trunk/modules/access/file.c
1550 ------------------------------------------------------------------------
1551 r23761 | pdherbemont | 2007-12-21 16:03:49 +0100 (Fri, 21 Dec 2007) | 2 lines
1553 M /trunk/modules/services_discovery/shout.c
1555 shout.c: Fix a typo in previous commit. (thanks, funman).
1557 ------------------------------------------------------------------------
1558 r23760 | pdherbemont | 2007-12-21 15:57:24 +0100 (Fri, 21 Dec 2007) | 2 lines
1560 M /trunk/modules/services_discovery/shout.c
1562 modules/services_discovery/shout.c: Don't leak the input_item.
1564 ------------------------------------------------------------------------
1565 r23759 | pdherbemont | 2007-12-21 15:35:20 +0100 (Fri, 21 Dec 2007) | 2 lines
1567 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
1569 MacOSX/Framework/VLCEventManager.m: Fix a bit the file description.
1571 ------------------------------------------------------------------------
1572 r23758 | pdherbemont | 2007-12-21 15:31:00 +0100 (Fri, 21 Dec 2007) | 2 lines
1574 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
1575 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
1577 MacOSX/Framework/VLCMediaList.m: Implement -description: and fix -flatAspect and -hierarchicalAspect when used with bindings.
1579 ------------------------------------------------------------------------
1580 r23757 | jb | 2007-12-21 02:21:09 +0100 (Fri, 21 Dec 2007) | 3 lines
1582 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
1583 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
1585 Qt4 - VLM: select input from the OpenDialog, using the existing OpenDialog and not creating new one. :D
1588 ------------------------------------------------------------------------
1589 r23756 | funman | 2007-12-21 01:58:18 +0100 (Fri, 21 Dec 2007) | 2 lines
1592 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
1593 M /trunk/modules/gui/qt4/dialogs/help.cpp
1594 M /trunk/modules/gui/qt4/main_interface.cpp
1595 M /trunk/modules/gui/qt4/qt4.cpp
1596 M /trunk/modules/gui/qt4/res.qrc
1597 A /trunk/share/vlc128x128-christmas.png
1598 A /trunk/share/vlc32x32-christmas.xpm
1599 A /trunk/share/vlc48x48-christmas.png
1601 qt4: special icon made by Geoffrey Roussel alias akem/meka is displayed in the last days of the year.
1603 ------------------------------------------------------------------------
1604 r23755 | jb | 2007-12-21 01:45:54 +0100 (Fri, 21 Dec 2007) | 2 lines
1606 M /trunk/modules/gui/qt4/ui/open.ui
1608 Qt4 - UI. Remove QT4.3 only functions.
1610 ------------------------------------------------------------------------
1611 r23754 | jb | 2007-12-21 01:42:57 +0100 (Fri, 21 Dec 2007) | 2 lines
1613 M /trunk/modules/gui/qt4/dialogs/open.cpp
1617 ------------------------------------------------------------------------
1618 r23753 | jb | 2007-12-21 01:40:47 +0100 (Fri, 21 Dec 2007) | 3 lines
1620 M /trunk/modules/gui/qt4/dialogs/open.cpp
1621 M /trunk/modules/gui/qt4/dialogs/open.hpp
1622 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1623 M /trunk/modules/gui/qt4/dialogs_provider.hpp
1624 M /trunk/modules/gui/qt4/ui/open.ui
1626 Qt4 - Small open dialog refactoring for use for vlm dialog.
1629 ------------------------------------------------------------------------
1630 r23752 | funman | 2007-12-20 23:58:00 +0100 (Thu, 20 Dec 2007) | 1 line
1632 M /trunk/MAINTAINERS
1634 Add mysef as playlist & ncurses interface maintainer
1635 ------------------------------------------------------------------------
1636 r23751 | Trax | 2007-12-20 20:19:00 +0100 (Thu, 20 Dec 2007) | 1 line
1638 M /trunk/modules/demux/mp4/libmp4.c
1640 * modules/demux/mp4/libmp4.c: spelling - uncompletetly -> incompletely
1641 ------------------------------------------------------------------------
1642 r23750 | jpsaman | 2007-12-20 12:47:22 +0100 (Thu, 20 Dec 2007) | 2 lines
1644 M /trunk/modules/video_output/opengl.c
1645 M /trunk/modules/video_output/x11/xcommon.c
1646 M /trunk/src/video_output/video_output.c
1648 Remove excess/trailing whitespace
1650 ------------------------------------------------------------------------
1651 r23749 | jpsaman | 2007-12-20 12:47:21 +0100 (Thu, 20 Dec 2007) | 2 lines
1653 M /trunk/modules/video_output/fb.c
1655 Restore old functionality in video_output fb to use the entire screen size.
1657 ------------------------------------------------------------------------
1658 r23748 | jpsaman | 2007-12-20 12:47:19 +0100 (Thu, 20 Dec 2007) | 2 lines
1660 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
1662 Make wxwidgets compile again. The preference dialog still needs fixing.
1664 ------------------------------------------------------------------------
1665 r23747 | jb | 2007-12-20 06:17:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1667 M /trunk/modules/gui/qt4/main_interface.cpp
1669 Qt4 - Fix the "playlist doesn't show at first click" bug.
1671 ------------------------------------------------------------------------
1672 r23746 | jb | 2007-12-20 05:44:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1674 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1676 Qt4 - More Module_Exist for SPrefs.
1678 ------------------------------------------------------------------------
1679 r23745 | funman | 2007-12-20 01:48:39 +0100 (Thu, 20 Dec 2007) | 2 lines
1681 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1682 M /trunk/modules/gui/qt4/dialogs_provider.hpp
1686 ------------------------------------------------------------------------
1687 r23744 | funman | 2007-12-20 01:37:23 +0100 (Thu, 20 Dec 2007) | 1 line
1689 M /trunk/share/luaplaylist/joox.lua
1691 lua playlist: fix joox
1692 ------------------------------------------------------------------------
1693 r23743 | jb | 2007-12-20 01:21:20 +0100 (Thu, 20 Dec 2007) | 2 lines
1695 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1697 Qt4 - add UPDATEVLC_DIALOG to the DP.
1699 ------------------------------------------------------------------------
1700 r23742 | funman | 2007-12-20 00:59:06 +0100 (Thu, 20 Dec 2007) | 3 lines
1702 M /trunk/modules/demux/playlist/asx.c
1703 M /trunk/modules/demux/playlist/b4s.c
1704 M /trunk/modules/demux/playlist/dvb.c
1705 M /trunk/modules/demux/playlist/gvp.c
1706 M /trunk/modules/demux/playlist/ifo.c
1707 M /trunk/modules/demux/playlist/itml.c
1708 M /trunk/modules/demux/playlist/m3u.c
1709 M /trunk/modules/demux/playlist/pls.c
1710 M /trunk/modules/demux/playlist/podcast.c
1711 M /trunk/modules/demux/playlist/qtl.c
1712 M /trunk/modules/demux/playlist/sgimb.c
1713 M /trunk/modules/demux/playlist/shoutcast.c
1714 M /trunk/modules/demux/playlist/xspf.c
1716 playlist demuxers: return -1 in case of error, 0 in case of eof, 1 else; like any correct demuxer. (we always return eof since playlists don't need 2 successive demuxing).
1717 fix a corner case bug in ifo.c
1719 ------------------------------------------------------------------------
1720 r23741 | funman | 2007-12-20 00:28:02 +0100 (Thu, 20 Dec 2007) | 1 line
1722 M /trunk/modules/demux/playlist/xspf.c
1724 xspf: use correct return value. VLC_FALSE == VLC_SUCCESS
1725 ------------------------------------------------------------------------
1726 r23740 | pdherbemont | 2007-12-20 00:12:22 +0100 (Thu, 20 Dec 2007) | 2 lines
1728 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
1729 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
1731 MacOSX/Framework/VLCMedia.m: Implement mediaAsNodeWithName:.
1733 ------------------------------------------------------------------------
1734 r23739 | pdherbemont | 2007-12-20 00:10:31 +0100 (Thu, 20 Dec 2007) | 2 lines
1736 M /trunk/include/vlc/libvlc.h
1737 M /trunk/src/control/media_descriptor.c
1739 control/media_descriptor.c: Implement libvlc_media_descriptor_new_as_node.
1741 ------------------------------------------------------------------------
1742 r23738 | pdherbemont | 2007-12-19 23:50:14 +0100 (Wed, 19 Dec 2007) | 2 lines
1744 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
1746 MacOSX/Framework/VLCEventManager.m: Directly issue events to main thread if we are called from main thread.
1748 ------------------------------------------------------------------------
1749 r23737 | jb | 2007-12-19 23:30:48 +0100 (Wed, 19 Dec 2007) | 3 lines
1751 M /trunk/modules/gui/qt4/main_interface.cpp
1753 Qt4 - revert part of [23442]. Fix and close #1398.
1756 ------------------------------------------------------------------------
1757 r23736 | pdherbemont | 2007-12-19 23:28:22 +0100 (Wed, 19 Dec 2007) | 2 lines
1759 M /trunk/modules/video_output/opengllayer.m
1761 opengllayer.m: Use AGP texturing.
1763 ------------------------------------------------------------------------
1764 r23735 | pdherbemont | 2007-12-19 23:10:51 +0100 (Wed, 19 Dec 2007) | 2 lines
1766 M /trunk/configure.ac
1768 configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here.
1770 ------------------------------------------------------------------------
1771 r23734 | courmisch | 2007-12-19 21:46:45 +0100 (Wed, 19 Dec 2007) | 2 lines
1773 M /trunk/src/misc/mtime.c
1774 M /trunk/src/misc/threads.c
1776 Work-around for overaging POSIX systems
1778 ------------------------------------------------------------------------
1779 r23733 | courmisch | 2007-12-19 21:42:12 +0100 (Wed, 19 Dec 2007) | 2 lines
1781 M /trunk/src/misc/mtime.c
1785 ------------------------------------------------------------------------
1786 r23732 | pdherbemont | 2007-12-19 17:20:44 +0100 (Wed, 19 Dec 2007) | 2 lines
1788 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
1789 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
1791 MacOSX/Framework/VLCMediaListAspect.m: Allow tree based VLCMediaListAspect manipulation with Bindings.
1793 ------------------------------------------------------------------------
1794 r23731 | pdherbemont | 2007-12-19 17:18:07 +0100 (Wed, 19 Dec 2007) | 2 lines
1796 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
1798 MacOSX/Framework/VLCMediaPlayer.m: Formatting fixes.
1800 ------------------------------------------------------------------------
1801 r23730 | pdherbemont | 2007-12-19 17:09:55 +0100 (Wed, 19 Dec 2007) | 2 lines
1803 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
1805 ffmpeg-macosx-intel-mmx.patch: Update the patch to reflect latest ffmpeg changes. (flac code moved to flacdsp_mmc.c and new sse2 optimization in flac that uses too much registers).
1807 ------------------------------------------------------------------------
1808 r23729 | pdherbemont | 2007-12-19 16:46:32 +0100 (Wed, 19 Dec 2007) | 2 lines
1810 M /trunk/src/control/media_list_view.c
1812 control/media_list_view.c: Ignore exception that may happen while unregistering an event, a we may never have register the event.
1814 ------------------------------------------------------------------------
1815 r23728 | pdherbemont | 2007-12-19 16:40:10 +0100 (Wed, 19 Dec 2007) | 7 lines
1817 M /trunk/configure.ac
1818 M /trunk/modules/video_output/Modules.am
1821 * Activate the opengllayer video output module.
1822 * Rework a bit how Mac OS X Specific modules are handled.
1823 video_output/Modules.am:
1824 * Activate the opengllayer video output module.
1825 * Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.
1827 ------------------------------------------------------------------------
1828 r23727 | pdherbemont | 2007-12-19 14:55:46 +0100 (Wed, 19 Dec 2007) | 2 lines
1830 A /trunk/modules/video_output/opengllayer.m (from /trunk/modules/video_output/opengl.c:23630)
1832 modules/video_output/opengllayer.m: Initial creation of a Mac OS X video output module. Its output is a CAOpenGLLayer. This needs a special video output module as it is not trivial to create an opengl provider module connected to a layer. (the layer request its frames).
1834 ------------------------------------------------------------------------
1835 r23726 | pdherbemont | 2007-12-19 14:31:14 +0100 (Wed, 19 Dec 2007) | 2 lines
1837 M /trunk/include/vlc_common.h
1839 include/vlc_common.h: Define gettext() as a no-op when --disable-nls is used. (Fix compilation with --disable-nls).
1841 ------------------------------------------------------------------------
1842 r23725 | jb | 2007-12-19 08:06:00 +0100 (Wed, 19 Dec 2007) | 3 lines
1844 M /trunk/modules/gui/qt4/components/extended_panels.cpp
1845 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1846 M /trunk/modules/gui/qt4/dialogs/open.cpp
1848 Qt4 - Getting rid of useless setCheckState( Qt::Checked ) when setChecked is enough...
1851 ------------------------------------------------------------------------
1852 r23724 | jb | 2007-12-19 08:02:26 +0100 (Wed, 19 Dec 2007) | 2 lines
1854 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
1856 Qt4 - Preferences, lastfm fix.
1858 ------------------------------------------------------------------------
1859 r23723 | jb | 2007-12-19 07:52:33 +0100 (Wed, 19 Dec 2007) | 2 lines
1861 M /trunk/modules/gui/qt4/components/open_panels.cpp
1862 M /trunk/modules/gui/qt4/components/open_panels.hpp
1864 Qt4 - Open Capture. Only build what you do have. :D
1866 ------------------------------------------------------------------------
1867 r23722 | jb | 2007-12-19 06:46:26 +0100 (Wed, 19 Dec 2007) | 2 lines
1869 M /trunk/modules/gui/qt4/dialogs_provider.cpp
1870 M /trunk/modules/gui/qt4/dialogs_provider.hpp
1872 Qt4 - FIX compilation when --enable-update-check isn't enabled...
1874 ------------------------------------------------------------------------
1875 r23721 | ivoire | 2007-12-19 02:43:20 +0100 (Wed, 19 Dec 2007) | 1 line
1877 M /trunk/src/misc/update.c
1879 Better asprintf error handling
1880 ------------------------------------------------------------------------
1881 r23720 | funman | 2007-12-19 00:30:00 +0100 (Wed, 19 Dec 2007) | 6 lines
1883 M /trunk/include/vlc_update.h
1884 M /trunk/src/misc/update.c
1887 * don't compare svn revisions, we don't support binaries compiled from svn.
1888 * compare only the 1st character of the "extra" (the 'd' of "0.8.6d")
1889 * document the status file format
1890 * don't use %as GNU extension with sscanf()
1892 ------------------------------------------------------------------------
1893 r23719 | jpsaman | 2007-12-18 23:21:28 +0100 (Tue, 18 Dec 2007) | 1 line
1895 M /trunk/modules/stream_out/transcode.c
1897 Fix compiler warning about comparison of signed and unsigned integers.
1898 ------------------------------------------------------------------------
1899 r23718 | fkuehne | 2007-12-18 21:57:40 +0100 (Tue, 18 Dec 2007) | 1 line
1903 * fix the strings instead of marking them as fuzzy. sorry about the breakage
1904 ------------------------------------------------------------------------
1905 r23717 | courmisch | 2007-12-18 21:40:46 +0100 (Tue, 18 Dec 2007) | 2 lines
1907 M /trunk/src/misc/mtime.c
1908 M /trunk/src/misc/threads.c
1910 _POSIX_CLOCK_SELECTION at 0 does not mean it's not supported.
1912 ------------------------------------------------------------------------
1913 r23716 | courmisch | 2007-12-18 21:38:47 +0100 (Tue, 18 Dec 2007) | 2 lines
1915 M /trunk/src/libvlc-module.c
1917 Don't create two competing options of the same name
1919 ------------------------------------------------------------------------
1920 r23715 | Trax | 2007-12-18 21:24:02 +0100 (Tue, 18 Dec 2007) | 1 line
1924 * po/de.po: add some fuzzy stuff..
1925 ------------------------------------------------------------------------
1926 r23714 | courmisch | 2007-12-18 20:25:39 +0100 (Tue, 18 Dec 2007) | 2 lines
1928 M /trunk/src/config/config.h
1929 M /trunk/src/config/core.c
1930 M /trunk/src/libvlc-common.c
1931 M /trunk/src/libvlc-module.c
1933 Good riddance the helper module
1935 ------------------------------------------------------------------------
1936 r23713 | courmisch | 2007-12-18 20:19:37 +0100 (Tue, 18 Dec 2007) | 2 lines
1938 M /trunk/src/libvlc-module.c
1940 Move options from the help kludge^Wmodule to the main module
1942 ------------------------------------------------------------------------
1943 r23712 | courmisch | 2007-12-18 19:56:58 +0100 (Tue, 18 Dec 2007) | 2 lines
1945 M /trunk/src/libvlc-module.c
1946 M /trunk/src/libvlc.h
1948 Fix for libvlc_config crash (hopefully)
1950 ------------------------------------------------------------------------
1951 r23711 | fkuehne | 2007-12-18 17:38:41 +0100 (Tue, 18 Dec 2007) | 1 line
1955 * updated German translation by Philipp Weissenbacher including a couple of more strings translated by myself and various minor fixes here and there. --- we seriously need to work on the correctness of the English strings.. ;)
1956 ------------------------------------------------------------------------
1957 r23710 | ivoire | 2007-12-18 16:51:29 +0100 (Tue, 18 Dec 2007) | 1 line
1959 M /trunk/include/vlc_update.h
1960 M /trunk/modules/control/rc.c
1961 M /trunk/modules/gui/qt4/dialogs/help.cpp
1962 M /trunk/modules/gui/qt4/dialogs/help.hpp
1963 M /trunk/src/misc/update.c
1965 Add fonctions to the update system : all is in a thread now. The rc interface doesn't use the update system for the moment and there isn't any encryption for the moment ...
1966 ------------------------------------------------------------------------
1967 r23709 | jpsaman | 2007-12-18 10:04:24 +0100 (Tue, 18 Dec 2007) | 1 line
1969 M /trunk/activex/axvlc.idl
1970 M /trunk/activex/vlccontrol2.cpp
1971 M /trunk/activex/vlccontrol2.h
1972 M /trunk/include/vlc/libvlc.h
1973 M /trunk/mozilla/control/npolibvlc.cpp
1974 M /trunk/src/control/video.c
1976 Implement vlc.video.toggleTeletext() JS API method
1977 ------------------------------------------------------------------------
1978 r23708 | jb | 2007-12-18 05:48:32 +0100 (Tue, 18 Dec 2007) | 2 lines
1980 M /trunk/extras/contrib/src/Distributions/win32.mak
1981 M /trunk/extras/contrib/src/Patches/portaudio-cross.patch
1983 Contribs: build portaudio on Windows. Close #419
1985 ------------------------------------------------------------------------
1986 r23707 | jb | 2007-12-18 05:28:14 +0100 (Tue, 18 Dec 2007) | 3 lines
1988 M /trunk/modules/gui/qt4/main_interface.cpp
1990 Qt4 - remember the position on close and open in the same position.
1993 ------------------------------------------------------------------------
1994 r23706 | jb | 2007-12-18 05:16:29 +0100 (Tue, 18 Dec 2007) | 2 lines
1996 M /trunk/modules/gui/qt4/ui/open_disk.ui
1998 Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247.
2000 ------------------------------------------------------------------------
2001 r23705 | courmisch | 2007-12-17 22:03:26 +0100 (Mon, 17 Dec 2007) | 2 lines
2003 M /trunk/include/vlc_modules_macros.h
2005 Remove unused variable
2007 ------------------------------------------------------------------------
2008 r23704 | courmisch | 2007-12-17 21:54:32 +0100 (Mon, 17 Dec 2007) | 2 lines
2010 M /trunk/include/vlc_modules_macros.h
2012 Force rebuild due to ABI breakage yet again (should be the last one for plugin entry config)
2014 ------------------------------------------------------------------------
2015 r23703 | courmisch | 2007-12-17 21:53:25 +0100 (Mon, 17 Dec 2007) | 2 lines
2017 M /trunk/include/vlc_configuration.h
2018 M /trunk/include/vlc_modules_macros.h
2019 M /trunk/src/config/config.h
2020 M /trunk/src/config/core.c
2021 M /trunk/src/libvlc.sym
2022 M /trunk/src/modules/entry.c
2024 Use vlc_config_create()
2026 ------------------------------------------------------------------------
2027 r23702 | courmisch | 2007-12-17 21:27:03 +0100 (Mon, 17 Dec 2007) | 2 lines
2029 M /trunk/include/vlc_modules_macros.h
2030 M /trunk/src/config/core.c
2031 M /trunk/src/modules/entry.c
2033 Save one memory copy and fix the helper module leak
2035 ------------------------------------------------------------------------
2036 r23701 | courmisch | 2007-12-17 20:43:18 +0100 (Mon, 17 Dec 2007) | 2 lines
2038 M /trunk/src/config/core.c
2039 M /trunk/src/modules/entry.c
2043 ------------------------------------------------------------------------
2044 r23700 | courmisch | 2007-12-17 20:36:58 +0100 (Mon, 17 Dec 2007) | 2 lines
2046 M /trunk/include/vlc_configuration.h
2047 M /trunk/src/config/chain.c
2048 M /trunk/src/config/cmdline.c
2049 M /trunk/src/config/core.c
2050 M /trunk/src/config/file.c
2051 M /trunk/src/libvlc-common.c
2052 M /trunk/src/modules/cache.c
2053 M /trunk/src/modules/entry.c
2054 M /trunk/src/modules/modules.c
2056 Add support for aliases through vlc_config_set
2058 ------------------------------------------------------------------------
2059 r23699 | courmisch | 2007-12-17 20:01:13 +0100 (Mon, 17 Dec 2007) | 2 lines
2061 M /trunk/include/vlc_configuration.h
2062 M /trunk/include/vlc_modules_macros.h
2063 M /trunk/src/config/core.c
2064 M /trunk/src/modules/entry.c
2066 Add action through vlc_config_set
2068 ------------------------------------------------------------------------
2069 r23698 | courmisch | 2007-12-17 19:57:56 +0100 (Mon, 17 Dec 2007) | 2 lines
2071 M /trunk/modules/demux/playlist/xspf.c
2073 Fix XSPF crash when XML is not available
2075 ------------------------------------------------------------------------
2076 r23697 | fkuehne | 2007-12-17 17:20:29 +0100 (Mon, 17 Dec 2007) | 1 line
2078 M /trunk/extras/contrib/src/packages.mak
2080 * mirror pkg-config on ganesh, as their mirror is down most of the time
2081 ------------------------------------------------------------------------
2082 r23696 | courmisch | 2007-12-17 17:16:53 +0100 (Mon, 17 Dec 2007) | 2 lines
2084 M /trunk/modules/misc/screensaver.c
2088 ------------------------------------------------------------------------
2089 r23695 | fkuehne | 2007-12-17 16:40:29 +0100 (Mon, 17 Dec 2007) | 1 line
2091 M /trunk/modules/gui/macosx/about.h
2092 M /trunk/modules/gui/macosx/about.m
2094 * fixed a crash when quitting VLC while scrolling the credits in the about window. Additionally, improved the help window's memory print slightly
2095 ------------------------------------------------------------------------
2096 r23694 | jpsaman | 2007-12-17 15:38:14 +0100 (Mon, 17 Dec 2007) | 2 lines
2098 M /trunk/modules/stream_out/transcode.c
2100 Fix breakage in transcode_audio_new().
2102 ------------------------------------------------------------------------
2103 r23693 | jb | 2007-12-17 09:55:35 +0100 (Mon, 17 Dec 2007) | 3 lines
2105 M /trunk/include/vlc_configuration.h
2107 Same as previous commit. This may be wrong, if it is, revert, don't scream...
2110 ------------------------------------------------------------------------
2111 r23692 | jb | 2007-12-17 09:51:15 +0100 (Mon, 17 Dec 2007) | 2 lines
2113 M /trunk/modules/access/dshow/dshow.cpp
2115 DShow, partial fix due to changes in [23667]
2117 ------------------------------------------------------------------------
2118 r23691 | bigben | 2007-12-17 07:40:11 +0100 (Mon, 17 Dec 2007) | 3 lines
2120 M /trunk/modules/demux/playlist/dvb.c
2122 * add support for ATSC modulation types
2125 ------------------------------------------------------------------------
2126 r23690 | jb | 2007-12-17 01:48:49 +0100 (Mon, 17 Dec 2007) | 3 lines
2128 M /trunk/modules/gui/qt4/main_interface.cpp
2130 Qt4 - less debug messages.
2133 ------------------------------------------------------------------------
2134 r23689 | jb | 2007-12-17 01:46:54 +0100 (Mon, 17 Dec 2007) | 3 lines
2136 M /trunk/modules/gui/qt4/main_interface.cpp
2137 M /trunk/modules/gui/qt4/menus.hpp
2138 M /trunk/modules/gui/qt4/qt4.hpp
2140 Qt4 - trailing spaces... Post-commit script ?
2143 ------------------------------------------------------------------------
2144 r23688 | Trax | 2007-12-17 00:34:49 +0100 (Mon, 17 Dec 2007) | 1 line
2146 M /trunk/modules/access/dc1394.c
2147 M /trunk/modules/access/v4l.c
2149 * modules/access/v4l.c and dc1394.c: typo openened -> opened
2150 ------------------------------------------------------------------------
2151 r23687 | jb | 2007-12-16 23:34:47 +0100 (Sun, 16 Dec 2007) | 3 lines
2153 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2154 M /trunk/modules/gui/qt4/input_manager.cpp
2155 M /trunk/modules/gui/qt4/input_manager.hpp
2157 Qt4 - Don't compile and create the Teletext bar without ZBVI
2160 ------------------------------------------------------------------------
2161 r23686 | dionoea | 2007-12-16 23:05:16 +0100 (Sun, 16 Dec 2007) | 2 lines
2163 M /trunk/include/vlc_modules_macros.h
2165 Fix modules loading. Next time you potentialy break all of VLC, please compile and try the change before commiting.
2167 ------------------------------------------------------------------------
2168 r23685 | jpsaman | 2007-12-16 23:01:06 +0100 (Sun, 16 Dec 2007) | 1 line
2170 M /trunk/modules/codec/telx.c
2171 M /trunk/modules/demux/ps.h
2172 M /trunk/modules/misc/gtk_main.c
2173 M /trunk/src/control/vlm.c
2174 M /trunk/src/input/vlm.c
2176 remove excess whitespace
2177 ------------------------------------------------------------------------
2178 r23684 | jpsaman | 2007-12-16 22:44:47 +0100 (Sun, 16 Dec 2007) | 1 line
2180 M /trunk/src/control/video.c
2182 Use correct object for var_GetInteger(p_vbi,vbi-page);
2183 ------------------------------------------------------------------------
2184 r23683 | dionoea | 2007-12-16 22:27:59 +0100 (Sun, 16 Dec 2007) | 2 lines
2186 M /trunk/configure.ac
2188 Define HAVE_LIBAVFORMAT_TREE.
2190 ------------------------------------------------------------------------
2191 r23682 | courmisch | 2007-12-16 22:10:57 +0100 (Sun, 16 Dec 2007) | 3 lines
2193 M /trunk/src/config/core.c
2195 Typo (free both tabs once, rather than one twice, and the other one never)
2196 Also some code simplifaction
2198 ------------------------------------------------------------------------
2199 r23681 | jpsaman | 2007-12-16 22:07:11 +0100 (Sun, 16 Dec 2007) | 1 line
2201 M /trunk/modules/codec/zvbi.c
2203 Disable debugging print in zvbi
2204 ------------------------------------------------------------------------
2205 r23680 | courmisch | 2007-12-16 22:03:45 +0100 (Sun, 16 Dec 2007) | 2 lines
2207 M /trunk/include/vlc_modules_macros.h
2211 ------------------------------------------------------------------------
2212 r23679 | dionoea | 2007-12-16 22:02:23 +0100 (Sun, 16 Dec 2007) | 2 lines
2214 M /trunk/modules/codec/ffmpeg/demux.c
2215 M /trunk/modules/codec/ffmpeg/ffmpeg.c
2216 M /trunk/modules/codec/ffmpeg/mux.c
2218 Don't pretend to have ffmpeg based muxers and demuxers if you don't.
2220 ------------------------------------------------------------------------
2221 r23678 | jpsaman | 2007-12-16 21:59:46 +0100 (Sun, 16 Dec 2007) | 1 line
2223 M /trunk/modules/demux/ts.c
2226 ------------------------------------------------------------------------
2227 r23677 | courmisch | 2007-12-16 21:59:21 +0100 (Sun, 16 Dec 2007) | 2 lines
2229 M /trunk/configure.ac
2230 M /trunk/include/vlc_modules_macros.h
2231 M /trunk/modules/genmf
2233 Move plugin ABI version (MODULE_SYMBOL) out of build system.
2235 ------------------------------------------------------------------------
2236 r23676 | jpsaman | 2007-12-16 21:58:28 +0100 (Sun, 16 Dec 2007) | 1 line
2238 M /trunk/modules/codec/zvbi.c
2239 M /trunk/modules/gui/qt4/input_manager.cpp
2240 M /trunk/src/control/video.c
2242 Don't misuse p_this->p_libvlc for putting modules variables of zvbi.
2243 ------------------------------------------------------------------------
2244 r23675 | dionoea | 2007-12-16 21:38:14 +0100 (Sun, 16 Dec 2007) | 2 lines
2246 M /trunk/modules/demux/cdg.c
2247 M /trunk/modules/demux/nsc.c
2248 M /trunk/modules/demux/rawdv.c
2249 M /trunk/modules/misc/lua/vlc.c
2251 Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1).
2253 ------------------------------------------------------------------------
2254 r23674 | jb | 2007-12-16 21:10:34 +0100 (Sun, 16 Dec 2007) | 3 lines
2256 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2257 M /trunk/modules/gui/qt4/main_interface.cpp
2259 Qt4 - Hide the grey rectangle on the top of the interface, try to fix the zoom reiszing
2262 ------------------------------------------------------------------------
2263 r23673 | jpsaman | 2007-12-16 20:48:36 +0100 (Sun, 16 Dec 2007) | 1 line
2265 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2267 don't show the teletext buttons yet, it is not ready for primetime.
2268 ------------------------------------------------------------------------
2269 r23672 | jpsaman | 2007-12-16 20:47:25 +0100 (Sun, 16 Dec 2007) | 1 line
2271 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2273 keep to the style of the file.
2274 ------------------------------------------------------------------------
2275 r23671 | jpsaman | 2007-12-16 20:44:00 +0100 (Sun, 16 Dec 2007) | 1 line
2277 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2279 Set default vbi page in interface.
2280 ------------------------------------------------------------------------
2281 r23670 | jpsaman | 2007-12-16 20:34:07 +0100 (Sun, 16 Dec 2007) | 1 line
2283 M /trunk/modules/codec/zvbi.c
2285 Make sure vbi-opaque can be set from an interface.
2286 ------------------------------------------------------------------------
2287 r23669 | jpsaman | 2007-12-16 20:33:05 +0100 (Sun, 16 Dec 2007) | 1 line
2289 M /trunk/modules/gui/qt4/input_manager.cpp
2291 Let teletext gui buttons do something.
2292 ------------------------------------------------------------------------
2293 r23668 | courmisch | 2007-12-16 18:40:21 +0100 (Sun, 16 Dec 2007) | 2 lines
2295 M /trunk/include/vlc_configuration.h
2296 M /trunk/src/config/core.c
2298 config_Free simplifications
2300 ------------------------------------------------------------------------
2301 r23667 | courmisch | 2007-12-16 18:36:01 +0100 (Sun, 16 Dec 2007) | 2 lines
2303 M /trunk/include/vlc_configuration.h
2304 A /trunk/include/vlc_plugin.h
2305 M /trunk/src/config/core.c
2306 M /trunk/src/modules/entry.c
2308 short and list support for vlc_config_set
2310 ------------------------------------------------------------------------
2311 r23666 | fkuehne | 2007-12-16 17:54:03 +0100 (Sun, 16 Dec 2007) | 1 line
2313 M /trunk/modules/gui/macosx/prefs.m
2314 M /trunk/modules/gui/macosx/prefs_widgets.m
2316 * fixed 2 segfaults when switching categories within the preferences. The options for CONFIG_SUBCATEGORY and CONFIG_CATEGORY aren't displayed, yet.
2317 ------------------------------------------------------------------------
2318 r23665 | courmisch | 2007-12-16 16:51:08 +0100 (Sun, 16 Dec 2007) | 2 lines
2320 M /trunk/src/misc/messages.c
2321 M /trunk/src/network/error.c
2323 I hate Winsuck^H^H^Hock
2325 ------------------------------------------------------------------------
2326 r23664 | courmisch | 2007-12-16 16:12:51 +0100 (Sun, 16 Dec 2007) | 2 lines
2328 M /trunk/include/vlc_configuration.h
2329 M /trunk/include/vlc_modules.h
2330 M /trunk/src/modules/entry.c
2332 Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
2334 ------------------------------------------------------------------------
2335 r23663 | dionoea | 2007-12-16 16:00:15 +0100 (Sun, 16 Dec 2007) | 2 lines
2337 M /trunk/src/audio_output/dec.c
2341 ------------------------------------------------------------------------
2342 r23662 | dionoea | 2007-12-16 15:58:43 +0100 (Sun, 16 Dec 2007) | 2 lines
2344 M /trunk/src/audio_output/dec.c
2345 M /trunk/src/audio_output/intf.c
2347 Add warning if people try using an unimplemented aout function (zorglub!!!). This is currently only possible through the qt interface (i haven't tried it myself).
2349 ------------------------------------------------------------------------
2350 r23661 | courmisch | 2007-12-16 15:54:44 +0100 (Sun, 16 Dec 2007) | 2 lines
2352 M /trunk/modules/stream_out/transcode.c
2356 ------------------------------------------------------------------------
2357 r23660 | courmisch | 2007-12-16 15:40:15 +0100 (Sun, 16 Dec 2007) | 2 lines
2359 M /trunk/src/config/core.c
2360 M /trunk/src/modules/entry.c
2362 Simplification, and no-ops removal
2364 ------------------------------------------------------------------------
2365 r23659 | courmisch | 2007-12-16 15:34:29 +0100 (Sun, 16 Dec 2007) | 2 lines
2367 M /trunk/include/vlc_configuration.h
2368 M /trunk/src/config/core.c
2369 M /trunk/src/modules/entry.c
2371 Migrate module, module_list and obsolete_* to vlc_config_set
2373 ------------------------------------------------------------------------
2374 r23658 | dionoea | 2007-12-16 15:13:33 +0100 (Sun, 16 Dec 2007) | 2 lines
2376 M /trunk/src/video_output/vout_subpictures.c
2378 Slight cleanup and simplification.
2380 ------------------------------------------------------------------------
2381 r23657 | dionoea | 2007-12-16 14:46:30 +0100 (Sun, 16 Dec 2007) | 2 lines
2383 M /trunk/src/video_output/vout_intf.c
2385 Some more vout_intf.c simplification and compile warning fixes.
2387 ------------------------------------------------------------------------
2388 r23656 | fkuehne | 2007-12-16 13:50:45 +0100 (Sun, 16 Dec 2007) | 1 line
2390 M /trunk/Makefile.am
2392 cough, fix VLC-release.app broken in previous commit
2393 ------------------------------------------------------------------------
2394 r23655 | fkuehne | 2007-12-16 13:46:59 +0100 (Sun, 16 Dec 2007) | 1 line
2396 M /trunk/Makefile.am
2398 * strongly improved the speed of make VLC.app and make VLC-release.app by only copying the xcode project and the Resources folder instead of various plugins and most importantly the framework to a temporary folder
2399 ------------------------------------------------------------------------
2400 r23654 | courmisch | 2007-12-16 11:33:04 +0100 (Sun, 16 Dec 2007) | 2 lines
2402 M /trunk/src/config/file.c
2406 ------------------------------------------------------------------------
2407 r23653 | courmisch | 2007-12-16 11:28:24 +0100 (Sun, 16 Dec 2007) | 2 lines
2409 M /trunk/include/vlc_configuration.h
2410 M /trunk/src/modules/entry.c
2412 Some more vlc_config_* code
2414 ------------------------------------------------------------------------
2415 r23652 | jb | 2007-12-16 07:04:53 +0100 (Sun, 16 Dec 2007) | 3 lines
2417 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2418 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2419 M /trunk/modules/gui/qt4/input_manager.cpp
2420 M /trunk/modules/gui/qt4/input_manager.hpp
2422 Qt4 - teletext Panel. Not any function behind it. Not my job anymore :)
2425 ------------------------------------------------------------------------
2426 r23651 | jb | 2007-12-16 06:01:25 +0100 (Sun, 16 Dec 2007) | 3 lines
2428 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2430 Qt4 - Make the interface a bit smaller.
2433 ------------------------------------------------------------------------
2434 r23650 | jb | 2007-12-16 05:49:40 +0100 (Sun, 16 Dec 2007) | 10 lines
2436 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2437 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2438 M /trunk/modules/gui/qt4/main_interface.cpp
2439 M /trunk/modules/gui/qt4/main_interface.hpp
2440 M /trunk/modules/gui/qt4/qt4.hpp
2442 Qt4 - SHould Fix -- Videos are always started with an incredibly small size.
2443 -- There is no "auto size" feature as in the wx interface to
2444 automatically resize the interface so the video is displayed in its
2446 -- The interface doesn't resize itself down to its minimal size when
2447 video playback is stopped and the control widgets re-organise themselves
2449 Should fix part of playlist resizing.
2452 ------------------------------------------------------------------------
2453 r23649 | fkuehne | 2007-12-16 03:20:14 +0100 (Sun, 16 Dec 2007) | 1 line
2455 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
2456 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
2457 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
2458 M /trunk/modules/gui/macosx/about.h
2459 M /trunk/modules/gui/macosx/about.m
2461 * added navigation controls to the Help window (implemented with minimal affords by using WebKit's builtin methods). We need a nicer home button graphic, though ;-)
2462 ------------------------------------------------------------------------
2463 r23648 | jb | 2007-12-16 01:35:25 +0100 (Sun, 16 Dec 2007) | 3 lines
2465 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2466 M /trunk/modules/gui/qt4/main_interface.cpp
2468 Qt4 - Make the default interface smaller.
2471 ------------------------------------------------------------------------
2472 r23647 | jb | 2007-12-16 01:09:01 +0100 (Sun, 16 Dec 2007) | 3 lines
2474 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2475 M /trunk/modules/gui/qt4/main_interface.cpp
2477 Qt4 - Small interface and control layout fix.
2480 ------------------------------------------------------------------------
2481 r23646 | xtophe | 2007-12-16 00:33:14 +0100 (Sun, 16 Dec 2007) | 2 lines
2483 M /trunk/modules/gui/qt4/dialogs_provider.cpp
2485 We know that we open a directory
2487 ------------------------------------------------------------------------
2488 r23645 | Trax | 2007-12-16 00:18:43 +0100 (Sun, 16 Dec 2007) | 1 line
2490 M /trunk/src/libvlc-module.c
2492 * src/libvlc-module.c: typo autorise -> authorise
2493 ------------------------------------------------------------------------
2494 r23644 | xtophe | 2007-12-15 23:46:58 +0100 (Sat, 15 Dec 2007) | 2 lines
2496 M /trunk/include/vlc_configuration.h
2500 ------------------------------------------------------------------------
2501 r23643 | jb | 2007-12-15 23:39:32 +0100 (Sat, 15 Dec 2007) | 3 lines
2503 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2505 Qt4 - Add an author that was removed by mistake.
2508 ------------------------------------------------------------------------
2509 r23642 | jb | 2007-12-15 23:38:31 +0100 (Sat, 15 Dec 2007) | 3 lines
2511 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2512 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2514 Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests.
2517 ------------------------------------------------------------------------
2518 r23641 | courmisch | 2007-12-15 23:18:03 +0100 (Sat, 15 Dec 2007) | 2 lines
2520 M /trunk/include/vlc_configuration.h
2521 M /trunk/src/modules/entry.c
2523 Continue the vlc_config_set stuff - still unfinished
2525 ------------------------------------------------------------------------
2526 r23640 | dionoea | 2007-12-15 22:56:49 +0100 (Sat, 15 Dec 2007) | 2 lines
2528 M /trunk/modules/video_output/fb.c
2532 ------------------------------------------------------------------------
2533 r23639 | courmisch | 2007-12-15 22:52:13 +0100 (Sat, 15 Dec 2007) | 2 lines
2535 M /trunk/modules/stream_out/mosaic_bridge.c
2537 extraneous semicolon
2539 ------------------------------------------------------------------------
2540 r23638 | courmisch | 2007-12-15 22:50:37 +0100 (Sat, 15 Dec 2007) | 2 lines
2542 M /trunk/src/config/config.h
2543 M /trunk/src/config/core.c
2545 export IsConfigIntegerType and IsConfigFloatType within libvlc
2547 ------------------------------------------------------------------------
2548 r23637 | courmisch | 2007-12-15 22:47:07 +0100 (Sat, 15 Dec 2007) | 2 lines
2550 M /trunk/src/libvlc-common.c
2552 help module hack becomes even worst...
2554 ------------------------------------------------------------------------
2555 r23636 | jb | 2007-12-15 22:17:20 +0100 (Sat, 15 Dec 2007) | 3 lines
2557 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2558 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2560 Qt4 - VLM: simplifications.
2563 ------------------------------------------------------------------------
2564 r23635 | xtophe | 2007-12-15 22:16:08 +0100 (Sat, 15 Dec 2007) | 2 lines
2566 M /trunk/configure.ac
2568 Make sure no module not recompiled are used after [23633]
2570 ------------------------------------------------------------------------
2571 r23634 | jb | 2007-12-15 22:15:57 +0100 (Sat, 15 Dec 2007) | 3 lines
2573 M /trunk/include/vlc_vlm.h
2575 Add a cast to fix compilation.
2578 ------------------------------------------------------------------------
2579 r23633 | courmisch | 2007-12-15 21:50:54 +0100 (Sat, 15 Dec 2007) | 3 lines
2581 M /trunk/include/vlc_configuration.h
2582 M /trunk/src/config/core.c
2583 M /trunk/src/modules/entry.c
2585 Partially introduce vlc_config_set() to modify module_config_t through a less brittle API
2586 BEWARE: If you have non-recompiled plugins, they WILL crash.
2588 ------------------------------------------------------------------------
2589 r23632 | jb | 2007-12-15 21:40:45 +0100 (Sat, 15 Dec 2007) | 3 lines
2591 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2592 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2594 Qt4 - VLM update. Add the actual vlm queries, the modifications and so on for VOD and Broadcast.
2597 ------------------------------------------------------------------------
2598 r23631 | courmisch | 2007-12-15 21:40:41 +0100 (Sat, 15 Dec 2007) | 2 lines
2600 M /trunk/src/libvlc-module.c
2602 Remove extra semi-colon
2604 ------------------------------------------------------------------------
2605 r23630 | courmisch | 2007-12-15 17:07:40 +0100 (Sat, 15 Dec 2007) | 2 lines
2607 M /trunk/modules/gui/beos/PreferencesWindow.cpp
2608 M /trunk/modules/gui/macosx/prefs_widgets.m
2609 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
2610 M /trunk/modules/gui/wince/preferences_widgets.cpp
2611 M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2613 Remove code killed by previous commit
2615 ------------------------------------------------------------------------
2616 r23629 | courmisch | 2007-12-15 17:05:45 +0100 (Sat, 15 Dec 2007) | 2 lines
2618 M /trunk/src/modules/modules.c
2620 Conceal unsaveable and renamed options as well
2622 ------------------------------------------------------------------------
2623 r23628 | courmisch | 2007-12-15 16:59:22 +0100 (Sat, 15 Dec 2007) | 2 lines
2625 M /trunk/modules/demux/playlist/playlist.c
2627 Allow totally reckless users to save m3u-extvlcopt if they want to.
2629 ------------------------------------------------------------------------
2630 r23627 | courmisch | 2007-12-15 16:54:14 +0100 (Sat, 15 Dec 2007) | 2 lines
2632 M /trunk/modules/gui/macosx/prefs.m
2633 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2634 M /trunk/src/modules/modules.c
2636 Hide internal settings
2638 ------------------------------------------------------------------------
2639 r23626 | jpsaman | 2007-12-15 16:19:00 +0100 (Sat, 15 Dec 2007) | 2 lines
2641 M /trunk/modules/gui/pda/pda.c
2642 M /trunk/modules/gui/pda/pda_callbacks.c
2643 M /trunk/modules/gui/pda/pda_callbacks.h
2644 M /trunk/modules/gui/pda/pda_support.h
2646 Update to newest playlist API.
2648 ------------------------------------------------------------------------
2649 r23625 | funman | 2007-12-15 13:20:54 +0100 (Sat, 15 Dec 2007) | 1 line
2651 M /trunk/modules/misc/playlist/xspf.c
2653 xspf: %-encode '%' and '+' for every URIs (it really should be URI type dependant). fix #1394
2654 ------------------------------------------------------------------------
2655 r23624 | fkuehne | 2007-12-15 12:06:40 +0100 (Sat, 15 Dec 2007) | 1 line
2657 M /trunk/extras/contrib/src/packages.mak
2659 * the SWITCH download mirror is down, use HEANET instead
2660 ------------------------------------------------------------------------
2661 r23623 | courmisch | 2007-12-15 11:51:07 +0100 (Sat, 15 Dec 2007) | 4 lines
2663 M /trunk/include/vlc_modules.h
2664 M /trunk/src/modules/modules.c
2667 - remove useless IsSubmodule (submodules have NO configuration items anyway, and any sensible UI won't show modules with no configuration)
2668 - free checks for NULL anyway
2670 ------------------------------------------------------------------------
2671 r23622 | funman | 2007-12-15 10:39:55 +0100 (Sat, 15 Dec 2007) | 2 lines
2673 M /trunk/src/playlist/engine.c
2675 Preparse file items which don't begin with 'file:'. Patch by Antoine Lejeune.
2677 ------------------------------------------------------------------------
2678 r23621 | pdherbemont | 2007-12-14 23:20:51 +0100 (Fri, 14 Dec 2007) | 2 lines
2680 M /trunk/src/control/hierarchical_media_list_view.c
2682 control/hierarchical_media_list_view.c: Don't lock too soon the mlist.
2684 ------------------------------------------------------------------------
2685 r23620 | gbazin | 2007-12-14 23:18:44 +0100 (Fri, 14 Dec 2007) | 1 line
2687 M /trunk/include/vlc_modules.h
2688 M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
2689 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
2690 M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
2691 M /trunk/modules/gui/wxwidgets/dialogs.cpp
2692 M /trunk/src/modules/modules.c
2694 * modules/gui/wxwidgets: fix breakage introduced by changeset 23581 and 23579. Breaking perfectly working modules just because you don't care about them is just rude.
2695 ------------------------------------------------------------------------
2696 r23619 | jb | 2007-12-14 22:14:39 +0100 (Fri, 14 Dec 2007) | 2 lines
2698 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2699 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2701 Qt4 - Fix VLM-object not being checked. Add a type to be sure of the edition to do.
2703 ------------------------------------------------------------------------
2704 r23618 | pdherbemont | 2007-12-14 22:00:53 +0100 (Fri, 14 Dec 2007) | 2 lines
2706 M /trunk/src/control/media_instance.c
2708 control/media_instance.c: implement libvlc_media_instance_stop.
2710 ------------------------------------------------------------------------
2711 r23617 | dionoea | 2007-12-14 21:09:07 +0100 (Fri, 14 Dec 2007) | 2 lines
2713 M /trunk/modules/access/pvr.c
2715 [PATCH] Extend pvr support to non-ivtv v4l2 cards (e.g. cx88-blackbird) by Dennis Lou.
2717 ------------------------------------------------------------------------
2718 r23616 | jb | 2007-12-14 20:11:53 +0100 (Fri, 14 Dec 2007) | 3 lines
2725 ------------------------------------------------------------------------
2726 r23615 | funman | 2007-12-14 18:53:27 +0100 (Fri, 14 Dec 2007) | 9 lines
2728 M /trunk/configure.ac
2729 M /trunk/doc/release-howto.txt
2730 M /trunk/include/vlc_update.h
2731 M /trunk/modules/control/rc.c
2732 M /trunk/modules/gui/macosx/intf.h
2733 M /trunk/modules/gui/macosx/intf.m
2734 M /trunk/modules/gui/macosx/update.h
2735 M /trunk/modules/gui/macosx/update.m
2736 M /trunk/modules/gui/qt4/dialogs/help.cpp
2737 M /trunk/modules/gui/qt4/dialogs/help.hpp
2738 M /trunk/modules/gui/qt4/dialogs_provider.cpp
2739 M /trunk/modules/gui/qt4/dialogs_provider.hpp
2740 M /trunk/modules/gui/qt4/menus.cpp
2741 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
2742 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
2743 M /trunk/modules/gui/wxwidgets/dialogs.cpp
2744 M /trunk/modules/gui/wxwidgets/interface.cpp
2745 M /trunk/src/misc/update.c
2747 Disable update checking per default, re-enable with --enable-update-check
2748 Add OpenPGP code, still unused as there is no download of binaries at the moment
2750 We will need to define (and write) the files (and their location) we will use in the update system:
2752 * We will use a file per arch, which will be signed
2753 * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
2754 * Every downloadable file will be signed with gpg --sign --detach --armor
2756 ------------------------------------------------------------------------
2757 r23614 | funman | 2007-12-14 18:40:15 +0100 (Fri, 14 Dec 2007) | 1 line
2759 M /trunk/modules/misc/screensaver.c
2761 another missing signal.h
2762 ------------------------------------------------------------------------
2763 r23613 | funman | 2007-12-14 18:30:58 +0100 (Fri, 14 Dec 2007) | 1 line
2765 M /trunk/src/extras/libc.c
2767 add missing signal.h
2768 ------------------------------------------------------------------------
2769 r23612 | pdherbemont | 2007-12-14 18:29:01 +0100 (Fri, 14 Dec 2007) | 2 lines
2771 M /trunk/extras/contrib/src/packages.mak
2773 packages.mak: Use ftp:// for all gnugp packages.
2775 ------------------------------------------------------------------------
2776 r23611 | pdherbemont | 2007-12-14 18:05:50 +0100 (Fri, 14 Dec 2007) | 2 lines
2778 M /trunk/modules/gui/macosx/prefs_widgets.m
2780 modules/macosx/prefs_widgets.m: module_GetConfig doesn't accept second arg as NULL, quickly work around that.
2782 ------------------------------------------------------------------------
2783 r23610 | pdherbemont | 2007-12-14 17:57:01 +0100 (Fri, 14 Dec 2007) | 2 lines
2785 M /trunk/modules/gui/macosx/prefs.m
2786 M /trunk/modules/gui/macosx/prefs_widgets.m
2788 modules/gui/macosx/prefs*.m: Fix for module_t privatization. Feel free to test. That code is unreadable.
2790 ------------------------------------------------------------------------
2791 r23609 | pdherbemont | 2007-12-14 17:55:09 +0100 (Fri, 14 Dec 2007) | 2 lines
2793 M /trunk/extras/contrib/src/packages.mak
2795 packages.mak: Use ftp instead of http for ftp.gnupg.org as their http mirror is always down.
2797 ------------------------------------------------------------------------
2798 r23608 | pdherbemont | 2007-12-14 17:24:28 +0100 (Fri, 14 Dec 2007) | 2 lines
2800 M /trunk/modules/gui/macosx/intf.h
2801 M /trunk/modules/gui/macosx/intf.m
2803 module/gui/macosx/intf.m: Use a const char * in parameters where desired.
2805 ------------------------------------------------------------------------
2806 r23607 | pdherbemont | 2007-12-14 16:02:53 +0100 (Fri, 14 Dec 2007) | 2 lines
2808 M /trunk/modules/gui/macosx/playlist.m
2810 modules/gui/macosx/playlist.m: Don't use p_module directly.
2812 ------------------------------------------------------------------------
2813 r23606 | pdherbemont | 2007-12-14 15:33:06 +0100 (Fri, 14 Dec 2007) | 2 lines
2815 M /trunk/include/vlc/libvlc.h
2816 M /trunk/src/control/media_descriptor.c
2818 control/media_descriptor.c: As requested by Jacques Boileau, allow options tuning from the media_descriptor class. This is done through libvlc_media_descriptor_add_option.
2820 ------------------------------------------------------------------------
2821 r23605 | jpsaman | 2007-12-14 11:41:48 +0100 (Fri, 14 Dec 2007) | 1 line
2823 M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
2825 make use of new module_* API
2826 ------------------------------------------------------------------------
2827 r23604 | jb | 2007-12-14 10:11:34 +0100 (Fri, 14 Dec 2007) | 2 lines
2829 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
2830 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
2831 M /trunk/modules/gui/qt4/ui/vlm.ui
2833 Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ).
2835 ------------------------------------------------------------------------
2836 r23603 | jb | 2007-12-14 04:04:07 +0100 (Fri, 14 Dec 2007) | 3 lines
2838 M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
2840 Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert.
2843 ------------------------------------------------------------------------
2844 r23602 | jb | 2007-12-14 03:54:05 +0100 (Fri, 14 Dec 2007) | 2 lines
2846 M /trunk/modules/gui/qt4/components/playlist/playlist.cpp
2848 Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed...
2850 ------------------------------------------------------------------------
2851 r23601 | jb | 2007-12-14 03:44:11 +0100 (Fri, 14 Dec 2007) | 3 lines
2853 M /trunk/modules/gui/qt4/main_interface.cpp
2855 Qt4 - Playlist should be Expanding, not MinimumExpanding.
2858 ------------------------------------------------------------------------
2859 r23600 | funman | 2007-12-13 23:09:12 +0100 (Thu, 13 Dec 2007) | 1 line
2861 M /trunk/modules/gui/ncurses.c
2863 ncurses: force building (and memory allocation) of playlist as soon as interface is running
2864 ------------------------------------------------------------------------
2865 r23599 | courmisch | 2007-12-13 20:16:07 +0100 (Thu, 13 Dec 2007) | 2 lines
2867 M /trunk/modules/stream_out/rtpfmt.c
2869 Don't substract twelve twice
2871 ------------------------------------------------------------------------
2872 r23598 | courmisch | 2007-12-13 20:03:29 +0100 (Thu, 13 Dec 2007) | 2 lines
2874 M /trunk/modules/stream_out/Modules.am
2875 M /trunk/modules/stream_out/rtp.c
2876 M /trunk/modules/stream_out/rtp.h
2877 A /trunk/modules/stream_out/rtpfmt.c (from /trunk/modules/stream_out/rtp.c:23596)
2879 Split RTP sout further
2881 ------------------------------------------------------------------------
2882 r23597 | courmisch | 2007-12-13 19:34:05 +0100 (Thu, 13 Dec 2007) | 2 lines
2884 M /trunk/include/vlc_common.h
2885 M /trunk/include/vlc_url.h
2886 M /trunk/modules/stream_out/rtcp.c
2888 Forward declare vlc_url_t
2890 ------------------------------------------------------------------------
2891 r23596 | courmisch | 2007-12-13 19:06:34 +0100 (Thu, 13 Dec 2007) | 7 lines
2893 M /trunk/modules/demux/live555.cpp
2895 SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server).
2896 Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't).
2897 In any case, the only proper way to ping a stream is RTCP feedback.
2898 When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER.
2900 I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here.
2902 ------------------------------------------------------------------------
2903 r23595 | jpsaman | 2007-12-13 17:39:33 +0100 (Thu, 13 Dec 2007) | 2 lines
2905 M /trunk/src/playlist/control.c
2907 Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this.
2909 ------------------------------------------------------------------------
2910 r23594 | pdherbemont | 2007-12-13 16:21:21 +0100 (Thu, 13 Dec 2007) | 2 lines
2912 M /trunk/Makefile.am
2914 Makefile.am: Don't ship the framework, since it's too big for now.
2916 ------------------------------------------------------------------------
2917 r23593 | hovis | 2007-12-13 16:14:10 +0100 (Thu, 13 Dec 2007) | 1 line
2919 M /trunk/modules/access/v4l2.c
2921 v4l2: ALSA error handling.
2922 ------------------------------------------------------------------------
2923 r23592 | ileoo | 2007-12-13 14:20:52 +0100 (Thu, 13 Dec 2007) | 1 line
2925 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2926 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2928 reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content
2929 ------------------------------------------------------------------------
2930 r23591 | ileoo | 2007-12-13 12:53:34 +0100 (Thu, 13 Dec 2007) | 1 line
2932 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2933 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2935 remove (seems to be) unneeded b_need_update variable
2936 ------------------------------------------------------------------------
2937 r23590 | ileoo | 2007-12-13 09:13:56 +0100 (Thu, 13 Dec 2007) | 5 lines
2939 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
2940 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
2941 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
2942 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
2944 Change backgroundwidget and mediainfo-dialog to use THEMIM
2945 inputChanged-signal instead of polling.
2947 I think that iteration-count for this one is still under 10 ;)
2949 ------------------------------------------------------------------------
2950 r23589 | xtophe | 2007-12-13 01:14:33 +0100 (Thu, 13 Dec 2007) | 1 line
2952 M /trunk/src/Makefile.am
2955 ------------------------------------------------------------------------
2956 r23587 | xtophe | 2007-12-13 00:11:16 +0100 (Thu, 13 Dec 2007) | 2 lines
2960 Slovenian translation update by Matej Urban?\196?\141i?\196?\141
2962 ------------------------------------------------------------------------
2963 r23586 | xtophe | 2007-12-12 23:59:41 +0100 (Wed, 12 Dec 2007) | 2 lines
2965 M /trunk/po/POTFILES.in
2968 Some files have been splitted
2970 ------------------------------------------------------------------------
2971 r23585 | courmisch | 2007-12-12 21:22:32 +0100 (Wed, 12 Dec 2007) | 2 lines
2973 M /trunk/src/modules/cache.c
2975 Handle I/O errors while writing the cache file
2977 ------------------------------------------------------------------------
2978 r23584 | courmisch | 2007-12-12 20:55:03 +0100 (Wed, 12 Dec 2007) | 2 lines
2980 M /trunk/src/modules/modules.c
2984 ------------------------------------------------------------------------
2985 r23583 | courmisch | 2007-12-12 20:47:39 +0100 (Wed, 12 Dec 2007) | 4 lines
2987 M /trunk/modules/misc/screensaver.c
2988 M /trunk/src/extras/libc.c
2990 Clear signal mask _between_ fork() and exec*().
2991 Before fork() would break VLC's own sigmask.
2992 After exec*() would rely on the children program to do it (and many don't).
2994 ------------------------------------------------------------------------
2995 r23582 | courmisch | 2007-12-12 20:36:05 +0100 (Wed, 12 Dec 2007) | 2 lines
2997 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3001 ------------------------------------------------------------------------
3002 r23581 | courmisch | 2007-12-12 20:29:02 +0100 (Wed, 12 Dec 2007) | 4 lines
3004 M /trunk/include/vlc_configuration.h
3005 M /trunk/include/vlc_modules.h
3006 M /trunk/modules/codec/mpeg_audio.c
3007 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3008 M /trunk/modules/gui/qt4/components/extended_panels.cpp
3009 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3010 M /trunk/src/audio_output/input.c
3011 M /trunk/src/config/core.c
3012 M /trunk/src/libvlc.sym
3013 M /trunk/src/modules/modules.c
3015 - Remove config_FindModule as module_Find nowadays does the same thing
3016 - Use module_Exists as appropriate
3017 - Rename module_FindName as module_Find
3019 ------------------------------------------------------------------------
3020 r23580 | courmisch | 2007-12-12 20:13:46 +0100 (Wed, 12 Dec 2007) | 2 lines
3022 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3026 ------------------------------------------------------------------------
3027 r23579 | courmisch | 2007-12-12 20:07:25 +0100 (Wed, 12 Dec 2007) | 2 lines
3029 M /trunk/include/vlc_modules.h
3030 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
3031 M /trunk/modules/gui/qt4/components/complete_preferences.hpp
3032 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3033 M /trunk/src/modules/modules.h
3037 ------------------------------------------------------------------------
3038 r23578 | courmisch | 2007-12-12 19:45:11 +0100 (Wed, 12 Dec 2007) | 2 lines
3040 M /trunk/src/libvlc.sym
3041 M /trunk/src/modules/modules.c
3043 module_GetConfig, module_PutConfig: copy configuration data for a module
3045 ------------------------------------------------------------------------
3046 r23577 | courmisch | 2007-12-12 18:46:15 +0100 (Wed, 12 Dec 2007) | 2 lines
3048 M /trunk/src/Makefile.am
3050 Run the symbol check
3052 ------------------------------------------------------------------------
3053 r23576 | courmisch | 2007-12-12 18:45:54 +0100 (Wed, 12 Dec 2007) | 2 lines
3055 M /trunk/include/vlc_modules.h
3057 Not meant to be committed just yet
3059 ------------------------------------------------------------------------
3060 r23575 | courmisch | 2007-12-12 18:45:25 +0100 (Wed, 12 Dec 2007) | 2 lines
3062 M /trunk/include/vlc_common.h
3063 M /trunk/include/vlc_messages.h
3064 M /trunk/include/vlc_network.h
3065 M /trunk/src/libvlc.sym
3069 ------------------------------------------------------------------------
3070 r23574 | courmisch | 2007-12-12 18:43:36 +0100 (Wed, 12 Dec 2007) | 2 lines
3072 M /trunk/modules/gui/qt4/components/extended_panels.cpp
3076 ------------------------------------------------------------------------
3077 r23573 | courmisch | 2007-12-12 18:32:41 +0100 (Wed, 12 Dec 2007) | 3 lines
3079 M /trunk/src/libvlc.sym
3081 - Unlist synchro stuff that is now internal
3082 - Add block_fifowake
3084 ------------------------------------------------------------------------
3085 r23572 | courmisch | 2007-12-12 18:31:57 +0100 (Wed, 12 Dec 2007) | 2 lines
3087 A /trunk/src/check_symbols
3089 symbol list consistency checker
3091 ------------------------------------------------------------------------
3092 r23571 | courmisch | 2007-12-12 18:24:20 +0100 (Wed, 12 Dec 2007) | 2 lines
3094 M /trunk/src/libvlc.sym
3096 Sort plugin API list properly
3098 ------------------------------------------------------------------------
3099 r23570 | courmisch | 2007-12-12 18:05:55 +0100 (Wed, 12 Dec 2007) | 2 lines
3101 M /trunk/include/vlc_modules.h
3102 M /trunk/src/libvlc.sym
3103 M /trunk/src/modules/modules.c
3105 module_Put: releases a reference to a module
3107 ------------------------------------------------------------------------
3108 r23569 | courmisch | 2007-12-12 17:58:19 +0100 (Wed, 12 Dec 2007) | 2 lines
3110 M /trunk/include/vlc_modules.h
3111 M /trunk/src/modules/modules.h
3115 ------------------------------------------------------------------------
3116 r23568 | courmisch | 2007-12-12 17:46:40 +0100 (Wed, 12 Dec 2007) | 2 lines
3118 M /trunk/src/modules/cache.c
3119 M /trunk/src/modules/os.c
3123 ------------------------------------------------------------------------
3124 r23567 | courmisch | 2007-12-12 17:43:52 +0100 (Wed, 12 Dec 2007) | 2 lines
3126 M /trunk/src/Makefile.am
3127 A /trunk/src/modules/cache.c (from /trunk/src/modules/modules.c:23566)
3128 M /trunk/src/modules/modules.c
3129 M /trunk/src/modules/modules.h
3130 A /trunk/src/modules/os.c (from /trunk/src/modules/modules.c:23566)
3132 Split the over-large module.c
3134 ------------------------------------------------------------------------
3135 r23566 | courmisch | 2007-12-12 16:35:57 +0100 (Wed, 12 Dec 2007) | 2 lines
3137 M /trunk/src/modules/modules.c
3139 FYI, snprintf always nul-terminates
3141 ------------------------------------------------------------------------
3142 r23565 | jpsaman | 2007-12-12 15:35:01 +0100 (Wed, 12 Dec 2007) | 2 lines
3144 M /trunk/src/modules/modules.c
3146 Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
3148 ------------------------------------------------------------------------
3149 r23564 | ileoo | 2007-12-12 09:32:08 +0100 (Wed, 12 Dec 2007) | 1 line
3151 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3152 M /trunk/modules/gui/qt4/main_interface.cpp
3154 add myself to list who to blaim for qt4 bugs
3155 ------------------------------------------------------------------------
3156 r23563 | ileoo | 2007-12-12 09:13:47 +0100 (Wed, 12 Dec 2007) | 5 lines
3158 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3159 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
3160 M /trunk/modules/gui/qt4/main_interface.cpp
3163 remove that kludge to use playlistwidget for getting art for
3164 backgroundwidget, use callback instead and check need of update every
3167 ------------------------------------------------------------------------
3168 r23562 | pdherbemont | 2007-12-12 06:10:38 +0100 (Wed, 12 Dec 2007) | 2 lines
3170 M /trunk/src/control/media_list_view.c
3172 control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
3174 ------------------------------------------------------------------------
3175 r23561 | pdherbemont | 2007-12-12 05:42:15 +0100 (Wed, 12 Dec 2007) | 2 lines
3177 M /trunk/include/vlc_threads_funcs.h
3178 M /trunk/src/misc/threads.c
3180 misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
3182 ------------------------------------------------------------------------
3183 r23560 | pdherbemont | 2007-12-12 05:16:33 +0100 (Wed, 12 Dec 2007) | 2 lines
3185 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3187 Source/VLCMedia.m: No need to ask for more than one meta at the begining.
3189 ------------------------------------------------------------------------
3190 r23559 | pdherbemont | 2007-12-12 05:12:33 +0100 (Wed, 12 Dec 2007) | 2 lines
3192 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
3194 MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
3196 ------------------------------------------------------------------------
3197 r23558 | pdherbemont | 2007-12-12 04:53:53 +0100 (Wed, 12 Dec 2007) | 2 lines
3199 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3201 MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.
3203 ------------------------------------------------------------------------
3204 r23557 | jb | 2007-12-12 00:24:57 +0100 (Wed, 12 Dec 2007) | 3 lines
3206 M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
3207 M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
3208 M /trunk/modules/gui/qt4/util/input_slider.cpp
3209 M /trunk/modules/gui/qt4/util/input_slider.hpp
3211 Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape.
3214 ------------------------------------------------------------------------
3215 r23556 | dionoea | 2007-12-11 23:31:34 +0100 (Tue, 11 Dec 2007) | 2 lines
3217 M /trunk/src/video_output/vout_intf.c
3219 Simplify/factorize some of the vout_intf variables creation code.
3221 ------------------------------------------------------------------------
3222 r23555 | dionoea | 2007-12-11 22:51:17 +0100 (Tue, 11 Dec 2007) | 2 lines
3224 M /trunk/src/video_output/vout_intf.c
3226 Remove double return in the Aspect Ratio change callback.
3228 ------------------------------------------------------------------------
3229 r23554 | funman | 2007-12-11 22:28:56 +0100 (Tue, 11 Dec 2007) | 2 lines
3231 M /trunk/mozilla/npvlc_rc.rc
3232 M /trunk/mozilla/vlc.r
3233 M /trunk/mozilla/vlcplugin.h
3235 mozilla: add video/divx mimetype
3237 ------------------------------------------------------------------------
3238 r23553 | fenrir | 2007-12-11 22:12:25 +0100 (Tue, 11 Dec 2007) | 5 lines
3240 M /trunk/modules/demux/live555.cpp
3242 Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
3244 (The code is commented until it is confirmed to compil/work.)
3247 ------------------------------------------------------------------------
3248 r23552 | fenrir | 2007-12-11 21:49:56 +0100 (Tue, 11 Dec 2007) | 3 lines
3250 M /trunk/src/input/input.c
3251 M /trunk/src/input/input_internal.h
3253 Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
3254 Based on a patch by Glen Gray.
3256 ------------------------------------------------------------------------
3257 r23551 | fenrir | 2007-12-11 21:06:49 +0100 (Tue, 11 Dec 2007) | 2 lines
3259 M /trunk/src/input/clock.c
3260 M /trunk/src/input/es_out.c
3261 M /trunk/src/input/input.c
3262 M /trunk/src/input/input_internal.h
3264 Do not use p_input->p->i_rate directly (no functionnality change yet)
3266 ------------------------------------------------------------------------
3267 r23550 | fenrir | 2007-12-11 20:16:37 +0100 (Tue, 11 Dec 2007) | 3 lines
3269 M /trunk/include/vlc_demux.h
3270 M /trunk/src/input/input.c
3272 Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
3273 DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
3275 ------------------------------------------------------------------------
3276 r23549 | pdherbemont | 2007-12-11 17:31:20 +0100 (Tue, 11 Dec 2007) | 2 lines
3278 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3280 MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
3282 ------------------------------------------------------------------------
3283 r23548 | jb | 2007-12-11 16:43:53 +0100 (Tue, 11 Dec 2007) | 3 lines
3285 M /trunk/modules/audio_filter/channel_mixer/mono.c
3287 Yet another typo discovered by Philipp Weissenbacher
3290 ------------------------------------------------------------------------
3291 r23547 | pdherbemont | 2007-12-11 16:38:46 +0100 (Tue, 11 Dec 2007) | 2 lines
3293 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
3295 MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.
3297 ------------------------------------------------------------------------
3298 r23546 | pdherbemont | 2007-12-11 16:38:00 +0100 (Tue, 11 Dec 2007) | 2 lines
3300 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3302 MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
3304 ------------------------------------------------------------------------
3305 r23545 | ivoire | 2007-12-11 14:47:32 +0100 (Tue, 11 Dec 2007) | 1 line
3307 M /trunk/src/misc/update.c
3309 Simplify the version test dans remove useless things
3310 ------------------------------------------------------------------------
3311 r23544 | pdherbemont | 2007-12-11 14:09:13 +0100 (Tue, 11 Dec 2007) | 2 lines
3313 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3315 MacOSX/Framework/VLCMedia.m: Remove not used code.
3317 ------------------------------------------------------------------------
3318 r23543 | pdherbemont | 2007-12-11 14:06:19 +0100 (Tue, 11 Dec 2007) | 2 lines
3320 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
3321 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
3323 MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
3325 ------------------------------------------------------------------------
3326 r23542 | pdherbemont | 2007-12-11 12:49:43 +0100 (Tue, 11 Dec 2007) | 2 lines
3328 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
3330 MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.
3332 ------------------------------------------------------------------------
3333 r23541 | fkuehne | 2007-12-11 12:25:21 +0100 (Tue, 11 Dec 2007) | 1 line
3335 M /trunk/modules/gui/macosx/intf.m
3337 compile before you commit
3338 ------------------------------------------------------------------------
3339 r23540 | fkuehne | 2007-12-11 11:55:55 +0100 (Tue, 11 Dec 2007) | 1 line
3341 M /trunk/modules/gui/macosx/Modules.am
3343 osx: disable the compilation of our update panel's code until its core functionality is re-written
3344 ------------------------------------------------------------------------
3345 r23539 | jb | 2007-12-11 09:03:44 +0100 (Tue, 11 Dec 2007) | 6 lines
3347 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3348 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3349 M /trunk/modules/gui/qt4/ui/vlm.ui
3351 Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D
3352 The code is way not finished and uncleaned, but feel free to improve.
3353 Only Brodcast elements have a start of code.
3357 ------------------------------------------------------------------------
3358 r23538 | jb | 2007-12-11 04:42:17 +0100 (Tue, 11 Dec 2007) | 3 lines
3360 M /trunk/modules/demux/real.c
3362 Real Demuxer: Code factorisation after previous commit.
3365 ------------------------------------------------------------------------
3366 r23537 | jb | 2007-12-11 04:36:01 +0100 (Tue, 11 Dec 2007) | 6 lines
3368 M /trunk/modules/demux/real.c
3370 Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
3371 It should fix some issues with Samples with Video + Cook.
3372 If you think this is wrong, please revert.
3376 ------------------------------------------------------------------------
3377 r23536 | ivoire | 2007-12-11 01:52:05 +0100 (Tue, 11 Dec 2007) | 1 line
3379 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
3380 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.hpp
3382 Add the modification to the wxwidget interface and make the buildbot happy
3383 ------------------------------------------------------------------------
3384 r23535 | ivoire | 2007-12-11 00:12:45 +0100 (Tue, 11 Dec 2007) | 1 line
3386 M /trunk/include/vlc_update.h
3387 M /trunk/modules/control/rc.c
3388 M /trunk/modules/gui/qt4/dialogs/help.cpp
3389 M /trunk/modules/gui/qt4/dialogs/help.hpp
3390 M /trunk/src/misc/update.c
3392 Modify the update system : I will add more functionnality but this is the beginning
3393 ------------------------------------------------------------------------
3394 r23534 | fkuehne | 2007-12-10 23:35:55 +0100 (Mon, 10 Dec 2007) | 1 line
3396 M /trunk/configure.ac
3398 * fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4
3399 ------------------------------------------------------------------------
3400 r23533 | fkuehne | 2007-12-10 22:50:54 +0100 (Mon, 10 Dec 2007) | 1 line
3402 M /trunk/configure.ac
3404 * disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399
3405 ------------------------------------------------------------------------
3406 r23532 | jb | 2007-12-10 19:45:18 +0100 (Mon, 10 Dec 2007) | 2 lines
3408 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
3409 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3411 Qt4 - minwidth of dropdown inside settings dialogs, patch by Andr?\195?\169 Weber
3413 ------------------------------------------------------------------------
3414 r23531 | fkuehne | 2007-12-10 18:12:35 +0100 (Mon, 10 Dec 2007) | 1 line
3416 M /trunk/configure.ac
3418 * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
3419 ------------------------------------------------------------------------
3420 r23530 | jpsaman | 2007-12-10 15:20:32 +0100 (Mon, 10 Dec 2007) | 2 lines
3422 M /trunk/extras/contrib/src/Patches/live.patch
3424 OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.
3426 ------------------------------------------------------------------------
3427 r23529 | funman | 2007-12-10 15:17:34 +0100 (Mon, 10 Dec 2007) | 2 lines
3429 M /trunk/modules/misc/notify/telepathy.c
3431 telepathy: shows an empty status when VLC has been stopped
3433 ------------------------------------------------------------------------
3434 r23528 | funman | 2007-12-10 14:23:37 +0100 (Mon, 10 Dec 2007) | 3 lines
3436 M /trunk/modules/gui/qt4/Modules.am
3437 M /trunk/vlc-config.in.in
3439 vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags
3440 qt4: use preprocessor flags with moc, so it finds the headers in the right place
3442 ------------------------------------------------------------------------
3443 r23527 | jpsaman | 2007-12-10 11:54:06 +0100 (Mon, 10 Dec 2007) | 1 line
3445 M /trunk/modules/demux/live555.cpp
3447 Lower severity of message
3448 ------------------------------------------------------------------------
3449 r23526 | jpsaman | 2007-12-10 11:03:13 +0100 (Mon, 10 Dec 2007) | 1 line
3451 M /trunk/extras/contrib/src/Patches/live.patch
3452 M /trunk/modules/demux/live555.cpp
3454 Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).
3455 ------------------------------------------------------------------------
3456 r23525 | jb | 2007-12-10 04:01:14 +0100 (Mon, 10 Dec 2007) | 2 lines
3458 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3459 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3460 M /trunk/modules/gui/qt4/ui/vlm.ui
3462 Qt4 - VLM dialog rework.
3464 ------------------------------------------------------------------------
3465 r23524 | fkuehne | 2007-12-10 01:38:21 +0100 (Mon, 10 Dec 2007) | 1 line
3467 M /trunk/modules/gui/macosx/vout.m
3470 ------------------------------------------------------------------------
3471 r23523 | fkuehne | 2007-12-10 01:35:23 +0100 (Mon, 10 Dec 2007) | 1 line
3473 M /trunk/modules/gui/macosx/AppleRemote.m
3474 M /trunk/modules/gui/macosx/about.m
3475 M /trunk/modules/gui/macosx/applescript.h
3476 M /trunk/modules/gui/macosx/applescript.m
3477 M /trunk/modules/gui/macosx/bookmarks.h
3478 M /trunk/modules/gui/macosx/bookmarks.m
3479 M /trunk/modules/gui/macosx/controls.h
3480 M /trunk/modules/gui/macosx/controls.m
3481 M /trunk/modules/gui/macosx/embeddedwindow.h
3482 M /trunk/modules/gui/macosx/embeddedwindow.m
3483 M /trunk/modules/gui/macosx/equalizer.h
3484 M /trunk/modules/gui/macosx/fspanel.h
3485 M /trunk/modules/gui/macosx/fspanel.m
3486 M /trunk/modules/gui/macosx/interaction.m
3487 M /trunk/modules/gui/macosx/intf.h
3488 M /trunk/modules/gui/macosx/misc.h
3489 M /trunk/modules/gui/macosx/misc.m
3490 M /trunk/modules/gui/macosx/open.h
3491 M /trunk/modules/gui/macosx/output.h
3492 M /trunk/modules/gui/macosx/output.m
3493 M /trunk/modules/gui/macosx/playlist.h
3494 M /trunk/modules/gui/macosx/playlist.m
3495 M /trunk/modules/gui/macosx/playlistinfo.m
3496 M /trunk/modules/gui/macosx/prefs.h
3497 M /trunk/modules/gui/macosx/prefs_widgets.m
3498 M /trunk/modules/gui/macosx/update.m
3499 M /trunk/modules/gui/macosx/vout.h
3500 M /trunk/modules/gui/macosx/vout.m
3501 M /trunk/modules/gui/macosx/voutgl.m
3502 M /trunk/modules/gui/macosx/voutqt.m
3503 M /trunk/modules/gui/macosx/wizard.h
3504 M /trunk/modules/gui/macosx/wizard.m
3506 * cleaning, reformatting, clarifying here and there...
3507 ------------------------------------------------------------------------
3508 r23522 | fkuehne | 2007-12-10 00:41:09 +0100 (Mon, 10 Dec 2007) | 1 line
3510 M /trunk/modules/access/cdda/access.c
3513 ------------------------------------------------------------------------
3514 r23521 | courmisch | 2007-12-09 22:49:48 +0100 (Sun, 09 Dec 2007) | 3 lines
3516 M /trunk/include/vlc_modules.h
3517 M /trunk/include/vlc_modules_macros.h
3518 M /trunk/modules/control/rc.c
3519 M /trunk/modules/gui/ncurses.c
3520 M /trunk/modules/gui/qt4/qt4.cpp
3521 M /trunk/modules/gui/skins2/src/skin_main.cpp
3522 M /trunk/modules/gui/wince/wince.cpp
3523 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
3524 M /trunk/modules/misc/dummy/dummy.c
3525 M /trunk/src/libvlc-common.c
3526 M /trunk/src/modules/entry.c
3527 M /trunk/src/modules/modules.c
3529 Remove unneeded psz_program hack.
3530 (Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
3532 ------------------------------------------------------------------------
3533 r23520 | courmisch | 2007-12-09 22:36:32 +0100 (Sun, 09 Dec 2007) | 2 lines
3535 M /trunk/Makefile.am
3538 Build VLC aliases cleanly (don't need to parse argv[0])
3540 ------------------------------------------------------------------------
3541 r23519 | courmisch | 2007-12-09 21:16:20 +0100 (Sun, 09 Dec 2007) | 2 lines
3543 M /trunk/configure.ac
3544 M /trunk/modules/gui/qt4/qt4.cpp
3546 Simply X11 Qt4 error detection
3548 ------------------------------------------------------------------------
3549 r23518 | courmisch | 2007-12-09 21:02:03 +0100 (Sun, 09 Dec 2007) | 2 lines
3553 Prevent gettext bug on glibc 2.5 too
3555 ------------------------------------------------------------------------
3556 r23517 | courmisch | 2007-12-09 20:55:16 +0100 (Sun, 09 Dec 2007) | 2 lines
3558 M /trunk/src/libvlc.h
3560 Do not privatize module_config_t - yet
3562 ------------------------------------------------------------------------
3563 r23516 | funman | 2007-12-09 20:42:02 +0100 (Sun, 09 Dec 2007) | 2 lines
3565 M /trunk/configure.ac
3566 M /trunk/modules/gui/qt4/qt4.cpp
3570 ------------------------------------------------------------------------
3571 r23515 | courmisch | 2007-12-09 20:33:51 +0100 (Sun, 09 Dec 2007) | 2 lines
3573 M /trunk/src/Makefile.am
3575 A /trunk/src/config/chain.c (from /trunk/src/modules/configuration_chain.c:23514)
3576 A /trunk/src/config/cmdline.c (from /trunk/src/modules/configuration.c:23514)
3577 A /trunk/src/config/config.h (from /trunk/src/modules/configuration.h:23514)
3578 A /trunk/src/config/core.c (from /trunk/src/modules/configuration.c:23514)
3579 A /trunk/src/config/file.c (from /trunk/src/modules/configuration.c:23514)
3580 A /trunk/src/config/intf.c (from /trunk/src/modules/configuration.c:23514)
3581 M /trunk/src/libvlc-common.c
3582 D /trunk/src/modules/configuration.c
3583 D /trunk/src/modules/configuration.h
3584 D /trunk/src/modules/configuration_chain.c
3585 M /trunk/src/modules/modules.c
3586 M /trunk/src/playlist/loadsave.c
3588 Split the big config file
3590 ------------------------------------------------------------------------
3591 r23514 | courmisch | 2007-12-09 20:00:25 +0100 (Sun, 09 Dec 2007) | 2 lines
3593 M /trunk/src/libvlc-common.c
3595 Fix superfluous double init
3597 ------------------------------------------------------------------------
3598 r23513 | courmisch | 2007-12-09 19:59:35 +0100 (Sun, 09 Dec 2007) | 2 lines
3600 M /trunk/src/modules/configuration_chain.c
3602 Not yet missing #include
3604 ------------------------------------------------------------------------
3605 r23512 | courmisch | 2007-12-09 19:56:09 +0100 (Sun, 09 Dec 2007) | 2 lines
3607 M /trunk/src/libvlc-common.c
3609 Fix compiler warning
3611 ------------------------------------------------------------------------
3612 r23511 | dionoea | 2007-12-09 19:32:02 +0100 (Sun, 09 Dec 2007) | 2 lines
3614 M /trunk/share/http-lua/index.html
3615 M /trunk/share/http-lua/mosaic.html
3616 M /trunk/share/http-lua/vlm.html
3618 Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
3620 ------------------------------------------------------------------------
3621 r23510 | courmisch | 2007-12-09 19:16:15 +0100 (Sun, 09 Dec 2007) | 2 lines
3623 M /trunk/share/http/flash.html
3624 M /trunk/share/http/index.html
3625 M /trunk/share/http/mosaic.html
3626 M /trunk/share/http/requests/browse.xml
3627 M /trunk/share/http/requests/playlist.xml
3628 M /trunk/share/http/requests/status.xml
3629 M /trunk/share/http/requests/vlm.xml
3630 M /trunk/share/http/requests/vlm_cmd.xml
3631 M /trunk/share/http/vlm.html
3632 M /trunk/share/http-lua/index.html
3636 ------------------------------------------------------------------------
3637 r23509 | courmisch | 2007-12-09 18:39:28 +0100 (Sun, 09 Dec 2007) | 3 lines
3639 M /trunk/include/vlc_access.h
3640 M /trunk/include/vlc_sout.h
3641 M /trunk/modules/access/cdda/access.c
3642 M /trunk/modules/access/directory.c
3643 M /trunk/modules/access/eyetv.c
3644 M /trunk/modules/access/file.c
3645 M /trunk/modules/access/ftp.c
3646 M /trunk/modules/access/http.c
3647 M /trunk/modules/access/mms/mmsh.c
3648 M /trunk/modules/access/mms/mmstu.c
3649 M /trunk/modules/access/pvr.c
3650 M /trunk/modules/access/smb.c
3651 M /trunk/modules/access/tcp.c
3652 M /trunk/modules/access_filter/bandwidth.c
3653 M /trunk/modules/access_filter/dump.c
3654 M /trunk/modules/access_filter/record.c
3655 M /trunk/modules/access_output/file.c
3656 M /trunk/modules/access_output/http.c
3657 M /trunk/modules/access_output/shout.c
3658 M /trunk/modules/access_output/udp.c
3659 M /trunk/src/stream_output/stream_output.c
3661 Use (s)size_t for pf_read and pf_write.
3662 This is very likely to break .*64 platforms.
3664 ------------------------------------------------------------------------
3665 r23508 | dionoea | 2007-12-09 16:23:06 +0100 (Sun, 09 Dec 2007) | 2 lines
3667 M /trunk/modules/access/v4l2.c
3669 Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.
3671 ------------------------------------------------------------------------
3672 r23507 | phmo95 | 2007-12-09 15:33:18 +0100 (Sun, 09 Dec 2007) | 1 line
3674 M /trunk/bindings/java/VLCExample.java
3675 M /trunk/bindings/java/src/video-jni.cc
3677 Update snapshot method.
3678 ------------------------------------------------------------------------
3679 r23506 | phmo95 | 2007-12-09 15:30:57 +0100 (Sun, 09 Dec 2007) | 1 line
3681 M /trunk/bindings/java/org/videolan/jvlc/Video.java
3682 M /trunk/bindings/java/org/videolan/jvlc/VideoIntf.java
3684 Update snapshot method.
3685 ------------------------------------------------------------------------
3686 r23504 | Trax | 2007-12-09 01:57:55 +0100 (Sun, 09 Dec 2007) | 1 line
3688 M /trunk/modules/demux/playlist/m3u.c
3690 * modules/demux/playlist/m3u.c: typo you -> your
3691 ------------------------------------------------------------------------
3692 r23503 | dionoea | 2007-12-09 00:00:51 +0100 (Sun, 09 Dec 2007) | 2 lines
3694 M /trunk/modules/gui/qt4/components/extended_panels.cpp
3695 M /trunk/modules/gui/qt4/components/extended_panels.hpp
3697 Automatically refresh the v4l2 extended panel on focus.
3699 ------------------------------------------------------------------------
3700 r23502 | dionoea | 2007-12-08 23:19:30 +0100 (Sat, 08 Dec 2007) | 2 lines
3702 M /trunk/modules/gui/qt4/components/extended_panels.cpp
3703 M /trunk/modules/gui/qt4/components/extended_panels.hpp
3704 M /trunk/modules/gui/qt4/ui/v4l2.ui
3706 Fixes to the v4l2 extended panel (works fine for multiple refreshes).
3708 ------------------------------------------------------------------------
3709 r23501 | jb | 2007-12-08 21:17:24 +0100 (Sat, 08 Dec 2007) | 3 lines
3711 M /trunk/modules/gui/qt4/Modules.am
3713 Qt4 - Remove useless things from uic output.
3716 ------------------------------------------------------------------------
3717 r23500 | dionoea | 2007-12-08 20:38:49 +0100 (Sat, 08 Dec 2007) | 2 lines
3719 M /trunk/modules/gui/qt4/Modules.am
3720 M /trunk/modules/gui/qt4/components/extended_panels.cpp
3721 M /trunk/modules/gui/qt4/components/extended_panels.hpp
3722 M /trunk/modules/gui/qt4/dialogs/extended.cpp
3723 A /trunk/modules/gui/qt4/ui/v4l2.ui
3725 Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).
3727 ------------------------------------------------------------------------
3728 r23499 | dionoea | 2007-12-08 18:28:57 +0100 (Sat, 08 Dec 2007) | 2 lines
3730 M /trunk/modules/access/v4l2.c
3732 Ooops, this wasn't supposed to be here anymore.
3734 ------------------------------------------------------------------------
3735 r23498 | dionoea | 2007-12-08 18:26:20 +0100 (Sat, 08 Dec 2007) | 2 lines
3737 M /trunk/modules/access/v4l2.c
3739 Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.
3741 ------------------------------------------------------------------------
3742 r23497 | dionoea | 2007-12-08 17:53:56 +0100 (Sat, 08 Dec 2007) | 2 lines
3744 M /trunk/include/vlc_variables.h
3745 M /trunk/src/misc/variables.c
3747 Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
3749 ------------------------------------------------------------------------
3750 r23496 | jb | 2007-12-08 05:23:13 +0100 (Sat, 08 Dec 2007) | 3 lines
3752 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3754 Qt4 - small cosmetic change.
3757 ------------------------------------------------------------------------
3758 r23495 | jb | 2007-12-08 05:21:02 +0100 (Sat, 08 Dec 2007) | 2 lines
3760 M /trunk/modules/gui/qt4/components/info_panels.cpp
3761 M /trunk/modules/gui/qt4/components/info_panels.hpp
3762 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3763 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
3765 Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D
3767 ------------------------------------------------------------------------
3768 r23494 | jb | 2007-12-08 05:19:45 +0100 (Sat, 08 Dec 2007) | 3 lines
3770 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3771 M /trunk/modules/gui/qt4/components/open_panels.cpp
3772 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3773 M /trunk/modules/gui/qt4/dialogs/open.cpp
3774 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3775 M /trunk/modules/gui/qt4/dialogs/sout.cpp
3776 M /trunk/modules/gui/qt4/dialogs_provider.cpp
3777 M /trunk/modules/gui/qt4/input_manager.cpp
3778 M /trunk/modules/gui/qt4/main_interface.cpp
3779 M /trunk/modules/gui/qt4/menus.cpp
3780 M /trunk/modules/gui/qt4/menus.hpp
3782 Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
3785 ------------------------------------------------------------------------
3786 r23493 | gbazin | 2007-12-08 02:23:36 +0100 (Sat, 08 Dec 2007) | 1 line
3788 M /trunk/modules/access/mms/mmsh.c
3790 * modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
3791 ------------------------------------------------------------------------
3792 r23492 | gbazin | 2007-12-08 01:58:18 +0100 (Sat, 08 Dec 2007) | 1 line
3794 M /trunk/src/audio_output/dec.c
3796 * src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
3797 ------------------------------------------------------------------------
3798 r23491 | jpsaman | 2007-12-08 01:08:34 +0100 (Sat, 08 Dec 2007) | 2 lines
3800 M /trunk/modules/access/mms/mms.c
3804 ------------------------------------------------------------------------
3805 r23490 | jpsaman | 2007-12-08 01:08:00 +0100 (Sat, 08 Dec 2007) | 2 lines
3807 M /trunk/modules/access/mms/asf.c
3808 M /trunk/modules/access/mms/buffer.c
3810 Remove dead code (and commented out fprintf's).
3812 ------------------------------------------------------------------------
3813 r23489 | jpsaman | 2007-12-08 01:06:01 +0100 (Sat, 08 Dec 2007) | 2 lines
3815 M /trunk/modules/access/mms/mmsh.c
3817 Check malloc return value and cleanup.
3819 ------------------------------------------------------------------------
3820 r23488 | jpsaman | 2007-12-08 01:04:26 +0100 (Sat, 08 Dec 2007) | 1 line
3822 M /trunk/modules/access/mms/asf.h
3823 M /trunk/modules/access/mms/buffer.h
3824 M /trunk/modules/access/mms/mms.h
3825 M /trunk/modules/access/mms/mmsh.h
3826 M /trunk/modules/access/mms/mmstu.h
3828 Guard headerfiles in modules/access/mms/*.h against multiple inclusions.
3829 ------------------------------------------------------------------------
3830 r23487 | jpsaman | 2007-12-08 01:02:46 +0100 (Sat, 08 Dec 2007) | 1 line
3832 M /trunk/modules/codec/ffmpeg/mux.c
3834 Remove excess whiteline
3835 ------------------------------------------------------------------------
3836 r23486 | dionoea | 2007-12-07 22:33:16 +0100 (Fri, 07 Dec 2007) | 2 lines
3838 M /trunk/modules/access/v4l2.c
3840 Change the v4l2-chroma long help string.
3842 ------------------------------------------------------------------------
3843 r23485 | dionoea | 2007-12-07 22:27:03 +0100 (Fri, 07 Dec 2007) | 2 lines
3845 M /trunk/modules/access/v4l2.c
3847 Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.
3849 ------------------------------------------------------------------------
3850 r23484 | jb | 2007-12-07 03:59:19 +0100 (Fri, 07 Dec 2007) | 2 lines
3852 M /trunk/modules/gui/qt4/Modules.am
3853 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
3854 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
3855 M /trunk/modules/gui/qt4/components/playlist/panels.hpp
3856 A /trunk/modules/gui/qt4/components/playlist/playlist.cpp (from /trunk/modules/gui/qt4/components/interface_widgets.cpp:23475)
3857 A /trunk/modules/gui/qt4/components/playlist/playlist.hpp (from /trunk/modules/gui/qt4/components/interface_widgets.hpp:23475)
3858 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
3859 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3860 M /trunk/modules/gui/qt4/main_interface.cpp
3862 Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/
3864 ------------------------------------------------------------------------
3865 r23483 | jpsaman | 2007-12-06 20:08:04 +0100 (Thu, 06 Dec 2007) | 2 lines
3867 M /trunk/modules/demux/live555.cpp
3871 ------------------------------------------------------------------------
3872 r23482 | jpsaman | 2007-12-06 18:56:28 +0100 (Thu, 06 Dec 2007) | 1 line
3874 M /trunk/src/playlist/engine.c
3876 No need to sleep 25 ms, a bit longer will do fine too.
3877 ------------------------------------------------------------------------
3878 r23481 | jpsaman | 2007-12-06 17:26:46 +0100 (Thu, 06 Dec 2007) | 2 lines
3880 M /trunk/include/vlc_playlist.h
3881 M /trunk/modules/gui/qt4/playlist_model.cpp
3882 M /trunk/src/input/input.c
3883 M /trunk/src/playlist/engine.c
3885 CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
3887 ------------------------------------------------------------------------
3888 r23480 | jpsaman | 2007-12-06 16:33:45 +0100 (Thu, 06 Dec 2007) | 1 line
3890 M /trunk/src/input/input.c
3892 Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
3893 ------------------------------------------------------------------------
3894 r23479 | jpsaman | 2007-12-06 15:35:40 +0100 (Thu, 06 Dec 2007) | 2 lines
3898 Add Remi Duraffort to THANKS file.
3900 ------------------------------------------------------------------------
3901 r23478 | jpsaman | 2007-12-06 15:18:02 +0100 (Thu, 06 Dec 2007) | 2 lines
3903 M /trunk/modules/gui/qt4/playlist_model.cpp
3905 Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
3907 ------------------------------------------------------------------------
3908 r23477 | jpsaman | 2007-12-06 12:40:22 +0100 (Thu, 06 Dec 2007) | 2 lines
3910 M /trunk/modules/video_output/fb.c
3912 Only test the terminal if --fb-tty is used.
3914 ------------------------------------------------------------------------
3915 r23476 | jb | 2007-12-06 09:15:37 +0100 (Thu, 06 Dec 2007) | 3 lines
3917 M /trunk/modules/gui/qt4/dialogs/extended.cpp
3918 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
3919 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
3920 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
3921 M /trunk/modules/gui/qt4/dialogs/messages.cpp
3922 M /trunk/modules/gui/qt4/dialogs/messages.hpp
3923 M /trunk/modules/gui/qt4/dialogs/open.cpp
3924 M /trunk/modules/gui/qt4/dialogs/open.hpp
3925 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
3926 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
3927 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
3928 M /trunk/modules/gui/qt4/dialogs/sout.cpp
3929 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
3930 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
3932 Qt4 - Coding style fixes by R?\195?\169mi Duraffort.
3935 ------------------------------------------------------------------------
3936 r23475 | jb | 2007-12-06 09:04:21 +0100 (Thu, 06 Dec 2007) | 3 lines
3938 M /trunk/modules/gui/qt4/components/info_panels.cpp
3939 M /trunk/modules/gui/qt4/components/info_panels.hpp
3940 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
3941 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
3942 M /trunk/modules/gui/qt4/playlist_model.cpp
3944 Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
3945 Please report regressions on that part.
3947 ------------------------------------------------------------------------
3948 r23474 | jb | 2007-12-06 09:02:43 +0100 (Thu, 06 Dec 2007) | 3 lines
3950 M /trunk/modules/gui/qt4/dialogs/extended.cpp
3952 Qt4 - Change the default extended panel size.
3955 ------------------------------------------------------------------------
3956 r23473 | jb | 2007-12-06 09:01:41 +0100 (Thu, 06 Dec 2007) | 2 lines
3958 M /trunk/modules/gui/qt4/dialogs_provider.hpp
3960 Qt4 - Use enum instead of defines.
3962 ------------------------------------------------------------------------
3963 r23472 | jb | 2007-12-06 09:01:09 +0100 (Thu, 06 Dec 2007) | 2 lines
3965 M /trunk/modules/gui/qt4/menus.cpp
3966 M /trunk/modules/gui/qt4/menus.hpp
3968 Qt4 Menu macro removal.
3970 ------------------------------------------------------------------------
3971 r23471 | funman | 2007-12-06 02:20:26 +0100 (Thu, 06 Dec 2007) | 1 line
3973 M /trunk/modules/gui/qt4/qt4.cpp
3976 ------------------------------------------------------------------------
3977 r23468 | hovis | 2007-12-05 23:51:29 +0100 (Wed, 05 Dec 2007) | 3 lines
3979 M /trunk/modules/access/v4l2.c
3981 v4l2: Workaround misbehaving devices (2 DVB cards in my case)
3984 ------------------------------------------------------------------------
3985 r23467 | fkuehne | 2007-12-05 20:47:10 +0100 (Wed, 05 Dec 2007) | 1 line
3987 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
3989 * fix ffmpeg compilation by reverting their revision 11100
3990 ------------------------------------------------------------------------
3991 r23466 | fkuehne | 2007-12-05 20:24:54 +0100 (Wed, 05 Dec 2007) | 1 line
3993 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
3995 * first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
3996 ------------------------------------------------------------------------
3997 r23465 | fkuehne | 2007-12-05 19:24:21 +0100 (Wed, 05 Dec 2007) | 1 line
3999 M /trunk/extras/contrib/src/Makefile
4000 M /trunk/modules/gui/macosx/about.m
4003 ------------------------------------------------------------------------
4004 r23464 | xtophe | 2007-12-05 18:31:32 +0100 (Wed, 05 Dec 2007) | 2 lines
4006 M /trunk/po/POTFILES.in
4009 File names have been modified
4011 ------------------------------------------------------------------------
4012 r23463 | fkuehne | 2007-12-05 18:26:52 +0100 (Wed, 05 Dec 2007) | 1 line
4014 M /trunk/extras/contrib/src/Makefile
4015 A /trunk/extras/contrib/src/Patches/x264-svn-darwin.patch
4017 * limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases
4018 ------------------------------------------------------------------------
4019 r23462 | fkuehne | 2007-12-05 18:18:56 +0100 (Wed, 05 Dec 2007) | 1 line
4021 M /trunk/extras/contrib/src/Patches/libdvdnav.patch
4023 * a part of our patch was submitted upstream
4024 ------------------------------------------------------------------------
4025 r23461 | jb | 2007-12-05 18:08:45 +0100 (Wed, 05 Dec 2007) | 3 lines
4027 M /trunk/modules/gui/qt4/dialogs/open.cpp
4028 M /trunk/modules/gui/qt4/dialogs/open.hpp
4030 Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file.
4031 Patch from R?\195?\169mi Duraffort.
4033 ------------------------------------------------------------------------
4034 r23460 | jb | 2007-12-05 18:07:05 +0100 (Wed, 05 Dec 2007) | 4 lines
4036 M /trunk/modules/gui/qt4/dialogs_provider.cpp
4037 M /trunk/modules/gui/qt4/dialogs_provider.hpp
4038 M /trunk/modules/gui/qt4/input_manager.cpp
4039 M /trunk/modules/gui/qt4/input_manager.hpp
4040 M /trunk/modules/gui/qt4/main_interface.cpp
4041 M /trunk/modules/gui/qt4/playlist_model.cpp
4042 M /trunk/modules/gui/qt4/playlist_model.hpp
4043 M /trunk/modules/gui/qt4/qt4.cpp
4044 M /trunk/modules/gui/qt4/qt4.hpp
4046 Qt4 - Typos/Code conventions/spaces/Cleaning.
4047 Patch by R?\195?\169mi Duraffort.
4050 ------------------------------------------------------------------------
4051 r23459 | jb | 2007-12-05 18:05:23 +0100 (Wed, 05 Dec 2007) | 3 lines
4053 M /trunk/modules/gui/qt4/main_interface.cpp
4058 ------------------------------------------------------------------------
4059 r23458 | fkuehne | 2007-12-05 17:27:12 +0100 (Wed, 05 Dec 2007) | 1 line
4061 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4062 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4064 * typo in previous commit
4065 ------------------------------------------------------------------------
4066 r23457 | fkuehne | 2007-12-05 17:25:41 +0100 (Wed, 05 Dec 2007) | 1 line
4068 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
4069 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
4070 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
4071 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
4072 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4073 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4074 M /trunk/modules/gui/macosx/about.h
4075 M /trunk/modules/gui/macosx/about.m
4076 M /trunk/modules/gui/macosx/intf.h
4077 M /trunk/modules/gui/macosx/intf.m
4079 * display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
4080 ------------------------------------------------------------------------
4081 r23456 | funman | 2007-12-05 14:54:29 +0100 (Wed, 05 Dec 2007) | 1 line
4083 M /trunk/modules/gui/qt4/dialogs/help.cpp
4086 ------------------------------------------------------------------------
4087 r23455 | jb | 2007-12-05 05:19:26 +0100 (Wed, 05 Dec 2007) | 3 lines
4089 M /trunk/modules/gui/qt4/menus.cpp
4090 M /trunk/modules/gui/qt4/menus.hpp
4092 Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
4095 ------------------------------------------------------------------------
4096 r23454 | fkuehne | 2007-12-04 23:24:18 +0100 (Tue, 04 Dec 2007) | 1 line
4098 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
4099 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
4101 * store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint
4102 ------------------------------------------------------------------------
4103 r23453 | dionoea | 2007-12-04 22:37:50 +0100 (Tue, 04 Dec 2007) | 2 lines
4105 M /trunk/share/http/requests/vlm.xml
4109 ------------------------------------------------------------------------
4110 r23452 | funman | 2007-12-04 21:43:31 +0100 (Tue, 04 Dec 2007) | 1 line
4112 M /trunk/activex/vlccontrol2.cpp
4114 fix activex compilation
4115 ------------------------------------------------------------------------
4116 r23451 | funman | 2007-12-04 21:01:07 +0100 (Tue, 04 Dec 2007) | 2 lines
4118 M /trunk/include/vlc/libvlc.h
4119 M /trunk/src/control/video.c
4121 libvlc_video_take_snapshot(): specify snapshot's height and width
4123 ------------------------------------------------------------------------
4124 r23450 | funman | 2007-12-04 19:36:13 +0100 (Tue, 04 Dec 2007) | 2 lines
4126 M /trunk/include/vlc_osd.h
4130 ------------------------------------------------------------------------
4131 r23449 | jpsaman | 2007-12-04 19:26:30 +0100 (Tue, 04 Dec 2007) | 2 lines
4133 M /trunk/src/video_output/vout_intf.c
4135 Remove obsolete comment.
4137 ------------------------------------------------------------------------
4138 r23448 | funman | 2007-12-04 16:49:28 +0100 (Tue, 04 Dec 2007) | 3 lines
4140 M /trunk/src/video_output/vout_intf.c
4142 vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object.
4143 Value of 0 for width OR height means that we want to keep the original aspect ratio.
4145 ------------------------------------------------------------------------
4146 r23447 | jb | 2007-12-04 05:10:32 +0100 (Tue, 04 Dec 2007) | 3 lines
4148 M /trunk/modules/gui/qt4/dialogs/errors.cpp
4149 M /trunk/modules/gui/qt4/dialogs/extended.cpp
4150 M /trunk/modules/gui/qt4/dialogs_provider.cpp
4151 M /trunk/modules/gui/qt4/dialogs_provider.hpp
4152 M /trunk/modules/gui/qt4/menus.cpp
4154 Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.
4157 ------------------------------------------------------------------------
4158 r23446 | jpsaman | 2007-12-03 23:39:55 +0100 (Mon, 03 Dec 2007) | 2 lines
4160 M /trunk/Makefile.am
4162 Revert [23438] because --enable-fast-install does the same.
4164 ------------------------------------------------------------------------
4165 r23445 | pdherbemont | 2007-12-03 22:34:03 +0100 (Mon, 03 Dec 2007) | 2 lines
4167 M /trunk/src/control/core.c
4169 control/core.c: Use C99's __func__ unstead of gcc's __FUNCTION__ as dionoea requested in libvlc_exception_not_handled(). Make that function static.
4171 ------------------------------------------------------------------------
4172 r23444 | jpsaman | 2007-12-03 17:17:13 +0100 (Mon, 03 Dec 2007) | 2 lines
4174 M /trunk/extras/contrib/src/Distributions/netbox3.mak
4176 Add image and image2pipe muxers to netbox FFMPEGCONF settings.
4178 ------------------------------------------------------------------------
4179 r23443 | jb | 2007-12-03 15:34:10 +0100 (Mon, 03 Dec 2007) | 3 lines
4181 M /trunk/modules/gui/qt4/Modules.am
4182 A /trunk/modules/gui/qt4/components/info_panels.cpp (from /trunk/modules/gui/qt4/components/infopanels.cpp:23418)
4183 A /trunk/modules/gui/qt4/components/info_panels.hpp (from /trunk/modules/gui/qt4/components/infopanels.hpp:23418)
4184 D /trunk/modules/gui/qt4/components/infopanels.cpp
4185 D /trunk/modules/gui/qt4/components/infopanels.hpp
4186 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
4187 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
4189 Qt4 - File renaming for consistency.
4192 ------------------------------------------------------------------------
4193 r23442 | jb | 2007-12-03 15:21:35 +0100 (Mon, 03 Dec 2007) | 3 lines
4195 M /trunk/modules/gui/qt4/Modules.am
4196 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4197 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4198 D /trunk/modules/gui/qt4/components/open.cpp
4199 D /trunk/modules/gui/qt4/components/open.hpp
4200 A /trunk/modules/gui/qt4/components/open_panels.cpp (from /trunk/modules/gui/qt4/components/open.cpp:23418)
4201 A /trunk/modules/gui/qt4/components/open_panels.hpp (from /trunk/modules/gui/qt4/components/open.hpp:23418)
4202 M /trunk/modules/gui/qt4/dialogs/open.cpp
4203 M /trunk/modules/gui/qt4/dialogs/open.hpp
4204 M /trunk/modules/gui/qt4/dialogs_provider.cpp
4205 M /trunk/modules/gui/qt4/input_manager.cpp
4206 M /trunk/modules/gui/qt4/input_manager.hpp
4207 M /trunk/modules/gui/qt4/main_interface.cpp
4208 M /trunk/modules/gui/qt4/main_interface.hpp
4210 Qt4 - MainInterface cleaning, FIXME labelling, Simplification, put the delay of status Toolip to 3s, re-ask the privacy dialog if closed the previous time without a correct validation before.
4211 Commit from NYC/NY/Columbia University ;)
4213 ------------------------------------------------------------------------
4214 r23441 | funman | 2007-12-03 15:19:13 +0100 (Mon, 03 Dec 2007) | 2 lines
4216 M /trunk/modules/misc/dummy/vout.c
4218 Copy [23439] for dummy video output
4220 ------------------------------------------------------------------------
4221 r23440 | jpsaman | 2007-12-03 15:12:09 +0100 (Mon, 03 Dec 2007) | 2 lines
4223 M /trunk/extras/contrib/src/Distributions/netbox3.mak
4225 Add encoders for bmp, jpeg and png to netbox.
4227 ------------------------------------------------------------------------
4228 r23439 | jpsaman | 2007-12-03 15:04:41 +0100 (Mon, 03 Dec 2007) | 2 lines
4230 M /trunk/modules/video_output/fb.c
4232 Fix snapshot functionality in video_output/fb.c
4234 ------------------------------------------------------------------------
4235 r23438 | jpsaman | 2007-12-03 11:05:39 +0100 (Mon, 03 Dec 2007) | 2 lines
4237 M /trunk/Makefile.am
4239 Install .libs/vlc instead of libtool script vlc.
4241 ------------------------------------------------------------------------
4242 r23437 | jpsaman | 2007-12-03 11:05:37 +0100 (Mon, 03 Dec 2007) | 2 lines
4244 M /trunk/extras/contrib/src/Distributions/netbox3.mak
4245 M /trunk/extras/contrib/src/Makefile
4247 Move distribution specific settings to Distributions/netbox3.mak.
4249 ------------------------------------------------------------------------
4250 r23436 | jpsaman | 2007-12-03 10:48:07 +0100 (Mon, 03 Dec 2007) | 2 lines
4252 M /trunk/src/libvlc-module.c
4254 Redine menu hotkeys because they collided with other keys.
4256 ------------------------------------------------------------------------
4257 r23435 | pdherbemont | 2007-12-02 22:57:39 +0100 (Sun, 02 Dec 2007) | 2 lines
4259 M /trunk/src/control/media_list_view.c
4261 control/media_list_view.c: Properly forward item added event to subclasses, and properly unregister events.
4263 ------------------------------------------------------------------------
4264 r23434 | pdherbemont | 2007-12-02 19:52:50 +0100 (Sun, 02 Dec 2007) | 2 lines
4266 M /trunk/src/control/core.c
4268 control/core.c: Print an error on not handled libvlc exception. We'd better encourage third parties to take care of error sooner than later.
4270 ------------------------------------------------------------------------
4271 r23433 | hovis | 2007-12-02 19:49:18 +0100 (Sun, 02 Dec 2007) | 1 line
4273 M /trunk/modules/access/v4l2.c
4275 v4l2: Progress with Alsa. Sounds much better :-)
4276 ------------------------------------------------------------------------
4277 r23432 | pdherbemont | 2007-12-02 19:35:39 +0100 (Sun, 02 Dec 2007) | 2 lines
4279 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
4281 MacOSX/Framework/VLCEventManager.m: Remove unuseful ;.
4283 ------------------------------------------------------------------------
4284 r23431 | pdherbemont | 2007-12-02 19:20:54 +0100 (Sun, 02 Dec 2007) | 2 lines
4286 M /trunk/src/control/event.c
4288 control/event.c: Print the event string description on error, instead of its numerical type.
4290 ------------------------------------------------------------------------
4291 r23430 | hovis | 2007-12-02 17:17:06 +0100 (Sun, 02 Dec 2007) | 1 line
4293 M /trunk/modules/access/v4l2.c
4296 ------------------------------------------------------------------------
4297 r23429 | dionoea | 2007-12-02 15:41:23 +0100 (Sun, 02 Dec 2007) | 4 lines
4299 M /trunk/modules/access/v4l2.c
4301 Fix menu control value display code.
4302 Display current control value in VideoControlList.
4303 Add option to reset all video controls to their default value on startup.
4305 ------------------------------------------------------------------------
4306 r23428 | dionoea | 2007-12-02 15:14:50 +0100 (Sun, 02 Dec 2007) | 2 lines
4308 M /trunk/modules/access/v4l2.c
4310 Add "videocontrol" command variable to issue controls other than those which we explicitly support. For example, "@v4l2 videocontrol 8000002 30" changes the sharpness to something horrible on my webcam.
4312 ------------------------------------------------------------------------
4313 r23427 | dionoea | 2007-12-02 15:04:32 +0100 (Sun, 02 Dec 2007) | 2 lines
4315 M /trunk/modules/access/v4l2.c
4317 Add v4l2-gamma control. Also print control details for private controls.
4319 ------------------------------------------------------------------------
4320 r23426 | hovis | 2007-12-02 13:53:35 +0100 (Sun, 02 Dec 2007) | 1 line
4322 M /trunk/modules/access/v4l2.c
4324 v4l2: Fixed dynamic video metric updates. Better handling of defaults.
4325 ------------------------------------------------------------------------
4326 r23425 | hovis | 2007-12-02 01:13:45 +0100 (Sun, 02 Dec 2007) | 1 line
4328 M /trunk/modules/access/v4l2.c
4330 v4l2: Fixed VideoControlList.
4331 ------------------------------------------------------------------------
4332 r23424 | funman | 2007-12-02 00:41:47 +0100 (Sun, 02 Dec 2007) | 2 lines
4334 M /trunk/src/text/strings.c
4336 vlc_b64_decode_binary_to_buffer(): i_dst is the size of the destination buffer, not the source buffer
4338 ------------------------------------------------------------------------
4339 r23423 | dionoea | 2007-12-02 00:41:40 +0100 (Sun, 02 Dec 2007) | 2 lines
4341 M /trunk/modules/access/v4l2.c
4343 Don't fail launching the video device if a video control failed. Update the hue/saturation/brightness/contrast values in the callback before issue the video control. (I haven't been able to test yet due to lack of hardware)
4345 ------------------------------------------------------------------------
4346 r23422 | dionoea | 2007-12-01 18:00:20 +0100 (Sat, 01 Dec 2007) | 2 lines
4348 M /trunk/modules/access/v4l2.c
4350 Factorise the Video Control code. List all available controls in debug messages. Add a callback to update those we already support on the flag (doesn't work properly yet, it might need a restart or something and people on #v4l aren't really helpfull).
4352 ------------------------------------------------------------------------
4353 r23421 | dionoea | 2007-12-01 16:38:05 +0100 (Sat, 01 Dec 2007) | 2 lines
4355 M /trunk/modules/access/v4l2.c
4357 Don't compile any of the alsa audio input code if HAVE_ALSA isn't defined. This mainly removes the --v4l2-alsa option if alsa devlopement headers aren't available.
4359 ------------------------------------------------------------------------
4360 r23420 | funman | 2007-12-01 10:19:00 +0100 (Sat, 01 Dec 2007) | 1 line
4362 M /trunk/src/misc/update.c
4365 ------------------------------------------------------------------------
4366 r23419 | jb | 2007-12-01 05:43:37 +0100 (Sat, 01 Dec 2007) | 2 lines
4368 M /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
4369 M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4371 triangle for the volume... A bit less ugly.
4373 ------------------------------------------------------------------------
4374 r23418 | xtophe | 2007-11-30 18:47:58 +0100 (Fri, 30 Nov 2007) | 2 lines
4376 M /trunk/doc/release-howto.txt
4380 ------------------------------------------------------------------------
4381 r23417 | Trax | 2007-11-30 18:35:54 +0100 (Fri, 30 Nov 2007) | 1 line
4385 * NEWS: sync with 0.8.6d
4386 ------------------------------------------------------------------------
4387 r23415 | pdherbemont | 2007-11-30 16:23:31 +0100 (Fri, 30 Nov 2007) | 2 lines
4389 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
4391 MacOSX/Framework/VLCMediaList.m: Don't lock in initMediaListInternal, we risk double lock.
4393 ------------------------------------------------------------------------
4394 r23414 | jb | 2007-11-30 09:33:39 +0100 (Fri, 30 Nov 2007) | 3 lines
4396 M /trunk/modules/misc/inhibit.c
4398 Yet another one from Philipp Weissenbacher.
4401 ------------------------------------------------------------------------
4402 r23413 | jb | 2007-11-30 09:14:10 +0100 (Fri, 30 Nov 2007) | 3 lines
4404 M /trunk/modules/video_filter/seamcarving.c
4406 Typo spotted by Philipp Weisenbacher.
4409 ------------------------------------------------------------------------
4410 r23412 | xtophe | 2007-11-29 23:36:59 +0100 (Thu, 29 Nov 2007) | 1 line
4412 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
4415 ------------------------------------------------------------------------
4416 r23411 | xtophe | 2007-11-29 23:30:34 +0100 (Thu, 29 Nov 2007) | 2 lines
4418 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
4419 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
4421 No need to have overlay twice in the preferences
4423 ------------------------------------------------------------------------
4424 r23410 | xtophe | 2007-11-29 23:22:40 +0100 (Thu, 29 Nov 2007) | 2 lines
4427 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
4429 Improve stability of the preferences dialog. Patch by Andre Weber
4431 ------------------------------------------------------------------------
4432 r23409 | courmisch | 2007-11-29 19:39:24 +0100 (Thu, 29 Nov 2007) | 2 lines
4434 M /trunk/src/input/stream.c
4438 ------------------------------------------------------------------------
4439 r23408 | hovis | 2007-11-29 17:07:22 +0100 (Thu, 29 Nov 2007) | 1 line
4441 M /trunk/configure.ac
4442 M /trunk/modules/access/v4l2.c
4444 v4l2: Experimental ALSA input support. Currently non functional. Still defaults to OSS.
4445 ------------------------------------------------------------------------
4446 r23407 | jpsaman | 2007-11-29 16:16:37 +0100 (Thu, 29 Nov 2007) | 2 lines
4448 M /trunk/src/video_output/vout_subpictures.c
4450 Fix devision by zero in spu_RenderSubpictures.
4452 ------------------------------------------------------------------------
4453 r23406 | jpsaman | 2007-11-29 16:16:35 +0100 (Thu, 29 Nov 2007) | 2 lines
4455 M /trunk/configure.ac
4457 Remove stray character after testing for enable-libgcrypt and enable_gnutls.
4459 ------------------------------------------------------------------------
4460 r23405 | jpsaman | 2007-11-29 16:16:32 +0100 (Thu, 29 Nov 2007) | 2 lines
4462 M /trunk/modules/demux/live555.cpp
4464 Be more carefull on when rtpInfo timestamps should be set.
4466 ------------------------------------------------------------------------
4467 r23404 | funman | 2007-11-29 03:20:36 +0100 (Thu, 29 Nov 2007) | 1 line
4469 M /trunk/modules/gui/qt4/dialogs/help.cpp
4471 qt4 update: don't crash if there was a problem with update_New()
4472 ------------------------------------------------------------------------
4473 r23403 | pdherbemont | 2007-11-29 00:33:24 +0100 (Thu, 29 Nov 2007) | 2 lines
4475 M /trunk/src/libvlc-common.c
4477 src/libvlc-common.c: Only print a piece of Info about cvlc if we are using 'vlc'.
4479 ------------------------------------------------------------------------
4480 r23402 | pdherbemont | 2007-11-29 00:22:01 +0100 (Thu, 29 Nov 2007) | 2 lines
4482 M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
4483 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
4485 MacOSX/Framework: Minimizes Package Size. only copy the libraries that the vlc modules need. (Patch by Enrique Osuna).
4487 ------------------------------------------------------------------------
4488 r23401 | funman | 2007-11-28 21:28:55 +0100 (Wed, 28 Nov 2007) | 1 line
4490 M /trunk/include/vlc/libvlc.h
4492 Avoid C++ comments be compatible with C ANSI
4493 ------------------------------------------------------------------------
4494 r23400 | courmisch | 2007-11-28 20:02:43 +0100 (Wed, 28 Nov 2007) | 2 lines
4496 M /trunk/m4/Makefile.am
4497 D /trunk/m4/libgcrypt.m4
4499 Remove silly m4 file. I'd rather use UPTODATE version on my system than some crap from VLC tree
4501 ------------------------------------------------------------------------
4502 r23399 | courmisch | 2007-11-28 20:00:12 +0100 (Wed, 28 Nov 2007) | 2 lines
4504 M /trunk/include/vlc_config.h
4506 Default DVD to NULL for autodetection (hmm...)
4508 ------------------------------------------------------------------------
4509 r23398 | funman | 2007-11-28 19:58:06 +0100 (Wed, 28 Nov 2007) | 4 lines
4511 M /trunk/m4/Makefile.am
4512 A /trunk/m4/libgcrypt.m4
4513 M /trunk/modules/gui/qt4/Modules.am
4514 M /trunk/share/Makefile.am
4516 Adds some missing files to dist target (blaming j-b & dionoea)
4517 Adds libgcrypt.m4 for systems running autotools without libgcrypt-dev installed
4518 Prefers tabs over spaces in Makefiles
4520 ------------------------------------------------------------------------
4521 r23397 | courmisch | 2007-11-28 19:52:19 +0100 (Wed, 28 Nov 2007) | 2 lines
4523 M /trunk/include/vlc_config.h
4527 ------------------------------------------------------------------------
4528 r23396 | courmisch | 2007-11-28 19:38:36 +0100 (Wed, 28 Nov 2007) | 2 lines
4530 M /trunk/include/vlc_config.h
4531 M /trunk/src/libvlc-module.c
4533 Set default DVD defice
4535 ------------------------------------------------------------------------
4536 r23395 | courmisch | 2007-11-28 19:05:08 +0100 (Wed, 28 Nov 2007) | 2 lines
4538 M /trunk/modules/access/screen/win32.c
4542 ------------------------------------------------------------------------
4543 r23394 | courmisch | 2007-11-28 19:01:32 +0100 (Wed, 28 Nov 2007) | 2 lines
4545 M /trunk/include/vlc_objects.h
4549 ------------------------------------------------------------------------
4550 r23393 | courmisch | 2007-11-28 18:50:22 +0100 (Wed, 28 Nov 2007) | 2 lines
4552 M /trunk/include/vlc_objects.h
4553 M /trunk/modules/misc/screensaver.c
4554 M /trunk/src/libvlc.sym
4555 M /trunk/src/misc/objects.c
4557 Fix screensaver deadlock if terminating as soon the interface is created - closes #1363
4559 ------------------------------------------------------------------------
4560 r23392 | funman | 2007-11-28 18:29:27 +0100 (Wed, 28 Nov 2007) | 1 line
4562 M /trunk/modules/misc/screensaver.c
4564 revert [23385]. make sure the object is locked when we enter the thread
4565 ------------------------------------------------------------------------
4566 r23391 | courmisch | 2007-11-28 18:23:39 +0100 (Wed, 28 Nov 2007) | 2 lines
4571 Lets assume glibc 2.8 will work properly when it's out (though I doubt it)
4573 ------------------------------------------------------------------------
4574 r23390 | fkuehne | 2007-11-28 16:20:56 +0100 (Wed, 28 Nov 2007) | 1 line
4576 M /trunk/configure.ac
4578 * automagically assume --with-macosx-sdk
4579 ------------------------------------------------------------------------
4580 r23389 | xtophe | 2007-11-27 23:55:37 +0100 (Tue, 27 Nov 2007) | 2 lines
4582 M /trunk/configure.ac
4584 Defines nvlc aliases in all cases
4586 ------------------------------------------------------------------------
4587 r23387 | xtophe | 2007-11-27 22:33:52 +0100 (Tue, 27 Nov 2007) | 2 lines
4589 M /trunk/modules/gui/qt4/dialogs/open.cpp
4591 Fix segfault when canceling the open dialog. Patch by R?\195?\169mi Duraffort.
4593 ------------------------------------------------------------------------
4594 r23386 | courmisch | 2007-11-27 21:11:16 +0100 (Tue, 27 Nov 2007) | 2 lines
4598 Horrific kludge to prevent awfully crappy glibc from crashing VLC all the time.
4600 ------------------------------------------------------------------------
4601 r23385 | funman | 2007-11-27 20:47:57 +0100 (Tue, 27 Nov 2007) | 1 line
4603 M /trunk/modules/misc/screensaver.c
4606 ------------------------------------------------------------------------
4607 r23384 | courmisch | 2007-11-27 20:39:23 +0100 (Tue, 27 Nov 2007) | 2 lines
4609 M /trunk/modules/access/file.c
4613 ------------------------------------------------------------------------
4614 r23383 | courmisch | 2007-11-27 20:39:05 +0100 (Tue, 27 Nov 2007) | 2 lines
4616 M /trunk/modules/access/file.c
4618 Better error handling
4620 ------------------------------------------------------------------------
4621 r23378 | courmisch | 2007-11-27 19:17:13 +0100 (Tue, 27 Nov 2007) | 2 lines
4623 M /trunk/modules/access/file.c
4625 Don't use MAP_POPULATE
4627 ------------------------------------------------------------------------
4628 r23377 | courmisch | 2007-11-27 19:08:25 +0100 (Tue, 27 Nov 2007) | 2 lines
4630 M /trunk/modules/access/file.c
4632 Fix EOF check and remove fprintf
4634 ------------------------------------------------------------------------
4635 r23374 | hovis | 2007-11-27 17:44:13 +0100 (Tue, 27 Nov 2007) | 1 line
4637 M /trunk/modules/access/v4l2.c
4639 v4l2: Support for setting brightness, contrast, saturation and hue (if supported by device)
4640 ------------------------------------------------------------------------
4641 r23372 | ileoo | 2007-11-27 13:43:54 +0100 (Tue, 27 Nov 2007) | 2 lines
4643 M /trunk/modules/access/file.c
4645 oneliner to fix i_pos updating. works for me.
4647 ------------------------------------------------------------------------
4648 r23371 | hovis | 2007-11-27 13:13:18 +0100 (Tue, 27 Nov 2007) | 1 line
4650 M /trunk/modules/access/v4l2.c
4653 ------------------------------------------------------------------------
4654 r23370 | hovis | 2007-11-27 13:06:05 +0100 (Tue, 27 Nov 2007) | 1 line
4656 M /trunk/modules/access/v4l2.c
4659 ------------------------------------------------------------------------
4660 r23367 | courmisch | 2007-11-26 22:02:27 +0100 (Mon, 26 Nov 2007) | 2 lines
4662 M /trunk/modules/access/file.c
4664 Don't bother seeking when using mmap
4666 ------------------------------------------------------------------------
4667 r23366 | courmisch | 2007-11-26 22:01:13 +0100 (Mon, 26 Nov 2007) | 2 lines
4669 M /trunk/modules/access/file.c
4671 Fix file position update
4673 ------------------------------------------------------------------------
4674 r23365 | courmisch | 2007-11-26 21:56:49 +0100 (Mon, 26 Nov 2007) | 2 lines
4676 M /trunk/modules/access/file.c
4680 ------------------------------------------------------------------------
4681 r23364 | courmisch | 2007-11-26 21:27:15 +0100 (Mon, 26 Nov 2007) | 2 lines
4683 M /trunk/modules/access/file.c
4685 Memory mapped file input
4687 ------------------------------------------------------------------------
4688 r23363 | courmisch | 2007-11-26 21:26:28 +0100 (Mon, 26 Nov 2007) | 2 lines
4690 M /trunk/modules/stream_out/transcode.c
4694 ------------------------------------------------------------------------
4695 r23361 | courmisch | 2007-11-26 20:18:23 +0100 (Mon, 26 Nov 2007) | 2 lines
4697 M /trunk/include/vlc_block.h
4698 M /trunk/modules/access/screen/win32.c
4699 M /trunk/src/libvlc.sym
4700 M /trunk/src/misc/block.c
4702 Cleanup custom block allocation
4704 ------------------------------------------------------------------------
4705 r23359 | courmisch | 2007-11-26 19:53:28 +0100 (Mon, 26 Nov 2007) | 2 lines
4707 M /trunk/configure.ac
4709 We've had fun breaking the ABI...
4711 ------------------------------------------------------------------------
4712 r23358 | courmisch | 2007-11-26 19:52:41 +0100 (Mon, 26 Nov 2007) | 2 lines
4714 M /trunk/include/vlc_block.h
4715 M /trunk/modules/access/screen/win32.c
4716 M /trunk/src/misc/block.c
4718 Remove block_t->p_sys, which is not really needed either.
4720 ------------------------------------------------------------------------
4721 r23355 | courmisch | 2007-11-26 19:40:44 +0100 (Mon, 26 Nov 2007) | 2 lines
4723 M /trunk/src/misc/block.c
4725 Save one pointer and dereference in the block core
4727 ------------------------------------------------------------------------
4728 r23354 | courmisch | 2007-11-26 19:37:34 +0100 (Mon, 26 Nov 2007) | 2 lines
4730 M /trunk/include/vlc_block.h
4731 M /trunk/modules/access/screen/win32.c
4732 M /trunk/src/misc/block.c
4734 Remove the unused manager from block_t
4736 ------------------------------------------------------------------------
4737 r23353 | jb | 2007-11-26 19:36:45 +0100 (Mon, 26 Nov 2007) | 2 lines
4739 M /trunk/modules/gui/qt4/util/input_slider.cpp
4741 Qt4 - Volume slider, move the slider when only clicked on it as ivoire requested.
4743 ------------------------------------------------------------------------
4744 r23352 | Trax | 2007-11-26 19:28:56 +0100 (Mon, 26 Nov 2007) | 1 line
4746 M /trunk/modules/access_output/shout.c
4748 * modules/access_output/shout.c: Remove sleep for reconnect; this does not allow for a graceful exit during the wait. A reconnect interval which increments x2 every failed reconnect still needs to be implemented (and eventually errors out after a max interval if upstream server doesn't come back).
4749 ------------------------------------------------------------------------
4750 r23351 | courmisch | 2007-11-26 17:30:25 +0100 (Mon, 26 Nov 2007) | 3 lines
4752 M /trunk/include/vlc_block.h
4753 M /trunk/src/misc/block.c
4755 Use (s)size_t in block_t.
4756 /!\ This breaks the plugin ABI on LP64 platforms
4758 ------------------------------------------------------------------------
4759 r23350 | funman | 2007-11-26 15:23:07 +0100 (Mon, 26 Nov 2007) | 1 line
4761 M /trunk/modules/misc/audioscrobbler.c
4763 audioscrobbler: use psz_md5_hash()
4764 ------------------------------------------------------------------------
4765 r23349 | funman | 2007-11-26 15:18:57 +0100 (Mon, 26 Nov 2007) | 1 line
4767 M /trunk/src/misc/update.c
4769 forget a parameter in msg_Err
4770 ------------------------------------------------------------------------
4771 r23348 | funman | 2007-11-26 15:10:30 +0100 (Mon, 26 Nov 2007) | 1 line
4773 M /trunk/src/misc/update.c
4775 fix compilation on Linux
4776 ------------------------------------------------------------------------
4777 r23347 | funman | 2007-11-26 15:00:39 +0100 (Mon, 26 Nov 2007) | 2 lines
4779 M /trunk/include/vlc_arrays.h
4780 M /trunk/include/vlc_devices.h
4781 M /trunk/include/vlc_epg.h
4782 M /trunk/include/vlc_md5.h
4783 M /trunk/include/vlc_streaming.h
4784 M /trunk/include/vlc_update.h
4785 M /trunk/src/misc/update.c
4787 update: performs size and m5 checksum verification (untested)
4789 ------------------------------------------------------------------------
4790 r23339 | jb | 2007-11-26 09:17:23 +0100 (Mon, 26 Nov 2007) | 3 lines
4792 M /trunk/modules/gui/qt4/components/extended_panels.cpp
4793 M /trunk/modules/gui/qt4/components/infopanels.hpp
4794 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4795 M /trunk/modules/gui/qt4/components/open.cpp
4796 M /trunk/modules/gui/qt4/dialogs/extended.cpp
4797 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
4798 M /trunk/modules/gui/qt4/dialogs/open.cpp
4799 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4800 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
4801 M /trunk/modules/gui/qt4/dialogs/sout.cpp
4802 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
4803 M /trunk/modules/gui/qt4/main_interface.cpp
4804 M /trunk/modules/gui/qt4/qt4.cpp
4805 M /trunk/modules/gui/qt4/util/input_slider.cpp
4807 Qt4 - Cleaning trailing spaces...
4810 ------------------------------------------------------------------------
4811 r23338 | jb | 2007-11-26 09:10:01 +0100 (Mon, 26 Nov 2007) | 3 lines
4813 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4814 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4815 M /trunk/modules/gui/qt4/dialogs/extended.cpp
4816 M /trunk/modules/gui/qt4/dialogs/extended.hpp
4817 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4818 M /trunk/modules/gui/qt4/main_interface.cpp
4819 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
4821 Qt4 - saving size, position for the playlist and the extended panels.
4822 Be careful, if you have a config file, you may need to clean it.
4824 ------------------------------------------------------------------------
4825 r23337 | jb | 2007-11-26 09:08:33 +0100 (Mon, 26 Nov 2007) | 3 lines
4827 M /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4828 M /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
4830 Qt4 - pixmap update.
4833 ------------------------------------------------------------------------
4834 r23336 | jb | 2007-11-26 08:09:30 +0100 (Mon, 26 Nov 2007) | 2 lines
4836 M /trunk/modules/gui/qt4/main_interface.cpp
4838 Qt4 - Avoid segfault on exist if the playlist was never called, during the saving before exit. Bug re-introduced in 23333.
4840 ------------------------------------------------------------------------
4841 r23335 | jb | 2007-11-26 07:58:18 +0100 (Mon, 26 Nov 2007) | 3 lines
4843 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4844 M /trunk/modules/gui/qt4/util/input_slider.cpp
4846 Qt4 - Make the gradient fit INSIDE the boundaries...
4849 ------------------------------------------------------------------------
4850 r23334 | jb | 2007-11-26 07:45:58 +0100 (Mon, 26 Nov 2007) | 2 lines
4852 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4853 A /trunk/modules/gui/qt4/pixmaps/volume-slider-inside.png
4854 A /trunk/modules/gui/qt4/pixmaps/volume-slider-outside.png
4855 A /trunk/modules/gui/qt4/pixmaps/volume-slider.svg
4856 M /trunk/modules/gui/qt4/res.qrc
4857 M /trunk/modules/gui/qt4/util/input_slider.cpp
4858 M /trunk/modules/gui/qt4/util/input_slider.hpp
4860 Qt4 - Did you really think I couldn't do more ugly ????
4862 ------------------------------------------------------------------------
4863 r23333 | jb | 2007-11-26 07:21:54 +0100 (Mon, 26 Nov 2007) | 2 lines
4865 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4866 M /trunk/modules/gui/qt4/main_interface.cpp
4868 Qt4 - MainInterface, correct the resizing when docking the playlist for the first time. Remove some dead code... Not finished yet... Feel free to fix, but not to break :D
4870 ------------------------------------------------------------------------
4871 r23324 | xtophe | 2007-11-25 17:04:21 +0100 (Sun, 25 Nov 2007) | 2 lines
4873 M /trunk/modules/gui/qt4/main_interface.cpp
4877 ------------------------------------------------------------------------
4878 r23321 | dionoea | 2007-11-25 16:48:47 +0100 (Sun, 25 Nov 2007) | 2 lines
4880 M /trunk/src/playlist/search.c
4882 Hide nodes which don't match the search string and don't have any children matching the search string when performing a playlist search.
4884 ------------------------------------------------------------------------
4885 r23320 | dionoea | 2007-11-25 14:32:20 +0100 (Sun, 25 Nov 2007) | 2 lines
4887 M /trunk/configure.ac
4888 M /trunk/modules/video_chroma/Modules.am
4889 A /trunk/modules/video_chroma/i422_i420.c (from /trunk/modules/video_chroma/i422_yuy2.c:23043)
4890 M /trunk/modules/video_chroma/i422_yuy2.c
4892 Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing.
4894 ------------------------------------------------------------------------
4895 r23318 | Trax | 2007-11-25 13:40:20 +0100 (Sun, 25 Nov 2007) | 1 line
4897 M /trunk/modules/access_output/shout.c
4899 * modules/access_output/shout.c: automatic reconnect to server at startup.
4900 ------------------------------------------------------------------------
4901 r23317 | Trax | 2007-11-25 11:26:42 +0100 (Sun, 25 Nov 2007) | 1 line
4903 M /trunk/modules/access_output/shout.c
4905 * modules/access_output/shout.c: let this be a lesson for all you kids out there - think before.. ehr.. sync before you shout! (in case the buffer isn't empty after reconnect approach, allows for smoother transition).
4906 ------------------------------------------------------------------------
4907 r23316 | jb | 2007-11-25 10:33:08 +0100 (Sun, 25 Nov 2007) | 3 lines
4909 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
4911 Qt4 - small cosmetic for the playlist.
4914 ------------------------------------------------------------------------
4915 r23315 | jb | 2007-11-25 10:18:25 +0100 (Sun, 25 Nov 2007) | 3 lines
4917 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4918 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4919 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
4920 M /trunk/modules/gui/qt4/dialogs/playlist.hpp
4921 M /trunk/modules/gui/qt4/main_interface.cpp
4922 M /trunk/modules/gui/qt4/main_interface.hpp
4924 Qt4 - lame attempt for the resizing of the interface.
4927 ------------------------------------------------------------------------
4928 r23314 | Trax | 2007-11-25 06:34:58 +0100 (Sun, 25 Nov 2007) | 1 line
4930 M /trunk/modules/codec/dmo/dmo.c
4932 * modules/codec/dmo/dmo.c: add some missing fourcc capitalization
4933 ------------------------------------------------------------------------
4934 r23313 | bitmap | 2007-11-25 06:05:09 +0100 (Sun, 25 Nov 2007) | 3 lines
4936 M /trunk/modules/misc/freetype.c
4938 Try to protect more than one instance of FontBuilder from running at a time -
4939 attempt to fix issues with segfault reported on list
4941 ------------------------------------------------------------------------
4942 r23312 | jb | 2007-11-25 01:56:41 +0100 (Sun, 25 Nov 2007) | 2 lines
4944 M /trunk/modules/gui/qt4/dialogs/extended.cpp
4945 M /trunk/modules/gui/qt4/ui/video_effects.ui
4947 Qt4 - Extended: manage correctly the margin.
4949 ------------------------------------------------------------------------
4950 r23311 | dionoea | 2007-11-25 00:20:47 +0100 (Sun, 25 Nov 2007) | 2 lines
4952 M /trunk/modules/video_filter/ripple.c
4953 M /trunk/modules/video_filter/wave.c
4955 Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32).
4957 ------------------------------------------------------------------------
4958 r23310 | dionoea | 2007-11-24 23:24:34 +0100 (Sat, 24 Nov 2007) | 2 lines
4960 M /trunk/modules/access/v4l2.c
4962 v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels.
4964 ------------------------------------------------------------------------
4965 r23309 | dionoea | 2007-11-24 23:17:27 +0100 (Sat, 24 Nov 2007) | 2 lines
4967 M /trunk/modules/access/v4l2.c
4969 v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output.
4971 ------------------------------------------------------------------------
4972 r23308 | dionoea | 2007-11-24 22:57:33 +0100 (Sat, 24 Nov 2007) | 2 lines
4974 M /trunk/modules/access/v4l2.c
4976 v4l2: Display supported framesizes in debug.
4978 ------------------------------------------------------------------------
4979 r23307 | ileoo | 2007-11-24 22:30:50 +0100 (Sat, 24 Nov 2007) | 3 lines
4981 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
4982 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
4983 M /trunk/modules/gui/qt4/main_interface.cpp
4984 M /trunk/modules/gui/qt4/main_interface.hpp
4986 qt4: no more calculateInterfaceSize, but sizeHint() stuff for
4987 widget-size, 1. try from me
4989 ------------------------------------------------------------------------
4990 r23306 | jb | 2007-11-24 21:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
4992 M /trunk/modules/gui/qt4/dialogs/extended.cpp
4994 Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left.
4997 ------------------------------------------------------------------------
4998 r23302 | dionoea | 2007-11-24 20:00:16 +0100 (Sat, 24 Nov 2007) | 2 lines
5000 M /trunk/modules/misc/lua/intf.c
5002 Oops, forgot this file.
5004 ------------------------------------------------------------------------
5005 r23301 | dionoea | 2007-11-24 19:59:50 +0100 (Sat, 24 Nov 2007) | 2 lines
5007 M /trunk/modules/misc/lua/vlc.c
5009 Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities.
5011 ------------------------------------------------------------------------
5012 r23300 | dionoea | 2007-11-24 19:53:11 +0100 (Sat, 24 Nov 2007) | 2 lines
5016 Some more NEWS (vlm scheduling on linux and EXTVLCOPT)
5018 ------------------------------------------------------------------------
5019 r23299 | dionoea | 2007-11-24 19:50:35 +0100 (Sat, 24 Nov 2007) | 2 lines
5021 M /trunk/modules/demux/playlist/m3u.c
5022 M /trunk/modules/demux/playlist/playlist.c
5024 Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it.
5026 ------------------------------------------------------------------------
5027 r23298 | jb | 2007-11-24 19:06:14 +0100 (Sat, 24 Nov 2007) | 3 lines
5029 M /trunk/modules/gui/qt4/main_interface.cpp
5031 Qt4 - privacy dialog... What about saving those options ?
5034 ------------------------------------------------------------------------
5035 r23297 | hovis | 2007-11-24 18:28:48 +0100 (Sat, 24 Nov 2007) | 1 line
5037 M /trunk/modules/access/v4l2.c
5039 DQ buffers using correct io method for mmap.
5040 ------------------------------------------------------------------------
5041 r23296 | Trax | 2007-11-24 17:30:26 +0100 (Sat, 24 Nov 2007) | 1 line
5043 M /trunk/modules/access_output/shout.c
5045 * modules/access_output/shout.c: Remove unneeded var in previous commit
5046 ------------------------------------------------------------------------
5047 r23295 | Trax | 2007-11-24 17:27:12 +0100 (Sat, 24 Nov 2007) | 1 line
5049 M /trunk/modules/access_output/shout.c
5051 * modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167
5052 ------------------------------------------------------------------------
5053 r23294 | jb | 2007-11-24 05:25:33 +0100 (Sat, 24 Nov 2007) | 2 lines
5055 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
5056 M /trunk/modules/gui/qt4/main_interface.cpp
5057 M /trunk/modules/gui/qt4/main_interface.hpp
5058 M /trunk/modules/gui/qt4/qt4.cpp
5060 Qt4 - Add a dialog at firststart to ask about the privacy policy.
5062 ------------------------------------------------------------------------
5063 r23293 | jb | 2007-11-24 05:24:47 +0100 (Sat, 24 Nov 2007) | 2 lines
5065 M /trunk/modules/gui/qt4/dialogs/messages.cpp
5069 ------------------------------------------------------------------------
5070 r23292 | jb | 2007-11-24 05:08:56 +0100 (Sat, 24 Nov 2007) | 2 lines
5072 M /trunk/src/libvlc-module.c
5074 Change the meta information fetcher TEXT
5076 ------------------------------------------------------------------------
5077 r23291 | jb | 2007-11-24 04:01:54 +0100 (Sat, 24 Nov 2007) | 4 lines
5079 M /trunk/include/vlc_keys.h
5081 Inclusion guards for vlc_keys.h
5082 Why don't we use an enum in that file ???
5085 ------------------------------------------------------------------------
5086 r23290 | jb | 2007-11-24 02:28:44 +0100 (Sat, 24 Nov 2007) | 3 lines
5088 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5089 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
5090 M /trunk/modules/gui/qt4/main_interface.cpp
5091 M /trunk/modules/gui/qt4/qt4.cpp
5093 Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets...
5094 Inheritance rules...
5096 ------------------------------------------------------------------------
5097 r23288 | pdherbemont | 2007-11-24 01:58:45 +0100 (Sat, 24 Nov 2007) | 2 lines
5099 M /trunk/src/libvlc-common.c
5101 src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
5103 ------------------------------------------------------------------------
5104 r23287 | jb | 2007-11-24 01:57:42 +0100 (Sat, 24 Nov 2007) | 3 lines
5106 M /trunk/configure.ac
5107 M /trunk/modules/control/rc.c
5108 M /trunk/modules/gui/ncurses.c
5109 M /trunk/modules/misc/dummy/dummy.c
5111 Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc
5114 ------------------------------------------------------------------------
5115 r23286 | pdherbemont | 2007-11-23 22:40:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5117 M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5118 M /trunk/extras/MacOSX/VLC_app/VLCController.m
5120 MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.
5122 ------------------------------------------------------------------------
5123 r23285 | pdherbemont | 2007-11-23 21:32:35 +0100 (Fri, 23 Nov 2007) | 2 lines
5125 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5127 MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.
5129 ------------------------------------------------------------------------
5130 r23284 | pdherbemont | 2007-11-23 21:28:26 +0100 (Fri, 23 Nov 2007) | 2 lines
5132 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5134 MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).
5136 ------------------------------------------------------------------------
5137 r23283 | pdherbemont | 2007-11-23 21:24:51 +0100 (Fri, 23 Nov 2007) | 2 lines
5139 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5141 MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".
5143 ------------------------------------------------------------------------
5144 r23282 | pdherbemont | 2007-11-23 21:23:51 +0100 (Fri, 23 Nov 2007) | 2 lines
5146 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5148 MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".
5150 ------------------------------------------------------------------------
5151 r23281 | pdherbemont | 2007-11-23 21:22:35 +0100 (Fri, 23 Nov 2007) | 2 lines
5153 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h
5155 MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.
5157 ------------------------------------------------------------------------
5158 r23280 | pdherbemont | 2007-11-23 21:21:53 +0100 (Fri, 23 Nov 2007) | 2 lines
5160 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5162 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo.
5164 ------------------------------------------------------------------------
5165 r23279 | jpsaman | 2007-11-23 21:02:31 +0100 (Fri, 23 Nov 2007) | 2 lines
5167 M /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
5169 Correct description.
5171 ------------------------------------------------------------------------
5172 r23278 | pdherbemont | 2007-11-23 20:19:07 +0100 (Fri, 23 Nov 2007) | 2 lines
5174 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5176 MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit).
5178 ------------------------------------------------------------------------
5179 r23277 | pdherbemont | 2007-11-23 20:13:08 +0100 (Fri, 23 Nov 2007) | 2 lines
5181 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5182 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5184 MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
5186 ------------------------------------------------------------------------
5187 r23276 | jb | 2007-11-23 18:52:29 +0100 (Fri, 23 Nov 2007) | 2 lines
5189 M /trunk/modules/stream_out/rtp.c
5190 M /trunk/modules/stream_out/standard.c
5192 Typos spotted by Philipp Weissenbacher.
5194 ------------------------------------------------------------------------
5195 r23275 | courmisch | 2007-11-23 18:12:56 +0100 (Fri, 23 Nov 2007) | 4 lines
5197 M /trunk/modules/control/http/http.c
5198 M /trunk/modules/control/http/http.h
5199 M /trunk/modules/control/http/mvar.c
5200 M /trunk/modules/control/http/rpn.c
5201 M /trunk/modules/control/http/util.c
5203 Remove totally useless transcoding from UTF-8 in HTTP interface,
5204 heavy simplification, and fix(/remove) piles of error cases.
5205 Server gets to choose the charset anyway.
5207 ------------------------------------------------------------------------
5208 r23274 | jpsaman | 2007-11-23 15:12:31 +0100 (Fri, 23 Nov 2007) | 2 lines
5210 M /trunk/modules/codec/ffmpeg/mux.c
5212 Compile fix to check for ffmpeg version.
5214 ------------------------------------------------------------------------
5215 r23273 | pdherbemont | 2007-11-23 15:09:03 +0100 (Fri, 23 Nov 2007) | 2 lines
5217 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5219 MacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed.
5221 ------------------------------------------------------------------------
5222 r23272 | pdherbemont | 2007-11-23 14:34:36 +0100 (Fri, 23 Nov 2007) | 2 lines
5224 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5226 MacOSX/Framework/VLCMedia.m: Don't forget to retain the url.
5228 ------------------------------------------------------------------------
5229 r23270 | jpsaman | 2007-11-23 13:35:59 +0100 (Fri, 23 Nov 2007) | 1 line
5231 M /trunk/modules/codec/ffmpeg/mux.c
5233 Fix compiler warnings in modules/codec/ffmpeg/mux.c. Please test.
5234 ------------------------------------------------------------------------
5235 r23269 | pdherbemont | 2007-11-23 13:30:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5237 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5239 MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view.
5241 ------------------------------------------------------------------------
5242 r23268 | pdherbemont | 2007-11-23 13:23:43 +0100 (Fri, 23 Nov 2007) | 2 lines
5244 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5246 MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.
5248 ------------------------------------------------------------------------
5249 r23267 | pdherbemont | 2007-11-23 13:18:01 +0100 (Fri, 23 Nov 2007) | 2 lines
5251 M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
5252 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaDiscoverer.h
5253 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
5254 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5255 M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5256 M /trunk/extras/MacOSX/VLC_app/VLCController.m
5258 MacOSX/Framework: Re-enable VLCMediaDiscoverer.
5260 ------------------------------------------------------------------------
5261 r23266 | pdherbemont | 2007-11-23 13:12:27 +0100 (Fri, 23 Nov 2007) | 2 lines
5263 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
5264 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5265 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
5266 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5268 MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
5270 ------------------------------------------------------------------------
5271 r23265 | jpsaman | 2007-11-23 11:19:38 +0100 (Fri, 23 Nov 2007) | 2 lines
5273 M /trunk/extras/contrib/src/Makefile
5274 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-avdevices.patch
5276 Fix building of ffmpeg, by disabling libavdevices.
5278 ------------------------------------------------------------------------
5279 r23264 | jpsaman | 2007-11-23 10:19:24 +0100 (Fri, 23 Nov 2007) | 2 lines
5281 M /trunk/extras/contrib/src/Makefile
5282 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-libavformat.patch
5284 Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c
5286 ------------------------------------------------------------------------
5287 r23263 | jpsaman | 2007-11-23 09:43:57 +0100 (Fri, 23 Nov 2007) | 1 line
5289 M /trunk/extras/contrib/src/Makefile
5291 Tune ffmpeg features for armeb
5292 ------------------------------------------------------------------------
5293 r23262 | jpsaman | 2007-11-23 09:29:53 +0100 (Fri, 23 Nov 2007) | 2 lines
5295 M /trunk/extras/contrib/src/Makefile
5297 Patches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC
5299 ------------------------------------------------------------------------
5300 r23261 | jpsaman | 2007-11-23 09:28:50 +0100 (Fri, 23 Nov 2007) | 2 lines
5302 D /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
5303 M /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
5305 Update ffmpeg for armeb target.
5307 ------------------------------------------------------------------------
5308 r23260 | jb | 2007-11-23 09:27:23 +0100 (Fri, 23 Nov 2007) | 2 lines
5310 M /trunk/modules/gui/qt4/util/input_slider.cpp
5312 Qt4 - I couldn't do more ugly... If you know how to... please try :D
5314 ------------------------------------------------------------------------
5315 r23259 | jpsaman | 2007-11-23 09:09:07 +0100 (Fri, 23 Nov 2007) | 2 lines
5317 M /trunk/extras/contrib/src/Distributions/netbox3.mak
5319 Disable faad and libmpeg2, because it is not needed.
5321 ------------------------------------------------------------------------
5322 r23258 | jb | 2007-11-23 08:44:20 +0100 (Fri, 23 Nov 2007) | 2 lines
5324 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5325 M /trunk/modules/gui/qt4/util/input_slider.cpp
5326 M /trunk/modules/gui/qt4/util/input_slider.hpp
5328 Qt4 - take care of the volume-step value from the preferences.
5330 ------------------------------------------------------------------------
5331 r23257 | jb | 2007-11-23 08:15:53 +0100 (Fri, 23 Nov 2007) | 4 lines
5333 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5334 M /trunk/modules/gui/qt4/qt4.cpp
5335 M /trunk/modules/gui/qt4/util/input_slider.cpp
5336 M /trunk/modules/gui/qt4/util/input_slider.hpp
5338 Qt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close #1317
5339 Also the soundSlider takes it first value from the preferences...
5342 ------------------------------------------------------------------------
5343 r23256 | jb | 2007-11-23 07:47:30 +0100 (Fri, 23 Nov 2007) | 4 lines
5345 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
5346 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
5347 M /trunk/modules/gui/qt4/util/customwidgets.cpp
5348 M /trunk/modules/gui/qt4/util/customwidgets.hpp
5349 M /trunk/modules/gui/qt4/util/input_slider.cpp
5350 M /trunk/modules/gui/qt4/util/input_slider.hpp
5352 Qt4 - New kind of volume slider.
5353 Need a lot of graphic tweaking.
5356 ------------------------------------------------------------------------
5357 r23255 | pdherbemont | 2007-11-23 01:35:00 +0100 (Fri, 23 Nov 2007) | 2 lines
5359 M /trunk/src/control/flat_media_list_view.c
5361 control/flat_media_list_view.c: Import pre existing md in the view.
5363 ------------------------------------------------------------------------
5364 r23254 | funman | 2007-11-23 01:04:52 +0100 (Fri, 23 Nov 2007) | 2 lines
5366 M /trunk/modules/misc/audioscrobbler.c
5368 audioscrobbler: more explicit debug messages
5370 ------------------------------------------------------------------------
5371 r23253 | damienf | 2007-11-23 00:59:30 +0100 (Fri, 23 Nov 2007) | 2 lines
5373 M /trunk/modules/gui/macosx/eyetv.h
5374 M /trunk/modules/gui/macosx/eyetv.m
5375 M /trunk/modules/gui/macosx/open.m
5377 MacOS X: more EyeTV GUI improvements
5379 ------------------------------------------------------------------------
5380 r23252 | pdherbemont | 2007-11-23 00:54:58 +0100 (Fri, 23 Nov 2007) | 2 lines
5382 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5384 MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.
5386 ------------------------------------------------------------------------
5387 r23251 | pdherbemont | 2007-11-23 00:52:04 +0100 (Fri, 23 Nov 2007) | 2 lines
5389 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5391 MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).
5393 ------------------------------------------------------------------------
5394 r23250 | pdherbemont | 2007-11-23 00:42:24 +0100 (Fri, 23 Nov 2007) | 2 lines
5396 M /trunk/src/control/media_list_view.c
5398 control/media_list_view.c: Register WillAdd/WillDelete events.
5400 ------------------------------------------------------------------------
5401 r23249 | pdherbemont | 2007-11-23 00:39:55 +0100 (Fri, 23 Nov 2007) | 2 lines
5403 M /trunk/src/control/media_list.c
5405 control/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete.
5407 ------------------------------------------------------------------------
5408 r23248 | xtophe | 2007-11-23 00:39:33 +0100 (Fri, 23 Nov 2007) | 2 lines
5415 ------------------------------------------------------------------------
5416 r23247 | damienf | 2007-11-22 23:13:56 +0100 (Thu, 22 Nov 2007) | 2 lines
5418 M /trunk/modules/gui/macosx/eyetv.h
5419 M /trunk/modules/gui/macosx/eyetv.m
5420 M /trunk/modules/gui/macosx/open.m
5422 eyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript
5424 ------------------------------------------------------------------------
5425 r23246 | xtophe | 2007-11-22 22:35:32 +0100 (Thu, 22 Nov 2007) | 3 lines
5431 Korean translation from Kang Jeong-Hee and Namhyung Kim.
5432 Slovenian translation updates by Matej Urban?\196?\141i?\196?\141
5434 ------------------------------------------------------------------------
5435 r23244 | pdherbemont | 2007-11-22 14:14:54 +0100 (Thu, 22 Nov 2007) | 2 lines
5437 M /trunk/modules/demux/playlist/xspf.c
5439 modules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow checking.
5441 ------------------------------------------------------------------------
5442 r23243 | pdherbemont | 2007-11-22 13:26:55 +0100 (Thu, 22 Nov 2007) | 2 lines
5444 M /trunk/include/vlc/libvlc.h
5445 M /trunk/src/control/event.c
5447 control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro.
5449 ------------------------------------------------------------------------
5450 r23242 | pdherbemont | 2007-11-22 13:01:43 +0100 (Thu, 22 Nov 2007) | 2 lines
5452 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5454 MacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header.
5456 ------------------------------------------------------------------------
5457 r23239 | funman | 2007-11-22 01:43:14 +0100 (Thu, 22 Nov 2007) | 1 line
5459 M /trunk/extras/vlc.vim
5461 vim syntax: fix vlc files detection
5462 ------------------------------------------------------------------------
5463 r23236 | xtophe | 2007-11-21 23:39:34 +0100 (Wed, 21 Nov 2007) | 3 lines
5465 M /trunk/share/applications/vlc.desktop
5467 Use verb is the comment
5470 ------------------------------------------------------------------------
5471 r23235 | jpsaman | 2007-11-21 23:30:00 +0100 (Wed, 21 Nov 2007) | 2 lines
5473 M /trunk/modules/demux/live555.cpp
5475 Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name.
5477 ------------------------------------------------------------------------
5478 r23233 | jpsaman | 2007-11-21 23:28:20 +0100 (Wed, 21 Nov 2007) | 2 lines
5480 M /trunk/modules/demux/live555.cpp
5482 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
5484 ------------------------------------------------------------------------
5485 r23232 | jpsaman | 2007-11-21 23:26:53 +0100 (Wed, 21 Nov 2007) | 2 lines
5489 Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
5491 ------------------------------------------------------------------------
5492 r23231 | xtophe | 2007-11-21 23:19:06 +0100 (Wed, 21 Nov 2007) | 2 lines
5494 M /trunk/extras/contrib/src/Makefile
5496 Also extract the translations of libqt4
5498 ------------------------------------------------------------------------
5499 r23227 | massiot | 2007-11-21 20:20:45 +0100 (Wed, 21 Nov 2007) | 3 lines
5501 M /trunk/modules/codec/faad.c
5503 * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for
5506 ------------------------------------------------------------------------
5507 r23226 | massiot | 2007-11-21 20:04:49 +0100 (Wed, 21 Nov 2007) | 3 lines
5509 M /trunk/modules/audio_filter/channel_mixer/simple.c
5511 * simple.c: Extended the filter for mono output, and also converted it to the
5512 audio_filter2 architecture.
5514 ------------------------------------------------------------------------
5515 r23225 | massiot | 2007-11-21 19:47:54 +0100 (Wed, 21 Nov 2007) | 2 lines
5517 M /trunk/modules/access/fake.c
5519 * modules/access/fake.c: Fixed an integer overflow.
5521 ------------------------------------------------------------------------
5522 r23224 | massiot | 2007-11-21 19:23:18 +0100 (Wed, 21 Nov 2007) | 3 lines
5524 M /trunk/src/input/es_out.c
5526 * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ;
5527 also fix a memory leak.
5529 ------------------------------------------------------------------------
5530 r23223 | jb | 2007-11-21 19:16:13 +0100 (Wed, 21 Nov 2007) | 3 lines
5534 Donators section in THANKS file. Needs rewording...
5537 ------------------------------------------------------------------------
5538 r23222 | massiot | 2007-11-21 19:02:04 +0100 (Wed, 21 Nov 2007) | 3 lines
5540 M /trunk/modules/codec/x264.c
5542 * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still
5543 wrong for bpyramid, though).
5545 ------------------------------------------------------------------------
5546 r23221 | pdherbemont | 2007-11-21 18:38:12 +0100 (Wed, 21 Nov 2007) | 2 lines
5548 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
5549 M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
5550 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5551 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5552 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5554 MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)).
5556 ------------------------------------------------------------------------
5557 r23220 | pdherbemont | 2007-11-21 18:36:36 +0100 (Wed, 21 Nov 2007) | 2 lines
5559 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
5560 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
5562 MacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists.
5564 ------------------------------------------------------------------------
5565 r23219 | pdherbemont | 2007-11-21 17:22:04 +0100 (Wed, 21 Nov 2007) | 2 lines
5567 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5569 MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor.
5571 ------------------------------------------------------------------------
5572 r23218 | pdherbemont | 2007-11-21 16:30:01 +0100 (Wed, 21 Nov 2007) | 2 lines
5574 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
5576 VLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events.
5578 ------------------------------------------------------------------------
5579 r23217 | pdherbemont | 2007-11-21 16:08:22 +0100 (Wed, 21 Nov 2007) | 2 lines
5581 M /trunk/include/vlc/libvlc.h
5582 M /trunk/src/control/media_list_view.c
5584 control/media_list_view.c: Provide media_list_view_event_manager().
5586 ------------------------------------------------------------------------
5587 r23216 | pdherbemont | 2007-11-21 15:31:47 +0100 (Wed, 21 Nov 2007) | 2 lines
5589 A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaListAspect.h (from /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h:23214)
5590 A /trunk/extras/MacOSX/Framework/Sources/VLCMediaListAspect.m (from /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m:23214)
5591 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
5593 MacOSX/Framework: Implement VLCMediaListAspect.
5595 ------------------------------------------------------------------------
5596 r23215 | pdherbemont | 2007-11-21 13:19:08 +0100 (Wed, 21 Nov 2007) | 2 lines
5598 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5600 MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup.
5602 ------------------------------------------------------------------------
5603 r23214 | jb | 2007-11-21 01:39:36 +0100 (Wed, 21 Nov 2007) | 3 lines
5605 M /trunk/modules/gui/qt4/dialogs/help.cpp
5606 M /trunk/modules/gui/qt4/dialogs/help.hpp
5608 Add fonctionality to the update dialog - Patches by R?\195?\169mi Duraffort
5611 ------------------------------------------------------------------------
5612 r23213 | jb | 2007-11-21 01:23:15 +0100 (Wed, 21 Nov 2007) | 2 lines
5614 M /trunk/modules/gui/qt4/qt4.hpp
5616 Update qtu, qta macros .
5618 ------------------------------------------------------------------------
5619 r23211 | funman | 2007-11-21 00:26:26 +0100 (Wed, 21 Nov 2007) | 3 lines
5621 M /trunk/extras/contrib/src/Makefile
5622 A /trunk/extras/contrib/src/Patches/QtCore.pc.in
5623 A /trunk/extras/contrib/src/Patches/QtGui.pc.in
5624 A /trunk/extras/contrib/src/Patches/fontconfig-nodocs.patch
5626 contribs: update qt4 TrollTech binaries packaging, note that it won't link correctly when building qt4 interface
5627 explicitely disable building of manuals & documentation of fontconfig
5629 ------------------------------------------------------------------------
5630 r23209 | yoann | 2007-11-20 23:35:26 +0100 (Tue, 20 Nov 2007) | 2 lines
5632 M /trunk/modules/demux/playlist/Modules.am
5633 A /trunk/modules/demux/playlist/itml.c
5634 A /trunk/modules/demux/playlist/itml.h
5635 M /trunk/modules/demux/playlist/playlist.c
5636 M /trunk/modules/demux/playlist/playlist.h
5638 * demux/playlist/itml.c: iTunes Media Library importer (not tested yet)
5640 ------------------------------------------------------------------------
5641 r23208 | pdherbemont | 2007-11-20 23:25:37 +0100 (Tue, 20 Nov 2007) | 2 lines
5643 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
5645 modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg instead of a wrong msg_Err.
5647 ------------------------------------------------------------------------
5648 r23207 | funman | 2007-11-20 23:24:15 +0100 (Tue, 20 Nov 2007) | 1 line
5650 M /trunk/extras/contrib/Makefile
5652 Make sure we're not using a shell version of echo without -e switch
5653 ------------------------------------------------------------------------
5654 r23206 | xtophe | 2007-11-20 22:04:46 +0100 (Tue, 20 Nov 2007) | 2 lines
5656 M /trunk/configure.ac
5658 No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc
5660 ------------------------------------------------------------------------
5661 r23205 | pdherbemont | 2007-11-20 22:03:43 +0100 (Tue, 20 Nov 2007) | 2 lines
5663 M /trunk/modules/gui/qt4/util/input_slider.cpp
5664 M /trunk/modules/gui/qt4/util/input_slider.hpp
5666 modules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune. Reviewed by jb.)
5668 ------------------------------------------------------------------------
5669 r23204 | jb | 2007-11-20 21:14:42 +0100 (Tue, 20 Nov 2007) | 3 lines
5671 M /trunk/modules/codec/ffmpeg/chroma.c
5673 Ffmpeg swscaler, ifdef correction.
5676 ------------------------------------------------------------------------
5677 r23203 | courmisch | 2007-11-20 20:55:37 +0100 (Tue, 20 Nov 2007) | 2 lines
5679 M /trunk/src/misc/update.c
5681 Very partial cleanup
5683 ------------------------------------------------------------------------
5684 r23200 | courmisch | 2007-11-20 20:32:43 +0100 (Tue, 20 Nov 2007) | 2 lines
5686 M /trunk/m4/Makefile.am
5688 Probably fix make dist
5690 ------------------------------------------------------------------------
5691 r23199 | courmisch | 2007-11-20 20:32:10 +0100 (Tue, 20 Nov 2007) | 2 lines
5693 D /trunk/m4/inttypes.m4
5694 D /trunk/m4/isc-posix.m4
5696 Remove some cruft from older gettext
5698 ------------------------------------------------------------------------
5699 r23197 | courmisch | 2007-11-20 19:54:04 +0100 (Tue, 20 Nov 2007) | 3 lines
5701 M /trunk/modules/demux/playlist/m3u.c
5703 Remove VLCOPT support from M3U parser.
5704 This was blatantly insecure.
5706 ------------------------------------------------------------------------
5707 r23196 | pdherbemont | 2007-11-20 19:26:57 +0100 (Tue, 20 Nov 2007) | 2 lines
5709 M /trunk/modules/gui/qt4/dialogs/help.cpp
5710 M /trunk/modules/gui/qt4/dialogs/help.hpp
5711 M /trunk/modules/gui/qt4/dialogs_provider.cpp
5712 M /trunk/modules/gui/qt4/dialogs_provider.hpp
5713 M /trunk/modules/gui/qt4/menus.cpp
5715 modules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort. Reviewed by jb).
5717 ------------------------------------------------------------------------
5718 r23195 | courmisch | 2007-11-20 18:03:44 +0100 (Tue, 20 Nov 2007) | 2 lines
5720 M /trunk/src/text/wincp.c
5724 ------------------------------------------------------------------------
5725 r23194 | pdherbemont | 2007-11-20 17:30:36 +0100 (Tue, 20 Nov 2007) | 2 lines
5727 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5728 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5730 MacOSX/Framework/VLCMediaList.m: Remove dead code.
5732 ------------------------------------------------------------------------
5733 r23193 | pdherbemont | 2007-11-20 17:28:54 +0100 (Tue, 20 Nov 2007) | 2 lines
5735 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5737 MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event.
5739 ------------------------------------------------------------------------
5740 r23192 | pdherbemont | 2007-11-20 17:26:48 +0100 (Tue, 20 Nov 2007) | 2 lines
5742 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5744 MacOSX/Framework/VLCMediaList.m: Be KVC compliant.
5746 ------------------------------------------------------------------------
5747 r23191 | pdherbemont | 2007-11-20 16:32:27 +0100 (Tue, 20 Nov 2007) | 2 lines
5749 M /trunk/src/control/hierarchical_media_list_view.c
5751 control/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted events.
5753 ------------------------------------------------------------------------
5754 r23190 | pdherbemont | 2007-11-20 16:31:51 +0100 (Tue, 20 Nov 2007) | 2 lines
5756 M /trunk/src/control/flat_media_list_view.c
5758 control/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events.
5760 ------------------------------------------------------------------------
5761 r23189 | pdherbemont | 2007-11-20 16:31:08 +0100 (Tue, 20 Nov 2007) | 2 lines
5763 M /trunk/include/vlc/libvlc_structures.h
5764 M /trunk/src/control/libvlc_internal.h
5765 M /trunk/src/control/media_list_view.c
5767 src/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted events.
5769 ------------------------------------------------------------------------
5770 r23188 | pdherbemont | 2007-11-20 15:57:06 +0100 (Tue, 20 Nov 2007) | 2 lines
5772 M /trunk/include/vlc/libvlc_structures.h
5773 M /trunk/src/control/media_list.c
5775 control/media_list.c: Send WillAddItem and WillDeleteItem events.
5777 ------------------------------------------------------------------------
5778 r23187 | pdherbemont | 2007-11-20 15:18:16 +0100 (Tue, 20 Nov 2007) | 2 lines
5780 M /trunk/src/control/hierarchical_media_list_view.c
5782 svn propset svn:keywords "Id" hierarchical_media_list_view.c
5784 ------------------------------------------------------------------------
5785 r23186 | pdherbemont | 2007-11-20 15:12:57 +0100 (Tue, 20 Nov 2007) | 2 lines
5787 M /trunk/include/vlc/libvlc.h
5788 M /trunk/src/Makefile.am
5789 A /trunk/src/control/hierarchical_media_list_view.c (from /trunk/src/control/flat_media_list_view.c:23168)
5790 M /trunk/src/control/libvlc_internal.h
5792 src/control: Implement hierarchical_media_list_view.
5794 ------------------------------------------------------------------------
5795 r23185 | pdherbemont | 2007-11-20 13:07:38 +0100 (Tue, 20 Nov 2007) | 2 lines
5797 M /trunk/src/control/media_descriptor.c
5799 control/media_descriptor.c: Don't forget to release the event manager. (Reported by polo78 on the forum and funman).
5801 ------------------------------------------------------------------------
5802 r23184 | jpsaman | 2007-11-20 12:57:00 +0100 (Tue, 20 Nov 2007) | 2 lines
5804 M /trunk/extras/contrib/src/Makefile
5806 Fix cleanup of libamrwb package in contrib.
5808 ------------------------------------------------------------------------
5809 r23183 | jpsaman | 2007-11-20 10:08:21 +0100 (Tue, 20 Nov 2007) | 2 lines
5811 M /trunk/modules/demux/live555.cpp
5813 Fix return value after the interaction dialog has been used.
5815 ------------------------------------------------------------------------
5816 r23182 | jpsaman | 2007-11-20 10:08:19 +0100 (Tue, 20 Nov 2007) | 2 lines
5818 M /trunk/modules/demux/live555.cpp
5820 Fix double free in live555.
5822 ------------------------------------------------------------------------
5823 r23181 | jpsaman | 2007-11-20 09:30:30 +0100 (Tue, 20 Nov 2007) | 1 line
5825 M /trunk/modules/access/v4l2.c
5827 Patch by Richard Hosking: Allow users specified width and height of v4l2 source.
5828 ------------------------------------------------------------------------
5829 r23179 | funman | 2007-11-20 00:34:15 +0100 (Tue, 20 Nov 2007) | 1 line
5831 M /trunk/modules/misc/freetype.c
5833 freetype: use [.\/_] to break lines when ' ' only failed
5834 ------------------------------------------------------------------------
5835 r23178 | funman | 2007-11-19 23:11:51 +0100 (Mon, 19 Nov 2007) | 1 line
5837 M /trunk/modules/demux/subtitle.c
5839 add an unspported demux query to remove a useless error. Show the query number when it's unknown (for the future)
5840 ------------------------------------------------------------------------
5841 r23177 | courmisch | 2007-11-19 22:32:46 +0100 (Mon, 19 Nov 2007) | 2 lines
5843 M /trunk/src/text/wincp.c
5845 Force ISO-8859-8 for Hebrew users
5847 ------------------------------------------------------------------------
5848 r23176 | courmisch | 2007-11-19 22:26:10 +0100 (Mon, 19 Nov 2007) | 2 lines
5850 M /trunk/modules/codec/subtitles/subsdec.c
5854 ------------------------------------------------------------------------
5855 r23175 | courmisch | 2007-11-19 22:21:23 +0100 (Mon, 19 Nov 2007) | 2 lines
5857 M /trunk/modules/codec/subtitles/subsdec.c
5861 ------------------------------------------------------------------------
5862 r23174 | damienf | 2007-11-19 20:42:19 +0100 (Mon, 19 Nov 2007) | 2 lines
5864 M /trunk/activex/Makefile.am
5866 activex: fixed registration problems as reported in forums (i.e DllRegisterServer@0 postfix is removed). damn libtool !
5868 ------------------------------------------------------------------------
5869 r23173 | funman | 2007-11-19 19:33:09 +0100 (Mon, 19 Nov 2007) | 1 line
5871 M /trunk/modules/demux/mkv.cpp
5873 matroska demuxer: supports Real Video
5874 ------------------------------------------------------------------------
5875 r23172 | courmisch | 2007-11-19 19:28:24 +0100 (Mon, 19 Nov 2007) | 2 lines
5877 M /trunk/src/network/io.c
5879 Comment on the EOF case - this does not change the semantic at all.
5881 ------------------------------------------------------------------------
5882 r23171 | funman | 2007-11-19 18:50:30 +0100 (Mon, 19 Nov 2007) | 1 line
5884 M /trunk/modules/demux/mkv.cpp
5887 ------------------------------------------------------------------------
5888 r23170 | jpsaman | 2007-11-19 16:36:33 +0100 (Mon, 19 Nov 2007) | 2 lines
5890 M /trunk/modules/demux/live555.cpp
5892 Trigger intf_UserLoginPassword() when authorization of rtsp link failed while using --rtsp-http.
5894 ------------------------------------------------------------------------
5895 r23169 | damienf | 2007-11-19 16:10:40 +0100 (Mon, 19 Nov 2007) | 2 lines
5897 M /trunk/extras/contrib/src/Makefile
5899 contribs: fribidi, tar.bz2 -> tar.gz
5901 ------------------------------------------------------------------------
5902 r23168 | pdherbemont | 2007-11-19 15:06:52 +0100 (Mon, 19 Nov 2007) | 2 lines
5904 M /trunk/src/control/flat_media_list_view.c
5905 M /trunk/src/control/libvlc_internal.h
5906 M /trunk/src/control/media_list_view.c
5908 src/control: Implement flat_media_list_view construction.
5910 ------------------------------------------------------------------------
5911 r23167 | jpsaman | 2007-11-19 14:59:57 +0100 (Mon, 19 Nov 2007) | 2 lines
5913 M /trunk/modules/demux/live555.cpp
5915 Enable RTSP rtpInfo track synchronization in live555 demuxer.
5917 ------------------------------------------------------------------------
5918 r23166 | jpsaman | 2007-11-19 14:59:56 +0100 (Mon, 19 Nov 2007) | 2 lines
5920 M /trunk/modules/demux/live555.cpp
5922 live555 improvements: Make rtsp://user:pwd@server/path work and fix --rtsp-http option.
5924 ------------------------------------------------------------------------
5925 r23165 | pdherbemont | 2007-11-19 14:58:52 +0100 (Mon, 19 Nov 2007) | 2 lines
5927 M /trunk/include/vlc_arrays.h
5929 vlc_arrays.h: Implement vlc_array_index_of_item.
5931 ------------------------------------------------------------------------
5932 r23164 | pdherbemont | 2007-11-19 14:48:23 +0100 (Mon, 19 Nov 2007) | 2 lines
5934 M /trunk/include/vlc/libvlc.h
5935 M /trunk/src/control/flat_media_list_view.c
5936 M /trunk/src/control/libvlc_internal.h
5937 M /trunk/src/control/media_list_view.c
5939 src/control: Implement libvlc_media_list_view_children_at_index.
5941 ------------------------------------------------------------------------
5942 r23163 | funman | 2007-11-19 13:58:21 +0100 (Mon, 19 Nov 2007) | 1 line
5944 M /trunk/modules/gui/ncurses.c
5946 ncurses: display the input's title if it's present instead of the name. Use asprintf()
5947 ------------------------------------------------------------------------
5948 r23162 | funman | 2007-11-19 13:41:28 +0100 (Mon, 19 Nov 2007) | 1 line
5950 M /trunk/modules/gui/ncurses.c
5952 ncurses: yield() the playlist only once
5953 ------------------------------------------------------------------------
5954 r23161 | funman | 2007-11-19 13:35:45 +0100 (Mon, 19 Nov 2007) | 3 lines
5956 M /trunk/modules/gui/ncurses.c
5958 ncurses: store the current playlist node in p_sys
5959 Don't store the playlist_t pointer in p_sys since it is always present in any_vlc_object_t->p_libvlc->p_playlist
5961 ------------------------------------------------------------------------
5962 r23160 | pdherbemont | 2007-11-19 10:55:34 +0100 (Mon, 19 Nov 2007) | 2 lines
5964 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
5965 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
5967 MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument.
5969 ------------------------------------------------------------------------
5970 r23159 | pdherbemont | 2007-11-19 10:34:47 +0100 (Mon, 19 Nov 2007) | 2 lines
5972 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
5974 MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media.
5976 ------------------------------------------------------------------------
5977 r23158 | pdherbemont | 2007-11-19 10:23:33 +0100 (Mon, 19 Nov 2007) | 2 lines
5979 D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
5980 D /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
5981 D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
5982 D /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
5983 D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
5984 D /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
5986 MacOSX/VLC_app: Remove unused files.
5988 ------------------------------------------------------------------------
5989 r23157 | pdherbemont | 2007-11-19 10:22:13 +0100 (Mon, 19 Nov 2007) | 2 lines
5991 M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
5992 M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
5993 M /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
5994 M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
5995 M /trunk/extras/MacOSX/VLC_app/VLCController.m
5997 MacOSX/VLC_app: Update and simplify to match current Framework state.
5999 ------------------------------------------------------------------------
6000 r23156 | funman | 2007-11-19 08:16:53 +0100 (Mon, 19 Nov 2007) | 1 line
6002 M /trunk/mozilla/vlcplugin.cpp
6004 mozilla: remove harmful excessive debug, thanks to Martin V?\195?\161vra.
6005 ------------------------------------------------------------------------
6006 r23155 | jb | 2007-11-19 02:43:37 +0100 (Mon, 19 Nov 2007) | 3 lines
6008 M /trunk/include/vlc_es.h
6009 M /trunk/modules/codec/realaudio.c
6010 M /trunk/modules/demux/real.c
6012 Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks...
6015 ------------------------------------------------------------------------
6016 r23154 | funman | 2007-11-19 01:22:42 +0100 (Mon, 19 Nov 2007) | 1 line
6018 M /trunk/mozilla/vlcplugin.cpp
6020 mozilla: remove potentially harmful debug on win32
6021 ------------------------------------------------------------------------
6022 r23153 | fkuehne | 2007-11-19 01:17:33 +0100 (Mon, 19 Nov 2007) | 1 line
6024 M /trunk/modules/gui/macosx/about.m
6026 * forward-port [23152]
6027 ------------------------------------------------------------------------
6028 r23145 | jb | 2007-11-18 23:31:43 +0100 (Sun, 18 Nov 2007) | 3 lines
6030 M /trunk/modules/demux/real.c
6032 Real demuxer: Comments about support/non-support
6035 ------------------------------------------------------------------------
6036 r23144 | funman | 2007-11-18 23:28:18 +0100 (Sun, 18 Nov 2007) | 2 lines
6038 M /trunk/modules/gui/ncurses.c
6040 ncurses: add a 'g' shortcut to go to the current playing item
6042 ------------------------------------------------------------------------
6043 r23142 | fkuehne | 2007-11-18 22:37:45 +0100 (Sun, 18 Nov 2007) | 1 line
6045 M /trunk/extras/contrib/src/packages.mak
6047 * retrieve fribidi from SourceForge instead of their project server/our own server
6048 ------------------------------------------------------------------------
6049 r23141 | jpsaman | 2007-11-18 22:35:16 +0100 (Sun, 18 Nov 2007) | 2 lines
6051 M /trunk/modules/codec/ffmpeg/scale.c
6053 Disable MMXEXT (MMX2) mode for swScaler since it crashes.
6055 ------------------------------------------------------------------------
6056 r23140 | jpsaman | 2007-11-18 22:35:14 +0100 (Sun, 18 Nov 2007) | 2 lines
6058 M /trunk/modules/codec/ffmpeg/chroma.c
6060 Chroma conversion using swscaler module.
6062 ------------------------------------------------------------------------
6063 r23139 | xtophe | 2007-11-18 22:23:12 +0100 (Sun, 18 Nov 2007) | 2 lines
6065 M /trunk/src/input/input.c
6069 ------------------------------------------------------------------------
6070 r23138 | xtophe | 2007-11-18 22:18:48 +0100 (Sun, 18 Nov 2007) | 2 lines
6072 M /trunk/src/input/input.c
6076 ------------------------------------------------------------------------
6077 r23137 | funman | 2007-11-18 21:56:44 +0100 (Sun, 18 Nov 2007) | 1 line
6079 M /trunk/modules/misc/playlist/xspf.c
6081 xspf muxer: determinates correctly if we're handling a file:// uri, and so produce valid XSPF
6082 ------------------------------------------------------------------------
6083 r23136 | funman | 2007-11-18 21:47:58 +0100 (Sun, 18 Nov 2007) | 15 lines
6085 M /trunk/modules/gui/ncurses.c
6087 ncurses: various bugfixes
6089 * Workaround KEY_END not working with $TERM=xterm on FreeBSD
6090 * Don't abort when printing strings with unprintable characters ( for example when the user presses ctrl+something in FIND or OPEN boxes )
6091 * Show a '*' in front of the current node
6092 * Add files in the correct node
6094 This is how nodes do work in ncurses: When you select an item with 'Enter',
6096 * if it's a leaf, then start playing it, and set the current node to the toplevel parent of that leaf (example: local playlist, or media library)
6097 * if it's an empty node, then stop the playlist, and set the current node to be that one, so you can add items to it
6098 * if it's a node with children, set the current node to that one, and start playing the next children of that one
6100 The "current node" means that the playlist will never reach items which aren't direct or indirect children of that node, and so it will stop after the last one has been reached
6102 ------------------------------------------------------------------------
6103 r23135 | jpsaman | 2007-11-18 20:28:06 +0100 (Sun, 18 Nov 2007) | 2 lines
6105 M /trunk/modules/codec/ffmpeg/scale.c
6109 ------------------------------------------------------------------------
6110 r23134 | jpsaman | 2007-11-18 20:28:01 +0100 (Sun, 18 Nov 2007) | 2 lines
6112 M /trunk/modules/codec/ffmpeg/ffmpeg.c
6114 Test for PIX_FMT_RGBA iso swscale.
6116 ------------------------------------------------------------------------
6117 r23133 | jpsaman | 2007-11-18 20:27:59 +0100 (Sun, 18 Nov 2007) | 2 lines
6119 M /trunk/modules/access/v4l2.c
6121 Patch by Richard Hosking: Honor user specified chroma if the device supports it.
6123 ------------------------------------------------------------------------
6124 r23132 | jb | 2007-11-18 20:06:37 +0100 (Sun, 18 Nov 2007) | 2 lines
6126 M /trunk/modules/demux/real.c
6130 ------------------------------------------------------------------------
6131 r23131 | jpsaman | 2007-11-18 20:03:25 +0100 (Sun, 18 Nov 2007) | 2 lines
6133 M /trunk/modules/codec/ffmpeg/chroma.c
6134 M /trunk/modules/codec/ffmpeg/ffmpeg.c
6136 Attempt to implement chroma conversion using swscale. This currently crashes on calling of pf_convert().
6138 ------------------------------------------------------------------------
6139 r23130 | funman | 2007-11-18 19:19:30 +0100 (Sun, 18 Nov 2007) | 2 lines
6141 M /trunk/modules/demux/playlist/xspf.c
6142 M /trunk/modules/misc/playlist/xspf.c
6144 xspf: don't use %encoding for node title, but only convert XML special characters
6146 ------------------------------------------------------------------------
6147 r23129 | jb | 2007-11-18 19:15:56 +0100 (Sun, 18 Nov 2007) | 2 lines
6149 M /trunk/modules/codec/ffmpeg/ffmpeg.c
6150 M /trunk/modules/demux/real.c
6152 Realv3: support for broken streams that speciy a wrong FourCC
6154 ------------------------------------------------------------------------
6155 r23128 | funman | 2007-11-18 19:06:05 +0100 (Sun, 18 Nov 2007) | 6 lines
6157 M /trunk/modules/gui/ncurses.c
6159 ncurses: various bugfixes & new box
6160 * Metadata box ( 'm' key)
6161 * Rebuild the playlist immediately after a deletion, avoiding crashes
6163 * Correctly ellipsize wide strings
6165 ------------------------------------------------------------------------
6166 r23127 | funman | 2007-11-18 19:03:25 +0100 (Sun, 18 Nov 2007) | 1 line
6168 M /trunk/modules/misc/playlist/xspf.c
6170 xspf muxer: %encode '+' since decode_URI() will decode it as a space
6171 ------------------------------------------------------------------------
6172 r23126 | funman | 2007-11-18 18:59:23 +0100 (Sun, 18 Nov 2007) | 1 line
6174 M /trunk/include/vlc_meta.h
6176 vlc_meta.h: we don't need VLC_META_CODEC_* but we need the description of the track id
6177 ------------------------------------------------------------------------
6178 r23125 | funman | 2007-11-18 18:58:36 +0100 (Sun, 18 Nov 2007) | 1 line
6180 M /trunk/extras/mpris.py
6182 mpris controler: doesn't depend on python being in /usr/bin
6183 ------------------------------------------------------------------------
6184 r23124 | funman | 2007-11-18 18:57:52 +0100 (Sun, 18 Nov 2007) | 1 line
6186 M /trunk/modules/control/dbus.c
6188 dbus: super annoying typo
6189 ------------------------------------------------------------------------
6190 r23122 | fkuehne | 2007-11-18 16:20:10 +0100 (Sun, 18 Nov 2007) | 1 line
6192 M /trunk/po/POTFILES.in
6202 M /trunk/po/en_GB.po
6228 M /trunk/po/pt_BR.po
6229 M /trunk/po/pt_PT.po
6241 M /trunk/po/zh_CN.po
6242 M /trunk/po/zh_TW.po
6244 * updated the po-files once again
6245 ------------------------------------------------------------------------
6246 r23118 | titer | 2007-11-18 15:12:31 +0100 (Sun, 18 Nov 2007) | 2 lines
6248 M /trunk/configure.ac
6252 ------------------------------------------------------------------------
6253 r23117 | Trax | 2007-11-18 14:36:58 +0100 (Sun, 18 Nov 2007) | 1 line
6255 M /trunk/src/input/clock.c
6257 * src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input
6258 ------------------------------------------------------------------------
6259 r23114 | damienf | 2007-11-18 00:32:42 +0100 (Sun, 18 Nov 2007) | 2 lines
6261 M /trunk/activex/plugin.cpp
6263 activex: forwardport [23112]
6265 ------------------------------------------------------------------------
6266 r23111 | jb | 2007-11-17 21:03:29 +0100 (Sat, 17 Nov 2007) | 3 lines
6268 A /trunk/doc/ChangeLog-2006
6270 Add the Changelog-2006. It shouldn't be updated now... :)
6273 ------------------------------------------------------------------------
6274 r23110 | xtophe | 2007-11-17 20:35:43 +0100 (Sat, 17 Nov 2007) | 2 lines
6276 M /trunk/src/input/input.c
6278 when retrying set the demux to "" for real. refs #1228
6280 ------------------------------------------------------------------------
6281 r23107 | pdherbemont | 2007-11-17 16:14:59 +0100 (Sat, 17 Nov 2007) | 2 lines
6283 M /trunk/modules/codec/ffmpeg/video.c
6285 modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present.
6287 ------------------------------------------------------------------------
6288 r23106 | pdherbemont | 2007-11-17 15:42:14 +0100 (Sat, 17 Nov 2007) | 2 lines
6290 M /trunk/src/control/testapi.c
6292 testapi.c: Superficial media list tests. For some reason `make check` doesn't work on here (Mac OS X) due to some libtool issues, so it wasn't tested for real.
6294 ------------------------------------------------------------------------
6295 r23105 | pdherbemont | 2007-11-17 15:31:18 +0100 (Sat, 17 Nov 2007) | 2 lines
6297 M /trunk/src/control/libvlc_internal.h
6299 control/libvlc_internal.h: Remove definition duplication.
6301 ------------------------------------------------------------------------
6302 r23104 | pdherbemont | 2007-11-17 15:29:13 +0100 (Sat, 17 Nov 2007) | 2 lines
6304 M /trunk/src/control/core.c
6305 M /trunk/src/control/event.c
6306 M /trunk/src/control/libvlc_internal.h
6308 control: Remove libvlc_event_fini exception handling, as we don't need it.
6310 ------------------------------------------------------------------------
6311 r23103 | jpsaman | 2007-11-17 14:34:43 +0100 (Sat, 17 Nov 2007) | 2 lines
6313 M /trunk/modules/access/v4l2.c
6315 Patch by Richard Hosking: v4l2 minor patch to fix silly bug in handling of user specified caching value.
6317 ------------------------------------------------------------------------
6318 r23102 | jb | 2007-11-17 10:04:46 +0100 (Sat, 17 Nov 2007) | 3 lines
6320 M /trunk/modules/demux/real.c
6322 Add a forgotten break; in a case.
6323 So far, it should work for most of the streams, except MP3 in rm (silly guys...), ralf, because it is still unsupported, and Sipr because of the flavour detection.
6325 ------------------------------------------------------------------------
6326 r23101 | jb | 2007-11-17 09:47:24 +0100 (Sat, 17 Nov 2007) | 3 lines
6328 M /trunk/modules/demux/real.c
6330 Extra Data code factorisation: This shouldn't destroy old support, but please repport any broken stream.
6333 ------------------------------------------------------------------------
6334 r23100 | jb | 2007-11-17 09:24:56 +0100 (Sat, 17 Nov 2007) | 2 lines
6336 M /trunk/modules/demux/real.c
6338 Cosmetic and mention about unsupported ralf codec.
6340 ------------------------------------------------------------------------
6341 r23099 | jb | 2007-11-17 09:16:17 +0100 (Sat, 17 Nov 2007) | 3 lines
6343 M /trunk/modules/demux/real.c
6345 Reindent after previous commit.
6348 ------------------------------------------------------------------------
6349 r23098 | jb | 2007-11-17 09:13:58 +0100 (Sat, 17 Nov 2007) | 3 lines
6351 M /trunk/modules/demux/real.c
6353 Real Demuxer: Support for RM version 3. Tested and works \o/
6356 ------------------------------------------------------------------------
6357 r23097 | jb | 2007-11-17 02:40:34 +0100 (Sat, 17 Nov 2007) | 3 lines
6359 M /trunk/extras/contrib/src/Makefile
6361 Contribs: same insane test for Qt4 libraries... If you want to go on...
6364 ------------------------------------------------------------------------
6365 r23096 | jb | 2007-11-17 00:30:27 +0100 (Sat, 17 Nov 2007) | 3 lines
6367 M /trunk/extras/contrib/src/Makefile
6368 M /trunk/extras/contrib/src/packages.mak
6370 Contribs: Try to use already compiled binaries made by Trolltech instead of the one I have to make on Windows. Use Wine... Close your eyes, it can burn...
6373 ------------------------------------------------------------------------
6374 r23095 | xtophe | 2007-11-16 23:33:20 +0100 (Fri, 16 Nov 2007) | 2 lines
6376 M /trunk/modules/misc/osd/Modules.am
6377 M /trunk/modules/misc/osd/osd_menu.c
6378 M /trunk/modules/misc/osd/osd_menu.h
6379 M /trunk/modules/misc/osd/parser.c
6380 M /trunk/modules/misc/osd/simple.c
6381 M /trunk/modules/misc/osd/xml.c
6385 ------------------------------------------------------------------------
6386 r23094 | oaubert | 2007-11-16 20:04:37 +0100 (Fri, 16 Nov 2007) | 3 lines
6388 M /trunk/src/control/mediacontrol_core.c
6390 core/mediacontrol_core.c: code playlist_get_list using
6391 playlist_nodeDump as reference.
6393 ------------------------------------------------------------------------
6394 r23093 | oaubert | 2007-11-16 19:59:19 +0100 (Fri, 16 Nov 2007) | 3 lines
6396 M /trunk/src/control/mediacontrol_core.c
6398 core/mediacontrol_core.c: do not prepend the dummy argv[0] since it is
6399 done in libvlc_new now (since r22749)
6401 ------------------------------------------------------------------------
6402 r23092 | courmisch | 2007-11-15 19:09:24 +0100 (Thu, 15 Nov 2007) | 2 lines
6404 M /trunk/modules/misc/screensaver.c
6408 ------------------------------------------------------------------------
6409 r23091 | courmisch | 2007-11-15 18:58:53 +0100 (Thu, 15 Nov 2007) | 2 lines
6411 M /trunk/src/misc/objects.c
6415 ------------------------------------------------------------------------
6416 r23090 | courmisch | 2007-11-15 18:58:46 +0100 (Thu, 15 Nov 2007) | 2 lines
6418 M /trunk/modules/misc/osd
6422 ------------------------------------------------------------------------
6423 r23089 | courmisch | 2007-11-15 18:55:02 +0100 (Thu, 15 Nov 2007) | 3 lines
6425 M /trunk/modules/misc/screensaver.c
6427 - exit() cannot return negative (or large) values
6428 - waitpid() can fail
6430 ------------------------------------------------------------------------
6431 r23088 | jpsaman | 2007-11-15 17:29:32 +0100 (Thu, 15 Nov 2007) | 2 lines
6433 M /trunk/modules/video_filter/rss.c
6435 Fix various memleaks in error paths.
6437 ------------------------------------------------------------------------
6438 r23087 | jpsaman | 2007-11-15 14:38:33 +0100 (Thu, 15 Nov 2007) | 2 lines
6440 M /trunk/src/video_output/vout_subpictures.c
6442 Remove excess whitespace.
6444 ------------------------------------------------------------------------
6445 r23086 | jpsaman | 2007-11-15 14:38:32 +0100 (Thu, 15 Nov 2007) | 2 lines
6447 M /trunk/include/vlc_osd.h
6448 M /trunk/modules/misc/osd/osd_menu.c
6449 M /trunk/modules/misc/osd/osd_menu.h
6450 M /trunk/modules/misc/osd/simple.c
6451 M /trunk/modules/video_filter/osdmenu.c
6452 M /trunk/src/osd/osd.c
6454 Implement clickable osdmenu. The clickable positioning and scaling guessing is not complete (the whole spu region is now clickable with current configurations).
6456 ------------------------------------------------------------------------
6457 r23085 | jpsaman | 2007-11-15 14:38:29 +0100 (Thu, 15 Nov 2007) | 2 lines
6459 M /trunk/include/vlc_arrays.h
6461 Add macro for determining array size.
6463 ------------------------------------------------------------------------
6464 r23084 | jb | 2007-11-15 07:04:02 +0100 (Thu, 15 Nov 2007) | 4 lines
6468 Thanks to more other projects. I, of course, forget most, but step-by-step...
6469 It might not be all correct, so...
6470 Btw, at the top or at the bottom ? x264 ?
6472 ------------------------------------------------------------------------
6473 r23083 | xtophe | 2007-11-14 23:02:01 +0100 (Wed, 14 Nov 2007) | 3 lines
6475 M /trunk/Makefile.am
6476 M /trunk/po/POTFILES.in
6479 Don't use modules/gui/opie in gettext as we don't distribute it.
6480 Upgrade POTFILE.in and vlc.pot
6482 ------------------------------------------------------------------------
6483 r23082 | xtophe | 2007-11-14 22:53:40 +0100 (Wed, 14 Nov 2007) | 2 lines
6487 Romanian translation update by Cristian Secar?\196?\131
6489 ------------------------------------------------------------------------
6490 r23081 | dionoea | 2007-11-14 22:51:34 +0100 (Wed, 14 Nov 2007) | 2 lines
6494 svn:ignore include/vlc_about.h
6496 ------------------------------------------------------------------------
6497 r23080 | dionoea | 2007-11-14 22:50:17 +0100 (Wed, 14 Nov 2007) | 2 lines
6500 M /trunk/modules/gui/qt4/dialogs/help.cpp
6502 Layout fixes in COPYING (and use spaces instead of tabs). Use a fixed width font in when displaying the license in the qt4 help window (since that's how it's meant to be displayed).
6504 ------------------------------------------------------------------------
6505 r23079 | jb | 2007-11-14 19:11:59 +0100 (Wed, 14 Nov 2007) | 3 lines
6507 M /trunk/extras/contrib/src/Makefile
6508 D /trunk/extras/contrib/src/Patches/libgpg-error-win32.patch
6509 M /trunk/extras/contrib/src/packages.mak
6511 Contribs: libgpg-error version bump.
6514 ------------------------------------------------------------------------
6515 r23078 | jpsaman | 2007-11-14 16:18:23 +0100 (Wed, 14 Nov 2007) | 2 lines
6517 M /trunk/src/osd/osd.c
6519 Fix double vlc_object_attach().
6521 ------------------------------------------------------------------------
6522 r23077 | jpsaman | 2007-11-14 16:18:21 +0100 (Wed, 14 Nov 2007) | 2 lines
6524 M /trunk/modules/video_filter/osdmenu.c
6526 Cleanup on osdmenu video filter.
6528 ------------------------------------------------------------------------
6529 r23076 | jpsaman | 2007-11-14 16:18:19 +0100 (Wed, 14 Nov 2007) | 2 lines
6531 M /trunk/src/osd/osd.c
6533 Detach osdmenu object before destroying.
6535 ------------------------------------------------------------------------
6536 r23075 | jpsaman | 2007-11-14 16:18:18 +0100 (Wed, 14 Nov 2007) | 2 lines
6538 M /trunk/modules/video_filter/osdmenu.c
6542 ------------------------------------------------------------------------
6543 r23074 | jpsaman | 2007-11-14 16:18:16 +0100 (Wed, 14 Nov 2007) | 2 lines
6545 M /trunk/src/osd/osd.c
6547 Cleanup osd_ParserLoad()/osdParserUnload().
6549 ------------------------------------------------------------------------
6550 r23073 | jpsaman | 2007-11-14 16:18:15 +0100 (Wed, 14 Nov 2007) | 2 lines
6552 M /trunk/src/osd/osd.c
6554 Return pointer to osdmenu object and use that iso NULL pointer.
6556 ------------------------------------------------------------------------
6557 r23072 | jpsaman | 2007-11-14 16:18:12 +0100 (Wed, 14 Nov 2007) | 2 lines
6559 M /trunk/modules/misc/osd/osd_menu.c
6560 M /trunk/modules/misc/osd/osd_menu.h
6562 Use the filename passed and not the configuration file.
6564 ------------------------------------------------------------------------
6565 r23071 | jpsaman | 2007-11-14 16:18:10 +0100 (Wed, 14 Nov 2007) | 2 lines
6567 M /trunk/modules/misc/osd/parser.c
6568 M /trunk/src/osd/osd.c
6570 Cleanup indentation.
6572 ------------------------------------------------------------------------
6573 r23070 | jpsaman | 2007-11-14 16:18:09 +0100 (Wed, 14 Nov 2007) | 2 lines
6575 M /trunk/include/vlc_osd.h
6576 M /trunk/modules/misc/osd/osd_menu.c
6577 M /trunk/modules/misc/osd/osd_menu.h
6578 M /trunk/modules/misc/osd/parser.c
6579 M /trunk/modules/misc/osd/simple.c
6580 M /trunk/modules/misc/osd/xml.c
6582 Refactor osdmenu parsing logic.
6584 ------------------------------------------------------------------------
6585 r23069 | jpsaman | 2007-11-14 16:18:07 +0100 (Wed, 14 Nov 2007) | 2 lines
6587 M /trunk/configure.ac
6589 Add osd_parser to configure.ac
6591 ------------------------------------------------------------------------
6592 r23068 | jpsaman | 2007-11-14 16:18:04 +0100 (Wed, 14 Nov 2007) | 2 lines
6594 A /trunk/modules/misc/osd/simple.c
6595 A /trunk/modules/misc/osd/xml.c
6597 Add new files which should have been in previous commit.
6599 ------------------------------------------------------------------------
6600 r23067 | jpsaman | 2007-11-14 16:18:02 +0100 (Wed, 14 Nov 2007) | 2 lines
6602 M /trunk/include/vlc_osd.h
6603 M /trunk/modules/misc/osd/Modules.am
6604 M /trunk/modules/misc/osd/parser.c
6605 M /trunk/src/Makefile.am
6606 M /trunk/src/osd/osd.c
6608 Further factoring out osdmenu parser functionality from osdmenu handling. Started a dummy modules/misc/osd/xml.c osdmenu parser.
6610 ------------------------------------------------------------------------
6611 r23066 | jpsaman | 2007-11-14 16:18:00 +0100 (Wed, 14 Nov 2007) | 2 lines
6613 M /trunk/modules/misc/osd/Modules.am
6614 M /trunk/modules/misc/osd/osd_menu.h
6616 Add newline to end of file, shuts up the compiler.
6618 ------------------------------------------------------------------------
6619 r23065 | jpsaman | 2007-11-14 16:17:57 +0100 (Wed, 14 Nov 2007) | 2 lines
6621 M /trunk/include/vlc_configuration.h
6622 M /trunk/include/vlc_osd.h
6623 A /trunk/modules/misc/osd
6624 A /trunk/modules/misc/osd/Modules.am
6625 A /trunk/modules/misc/osd/osd_menu.c
6626 A /trunk/modules/misc/osd/osd_menu.h
6627 A /trunk/modules/misc/osd/parser.c
6628 M /trunk/src/osd/osd.c
6629 D /trunk/src/osd/osd_parser.c
6631 Fix merge conflicts for src/osd/osd.c
6633 ------------------------------------------------------------------------
6634 r23064 | jpsaman | 2007-11-14 08:14:22 +0100 (Wed, 14 Nov 2007) | 2 lines
6636 M /trunk/modules/codec/ffmpeg/video.c
6638 Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire at via.ecp.fr>.
6640 ------------------------------------------------------------------------
6641 r23063 | funman | 2007-11-14 01:30:45 +0100 (Wed, 14 Nov 2007) | 2 lines
6643 M /trunk/src/misc/objects.c
6645 make vlc_object_timedwait() return immediately if the object or libvlc is dying
6647 ------------------------------------------------------------------------
6648 r23062 | funman | 2007-11-14 00:28:22 +0100 (Wed, 14 Nov 2007) | 2 lines
6650 M /trunk/modules/demux/playlist/xspf.c
6651 M /trunk/modules/misc/playlist/xspf.c
6653 xspf: fix nodes encoding. big up to yoannp for fully nested xspf !
6655 ------------------------------------------------------------------------
6656 r23061 | xtophe | 2007-11-13 23:44:36 +0100 (Tue, 13 Nov 2007) | 2 lines
6658 M /trunk/modules/misc/screensaver.c
6662 ------------------------------------------------------------------------
6663 r23060 | yoann | 2007-11-13 23:10:58 +0100 (Tue, 13 Nov 2007) | 2 lines
6665 M /trunk/modules/demux/playlist/xspf.c
6666 M /trunk/modules/misc/playlist/xspf.c
6667 M /trunk/src/playlist/loadsave.c
6669 * XSPF nested playlist
6671 ------------------------------------------------------------------------
6672 r23059 | dionoea | 2007-11-13 22:36:52 +0100 (Tue, 13 Nov 2007) | 2 lines
6676 Add news about Album art, luameta and luaintf.
6678 ------------------------------------------------------------------------
6679 r23058 | dionoea | 2007-11-13 22:20:56 +0100 (Tue, 13 Nov 2007) | 2 lines
6681 M /trunk/share/http/js/functions.js
6682 M /trunk/share/http-lua/js/functions.js
6684 Fix error in javascript "playlist xml" -> html routine which messed up display of playlist with nodes 2 or more deep which didn't have any leaves.
6686 ------------------------------------------------------------------------
6687 r23057 | dionoea | 2007-11-13 22:08:37 +0100 (Tue, 13 Nov 2007) | 2 lines
6689 M /trunk/share/http-lua/dialogs/playlist
6690 A /trunk/share/http-lua/images/reset.png
6691 M /trunk/share/http-lua/js/functions.js
6692 M /trunk/share/http-lua/requests/playlist.xml
6694 Add "search as you type" to the HTTP interface.
6696 ------------------------------------------------------------------------
6697 r23056 | funman | 2007-11-13 19:21:46 +0100 (Tue, 13 Nov 2007) | 1 line
6699 M /trunk/modules/demux/playlist/xspf.c
6701 xspf demuxer: fix extension reading
6702 ------------------------------------------------------------------------
6703 r23054 | jb | 2007-11-13 08:48:21 +0100 (Tue, 13 Nov 2007) | 3 lines
6705 M /trunk/modules/demux/real.c
6707 Cosmetic and initial support of sipr in rm demuxer. Doesn't work with all flavours yet.
6710 ------------------------------------------------------------------------
6711 r23053 | jb | 2007-11-13 08:39:09 +0100 (Tue, 13 Nov 2007) | 4 lines
6713 M /trunk/modules/codec/realaudio.c
6715 Real decoder: Use the real libraries to decode atrac and sipr (sipr still doesn't work, because the flavour is misdetected)
6716 Add a few ifdefs for Loader use.
6719 ------------------------------------------------------------------------
6720 r23052 | jb | 2007-11-13 07:33:10 +0100 (Tue, 13 Nov 2007) | 4 lines
6722 M /trunk/modules/demux/real.c
6724 Real Demuxer: Support for Atrac-3 codecs in Real files. Close #1359.
6725 Some new comments are in.
6728 ------------------------------------------------------------------------
6729 r23051 | jb | 2007-11-13 06:24:02 +0100 (Tue, 13 Nov 2007) | 3 lines
6731 M /trunk/extras/contrib/src/Makefile
6733 Don't make fontconfig depend on Makefile in contribs, it is boring to recompile all the time :D
6736 ------------------------------------------------------------------------
6737 r23050 | jb | 2007-11-13 06:19:10 +0100 (Tue, 13 Nov 2007) | 3 lines
6739 M /trunk/extras/contrib/src/packages.mak
6741 Libcdio update for Mac OS Contribs, memleaks and small bugs.
6744 ------------------------------------------------------------------------
6745 r23049 | jb | 2007-11-13 06:05:06 +0100 (Tue, 13 Nov 2007) | 2 lines
6747 M /trunk/extras/contrib/src/packages.mak
6749 Contribs: png version bumps to 1.2.23, cleaning and perf release. For once, no CVE :D
6751 ------------------------------------------------------------------------
6752 r23048 | jb | 2007-11-13 05:58:42 +0100 (Tue, 13 Nov 2007) | 4 lines
6754 M /trunk/extras/contrib/src/Makefile
6755 M /trunk/extras/contrib/src/packages.mak
6757 Contribs: jump to faad 2.6.1. The patch is useless, but don't remove it might still be usefull.
6761 ------------------------------------------------------------------------
6762 r23047 | jb | 2007-11-13 05:56:04 +0100 (Tue, 13 Nov 2007) | 3 lines
6766 Start a contribs section in THANKS. This is just a beginning and may need to be rewritten, changed etc...
6767 Anyway, it is now valid to use faad2 v >= 2.6.1
6769 ------------------------------------------------------------------------
6770 r23046 | pdherbemont | 2007-11-13 00:12:43 +0100 (Tue, 13 Nov 2007) | 2 lines
6772 M /trunk/Makefile.am
6774 Makefile.am: Remove for goods disabled code. (as per funman's request).
6776 ------------------------------------------------------------------------
6777 r23045 | ileoo | 2007-11-13 00:02:18 +0100 (Tue, 13 Nov 2007) | 4 lines
6779 M /trunk/modules/demux/live555.cpp
6781 GET_PARAMETERS doesn't seem to work so well agains DSS 5.5.4,
6782 SET_PARAMETERS works agains DSS 5.5.4 and WMS 2003. WMS2003 doesn't
6783 accept empty parameter/value pair, so have to set something.
6785 ------------------------------------------------------------------------
6786 r23044 | pdherbemont | 2007-11-12 23:59:14 +0100 (Mon, 12 Nov 2007) | 2 lines
6788 M /trunk/Makefile.am
6790 Makefile.am: Disable icon positionement in the dmg.
6792 ------------------------------------------------------------------------
6793 r23043 | dionoea | 2007-11-12 23:27:00 +0100 (Mon, 12 Nov 2007) | 3 lines
6795 M /trunk/modules/misc/lua/intf.c
6796 M /trunk/share/luaintf/rc.lua
6798 Fix problem with the search lua wrapper (it always returned the "category" playlist even when searching in "onelevel" mode).
6799 Remove debug prints from the rc.lua module.
6801 ------------------------------------------------------------------------
6802 r23042 | dionoea | 2007-11-12 23:18:31 +0100 (Mon, 12 Nov 2007) | 2 lines
6804 M /trunk/share/luaintf/rc.lua
6806 Add option to use a flat playlist in the rc.lua interface (default disabled).
6808 ------------------------------------------------------------------------
6809 r23041 | xtophe | 2007-11-12 23:08:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6813 Swedish translation update by Daniel Nylander
6815 ------------------------------------------------------------------------
6816 r23040 | dionoea | 2007-11-12 23:00:47 +0100 (Mon, 12 Nov 2007) | 2 lines
6818 M /trunk/modules/misc/lua/Modules.am
6819 M /trunk/modules/misc/lua/intf.c
6820 A /trunk/modules/misc/lua/sd.c (from /trunk/modules/misc/lua/acl.c:23010)
6821 M /trunk/modules/misc/lua/vlc.h
6822 M /trunk/share/http-lua/dialogs/playlist
6823 M /trunk/share/http-lua/requests/playlist.xml
6824 M /trunk/share/http-lua/requests/status.xml
6825 M /trunk/share/luaintf/rc.lua
6827 Add services discovery support and enhance playlist support for lua interface modules. Added "search", "sort" and "sd" commands to rc.lua. Restored true playlist functionality and sd selection in the lua http intf.
6829 ------------------------------------------------------------------------
6830 r23039 | funman | 2007-11-12 22:47:08 +0100 (Mon, 12 Nov 2007) | 2 lines
6832 M /trunk/share/Makefile.am
6833 A /trunk/share/luaplaylist/joox.lua
6835 luaplaylist: adds experimental script for joox.net
6837 ------------------------------------------------------------------------
6838 r23038 | funman | 2007-11-12 21:10:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6840 M /trunk/modules/misc/playlist/xspf.c
6842 xspf export: write the extension tag before the trackList, we'll need to read it first to handle it properly.
6844 ------------------------------------------------------------------------
6845 r23037 | pdherbemont | 2007-11-12 17:39:18 +0100 (Mon, 12 Nov 2007) | 2 lines
6847 M /trunk/modules/services_discovery/upnp_intel.cpp
6849 modules/services_discovery/upnp_intel.cpp: Add a todo note: this module needs to be rewritten used the new services discovery API. (this is not really helpful, but yet, that could help to track bugs).
6851 ------------------------------------------------------------------------
6852 r23036 | damienf | 2007-11-12 15:44:20 +0100 (Mon, 12 Nov 2007) | 2 lines
6854 M /trunk/extras/contrib/src/Makefile
6855 D /trunk/extras/contrib/src/Patches/libdvdnav-20050211-win32.patch
6856 D /trunk/extras/contrib/src/Patches/libdvdnav-mactel.patch
6857 A /trunk/extras/contrib/src/Patches/libdvdnav.patch
6858 D /trunk/extras/contrib/src/Patches/libdvdread-20041028-win32.patch
6859 D /trunk/extras/contrib/src/Patches/libdvdread.patch
6860 M /trunk/extras/contrib/src/packages.mak
6862 dvdnav: support for new incarnation hosted in mplayerhq
6864 ------------------------------------------------------------------------
6865 r23035 | funman | 2007-11-12 14:36:09 +0100 (Mon, 12 Nov 2007) | 3 lines
6867 M /trunk/modules/services_discovery/shout.c
6868 M /trunk/src/playlist/services_discovery.c
6870 services_discovery_SetLocalizedName() is now mandatory. Fix #1344
6871 upnp_intel module still has to be rewritten (it will crash at runtime)
6873 ------------------------------------------------------------------------
6874 r23034 | funman | 2007-11-12 14:34:54 +0100 (Mon, 12 Nov 2007) | 2 lines
6876 M /trunk/share/luameta/googleimage.lua
6878 googleimage plugin: don't run vlc.uri_decode on a nil string
6880 ------------------------------------------------------------------------
6881 r23029 | jb | 2007-11-12 08:50:16 +0100 (Mon, 12 Nov 2007) | 2 lines
6883 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6885 Wx: this should fix the [23027] commit for compilation. needs review.
6887 ------------------------------------------------------------------------
6888 r23028 | pdherbemont | 2007-11-11 22:09:55 +0100 (Sun, 11 Nov 2007) | 2 lines
6890 M /trunk/configure.ac
6892 configure.ac: Fix a typo in my previous commit.
6894 ------------------------------------------------------------------------
6895 r23027 | dionoea | 2007-11-11 22:08:36 +0100 (Sun, 11 Nov 2007) | 2 lines
6897 M /trunk/include/vlc_services_discovery.h
6898 M /trunk/modules/gui/qt4/menus.cpp
6899 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
6900 M /trunk/src/playlist/services_discovery.c
6902 Use the services_discovery_GetServicesNames() function in the qt4 and wxwidgets (i don't compile the wxwidgets module so there might be a few warnings/errors). This removes comprehension of how VLC modules work from the interface plugins. This change still needs to be done in the modules/gui/macosx/playlist.m file.
6904 ------------------------------------------------------------------------
6905 r23026 | pdherbemont | 2007-11-11 22:03:42 +0100 (Sun, 11 Nov 2007) | 2 lines
6907 M /trunk/configure.ac
6909 configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna).
6911 ------------------------------------------------------------------------
6912 r23025 | dionoea | 2007-11-11 21:32:43 +0100 (Sun, 11 Nov 2007) | 2 lines
6914 M /trunk/include/vlc_modules.h
6915 M /trunk/include/vlc_services_discovery.h
6916 M /trunk/src/modules/modules.c
6917 M /trunk/src/playlist/services_discovery.c
6919 Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServicesNames) to also get the longnames.
6921 ------------------------------------------------------------------------
6922 r23024 | dionoea | 2007-11-11 21:16:51 +0100 (Sun, 11 Nov 2007) | 2 lines
6924 M /trunk/src/modules/modules.c
6926 Fix module_GetModulesNamesForCapability() and make it handle submodules properly (ie: the shoutcasttv submodule is returned as "shoutcasttv" instead of "shout"). This function (or its services_discovery_GetServicesNames(p_this) specialised version) should be used in interfaces, instead of the current code duplication.
6928 ------------------------------------------------------------------------
6929 r23023 | xtophe | 2007-11-11 20:26:32 +0100 (Sun, 11 Nov 2007) | 1 line
6931 M /trunk/Makefile.am
6934 ------------------------------------------------------------------------
6935 r23022 | funman | 2007-11-11 19:48:07 +0100 (Sun, 11 Nov 2007) | 3 lines
6937 M /trunk/modules/audio_output/alsa.c
6939 alsa: use the pcm status to compute the delay. fix #894 (spdif passthrough)
6940 Please report loudly any regression, using spdif or not.
6942 ------------------------------------------------------------------------
6943 r23021 | fkuehne | 2007-11-11 16:48:39 +0100 (Sun, 11 Nov 2007) | 1 line
6945 M /trunk/extras/contrib/bootstrap
6947 * updated the comments, so other people can understand what we're doing on Leopard
6948 ------------------------------------------------------------------------
6949 r23020 | pdherbemont | 2007-11-11 15:50:30 +0100 (Sun, 11 Nov 2007) | 2 lines
6951 M /trunk/configure.ac
6953 configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration.
6955 ------------------------------------------------------------------------
6956 r23019 | funman | 2007-11-11 14:45:16 +0100 (Sun, 11 Nov 2007) | 1 line
6958 M /trunk/share/Makefile.am
6960 Install required files for lua http interface
6961 ------------------------------------------------------------------------
6962 r23018 | jb | 2007-11-11 07:08:59 +0100 (Sun, 11 Nov 2007) | 3 lines
6964 M /trunk/modules/codec/realaudio.c
6966 Real Audio: Add support for RealPlayer 10/10GOLD .so
6969 ------------------------------------------------------------------------
6970 r23017 | jb | 2007-11-11 05:46:31 +0100 (Sun, 11 Nov 2007) | 3 lines
6972 M /trunk/modules/codec/realaudio.c
6974 More Real Codecs paths.
6977 ------------------------------------------------------------------------
6978 r23016 | jb | 2007-11-11 05:02:48 +0100 (Sun, 11 Nov 2007) | 3 lines
6980 M /trunk/modules/codec/realaudio.c
6982 RealAudio, more paths to search realAudio codecs.
6985 ------------------------------------------------------------------------
6986 r23015 | jb | 2007-11-11 04:26:09 +0100 (Sun, 11 Nov 2007) | 3 lines
6988 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
6990 Qt4 - Use >= instead of == in loopA-B (thanks funman)
6993 ------------------------------------------------------------------------
6994 r23014 | jb | 2007-11-11 02:52:28 +0100 (Sun, 11 Nov 2007) | 3 lines
6996 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
6997 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
6999 Qt4 - A to B Loop implementation.
7002 ------------------------------------------------------------------------
7003 r23013 | jb | 2007-11-11 02:51:57 +0100 (Sun, 11 Nov 2007) | 3 lines
7005 M /trunk/modules/gui/qt4/input_manager.cpp
7007 Store the time and length in int, since we use only the seconds count.
7010 ------------------------------------------------------------------------
7011 r23012 | fkuehne | 2007-11-11 00:21:41 +0100 (Sun, 11 Nov 2007) | 1 line
7013 M /trunk/modules/demux/avi/avi.c
7014 M /trunk/src/misc/update.c
7017 ------------------------------------------------------------------------
7018 r23011 | fkuehne | 2007-11-11 00:14:17 +0100 (Sun, 11 Nov 2007) | 1 line
7020 M /trunk/modules/access/dshow/dshow.cpp
7021 M /trunk/modules/access/dvdread.c
7022 M /trunk/modules/access/file.c
7023 M /trunk/modules/audio_output/auhal.c
7024 M /trunk/modules/misc/audioscrobbler.c
7025 M /trunk/src/input/decoder.c
7026 M /trunk/src/input/input.c
7028 * English grammar fixes and beautifications for the intf_UserFatal messages
7029 ------------------------------------------------------------------------
7030 r23010 | dionoea | 2007-11-10 17:34:53 +0100 (Sat, 10 Nov 2007) | 12 lines
7032 M /trunk/Makefile.am
7033 M /trunk/modules/misc/lua/Modules.am
7034 A /trunk/modules/misc/lua/acl.c (from /trunk/modules/misc/lua/net.c:22977)
7035 M /trunk/modules/misc/lua/callbacks.c
7036 A /trunk/modules/misc/lua/httpd.c (from /trunk/modules/misc/lua/net.c:22977)
7037 M /trunk/modules/misc/lua/intf.c
7038 M /trunk/modules/misc/lua/net.c
7039 M /trunk/modules/misc/lua/vlc.c
7040 M /trunk/modules/misc/lua/vlc.h
7041 M /trunk/share/Makefile.am
7042 A /trunk/share/http-lua (from /trunk/share/http:22977)
7043 A /trunk/share/http-lua/custom.lua
7044 M /trunk/share/http-lua/dialogs/browse
7045 M /trunk/share/http-lua/dialogs/footer
7046 M /trunk/share/http-lua/dialogs/input
7047 M /trunk/share/http-lua/dialogs/main
7048 M /trunk/share/http-lua/dialogs/mosaic
7049 M /trunk/share/http-lua/dialogs/playlist
7050 M /trunk/share/http-lua/dialogs/sout
7051 M /trunk/share/http-lua/dialogs/vlm
7052 M /trunk/share/http-lua/flash.html
7053 M /trunk/share/http-lua/index.html
7054 R /trunk/share/http-lua/js (from /trunk/share/http/js:23009)
7055 R /trunk/share/http-lua/js/functions.js (from /trunk/share/http/js/functions.js:23009)
7056 M /trunk/share/http-lua/mosaic.html
7057 M /trunk/share/http-lua/requests/browse.xml
7058 M /trunk/share/http-lua/requests/playlist.xml
7059 M /trunk/share/http-lua/requests/status.xml
7060 M /trunk/share/http-lua/requests/vlm.xml
7061 M /trunk/share/http-lua/requests/vlm_cmd.xml
7062 M /trunk/share/http-lua/vlm.html
7063 M /trunk/share/http-lua/vlm_export.html
7064 A /trunk/share/luaintf/http.lua (from /trunk/share/luaintf/rc.lua:22977)
7065 A /trunk/share/luaintf/modules/acl.lua (from /trunk/share/luaintf/modules/host.lua:22977)
7066 M /trunk/share/luaintf/modules/common.lua
7067 A /trunk/share/luaintf/modules/httpd.lua (from /trunk/share/luaintf/modules/host.lua:22977)
7068 M /trunk/share/luaintf/rc.lua
7070 Port the http interface to the Lua Interface Module framework.
7072 * share/luaintf/http.lua: Equivalent of the legacy modules/control/http/
7073 module. (The new module takes 272 lines of Lua, instead of 5475 lines for
7074 the old one.) Functionality is basically the same except for CGI support
7076 * share/http-lua/: The HTML files using the new <?vlc [lua code] ?> syntax.
7077 * modules/misc/lua/: Add Lua bindings for a few VLC function, the most
7078 important being the HTTPd high level functions, ACLs, stat and opendir.
7080 The Lua code still needs to be cleaned up a bit.
7082 ------------------------------------------------------------------------
7083 r23009 | pdherbemont | 2007-11-10 16:26:11 +0100 (Sat, 10 Nov 2007) | 2 lines
7085 M /trunk/extras/contrib/src/Makefile
7087 contrib/src/Makefile: Update ffmpeg macosx-intel patch application recipe.
7089 ------------------------------------------------------------------------
7090 r23008 | pdherbemont | 2007-11-10 16:09:52 +0100 (Sat, 10 Nov 2007) | 2 lines
7092 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
7094 contrib/ffmpeg-macosx-intel-mmx.patch: Use Graham Booker's patch which works around the ld64 text relocation bug.
7096 ------------------------------------------------------------------------
7097 r23007 | pdherbemont | 2007-11-10 15:58:14 +0100 (Sat, 10 Nov 2007) | 2 lines
7099 M /trunk/configure.ac
7101 configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse.
7103 ------------------------------------------------------------------------
7104 r23006 | pdherbemont | 2007-11-10 15:23:03 +0100 (Sat, 10 Nov 2007) | 2 lines
7106 M /trunk/configure.ac
7108 configure.ac: Allow --disable-mmx and --disable-sse.
7110 ------------------------------------------------------------------------
7111 r23005 | fkuehne | 2007-11-10 15:11:33 +0100 (Sat, 10 Nov 2007) | 1 line
7113 M /trunk/extras/contrib/bootstrap
7115 ehm, forgot this in [23004]
7116 ------------------------------------------------------------------------
7117 r23004 | fkuehne | 2007-11-10 15:10:33 +0100 (Sat, 10 Nov 2007) | 1 line
7119 M /trunk/extras/contrib/src/Makefile
7121 * disable ASM support in libtheora for now (until the authors release a fixed version or Apple a fixed ld)
7122 ------------------------------------------------------------------------
7123 r23003 | damienf | 2007-11-10 00:39:35 +0100 (Sat, 10 Nov 2007) | 2 lines
7125 M /trunk/configure.ac
7127 - lua: meeds winsock2 on win32
7129 ------------------------------------------------------------------------
7130 r23002 | xtophe | 2007-11-09 23:07:51 +0100 (Fri, 09 Nov 2007) | 2 lines
7132 M /trunk/Makefile.am
7134 Don't replace @ on file without e-mail address
7136 ------------------------------------------------------------------------
7137 r23001 | jb | 2007-11-09 19:59:33 +0100 (Fri, 09 Nov 2007) | 3 lines
7139 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7140 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
7142 Qt4 - Sprefs: cosmetic and string change.
7145 ------------------------------------------------------------------------
7146 r23000 | xtophe | 2007-11-09 19:43:12 +0100 (Fri, 09 Nov 2007) | 1 line
7148 M /trunk/modules/audio_filter/channel_mixer/mono.c
7151 ------------------------------------------------------------------------
7152 r22999 | xtophe | 2007-11-09 19:19:53 +0100 (Fri, 09 Nov 2007) | 2 lines
7154 M /trunk/src/libvlc-common.c
7156 Bool options need a special format
7158 ------------------------------------------------------------------------
7159 r22998 | jpsaman | 2007-11-09 11:26:44 +0100 (Fri, 09 Nov 2007) | 2 lines
7161 M /trunk/modules/codec/dvbsub.c
7163 Fix some potential segfaults, some cleanup and fix subtitling positioning.
7165 ------------------------------------------------------------------------
7166 r22997 | jb | 2007-11-09 03:30:53 +0100 (Fri, 09 Nov 2007) | 2 lines
7168 M /trunk/modules/gui/qt4/dialogs/open.cpp
7169 M /trunk/modules/gui/qt4/dialogs/open.hpp
7170 M /trunk/modules/gui/qt4/dialogs_provider.hpp
7172 Qt4 - Open: clean again, and fix the clear() bug.
7174 ------------------------------------------------------------------------
7175 r22996 | jb | 2007-11-09 03:11:08 +0100 (Fri, 09 Nov 2007) | 2 lines
7177 M /trunk/modules/gui/qt4/dialogs/open.cpp
7179 Qt4 - Open Dialog: Code cosmetic.
7181 ------------------------------------------------------------------------
7182 r22995 | jb | 2007-11-09 03:06:42 +0100 (Fri, 09 Nov 2007) | 3 lines
7184 M /trunk/modules/gui/qt4/dialogs/open.cpp
7185 M /trunk/modules/gui/qt4/dialogs_provider.cpp
7186 M /trunk/modules/gui/qt4/dialogs_provider.hpp
7187 M /trunk/modules/gui/qt4/main_interface.cpp
7188 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7190 Qt4 - Slight string change and code cosmetic.
7193 ------------------------------------------------------------------------
7194 r22994 | xtophe | 2007-11-09 00:08:19 +0100 (Fri, 09 Nov 2007) | 2 lines
7196 M /trunk/src/libvlc-module.c
7200 ------------------------------------------------------------------------
7201 r22993 | xtophe | 2007-11-08 23:52:51 +0100 (Thu, 08 Nov 2007) | 2 lines
7205 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
7207 ------------------------------------------------------------------------
7208 r22992 | dionoea | 2007-11-08 23:14:52 +0100 (Thu, 08 Nov 2007) | 2 lines
7210 M /trunk/share/http/js/functions.js
7212 Remove AltGr+Space character (firefox doesn't like it).
7214 ------------------------------------------------------------------------
7215 r22991 | jb | 2007-11-08 02:07:15 +0100 (Thu, 08 Nov 2007) | 3 lines
7217 M /trunk/src/playlist/thread.c
7219 Correct a typo in [22984], s/meta-fetch/fetch-meta :D
7222 ------------------------------------------------------------------------
7223 r22990 | jb | 2007-11-08 01:54:54 +0100 (Thu, 08 Nov 2007) | 3 lines
7225 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7227 Qt4 - strings modif.
7230 ------------------------------------------------------------------------
7231 r22989 | jb | 2007-11-08 01:45:23 +0100 (Thu, 08 Nov 2007) | 3 lines
7233 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7235 Qt4 - Interfaces, strings change.
7238 ------------------------------------------------------------------------
7239 r22988 | funman | 2007-11-08 01:36:09 +0100 (Thu, 08 Nov 2007) | 2 lines
7250 M /trunk/po/en_GB.po
7276 M /trunk/po/pt_BR.po
7277 M /trunk/po/pt_PT.po
7288 M /trunk/po/zh_CN.po
7289 M /trunk/po/zh_TW.po
7291 check in updated po files
7293 ------------------------------------------------------------------------
7294 r22987 | xtophe | 2007-11-08 01:07:58 +0100 (Thu, 08 Nov 2007) | 2 lines
7296 M /trunk/Makefile.am
7297 M /trunk/po/POTFILES.in
7299 Don't put built sources in POTFILES.in
7301 ------------------------------------------------------------------------
7302 r22986 | jb | 2007-11-08 00:22:59 +0100 (Thu, 08 Nov 2007) | 4 lines
7304 M /trunk/modules/codec/ffmpeg/ffmpeg.c
7306 FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
7307 But it may be useless, because of our mpc demuxer...
7310 ------------------------------------------------------------------------
7311 r22985 | jb | 2007-11-08 00:00:58 +0100 (Thu, 08 Nov 2007) | 3 lines
7313 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7314 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7316 Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.
7319 ------------------------------------------------------------------------
7320 r22984 | pdherbemont | 2007-11-07 22:21:46 +0100 (Wed, 07 Nov 2007) | 2 lines
7322 M /trunk/src/libvlc-module.c
7323 M /trunk/src/playlist/engine.c
7324 M /trunk/src/playlist/playlist_internal.h
7325 M /trunk/src/playlist/thread.c
7327 playlist: Add an option to disable meta-fetch. (Need to be merged with art-fetch).
7329 ------------------------------------------------------------------------
7330 r22983 | xtophe | 2007-11-07 21:20:41 +0100 (Wed, 07 Nov 2007) | 2 lines
7332 M /trunk/po/POTFILES.in
7337 ------------------------------------------------------------------------
7338 r22982 | dionoea | 2007-11-07 20:36:02 +0100 (Wed, 07 Nov 2007) | 2 lines
7340 M /trunk/include/vlc_httpd.h
7341 M /trunk/src/network/httpd.c
7343 Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).
7345 ------------------------------------------------------------------------
7346 r22981 | jb | 2007-11-07 18:59:24 +0100 (Wed, 07 Nov 2007) | 3 lines
7348 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7349 M /trunk/modules/gui/qt4/qt4.cpp
7350 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
7352 Qt4 - Add some privacy options to Simple Preferences.
7355 ------------------------------------------------------------------------
7356 r22980 | jb | 2007-11-07 03:21:04 +0100 (Wed, 07 Nov 2007) | 4 lines
7358 M /trunk/modules/gui/qt4/main_interface.cpp
7360 Qt4 - Display "--:--" in the status bar when vlc can't guess the total time.
7361 I think it is better that way and confuse less the users.
7364 ------------------------------------------------------------------------
7365 r22979 | jb | 2007-11-07 03:11:30 +0100 (Wed, 07 Nov 2007) | 3 lines
7367 M /trunk/modules/gui/qt4/main_interface.cpp
7369 Qt4 - MainInterface, Don't show remaining time when length is 0.
7372 ------------------------------------------------------------------------
7373 r22977 | pdherbemont | 2007-11-06 19:04:38 +0100 (Tue, 06 Nov 2007) | 2 lines
7375 M /trunk/configure.ac
7377 configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience.
7379 ------------------------------------------------------------------------
7380 r22976 | pdherbemont | 2007-11-06 17:37:40 +0100 (Tue, 06 Nov 2007) | 2 lines
7382 M /trunk/configure.ac
7384 configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk.
7386 ------------------------------------------------------------------------
7387 r22975 | jb | 2007-11-06 03:55:44 +0100 (Tue, 06 Nov 2007) | 3 lines
7389 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7391 Qt4 - SPrefs, make the hotkeys module take all the space available.
7394 ------------------------------------------------------------------------
7395 r22974 | jb | 2007-11-06 03:47:07 +0100 (Tue, 06 Nov 2007) | 3 lines
7397 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7399 Qt4 - Long lines, cosmetics and trailing spaces fixes.
7402 ------------------------------------------------------------------------
7403 r22973 | jb | 2007-11-06 03:43:01 +0100 (Tue, 06 Nov 2007) | 2 lines
7405 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7407 Qt4 - SPrefs: use a switch to remove stupid iterative ifs.
7409 ------------------------------------------------------------------------
7410 r22972 | jb | 2007-11-06 03:30:19 +0100 (Tue, 06 Nov 2007) | 2 lines
7412 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7414 Qt4 - Remove unreachable code.
7416 ------------------------------------------------------------------------
7417 r22971 | jb | 2007-11-06 03:25:30 +0100 (Tue, 06 Nov 2007) | 3 lines
7419 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7420 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7422 Qt4 - Hotkeys Preferences: * Create the QLabel warning only if needed,
7423 * Fix the "empty value, empty text" key bug.
7425 ------------------------------------------------------------------------
7426 r22970 | jb | 2007-11-06 03:05:47 +0100 (Tue, 06 Nov 2007) | 3 lines
7428 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
7429 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7430 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7432 Qt4 - Hotkeys, correct some unicode problem and change the default behaviour.
7435 ------------------------------------------------------------------------
7436 r22969 | jb | 2007-11-06 00:52:23 +0100 (Tue, 06 Nov 2007) | 3 lines
7438 M /trunk/modules/gui/qt4/Modules.am
7439 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7440 D /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
7442 Qt4 - Remove now unneeded files.
7445 ------------------------------------------------------------------------
7446 r22968 | jb | 2007-11-06 00:47:40 +0100 (Tue, 06 Nov 2007) | 3 lines
7448 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7449 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7450 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7452 Qt4 - Unification of Hotkeys for Sprefs et Adv Preferences.
7455 ------------------------------------------------------------------------
7456 r22967 | jb | 2007-11-06 00:12:08 +0100 (Tue, 06 Nov 2007) | 3 lines
7458 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7460 Qt4 - make GNOME and KDE people happy.
7463 ------------------------------------------------------------------------
7464 r22966 | jb | 2007-11-06 00:01:15 +0100 (Tue, 06 Nov 2007) | 3 lines
7466 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7467 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7469 Qt4 - Improve the hotkeys preferences.
7472 ------------------------------------------------------------------------
7473 r22965 | dionoea | 2007-11-05 22:52:26 +0100 (Mon, 05 Nov 2007) | 5 lines
7475 M /trunk/modules/misc/lua/intf.c
7476 M /trunk/modules/misc/lua/vlc.c
7477 M /trunk/modules/misc/lua/vlc.h
7478 M /trunk/modules/misc/lua/vlm.c
7479 M /trunk/share/luaintf/rc.lua
7480 M /trunk/share/luaintf/telnet.lua
7484 * vlc.vlm.execute_command() now returns the VLC error code and the corresponding error message as 2nd and 3rd return values.
7485 * share/luaintf: add help and module description related stuff to the telnet and rc modules.
7487 ------------------------------------------------------------------------
7488 r22964 | dionoea | 2007-11-05 21:46:41 +0100 (Mon, 05 Nov 2007) | 2 lines
7490 M /trunk/share/luaintf/rc.lua
7492 Revert part of r22952 which broke commands of more than 1000 chars.
7494 ------------------------------------------------------------------------
7495 r22963 | xtophe | 2007-11-05 20:42:29 +0100 (Mon, 05 Nov 2007) | 2 lines
7497 M /trunk/share/luaintf/dummy.lua
7498 M /trunk/share/luaintf/hotkeys.lua
7499 M /trunk/share/luaintf/modules/common.lua
7500 M /trunk/share/luaintf/modules/host.lua
7501 M /trunk/share/luaintf/rc.lua
7502 M /trunk/share/luaintf/telnet.lua
7506 ------------------------------------------------------------------------
7507 r22962 | pdherbemont | 2007-11-05 18:18:17 +0100 (Mon, 05 Nov 2007) | 2 lines
7509 M /trunk/Makefile.am
7511 Makefile.am: Build and export the Framework in package-macosx. This is probably not an appropriate place and will change one day.
7513 ------------------------------------------------------------------------
7514 r22961 | courmisch | 2007-11-05 18:08:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7516 M /trunk/modules/audio_output/alsa.c
7518 Cosmetic fix (excessive indentation)
7520 ------------------------------------------------------------------------
7521 r22960 | courmisch | 2007-11-05 17:58:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7523 M /trunk/modules/audio_output/alsa.c
7525 Fix a few minor race conditions
7527 ------------------------------------------------------------------------
7528 r22959 | courmisch | 2007-11-05 17:24:07 +0100 (Mon, 05 Nov 2007) | 2 lines
7530 M /trunk/modules/audio_output/alsa.c
7534 ------------------------------------------------------------------------
7535 r22958 | courmisch | 2007-11-05 17:16:36 +0100 (Mon, 05 Nov 2007) | 2 lines
7537 M /trunk/modules/audio_output/alsa.c
7539 Recover from ALSA suspend properly if the device does not support resuming
7541 ------------------------------------------------------------------------
7542 r22957 | pdherbemont | 2007-11-05 17:13:57 +0100 (Mon, 05 Nov 2007) | 2 lines
7544 M /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
7546 MacOSX/Framework/VLC.xcodeproj: Fix compilation.
7548 ------------------------------------------------------------------------
7549 r22956 | jb | 2007-11-05 08:26:36 +0100 (Mon, 05 Nov 2007) | 3 lines
7551 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
7552 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7554 Qt4 - Preferences, improve a bit the Hotkeys. Preparatory work to merge the Hotkeys from SPrefs and AdvPrefs.
7557 ------------------------------------------------------------------------
7558 r22955 | jb | 2007-11-05 07:07:25 +0100 (Mon, 05 Nov 2007) | 2 lines
7560 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7562 Qt4 - Preferences: spaces and comments.
7564 ------------------------------------------------------------------------
7565 r22954 | jb | 2007-11-05 05:36:55 +0100 (Mon, 05 Nov 2007) | 4 lines
7567 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7569 qt4 - SPrefs: define a caching general value ( Custom, lowest, low, normal, high, highest) that control all the caching values in the preferences for dummies.
7570 Preferences for dummies should now be finished. ref #603
7573 ------------------------------------------------------------------------
7574 r22953 | jb | 2007-11-05 04:16:17 +0100 (Mon, 05 Nov 2007) | 2 lines
7576 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7577 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7578 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7580 Qt4 - SPrefs, doing funny things with qobject_cast to improve a bit the code...
7582 ------------------------------------------------------------------------
7583 r22952 | funman | 2007-11-05 02:48:25 +0100 (Mon, 05 Nov 2007) | 2 lines
7585 M /trunk/share/luaintf/rc.lua
7587 luarc: use info instead of error when exiting, don't try to interpret empty lines as commands
7589 ------------------------------------------------------------------------
7590 r22951 | jb | 2007-11-05 01:29:23 +0100 (Mon, 05 Nov 2007) | 3 lines
7592 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
7594 Qt4 - fix qt4.2 compilation
7597 ------------------------------------------------------------------------
7598 r22950 | funman | 2007-11-05 00:42:06 +0100 (Mon, 05 Nov 2007) | 3 lines
7600 M /trunk/modules/misc/screensaver.c
7602 screensaver: replaces system() calls by fork()/execv()/waitpid()
7603 A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist.
7605 ------------------------------------------------------------------------
7606 r22949 | jb | 2007-11-05 00:22:46 +0100 (Mon, 05 Nov 2007) | 3 lines
7608 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7609 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7610 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
7612 Qt4 - SPrefs, save the access-filter.
7615 ------------------------------------------------------------------------
7616 r22948 | dionoea | 2007-11-05 00:10:10 +0100 (Mon, 05 Nov 2007) | 3 lines
7618 M /trunk/modules/misc/lua/playlist.c
7619 M /trunk/modules/misc/lua/vlc.c
7621 Some more simplification of the luaplaylist/luameta code.
7624 ------------------------------------------------------------------------
7625 r22947 | dionoea | 2007-11-04 23:40:00 +0100 (Sun, 04 Nov 2007) | 2 lines
7627 M /trunk/modules/misc/lua/vlc.c
7629 Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new.
7631 ------------------------------------------------------------------------
7632 r22946 | dionoea | 2007-11-04 22:42:27 +0100 (Sun, 04 Nov 2007) | 45 lines
7634 M /trunk/Makefile.am
7635 M /trunk/modules/misc/lua/Modules.am
7636 A /trunk/modules/misc/lua/callbacks.c
7637 A /trunk/modules/misc/lua/configuration.c
7638 A /trunk/modules/misc/lua/intf.c (from /trunk/modules/misc/lua/vlclua.c:22766)
7639 D /trunk/modules/misc/lua/luameta.c
7640 D /trunk/modules/misc/lua/luaplaylist.c
7641 A /trunk/modules/misc/lua/meta.c (from /trunk/modules/misc/lua/luameta.c:22766)
7642 A /trunk/modules/misc/lua/net.c
7643 A /trunk/modules/misc/lua/objects.c
7644 A /trunk/modules/misc/lua/playlist.c (from /trunk/modules/misc/lua/luaplaylist.c:22766)
7645 A /trunk/modules/misc/lua/variables.c
7646 A /trunk/modules/misc/lua/vlc.c (from /trunk/modules/misc/lua/vlclua.c:22766)
7647 A /trunk/modules/misc/lua/vlc.h (from /trunk/modules/misc/lua/vlclua.h:22766)
7648 D /trunk/modules/misc/lua/vlclua.c
7649 D /trunk/modules/misc/lua/vlclua.h
7650 A /trunk/modules/misc/lua/vlm.c
7651 M /trunk/share/Makefile.am
7652 A /trunk/share/luaintf
7653 A /trunk/share/luaintf/dummy.lua
7654 A /trunk/share/luaintf/hotkeys.lua
7655 A /trunk/share/luaintf/modules
7656 A /trunk/share/luaintf/modules/common.lua
7657 A /trunk/share/luaintf/modules/host.lua
7658 A /trunk/share/luaintf/rc.lua
7659 A /trunk/share/luaintf/telnet.lua
7661 Add a new type of VLC Lua module: Interfaces.
7662 Two things led me to add this new type of Lua modules:
7663 * Most interfaces duplicate code from one another (rc and telnet both deal
7664 with sockets, rc and hotkeys duplicate VLC interfacing code)
7665 * It's easier to code in Lua than in C (for high level stuff)
7666 (* Users can code their own module easily, all they need is a text editor.)
7668 Most of the changes in modules/misc/ are Lua wrappers for different C APIs
7669 in VLC. I'd say that 90% of those wrappers won't change, the other 10% might
7670 need small changes (mostly to simplify the C code).
7672 The VLC Lua "interface" module will look for lua scripts in the
7673 *share*/luaintf/ directory. Files in *share*/luaintf/modules/ are lua modules
7674 which can be used by multiple VLC Lua modules (using require "modulename").
7676 This commit includes 4 Lua interface modules:
7677 * dummy.lua: the default module. Prints error messages and quits.
7678 * rc.lua: equivalent to the legacy rc.c module. Also includes a bunch of
7679 new features (+ multiple socket connections at a time work!). See file for
7681 * telnet.lua: equivalent to the legacy telnet.c module. See file for more
7683 * hotkeys.lua: a rewrite of the hotkey handling module. This module is still
7684 experimental. I'll need to change VLC core hotkeys stuff to make it work
7685 like I want (ie: 1 hotkey triggers 1 action instead of the current 1 action
7686 can have 1 hotkey). This version executes 3 dummy actions when keys 'q',
7687 'w' or 'x' are pressed.
7690 * Port the http interface plugin to this framework (at least for the
7691 macros/rpn part ... using <?vlc some lua code ?> ?\195?\160 la PHP would be way
7692 easier than what we currently have).
7693 * Finish work on the hotkeys module.
7694 * Code a real telnet/rc module with autocompletion and all the cool features
7695 usually found in a telnet/terminal interface.
7696 * Trash the legacy C modules.
7698 Stuff to test (which I can't test myself):
7699 * Win32 and Mac OS X specific changes to Makefile.am
7700 * Console interface under Win32. I expect it not to work.
7702 Other stuff included in this changeset are:
7703 * Code cleanup (I'm sure that it's still possible to simplify some of the old lua bindings code).
7704 * That's pretty much it in fact :/
7706 ------------------------------------------------------------------------
7707 r22945 | dionoea | 2007-11-04 22:07:50 +0100 (Sun, 04 Nov 2007) | 2 lines
7709 M /trunk/modules/control/rc.c
7711 Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID.
7713 ------------------------------------------------------------------------
7714 r22944 | dionoea | 2007-11-04 22:06:11 +0100 (Sun, 04 Nov 2007) | 2 lines
7716 M /trunk/src/modules/configuration.c
7718 When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0.
7720 ------------------------------------------------------------------------
7721 r22943 | dionoea | 2007-11-04 22:05:00 +0100 (Sun, 04 Nov 2007) | 2 lines
7723 M /trunk/include/vlc_interface.h
7724 M /trunk/src/interface/interface.c
7726 Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).
7728 ------------------------------------------------------------------------
7729 r22942 | fkuehne | 2007-11-04 19:29:24 +0100 (Sun, 04 Nov 2007) | 1 line
7731 M /trunk/modules/gui/macosx/open.m
7733 * ehm, added a missing test case checking if EyeTV wasn't launch prior to VLC's launch time
7734 ------------------------------------------------------------------------
7735 r22941 | fkuehne | 2007-11-04 13:17:39 +0100 (Sun, 04 Nov 2007) | 1 line
7737 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
7739 * we don't need AUTHORS, THANKS, COPYING and README (generic edition) inside our app bundle anymore, as they're either hard-coded or present on the disk-image anyway
7740 ------------------------------------------------------------------------
7741 r22940 | fkuehne | 2007-11-04 12:57:25 +0100 (Sun, 04 Nov 2007) | 1 line
7743 M /trunk/README.MacOSX.rtf
7745 * updated the README for 0.9.0
7746 ------------------------------------------------------------------------
7747 r22939 | fkuehne | 2007-11-04 12:57:04 +0100 (Sun, 04 Nov 2007) | 1 line
7749 M /trunk/modules/gui/macosx/about.h
7750 M /trunk/modules/gui/macosx/about.m
7752 * use the hard-coded authors and thanks lists instead of bundled files and incorporate [22938] for trunk
7753 ------------------------------------------------------------------------
7754 r22937 | funman | 2007-11-04 12:12:06 +0100 (Sun, 04 Nov 2007) | 1 line
7756 M /trunk/modules/access/vcd/cdrom.c
7758 use correct return type
7759 ------------------------------------------------------------------------
7760 r22936 | ipkiss | 2007-11-04 11:28:26 +0100 (Sun, 04 Nov 2007) | 2 lines
7762 M /trunk/modules/gui/qt4/dialogs/help.cpp
7764 qt4/dialogs/help.cpp: Fixed some typos
7766 ------------------------------------------------------------------------
7767 r22935 | damienf | 2007-11-03 21:09:50 +0100 (Sat, 03 Nov 2007) | 2 lines
7769 M /trunk/Makefile.am
7771 - mozilla plugin: added support for XCode 3 tools (leopard)
7773 ------------------------------------------------------------------------
7774 r22934 | xtophe | 2007-11-03 17:14:21 +0100 (Sat, 03 Nov 2007) | 2 lines
7776 M /trunk/modules/gui/qt4/Modules.am
7778 Remove useless and broken rule
7780 ------------------------------------------------------------------------
7781 r22933 | funman | 2007-11-03 15:38:46 +0100 (Sat, 03 Nov 2007) | 2 lines
7783 M /trunk/share/luaplaylist/youtube.lua
7785 youtube.lua: removes bad copy/pasting
7787 ------------------------------------------------------------------------
7788 r22932 | funman | 2007-11-03 15:28:52 +0100 (Sat, 03 Nov 2007) | 4 lines
7790 M /trunk/share/Makefile.am
7791 M /trunk/share/luameta/googleimage.lua
7792 M /trunk/share/luaplaylist/appletrailers.lua
7793 M /trunk/share/luaplaylist/break.lua
7794 M /trunk/share/luaplaylist/dailymotion.lua
7795 M /trunk/share/luaplaylist/googlevideo.lua
7796 M /trunk/share/luaplaylist/lelombrik.lua
7797 M /trunk/share/luaplaylist/metacafe.lua
7798 M /trunk/share/luaplaylist/youtube.lua
7799 M /trunk/share/luaplaylist/youtube_homepage.lua
7801 lua: adds a copyright notice and a GPLv2+ header to each lua script
7802 authors: feel free to change to the licence you want, and to add yourself to the Authors list
7803 additionnally, adds break.lua to its Makefile.am
7805 ------------------------------------------------------------------------
7806 r22931 | funman | 2007-11-03 15:08:32 +0100 (Sat, 03 Nov 2007) | 2 lines
7808 A /trunk/share/luaplaylist/break.lua
7810 New script for break.com videos website
7812 ------------------------------------------------------------------------
7813 r22930 | funman | 2007-11-03 13:54:19 +0100 (Sat, 03 Nov 2007) | 1 line
7815 M /trunk/include/vlc_threads_funcs.h
7817 removes some warnings on FreeBSD
7818 ------------------------------------------------------------------------
7819 r22929 | pdherbemont | 2007-11-03 13:16:02 +0100 (Sat, 03 Nov 2007) | 2 lines
7821 M /trunk/src/control/core.c
7823 control/core.c: Fix a warning about lock being an usunsed variable, by using lock.
7825 ------------------------------------------------------------------------
7826 r22928 | pdherbemont | 2007-11-03 13:13:09 +0100 (Sat, 03 Nov 2007) | 2 lines
7828 M /trunk/include/vlc/libvlc.h
7830 include/vlc/libvlc.h: libvlc_media_list_flat_media_list->libvlc_media_list_flat_view.
7832 ------------------------------------------------------------------------
7833 r22927 | pdherbemont | 2007-11-03 13:11:13 +0100 (Sat, 03 Nov 2007) | 2 lines
7835 M /trunk/src/control/libvlc_internal.h
7837 control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type.
7839 ------------------------------------------------------------------------
7840 r22926 | pdherbemont | 2007-11-03 13:07:47 +0100 (Sat, 03 Nov 2007) | 2 lines
7842 M /trunk/src/control/flat_media_list_view.c
7844 control/flat_media_list_view.c: Remove some dead code. (Reported by jb).
7846 ------------------------------------------------------------------------
7847 r22923 | courmisch | 2007-11-01 21:13:20 +0100 (Thu, 01 Nov 2007) | 2 lines
7853 ------------------------------------------------------------------------
7854 r22922 | courmisch | 2007-11-01 21:12:39 +0100 (Thu, 01 Nov 2007) | 3 lines
7856 M /trunk/src/input/vlm.c
7858 vlm: Use RT rather than monotonic clock - fixes #1288
7859 Patch by Brian C. Wiles
7861 ------------------------------------------------------------------------
7862 r22921 | bitmap | 2007-11-01 13:57:48 +0100 (Thu, 01 Nov 2007) | 3 lines
7864 M /trunk/modules/misc/freetype.c
7866 Address Trac Issue #1350 - linebreaks being ignored under some
7867 circumstances in styled subtitles.
7869 ------------------------------------------------------------------------
7870 r22920 | jb | 2007-11-01 05:59:58 +0100 (Thu, 01 Nov 2007) | 2 lines
7872 M /trunk/modules/LIST
7874 Update List of ModuleS.
7876 ------------------------------------------------------------------------
7877 r22919 | funman | 2007-11-01 04:47:33 +0100 (Thu, 01 Nov 2007) | 2 lines
7879 M /trunk/modules/gui/ncurses.c
7881 ncurses: workaround a race condition spotted by akem. darkwired pwnage
7883 ------------------------------------------------------------------------
7884 r22918 | jpsaman | 2007-10-31 21:30:56 +0100 (Wed, 31 Oct 2007) | 2 lines
7886 M /trunk/modules/codec/zvbi.c
7888 Fixed transparency when using FFMPEG_SWSCALE in zvbi.
7890 ------------------------------------------------------------------------
7891 r22917 | jpsaman | 2007-10-31 21:30:52 +0100 (Wed, 31 Oct 2007) | 2 lines
7893 M /trunk/modules/access/v4l2.c
7895 Improve error message for v4l2.
7897 ------------------------------------------------------------------------
7898 r22916 | jb | 2007-10-31 21:26:52 +0100 (Wed, 31 Oct 2007) | 3 lines
7900 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
7901 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
7902 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
7903 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
7904 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
7906 Preferences, audio, save the normalizer activation and clean.
7909 ------------------------------------------------------------------------
7910 r22915 | xtophe | 2007-10-31 14:00:59 +0100 (Wed, 31 Oct 2007) | 2 lines
7912 M /trunk/vlc-config.in.in
7914 Remove wrong -L${PREFIX}/lib from vlc-config
7916 ------------------------------------------------------------------------
7917 r22914 | funman | 2007-10-31 03:51:23 +0100 (Wed, 31 Oct 2007) | 1 line
7921 Yes, sigwait() can fail, so don't ignore its return value
7922 ------------------------------------------------------------------------
7923 r22913 | xtophe | 2007-10-30 23:46:22 +0100 (Tue, 30 Oct 2007) | 2 lines
7925 M /trunk/mozilla/Makefile.am
7927 Fix moz plugin linking on system with several version of libvlc installed
7929 ------------------------------------------------------------------------
7930 r22912 | funman | 2007-10-30 19:24:06 +0100 (Tue, 30 Oct 2007) | 1 line
7932 M /trunk/src/libvlc-module.c
7934 Disable album art by default. fix #1280
7935 ------------------------------------------------------------------------
7936 r22911 | xtophe | 2007-10-30 14:54:17 +0100 (Tue, 30 Oct 2007) | 2 lines
7938 M /trunk/configure.ac
7940 "default auto" means nothing
7942 ------------------------------------------------------------------------
7943 r22910 | xtophe | 2007-10-30 14:46:12 +0100 (Tue, 30 Oct 2007) | 1 line
7945 M /trunk/modules/gui/qt4/dialogs/help.cpp
7948 ------------------------------------------------------------------------
7949 r22909 | jpsaman | 2007-10-30 11:27:58 +0100 (Tue, 30 Oct 2007) | 2 lines
7953 Add VBI decoder to NEWS
7955 ------------------------------------------------------------------------
7956 r22908 | funman | 2007-10-30 04:58:28 +0100 (Tue, 30 Oct 2007) | 2 lines
7958 M /trunk/share/luaplaylist/lelombrik.lua
7960 lua: update lelombrik script
7962 ------------------------------------------------------------------------
7963 r22907 | funman | 2007-10-30 04:42:18 +0100 (Tue, 30 Oct 2007) | 2 lines
7965 M /trunk/configure.ac
7966 M /trunk/modules/gui/ncurses.c
7968 ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not
7970 ------------------------------------------------------------------------
7971 r22906 | jb | 2007-10-30 02:38:53 +0100 (Tue, 30 Oct 2007) | 2 lines
7973 M /trunk/modules/gui/qt4/ui/sout.ui
7975 Qt4 - Ui, small name change.
7977 ------------------------------------------------------------------------
7978 r22905 | jb | 2007-10-30 02:34:48 +0100 (Tue, 30 Oct 2007) | 3 lines
7980 M /trunk/modules/gui/qt4/dialogs/sout.cpp
7981 M /trunk/modules/gui/qt4/ui/sout.ui
7983 Qt4 - Mkv muxer in GUI... Same as previous from thresh...
7986 ------------------------------------------------------------------------
7987 r22904 | thresh | 2007-10-30 02:31:49 +0100 (Tue, 30 Oct 2007) | 3 lines
7989 M /trunk/modules/stream_out/standard.c
7991 Six hundred kiloby... i mean, 32 bytes should be enough to store mux info.
7992 Add mkv file extension as ffmpeg now can mux to Matroska.
7994 ------------------------------------------------------------------------
7995 r22903 | jb | 2007-10-30 02:21:03 +0100 (Tue, 30 Oct 2007) | 3 lines
7997 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
7999 Qt4 - Fix the saving of the preferences to avoid inaccuracies between the panels.
8000 Preferences for dummies ( #603 ) is now almost done in Qt4. Please test and review my commits.
8002 ------------------------------------------------------------------------
8003 r22902 | jb | 2007-10-30 02:08:22 +0100 (Tue, 30 Oct 2007) | 4 lines
8005 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8006 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8008 Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show... A stackedLayout would have been a better idea, but this should work.
8009 Please report any breakage, as it might be wrong somewhere.
8012 ------------------------------------------------------------------------
8013 r22901 | funman | 2007-10-30 02:08:03 +0100 (Tue, 30 Oct 2007) | 1 line
8015 M /trunk/modules/demux/playlist/xspf.c
8017 xspf demuxer: removes some warning
8018 ------------------------------------------------------------------------
8019 r22900 | funman | 2007-10-30 01:48:51 +0100 (Tue, 30 Oct 2007) | 1 line
8021 M /trunk/modules/gui/qt4/dialogs/help.cpp
8023 qt4: use the brand new vlc_about.h
8024 ------------------------------------------------------------------------
8025 r22899 | jb | 2007-10-30 01:26:54 +0100 (Tue, 30 Oct 2007) | 3 lines
8027 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8028 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8030 Qt4 - Prefs, cleanig again.
8033 ------------------------------------------------------------------------
8034 r22898 | jb | 2007-10-30 01:19:13 +0100 (Tue, 30 Oct 2007) | 3 lines
8036 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
8037 M /trunk/modules/gui/qt4/components/complete_preferences.hpp
8038 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8039 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8041 Qt4 - Prefs; cleaning, disabling unused code, general comments, class renaming, in order to actually use those preferences. :D
8044 ------------------------------------------------------------------------
8045 r22897 | jb | 2007-10-30 00:57:30 +0100 (Tue, 30 Oct 2007) | 3 lines
8047 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8048 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8050 Qt4 - Remove excessive debug.
8053 ------------------------------------------------------------------------
8054 r22896 | jb | 2007-10-30 00:54:03 +0100 (Tue, 30 Oct 2007) | 5 lines
8056 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8057 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8058 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
8059 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
8061 Qt4 - Fix Simple Preference saving...
8062 Gosh, who wrote those simple Preferences ? Seriously ?
8063 ooooooooooooooops...
8066 ------------------------------------------------------------------------
8067 r22895 | xtophe | 2007-10-30 00:35:47 +0100 (Tue, 30 Oct 2007) | 3 lines
8069 M /trunk/configure.ac
8070 M /trunk/modules/gui/qt4/Modules.am
8071 M /trunk/src/Makefile.am
8073 Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
8074 The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
8076 ------------------------------------------------------------------------
8077 r22891 | funman | 2007-10-29 12:07:35 +0100 (Mon, 29 Oct 2007) | 3 lines
8079 M /trunk/configure.ac
8081 Include <sys/socket.h> when testing for <net/if.h>
8082 net/if.h depends on it on some systems (Darwin & FreeBSD at least)
8084 ------------------------------------------------------------------------
8085 r22890 | jb | 2007-10-29 04:18:29 +0100 (Mon, 29 Oct 2007) | 3 lines
8087 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8089 Qt4 - whitespaces cleaning, code line size, code beautification ;)
8092 ------------------------------------------------------------------------
8093 r22889 | jb | 2007-10-29 04:02:43 +0100 (Mon, 29 Oct 2007) | 3 lines
8095 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8096 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8098 Qt4 - SPrefs: save the interface value... Doesn't seem to work, so please review.
8101 ------------------------------------------------------------------------
8102 r22888 | jb | 2007-10-29 03:00:53 +0100 (Mon, 29 Oct 2007) | 3 lines
8104 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8105 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
8107 Qt4 - and fix the previous [22886]
8110 ------------------------------------------------------------------------
8111 r22887 | jb | 2007-10-29 02:54:08 +0100 (Mon, 29 Oct 2007) | 3 lines
8113 M /trunk/src/stream_output/profiles.c
8115 Forgotten file in [22883]. Sorry.
8118 ------------------------------------------------------------------------
8119 r22886 | jb | 2007-10-29 02:47:26 +0100 (Mon, 29 Oct 2007) | 4 lines
8121 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8123 Qt4 - SPrefs, device selection. Please Review, since I am far from sure that this is a good idea...
8124 Moreover, is it config_PutPsz( p, name, ASCII ) or config_PutPsz( p, name, UTF-8 ) ?
8127 ------------------------------------------------------------------------
8128 r22885 | jb | 2007-10-29 02:15:33 +0100 (Mon, 29 Oct 2007) | 3 lines
8130 M /trunk/modules/gui/qt4/dialogs/sout.cpp
8132 Sout - cleanup. and mark the TODO for the icecast MRL generation...
8135 ------------------------------------------------------------------------
8136 r22884 | jb | 2007-10-29 02:10:45 +0100 (Mon, 29 Oct 2007) | 3 lines
8138 M /trunk/modules/gui/qt4/ui/sout.ui
8140 Qt4 - Ui - Sout: rearrange the sout possibilities.
8143 ------------------------------------------------------------------------
8144 r22883 | jb | 2007-10-29 02:06:10 +0100 (Mon, 29 Oct 2007) | 3 lines
8146 M /trunk/include/vlc_streaming.h
8148 Move psz_mountpoint to psz_icecast_mountpoint.
8151 ------------------------------------------------------------------------
8152 r22882 | jb | 2007-10-29 02:05:27 +0100 (Mon, 29 Oct 2007) | 3 lines
8154 M /trunk/modules/gui/qt4/dialogs/sout.cpp
8155 M /trunk/modules/gui/qt4/ui/sout.ui
8157 Qt4 - Sout: icecast patch mostly rewritten...
8160 ------------------------------------------------------------------------
8161 r22880 | jb | 2007-10-29 00:56:56 +0100 (Mon, 29 Oct 2007) | 3 lines
8163 M /trunk/modules/gui/qt4/components/open.hpp
8165 qt4 - Don't public slots when unneeded.
8168 ------------------------------------------------------------------------
8169 r22879 | jb | 2007-10-29 00:54:32 +0100 (Mon, 29 Oct 2007) | 3 lines
8171 M /trunk/modules/gui/qt4/components/open.cpp
8172 M /trunk/modules/gui/qt4/components/open.hpp
8174 Qt4 - Open cleaning and comments.
8177 ------------------------------------------------------------------------
8178 r22878 | jb | 2007-10-29 00:32:21 +0100 (Mon, 29 Oct 2007) | 3 lines
8180 M /trunk/modules/gui/qt4/components/open.cpp
8182 Qt4 - Open Disc, use a completer for Linux, windows already has its autoprobing.
8185 ------------------------------------------------------------------------
8186 r22877 | jb | 2007-10-29 00:26:34 +0100 (Mon, 29 Oct 2007) | 2 lines
8188 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
8192 ------------------------------------------------------------------------
8193 r22875 | jb | 2007-10-29 00:19:20 +0100 (Mon, 29 Oct 2007) | 2 lines
8195 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
8199 ------------------------------------------------------------------------
8200 r22874 | fkuehne | 2007-10-28 23:39:26 +0100 (Sun, 28 Oct 2007) | 1 line
8202 M /trunk/extras/contrib/src/packages.mak
8204 * the belnet mirror is broken. Let's use heanet instead
8205 ------------------------------------------------------------------------
8206 r22872 | fkuehne | 2007-10-28 23:33:21 +0100 (Sun, 28 Oct 2007) | 1 line
8208 M /trunk/modules/gui/macosx/AppleRemote.m
8210 * fixed Apple Remote support for Leopard. Note that the cookie for kRemoteControl_Switched wasn't updated, but since we don't use this feature in VLC, that's pretty fine.
8211 ------------------------------------------------------------------------
8212 r22870 | jb | 2007-10-28 08:50:52 +0100 (Sun, 28 Oct 2007) | 3 lines
8214 M /trunk/modules/gui/qt4/components/open.cpp
8216 Qt4 - spaces and comments on open.cpp.
8219 ------------------------------------------------------------------------
8220 r22869 | jb | 2007-10-28 08:06:56 +0100 (Sun, 28 Oct 2007) | 2 lines
8222 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8223 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8224 M /trunk/modules/gui/qt4/util/customwidgets.cpp
8226 Qt4 - spaces removing.
8228 ------------------------------------------------------------------------
8229 r22868 | jb | 2007-10-28 08:05:45 +0100 (Sun, 28 Oct 2007) | 2 lines
8231 M /trunk/modules/gui/qt4/components/open.cpp
8232 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8233 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8234 M /trunk/modules/gui/qt4/util/customwidgets.cpp
8235 M /trunk/modules/gui/qt4/util/customwidgets.hpp
8237 Qt4 - Moving function from one file to another...
8239 ------------------------------------------------------------------------
8240 r22867 | jb | 2007-10-28 07:59:41 +0100 (Sun, 28 Oct 2007) | 3 lines
8242 M /trunk/modules/gui/qt4/components/open.cpp
8243 M /trunk/modules/gui/qt4/components/open.hpp
8244 M /trunk/modules/gui/qt4/qt4.cpp
8246 Qt4 - yeah, redefining some existing options *IS* a good idea..
8249 ------------------------------------------------------------------------
8250 r22866 | jb | 2007-10-28 07:59:03 +0100 (Sun, 28 Oct 2007) | 3 lines
8252 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
8254 Qt4 - small layout modification .
8257 ------------------------------------------------------------------------
8258 r22864 | jb | 2007-10-26 22:00:09 +0200 (Fri, 26 Oct 2007) | 2 lines
8260 M /trunk/modules/gui/qt4/main_interface.cpp
8262 Qt4 - Prevent Key Modifiers pressed event to be propagated to hotkeys that doesn't understand them.
8264 ------------------------------------------------------------------------
8265 r22863 | courmisch | 2007-10-26 19:14:26 +0200 (Fri, 26 Oct 2007) | 2 lines
8267 M /trunk/bindings/cil/src/exception.cs
8268 M /trunk/bindings/cil/src/libvlc.cs
8269 M /trunk/bindings/cil/src/marshal.cs
8273 ------------------------------------------------------------------------
8274 r22862 | courmisch | 2007-10-26 18:30:27 +0200 (Fri, 26 Oct 2007) | 2 lines
8276 M /trunk/bindings/cil
8277 A /trunk/bindings/cil/Doxyfile.in
8278 M /trunk/bindings/cil/Makefile.am
8279 M /trunk/bindings/cil/configure.ac
8283 ------------------------------------------------------------------------
8284 r22861 | courmisch | 2007-10-26 18:20:57 +0200 (Fri, 26 Oct 2007) | 2 lines
8286 M /trunk/bindings/cil/configure.ac
8287 M /trunk/bindings/cil/src/Makefile.am
8288 M /trunk/bindings/cil/tests/Makefile.am
8290 Actually build targets
8292 ------------------------------------------------------------------------
8293 r22860 | courmisch | 2007-10-26 18:01:10 +0200 (Fri, 26 Oct 2007) | 2 lines
8295 M /trunk/bindings/cil
8296 A /trunk/bindings/cil/AUTHORS
8297 A /trunk/bindings/cil/COPYING (from /trunk/COPYING:22832)
8298 A /trunk/bindings/cil/ChangeLog
8299 D /trunk/bindings/cil/Makefile
8300 A /trunk/bindings/cil/Makefile.am
8301 A /trunk/bindings/cil/NEWS
8302 A /trunk/bindings/cil/README
8303 A /trunk/bindings/cil/autogen.sh
8304 A /trunk/bindings/cil/configure.ac
8305 D /trunk/bindings/cil/exception.cs
8306 D /trunk/bindings/cil/libvlc.cs
8307 A /trunk/bindings/cil/m4
8308 A /trunk/bindings/cil/m4/Makefile.am
8309 D /trunk/bindings/cil/marshal.cs
8310 A /trunk/bindings/cil/src
8311 A /trunk/bindings/cil/src/Makefile.am
8312 A /trunk/bindings/cil/src/exception.cs (from /trunk/bindings/cil/exception.cs:22832)
8313 A /trunk/bindings/cil/src/libvlc.cs (from /trunk/bindings/cil/libvlc.cs:22832)
8314 A /trunk/bindings/cil/src/marshal.cs (from /trunk/bindings/cil/marshal.cs:22832)
8315 A /trunk/bindings/cil/src/ustring.cs (from /trunk/bindings/cil/ustring.cs:22832)
8316 A /trunk/bindings/cil/tests
8317 A /trunk/bindings/cil/tests/Makefile.am
8318 A /trunk/bindings/cil/tests/testvlc.cs (from /trunk/bindings/cil/testvlc.cs:22859)
8319 D /trunk/bindings/cil/testvlc.cs
8320 D /trunk/bindings/cil/ustring.cs
8322 Non-working skeleton build system
8324 ------------------------------------------------------------------------
8325 r22859 | courmisch | 2007-10-26 17:41:51 +0200 (Fri, 26 Oct 2007) | 2 lines
8327 M /trunk/bindings/cil/testvlc.cs
8331 ------------------------------------------------------------------------
8332 r22858 | jpsaman | 2007-10-26 17:15:46 +0200 (Fri, 26 Oct 2007) | 2 lines
8334 M /trunk/configure.ac
8338 ------------------------------------------------------------------------
8339 r22857 | jpsaman | 2007-10-26 17:08:08 +0200 (Fri, 26 Oct 2007) | 2 lines
8341 M /trunk/configure.ac
8342 M /trunk/modules/gui/Modules.am
8343 A /trunk/modules/gui/fbosd.c
8345 Add new gui module for use with overlay framebuffer devices.
8347 ------------------------------------------------------------------------
8348 r22856 | jpsaman | 2007-10-26 17:08:05 +0200 (Fri, 26 Oct 2007) | 2 lines
8350 M /trunk/modules/demux/ts.c
8352 Fix number of potential memleaks
8354 ------------------------------------------------------------------------
8355 r22855 | jpsaman | 2007-10-26 17:08:03 +0200 (Fri, 26 Oct 2007) | 2 lines
8357 M /trunk/src/input/vlm.c
8359 Fix potential memleaks in src/input/vlm.c
8361 ------------------------------------------------------------------------
8362 r22854 | jpsaman | 2007-10-26 17:08:01 +0200 (Fri, 26 Oct 2007) | 2 lines
8364 M /trunk/src/video_output/vout_subpictures.c
8366 Fix potential memleaks in src/video_output/vout_subpictures.c
8368 ------------------------------------------------------------------------
8369 r22853 | jpsaman | 2007-10-26 17:08:00 +0200 (Fri, 26 Oct 2007) | 2 lines
8371 M /trunk/src/misc/update.c
8373 Fix potential memleak.
8375 ------------------------------------------------------------------------
8376 r22852 | jpsaman | 2007-10-26 17:07:59 +0200 (Fri, 26 Oct 2007) | 2 lines
8378 M /trunk/src/misc/update.c
8380 Fix potential segfault
8382 ------------------------------------------------------------------------
8383 r22851 | jpsaman | 2007-10-26 17:07:57 +0200 (Fri, 26 Oct 2007) | 2 lines
8385 M /trunk/modules/codec/ffmpeg/video.c
8387 Select frames to drop a bit smarter.
8389 ------------------------------------------------------------------------
8390 r22850 | jpsaman | 2007-10-26 17:07:56 +0200 (Fri, 26 Oct 2007) | 2 lines
8392 M /trunk/modules/video_output/fb.c
8394 Allow width/height mode selections to match framebuffer output capabilities.
8396 ------------------------------------------------------------------------
8397 r22849 | jpsaman | 2007-10-26 17:07:54 +0200 (Fri, 26 Oct 2007) | 2 lines
8399 M /trunk/extras/contrib/src/Makefile
8401 Optimization building ffmpeg for armeb-linux
8403 ------------------------------------------------------------------------
8404 r22848 | jpsaman | 2007-10-26 17:07:53 +0200 (Fri, 26 Oct 2007) | 2 lines
8406 M /trunk/extras/contrib/bootstrap
8408 Enable optimizations for armeb-linux-uclibc builds
8410 ------------------------------------------------------------------------
8411 r22847 | jpsaman | 2007-10-26 17:07:48 +0200 (Fri, 26 Oct 2007) | 2 lines
8413 M /trunk/src/misc/block.c
8415 Check malloc return value.
8417 ------------------------------------------------------------------------
8418 r22846 | funman | 2007-10-26 17:05:04 +0200 (Fri, 26 Oct 2007) | 1 line
8422 Removing Mathias C. Berens email address, as requested
8423 ------------------------------------------------------------------------
8424 r22845 | funman | 2007-10-26 15:48:31 +0200 (Fri, 26 Oct 2007) | 2 lines
8426 M /trunk/modules/gui/qt4/Modules.am
8428 qt4: removes emails from THANKS tab
8430 ------------------------------------------------------------------------
8431 r22844 | fkuehne | 2007-10-26 14:27:29 +0200 (Fri, 26 Oct 2007) | 1 line
8433 M /trunk/modules/gui/macosx/intf.m
8435 * use secstotimestr to reduce code duplication and use the format logic introduced by [22835]. The main controller will get a layout fix later on, while the embedded vout and the fspanel don't need one.
8436 ------------------------------------------------------------------------
8437 r22843 | jpsaman | 2007-10-26 13:36:35 +0200 (Fri, 26 Oct 2007) | 1 line
8439 M /trunk/modules/codec/ffmpeg/video_filter.c
8441 modules/codec/ffmpeg/video_filter.c is img_* API only now
8442 ------------------------------------------------------------------------
8443 r22842 | jpsaman | 2007-10-26 13:24:47 +0200 (Fri, 26 Oct 2007) | 1 line
8445 M /trunk/modules/codec/ffmpeg/scale.c
8448 ------------------------------------------------------------------------
8449 r22841 | jpsaman | 2007-10-26 13:03:56 +0200 (Fri, 26 Oct 2007) | 3 lines
8451 M /trunk/modules/codec/ffmpeg/Modules.am
8452 A /trunk/modules/codec/ffmpeg/deinterlace.c
8453 M /trunk/modules/codec/ffmpeg/video_filter.c
8455 Refactorize modules/codec/ffmpeg/:
8456 - put deinterlace in its own file.
8458 ------------------------------------------------------------------------
8459 r22840 | jpsaman | 2007-10-26 11:41:18 +0200 (Fri, 26 Oct 2007) | 1 line
8461 M /trunk/modules/control/rc.c
8462 M /trunk/src/libvlc-module.c
8463 M /trunk/src/video_output/vout_intf.c
8465 Add snapshot command to rc interface and make snapshot-width and snapshot-height user modifiable.
8466 ------------------------------------------------------------------------
8467 r22839 | jpsaman | 2007-10-26 10:35:53 +0200 (Fri, 26 Oct 2007) | 2 lines
8469 M /trunk/modules/codec/zvbi.c
8471 Use p_block->i_dts as spu->i_start instead of p_block->i_pts. This fixes timing issues while transcoding and streaming Teletext subtitles as DVB subtitles.
8473 ------------------------------------------------------------------------
8474 r22838 | jpsaman | 2007-10-26 10:35:52 +0200 (Fri, 26 Oct 2007) | 7 lines
8476 M /trunk/modules/mux/mpeg/ts.c
8478 Fix small issues in mux/ts.c:
8480 - Fix potential memleak with SDT descriptors
8481 - Fix compiler warning about unused variables when not using SDT descriptors
8482 - Fix compiler warning about wrong type of psz_sdt_desc
8485 ------------------------------------------------------------------------
8486 r22837 | jpsaman | 2007-10-26 10:33:55 +0200 (Fri, 26 Oct 2007) | 1 line
8488 M /trunk/modules/codec/ffmpeg/scale.c
8491 ------------------------------------------------------------------------
8492 r22836 | jpsaman | 2007-10-26 10:32:39 +0200 (Fri, 26 Oct 2007) | 2 lines
8494 M /trunk/extras/contrib/src/packages.mak
8496 Bump up libamrwb to 7.0.0.2
8498 ------------------------------------------------------------------------
8499 r22835 | jb | 2007-10-26 06:37:38 +0200 (Fri, 26 Oct 2007) | 3 lines
8501 M /trunk/src/misc/mtime.c
8503 Don't show h: in h:mm:ss when h is 0 in secstotimestr.
8506 ------------------------------------------------------------------------
8507 r22834 | jb | 2007-10-26 03:03:39 +0200 (Fri, 26 Oct 2007) | 3 lines
8509 M /trunk/modules/gui/qt4/qt4.cpp
8511 Qt4 - should fix the double-free and the freezing on quit. Ref #1348
8514 ------------------------------------------------------------------------
8515 r22833 | funman | 2007-10-26 01:45:08 +0200 (Fri, 26 Oct 2007) | 2 lines
8517 M /trunk/share/luaplaylist/googlevideo.lua
8519 lua demuxer: update googlevideo
8521 ------------------------------------------------------------------------
8522 r22832 | pdherbemont | 2007-10-25 14:45:22 +0200 (Thu, 25 Oct 2007) | 2 lines
8524 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
8526 MacOSX/Framework/VLCAudio.h: Remove private function from public headers.(Patch by Enrique Osuna).
8528 ------------------------------------------------------------------------
8529 r22831 | pdherbemont | 2007-10-25 14:43:45 +0200 (Thu, 25 Oct 2007) | 2 lines
8531 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
8532 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
8533 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
8535 MacOSX/Framework/VLCLibrary.m: libvlc type briding should be in the (VLCLibVLCBridging) category. No need to compute the applicationPath by now.(Patch by Enrique Osuna).
8537 ------------------------------------------------------------------------
8538 r22830 | pdherbemont | 2007-10-25 14:40:49 +0200 (Thu, 25 Oct 2007) | 2 lines
8540 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
8542 MacOSX/Framework/VLCMedia.m: Re-enable libvlc_MediaDescriptorMetaChanged/libvlc_MediaDescriptorDurationChanged event listening. (Patch by Enrique Osuna).
8544 ------------------------------------------------------------------------
8545 r22829 | pdherbemont | 2007-10-25 14:39:10 +0200 (Thu, 25 Oct 2007) | 2 lines
8547 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
8548 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
8550 MacOSX/Framework/VLCMediaPlayer.m: Implement Chapter and Audio selection. (Patch by Enrique Osuna).
8552 ------------------------------------------------------------------------
8553 r22828 | pdherbemont | 2007-10-25 14:35:41 +0200 (Thu, 25 Oct 2007) | 2 lines
8555 M /trunk/include/vlc/libvlc.h
8557 include/vlc/libvlc.h: publish libvlc_media_instance_set_chapter, libvlc_media_instance_get_chapter, libvlc_media_instance_get_chapter_count, libvlc_audio_get_track_count.(Patch by Enrique Osuna).@
8559 ------------------------------------------------------------------------
8560 r22827 | pdherbemont | 2007-10-25 14:34:12 +0200 (Thu, 25 Oct 2007) | 2 lines
8562 M /trunk/src/control/audio.c
8564 control/audio.c: Implement get_audio_track_count. (Patch by Enrique Osuna).
8566 ------------------------------------------------------------------------
8567 r22826 | pdherbemont | 2007-10-25 14:33:12 +0200 (Thu, 25 Oct 2007) | 2 lines
8569 M /trunk/src/misc/darwin_specific.c
8571 misc/darwin_specific.c: Comply to coding guideline a bit better.
8573 ------------------------------------------------------------------------
8574 r22825 | pdherbemont | 2007-10-25 14:30:53 +0200 (Thu, 25 Oct 2007) | 2 lines
8576 M /trunk/src/misc/darwin_specific.c
8578 control/darwin_specific.c: Fix Mac OS X Framework code detection. (Patch by Enrique Osuna).
8580 ------------------------------------------------------------------------
8581 r22824 | pdherbemont | 2007-10-25 14:30:03 +0200 (Thu, 25 Oct 2007) | 2 lines
8583 M /trunk/include/vlc/libvlc_structures.h
8584 M /trunk/src/control/media_descriptor.c
8586 control/media_descriptor.c: Send a libvlc_MediaDescriptorFreed event, when the md is freed. (Patch by Enrique Osuna).
8588 ------------------------------------------------------------------------
8589 r22823 | pdherbemont | 2007-10-25 14:28:04 +0200 (Thu, 25 Oct 2007) | 2 lines
8591 M /trunk/src/control/media_instance.c
8593 control/media_instance.c: Implement get/set chapter. (Patch by Enrique Osuna).
8595 ------------------------------------------------------------------------
8596 r22822 | fkuehne | 2007-10-24 15:34:45 +0200 (Wed, 24 Oct 2007) | 1 line
8598 M /trunk/modules/gui/macosx/controls.m
8599 M /trunk/modules/gui/macosx/fspanel.h
8600 M /trunk/modules/gui/macosx/fspanel.m
8601 M /trunk/modules/gui/macosx/intf.h
8602 M /trunk/modules/gui/macosx/intf.m
8603 M /trunk/modules/gui/macosx/open.h
8604 M /trunk/modules/gui/macosx/open.m
8605 M /trunk/modules/gui/macosx/playlistinfo.h
8606 M /trunk/modules/gui/macosx/update.h
8607 M /trunk/modules/gui/macosx/update.m
8608 M /trunk/modules/gui/macosx/vout.m
8610 * make sure that we're using UTF-8 instead of Western [Mac OS Roman] :D
8611 ------------------------------------------------------------------------
8612 r22821 | fkuehne | 2007-10-24 15:26:59 +0200 (Wed, 24 Oct 2007) | 1 line
8614 M /trunk/modules/gui/macosx/intf.m
8616 * ehm, we require 10.4, not 10.5 *cough*
8617 ------------------------------------------------------------------------
8618 r22820 | fkuehne | 2007-10-24 15:25:46 +0200 (Wed, 24 Oct 2007) | 1 line
8620 M /trunk/modules/gui/macosx/intf.m
8622 * added a version check of the current Mac OS X version, as we require 10.4.x or higher and will definitelly crash on earlier releases.
8623 ------------------------------------------------------------------------
8624 r22819 | jb | 2007-10-24 07:21:05 +0200 (Wed, 24 Oct 2007) | 2 lines
8626 M /trunk/modules/gui/qt4/main_interface.cpp
8627 M /trunk/modules/gui/qt4/main_interface.hpp
8628 M /trunk/modules/gui/qt4/menus.cpp
8630 Qt4 - switch to minimal view should hide and show the menu, now. Close Trax#26
8632 ------------------------------------------------------------------------
8633 r22818 | jb | 2007-10-24 06:39:14 +0200 (Wed, 24 Oct 2007) | 3 lines
8635 M /trunk/modules/gui/qt4/menus.cpp
8637 Qt4 - minimal change of naming.
8640 ------------------------------------------------------------------------
8641 r22817 | jb | 2007-10-24 06:37:57 +0200 (Wed, 24 Oct 2007) | 3 lines
8643 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
8645 Qt4 - GotoTime, translation and size issue.
8648 ------------------------------------------------------------------------
8649 r22816 | jb | 2007-10-24 06:32:44 +0200 (Wed, 24 Oct 2007) | 3 lines
8651 M /trunk/modules/gui/qt4/main_interface.cpp
8653 Qt4 - allow the nameLabel to be selectable by mouse or keyboard in order to copy/paste it.
8654 Supposed to be useful.
8656 ------------------------------------------------------------------------
8657 r22815 | jb | 2007-10-24 05:57:57 +0200 (Wed, 24 Oct 2007) | 3 lines
8659 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
8660 M /trunk/modules/gui/qt4/main_interface.cpp
8662 Qt4 - time left implementation. Do it better, faster, with also a middle click, and fix the double click toggling time left bug.
8665 ------------------------------------------------------------------------
8666 r22814 | funman | 2007-10-24 00:28:12 +0200 (Wed, 24 Oct 2007) | 2 lines
8668 M /trunk/modules/control/dbus.c
8670 dbus: review object locking/yielding, fix various bugs & comments
8672 ------------------------------------------------------------------------
8673 r22813 | jb | 2007-10-23 19:18:15 +0200 (Tue, 23 Oct 2007) | 2 lines
8675 M /trunk/include/vlc_interface.h
8677 Add *.cdg to the format we use in the GUIs.
8679 ------------------------------------------------------------------------
8680 r22812 | funman | 2007-10-23 14:10:30 +0200 (Tue, 23 Oct 2007) | 4 lines
8682 M /trunk/modules/control/dbus.c
8684 dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it.
8685 We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us.
8688 ------------------------------------------------------------------------
8689 r22811 | jb | 2007-10-23 08:23:27 +0200 (Tue, 23 Oct 2007) | 2 lines
8691 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
8692 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
8694 Qt4 - initial actions support for StringListConfigs in preferences... To be tested a lot more...
8696 ------------------------------------------------------------------------
8697 r22810 | jb | 2007-10-23 08:15:13 +0200 (Tue, 23 Oct 2007) | 2 lines
8699 M /trunk/modules/codec/ffmpeg/ffmpeg.c
8700 M /trunk/modules/codec/libmpeg2.c
8702 Add support for fourCC MMES, which is a Matrox MPEG-2 codec... Remove a wrong comment.
8704 ------------------------------------------------------------------------
8705 r22809 | jb | 2007-10-23 07:46:48 +0200 (Tue, 23 Oct 2007) | 2 lines
8707 M /trunk/modules/codec/ffmpeg/ffmpeg.c
8711 ------------------------------------------------------------------------
8712 r22808 | jb | 2007-10-23 06:42:38 +0200 (Tue, 23 Oct 2007) | 2 lines
8714 M /trunk/modules/gui/qt4/components/open.cpp
8716 Qt4 - fix previous compilation for windows.
8718 ------------------------------------------------------------------------
8719 r22807 | jb | 2007-10-23 06:05:06 +0200 (Tue, 23 Oct 2007) | 3 lines
8721 M /trunk/modules/gui/qt4/components/open.cpp
8722 M /trunk/modules/gui/qt4/components/open.hpp
8723 M /trunk/modules/gui/qt4/qt4.cpp
8725 Qt4 - try to remember latest open disc path.
8728 ------------------------------------------------------------------------
8729 r22806 | funman | 2007-10-23 02:41:00 +0200 (Tue, 23 Oct 2007) | 2 lines
8731 M /trunk/include/vlc_intf_strings.h
8733 help string: add missing html tags
8735 ------------------------------------------------------------------------
8736 r22805 | funman | 2007-10-23 01:47:24 +0200 (Tue, 23 Oct 2007) | 2 lines
8738 M /trunk/modules/control/dbus.c
8739 M /trunk/modules/control/dbus.h
8741 dbus: updates to match the current status of MPRIS. Patch by Mirsal Ennaime as usual
8743 ------------------------------------------------------------------------
8744 r22804 | jb | 2007-10-23 01:39:55 +0200 (Tue, 23 Oct 2007) | 3 lines
8747 M /trunk/vlc.win32.nsi.in
8749 MXF support since ffmpeg has a demuxer. Fix #152
8752 ------------------------------------------------------------------------
8753 r22803 | funman | 2007-10-22 22:06:22 +0200 (Mon, 22 Oct 2007) | 2 lines
8755 M /trunk/activex/plugin.cpp
8756 M /trunk/bindings/cil/libvlc.cs
8757 M /trunk/bindings/java/src/core-jni.cc
8758 M /trunk/bindings/python/vlc_instance.c
8759 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
8760 M /trunk/test/native/libvlc.c
8762 libvlc_destroy() -> libvlc_release()
8764 ------------------------------------------------------------------------
8765 r22802 | funman | 2007-10-22 21:15:05 +0200 (Mon, 22 Oct 2007) | 2 lines
8767 M /trunk/include/vlc_configuration.h
8768 M /trunk/src/modules/configuration.c
8770 move config_*Intf() out from the header
8772 ------------------------------------------------------------------------
8773 r22801 | gbazin | 2007-10-22 20:41:19 +0200 (Mon, 22 Oct 2007) | 1 line
8775 M /trunk/configure.ac
8777 configure.ac: fixes for build problems introduced by changeset 22617.
8778 ------------------------------------------------------------------------
8779 r22800 | funman | 2007-10-22 20:01:34 +0200 (Mon, 22 Oct 2007) | 3 lines
8781 M /trunk/modules/misc/inhibit.c
8782 M /trunk/modules/misc/screensaver.c
8784 inhibit: apply [22797] since it's the same main loop than screensaver.c
8785 screensaver: removes unused variable
8787 ------------------------------------------------------------------------
8788 r22799 | funman | 2007-10-22 19:54:22 +0200 (Mon, 22 Oct 2007) | 1 line
8790 M /trunk/mozilla/vlcplugin.cpp
8792 mozilla: use new libvlc api
8793 ------------------------------------------------------------------------
8794 r22798 | courmisch | 2007-10-22 19:35:27 +0200 (Mon, 22 Oct 2007) | 3 lines
8796 M /trunk/include/vlc_objects.h
8798 Don't wait for signal if the object is already dying.
8799 Better solution would be to make sure interface threads lock their object ALL THE TIME, except when waiting on its condition variable, so we do never "loose" condition signals. However, I am not sure if this would not result in a deadlock, should the interface need to lock another object (typically, playlist, input and/or vout). Also, we would need to have all thread call vlc_thread_ready(), otherwise, we could also miss the signal if it happens right after the thread is created => this requires fixing every interface, except those that don't have a pf_run.
8801 ------------------------------------------------------------------------
8802 r22797 | courmisch | 2007-10-22 19:18:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8804 M /trunk/modules/misc/screensaver.c
8806 Fix race condition in screensaver exit
8808 ------------------------------------------------------------------------
8809 r22796 | courmisch | 2007-10-22 19:01:35 +0200 (Mon, 22 Oct 2007) | 2 lines
8811 M /trunk/src/control/event.c
8812 M /trunk/src/control/log.c
8813 M /trunk/src/control/tag_query.c
8817 ------------------------------------------------------------------------
8818 r22795 | courmisch | 2007-10-22 18:59:59 +0200 (Mon, 22 Oct 2007) | 2 lines
8820 M /trunk/include/vlc/libvlc.h
8821 M /trunk/src/control/log.c
8823 Fix warnings (it does not seem very logical for log_open to take a read-only libvlc anyway)
8825 ------------------------------------------------------------------------
8826 r22794 | courmisch | 2007-10-22 18:57:33 +0200 (Mon, 22 Oct 2007) | 2 lines
8828 M /trunk/src/control/media_descriptor.c
8832 ------------------------------------------------------------------------
8833 r22793 | courmisch | 2007-10-22 18:56:41 +0200 (Mon, 22 Oct 2007) | 2 lines
8835 M /trunk/src/control/event.c
8837 Event manager yields libvlc (and all the media_* stuff yields the event manager already)
8839 ------------------------------------------------------------------------
8840 r22792 | courmisch | 2007-10-22 18:55:43 +0200 (Mon, 22 Oct 2007) | 2 lines
8842 M /trunk/src/control/log.c
8844 Yield libvlc and fix corner case memleak
8846 ------------------------------------------------------------------------
8847 r22791 | courmisch | 2007-10-22 18:55:30 +0200 (Mon, 22 Oct 2007) | 2 lines
8849 M /trunk/src/control/tag_query.c
8853 ------------------------------------------------------------------------
8854 r22790 | courmisch | 2007-10-22 18:30:00 +0200 (Mon, 22 Oct 2007) | 2 lines
8856 M /trunk/include/vlc/libvlc.h
8857 M /trunk/src/control/core.c
8858 M /trunk/src/control/libvlc_internal.h
8859 M /trunk/src/control/mediacontrol_core.c
8860 M /trunk/src/control/testapi.c
8862 Reference count libvlc. API break.
8864 ------------------------------------------------------------------------
8865 r22789 | funman | 2007-10-22 18:15:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8867 M /trunk/modules/misc/audioscrobbler.c
8869 audioscrobbler: we're sure metadata has been read only when state is PLAYING_S
8871 ------------------------------------------------------------------------
8872 r22788 | funman | 2007-10-22 18:00:08 +0200 (Mon, 22 Oct 2007) | 2 lines
8874 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
8876 qt4: removes useless functionnality. fix #1330
8878 ------------------------------------------------------------------------
8879 r22787 | funman | 2007-10-22 15:19:56 +0200 (Mon, 22 Oct 2007) | 2 lines
8881 M /trunk/modules/control/dbus.c
8883 dbus: monitors input "state" variable to emit the TrackChange signal only when the metadata has been read
8885 ------------------------------------------------------------------------
8886 r22786 | jpsaman | 2007-10-22 12:46:30 +0200 (Mon, 22 Oct 2007) | 3 lines
8888 M /trunk/extras/contrib/README
8889 M /trunk/extras/contrib/src/Makefile
8890 M /trunk/extras/contrib/src/packages.mak
8892 - Enable building of libamrnb and libamrwb (disabled by default). To enable add HAVE_AMR to config.mak and make sure to rebuild ffmpeg too.
8893 - Bumped up libdvbpsi version number to 0.1.6
8895 ------------------------------------------------------------------------
8896 r22785 | jb | 2007-10-22 06:24:23 +0200 (Mon, 22 Oct 2007) | 2 lines
8898 M /trunk/extras/contrib/src/packages.mak
8900 Contribs - PNG new release with a bunch of CVE-... (as in previous version)
8902 ------------------------------------------------------------------------
8903 r22784 | funman | 2007-10-22 04:01:55 +0200 (Mon, 22 Oct 2007) | 4 lines
8905 M /trunk/include/vlc_configuration.h
8906 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
8908 configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra interfaces in the preferences
8909 make use of it for last.fm simple preferences (ref #1262)
8910 by the way the duplication of "control" with "extraintf" is very boring
8912 ------------------------------------------------------------------------
8913 r22783 | funman | 2007-10-22 03:32:11 +0200 (Mon, 22 Oct 2007) | 2 lines
8915 M /trunk/extras/contrib/src/Makefile
8917 contribs: fix dvdnav compilation with mingw gcc 4.x
8919 ------------------------------------------------------------------------
8920 r22782 | pdherbemont | 2007-10-22 01:33:39 +0200 (Mon, 22 Oct 2007) | 2 lines
8922 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
8924 Mac OS X: Add oga, ogv, ogx, anx file type. Close #1279. (Patch by j).
8926 ------------------------------------------------------------------------
8927 r22781 | funman | 2007-10-22 00:55:13 +0200 (Mon, 22 Oct 2007) | 2 lines
8929 M /trunk/modules/gui/qt4/qt4.cpp
8931 qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
8933 ------------------------------------------------------------------------
8934 r22780 | funman | 2007-10-21 23:32:24 +0200 (Sun, 21 Oct 2007) | 1 line
8936 M /trunk/src/playlist/item.c
8938 playlist_Clear() should delete only the local playlist, not the root playlist (including the media library, and the read only services discovery)
8939 ------------------------------------------------------------------------
8940 r22779 | xtophe | 2007-10-21 21:17:11 +0200 (Sun, 21 Oct 2007) | 2 lines
8942 M /trunk/src/input/input.c
8944 Fix compilation on win
8946 ------------------------------------------------------------------------
8947 r22778 | funman | 2007-10-21 21:08:44 +0200 (Sun, 21 Oct 2007) | 1 line
8949 M /trunk/mozilla/Makefile.am
8951 mozilla: links with libvlc-control.1.dylib on macosx
8952 ------------------------------------------------------------------------
8953 r22777 | funman | 2007-10-21 20:47:43 +0200 (Sun, 21 Oct 2007) | 1 line
8955 M /trunk/src/video_output/vout_pictures.c
8957 picture_t->i_refcount is unsigned, so never < 0
8958 ------------------------------------------------------------------------
8959 r22776 | courmisch | 2007-10-21 20:16:53 +0200 (Sun, 21 Oct 2007) | 3 lines
8961 M /trunk/src/control/testapi.c
8963 Only recurse through the modules directory:
8964 remove warning about libvlc and libvlc-control not being valid plugins
8966 ------------------------------------------------------------------------
8967 r22775 | courmisch | 2007-10-21 19:57:52 +0200 (Sun, 21 Oct 2007) | 2 lines
8969 M /trunk/configure.ac
8971 Same as previous commit
8973 ------------------------------------------------------------------------
8974 r22774 | courmisch | 2007-10-21 19:52:40 +0200 (Sun, 21 Oct 2007) | 2 lines
8976 M /trunk/configure.ac
8978 some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/
8980 ------------------------------------------------------------------------
8981 r22773 | courmisch | 2007-10-21 19:30:59 +0200 (Sun, 21 Oct 2007) | 2 lines
8983 M /trunk/src/control/testapi.c
8985 Also test libvlc_playlist_clear and libvlc_playlist_add_extended
8987 ------------------------------------------------------------------------
8988 r22772 | courmisch | 2007-10-21 18:52:11 +0200 (Sun, 21 Oct 2007) | 2 lines
8990 M /trunk/bindings/cil/libvlc.cs
8991 M /trunk/bindings/cil/testvlc.cs
8993 Playlist delete support... sorta. LibVLC crashes internally.
8995 ------------------------------------------------------------------------
8996 r22771 | courmisch | 2007-10-21 18:50:02 +0200 (Sun, 21 Oct 2007) | 2 lines
8998 M /trunk/include/vlc/libvlc.h
9002 ------------------------------------------------------------------------
9003 r22770 | pdherbemont | 2007-10-21 18:45:56 +0200 (Sun, 21 Oct 2007) | 2 lines
9005 M /trunk/extras/contrib/src/Makefile
9007 extras/contrib/src/Makefile: Fix dca an zvbi install name (on Mac OS X in particular). (Reported by maru).
9009 ------------------------------------------------------------------------
9010 r22769 | fenrir | 2007-10-21 18:00:27 +0200 (Sun, 21 Oct 2007) | 5 lines
9012 M /trunk/src/input/input.c
9014 Increase rate/speed control granularity.
9016 1x 1.5x 2x 3x 4x 8x (and the same for slower).
9019 ------------------------------------------------------------------------
9020 r22768 | courmisch | 2007-10-21 17:42:29 +0200 (Sun, 21 Oct 2007) | 2 lines
9022 M /trunk/bindings/cil/Makefile
9023 M /trunk/bindings/cil/libvlc.cs
9025 "Advanced" playlist add
9027 ------------------------------------------------------------------------
9028 r22767 | funman | 2007-10-21 16:31:09 +0200 (Sun, 21 Oct 2007) | 2 lines
9030 M /trunk/mozilla/vlcplugin.cpp
9032 mozilla: don't add a custom application name as argv[0].
9034 ------------------------------------------------------------------------
9035 r22766 | pdherbemont | 2007-10-21 15:55:53 +0200 (Sun, 21 Oct 2007) | 2 lines
9037 M /trunk/src/control/media_instance.c
9039 control/media_instance.c: Cons-ify the conversion table.
9041 ------------------------------------------------------------------------
9042 r22765 | pdherbemont | 2007-10-21 15:54:13 +0200 (Sun, 21 Oct 2007) | 2 lines
9044 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9046 MacOSX/Framework/VLCMediaPlayer.m: Const-ify the conversion table.
9048 ------------------------------------------------------------------------
9049 r22764 | funman | 2007-10-21 15:51:53 +0200 (Sun, 21 Oct 2007) | 2 lines
9051 M /trunk/extras/contrib/src/Distributions/darwin.mak
9052 M /trunk/extras/contrib/src/Makefile
9054 contribs: make it explicit that (unused) mozilla target is macosx only
9056 ------------------------------------------------------------------------
9057 r22763 | pdherbemont | 2007-10-21 15:50:09 +0200 (Sun, 21 Oct 2007) | 2 lines
9059 D /trunk/extras/MacOSX/Framework/Headers/Public/VLCPlaylist.h
9060 D /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
9062 MacOSX/Framework: VLCPlaylist object has been replaced by VLCMediaList (as in libvlc).
9064 ------------------------------------------------------------------------
9065 r22762 | pdherbemont | 2007-10-21 15:45:39 +0200 (Sun, 21 Oct 2007) | 2 lines
9067 A /trunk/extras/MacOSX/Framework/Examples/test2
9068 A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.h
9069 A /trunk/extras/MacOSX/Framework/Examples/test2/Controller.m
9070 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj
9071 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/InfoPlist.strings
9072 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib
9073 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/classes.nib
9074 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/info.nib
9075 A /trunk/extras/MacOSX/Framework/Examples/test2/English.lproj/MainMenu.nib/keyedobjects.nib
9076 A /trunk/extras/MacOSX/Framework/Examples/test2/Info.plist
9077 A /trunk/extras/MacOSX/Framework/Examples/test2/main.m
9078 A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj
9079 A /trunk/extras/MacOSX/Framework/Examples/test2/test.xcodeproj/project.pbxproj
9080 A /trunk/extras/MacOSX/Framework/Examples/test2/test_Prefix.pch
9082 MacOSX/Framework: Updated Sample code. (Patch by Enrique Osuna).
9084 ------------------------------------------------------------------------
9085 r22761 | funman | 2007-10-21 15:44:22 +0200 (Sun, 21 Oct 2007) | 2 lines
9087 M /trunk/modules/misc/lua/vlclua.c
9089 lua: makes sure metadata is UTF8 encoded (some websites aren't using UTF8 charset)
9091 ------------------------------------------------------------------------
9092 r22760 | pdherbemont | 2007-10-21 15:31:27 +0200 (Sun, 21 Oct 2007) | 2 lines
9094 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9096 MacOSX/Framework/VLCLibrary.m: Regroup the sharedLibrary allocation and release. Fix a warning due to a left over in previous commit.
9098 ------------------------------------------------------------------------
9099 r22759 | pdherbemont | 2007-10-21 15:16:46 +0200 (Sun, 21 Oct 2007) | 2 lines
9101 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9103 MacOSX/Framework/VLCLibrary.m: Better memory management for the global VLCLibrary object. Give an autoreleased object in +[VLCLibrary sharedLibrary]. Release the global VLCLibrary atexit.
9105 ------------------------------------------------------------------------
9106 r22758 | funman | 2007-10-21 15:12:51 +0200 (Sun, 21 Oct 2007) | 2 lines
9108 M /trunk/modules/misc/inhibit.c
9110 power management inhibit: uninhibit only once
9112 ------------------------------------------------------------------------
9113 r22757 | funman | 2007-10-21 14:56:41 +0200 (Sun, 21 Oct 2007) | 2 lines
9115 M /trunk/modules/demux/playlist/xspf.c
9117 xspf demuxer: correctly checks "application" attribute of <extension> tag, fix #1342
9119 ------------------------------------------------------------------------
9120 r22756 | courmisch | 2007-10-21 14:55:32 +0200 (Sun, 21 Oct 2007) | 2 lines
9122 M /trunk/bindings/cil/libvlc.cs
9123 M /trunk/bindings/cil/testvlc.cs
9124 M /trunk/bindings/cil/ustring.cs
9126 Basic playlist controls
9128 ------------------------------------------------------------------------
9129 r22755 | courmisch | 2007-10-21 14:18:19 +0200 (Sun, 21 Oct 2007) | 4 lines
9131 M /trunk/bindings/cil/exception.cs
9132 M /trunk/bindings/cil/libvlc.cs
9133 M /trunk/bindings/cil/marshal.cs
9134 M /trunk/bindings/cil/testvlc.cs
9136 Add support for allocating media_descriptors and factorize some code (generics yum yum!).
9137 Destroying the instance object while a descriptor is still alive will crash(!).
9138 I wonder why libvlc_instance_t is not reference counted as the other handler types... ?
9140 ------------------------------------------------------------------------
9141 r22754 | funman | 2007-10-21 14:16:45 +0200 (Sun, 21 Oct 2007) | 2 lines
9143 M /trunk/src/video_output/video_output.c
9145 video_output: fix 4 bytes too short memory allocation
9147 ------------------------------------------------------------------------
9148 r22753 | courmisch | 2007-10-21 13:44:56 +0200 (Sun, 21 Oct 2007) | 2 lines
9150 M /trunk/bindings/cil/Makefile
9151 M /trunk/bindings/cil/exception.cs
9152 M /trunk/bindings/cil/libvlc.cs
9153 M /trunk/bindings/cil/marshal.cs
9154 M /trunk/bindings/cil/testvlc.cs
9155 A /trunk/bindings/cil/ustring.cs
9157 Switch CIL bindings to libvlc API
9159 ------------------------------------------------------------------------
9160 r22752 | pdherbemont | 2007-10-21 13:30:35 +0200 (Sun, 21 Oct 2007) | 2 lines
9162 M /trunk/src/misc/darwin_specific.c
9164 misc/darwin_specific.c: Fix framework detection code.
9166 ------------------------------------------------------------------------
9167 r22751 | courmisch | 2007-10-21 13:14:25 +0200 (Sun, 21 Oct 2007) | 2 lines
9169 M /trunk/include/vlc/libvlc.h
9171 Remove extra white spaces
9173 ------------------------------------------------------------------------
9174 r22750 | thresh | 2007-10-21 13:09:30 +0200 (Sun, 21 Oct 2007) | 2 lines
9176 M /trunk/modules/codec/xvmc/alloc.c
9180 ------------------------------------------------------------------------
9181 r22749 | courmisch | 2007-10-21 13:06:37 +0200 (Sun, 21 Oct 2007) | 2 lines
9183 M /trunk/include/main.h
9184 M /trunk/include/vlc/vlc.h
9185 M /trunk/src/control/core.c
9186 M /trunk/src/control/libvlc_internal.h
9187 M /trunk/src/libvlc-common.c
9188 M /trunk/src/libvlc.c
9189 M /trunk/src/modules/configuration.c
9190 M /trunk/src/modules/configuration.h
9193 Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers
9195 ------------------------------------------------------------------------
9196 r22748 | pdherbemont | 2007-10-21 13:02:45 +0200 (Sun, 21 Oct 2007) | 2 lines
9198 M /trunk/extras/contrib/src/Makefile
9200 contrib/src/Makefile: Make sure libpng link name is correctly set on Mac OS X. (Reported by maru).
9202 ------------------------------------------------------------------------
9203 r22747 | jpsaman | 2007-10-21 12:10:29 +0200 (Sun, 21 Oct 2007) | 1 line
9205 M /trunk/configure.ac
9207 Fix detection of swscale with compile/link test.
9208 ------------------------------------------------------------------------
9209 r22746 | courmisch | 2007-10-21 11:58:59 +0200 (Sun, 21 Oct 2007) | 2 lines
9211 M /trunk/src/control/core.c
9213 Remove silly debug for previous commit
9215 ------------------------------------------------------------------------
9216 r22745 | courmisch | 2007-10-21 11:58:01 +0200 (Sun, 21 Oct 2007) | 2 lines
9218 M /trunk/src/control/core.c
9219 M /trunk/src/control/testapi.c
9221 Put timeout to the testsuite
9223 ------------------------------------------------------------------------
9224 r22744 | courmisch | 2007-10-21 10:09:02 +0200 (Sun, 21 Oct 2007) | 2 lines
9226 M /trunk/include/vlc/libvlc.h
9227 M /trunk/src/control/core.c
9228 M /trunk/src/control/testapi.c
9230 Switch API smoke test to libvlc API
9232 ------------------------------------------------------------------------
9233 r22743 | courmisch | 2007-10-21 09:12:07 +0200 (Sun, 21 Oct 2007) | 4 lines
9235 M /trunk/include/vlc/libvlc.h
9236 M /trunk/include/vlc/libvlc_structures.h
9237 M /trunk/src/control/core.c
9240 * add missing const qualifiers
9241 * prevent exception from being silented in case of ENOMEM
9243 ------------------------------------------------------------------------
9244 r22742 | jb | 2007-10-21 03:46:18 +0200 (Sun, 21 Oct 2007) | 3 lines
9246 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9248 Qt4 - Sprefs, ui margin adjustements.
9251 ------------------------------------------------------------------------
9252 r22741 | jb | 2007-10-21 03:42:13 +0200 (Sun, 21 Oct 2007) | 3 lines
9254 M /trunk/modules/gui/qt4/qt4.cpp
9256 Qt4 -- remove extra empty line.
9259 ------------------------------------------------------------------------
9260 r22740 | jb | 2007-10-21 03:31:38 +0200 (Sun, 21 Oct 2007) | 3 lines
9262 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
9263 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9264 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
9265 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9267 Qt4 - Simple prefs, re-do [22621], but removes all the connects for all the configcontrol, remove some functions, clean it, remove some dynamic_cast, but basically do the same.
9270 ------------------------------------------------------------------------
9271 r22739 | funman | 2007-10-21 02:05:44 +0200 (Sun, 21 Oct 2007) | 2 lines
9273 M /trunk/modules/misc/notify/telepathy.c
9275 telepathy: don't Close() twice. one time when we encounter an error, one more time when VLC exits.
9277 ------------------------------------------------------------------------
9278 r22738 | funman | 2007-10-21 01:47:34 +0200 (Sun, 21 Oct 2007) | 2 lines
9280 M /trunk/configure.ac
9281 M /trunk/modules/misc/Modules.am
9282 A /trunk/modules/misc/inhibit.c
9283 M /trunk/src/libvlc-common.c
9284 M /trunk/src/libvlc-module.c
9286 New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active.
9288 ------------------------------------------------------------------------
9289 r22737 | fenrir | 2007-10-21 01:37:56 +0200 (Sun, 21 Oct 2007) | 5 lines
9291 M /trunk/src/video_output/vout_subpictures.c
9293 Fixed subtitle blend module loading.
9294 The blend module will be loaded only if needed and reloaded on chroma change.
9295 (As a side effect it should allow displaying TEXT even when no blending module
9298 ------------------------------------------------------------------------
9299 r22736 | fenrir | 2007-10-21 01:22:48 +0200 (Sun, 21 Oct 2007) | 9 lines
9301 M /trunk/include/vlc_sout.h
9302 M /trunk/modules/stream_out/transcode.c
9303 M /trunk/src/stream_output/stream_output.c
9305 Added sout_UpdateStatistic and fixed transcode module to use it.
9306 As a side effect, it fixed a potential segfault (race condition) when using
9307 sout-keep (but I am not sure if we have a stream_out module that can show the
9310 sout_UpdateStatistic still uses input internal data and that need to
9311 be fixed. Audio output need such a clean too.
9314 ------------------------------------------------------------------------
9315 r22735 | funman | 2007-10-21 01:20:43 +0200 (Sun, 21 Oct 2007) | 1 line
9317 M /trunk/src/input/input.c
9319 input: avoids double mutex locking
9320 ------------------------------------------------------------------------
9321 r22734 | fkuehne | 2007-10-21 00:39:20 +0200 (Sun, 21 Oct 2007) | 1 line
9323 M /trunk/Makefile.am
9325 * fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me
9326 ------------------------------------------------------------------------
9327 r22733 | jpsaman | 2007-10-20 21:15:05 +0200 (Sat, 20 Oct 2007) | 1 line
9329 M /trunk/modules/codec/ffmpeg/video_filter.c
9331 Deinterlace prototype should be defined whether or not swscale is used.
9332 ------------------------------------------------------------------------
9333 r22732 | jpsaman | 2007-10-20 20:52:45 +0200 (Sat, 20 Oct 2007) | 1 line
9335 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9336 M /trunk/modules/codec/ffmpeg/video_filter.c
9338 Deinterlace module doesn't depend on swscale or img_* ffmpeg functionality.
9339 ------------------------------------------------------------------------
9340 r22731 | jpsaman | 2007-10-20 20:47:43 +0200 (Sat, 20 Oct 2007) | 1 line
9342 M /trunk/modules/codec/ffmpeg/scale.c
9344 sws_scale_ordered() is deprecated in newer ffmpeg
9345 ------------------------------------------------------------------------
9346 r22730 | pdherbemont | 2007-10-20 19:56:00 +0200 (Sat, 20 Oct 2007) | 6 lines
9348 M /trunk/include/vlc/libvlc.h
9349 M /trunk/include/vlc/libvlc_structures.h
9350 M /trunk/include/vlc_events.h
9351 M /trunk/include/vlc_input.h
9352 M /trunk/src/control/libvlc_internal.h
9353 M /trunk/src/control/media_descriptor.c
9354 M /trunk/src/control/media_instance.c
9356 src/control: (Patch by Enrique Osuna)
9357 * Add the ability to store user data in media_descriptor.
9358 * Duration can now be retrieved from a media_instance
9359 * Can new get the preparsed state of a media_descriptor
9360 * Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged.
9362 ------------------------------------------------------------------------
9363 r22729 | pdherbemont | 2007-10-20 19:40:51 +0200 (Sat, 20 Oct 2007) | 2 lines
9367 THANKS: Thanks Enrique Osuna a bit more.
9369 ------------------------------------------------------------------------
9370 r22728 | pdherbemont | 2007-10-20 19:37:07 +0200 (Sat, 20 Oct 2007) | 2 lines
9372 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9373 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9374 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9375 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9376 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9377 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9378 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9379 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9380 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9382 MacOSX/Framework: Very minor identation changes.
9384 ------------------------------------------------------------------------
9385 r22727 | pdherbemont | 2007-10-20 19:36:15 +0200 (Sat, 20 Oct 2007) | 2 lines
9389 NEWS: Add a piece of news on LibVLC. And specify that the OS X Framework was done as a SoC Project.
9391 ------------------------------------------------------------------------
9392 r22726 | pdherbemont | 2007-10-20 19:29:34 +0200 (Sat, 20 Oct 2007) | 2 lines
9396 NEWS: Mention the Mac OS X Framework.
9398 ------------------------------------------------------------------------
9399 r22725 | jb | 2007-10-20 19:19:25 +0200 (Sat, 20 Oct 2007) | 3 lines
9403 Add APE to NEWS and close #31
9406 ------------------------------------------------------------------------
9407 r22724 | pdherbemont | 2007-10-20 19:09:37 +0200 (Sat, 20 Oct 2007) | 2 lines
9409 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9410 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
9411 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9412 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9413 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9414 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9415 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9416 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9417 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
9418 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9419 M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9420 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9421 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9422 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9423 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9424 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9425 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9426 M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
9427 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
9429 MacOSX/Framework: Minor various spaces/comment cleanup.
9431 ------------------------------------------------------------------------
9432 r22723 | pdherbemont | 2007-10-20 18:53:15 +0200 (Sat, 20 Oct 2007) | 2 lines
9434 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9435 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9436 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9437 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9438 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9439 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9440 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9441 M /trunk/extras/MacOSX/Framework/Pre-Compile.sh
9442 M /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9443 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9444 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9445 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9446 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9448 MacOSX/Framework: Fix tabs.
9450 ------------------------------------------------------------------------
9451 r22722 | pdherbemont | 2007-10-20 18:47:04 +0200 (Sat, 20 Oct 2007) | 2 lines
9453 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9454 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9455 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9457 MacOSX/Framework: s/PrivateAPI/Private/
9459 ------------------------------------------------------------------------
9460 r22721 | pdherbemont | 2007-10-20 18:37:59 +0200 (Sat, 20 Oct 2007) | 2 lines
9462 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h
9463 A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibVLCBridging.h
9464 M /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h
9465 A /trunk/extras/MacOSX/Framework/Headers/Public (from /trunk/extras/MacOSX/Framework/Headers/VLC:22699)
9466 M /trunk/extras/MacOSX/Framework/Headers/Public/VLC.h
9467 A /trunk/extras/MacOSX/Framework/Headers/Public/VLCAudio.h
9468 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMedia.h
9469 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaLibrary.h
9470 A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaList.h
9471 A /trunk/extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
9472 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCTime.h
9473 M /trunk/extras/MacOSX/Framework/Headers/Public/VLCVideoView.h
9474 D /trunk/extras/MacOSX/Framework/Headers/VLC
9475 M /trunk/extras/MacOSX/Framework/Makefile
9476 A /trunk/extras/MacOSX/Framework/Pre-Compile.sh
9477 A /trunk/extras/MacOSX/Framework/Sources/VLCAudio.m
9478 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
9479 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
9480 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
9481 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
9482 A /trunk/extras/MacOSX/Framework/Sources/VLCMediaList.m
9483 A /trunk/extras/MacOSX/Framework/Sources/VLCMediaPlayer.m
9484 M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
9485 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
9486 D /trunk/extras/MacOSX/Framework/Sources/test.m
9487 A /trunk/extras/MacOSX/Framework/TODO
9488 A /trunk/extras/MacOSX/Framework/VLC.xcodeproj
9489 A /trunk/extras/MacOSX/Framework/VLC.xcodeproj/project.pbxproj
9490 A /trunk/extras/MacOSX/Framework/VLC_Prefix.pch
9492 MacOSX/Framework: Merge Enrique Osuna's work on the Framework.
9494 ------------------------------------------------------------------------
9495 r22720 | fenrir | 2007-10-20 18:13:01 +0200 (Sat, 20 Oct 2007) | 3 lines
9497 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9499 Let ffmpeg handle APE codec (Monkey's Audio) as it seems to "work" with the
9500 ffmpeg demuxer (I am not sure seeking works alright).
9502 ------------------------------------------------------------------------
9503 r22719 | courmisch | 2007-10-20 18:02:03 +0200 (Sat, 20 Oct 2007) | 2 lines
9505 M /trunk/bindings/cil/libvlc.cs
9506 M /trunk/bindings/cil/marshal.cs
9507 M /trunk/bindings/cil/testvlc.cs
9509 Add sound volume, rate, and fullscreen support
9511 ------------------------------------------------------------------------
9512 r22718 | fkuehne | 2007-10-20 17:39:07 +0200 (Sat, 20 Oct 2007) | 1 line
9514 M /trunk/Makefile.am
9516 * missed one occurence in the previous commit
9517 ------------------------------------------------------------------------
9518 r22717 | courmisch | 2007-10-20 17:24:39 +0200 (Sat, 20 Oct 2007) | 2 lines
9520 A /trunk/bindings/cil
9521 A /trunk/bindings/cil/Makefile
9522 A /trunk/bindings/cil/exception.cs
9523 A /trunk/bindings/cil/libvlc.cs
9524 A /trunk/bindings/cil/marshal.cs
9525 A /trunk/bindings/cil/testvlc.cs
9527 Embryonic CIL bindings for libvlc-control
9529 ------------------------------------------------------------------------
9530 r22716 | fkuehne | 2007-10-20 17:14:12 +0200 (Sat, 20 Oct 2007) | 1 line
9532 M /trunk/Makefile.am
9534 * fixed [22708] for OSX
9535 ------------------------------------------------------------------------
9536 r22715 | fkuehne | 2007-10-20 17:05:16 +0200 (Sat, 20 Oct 2007) | 1 line
9538 M /trunk/modules/stream_out/transcode.c
9540 * disabled stats updater as internal libvlc headers may not be used in modules. needs a real fix
9541 ------------------------------------------------------------------------
9542 r22714 | courmisch | 2007-10-20 15:39:41 +0200 (Sat, 20 Oct 2007) | 2 lines
9544 M /trunk/src/audio_output/aout_internal.h
9545 M /trunk/src/input/input_internal.h
9546 M /trunk/src/input/vlm_internal.h
9547 M /trunk/src/interface/interface.h
9548 M /trunk/src/misc/variables.h
9549 M /trunk/src/modules/configuration.h
9550 M /trunk/src/modules/modules.h
9551 M /trunk/src/playlist/playlist_internal.h
9552 M /trunk/src/stream_output/stream_output.h
9554 Protects internal headers against incorrect/multiple inclusions
9556 ------------------------------------------------------------------------
9557 r22713 | courmisch | 2007-10-20 15:39:23 +0200 (Sat, 20 Oct 2007) | 2 lines
9559 M /trunk/configure.ac
9561 Don't build netsync by default until someone bothers fixing it
9563 ------------------------------------------------------------------------
9564 r22712 | courmisch | 2007-10-20 15:27:00 +0200 (Sat, 20 Oct 2007) | 2 lines
9566 M /trunk/src/control/mediacontrol_util.c
9570 ------------------------------------------------------------------------
9571 r22711 | courmisch | 2007-10-20 12:42:44 +0200 (Sat, 20 Oct 2007) | 2 lines
9573 M /trunk/src/control/testapi.c
9575 Make sure assert are built-in
9577 ------------------------------------------------------------------------
9578 r22710 | courmisch | 2007-10-20 12:41:53 +0200 (Sat, 20 Oct 2007) | 2 lines
9580 M /trunk/src/Makefile.am
9581 A /trunk/src/control/testapi.c
9583 libvlc-control smoke test. Feel free to extend
9585 ------------------------------------------------------------------------
9586 r22709 | courmisch | 2007-10-20 09:59:42 +0200 (Sat, 20 Oct 2007) | 2 lines
9588 M /trunk/include/vlc/mediacontrol_structures.h
9590 Use int32 rather than long for FOURCC so we don't artificially screw up the ABI on 64-bits platform. Use int64 rather than long for value so we don't overflow on 32-bits platform (ABI breakage, but I did not start it)
9592 ------------------------------------------------------------------------
9593 r22708 | courmisch | 2007-10-20 09:43:40 +0200 (Sat, 20 Oct 2007) | 2 lines
9595 M /trunk/src/Makefile.am
9597 The current libvlc-control ABI is not compatible with the 0.8.6 one. Change SONAME.
9599 ------------------------------------------------------------------------
9600 r22707 | courmisch | 2007-10-20 09:39:38 +0200 (Sat, 20 Oct 2007) | 2 lines
9602 M /trunk/include/vlc/mediacontrol.h
9603 M /trunk/src/control/mediacontrol_util.c
9605 Add mediacontrol_exception_cleanup() consistent with mediacontrol_exception_init().
9607 ------------------------------------------------------------------------
9608 r22706 | courmisch | 2007-10-20 09:38:20 +0200 (Sat, 20 Oct 2007) | 2 lines
9610 M /trunk/src/control/mediacontrol_core.c
9614 ------------------------------------------------------------------------
9615 r22705 | jb | 2007-10-20 02:50:39 +0200 (Sat, 20 Oct 2007) | 3 lines
9617 M /trunk/extras/contrib/src/Makefile
9619 Contribs: apply the ugly gcc 4.2 patch also on windows :D Fix goom2k4 with mingw32-4.2 compilation
9622 ------------------------------------------------------------------------
9623 r22704 | xtophe | 2007-10-20 02:45:03 +0200 (Sat, 20 Oct 2007) | 2 lines
9625 M /trunk/extras/contrib/src/packages.mak
9629 ------------------------------------------------------------------------
9630 r22703 | xtophe | 2007-10-20 01:00:41 +0200 (Sat, 20 Oct 2007) | 2 lines
9632 M /trunk/po/POTFILES.in
9634 Revert [22699] for POTFILES.in. the make update-po rule seems to be broken on MacOSX as it's the second times that when feepk update POTFILES.in all the files in modules/ disappear
9636 ------------------------------------------------------------------------
9637 r22702 | thresh | 2007-10-19 22:58:12 +0200 (Fri, 19 Oct 2007) | 4 lines
9639 M /trunk/configure.ac
9640 M /trunk/modules/codec/dirac.c
9642 Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
9644 Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
9646 ------------------------------------------------------------------------
9647 r22701 | thresh | 2007-10-19 22:23:35 +0200 (Fri, 19 Oct 2007) | 2 lines
9649 M /trunk/configure.ac
9651 Spatializer module should be built with g++
9653 ------------------------------------------------------------------------
9654 r22700 | pdherbemont | 2007-10-19 22:05:55 +0200 (Fri, 19 Oct 2007) | 2 lines
9656 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
9658 contrib/ffmpeg-macosx-intel-mmx.patch: Fix the patch.
9660 ------------------------------------------------------------------------
9661 r22699 | fkuehne | 2007-10-19 18:07:26 +0200 (Fri, 19 Oct 2007) | 1 line
9663 M /trunk/po/POTFILES.in
9673 M /trunk/po/en_GB.po
9699 M /trunk/po/pt_BR.po
9700 M /trunk/po/pt_PT.po
9712 M /trunk/po/zh_CN.po
9713 M /trunk/po/zh_TW.po
9715 * updated the po-files
9716 ------------------------------------------------------------------------
9717 r22698 | pdherbemont | 2007-10-19 15:51:34 +0200 (Fri, 19 Oct 2007) | 2 lines
9719 M /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
9721 contrib/ffmpeg: Yet an other fix attempt for ffmpeg. (Previous fix is broken because of registers don't get reseted properly in the look).
9723 ------------------------------------------------------------------------
9724 r22697 | funman | 2007-10-19 12:34:46 +0200 (Fri, 19 Oct 2007) | 1 line
9726 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9728 qt4: control_(Add/Remove/Exists) are not ready yet. (and btw, the previous commit also introduced last.fm settings in the simple preferences)
9729 ------------------------------------------------------------------------
9730 r22696 | funman | 2007-10-19 12:30:34 +0200 (Fri, 19 Oct 2007) | 1 line
9732 M /trunk/modules/gui/qt4/components/open.cpp
9733 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
9734 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
9735 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
9737 qt4: fix the use of HTTP in open dialog
9738 ------------------------------------------------------------------------
9739 r22695 | jb | 2007-10-19 04:32:16 +0200 (Fri, 19 Oct 2007) | 3 lines
9742 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9744 Add NellyMoser with FourCC NELL.
9747 ------------------------------------------------------------------------
9748 r22694 | jb | 2007-10-19 02:55:25 +0200 (Fri, 19 Oct 2007) | 2 lines
9752 News... Add some... I am sure there are plenty more of them.
9754 ------------------------------------------------------------------------
9755 r22693 | jb | 2007-10-19 02:30:49 +0200 (Fri, 19 Oct 2007) | 3 lines
9757 M /trunk/modules/gui/qt4/components/open.cpp
9758 M /trunk/modules/gui/qt4/components/open.hpp
9759 M /trunk/modules/gui/qt4/ui/open_disk.ui
9761 Qt4 - make the Browse Device button to actually do something. Fix Trax#49. This has to be checked when you want to open a VIDEO_TS folder (reading V_T or V_T/.. ?)
9764 ------------------------------------------------------------------------
9765 r22692 | jb | 2007-10-19 02:27:06 +0200 (Fri, 19 Oct 2007) | 2 lines
9767 M /trunk/modules/gui/qt4/dialogs_provider.cpp
9768 M /trunk/modules/gui/qt4/menus.cpp
9770 Qt4 - open File shortcut fix.
9772 ------------------------------------------------------------------------
9773 r22691 | funman | 2007-10-19 00:40:07 +0200 (Fri, 19 Oct 2007) | 1 line
9775 M /trunk/share/Makefile.am
9777 Adds lelombrik.lua in Makefile.am
9778 ------------------------------------------------------------------------
9779 r22690 | funman | 2007-10-19 00:30:34 +0200 (Fri, 19 Oct 2007) | 2 lines
9781 A /trunk/share/luaplaylist/lelombrik.lua
9783 lua demuxer for lelombrik.net
9785 ------------------------------------------------------------------------
9786 r22689 | fenrir | 2007-10-19 00:26:27 +0200 (Fri, 19 Oct 2007) | 2 lines
9788 M /trunk/modules/packetizer/mpegvideo.c
9790 DVD CC are not reordered.
9792 ------------------------------------------------------------------------
9793 r22688 | jpsaman | 2007-10-19 00:10:15 +0200 (Fri, 19 Oct 2007) | 2 lines
9795 M /trunk/modules/mux/mpeg/ts.c
9799 ------------------------------------------------------------------------
9800 r22687 | jpsaman | 2007-10-19 00:10:11 +0200 (Fri, 19 Oct 2007) | 2 lines
9802 M /trunk/modules/codec/zvbi.c
9804 Add support for converting RGBA into YUVA using ffmpeg libswscale capabilities when available. This makes the Teletext subtitles streamable with dvbsub encoder/decoder.
9806 ------------------------------------------------------------------------
9807 r22686 | jpsaman | 2007-10-19 00:10:05 +0200 (Fri, 19 Oct 2007) | 2 lines
9809 M /trunk/modules/video_filter/blend.c
9813 ------------------------------------------------------------------------
9814 r22685 | jpsaman | 2007-10-19 00:09:59 +0200 (Fri, 19 Oct 2007) | 2 lines
9816 M /trunk/modules/video_filter/blend.c
9818 Remove useless empty line.
9820 ------------------------------------------------------------------------
9821 r22684 | jpsaman | 2007-10-19 00:09:48 +0200 (Fri, 19 Oct 2007) | 2 lines
9823 M /trunk/src/video_output/vout_subpictures.c
9825 Support blending of RGBA and YUVA subpicture in addition to YUVP
9827 ------------------------------------------------------------------------
9828 r22683 | jpsaman | 2007-10-19 00:09:39 +0200 (Fri, 19 Oct 2007) | 2 lines
9830 M /trunk/modules/codec/ffmpeg/video.c
9832 Add VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg/video.c
9834 ------------------------------------------------------------------------
9835 r22682 | jpsaman | 2007-10-19 00:09:28 +0200 (Fri, 19 Oct 2007) | 2 lines
9837 M /trunk/extras/contrib/src/Makefile
9839 Enable swscaler in ffmpeg.
9841 ------------------------------------------------------------------------
9842 r22681 | jpsaman | 2007-10-19 00:09:22 +0200 (Fri, 19 Oct 2007) | 2 lines
9844 M /trunk/configure.ac
9846 Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist.
9848 ------------------------------------------------------------------------
9849 r22680 | jpsaman | 2007-10-19 00:09:10 +0200 (Fri, 19 Oct 2007) | 2 lines
9851 M /trunk/configure.ac
9853 Check for swscale.h iso trying to compile/link test.
9855 ------------------------------------------------------------------------
9856 r22679 | jpsaman | 2007-10-19 00:09:02 +0200 (Fri, 19 Oct 2007) | 2 lines
9858 M /trunk/configure.ac
9860 Fix detection of libswscale. It depends on libavutil.
9862 ------------------------------------------------------------------------
9863 r22678 | jpsaman | 2007-10-19 00:08:54 +0200 (Fri, 19 Oct 2007) | 2 lines
9865 M /trunk/configure.ac
9867 Replace tabs with whitespace.
9869 ------------------------------------------------------------------------
9870 r22677 | jpsaman | 2007-10-19 00:08:44 +0200 (Fri, 19 Oct 2007) | 2 lines
9872 M /trunk/modules/codec/ffmpeg/ffmpeg.c
9874 Fixed compiler warning for unused variables.
9876 ------------------------------------------------------------------------
9877 r22676 | littlejohn | 2007-10-18 23:16:27 +0200 (Thu, 18 Oct 2007) | 1 line
9879 A /trunk/bindings/java/org/videolan/jvlc/EventManager.java
9880 A /trunk/bindings/java/org/videolan/jvlc/MediaDescriptor.java
9881 A /trunk/bindings/java/org/videolan/jvlc/MediaInstance.java
9883 Java classes for media instance support added
9884 ------------------------------------------------------------------------
9885 r22675 | fkuehne | 2007-10-18 22:32:24 +0200 (Thu, 18 Oct 2007) | 1 line
9887 M /trunk/configure.ac
9889 * fixed the special case that uname provides 'i386' instead of 'i686' on certain macbooks
9890 ------------------------------------------------------------------------
9891 r22674 | funman | 2007-10-18 22:20:58 +0200 (Thu, 18 Oct 2007) | 2 lines
9893 M /trunk/modules/misc/playlist/xspf.c
9895 xspf writer: forget to increment the source pointer in [22665], that would result in file://file://file:///path/to/input entries in ml.xspf
9897 ------------------------------------------------------------------------
9898 r22673 | fenrir | 2007-10-18 22:03:41 +0200 (Thu, 18 Oct 2007) | 2 lines
9900 M /trunk/modules/demux/Modules.am
9902 Tivo depends on cc.h
9904 ------------------------------------------------------------------------
9905 r22672 | fenrir | 2007-10-18 22:03:12 +0200 (Thu, 18 Oct 2007) | 2 lines
9907 M /trunk/modules/codec/cc.h
9909 Added support for DVD and ReplayTV CC.
9911 ------------------------------------------------------------------------
9912 r22671 | funman | 2007-10-18 21:59:48 +0200 (Thu, 18 Oct 2007) | 1 line
9914 M /trunk/src/playlist/control.c
9916 playlist: avoid a segfault when the fetcher has been unloaded
9917 ------------------------------------------------------------------------
9918 r22670 | funman | 2007-10-18 21:54:52 +0200 (Thu, 18 Oct 2007) | 1 line
9920 M /trunk/modules/misc/notify/telepathy.c
9922 telepathy: register the callbacks only when we are connected to the bus, to avoid the module being unloaded, while the callbacks are still active
9923 ------------------------------------------------------------------------
9924 r22669 | fenrir | 2007-10-18 21:42:50 +0200 (Thu, 18 Oct 2007) | 3 lines
9926 M /trunk/modules/demux/ty.c
9928 Added partial XDS decoding support (channle/program)
9929 Fixed use of uninitialized data for CC detection.
9931 ------------------------------------------------------------------------
9932 r22668 | fenrir | 2007-10-18 21:36:06 +0200 (Thu, 18 Oct 2007) | 2 lines
9934 M /trunk/modules/codec/cc.c
9936 Fixed infinite loop.
9938 ------------------------------------------------------------------------
9939 r22667 | xtophe | 2007-10-18 21:04:39 +0200 (Thu, 18 Oct 2007) | 2 lines
9941 M /trunk/share/applications/vlc.desktop
9943 Indicates that you can gives several url to vlc
9945 ------------------------------------------------------------------------
9946 r22666 | fenrir | 2007-10-18 20:18:09 +0200 (Thu, 18 Oct 2007) | 2 lines
9948 M /trunk/src/input/es_out.c
9950 Fixed closed captions channel >= 2
9952 ------------------------------------------------------------------------
9953 r22665 | funman | 2007-10-18 18:22:35 +0200 (Thu, 18 Oct 2007) | 5 lines
9955 M /trunk/modules/misc/playlist/xspf.c
9957 xspf writer: do percent encoding on more characters when we have a file:// URI.
9958 We don't do that on other URIs because those characters may be used as delimiters, and must not be percent encoded.
9960 Now produces valid XSPF-1 files.
9962 ------------------------------------------------------------------------
9963 r22664 | fkuehne | 2007-10-18 17:34:55 +0200 (Thu, 18 Oct 2007) | 1 line
9965 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9966 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
9967 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
9968 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
9969 M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
9970 M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
9972 * don't use the text archive format for nibs, as the binary version is faster to load and smaller to store. Additionally, it's a lot better for diffing on trac, as humans should't understand the text format anyway.
9973 ------------------------------------------------------------------------
9974 r22663 | funman | 2007-10-18 17:34:01 +0200 (Thu, 18 Oct 2007) | 7 lines
9976 M /trunk/include/vlc_playlist.h
9977 M /trunk/modules/access/directory.c
9978 M /trunk/modules/gui/macosx/playlist.m
9979 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
9980 M /trunk/modules/services_discovery/upnp_cc.cpp
9981 M /trunk/modules/services_discovery/upnp_intel.cpp
9982 M /trunk/src/playlist/engine.c
9983 M /trunk/src/playlist/services_discovery.c
9984 M /trunk/src/playlist/tree.c
9986 playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input.
9987 Setting that argument to NULL will make playlist_CreateNode() behave like previously.
9989 That way we can create only one input per pair of node (for local playlist, media library, and service discovery)
9990 Previous behaviour was to create 2 inputs with the same i_id member, but we would store both input in a binary search tree (sorted by i_id), and that kind of tree MUST NOT have 2 items with the same key, else we will get some bad memory corruption when the wrong input is removed from the tree (the other being left in the tree while the memory referred by it was freed).
9991 Note that this breaks ABI
9993 ------------------------------------------------------------------------
9994 r22662 | fkuehne | 2007-10-18 17:18:44 +0200 (Thu, 18 Oct 2007) | 1 line
9996 M /trunk/configure.ac
9997 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
9998 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/info.nib
9999 M /trunk/extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
10000 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10001 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10002 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
10003 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
10004 M /trunk/include/vlc_intf_strings.h
10005 M /trunk/modules/gui/macosx/about.h
10006 M /trunk/modules/gui/macosx/about.m
10007 M /trunk/modules/gui/macosx/intf.h
10008 M /trunk/modules/gui/macosx/intf.m
10010 * implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework..
10011 ------------------------------------------------------------------------
10012 r22661 | funman | 2007-10-18 16:14:58 +0200 (Thu, 18 Oct 2007) | 1 line
10014 M /trunk/src/playlist/tree.c
10016 playlist_NodeCreate(): fix a potential segfault
10017 ------------------------------------------------------------------------
10018 r22660 | funman | 2007-10-18 03:03:22 +0200 (Thu, 18 Oct 2007) | 1 line
10020 M /trunk/src/playlist/tree.c
10022 playlist: incrementing the input_id is already taken care of in input_ItemNewWithType()
10023 ------------------------------------------------------------------------
10024 r22659 | funman | 2007-10-18 01:04:43 +0200 (Thu, 18 Oct 2007) | 1 line
10026 M /trunk/modules/demux/nsv.c
10028 nsv demuxer: H264 is quite common
10029 ------------------------------------------------------------------------
10030 r22658 | funman | 2007-10-18 00:55:50 +0200 (Thu, 18 Oct 2007) | 1 line
10032 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
10034 qt4: The media library can be disabled
10035 ------------------------------------------------------------------------
10036 r22657 | funman | 2007-10-18 00:42:39 +0200 (Thu, 18 Oct 2007) | 1 line
10038 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10040 qt4: open file requester when the playlist is empty, but media library or services discovery aren't
10041 ------------------------------------------------------------------------
10042 r22656 | xtophe | 2007-10-18 00:41:02 +0200 (Thu, 18 Oct 2007) | 2 lines
10044 M /trunk/modules/codec/cc.c
10045 M /trunk/modules/codec/cc.h
10049 ------------------------------------------------------------------------
10050 r22655 | fenrir | 2007-10-17 22:34:53 +0200 (Wed, 17 Oct 2007) | 3 lines
10052 M /trunk/modules/demux/ty.c
10054 Added closed captions decoding for tivo files.
10055 Please reports broken CC decoding (with a sample to test).
10057 ------------------------------------------------------------------------
10058 r22654 | fenrir | 2007-10-17 21:56:26 +0200 (Wed, 17 Oct 2007) | 3 lines
10060 M /trunk/modules/packetizer/mpegvideo.c
10062 Added cc data extraction support for mpeg 1/2 when the mpeg packetizer
10063 is used. (Only dvb/atsc CC support is working)
10065 ------------------------------------------------------------------------
10066 r22653 | fenrir | 2007-10-17 21:52:41 +0200 (Wed, 17 Oct 2007) | 2 lines
10068 M /trunk/configure.ac
10069 M /trunk/modules/codec/Modules.am
10073 ------------------------------------------------------------------------
10074 r22652 | fenrir | 2007-10-17 21:51:25 +0200 (Wed, 17 Oct 2007) | 4 lines
10076 M /trunk/include/vlc_codec.h
10077 M /trunk/modules/stream_out/transcode.c
10078 M /trunk/src/input/decoder.c
10079 M /trunk/src/input/es_out.c
10080 M /trunk/src/input/input_internal.h
10082 Added closed captions decoding/extracting from ES data. The CC tracks
10083 are dynamically added when detected.
10084 (Decoder/Packetizer support not yet commited)
10086 ------------------------------------------------------------------------
10087 r22651 | fenrir | 2007-10-17 21:48:16 +0200 (Wed, 17 Oct 2007) | 5 lines
10089 A /trunk/modules/codec/cc.c
10090 A /trunk/modules/codec/cc.h
10092 Closed captions decoder.
10093 The rollup and paint on mode is not really good (a lot of flicker) but
10094 I don't see how to fix it (the subtitle is updated as soon as a new
10095 character is added).
10097 ------------------------------------------------------------------------
10098 r22650 | pdherbemont | 2007-10-17 21:44:19 +0200 (Wed, 17 Oct 2007) | 2 lines
10100 A /trunk/extras/MacOSX/Framework/Headers/Internal
10101 A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCEventManager.h (from /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h:22619)
10102 A /trunk/extras/MacOSX/Framework/Headers/Internal/VLCLibrary.h (from /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h:22619)
10103 D /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
10104 D /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
10105 M /trunk/extras/MacOSX/Framework/Makefile
10107 MacOSX/Framework: Move private headers to Headers/Internal (To follow Enrique Osuna's effort).
10109 ------------------------------------------------------------------------
10110 r22649 | jpsaman | 2007-10-17 20:36:22 +0200 (Wed, 17 Oct 2007) | 2 lines
10112 M /trunk/include/vlc_streaming.h
10113 M /trunk/src/stream_output/profiles.c
10115 Add Icecast support to profiles.
10117 ------------------------------------------------------------------------
10118 r22648 | courmisch | 2007-10-17 19:14:30 +0200 (Wed, 17 Oct 2007) | 3 lines
10120 M /trunk/modules/misc/gnutls.c
10122 Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs.
10123 The whole security and point of TLS rely on this...
10125 ------------------------------------------------------------------------
10126 r22647 | courmisch | 2007-10-17 19:05:36 +0200 (Wed, 17 Oct 2007) | 3 lines
10128 M /trunk/modules/misc/gnutls.c
10130 Error out if hostname not specified
10131 (this would be a bug in whatever is using the TLS object anyway)
10133 ------------------------------------------------------------------------
10134 r22646 | funman | 2007-10-17 17:51:00 +0200 (Wed, 17 Oct 2007) | 1 line
10136 M /trunk/src/playlist/tree.c
10138 playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t*
10139 ------------------------------------------------------------------------
10140 r22645 | jpsaman | 2007-10-17 17:42:14 +0200 (Wed, 17 Oct 2007) | 2 lines
10142 M /trunk/configure.ac
10144 Fix detection of a52 in configure.ac
10146 ------------------------------------------------------------------------
10147 r22644 | pdherbemont | 2007-10-17 16:45:02 +0200 (Wed, 17 Oct 2007) | 2 lines
10149 M /trunk/extras/contrib/src/Makefile
10150 A /trunk/extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
10152 svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug).
10154 ------------------------------------------------------------------------
10155 r22643 | funman | 2007-10-17 15:30:02 +0200 (Wed, 17 Oct 2007) | 2 lines
10157 M /trunk/bindings/python/Makefile.am
10158 M /trunk/bindings/python/README
10159 M /trunk/bindings/python/setup-internal.py
10160 M /trunk/bindings/python/setup.py
10161 M /trunk/bindings/python/vlc_input.c
10162 M /trunk/bindings/python/vlc_instance.c
10163 M /trunk/bindings/python/vlc_internal.c
10164 M /trunk/bindings/python/vlc_internal.h
10165 M /trunk/bindings/python/vlc_mediacontrol.c
10166 M /trunk/bindings/python/vlc_module.c
10167 M /trunk/bindings/python/vlc_position.c
10168 M /trunk/bindings/python/vlcglue.h
10169 M /trunk/bindings/python/vlcwidget.py
10170 M /trunk/bindings/python/vlcwrapper.py
10172 python bindings: svn:keywords set to Id
10174 ------------------------------------------------------------------------
10175 r22642 | funman | 2007-10-17 15:09:40 +0200 (Wed, 17 Oct 2007) | 1 line
10177 M /trunk/modules/services_discovery/sap.c
10179 sap: do not release an object we did't yield
10180 ------------------------------------------------------------------------
10181 r22641 | littlejohn | 2007-10-16 22:47:35 +0200 (Tue, 16 Oct 2007) | 1 line
10183 M /trunk/bindings/java/src/Makefile.am
10185 abs_ variable removed from Makefile
10186 ------------------------------------------------------------------------
10187 r22640 | funman | 2007-10-16 21:43:23 +0200 (Tue, 16 Oct 2007) | 5 lines
10189 M /trunk/src/playlist/engine.c
10191 playlist_PreparseLoop(): oneliner fix for psz_arturl checking
10192 We will get the art if either:
10194 psz_arturl doesn't begin with "file://"
10196 ------------------------------------------------------------------------
10197 r22639 | jb | 2007-10-16 19:43:31 +0200 (Tue, 16 Oct 2007) | 3 lines
10199 M /trunk/modules/gui/qt4/ui/open_capture.ui
10201 Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D
10204 ------------------------------------------------------------------------
10205 r22638 | jb | 2007-10-16 19:41:28 +0200 (Tue, 16 Oct 2007) | 5 lines
10207 M /trunk/extras/contrib/src/packages.mak
10209 contribs - theora bumps to beta2, updates in the specs and a few bugfixes...
10211 Has anyone been able to encode TO theora with VLC lately ?
10214 ------------------------------------------------------------------------
10215 r22637 | jb | 2007-10-16 19:19:27 +0200 (Tue, 16 Oct 2007) | 6 lines
10217 M /trunk/modules/gui/qt4/components/open.cpp
10218 M /trunk/modules/gui/qt4/components/open.hpp
10219 M /trunk/modules/gui/qt4/ui/open_capture.ui
10220 M /trunk/modules/gui/qt4/ui/open_file.ui
10222 Qt4 - Open: - remove a few kludges, clean and do it a better way.
10223 - Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ?
10224 - Clean the layouts, and simplify and fix some signals.
10225 - layout fixes for capture.
10228 ------------------------------------------------------------------------
10229 r22636 | ileoo | 2007-10-16 18:44:55 +0200 (Tue, 16 Oct 2007) | 1 line
10231 M /trunk/src/playlist/engine.c
10233 oneliner to fix psz_arturl check in album_art stuff
10234 ------------------------------------------------------------------------
10235 r22635 | funman | 2007-10-16 17:42:15 +0200 (Tue, 16 Oct 2007) | 2 lines
10237 M /trunk/src/libvlc-common.c
10239 libvlc: fix a memory leak
10241 ------------------------------------------------------------------------
10242 r22634 | funman | 2007-10-16 16:18:21 +0200 (Tue, 16 Oct 2007) | 1 line
10244 M /trunk/modules/gui/qt4/main_interface.cpp
10246 qt4: fix a segfault
10247 ------------------------------------------------------------------------
10248 r22633 | funman | 2007-10-16 14:44:47 +0200 (Tue, 16 Oct 2007) | 1 line
10250 M /trunk/src/input/meta.c
10251 M /trunk/src/playlist/engine.c
10253 fix [22632]: check psz_arturl before using it
10254 ------------------------------------------------------------------------
10255 r22632 | funman | 2007-10-16 14:27:24 +0200 (Tue, 16 Oct 2007) | 3 lines
10257 M /trunk/src/input/meta.c
10258 M /trunk/src/playlist/engine.c
10260 album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache
10261 sets the ArtworkURL to the file in cache also when it had been extracted previously
10263 ------------------------------------------------------------------------
10264 r22631 | funman | 2007-10-16 02:30:14 +0200 (Tue, 16 Oct 2007) | 3 lines
10266 M /trunk/configure.ac
10268 qt4 configure: Use proper escaping.
10269 \\\\ will become \ and \\\" will become "
10271 ------------------------------------------------------------------------
10272 r22630 | xtophe | 2007-10-16 01:39:10 +0200 (Tue, 16 Oct 2007) | 2 lines
10274 M /trunk/configure.ac
10278 ------------------------------------------------------------------------
10279 r22629 | xtophe | 2007-10-16 00:32:53 +0200 (Tue, 16 Oct 2007) | 2 lines
10281 M /trunk/po/POTFILES.in
10283 Some files were renamed
10285 ------------------------------------------------------------------------
10286 r22628 | xtophe | 2007-10-15 23:49:45 +0200 (Mon, 15 Oct 2007) | 2 lines
10288 M /trunk/configure.ac
10290 Forgotten in [22627]
10292 ------------------------------------------------------------------------
10293 r22627 | xtophe | 2007-10-15 23:43:40 +0200 (Mon, 15 Oct 2007) | 2 lines
10295 M /trunk/modules/gui/qt4/qt4.cpp
10297 i18n for the Qt dialogs
10299 ------------------------------------------------------------------------
10300 r22626 | funman | 2007-10-15 23:39:50 +0200 (Mon, 15 Oct 2007) | 1 line
10302 M /trunk/configure.ac
10304 compile the libfaad test with -lm
10305 ------------------------------------------------------------------------
10306 r22625 | sigmunau | 2007-10-15 23:35:28 +0200 (Mon, 15 Oct 2007) | 2 lines
10308 M /trunk/src/libvlc-module.c
10310 fix the -A shortcut
10312 ------------------------------------------------------------------------
10313 r22624 | xtophe | 2007-10-15 23:30:53 +0200 (Mon, 15 Oct 2007) | 2 lines
10315 M /trunk/include/vlc_os_specific.h
10316 M /trunk/src/misc/win32_specific.c
10318 Export a function to get the install dir of VLC from the plugins
10320 ------------------------------------------------------------------------
10321 r22623 | funman | 2007-10-15 23:17:12 +0200 (Mon, 15 Oct 2007) | 1 line
10323 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
10325 qt4 preferences: combo is mandatory in StringListConfigControl constructor
10326 ------------------------------------------------------------------------
10327 r22622 | xtophe | 2007-10-15 23:10:57 +0200 (Mon, 15 Oct 2007) | 2 lines
10329 M /trunk/mozilla/Makefile.am
10331 Avoid automake getting confused by the ../..
10333 ------------------------------------------------------------------------
10334 r22621 | funman | 2007-10-15 23:09:40 +0200 (Mon, 15 Oct 2007) | 1 line
10336 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
10337 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
10338 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
10339 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
10341 qt4 simple preferences: only show the options of the selected audio output module
10342 ------------------------------------------------------------------------
10343 r22620 | funman | 2007-10-15 23:09:03 +0200 (Mon, 15 Oct 2007) | 1 line
10345 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
10347 qt4 preferences: the label is not mandatory in object constructor
10348 ------------------------------------------------------------------------
10349 r22619 | pdherbemont | 2007-10-15 19:51:11 +0200 (Mon, 15 Oct 2007) | 2 lines
10351 M /trunk/include/vlc_arrays.h
10353 vlc_arrays.h: Use item_at_index istead of object_at_index.
10355 ------------------------------------------------------------------------
10356 r22618 | courmisch | 2007-10-15 19:07:33 +0200 (Mon, 15 Oct 2007) | 2 lines
10358 M /trunk/vlc-config.in.in
10362 ------------------------------------------------------------------------
10363 r22617 | courmisch | 2007-10-15 18:50:54 +0200 (Mon, 15 Oct 2007) | 2 lines
10365 M /trunk/configure.ac
10367 Use VLC_ADD_LIBS where seemingly appropriate
10369 ------------------------------------------------------------------------
10370 r22616 | pdherbemont | 2007-10-15 18:34:29 +0200 (Mon, 15 Oct 2007) | 2 lines
10372 M /trunk/src/Makefile.am
10374 src/Makefile.am: Move flat_media_list.c->flat_media_list_view.c.
10376 ------------------------------------------------------------------------
10377 r22615 | courmisch | 2007-10-15 18:29:17 +0200 (Mon, 15 Oct 2007) | 4 lines
10379 M /trunk/Makefile.am
10380 M /trunk/activex/Makefile.am
10381 M /trunk/modules/genmf
10382 M /trunk/mozilla/Makefile.am
10383 M /trunk/src/Makefile.am
10384 M /trunk/vlc-config.in.in
10386 Separate LDFLAGS from LIBS for real.
10387 Should fix problems with building libvlc.so.1 when libvlc.so.0 is installed.
10388 Cannot test since the tree is currently broken.
10390 ------------------------------------------------------------------------
10391 r22614 | pdherbemont | 2007-10-15 18:25:28 +0200 (Mon, 15 Oct 2007) | 2 lines
10393 D /trunk/src/control/flat_media_list.c
10394 A /trunk/src/control/flat_media_list_view.c (from /trunk/src/control/flat_media_list.c:22536)
10395 M /trunk/src/control/libvlc_internal.h
10396 M /trunk/src/control/media_discoverer.c
10397 M /trunk/src/control/media_list.c
10398 M /trunk/src/control/playlist.c
10400 control/flat_media_list_view.c: Use the new media_list_view object. (Plus minor header cleanup).
10402 ------------------------------------------------------------------------
10403 r22613 | pdherbemont | 2007-10-15 17:47:39 +0200 (Mon, 15 Oct 2007) | 2 lines
10405 M /trunk/src/control/libvlc_internal.h
10407 libvlc_internal.h: Forgotten part of previous commit.
10409 ------------------------------------------------------------------------
10410 r22612 | pdherbemont | 2007-10-15 17:26:55 +0200 (Mon, 15 Oct 2007) | 2 lines
10412 M /trunk/src/control/media_list_view.c
10414 s/libvlc_media_list_view_release/libvlc_media_list_view_retain/ in previous commit.
10416 ------------------------------------------------------------------------
10417 r22611 | pdherbemont | 2007-10-15 17:23:44 +0200 (Mon, 15 Oct 2007) | 2 lines
10419 M /trunk/include/vlc/libvlc.h
10420 M /trunk/src/control/media_list_view.c
10422 control/media_list_view.c: Implement unimplemented retain/release function.
10424 ------------------------------------------------------------------------
10425 r22610 | jb | 2007-10-15 15:43:30 +0200 (Mon, 15 Oct 2007) | 3 lines
10429 Don't duplicate entries... :D
10432 ------------------------------------------------------------------------
10433 r22609 | funman | 2007-10-15 15:09:47 +0200 (Mon, 15 Oct 2007) | 1 line
10435 M /trunk/src/modules/configuration.c
10437 Use $HOME before anything else to determine the home directory. Patch by Benjamin Cama
10438 ------------------------------------------------------------------------
10439 r22607 | jpsaman | 2007-10-15 11:39:17 +0200 (Mon, 15 Oct 2007) | 2 lines
10441 M /trunk/modules/misc/freetype.c
10443 small codingstyle fix
10445 ------------------------------------------------------------------------
10446 r22606 | jpsaman | 2007-10-15 11:39:16 +0200 (Mon, 15 Oct 2007) | 2 lines
10448 M /trunk/modules/codec/ffmpeg/chroma.c
10452 ------------------------------------------------------------------------
10453 r22605 | jpsaman | 2007-10-15 11:39:15 +0200 (Mon, 15 Oct 2007) | 2 lines
10455 M /trunk/modules/stream_out/transcode.c
10457 Remove excess whiteline.
10459 ------------------------------------------------------------------------
10460 r22604 | jpsaman | 2007-10-15 11:39:13 +0200 (Mon, 15 Oct 2007) | 2 lines
10462 M /trunk/modules/codec/zvbi.c
10466 ------------------------------------------------------------------------
10467 r22603 | jpsaman | 2007-10-15 11:39:12 +0200 (Mon, 15 Oct 2007) | 2 lines
10469 M /trunk/modules/access_output/udp.c
10471 Remove excess trainling newlines at end of file.
10473 ------------------------------------------------------------------------
10474 r22602 | jb | 2007-10-15 11:24:58 +0200 (Mon, 15 Oct 2007) | 3 lines
10476 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10481 ------------------------------------------------------------------------
10482 r22601 | jb | 2007-10-15 10:47:27 +0200 (Mon, 15 Oct 2007) | 3 lines
10484 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10485 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10486 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
10487 M /trunk/modules/gui/qt4/dialogs/playlist.hpp
10488 M /trunk/modules/gui/qt4/main_interface.cpp
10489 M /trunk/modules/gui/qt4/main_interface.hpp
10491 Qt4 - threads assertions fixes, docking playlist and size of main interfaces fixes.
10494 ------------------------------------------------------------------------
10495 r22600 | jb | 2007-10-15 10:46:33 +0200 (Mon, 15 Oct 2007) | 3 lines
10497 M /trunk/modules/gui/qt4/components/infopanels.cpp
10498 M /trunk/modules/gui/qt4/components/infopanels.hpp
10500 Qt4 - Prepare for get FPS.
10503 ------------------------------------------------------------------------
10504 r22599 | jb | 2007-10-15 10:29:53 +0200 (Mon, 15 Oct 2007) | 3 lines
10506 M /trunk/modules/gui/qt4/input_manager.cpp
10507 M /trunk/modules/gui/qt4/qt4.cpp
10508 M /trunk/modules/gui/qt4/qt4.hpp
10510 Qt4 - Various comments and unimportant fixes.
10513 ------------------------------------------------------------------------
10514 r22598 | funman | 2007-10-15 01:15:47 +0200 (Mon, 15 Oct 2007) | 3 lines
10516 M /trunk/modules/misc/audioscrobbler.c
10518 audioscrobbler: submits songs when the input end, not when the playlist current input changes.
10519 The last song in playlist was not being submitted, since the current input would never change.
10521 ------------------------------------------------------------------------
10522 r22597 | funman | 2007-10-15 00:52:53 +0200 (Mon, 15 Oct 2007) | 1 line
10524 M /trunk/modules/services_discovery/upnp_intel.cpp
10526 upnp intel: reverts [22521] to make it compile. The module should be rewritten to not use any playlist code
10527 ------------------------------------------------------------------------
10528 r22596 | funman | 2007-10-15 00:27:45 +0200 (Mon, 15 Oct 2007) | 2 lines
10530 M /trunk/modules/misc/audioscrobbler.c
10532 audioscrobbler: read the metadata when it has been extracted.
10534 ------------------------------------------------------------------------
10535 r22595 | damienf | 2007-10-14 22:21:56 +0200 (Sun, 14 Oct 2007) | 2 lines
10537 M /trunk/src/playlist/engine.c
10538 M /trunk/src/playlist/thread.c
10540 playlist.c: removed potential deadlock and duplicate signalling
10542 ------------------------------------------------------------------------
10543 r22594 | courmisch | 2007-10-14 22:02:18 +0200 (Sun, 14 Oct 2007) | 2 lines
10547 Add partial infrastructure for libs/ldflags segregation
10549 ------------------------------------------------------------------------
10550 r22593 | fenrir | 2007-10-14 14:18:39 +0200 (Sun, 14 Oct 2007) | 2 lines
10552 M /trunk/modules/demux/ty.c
10554 Clean up + fixed a few memleaks.
10556 ------------------------------------------------------------------------
10557 r22592 | fenrir | 2007-10-14 14:18:17 +0200 (Sun, 14 Oct 2007) | 2 lines
10559 M /trunk/modules/demux/mpc.c
10561 Removed meta-preparsed.
10563 ------------------------------------------------------------------------
10564 r22591 | fenrir | 2007-10-14 14:17:37 +0200 (Sun, 14 Oct 2007) | 3 lines
10566 M /trunk/modules/misc/audioscrobbler.c
10567 M /trunk/src/input/input.c
10568 M /trunk/src/input/var.c
10570 Removed meta-preparsed variable.
10571 Audioscrobbler is not fixed but I let a comment explaining how to do it.
10573 ------------------------------------------------------------------------
10574 r22590 | fenrir | 2007-10-14 14:14:03 +0200 (Sun, 14 Oct 2007) | 2 lines
10576 M /trunk/src/input/decoder.c
10578 Fixed segfault with --minimize-threads
10580 ------------------------------------------------------------------------
10581 r22589 | fenrir | 2007-10-13 22:30:22 +0200 (Sat, 13 Oct 2007) | 2 lines
10583 M /trunk/modules/demux/ty.c
10585 Restore extension detection (ty and ty+)
10587 ------------------------------------------------------------------------
10588 r22588 | pdherbemont | 2007-10-13 15:53:45 +0200 (Sat, 13 Oct 2007) | 2 lines
10590 M /trunk/include/vlc/libvlc.h
10591 M /trunk/src/control/libvlc_internal.h
10592 M /trunk/src/control/media_list_view.c
10594 control/media_list_view.c: Rework the media_list_view. Make it unmutable.
10596 ------------------------------------------------------------------------
10597 r22587 | littlejohn | 2007-10-13 14:03:06 +0200 (Sat, 13 Oct 2007) | 1 line
10599 M /trunk/bindings/java/src/Makefile.am
10601 Tony Anecito suggestions to make java bindings compile in cygwin integrated - needs testing
10602 ------------------------------------------------------------------------
10603 r22586 | courmisch | 2007-10-13 13:14:17 +0200 (Sat, 13 Oct 2007) | 2 lines
10605 M /trunk/src/modules/modules.c
10607 Release shared objects when not debugging, not the other way around
10609 ------------------------------------------------------------------------
10610 r22585 | courmisch | 2007-10-13 10:25:59 +0200 (Sat, 13 Oct 2007) | 2 lines
10612 M /trunk/modules/genmf
10614 Link with the in-tree libvlc
10616 ------------------------------------------------------------------------
10617 r22584 | fenrir | 2007-10-13 01:41:31 +0200 (Sat, 13 Oct 2007) | 4 lines
10619 M /trunk/src/libvlc-module.c
10620 M /trunk/src/stream_output/stream_output.c
10622 Added sout-mux-caching option. It allow to set the initial muxer cache value
10624 Original patch created by Jeff Hansen.
10626 ------------------------------------------------------------------------
10627 r22583 | fenrir | 2007-10-13 00:55:19 +0200 (Sat, 13 Oct 2007) | 10 lines
10629 M /trunk/modules/demux/ty.c
10631 Import new http://tivo-vlc.sf.net tivo demuxer version. (The author
10632 is Neal Symms, patch made by Dave Still)
10634 * v2.0.0 - 21-Mar-2005 - Series 2 support! No AC-3 on S2 DTivo yet.
10635 * v2.1.0 - 22-Mar-2005 - Support for AC-3 on S2 DTivo (long ac3 packets)
10636 * v3.0.0 - 14-Jul-2005 - Support for skipping fwd/back via VLC hotkeys
10637 Please test and report any regression. (The patch is too big to be
10638 correctly reviewed)
10641 ------------------------------------------------------------------------
10642 r22582 | damienf | 2007-10-12 23:42:30 +0200 (Fri, 12 Oct 2007) | 2 lines
10644 M /trunk/include/vlc_threads_funcs.h
10646 vlc_threads: document gibalou's comment, and fix a small bug in win32 vlc_cond_timedwait()
10648 ------------------------------------------------------------------------
10649 r22581 | damienf | 2007-10-12 23:37:56 +0200 (Fri, 12 Oct 2007) | 2 lines
10651 M /trunk/src/libvlc-common.c
10653 macosx: cosmetic, avoid pthread_join() on self
10655 ------------------------------------------------------------------------
10656 r22580 | fenrir | 2007-10-12 22:33:39 +0200 (Fri, 12 Oct 2007) | 2 lines
10658 M /trunk/src/input/demux.c
10660 Skip APE tags at the start (like for id3)
10662 ------------------------------------------------------------------------
10663 r22579 | fenrir | 2007-10-12 21:49:44 +0200 (Fri, 12 Oct 2007) | 3 lines
10665 M /trunk/modules/video_filter/deinterlace.c
10667 Use field order (top/bottom) for correct bob/linear deinterlacing.
10668 (Decoder that does not set this info should be fixed)
10670 ------------------------------------------------------------------------
10671 r22578 | damienf | 2007-10-12 21:26:39 +0200 (Fri, 12 Oct 2007) | 2 lines
10673 M /trunk/modules/gui/macosx/playlistinfo.m
10675 playlistinfo.m: MacOS X GUI, fixed crash where meta psz_value is NULL (usn't be the case before), crash happens in shoutcast service discovery
10677 ------------------------------------------------------------------------
10678 r22577 | funman | 2007-10-12 20:43:02 +0200 (Fri, 12 Oct 2007) | 2 lines
10680 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10681 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
10683 qt4: do not access a widget from another thread
10685 ------------------------------------------------------------------------
10686 r22576 | funman | 2007-10-12 20:32:39 +0200 (Fri, 12 Oct 2007) | 1 line
10688 M /trunk/modules/video_filter/logo.c
10690 logo filter: fail early if the logo hasn't been specified (rather than segfaulting)
10691 ------------------------------------------------------------------------
10692 r22575 | jpsaman | 2007-10-12 18:50:53 +0200 (Fri, 12 Oct 2007) | 2 lines
10694 M /trunk/modules/access/v4l2.c
10696 Patch by Richard Hosking: Userptr IO buffers need to be aligned according to the V4L2 reference capture c example (which has been updated with this recently). Also, the reference program has the device close operations after the 'free' calls so they have been moved. This fixes the issue I was having with my device crashing vlc on close. Also fixed a typo in an error message and renamed a local function which was badly named by me.
10698 ------------------------------------------------------------------------
10699 r22574 | xtophe | 2007-10-12 18:46:29 +0200 (Fri, 12 Oct 2007) | 4 lines
10701 M /trunk/include/vlc_intf_strings.h
10702 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
10704 standardpanel: Add some tooltips
10705 vlc_intf_strings.h: with the current intf having changing icons on the button (and not activated/desactivated state), tool tips can be confusing. So reword a strings slightly. Also "No repeat" may need to be improve
10708 ------------------------------------------------------------------------
10709 r22573 | funman | 2007-10-12 18:42:50 +0200 (Fri, 12 Oct 2007) | 1 line
10711 M /trunk/src/playlist/loadsave.c
10713 playlist: use a valid extension for Media Library ("xspf")
10714 ------------------------------------------------------------------------
10715 r22572 | funman | 2007-10-12 18:39:58 +0200 (Fri, 12 Oct 2007) | 1 line
10717 M /trunk/configure.ac
10720 ------------------------------------------------------------------------
10721 r22571 | funman | 2007-10-12 18:25:08 +0200 (Fri, 12 Oct 2007) | 1 line
10723 M /trunk/Makefile.am
10726 ------------------------------------------------------------------------
10727 r22570 | xtophe | 2007-10-12 18:02:29 +0200 (Fri, 12 Oct 2007) | 1 line
10729 M /trunk/modules/gui/qt4/res.qrc
10732 ------------------------------------------------------------------------
10733 r22569 | xtophe | 2007-10-12 17:46:02 +0200 (Fri, 12 Oct 2007) | 2 lines
10735 M /trunk/modules/gui/qt4/Modules.am
10736 M /trunk/modules/gui/qt4/res.qrc
10738 Distribute pixmaps/menus_info_16px.png and sort the file lists
10740 ------------------------------------------------------------------------
10741 r22568 | funman | 2007-10-12 16:20:48 +0200 (Fri, 12 Oct 2007) | 2 lines
10743 M /trunk/modules/demux/playlist/xspf.c
10744 M /trunk/modules/misc/playlist/xspf.c
10746 xspf: try to produce valid XSPF files (there's still a problem with URI %-encoding)
10748 ------------------------------------------------------------------------
10749 r22567 | jb | 2007-10-12 13:41:55 +0200 (Fri, 12 Oct 2007) | 5 lines
10751 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
10752 M /trunk/modules/gui/qt4/components/open.cpp
10753 M /trunk/modules/gui/qt4/main_interface.cpp
10754 M /trunk/modules/gui/qt4/main_interface.hpp
10756 Qt4 - fix the assert bug on releasing the Video. There are other to do, but I don't have time this WE, but here is the way to do it correctly.
10761 ------------------------------------------------------------------------
10762 r22566 | jb | 2007-10-12 01:43:07 +0200 (Fri, 12 Oct 2007) | 4 lines
10764 M /trunk/extras/contrib/src/Makefile
10765 M /trunk/extras/contrib/src/packages.mak
10767 Contribs - faac updated to 1.26, no patch needed.
10768 btw, faad2.6 is out and they have supposedly changed their headers...
10771 ------------------------------------------------------------------------
10772 r22565 | xtophe | 2007-10-12 01:31:55 +0200 (Fri, 12 Oct 2007) | 2 lines
10774 M /trunk/src/Makefile.am
10776 Distribute header files
10778 ------------------------------------------------------------------------
10779 r22564 | xtophe | 2007-10-11 22:58:58 +0200 (Thu, 11 Oct 2007) | 2 lines
10781 M /trunk/modules/gui/qt4/Modules.am
10785 ------------------------------------------------------------------------
10786 r22563 | jb | 2007-10-11 22:11:03 +0200 (Thu, 11 Oct 2007) | 3 lines
10788 M /trunk/modules/gui/qt4/dialogs/sout.cpp
10790 Qt4 - Fix a Sout bug - spotted by humbleb on IRC
10793 ------------------------------------------------------------------------
10794 r22562 | jb | 2007-10-11 21:48:34 +0200 (Thu, 11 Oct 2007) | 3 lines
10796 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
10797 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
10799 Qt4: close() slot problem fixed.
10802 ------------------------------------------------------------------------
10803 r22561 | jb | 2007-10-11 21:26:53 +0200 (Thu, 11 Oct 2007) | 3 lines
10805 M /trunk/modules/gui/qt4/menus.cpp
10807 Qt4 - Menus. small fix.
10810 ------------------------------------------------------------------------
10811 r22560 | jb | 2007-10-11 21:26:21 +0200 (Thu, 11 Oct 2007) | 3 lines
10813 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
10814 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
10815 M /trunk/modules/gui/qt4/ui/vlm.ui
10817 Qt4 - VLM improvements in the layout and in the function used.
10820 ------------------------------------------------------------------------
10821 r22559 | jb | 2007-10-11 19:51:45 +0200 (Thu, 11 Oct 2007) | 3 lines
10823 M /trunk/modules/gui/qt4/ui/open_disk.ui
10824 M /trunk/modules/gui/qt4/ui/open_file.ui
10826 Qt4 - fix compilation on QT4.2
10829 ------------------------------------------------------------------------
10830 r22558 | fenrir | 2007-10-11 19:29:49 +0200 (Thu, 11 Oct 2007) | 2 lines
10832 M /trunk/modules/packetizer/mpeg4audio.c
10834 Added support for basic LOAS AAC stream.
10836 ------------------------------------------------------------------------
10837 r22557 | courmisch | 2007-10-11 19:16:15 +0200 (Thu, 11 Oct 2007) | 2 lines
10839 M /trunk/modules/demux/smf.c
10841 Increase upper tempo limit
10843 ------------------------------------------------------------------------
10844 r22556 | courmisch | 2007-10-11 19:10:19 +0200 (Thu, 11 Oct 2007) | 4 lines
10846 M /trunk/modules/demux/smf.c
10848 Emulates MIDI tick real-time events
10849 Now, the synthetizer is "pinged" at regular interval.
10850 This fixes the annoying stuttering when two consecutive notes where too distant
10852 ------------------------------------------------------------------------
10853 r22555 | courmisch | 2007-10-11 18:45:11 +0200 (Thu, 11 Oct 2007) | 2 lines
10855 M /trunk/modules/demux/smf.c
10857 Ignore key and time signatures - we don't have a metronome, and we don't print sheet music, so that's totally useless here (I think)
10859 ------------------------------------------------------------------------
10860 r22554 | courmisch | 2007-10-11 18:00:34 +0200 (Thu, 11 Oct 2007) | 2 lines
10862 M /trunk/modules/demux/smf.c
10864 Implement tempo meta event. Performance now runs at intended speed.
10866 ------------------------------------------------------------------------
10867 r22553 | courmisch | 2007-10-11 17:33:44 +0200 (Thu, 11 Oct 2007) | 2 lines
10869 M /trunk/modules/demux/smf.c
10873 ------------------------------------------------------------------------
10874 r22552 | courmisch | 2007-10-11 17:30:53 +0200 (Thu, 11 Oct 2007) | 2 lines
10876 M /trunk/modules/demux/smf.c
10878 Meta event payload may be non-ASCII. Fix previous commit
10880 ------------------------------------------------------------------------
10881 r22551 | courmisch | 2007-10-11 17:24:17 +0200 (Thu, 11 Oct 2007) | 2 lines
10883 M /trunk/modules/demux/smf.c
10885 Basic infrastructure for non-MIDI event
10887 ------------------------------------------------------------------------
10888 r22550 | funman | 2007-10-11 15:47:57 +0200 (Thu, 11 Oct 2007) | 1 line
10890 M /trunk/modules/gui/qt4/dialogs_provider.cpp
10893 ------------------------------------------------------------------------
10894 r22549 | pdherbemont | 2007-10-11 15:26:23 +0200 (Thu, 11 Oct 2007) | 2 lines
10896 M /trunk/src/control/media_list.c
10898 control/media_list.c: Don't forget to destroy the mutex.
10900 ------------------------------------------------------------------------
10901 r22548 | pdherbemont | 2007-10-11 14:12:31 +0200 (Thu, 11 Oct 2007) | 2 lines
10903 M /trunk/include/vlc_arrays.h
10905 include/vlc_arrays.h: Fix previous commit.
10907 ------------------------------------------------------------------------
10908 r22547 | pdherbemont | 2007-10-11 14:03:03 +0200 (Thu, 11 Oct 2007) | 2 lines
10910 M /trunk/src/control/media_list.c
10912 control/media_list.c: Use the new array API.
10914 ------------------------------------------------------------------------
10915 r22546 | pdherbemont | 2007-10-11 14:02:06 +0200 (Thu, 11 Oct 2007) | 2 lines
10917 M /trunk/include/vlc_arrays.h
10919 include/vlc_arrays.h: Export a static inlined array API.
10921 ------------------------------------------------------------------------
10922 r22545 | funman | 2007-10-11 13:09:59 +0200 (Thu, 11 Oct 2007) | 1 line
10924 M /trunk/modules/gui/ncurses.c
10926 ncurses: extra checks for playlist code
10927 ------------------------------------------------------------------------
10928 r22544 | funman | 2007-10-11 13:03:18 +0200 (Thu, 11 Oct 2007) | 1 line
10930 M /trunk/modules/gui/ncurses.c
10932 ncurses: ressuscite file browser, and 'A' key (add an entry) with support for media library\nchecks vasprintf() return value
10933 ------------------------------------------------------------------------
10934 r22543 | funman | 2007-10-11 12:25:32 +0200 (Thu, 11 Oct 2007) | 1 line
10936 M /trunk/src/playlist/services_discovery.c
10938 services_discovery: fix removal of nodes
10939 ------------------------------------------------------------------------
10940 r22542 | pdherbemont | 2007-10-11 11:32:09 +0200 (Thu, 11 Oct 2007) | 2 lines
10942 M /trunk/modules/services_discovery/shout.c
10944 modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.
10946 ------------------------------------------------------------------------
10947 r22541 | pdherbemont | 2007-10-11 03:02:50 +0200 (Thu, 11 Oct 2007) | 2 lines
10949 M /trunk/include/vlc_playlist.h
10950 A /trunk/include/vlc_services_discovery.h
10951 M /trunk/src/playlist/engine.c
10952 M /trunk/src/playlist/services_discovery.c
10954 playlist/services_discovery.c: Isolate more the services_discovery code from the playlist code by having two separate header. Partly revert [22536].
10956 ------------------------------------------------------------------------
10957 r22540 | pdherbemont | 2007-10-11 02:22:58 +0200 (Thu, 11 Oct 2007) | 2 lines
10959 M /trunk/src/playlist/services_discovery.c
10961 playlist/services_discovery.c: Fix a segfault.
10963 ------------------------------------------------------------------------
10964 r22539 | pdherbemont | 2007-10-11 02:12:57 +0200 (Thu, 11 Oct 2007) | 2 lines
10966 M /trunk/src/playlist/services_discovery.c
10968 playlist/services_discovery.c: Fix a warning.
10970 ------------------------------------------------------------------------
10971 r22538 | pdherbemont | 2007-10-11 02:11:26 +0200 (Thu, 11 Oct 2007) | 2 lines
10973 M /trunk/src/playlist/services_discovery.c
10975 playlist/services_discovery.c: Attempt at removing also node as well as regular items. Need some testing with the hal services_discovery module.
10977 ------------------------------------------------------------------------
10978 r22537 | pdherbemont | 2007-10-11 01:45:47 +0200 (Thu, 11 Oct 2007) | 2 lines
10980 M /trunk/modules/services_discovery/hal.c
10982 services_discovery/hal.c: Get rid of the playlist code.
10984 ------------------------------------------------------------------------
10985 r22536 | funman | 2007-10-11 01:04:09 +0200 (Thu, 11 Oct 2007) | 3 lines
10987 M /trunk/include/vlc_playlist.h
10988 M /trunk/src/playlist/engine.c
10989 M /trunk/src/playlist/playlist_internal.h
10990 M /trunk/src/playlist/services_discovery.c
10992 services_discovery: storing the category & onelevel playlist items with the services_discovery_t is not needed anymore, simplify that.
10993 put the services_discovery_t** in the public playlist_t to save one unchecked malloc() and the corresponding free()
10995 ------------------------------------------------------------------------
10996 r22535 | fenrir | 2007-10-11 00:06:35 +0200 (Thu, 11 Oct 2007) | 2 lines
10998 M /trunk/modules/meta_engine/id3tag.c
11000 Fixed a bunch of const warnings.
11002 ------------------------------------------------------------------------
11003 r22534 | fenrir | 2007-10-11 00:04:56 +0200 (Thu, 11 Oct 2007) | 2 lines
11005 M /trunk/modules/meta_engine/id3tag.c
11006 M /trunk/modules/meta_engine/taglib.cpp
11008 id3tag: fixed segfault (introduced with demux_meta_t)
11010 ------------------------------------------------------------------------
11011 r22533 | damienf | 2007-10-10 23:23:33 +0200 (Wed, 10 Oct 2007) | 2 lines
11013 M /trunk/modules/gui/macosx/playlistinfo.m
11015 macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc...
11017 ------------------------------------------------------------------------
11018 r22532 | xtophe | 2007-10-10 23:21:40 +0200 (Wed, 10 Oct 2007) | 2 lines
11023 Slovenian and French l10n update. Thanks to Matej Urban?\196?\141i?\196?\141 and Dylan A?\195?\175ssi.
11025 ------------------------------------------------------------------------
11026 r22531 | jb | 2007-10-10 22:22:14 +0200 (Wed, 10 Oct 2007) | 3 lines
11028 M /trunk/modules/gui/qt4/Modules.am
11030 Qt4: try to fix make dist.
11033 ------------------------------------------------------------------------
11034 r22530 | jb | 2007-10-10 21:51:45 +0200 (Wed, 10 Oct 2007) | 3 lines
11036 M /trunk/modules/gui/qt4/ui/open_disk.ui
11037 M /trunk/modules/gui/qt4/ui/open_file.ui
11039 Qt4 - Don't use Qt4.2 functions.
11042 ------------------------------------------------------------------------
11043 r22529 | courmisch | 2007-10-10 21:06:26 +0200 (Wed, 10 Oct 2007) | 2 lines
11049 ------------------------------------------------------------------------
11050 r22528 | courmisch | 2007-10-10 21:05:00 +0200 (Wed, 10 Oct 2007) | 2 lines
11053 M /trunk/configure.ac
11054 M /trunk/modules/codec/Modules.am
11055 A /trunk/modules/codec/fluidsynth.c
11057 MIDI message decoder using Fluidsynth software synthetizer
11059 ------------------------------------------------------------------------
11060 r22527 | jb | 2007-10-10 20:59:36 +0200 (Wed, 10 Oct 2007) | 6 lines
11062 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
11063 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
11064 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
11065 M /trunk/modules/gui/qt4/dialogs_provider.cpp
11066 M /trunk/modules/gui/qt4/main_interface.cpp
11067 M /trunk/modules/gui/qt4/main_interface.hpp
11068 M /trunk/modules/gui/qt4/menus.cpp
11069 M /trunk/modules/gui/qt4/menus.hpp
11070 M /trunk/modules/gui/qt4/ui/open_disk.ui
11071 M /trunk/modules/gui/qt4/ui/open_file.ui
11073 Qt4 - use a docked playlist, remove dead code, don't reinvent the wheel, remove the behaviour where media library hides the video. Don't split the menu between two dialogs, this is weird and anti sane GUI guidelines.
11074 Use enums when you can.
11075 Add the popup menu to the always video cone.
11079 ------------------------------------------------------------------------
11080 r22526 | jb | 2007-10-10 20:55:22 +0200 (Wed, 10 Oct 2007) | 3 lines
11082 M /trunk/modules/gui/qt4/qt4.cpp
11084 Qt4 - add a --qt-minimal-view option as requested on the forums.
11087 ------------------------------------------------------------------------
11088 r22525 | jb | 2007-10-10 20:54:43 +0200 (Wed, 10 Oct 2007) | 3 lines
11090 M /trunk/modules/gui/qt4/components/infopanels.cpp
11092 Qt4 - remove trailing spaces.
11095 ------------------------------------------------------------------------
11096 r22524 | courmisch | 2007-10-10 20:46:39 +0200 (Wed, 10 Oct 2007) | 2 lines
11098 M /trunk/modules/demux/smf.c
11100 Yet another useless debug
11102 ------------------------------------------------------------------------
11103 r22523 | courmisch | 2007-10-10 20:45:18 +0200 (Wed, 10 Oct 2007) | 2 lines
11105 M /trunk/modules/demux/smf.c
11107 Same as previous commit
11109 ------------------------------------------------------------------------
11110 r22522 | courmisch | 2007-10-10 20:44:09 +0200 (Wed, 10 Oct 2007) | 2 lines
11112 M /trunk/modules/demux/smf.c
11116 ------------------------------------------------------------------------
11117 r22521 | funman | 2007-10-10 20:16:05 +0200 (Wed, 10 Oct 2007) | 3 lines
11119 M /trunk/include/vlc_playlist.h
11120 M /trunk/modules/services_discovery/hal.c
11121 M /trunk/modules/services_discovery/upnp_cc.cpp
11122 M /trunk/modules/services_discovery/upnp_intel.cpp
11123 M /trunk/src/playlist/services_discovery.c
11125 services_discovery: stores the category & onelevel playlist_item_t* in the services_discovery_t structure
11126 simplify upnp* and hal modules
11128 ------------------------------------------------------------------------
11129 r22520 | courmisch | 2007-10-10 19:50:31 +0200 (Wed, 10 Oct 2007) | 2 lines
11131 M /trunk/configure.ac
11132 M /trunk/modules/demux/smf.c
11136 ------------------------------------------------------------------------
11137 r22519 | courmisch | 2007-10-10 17:01:02 +0200 (Wed, 10 Oct 2007) | 3 lines
11139 M /trunk/modules/demux/smf.c
11141 Create ES, maintain PTS, and actually send MIDI messages to decoder
11142 (Still MIDI tempo is critically missing)
11144 ------------------------------------------------------------------------
11145 r22518 | funman | 2007-10-10 17:00:01 +0200 (Wed, 10 Oct 2007) | 1 line
11147 M /trunk/src/playlist/search.c
11149 playlist: a node item can have an input associated (example: cdda)
11150 ------------------------------------------------------------------------
11151 r22517 | bitmap | 2007-10-10 05:41:17 +0200 (Wed, 10 Oct 2007) | 5 lines
11153 M /trunk/src/video_output/vout_subpictures.c
11155 Attempt to stop subtitles going off screen in some formats, when
11156 width and height are specified in the subtitles stream. This may
11157 result in chunkier text in some instances, but it should get it
11158 back on screen at least. Will look into smoothing it out next.
11160 ------------------------------------------------------------------------
11161 r22516 | xtophe | 2007-10-10 01:06:14 +0200 (Wed, 10 Oct 2007) | 2 lines
11166 Slovak and Polish l18n update. Thanks to Mari?\195?\161n Hikan?\195?\173k and Micha?\197?\130 Trzebiatowski
11168 ------------------------------------------------------------------------
11169 r22515 | xtophe | 2007-10-10 01:06:07 +0200 (Wed, 10 Oct 2007) | 1 line
11171 M /trunk/po/POTFILES.in
11172 M /trunk/po/vlc.pot
11175 ------------------------------------------------------------------------
11176 r22514 | fenrir | 2007-10-10 00:16:12 +0200 (Wed, 10 Oct 2007) | 3 lines
11178 M /trunk/modules/demux/mkv.cpp
11180 Add a check against broken files (It would be great if someone that understand
11181 the mkv demuxer could double checked it)
11183 ------------------------------------------------------------------------
11184 r22513 | courmisch | 2007-10-09 22:15:44 +0200 (Tue, 09 Oct 2007) | 3 lines
11186 M /trunk/modules/demux/Modules.am
11187 A /trunk/modules/demux/smf.c
11189 Preliminary incomplete Standard MIDI File demux
11190 (Still missing the ES out so pretty useless, but got to sleep now)
11192 ------------------------------------------------------------------------
11193 r22512 | jb | 2007-10-09 19:33:50 +0200 (Tue, 09 Oct 2007) | 3 lines
11195 M /trunk/modules/codec/ffmpeg/ffmpeg.c
11197 ffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
11200 ------------------------------------------------------------------------
11201 r22511 | fkuehne | 2007-10-09 18:43:12 +0200 (Tue, 09 Oct 2007) | 6 lines
11203 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
11204 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
11205 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
11206 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
11207 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
11208 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
11209 M /trunk/modules/gui/macosx/intf.h
11210 M /trunk/modules/gui/macosx/intf.m
11211 M /trunk/modules/gui/macosx/open.m
11212 M /trunk/modules/gui/macosx/playlistinfo.h
11213 M /trunk/modules/gui/macosx/playlistinfo.m
11216 macosx: Multiple GUI improvements follow j-b's and my approach to synchronise the QT4 and OSX intfs, more to come
11217 - "Use DVD Menus" is inverted now, so it's "No DVD Menus"
11218 - 3 dots at the end of a menu-item's caption mean that the entry will trigger a window (following Apple's HIGL)
11219 - removed the entries for "Report a Bug" and "License". The first isn't necessary as we got enough of them and users doing useable reports know how to do, the latter will re-appear in the to-be-re-designed About panel.
11220 - additionally, removed useless occurences of vlc_bool_t in favour of BOOL
11221 - preparations to add fps to Statistics
11222 ------------------------------------------------------------------------
11223 r22510 | funman | 2007-10-09 17:13:17 +0200 (Tue, 09 Oct 2007) | 1 line
11225 M /trunk/modules/gui/qt4/components/open.cpp
11226 M /trunk/modules/gui/qt4/components/open.hpp
11228 qt4 capture card dialog: lists v4l2
11229 ------------------------------------------------------------------------
11230 r22509 | funman | 2007-10-09 16:08:55 +0200 (Tue, 09 Oct 2007) | 1 line
11232 M /trunk/modules/control/http/http.h
11233 M /trunk/modules/control/http/mvar.c
11235 http: psz_dir is not meant to be a const
11236 ------------------------------------------------------------------------
11237 r22508 | funman | 2007-10-09 16:05:57 +0200 (Tue, 09 Oct 2007) | 1 line
11239 M /trunk/modules/control/http/mvar.c
11241 Partly revert [20969]. fix #1311
11242 ------------------------------------------------------------------------
11243 r22507 | funman | 2007-10-09 14:45:33 +0200 (Tue, 09 Oct 2007) | 2 lines
11245 M /trunk/modules/access_output/http.c
11247 http output: fix bonjour advertising
11249 ------------------------------------------------------------------------
11250 r22506 | funman | 2007-10-09 13:48:29 +0200 (Tue, 09 Oct 2007) | 1 line
11252 M /trunk/modules/misc/freetype.c
11254 freetype: make sure the FontBuilder is finished when we destroy the module.
11255 ------------------------------------------------------------------------
11256 r22505 | funman | 2007-10-09 08:48:49 +0200 (Tue, 09 Oct 2007) | 1 line
11258 M /trunk/modules/services_discovery/bonjour.c
11260 bonjour: checks asprintf() return value, checks name before using it
11261 ------------------------------------------------------------------------
11262 r22504 | jb | 2007-10-09 04:35:17 +0200 (Tue, 09 Oct 2007) | 3 lines
11264 M /trunk/modules/gui/qt4/dialogs_provider.hpp
11266 Qt4 - use enums instead of defines when you can.
11269 ------------------------------------------------------------------------
11270 r22503 | jb | 2007-10-09 04:28:01 +0200 (Tue, 09 Oct 2007) | 3 lines
11272 M /trunk/modules/gui/qt4/dialogs/errors.hpp
11273 M /trunk/modules/gui/qt4/dialogs/help.hpp
11274 M /trunk/modules/gui/qt4/menus.hpp
11275 M /trunk/modules/gui/qt4/util/directslider.hpp
11276 M /trunk/modules/gui/qt4/util/input_slider.hpp
11278 Qt4 - header corrections.
11281 ------------------------------------------------------------------------
11282 r22502 | jb | 2007-10-09 04:22:28 +0200 (Tue, 09 Oct 2007) | 3 lines
11284 M /trunk/modules/gui/qt4/dialogs/open.cpp
11285 M /trunk/modules/gui/qt4/main_interface.cpp
11287 Qt4 - fix compilation.
11290 ------------------------------------------------------------------------
11291 r22501 | jb | 2007-10-09 04:20:07 +0200 (Tue, 09 Oct 2007) | 3 lines
11293 M /trunk/modules/gui/qt4/components/open.cpp
11294 M /trunk/modules/gui/qt4/components/open.hpp
11296 Qt4 - Open: start to use a completer, use an enum and no stupid #define.
11299 ------------------------------------------------------------------------
11300 r22500 | jb | 2007-10-09 04:16:30 +0200 (Tue, 09 Oct 2007) | 3 lines
11302 M /trunk/modules/gui/qt4/main_interface.cpp
11303 M /trunk/modules/gui/qt4/main_interface.hpp
11305 Qt4 - no more timeElapsed/timeReamining menu for a boolean option. Right and left click toggle it, while double click opens the goto one. kudos to the KDE team.
11308 ------------------------------------------------------------------------
11309 r22499 | jb | 2007-10-09 04:11:18 +0200 (Tue, 09 Oct 2007) | 3 lines
11311 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
11313 Qt4 - playlist: invert random/repeat buttons to match OSX intf and iTunes.
11316 ------------------------------------------------------------------------
11317 r22498 | jb | 2007-10-09 04:10:33 +0200 (Tue, 09 Oct 2007) | 3 lines
11319 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
11321 Qt4 - double clicking the time can open the gotoTimeDialog ! Feature request to match OSX behaviour.
11324 ------------------------------------------------------------------------
11325 r22497 | jb | 2007-10-09 04:09:22 +0200 (Tue, 09 Oct 2007) | 3 lines
11327 M /trunk/modules/gui/qt4/dialogs/open.cpp
11329 Qt4 - Don't use things that can change from one version to another one of Qt.
11332 ------------------------------------------------------------------------
11333 r22496 | jb | 2007-10-09 03:55:01 +0200 (Tue, 09 Oct 2007) | 3 lines
11335 M /trunk/modules/gui/qt4/Modules.am
11336 M /trunk/modules/gui/qt4/menus.cpp
11337 M /trunk/modules/gui/qt4/playlist_model.cpp
11339 Qt4 - pixmaps: fix compilation with new pixmaps.
11342 ------------------------------------------------------------------------
11343 r22495 | jb | 2007-10-09 03:38:56 +0200 (Tue, 09 Oct 2007) | 3 lines
11345 M /trunk/modules/gui/qt4/res.qrc
11347 Qt-4 - res update for pixmaps.
11350 ------------------------------------------------------------------------
11351 r22494 | jb | 2007-10-09 03:29:15 +0200 (Tue, 09 Oct 2007) | 3 lines
11353 A /trunk/modules/gui/qt4/pixmaps/cdda_16px.png
11354 D /trunk/modules/gui/qt4/pixmaps/help_16px.png
11355 D /trunk/modules/gui/qt4/pixmaps/info_16px.png
11356 A /trunk/modules/gui/qt4/pixmaps/menus_help_16px.png (from /trunk/modules/gui/qt4/pixmaps/help_16px.png:22493)
11357 A /trunk/modules/gui/qt4/pixmaps/menus_info_16px.png (from /trunk/modules/gui/qt4/pixmaps/info_16px.png:22493)
11358 A /trunk/modules/gui/qt4/pixmaps/menus_messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/messages_16px.png:22493)
11359 A /trunk/modules/gui/qt4/pixmaps/menus_preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/preferences_16px.png:22493)
11360 A /trunk/modules/gui/qt4/pixmaps/menus_quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/quit_16px.png:22493)
11361 A /trunk/modules/gui/qt4/pixmaps/menus_settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/settings_16px.png:22493)
11362 A /trunk/modules/gui/qt4/pixmaps/menus_stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/stream_16px.png:22493)
11363 D /trunk/modules/gui/qt4/pixmaps/messages_16px.png
11364 A /trunk/modules/gui/qt4/pixmaps/playlist.png (from /trunk/modules/gui/qt4/pixmaps/playlist_icon.png:22492)
11365 D /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
11366 D /trunk/modules/gui/qt4/pixmaps/preferences_16px.png
11367 D /trunk/modules/gui/qt4/pixmaps/quit_16px.png
11368 D /trunk/modules/gui/qt4/pixmaps/settings_16px.png
11369 D /trunk/modules/gui/qt4/pixmaps/stream_16px.png
11370 D /trunk/modules/gui/qt4/pixmaps/type_card.xpm
11371 D /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
11372 A /trunk/modules/gui/qt4/pixmaps/type_directory.png
11373 D /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
11374 D /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
11375 A /trunk/modules/gui/qt4/pixmaps/type_file.png
11376 D /trunk/modules/gui/qt4/pixmaps/type_file.xpm
11377 A /trunk/modules/gui/qt4/pixmaps/type_net.png
11378 D /trunk/modules/gui/qt4/pixmaps/type_net.xpm
11379 A /trunk/modules/gui/qt4/pixmaps/type_node.png
11380 D /trunk/modules/gui/qt4/pixmaps/type_node.xpm
11381 A /trunk/modules/gui/qt4/pixmaps/type_playlist.png
11382 D /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
11384 Qt4 - pixmaps again. Removing bigger images, useless ones, and cleaning.
11387 ------------------------------------------------------------------------
11388 r22493 | jb | 2007-10-09 03:03:03 +0200 (Tue, 09 Oct 2007) | 2 lines
11390 A /trunk/modules/gui/qt4/pixmaps/advprefs_audio.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png:22492)
11391 A /trunk/modules/gui/qt4/pixmaps/advprefs_codec.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png:22492)
11392 A /trunk/modules/gui/qt4/pixmaps/advprefs_extended.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png:22492)
11393 A /trunk/modules/gui/qt4/pixmaps/advprefs_intf.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png:22492)
11394 A /trunk/modules/gui/qt4/pixmaps/advprefs_playlist.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png:22492)
11395 A /trunk/modules/gui/qt4/pixmaps/advprefs_sout.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png:22492)
11396 A /trunk/modules/gui/qt4/pixmaps/advprefs_video.png (from /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png:22492)
11397 A /trunk/modules/gui/qt4/pixmaps/capture-card_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png:22492)
11398 A /trunk/modules/gui/qt4/pixmaps/disc_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png:22492)
11399 A /trunk/modules/gui/qt4/pixmaps/file-asym_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png:22492)
11400 A /trunk/modules/gui/qt4/pixmaps/file-wide_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png:22492)
11401 A /trunk/modules/gui/qt4/pixmaps/folder-blue_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png:22492)
11402 A /trunk/modules/gui/qt4/pixmaps/folder-grey_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png:22492)
11403 A /trunk/modules/gui/qt4/pixmaps/harddisk_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png:22492)
11404 A /trunk/modules/gui/qt4/pixmaps/help_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png:22492)
11405 A /trunk/modules/gui/qt4/pixmaps/info_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png:22492)
11406 A /trunk/modules/gui/qt4/pixmaps/messages_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png:22492)
11407 A /trunk/modules/gui/qt4/pixmaps/network_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png:22492)
11408 A /trunk/modules/gui/qt4/pixmaps/next_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png:22492)
11409 A /trunk/modules/gui/qt4/pixmaps/pause_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png:22492)
11410 A /trunk/modules/gui/qt4/pixmaps/play_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png:22492)
11411 A /trunk/modules/gui/qt4/pixmaps/playlist_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png:22492)
11412 A /trunk/modules/gui/qt4/pixmaps/playlist_add.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png:22492)
11413 A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_all.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png:22492)
11414 A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png:22492)
11415 A /trunk/modules/gui/qt4/pixmaps/playlist_repeat_one.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png:22492)
11416 A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_off.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png:22492)
11417 A /trunk/modules/gui/qt4/pixmaps/playlist_shuffle_on.png (from /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png:22492)
11418 A /trunk/modules/gui/qt4/pixmaps/preferences_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png:22492)
11419 A /trunk/modules/gui/qt4/pixmaps/previous_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png:22492)
11420 A /trunk/modules/gui/qt4/pixmaps/quit_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png:22492)
11421 A /trunk/modules/gui/qt4/pixmaps/record_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png:22492)
11422 A /trunk/modules/gui/qt4/pixmaps/settings_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png:22492)
11423 A /trunk/modules/gui/qt4/pixmaps/stop_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png:22492)
11424 A /trunk/modules/gui/qt4/pixmaps/stream_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png:22492)
11425 A /trunk/modules/gui/qt4/pixmaps/tape_16px.png (from /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png:22492)
11426 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
11427 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
11428 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
11429 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
11430 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
11431 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
11432 D /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
11433 D /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
11434 D /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
11435 D /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
11436 D /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
11437 D /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
11438 D /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
11439 D /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
11440 D /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
11441 D /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
11442 D /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
11443 D /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
11444 D /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
11445 D /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
11446 D /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
11447 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
11448 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
11449 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
11450 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
11451 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
11452 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
11453 D /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
11454 D /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
11455 D /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
11456 D /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
11457 D /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
11458 D /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
11459 D /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
11460 D /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
11461 D /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
11462 M /trunk/modules/gui/qt4/res.qrc
11464 Qt - pixmaps cleaning. First.
11466 ------------------------------------------------------------------------
11467 r22492 | jb | 2007-10-09 02:17:41 +0200 (Tue, 09 Oct 2007) | 3 lines
11469 M /trunk/extras/contrib/src/packages.mak
11471 Contribs - bumps png version to avoid multiple crashes.
11474 ------------------------------------------------------------------------
11475 r22491 | funman | 2007-10-09 02:03:15 +0200 (Tue, 09 Oct 2007) | 1 line
11477 M /trunk/modules/access/v4l2.c
11479 v4l2: fix mmap method
11480 ------------------------------------------------------------------------
11481 r22490 | funman | 2007-10-09 01:48:16 +0200 (Tue, 09 Oct 2007) | 3 lines
11483 M /trunk/modules/access/v4l2.c
11485 v4l2: replaces bad malloc( sizeof(x) * i )/memset(&, 0, sizeof(x)) by calloc(1, sizeof(x) * i)
11486 removes extra spaces, removes tabs
11488 ------------------------------------------------------------------------
11489 r22489 | jb | 2007-10-09 01:15:06 +0200 (Tue, 09 Oct 2007) | 3 lines
11491 M /trunk/modules/gui/qt4/menus.cpp
11493 Qt4 - Small menus changes.
11496 ------------------------------------------------------------------------
11497 r22488 | jb | 2007-10-09 01:14:23 +0200 (Tue, 09 Oct 2007) | 3 lines
11499 M /trunk/include/vlc_intf_strings.h
11500 M /trunk/modules/gui/qt4/dialogs/help.cpp
11501 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
11503 Qt4 - start to change things to match OSX interface.
11506 ------------------------------------------------------------------------
11507 r22487 | jb | 2007-10-09 01:12:51 +0200 (Tue, 09 Oct 2007) | 2 lines
11509 M /trunk/modules/gui/qt4/ui/open_disk.ui
11511 Qt4 - Open disk: layout bug.
11513 ------------------------------------------------------------------------
11514 r22486 | jb | 2007-10-09 01:12:24 +0200 (Tue, 09 Oct 2007) | 3 lines
11516 M /trunk/modules/gui/qt4/ui/sout.ui
11518 Qt4 / Sout: Ogg => Ogg/Ogm, small change on the layout.
11521 ------------------------------------------------------------------------
11522 r22485 | funman | 2007-10-08 23:11:50 +0200 (Mon, 08 Oct 2007) | 1 line
11524 M /trunk/modules/gui/qt4/main_interface.cpp
11526 Checks if the videoWidget exist before resizing it, fix #1328
11527 ------------------------------------------------------------------------
11528 r22484 | jpsaman | 2007-10-08 22:46:23 +0200 (Mon, 08 Oct 2007) | 8 lines
11530 M /trunk/modules/misc/freetype.c
11532 Run FontBuilder thread after Freetype has been initialized and no error paths are can be taken. This should solve the crash reported by several people with the video title (or meta-name) appearing at start of the movie.
11534 The freetype module starts another thread called FontBuilder and depending on timing this creates a crash or works allright. The crash is triggered by the font not being found. This patch tries to load the font first before the FontBuilder thread is started.
11536 I was unable to reproduce the crash with the patch applied. Without the patch the crash is reproducable.
11538 As discussed on the mailinglist the FontBuilder thread doesn't depend on the freetype initialisation and rearanging the order should do no harm.
11540 ------------------------------------------------------------------------
11541 r22483 | fenrir | 2007-10-08 21:04:03 +0200 (Mon, 08 Oct 2007) | 2 lines
11543 M /trunk/modules/demux/ty.c
11545 Removed unused variables.
11547 ------------------------------------------------------------------------
11548 r22482 | fenrir | 2007-10-08 21:03:16 +0200 (Mon, 08 Oct 2007) | 2 lines
11550 M /trunk/modules/demux/flac.c
11554 ------------------------------------------------------------------------
11555 r22481 | fenrir | 2007-10-08 21:02:18 +0200 (Mon, 08 Oct 2007) | 2 lines
11557 M /trunk/modules/demux/cdg.c
11561 ------------------------------------------------------------------------
11562 r22480 | fenrir | 2007-10-08 20:59:16 +0200 (Mon, 08 Oct 2007) | 2 lines
11564 M /trunk/modules/access/dvb/linux_dvb.c
11566 Fixed 2 missing "%s" -> "%m"
11568 ------------------------------------------------------------------------
11569 r22479 | fenrir | 2007-10-08 20:48:00 +0200 (Mon, 08 Oct 2007) | 3 lines
11571 M /trunk/modules/demux/a52.c
11573 Let the input handle meta data and attachments for ac3 audio
11574 (there was no meta data support for ac3).
11576 ------------------------------------------------------------------------
11577 r22478 | fenrir | 2007-10-08 20:46:12 +0200 (Mon, 08 Oct 2007) | 2 lines
11579 M /trunk/modules/demux/ogg.c
11581 Let the input handle meta data and attachments for ogg files.
11583 ------------------------------------------------------------------------
11584 r22477 | fenrir | 2007-10-08 20:43:16 +0200 (Mon, 08 Oct 2007) | 3 lines
11586 M /trunk/modules/demux/flac.c
11588 Let the input handle *extra* meta data and attachments for flac audio.
11589 (We still parse the flac meta data as a safety, in case taglib support is not there)
11591 ------------------------------------------------------------------------
11592 r22476 | fenrir | 2007-10-08 20:37:53 +0200 (Mon, 08 Oct 2007) | 2 lines
11594 M /trunk/modules/demux/mpc.c
11596 Let the input handle meta data and attachments for musepack audio.
11598 ------------------------------------------------------------------------
11599 r22475 | fenrir | 2007-10-08 20:32:47 +0200 (Mon, 08 Oct 2007) | 2 lines
11601 M /trunk/modules/demux/mpeg/m4a.c
11603 Let the input handle meta data and attachments for mpeg4 audio.
11605 ------------------------------------------------------------------------
11606 r22474 | fenrir | 2007-10-08 20:32:14 +0200 (Mon, 08 Oct 2007) | 2 lines
11608 M /trunk/modules/demux/mpeg/mpga.c
11610 Let the input handle meta data and attachments for mpeg audio.
11612 ------------------------------------------------------------------------
11613 r22473 | fenrir | 2007-10-08 20:30:11 +0200 (Mon, 08 Oct 2007) | 8 lines
11615 M /trunk/include/vlc_demux.h
11616 M /trunk/src/input/demux.c
11617 M /trunk/src/input/es_out.c
11618 M /trunk/src/input/input.c
11620 Es out now takes care of settings the audio replay gain from meta data
11621 if the demuxer has not set them.
11622 Added a demux2 control DEMUX_HAS_UNSUPPORTED_META.
11623 A demuxer should return true only when the format support extra meta
11624 data (id3/ap2/...) but it does not read them itself. The input will then
11625 call a "meta reader" (demuxer modifications on the way).
11628 ------------------------------------------------------------------------
11629 r22472 | xtophe | 2007-10-08 19:26:51 +0200 (Mon, 08 Oct 2007) | 3 lines
11631 M /trunk/modules/visualization/galaktos/Modules.am
11632 M /trunk/modules/visualization/galaktos/fftsg.c
11634 galaktos: -distribute fftsg.h
11635 -get rid of bad merge remnant
11637 ------------------------------------------------------------------------
11638 r22471 | funman | 2007-10-08 15:57:22 +0200 (Mon, 08 Oct 2007) | 1 line
11640 M /trunk/extras/contrib/src/Makefile
11642 contribs: don't try to install the shared library if it doesn't exist, fix [22437]. Spotted by John Dalgliesh
11643 ------------------------------------------------------------------------
11644 r22470 | funman | 2007-10-08 03:13:27 +0200 (Mon, 08 Oct 2007) | 2 lines
11646 M /trunk/modules/misc/audioscrobbler.c
11648 audioscrobbler: we are already in our own thread, no need to create another one
11650 ------------------------------------------------------------------------
11651 r22469 | funman | 2007-10-08 02:36:36 +0200 (Mon, 08 Oct 2007) | 4 lines
11653 M /trunk/modules/misc/audioscrobbler.c
11655 audioscrobbler: use condition variables to be signaled when there are songs to be submitted.
11656 checks if playlist has been stopped in the input "state" callback
11657 holds the p_sys mutex only when writing/reading audioscrobbler_song_t data
11659 ------------------------------------------------------------------------
11660 r22468 | funman | 2007-10-08 00:07:07 +0200 (Mon, 08 Oct 2007) | 7 lines
11662 M /trunk/modules/misc/audioscrobbler.c
11664 audioscrobbler: rewrite for new protocol 1.2
11665 allocate as much as we can on the stack, to avoid numerous malloc() & free()
11666 fix memory leaks by the same way
11667 metadata reading is now performed exclusively from the callbacks
11668 don't use linked lists anymore, but a queue of a fixed size of 50 songs, i.e. the maximum we can transmit in one submission.
11669 properly unloads the module when encountering a fatal error, like no username/pw, no memory, VLC being banned by last.fm servers ...
11671 ------------------------------------------------------------------------
11672 r22467 | funman | 2007-10-07 23:20:30 +0200 (Sun, 07 Oct 2007) | 1 line
11674 M /trunk/src/playlist/loadsave.c
11676 media library loading: remove "meta-file" input option from subitems
11677 ------------------------------------------------------------------------
11678 r22466 | funman | 2007-10-07 20:38:31 +0200 (Sun, 07 Oct 2007) | 2 lines
11680 M /trunk/modules/misc/dhparams.h
11682 dhparams: svn:keyword = $Id$
11684 ------------------------------------------------------------------------
11685 r22465 | funman | 2007-10-07 20:30:58 +0200 (Sun, 07 Oct 2007) | 2 lines
11687 D /trunk/po/ChangeLog
11689 Delete old gettext changelog
11691 ------------------------------------------------------------------------
11692 r22464 | funman | 2007-10-07 19:54:41 +0200 (Sun, 07 Oct 2007) | 4 lines
11694 M /trunk/share/luaplaylist/youtube.lua
11695 M /trunk/share/luaplaylist/youtube_homepage.lua
11697 fix youtube lua probing, avoid infinite loops
11698 homepage: use %? to represent '?'
11699 other: probe is not successfull anymore for urls like http://10.0.0.1/get_video?xxxx&origin=youtube.com
11701 ------------------------------------------------------------------------
11702 r22463 | xtophe | 2007-10-07 17:22:49 +0200 (Sun, 07 Oct 2007) | 2 lines
11704 M /trunk/po/POTFILES.in
11708 ------------------------------------------------------------------------
11709 r22462 | xtophe | 2007-10-07 01:32:37 +0200 (Sun, 07 Oct 2007) | 2 lines
11711 M /trunk/modules/visualization/galaktos/PCM.c
11712 M /trunk/modules/visualization/galaktos/beat_detect.c
11713 M /trunk/modules/visualization/galaktos/builtin_funcs.c
11714 M /trunk/modules/visualization/galaktos/custom_shape.c
11715 M /trunk/modules/visualization/galaktos/custom_wave.c
11716 M /trunk/modules/visualization/galaktos/eval.c
11717 M /trunk/modules/visualization/galaktos/fftsg.c
11718 A /trunk/modules/visualization/galaktos/fftsg.h
11719 M /trunk/modules/visualization/galaktos/func.c
11720 M /trunk/modules/visualization/galaktos/init_cond.c
11721 M /trunk/modules/visualization/galaktos/main.c
11722 M /trunk/modules/visualization/galaktos/param.c
11723 M /trunk/modules/visualization/galaktos/parser.c
11724 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
11725 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
11726 M /trunk/modules/visualization/galaktos/preset.c
11727 M /trunk/modules/visualization/galaktos/splaytree.c
11728 M /trunk/modules/visualization/galaktos/tree_types.c
11729 M /trunk/modules/visualization/galaktos/video_init.c
11731 galaktos/*: warnings hunt
11733 ------------------------------------------------------------------------
11734 r22461 | xtophe | 2007-10-07 00:07:12 +0200 (Sun, 07 Oct 2007) | 2 lines
11736 M /trunk/modules/video_output/caca.c
11740 ------------------------------------------------------------------------
11741 r22460 | damienf | 2007-10-06 19:33:42 +0200 (Sat, 06 Oct 2007) | 2 lines
11743 M /trunk/include/vlc_threads_funcs.h
11745 threads: win32 version of vlc_cond_timedwait()
11747 ------------------------------------------------------------------------
11748 r22459 | damienf | 2007-10-06 18:50:35 +0200 (Sat, 06 Oct 2007) | 2 lines
11750 M /trunk/extras/contrib/src/Makefile
11752 - contribs: Makefile, don't confuse mingw with cygwin
11754 ------------------------------------------------------------------------
11755 r22458 | xtophe | 2007-10-06 18:36:28 +0200 (Sat, 06 Oct 2007) | 2 lines
11757 M /trunk/modules/gui/qt4/Modules.am
11759 Don't forget to update build system when you remove or add files!
11761 ------------------------------------------------------------------------
11762 r22457 | xtophe | 2007-10-06 17:34:52 +0200 (Sat, 06 Oct 2007) | 4 lines
11764 M /trunk/modules/access/v4l2.c
11766 v4l2: Remove already included headers
11770 ------------------------------------------------------------------------
11771 r22456 | jb | 2007-10-06 15:55:03 +0200 (Sat, 06 Oct 2007) | 2 lines
11773 M /trunk/modules/gui/qt4/dialogs/errors.cpp
11774 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
11775 M /trunk/modules/gui/qt4/dialogs/help.cpp
11776 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
11777 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
11778 M /trunk/modules/gui/qt4/dialogs/messages.cpp
11779 M /trunk/modules/gui/qt4/dialogs/open.cpp
11780 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
11781 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
11782 M /trunk/modules/gui/qt4/dialogs/sout.cpp
11783 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
11784 M /trunk/modules/gui/qt4/ui/sout.ui
11786 Qt4 - #include cleaning (2)
11788 ------------------------------------------------------------------------
11789 r22455 | jb | 2007-10-06 15:53:53 +0200 (Sat, 06 Oct 2007) | 3 lines
11791 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
11792 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
11793 M /trunk/modules/gui/qt4/components/open.cpp
11794 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
11795 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
11796 D /trunk/modules/gui/qt4/components/streaming
11797 M /trunk/modules/gui/qt4/qt4.hpp
11798 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
11800 Qt4 - #include cleaning
11803 ------------------------------------------------------------------------
11804 r22454 | jb | 2007-10-06 15:41:27 +0200 (Sat, 06 Oct 2007) | 3 lines
11806 M /trunk/modules/gui/qt4/components/extended_panels.cpp
11807 M /trunk/modules/gui/qt4/components/extended_panels.hpp
11808 M /trunk/modules/gui/qt4/dialogs/extended.cpp
11809 D /trunk/modules/gui/qt4/ui/spatializer.ui
11811 Qt4 - enable and modify the spatializer widget. Don't use a ui for a QCheckbox and a QFrame.
11814 ------------------------------------------------------------------------
11815 r22453 | jb | 2007-10-06 15:40:16 +0200 (Sat, 06 Oct 2007) | 3 lines
11817 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
11818 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp
11819 M /trunk/modules/gui/qt4/dialogs_provider.cpp
11820 M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
11822 Qt4: podcast configuration, don't use a modal window, don't use a Qdailog but a QVLCFrame.
11825 ------------------------------------------------------------------------
11826 r22452 | jpsaman | 2007-10-06 13:26:34 +0200 (Sat, 06 Oct 2007) | 1 line
11829 M /trunk/modules/access/v4l2.c
11831 Patch for v4l2 support by Richard Hosking <richard AT hovis DOT net>
11832 ------------------------------------------------------------------------
11833 r22451 | funman | 2007-10-06 00:06:47 +0200 (Sat, 06 Oct 2007) | 1 line
11835 M /trunk/modules/misc/probe/hal.c
11837 hal probe: disable unused code
11838 ------------------------------------------------------------------------
11839 r22450 | courmisch | 2007-10-05 16:43:19 +0200 (Fri, 05 Oct 2007) | 4 lines
11841 M /trunk/modules/audio_filter/resampler/linear.c
11843 Initialize end_date in linear resampler.
11844 Someone should really review this.
11845 This does not affect the trivial resampler; I have not checked the others.
11847 ------------------------------------------------------------------------
11848 r22449 | ileoo | 2007-10-05 13:52:11 +0200 (Fri, 05 Oct 2007) | 2 lines
11850 M /trunk/modules/gui/qt4/dialogs/sout.cpp
11852 don't add empty mux= in sout-chain if no mux has been selected
11854 ------------------------------------------------------------------------
11855 r22448 | pdherbemont | 2007-10-05 13:13:47 +0200 (Fri, 05 Oct 2007) | 2 lines
11857 M /trunk/include/vlc/libvlc.h
11859 vlc/libvlc.h: Remove deprecated functions definition. (Patch by Enrique Osuna)
11861 ------------------------------------------------------------------------
11862 r22447 | pdherbemont | 2007-10-05 11:52:48 +0200 (Fri, 05 Oct 2007) | 2 lines
11864 M /trunk/src/control/media_instance.c
11866 control/media_instance.c: Remove an unused variable. (Pointed by jb).
11868 ------------------------------------------------------------------------
11869 r22446 | jb | 2007-10-05 01:32:26 +0200 (Fri, 05 Oct 2007) | 2 lines
11871 M /trunk/extras/contrib/src/Makefile
11873 OOps - tab, I hate :set et
11875 ------------------------------------------------------------------------
11876 r22445 | xtophe | 2007-10-04 23:51:55 +0200 (Thu, 04 Oct 2007) | 2 lines
11878 M /trunk/modules/access/cdda/access.c
11882 ------------------------------------------------------------------------
11883 r22444 | jb | 2007-10-04 23:37:30 +0200 (Thu, 04 Oct 2007) | 3 lines
11885 M /trunk/extras/contrib/src/Makefile
11887 Contribs: flac patch for broken CYGWIN :D
11890 ------------------------------------------------------------------------
11891 r22443 | xtophe | 2007-10-04 23:01:25 +0200 (Thu, 04 Oct 2007) | 2 lines
11895 Don't delete compile. It can't go wrong and get regenerated by configure anyway
11897 ------------------------------------------------------------------------
11898 r22442 | xtophe | 2007-10-04 22:43:07 +0200 (Thu, 04 Oct 2007) | 2 lines
11900 M /trunk/modules/gui/qt4/Modules.am
11904 ------------------------------------------------------------------------
11905 r22441 | courmisch | 2007-10-04 21:14:51 +0200 (Thu, 04 Oct 2007) | 2 lines
11907 M /trunk/modules/codec/araw.c
11909 Export bitrate for the benefit of stream output
11911 ------------------------------------------------------------------------
11912 r22440 | courmisch | 2007-10-04 21:06:04 +0200 (Thu, 04 Oct 2007) | 4 lines
11914 M /trunk/modules/stream_out/transcode.c
11916 transcode: Don't force a default audio bit rate.
11917 This screws up any audio codec that does not support transrating.
11918 There is something fishy here.
11920 ------------------------------------------------------------------------
11921 r22439 | courmisch | 2007-10-04 20:33:43 +0200 (Thu, 04 Oct 2007) | 2 lines
11923 M /trunk/modules/stream_out/rtp.c
11925 Also try to obey recommended ptime (20ms) for L16
11927 ------------------------------------------------------------------------
11928 r22438 | courmisch | 2007-10-04 20:28:06 +0200 (Thu, 04 Oct 2007) | 3 lines
11930 M /trunk/modules/stream_out/rtp.c
11932 Try to make 20ms packets for L8 and G.711
11933 (rather than as big packets as possible)
11935 ------------------------------------------------------------------------
11936 r22437 | funman | 2007-10-04 20:23:08 +0200 (Thu, 04 Oct 2007) | 1 line
11938 M /trunk/extras/contrib/src/Makefile
11940 contribs: don't build faad shared library
11941 ------------------------------------------------------------------------
11942 r22436 | courmisch | 2007-10-04 19:46:20 +0200 (Thu, 04 Oct 2007) | 2 lines
11944 M /trunk/include/vlc_sout.h
11945 M /trunk/modules/stream_out/rtp.c
11946 M /trunk/src/stream_output/sdp.c
11948 Factorize rtpmap formatting
11950 ------------------------------------------------------------------------
11951 r22435 | courmisch | 2007-10-04 19:29:22 +0200 (Thu, 04 Oct 2007) | 2 lines
11953 M /trunk/include/vlc_sout.h
11954 M /trunk/src/stream_output/sdp.c
11956 Make sdp_Start static since it is used nowhere outside
11958 ------------------------------------------------------------------------
11959 r22434 | courmisch | 2007-10-04 19:26:01 +0200 (Thu, 04 Oct 2007) | 2 lines
11961 M /trunk/modules/stream_out/rtp.c
11963 RTP audio stream clock rate is always the sample rate -> factorize
11965 ------------------------------------------------------------------------
11966 r22433 | courmisch | 2007-10-04 18:57:42 +0200 (Thu, 04 Oct 2007) | 2 lines
11968 M /trunk/modules/codec/adpcm.c
11969 M /trunk/modules/codec/araw.c
11971 Put some static tables const
11973 ------------------------------------------------------------------------
11974 r22432 | courmisch | 2007-10-04 18:33:52 +0200 (Thu, 04 Oct 2007) | 2 lines
11976 M /trunk/modules/stream_out/rtp.c
11978 Untested support for streaming G.711 over RTP
11980 ------------------------------------------------------------------------
11981 r22431 | courmisch | 2007-10-04 18:10:23 +0200 (Thu, 04 Oct 2007) | 2 lines
11983 M /trunk/configure.ac
11984 M /trunk/modules/codec/dmo/dmo.c
11986 Don't redefine existing constants - fix linux build
11988 ------------------------------------------------------------------------
11989 r22430 | funman | 2007-10-04 17:03:48 +0200 (Thu, 04 Oct 2007) | 1 line
11991 M /trunk/modules/meta_engine/id3tag.c
11993 id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer
11994 ------------------------------------------------------------------------
11995 r22429 | oaubert | 2007-10-04 17:01:01 +0200 (Thu, 04 Oct 2007) | 2 lines
11997 M /trunk/configure.ac
11998 M /trunk/vlc.win32.nsi.in
12000 Bundle libvlc-control.dll in the win32 installer
12002 ------------------------------------------------------------------------
12003 r22428 | funman | 2007-10-04 15:30:27 +0200 (Thu, 04 Oct 2007) | 1 line
12005 M /trunk/modules/meta_engine/id3tag.c
12007 id3tag: properly casts p_demux->p_private
12008 ------------------------------------------------------------------------
12009 r22427 | funman | 2007-10-04 15:19:46 +0200 (Thu, 04 Oct 2007) | 1 line
12011 M /trunk/modules/demux/mpeg/mpga.c
12013 mpga demux: remove debug printf
12014 ------------------------------------------------------------------------
12015 r22426 | funman | 2007-10-04 06:58:38 +0200 (Thu, 04 Oct 2007) | 1 line
12017 M /trunk/modules/control/dbus.c
12019 dbus: adds some playlist locking, finish [22423]
12020 ------------------------------------------------------------------------
12021 r22425 | funman | 2007-10-04 06:41:15 +0200 (Thu, 04 Oct 2007) | 1 line
12023 M /trunk/modules/demux/mpeg/m4a.c
12025 m4a demuxer: last missing include
12026 ------------------------------------------------------------------------
12027 r22424 | funman | 2007-10-04 06:22:59 +0200 (Thu, 04 Oct 2007) | 1 line
12029 M /trunk/modules/demux/mpc.c
12030 M /trunk/modules/demux/mpeg/m4a.c
12032 demuxers: add missing vlc_meta.h header
12033 ------------------------------------------------------------------------
12034 r22423 | funman | 2007-10-04 06:18:49 +0200 (Thu, 04 Oct 2007) | 2 lines
12036 M /trunk/modules/control/dbus.c
12037 M /trunk/modules/control/dbus.h
12039 dbus: simplify playlist operations
12041 ------------------------------------------------------------------------
12042 r22422 | funman | 2007-10-04 05:44:34 +0200 (Thu, 04 Oct 2007) | 4 lines
12044 M /trunk/modules/codec/ffmpeg/demux.c
12045 M /trunk/modules/demux/flac.c
12046 M /trunk/modules/demux/mpc.c
12047 M /trunk/modules/demux/mpeg/m4a.c
12048 M /trunk/modules/demux/mpeg/mpga.c
12049 M /trunk/modules/demux/ogg.c
12050 M /trunk/modules/demux/tta.c
12052 demuxers: remove the need for input_thread_t by using the new "meta-preparsed" input variable.
12053 tta & ffmpeg: remove unneeded "meta reader" loading
12054 tta didn't use anyway, and ffmpeg uses information from libavcodec
12056 ------------------------------------------------------------------------
12057 r22421 | funman | 2007-10-04 04:57:18 +0200 (Thu, 04 Oct 2007) | 4 lines
12059 M /trunk/modules/misc/freetype.c
12061 freetype: fix a segfault introduced in [21339]
12062 FcConfigSetCurrent( p_sys->p_fontconfig ) is useless since we already use that configuration, and it will destroy it.
12063 So, when we want to destroy it again when freetype module is closed, CRASH.
12065 ------------------------------------------------------------------------
12066 r22420 | funman | 2007-10-04 01:45:15 +0200 (Thu, 04 Oct 2007) | 1 line
12070 french translation: little update to the rc interface translation
12071 ------------------------------------------------------------------------
12072 r22419 | funman | 2007-10-04 01:26:01 +0200 (Thu, 04 Oct 2007) | 1 line
12074 M /trunk/modules/control/rc.c
12076 rc: add `random' command
12077 ------------------------------------------------------------------------
12078 r22418 | funman | 2007-10-04 01:17:55 +0200 (Thu, 04 Oct 2007) | 1 line
12080 M /trunk/modules/control/rc.c
12082 rc: ressuscite the goto command
12083 ------------------------------------------------------------------------
12084 r22417 | funman | 2007-10-04 00:53:04 +0200 (Thu, 04 Oct 2007) | 1 line
12086 M /trunk/modules/gui/ncurses.c
12088 ncurses: now play items from the top parent node (unless playing a specific node)
12089 ------------------------------------------------------------------------
12090 r22416 | xtophe | 2007-10-04 00:39:10 +0200 (Thu, 04 Oct 2007) | 2 lines
12092 M /trunk/po/POTFILES.in
12094 Update POTFILES.in. Fixes make dist
12096 ------------------------------------------------------------------------
12097 r22415 | fenrir | 2007-10-04 00:24:11 +0200 (Thu, 04 Oct 2007) | 6 lines
12099 M /trunk/modules/demux/subtitle.c
12100 M /trunk/src/input/input.c
12101 M /trunk/src/input/var.c
12103 Added a "meta-preparsed" input variable. A demuxer can test it by
12104 var_CreateGetBool( p_demux, "meta-preparsed" )
12105 (The demuxer should NOT overwrite it)
12106 subtitle: do not look for p_input when not necessary.
12109 ------------------------------------------------------------------------
12110 r22414 | funman | 2007-10-04 00:21:00 +0200 (Thu, 04 Oct 2007) | 1 line
12112 M /trunk/src/playlist/tree.c
12114 playlist: fix a segfault
12115 ------------------------------------------------------------------------
12116 r22413 | funman | 2007-10-03 23:29:34 +0200 (Wed, 03 Oct 2007) | 1 line
12118 M /trunk/src/control/video.c
12120 control/video: find the vout anywhere, so the one spawned by audio output (audio visualization) can be found. fix #1202
12121 ------------------------------------------------------------------------
12122 r22412 | funman | 2007-10-03 23:07:01 +0200 (Wed, 03 Oct 2007) | 1 line
12124 M /trunk/modules/meta_engine/taglib.cpp
12126 taglib: warn the user when the embedded image is invalid (i.e. was embedded by a broken version of iTunes)
12127 ------------------------------------------------------------------------
12128 r22411 | xtophe | 2007-10-03 22:03:37 +0200 (Wed, 03 Oct 2007) | 2 lines
12130 M /trunk/activex/plugin.h
12132 Compile fix for gcc 4.2 . Quovodis to review it.
12134 ------------------------------------------------------------------------
12135 r22410 | funman | 2007-10-03 21:29:49 +0200 (Wed, 03 Oct 2007) | 2 lines
12137 M /trunk/modules/codec/ffmpeg/demux.c
12138 M /trunk/modules/demux/flac.c
12139 M /trunk/modules/demux/mpc.c
12140 M /trunk/modules/demux/mpeg/m4a.c
12141 M /trunk/modules/demux/mpeg/mpga.c
12142 M /trunk/modules/demux/ogg.c
12143 M /trunk/modules/demux/tta.c
12145 Demuxers: do not load "meta reader" module if the input item has already been preparsed.
12147 ------------------------------------------------------------------------
12148 r22409 | courmisch | 2007-10-03 21:19:24 +0200 (Wed, 03 Oct 2007) | 2 lines
12150 M /trunk/modules/codec/dmo/dmo.c
12151 M /trunk/modules/codec/dmo/dmo.h
12153 Replace one GUID kludge with another one that does not break gcc4
12155 ------------------------------------------------------------------------
12156 r22408 | courmisch | 2007-10-03 21:04:57 +0200 (Wed, 03 Oct 2007) | 2 lines
12158 M /trunk/modules/access/vcd/cdrom.c
12160 Fix messed up cast that breaks gcc 4
12162 ------------------------------------------------------------------------
12163 r22407 | funman | 2007-10-03 20:36:03 +0200 (Wed, 03 Oct 2007) | 2 lines
12165 M /trunk/modules/demux/mp4/libmp4.c
12167 mp4 demuxer: don't try to print not printable characters.
12169 ------------------------------------------------------------------------
12170 r22406 | courmisch | 2007-10-03 19:27:10 +0200 (Wed, 03 Oct 2007) | 2 lines
12172 M /trunk/src/misc/messages.c
12174 Remove silly copy-cat code. vasprintf does not generate socket errors does it?
12176 ------------------------------------------------------------------------
12177 r22405 | funman | 2007-10-03 19:23:55 +0200 (Wed, 03 Oct 2007) | 4 lines
12179 M /trunk/src/misc/messages.c
12181 messages: revert [22404]
12182 Don't use strerror()
12183 The error message displayed can be useful to debugging purposes.
12185 ------------------------------------------------------------------------
12186 r22404 | courmisch | 2007-10-03 19:00:10 +0200 (Wed, 03 Oct 2007) | 2 lines
12188 M /trunk/src/misc/messages.c
12190 Remove survivor strerror (malloc always return ENOMEM when it fails anyway)
12192 ------------------------------------------------------------------------
12193 r22403 | funman | 2007-10-03 18:17:36 +0200 (Wed, 03 Oct 2007) | 1 line
12195 M /trunk/modules/meta_engine/taglib.cpp
12197 taglib: fix a memleak.
12198 ------------------------------------------------------------------------
12199 r22402 | funman | 2007-10-03 18:13:04 +0200 (Wed, 03 Oct 2007) | 6 lines
12201 M /trunk/modules/codec/ffmpeg/demux.c
12202 M /trunk/modules/demux/mpc.c
12203 M /trunk/modules/demux/mpeg/m4a.c
12204 M /trunk/modules/demux/ogg.c
12205 M /trunk/modules/demux/tta.c
12206 M /trunk/modules/meta_engine/taglib.cpp
12208 taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments.
12209 Use TagLib namespace for better code readability.
12211 demuxers: Adds attachments support for ogg.
12212 Fix potential memleaks.
12214 ------------------------------------------------------------------------
12215 r22401 | funman | 2007-10-03 03:27:08 +0200 (Wed, 03 Oct 2007) | 1 line
12217 M /trunk/modules/misc/notify/notify.c
12219 notify: unref the notification popup after we have finished using it. fix a big memory leak, and potential crashes.
12220 ------------------------------------------------------------------------
12221 r22400 | funman | 2007-10-03 02:35:13 +0200 (Wed, 03 Oct 2007) | 2 lines
12223 M /trunk/src/playlist/loadsave.c
12225 playlist: fix media library loading, fix #1320.
12227 ------------------------------------------------------------------------
12228 r22399 | pdherbemont | 2007-10-03 02:29:18 +0200 (Wed, 03 Oct 2007) | 2 lines
12232 Thanks more Enrique Osuna.
12234 ------------------------------------------------------------------------
12235 r22398 | pdherbemont | 2007-10-03 02:28:36 +0200 (Wed, 03 Oct 2007) | 2 lines
12237 M /trunk/src/control/media_instance.c
12239 control/media_instance.c: Fix a segfault caused by libvlc_media_instance_release. (Patch by Enrique Osuna).
12241 ------------------------------------------------------------------------
12242 r22397 | funman | 2007-10-03 01:14:43 +0200 (Wed, 03 Oct 2007) | 1 line
12244 M /trunk/modules/gui/ncurses.c
12246 ncurses: sets the parent node when selecting an item. fix playing from media library.
12247 ------------------------------------------------------------------------
12248 r22396 | funman | 2007-10-03 00:17:50 +0200 (Wed, 03 Oct 2007) | 1 line
12250 M /trunk/src/playlist/control.c
12252 playlist: don't request art nor set "playlist-current" for directory: & vlc: URIs
12253 ------------------------------------------------------------------------
12254 r22395 | yoann | 2007-10-02 23:51:43 +0200 (Tue, 02 Oct 2007) | 3 lines
12256 M /trunk/modules/demux/playlist/xspf.c
12258 * xspf.c: fixes parsing with xtag - closes #1293
12259 Someone should check if we could make xtag not send ENDELEM for self-closing tags, as libxml doesn't.
12261 ------------------------------------------------------------------------
12262 r22394 | funman | 2007-10-02 23:37:54 +0200 (Tue, 02 Oct 2007) | 1 line
12264 M /trunk/modules/codec/vorbis.c
12265 M /trunk/src/input/input.c
12266 M /trunk/src/input/var.c
12268 input: Removes useless "item-change" variable
12269 ------------------------------------------------------------------------
12270 r22393 | funman | 2007-10-02 23:19:36 +0200 (Tue, 02 Oct 2007) | 1 line
12272 M /trunk/modules/demux/mpeg/m4a.c
12274 m4a demuxer: initialize correctly p_sys
12275 ------------------------------------------------------------------------
12276 r22392 | fenrir | 2007-10-02 21:06:09 +0200 (Tue, 02 Oct 2007) | 2 lines
12278 M /trunk/src/input/decoder_synchro.c
12280 decoder_synchro_t does not need to be a vlc_object_t.
12282 ------------------------------------------------------------------------
12283 r22391 | fenrir | 2007-10-02 20:58:29 +0200 (Tue, 02 Oct 2007) | 2 lines
12285 M /trunk/modules/mux/asf.c
12287 Fixed const warnings.
12289 ------------------------------------------------------------------------
12290 r22390 | fenrir | 2007-10-02 20:48:51 +0200 (Tue, 02 Oct 2007) | 2 lines
12292 M /trunk/src/input/decoder_synchro.c
12294 Compilation fix, again.
12296 ------------------------------------------------------------------------
12297 r22389 | fenrir | 2007-10-02 20:47:29 +0200 (Tue, 02 Oct 2007) | 2 lines
12299 M /trunk/include/vlc_common.h
12303 ------------------------------------------------------------------------
12304 r22388 | fenrir | 2007-10-02 20:43:23 +0200 (Tue, 02 Oct 2007) | 2 lines
12306 A /trunk/include/vlc_codec_synchro.h (from /trunk/include/vlc_vout_synchro.h:22387)
12307 D /trunk/include/vlc_vout_synchro.h
12308 M /trunk/modules/codec/libmpeg2.c
12309 M /trunk/modules/codec/xvmc/xxmc.c
12310 M /trunk/src/Makefile.am
12311 A /trunk/src/input/decoder_synchro.c (from /trunk/src/video_output/vout_synchro.c:22386)
12312 D /trunk/src/video_output/vout_synchro.c
12314 Moved vout_synchro to decoder_synchro.
12316 ------------------------------------------------------------------------
12317 r22387 | fenrir | 2007-10-02 20:29:47 +0200 (Tue, 02 Oct 2007) | 2 lines
12319 M /trunk/include/vlc_vout_synchro.h
12321 Removed unused values.
12323 ------------------------------------------------------------------------
12324 r22386 | fenrir | 2007-10-02 20:22:44 +0200 (Tue, 02 Oct 2007) | 2 lines
12326 M /trunk/include/vlc_vout_synchro.h
12327 M /trunk/src/video_output/vout_synchro.c
12329 Hide private vout_synchro_t.
12331 ------------------------------------------------------------------------
12332 r22385 | fenrir | 2007-10-02 20:16:55 +0200 (Tue, 02 Oct 2007) | 2 lines
12334 M /trunk/modules/codec/ffmpeg/video.c
12335 M /trunk/modules/codec/quicktime.c
12337 Oops fix compilation.
12339 ------------------------------------------------------------------------
12340 r22384 | fenrir | 2007-10-02 20:03:50 +0200 (Tue, 02 Oct 2007) | 3 lines
12342 M /trunk/modules/codec/ffmpeg/video.c
12343 M /trunk/modules/codec/quicktime.c
12345 Use decoder_GetDisplayDate.
12346 (libmpeg2/xvmc pending)
12348 ------------------------------------------------------------------------
12349 r22383 | funman | 2007-10-02 19:59:31 +0200 (Tue, 02 Oct 2007) | 1 line
12351 M /trunk/modules/audio_output/alsa.c
12353 alsa: resume output when waking up, fix #1286. some coding style cleanup
12354 ------------------------------------------------------------------------
12355 r22382 | fenrir | 2007-10-02 19:41:13 +0200 (Tue, 02 Oct 2007) | 3 lines
12357 M /trunk/include/vlc_codec.h
12358 M /trunk/src/input/decoder.c
12360 Added a new decoder function (decoder_GetDisplayDate) to be used to convert a
12361 decoder block_t date to a display date (identify for now)
12363 ------------------------------------------------------------------------
12364 r22381 | courmisch | 2007-10-02 19:26:35 +0200 (Tue, 02 Oct 2007) | 3 lines
12366 M /trunk/modules/mux/mpjpeg.c
12368 - Heavily simplify the MPJPEG mux (closes #1188); please test.
12369 - Remove configurable boundary that had never been working anyway (did not match the original value from MUX_GET_MIME)
12371 ------------------------------------------------------------------------
12372 r22380 | courmisch | 2007-10-02 18:05:13 +0200 (Tue, 02 Oct 2007) | 2 lines
12374 M /trunk/include/vlc_stream.h
12375 M /trunk/src/input/demux.c
12376 M /trunk/src/input/mem_stream.c
12377 M /trunk/src/input/stream.c
12379 Pass content-type from access to stream
12381 ------------------------------------------------------------------------
12382 r22379 | courmisch | 2007-10-02 17:54:16 +0200 (Tue, 02 Oct 2007) | 2 lines
12384 M /trunk/include/vlc_access.h
12385 M /trunk/modules/access/bda/bda.c
12386 M /trunk/modules/access/cdda.c
12387 M /trunk/modules/access/directory.c
12388 M /trunk/modules/access/dv.c
12389 M /trunk/modules/access/dvb/access.c
12390 M /trunk/modules/access/eyetv.c
12391 M /trunk/modules/access/file.c
12392 M /trunk/modules/access/ftp.c
12393 M /trunk/modules/access/gnomevfs.c
12394 M /trunk/modules/access/http.c
12395 M /trunk/modules/access/mms/mmsh.c
12396 M /trunk/modules/access/mms/mmstu.c
12397 M /trunk/modules/access/pvr.c
12398 M /trunk/modules/access/rtsp/access.c
12399 M /trunk/modules/access/smb.c
12400 M /trunk/modules/access/tcp.c
12401 M /trunk/modules/access/udp.c
12402 M /trunk/modules/access/vcd/vcd.c
12404 Export Content-Type out of HTTP access using Control.
12406 ------------------------------------------------------------------------
12407 r22378 | courmisch | 2007-10-02 17:23:28 +0200 (Tue, 02 Oct 2007) | 2 lines
12409 M /trunk/modules/access/http.c
12411 Don't reinvent free()
12413 ------------------------------------------------------------------------
12414 r22377 | courmisch | 2007-10-02 17:03:08 +0200 (Tue, 02 Oct 2007) | 2 lines
12416 M /trunk/src/network/httpd.c
12418 We use error code 456
12420 ------------------------------------------------------------------------
12421 r22376 | pdherbemont | 2007-10-02 13:30:56 +0200 (Tue, 02 Oct 2007) | 2 lines
12425 Thanks Enrique Osuna.
12427 ------------------------------------------------------------------------
12428 r22375 | pdherbemont | 2007-10-02 13:30:12 +0200 (Tue, 02 Oct 2007) | 2 lines
12430 M /trunk/src/control/media_list_player.c
12432 control/media_list_player.c: Remove a double event registration. (Patch by Enrique Osuna).
12434 ------------------------------------------------------------------------
12435 r22374 | pdherbemont | 2007-10-02 13:29:20 +0200 (Tue, 02 Oct 2007) | 2 lines
12437 M /trunk/src/control/media_instance.c
12439 control/media_instance.c: Don't forget to register emitted event. (Patch by Enrique Osuna).
12441 ------------------------------------------------------------------------
12442 r22373 | funman | 2007-10-02 13:11:53 +0200 (Tue, 02 Oct 2007) | 1 line
12444 M /trunk/modules/services_discovery/sap.c
12446 sap discovery: fix [22368] by using (int) casting on the unsigned size_t value
12447 ------------------------------------------------------------------------
12448 r22372 | jpsaman | 2007-10-02 08:59:23 +0200 (Tue, 02 Oct 2007) | 1 line
12450 M /trunk/src/video_output/video_output.c
12453 ------------------------------------------------------------------------
12454 r22371 | funman | 2007-10-02 04:50:10 +0200 (Tue, 02 Oct 2007) | 1 line
12456 M /trunk/modules/demux/flac.c
12457 M /trunk/modules/demux/mpeg/mpga.c
12459 demux: fix a memory leak in flac & mpga when attachments are present
12460 ------------------------------------------------------------------------
12461 r22370 | funman | 2007-10-02 04:11:11 +0200 (Tue, 02 Oct 2007) | 4 lines
12463 M /trunk/include/vlc_common.h
12464 M /trunk/include/vlc_demux.h
12465 M /trunk/modules/codec/ffmpeg/demux.c
12466 M /trunk/modules/demux/flac.c
12467 M /trunk/modules/demux/mpc.c
12468 M /trunk/modules/demux/mpeg/m4a.c
12469 M /trunk/modules/demux/mpeg/mpga.c
12470 M /trunk/modules/demux/ogg.c
12471 M /trunk/modules/demux/tta.c
12472 M /trunk/modules/meta_engine/id3tag.c
12473 M /trunk/modules/meta_engine/taglib.cpp
12475 taglib: support for id3v2 embedded album art
12476 the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags
12477 fix some bugs in flac & ogg demuxers
12479 ------------------------------------------------------------------------
12480 r22369 | funman | 2007-10-02 03:44:26 +0200 (Tue, 02 Oct 2007) | 1 line
12482 M /trunk/src/input/meta.c
12484 input_ExtractAttachmentAndCacheArt(): use the attachment's mime type, don't use input_item_ functions as the input_item_t has been locked previously.
12485 ------------------------------------------------------------------------
12486 r22368 | funman | 2007-10-01 23:28:36 +0200 (Mon, 01 Oct 2007) | 1 line
12488 M /trunk/modules/services_discovery/sap.c
12490 sap discovery: (size_t) casting
12491 ------------------------------------------------------------------------
12492 r22367 | funman | 2007-10-01 22:41:15 +0200 (Mon, 01 Oct 2007) | 1 line
12494 M /trunk/modules/gui/ncurses.c
12496 ncurses: adds some (size_t) casting
12497 ------------------------------------------------------------------------
12498 r22366 | fenrir | 2007-10-01 21:57:24 +0200 (Mon, 01 Oct 2007) | 2 lines
12500 M /trunk/src/input/clock.c
12501 M /trunk/src/input/es_out.c
12502 M /trunk/src/input/input_internal.h
12506 ------------------------------------------------------------------------
12507 r22365 | fenrir | 2007-10-01 21:37:37 +0200 (Mon, 01 Oct 2007) | 2 lines
12509 M /trunk/modules/demux/cdg.c
12511 Oops, fix subtitle decoding.
12513 ------------------------------------------------------------------------
12514 r22364 | fenrir | 2007-10-01 21:33:30 +0200 (Mon, 01 Oct 2007) | 2 lines
12516 M /trunk/src/input/es_out.c
12517 M /trunk/src/input/input.c
12518 M /trunk/src/input/input_internal.h
12520 Clean up/Factorize.
12522 ------------------------------------------------------------------------
12523 r22363 | funman | 2007-10-01 21:33:24 +0200 (Mon, 01 Oct 2007) | 1 line
12525 M /trunk/modules/gui/ncurses.c
12527 ncurses: fix KeyToUTF8() breakage introduced in [22313]
12528 ------------------------------------------------------------------------
12529 r22362 | courmisch | 2007-10-01 20:11:03 +0200 (Mon, 01 Oct 2007) | 2 lines
12531 M /trunk/src/network/httpd.c
12533 Cleanup previous commit
12535 ------------------------------------------------------------------------
12536 r22361 | courmisch | 2007-10-01 20:04:10 +0200 (Mon, 01 Oct 2007) | 2 lines
12538 M /trunk/src/network/httpd.c
12540 Removed b_die arbitrary timer from httpd.
12542 ------------------------------------------------------------------------
12543 r22360 | courmisch | 2007-10-01 20:00:42 +0200 (Mon, 01 Oct 2007) | 2 lines
12545 M /trunk/src/misc/objects.c
12549 ------------------------------------------------------------------------
12550 r22359 | jpsaman | 2007-10-01 19:35:35 +0200 (Mon, 01 Oct 2007) | 1 line
12552 M /trunk/modules/demux/live555.cpp
12554 Reset PCR when gap has been detected.
12555 ------------------------------------------------------------------------
12556 r22358 | courmisch | 2007-10-01 19:12:21 +0200 (Mon, 01 Oct 2007) | 2 lines
12558 M /trunk/include/vlc_objects.h
12559 M /trunk/src/misc/objects.c
12561 Add the missing function to allocate and get the object event OS pipe
12563 ------------------------------------------------------------------------
12564 r22357 | courmisch | 2007-10-01 18:07:17 +0200 (Mon, 01 Oct 2007) | 3 lines
12566 M /trunk/modules/control/http/http.c
12568 Remove the HTTP interface thread, and save 20 wakeups per seconds.
12569 The idle HTTP interace is down from 30 to 10 wakeups/s (I think the remaining ones are due to HTTPd core).
12571 ------------------------------------------------------------------------
12572 r22356 | courmisch | 2007-10-01 17:57:22 +0200 (Mon, 01 Oct 2007) | 4 lines
12574 M /trunk/modules/control/http/http.c
12576 - Do not release the input while we did not yield it...
12577 - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway.
12578 This makes the HTTP interface thread very much useless, niark niark
12580 ------------------------------------------------------------------------
12581 r22355 | courmisch | 2007-10-01 17:43:30 +0200 (Mon, 01 Oct 2007) | 2 lines
12583 M /trunk/src/misc/win32_specific.c
12585 Really fix playlist enqueue
12587 ------------------------------------------------------------------------
12588 r22354 | courmisch | 2007-10-01 17:33:24 +0200 (Mon, 01 Oct 2007) | 2 lines
12590 M /trunk/modules/control/http/http.c
12592 Playlist is always true here
12594 ------------------------------------------------------------------------
12595 r22353 | courmisch | 2007-10-01 17:31:09 +0200 (Mon, 01 Oct 2007) | 5 lines
12597 M /trunk/modules/control/http/http.c
12599 Find the playlist once *before* starting.
12600 LibVLC always creates the (singleton) playlist before the interfaces anyway.
12601 Besides, the HTTP interface callbacks assumes the playlist is yield.
12602 This removes one of two reasons for running the damn HTTP interface thread.
12604 ------------------------------------------------------------------------
12605 r22352 | courmisch | 2007-10-01 17:17:21 +0200 (Mon, 01 Oct 2007) | 2 lines
12607 M /trunk/modules/control/http/http.h
12608 M /trunk/modules/control/http/macro.c
12610 Make a bunch of HTTP macro functions static
12612 ------------------------------------------------------------------------
12613 r22351 | courmisch | 2007-10-01 16:30:02 +0200 (Mon, 01 Oct 2007) | 2 lines
12615 M /trunk/src/misc/win32_specific.c
12617 Fix playlist enqueue RPC
12619 ------------------------------------------------------------------------
12620 r22350 | funman | 2007-10-01 14:38:29 +0200 (Mon, 01 Oct 2007) | 1 line
12623 M /trunk/modules/gui/macosx/playlist.m
12625 macosx interface: fix regression introduced in [21230]. patch by John Dalgliesh
12626 ------------------------------------------------------------------------
12627 r22349 | jb | 2007-10-01 13:31:16 +0200 (Mon, 01 Oct 2007) | 3 lines
12629 M /trunk/modules/gui/qt4/pixmaps/volume-high.png
12630 M /trunk/modules/gui/qt4/pixmaps/volume-low.png
12631 M /trunk/modules/gui/qt4/pixmaps/volume-muted.png
12633 Qt4 - New volume icons. Still to be worked out.
12636 ------------------------------------------------------------------------
12637 r22348 | jb | 2007-10-01 12:08:30 +0200 (Mon, 01 Oct 2007) | 3 lines
12639 M /trunk/modules/gui/qt4/Modules.am
12640 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
12641 D /trunk/modules/gui/qt4/pixmaps/codec.xpm
12642 M /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
12643 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_codec.png
12644 M /trunk/modules/gui/qt4/res.qrc
12646 Qt4 - Prefs: Change audio icon and modify the codec one.
12649 ------------------------------------------------------------------------
12650 r22346 | funman | 2007-10-01 02:33:08 +0200 (Mon, 01 Oct 2007) | 1 line
12652 M /trunk/modules/control/rc.c
12653 M /trunk/src/network/io.c
12655 That shouldn't have been part of the previous commit
12656 ------------------------------------------------------------------------
12657 r22345 | funman | 2007-10-01 02:29:00 +0200 (Mon, 01 Oct 2007) | 1 line
12659 M /trunk/configure.ac
12660 M /trunk/extras/mpris.py
12661 M /trunk/modules/control/dbus.c
12662 M /trunk/modules/control/rc.c
12663 M /trunk/modules/misc/notify/notify.c
12664 M /trunk/src/network/io.c
12666 configure.ac: typo, fix #1204
12667 ------------------------------------------------------------------------
12668 r22344 | funman | 2007-10-01 01:47:55 +0200 (Mon, 01 Oct 2007) | 1 line
12670 M /trunk/modules/video_output/image.c
12672 image vout: assigning -1 to an unsigned int is not that clever.
12673 ------------------------------------------------------------------------
12674 r22343 | pdherbemont | 2007-10-01 01:25:18 +0200 (Mon, 01 Oct 2007) | 2 lines
12676 M /trunk/src/control/libvlc_internal.h
12677 M /trunk/src/control/media_instance.c
12679 control/media_instance.c: Remove access to p_input_thread->p_internals. (which was a broken hack by the way).
12681 ------------------------------------------------------------------------
12682 r22342 | fenrir | 2007-10-01 01:17:19 +0200 (Mon, 01 Oct 2007) | 7 lines
12684 M /trunk/include/vlc_demux.h
12685 M /trunk/include/vlc_input.h
12686 M /trunk/src/control/media_instance.c
12687 M /trunk/src/input/control.c
12688 M /trunk/src/input/es_out.c
12689 M /trunk/src/input/input.c
12690 M /trunk/src/input/input_internal.h
12692 Added a INPUT_GET_VIDEO_FPS (get the fps of the main video, should works with
12693 input slave) Untested.
12694 media_instance.c no longer depends on input_internal.h
12695 Clean up a bit es_out pause handling.
12696 Fixed DEMUX_GET_FPS description (double not float)
12699 ------------------------------------------------------------------------
12700 r22341 | pdherbemont | 2007-10-01 00:56:37 +0200 (Mon, 01 Oct 2007) | 2 lines
12702 M /trunk/src/control/media_instance.c
12704 control/media_instance.c: Remove one occurence of input->p.
12706 ------------------------------------------------------------------------
12707 r22340 | funman | 2007-10-01 00:55:35 +0200 (Mon, 01 Oct 2007) | 1 line
12709 M /trunk/src/control/playlist.c
12711 libvlc_playlist_get_media_instance(): raise an exception when there is no input, fix #1265
12712 ------------------------------------------------------------------------
12713 r22339 | fenrir | 2007-10-01 00:20:31 +0200 (Mon, 01 Oct 2007) | 10 lines
12715 M /trunk/src/control/media_instance.c
12717 Partial fix for media instance. (It was using input_control_e intead of
12720 Btw input_internal.h is an internal header for src/input/* ONLY.
12721 If input/control/* need it, then it is BROKEN (or there is a missing
12722 functionnality, just ask for it then)
12723 I see it calling demux2_Control, this will segfault if you are unlucky.
12724 Accessing directly to p_input->p member is also forbidden.
12727 ------------------------------------------------------------------------
12728 r22337 | funman | 2007-09-30 22:54:30 +0200 (Sun, 30 Sep 2007) | 1 line
12730 M /trunk/modules/gui/ncurses.c
12732 ncurses: display random/repeat/loop status
12733 ------------------------------------------------------------------------
12734 r22336 | xtophe | 2007-09-30 22:01:20 +0200 (Sun, 30 Sep 2007) | 2 lines
12736 M /trunk/src/misc/variables.h
12740 ------------------------------------------------------------------------
12741 r22335 | courmisch | 2007-09-30 21:31:08 +0200 (Sun, 30 Sep 2007) | 3 lines
12743 M /trunk/src/libvlc.h
12744 M /trunk/src/misc/objects.c
12746 Partial unfinished pipes conditional fallback for condition variables.
12747 This would be necessary to rid the networking code of arbitrary timers (but it does not work yet).
12749 ------------------------------------------------------------------------
12750 r22334 | courmisch | 2007-09-30 21:28:30 +0200 (Sun, 30 Sep 2007) | 2 lines
12752 M /trunk/Makefile.am
12754 Simplify and fix (real) vlc dependencies and "make core" assuming libtool is used
12756 ------------------------------------------------------------------------
12757 r22333 | courmisch | 2007-09-30 21:08:11 +0200 (Sun, 30 Sep 2007) | 2 lines
12759 M /trunk/src/misc/variables.h
12761 Add missing copyright and license header
12763 ------------------------------------------------------------------------
12764 r22332 | fenrir | 2007-09-30 19:25:55 +0200 (Sun, 30 Sep 2007) | 2 lines
12766 M /trunk/modules/demux/avi/avi.c
12767 M /trunk/modules/demux/avi/libavi.c
12768 M /trunk/modules/demux/avi/libavi.h
12770 Hacks for On2 AVI files (close #1318)
12772 ------------------------------------------------------------------------
12773 r22331 | courmisch | 2007-09-30 18:58:33 +0200 (Sun, 30 Sep 2007) | 2 lines
12775 M /trunk/src/misc/variables.c
12777 Fix segmentation fault
12779 ------------------------------------------------------------------------
12780 r22330 | courmisch | 2007-09-30 18:37:07 +0200 (Sun, 30 Sep 2007) | 2 lines
12782 M /trunk/include/vlc_common.h
12784 Actually remove unused FREE() macro
12786 ------------------------------------------------------------------------
12787 r22329 | courmisch | 2007-09-30 18:31:02 +0200 (Sun, 30 Sep 2007) | 2 lines
12789 M /trunk/modules/access_output/http.c
12790 M /trunk/modules/codec/cinepak.c
12791 M /trunk/modules/demux/playlist/qtl.c
12792 M /trunk/modules/misc/profile_parser.c
12793 M /trunk/src/input/subtitles.c
12794 M /trunk/src/interface/interaction.c
12796 Remove FREE() macro, since free() does the same internally
12798 ------------------------------------------------------------------------
12799 r22328 | fenrir | 2007-09-30 17:40:34 +0200 (Sun, 30 Sep 2007) | 7 lines
12801 M /trunk/include/vlc_common.h
12802 M /trunk/include/vlc_demux.h
12803 M /trunk/modules/access/dvdnav.c
12804 M /trunk/modules/access/dvdread.c
12805 M /trunk/modules/access/fake.c
12806 M /trunk/modules/demux/a52.c
12807 M /trunk/modules/demux/aiff.c
12808 M /trunk/modules/demux/au.c
12809 M /trunk/modules/demux/avi/avi.c
12810 M /trunk/modules/demux/avi/libavi.c
12811 M /trunk/modules/demux/cdg.c
12812 M /trunk/modules/demux/demuxdump.c
12813 M /trunk/modules/demux/dts.c
12814 M /trunk/modules/demux/flac.c
12815 M /trunk/modules/demux/gme.cpp
12816 M /trunk/modules/demux/mjpeg.c
12817 M /trunk/modules/demux/mod.c
12818 M /trunk/modules/demux/mp4/libmp4.c
12819 M /trunk/modules/demux/mpc.c
12820 M /trunk/modules/demux/mpeg/h264.c
12821 M /trunk/modules/demux/mpeg/m4a.c
12822 M /trunk/modules/demux/mpeg/m4v.c
12823 M /trunk/modules/demux/mpeg/mpga.c
12824 M /trunk/modules/demux/mpeg/mpgv.c
12825 M /trunk/modules/demux/nsc.c
12826 M /trunk/modules/demux/nsv.c
12827 M /trunk/modules/demux/nuv.c
12828 M /trunk/modules/demux/ogg.c
12829 M /trunk/modules/demux/playlist/asx.c
12830 M /trunk/modules/demux/playlist/dvb.c
12831 M /trunk/modules/demux/playlist/gvp.c
12832 M /trunk/modules/demux/playlist/ifo.c
12833 M /trunk/modules/demux/playlist/m3u.c
12834 M /trunk/modules/demux/playlist/pls.c
12835 M /trunk/modules/demux/playlist/sgimb.c
12836 M /trunk/modules/demux/playlist/shoutcast.c
12837 M /trunk/modules/demux/ps.c
12838 M /trunk/modules/demux/ps.h
12839 M /trunk/modules/demux/pva.c
12840 M /trunk/modules/demux/rawdv.c
12841 M /trunk/modules/demux/rawvid.c
12842 M /trunk/modules/demux/subtitle.c
12843 M /trunk/modules/demux/ts.c
12844 M /trunk/modules/demux/tta.c
12845 M /trunk/modules/demux/ty.c
12846 M /trunk/modules/demux/vc1.c
12847 M /trunk/modules/demux/xa.c
12848 M /trunk/src/input/meta.c
12849 M /trunk/src/input/var.c
12851 Added const wheen needed for stream_Peek (demuxer/access)
12852 Made demux2_IsPathExtension case insensitive.
12853 Used demux2_IsPathExtension/p_demux->b_force when appropriate
12854 Fixed a regression in flac demuxer (segfault when reading meta data)
12855 Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code.
12856 Improved a bit a few vlc_common.h macro (do {}?\194?\160while(0))
12858 ------------------------------------------------------------------------
12859 r22327 | courmisch | 2007-09-30 16:50:12 +0200 (Sun, 30 Sep 2007) | 2 lines
12861 M /trunk/modules/codec/ffmpeg/video.c
12865 ------------------------------------------------------------------------
12866 r22326 | courmisch | 2007-09-30 16:33:22 +0200 (Sun, 30 Sep 2007) | 2 lines
12868 M /trunk/include/vlc_variables.h
12869 M /trunk/modules/codec/ffmpeg/audio.c
12870 M /trunk/modules/codec/ffmpeg/encoder.c
12871 M /trunk/modules/codec/ffmpeg/ffmpeg.c
12872 M /trunk/modules/codec/ffmpeg/video.c
12873 M /trunk/modules/codec/quicktime.c
12874 M /trunk/modules/misc/gnutls.c
12875 M /trunk/modules/misc/gtk_main.c
12876 M /trunk/modules/misc/qte_main.cpp
12877 M /trunk/modules/video_output/sdl.c
12878 M /trunk/src/libvlc.sym
12879 M /trunk/src/misc/variables.c
12881 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically
12883 ------------------------------------------------------------------------
12884 r22325 | courmisch | 2007-09-30 16:11:47 +0200 (Sun, 30 Sep 2007) | 2 lines
12886 M /trunk/src/osd/osd.c
12888 Fix tiny race condition
12890 ------------------------------------------------------------------------
12891 r22324 | courmisch | 2007-09-30 16:01:24 +0200 (Sun, 30 Sep 2007) | 4 lines
12893 M /trunk/include/vlc_common.h
12894 M /trunk/src/control/media_instance.c
12895 M /trunk/src/input/vlm.c
12896 M /trunk/src/libvlc.h
12897 M /trunk/src/misc/objects.c
12898 M /trunk/src/osd/osd.c
12900 Hide object reference counter.
12901 Good news is, no plugins used it anyway.
12902 Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely).
12904 ------------------------------------------------------------------------
12905 r22323 | courmisch | 2007-09-30 15:59:28 +0200 (Sun, 30 Sep 2007) | 2 lines
12907 M /trunk/include/vlc_vout.h
12909 reference count should really be unsigned
12911 ------------------------------------------------------------------------
12912 r22322 | pdherbemont | 2007-09-30 12:40:30 +0200 (Sun, 30 Sep 2007) | 2 lines
12914 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
12916 MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
12918 ------------------------------------------------------------------------
12919 r22321 | pdherbemont | 2007-09-30 12:37:45 +0200 (Sun, 30 Sep 2007) | 2 lines
12921 M /trunk/modules/gui/minimal_macosx/macosx.c
12923 modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
12925 ------------------------------------------------------------------------
12926 r22320 | pdherbemont | 2007-09-30 12:36:19 +0200 (Sun, 30 Sep 2007) | 2 lines
12928 M /trunk/modules/video_output/opengl.c
12930 modules/video_output/opengl.c: Allow opengl provider override at runtime.(Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
12932 ------------------------------------------------------------------------
12933 r22319 | bitmap | 2007-09-30 09:43:53 +0200 (Sun, 30 Sep 2007) | 5 lines
12935 M /trunk/extras/contrib/src/Makefile
12936 A /trunk/extras/contrib/src/Patches/dirac-cygwin.patch
12937 A /trunk/extras/contrib/src/Patches/taglib-cygwin.patch
12938 M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
12940 Some fixes for compiling on Cygwin: x264, pthreads, taglib and dirac.
12941 Reverse previous workaround for pthreads lib having GC2 suffix - that
12942 is actually normal; patch should instead go into x264 to make it ignore
12943 the presence of a local pthread lib under cygwin when doing configure tests.
12945 ------------------------------------------------------------------------
12946 r22318 | fenrir | 2007-09-30 01:09:10 +0200 (Sun, 30 Sep 2007) | 2 lines
12948 M /trunk/modules/demux/ts.c
12950 Fixed regression in EITConvertToUTF8.
12952 ------------------------------------------------------------------------
12953 r22317 | jb | 2007-09-30 00:50:30 +0200 (Sun, 30 Sep 2007) | 3 lines
12955 M /trunk/modules/gui/qt4/Modules.am
12956 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
12957 A /trunk/modules/gui/qt4/pixmaps/vlc_record_16px.png
12958 M /trunk/modules/gui/qt4/res.qrc
12960 Qt4 - add a record icon, might be unused.
12963 ------------------------------------------------------------------------
12964 r22316 | jb | 2007-09-29 23:56:07 +0200 (Sat, 29 Sep 2007) | 3 lines
12966 M /trunk/modules/gui/qt4/Modules.am
12967 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
12968 D /trunk/modules/gui/qt4/pixmaps/advanced.xpm
12969 D /trunk/modules/gui/qt4/pixmaps/audio.xpm
12970 D /trunk/modules/gui/qt4/pixmaps/intf.xpm
12971 D /trunk/modules/gui/qt4/pixmaps/video.xpm
12972 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_audio.png
12973 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_extended.png
12974 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_intf.png
12975 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_playlist.png
12976 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_sout.png
12977 A /trunk/modules/gui/qt4/pixmaps/vlc_advprefs_video.png
12978 M /trunk/modules/gui/qt4/res.qrc
12980 Qt4 - New icons for extended preferences.
12983 ------------------------------------------------------------------------
12984 r22315 | jb | 2007-09-29 23:13:44 +0200 (Sat, 29 Sep 2007) | 3 lines
12986 M /trunk/extras/contrib/src/Makefile
12987 M /trunk/extras/contrib/src/packages.mak
12989 Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime.
12992 ------------------------------------------------------------------------
12993 r22314 | fenrir | 2007-09-29 18:02:15 +0200 (Sat, 29 Sep 2007) | 4 lines
12995 M /trunk/src/input/subtitles.c
12997 Fixed a regression with --sub-autodetect-path
12998 Ignore directories in --sub-autodetect-path that match the directory
12999 of the current file (But it does not works with symbolic links).
13001 ------------------------------------------------------------------------
13002 r22313 | funman | 2007-09-29 18:00:07 +0200 (Sat, 29 Sep 2007) | 1 line
13004 M /trunk/modules/gui/ncurses.c
13006 ncurses: don't use *Locale() conversion functions when compiled with wide characters support
13007 ------------------------------------------------------------------------
13008 r22312 | fenrir | 2007-09-29 17:51:34 +0200 (Sat, 29 Sep 2007) | 7 lines
13010 M /trunk/src/input/subtitles.c
13012 Check all(?) memory allocations (if you do it, do it completetly ;)
13013 Fixed an overflow when more than MAX_SUBTITLE_FILES are detected.
13014 Fixed a bunch of memory leaks.
13015 Fixed removing sub/idx pair. (sizeof() != strlen on char*)
13016 Clean up/Simplify (asprintf/calloc are usefull)
13019 ------------------------------------------------------------------------
13020 r22311 | fenrir | 2007-09-29 17:40:26 +0200 (Sat, 29 Sep 2007) | 3 lines
13022 M /trunk/src/input/input.c
13024 Fixed segfault if more than 1 subtitle has been detected and you have not
13025 selected one with --sub-file
13027 ------------------------------------------------------------------------
13028 r22310 | jpsaman | 2007-09-29 16:22:50 +0200 (Sat, 29 Sep 2007) | 2 lines
13030 M /trunk/modules/stream_out/gather.c
13032 Check malloc return value)
13034 ------------------------------------------------------------------------
13035 r22309 | funman | 2007-09-29 13:26:38 +0200 (Sat, 29 Sep 2007) | 1 line
13037 M /trunk/modules/misc/notify/telepathy.c
13039 telepathy: 10 calls to the "item-change" callback may be necessary to have the metadata available.
13040 ------------------------------------------------------------------------
13041 r22308 | courmisch | 2007-09-29 13:20:48 +0200 (Sat, 29 Sep 2007) | 2 lines
13043 M /trunk/modules/stream_out/rtp.c
13044 M /trunk/modules/stream_out/rtp.h
13045 M /trunk/modules/stream_out/rtsp.c
13047 Specify SSRC in SETUP response
13049 ------------------------------------------------------------------------
13050 r22306 | funman | 2007-09-29 00:41:30 +0200 (Sat, 29 Sep 2007) | 1 line
13052 M /trunk/modules/codec/ffmpeg/mux.c
13054 don't compare signed with unsigned
13055 ------------------------------------------------------------------------
13056 r22305 | funman | 2007-09-29 00:08:01 +0200 (Sat, 29 Sep 2007) | 1 line
13058 M /trunk/configure.ac
13060 configure.ac: cosmetics
13061 ------------------------------------------------------------------------
13062 r22304 | fenrir | 2007-09-28 23:59:25 +0200 (Fri, 28 Sep 2007) | 2 lines
13064 M /trunk/configure.ac
13065 M /trunk/modules/codec/Modules.am
13066 M /trunk/modules/demux/Modules.am
13068 Update build system for cdg demuxer/codec.
13070 ------------------------------------------------------------------------
13071 r22303 | fenrir | 2007-09-28 23:58:26 +0200 (Fri, 28 Sep 2007) | 13 lines
13073 A /trunk/modules/codec/cdg.c
13074 A /trunk/modules/demux/cdg.c
13075 M /trunk/src/input/subtitles.c
13077 Added CD+G file support:
13078 - as a standalone file
13079 - as a kind of subtitle (even if it is a video track).
13080 CD-G disk are not supported.
13082 Please, report any file incorrectly decoded. (I have 0 sample with
13083 circular scrolling)
13085 In subtitle_Detect, do not add as a subtitle the file for which we
13086 are doing the detection.
13087 (subtitle_Detect("file.sub") returned "file.sub")
13090 ------------------------------------------------------------------------
13091 r22302 | funman | 2007-09-28 23:16:40 +0200 (Fri, 28 Sep 2007) | 1 line
13093 M /trunk/modules/misc/notify/telepathy.c
13095 telepathy: fixes [22301]. '-' is forbidden in variable names.
13096 ------------------------------------------------------------------------
13097 r22301 | funman | 2007-09-28 23:11:01 +0200 (Fri, 28 Sep 2007) | 1 line
13099 M /trunk/modules/misc/notify/notify.c
13100 M /trunk/modules/misc/notify/telepathy.c
13102 telepathy: avoid flooding the bus when playing some special inputs.
13103 ------------------------------------------------------------------------
13104 r22300 | funman | 2007-09-28 22:32:54 +0200 (Fri, 28 Sep 2007) | 1 line
13106 M /trunk/modules/misc/notify/telepathy.c
13108 telepathy: same than [22299]
13109 ------------------------------------------------------------------------
13110 r22299 | funman | 2007-09-28 22:27:47 +0200 (Fri, 28 Sep 2007) | 1 line
13112 M /trunk/modules/control/dbus.c
13114 dbus: Removes dbus_threads_init_default() since it's already done in libvlc
13115 ------------------------------------------------------------------------
13116 r22298 | funman | 2007-09-28 22:09:55 +0200 (Fri, 28 Sep 2007) | 1 line
13118 M /trunk/modules/misc/screensaver.c
13120 screensaver: Removes unused variable
13121 ------------------------------------------------------------------------
13122 r22297 | xtophe | 2007-09-28 20:59:17 +0200 (Fri, 28 Sep 2007) | 2 lines
13124 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
13125 M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
13127 Don't show unsaveable options in the preferences
13129 ------------------------------------------------------------------------
13130 r22296 | funman | 2007-09-28 18:18:30 +0200 (Fri, 28 Sep 2007) | 1 line
13132 M /trunk/src/modules/modules.c
13134 modules.c: removes unneeded hack
13135 ------------------------------------------------------------------------
13136 r22295 | funman | 2007-09-28 18:14:07 +0200 (Fri, 28 Sep 2007) | 1 line
13141 ------------------------------------------------------------------------
13142 r22294 | funman | 2007-09-28 18:08:55 +0200 (Fri, 28 Sep 2007) | 4 lines
13144 M /trunk/include/vlc_playlist.h
13145 M /trunk/src/input/input.c
13146 M /trunk/src/playlist/loadsave.c
13148 Adds an input option "meta-file" to be used by input that aren't real inputs (like playlists).
13149 Re-enables media library.
13150 Fixes #1047 (nth attempt).
13152 ------------------------------------------------------------------------
13153 r22293 | courmisch | 2007-09-28 18:07:42 +0200 (Fri, 28 Sep 2007) | 2 lines
13159 ------------------------------------------------------------------------
13160 r22292 | markfm | 2007-09-28 17:07:47 +0200 (Fri, 28 Sep 2007) | 2 lines
13162 M /trunk/extras/contrib/src/Makefile
13164 Cygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full gettext
13166 ------------------------------------------------------------------------
13167 r22291 | jb | 2007-09-28 16:41:43 +0200 (Fri, 28 Sep 2007) | 3 lines
13169 M /trunk/extras/contrib/src/Makefile
13170 D /trunk/extras/contrib/src/Patches/flac-cross.patch
13172 Contribs: Flac does not need the cross compiling patch anymore.
13175 ------------------------------------------------------------------------
13176 r22290 | funman | 2007-09-28 11:36:40 +0200 (Fri, 28 Sep 2007) | 2 lines
13178 M /trunk/src/input/var.c
13180 input: Removes unused variable
13182 ------------------------------------------------------------------------
13183 r22289 | ipkiss | 2007-09-27 20:04:45 +0200 (Thu, 27 Sep 2007) | 2 lines
13185 M /trunk/share/skins2/skin.dtd
13187 Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).
13189 ------------------------------------------------------------------------
13190 r22288 | courmisch | 2007-09-27 19:37:23 +0200 (Thu, 27 Sep 2007) | 2 lines
13192 M /trunk/modules/services_discovery/sap.c
13196 ------------------------------------------------------------------------
13197 r22287 | courmisch | 2007-09-27 19:36:47 +0200 (Thu, 27 Sep 2007) | 2 lines
13199 M /trunk/modules/control/http/util.c
13201 Fix segmentation fault
13203 ------------------------------------------------------------------------
13204 r22286 | courmisch | 2007-09-27 19:08:23 +0200 (Thu, 27 Sep 2007) | 5 lines
13206 M /trunk/modules/stream_out/rtp.c
13208 Also try to send twice without splice().
13209 This means ICMP errors will be ignored, which is a Bad Idea.
13210 But people are likely to complain about how it breaks their setup if we
13211 don't ignore ICMP anyway.
13213 ------------------------------------------------------------------------
13214 r22285 | courmisch | 2007-09-27 19:02:41 +0200 (Thu, 27 Sep 2007) | 2 lines
13216 M /trunk/modules/stream_out/rtp.c
13218 Check sending error (fixes #134; closes #514)
13220 ------------------------------------------------------------------------
13221 r22284 | courmisch | 2007-09-27 18:03:56 +0200 (Thu, 27 Sep 2007) | 2 lines
13223 M /trunk/modules/access/udp.c
13225 Detect EOF for datagram connection
13227 ------------------------------------------------------------------------
13228 r22283 | funman | 2007-09-27 15:45:40 +0200 (Thu, 27 Sep 2007) | 1 line
13230 M /trunk/src/input/meta.c
13232 PATH_MAX is defined in limits.h
13233 ------------------------------------------------------------------------
13234 r22282 | xtophe | 2007-09-26 23:57:06 +0200 (Wed, 26 Sep 2007) | 1 line
13239 French l10n update by Dylan A?\195?\175ssi
13240 ------------------------------------------------------------------------
13241 r22281 | xtophe | 2007-09-26 23:56:48 +0200 (Wed, 26 Sep 2007) | 1 line
13243 M /trunk/extras/contrib/src/Makefile
13244 A /trunk/extras/contrib/src/Patches/flac-win32.patch
13246 Fix flac compilation
13247 ------------------------------------------------------------------------
13248 r22280 | courmisch | 2007-09-26 20:47:34 +0200 (Wed, 26 Sep 2007) | 2 lines
13250 M /trunk/src/network/tcp.c
13252 Improve debug messages (tracking down some DCCP issues)
13254 ------------------------------------------------------------------------
13255 r22279 | courmisch | 2007-09-26 18:39:34 +0200 (Wed, 26 Sep 2007) | 5 lines
13257 M /trunk/modules/misc/Modules.am
13258 A /trunk/modules/misc/dhparams.h
13259 M /trunk/modules/misc/gnutls.c
13261 Hard-code precomputed Diffie-Hellman-Merkel group parameters.
13262 These are not confidential, and fairly slow to compute.
13263 (This is much simpler than caching them to disk, and more
13264 portable-app-friendly)
13266 ------------------------------------------------------------------------
13267 r22278 | jb | 2007-09-26 12:55:29 +0200 (Wed, 26 Sep 2007) | 4 lines
13269 M /trunk/vlc.win32.nsi.in
13271 Windows Installer: Fix the bug of not showing context menus when you select a directory.
13272 Patch by Hannes Domani.
13275 ------------------------------------------------------------------------
13276 r22277 | jpsaman | 2007-09-26 08:21:36 +0200 (Wed, 26 Sep 2007) | 2 lines
13278 M /trunk/modules/codec/zvbi.c
13280 Init decoder fmt_out structure, so it can be used in transcoding loop.
13282 ------------------------------------------------------------------------
13283 r22276 | xtophe | 2007-09-25 23:30:02 +0200 (Tue, 25 Sep 2007) | 2 lines
13285 M /trunk/extras/contrib/src/Makefile
13286 M /trunk/extras/contrib/src/Patches/live-starttime.patch
13288 Change the version in a way requiring less maintenance
13290 ------------------------------------------------------------------------
13291 r22275 | bitmap | 2007-09-25 03:31:34 +0200 (Tue, 25 Sep 2007) | 2 lines
13295 Reverse temporary change for altair's win32 builder
13297 ------------------------------------------------------------------------
13298 r22274 | bitmap | 2007-09-25 03:29:18 +0200 (Tue, 25 Sep 2007) | 4 lines
13302 Temporary change to try to force altair to update its version of gettext
13303 from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
13304 bootstrap the contribs first)
13306 ------------------------------------------------------------------------
13307 r22273 | bitmap | 2007-09-25 03:00:21 +0200 (Tue, 25 Sep 2007) | 2 lines
13311 Reverse temporary change
13313 ------------------------------------------------------------------------
13314 r22272 | bitmap | 2007-09-25 02:57:50 +0200 (Tue, 25 Sep 2007) | 3 lines
13318 Temporary change to analyse buildbot's environment in regards
13319 to autopoint for win32
13321 ------------------------------------------------------------------------
13322 r22271 | courmisch | 2007-09-24 21:00:52 +0200 (Mon, 24 Sep 2007) | 2 lines
13324 M /trunk/Makefile.am
13328 ------------------------------------------------------------------------
13329 r22270 | courmisch | 2007-09-24 20:14:41 +0200 (Mon, 24 Sep 2007) | 2 lines
13331 M /trunk/modules/stream_out/rtp.c
13333 Remove never used RTP timestamp_start
13335 ------------------------------------------------------------------------
13336 r22269 | courmisch | 2007-09-24 20:13:55 +0200 (Mon, 24 Sep 2007) | 2 lines
13338 M /trunk/modules/stream_out/rtp.c
13339 M /trunk/modules/stream_out/rtp.h
13340 M /trunk/modules/stream_out/rtsp.c
13342 Basic support for RTP-Info
13344 ------------------------------------------------------------------------
13345 r22268 | pdherbemont | 2007-09-24 19:21:09 +0200 (Mon, 24 Sep 2007) | 2 lines
13347 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
13349 MacOSX/Framework: Reenable play and pause.
13351 ------------------------------------------------------------------------
13352 r22267 | courmisch | 2007-09-24 19:07:42 +0200 (Mon, 24 Sep 2007) | 6 lines
13354 M /trunk/include/vlc_httpd.h
13355 M /trunk/src/network/httpd.c
13357 Fix up HTTP/RTSP version detection:
13358 - ignore HTTP/0.9 clients instead of deadlocking the connection
13359 - ignore unknown protocol
13360 - reject incompatible HTTP & RTSP protocol versions
13361 (HTTP/2.0 does not exist but RTSP/2.0 is currently draft)
13363 ------------------------------------------------------------------------
13364 r22266 | courmisch | 2007-09-24 18:24:02 +0200 (Mon, 24 Sep 2007) | 2 lines
13366 M /trunk/src/network/httpd.c
13368 Partial fix to response protocol version detection
13370 ------------------------------------------------------------------------
13371 r22265 | courmisch | 2007-09-24 18:22:33 +0200 (Mon, 24 Sep 2007) | 2 lines
13373 M /trunk/src/network/httpd.c
13375 Ignore leading "white" characters in HTTP and RTSP requests
13377 ------------------------------------------------------------------------
13378 r22264 | courmisch | 2007-09-24 17:51:57 +0200 (Mon, 24 Sep 2007) | 2 lines
13380 M /trunk/modules/stream_out/rtsp.c
13382 Complain if the protocol is not RTSP
13384 ------------------------------------------------------------------------
13385 r22263 | courmisch | 2007-09-24 17:50:14 +0200 (Mon, 24 Sep 2007) | 2 lines
13387 M /trunk/src/network/httpd.c
13391 ------------------------------------------------------------------------
13392 r22262 | courmisch | 2007-09-24 17:44:57 +0200 (Mon, 24 Sep 2007) | 2 lines
13394 M /trunk/modules/stream_out/rtsp.c
13396 We only support RTSP one point ZERO. Do not claim otherwise.
13398 ------------------------------------------------------------------------
13399 r22261 | courmisch | 2007-09-24 17:44:15 +0200 (Mon, 24 Sep 2007) | 2 lines
13401 M /trunk/modules/stream_out/rtsp.c
13403 Factor out RTSP control URL writing so it can be re-used
13405 ------------------------------------------------------------------------
13406 r22260 | jb | 2007-09-24 16:57:38 +0200 (Mon, 24 Sep 2007) | 3 lines
13408 M /trunk/modules/gui/qt4/main_interface.cpp
13410 Qt4 - Remove a funny debug message.
13413 ------------------------------------------------------------------------
13414 r22259 | jb | 2007-09-24 16:56:33 +0200 (Mon, 24 Sep 2007) | 3 lines
13418 Add myself to AUTHORS.
13421 ------------------------------------------------------------------------
13422 r22258 | jb | 2007-09-24 09:40:51 +0200 (Mon, 24 Sep 2007) | 3 lines
13424 M /trunk/extras/contrib/src/Makefile
13425 M /trunk/extras/contrib/src/packages.mak
13427 Contribs - Lame. Why were we using 3.97b2 instead of 3.97 ????
13430 ------------------------------------------------------------------------
13431 r22257 | jb | 2007-09-24 08:48:21 +0200 (Mon, 24 Sep 2007) | 3 lines
13433 M /trunk/extras/contrib/src/Makefile
13435 Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.
13438 ------------------------------------------------------------------------
13439 r22256 | bitmap | 2007-09-24 07:30:51 +0200 (Mon, 24 Sep 2007) | 3 lines
13443 Couldn't bootstrap properly if a number existed anywhere in the path
13444 to gettextize (eg. if I was building inside a directory called win32)
13446 ------------------------------------------------------------------------
13447 r22255 | bitmap | 2007-09-24 04:58:08 +0200 (Mon, 24 Sep 2007) | 3 lines
13449 M /trunk/extras/contrib/src/Makefile
13451 Patch for goom make by Mark Moriarty. I have the problem too, and are
13452 cross-compiling under linux. -Im4/ changed to -I m4/
13454 ------------------------------------------------------------------------
13455 r22254 | bitmap | 2007-09-24 03:08:24 +0200 (Mon, 24 Sep 2007) | 3 lines
13457 M /trunk/extras/contrib/src/Makefile
13458 A /trunk/extras/contrib/src/Patches/freetype-cross.patch
13460 Fix cross-compilation issue of freetype where native compiler not getting
13461 picked up in configure due to bracket in wrong place.
13463 ------------------------------------------------------------------------
13464 r22253 | jpsaman | 2007-09-23 23:37:19 +0200 (Sun, 23 Sep 2007) | 1 line
13466 M /trunk/src/video_output/vout_subpictures.c
13468 Fix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale them.
13469 ------------------------------------------------------------------------
13470 r22252 | courmisch | 2007-09-23 22:07:11 +0200 (Sun, 23 Sep 2007) | 2 lines
13472 M /trunk/src/misc/win32_specific.c
13474 Pass --playlist-enqueue from started instance to running instance: fixes #869
13476 ------------------------------------------------------------------------
13477 r22251 | courmisch | 2007-09-23 21:43:02 +0200 (Sun, 23 Sep 2007) | 2 lines
13479 M /trunk/src/libvlc-module.c
13481 Mark playlist-enqueue as non-saveable - refs #869
13483 ------------------------------------------------------------------------
13484 r22250 | courmisch | 2007-09-23 20:52:55 +0200 (Sun, 23 Sep 2007) | 3 lines
13486 M /trunk/modules/stream_out/display.c
13488 Only reference the input when we have at least one codec - fixes #1287.
13489 Some stream output guru should really review this.
13491 ------------------------------------------------------------------------
13492 r22249 | courmisch | 2007-09-23 20:40:25 +0200 (Sun, 23 Sep 2007) | 4 lines
13494 M /trunk/src/input/input.c
13496 Fix use-after-free when the input is still in use by someone else (refs #1287).
13497 Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
13498 One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
13500 ------------------------------------------------------------------------
13501 r22248 | courmisch | 2007-09-23 20:22:18 +0200 (Sun, 23 Sep 2007) | 3 lines
13503 M /trunk/src/text/unicode.c
13505 Assume UTF-8 instead of ASCII.
13506 This is basically a hack for systems lacking proper locale setting
13508 ------------------------------------------------------------------------
13509 r22247 | jb | 2007-09-23 19:50:18 +0200 (Sun, 23 Sep 2007) | 3 lines
13511 M /trunk/vlc.win32.nsi.in
13513 Do correctly [22243] for windows context menu. Sorry.
13516 ------------------------------------------------------------------------
13517 r22246 | courmisch | 2007-09-23 18:16:23 +0200 (Sun, 23 Sep 2007) | 3 lines
13519 M /trunk/src/playlist/loadsave.c
13521 Re-do [18770] - fixes #1287.
13522 And why the heck was this undone in the first place??
13524 ------------------------------------------------------------------------
13525 r22245 | pdherbemont | 2007-09-23 17:06:55 +0200 (Sun, 23 Sep 2007) | 2 lines
13527 M /trunk/include/vlc/libvlc.h
13528 M /trunk/include/vlc/libvlc_structures.h
13529 M /trunk/src/control/media_instance.c
13530 M /trunk/src/control/media_list_player.c
13532 libvlc: Implement the _get_state function. Fix a leak. Fix a warning.
13534 ------------------------------------------------------------------------
13535 r22244 | jb | 2007-09-23 16:13:44 +0200 (Sun, 23 Sep 2007) | 3 lines
13537 M /trunk/modules/gui/qt4/main_interface.cpp
13539 Qt4 MainInterface: Smaller Size on Linux.
13542 ------------------------------------------------------------------------
13543 r22243 | jb | 2007-09-23 15:49:27 +0200 (Sun, 23 Sep 2007) | 4 lines
13545 M /trunk/vlc.win32.nsi.in
13547 Correct context-menu in Windows Installer.
13548 Patch by Hannes Domani
13551 ------------------------------------------------------------------------
13552 r22242 | jb | 2007-09-23 15:36:47 +0200 (Sun, 23 Sep 2007) | 3 lines
13554 M /trunk/extras/contrib/src/Patches/libpng-osx.patch
13555 M /trunk/extras/contrib/src/packages.mak
13557 Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
13560 ------------------------------------------------------------------------
13561 r22241 | jb | 2007-09-23 15:22:01 +0200 (Sun, 23 Sep 2007) | 3 lines
13563 M /trunk/extras/contrib/src/packages.mak
13565 Contribs: XML2 Version bumps to 2.6.30.
13568 ------------------------------------------------------------------------
13569 r22240 | jb | 2007-09-23 15:16:26 +0200 (Sun, 23 Sep 2007) | 3 lines
13571 M /trunk/extras/contrib/src/Makefile
13572 D /trunk/extras/contrib/src/Patches/flac-mingw32.patch
13573 M /trunk/extras/contrib/src/packages.mak
13575 Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF).
13578 ------------------------------------------------------------------------
13579 r22239 | fkuehne | 2007-09-23 15:09:00 +0200 (Sun, 23 Sep 2007) | 1 line
13581 M /trunk/src/input/meta.c
13583 * hacky compilation fix for OSX PPC. Please review
13584 ------------------------------------------------------------------------
13585 r22238 | jb | 2007-09-23 15:00:16 +0200 (Sun, 23 Sep 2007) | 3 lines
13587 M /trunk/extras/contrib/src/packages.mak
13589 Contribs: theora. The alpha8 has been renamed to beta1.
13592 ------------------------------------------------------------------------
13593 r22237 | jb | 2007-09-23 14:53:49 +0200 (Sun, 23 Sep 2007) | 4 lines
13595 M /trunk/extras/contrib/src/Makefile
13596 D /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
13597 M /trunk/extras/contrib/src/Patches/theora.patch
13598 M /trunk/extras/contrib/src/packages.mak
13600 Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ?
13604 ------------------------------------------------------------------------
13605 r22236 | jb | 2007-09-23 14:31:56 +0200 (Sun, 23 Sep 2007) | 3 lines
13607 M /trunk/modules/codec/rawvideo.c
13609 Add HDYC fourCC for some HD Raw Videos.
13612 ------------------------------------------------------------------------
13613 r22235 | jb | 2007-09-23 14:29:13 +0200 (Sun, 23 Sep 2007) | 3 lines
13615 M /trunk/modules/codec/rawvideo.c
13617 Add Y41B and Y42B FourCC. Solves rare raw video detection.
13620 ------------------------------------------------------------------------
13621 r22234 | jb | 2007-09-23 13:40:01 +0200 (Sun, 23 Sep 2007) | 3 lines
13623 M /trunk/modules/codec/rawvideo.c
13625 Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz
13628 ------------------------------------------------------------------------
13629 r22233 | courmisch | 2007-09-23 11:49:54 +0200 (Sun, 23 Sep 2007) | 3 lines
13631 M /trunk/src/libvlc-common.c
13633 Set verbosity to something until we parse the command line.
13634 Ideally, the command line would be parsed earlier.
13636 ------------------------------------------------------------------------
13637 r22232 | courmisch | 2007-09-23 11:27:11 +0200 (Sun, 23 Sep 2007) | 3 lines
13641 Do not force set VLC_VERBOSE.
13642 LibVLC need to be prepared for it to be missing anyway.
13644 ------------------------------------------------------------------------
13645 r22231 | jpsaman | 2007-09-23 11:21:58 +0200 (Sun, 23 Sep 2007) | 1 line
13647 M /trunk/src/osd/osd_parser.c
13649 fix osdmenu-file-path option
13650 ------------------------------------------------------------------------
13651 r22230 | courmisch | 2007-09-23 11:19:10 +0200 (Sun, 23 Sep 2007) | 2 lines
13653 M /trunk/src/libvlc-common.c
13655 Only override verbosity from VLC_VERBOSE if actually set
13657 ------------------------------------------------------------------------
13658 r22229 | courmisch | 2007-09-23 09:40:30 +0200 (Sun, 23 Sep 2007) | 2 lines
13660 M /trunk/src/libvlc-module.c
13662 Fix console support autodetection.
13664 ------------------------------------------------------------------------
13665 r22228 | courmisch | 2007-09-23 09:37:53 +0200 (Sun, 23 Sep 2007) | 2 lines
13667 M /trunk/src/libvlc-common.c
13669 Configure the message queue parameter before we use the message queue...
13671 ------------------------------------------------------------------------
13672 r22227 | courmisch | 2007-09-23 09:29:23 +0200 (Sun, 23 Sep 2007) | 2 lines
13674 M /trunk/modules/control/http/http.c
13676 Disable HTTP art handler by default, due to security problems - fixes #1308
13678 ------------------------------------------------------------------------
13679 r22226 | courmisch | 2007-09-23 09:28:12 +0200 (Sun, 23 Sep 2007) | 2 lines
13681 M /trunk/modules/control/http/http.c
13682 M /trunk/modules/control/http/http.h
13684 Do not leak the art handler from HTTP interface - fixes #1308
13686 ------------------------------------------------------------------------
13687 r22225 | courmisch | 2007-09-22 21:07:11 +0200 (Sat, 22 Sep 2007) | 3 lines
13689 M /trunk/modules/misc/gnutls.c
13691 Support for loading Diffie-Hellman-Merkel key exchange parameters from cache.
13692 This makes TLS server initialization a lot faster (especially under valgrind)
13694 ------------------------------------------------------------------------
13695 r22224 | courmisch | 2007-09-22 20:06:59 +0200 (Sat, 22 Sep 2007) | 2 lines
13697 M /trunk/modules/control/http/rpn.c
13699 Push something to RPN when vlc_config_get fails - fixes #1301
13701 ------------------------------------------------------------------------
13702 r22223 | courmisch | 2007-09-22 19:49:35 +0200 (Sat, 22 Sep 2007) | 2 lines
13704 M /trunk/src/modules/configuration.c
13706 Fix directory permission again
13708 ------------------------------------------------------------------------
13709 r22222 | courmisch | 2007-09-22 19:48:03 +0200 (Sat, 22 Sep 2007) | 2 lines
13711 M /trunk/modules/misc/gnutls.c
13715 ------------------------------------------------------------------------
13716 r22221 | courmisch | 2007-09-22 19:44:35 +0200 (Sat, 22 Sep 2007) | 3 lines
13718 M /trunk/include/vlc_charset.h
13719 M /trunk/modules/misc/gnutls.c
13720 M /trunk/src/input/meta.c
13721 M /trunk/src/modules/configuration.c
13722 M /trunk/src/text/unicode.c
13724 Add mode parameter to utf8_mkdir, and stop creating configuration
13725 directories as world-writable - fixes #1306
13727 ------------------------------------------------------------------------
13728 r22220 | courmisch | 2007-09-22 19:28:25 +0200 (Sat, 22 Sep 2007) | 2 lines
13730 M /trunk/src/modules/configuration.h
13731 M /trunk/src/modules/modules.c
13733 Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307
13735 ------------------------------------------------------------------------
13736 r22219 | courmisch | 2007-09-22 19:26:14 +0200 (Sat, 22 Sep 2007) | 2 lines
13738 M /trunk/modules/misc/gnutls.c
13742 ------------------------------------------------------------------------
13743 r22218 | courmisch | 2007-09-22 19:13:55 +0200 (Sat, 22 Sep 2007) | 6 lines
13745 M /trunk/modules/misc/gnutls.c
13747 Write computed Diffie-Hellman-Merkel parameters to VLC cache.
13748 These are are quite slow to compute, so it could be used to speed up start up
13749 once reading them from the cache is also implemented.
13751 Hmm, there is a security problem in this commit (cache file is world-readable).
13753 ------------------------------------------------------------------------
13754 r22217 | courmisch | 2007-09-22 17:31:13 +0200 (Sat, 22 Sep 2007) | 3 lines
13756 M /trunk/Makefile.am
13757 M /trunk/modules/demux/playlist/xspf.c
13759 Remove stupid broken error message in XSPF parser - refs #1293.
13760 Someone should fix this properly instead.
13762 ------------------------------------------------------------------------
13763 r22216 | courmisch | 2007-09-22 17:03:10 +0200 (Sat, 22 Sep 2007) | 2 lines
13765 M /trunk/src/audio_output/dec.c
13767 Last part of the Speex/RTP patch - fixes #1291
13769 ------------------------------------------------------------------------
13770 r22215 | courmisch | 2007-09-22 17:00:45 +0200 (Sat, 22 Sep 2007) | 2 lines
13772 M /trunk/modules/stream_out/rtp.c
13774 Speex RTP payload format output - refs #1291
13776 ------------------------------------------------------------------------
13777 r22214 | courmisch | 2007-09-22 16:54:42 +0200 (Sat, 22 Sep 2007) | 4 lines
13779 M /trunk/modules/demux/live555.cpp
13781 Use a different FOURCC for Speex from RTP (refs #1291),
13782 as it needs some specific processing in the decoder.
13783 Patch from William Hawkins
13785 ------------------------------------------------------------------------
13786 r22213 | courmisch | 2007-09-22 16:53:54 +0200 (Sat, 22 Sep 2007) | 3 lines
13789 M /trunk/modules/codec/speex.c
13791 Support for decoding Speex from RTP - refs #1291
13792 Patch by Williams Hawkins
13794 ------------------------------------------------------------------------
13795 r22212 | courmisch | 2007-09-22 16:37:55 +0200 (Sat, 22 Sep 2007) | 2 lines
13797 M /trunk/configure.ac
13799 We require GnuTLS 1.3.3 as of today
13801 ------------------------------------------------------------------------
13802 r22211 | courmisch | 2007-09-22 16:37:28 +0200 (Sat, 22 Sep 2007) | 2 lines
13804 M /trunk/modules/misc/gnutls.c
13806 Use up-to-date typedef from GnuTLS
13808 ------------------------------------------------------------------------
13809 r22210 | courmisch | 2007-09-22 15:45:06 +0200 (Sat, 22 Sep 2007) | 2 lines
13811 M /trunk/modules/misc/gnutls.c
13813 Create the user certificate directories automagically
13815 ------------------------------------------------------------------------
13816 r22209 | courmisch | 2007-09-22 15:44:45 +0200 (Sat, 22 Sep 2007) | 2 lines
13818 M /trunk/include/vlc_charset.h
13819 M /trunk/src/libvlc.h
13820 M /trunk/src/libvlc.sym
13824 ------------------------------------------------------------------------
13825 r22208 | courmisch | 2007-09-22 15:44:32 +0200 (Sat, 22 Sep 2007) | 2 lines
13827 M /trunk/src/network/tcp.c
13829 Fix error message on failed TCP connection
13831 ------------------------------------------------------------------------
13832 r22207 | courmisch | 2007-09-22 15:30:36 +0200 (Sat, 22 Sep 2007) | 2 lines
13834 M /trunk/modules/misc/gnutls.c
13838 ------------------------------------------------------------------------
13839 r22206 | courmisch | 2007-09-22 14:39:56 +0200 (Sat, 22 Sep 2007) | 2 lines
13841 M /trunk/modules/control/http/http.h
13843 HTTP control interface does not depend on TLS directly: fix #include
13845 ------------------------------------------------------------------------
13846 r22205 | courmisch | 2007-09-22 14:37:05 +0200 (Sat, 22 Sep 2007) | 2 lines
13848 M /trunk/include/vlc_tls.h
13849 M /trunk/modules/misc/gnutls.c
13850 M /trunk/src/libvlc.sym
13851 M /trunk/src/network/tls.c
13853 Fix TLS session cleanup
13855 ------------------------------------------------------------------------
13856 r22204 | courmisch | 2007-09-22 13:49:33 +0200 (Sat, 22 Sep 2007) | 2 lines
13858 M /trunk/include/vlc_tls.h
13859 M /trunk/modules/misc/gnutls.c
13860 M /trunk/src/network/tls.c
13862 Cleanup server name parameter handling
13864 ------------------------------------------------------------------------
13865 r22203 | courmisch | 2007-09-22 13:21:35 +0200 (Sat, 22 Sep 2007) | 3 lines
13867 M /trunk/include/vlc_common.h
13868 M /trunk/include/vlc_objects.h
13869 M /trunk/include/vlc_tls.h
13870 M /trunk/modules/misc/gnutls.c
13871 M /trunk/src/misc/objects.c
13872 M /trunk/src/network/tls.c
13874 Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
13875 Remove the singleton pattern. Still very much work in progress.
13877 ------------------------------------------------------------------------
13878 r22202 | ileoo | 2007-09-21 17:59:45 +0200 (Fri, 21 Sep 2007) | 2 lines
13880 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
13882 small change in album art change.
13884 ------------------------------------------------------------------------
13885 r22201 | courmisch | 2007-09-21 17:34:24 +0200 (Fri, 21 Sep 2007) | 3 lines
13887 M /trunk/modules/stream_out/rtp.c
13889 Comment out the dccp-service-code stuff since we do not implement it
13892 ------------------------------------------------------------------------
13893 r22200 | courmisch | 2007-09-21 17:22:08 +0200 (Fri, 21 Sep 2007) | 3 lines
13895 M /trunk/modules/stream_out/rtp.c
13896 M /trunk/modules/stream_out/rtp.h
13897 M /trunk/modules/stream_out/rtsp.c
13899 Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
13900 (draft-ietf-avt-rtp-and-rtcp-mux)
13902 ------------------------------------------------------------------------
13903 r22199 | bitmap | 2007-09-21 03:50:54 +0200 (Fri, 21 Sep 2007) | 4 lines
13905 M /trunk/modules/misc/freetype.c
13907 Fix for problem found by Sebastien Fievet where subtitles weren't
13908 showing up at all due to fontconfig returning empty strings on
13911 ------------------------------------------------------------------------
13912 r22198 | xtophe | 2007-09-21 00:07:40 +0200 (Fri, 21 Sep 2007) | 2 lines
13917 Polish l10n update by Micha?\197?\130 Trzebiatowski
13919 ------------------------------------------------------------------------
13920 r22197 | jpsaman | 2007-09-20 22:13:45 +0200 (Thu, 20 Sep 2007) | 2 lines
13922 M /trunk/modules/codec/zvbi.c
13924 Adjust height of subpicture region.
13926 ------------------------------------------------------------------------
13927 r22196 | jpsaman | 2007-09-20 22:13:44 +0200 (Thu, 20 Sep 2007) | 2 lines
13929 M /trunk/modules/stream_out/transcode.c
13930 M /trunk/src/video_output/vout_subpictures.c
13932 Fix return values for spu_Create() and spu_Init().
13934 ------------------------------------------------------------------------
13935 r22195 | funman | 2007-09-20 21:47:29 +0200 (Thu, 20 Sep 2007) | 1 line
13937 M /trunk/extras/contrib/src/Makefile
13939 contribs: add pthreads-w32 to clean & distclean targets
13940 ------------------------------------------------------------------------
13941 r22194 | funman | 2007-09-20 21:42:23 +0200 (Thu, 20 Sep 2007) | 1 line
13943 M /trunk/extras/contrib/Makefile
13945 contribs: advertise the mingw32 runtime version used to compile in the contribs package filename
13946 ------------------------------------------------------------------------
13947 r22193 | courmisch | 2007-09-20 21:28:58 +0200 (Thu, 20 Sep 2007) | 2 lines
13949 M /trunk/modules/stream_out/rtcp.c
13951 Another Win32 problem
13953 ------------------------------------------------------------------------
13954 r22192 | courmisch | 2007-09-20 21:16:58 +0200 (Thu, 20 Sep 2007) | 2 lines
13956 M /trunk/modules/stream_out/rtcp.c
13960 ------------------------------------------------------------------------
13961 r22191 | courmisch | 2007-09-20 20:54:02 +0200 (Thu, 20 Sep 2007) | 4 lines
13963 M /trunk/libs/loader/win32.c
13964 M /trunk/modules/codec/dmo/dmo.c
13966 DMO/loader patch from Alex Antropoff.
13967 You may need to upgrade Windows Media to get this working,
13968 since it uses a newer DLL name.
13970 ------------------------------------------------------------------------
13971 r22190 | funman | 2007-09-20 20:13:13 +0200 (Thu, 20 Sep 2007) | 2 lines
13973 M /trunk/extras/contrib/src/Makefile
13974 M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
13976 contribs: Reverts [22188] for the goom patch, and use the included m4 files
13978 ------------------------------------------------------------------------
13979 r22189 | funman | 2007-09-20 18:19:30 +0200 (Thu, 20 Sep 2007) | 1 line
13981 M /trunk/extras/contrib/src/Makefile
13983 contribs: run autotools to build libxml2 for WIN32
13984 ------------------------------------------------------------------------
13985 r22188 | funman | 2007-09-20 17:48:00 +0200 (Thu, 20 Sep 2007) | 1 line
13987 M /trunk/extras/contrib/src/Makefile
13988 M /trunk/extras/contrib/src/Patches/goom2k4-0-win32.patch
13990 contribs: make goom2k4 compile for win32 host when aclocal-1.9 isn't installed
13991 ------------------------------------------------------------------------
13992 r22187 | funman | 2007-09-20 17:21:03 +0200 (Thu, 20 Sep 2007) | 1 line
13994 M /trunk/include/vlc/vlc.h
13996 typo: p_vlc -> p_libvlc
13997 ------------------------------------------------------------------------
13998 r22186 | pdherbemont | 2007-09-20 16:51:30 +0200 (Thu, 20 Sep 2007) | 2 lines
14000 M /trunk/src/interface/interface.c
14002 interface.c: Default b_should_run_on_first_thread to false.
14004 ------------------------------------------------------------------------
14005 r22185 | pdherbemont | 2007-09-20 16:50:37 +0200 (Thu, 20 Sep 2007) | 2 lines
14007 M /trunk/src/interface/interface.c
14009 Revert Previous commit.
14011 ------------------------------------------------------------------------
14012 r22184 | pdherbemont | 2007-09-20 16:49:24 +0200 (Thu, 20 Sep 2007) | 2 lines
14014 M /trunk/src/interface/interface.c
14016 interface.c: Default b_should_run_on_first_thread to false to be sure. (as per funman's request).
14018 ------------------------------------------------------------------------
14019 r22183 | funman | 2007-09-20 16:43:09 +0200 (Thu, 20 Sep 2007) | 1 line
14021 M /trunk/extras/contrib/src/Makefile
14023 contribs: fix libshout build, adds missing dep on libvorbis
14024 ------------------------------------------------------------------------
14025 r22182 | pdherbemont | 2007-09-20 16:40:55 +0200 (Thu, 20 Sep 2007) | 2 lines
14027 M /trunk/modules/gui/macosx/intf.m
14029 macosx/intf.m: Fix Mac OS X interface.
14031 ------------------------------------------------------------------------
14032 r22181 | pdherbemont | 2007-09-20 16:34:03 +0200 (Thu, 20 Sep 2007) | 2 lines
14034 M /trunk/src/interface/interface.c
14036 interface.c: Better comment.
14038 ------------------------------------------------------------------------
14039 r22180 | pdherbemont | 2007-09-20 16:28:00 +0200 (Thu, 20 Sep 2007) | 2 lines
14041 M /trunk/include/vlc_interface.h
14042 M /trunk/src/interface/interface.c
14044 interface.c: Support execution of the interface Run() method on first thread.
14046 ------------------------------------------------------------------------
14047 r22179 | pdherbemont | 2007-09-20 11:08:03 +0200 (Thu, 20 Sep 2007) | 2 lines
14049 M /trunk/include/vlc/libvlc.h
14050 M /trunk/include/vlc/libvlc_structures.h
14051 M /trunk/src/Makefile.am
14052 M /trunk/src/control/libvlc_internal.h
14053 A /trunk/src/control/media_list_view.c
14055 libvlc: Implement media_list_view, which will be used to present/access/edit the items of a media_list.
14057 ------------------------------------------------------------------------
14058 r22178 | pdherbemont | 2007-09-20 11:00:36 +0200 (Thu, 20 Sep 2007) | 2 lines
14060 M /trunk/extras/MacOSX/Framework/Makefile
14062 MacOSX/Framework/Makefile: Fix previous commits. Thanks to Fabien Lydoire.
14064 ------------------------------------------------------------------------
14065 r22177 | jpsaman | 2007-09-20 10:10:46 +0200 (Thu, 20 Sep 2007) | 2 lines
14067 M /trunk/modules/codec/zvbi.c
14069 Disable --vbi-text by default.
14071 ------------------------------------------------------------------------
14072 r22176 | jpsaman | 2007-09-19 23:01:01 +0200 (Wed, 19 Sep 2007) | 2 lines
14074 M /trunk/modules/codec/zvbi.c
14076 Decoder teletext subtitles as text (ASCII, UTF-8 or ISO-8859-1 are possible). Currently only ASCII is supported. The subpicture region size is too large resulting in ghosting effects. Don't use the new --vbi-text option unless you want to fix this bug.
14078 ------------------------------------------------------------------------
14079 r22175 | courmisch | 2007-09-19 21:30:01 +0200 (Wed, 19 Sep 2007) | 2 lines
14081 M /trunk/modules/stream_out/rtcp.c
14082 M /trunk/modules/stream_out/rtp.c
14083 M /trunk/modules/stream_out/rtp.h
14085 RTCP: support for RTP/RTCP multiplexed on the same port
14087 ------------------------------------------------------------------------
14088 r22174 | courmisch | 2007-09-19 21:10:07 +0200 (Wed, 19 Sep 2007) | 2 lines
14090 M /trunk/modules/stream_out/rtp.c
14092 Remove unused variables
14094 ------------------------------------------------------------------------
14095 r22173 | courmisch | 2007-09-19 21:04:03 +0200 (Wed, 19 Sep 2007) | 2 lines
14097 M /trunk/src/text/wincp.c
14099 Avoid setlocale - not thread-safe
14101 ------------------------------------------------------------------------
14102 r22172 | courmisch | 2007-09-19 20:57:57 +0200 (Wed, 19 Sep 2007) | 4 lines
14104 M /trunk/src/libvlc-common.c
14106 Do not set locale twice (it is already taken care of by VLC),
14107 especially as this is not thread-safe, and not something a library
14110 ------------------------------------------------------------------------
14111 r22171 | courmisch | 2007-09-19 20:54:53 +0200 (Wed, 19 Sep 2007) | 2 lines
14113 M /trunk/src/text/wincp.c
14115 Do not set never used value
14117 ------------------------------------------------------------------------
14118 r22170 | courmisch | 2007-09-19 19:40:38 +0200 (Wed, 19 Sep 2007) | 2 lines
14120 M /trunk/modules/stream_out/rtp.c
14122 Partial support for RTP over connection-oriented media
14124 ------------------------------------------------------------------------
14125 r22169 | courmisch | 2007-09-19 19:39:43 +0200 (Wed, 19 Sep 2007) | 2 lines
14127 M /trunk/src/network/io.c
14131 ------------------------------------------------------------------------
14132 r22168 | courmisch | 2007-09-19 19:22:07 +0200 (Wed, 19 Sep 2007) | 2 lines
14134 M /trunk/modules/access/udp.c
14136 Fix RTP prebufferring regression
14138 ------------------------------------------------------------------------
14139 r22167 | funman | 2007-09-19 18:21:08 +0200 (Wed, 19 Sep 2007) | 1 line
14141 M /trunk/modules/misc/lua/vlclua.c
14143 lua: check stream_UrlNew return value
14144 ------------------------------------------------------------------------
14145 r22166 | courmisch | 2007-09-19 18:14:58 +0200 (Wed, 19 Sep 2007) | 2 lines
14147 M /trunk/src/network/io.c
14149 Support for DCCP in net_Listen
14151 ------------------------------------------------------------------------
14152 r22165 | courmisch | 2007-09-19 17:50:08 +0200 (Wed, 19 Sep 2007) | 2 lines
14154 M /trunk/src/network/tcp.c
14156 Fix previous commit
14158 ------------------------------------------------------------------------
14159 r22164 | courmisch | 2007-09-19 17:49:16 +0200 (Wed, 19 Sep 2007) | 2 lines
14161 M /trunk/src/network/tcp.c
14163 Handle lack of listener in net_Accept
14165 ------------------------------------------------------------------------
14166 r22163 | courmisch | 2007-09-19 17:31:22 +0200 (Wed, 19 Sep 2007) | 2 lines
14168 M /trunk/include/vlc_network.h
14169 M /trunk/src/network/io.c
14171 Simplify net_Listen (no real use for family and type parameters)
14173 ------------------------------------------------------------------------
14174 r22162 | courmisch | 2007-09-19 16:51:44 +0200 (Wed, 19 Sep 2007) | 2 lines
14176 M /trunk/src/network/udp.c
14178 Fixup DCCP include ordering
14180 ------------------------------------------------------------------------
14181 r22161 | pdherbemont | 2007-09-19 12:45:14 +0200 (Wed, 19 Sep 2007) | 2 lines
14183 M /trunk/extras/MacOSX/Framework/Makefile
14185 MacOSX/Framework/Makefile: Use the correct libvlc and libvlc-control when linking.
14187 ------------------------------------------------------------------------
14188 r22160 | xtophe | 2007-09-19 00:20:10 +0200 (Wed, 19 Sep 2007) | 2 lines
14190 M /trunk/Makefile.am
14192 Remove spurious tab
14194 ------------------------------------------------------------------------
14195 r22159 | xtophe | 2007-09-18 23:44:06 +0200 (Tue, 18 Sep 2007) | 2 lines
14197 M /trunk/modules/misc/notify/telepathy.c
14201 ------------------------------------------------------------------------
14202 r22158 | xtophe | 2007-09-18 23:02:00 +0200 (Tue, 18 Sep 2007) | 2 lines
14206 fi.po: svn:keywords and a small fix
14208 ------------------------------------------------------------------------
14209 r22157 | jpsaman | 2007-09-18 22:53:59 +0200 (Tue, 18 Sep 2007) | 1 line
14211 M /trunk/modules/stream_out/transcode.c
14213 Last bit of cleanup in transcode_osd_new()
14214 ------------------------------------------------------------------------
14215 r22156 | jpsaman | 2007-09-18 22:32:08 +0200 (Tue, 18 Sep 2007) | 1 line
14217 M /trunk/modules/stream_out/transcode.c
14219 Simplify handling of osdmenu streaming
14220 ------------------------------------------------------------------------
14221 r22155 | courmisch | 2007-09-18 18:42:27 +0200 (Tue, 18 Sep 2007) | 3 lines
14223 M /trunk/include/vlc_config.h
14225 One second before the warning is really too short.
14226 *Dead*locks tend to last for a rather long time anyway :)
14228 ------------------------------------------------------------------------
14229 r22154 | funman | 2007-09-18 18:37:41 +0200 (Tue, 18 Sep 2007) | 1 line
14231 M /trunk/modules/audio_output/oss.c
14234 ------------------------------------------------------------------------
14235 r22153 | courmisch | 2007-09-18 18:32:17 +0200 (Tue, 18 Sep 2007) | 2 lines
14237 M /trunk/modules/access/file.c
14239 Remove last occurences - fixes #1297
14241 ------------------------------------------------------------------------
14242 r22152 | courmisch | 2007-09-18 18:27:50 +0200 (Tue, 18 Sep 2007) | 2 lines
14244 M /trunk/modules/access_output/udp.c
14248 ------------------------------------------------------------------------
14249 r22151 | courmisch | 2007-09-18 18:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
14251 M /trunk/modules/access/directory.c
14252 M /trunk/modules/access/dv.c
14253 M /trunk/modules/access/dvb/access.c
14254 M /trunk/modules/access/dvb/en50221.c
14255 M /trunk/modules/access/dvb/linux_dvb.c
14256 M /trunk/modules/access/file.c
14257 M /trunk/modules/access/mms/mmstu.c
14258 M /trunk/modules/access/pvr.c
14259 M /trunk/modules/access/smb.c
14260 M /trunk/modules/access/v4l.c
14261 M /trunk/modules/access/v4l2.c
14262 M /trunk/modules/access_filter/dump.c
14263 M /trunk/modules/access_filter/record.c
14264 M /trunk/modules/access_filter/timeshift.c
14265 M /trunk/modules/access_output/file.c
14266 M /trunk/modules/access_output/udp.c
14267 M /trunk/modules/audio_output/alsa.c
14268 M /trunk/modules/audio_output/esd.c
14269 M /trunk/modules/audio_output/file.c
14270 M /trunk/modules/audio_output/hd1000a.cpp
14271 M /trunk/modules/audio_output/oss.c
14272 M /trunk/modules/codec/subtitles/subsdec.c
14273 M /trunk/modules/control/http/macro.c
14274 M /trunk/modules/control/http/mvar.c
14275 M /trunk/modules/control/http/util.c
14276 M /trunk/modules/control/rc.c
14277 M /trunk/modules/gui/ncurses.c
14278 M /trunk/modules/gui/qnx/aout.c
14279 M /trunk/modules/misc/freetype.c
14280 M /trunk/modules/misc/gnutls.c
14281 M /trunk/modules/misc/notify/growl.c
14282 M /trunk/modules/stream_out/rtp.c
14283 M /trunk/modules/video_output/fb.c
14284 M /trunk/modules/video_output/x11/xcommon.c
14286 Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297
14288 ------------------------------------------------------------------------
14289 r22150 | funman | 2007-09-18 18:17:51 +0200 (Tue, 18 Sep 2007) | 1 line
14291 M /trunk/modules/control/dbus.c
14293 Use intf_ShouldDie()
14294 ------------------------------------------------------------------------
14295 r22149 | courmisch | 2007-09-18 17:57:44 +0200 (Tue, 18 Sep 2007) | 2 lines
14297 M /trunk/modules/gui/macosx/vout.m
14298 M /trunk/modules/gui/macosx/voutgl.m
14299 M /trunk/modules/gui/macosx/voutqt.m
14301 Don't cite strerror. It is a bad example!
14303 ------------------------------------------------------------------------
14304 r22148 | courmisch | 2007-09-18 17:52:21 +0200 (Tue, 18 Sep 2007) | 2 lines
14306 M /trunk/src/extras/libc.c
14307 M /trunk/src/interface/interaction.c
14308 M /trunk/src/libvlc-common.c
14309 M /trunk/src/misc/image.c
14310 M /trunk/src/modules/configuration.c
14311 M /trunk/src/modules/modules.c
14312 M /trunk/src/playlist/loadsave.c
14314 Remove remaining strerror() calls from core - refs #1297
14316 ------------------------------------------------------------------------
14317 r22147 | courmisch | 2007-09-18 17:44:47 +0200 (Tue, 18 Sep 2007) | 2 lines
14319 M /trunk/include/vlc_common.h
14320 M /trunk/include/vlc_network.h
14321 M /trunk/include/vlc_threads_funcs.h
14322 M /trunk/src/input/meta.c
14323 M /trunk/src/misc/threads.c
14324 M /trunk/src/network/acl.c
14325 M /trunk/src/network/httpd.c
14326 M /trunk/src/network/io.c
14327 M /trunk/src/network/tcp.c
14328 M /trunk/src/network/udp.c
14329 M /trunk/src/stream_output/sap.c
14330 M /trunk/src/stream_output/stream_output.c
14332 Fix the most common strerror() usages (threads, network, input) - refs #1297
14334 ------------------------------------------------------------------------
14335 r22146 | courmisch | 2007-09-18 17:26:43 +0200 (Tue, 18 Sep 2007) | 2 lines
14337 M /trunk/src/misc/messages.c
14339 Print Winsock error instead of errno if applicable
14341 ------------------------------------------------------------------------
14342 r22145 | courmisch | 2007-09-18 17:20:49 +0200 (Tue, 18 Sep 2007) | 2 lines
14344 M /trunk/configure.ac
14346 Remove obsolete subst
14348 ------------------------------------------------------------------------
14349 r22144 | courmisch | 2007-09-18 17:16:31 +0200 (Tue, 18 Sep 2007) | 2 lines
14351 M /trunk/Makefile.am
14355 ------------------------------------------------------------------------
14356 r22143 | courmisch | 2007-09-18 17:12:12 +0200 (Tue, 18 Sep 2007) | 3 lines
14358 M /trunk/src/libvlc-module.c
14360 - Make language list more diff-friendly
14363 ------------------------------------------------------------------------
14364 r22142 | courmisch | 2007-09-18 17:03:19 +0200 (Tue, 18 Sep 2007) | 2 lines
14366 M /trunk/configure.ac
14367 A /trunk/po/LINGUAS
14369 Move language list out of configure.ac
14371 ------------------------------------------------------------------------
14372 r22141 | courmisch | 2007-09-18 16:55:47 +0200 (Tue, 18 Sep 2007) | 2 lines
14378 Finnish localization by Jouni K?\195?\164hk?\195?\182nen
14380 ------------------------------------------------------------------------
14381 r22140 | jpsaman | 2007-09-18 14:45:03 +0200 (Tue, 18 Sep 2007) | 1 line
14383 M /trunk/modules/codec/zvbi.c
14385 Let user change position of Teletext subtitles.
14386 ------------------------------------------------------------------------
14387 r22139 | jpsaman | 2007-09-18 14:43:20 +0200 (Tue, 18 Sep 2007) | 1 line
14389 M /trunk/modules/stream_out/transcode.c
14391 Check malloc returns value
14392 ------------------------------------------------------------------------
14393 r22138 | jpsaman | 2007-09-18 14:05:10 +0200 (Tue, 18 Sep 2007) | 1 line
14395 M /trunk/modules/codec/ffmpeg/chroma.c
14397 Return VLC_ENOMEN iso VLC_EGENERIC when no more memory can be allocated.
14398 ------------------------------------------------------------------------
14399 r22137 | pdherbemont | 2007-09-18 11:58:59 +0200 (Tue, 18 Sep 2007) | 2 lines
14401 M /trunk/extras/MacOSX/Framework/Makefile
14403 MacOSX/Framework/Makefile: Fix libintl.dylib link. Reported by Fabien Lydoire.
14405 ------------------------------------------------------------------------
14406 r22136 | funman | 2007-09-18 01:36:25 +0200 (Tue, 18 Sep 2007) | 4 lines
14408 M /trunk/Makefile.am
14409 M /trunk/modules/gui/qt4/Modules.am
14411 Avoid using sed -i which seems to be non standard.
14412 Use makensis when it's installed in the default location.
14413 Patch by Hannes Domani
14415 ------------------------------------------------------------------------
14416 r22135 | funman | 2007-09-18 01:31:22 +0200 (Tue, 18 Sep 2007) | 3 lines
14418 M /trunk/modules/misc/notify/telepathy.c
14420 telepathy: updates the presence only if the "item-change" new value is the same than the "playlist-current" value.
14421 don't block more than 50ms to get the actual status.
14423 ------------------------------------------------------------------------
14424 r22134 | funman | 2007-09-18 01:17:05 +0200 (Tue, 18 Sep 2007) | 2 lines
14426 M /trunk/src/playlist/engine.c
14428 playlist: removes useless variable, only preparse files
14430 ------------------------------------------------------------------------
14431 r22133 | funman | 2007-09-18 01:15:37 +0200 (Tue, 18 Sep 2007) | 3 lines
14433 M /trunk/src/text/strings.c
14435 str_format_meta(): fix HUGE memory leak & segfault.
14436 realloc() can change the pointer initialised with malloc() if memory is low !
14438 ------------------------------------------------------------------------
14439 r22132 | pdherbemont | 2007-09-17 23:48:13 +0200 (Mon, 17 Sep 2007) | 2 lines
14441 M /trunk/extras/MacOSX/Framework/Makefile
14443 MacOSX/Framework/Makefile: Fix libintl link if present. Reported by Fabien Lydoire.
14445 ------------------------------------------------------------------------
14446 r22131 | funman | 2007-09-17 23:44:14 +0200 (Mon, 17 Sep 2007) | 1 line
14448 M /trunk/modules/services_discovery/hal.c
14450 hal services_discovery: fix invalid access to memory in Close()
14451 ------------------------------------------------------------------------
14452 r22130 | courmisch | 2007-09-17 22:19:36 +0200 (Mon, 17 Sep 2007) | 3 lines
14454 M /trunk/src/misc/messages.c
14456 GNU libc-like support for "%m" expanded as strerror(errno) in Msg_*.
14457 strerror() is mostly called in that case anyway.
14459 ------------------------------------------------------------------------
14460 r22129 | courmisch | 2007-09-17 20:48:54 +0200 (Mon, 17 Sep 2007) | 3 lines
14462 M /trunk/modules/misc/notify/telepathy.c
14464 Stick to American ASCII quotes otherwise gettext will whine.
14465 You can use the nice French double quotes in fr.po instead.
14467 ------------------------------------------------------------------------
14468 r22128 | funman | 2007-09-17 20:36:37 +0200 (Mon, 17 Sep 2007) | 2 lines
14471 M /trunk/configure.ac
14472 M /trunk/modules/misc/notify/Modules.am
14473 A /trunk/modules/misc/notify/telepathy.c (from /trunk/modules/misc/notify/msn.c:22109)
14475 New Telepathy plugin, to customize user Presence with MissionControl
14477 ------------------------------------------------------------------------
14478 r22127 | courmisch | 2007-09-17 19:55:50 +0200 (Mon, 17 Sep 2007) | 2 lines
14480 M /trunk/modules/access/udp.c
14482 Attempt to fix today's RTP access changes
14484 ------------------------------------------------------------------------
14485 r22126 | courmisch | 2007-09-17 19:37:16 +0200 (Mon, 17 Sep 2007) | 2 lines
14487 M /trunk/modules/stream_out/rtp.c
14488 M /trunk/modules/stream_out/rtsp.c
14490 Handle RTSP URLs that ends with a single slash properly
14492 ------------------------------------------------------------------------
14493 r22125 | jb | 2007-09-17 19:29:30 +0200 (Mon, 17 Sep 2007) | 3 lines
14495 M /trunk/modules/gui/qt4/components/open.cpp
14497 Qt4 - Disc probing under Windows in open. Patch By Hannes Domani
14500 ------------------------------------------------------------------------
14501 r22124 | funman | 2007-09-17 19:19:39 +0200 (Mon, 17 Sep 2007) | 1 line
14503 M /trunk/src/misc/threads.c
14506 ------------------------------------------------------------------------
14507 r22123 | jb | 2007-09-17 18:56:44 +0200 (Mon, 17 Sep 2007) | 3 lines
14509 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
14510 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
14511 M /trunk/modules/gui/qt4/dialogs_provider.cpp
14512 M /trunk/modules/gui/qt4/ui/vlm.ui
14514 Qt4 - VLM dialog improvements by JF Massol.
14517 ------------------------------------------------------------------------
14518 r22122 | courmisch | 2007-09-17 18:56:12 +0200 (Mon, 17 Sep 2007) | 2 lines
14520 M /trunk/src/network/httpd.c
14524 ------------------------------------------------------------------------
14525 r22121 | courmisch | 2007-09-17 18:25:19 +0200 (Mon, 17 Sep 2007) | 3 lines
14527 M /trunk/src/misc/mtime.c
14528 M /trunk/src/misc/threads.c
14530 Force fallback to realtime clock when clock selection is not supported...
14531 and restore the old broken behavior. It's high time people update to NPTL...
14533 ------------------------------------------------------------------------
14534 r22120 | courmisch | 2007-09-17 17:58:05 +0200 (Mon, 17 Sep 2007) | 2 lines
14536 M /trunk/modules/stream_out/rtp.c
14538 Do not compute values that are never used (anymore)
14540 ------------------------------------------------------------------------
14541 r22119 | courmisch | 2007-09-17 17:46:32 +0200 (Mon, 17 Sep 2007) | 2 lines
14543 M /trunk/modules/access/udp.c
14545 Ignore muxed RTCP packets for AVP profile
14547 ------------------------------------------------------------------------
14548 r22118 | courmisch | 2007-09-17 17:26:34 +0200 (Mon, 17 Sep 2007) | 4 lines
14550 M /trunk/modules/access/udp.c
14552 - Restore RTP pre-buffering broken in previous commit.
14553 - Fix segmentation fault in prebuffering
14554 Md: could you please review this?
14556 ------------------------------------------------------------------------
14557 r22117 | courmisch | 2007-09-17 17:10:41 +0200 (Mon, 17 Sep 2007) | 3 lines
14559 M /trunk/modules/access/udp.c
14561 Do not use BlockChoose when the access is explicitly RTP.
14562 This breaks when the sender uses a fancy payload type, or RTCP-mux.
14564 ------------------------------------------------------------------------
14565 r22116 | courmisch | 2007-09-17 16:50:18 +0200 (Mon, 17 Sep 2007) | 2 lines
14567 M /trunk/modules/access/udp.c
14569 Remove useless #define
14571 ------------------------------------------------------------------------
14572 r22115 | courmisch | 2007-09-17 16:41:09 +0200 (Mon, 17 Sep 2007) | 3 lines
14574 M /trunk/src/playlist/thread.c
14576 - Fix potential use after free
14577 - Fix segfault if there is no preparse and/or fetcher object
14579 ------------------------------------------------------------------------
14580 r22114 | pdherbemont | 2007-09-17 16:37:15 +0200 (Mon, 17 Sep 2007) | 2 lines
14582 M /trunk/modules/misc/lua/luameta.c
14583 M /trunk/modules/misc/lua/vlclua.h
14585 lua: Print debug message only if really wanted.
14587 ------------------------------------------------------------------------
14588 r22113 | courmisch | 2007-09-17 16:29:59 +0200 (Mon, 17 Sep 2007) | 8 lines
14590 M /trunk/src/playlist/control.c
14591 M /trunk/src/playlist/engine.c
14593 Signal the playlist BEFORE unlocking it.
14594 One should never signal a condition without the corresponding lock:
14595 "if predictable scheduling behavior is required, then that mutex shall
14596 be locked by the thread calling pthread_cond_broadcast()
14597 or pthread_cond_signal()." -- POSIX
14599 This only fixes the most obvious cases. There might be others.
14601 ------------------------------------------------------------------------
14602 r22112 | courmisch | 2007-09-17 16:21:14 +0200 (Mon, 17 Sep 2007) | 2 lines
14604 M /trunk/include/vlc_threads.h
14605 M /trunk/include/vlc_threads_funcs.h
14607 errno.h is always needed for pthread now
14609 ------------------------------------------------------------------------
14610 r22111 | pdherbemont | 2007-09-17 16:13:09 +0200 (Mon, 17 Sep 2007) | 2 lines
14612 M /trunk/src/misc/threads.c
14614 misc/threads.c: On non-linux create a PTHREAD_MUTEX_ERRORCHECK...
14616 ------------------------------------------------------------------------
14617 r22110 | funman | 2007-09-17 02:02:50 +0200 (Mon, 17 Sep 2007) | 1 line
14619 M /trunk/extras/contrib/src/Makefile
14620 M /trunk/extras/contrib/src/Patches/faac.patch
14621 M /trunk/extras/contrib/src/Patches/live-config.patch
14623 Revert previous commit, and updates faac & live-config patches
14624 ------------------------------------------------------------------------
14625 r22109 | funman | 2007-09-16 23:19:41 +0200 (Sun, 16 Sep 2007) | 1 line
14627 M /trunk/extras/contrib/src/Patches/faac.patch
14629 contrib/faac: Uses only UNIX newline for the patch
14630 ------------------------------------------------------------------------
14631 r22107 | courmisch | 2007-09-16 19:40:33 +0200 (Sun, 16 Sep 2007) | 4 lines
14633 M /trunk/modules/video_output/x11/xcommon.c
14634 M /trunk/modules/video_output/x11/xcommon.h
14636 Really fix XShm detection with remote X11 (cf [19346]):
14637 Get correct major opcode for MIT-SHM instead of an hard-coded one that
14638 works with some X servers (not including mine).
14640 ------------------------------------------------------------------------
14641 r22106 | dionoea | 2007-09-16 19:23:08 +0200 (Sun, 16 Sep 2007) | 2 lines
14643 M /trunk/modules/misc/lua/luameta.c
14645 Don't print the "googleimage.lua: didn't return a string" message if the function returned nil.
14647 ------------------------------------------------------------------------
14648 r22105 | courmisch | 2007-09-16 19:15:44 +0200 (Sun, 16 Sep 2007) | 2 lines
14650 M /trunk/modules/video_output/x11/xcommon.c
14654 ------------------------------------------------------------------------
14655 r22104 | courmisch | 2007-09-16 17:29:04 +0200 (Sun, 16 Sep 2007) | 2 lines
14657 M /trunk/include/vlc_playlist.h
14658 M /trunk/src/libvlc.sym
14659 M /trunk/src/playlist/control.c
14661 Out-of-line __pl_Get and __pl_Release - depend on libvlc_int_t
14663 ------------------------------------------------------------------------
14664 r22103 | xtophe | 2007-09-16 16:56:31 +0200 (Sun, 16 Sep 2007) | 2 lines
14666 M /trunk/src/input/input.c
14668 Free no longer needed after changes in getNonEmptyString
14670 ------------------------------------------------------------------------
14671 r22102 | courmisch | 2007-09-16 15:31:26 +0200 (Sun, 16 Sep 2007) | 2 lines
14673 M /trunk/include/vlc_threads_funcs.h
14675 Fix win32 compilation, but that will crash at run-time
14677 ------------------------------------------------------------------------
14678 r22101 | courmisch | 2007-09-16 15:05:50 +0200 (Sun, 16 Sep 2007) | 2 lines
14680 M /trunk/src/Makefile.am
14682 Mark the test programs as not installable
14684 ------------------------------------------------------------------------
14685 r22100 | courmisch | 2007-09-16 14:57:18 +0200 (Sun, 16 Sep 2007) | 4 lines
14687 M /trunk/configure.ac
14689 Because we are selfish bastards (at least, I am), disable fast install
14690 mode by default. Packagers and build bots should re-enable it with:
14691 ./configure --enable-fast-install
14693 ------------------------------------------------------------------------
14694 r22099 | courmisch | 2007-09-16 14:36:29 +0200 (Sun, 16 Sep 2007) | 2 lines
14696 M /trunk/modules/access_output/udp.c
14697 M /trunk/modules/stream_out/rtp.c
14699 Force the sending threads to wakeup at exit - closes #1292
14701 ------------------------------------------------------------------------
14702 r22098 | courmisch | 2007-09-16 14:27:40 +0200 (Sun, 16 Sep 2007) | 3 lines
14704 M /trunk/include/vlc_block.h
14705 M /trunk/src/misc/block.c
14707 block_FifoWake: force the block_FifoGet()'ing thread to wakeup without
14708 queuing any data - this is mostly useful when quitting
14710 ------------------------------------------------------------------------
14711 r22097 | xtophe | 2007-09-16 13:21:17 +0200 (Sun, 16 Sep 2007) | 2 lines
14713 M /trunk/include/vlc_objects.h
14717 ------------------------------------------------------------------------
14718 r22096 | courmisch | 2007-09-16 13:09:21 +0200 (Sun, 16 Sep 2007) | 2 lines
14720 M /trunk/src/input/es_out.c
14724 ------------------------------------------------------------------------
14725 r22095 | courmisch | 2007-09-16 13:09:02 +0200 (Sun, 16 Sep 2007) | 2 lines
14727 M /trunk/src/control/mediacontrol_audio_video.c
14731 ------------------------------------------------------------------------
14732 r22094 | courmisch | 2007-09-16 13:08:27 +0200 (Sun, 16 Sep 2007) | 2 lines
14734 M /trunk/src/misc/threads.c
14738 ------------------------------------------------------------------------
14739 r22093 | courmisch | 2007-09-16 13:02:39 +0200 (Sun, 16 Sep 2007) | 2 lines
14741 M /trunk/src/misc/objects.c
14745 ------------------------------------------------------------------------
14746 r22092 | courmisch | 2007-09-16 13:01:52 +0200 (Sun, 16 Sep 2007) | 2 lines
14748 M /trunk/include/vlc_objects.h
14749 M /trunk/src/misc/objects.c
14751 Inline vlc_object_signal
14753 ------------------------------------------------------------------------
14754 r22091 | courmisch | 2007-09-16 13:00:07 +0200 (Sun, 16 Sep 2007) | 2 lines
14756 M /trunk/include/vlc_playlist.h
14760 ------------------------------------------------------------------------
14761 r22090 | courmisch | 2007-09-16 12:55:07 +0200 (Sun, 16 Sep 2007) | 2 lines
14763 M /trunk/include/vlc_playlist.h
14765 Use the new API in playlist macros
14767 ------------------------------------------------------------------------
14768 r22089 | courmisch | 2007-09-16 12:51:35 +0200 (Sun, 16 Sep 2007) | 2 lines
14770 M /trunk/modules/control/hotkeys.c
14772 hotkeys: use the new object locking API
14774 ------------------------------------------------------------------------
14775 r22088 | courmisch | 2007-09-16 12:50:10 +0200 (Sun, 16 Sep 2007) | 2 lines
14777 M /trunk/include/vlc_objects.h
14779 Forgot this file in [22086]
14781 ------------------------------------------------------------------------
14782 r22087 | courmisch | 2007-09-16 12:49:43 +0200 (Sun, 16 Sep 2007) | 2 lines
14784 M /trunk/src/libvlc.h
14788 ------------------------------------------------------------------------
14789 r22086 | courmisch | 2007-09-16 12:45:23 +0200 (Sun, 16 Sep 2007) | 2 lines
14791 M /trunk/src/libvlc-common.c
14793 Also use the new API here
14795 ------------------------------------------------------------------------
14796 r22085 | courmisch | 2007-09-16 12:40:28 +0200 (Sun, 16 Sep 2007) | 2 lines
14798 M /trunk/modules/misc/screensaver.c
14800 Use the new object locking API
14802 ------------------------------------------------------------------------
14803 r22084 | courmisch | 2007-09-16 12:39:50 +0200 (Sun, 16 Sep 2007) | 5 lines
14805 M /trunk/include/vlc_objects.h
14806 M /trunk/src/misc/objects.c
14808 Wrappers around thread signaling functions for object:
14809 - vlc_object_lock, vlc_object_unlock: take/release object_lock
14810 - vlc_object_signal: trigger object_wait
14811 - vlc_object_wait, vlc_object_timedwait: wait on object_wait
14813 ------------------------------------------------------------------------
14814 r22083 | courmisch | 2007-09-16 12:27:09 +0200 (Sun, 16 Sep 2007) | 2 lines
14816 M /trunk/include/vlc_threads_funcs.h
14818 Return an error if timer expires, but still do not print it
14820 ------------------------------------------------------------------------
14821 r22082 | courmisch | 2007-09-16 11:32:30 +0200 (Sun, 16 Sep 2007) | 2 lines
14823 M /trunk/src/network/tcp.c
14827 ------------------------------------------------------------------------
14828 r22081 | courmisch | 2007-09-16 11:25:11 +0200 (Sun, 16 Sep 2007) | 2 lines
14830 M /trunk/src/network/udp.c
14832 var_CreateGetNEString simplications
14834 ------------------------------------------------------------------------
14835 r22080 | courmisch | 2007-09-16 11:15:27 +0200 (Sun, 16 Sep 2007) | 2 lines
14837 M /trunk/modules/gui/wxwidgets/extrapanel.cpp
14838 M /trunk/modules/services_discovery/podcast.c
14839 M /trunk/src/control/video.c
14840 M /trunk/src/input/demux.c
14841 M /trunk/src/input/input.c
14843 Switch the few var_GetString remains to var_GetNonEmptyString
14845 ------------------------------------------------------------------------
14846 r22079 | courmisch | 2007-09-16 11:14:54 +0200 (Sun, 16 Sep 2007) | 2 lines
14848 M /trunk/modules/gui/macosx/extended.m
14850 Fix to var_GetNonEmptyString
14852 ------------------------------------------------------------------------
14853 r22078 | courmisch | 2007-09-16 11:12:41 +0200 (Sun, 16 Sep 2007) | 2 lines
14855 M /trunk/modules/access/dvb/http.c
14859 ------------------------------------------------------------------------
14860 r22077 | courmisch | 2007-09-16 11:06:47 +0200 (Sun, 16 Sep 2007) | 2 lines
14862 M /trunk/src/input/input.c
14866 ------------------------------------------------------------------------
14867 r22076 | courmisch | 2007-09-16 11:02:16 +0200 (Sun, 16 Sep 2007) | 2 lines
14869 M /trunk/modules/access/bda/bdagraph.cpp
14871 Memory error handling
14873 ------------------------------------------------------------------------
14874 r22075 | courmisch | 2007-09-16 10:58:37 +0200 (Sun, 16 Sep 2007) | 2 lines
14876 M /trunk/src/video_output/vout_intf.c
14878 Partial memory error handling
14880 ------------------------------------------------------------------------
14881 r22074 | courmisch | 2007-09-16 10:57:34 +0200 (Sun, 16 Sep 2007) | 2 lines
14883 M /trunk/src/text/strings.c
14887 ------------------------------------------------------------------------
14888 r22073 | courmisch | 2007-09-16 10:52:38 +0200 (Sun, 16 Sep 2007) | 2 lines
14890 M /trunk/src/input/input.c
14892 Memory error handling
14894 ------------------------------------------------------------------------
14895 r22072 | courmisch | 2007-09-16 10:49:55 +0200 (Sun, 16 Sep 2007) | 2 lines
14897 M /trunk/src/audio_output/input.c
14898 M /trunk/src/audio_output/intf.c
14899 M /trunk/src/input/input.c
14901 Simplification / memory error handling
14903 ------------------------------------------------------------------------
14904 r22071 | courmisch | 2007-09-16 10:39:12 +0200 (Sun, 16 Sep 2007) | 2 lines
14906 M /trunk/modules/gui/macosx/equalizer.m
14907 M /trunk/modules/gui/wxwidgets/extrapanel.cpp
14909 Use var_GetNonEmptyString were applicable
14911 ------------------------------------------------------------------------
14912 r22070 | courmisch | 2007-09-16 10:29:09 +0200 (Sun, 16 Sep 2007) | 2 lines
14914 M /trunk/modules/access/dvb/http.c
14915 M /trunk/modules/access_filter/timeshift.c
14916 M /trunk/modules/control/http/http.c
14918 GetNonEmptyString simplification
14920 ------------------------------------------------------------------------
14921 r22069 | courmisch | 2007-09-16 10:27:49 +0200 (Sun, 16 Sep 2007) | 2 lines
14923 M /trunk/modules/gui/qt4/components/extended_panels.cpp
14925 Try to fix memleaks
14927 ------------------------------------------------------------------------
14928 r22068 | courmisch | 2007-09-16 10:27:06 +0200 (Sun, 16 Sep 2007) | 2 lines
14930 M /trunk/modules/gui/skins2/src/vlcproc.cpp
14932 Apparent memleak (ipkiss should review perhaps?)
14934 ------------------------------------------------------------------------
14935 r22067 | courmisch | 2007-09-16 10:24:58 +0200 (Sun, 16 Sep 2007) | 2 lines
14937 M /trunk/modules/mux/mpjpeg.c
14941 ------------------------------------------------------------------------
14942 r22066 | courmisch | 2007-09-16 09:49:52 +0200 (Sun, 16 Sep 2007) | 2 lines
14944 M /trunk/src/misc/threads.c
14946 Fix condition variable clock ifdef
14948 ------------------------------------------------------------------------
14949 r22065 | funman | 2007-09-16 01:20:13 +0200 (Sun, 16 Sep 2007) | 1 line
14951 M /trunk/share/Makefile.am
14953 menu.cfg has been moved to minimal.cfg
14954 ------------------------------------------------------------------------
14955 r22064 | funman | 2007-09-16 00:54:41 +0200 (Sun, 16 Sep 2007) | 2 lines
14957 M /trunk/Makefile.am
14958 D /trunk/share/osdmenu/menu.cfg
14959 A /trunk/share/osdmenu/minimal.cfg (from /trunk/share/osdmenu/menu.cfg:22063)
14961 osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.
14963 ------------------------------------------------------------------------
14964 r22063 | dionoea | 2007-09-15 22:54:09 +0200 (Sat, 15 Sep 2007) | 2 lines
14966 M /trunk/vlc.win32.nsi.in
14968 Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani
14970 ------------------------------------------------------------------------
14971 r22062 | courmisch | 2007-09-15 22:44:32 +0200 (Sat, 15 Sep 2007) | 2 lines
14973 M /trunk/Makefile.am
14975 Revert [22061]. I probably need more sleep.
14977 ------------------------------------------------------------------------
14978 r22061 | courmisch | 2007-09-15 22:33:07 +0200 (Sat, 15 Sep 2007) | 2 lines
14980 M /trunk/Makefile.am
14982 OSD install fix from Hannes Domani
14984 ------------------------------------------------------------------------
14985 r22060 | funman | 2007-09-15 22:21:14 +0200 (Sat, 15 Sep 2007) | 2 lines
14987 M /trunk/extras/mpris.py
14988 M /trunk/modules/control/dbus.c
14990 Makes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious)
14992 ------------------------------------------------------------------------
14993 r22059 | courmisch | 2007-09-15 22:10:50 +0200 (Sat, 15 Sep 2007) | 2 lines
14995 M /trunk/include/vlc_sout.h
14996 M /trunk/modules/stream_out/rtp.c
14997 M /trunk/modules/stream_out/standard.c
14998 M /trunk/src/libvlc.sym
14999 M /trunk/src/stream_output/announce.c
15001 Announce API simplification
15003 ------------------------------------------------------------------------
15004 r22058 | courmisch | 2007-09-15 22:03:48 +0200 (Sat, 15 Sep 2007) | 2 lines
15006 M /trunk/src/stream_output/announce.c
15007 M /trunk/src/stream_output/sap.c
15008 M /trunk/src/stream_output/stream_output.h
15012 ------------------------------------------------------------------------
15013 r22057 | courmisch | 2007-09-15 21:56:11 +0200 (Sat, 15 Sep 2007) | 2 lines
15015 M /trunk/include/vlc_sout.h
15016 M /trunk/src/libvlc.sym
15017 M /trunk/src/stream_output/announce.c
15018 M /trunk/src/stream_output/stream_output.h
15020 Unexport some unused APIs
15022 ------------------------------------------------------------------------
15023 r22056 | courmisch | 2007-09-15 21:45:15 +0200 (Sat, 15 Sep 2007) | 2 lines
15025 M /trunk/modules/stream_out/standard.c
15027 stream_out_std: use new SDP API too
15029 ------------------------------------------------------------------------
15030 r22055 | courmisch | 2007-09-15 21:33:39 +0200 (Sat, 15 Sep 2007) | 2 lines
15032 M /trunk/src/stream_output/sdp.c
15036 ------------------------------------------------------------------------
15037 r22054 | courmisch | 2007-09-15 21:26:07 +0200 (Sat, 15 Sep 2007) | 2 lines
15039 M /trunk/src/stream_output/sdp.c
15041 VLC-specific playlist group support
15043 ------------------------------------------------------------------------
15044 r22053 | courmisch | 2007-09-15 21:14:11 +0200 (Sat, 15 Sep 2007) | 2 lines
15046 M /trunk/include/vlc_sout.h
15047 M /trunk/modules/stream_out/rtp.c
15048 M /trunk/src/libvlc.sym
15049 M /trunk/src/stream_output/sdp.c
15051 Rework SDP API a little
15053 ------------------------------------------------------------------------
15054 r22052 | courmisch | 2007-09-15 20:28:10 +0200 (Sat, 15 Sep 2007) | 3 lines
15056 M /trunk/src/stream_output/sap.c
15058 Price of the most useless piece of code of the day
15059 (actually it might be my code)
15061 ------------------------------------------------------------------------
15062 r22051 | courmisch | 2007-09-15 20:06:26 +0200 (Sat, 15 Sep 2007) | 2 lines
15064 M /trunk/modules/control/rc.c
15065 M /trunk/src/libvlc.sym
15066 M /trunk/src/misc/update.c
15070 ------------------------------------------------------------------------
15071 r22050 | courmisch | 2007-09-15 20:00:22 +0200 (Sat, 15 Sep 2007) | 2 lines
15073 M /trunk/modules/misc/screensaver.c
15077 ------------------------------------------------------------------------
15078 r22049 | courmisch | 2007-09-15 19:41:19 +0200 (Sat, 15 Sep 2007) | 2 lines
15080 M /trunk/src/interface/interface.c
15082 Another MacOS compile fix
15084 ------------------------------------------------------------------------
15085 r22048 | xtophe | 2007-09-15 19:39:59 +0200 (Sat, 15 Sep 2007) | 2 lines
15087 M /trunk/configure.ac
15089 Note how to check which modules are enable
15091 ------------------------------------------------------------------------
15092 r22047 | courmisch | 2007-09-15 19:34:23 +0200 (Sat, 15 Sep 2007) | 2 lines
15094 M /trunk/include/vlc_common.h
15095 M /trunk/include/vlc_threads_funcs.h
15097 Another attempt at fixing MacOS build
15099 ------------------------------------------------------------------------
15100 r22046 | courmisch | 2007-09-15 19:24:49 +0200 (Sat, 15 Sep 2007) | 2 lines
15102 M /trunk/include/vlc_threads_funcs.h
15103 M /trunk/src/misc/threads.c
15105 Attempt to fix MacOS build
15107 ------------------------------------------------------------------------
15108 r22045 | courmisch | 2007-09-15 19:19:00 +0200 (Sat, 15 Sep 2007) | 2 lines
15110 M /trunk/modules/misc/screensaver.c
15112 Simplification to avoid busy loops after process suspension
15114 ------------------------------------------------------------------------
15115 r22044 | courmisch | 2007-09-15 19:03:36 +0200 (Sat, 15 Sep 2007) | 2 lines
15117 M /trunk/include/vlc_threads_funcs.h
15121 ------------------------------------------------------------------------
15122 r22043 | courmisch | 2007-09-15 19:00:25 +0200 (Sat, 15 Sep 2007) | 2 lines
15124 M /trunk/src/misc/threads.c
15126 Use monotonic clock when available only
15128 ------------------------------------------------------------------------
15129 r22042 | courmisch | 2007-09-15 18:51:06 +0200 (Sat, 15 Sep 2007) | 2 lines
15131 M /trunk/modules/misc/screensaver.c
15133 Wake up screensaver thread every 30 seconds rather than 1/4 seconds
15135 ------------------------------------------------------------------------
15136 r22041 | courmisch | 2007-09-15 18:50:14 +0200 (Sat, 15 Sep 2007) | 2 lines
15138 M /trunk/configure.ac
15139 M /trunk/src/network/udp.c
15141 Check for <linux/dccp.h> before including it
15143 ------------------------------------------------------------------------
15144 r22040 | courmisch | 2007-09-15 18:48:15 +0200 (Sat, 15 Sep 2007) | 2 lines
15146 M /trunk/include/vlc_threads_funcs.h
15150 ------------------------------------------------------------------------
15151 r22039 | courmisch | 2007-09-15 18:46:13 +0200 (Sat, 15 Sep 2007) | 2 lines
15153 M /trunk/include/vlc_threads_funcs.h
15155 ETIMEDOUT is perfectly expected here, do not complain about it
15157 ------------------------------------------------------------------------
15158 r22038 | courmisch | 2007-09-15 18:31:40 +0200 (Sat, 15 Sep 2007) | 2 lines
15160 M /trunk/include/vlc_threads_funcs.h
15162 vlc_cond_timedwait: wrapper around pthread_cond_timedwait
15164 ------------------------------------------------------------------------
15165 r22037 | courmisch | 2007-09-15 18:05:36 +0200 (Sat, 15 Sep 2007) | 3 lines
15167 M /trunk/include/vlc_threads_funcs.h
15168 M /trunk/src/misc/threads.c
15170 Make sure we use the same clock for condition variable
15171 Otherwise, it'll screw up completely when we add vlc_cond_timedwait
15173 ------------------------------------------------------------------------
15174 r22036 | courmisch | 2007-09-15 17:46:56 +0200 (Sat, 15 Sep 2007) | 4 lines
15176 M /trunk/src/misc/objects.c
15178 When killing libvlc, also kill all its immediate children
15179 Not particularly clean, but we need to pass the exit request from libvlc
15180 to the actual interfaces and inputs somehow...
15182 ------------------------------------------------------------------------
15183 r22035 | courmisch | 2007-09-15 17:45:27 +0200 (Sat, 15 Sep 2007) | 2 lines
15185 M /trunk/src/libvlc.c
15189 ------------------------------------------------------------------------
15190 r22034 | courmisch | 2007-09-15 17:45:09 +0200 (Sat, 15 Sep 2007) | 2 lines
15192 M /trunk/modules/misc/gnutls.c
15196 ------------------------------------------------------------------------
15197 r22033 | courmisch | 2007-09-15 17:30:47 +0200 (Sat, 15 Sep 2007) | 2 lines
15199 M /trunk/src/misc/objects.c
15201 Wakes an object when it is being killed
15203 ------------------------------------------------------------------------
15204 r22032 | courmisch | 2007-09-15 17:27:13 +0200 (Sat, 15 Sep 2007) | 2 lines
15206 M /trunk/include/vlc_interface.h
15207 M /trunk/modules/codec/cmml/cmml.c
15208 M /trunk/modules/control/ntservice.c
15209 M /trunk/modules/control/rc.c
15210 M /trunk/src/interface/interface.c
15211 M /trunk/src/libvlc-common.c
15212 M /trunk/src/video_output/vout_intf.c
15214 Remove interface b_block property.
15216 ------------------------------------------------------------------------
15217 r22031 | courmisch | 2007-09-15 17:18:04 +0200 (Sat, 15 Sep 2007) | 2 lines
15219 M /trunk/include/vlc_interface.h
15221 If LibVLC is closing, any interface should close, not just the main one
15223 ------------------------------------------------------------------------
15224 r22030 | courmisch | 2007-09-15 16:39:56 +0200 (Sat, 15 Sep 2007) | 2 lines
15226 M /trunk/modules/misc/gnutls.c
15230 ------------------------------------------------------------------------
15231 r22029 | courmisch | 2007-09-15 16:38:22 +0200 (Sat, 15 Sep 2007) | 3 lines
15233 M /trunk/modules/misc/gnutls.c
15235 There is really no excuse for not checking the hostname.
15236 I wonder why I added this option in the first place.
15238 ------------------------------------------------------------------------
15239 r22028 | courmisch | 2007-09-15 15:43:38 +0200 (Sat, 15 Sep 2007) | 2 lines
15241 M /trunk/src/network/httpd.c
15243 Don't crash if a client sends an overly large header
15245 ------------------------------------------------------------------------
15246 r22027 | funman | 2007-09-15 13:01:48 +0200 (Sat, 15 Sep 2007) | 1 line
15248 M /trunk/extras/mpris.py
15250 Minor fixes, add comments
15251 ------------------------------------------------------------------------
15252 r22026 | courmisch | 2007-09-15 12:31:01 +0200 (Sat, 15 Sep 2007) | 2 lines
15258 ------------------------------------------------------------------------
15259 r22025 | courmisch | 2007-09-15 12:23:33 +0200 (Sat, 15 Sep 2007) | 2 lines
15265 ------------------------------------------------------------------------
15266 r22022 | courmisch | 2007-09-15 11:46:06 +0200 (Sat, 15 Sep 2007) | 3 lines
15268 M /trunk/modules/control/rc.c
15269 M /trunk/src/libvlc.sym
15270 M /trunk/src/misc/update.c
15272 Remove auto-update. This is blatantly insecure.
15273 Other projects have had CVEs for much less than this (e.g. CVE-2006-4567)
15275 ------------------------------------------------------------------------
15276 r22021 | dionoea | 2007-09-15 00:48:04 +0200 (Sat, 15 Sep 2007) | 2 lines
15278 M /trunk/share/luaplaylist/dailymotion.lua
15280 Fix the dailymotion lua script.
15282 ------------------------------------------------------------------------
15283 r22020 | djc | 2007-09-15 00:15:38 +0200 (Sat, 15 Sep 2007) | 2 lines
15285 M /trunk/Makefile.am
15287 Don't mix VLC.app and VLC-release.app
15289 ------------------------------------------------------------------------
15290 r22019 | funman | 2007-09-14 18:53:04 +0200 (Fri, 14 Sep 2007) | 1 line
15292 M /trunk/extras/contrib/src/Distributions/darwin.mak
15293 M /trunk/extras/contrib/src/Makefile
15294 M /trunk/extras/contrib/src/packages.mak
15296 Adds ncurses compiled with wide characters support to contribs for MacOSX
15297 ------------------------------------------------------------------------
15298 r22018 | courmisch | 2007-09-14 18:46:25 +0200 (Fri, 14 Sep 2007) | 3 lines
15300 M /trunk/modules/stream_out/rtp.c
15302 - Add aggregate control URL
15303 - Fix non-aggregate control URL
15305 ------------------------------------------------------------------------
15306 r22017 | courmisch | 2007-09-14 18:40:34 +0200 (Fri, 14 Sep 2007) | 2 lines
15308 M /trunk/modules/mux/mp4.c
15312 ------------------------------------------------------------------------
15313 r22016 | courmisch | 2007-09-14 18:37:42 +0200 (Fri, 14 Sep 2007) | 2 lines
15315 M /trunk/include/vlc_block.h
15316 M /trunk/src/misc/block.c
15318 Hide (+minor changes) block_fifo_t layout
15320 ------------------------------------------------------------------------
15321 r22015 | courmisch | 2007-09-14 18:36:10 +0200 (Fri, 14 Sep 2007) | 2 lines
15323 M /trunk/modules/access_filter/timeshift.c
15324 M /trunk/modules/access_output/udp.c
15325 M /trunk/modules/codec/ffmpeg/mux.c
15326 M /trunk/modules/mux/asf.c
15327 M /trunk/modules/mux/avi.c
15328 M /trunk/modules/mux/dummy.c
15329 M /trunk/modules/mux/mp4.c
15330 M /trunk/modules/mux/mpeg/ps.c
15331 M /trunk/modules/mux/mpeg/ts.c
15332 M /trunk/modules/mux/mpjpeg.c
15333 M /trunk/modules/mux/ogg.c
15334 M /trunk/modules/mux/wav.c
15335 M /trunk/src/input/decoder.c
15336 M /trunk/src/stream_output/stream_output.c
15338 Use the new block_Fifo functions
15340 ------------------------------------------------------------------------
15341 r22014 | fkuehne | 2007-09-14 18:23:13 +0200 (Fri, 14 Sep 2007) | 1 line
15343 M /trunk/extras/contrib/src/Distributions/darwin.mak
15345 * .aclocal should always be the last item here
15346 ------------------------------------------------------------------------
15347 r22013 | courmisch | 2007-09-14 18:15:59 +0200 (Fri, 14 Sep 2007) | 2 lines
15349 M /trunk/include/vlc_block.h
15351 Document previous functions
15353 ------------------------------------------------------------------------
15354 r22012 | courmisch | 2007-09-14 18:13:50 +0200 (Fri, 14 Sep 2007) | 2 lines
15356 M /trunk/include/vlc_block.h
15357 M /trunk/src/libvlc.sym
15358 M /trunk/src/misc/block.c
15360 Write accessor for relevant block_fifo_t state
15362 ------------------------------------------------------------------------
15363 r22011 | courmisch | 2007-09-14 17:38:15 +0200 (Fri, 14 Sep 2007) | 2 lines
15365 M /trunk/modules/codec/subtitles/t140.c
15369 ------------------------------------------------------------------------
15370 r22010 | funman | 2007-09-14 02:56:09 +0200 (Fri, 14 Sep 2007) | 1 line
15372 M /trunk/extras/mpris.glade
15374 mpris.glade: put loop/repeat/shuffle buttons in the expander
15375 ------------------------------------------------------------------------
15376 r22009 | funman | 2007-09-14 02:26:12 +0200 (Fri, 14 Sep 2007) | 4 lines
15378 M /trunk/extras/contrib/src/Makefile
15379 M /trunk/extras/contrib/src/packages.mak
15381 extras/contrib/src: clean up Makefile & packages.mak
15382 Makes it clear that subversion is required for ffmpeg & tremor
15383 Removes obsolete libraries from the list
15385 ------------------------------------------------------------------------
15386 r22008 | funman | 2007-09-14 02:01:39 +0200 (Fri, 14 Sep 2007) | 1 line
15388 M /trunk/extras/mpris.py
15390 mpris: make sure only one gobject timer is running
15391 ------------------------------------------------------------------------
15392 r22007 | funman | 2007-09-14 02:00:17 +0200 (Fri, 14 Sep 2007) | 1 line
15394 M /trunk/modules/misc/audioscrobbler.c
15396 Do not try to connect to last.fm every second if the request fails, and server allows immediate retry
15397 ------------------------------------------------------------------------
15398 r22006 | funman | 2007-09-13 23:58:05 +0200 (Thu, 13 Sep 2007) | 3 lines
15400 M /trunk/configure.ac
15401 M /trunk/modules/gui/ncurses.c
15403 ncurses: fallback on libncurses if libncursesw isn't available (macosx)
15404 it is now enabled by default if headers & library are present
15406 ------------------------------------------------------------------------
15407 r22005 | funman | 2007-09-13 23:25:01 +0200 (Thu, 13 Sep 2007) | 4 lines
15411 bootstrap: print a success message
15412 unify errors on missing/too old tools
15413 remove insulting and not used variables
15415 ------------------------------------------------------------------------
15416 r22004 | courmisch | 2007-09-13 22:29:32 +0200 (Thu, 13 Sep 2007) | 2 lines
15418 M /trunk/modules/demux/vobsub.c
15419 M /trunk/modules/misc/audioscrobbler.c
15421 Explicit casts to proper integer types when formatting
15423 ------------------------------------------------------------------------
15424 r22003 | courmisch | 2007-09-13 22:29:02 +0200 (Thu, 13 Sep 2007) | 2 lines
15426 M /trunk/modules/codec/dvbsub.c
15428 Fix invalid FOURCC use
15430 ------------------------------------------------------------------------
15431 r22002 | funman | 2007-09-13 21:52:07 +0200 (Thu, 13 Sep 2007) | 1 line
15433 M /trunk/src/playlist/engine.c
15435 Remove debug not intended to be committed, however feel free to use it
15436 ------------------------------------------------------------------------
15437 r22001 | funman | 2007-09-13 21:50:32 +0200 (Thu, 13 Sep 2007) | 1 line
15439 M /trunk/configure.ac
15440 M /trunk/extras/mpris.py
15441 M /trunk/src/playlist/engine.c
15443 Checks ncursesw/curses.h presence
15444 ------------------------------------------------------------------------
15445 r22000 | funman | 2007-09-13 21:12:49 +0200 (Thu, 13 Sep 2007) | 1 line
15447 M /trunk/modules/gui/macosx/AppleRemote.h
15448 M /trunk/modules/gui/macosx/AppleRemote.m
15449 M /trunk/modules/gui/macosx/about.h
15450 M /trunk/modules/gui/macosx/applescript.h
15451 M /trunk/modules/gui/macosx/bookmarks.h
15452 M /trunk/modules/gui/macosx/controls.h
15453 M /trunk/modules/gui/macosx/extended.h
15454 M /trunk/modules/gui/macosx/eyetv.h
15455 M /trunk/modules/gui/macosx/fspanel.h
15456 M /trunk/modules/gui/macosx/misc.h
15457 M /trunk/modules/gui/macosx/open.h
15458 M /trunk/modules/gui/macosx/playlist.h
15459 M /trunk/modules/gui/macosx/playlistinfo.h
15460 M /trunk/modules/gui/macosx/prefs.h
15461 M /trunk/modules/gui/macosx/prefs_widgets.h
15462 M /trunk/modules/gui/macosx/sfilters.h
15463 M /trunk/modules/gui/macosx/wizard.h
15465 Fix macosx gui compilation (shame on me i broke it in [21943])
15466 ------------------------------------------------------------------------
15467 r21999 | funman | 2007-09-13 19:53:40 +0200 (Thu, 13 Sep 2007) | 2 lines
15470 M /trunk/configure.ac
15471 M /trunk/modules/gui/ncurses.c
15473 ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale
15475 ------------------------------------------------------------------------
15476 r21998 | courmisch | 2007-09-13 18:47:26 +0200 (Thu, 13 Sep 2007) | 6 lines
15478 M /trunk/configure.ac
15479 M /trunk/modules/codec/subtitles/Modules.am
15480 A /trunk/modules/codec/subtitles/t140.c
15482 Trivial encoder for plain-text subtitles.
15483 This allows transcoding say, DVD or DVB subs to normal ones.
15485 Only tested with RTP output, but might also work with ogg, mp4, ts...
15486 The problem is that most of these do not seem to check the encoding.
15488 ------------------------------------------------------------------------
15489 r21997 | funman | 2007-09-13 18:26:28 +0200 (Thu, 13 Sep 2007) | 2 lines
15491 M /trunk/modules/misc/logger.c
15493 // is valid inside "", despite what my vim says
15495 ------------------------------------------------------------------------
15496 r21996 | funman | 2007-09-13 18:24:27 +0200 (Thu, 13 Sep 2007) | 1 line
15498 M /trunk/modules/misc/logger.c
15500 Makes logger html output ?\194?\171 Valid HTML 4.01 Strict! ?\194?\187, thanks to dionoea
15501 ------------------------------------------------------------------------
15502 r21995 | courmisch | 2007-09-13 18:13:30 +0200 (Thu, 13 Sep 2007) | 2 lines
15504 M /trunk/modules/codec/subtitles/subsdec.c
15506 Add t140 FOURCC for always-UTF-8 subs
15508 ------------------------------------------------------------------------
15509 r21994 | courmisch | 2007-09-13 17:08:19 +0200 (Thu, 13 Sep 2007) | 2 lines
15511 M /trunk/include/vlc_sout.h
15512 M /trunk/src/stream_output/sdp.c
15514 Use size_t instead of socklen_t
15516 ------------------------------------------------------------------------
15517 r21993 | funman | 2007-09-13 13:01:40 +0200 (Thu, 13 Sep 2007) | 1 line
15519 M /trunk/modules/misc/logger.c
15521 logger: Sets HTML encoding to UTF-8
15522 ------------------------------------------------------------------------
15523 r21992 | funman | 2007-09-13 00:13:11 +0200 (Thu, 13 Sep 2007) | 1 line
15525 M /trunk/modules/gui/qt4/main_interface.cpp
15527 qt-notify only if vlc window is not visile was removed accidentally in [21845]
15528 ------------------------------------------------------------------------
15529 r21991 | xtophe | 2007-09-12 23:43:57 +0200 (Wed, 12 Sep 2007) | 2 lines
15531 M /trunk/modules/gui/qt4/qt4.cpp
15533 *Try* to improve the strings in the QT4 intf
15535 ------------------------------------------------------------------------
15536 r21990 | dionoea | 2007-09-12 22:29:00 +0200 (Wed, 12 Sep 2007) | 2 lines
15538 M /trunk/share/luaplaylist/youtube.lua
15540 Fix youtube.lua probe() function.
15542 ------------------------------------------------------------------------
15543 r21989 | funman | 2007-09-12 22:23:28 +0200 (Wed, 12 Sep 2007) | 1 line
15545 M /trunk/modules/gui/ncurses.c
15547 Remembers verbosity level when closing ncurses intf
15548 ------------------------------------------------------------------------
15549 r21988 | dionoea | 2007-09-12 21:52:05 +0200 (Wed, 12 Sep 2007) | 2 lines
15551 M /trunk/modules/codec/ffmpeg/ffmpeg.c
15553 Add FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg 4 video. This might fix a few cases where videos weren't decoded by VLC.
15555 ------------------------------------------------------------------------
15556 r21987 | courmisch | 2007-09-12 21:44:06 +0200 (Wed, 12 Sep 2007) | 2 lines
15558 M /trunk/src/input/subtitles.c
15562 ------------------------------------------------------------------------
15563 r21986 | funman | 2007-09-12 21:36:15 +0200 (Wed, 12 Sep 2007) | 1 line
15565 M /trunk/src/misc/threads.c
15567 Asserts p_this on __vlc_mutex_init()
15568 ------------------------------------------------------------------------
15569 r21985 | courmisch | 2007-09-12 21:13:13 +0200 (Wed, 12 Sep 2007) | 2 lines
15571 M /trunk/modules/stream_out/rtp.c
15573 As yet untested T.140 RTP packetization
15575 ------------------------------------------------------------------------
15576 r21984 | ileoo | 2007-09-12 21:06:18 +0200 (Wed, 12 Sep 2007) | 3 lines
15578 M /trunk/modules/gui/qt4/components/infopanels.cpp
15579 M /trunk/modules/gui/qt4/components/infopanels.hpp
15581 Remove rating from infodialog, closes ticket #1248 finally,
15582 also add myself to authors in those files.
15584 ------------------------------------------------------------------------
15585 r21983 | courmisch | 2007-09-12 18:43:10 +0200 (Wed, 12 Sep 2007) | 2 lines
15587 M /trunk/modules/stream_out/dummy.c
15591 ------------------------------------------------------------------------
15592 r21982 | courmisch | 2007-09-12 18:36:26 +0200 (Wed, 12 Sep 2007) | 2 lines
15594 M /trunk/src/text/strings.c
15598 ------------------------------------------------------------------------
15599 r21981 | courmisch | 2007-09-12 17:45:46 +0200 (Wed, 12 Sep 2007) | 2 lines
15601 M /trunk/modules/codec/subtitles/subsdec.c
15605 ------------------------------------------------------------------------
15606 r21980 | courmisch | 2007-09-12 16:27:08 +0200 (Wed, 12 Sep 2007) | 2 lines
15608 M /trunk/src/stream_output/sdp.c
15610 Remove extra va_end; code factorization
15612 ------------------------------------------------------------------------
15613 r21979 | oaubert | 2007-09-12 16:04:38 +0200 (Wed, 12 Sep 2007) | 2 lines
15615 M /trunk/Makefile.am
15617 Bundle libvlc-control.dylib in VLC.app and VLC-release.app
15619 ------------------------------------------------------------------------
15620 r21978 | xtophe | 2007-09-12 00:11:43 +0200 (Wed, 12 Sep 2007) | 2 lines
15622 M /trunk/modules/gui/minimal_macosx/Modules.am
15624 Distribute the headers
15626 ------------------------------------------------------------------------
15627 r21977 | funman | 2007-09-12 00:01:35 +0200 (Wed, 12 Sep 2007) | 1 line
15629 M /trunk/extras/mpris.py
15631 note to myself: test before commit please
15632 ------------------------------------------------------------------------
15633 r21976 | xtophe | 2007-09-12 00:01:04 +0200 (Wed, 12 Sep 2007) | 2 lines
15635 M /trunk/src/text/strings.c
15637 Remove always true tests
15639 ------------------------------------------------------------------------
15640 r21975 | dionoea | 2007-09-12 00:00:09 +0200 (Wed, 12 Sep 2007) | 2 lines
15642 M /trunk/share/luaplaylist/appletrailers.lua
15646 ------------------------------------------------------------------------
15647 r21974 | funman | 2007-09-12 00:00:06 +0200 (Wed, 12 Sep 2007) | 4 lines
15649 M /trunk/extras/mpris.glade
15650 M /trunk/extras/mpris.py
15652 Detect new mpris players, and stick to the last player that ran
15653 Add 3 buttons for loop, repeat and random
15654 Default directory is set to ~ if hardcoded library doesn't exist
15656 ------------------------------------------------------------------------
15657 r21973 | dionoea | 2007-09-11 23:55:39 +0200 (Tue, 11 Sep 2007) | 2 lines
15659 A /trunk/share/luaplaylist/appletrailers.lua (from /trunk/share/luaplaylist/dailymotion.lua:21965)
15661 Add a lua playlist script for trailers.apple.com pages.
15663 ------------------------------------------------------------------------
15664 r21972 | ileoo | 2007-09-11 23:52:19 +0200 (Tue, 11 Sep 2007) | 2 lines
15666 M /trunk/src/stream_output/sdp.c
15668 use va_copy, so you don't use same va_list twice.
15670 ------------------------------------------------------------------------
15671 r21971 | dionoea | 2007-09-11 23:16:03 +0200 (Tue, 11 Sep 2007) | 2 lines
15673 M /trunk/modules/access/http.c
15675 Add support for "iTunes podcast" (example: itpc://www.apple.com/trailers/home/podcasts/pc-2314.xml) which is basically http with a different access name.
15677 ------------------------------------------------------------------------
15678 r21970 | courmisch | 2007-09-11 22:32:27 +0200 (Tue, 11 Sep 2007) | 3 lines
15680 M /trunk/include/vlc_charset.h
15681 M /trunk/include/vlc_common.h
15682 M /trunk/include/vlc_httpd.h
15683 M /trunk/include/vlc_interface.h
15684 M /trunk/include/vlc_network.h
15685 M /trunk/include/vlc_osd.h
15686 M /trunk/include/vlc_vlm.h
15688 All: missing ATTRIBUTE_FORMAT
15689 Now lets hunt the format warnings!
15691 ------------------------------------------------------------------------
15692 r21969 | courmisch | 2007-09-11 22:23:16 +0200 (Tue, 11 Sep 2007) | 2 lines
15694 M /trunk/include/vlc_input.h
15696 ATTRIBUTE_FORMAT for input_ItemAddInfo
15698 ------------------------------------------------------------------------
15699 r21968 | courmisch | 2007-09-11 22:21:01 +0200 (Tue, 11 Sep 2007) | 2 lines
15701 M /trunk/include/vlc_sout.h
15703 ATTRIBUTE_FORMAT for sdp_AddAttribute
15705 ------------------------------------------------------------------------
15706 r21967 | courmisch | 2007-09-11 22:14:00 +0200 (Tue, 11 Sep 2007) | 3 lines
15708 M /trunk/modules/stream_out/rtp.c
15710 Generic support for text streams in RTP.
15711 No actually subtype implemented currently though.
15713 ------------------------------------------------------------------------
15714 r21966 | funman | 2007-09-11 21:28:00 +0200 (Tue, 11 Sep 2007) | 1 line
15716 M /trunk/modules/control/dbus.c
15718 Fix segfault when nothing is playing
15719 ------------------------------------------------------------------------
15720 r21965 | funman | 2007-09-11 20:25:24 +0200 (Tue, 11 Sep 2007) | 1 line
15722 M /trunk/modules/misc/audioscrobbler.c
15724 Checks pointers before using them
15725 ------------------------------------------------------------------------
15726 r21964 | funman | 2007-09-11 20:11:46 +0200 (Tue, 11 Sep 2007) | 3 lines
15728 M /trunk/modules/control/dbus.c
15729 M /trunk/modules/control/dbus.h
15731 Fix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
15732 Removes not used or deprecated methods
15734 ------------------------------------------------------------------------
15735 r21963 | courmisch | 2007-09-11 19:59:24 +0200 (Tue, 11 Sep 2007) | 2 lines
15737 M /trunk/modules/stream_out/rtp.c
15741 ------------------------------------------------------------------------
15742 r21962 | courmisch | 2007-09-11 19:52:25 +0200 (Tue, 11 Sep 2007) | 2 lines
15744 M /trunk/modules/stream_out/rtp.c
15746 Fix SDP generation with non-RTP mux
15748 ------------------------------------------------------------------------
15749 r21961 | courmisch | 2007-09-11 19:45:07 +0200 (Tue, 11 Sep 2007) | 2 lines
15751 M /trunk/modules/stream_out/rtp.c
15753 Oups: s/getsockname/getpeername/
15755 ------------------------------------------------------------------------
15756 r21960 | courmisch | 2007-09-11 19:42:30 +0200 (Tue, 11 Sep 2007) | 2 lines
15758 M /trunk/modules/stream_out/rtp.c
15760 Use the SDP helpers
15762 ------------------------------------------------------------------------
15763 r21959 | courmisch | 2007-09-11 19:41:17 +0200 (Tue, 11 Sep 2007) | 2 lines
15765 M /trunk/src/stream_output/sdp.c
15767 Don't forget bitrate
15769 ------------------------------------------------------------------------
15770 r21958 | courmisch | 2007-09-11 19:35:01 +0200 (Tue, 11 Sep 2007) | 2 lines
15772 M /trunk/src/stream_output/sdp.c
15776 ------------------------------------------------------------------------
15777 r21957 | courmisch | 2007-09-11 19:34:21 +0200 (Tue, 11 Sep 2007) | 2 lines
15779 M /trunk/modules/stream_out/rtsp.c
15781 Remove extraneous \n
15783 ------------------------------------------------------------------------
15784 r21956 | courmisch | 2007-09-11 19:24:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15786 M /trunk/src/stream_output/sdp.c
15790 ------------------------------------------------------------------------
15791 r21955 | courmisch | 2007-09-11 19:21:58 +0200 (Tue, 11 Sep 2007) | 2 lines
15793 M /trunk/src/stream_output/sdp.c
15797 ------------------------------------------------------------------------
15798 r21954 | courmisch | 2007-09-11 19:05:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15800 M /trunk/include/vlc_sout.h
15801 M /trunk/src/libvlc.sym
15802 M /trunk/src/stream_output/sap.c
15803 M /trunk/src/stream_output/sdp.c
15804 M /trunk/src/stream_output/stream_output.h
15806 Try to improve and export the SDP formatting helpers
15808 ------------------------------------------------------------------------
15809 r21953 | courmisch | 2007-09-11 17:52:21 +0200 (Tue, 11 Sep 2007) | 2 lines
15811 M /trunk/modules/video_filter/invert.c
15815 ------------------------------------------------------------------------
15816 r21952 | funman | 2007-09-11 12:55:01 +0200 (Tue, 11 Sep 2007) | 1 line
15818 M /trunk/lxdialog/checklist.c
15819 M /trunk/lxdialog/dialog.h
15820 M /trunk/lxdialog/inputbox.c
15821 M /trunk/lxdialog/lxdialog.c
15822 M /trunk/lxdialog/menubox.c
15823 M /trunk/lxdialog/msgbox.c
15824 M /trunk/lxdialog/textbox.c
15825 M /trunk/lxdialog/util.c
15826 M /trunk/lxdialog/yesno.c
15827 M /trunk/modules/codec/xvmc/cpu_accel.c
15828 M /trunk/modules/codec/xvmc/decode.c
15829 M /trunk/modules/codec/xvmc/header.c
15830 M /trunk/modules/codec/xvmc/motion_comp.c
15831 M /trunk/modules/codec/xvmc/motion_comp_mmx.c
15832 M /trunk/modules/codec/xvmc/mpeg2.h
15833 M /trunk/modules/codec/xvmc/mpeg2_internal.h
15834 M /trunk/modules/codec/xvmc/slice.c
15835 M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
15836 M /trunk/modules/codec/xvmc/vlc.h
15837 M /trunk/modules/codec/xvmc/xxmc-config.h
15838 M /trunk/modules/codec/xvmc/xxmc.c
15840 Same for lxdialog and xvmc
15841 ------------------------------------------------------------------------
15842 r21951 | funman | 2007-09-11 12:14:01 +0200 (Tue, 11 Sep 2007) | 3 lines
15844 M /trunk/modules/visualization/galaktos/PCM.c
15845 M /trunk/modules/visualization/galaktos/beat_detect.c
15846 M /trunk/modules/visualization/galaktos/builtin_funcs.c
15847 M /trunk/modules/visualization/galaktos/builtin_funcs.h
15848 M /trunk/modules/visualization/galaktos/common.h
15849 M /trunk/modules/visualization/galaktos/custom_shape.c
15850 M /trunk/modules/visualization/galaktos/custom_shape_types.h
15851 M /trunk/modules/visualization/galaktos/custom_wave.c
15852 M /trunk/modules/visualization/galaktos/custom_wave_types.h
15853 M /trunk/modules/visualization/galaktos/engine_vars.c
15854 M /trunk/modules/visualization/galaktos/engine_vars.h
15855 M /trunk/modules/visualization/galaktos/eval.c
15856 M /trunk/modules/visualization/galaktos/eval.h
15857 M /trunk/modules/visualization/galaktos/expr_types.h
15858 M /trunk/modules/visualization/galaktos/fftsg.c
15859 M /trunk/modules/visualization/galaktos/func.c
15860 M /trunk/modules/visualization/galaktos/func_types.h
15861 M /trunk/modules/visualization/galaktos/init_cond.c
15862 M /trunk/modules/visualization/galaktos/param.c
15863 M /trunk/modules/visualization/galaktos/param.h
15864 M /trunk/modules/visualization/galaktos/param_types.h
15865 M /trunk/modules/visualization/galaktos/parser.c
15866 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
15867 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
15868 M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
15869 M /trunk/modules/visualization/galaktos/per_point_types.h
15870 M /trunk/modules/visualization/galaktos/preset.c
15871 M /trunk/modules/visualization/galaktos/preset_types.h
15872 M /trunk/modules/visualization/galaktos/splaytree.c
15873 M /trunk/modules/visualization/galaktos/tree_types.c
15874 M /trunk/modules/visualization/galaktos/video_init.c
15876 Reverts [21943] for galaktos as it is external to vlc.
15877 Just in case it is merged one day with upstream source.
15879 ------------------------------------------------------------------------
15880 r21950 | jb | 2007-09-11 00:44:37 +0200 (Tue, 11 Sep 2007) | 3 lines
15882 M /trunk/modules/gui/qt4/dialogs_provider.cpp
15884 Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.
15887 ------------------------------------------------------------------------
15888 r21949 | xtophe | 2007-09-11 00:44:09 +0200 (Tue, 11 Sep 2007) | 2 lines
15890 M /trunk/modules/gui/qt4/Modules.am
15892 Fix some filenames + cosmetic
15894 ------------------------------------------------------------------------
15895 r21948 | dionoea | 2007-09-10 23:34:00 +0200 (Mon, 10 Sep 2007) | 2 lines
15897 M /trunk/src/libvlc-module.c
15899 Sort the VLC translation languages alphabeticaly according to their label, and not their code, in English. The order will be broken in some other languages I guess but at least it'll be coherent the first time the user launches VLC (in English) and changes the language to use in the preferences.
15901 ------------------------------------------------------------------------
15902 r21947 | dionoea | 2007-09-10 23:25:06 +0200 (Mon, 10 Sep 2007) | 2 lines
15904 M /trunk/src/libvlc-module.c
15906 Fix horrible bug in language id list (must have broken the language selection dialog for a long time)
15908 ------------------------------------------------------------------------
15909 r21946 | dionoea | 2007-09-10 23:01:42 +0200 (Mon, 10 Sep 2007) | 2 lines
15911 M /trunk/extras/zsh.cpp
15913 Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)
15915 ------------------------------------------------------------------------
15916 r21945 | xtophe | 2007-09-10 22:55:31 +0200 (Mon, 10 Sep 2007) | 2 lines
15918 M /trunk/include/vlc/vlc.h
15920 Fix doxycomment for VLC_AddTarget. It returns the item id.
15922 ------------------------------------------------------------------------
15923 r21944 | funman | 2007-09-10 22:28:47 +0200 (Mon, 10 Sep 2007) | 1 line
15925 M /trunk/libs/loader/afl.c
15926 M /trunk/libs/loader/com.h
15927 M /trunk/libs/loader/driver.c
15928 M /trunk/libs/loader/driver.h
15929 M /trunk/libs/loader/ext.c
15930 M /trunk/libs/loader/ext.h
15931 M /trunk/libs/loader/kludge.c
15932 M /trunk/libs/loader/ldt_keeper.c
15933 M /trunk/libs/loader/loader.h
15934 M /trunk/libs/loader/module.c
15935 M /trunk/libs/loader/pe_image.c
15936 M /trunk/libs/loader/pe_resource.c
15937 M /trunk/libs/loader/qtx/qtxsdk/components.h
15938 M /trunk/libs/loader/registry.c
15939 M /trunk/libs/loader/registry.h
15940 M /trunk/libs/loader/resource.c
15941 M /trunk/libs/loader/vfl.c
15942 M /trunk/libs/loader/win32.c
15943 M /trunk/libs/loader/wine/avifmt.h
15944 M /trunk/libs/loader/wine/driver.h
15945 M /trunk/libs/loader/wine/heap.h
15946 M /trunk/libs/loader/wine/mmreg.h
15947 M /trunk/libs/loader/wine/module.h
15948 M /trunk/libs/loader/wine/msacm.h
15949 M /trunk/libs/loader/wine/msacmdrv.h
15950 M /trunk/libs/loader/wine/pe_image.h
15951 M /trunk/libs/loader/wine/vfw.h
15952 M /trunk/libs/loader/wine/winbase.h
15953 M /trunk/libs/loader/wine/windef.h
15954 M /trunk/libs/loader/wine/winerror.h
15955 M /trunk/libs/loader/wine/winnt.h
15956 M /trunk/libs/loader/wine/winreg.h
15957 M /trunk/libs/loader/wine/winuser.h
15958 M /trunk/libs/loader/wineacm.h
15960 Revert previous commit for loader as it is external to vlc
15961 ------------------------------------------------------------------------
15962 r21943 | funman | 2007-09-10 20:56:52 +0200 (Mon, 10 Sep 2007) | 1 line
15964 M /trunk/activex/axvlc_idl.c
15965 M /trunk/activex/axvlc_idl.h
15966 M /trunk/activex/connectioncontainer.h
15967 M /trunk/activex/dataobject.cpp
15968 M /trunk/activex/dataobject.h
15969 M /trunk/activex/main.cpp
15970 M /trunk/activex/objectsafety.cpp
15971 M /trunk/activex/objectsafety.h
15972 M /trunk/activex/olecontrol.h
15973 M /trunk/activex/oleinplaceactiveobject.h
15974 M /trunk/activex/oleinplaceobject.cpp
15975 M /trunk/activex/oleobject.cpp
15976 M /trunk/activex/persistpropbag.h
15977 M /trunk/activex/persiststorage.h
15978 M /trunk/activex/persiststreaminit.cpp
15979 M /trunk/activex/persiststreaminit.h
15980 M /trunk/activex/plugin.cpp
15981 M /trunk/activex/plugin.h
15982 M /trunk/activex/provideclassinfo.h
15983 M /trunk/activex/utils.cpp
15984 M /trunk/activex/utils.h
15985 M /trunk/activex/viewobject.cpp
15986 M /trunk/activex/viewobject.h
15987 M /trunk/activex/vlccontrol.cpp
15988 M /trunk/activex/vlccontrol2.h
15989 M /trunk/bindings/python/vlc_input.c
15990 M /trunk/bindings/python/vlc_instance.c
15991 M /trunk/bindings/python/vlc_mediacontrol.c
15992 M /trunk/bindings/python/vlc_position.c
15993 M /trunk/include/mmx.h
15994 M /trunk/include/vlc/libvlc.h
15995 M /trunk/include/vlc/libvlc_structures.h
15996 M /trunk/include/vlc/mediacontrol.h
15997 M /trunk/include/vlc/mediacontrol_structures.h
15998 M /trunk/include/vlc/vlc.h
15999 M /trunk/include/vlc_arrays.h
16000 M /trunk/include/vlc_codecs.h
16001 M /trunk/include/vlc_common.h
16002 M /trunk/include/vlc_demux.h
16003 M /trunk/include/vlc_epg.h
16004 M /trunk/include/vlc_events.h
16005 M /trunk/include/vlc_input.h
16006 M /trunk/include/vlc_meta.h
16007 M /trunk/include/vlc_network.h
16008 M /trunk/include/vlc_playlist.h
16009 M /trunk/include/vlc_stream.h
16010 M /trunk/include/vlc_update.h
16011 M /trunk/libs/loader/afl.c
16012 M /trunk/libs/loader/com.h
16013 M /trunk/libs/loader/driver.c
16014 M /trunk/libs/loader/driver.h
16015 M /trunk/libs/loader/ext.c
16016 M /trunk/libs/loader/ext.h
16017 M /trunk/libs/loader/kludge.c
16018 M /trunk/libs/loader/ldt_keeper.c
16019 M /trunk/libs/loader/loader.h
16020 M /trunk/libs/loader/module.c
16021 M /trunk/libs/loader/pe_image.c
16022 M /trunk/libs/loader/pe_resource.c
16023 M /trunk/libs/loader/qtx/qtxsdk/components.h
16024 M /trunk/libs/loader/registry.c
16025 M /trunk/libs/loader/registry.h
16026 M /trunk/libs/loader/resource.c
16027 M /trunk/libs/loader/vfl.c
16028 M /trunk/libs/loader/win32.c
16029 M /trunk/libs/loader/wine/avifmt.h
16030 M /trunk/libs/loader/wine/driver.h
16031 M /trunk/libs/loader/wine/heap.h
16032 M /trunk/libs/loader/wine/mmreg.h
16033 M /trunk/libs/loader/wine/module.h
16034 M /trunk/libs/loader/wine/msacm.h
16035 M /trunk/libs/loader/wine/msacmdrv.h
16036 M /trunk/libs/loader/wine/pe_image.h
16037 M /trunk/libs/loader/wine/vfw.h
16038 M /trunk/libs/loader/wine/winbase.h
16039 M /trunk/libs/loader/wine/windef.h
16040 M /trunk/libs/loader/wine/winerror.h
16041 M /trunk/libs/loader/wine/winnt.h
16042 M /trunk/libs/loader/wine/winreg.h
16043 M /trunk/libs/loader/wine/winuser.h
16044 M /trunk/libs/loader/wineacm.h
16045 M /trunk/lxdialog/checklist.c
16046 M /trunk/lxdialog/dialog.h
16047 M /trunk/lxdialog/inputbox.c
16048 M /trunk/lxdialog/lxdialog.c
16049 M /trunk/lxdialog/menubox.c
16050 M /trunk/lxdialog/msgbox.c
16051 M /trunk/lxdialog/textbox.c
16052 M /trunk/lxdialog/util.c
16053 M /trunk/lxdialog/yesno.c
16054 M /trunk/modules/access/bda/bda.c
16055 M /trunk/modules/access/bda/bdagraph.cpp
16056 M /trunk/modules/access/cdda/access.c
16057 M /trunk/modules/access/cdda/access.h
16058 M /trunk/modules/access/cdda/callback.c
16059 M /trunk/modules/access/cdda/callback.h
16060 M /trunk/modules/access/cdda/cdda.c
16061 M /trunk/modules/access/cdda/cdda.h
16062 M /trunk/modules/access/cdda/info.c
16063 M /trunk/modules/access/dc1394.c
16064 M /trunk/modules/access/dshow/crossbar.cpp
16065 M /trunk/modules/access/dshow/dshow.cpp
16066 M /trunk/modules/access/dshow/filter.cpp
16067 M /trunk/modules/access/dv.c
16068 M /trunk/modules/access/dvb/access.c
16069 M /trunk/modules/access/dvb/en50221.c
16070 M /trunk/modules/access/dvb/linux_dvb.c
16071 M /trunk/modules/access/dvdnav.c
16072 M /trunk/modules/access/dvdread.c
16073 M /trunk/modules/access/eyetv.c
16074 M /trunk/modules/access/file.c
16075 M /trunk/modules/access/ftp.c
16076 M /trunk/modules/access/jack.c
16077 M /trunk/modules/access/mms/buffer.h
16078 M /trunk/modules/access/rtsp/access.c
16079 M /trunk/modules/access/rtsp/real.c
16080 M /trunk/modules/access/rtsp/real_asmrp.c
16081 M /trunk/modules/access/rtsp/rtsp.c
16082 M /trunk/modules/access/screen/mac.c
16083 M /trunk/modules/access/smb.c
16084 M /trunk/modules/access/udp.c
16085 M /trunk/modules/access/v4l.c
16086 M /trunk/modules/access/v4l2.c
16087 M /trunk/modules/access/vcd/cdrom.c
16088 M /trunk/modules/access/vcd/cdrom.h
16089 M /trunk/modules/access/vcd/cdrom_internals.h
16090 M /trunk/modules/access/vcdx/access.c
16091 M /trunk/modules/access/vcdx/demux.c
16092 M /trunk/modules/access/vcdx/info.c
16093 M /trunk/modules/access/vcdx/info.h
16094 M /trunk/modules/access/vcdx/intf.c
16095 M /trunk/modules/access/vcdx/intf.h
16096 M /trunk/modules/access/vcdx/vcd.c
16097 M /trunk/modules/access/vcdx/vcd.h
16098 M /trunk/modules/access/vcdx/vcdplayer.c
16099 M /trunk/modules/access/vcdx/vcdplayer.h
16100 M /trunk/modules/access/videodev2.h
16101 M /trunk/modules/access_filter/timeshift.c
16102 M /trunk/modules/audio_filter/channel_mixer/simple.c
16103 M /trunk/modules/audio_filter/converter/a52tofloat32.c
16104 M /trunk/modules/audio_filter/converter/a52tospdif.c
16105 M /trunk/modules/audio_filter/converter/dtstofloat32.c
16106 M /trunk/modules/audio_filter/converter/dtstospdif.c
16107 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
16108 M /trunk/modules/audio_filter/format.c
16109 M /trunk/modules/audio_filter/param_eq.c
16110 M /trunk/modules/audio_filter/resampler/bandlimited.c
16111 M /trunk/modules/audio_filter/resampler/bandlimited.h
16112 M /trunk/modules/audio_filter/resampler/linear.c
16113 M /trunk/modules/audio_filter/resampler/trivial.c
16114 M /trunk/modules/audio_filter/resampler/ugly.c
16115 M /trunk/modules/audio_mixer/float32.c
16116 M /trunk/modules/audio_mixer/spdif.c
16117 M /trunk/modules/audio_output/alsa.c
16118 M /trunk/modules/audio_output/auhal.c
16119 M /trunk/modules/audio_output/directx.c
16120 M /trunk/modules/audio_output/hd1000a.cpp
16121 M /trunk/modules/codec/adpcm.c
16122 M /trunk/modules/codec/cmml/browser_open.c
16123 M /trunk/modules/codec/cmml/browser_open.h
16124 M /trunk/modules/codec/cmml/cmml.c
16125 M /trunk/modules/codec/cmml/history.c
16126 M /trunk/modules/codec/cmml/xarray.c
16127 M /trunk/modules/codec/cmml/xarray.h
16128 M /trunk/modules/codec/cmml/xlist.c
16129 M /trunk/modules/codec/cmml/xstrcat.h
16130 M /trunk/modules/codec/cmml/xtag.c
16131 M /trunk/modules/codec/cmml/xurl.c
16132 M /trunk/modules/codec/cmml/xurl.h
16133 M /trunk/modules/codec/cvdsub.c
16134 M /trunk/modules/codec/dirac.c
16135 M /trunk/modules/codec/dmo/dmo.c
16136 M /trunk/modules/codec/dmo/dmo.h
16137 M /trunk/modules/codec/dvbsub.c
16138 M /trunk/modules/codec/ffmpeg/postprocess.c
16139 M /trunk/modules/codec/libmpeg2.c
16140 M /trunk/modules/codec/lpcm.c
16141 M /trunk/modules/codec/mash.cpp
16142 M /trunk/modules/codec/png.c
16143 M /trunk/modules/codec/quicktime.c
16144 M /trunk/modules/codec/spudec/spudec.h
16145 M /trunk/modules/codec/subtitles/subsass.c
16146 M /trunk/modules/codec/svcdsub.c
16147 M /trunk/modules/codec/telx.c
16148 M /trunk/modules/codec/vorbis.c
16149 M /trunk/modules/codec/x264.c
16150 M /trunk/modules/codec/xvmc/cpu_accel.c
16151 M /trunk/modules/codec/xvmc/decode.c
16152 M /trunk/modules/codec/xvmc/header.c
16153 M /trunk/modules/codec/xvmc/motion_comp.c
16154 M /trunk/modules/codec/xvmc/motion_comp_mmx.c
16155 M /trunk/modules/codec/xvmc/mpeg2.h
16156 M /trunk/modules/codec/xvmc/mpeg2_internal.h
16157 M /trunk/modules/codec/xvmc/slice.c
16158 M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
16159 M /trunk/modules/codec/xvmc/vlc.h
16160 M /trunk/modules/codec/xvmc/xxmc-config.h
16161 M /trunk/modules/codec/xvmc/xxmc.c
16162 M /trunk/modules/control/dbus.c
16163 M /trunk/modules/control/dbus.h
16164 M /trunk/modules/control/gestures.c
16165 M /trunk/modules/control/unimotion.c
16166 M /trunk/modules/demux/asf/asf.c
16167 M /trunk/modules/demux/asf/libasf.c
16168 M /trunk/modules/demux/asf/libasf.h
16169 M /trunk/modules/demux/avi/libavi.c
16170 M /trunk/modules/demux/avi/libavi.h
16171 M /trunk/modules/demux/dts.c
16172 M /trunk/modules/demux/flac.c
16173 M /trunk/modules/demux/gme.cpp
16174 M /trunk/modules/demux/live555.cpp
16175 M /trunk/modules/demux/mkv.cpp
16176 M /trunk/modules/demux/mp4/libmp4.c
16177 M /trunk/modules/demux/mp4/mp4.c
16178 M /trunk/modules/demux/mpc.c
16179 M /trunk/modules/demux/nsc.c
16180 M /trunk/modules/demux/ogg.c
16181 M /trunk/modules/demux/playlist/b4s.c
16182 M /trunk/modules/demux/playlist/pls.c
16183 M /trunk/modules/demux/playlist/podcast.c
16184 M /trunk/modules/demux/playlist/sgimb.c
16185 M /trunk/modules/demux/real.c
16186 M /trunk/modules/demux/subtitle.c
16187 M /trunk/modules/demux/ts.c
16188 M /trunk/modules/demux/tta.c
16189 M /trunk/modules/demux/ty.c
16190 M /trunk/modules/demux/vc1.c
16191 M /trunk/modules/demux/vobsub.c
16192 M /trunk/modules/demux/voc.c
16193 M /trunk/modules/gui/beos/Bitmaps.h
16194 M /trunk/modules/gui/beos/DrawingTidbits.cpp
16195 M /trunk/modules/gui/beos/DrawingTidbits.h
16196 M /trunk/modules/gui/beos/Interface.cpp
16197 M /trunk/modules/gui/beos/InterfaceWindow.cpp
16198 M /trunk/modules/gui/beos/InterfaceWindow.h
16199 M /trunk/modules/gui/beos/ListViews.cpp
16200 M /trunk/modules/gui/beos/ListViews.h
16201 M /trunk/modules/gui/beos/MediaControlView.cpp
16202 M /trunk/modules/gui/beos/MediaControlView.h
16203 M /trunk/modules/gui/beos/MessagesWindow.cpp
16204 M /trunk/modules/gui/beos/PlayListWindow.cpp
16205 M /trunk/modules/gui/beos/PlayListWindow.h
16206 M /trunk/modules/gui/beos/PreferencesWindow.cpp
16207 M /trunk/modules/gui/beos/TransportButton.cpp
16208 M /trunk/modules/gui/beos/TransportButton.h
16209 M /trunk/modules/gui/beos/VideoOutput.cpp
16210 M /trunk/modules/gui/beos/VideoWindow.h
16211 M /trunk/modules/gui/macosx/AppleRemote.h
16212 M /trunk/modules/gui/macosx/AppleRemote.m
16213 M /trunk/modules/gui/macosx/about.h
16214 M /trunk/modules/gui/macosx/about.m
16215 M /trunk/modules/gui/macosx/applescript.h
16216 M /trunk/modules/gui/macosx/applescript.m
16217 M /trunk/modules/gui/macosx/bookmarks.h
16218 M /trunk/modules/gui/macosx/bookmarks.m
16219 M /trunk/modules/gui/macosx/controls.h
16220 M /trunk/modules/gui/macosx/controls.m
16221 M /trunk/modules/gui/macosx/embeddedwindow.h
16222 M /trunk/modules/gui/macosx/embeddedwindow.m
16223 M /trunk/modules/gui/macosx/equalizer.h
16224 M /trunk/modules/gui/macosx/equalizer.m
16225 M /trunk/modules/gui/macosx/extended.h
16226 M /trunk/modules/gui/macosx/extended.m
16227 M /trunk/modules/gui/macosx/eyetv.m
16228 M /trunk/modules/gui/macosx/fspanel.m
16229 M /trunk/modules/gui/macosx/interaction.h
16230 M /trunk/modules/gui/macosx/interaction.m
16231 M /trunk/modules/gui/macosx/intf.m
16232 M /trunk/modules/gui/macosx/macosx.m
16233 M /trunk/modules/gui/macosx/misc.m
16234 M /trunk/modules/gui/macosx/open.h
16235 M /trunk/modules/gui/macosx/open.m
16236 M /trunk/modules/gui/macosx/output.h
16237 M /trunk/modules/gui/macosx/output.m
16238 M /trunk/modules/gui/macosx/playlist.h
16239 M /trunk/modules/gui/macosx/playlist.m
16240 M /trunk/modules/gui/macosx/playlistinfo.h
16241 M /trunk/modules/gui/macosx/playlistinfo.m
16242 M /trunk/modules/gui/macosx/prefs.h
16243 M /trunk/modules/gui/macosx/prefs.m
16244 M /trunk/modules/gui/macosx/prefs_widgets.h
16245 M /trunk/modules/gui/macosx/prefs_widgets.m
16246 M /trunk/modules/gui/macosx/sfilters.h
16247 M /trunk/modules/gui/macosx/sfilters.m
16248 M /trunk/modules/gui/macosx/update.m
16249 M /trunk/modules/gui/macosx/vout.h
16250 M /trunk/modules/gui/macosx/vout.m
16251 M /trunk/modules/gui/macosx/voutgl.m
16252 M /trunk/modules/gui/macosx/voutqt.m
16253 M /trunk/modules/gui/macosx/wizard.h
16254 M /trunk/modules/gui/macosx/wizard.m
16255 M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
16256 M /trunk/modules/gui/minimal_macosx/intf.m
16257 M /trunk/modules/gui/minimal_macosx/macosx.c
16258 M /trunk/modules/gui/minimal_macosx/voutagl.m
16259 M /trunk/modules/gui/minimal_macosx/voutgl.h
16260 M /trunk/modules/gui/minimal_macosx/voutgl.m
16261 M /trunk/modules/gui/pda/pda.h
16262 M /trunk/modules/gui/pda/pda_callbacks.c
16263 M /trunk/modules/gui/qnx/qnx.c
16264 M /trunk/modules/gui/qt4/components/infopanels.cpp
16265 M /trunk/modules/gui/qt4/components/infopanels.hpp
16266 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16267 M /trunk/modules/gui/qt4/components/open.cpp
16268 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
16269 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
16270 M /trunk/modules/gui/qt4/dialogs/extended.cpp
16271 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
16272 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
16273 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
16274 M /trunk/modules/gui/qt4/dialogs/messages.hpp
16275 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
16276 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
16277 M /trunk/modules/gui/qt4/dialogs/sout.hpp
16278 M /trunk/modules/gui/qt4/dialogs/vlm.cpp
16279 M /trunk/modules/gui/qt4/dialogs/vlm.hpp
16280 M /trunk/modules/gui/qt4/input_manager.cpp
16281 M /trunk/modules/gui/qt4/main_interface.hpp
16282 M /trunk/modules/gui/qt4/menus.hpp
16283 M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
16284 M /trunk/modules/gui/qt4/pixmaps/audio.xpm
16285 M /trunk/modules/gui/qt4/pixmaps/codec.xpm
16286 M /trunk/modules/gui/qt4/pixmaps/intf.xpm
16287 M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
16288 M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
16289 M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
16290 M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
16291 M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
16292 M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
16293 M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
16294 M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
16295 M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
16296 M /trunk/modules/gui/qt4/pixmaps/video.xpm
16297 M /trunk/modules/gui/qt4/playlist_model.cpp
16298 M /trunk/modules/gui/qt4/util/customwidgets.cpp
16299 M /trunk/modules/gui/qt4/util/customwidgets.hpp
16300 M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
16301 M /trunk/modules/gui/skins2/utils/bezier.cpp
16302 M /trunk/modules/gui/skins2/x11/x11_window.cpp
16303 M /trunk/modules/gui/wince/dialogs.cpp
16304 M /trunk/modules/gui/wince/fileinfo.cpp
16305 M /trunk/modules/gui/wince/interface.cpp
16306 M /trunk/modules/gui/wince/iteminfo.cpp
16307 M /trunk/modules/gui/wince/menus.cpp
16308 M /trunk/modules/gui/wince/messages.cpp
16309 M /trunk/modules/gui/wince/open.cpp
16310 M /trunk/modules/gui/wince/playlist.cpp
16311 M /trunk/modules/gui/wince/preferences.cpp
16312 M /trunk/modules/gui/wince/preferences_widgets.cpp
16313 M /trunk/modules/gui/wince/subtitles.cpp
16314 M /trunk/modules/gui/wince/timer.cpp
16315 M /trunk/modules/gui/wince/video.cpp
16316 M /trunk/modules/gui/wince/wince.cpp
16317 M /trunk/modules/gui/wince/wince.h
16318 M /trunk/modules/gui/wxwidgets/bitmaps/advanced.xpm
16319 M /trunk/modules/gui/wxwidgets/bitmaps/audio.xpm
16320 M /trunk/modules/gui/wxwidgets/bitmaps/codec.xpm
16321 M /trunk/modules/gui/wxwidgets/bitmaps/edit.xpm
16322 M /trunk/modules/gui/wxwidgets/bitmaps/eject.xpm
16323 M /trunk/modules/gui/wxwidgets/bitmaps/fast.xpm
16324 M /trunk/modules/gui/wxwidgets/bitmaps/intf.xpm
16325 M /trunk/modules/gui/wxwidgets/bitmaps/loop.xpm
16326 M /trunk/modules/gui/wxwidgets/bitmaps/next.xpm
16327 M /trunk/modules/gui/wxwidgets/bitmaps/pause.xpm
16328 M /trunk/modules/gui/wxwidgets/bitmaps/play.xpm
16329 M /trunk/modules/gui/wxwidgets/bitmaps/playlist.xpm
16330 M /trunk/modules/gui/wxwidgets/bitmaps/playlist_small.xpm
16331 M /trunk/modules/gui/wxwidgets/bitmaps/prev.xpm
16332 M /trunk/modules/gui/wxwidgets/bitmaps/repeat.xpm
16333 M /trunk/modules/gui/wxwidgets/bitmaps/shuffle.xpm
16334 M /trunk/modules/gui/wxwidgets/bitmaps/slow.xpm
16335 M /trunk/modules/gui/wxwidgets/bitmaps/speaker.xpm
16336 M /trunk/modules/gui/wxwidgets/bitmaps/speaker_mute.xpm
16337 M /trunk/modules/gui/wxwidgets/bitmaps/stop.xpm
16338 M /trunk/modules/gui/wxwidgets/bitmaps/trash.xpm
16339 M /trunk/modules/gui/wxwidgets/bitmaps/type_afile.xpm
16340 M /trunk/modules/gui/wxwidgets/bitmaps/type_card.xpm
16341 M /trunk/modules/gui/wxwidgets/bitmaps/type_cdda.xpm
16342 M /trunk/modules/gui/wxwidgets/bitmaps/type_directory.xpm
16343 M /trunk/modules/gui/wxwidgets/bitmaps/type_disc.xpm
16344 M /trunk/modules/gui/wxwidgets/bitmaps/type_net.xpm
16345 M /trunk/modules/gui/wxwidgets/bitmaps/type_node.xpm
16346 M /trunk/modules/gui/wxwidgets/bitmaps/type_playlist.xpm
16347 M /trunk/modules/gui/wxwidgets/bitmaps/type_unknown.xpm
16348 M /trunk/modules/gui/wxwidgets/bitmaps/type_vfile.xpm
16349 M /trunk/modules/gui/wxwidgets/bitmaps/update_ascii.xpm
16350 M /trunk/modules/gui/wxwidgets/bitmaps/update_binary.xpm
16351 M /trunk/modules/gui/wxwidgets/bitmaps/update_document.xpm
16352 M /trunk/modules/gui/wxwidgets/bitmaps/update_info.xpm
16353 M /trunk/modules/gui/wxwidgets/bitmaps/update_source.xpm
16354 M /trunk/modules/gui/wxwidgets/bitmaps/video.xpm
16355 M /trunk/modules/gui/wxwidgets/dialogs/updatevlc.cpp
16356 M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
16357 M /trunk/modules/gui/wxwidgets/dialogs.cpp
16358 M /trunk/modules/gui/wxwidgets/extrapanel.cpp
16359 M /trunk/modules/gui/wxwidgets/extrapanel.hpp
16360 M /trunk/modules/gui/wxwidgets/input_manager.cpp
16361 M /trunk/modules/gui/wxwidgets/menus.cpp
16362 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
16363 M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
16364 M /trunk/modules/meta_engine/id3tag.c
16365 M /trunk/modules/meta_engine/taglib.cpp
16366 M /trunk/modules/misc/audioscrobbler.c
16367 M /trunk/modules/misc/dummy/aout.c
16368 M /trunk/modules/misc/dummy/dummy.h
16369 M /trunk/modules/misc/dummy/input.c
16370 M /trunk/modules/misc/dummy/interface.c
16371 M /trunk/modules/misc/logger.c
16372 M /trunk/modules/misc/lua/luameta.c
16373 M /trunk/modules/misc/lua/luaplaylist.c
16374 M /trunk/modules/misc/lua/vlclua.c
16375 M /trunk/modules/misc/memcpy/fastmemcpy.h
16376 M /trunk/modules/misc/memcpy/memcpy.c
16377 M /trunk/modules/misc/memcpy/memcpyaltivec.c
16378 M /trunk/modules/misc/notify/notify.c
16379 M /trunk/modules/misc/notify/xosd.c
16380 M /trunk/modules/misc/profile_parser.c
16381 M /trunk/modules/misc/rtsp.c
16382 M /trunk/modules/misc/screensaver.c
16383 M /trunk/modules/misc/svg.c
16384 M /trunk/modules/misc/testsuite/test1.c
16385 M /trunk/modules/misc/testsuite/test2.cpp
16386 M /trunk/modules/misc/testsuite/test4.c
16387 M /trunk/modules/misc/xml/libxml.c
16388 M /trunk/modules/misc/xml/xtag.c
16389 M /trunk/modules/mux/mp4.c
16390 M /trunk/modules/mux/mpeg/bits.h
16391 M /trunk/modules/mux/mpeg/csa.c
16392 M /trunk/modules/mux/mpeg/pes.h
16393 M /trunk/modules/mux/mpeg/ps.c
16394 M /trunk/modules/mux/mpeg/ts.c
16395 M /trunk/modules/mux/ogg.c
16396 M /trunk/modules/mux/rtp/rtcp.c
16397 M /trunk/modules/mux/rtp/rtcp.h
16398 M /trunk/modules/mux/wav.c
16399 M /trunk/modules/packetizer/h264.c
16400 M /trunk/modules/packetizer/mpegvideo.c
16401 M /trunk/modules/services_discovery/hal.c
16402 M /trunk/modules/services_discovery/sap.c
16403 M /trunk/modules/services_discovery/upnp_intel.cpp
16404 M /trunk/modules/stream_out/description.c
16405 M /trunk/modules/stream_out/es.c
16406 M /trunk/modules/stream_out/rtp.c
16407 M /trunk/modules/stream_out/transcode.c
16408 M /trunk/modules/stream_out/transrate/block.c
16409 M /trunk/modules/stream_out/transrate/frame.c
16410 M /trunk/modules/stream_out/transrate/putvlc.h
16411 M /trunk/modules/stream_out/transrate/transrate.h
16412 M /trunk/modules/video_chroma/i420_rgb.c
16413 M /trunk/modules/video_chroma/i420_rgb.h
16414 M /trunk/modules/video_chroma/i420_rgb16.c
16415 M /trunk/modules/video_chroma/i420_rgb8.c
16416 M /trunk/modules/video_chroma/i420_rgb_mmx.h
16417 M /trunk/modules/video_chroma/i420_ymga.c
16418 M /trunk/modules/video_chroma/i420_yuy2.c
16419 M /trunk/modules/video_chroma/i420_yuy2.h
16420 M /trunk/modules/video_chroma/i422_yuy2.c
16421 M /trunk/modules/video_chroma/i422_yuy2.h
16422 M /trunk/modules/video_filter/blend.c
16423 M /trunk/modules/video_filter/colorthres.c
16424 M /trunk/modules/video_filter/deinterlace.c
16425 M /trunk/modules/video_filter/filter_event_info.h
16426 M /trunk/modules/video_filter/opencv_example.cpp
16427 M /trunk/modules/video_filter/opencv_wrapper.c
16428 M /trunk/modules/video_filter/osdmenu.c
16429 M /trunk/modules/video_filter/sharpen.c
16430 M /trunk/modules/video_filter/wall.c
16431 M /trunk/modules/video_output/directfb.c
16432 M /trunk/modules/video_output/hd1000v.cpp
16433 M /trunk/modules/video_output/msw/direct3d.c
16434 M /trunk/modules/video_output/msw/directx.c
16435 M /trunk/modules/video_output/msw/events.c
16436 M /trunk/modules/video_output/msw/glwin32.c
16437 M /trunk/modules/video_output/msw/wingdi.c
16438 M /trunk/modules/video_output/opengl.c
16439 M /trunk/modules/video_output/x11/xcommon.c
16440 M /trunk/modules/video_output/x11/xcommon.h
16441 M /trunk/modules/video_output/x11/xvmc.c
16442 M /trunk/modules/visualization/galaktos/PCM.c
16443 M /trunk/modules/visualization/galaktos/beat_detect.c
16444 M /trunk/modules/visualization/galaktos/builtin_funcs.c
16445 M /trunk/modules/visualization/galaktos/builtin_funcs.h
16446 M /trunk/modules/visualization/galaktos/common.h
16447 M /trunk/modules/visualization/galaktos/custom_shape.c
16448 M /trunk/modules/visualization/galaktos/custom_shape_types.h
16449 M /trunk/modules/visualization/galaktos/custom_wave.c
16450 M /trunk/modules/visualization/galaktos/custom_wave_types.h
16451 M /trunk/modules/visualization/galaktos/engine_vars.c
16452 M /trunk/modules/visualization/galaktos/engine_vars.h
16453 M /trunk/modules/visualization/galaktos/eval.c
16454 M /trunk/modules/visualization/galaktos/eval.h
16455 M /trunk/modules/visualization/galaktos/expr_types.h
16456 M /trunk/modules/visualization/galaktos/fftsg.c
16457 M /trunk/modules/visualization/galaktos/func.c
16458 M /trunk/modules/visualization/galaktos/func_types.h
16459 M /trunk/modules/visualization/galaktos/init_cond.c
16460 M /trunk/modules/visualization/galaktos/param.c
16461 M /trunk/modules/visualization/galaktos/param.h
16462 M /trunk/modules/visualization/galaktos/param_types.h
16463 M /trunk/modules/visualization/galaktos/parser.c
16464 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
16465 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
16466 M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
16467 M /trunk/modules/visualization/galaktos/per_point_types.h
16468 M /trunk/modules/visualization/galaktos/preset.c
16469 M /trunk/modules/visualization/galaktos/preset_types.h
16470 M /trunk/modules/visualization/galaktos/splaytree.c
16471 M /trunk/modules/visualization/galaktos/tree_types.c
16472 M /trunk/modules/visualization/galaktos/video_init.c
16473 M /trunk/modules/visualization/visual/effects.c
16474 M /trunk/modules/visualization/visual/fft.h
16475 M /trunk/mozilla/control/npolibvlc.h
16476 M /trunk/mozilla/control/nporuntime.cpp
16477 M /trunk/mozilla/support/classinfo.h
16478 M /trunk/mozilla/support/npmac.cpp
16479 M /trunk/mozilla/support/npunix.c
16480 M /trunk/mozilla/support/npwin.cpp
16481 M /trunk/mozilla/vlcplugin.cpp
16482 M /trunk/mozilla/vlcplugin.h
16483 M /trunk/mozilla/vlcshell.cpp
16484 M /trunk/share/newres.h
16485 M /trunk/share/pda-forwardb16x16.xpm
16486 M /trunk/share/pda-openb16x16.xpm
16487 M /trunk/share/pda-pauseb16x16.xpm
16488 M /trunk/share/pda-playb16x16.xpm
16489 M /trunk/share/pda-playlistb16x16.xpm
16490 M /trunk/share/pda-preferencesb16x16.xpm
16491 M /trunk/share/pda-rewindb16x16.xpm
16492 M /trunk/share/pda-stopb16x16.xpm
16493 M /trunk/share/resource.h
16494 M /trunk/src/audio_output/filters.c
16495 M /trunk/src/control/core.c
16496 M /trunk/src/control/dynamic_media_list.c
16497 M /trunk/src/control/event.c
16498 M /trunk/src/control/flat_media_list.c
16499 M /trunk/src/control/libvlc_internal.h
16500 M /trunk/src/control/log.c
16501 M /trunk/src/control/media_descriptor.c
16502 M /trunk/src/control/media_discoverer.c
16503 M /trunk/src/control/media_instance.c
16504 M /trunk/src/control/media_library.c
16505 M /trunk/src/control/media_list.c
16506 M /trunk/src/control/media_list_path.h
16507 M /trunk/src/control/media_list_player.c
16508 M /trunk/src/control/mediacontrol_audio_video.c
16509 M /trunk/src/control/mediacontrol_core.c
16510 M /trunk/src/control/mediacontrol_internal.h
16511 M /trunk/src/control/mediacontrol_util.c
16512 M /trunk/src/control/tag_query.c
16513 M /trunk/src/control/video.c
16514 M /trunk/src/control/vlm.c
16515 M /trunk/src/extras/dirent.c
16516 M /trunk/src/extras/getopt.c
16517 M /trunk/src/extras/getopt.h
16518 M /trunk/src/extras/getopt1.c
16519 M /trunk/src/extras/libc.c
16520 M /trunk/src/input/decoder.c
16521 M /trunk/src/input/es_out.c
16522 M /trunk/src/input/input.c
16523 M /trunk/src/input/mem_stream.c
16524 M /trunk/src/input/vlm.c
16525 M /trunk/src/input/vlm_internal.h
16526 M /trunk/src/interface/interface.c
16527 M /trunk/src/libvlc-common.c
16528 M /trunk/src/libvlc-module.c
16529 M /trunk/src/misc/darwin_specific.c
16530 M /trunk/src/misc/events.c
16531 M /trunk/src/misc/mtime.c
16532 M /trunk/src/misc/rand.c
16533 M /trunk/src/misc/threads.c
16534 M /trunk/src/misc/win32_specific.c
16535 M /trunk/src/modules/configuration_chain.c
16536 M /trunk/src/modules/modules.c
16537 M /trunk/src/network/acl.c
16538 M /trunk/src/network/getaddrinfo.c
16539 M /trunk/src/network/io.c
16540 M /trunk/src/network/tcp.c
16541 M /trunk/src/network/tls.c
16542 M /trunk/src/network/udp.c
16543 M /trunk/src/osd/osd.c
16544 M /trunk/src/playlist/item.c
16545 M /trunk/src/playlist/sort.c
16546 M /trunk/src/playlist/tree.c
16547 M /trunk/src/stream_output/stream_output.c
16548 M /trunk/src/video_output/video_output.c
16549 M /trunk/src/video_output/vout_intf.c
16550 M /trunk/test/native/algo.c
16551 M /trunk/test/native/libvlc.c
16552 M /trunk/test/native/threads.c
16554 Removes trailing spaces. Removes tabs.
16555 ------------------------------------------------------------------------
16556 r21942 | courmisch | 2007-09-10 20:34:56 +0200 (Mon, 10 Sep 2007) | 2 lines
16558 M /trunk/modules/stream_out/rtp.c
16560 Support for UDP-Lite (with full checksum coverage only atm)
16562 ------------------------------------------------------------------------
16563 r21941 | damienf | 2007-09-10 14:59:08 +0200 (Mon, 10 Sep 2007) | 2 lines
16565 M /trunk/modules/access/smb.c
16567 smb.c: prevents problem with glibc defining open as a macro
16569 ------------------------------------------------------------------------
16570 r21940 | funman | 2007-09-10 13:04:42 +0200 (Mon, 10 Sep 2007) | 1 line
16572 M /trunk/extras/zsh.cpp
16574 Fixes zsh completion. Same as [17801], didn't committed back then because it wasn't compiling on trunk.
16575 ------------------------------------------------------------------------
16576 r21939 | funman | 2007-09-10 07:28:49 +0200 (Mon, 10 Sep 2007) | 1 line
16578 M /trunk/extras/Makefile
16579 M /trunk/extras/zsh.cpp
16581 Attempt to fix zsh completion
16582 ------------------------------------------------------------------------
16583 r21938 | funman | 2007-09-10 05:46:56 +0200 (Mon, 10 Sep 2007) | 1 line
16585 M /trunk/share/utils/audio-vlc-default.sh
16586 M /trunk/share/utils/video-vlc-default.sh
16588 Properly use Id keyword
16589 ------------------------------------------------------------------------
16590 r21937 | funman | 2007-09-10 05:43:44 +0200 (Mon, 10 Sep 2007) | 1 line
16592 M /trunk/share/Makefile.am
16594 Forget that in previous commit
16595 ------------------------------------------------------------------------
16596 r21936 | funman | 2007-09-10 05:43:27 +0200 (Mon, 10 Sep 2007) | 1 line
16598 A /trunk/share/utils/audio-vlc-default.sh
16599 A /trunk/share/utils/video-vlc-default.sh
16601 Adds 2 scripts to make vlc the default audio/video mime-type handler on freedesktop, contributed by forum user.
16602 ------------------------------------------------------------------------
16603 r21935 | bitmap | 2007-09-10 03:53:28 +0200 (Mon, 10 Sep 2007) | 11 lines
16605 M /trunk/include/vlc_es_out.h
16606 M /trunk/modules/demux/mkv.cpp
16607 M /trunk/src/input/es_out.c
16609 Select subtitle stream from the mkv container automatically
16610 if it has a DEFAULT flag on it. User overrides for
16611 preferred language should continue to take precedence.
16612 The current versions of MKVToolnix correctly support DEFAULT
16613 track tag but some older versions don't. If you want to have
16614 subtitle streams in your mkv file, but not have them activate
16615 by default, try remuxing any files causing you trouble, with
16616 the current version of MKVToolnix, and turning the DEFAULT
16617 track flag option to NO for all subtitles streams.
16618 MKVToolnix is available from http://www.bunkus.org/videotools/mkvtoolnix/
16620 ------------------------------------------------------------------------
16621 r21934 | jb | 2007-09-10 01:59:19 +0200 (Mon, 10 Sep 2007) | 3 lines
16623 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16624 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16625 M /trunk/modules/gui/qt4/main_interface.cpp
16627 Qt4 - Remove preferences button from interface. Remove unuseful debug.
16630 ------------------------------------------------------------------------
16631 r21933 | jb | 2007-09-10 01:54:51 +0200 (Mon, 10 Sep 2007) | 3 lines
16633 M /trunk/modules/gui/qt4/main_interface.cpp
16635 Qt4 - MainInterface: Make right-click on timeLabel and speedLabel display nicely aligned menus. :D
16638 ------------------------------------------------------------------------
16639 r21932 | jb | 2007-09-10 01:14:38 +0200 (Mon, 10 Sep 2007) | 3 lines
16641 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16642 M /trunk/modules/gui/qt4/main_interface.cpp
16643 M /trunk/modules/gui/qt4/main_interface.hpp
16645 Qt4 - MainInterface, avoid the bug that makes the popupMenu toggle the TimeDisplay().
16648 ------------------------------------------------------------------------
16649 r21931 | funman | 2007-09-10 01:05:48 +0200 (Mon, 10 Sep 2007) | 1 line
16651 M /trunk/include/vlc_input.h
16653 Fixes playlist search when metadata is missing
16654 ------------------------------------------------------------------------
16655 r21930 | funman | 2007-09-10 00:55:19 +0200 (Mon, 10 Sep 2007) | 1 line
16657 M /trunk/modules/gui/wxwidgets/interface.cpp
16659 Uses different accelerators for Video & View menus. Fixes #1283
16660 ------------------------------------------------------------------------
16661 r21929 | jb | 2007-09-10 00:31:03 +0200 (Mon, 10 Sep 2007) | 3 lines
16663 M /trunk/modules/gui/qt4/main_interface.cpp
16665 Qt4 - speedLabel : consistency.
16668 ------------------------------------------------------------------------
16669 r21928 | jb | 2007-09-10 00:19:48 +0200 (Mon, 10 Sep 2007) | 3 lines
16671 M /trunk/modules/gui/qt4/Modules.am
16672 M /trunk/modules/gui/qt4/dialogs/help.hpp
16673 A /trunk/modules/gui/qt4/dialogs/vlm.cpp
16674 A /trunk/modules/gui/qt4/dialogs/vlm.hpp
16675 M /trunk/modules/gui/qt4/dialogs_provider.cpp
16676 M /trunk/modules/gui/qt4/menus.cpp
16677 M /trunk/modules/gui/qt4/ui/vlm.ui
16679 Qt4 - VLM. Patch by Jean-Fran?\195?\167ois Massol, reworked by /me
16682 ------------------------------------------------------------------------
16683 r21927 | funman | 2007-09-10 00:11:22 +0200 (Mon, 10 Sep 2007) | 1 line
16685 M /trunk/modules/gui/qt4/Modules.am
16686 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
16687 M /trunk/modules/gui/qt4/res.qrc
16689 Uses altglass' artwork for repeat/shuffle and add buttons.
16690 ------------------------------------------------------------------------
16691 r21926 | funman | 2007-09-10 00:00:05 +0200 (Mon, 10 Sep 2007) | 1 line
16693 M /trunk/modules/codec/ffmpeg/demux.c
16695 ffmpeg demux: Simplify
16696 ------------------------------------------------------------------------
16697 r21925 | jb | 2007-09-09 23:45:04 +0200 (Sun, 09 Sep 2007) | 3 lines
16699 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16701 Qt4 - volumeSlider: correct the sliders functions and calculus...
16704 ------------------------------------------------------------------------
16705 r21924 | dionoea | 2007-09-09 23:43:27 +0200 (Sun, 09 Sep 2007) | 2 lines
16707 M /trunk/share/luaplaylist/youtube_homepage.lua
16711 ------------------------------------------------------------------------
16712 r21923 | xtophe | 2007-09-09 23:12:29 +0200 (Sun, 09 Sep 2007) | 3 lines
16714 M /trunk/modules/misc/lua/luameta.c
16715 M /trunk/modules/misc/lua/vlclua.c
16717 luameta.c: Fix a message
16718 vlclua.c: get rid of an empty module and fix descriptions
16720 ------------------------------------------------------------------------
16721 r21922 | dionoea | 2007-09-09 23:03:49 +0200 (Sun, 09 Sep 2007) | 2 lines
16723 M /trunk/share/luaplaylist/dailymotion.lua
16727 ------------------------------------------------------------------------
16728 r21921 | dionoea | 2007-09-09 23:01:31 +0200 (Sun, 09 Sep 2007) | 2 lines
16730 M /trunk/share/luaplaylist/dailymotion.lua
16732 Fix the url translation
16734 ------------------------------------------------------------------------
16735 r21920 | courmisch | 2007-09-09 22:13:17 +0200 (Sun, 09 Sep 2007) | 4 lines
16737 M /trunk/modules/access_output/udp.c
16739 Remove UDP-Lite support from access_output_udp.
16740 If someone wants to have it in there, it should probably rather be done
16741 using a dedicated shortcut rather than a boolean configuration.
16743 ------------------------------------------------------------------------
16744 r21919 | courmisch | 2007-09-09 22:09:34 +0200 (Sun, 09 Sep 2007) | 2 lines
16746 M /trunk/modules/access/udp.c
16750 ------------------------------------------------------------------------
16751 r21918 | courmisch | 2007-09-09 22:04:14 +0200 (Sun, 09 Sep 2007) | 2 lines
16753 M /trunk/src/network/udp.c
16757 ------------------------------------------------------------------------
16758 r21917 | dionoea | 2007-09-09 21:59:52 +0200 (Sun, 09 Sep 2007) | 2 lines
16760 M /trunk/modules/gui/qt4/main_interface.cpp
16762 Restore the interface when it's minimized and you click on the systray icon.
16764 ------------------------------------------------------------------------
16765 r21916 | funman | 2007-09-09 21:59:26 +0200 (Sun, 09 Sep 2007) | 1 line
16767 M /trunk/src/playlist/loadsave.c
16769 media library loading: Adds a fixme reminder for pdherbemont
16770 ------------------------------------------------------------------------
16771 r21915 | courmisch | 2007-09-09 21:56:31 +0200 (Sun, 09 Sep 2007) | 5 lines
16773 M /trunk/modules/misc/memcpy/fastmemcpy.h
16774 M /trunk/modules/video_filter/deinterlace.c
16775 M /trunk/modules/video_filter/invert.c
16777 Fix ptrdiff_t abuse. Especially in video_filter_invert:
16778 ptrdiff_t is signed so unequality comparison between pointers would
16779 compute wrong when the two operands are within opposite halves of the
16782 ------------------------------------------------------------------------
16783 r21914 | dionoea | 2007-09-09 21:41:05 +0200 (Sun, 09 Sep 2007) | 2 lines
16785 M /trunk/modules/video_filter/invert.c
16787 Nevermind. /me buys some glasses.
16789 ------------------------------------------------------------------------
16790 r21913 | dionoea | 2007-09-09 21:32:34 +0200 (Sun, 09 Sep 2007) | 2 lines
16792 M /trunk/modules/video_filter/invert.c
16796 ------------------------------------------------------------------------
16797 r21912 | courmisch | 2007-09-09 21:20:39 +0200 (Sun, 09 Sep 2007) | 2 lines
16799 M /trunk/include/vlc_network.h
16800 M /trunk/src/libvlc.sym
16801 M /trunk/src/network/udp.c
16803 net_SetCSCov: sets checksum coverages of a socket
16805 ------------------------------------------------------------------------
16806 r21911 | jb | 2007-09-09 19:55:16 +0200 (Sun, 09 Sep 2007) | 3 lines
16810 THANKS to Stef?\195?\161n Freyr Stef?\195?\161nsson
16813 ------------------------------------------------------------------------
16814 r21910 | courmisch | 2007-09-09 19:52:38 +0200 (Sun, 09 Sep 2007) | 2 lines
16816 M /trunk/modules/demux/live555.cpp
16818 Default RTSP timeout value is 60 seconds, rather than never - closes #1163
16820 ------------------------------------------------------------------------
16821 r21909 | jb | 2007-09-09 19:42:50 +0200 (Sun, 09 Sep 2007) | 4 lines
16823 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
16824 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
16825 M /trunk/modules/gui/qt4/main_interface.cpp
16826 M /trunk/modules/gui/qt4/main_interface.hpp
16828 Qt4 - Have a slider to control precisely the rate, usefull since we can here audio at all speeds now. :D
16829 Patch by StFS - Stef?\195?\161n Freyr Stef?\195?\161nsson
16832 ------------------------------------------------------------------------
16833 r21908 | jb | 2007-09-09 19:41:17 +0200 (Sun, 09 Sep 2007) | 3 lines
16835 M /trunk/modules/gui/qt4/input_manager.cpp
16836 M /trunk/modules/gui/qt4/input_manager.hpp
16838 Qt4 - IM: Add a setRate function.
16841 ------------------------------------------------------------------------
16842 r21907 | jb | 2007-09-09 19:37:27 +0200 (Sun, 09 Sep 2007) | 3 lines
16844 M /trunk/modules/gui/qt4/components/extended_panels.cpp
16845 M /trunk/modules/gui/qt4/components/extended_panels.hpp
16847 Qt4 - Extended Panels: add callback on audio-presets to fix the issue when the audio menu does not match with extended settings.
16850 ------------------------------------------------------------------------
16851 r21906 | jb | 2007-09-09 19:34:33 +0200 (Sun, 09 Sep 2007) | 3 lines
16853 M /trunk/modules/gui/qt4/input_manager.cpp
16855 Qt4 Return VLC_SUCCESS instead of 0
16858 ------------------------------------------------------------------------
16859 r21905 | jb | 2007-09-09 19:33:16 +0200 (Sun, 09 Sep 2007) | 3 lines
16861 M /trunk/modules/gui/qt4/dialogs/sout.cpp
16863 Qt4 - Not reimplementing existing functions might not be a bad idea... hmmm...
16866 ------------------------------------------------------------------------
16867 r21904 | ileoo | 2007-09-09 19:27:17 +0200 (Sun, 09 Sep 2007) | 4 lines
16869 M /trunk/modules/codec/ffmpeg/encoder.c
16871 Patch from Alex Antropoff, put block_align in use. Fixes wma1-encoding,
16872 example sout: '#transcode{acodec=wma1,samplerate=22050,ab=96,channels=2}\
16873 :std{access=mmsh,mux=asfh,dst=:18080}'
16875 ------------------------------------------------------------------------
16876 r21903 | dionoea | 2007-09-09 19:27:07 +0200 (Sun, 09 Sep 2007) | 2 lines
16878 M /trunk/include/main.h
16879 M /trunk/src/input/meta.c
16880 M /trunk/src/libvlc-common.c
16881 M /trunk/src/modules/configuration.c
16882 M /trunk/src/modules/configuration.h
16883 M /trunk/src/modules/modules.c
16885 XDG Base Directory Specification fix. I wasn't using the XDG_CACHE_HOME variable for the cache directory. Thanks to ILEoo for noticing.
16887 ------------------------------------------------------------------------
16888 r21902 | courmisch | 2007-09-09 19:06:53 +0200 (Sun, 09 Sep 2007) | 3 lines
16890 M /trunk/modules/stream_out/rtp.c
16892 We only support "rtsp"; do not pretend to support rtspu, rtsps and
16893 whatever else might ever be invented
16895 ------------------------------------------------------------------------
16896 r21901 | dionoea | 2007-09-09 18:30:55 +0200 (Sun, 09 Sep 2007) | 2 lines
16898 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
16900 Change the QSettings stuff here too (this looks kind of hackish but at least it makes sure that we don't spawn multiple configuration folders)
16902 ------------------------------------------------------------------------
16903 r21900 | jb | 2007-09-09 18:23:03 +0200 (Sun, 09 Sep 2007) | 4 lines
16905 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_add.png
16906 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_all.png
16907 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_off.png
16908 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_repeat_one.png
16909 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_off.png
16910 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_shuffle_on.png
16912 Qt4 - Add new icons for the playlist/shuffle/repeat.
16913 Icons done by aLtgLasS.
16916 ------------------------------------------------------------------------
16917 r21899 | dionoea | 2007-09-09 18:19:18 +0200 (Sun, 09 Sep 2007) | 2 lines
16919 M /trunk/modules/gui/qt4/main_interface.cpp
16921 Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR/VideoLAN/).
16923 ------------------------------------------------------------------------
16924 r21898 | jb | 2007-09-09 18:17:15 +0200 (Sun, 09 Sep 2007) | 4 lines
16926 M /trunk/modules/gui/qt4/Modules.am
16927 A /trunk/modules/gui/qt4/ui/vlm.ui
16929 Qt4 - Add a VLM.ui.
16930 Patch by Jean-Fran?\195?\167ois Massol
16933 ------------------------------------------------------------------------
16934 r21897 | dionoea | 2007-09-09 18:13:56 +0200 (Sun, 09 Sep 2007) | 2 lines
16936 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
16940 ------------------------------------------------------------------------
16941 r21896 | dionoea | 2007-09-09 18:10:45 +0200 (Sun, 09 Sep 2007) | 2 lines
16944 M /trunk/include/main.h
16945 M /trunk/include/vlc_config.h
16946 M /trunk/modules/access_filter/record.c
16947 M /trunk/modules/control/http/util.c
16948 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
16949 M /trunk/modules/gui/skins2/x11/x11_factory.cpp
16950 M /trunk/modules/misc/gnutls.c
16951 M /trunk/modules/misc/logger.c
16952 M /trunk/modules/misc/lua/vlclua.c
16953 M /trunk/src/control/media_library.c
16954 M /trunk/src/input/meta.c
16955 M /trunk/src/libvlc-common.c
16956 M /trunk/src/modules/configuration.c
16957 M /trunk/src/modules/configuration.h
16958 M /trunk/src/modules/modules.c
16959 M /trunk/src/playlist/loadsave.c
16960 M /trunk/src/video_output/vout_intf.c
16962 On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
16964 ------------------------------------------------------------------------
16965 r21895 | funman | 2007-09-09 16:46:22 +0200 (Sun, 09 Sep 2007) | 1 line
16967 M /trunk/src/video_output/vout_subpictures.c
16970 ------------------------------------------------------------------------
16971 r21894 | funman | 2007-09-09 15:43:40 +0200 (Sun, 09 Sep 2007) | 1 line
16975 Makes it clear that one-instance mode is optional
16976 ------------------------------------------------------------------------
16977 r21893 | courmisch | 2007-09-09 13:22:16 +0200 (Sun, 09 Sep 2007) | 2 lines
16979 M /trunk/configure.ac
16980 M /trunk/modules/stream_out/rtp.c
16982 stream_out_rtp: Linux splice() support
16984 ------------------------------------------------------------------------
16985 r21892 | funman | 2007-09-09 11:36:16 +0200 (Sun, 09 Sep 2007) | 1 line
16987 M /trunk/modules/gui/qt4/main_interface.cpp
16989 Fix trax issue 3 on win32, patch by Hannes Domani
16990 ------------------------------------------------------------------------
16991 r21891 | ileoo | 2007-09-09 10:09:30 +0200 (Sun, 09 Sep 2007) | 3 lines
16993 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
16995 add back check to see if infopanel is opened for something else than
16998 ------------------------------------------------------------------------
16999 r21890 | jb | 2007-09-09 03:29:00 +0200 (Sun, 09 Sep 2007) | 3 lines
17001 M /trunk/modules/gui/qt4/dialogs/extended.cpp
17003 Qt4 - Add a close button on the extended Panels as requested. Trax#44 Closed.
17006 ------------------------------------------------------------------------
17007 r21889 | jb | 2007-09-09 03:17:15 +0200 (Sun, 09 Sep 2007) | 5 lines
17009 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17010 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17012 Qt4 - Volume: set the slider maximum to 200, in order to match the OSD % of the volume, which will help to debug.
17013 However, I still don't understand whether the "normal" volume is 256 or 512 and when starts the "dangerous" amplification
17017 ------------------------------------------------------------------------
17018 r21888 | jb | 2007-09-09 02:59:44 +0200 (Sun, 09 Sep 2007) | 2 lines
17020 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17021 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17023 Qt4 - Volume Icon updates NOT in an TIMEOUT function, which is called very often. Redesign only when needed.
17025 ------------------------------------------------------------------------
17026 r21887 | funman | 2007-09-08 23:17:35 +0200 (Sat, 08 Sep 2007) | 1 line
17028 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17030 qt4 fullscreen: releases the vout
17031 ------------------------------------------------------------------------
17032 r21886 | funman | 2007-09-08 22:18:25 +0200 (Sat, 08 Sep 2007) | 1 line
17034 M /trunk/src/playlist/services_discovery.c
17036 Makes services_discovery option strictly load the given module (i.e. not use a fallback module if the one specified isn't available)
17037 ------------------------------------------------------------------------
17038 r21885 | funman | 2007-09-08 22:13:16 +0200 (Sat, 08 Sep 2007) | 1 line
17040 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17042 qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
17043 ------------------------------------------------------------------------
17044 r21884 | funman | 2007-09-08 21:51:34 +0200 (Sat, 08 Sep 2007) | 3 lines
17046 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17047 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17049 Moves volume icon update in the timer
17050 Sets default icon to high
17052 ------------------------------------------------------------------------
17053 r21883 | jb | 2007-09-08 21:02:47 +0200 (Sat, 08 Sep 2007) | 2 lines
17055 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17057 Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.
17059 ------------------------------------------------------------------------
17060 r21882 | funman | 2007-09-08 20:49:56 +0200 (Sat, 08 Sep 2007) | 1 line
17062 M /trunk/modules/gui/qt4/Modules.am
17063 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17064 A /trunk/modules/gui/qt4/pixmaps/volume-muted.png (from /trunk/modules/gui/qt4/pixmaps/volume-low.png:21879)
17065 M /trunk/modules/gui/qt4/res.qrc
17067 qt4: Adds a volume-muted icon
17068 ------------------------------------------------------------------------
17069 r21881 | jb | 2007-09-08 20:32:17 +0200 (Sat, 08 Sep 2007) | 3 lines
17071 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17072 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
17073 M /trunk/modules/gui/qt4/main_interface.cpp
17075 Qt4 - Volume: if volume > 50% of the sliderBar, then show the highVolume Label.
17078 ------------------------------------------------------------------------
17079 r21880 | funman | 2007-09-08 19:54:38 +0200 (Sat, 08 Sep 2007) | 1 line
17081 M /trunk/modules/gui/qt4/dialogs_provider.cpp
17082 M /trunk/modules/gui/qt4/dialogs_provider.hpp
17083 M /trunk/modules/gui/qt4/menus.cpp
17085 Don't use PLAYLIST_GO when adding directories, fix trax 16th issue
17086 ------------------------------------------------------------------------
17087 r21879 | jb | 2007-09-08 19:24:18 +0200 (Sat, 08 Sep 2007) | 3 lines
17089 M /trunk/modules/gui/qt4/menus.cpp
17091 Qt4 - Menu: inconstency, reattach interfaces to tools menu. Trax#44
17094 ------------------------------------------------------------------------
17095 r21878 | jb | 2007-09-08 19:19:43 +0200 (Sat, 08 Sep 2007) | 3 lines
17097 M /trunk/modules/gui/qt4/main_interface.cpp
17099 Qt4 - Removing frightening debug message :D
17102 ------------------------------------------------------------------------
17103 r21877 | jb | 2007-09-08 19:18:51 +0200 (Sat, 08 Sep 2007) | 3 lines
17105 M /trunk/modules/gui/qt4/menus.cpp
17107 Qt4 - Menu. Code cosmetic.
17110 ------------------------------------------------------------------------
17111 r21876 | jb | 2007-09-08 19:14:00 +0200 (Sat, 08 Sep 2007) | 3 lines
17113 M /trunk/modules/gui/qt4/main_interface.cpp
17114 M /trunk/modules/gui/qt4/main_interface.hpp
17115 M /trunk/modules/gui/qt4/menus.cpp
17116 M /trunk/modules/gui/qt4/menus.hpp
17118 Qt4 - Menu consistency for Tools.
17121 ------------------------------------------------------------------------
17122 r21875 | jb | 2007-09-08 18:01:33 +0200 (Sat, 08 Sep 2007) | 3 lines
17124 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17125 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
17126 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17127 M /trunk/modules/gui/qt4/dialogs/sout.hpp
17128 M /trunk/modules/gui/qt4/dialogs_provider.cpp
17130 Qt4 - Cleanups, simplifications. Public=>Private for slots.
17133 ------------------------------------------------------------------------
17134 r21874 | jb | 2007-09-08 17:48:31 +0200 (Sat, 08 Sep 2007) | 2 lines
17136 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
17137 M /trunk/modules/gui/qt4/dialogs/interaction.hpp
17138 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17139 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17140 M /trunk/modules/gui/qt4/dialogs/messages.cpp
17141 M /trunk/modules/gui/qt4/dialogs/messages.hpp
17143 Qt4 - Cleanups on dialog and public=>private.
17145 ------------------------------------------------------------------------
17146 r21873 | jb | 2007-09-08 17:38:23 +0200 (Sat, 08 Sep 2007) | 3 lines
17148 M /trunk/modules/gui/qt4/dialogs/errors.cpp
17149 M /trunk/modules/gui/qt4/dialogs/errors.hpp
17151 Qt4 - Errors: cleanup, trailing spaces and (). Public => private.
17154 ------------------------------------------------------------------------
17155 r21872 | jb | 2007-09-08 17:11:58 +0200 (Sat, 08 Sep 2007) | 3 lines
17157 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17158 M /trunk/modules/gui/qt4/ui/sout.ui
17160 Qt4 - Sout: Hide the UDP output options by default, but provide an easy way to activate it.
17163 ------------------------------------------------------------------------
17164 r21871 | ileoo | 2007-09-08 17:08:54 +0200 (Sat, 08 Sep 2007) | 2 lines
17166 M /trunk/modules/gui/qt4/input_manager.cpp
17167 M /trunk/modules/gui/qt4/input_manager.hpp
17169 only emit rateChanged when it has changed
17171 ------------------------------------------------------------------------
17172 r21870 | courmisch | 2007-09-08 16:59:44 +0200 (Sat, 08 Sep 2007) | 2 lines
17174 M /trunk/modules/demux/wav.c
17178 ------------------------------------------------------------------------
17179 r21869 | jb | 2007-09-08 16:52:53 +0200 (Sat, 08 Sep 2007) | 3 lines
17181 M /trunk/modules/gui/qt4/qt4.cpp
17183 Qt4 - oops. fix Trax#42
17186 ------------------------------------------------------------------------
17187 r21868 | jb | 2007-09-08 16:50:22 +0200 (Sat, 08 Sep 2007) | 3 lines
17189 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17194 ------------------------------------------------------------------------
17195 r21867 | jb | 2007-09-08 16:50:04 +0200 (Sat, 08 Sep 2007) | 3 lines
17197 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
17198 M /trunk/modules/gui/qt4/qt4.cpp
17200 Qt4 - add qt-error-dialogs option and fix interaction. Should fix part of #1229.
17203 ------------------------------------------------------------------------
17204 r21866 | jb | 2007-09-08 16:10:31 +0200 (Sat, 08 Sep 2007) | 3 lines
17206 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17208 Qt4 - Fix previous commit and implement also snapshot button.
17211 ------------------------------------------------------------------------
17212 r21865 | jb | 2007-09-08 15:53:58 +0200 (Sat, 08 Sep 2007) | 3 lines
17214 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17216 Qt4 - Fullscreen button should work now. hasVideo() does not work, so force the activation of related buttons.
17219 ------------------------------------------------------------------------
17220 r21864 | jb | 2007-09-08 15:45:25 +0200 (Sat, 08 Sep 2007) | 2 lines
17222 M /trunk/modules/gui/qt4/input_manager.cpp
17223 M /trunk/modules/gui/qt4/input_manager.hpp
17224 M /trunk/modules/gui/qt4/main_interface.cpp
17225 M /trunk/modules/gui/qt4/main_interface.hpp
17227 Qt4 - MainInterface and InputManager: setRate actually shows something in the interface.
17229 ------------------------------------------------------------------------
17230 r21863 | courmisch | 2007-09-08 14:00:13 +0200 (Sat, 08 Sep 2007) | 2 lines
17232 M /trunk/modules/stream_out/rtcp.c
17233 M /trunk/modules/stream_out/rtp.c
17234 M /trunk/modules/stream_out/rtp.h
17238 ------------------------------------------------------------------------
17239 r21862 | courmisch | 2007-09-08 13:36:00 +0200 (Sat, 08 Sep 2007) | 2 lines
17241 M /trunk/modules/stream_out/Modules.am
17242 A /trunk/modules/stream_out/rtcp.c
17243 M /trunk/modules/stream_out/rtp.h
17245 Bring back the lightweight RTCP sender
17247 ------------------------------------------------------------------------
17248 r21861 | courmisch | 2007-09-08 13:32:16 +0200 (Sat, 08 Sep 2007) | 2 lines
17250 M /trunk/modules/stream_out/rtp.c
17252 Make room for RTCP support
17254 ------------------------------------------------------------------------
17255 r21860 | jb | 2007-09-08 13:10:30 +0200 (Sat, 08 Sep 2007) | 3 lines
17257 M /trunk/modules/gui/qt4/menus.cpp
17259 Qt4 - Audio/Video order fix in menus. Changes MediaInformation shortcut to Ctrl+I. Will not remove Ctrl+J for codecs since this is one of the most asked question.
17262 ------------------------------------------------------------------------
17263 r21859 | jb | 2007-09-08 13:06:45 +0200 (Sat, 08 Sep 2007) | 3 lines
17265 M /trunk/modules/gui/qt4/components/infopanels.cpp
17267 Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
17270 ------------------------------------------------------------------------
17271 r21858 | jb | 2007-09-08 12:56:44 +0200 (Sat, 08 Sep 2007) | 3 lines
17273 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
17274 M /trunk/modules/gui/qt4/input_manager.cpp
17276 Qt4 - GotoTime: force emission of update() in the IM, in order to fix Trax#33
17279 ------------------------------------------------------------------------
17280 r21857 | jb | 2007-09-08 12:45:04 +0200 (Sat, 08 Sep 2007) | 3 lines
17282 M /trunk/modules/gui/qt4/main_interface.cpp
17284 Qt4 TraxPage 27 QT4: initial size of vlc in windows.
17287 ------------------------------------------------------------------------
17288 r21856 | jb | 2007-09-08 12:39:05 +0200 (Sat, 08 Sep 2007) | 3 lines
17290 M /trunk/modules/gui/qt4/components/open.cpp
17291 M /trunk/modules/gui/qt4/components/open.hpp
17293 Qt4 - Open Capture: remove unuseful debug and use different numbers.
17296 ------------------------------------------------------------------------
17297 r21855 | jb | 2007-09-08 12:23:24 +0200 (Sat, 08 Sep 2007) | 3 lines
17299 M /trunk/modules/gui/qt4/components/open.cpp
17301 Qt4 - Open: fix https handling, udp port and rtsp adress entering, fix Trax#15
17304 ------------------------------------------------------------------------
17305 r21854 | courmisch | 2007-09-08 12:08:33 +0200 (Sat, 08 Sep 2007) | 2 lines
17307 M /trunk/modules/access_output/udp.c
17309 Remove dead RTCP code
17311 ------------------------------------------------------------------------
17312 r21853 | courmisch | 2007-09-08 11:50:01 +0200 (Sat, 08 Sep 2007) | 3 lines
17314 M /trunk/modules/access_output/udp.c
17316 access_out_udp: remove "raw" mode that is not used anymore
17317 (it was only used internally by the RTP sout).
17319 ------------------------------------------------------------------------
17320 r21852 | courmisch | 2007-09-08 11:45:11 +0200 (Sat, 08 Sep 2007) | 3 lines
17322 M /trunk/modules/stream_out/rtp.c
17324 Bring back the clock thread for RTP output.
17325 Only now there is one per track rather than one per client per track.
17327 ------------------------------------------------------------------------
17328 r21851 | courmisch | 2007-09-08 11:36:35 +0200 (Sat, 08 Sep 2007) | 2 lines
17330 M /trunk/src/modules/configuration_chain.c
17334 ------------------------------------------------------------------------
17335 r21850 | ileoo | 2007-09-08 11:11:56 +0200 (Sat, 08 Sep 2007) | 3 lines
17337 M /trunk/modules/stream_out/rtp.c
17339 QT 7.2 seems to handle PPS/SPS ok, so send them too.
17340 small typo to fix port-audio/video sending.
17342 ------------------------------------------------------------------------
17343 r21849 | courmisch | 2007-09-08 10:48:15 +0200 (Sat, 08 Sep 2007) | 2 lines
17345 M /trunk/modules/stream_out/rtp.c
17349 ------------------------------------------------------------------------
17350 r21848 | courmisch | 2007-09-08 10:43:14 +0200 (Sat, 08 Sep 2007) | 2 lines
17352 M /trunk/modules/stream_out/rtp.c
17356 ------------------------------------------------------------------------
17357 r21847 | courmisch | 2007-09-08 09:51:14 +0200 (Sat, 08 Sep 2007) | 2 lines
17359 M /trunk/modules/stream_out/rtp.c
17363 ------------------------------------------------------------------------
17364 r21846 | jb | 2007-09-08 04:29:44 +0200 (Sat, 08 Sep 2007) | 4 lines
17366 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
17368 QT4: fix warning on already assigned hotkey
17369 Patch by Hannes Domani
17372 ------------------------------------------------------------------------
17373 r21845 | jb | 2007-09-08 04:00:20 +0200 (Sat, 08 Sep 2007) | 3 lines
17375 M /trunk/modules/gui/qt4/main_interface.cpp
17376 M /trunk/modules/gui/qt4/main_interface.hpp
17378 Qt4 - MI: Install an event filter to make click on timeLabel automatically switch between modes.
17381 ------------------------------------------------------------------------
17382 r21844 | funman | 2007-09-08 03:56:00 +0200 (Sat, 08 Sep 2007) | 1 line
17384 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17386 Makes a debug msg more explicit
17387 ------------------------------------------------------------------------
17388 r21843 | jb | 2007-09-08 03:45:16 +0200 (Sat, 08 Sep 2007) | 3 lines
17390 M /trunk/modules/gui/qt4/main_interface.cpp
17391 M /trunk/modules/gui/qt4/main_interface.hpp
17393 Qt4 - MainInterface, implement the feature request to show elapsed/remaining time in the statusBar() through a menu.
17396 ------------------------------------------------------------------------
17397 r21842 | funman | 2007-09-08 03:35:51 +0200 (Sat, 08 Sep 2007) | 1 line
17399 M /trunk/modules/gui/qt4/main_interface.cpp
17401 qt4: Makes interface a bit wider on windows
17402 ------------------------------------------------------------------------
17403 r21841 | funman | 2007-09-08 03:32:33 +0200 (Sat, 08 Sep 2007) | 1 line
17405 M /trunk/modules/gui/qt4/main_interface.cpp
17406 M /trunk/modules/gui/qt4/qt4.cpp
17408 Shows qt4 notification only if the player isn't visible
17409 ------------------------------------------------------------------------
17410 r21840 | funman | 2007-09-08 03:14:23 +0200 (Sat, 08 Sep 2007) | 1 line
17412 M /trunk/modules/gui/qt4/util/directslider.hpp
17414 Fix duration slider. Patch by Hannes Domani
17415 ------------------------------------------------------------------------
17416 r21839 | funman | 2007-09-08 02:46:40 +0200 (Sat, 08 Sep 2007) | 4 lines
17418 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
17419 M /trunk/modules/gui/qt4/input_manager.cpp
17420 M /trunk/modules/gui/qt4/input_manager.hpp
17421 A /trunk/modules/gui/qt4/pixmaps/pause.png (from /trunk/modules/gui/qt4/pixmaps/play.png:21834)
17422 M /trunk/modules/gui/qt4/res.qrc
17424 Adds a pause pixmap for the play/pause button
17425 Fix play/pause toggle
17426 Removes 2 unused signals
17428 ------------------------------------------------------------------------
17429 r21838 | jb | 2007-09-08 02:36:28 +0200 (Sat, 08 Sep 2007) | 2 lines
17431 M /trunk/modules/gui/qt4/components/infopanels.cpp
17432 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17434 Qt4 - Dialog sizing.
17436 ------------------------------------------------------------------------
17437 r21837 | jb | 2007-09-08 02:30:45 +0200 (Sat, 08 Sep 2007) | 2 lines
17439 M /trunk/modules/gui/qt4/components/infopanels.cpp
17441 Qt4 - MediaInfo: layout again.
17443 ------------------------------------------------------------------------
17444 r21836 | jb | 2007-09-08 02:20:13 +0200 (Sat, 08 Sep 2007) | 2 lines
17446 M /trunk/modules/gui/qt4/components/infopanels.cpp
17447 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17449 Qt4 - InfoPanels: correct a slot, correct slightly the layout.
17451 ------------------------------------------------------------------------
17452 r21835 | jb | 2007-09-08 02:13:06 +0200 (Sat, 08 Sep 2007) | 3 lines
17454 M /trunk/modules/gui/qt4/components/infopanels.cpp
17455 M /trunk/modules/gui/qt4/components/infopanels.hpp
17457 Qt4 - Infopanels: cleanup, verification, updates of more widgets, block the edition of NowPLaying.
17460 ------------------------------------------------------------------------
17461 r21834 | jb | 2007-09-08 01:35:41 +0200 (Sat, 08 Sep 2007) | 3 lines
17463 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17464 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17466 Qt4 - Media Info: cleanup, and move public => private.
17469 ------------------------------------------------------------------------
17470 r21833 | jb | 2007-09-08 01:26:32 +0200 (Sat, 08 Sep 2007) | 3 lines
17472 M /trunk/modules/gui/qt4/components/infopanels.cpp
17473 M /trunk/modules/gui/qt4/components/infopanels.hpp
17474 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
17475 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
17477 Qt4 - Media Info. Re-add some info for DVB. Clean the in_Edit state that was stored two times in different classes.
17480 ------------------------------------------------------------------------
17481 r21832 | funman | 2007-09-08 01:06:32 +0200 (Sat, 08 Sep 2007) | 1 line
17483 M /trunk/modules/control/telnet.c
17484 M /trunk/modules/misc/notify/growl.c
17486 Uses add_password for passwords
17487 ------------------------------------------------------------------------
17488 r21831 | dionoea | 2007-09-07 22:03:30 +0200 (Fri, 07 Sep 2007) | 2 lines
17490 M /trunk/modules/gui/qt4/components/extended_panels.cpp
17492 Qt4 video filters panel: Comment out a debug message.
17494 ------------------------------------------------------------------------
17495 r21830 | courmisch | 2007-09-07 18:21:58 +0200 (Fri, 07 Sep 2007) | 3 lines
17497 M /trunk/modules/stream_out/rtp.c
17499 Send data the same way for the explicit #rtp destination
17500 and fix a few minor leaks
17502 ------------------------------------------------------------------------
17503 r21829 | courmisch | 2007-09-07 17:57:38 +0200 (Fri, 07 Sep 2007) | 11 lines
17505 M /trunk/modules/stream_out/rtp.c
17506 M /trunk/modules/stream_out/rtp.h
17507 M /trunk/modules/stream_out/rtsp.c
17509 Use plain sockets rather than the UDP access output for RTSP.
17511 - one malloc() per packet per client } due to
17512 - one memcpy() per packet per client } block_Duplicate()
17513 - one mwait() per packet per client, and
17514 - one thread per client per track
17516 So it should really help scale RTSP broadcast up.
17517 However, in its current state, it removes the pts synchronization,
17518 which might not be such a great idea. I will re-add it later.
17520 ------------------------------------------------------------------------
17521 r21828 | courmisch | 2007-09-07 16:48:59 +0200 (Fri, 07 Sep 2007) | 2 lines
17523 M /trunk/modules/stream_out/rtp.c
17525 separate grabber creation
17527 ------------------------------------------------------------------------
17528 r21827 | courmisch | 2007-09-07 16:37:55 +0200 (Fri, 07 Sep 2007) | 2 lines
17530 M /trunk/modules/stream_out/rtp.c
17534 ------------------------------------------------------------------------
17535 r21826 | courmisch | 2007-09-07 16:29:20 +0200 (Fri, 07 Sep 2007) | 2 lines
17537 M /trunk/modules/gui/minimal_macosx
17541 ------------------------------------------------------------------------
17542 r21825 | pdherbemont | 2007-09-07 15:55:08 +0200 (Fri, 07 Sep 2007) | 2 lines
17544 M /trunk/src/misc/darwin_specific.c
17546 misc/darwin_specific.c: Fix identation (oops). Fix a crash on startup (oops).
17548 ------------------------------------------------------------------------
17549 r21824 | jb | 2007-09-07 14:47:46 +0200 (Fri, 07 Sep 2007) | 5 lines
17551 M /trunk/extras/contrib/bootstrap
17552 M /trunk/extras/contrib/src/Makefile
17553 M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
17555 Contribs: x264, fix the new configure of x264.
17556 ADD a $STRIP option to bootstrap because x264 needs it
17560 ------------------------------------------------------------------------
17561 r21823 | ileoo | 2007-09-07 12:20:30 +0200 (Fri, 07 Sep 2007) | 3 lines
17563 M /trunk/modules/gui/qt4/components/infopanels.cpp
17564 M /trunk/modules/gui/qt4/components/infopanels.hpp
17566 Use QLineEdit+inputMask instead of QSpinBox, still some alignment issue
17567 with numbers to be solved.
17569 ------------------------------------------------------------------------
17570 r21822 | jb | 2007-09-07 00:29:27 +0200 (Fri, 07 Sep 2007) | 3 lines
17572 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17573 M /trunk/modules/gui/qt4/ui/sout.ui
17575 Qt4 - Sout: UDP is back
17578 ------------------------------------------------------------------------
17579 r21821 | jb | 2007-09-07 00:25:53 +0200 (Fri, 07 Sep 2007) | 3 lines
17581 M /trunk/modules/gui/qt4/dialogs/open.cpp
17583 Qt4 - Open: solve a bug in a signal.
17586 ------------------------------------------------------------------------
17587 r21820 | damienf | 2007-09-07 00:06:23 +0200 (Fri, 07 Sep 2007) | 2 lines
17589 M /trunk/extras/contrib/src/Makefile
17590 M /trunk/extras/contrib/src/Patches/mpcdec.patch
17592 contribs: fixed mpcdec cross-compilation
17594 ------------------------------------------------------------------------
17595 r21819 | xtophe | 2007-09-06 23:40:50 +0200 (Thu, 06 Sep 2007) | 2 lines
17599 Slovenian translation update by Matej Urban?\196?\141i?\196?\141
17601 ------------------------------------------------------------------------
17602 r21818 | jpsaman | 2007-09-06 23:36:45 +0200 (Thu, 06 Sep 2007) | 1 line
17604 M /trunk/extras/contrib/src/Makefile
17606 Revert change on mpcdec, which shouldn't have been in [21543]
17607 ------------------------------------------------------------------------
17608 r21817 | jb | 2007-09-06 20:35:30 +0200 (Thu, 06 Sep 2007) | 3 lines
17610 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17611 M /trunk/modules/gui/qt4/ui/sout.ui
17613 Qt4 - Sout: UDP => RTP.
17616 ------------------------------------------------------------------------
17617 r21816 | courmisch | 2007-09-06 20:32:40 +0200 (Thu, 06 Sep 2007) | 3 lines
17619 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17621 Use #rtp consistent with MacOS and wx GUIs
17622 (I haven't checked whether the UI labels need updating)
17624 ------------------------------------------------------------------------
17625 r21815 | jb | 2007-09-06 20:22:06 +0200 (Thu, 06 Sep 2007) | 2 lines
17631 ------------------------------------------------------------------------
17632 r21814 | jb | 2007-09-06 19:59:36 +0200 (Thu, 06 Sep 2007) | 4 lines
17634 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17635 M /trunk/modules/gui/qt4/dialogs/sout.hpp
17636 M /trunk/modules/gui/qt4/dialogs_provider.cpp
17638 Qt4 - Optimization of mrl generator. Only needed things are generated.
17639 patch by Jean-Fran?\195?\167ois Massol
17642 ------------------------------------------------------------------------
17643 r21813 | jb | 2007-09-06 18:04:14 +0200 (Thu, 06 Sep 2007) | 3 lines
17645 M /trunk/extras/contrib/src/Makefile
17647 Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.
17650 ------------------------------------------------------------------------
17651 r21812 | jb | 2007-09-06 17:47:37 +0200 (Thu, 06 Sep 2007) | 3 lines
17655 NEWS. add mention of spatializer filter.
17658 ------------------------------------------------------------------------
17659 r21811 | jb | 2007-09-06 14:27:59 +0200 (Thu, 06 Sep 2007) | 2 lines
17661 M /trunk/modules/gui/qt4/dialogs/open.cpp
17662 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17663 M /trunk/modules/gui/qt4/main_interface.cpp
17664 M /trunk/modules/gui/qt4/qt4.hpp
17666 Qt4 - Define a TOGGLEV to toggleVisible on QWidgets, and use it instead of rewriting the code n times.
17668 ------------------------------------------------------------------------
17669 r21810 | jb | 2007-09-06 14:18:58 +0200 (Thu, 06 Sep 2007) | 3 lines
17671 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17673 Qt4 - Sout: add a file mask on the known muxers.
17674 patch by Jean-Fran?\195?\167ois Massol
17676 ------------------------------------------------------------------------
17677 r21809 | jb | 2007-09-06 13:59:32 +0200 (Thu, 06 Sep 2007) | 3 lines
17679 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17680 M /trunk/modules/gui/qt4/dialogs/sout.hpp
17681 M /trunk/modules/gui/qt4/ui/sout.ui
17683 Qt4 - Sout: hide SAP options and ttl options when you don't stream. Adapt the label on the okButton according...
17686 ------------------------------------------------------------------------
17687 r21808 | jb | 2007-09-06 13:18:01 +0200 (Thu, 06 Sep 2007) | 3 lines
17689 M /trunk/modules/gui/qt4/main_interface.cpp
17691 Qt4 - Main Interface: hiding menus does hide the controls and the statusBar. Still a lot of problems with that code, but at least it can be reverted.
17694 ------------------------------------------------------------------------
17695 r21807 | jb | 2007-09-06 04:03:21 +0200 (Thu, 06 Sep 2007) | 3 lines
17699 Thanks to jf massol for Qt4 work.
17702 ------------------------------------------------------------------------
17703 r21806 | pdherbemont | 2007-09-06 03:58:53 +0200 (Thu, 06 Sep 2007) | 2 lines
17705 M /trunk/configure.ac
17707 configure.ac: Activate minimal_macosx.
17709 ------------------------------------------------------------------------
17710 r21805 | jb | 2007-09-06 03:56:02 +0200 (Thu, 06 Sep 2007) | 6 lines
17712 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17713 M /trunk/modules/gui/qt4/ui/sout.ui
17715 Qt4 - Sout: add functions to choose some predefined profiles for audio/video codecs.
17716 Only basics options are done ( AVCodec + Muxer mainly ).
17717 Two profiles are done. If you want to add more, then search "ADD HERE" in sout.cpp.
17718 Reindentation of older code.
17721 ------------------------------------------------------------------------
17722 r21804 | jb | 2007-09-06 02:20:40 +0200 (Thu, 06 Sep 2007) | 3 lines
17724 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17725 M /trunk/modules/gui/qt4/ui/sout.ui
17727 Qt4 - Names changement and some bug fixes.
17730 ------------------------------------------------------------------------
17731 r21803 | jb | 2007-09-06 01:43:33 +0200 (Thu, 06 Sep 2007) | 3 lines
17733 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17734 M /trunk/modules/gui/qt4/dialogs/sout.hpp
17736 qt4 - Sout: trailing spaces.
17739 ------------------------------------------------------------------------
17740 r21802 | jb | 2007-09-06 01:23:27 +0200 (Thu, 06 Sep 2007) | 3 lines
17742 M /trunk/modules/gui/qt4/ui/sout.ui
17744 qt4 - Sout.ui in a Qt4.2 compatible way.
17747 ------------------------------------------------------------------------
17748 r21801 | jb | 2007-09-06 01:17:19 +0200 (Thu, 06 Sep 2007) | 3 lines
17750 M /trunk/modules/gui/qt4/ui/sout.ui
17752 Qt4 - Sout: cosmetic changes, simplifications and suffix adding for the new .ui.
17755 ------------------------------------------------------------------------
17756 r21800 | jb | 2007-09-06 01:05:47 +0200 (Thu, 06 Sep 2007) | 4 lines
17758 M /trunk/modules/gui/qt4/dialogs/sout.cpp
17759 M /trunk/modules/gui/qt4/dialogs/sout.hpp
17760 M /trunk/modules/gui/qt4/ui/sout.ui
17762 Qt4 - Sout rework, Initial work.
17763 Patch by Jean-Fran?\195?\167ois Massol
17766 ------------------------------------------------------------------------
17767 r21799 | pdherbemont | 2007-09-06 00:33:20 +0200 (Thu, 06 Sep 2007) | 2 lines
17769 M /trunk/src/misc/darwin_specific.c
17771 misc/darwin_specific.c: Fix framework detection.
17773 ------------------------------------------------------------------------
17774 r21798 | xtophe | 2007-09-06 00:11:02 +0200 (Thu, 06 Sep 2007) | 2 lines
17776 M /trunk/Makefile.am
17777 M /trunk/po/POTFILES.in
17781 ------------------------------------------------------------------------
17782 r21797 | jb | 2007-09-05 23:54:45 +0200 (Wed, 05 Sep 2007) | 3 lines
17784 M /trunk/doc/fortunes.txt
17789 ------------------------------------------------------------------------
17790 r21796 | jb | 2007-09-05 23:48:07 +0200 (Wed, 05 Sep 2007) | 2 lines
17792 M /trunk/doc/fortunes.txt
17794 Fortunes ! thx Mirsal && thresh
17796 ------------------------------------------------------------------------
17797 r21795 | xtophe | 2007-09-05 23:12:53 +0200 (Wed, 05 Sep 2007) | 3 lines
17799 M /trunk/po/POTFILES.in
17801 M /trunk/po/vlc.pot
17803 Update the file list for l10n
17806 ------------------------------------------------------------------------
17807 r21794 | xtophe | 2007-09-05 22:34:04 +0200 (Wed, 05 Sep 2007) | 2 lines
17809 M /trunk/modules/misc/rtsp.c
17811 Fix warnings about asprintf() + cosmetics
17813 ------------------------------------------------------------------------
17814 r21793 | courmisch | 2007-09-05 21:58:01 +0200 (Wed, 05 Sep 2007) | 2 lines
17816 M /trunk/src/network/tcp.c
17818 Rationalize TCP error messages a bit
17820 ------------------------------------------------------------------------
17821 r21792 | courmisch | 2007-09-05 21:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
17823 M /trunk/src/network/tcp.c
17825 Allow SOCKS server to be a hostname rather than an IP always
17827 ------------------------------------------------------------------------
17828 r21791 | courmisch | 2007-09-05 21:24:52 +0200 (Wed, 05 Sep 2007) | 3 lines
17830 M /trunk/modules/misc/rtsp.c
17832 Fix the exact same remote DoS as in RTSP stream output
17833 (SETUP without Transport:)
17835 ------------------------------------------------------------------------
17836 r21790 | funman | 2007-09-05 20:46:35 +0200 (Wed, 05 Sep 2007) | 1 line
17838 M /trunk/modules/gui/skins2/src/theme_loader.cpp
17841 ------------------------------------------------------------------------
17842 r21789 | pdherbemont | 2007-09-05 20:45:09 +0200 (Wed, 05 Sep 2007) | 2 lines
17844 M /trunk/src/misc/darwin_specific.c
17846 misc/darwin_specific.c: Correctly detect the Mac OS X framework.
17848 ------------------------------------------------------------------------
17849 r21788 | pdherbemont | 2007-09-05 20:12:06 +0200 (Wed, 05 Sep 2007) | 2 lines
17851 M /trunk/src/Makefile.am
17853 isrc/Makefile.am: Include media_list_path.h to fix make dist-clean, as requested by j-b and aballier.
17855 ------------------------------------------------------------------------
17856 r21787 | jpsaman | 2007-09-05 19:46:55 +0200 (Wed, 05 Sep 2007) | 2 lines
17858 M /trunk/include/vlc_common.h
17859 M /trunk/modules/codec/dvbsub.c
17861 Add function to get a human readible string for a vlc_fourcc_t value.
17863 ------------------------------------------------------------------------
17864 r21786 | jb | 2007-09-05 19:46:04 +0200 (Wed, 05 Sep 2007) | 2 lines
17866 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
17867 M /trunk/modules/gui/qt4/ui/podcast_configuration.ui
17869 Qt4 - Podcast dialog: Don't use the default OK/Cancel buttons, because they wouldn't be translated if we do it the default way. This does almost the same output.
17871 ------------------------------------------------------------------------
17872 r21785 | courmisch | 2007-09-05 19:04:14 +0200 (Wed, 05 Sep 2007) | 2 lines
17874 M /trunk/modules/codec/ffmpeg/audio.c
17876 Fix old ffmpeg linking regression from [20357]
17878 ------------------------------------------------------------------------
17879 r21784 | courmisch | 2007-09-05 18:43:55 +0200 (Wed, 05 Sep 2007) | 2 lines
17881 M /trunk/modules/access/udp.c
17883 Always autodetect MRU
17885 ------------------------------------------------------------------------
17886 r21783 | jb | 2007-09-05 18:29:03 +0200 (Wed, 05 Sep 2007) | 3 lines
17888 M /trunk/modules/gui/qt4/playlist_model.cpp
17890 Qt4 - forgotten "," for windows.
17893 ------------------------------------------------------------------------
17894 r21782 | funman | 2007-09-05 18:09:43 +0200 (Wed, 05 Sep 2007) | 1 line
17898 Updates french translation
17899 ------------------------------------------------------------------------
17900 r21781 | funman | 2007-09-05 18:09:19 +0200 (Wed, 05 Sep 2007) | 1 line
17902 M /trunk/modules/gui/qt4/qt4.cpp
17904 Fix use of qcleanlooks style
17905 ------------------------------------------------------------------------
17906 r21780 | jb | 2007-09-05 18:06:01 +0200 (Wed, 05 Sep 2007) | 3 lines
17908 M /trunk/modules/gui/qt4/playlist_model.hpp
17910 Qt4 - cosmetic and trailing spaces. symbols fix.
17913 ------------------------------------------------------------------------
17914 r21779 | jb | 2007-09-05 17:54:36 +0200 (Wed, 05 Sep 2007) | 3 lines
17916 M /trunk/modules/gui/qt4/playlist_model.cpp
17917 M /trunk/modules/gui/qt4/playlist_model.hpp
17919 Qt4 - Compile fix for windows.
17922 ------------------------------------------------------------------------
17923 r21778 | jb | 2007-09-05 17:47:49 +0200 (Wed, 05 Sep 2007) | 3 lines
17925 M /trunk/include/vlc_intf_strings.h
17927 Add a string. Forgot that file in previous commits.
17930 ------------------------------------------------------------------------
17931 r21777 | jb | 2007-09-05 17:37:51 +0200 (Wed, 05 Sep 2007) | 3 lines
17933 M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17934 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17936 Qt4 - Rename add() function to a more instructive name.
17939 ------------------------------------------------------------------------
17940 r21776 | jb | 2007-09-05 17:33:32 +0200 (Wed, 05 Sep 2007) | 3 lines
17942 M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17943 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17945 Qt4 - Cleanups and use QMenu on the stack to avoid leaks. Show menu with exec instead of popup.
17948 ------------------------------------------------------------------------
17949 r21775 | jb | 2007-09-05 17:32:06 +0200 (Wed, 05 Sep 2007) | 3 lines
17951 M /trunk/modules/gui/qt4/playlist_model.cpp
17952 M /trunk/modules/gui/qt4/playlist_model.hpp
17954 Qt4 - Cleanup and start code to get the possibility on Windows to open the containing folder...
17957 ------------------------------------------------------------------------
17958 r21774 | jb | 2007-09-05 17:14:56 +0200 (Wed, 05 Sep 2007) | 4 lines
17960 M /trunk/modules/gui/qt4/components/playlist/panels.hpp
17961 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
17962 M /trunk/modules/gui/qt4/playlist_model.cpp
17963 M /trunk/modules/gui/qt4/playlist_model.hpp
17965 Qt4 - Right click on the header on the QTreeView for the playlist enables you to choose the columns you want to be shown. This removes also the code that was in the Model part since this is View Related. Ref #1282 (almost done).
17966 There is still segfaults on close of VLC after that menu is triggered.
17969 ------------------------------------------------------------------------
17970 r21773 | jb | 2007-09-05 17:08:03 +0200 (Wed, 05 Sep 2007) | 3 lines
17972 M /trunk/modules/gui/qt4/util/customwidgets.cpp
17973 M /trunk/modules/gui/qt4/util/customwidgets.hpp
17978 ------------------------------------------------------------------------
17979 r21772 | courmisch | 2007-09-05 15:52:35 +0200 (Wed, 05 Sep 2007) | 2 lines
17981 M /trunk/modules/access/http.c
17982 M /trunk/modules/demux/mp4/libmp4.c
17983 M /trunk/modules/demux/ps.c
17985 Do not assume that long long = int64_t
17987 ------------------------------------------------------------------------
17988 r21771 | courmisch | 2007-09-05 15:52:05 +0200 (Wed, 05 Sep 2007) | 2 lines
17990 M /trunk/modules/access/smb.c
17994 ------------------------------------------------------------------------
17995 r21770 | courmisch | 2007-09-05 15:51:45 +0200 (Wed, 05 Sep 2007) | 2 lines
17997 M /trunk/modules/demux/nsc.c
18001 ------------------------------------------------------------------------
18002 r21769 | courmisch | 2007-09-05 15:51:21 +0200 (Wed, 05 Sep 2007) | 2 lines
18004 M /trunk/modules/misc/freetype.c
18005 M /trunk/modules/misc/logger.c
18006 M /trunk/modules/misc/notify/notify.c
18007 M /trunk/modules/misc/rtsp.c
18011 ------------------------------------------------------------------------
18012 r21768 | courmisch | 2007-09-05 15:51:01 +0200 (Wed, 05 Sep 2007) | 2 lines
18014 M /trunk/modules/video_filter/extract.c
18018 ------------------------------------------------------------------------
18019 r21767 | courmisch | 2007-09-05 15:50:45 +0200 (Wed, 05 Sep 2007) | 2 lines
18021 M /trunk/modules/video_output/x11/xcommon.c
18025 ------------------------------------------------------------------------
18026 r21766 | courmisch | 2007-09-05 15:50:28 +0200 (Wed, 05 Sep 2007) | 2 lines
18028 M /trunk/modules/gui/skins2/src/theme_loader.cpp
18032 ------------------------------------------------------------------------
18033 r21765 | courmisch | 2007-09-05 15:50:02 +0200 (Wed, 05 Sep 2007) | 2 lines
18035 M /trunk/modules/demux/playlist/asx.c
18036 M /trunk/modules/demux/playlist/b4s.c
18037 M /trunk/modules/demux/playlist/gvp.c
18038 M /trunk/modules/demux/playlist/ifo.c
18039 M /trunk/modules/demux/playlist/m3u.c
18040 M /trunk/modules/demux/playlist/podcast.c
18041 M /trunk/modules/demux/playlist/qtl.c
18042 M /trunk/modules/demux/playlist/shoutcast.c
18044 Fix #includes and remove useless variable
18046 ------------------------------------------------------------------------
18047 r21764 | courmisch | 2007-09-05 15:49:30 +0200 (Wed, 05 Sep 2007) | 2 lines
18049 M /trunk/modules/access_output/bonjour.c
18050 M /trunk/modules/access_output/bonjour.h
18054 ------------------------------------------------------------------------
18055 r21763 | damienf | 2007-09-05 14:07:33 +0200 (Wed, 05 Sep 2007) | 2 lines
18057 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
18059 wxwidgets: fix crash in playlist due to change in meta behaviour (all metas used to retunr "" rather than NULL)
18061 ------------------------------------------------------------------------
18062 r21762 | jb | 2007-09-05 13:01:43 +0200 (Wed, 05 Sep 2007) | 3 lines
18064 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18065 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
18067 qt4 - Main controls, small modification and implementation of fullscreen().
18070 ------------------------------------------------------------------------
18071 r21761 | jb | 2007-09-05 13:00:42 +0200 (Wed, 05 Sep 2007) | 3 lines
18073 M /trunk/modules/gui/qt4/input_manager.cpp
18075 Qt4 - removing some debug.
18078 ------------------------------------------------------------------------
18079 r21760 | courmisch | 2007-09-05 08:51:54 +0200 (Wed, 05 Sep 2007) | 2 lines
18081 M /trunk/src/misc/stats.c
18085 ------------------------------------------------------------------------
18086 r21759 | courmisch | 2007-09-05 08:51:34 +0200 (Wed, 05 Sep 2007) | 2 lines
18088 M /trunk/src/osd/osd_parser.c
18089 M /trunk/src/stream_output/sap.c
18091 size_t / int confusion
18093 ------------------------------------------------------------------------
18094 r21758 | bitmap | 2007-09-05 08:03:23 +0200 (Wed, 05 Sep 2007) | 4 lines
18096 M /trunk/extras/contrib/src/Patches/live-starttime.patch
18098 Change the format of the patch to live, since buildbot is
18099 now blaming me for breaking this even though I've never
18102 ------------------------------------------------------------------------
18103 r21757 | bitmap | 2007-09-05 07:14:33 +0200 (Wed, 05 Sep 2007) | 5 lines
18105 M /trunk/configure.ac
18106 M /trunk/modules/codec/subtitles/Modules.am
18107 M /trunk/modules/codec/subtitles/subsass.c
18108 M /trunk/modules/codec/subtitles/subsdec.c
18109 M /trunk/modules/codec/subtitles/subsdec.h
18110 M /trunk/modules/codec/subtitles/subsusf.c
18112 Move more of the code for USF subtitles decoding out into separate
18113 module. It has almost no code in common with normal subtitles and ASS
18114 subtitle decoding, and this split further simplifies what belongs to
18117 ------------------------------------------------------------------------
18118 r21756 | bitmap | 2007-09-05 03:03:01 +0200 (Wed, 05 Sep 2007) | 2 lines
18120 M /trunk/modules/misc/freetype.c
18122 Correct a warning on OSX
18124 ------------------------------------------------------------------------
18125 r21755 | bitmap | 2007-09-05 03:02:34 +0200 (Wed, 05 Sep 2007) | 5 lines
18127 M /trunk/extras/contrib/src/Makefile
18129 Add additional dependancies on fontconfig so that a rebuild will
18130 be forced when the patch or the Makefile itself changes - a previous
18131 change hasn't been picked up by buildbot, and it hasn't been
18132 corrected on win32 builds.
18134 ------------------------------------------------------------------------
18135 r21754 | bitmap | 2007-09-05 02:24:27 +0200 (Wed, 05 Sep 2007) | 2 lines
18137 M /trunk/extras/contrib/src/Distributions/darwin.mak
18138 M /trunk/extras/contrib/src/Makefile
18140 Add fontconfig to OSX builds
18142 ------------------------------------------------------------------------
18143 r21753 | dionoea | 2007-09-04 23:08:56 +0200 (Tue, 04 Sep 2007) | 2 lines
18145 M /trunk/modules/video_filter/seamcarving.c
18147 Hopefully fix the build for windows.
18149 ------------------------------------------------------------------------
18150 r21752 | jpsaman | 2007-09-04 22:32:16 +0200 (Tue, 04 Sep 2007) | 2 lines
18152 M /trunk/modules/codec/dvbsub.c
18154 Damn previous commit was even worse. I need some rest.
18156 ------------------------------------------------------------------------
18157 r21751 | dionoea | 2007-09-04 22:30:56 +0200 (Tue, 04 Sep 2007) | 7 lines
18159 M /trunk/configure.ac
18160 M /trunk/modules/video_filter/Modules.am
18161 A /trunk/modules/video_filter/seamcarving.c (from /trunk/modules/video_filter/gradient.c:21737)
18163 Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.
18165 Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
18166 You can change the croping by using commands like:
18167 @s crop 200 (a crop value of 0 resets it to the default mode)
18170 ------------------------------------------------------------------------
18171 r21750 | courmisch | 2007-09-04 21:26:57 +0200 (Tue, 04 Sep 2007) | 2 lines
18173 M /trunk/modules/misc/rtsp.c
18174 M /trunk/modules/services_discovery/sap.c
18176 Fix minor cast mistmatches
18178 ------------------------------------------------------------------------
18179 r21749 | courmisch | 2007-09-04 21:26:26 +0200 (Tue, 04 Sep 2007) | 2 lines
18181 M /trunk/modules/access/mms/mmstu.c
18182 M /trunk/modules/access_filter/bandwidth.c
18183 M /trunk/modules/misc/gnutls.c
18185 Fix incorrect type size on 64bits
18187 ------------------------------------------------------------------------
18188 r21748 | courmisch | 2007-09-04 21:25:38 +0200 (Tue, 04 Sep 2007) | 2 lines
18190 M /trunk/modules/control/http/http.c
18192 Fix referenced types (potentially fix crash with CGIs on 64bits)
18194 ------------------------------------------------------------------------
18195 r21747 | courmisch | 2007-09-04 21:23:37 +0200 (Tue, 04 Sep 2007) | 2 lines
18197 M /trunk/modules/control/http/util.c
18201 ------------------------------------------------------------------------
18202 r21746 | courmisch | 2007-09-04 21:21:53 +0200 (Tue, 04 Sep 2007) | 2 lines
18204 M /trunk/modules/audio_output/alsa.c
18205 M /trunk/modules/stream_out/bridge.c
18206 M /trunk/modules/stream_out/mosaic_bridge.c
18207 M /trunk/modules/stream_out/transcode.c
18208 M /trunk/modules/video_filter/blend.c
18209 M /trunk/modules/video_filter/mosaic.c
18210 M /trunk/modules/video_filter/mosaic.h
18212 Fix some cast warnings
18214 ------------------------------------------------------------------------
18215 r21745 | courmisch | 2007-09-04 21:20:14 +0200 (Tue, 04 Sep 2007) | 2 lines
18217 M /trunk/src/input/var.c
18218 M /trunk/src/modules/entry.c
18219 M /trunk/src/video_output/vout_intf.c
18221 Fix pointer-int casts warnings
18223 ------------------------------------------------------------------------
18224 r21744 | courmisch | 2007-09-04 21:19:22 +0200 (Tue, 04 Sep 2007) | 2 lines
18226 M /trunk/include/vlc_modules_macros.h
18228 Fix some 64bits warnings
18230 ------------------------------------------------------------------------
18231 r21743 | jpsaman | 2007-09-04 15:13:27 +0200 (Tue, 04 Sep 2007) | 2 lines
18233 M /trunk/modules/codec/dvbsub.c
18235 Oops forgot to print the chroma.
18237 ------------------------------------------------------------------------
18238 r21742 | Trax | 2007-09-03 23:34:56 +0200 (Mon, 03 Sep 2007) | 1 line
18240 M /trunk/modules/demux/demuxdump.c
18242 * modules/demux/demuxdump.c: typo dumpper -> dumper
18243 ------------------------------------------------------------------------
18244 r21741 | jb | 2007-09-03 23:10:56 +0200 (Mon, 03 Sep 2007) | 3 lines
18246 M /trunk/include/vlc_interface.h
18248 Qt4 - add .mxf and .gxf to video files.
18251 ------------------------------------------------------------------------
18252 r21740 | jpsaman | 2007-09-03 22:26:21 +0200 (Mon, 03 Sep 2007) | 2 lines
18254 M /trunk/modules/codec/dvbsub.c
18256 Print error when chroma is not supported
18258 ------------------------------------------------------------------------
18259 r21739 | jpsaman | 2007-09-03 22:20:07 +0200 (Mon, 03 Sep 2007) | 2 lines
18261 M /trunk/modules/codec/dvbsub.c
18263 Check malloc return values.
18265 ------------------------------------------------------------------------
18266 r21738 | funman | 2007-09-03 21:06:58 +0200 (Mon, 03 Sep 2007) | 1 line
18270 Updates COPYING with new FSF address, removes weird characters
18271 ------------------------------------------------------------------------
18272 r21737 | courmisch | 2007-09-03 18:01:40 +0200 (Mon, 03 Sep 2007) | 2 lines
18274 M /trunk/src/Makefile.am
18278 ------------------------------------------------------------------------
18279 r21736 | courmisch | 2007-09-03 18:00:02 +0200 (Mon, 03 Sep 2007) | 2 lines
18281 M /trunk/src/Makefile.am
18285 ------------------------------------------------------------------------
18286 r21735 | damienf | 2007-09-03 17:14:44 +0200 (Mon, 03 Sep 2007) | 2 lines
18288 M /trunk/src/misc/rand.c
18290 misc/rand.c: cleanup and fix a stupid bug
18292 ------------------------------------------------------------------------
18293 r21734 | bitmap | 2007-09-03 07:06:35 +0200 (Mon, 03 Sep 2007) | 1 line
18295 M /trunk/extras/contrib/src/Makefile
18297 Fix cross compile of x264. The --crosscompile switch being added by the patch doesn't appear to have worked for some time.
18298 ------------------------------------------------------------------------
18299 r21733 | funman | 2007-09-03 01:47:51 +0200 (Mon, 03 Sep 2007) | 1 line
18301 M /trunk/modules/gui/wxwidgets/dialogs.cpp
18302 M /trunk/modules/gui/wxwidgets/interface.cpp
18304 Fix wxwidgets compilation
18305 ------------------------------------------------------------------------
18306 r21732 | damienf | 2007-09-02 23:47:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18308 M /trunk/src/misc/rand.c
18310 misc/rand.c: actually, windows comes with a particularily comprehensive crypto library
18312 ------------------------------------------------------------------------
18313 r21731 | jb | 2007-09-02 23:41:33 +0200 (Sun, 02 Sep 2007) | 3 lines
18315 M /trunk/modules/gui/qt4/qt4.cpp
18320 ------------------------------------------------------------------------
18321 r21730 | jb | 2007-09-02 23:33:21 +0200 (Sun, 02 Sep 2007) | 3 lines
18323 M /trunk/modules/gui/qt4/qt4.cpp
18325 Qt4 - add a warning about the composite thing.
18328 ------------------------------------------------------------------------
18329 r21729 | funman | 2007-09-02 23:30:04 +0200 (Sun, 02 Sep 2007) | 1 line
18331 M /trunk/modules/gui/qt4/main_interface.cpp
18333 Removes leftover of previous commit
18334 ------------------------------------------------------------------------
18335 r21728 | funman | 2007-09-02 23:28:56 +0200 (Sun, 02 Sep 2007) | 3 lines
18337 M /trunk/modules/gui/qt4/dialogs/extended.cpp
18338 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
18339 M /trunk/modules/gui/qt4/main_interface.cpp
18340 M /trunk/modules/gui/qt4/qt4.cpp
18342 Adds an option to qt4 intf to set opacity for main interface, playlist, and extended panels.
18343 Note that on french locale floats are 0,x and not 0.x
18345 ------------------------------------------------------------------------
18346 r21727 | dionoea | 2007-09-02 23:24:53 +0200 (Sun, 02 Sep 2007) | 2 lines
18348 M /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
18350 If the podcast service discovery is already runing, update its podcast-urls variable.
18352 ------------------------------------------------------------------------
18353 r21726 | dionoea | 2007-09-02 23:24:02 +0200 (Sun, 02 Sep 2007) | 2 lines
18355 M /trunk/modules/services_discovery/podcast.c
18357 Rewrite parts of the podcast service discovery module and make it handle additions to the url list at runtime. (deletions are not supported, without a module restart)
18359 ------------------------------------------------------------------------
18360 r21725 | dionoea | 2007-09-02 23:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
18362 M /trunk/src/playlist/engine.c
18363 M /trunk/src/playlist/services_discovery.c
18365 Attach service discovery objects to the playlist (and remove a bunch of trailing spaces).
18367 ------------------------------------------------------------------------
18368 r21724 | xtophe | 2007-09-02 23:13:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18372 Italian l10n update by Vincenzo Reale
18374 ------------------------------------------------------------------------
18375 r21723 | courmisch | 2007-09-02 22:01:13 +0200 (Sun, 02 Sep 2007) | 2 lines
18377 M /trunk/src/misc/rand.c
18379 ! It did say NON-PREDICTIBLE at the top of the file, didn't it?
18381 ------------------------------------------------------------------------
18382 r21722 | dionoea | 2007-09-02 18:55:23 +0200 (Sun, 02 Sep 2007) | 2 lines
18384 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18386 Apply "[PATCH] controls widget" by Domani Hannes. Thanks.
18388 ------------------------------------------------------------------------
18389 r21721 | dionoea | 2007-09-02 18:17:36 +0200 (Sun, 02 Sep 2007) | 2 lines
18391 M /trunk/modules/gui/qt4/Modules.am
18392 M /trunk/modules/gui/qt4/dialogs
18393 A /trunk/modules/gui/qt4/dialogs/podcast_configuration.cpp
18394 A /trunk/modules/gui/qt4/dialogs/podcast_configuration.hpp (from /trunk/modules/gui/qt4/dialogs/playlist.hpp:21713)
18395 M /trunk/modules/gui/qt4/dialogs_provider.cpp
18396 M /trunk/modules/gui/qt4/dialogs_provider.hpp
18397 M /trunk/modules/gui/qt4/menus.cpp
18398 A /trunk/modules/gui/qt4/ui/podcast_configuration.ui
18400 Add a podcast configuration dialog to the Qt4 interface/dialogs provider.
18402 ------------------------------------------------------------------------
18403 r21720 | dionoea | 2007-09-02 18:14:27 +0200 (Sun, 02 Sep 2007) | 2 lines
18405 M /trunk/modules/services_discovery/podcast.c
18407 Change the podcast-urls config option to auto save.
18409 ------------------------------------------------------------------------
18410 r21719 | dionoea | 2007-09-02 16:34:01 +0200 (Sun, 02 Sep 2007) | 2 lines
18412 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
18414 [21716] in a Qt 4.2 compatible way.
18416 ------------------------------------------------------------------------
18417 r21718 | dionoea | 2007-09-02 14:50:41 +0200 (Sun, 02 Sep 2007) | 2 lines
18419 M /trunk/modules/gui/qt4/main_interface.cpp
18420 M /trunk/modules/gui/qt4/main_interface.hpp
18421 M /trunk/modules/gui/qt4/qt4.cpp
18423 Add option to disable the Qt interface notification popup.
18425 ------------------------------------------------------------------------
18426 r21717 | funman | 2007-09-02 14:47:44 +0200 (Sun, 02 Sep 2007) | 1 line
18428 M /trunk/Makefile.am
18430 Partially revert [21689]. Ships AUTHORS and THANKS with windows package
18431 ------------------------------------------------------------------------
18432 r21716 | dionoea | 2007-09-02 14:39:44 +0200 (Sun, 02 Sep 2007) | 2 lines
18434 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
18436 Make the skins download url clickable in the simple preferences.
18438 ------------------------------------------------------------------------
18439 r21715 | jb | 2007-09-02 12:10:00 +0200 (Sun, 02 Sep 2007) | 3 lines
18441 M /trunk/modules/gui/qt4/dialogs/help.cpp
18443 Qt4 - adding a '...' in the description... Cosmetic
18446 ------------------------------------------------------------------------
18447 r21714 | dionoea | 2007-09-02 11:34:21 +0200 (Sun, 02 Sep 2007) | 2 lines
18449 M /trunk/modules/gui/qt4/dialogs/help.cpp
18451 Change the web irc url here too (and split the help string on several lines).
18453 ------------------------------------------------------------------------
18454 r21713 | courmisch | 2007-09-02 11:06:57 +0200 (Sun, 02 Sep 2007) | 2 lines
18456 M /trunk/src/network/httpd.c
18460 ------------------------------------------------------------------------
18461 r21712 | courmisch | 2007-09-02 10:59:59 +0200 (Sun, 02 Sep 2007) | 2 lines
18463 M /trunk/src/network/httpd.c
18465 Handle HTTP OPTIONS
18467 ------------------------------------------------------------------------
18468 r21711 | courmisch | 2007-09-02 10:51:01 +0200 (Sun, 02 Sep 2007) | 2 lines
18470 M /trunk/include/vlc_httpd.h
18471 M /trunk/src/network/httpd.c
18473 Don't claim to support HTTP 1.x where x > 1
18475 ------------------------------------------------------------------------
18476 r21710 | courmisch | 2007-09-02 09:33:40 +0200 (Sun, 02 Sep 2007) | 2 lines
18478 M /trunk/include/vlc_config_cat.h
18482 ------------------------------------------------------------------------
18483 r21709 | courmisch | 2007-09-02 09:32:06 +0200 (Sun, 02 Sep 2007) | 2 lines
18485 M /trunk/modules/gui/qt4/components/extended_panels.cpp
18489 ------------------------------------------------------------------------
18490 r21708 | courmisch | 2007-09-02 09:30:43 +0200 (Sun, 02 Sep 2007) | 2 lines
18492 M /trunk/modules/gui/qt4/dialogs_provider.cpp
18496 ------------------------------------------------------------------------
18497 r21707 | courmisch | 2007-09-02 09:28:08 +0200 (Sun, 02 Sep 2007) | 2 lines
18499 M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
18500 M /trunk/modules/gui/qt4/pixmaps/audio.xpm
18501 M /trunk/modules/gui/qt4/pixmaps/codec.xpm
18502 M /trunk/modules/gui/qt4/pixmaps/intf.xpm
18503 M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
18504 M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
18505 M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
18506 M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
18507 M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
18508 M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
18509 M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
18510 M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
18511 M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
18512 M /trunk/modules/gui/qt4/pixmaps/video.xpm
18514 Another set of missing consts
18516 ------------------------------------------------------------------------
18517 r21706 | courmisch | 2007-09-02 09:26:10 +0200 (Sun, 02 Sep 2007) | 2 lines
18519 M /trunk/modules/gui/qt4/pixmaps/advanced.xpm
18520 M /trunk/modules/gui/qt4/pixmaps/audio.xpm
18521 M /trunk/modules/gui/qt4/pixmaps/codec.xpm
18522 M /trunk/modules/gui/qt4/pixmaps/intf.xpm
18523 M /trunk/modules/gui/qt4/pixmaps/type_card.xpm
18524 M /trunk/modules/gui/qt4/pixmaps/type_cdda.xpm
18525 M /trunk/modules/gui/qt4/pixmaps/type_directory.xpm
18526 M /trunk/modules/gui/qt4/pixmaps/type_disc.xpm
18527 M /trunk/modules/gui/qt4/pixmaps/type_file.xpm
18528 M /trunk/modules/gui/qt4/pixmaps/type_net.xpm
18529 M /trunk/modules/gui/qt4/pixmaps/type_node.xpm
18530 M /trunk/modules/gui/qt4/pixmaps/type_playlist.xpm
18531 M /trunk/modules/gui/qt4/pixmaps/type_unknown.xpm
18532 M /trunk/modules/gui/qt4/pixmaps/video.xpm
18536 ------------------------------------------------------------------------
18537 r21705 | courmisch | 2007-09-02 09:25:07 +0200 (Sun, 02 Sep 2007) | 2 lines
18539 M /trunk/modules/gui/qt4/pixmaps/go-next.png
18540 M /trunk/modules/gui/qt4/pixmaps/next.png
18541 M /trunk/modules/gui/qt4/pixmaps/noart.png
18542 M /trunk/modules/gui/qt4/pixmaps/play.png
18543 M /trunk/modules/gui/qt4/pixmaps/playlist_icon.png
18544 M /trunk/modules/gui/qt4/pixmaps/previous.png
18545 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
18546 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
18547 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
18548 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
18549 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
18550 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
18551 M /trunk/modules/gui/qt4/pixmaps/stop.png
18552 M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
18553 M /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
18554 M /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
18555 M /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
18556 M /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
18557 M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
18558 M /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
18559 M /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
18560 M /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
18561 M /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
18562 M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
18563 M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
18564 M /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
18565 M /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
18566 M /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
18567 M /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
18568 M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
18569 M /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
18570 M /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
18571 M /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
18572 M /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
18573 M /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
18574 M /trunk/modules/gui/qt4/pixmaps/volume-high.png
18575 M /trunk/modules/gui/qt4/pixmaps/volume-low.png
18577 image/png rather than application/octet-stream
18579 ------------------------------------------------------------------------
18580 r21704 | courmisch | 2007-09-02 09:23:12 +0200 (Sun, 02 Sep 2007) | 2 lines
18582 M /trunk/share/vlc16x16.xpm
18583 M /trunk/share/vlc32x32.xpm
18587 ------------------------------------------------------------------------
18588 r21703 | courmisch | 2007-09-02 09:22:32 +0200 (Sun, 02 Sep 2007) | 2 lines
18590 M /trunk/share/pda-forwardb16x16.xpm
18591 M /trunk/share/pda-openb16x16.xpm
18592 M /trunk/share/pda-pauseb16x16.xpm
18593 M /trunk/share/pda-playb16x16.xpm
18594 M /trunk/share/pda-playlistb16x16.xpm
18595 M /trunk/share/pda-preferencesb16x16.xpm
18596 M /trunk/share/pda-rewindb16x16.xpm
18597 M /trunk/share/pda-stopb16x16.xpm
18598 M /trunk/share/vlc16x16.xpm
18599 M /trunk/share/vlc32x32.xpm
18601 Add missing const - should fix a few Qt4 warnings
18603 ------------------------------------------------------------------------
18604 r21702 | courmisch | 2007-09-02 09:21:02 +0200 (Sun, 02 Sep 2007) | 2 lines
18606 M /trunk/share/pda-forwardb16x16.xpm
18607 M /trunk/share/pda-openb16x16.xpm
18608 M /trunk/share/pda-pauseb16x16.xpm
18609 M /trunk/share/pda-playb16x16.xpm
18610 M /trunk/share/pda-playlistb16x16.xpm
18611 M /trunk/share/pda-preferencesb16x16.xpm
18612 M /trunk/share/pda-rewindb16x16.xpm
18613 M /trunk/share/pda-stopb16x16.xpm
18614 M /trunk/share/vlc16x16.xpm
18615 M /trunk/share/vlc32x32.xpm
18617 Remove harmful MIME type
18619 ------------------------------------------------------------------------
18620 r21701 | courmisch | 2007-09-02 09:18:33 +0200 (Sun, 02 Sep 2007) | 2 lines
18622 M /trunk/share/pda-forwardb16x16.xpm
18623 M /trunk/share/pda-openb16x16.xpm
18624 M /trunk/share/pda-pauseb16x16.xpm
18625 M /trunk/share/pda-playb16x16.xpm
18626 M /trunk/share/pda-playlistb16x16.xpm
18627 M /trunk/share/pda-preferencesb16x16.xpm
18628 M /trunk/share/pda-rewindb16x16.xpm
18629 M /trunk/share/pda-stopb16x16.xpm
18630 M /trunk/share/vlc16x16.xpm
18631 M /trunk/share/vlc32x32.xpm
18633 XPM are text files, not binaries
18635 ------------------------------------------------------------------------
18636 r21700 | courmisch | 2007-09-02 09:08:20 +0200 (Sun, 02 Sep 2007) | 2 lines
18638 M /trunk/modules/gui/qt4/Modules.am
18640 Fix automake warning
18642 ------------------------------------------------------------------------
18643 r21699 | funman | 2007-09-02 06:03:11 +0200 (Sun, 02 Sep 2007) | 3 lines
18645 M /trunk/modules/audio_output/alsa.c
18647 alsa: don't start playing before at least a period has been written to the alsa device
18650 ------------------------------------------------------------------------
18651 r21698 | xtophe | 2007-09-02 00:43:54 +0200 (Sun, 02 Sep 2007) | 2 lines
18653 M /trunk/modules/gui/qt4/dialogs/help.cpp
18657 ------------------------------------------------------------------------
18658 r21697 | xtophe | 2007-09-02 00:36:12 +0200 (Sun, 02 Sep 2007) | 2 lines
18660 M /trunk/modules/gui/qt4/dialogs/help.cpp
18664 ------------------------------------------------------------------------
18665 r21696 | xtophe | 2007-09-01 23:44:12 +0200 (Sat, 01 Sep 2007) | 2 lines
18667 M /trunk/src/misc/rand.c
18669 rand_s() is only in Win XP and latest. so use rand() until we decide to not support win2000
18671 ------------------------------------------------------------------------
18672 r21695 | dionoea | 2007-09-01 22:37:17 +0200 (Sat, 01 Sep 2007) | 2 lines
18674 M /trunk/src/misc/objects.c
18676 Fix the use of commands list, tree and vars in the rc interface which were broken since [21138].
18678 ------------------------------------------------------------------------
18679 r21694 | courmisch | 2007-09-01 22:04:56 +0200 (Sat, 01 Sep 2007) | 2 lines
18681 M /trunk/modules/stream_out/rtsp.c
18683 Fix segmentation fault
18685 ------------------------------------------------------------------------
18686 r21693 | courmisch | 2007-09-01 21:34:41 +0200 (Sat, 01 Sep 2007) | 2 lines
18688 M /trunk/modules/stream_out/rtsp.c
18690 Remove old unused code
18692 ------------------------------------------------------------------------
18693 r21692 | courmisch | 2007-09-01 21:34:09 +0200 (Sat, 01 Sep 2007) | 2 lines
18695 M /trunk/modules/stream_out/rtsp.c
18697 Factorize aggregate and non-aggregate RTSP code paths
18699 ------------------------------------------------------------------------
18700 r21691 | courmisch | 2007-09-01 21:03:22 +0200 (Sat, 01 Sep 2007) | 2 lines
18702 M /trunk/modules/stream_out/rtsp.c
18706 ------------------------------------------------------------------------
18707 r21690 | courmisch | 2007-09-01 19:50:51 +0200 (Sat, 01 Sep 2007) | 2 lines
18709 M /trunk/modules/gui/wxwidgets/dialogs/streamout.cpp
18710 M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
18711 M /trunk/modules/gui/wxwidgets/streamdata.cpp
18713 Use RTP sout for RTP
18715 ------------------------------------------------------------------------
18716 r21689 | funman | 2007-09-01 19:43:49 +0200 (Sat, 01 Sep 2007) | 7 lines
18718 M /trunk/Makefile.am
18720 M /trunk/modules/gui/qt4/Modules.am
18721 M /trunk/modules/gui/qt4/dialogs/help.cpp
18723 qt4: Fix help dialog (again)
18724 Uses builtin AUTHORS THANKS and COPYING files on every platform
18725 Don't ship AUTHORS.txt and THANKS.txt on windows packages
18726 COPYING.txt is kept since it's used in the nsis installer
18727 Only show authors' name instead of the full AUTHORS file
18728 Removes an empty line in THANKS to make it easier to parse without using endless pipes
18730 ------------------------------------------------------------------------
18731 r21688 | jb | 2007-09-01 19:36:48 +0200 (Sat, 01 Sep 2007) | 3 lines
18733 M /trunk/MAINTAINERS
18735 Add myself as qt4 maintainer :D
18738 ------------------------------------------------------------------------
18739 r21687 | courmisch | 2007-09-01 19:34:39 +0200 (Sat, 01 Sep 2007) | 3 lines
18741 M /trunk/modules/stream_out/rtsp.c
18743 Improve randomness of RTSP session ID.
18744 Now it should not be possible to guess other people's ID.
18746 ------------------------------------------------------------------------
18747 r21686 | courmisch | 2007-09-01 19:32:18 +0200 (Sat, 01 Sep 2007) | 2 lines
18749 M /trunk/src/input/es_out.c
18753 ------------------------------------------------------------------------
18754 r21685 | jb | 2007-09-01 19:27:50 +0200 (Sat, 01 Sep 2007) | 3 lines
18758 Modification of THANKS about Pierre-Luc Beaudoin contributions.
18761 ------------------------------------------------------------------------
18762 r21684 | jb | 2007-09-01 19:26:17 +0200 (Sat, 01 Sep 2007) | 3 lines
18764 M /trunk/modules/gui/qt4/components/open.cpp
18765 M /trunk/modules/gui/qt4/components/open.hpp
18767 Qt4 - Jack Input UI.
18770 ------------------------------------------------------------------------
18771 r21683 | courmisch | 2007-09-01 19:10:55 +0200 (Sat, 01 Sep 2007) | 2 lines
18773 M /trunk/modules/gui/qt4/Modules.am
18775 Fix about.hpp generation
18777 ------------------------------------------------------------------------
18778 r21682 | courmisch | 2007-09-01 18:58:35 +0200 (Sat, 01 Sep 2007) | 3 lines
18781 A /trunk/modules/genmf
18783 Separate Makefile generation from bootstrap
18784 so that we can update individual Makefile.am files.
18786 ------------------------------------------------------------------------
18787 r21681 | jb | 2007-09-01 18:55:47 +0200 (Sat, 01 Sep 2007) | 7 lines
18789 M /trunk/modules/access/jack.c
18791 Jack Input bugfixes and some more options:
18792 - bug: cracking in the captured sound
18793 - autoconnect to inputs
18795 Patch by Pierre-Luc Beaudoin from Savoir-faire Linux
18798 ------------------------------------------------------------------------
18799 r21680 | jb | 2007-09-01 18:38:57 +0200 (Sat, 01 Sep 2007) | 3 lines
18801 M /trunk/modules/gui/qt4/dialogs/help.cpp
18803 Qt4-help. Small modifications on the size.
18806 ------------------------------------------------------------------------
18807 r21679 | funman | 2007-09-01 18:36:15 +0200 (Sat, 01 Sep 2007) | 1 line
18809 M /trunk/modules/gui/qt4/Modules.am
18810 M /trunk/modules/gui/qt4/dialogs/help.cpp
18812 qt4/about: reads data from the files when they are shipped with the binary (i.e. on windows)
18813 ------------------------------------------------------------------------
18814 r21678 | funman | 2007-09-01 18:35:25 +0200 (Sat, 01 Sep 2007) | 1 line
18816 M /trunk/src/network/io.c
18818 net_Read(): Checks p_libvlc->b_die
18819 ------------------------------------------------------------------------
18820 r21677 | jb | 2007-09-01 18:29:51 +0200 (Sat, 01 Sep 2007) | 4 lines
18822 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
18824 qt4: disc controls should only be shown on request.
18828 ------------------------------------------------------------------------
18829 r21676 | jb | 2007-09-01 18:25:14 +0200 (Sat, 01 Sep 2007) | 3 lines
18831 M /trunk/modules/gui/qt4/dialogs/help.cpp
18833 Qt4 - Add a proper about section. This needs to be reviewed for i18n.
18836 ------------------------------------------------------------------------
18837 r21675 | courmisch | 2007-09-01 17:50:54 +0200 (Sat, 01 Sep 2007) | 3 lines
18839 M /trunk/src/input/meta.c
18841 Fix crash (once more, this would be easily avoided by
18842 LOOKING AT THE COMPILER WARNING before -or even after- committing)
18844 ------------------------------------------------------------------------
18845 r21674 | courmisch | 2007-09-01 17:47:03 +0200 (Sat, 01 Sep 2007) | 2 lines
18847 M /trunk/src/network/getaddrinfo.c
18851 ------------------------------------------------------------------------
18852 r21673 | courmisch | 2007-09-01 17:46:09 +0200 (Sat, 01 Sep 2007) | 2 lines
18854 M /trunk/src/text/unicode.c
18858 ------------------------------------------------------------------------
18859 r21672 | courmisch | 2007-09-01 17:45:01 +0200 (Sat, 01 Sep 2007) | 2 lines
18861 M /trunk/src/modules/configuration.c
18863 Fix compiler warning
18865 ------------------------------------------------------------------------
18866 r21671 | courmisch | 2007-09-01 17:43:37 +0200 (Sat, 01 Sep 2007) | 2 lines
18868 M /trunk/src/input/vlm.c
18870 Fix (Win32) precompiler warnings
18872 ------------------------------------------------------------------------
18873 r21670 | courmisch | 2007-09-01 17:42:30 +0200 (Sat, 01 Sep 2007) | 2 lines
18875 M /trunk/src/extras/libc.c
18877 Try to fix a compiler warning
18879 ------------------------------------------------------------------------
18880 r21669 | courmisch | 2007-09-01 17:41:19 +0200 (Sat, 01 Sep 2007) | 2 lines
18882 M /trunk/src/misc/rand.c
18884 Use HMAC-MD5 rather than plain MD5
18886 ------------------------------------------------------------------------
18887 r21668 | courmisch | 2007-09-01 17:36:22 +0200 (Sat, 01 Sep 2007) | 3 lines
18889 M /trunk/src/modules/modules.c
18891 Remove a big bunch of #include that are not needed anymore
18892 (we had them because of the big vlc_symbol structure)
18894 ------------------------------------------------------------------------
18895 r21667 | courmisch | 2007-09-01 17:32:45 +0200 (Sat, 01 Sep 2007) | 2 lines
18897 A /trunk/include/vlc_rand.h
18898 M /trunk/src/Makefile.am
18899 M /trunk/src/libvlc.sym
18900 A /trunk/src/misc/rand.c
18902 Add nonce generator vlc_rand_bytes
18904 ------------------------------------------------------------------------
18905 r21666 | courmisch | 2007-09-01 17:19:42 +0200 (Sat, 01 Sep 2007) | 2 lines
18907 M /trunk/include/vlc_md5.h
18908 M /trunk/src/misc/md5.c
18910 Fixup AddMD5 prototype
18912 ------------------------------------------------------------------------
18913 r21665 | courmisch | 2007-09-01 17:14:26 +0200 (Sat, 01 Sep 2007) | 2 lines
18915 M /trunk/include/vlc_md5.h
18916 M /trunk/src/libvlc.sym
18917 M /trunk/src/misc/md5.c
18919 Do not export DigestMD5; it's an internal subprocedure
18921 ------------------------------------------------------------------------
18922 r21664 | jb | 2007-09-01 17:13:06 +0200 (Sat, 01 Sep 2007) | 3 lines
18924 M /trunk/modules/gui/qt4/Modules.am
18925 M /trunk/modules/gui/qt4/dialogs/help.cpp
18927 Qt4 - help: add AUTHORS to the tabs
18930 ------------------------------------------------------------------------
18931 r21663 | funman | 2007-09-01 17:08:57 +0200 (Sat, 01 Sep 2007) | 1 line
18933 M /trunk/modules/gui/qt4/dialogs/help.cpp
18935 Adds a link to cgi/irc in help
18936 ------------------------------------------------------------------------
18937 r21662 | funman | 2007-09-01 16:55:55 +0200 (Sat, 01 Sep 2007) | 1 line
18939 M /trunk/modules/gui/qt4/dialogs/errors.cpp
18940 M /trunk/modules/gui/qt4/dialogs/errors.hpp
18941 M /trunk/modules/gui/qt4/dialogs/extended.cpp
18942 M /trunk/modules/gui/qt4/dialogs/extended.hpp
18943 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
18944 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
18945 M /trunk/modules/gui/qt4/dialogs/help.cpp
18946 M /trunk/modules/gui/qt4/dialogs/help.hpp
18947 M /trunk/modules/gui/qt4/dialogs/messages.cpp
18948 M /trunk/modules/gui/qt4/dialogs/messages.hpp
18949 M /trunk/modules/gui/qt4/dialogs/open.cpp
18950 M /trunk/modules/gui/qt4/dialogs/open.hpp
18951 M /trunk/modules/gui/qt4/dialogs/sout.cpp
18952 M /trunk/modules/gui/qt4/dialogs/sout.hpp
18954 qt4/dialogs: svn:keywords set to Id
18955 ------------------------------------------------------------------------
18956 r21661 | funman | 2007-09-01 16:45:29 +0200 (Sat, 01 Sep 2007) | 1 line
18958 M /trunk/modules/control/rc.c
18960 Reverts 21658 as it's totally wrong
18961 ------------------------------------------------------------------------
18962 r21660 | jb | 2007-09-01 16:39:41 +0200 (Sat, 01 Sep 2007) | 3 lines
18964 M /trunk/modules/gui/qt4/dialogs/help.cpp
18969 ------------------------------------------------------------------------
18970 r21659 | courmisch | 2007-09-01 16:11:39 +0200 (Sat, 01 Sep 2007) | 2 lines
18972 M /trunk/modules/access_output/udp.c
18973 M /trunk/modules/stream_out/standard.c
18977 ------------------------------------------------------------------------
18978 r21658 | funman | 2007-09-01 16:09:58 +0200 (Sat, 01 Sep 2007) | 1 line
18980 M /trunk/modules/control/rc.c
18982 rc: non blocking input read
18983 ------------------------------------------------------------------------
18984 r21657 | courmisch | 2007-09-01 16:08:39 +0200 (Sat, 01 Sep 2007) | 2 lines
18986 M /trunk/modules/stream_out/standard.c
18988 Another set of useless if statements
18990 ------------------------------------------------------------------------
18991 r21656 | courmisch | 2007-09-01 16:07:18 +0200 (Sat, 01 Sep 2007) | 3 lines
18993 M /trunk/modules/stream_out/standard.c
18995 - do not check "always true" case
18996 - fix a small memory leak
18998 ------------------------------------------------------------------------
18999 r21655 | courmisch | 2007-09-01 16:00:49 +0200 (Sat, 01 Sep 2007) | 2 lines
19001 M /trunk/modules/stream_out/standard.c
19003 Remove unsupported profiles
19005 ------------------------------------------------------------------------
19006 r21654 | funman | 2007-09-01 15:54:36 +0200 (Sat, 01 Sep 2007) | 1 line
19008 M /trunk/modules/gui/qt4/qt4.cpp
19010 qt4: forces plastique style temporarily
19011 ------------------------------------------------------------------------
19012 r21653 | courmisch | 2007-09-01 15:52:25 +0200 (Sat, 01 Sep 2007) | 2 lines
19014 M /trunk/modules/stream_out/standard.c
19016 Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends
19018 ------------------------------------------------------------------------
19019 r21652 | jb | 2007-09-01 15:42:55 +0200 (Sat, 01 Sep 2007) | 3 lines
19021 M /trunk/modules/video_filter/osdmenu.c
19023 OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.
19026 ------------------------------------------------------------------------
19027 r21651 | courmisch | 2007-09-01 15:42:00 +0200 (Sat, 01 Sep 2007) | 2 lines
19029 M /trunk/modules/stream_out/rtp.c
19031 Fix RTP/TS sequence number regression
19033 ------------------------------------------------------------------------
19034 r21650 | courmisch | 2007-09-01 15:37:08 +0200 (Sat, 01 Sep 2007) | 2 lines
19036 M /trunk/modules/stream_out/rtp.c
19038 Fix undefined variable use
19040 ------------------------------------------------------------------------
19041 r21649 | jb | 2007-09-01 15:33:25 +0200 (Sat, 01 Sep 2007) | 3 lines
19043 M /trunk/modules/codec/subtitles/subsass.c
19044 M /trunk/modules/codec/subtitles/subsdec.c
19045 M /trunk/modules/codec/subtitles/subsusf.c
19047 Subtitles: same. Reput the correct new modifications.
19050 ------------------------------------------------------------------------
19051 r21648 | jb | 2007-09-01 15:32:26 +0200 (Sat, 01 Sep 2007) | 3 lines
19053 R /trunk/modules/codec/subtitles/subsass.c (from /trunk/modules/codec/subsdec.c:21024)
19054 R /trunk/modules/codec/subtitles/subsdec.c (from /trunk/modules/codec/subsdec.c:21024)
19055 R /trunk/modules/codec/subtitles/subsusf.c (from /trunk/modules/codec/subsdec.c:21024)
19057 Subtitles: attempt to get the history back.
19060 ------------------------------------------------------------------------
19061 r21647 | funman | 2007-09-01 15:10:04 +0200 (Sat, 01 Sep 2007) | 1 line
19063 M /trunk/modules/control/hotkeys.c
19065 hotkey: Stop the playlist on Quit
19066 ------------------------------------------------------------------------
19067 r21646 | jb | 2007-09-01 15:03:38 +0200 (Sat, 01 Sep 2007) | 3 lines
19071 Add svn:ignore to live and live555 in extras, since we do it with ffmpeg and x264
19074 ------------------------------------------------------------------------
19075 r21645 | courmisch | 2007-09-01 14:58:51 +0200 (Sat, 01 Sep 2007) | 2 lines
19079 Remove DCCP from the list; it's not working yet
19081 ------------------------------------------------------------------------
19082 r21644 | jb | 2007-09-01 14:57:24 +0200 (Sat, 01 Sep 2007) | 3 lines
19084 M /trunk/modules/audio_filter/spatializer/allpass.cpp
19085 M /trunk/modules/audio_filter/spatializer/allpass.hpp
19086 M /trunk/modules/audio_filter/spatializer/comb.cpp
19087 M /trunk/modules/audio_filter/spatializer/comb.hpp
19088 M /trunk/modules/audio_filter/spatializer/denormals.h
19089 M /trunk/modules/audio_filter/spatializer/revmodel.cpp
19090 M /trunk/modules/audio_filter/spatializer/revmodel.hpp
19091 M /trunk/modules/audio_filter/spatializer/spatializer.cpp
19092 M /trunk/modules/audio_filter/spatializer/tuning.h
19094 Spatializer: set the svn:keywords to Id.
19097 ------------------------------------------------------------------------
19098 r21643 | jb | 2007-09-01 14:53:57 +0200 (Sat, 01 Sep 2007) | 3 lines
19100 M /trunk/modules/audio_filter/spatializer
19102 Try to set a correct svn:ignore
19105 ------------------------------------------------------------------------
19106 r21642 | jb | 2007-09-01 14:33:33 +0200 (Sat, 01 Sep 2007) | 3 lines
19108 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19109 M /trunk/modules/gui/qt4/main_interface.cpp
19111 Qt4 - remove the 'pink sliders' effect
19114 ------------------------------------------------------------------------
19115 r21641 | jb | 2007-09-01 14:27:48 +0200 (Sat, 01 Sep 2007) | 3 lines
19117 M /trunk/configure.ac
19118 M /trunk/modules/gui/qt4/Modules.am
19119 M /trunk/modules/gui/qt4/components/extended_panels.hpp
19120 A /trunk/modules/gui/qt4/ui/spatializer.ui
19122 Spatializer: add the remaining files, add a correct check in configure, fix dist
19125 ------------------------------------------------------------------------
19126 r21640 | jb | 2007-09-01 14:15:21 +0200 (Sat, 01 Sep 2007) | 3 lines
19128 M /trunk/modules/gui/qt4/components/extended_panels.hpp
19130 qt4 - fix temporary the compilation.
19133 ------------------------------------------------------------------------
19134 r21639 | jb | 2007-09-01 13:59:10 +0200 (Sat, 01 Sep 2007) | 3 lines
19136 M /trunk/modules/gui/qt4/components/extended_panels.cpp
19137 M /trunk/modules/gui/qt4/components/extended_panels.hpp
19139 Qt4 - Spatializer and other audio filter from biodun SoC => Extended panel.
19142 ------------------------------------------------------------------------
19143 r21638 | fkuehne | 2007-09-01 13:57:33 +0200 (Sat, 01 Sep 2007) | 1 line
19145 M /trunk/modules/gui/minimal_macosx/Modules.am
19146 M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19147 M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19148 M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
19149 M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19150 M /trunk/modules/gui/minimal_macosx/intf.h
19151 M /trunk/modules/gui/minimal_macosx/intf.m
19152 M /trunk/modules/gui/minimal_macosx/macosx.c
19153 M /trunk/modules/gui/minimal_macosx/voutagl.h
19154 M /trunk/modules/gui/minimal_macosx/voutagl.m
19155 M /trunk/modules/gui/minimal_macosx/voutgl.h
19156 M /trunk/modules/gui/minimal_macosx/voutgl.m
19158 * set svn:keywords correctly and fixed some minor stuff here and there
19159 ------------------------------------------------------------------------
19160 r21637 | jb | 2007-09-01 13:50:22 +0200 (Sat, 01 Sep 2007) | 3 lines
19162 M /trunk/configure.ac
19164 Spatializer audio filter: activate it for compilation, since it should not produce many warnings...
19167 ------------------------------------------------------------------------
19168 r21636 | jb | 2007-09-01 13:37:15 +0200 (Sat, 01 Sep 2007) | 3 lines
19170 M /trunk/modules/audio_filter/spatializer/allpass.cpp
19171 M /trunk/modules/audio_filter/spatializer/allpass.hpp
19172 M /trunk/modules/audio_filter/spatializer/comb.cpp
19173 M /trunk/modules/audio_filter/spatializer/comb.hpp
19174 M /trunk/modules/audio_filter/spatializer/revmodel.cpp
19175 M /trunk/modules/audio_filter/spatializer/revmodel.hpp
19176 M /trunk/modules/audio_filter/spatializer/spatializer.cpp
19177 M /trunk/modules/audio_filter/spatializer/tuning.h
19179 Spatializer: spaces and tab!!!
19182 ------------------------------------------------------------------------
19183 r21635 | jb | 2007-09-01 13:30:58 +0200 (Sat, 01 Sep 2007) | 4 lines
19185 A /trunk/modules/audio_filter/spatializer
19186 A /trunk/modules/audio_filter/spatializer/Modules.am
19187 A /trunk/modules/audio_filter/spatializer/allpass.cpp
19188 A /trunk/modules/audio_filter/spatializer/allpass.hpp
19189 A /trunk/modules/audio_filter/spatializer/comb.cpp
19190 A /trunk/modules/audio_filter/spatializer/comb.hpp
19191 A /trunk/modules/audio_filter/spatializer/denormals.h
19192 A /trunk/modules/audio_filter/spatializer/revmodel.cpp
19193 A /trunk/modules/audio_filter/spatializer/revmodel.hpp
19194 A /trunk/modules/audio_filter/spatializer/spatializer.cpp
19195 A /trunk/modules/audio_filter/spatializer/tuning.h
19197 Spatializer audio filter, work for Google Summer of Code, by Isaac Biodun Osunkunle: osunkunle --- gmail.com
19198 This is the first part of his work.
19201 ------------------------------------------------------------------------
19202 r21634 | funman | 2007-09-01 13:06:38 +0200 (Sat, 01 Sep 2007) | 1 line
19204 M /trunk/modules/control/hotkeys.c
19206 Destroys hotkey interface when Quit action is requested
19207 ------------------------------------------------------------------------
19208 r21633 | xtophe | 2007-09-01 00:40:32 +0200 (Sat, 01 Sep 2007) | 2 lines
19210 M /trunk/src/Makefile.am
19212 Add a nice target here also
19214 ------------------------------------------------------------------------
19215 r21632 | xtophe | 2007-09-01 00:31:04 +0200 (Sat, 01 Sep 2007) | 2 lines
19217 M /trunk/Makefile.am
19221 ------------------------------------------------------------------------
19222 r21631 | xtophe | 2007-09-01 00:16:19 +0200 (Sat, 01 Sep 2007) | 2 lines
19224 M /trunk/Makefile.am
19226 Woody is past history
19228 ------------------------------------------------------------------------
19229 r21630 | xtophe | 2007-09-01 00:14:08 +0200 (Sat, 01 Sep 2007) | 2 lines
19231 M /trunk/configure.ac
19233 Add some --with-ffmpeg-libfoo. Patch by Siegfried Wagner
19235 ------------------------------------------------------------------------
19236 r21629 | funman | 2007-08-31 23:57:07 +0200 (Fri, 31 Aug 2007) | 1 line
19241 ------------------------------------------------------------------------
19242 r21628 | xtophe | 2007-08-31 23:22:41 +0200 (Fri, 31 Aug 2007) | 3 lines
19244 M /trunk/configure.ac
19246 Use libav*-uninstalled.pc to get the ldflags for ffmpeg when we use --with-ffmpeg-tree to link statically
19249 ------------------------------------------------------------------------
19250 r21627 | courmisch | 2007-08-31 23:08:00 +0200 (Fri, 31 Aug 2007) | 2 lines
19252 M /trunk/modules/stream_out/rtsp.c
19253 M /trunk/src/network/httpd.c
19255 Implement dummy RTSP GET_PARAMETER so that clients can "ping"
19257 ------------------------------------------------------------------------
19258 r21626 | courmisch | 2007-08-31 22:11:51 +0200 (Fri, 31 Aug 2007) | 2 lines
19260 M /trunk/modules/access_output/udp.c
19262 Cleanup RTCP SR support a little bit
19264 ------------------------------------------------------------------------
19265 r21625 | courmisch | 2007-08-31 21:22:45 +0200 (Fri, 31 Aug 2007) | 3 lines
19267 M /trunk/modules/gui/qt4/qt4.cpp
19269 Remove the broken kludge that should not be needed.
19270 Can't test if it now works (no GNOME here)
19272 ------------------------------------------------------------------------
19273 r21624 | courmisch | 2007-08-31 21:21:37 +0200 (Fri, 31 Aug 2007) | 2 lines
19277 Dequeue "dummy" signals
19279 ------------------------------------------------------------------------
19280 r21623 | courmisch | 2007-08-31 18:44:21 +0200 (Fri, 31 Aug 2007) | 2 lines
19282 M /trunk/modules/access_output/udp.c
19283 M /trunk/modules/stream_out/rtp.c
19285 Another round of MTU fixes (review welcome)
19287 ------------------------------------------------------------------------
19288 r21622 | funman | 2007-08-31 18:37:56 +0200 (Fri, 31 Aug 2007) | 1 line
19290 M /trunk/modules/gui/qt4/qt4.cpp
19292 Fixes commit [21610]
19293 ------------------------------------------------------------------------
19294 r21621 | courmisch | 2007-08-31 18:31:38 +0200 (Fri, 31 Aug 2007) | 2 lines
19296 M /trunk/modules/stream_out/rtp.c
19300 ------------------------------------------------------------------------
19301 r21620 | courmisch | 2007-08-31 18:30:29 +0200 (Fri, 31 Aug 2007) | 2 lines
19303 M /trunk/modules/stream_out/rtp.c
19305 Use common RTP header formatting for RTP/TS
19307 ------------------------------------------------------------------------
19308 r21619 | courmisch | 2007-08-31 18:21:50 +0200 (Fri, 31 Aug 2007) | 2 lines
19310 M /trunk/modules/stream_out/rtp.c
19312 Same as previous commit
19314 ------------------------------------------------------------------------
19315 r21618 | courmisch | 2007-08-31 18:19:52 +0200 (Fri, 31 Aug 2007) | 2 lines
19317 M /trunk/modules/access/udp.c
19319 Increase MTU too lowest legal MTU when it is really too small
19321 ------------------------------------------------------------------------
19322 r21617 | courmisch | 2007-08-31 18:19:25 +0200 (Fri, 31 Aug 2007) | 3 lines
19324 M /trunk/modules/demux/ts.c
19325 M /trunk/src/libvlc-module.c
19327 Use 1400 rather than 1500 as default *application-layer* MTU to be on the
19330 ------------------------------------------------------------------------
19331 r21616 | courmisch | 2007-08-31 18:07:37 +0200 (Fri, 31 Aug 2007) | 2 lines
19333 M /trunk/modules/access_output/udp.c
19335 Silent hack to avoid crash when MTU is too small
19337 ------------------------------------------------------------------------
19338 r21615 | courmisch | 2007-08-31 17:58:30 +0200 (Fri, 31 Aug 2007) | 3 lines
19342 Remove thresh and funman as they are now in AUTHORS. Gniark gniark!
19343 (jb, pdherbemont are missing by the way)
19345 ------------------------------------------------------------------------
19346 r21614 | courmisch | 2007-08-31 17:54:20 +0200 (Fri, 31 Aug 2007) | 3 lines
19349 M /trunk/modules/codec/vorbis.c
19351 Support up to 9 channel with Vorbis
19352 Patch from Pierre-Luc Beaudoin
19354 ------------------------------------------------------------------------
19355 r21613 | courmisch | 2007-08-31 13:21:43 +0200 (Fri, 31 Aug 2007) | 2 lines
19359 Document signal handling
19361 ------------------------------------------------------------------------
19362 r21612 | courmisch | 2007-08-31 13:04:13 +0200 (Fri, 31 Aug 2007) | 3 lines
19364 M /trunk/modules/stream_out/rtsp.c
19366 Fix RTSP Content-Base header and SDP session control attribute
19367 to always include a valid server address
19369 ------------------------------------------------------------------------
19370 r21611 | funman | 2007-08-31 12:54:10 +0200 (Fri, 31 Aug 2007) | 1 line
19372 M /trunk/modules/gui/qt4/qt4.cpp
19374 Unblocks SIGCHLD at the beginning of the thread
19375 ------------------------------------------------------------------------
19376 r21610 | funman | 2007-08-31 12:44:43 +0200 (Fri, 31 Aug 2007) | 1 line
19378 M /trunk/modules/gui/qt4/menus.cpp
19379 M /trunk/modules/gui/qt4/qt4.cpp
19381 Unblocks SIGCHLD in qt4 thread
19382 ------------------------------------------------------------------------
19383 r21609 | funman | 2007-08-31 12:32:50 +0200 (Fri, 31 Aug 2007) | 1 line
19385 M /trunk/modules/access_output/udp.c
19387 Fix crash due to mtu being equal to 0
19388 ------------------------------------------------------------------------
19389 r21608 | jb | 2007-08-31 12:30:48 +0200 (Fri, 31 Aug 2007) | 4 lines
19391 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19392 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
19393 M /trunk/modules/gui/qt4/main_interface.cpp
19394 M /trunk/modules/gui/qt4/main_interface.hpp
19396 Qt4 - Main Interface: Advanced buttons are correctly integrated, cosmetic,
19400 ------------------------------------------------------------------------
19401 r21607 | jb | 2007-08-31 12:29:48 +0200 (Fri, 31 Aug 2007) | 3 lines
19403 M /trunk/modules/gui/qt4/qt4.hpp
19405 Qt4 - move the VISIBLE() define to qt4.hpp to use it everywhere.
19408 ------------------------------------------------------------------------
19409 r21606 | jb | 2007-08-31 12:28:05 +0200 (Fri, 31 Aug 2007) | 3 lines
19411 M /trunk/modules/gui/qt4/menus.cpp
19413 Qt4 - Menus: small changes, mainly cosmetic.
19416 ------------------------------------------------------------------------
19417 r21605 | jpsaman | 2007-08-31 10:51:53 +0200 (Fri, 31 Aug 2007) | 2 lines
19419 M /trunk/modules/codec/ffmpeg/video.c
19421 If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well.
19423 ------------------------------------------------------------------------
19424 r21604 | jpsaman | 2007-08-31 10:51:44 +0200 (Fri, 31 Aug 2007) | 2 lines
19426 M /trunk/modules/codec/ffmpeg/video.c
19428 Honor --ffmpeg-skip-frame setting when used with --ffmpeg-hurry-up.
19430 ------------------------------------------------------------------------
19431 r21603 | pdherbemont | 2007-08-31 09:18:41 +0200 (Fri, 31 Aug 2007) | 2 lines
19433 M /trunk/src/control/media_discoverer.c
19435 media_discoverer.c: Raise an exception on error.
19437 ------------------------------------------------------------------------
19438 r21602 | pdherbemont | 2007-08-31 09:14:26 +0200 (Fri, 31 Aug 2007) | 2 lines
19440 M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19442 VLC.xcodeproj: Fix framework header location.
19444 ------------------------------------------------------------------------
19445 r21601 | bitmap | 2007-08-31 06:09:10 +0200 (Fri, 31 Aug 2007) | 2 lines
19447 M /trunk/extras/contrib/src/Makefile
19449 Cross compilation of fontconfig was using incorrect header directories
19451 ------------------------------------------------------------------------
19452 r21600 | courmisch | 2007-08-30 23:38:30 +0200 (Thu, 30 Aug 2007) | 3 lines
19454 M /trunk/modules/demux/ts.c
19456 Fix a few warnings, and handle iconv errors (I expect the input is not always
19459 ------------------------------------------------------------------------
19460 r21599 | courmisch | 2007-08-30 23:36:40 +0200 (Thu, 30 Aug 2007) | 2 lines
19462 M /trunk/modules/stream_out/rtsp.c
19464 Fix a bunch of bugs I added, and simplify some stuff
19466 ------------------------------------------------------------------------
19467 r21598 | courmisch | 2007-08-30 23:35:57 +0200 (Thu, 30 Aug 2007) | 5 lines
19469 M /trunk/modules/stream_out/rtp.c
19471 Factorize some code from RTP packetization for RTP+mux case.
19472 Most noticeably, this adds support for RTSP, SDP-to-disk and SDP-over-HTTP
19473 to RTP/TS. In particular, --sout '#rtp{mux=ts}' now works even without a
19476 ------------------------------------------------------------------------
19477 r21597 | damienf | 2007-08-30 23:34:11 +0200 (Thu, 30 Aug 2007) | 2 lines
19479 M /trunk/modules/video_chroma/i422_yuy2.c
19481 i422_yuy2_sse2: fix module requirements
19483 ------------------------------------------------------------------------
19484 r21596 | courmisch | 2007-08-30 23:33:12 +0200 (Thu, 30 Aug 2007) | 3 lines
19486 M /trunk/modules/control/http/http.c
19488 Fix VERY OBVIOUS bugs that would not have happened if people had read
19489 compiler warnings (such as buffer overflows detected at compile time!)
19491 ------------------------------------------------------------------------
19492 r21595 | courmisch | 2007-08-30 23:32:15 +0200 (Thu, 30 Aug 2007) | 2 lines
19494 M /trunk/modules/control/http/http.h
19498 ------------------------------------------------------------------------
19499 r21594 | courmisch | 2007-08-30 23:31:49 +0200 (Thu, 30 Aug 2007) | 3 lines
19501 M /trunk/modules/control/http/mvar.c
19503 Flag bug that I am not too sure how to fix.
19504 Please fix it *** IF YOU KNOW WHAT YOU ARE DOING ***
19506 ------------------------------------------------------------------------
19507 r21593 | courmisch | 2007-08-30 23:30:59 +0200 (Thu, 30 Aug 2007) | 2 lines
19509 M /trunk/modules/access_filter/record.c
19511 Fix one memleak and a few unused result warnings
19513 ------------------------------------------------------------------------
19514 r21592 | courmisch | 2007-08-30 23:30:07 +0200 (Thu, 30 Aug 2007) | 2 lines
19516 M /trunk/include/vlc_common.h
19520 ------------------------------------------------------------------------
19521 r21591 | courmisch | 2007-08-30 23:29:51 +0200 (Thu, 30 Aug 2007) | 2 lines
19523 M /trunk/include/vlc_httpd.h
19524 M /trunk/src/network/httpd.c
19526 Add some const qualifiers
19528 ------------------------------------------------------------------------
19529 r21590 | xtophe | 2007-08-30 22:46:48 +0200 (Thu, 30 Aug 2007) | 2 lines
19533 Update slovenian l10n by Matej Urban?\196?\141i?\196?\141
19535 ------------------------------------------------------------------------
19536 r21589 | xtophe | 2007-08-30 22:45:58 +0200 (Thu, 30 Aug 2007) | 2 lines
19538 M /trunk/po/POTFILES.in
19539 M /trunk/po/vlc.pot
19541 Upgrade list of files and pot file
19543 ------------------------------------------------------------------------
19544 r21588 | xtophe | 2007-08-30 22:45:09 +0200 (Thu, 30 Aug 2007) | 3 lines
19546 M /trunk/po/Makevars
19548 Shut up xgettext warning
19551 ------------------------------------------------------------------------
19552 r21587 | xtophe | 2007-08-30 22:34:41 +0200 (Thu, 30 Aug 2007) | 2 lines
19554 M /trunk/modules/gui/qt4/playlist_model.cpp
19556 Don't translate empty strings
19558 ------------------------------------------------------------------------
19559 r21586 | funman | 2007-08-30 17:47:43 +0200 (Thu, 30 Aug 2007) | 1 line
19563 Fixes fucking gtranslator bug
19564 ------------------------------------------------------------------------
19565 r21585 | pdherbemont | 2007-08-30 16:54:57 +0200 (Thu, 30 Aug 2007) | 2 lines
19567 M /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19569 MacOSX/VLC_app/VLC.xcodeproj: Fix framework location.
19571 ------------------------------------------------------------------------
19572 r21584 | funman | 2007-08-30 15:52:53 +0200 (Thu, 30 Aug 2007) | 1 line
19574 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
19575 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
19577 qt4: uses setMinimumSize from the good thread using signal/slot
19578 ------------------------------------------------------------------------
19579 r21583 | pdherbemont | 2007-08-30 15:13:22 +0200 (Thu, 30 Aug 2007) | 2 lines
19581 M /trunk/modules/gui/minimal_macosx/macosx.c
19583 minimal_window: Remove unwanted commit.
19585 ------------------------------------------------------------------------
19586 r21582 | pdherbemont | 2007-08-30 15:12:47 +0200 (Thu, 30 Aug 2007) | 2 lines
19588 M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19589 M /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19590 M /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19591 M /trunk/modules/gui/minimal_macosx/intf.h
19592 M /trunk/modules/gui/minimal_macosx/intf.m
19593 M /trunk/modules/gui/minimal_macosx/macosx.c
19595 minimal_macosx: Fix the minimal window.
19597 ------------------------------------------------------------------------
19598 r21581 | funman | 2007-08-30 13:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
19600 M /trunk/modules/gui/qt4/dialogs/help.cpp
19601 M /trunk/modules/gui/qt4/playlist_model.cpp
19603 Uses qfu() instead of QString::fromUtf8()
19604 ------------------------------------------------------------------------
19605 r21580 | funman | 2007-08-30 12:00:27 +0200 (Thu, 30 Aug 2007) | 1 line
19607 M /trunk/modules/gui/qt4/dialogs/help.cpp
19609 QT4: Basic help dialog (links to wiki and forum)
19610 ------------------------------------------------------------------------
19611 r21579 | funman | 2007-08-30 11:30:03 +0200 (Thu, 30 Aug 2007) | 1 line
19613 M /trunk/modules/gui/qt4/playlist_model.cpp
19615 Displays playlist names using UTF8
19616 ------------------------------------------------------------------------
19617 r21578 | funman | 2007-08-30 09:29:26 +0200 (Thu, 30 Aug 2007) | 1 line
19621 Updates french translation a bit
19622 ------------------------------------------------------------------------
19623 r21577 | funman | 2007-08-30 09:08:24 +0200 (Thu, 30 Aug 2007) | 1 line
19625 M /trunk/modules/gui/qt4/Modules.am
19626 M /trunk/modules/gui/qt4/dialogs/help.cpp
19628 Makes THANKS & COPYING built in in qt4 about dialog
19629 ------------------------------------------------------------------------
19630 r21576 | funman | 2007-08-30 07:20:56 +0200 (Thu, 30 Aug 2007) | 1 line
19634 french translation: makes help mnemonic not conflict with audio mnemonic
19635 ------------------------------------------------------------------------
19636 r21575 | funman | 2007-08-30 03:10:14 +0200 (Thu, 30 Aug 2007) | 1 line
19638 M /trunk/src/playlist/loadsave.c
19640 Checks if ml.xsp is present before loading it
19641 ------------------------------------------------------------------------
19642 r21574 | funman | 2007-08-30 02:59:13 +0200 (Thu, 30 Aug 2007) | 3 lines
19644 M /trunk/src/playlist/loadsave.c
19646 Reenables media library loading
19647 Uses --no-media-library if you don't want to use it (see #1047)
19649 ------------------------------------------------------------------------
19650 r21573 | funman | 2007-08-30 02:50:10 +0200 (Thu, 30 Aug 2007) | 1 line
19652 M /trunk/modules/misc/playlist/xspf.c
19654 Converting a string for using it in xml without using it is STUPID
19655 ------------------------------------------------------------------------
19656 r21572 | funman | 2007-08-30 02:15:43 +0200 (Thu, 30 Aug 2007) | 2 lines
19658 M /trunk/src/input/input_internal.h
19659 M /trunk/src/input/meta.c
19661 Remembers art url when an input with same artist & album needs art, so if it's a local file, it doesn't need to be copied in the cache.
19663 ------------------------------------------------------------------------
19664 r21571 | funman | 2007-08-30 01:52:55 +0200 (Thu, 30 Aug 2007) | 1 line
19666 M /trunk/modules/misc/playlist/xspf.c
19668 Replaces xml special chars in image url
19669 ------------------------------------------------------------------------
19670 r21570 | pdherbemont | 2007-08-30 01:26:28 +0200 (Thu, 30 Aug 2007) | 2 lines
19672 M /trunk/modules/gui/minimal_macosx/macosx.c
19674 minimal_macosx/macosx.c: Shorter and more explicit description.
19676 ------------------------------------------------------------------------
19677 r21569 | pdherbemont | 2007-08-30 01:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines
19679 M /trunk/modules/gui/minimal_macosx/macosx.c
19681 modules/gui/minimal_macosx/macosx.c: Lower priority of the modules and add a better description.
19683 ------------------------------------------------------------------------
19684 r21568 | pdherbemont | 2007-08-30 01:13:06 +0200 (Thu, 30 Aug 2007) | 2 lines
19686 A /trunk/modules/gui/minimal_macosx
19687 A /trunk/modules/gui/minimal_macosx/Modules.am
19688 A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
19689 A /trunk/modules/gui/minimal_macosx/VLCMinimalVoutWindow.m
19690 A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.h
19691 A /trunk/modules/gui/minimal_macosx/VLCOpenGLVoutView.m
19692 A /trunk/modules/gui/minimal_macosx/intf.h
19693 A /trunk/modules/gui/minimal_macosx/intf.m
19694 A /trunk/modules/gui/minimal_macosx/macosx.c
19695 A /trunk/modules/gui/minimal_macosx/voutagl.h
19696 A /trunk/modules/gui/minimal_macosx/voutagl.m
19697 A /trunk/modules/gui/minimal_macosx/voutgl.h
19698 A /trunk/modules/gui/minimal_macosx/voutgl.m
19700 modules/gui/minimal_macosx: Add a minimal_macosx interface and vout that is used by the framework.
19702 ------------------------------------------------------------------------
19703 r21567 | funman | 2007-08-30 00:06:53 +0200 (Thu, 30 Aug 2007) | 1 line
19705 M /trunk/src/input/meta.c
19707 Don't cache local album art
19708 ------------------------------------------------------------------------
19709 r21566 | funman | 2007-08-29 23:41:01 +0200 (Wed, 29 Aug 2007) | 2 lines
19711 M /trunk/modules/misc/notify/notify.c
19713 notify: Uses notification-daemon's builtin icons for both of popup's buttons
19715 ------------------------------------------------------------------------
19716 r21565 | pdherbemont | 2007-08-29 23:10:20 +0200 (Wed, 29 Aug 2007) | 2 lines
19718 M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
19719 M /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
19720 M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
19721 M /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
19722 M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
19723 M /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
19724 M /trunk/extras/MacOSX/VLC_app/VLCController.h
19725 M /trunk/extras/MacOSX/VLC_app/VLCController.m
19726 M /trunk/extras/MacOSX/VLC_app/main.m
19728 propset svn:keywords "Id"
19730 ------------------------------------------------------------------------
19731 r21564 | pdherbemont | 2007-08-29 23:09:27 +0200 (Wed, 29 Aug 2007) | 2 lines
19733 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
19734 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
19735 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
19736 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
19737 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
19738 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
19739 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
19740 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
19741 M /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
19742 M /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
19743 M /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
19744 M /trunk/extras/MacOSX/Framework/Makefile
19745 M /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
19746 M /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
19747 M /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
19748 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
19749 M /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
19750 M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
19751 M /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
19752 M /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
19753 M /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
19754 M /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
19755 M /trunk/extras/MacOSX/Framework/Sources/test.m
19757 propset snv:keywords "Id"
19759 ------------------------------------------------------------------------
19760 r21563 | xtophe | 2007-08-29 23:07:25 +0200 (Wed, 29 Aug 2007) | 2 lines
19762 M /trunk/modules/gui/qt4/qt4.cpp
19764 Revert part of [21475]: qt-adv-options has it use
19766 ------------------------------------------------------------------------
19767 r21562 | pdherbemont | 2007-08-29 21:48:10 +0200 (Wed, 29 Aug 2007) | 2 lines
19769 A /trunk/extras/MacOSX/VLC_app
19770 A /trunk/extras/MacOSX/VLC_app/English.lproj
19771 A /trunk/extras/MacOSX/VLC_app/English.lproj/InfoPlist.strings
19772 A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib
19773 A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/classes.nib
19774 A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/info.nib
19775 A /trunk/extras/MacOSX/VLC_app/English.lproj/MainMenu.nib/keyedobjects.nib
19776 A /trunk/extras/MacOSX/VLC_app/Info.plist
19777 A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj
19778 A /trunk/extras/MacOSX/VLC_app/VLC.xcodeproj/project.pbxproj
19779 A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.h
19780 A /trunk/extras/MacOSX/VLC_app/VLCCategoryCell.m
19781 A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.h
19782 A /trunk/extras/MacOSX/VLC_app/VLCCategoryListDataSource.m
19783 A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.h
19784 A /trunk/extras/MacOSX/VLC_app/VLCCategoryOutlineView.m
19785 A /trunk/extras/MacOSX/VLC_app/VLCController.h
19786 A /trunk/extras/MacOSX/VLC_app/VLCController.m
19787 A /trunk/extras/MacOSX/VLC_app/VLC_Prefix.pch
19788 A /trunk/extras/MacOSX/VLC_app/main.m
19790 extra/MacOSX/VLC_app: Initial import of a wanna-be VLC.app application that use the framework. Not really valuable for now.
19792 ------------------------------------------------------------------------
19793 r21561 | pdherbemont | 2007-08-29 21:42:29 +0200 (Wed, 29 Aug 2007) | 2 lines
19795 A /trunk/extras/MacOSX/Framework
19796 A /trunk/extras/MacOSX/Framework/Examples
19797 A /trunk/extras/MacOSX/Framework/Examples/test
19798 A /trunk/extras/MacOSX/Framework/Examples/test/Controller.h
19799 A /trunk/extras/MacOSX/Framework/Examples/test/Controller.m
19800 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj
19801 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/InfoPlist.strings
19802 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib
19803 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/classes.nib
19804 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/info.nib
19805 A /trunk/extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/keyedobjects.nib
19806 A /trunk/extras/MacOSX/Framework/Examples/test/Info.plist
19807 A /trunk/extras/MacOSX/Framework/Examples/test/main.m
19808 A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj
19809 A /trunk/extras/MacOSX/Framework/Examples/test/test.xcodeproj/project.pbxproj
19810 A /trunk/extras/MacOSX/Framework/Examples/test/test_Prefix.pch
19811 A /trunk/extras/MacOSX/Framework/Headers
19812 A /trunk/extras/MacOSX/Framework/Headers/VLC
19813 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLC.h
19814 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMedia.h
19815 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h
19816 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h
19817 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h
19818 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h
19819 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h
19820 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCTime.h
19821 A /trunk/extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h
19822 A /trunk/extras/MacOSX/Framework/Headers/VLCEventManager.h
19823 A /trunk/extras/MacOSX/Framework/Headers/VLCLibrary.h
19824 A /trunk/extras/MacOSX/Framework/Makefile
19825 A /trunk/extras/MacOSX/Framework/Resources
19826 A /trunk/extras/MacOSX/Framework/Resources/Info.plist
19827 A /trunk/extras/MacOSX/Framework/Resources/version.plist
19828 A /trunk/extras/MacOSX/Framework/Sources
19829 A /trunk/extras/MacOSX/Framework/Sources/VLCEventManager.m
19830 A /trunk/extras/MacOSX/Framework/Sources/VLCLibrary.m
19831 A /trunk/extras/MacOSX/Framework/Sources/VLCMedia.m
19832 A /trunk/extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m
19833 A /trunk/extras/MacOSX/Framework/Sources/VLCMediaLibrary.m
19834 A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylist.m
19835 A /trunk/extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m
19836 A /trunk/extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m
19837 A /trunk/extras/MacOSX/Framework/Sources/VLCTime.m
19838 A /trunk/extras/MacOSX/Framework/Sources/VLCVideoView.m
19839 A /trunk/extras/MacOSX/Framework/Sources/test.m
19841 extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
19843 ------------------------------------------------------------------------
19844 r21560 | damienf | 2007-08-29 12:28:21 +0200 (Wed, 29 Aug 2007) | 6 lines
19846 M /trunk/configure.ac
19848 configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPILE() and causes false results such as:
19850 checking __attribute__ ((aligned ())) support... 0
19851 checking __attribute__ ((format ())) support with function pointers... no
19854 ------------------------------------------------------------------------
19855 r21559 | pdherbemont | 2007-08-29 02:03:55 +0200 (Wed, 29 Aug 2007) | 2 lines
19857 M /trunk/src/control/media_descriptor.c
19859 control/media_descriptor.c: Set the media descriptor of the subitems.
19861 ------------------------------------------------------------------------
19862 r21558 | pdherbemont | 2007-08-29 02:01:51 +0200 (Wed, 29 Aug 2007) | 2 lines
19864 M /trunk/include/vlc/libvlc.h
19865 M /trunk/src/control/libvlc_internal.h
19866 M /trunk/src/control/media_list.c
19868 control/media_list.c: Replace set_name/name by set_media_descriptor/media_descriptor. This is the md from which the media_list is a subitem, if any.
19870 ------------------------------------------------------------------------
19871 r21557 | pdherbemont | 2007-08-29 01:50:53 +0200 (Wed, 29 Aug 2007) | 2 lines
19873 M /trunk/modules/services_discovery/sap.c
19875 modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me.
19877 ------------------------------------------------------------------------
19878 r21556 | bitmap | 2007-08-29 01:49:14 +0200 (Wed, 29 Aug 2007) | 3 lines
19880 M /trunk/configure.ac
19881 M /trunk/modules/misc/freetype.c
19883 Revert the patch for working fontpath on Gentoo due to
19884 complaints about it's inclusion in vanilla vlc on the list.
19886 ------------------------------------------------------------------------
19887 r21555 | pdherbemont | 2007-08-29 01:39:28 +0200 (Wed, 29 Aug 2007) | 2 lines
19889 M /trunk/src/control/libvlc_internal.h
19891 libvlc_internal.h: Fix media_list_player compilation and reident.
19893 ------------------------------------------------------------------------
19894 r21554 | pdherbemont | 2007-08-29 01:34:44 +0200 (Wed, 29 Aug 2007) | 2 lines
19896 M /trunk/src/control/libvlc_internal.h
19897 M /trunk/src/control/media_list_path.h
19899 libvlc_internal.h: We have to put media_list_path here after all. We may want to privatize a bit the different libvlc types by defining, types that can be privatized, directly in the .c file. (or in a per-object .h file).
19901 ------------------------------------------------------------------------
19902 r21553 | pdherbemont | 2007-08-29 01:30:59 +0200 (Wed, 29 Aug 2007) | 2 lines
19904 M /trunk/src/control/media_list_path.h
19906 control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.
19908 ------------------------------------------------------------------------
19909 r21552 | pdherbemont | 2007-08-29 01:29:57 +0200 (Wed, 29 Aug 2007) | 2 lines
19911 M /trunk/include/vlc/libvlc.h
19913 libvlc.h: Advertise libvlc_media_list_player_play_item().
19915 ------------------------------------------------------------------------
19916 r21551 | pdherbemont | 2007-08-29 01:27:20 +0200 (Wed, 29 Aug 2007) | 2 lines
19918 M /trunk/src/control/media_list_path.h
19920 control/media_list_path.h: Fix previous omit.
19922 ------------------------------------------------------------------------
19923 r21550 | pdherbemont | 2007-08-29 01:25:54 +0200 (Wed, 29 Aug 2007) | 2 lines
19925 A /trunk/src/control/media_list_path.h
19926 M /trunk/src/control/media_list_player.c
19928 control/media_list_player.c: Add support for playing a hierarchical media_list.
19930 ------------------------------------------------------------------------
19931 r21549 | pdherbemont | 2007-08-29 01:08:22 +0200 (Wed, 29 Aug 2007) | 2 lines
19933 M /trunk/src/input/meta.c
19935 input/meta.c: Attempt to find art in input_ArtFind even if there is no meta. Title is enough.
19937 ------------------------------------------------------------------------
19938 r21548 | pdherbemont | 2007-08-29 00:29:26 +0200 (Wed, 29 Aug 2007) | 2 lines
19940 M /trunk/src/input/input_internal.h
19942 input/input_internal.h: Send variables callback on state changes.
19944 ------------------------------------------------------------------------
19945 r21547 | damienf | 2007-08-28 23:08:51 +0200 (Tue, 28 Aug 2007) | 2 lines
19947 M /trunk/modules/access/dshow/dshow.cpp
19949 dshow: support for devices of the same name (UNTESTED !), closes #519
19951 ------------------------------------------------------------------------
19952 r21546 | damienf | 2007-08-28 19:13:14 +0200 (Tue, 28 Aug 2007) | 2 lines
19954 M /trunk/Makefile.am
19956 vlc: don't forget vlc-config --libs vlc when linking executable
19958 ------------------------------------------------------------------------
19959 r21545 | damienf | 2007-08-28 18:53:39 +0200 (Tue, 28 Aug 2007) | 2 lines
19961 M /trunk/modules/access/smb.c
19963 smb.c: this is a useless patch, why did i apply it in the first place !
19965 ------------------------------------------------------------------------
19966 r21544 | damienf | 2007-08-28 18:43:39 +0200 (Tue, 28 Aug 2007) | 2 lines
19968 M /trunk/modules/access/smb.c
19970 smb.c: protect open call, sounds like open is macro in latest glibc ? patch by kwizart
19972 ------------------------------------------------------------------------
19973 r21543 | jpsaman | 2007-08-28 13:30:00 +0200 (Tue, 28 Aug 2007) | 1 line
19975 M /trunk/extras/contrib/src/Makefile
19977 Fix contrib clean target for libdc1394 and libraw1394
19978 ------------------------------------------------------------------------
19979 r21541 | bitmap | 2007-08-28 07:20:36 +0200 (Tue, 28 Aug 2007) | 2 lines
19981 M /trunk/configure.ac
19982 M /trunk/modules/misc/freetype.c
19984 Use a different font path for Gentoo linux
19986 ------------------------------------------------------------------------
19987 r21540 | pdherbemont | 2007-08-28 05:30:28 +0200 (Tue, 28 Aug 2007) | 2 lines
19989 M /trunk/configure.ac
19991 configure.ac: Don't use -O3 if debug is enabled.
19993 ------------------------------------------------------------------------
19994 r21539 | pdherbemont | 2007-08-28 04:42:28 +0200 (Tue, 28 Aug 2007) | 2 lines
19996 D /trunk/src/control/tree.c
19998 control/tree.c: Remove this unused object implementation.
20000 ------------------------------------------------------------------------
20001 r21538 | pdherbemont | 2007-08-28 04:41:46 +0200 (Tue, 28 Aug 2007) | 2 lines
20003 M /trunk/include/vlc/libvlc.h
20004 M /trunk/include/vlc/libvlc_structures.h
20005 M /trunk/src/Makefile.am
20006 M /trunk/src/control/libvlc_internal.h
20008 libvlc.h: Don't expose libvlc_tree. It will get deleted.
20010 ------------------------------------------------------------------------
20011 r21537 | pdherbemont | 2007-08-28 04:36:00 +0200 (Tue, 28 Aug 2007) | 2 lines
20013 M /trunk/src/control/media_list.c
20015 control/media_list.c: Get rid of libvlc_MediaListItemChanged.
20017 ------------------------------------------------------------------------
20018 r21536 | pdherbemont | 2007-08-28 04:15:02 +0200 (Tue, 28 Aug 2007) | 2 lines
20020 M /trunk/src/control/dynamic_media_list.c
20022 dynamic_media_list.c: Fix compilation.
20024 ------------------------------------------------------------------------
20025 r21535 | pdherbemont | 2007-08-28 03:51:58 +0200 (Tue, 28 Aug 2007) | 2 lines
20027 M /trunk/include/vlc/libvlc_structures.h
20028 M /trunk/src/control/media_list.c
20030 control/media_list.c: Don't send MediaListItemChanged. Listen to the MediaDescriptor* events if you need the equivalent.
20032 ------------------------------------------------------------------------
20033 r21534 | pdherbemont | 2007-08-28 03:46:56 +0200 (Tue, 28 Aug 2007) | 2 lines
20035 M /trunk/src/control/flat_media_list.c
20037 control/flat_media_list.c: Fix a bunch of bug, plus add a tracing capability.
20039 ------------------------------------------------------------------------
20040 r21533 | pdherbemont | 2007-08-28 03:43:11 +0200 (Tue, 28 Aug 2007) | 2 lines
20042 M /trunk/src/control/event.c
20043 M /trunk/src/control/libvlc_internal.h
20045 control/event.c: Make detach-ing from an event safe: A detached callback can't be called after event_detached. Add an internal event_detach_lock_state, to bypass this feature.
20047 ------------------------------------------------------------------------
20048 r21532 | pdherbemont | 2007-08-27 23:04:20 +0200 (Mon, 27 Aug 2007) | 2 lines
20050 M /trunk/src/control/event.c
20052 control/event.c: Don't leak the ARRAY.
20054 ------------------------------------------------------------------------
20055 r21531 | damienf | 2007-08-27 23:02:14 +0200 (Mon, 27 Aug 2007) | 2 lines
20057 M /trunk/modules/video_chroma/i420_rgb16.c
20058 M /trunk/modules/video_chroma/i420_yuy2.c
20059 M /trunk/modules/video_chroma/i422_yuy2.c
20061 make ptr -> int conversion 64 bit friendly
20063 ------------------------------------------------------------------------
20064 r21530 | pdherbemont | 2007-08-27 23:00:02 +0200 (Mon, 27 Aug 2007) | 2 lines
20066 M /trunk/src/misc/events.c
20068 misc/events.c: Avoid leaking the array.
20070 ------------------------------------------------------------------------
20071 r21529 | pdherbemont | 2007-08-27 22:52:31 +0200 (Mon, 27 Aug 2007) | 2 lines
20073 M /trunk/src/control/event.c
20075 control/event.c: Fix wrong code.
20077 ------------------------------------------------------------------------
20078 r21528 | pdherbemont | 2007-08-27 22:50:52 +0200 (Mon, 27 Aug 2007) | 2 lines
20080 M /trunk/src/misc/events.c
20082 misc/events.c: Remove unwanted code.
20084 ------------------------------------------------------------------------
20085 r21527 | pdherbemont | 2007-08-27 22:50:23 +0200 (Mon, 27 Aug 2007) | 2 lines
20087 M /trunk/src/misc/events.c
20089 misc/events.c: (Thanks to ileoo) Fix a crash.
20091 ------------------------------------------------------------------------
20092 r21526 | pdherbemont | 2007-08-27 22:37:35 +0200 (Mon, 27 Aug 2007) | 2 lines
20094 M /trunk/src/misc/events.c
20096 misc/events.c: Fix previous commit.
20098 ------------------------------------------------------------------------
20099 r21525 | pdherbemont | 2007-08-27 22:37:10 +0200 (Mon, 27 Aug 2007) | 2 lines
20101 M /trunk/src/misc/events.c
20103 misc/events.c: Fix a leak in debug mode.
20105 ------------------------------------------------------------------------
20106 r21524 | pdherbemont | 2007-08-27 22:18:33 +0200 (Mon, 27 Aug 2007) | 2 lines
20108 M /trunk/src/misc/events.c
20110 misc/events.c: Proper callback caching to avoid the lock.
20112 ------------------------------------------------------------------------
20113 r21523 | pdherbemont | 2007-08-27 21:17:14 +0200 (Mon, 27 Aug 2007) | 2 lines
20115 M /trunk/src/control/media_list_player.c
20117 media_list_player.c: Fix previous commit.
20119 ------------------------------------------------------------------------
20120 r21522 | pdherbemont | 2007-08-27 21:16:10 +0200 (Mon, 27 Aug 2007) | 2 lines
20122 M /trunk/src/control/media_library.c
20123 M /trunk/src/control/media_list_player.c
20125 control: Fix multiple event_manager leaks.
20127 ------------------------------------------------------------------------
20128 r21521 | pdherbemont | 2007-08-27 20:49:07 +0200 (Mon, 27 Aug 2007) | 2 lines
20130 M /trunk/src/control/event.c
20131 M /trunk/src/control/libvlc_internal.h
20133 control/event.c: Locking for libvlc event.
20135 ------------------------------------------------------------------------
20136 r21520 | ileoo | 2007-08-27 20:44:46 +0200 (Mon, 27 Aug 2007) | 1 line
20138 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20140 fix a littlebit that hack about setting editing mode in infopanel
20141 ------------------------------------------------------------------------
20142 r21519 | pdherbemont | 2007-08-27 16:45:15 +0200 (Mon, 27 Aug 2007) | 2 lines
20144 M /trunk/src/control/media_list.c
20146 control/media_list.c: add_media_descriptor at the end of the list.
20148 ------------------------------------------------------------------------
20149 r21518 | xtophe | 2007-08-27 16:16:27 +0200 (Mon, 27 Aug 2007) | 2 lines
20153 Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
20155 ------------------------------------------------------------------------
20156 r21517 | xtophe | 2007-08-27 15:11:59 +0200 (Mon, 27 Aug 2007) | 2 lines
20158 M /trunk/modules/gui/qt4/Modules.am
20162 ------------------------------------------------------------------------
20163 r21516 | xtophe | 2007-08-27 14:27:23 +0200 (Mon, 27 Aug 2007) | 2 lines
20165 M /trunk/Makefile.am
20169 ------------------------------------------------------------------------
20170 r21515 | bitmap | 2007-08-27 05:15:57 +0200 (Mon, 27 Aug 2007) | 3 lines
20172 M /trunk/modules/misc/quartztext.c
20174 Correct a mask typo, copy across some memory checks from freetype.c
20175 and install facility for text scaling similar to freetype.c.
20177 ------------------------------------------------------------------------
20178 r21514 | bitmap | 2007-08-27 01:23:02 +0200 (Mon, 27 Aug 2007) | 2 lines
20180 M /trunk/modules/misc/freetype.c
20184 ------------------------------------------------------------------------
20185 r21513 | ileoo | 2007-08-26 22:20:40 +0200 (Sun, 26 Aug 2007) | 2 lines
20187 M /trunk/modules/misc/playlist/m3u.c
20189 m3u.c: don't free and write
20191 ------------------------------------------------------------------------
20192 r21512 | ileoo | 2007-08-26 21:59:02 +0200 (Sun, 26 Aug 2007) | 4 lines
20194 M /trunk/modules/demux/playlist/xspf.c
20195 M /trunk/modules/misc/playlist/xspf.c
20197 xspf.c: add album-art as <image> and use Title in title (if available),
20198 xspf-specs seems to agree that it's valid this way. (title tag MAY
20199 appear once in item)
20201 ------------------------------------------------------------------------
20202 r21511 | pdherbemont | 2007-08-26 17:45:30 +0200 (Sun, 26 Aug 2007) | 2 lines
20204 M /trunk/src/playlist/item.c
20206 playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo.
20208 ------------------------------------------------------------------------
20209 r21510 | courmisch | 2007-08-26 09:20:34 +0200 (Sun, 26 Aug 2007) | 2 lines
20211 M /trunk/modules/stream_out/rtsp.c
20212 M /trunk/src/network/httpd.c
20214 Implement the Timestamp header
20216 ------------------------------------------------------------------------
20217 r21509 | courmisch | 2007-08-26 08:09:20 +0200 (Sun, 26 Aug 2007) | 3 lines
20219 M /trunk/modules/stream_out/rtsp.c
20221 - refuse to act if Range is specified since we cannot seek
20222 - always round Scale to 1 because we only support that value
20224 ------------------------------------------------------------------------
20225 r21508 | pdherbemont | 2007-08-25 23:56:14 +0200 (Sat, 25 Aug 2007) | 2 lines
20227 M /trunk/src/misc/events.c
20229 misc/events.c: Here we really would need a recursive lock to be safe.
20231 ------------------------------------------------------------------------
20232 r21507 | pdherbemont | 2007-08-25 23:40:28 +0200 (Sat, 25 Aug 2007) | 2 lines
20234 M /trunk/src/control/media_descriptor.c
20236 control/media_descriptor.c: Fix yet an other typo. We are not in preparsed state at the begining.
20238 ------------------------------------------------------------------------
20239 r21506 | courmisch | 2007-08-25 21:44:48 +0200 (Sat, 25 Aug 2007) | 2 lines
20245 ------------------------------------------------------------------------
20246 r21505 | pdherbemont | 2007-08-25 19:40:11 +0200 (Sat, 25 Aug 2007) | 2 lines
20248 M /trunk/src/control/media_descriptor.c
20250 control/media_descriptor.c: Remove a typo that makes the subitems to appear empty.
20252 ------------------------------------------------------------------------
20253 r21504 | pdherbemont | 2007-08-25 19:06:41 +0200 (Sat, 25 Aug 2007) | 2 lines
20255 M /trunk/src/control/flat_media_list.c
20257 control/flat_media_list.c: Remove an other typo that could cause a crash.
20259 ------------------------------------------------------------------------
20260 r21503 | pdherbemont | 2007-08-25 18:59:44 +0200 (Sat, 25 Aug 2007) | 2 lines
20262 M /trunk/src/control/flat_media_list.c
20264 control/flat_media_list.c: Remove a typo that causes a crash.
20266 ------------------------------------------------------------------------
20267 r21502 | pdherbemont | 2007-08-25 18:47:18 +0200 (Sat, 25 Aug 2007) | 2 lines
20269 M /trunk/src/misc/events.c
20271 misc/events.c: Remove a trailing \n in debug log.
20273 ------------------------------------------------------------------------
20274 r21501 | pdherbemont | 2007-08-25 18:45:47 +0200 (Sat, 25 Aug 2007) | 2 lines
20276 M /trunk/src/misc/events.c
20278 misc/events.c: Fix event debugging.
20280 ------------------------------------------------------------------------
20281 r21500 | pdherbemont | 2007-08-25 18:37:59 +0200 (Sat, 25 Aug 2007) | 2 lines
20283 M /trunk/include/vlc/libvlc.h
20285 Fix previous commit.
20287 ------------------------------------------------------------------------
20288 r21499 | pdherbemont | 2007-08-25 18:29:37 +0200 (Sat, 25 Aug 2007) | 2 lines
20290 M /trunk/include/vlc/libvlc.h
20292 Fix previous commit.
20294 ------------------------------------------------------------------------
20295 r21498 | pdherbemont | 2007-08-25 18:28:13 +0200 (Sat, 25 Aug 2007) | 2 lines
20297 M /trunk/include/vlc/libvlc.h
20298 M /trunk/src/control/media_descriptor.c
20300 control/media_descriptor.c: Expose event_manager().
20302 ------------------------------------------------------------------------
20303 r21497 | pdherbemont | 2007-08-25 16:42:20 +0200 (Sat, 25 Aug 2007) | 2 lines
20305 M /trunk/modules/services_discovery/shout.c
20307 modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".
20309 ------------------------------------------------------------------------
20310 r21496 | pdherbemont | 2007-08-25 16:36:58 +0200 (Sat, 25 Aug 2007) | 2 lines
20312 M /trunk/include/vlc_events.h
20313 M /trunk/src/misc/events.c
20315 misc/events.c: Add some debug code. (turnable on and off via #ifdef)
20317 ------------------------------------------------------------------------
20318 r21495 | pdherbemont | 2007-08-25 16:35:40 +0200 (Sat, 25 Aug 2007) | 2 lines
20320 M /trunk/src/control/media_instance.c
20322 control/media_instance.c: Retain the media descriptor, don't duplicate.
20324 ------------------------------------------------------------------------
20325 r21494 | xtophe | 2007-08-25 13:44:37 +0200 (Sat, 25 Aug 2007) | 2 lines
20327 M /trunk/modules/misc/notify/notify.c
20329 Wait a little bit so we get the meta and art
20331 ------------------------------------------------------------------------
20332 r21493 | ileoo | 2007-08-25 12:51:28 +0200 (Sat, 25 Aug 2007) | 5 lines
20334 M /trunk/modules/gui/qt4/components/infopanels.cpp
20335 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20337 set in_edit=false on close;
20338 don't connect QSpingBox valuechanged to edit-stuff, seems that signal is
20339 emited when value is updated from software also (textEdited for text is
20340 emited only when user changes stuff).
20342 ------------------------------------------------------------------------
20343 r21492 | ileoo | 2007-08-25 09:03:01 +0200 (Sat, 25 Aug 2007) | 3 lines
20345 M /trunk/modules/misc/audioscrobbler.c
20347 send Title not filename to last.fm, fixes submitting bug (submits don't
20348 show up when filename is send)
20350 ------------------------------------------------------------------------
20351 r21491 | funman | 2007-08-25 07:51:23 +0200 (Sat, 25 Aug 2007) | 1 line
20353 M /trunk/extras/mpris.glade
20354 M /trunk/extras/mpris.py
20356 Makes mpris.py really a mpris controller
20357 ------------------------------------------------------------------------
20358 r21490 | funman | 2007-08-25 07:50:12 +0200 (Sat, 25 Aug 2007) | 1 line
20360 D /trunk/extras/dbus-vlc.glade
20361 D /trunk/extras/dbus-vlc.py
20362 A /trunk/extras/mpris.glade (from /trunk/extras/dbus-vlc.glade:21482)
20363 A /trunk/extras/mpris.py (from /trunk/extras/dbus-vlc.py:21482)
20365 Moves dbus-vlc.* to mpris.* because they're no more vlc specific
20366 ------------------------------------------------------------------------
20367 r21489 | funman | 2007-08-25 07:02:13 +0200 (Sat, 25 Aug 2007) | 1 line
20369 M /trunk/modules/control/dbus.c
20371 Fix memory leak spotted by Mr_Mirsal
20372 ------------------------------------------------------------------------
20373 r21488 | funman | 2007-08-25 06:52:35 +0200 (Sat, 25 Aug 2007) | 1 line
20375 M /trunk/modules/misc/audioscrobbler.c
20377 audioscrobbler: runs in a separate thread because of blocking network calls
20378 ------------------------------------------------------------------------
20379 r21487 | funman | 2007-08-25 06:16:59 +0200 (Sat, 25 Aug 2007) | 3 lines
20381 M /trunk/modules/misc/notify/notify.c
20383 notify: replaces '&' with '&' in popup body
20384 that solves 'blank' popups problem
20386 ------------------------------------------------------------------------
20387 r21486 | funman | 2007-08-25 05:28:02 +0200 (Sat, 25 Aug 2007) | 1 line
20389 M /trunk/modules/misc/notify/notify.c
20391 notify: Adds a previous button also
20392 ------------------------------------------------------------------------
20393 r21485 | funman | 2007-08-25 05:11:13 +0200 (Sat, 25 Aug 2007) | 1 line
20395 M /trunk/modules/misc/notify/notify.c
20397 notify: Adds a button to skip current element
20398 ------------------------------------------------------------------------
20399 r21484 | pdherbemont | 2007-08-25 03:26:35 +0200 (Sat, 25 Aug 2007) | 2 lines
20401 M /trunk/src/control/media_descriptor.c
20403 control/media_descriptor.c: Make sure not to retain a NULL object.
20405 ------------------------------------------------------------------------
20406 r21483 | funman | 2007-08-25 03:12:49 +0200 (Sat, 25 Aug 2007) | 3 lines
20408 M /trunk/modules/misc/notify/notify.c
20410 notify: Don't use empty metadata
20411 Don't put not translated string in the popup
20413 ------------------------------------------------------------------------
20414 r21482 | pdherbemont | 2007-08-25 01:31:55 +0200 (Sat, 25 Aug 2007) | 2 lines
20416 M /trunk/include/vlc_playlist.h
20417 M /trunk/src/playlist/services_discovery.c
20419 playlist/services_discovery.c: Implement and expose GetServicesNames.
20421 ------------------------------------------------------------------------
20422 r21481 | pdherbemont | 2007-08-25 01:30:00 +0200 (Sat, 25 Aug 2007) | 2 lines
20424 M /trunk/include/vlc_modules.h
20425 M /trunk/src/modules/modules.c
20427 modules/modules.c: Implement and Expose GetModulesNamesForCapability.
20429 ------------------------------------------------------------------------
20430 r21480 | xtophe | 2007-08-25 01:25:31 +0200 (Sat, 25 Aug 2007) | 3 lines
20432 M /trunk/modules/gui/qt4/main_interface.cpp
20434 Fix one segfault when systray is not used
20435 Remove useless tests
20437 ------------------------------------------------------------------------
20438 r21479 | dionoea | 2007-08-25 00:25:17 +0200 (Sat, 25 Aug 2007) | 2 lines
20440 M /trunk/share/luaplaylist/youtube.lua
20442 Attempt to fix youtube demux script. I still get connections errors towards youtube but i wanted to commit what i'd already done since i'll be gone for a week.
20444 ------------------------------------------------------------------------
20445 r21478 | funman | 2007-08-25 00:18:27 +0200 (Sat, 25 Aug 2007) | 4 lines
20447 M /trunk/modules/misc/notify/notify.c
20449 Don't print "no artist" or "no album" if metadata isn't present
20450 Passes intf_thread_t* to Notify()
20451 Uses newlines in the popup message
20453 ------------------------------------------------------------------------
20454 r21477 | pdherbemont | 2007-08-24 23:54:27 +0200 (Fri, 24 Aug 2007) | 2 lines
20456 M /trunk/include/vlc/libvlc.h
20457 M /trunk/src/control/media_descriptor.c
20459 control/media_descriptor.c: Give access to the subitems.
20461 ------------------------------------------------------------------------
20462 r21476 | ileoo | 2007-08-24 23:19:39 +0200 (Fri, 24 Aug 2007) | 6 lines
20464 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
20466 if editing some other than currently playing item, set so that
20467 item-change etc. doesn't mix with currently playing item. Ain't so
20468 pretty yet, so take one.
20470 Also don't show same metadata button if not needed.
20472 ------------------------------------------------------------------------
20473 r21475 | xtophe | 2007-08-24 20:38:25 +0200 (Fri, 24 Aug 2007) | 3 lines
20475 M /trunk/modules/gui/qt4/qt4.cpp
20477 Fix the qt-pl-showflags tooltip
20478 Hide the qt-adv-option as it is doing nothing
20480 ------------------------------------------------------------------------
20481 r21474 | ileoo | 2007-08-24 19:48:22 +0200 (Fri, 24 Aug 2007) | 3 lines
20483 M /trunk/modules/misc/audioscrobbler.c
20485 wait INTERVAL if needed on submitting, and don't try to submit data
20486 before handshake goes ok
20488 ------------------------------------------------------------------------
20489 r21473 | courmisch | 2007-08-24 19:12:40 +0200 (Fri, 24 Aug 2007) | 3 lines
20491 M /trunk/modules/stream_out/rtp.c
20493 Advertise port 0 in SDP when not streaming to a fixed destination.
20494 See changeset details for rationale.
20496 ------------------------------------------------------------------------
20497 r21472 | courmisch | 2007-08-24 18:54:02 +0200 (Fri, 24 Aug 2007) | 2 lines
20499 M /trunk/src/network/getaddrinfo.c
20501 Bug-to-bug compatibility with Winsock
20503 ------------------------------------------------------------------------
20504 r21471 | courmisch | 2007-08-24 18:46:48 +0200 (Fri, 24 Aug 2007) | 3 lines
20506 M /trunk/modules/stream_out/rtsp.c
20508 Really[1] implement non-aggregate PLAY
20509 ([1] VoD RTSP pretends to, but it does not, does it?)
20511 ------------------------------------------------------------------------
20512 r21470 | courmisch | 2007-08-24 18:38:37 +0200 (Fri, 24 Aug 2007) | 2 lines
20514 M /trunk/modules/stream_out/rtsp.c
20516 Use a single table with a single index for tracks for each session
20518 ------------------------------------------------------------------------
20519 r21469 | courmisch | 2007-08-24 18:05:16 +0200 (Fri, 24 Aug 2007) | 2 lines
20521 M /trunk/modules/stream_out/rtsp.c
20523 Implement non-aggregate TEARDOWN
20525 ------------------------------------------------------------------------
20526 r21468 | courmisch | 2007-08-24 17:50:00 +0200 (Fri, 24 Aug 2007) | 2 lines
20528 M /trunk/modules/stream_out/rtp.c
20529 M /trunk/modules/stream_out/rtsp.c
20531 Don't return negative session number
20533 ------------------------------------------------------------------------
20534 r21467 | courmisch | 2007-08-24 17:47:34 +0200 (Fri, 24 Aug 2007) | 2 lines
20536 M /trunk/modules/stream_out/rtp.c
20537 M /trunk/modules/stream_out/rtp.h
20538 M /trunk/modules/stream_out/rtsp.c
20540 Isolate RTSP from the rest of RTP
20542 ------------------------------------------------------------------------
20543 r21466 | courmisch | 2007-08-24 17:19:17 +0200 (Fri, 24 Aug 2007) | 2 lines
20545 M /trunk/modules/stream_out/transcode.c
20547 Fix strcasestr warning
20549 ------------------------------------------------------------------------
20550 r21465 | courmisch | 2007-08-24 17:12:31 +0200 (Fri, 24 Aug 2007) | 2 lines
20552 M /trunk/src/network/getaddrinfo.c
20554 Add some missing items to the getaddrinfo flags whitelist list, and comment
20556 ------------------------------------------------------------------------
20557 r21464 | pdherbemont | 2007-08-24 16:35:33 +0200 (Fri, 24 Aug 2007) | 2 lines
20559 M /trunk/src/Makefile.am
20561 src/Makefile.am: add flat_media_list.c.
20563 ------------------------------------------------------------------------
20564 r21463 | pdherbemont | 2007-08-24 16:02:11 +0200 (Fri, 24 Aug 2007) | 2 lines
20566 M /trunk/src/control/flat_media_list.c
20567 M /trunk/src/control/libvlc_internal.h
20568 M /trunk/src/control/media_list.c
20570 media_list.c: Handle item addition and removal in the flat list. Also Get the media_list to init and release the flat media list.
20572 ------------------------------------------------------------------------
20573 r21462 | jpsaman | 2007-08-24 12:10:34 +0200 (Fri, 24 Aug 2007) | 2 lines
20575 M /trunk/src/network/getaddrinfo.c
20577 Revert [21457] it was completely wrong.
20579 ------------------------------------------------------------------------
20580 r21461 | jpsaman | 2007-08-24 11:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
20582 M /trunk/modules/codec/ffmpeg/ffmpeg.c
20584 Enable hurry-up by default to mimic old behaviour of framedropping kick'in in when needed.
20586 ------------------------------------------------------------------------
20587 r21460 | jpsaman | 2007-08-24 11:38:14 +0200 (Fri, 24 Aug 2007) | 2 lines
20589 M /trunk/modules/codec/ffmpeg/video.c
20593 ------------------------------------------------------------------------
20594 r21459 | jpsaman | 2007-08-24 11:38:12 +0200 (Fri, 24 Aug 2007) | 2 lines
20596 M /trunk/modules/codec/ffmpeg/ffmpeg.c
20598 Oops shouldn't have been in previous commit.
20600 ------------------------------------------------------------------------
20601 r21458 | jpsaman | 2007-08-24 11:38:09 +0200 (Fri, 24 Aug 2007) | 5 lines
20603 M /trunk/modules/codec/ffmpeg/ffmpeg.c
20604 M /trunk/modules/codec/ffmpeg/ffmpeg.h
20605 M /trunk/modules/codec/ffmpeg/video.c
20607 Implement framedropping algorithm using avcontext.skip_frames and added two new options:
20609 - ffmpeg-skip-frames values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames
20610 - ffmpeg-skip-idct values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
20612 ------------------------------------------------------------------------
20613 r21457 | jpsaman | 2007-08-24 11:38:07 +0200 (Fri, 24 Aug 2007) | 2 lines
20615 M /trunk/src/network/getaddrinfo.c
20617 Don't use AI_CANONNAME when no node name is given.
20619 ------------------------------------------------------------------------
20620 r21456 | jpsaman | 2007-08-24 11:38:05 +0200 (Fri, 24 Aug 2007) | 2 lines
20622 M /trunk/modules/video_output/fb.c
20624 Tell p_vout->render the aspect ratio and dimensions (width, height) of the output.
20626 ------------------------------------------------------------------------
20627 r21455 | jpsaman | 2007-08-24 11:38:01 +0200 (Fri, 24 Aug 2007) | 2 lines
20629 M /trunk/extras/contrib/src/Distributions/netbox3.mak
20631 Add mpeg2dec to list of libraries to build for netbox.
20633 ------------------------------------------------------------------------
20634 r21454 | jpsaman | 2007-08-24 11:37:59 +0200 (Fri, 24 Aug 2007) | 7 lines
20636 M /trunk/modules/video_output/fb.c
20638 Support for non-RGB framebuffers:
20640 - Add option to force chroma.
20641 - Add option to force aspect ratio.
20642 - Add option to disable tty handling for systems where framebuffer and console are on different terminals.
20643 - Fix memory leaks.
20645 ------------------------------------------------------------------------
20646 r21453 | bitmap | 2007-08-24 08:46:49 +0200 (Fri, 24 Aug 2007) | 3 lines
20648 M /trunk/modules/misc/quartztext.c
20650 RGB and alpha --> ARGB - similar to freetype.c
20651 Remove an imbrication in XML parsing, again similar to freetype.c
20653 ------------------------------------------------------------------------
20654 r21452 | bitmap | 2007-08-24 07:58:22 +0200 (Fri, 24 Aug 2007) | 2 lines
20656 M /trunk/modules/misc/quartztext.c
20660 ------------------------------------------------------------------------
20661 r21451 | bitmap | 2007-08-24 07:48:37 +0200 (Fri, 24 Aug 2007) | 3 lines
20663 M /trunk/modules/misc/quartztext.c
20665 Copy across damienf's mod to freetype.c in r21422 to balance vlc_object_find()
20666 with vlc_object_release(). Also copied across some Null pointer checks.
20668 ------------------------------------------------------------------------
20669 r21450 | bitmap | 2007-08-24 06:06:38 +0200 (Fri, 24 Aug 2007) | 2 lines
20671 M /trunk/modules/misc/quartztext.c
20673 Strip out whitespace
20675 ------------------------------------------------------------------------
20676 r21449 | bitmap | 2007-08-24 06:00:18 +0200 (Fri, 24 Aug 2007) | 2 lines
20678 M /trunk/modules/misc/quartztext.c
20680 Setup keyword property on quartztext.c
20682 ------------------------------------------------------------------------
20683 r21448 | bitmap | 2007-08-24 03:00:19 +0200 (Fri, 24 Aug 2007) | 3 lines
20685 M /trunk/include/vlc_vout.h
20686 M /trunk/src/video_output/vout_subpictures.c
20688 Patch to vout_subpictures intended to resolve problems with subtitle text
20689 being too large in full screen for some video modules.
20691 ------------------------------------------------------------------------
20692 r21447 | funman | 2007-08-24 02:15:14 +0200 (Fri, 24 Aug 2007) | 1 line
20694 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
20696 Fixes crash when using a vout with qt4.3
20697 ------------------------------------------------------------------------
20698 r21446 | pdherbemont | 2007-08-24 01:44:53 +0200 (Fri, 24 Aug 2007) | 2 lines
20700 M /trunk/src/control/media_list.c
20702 control/media_list.c: Init and free the flat media list.
20704 ------------------------------------------------------------------------
20705 r21445 | pdherbemont | 2007-08-24 01:38:15 +0200 (Fri, 24 Aug 2007) | 2 lines
20707 M /trunk/include/vlc/libvlc.h
20708 A /trunk/src/control/flat_media_list.c
20709 M /trunk/src/control/libvlc_internal.h
20711 control/flat_media_list.c: New flat media list view.
20713 ------------------------------------------------------------------------
20714 r21444 | funman | 2007-08-24 01:16:48 +0200 (Fri, 24 Aug 2007) | 3 lines
20716 M /trunk/modules/misc/notify/notify.c
20718 Closes the previously displayed notification before showing the new one
20719 Fix memory leak by unrefing the GdkPixBuf
20721 ------------------------------------------------------------------------
20722 r21443 | funman | 2007-08-24 00:41:37 +0200 (Fri, 24 Aug 2007) | 1 line
20724 M /trunk/src/input/meta.c
20726 Stores album art as a file:// url
20727 ------------------------------------------------------------------------
20728 r21442 | funman | 2007-08-24 00:41:00 +0200 (Fri, 24 Aug 2007) | 1 line
20730 M /trunk/modules/misc/notify/notify.c
20732 Album art support in libnotify popups
20733 ------------------------------------------------------------------------
20734 r21441 | dionoea | 2007-08-23 23:33:50 +0200 (Thu, 23 Aug 2007) | 2 lines
20736 M /trunk/modules/misc/notify/xosd.c
20738 Fix xosd (due to bug introduced in [17267] by funman).
20740 ------------------------------------------------------------------------
20741 r21440 | funman | 2007-08-23 23:19:20 +0200 (Thu, 23 Aug 2007) | 1 line
20743 M /trunk/modules/gui/qt4/main_interface.cpp
20745 Notify item change in systray
20746 ------------------------------------------------------------------------
20747 r21439 | dionoea | 2007-08-23 21:41:21 +0200 (Thu, 23 Aug 2007) | 2 lines
20749 M /trunk/modules/misc/lua/vlclua.h
20751 Fix copyright date here too.
20753 ------------------------------------------------------------------------
20754 r21438 | dionoea | 2007-08-23 21:40:16 +0200 (Thu, 23 Aug 2007) | 2 lines
20756 M /trunk/modules/misc/lua/luameta.c
20757 M /trunk/modules/misc/lua/luaplaylist.c
20758 M /trunk/modules/misc/lua/vlclua.c
20759 M /trunk/modules/misc/lua/vlclua.h
20761 Set svn:keywords and change copyright year back to 2007 (note to pdherbemont: we're in 2007! :p)
20763 ------------------------------------------------------------------------
20764 r21437 | dionoea | 2007-08-23 21:36:14 +0200 (Thu, 23 Aug 2007) | 2 lines
20766 R /trunk/modules/misc/lua/luameta.c (from /trunk/modules/meta_engine/luameta.c:21377)
20767 R /trunk/modules/misc/lua/luaplaylist.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
20768 R /trunk/modules/misc/lua/vlclua.c (from /trunk/modules/demux/playlist/luaplaylist.c:21378)
20770 Restore svn history for the lua modules (For future reference [21376]: modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.)
20772 ------------------------------------------------------------------------
20773 r21436 | courmisch | 2007-08-23 20:35:07 +0200 (Thu, 23 Aug 2007) | 2 lines
20775 M /trunk/modules/stream_out/rtp.c
20776 M /trunk/modules/stream_out/rtp.h
20777 M /trunk/modules/stream_out/rtsp.c
20779 Hide sout ID from RTSP code
20781 ------------------------------------------------------------------------
20782 r21435 | courmisch | 2007-08-23 20:10:30 +0200 (Thu, 23 Aug 2007) | 2 lines
20784 M /trunk/modules/stream_out/rtp.c
20785 M /trunk/modules/stream_out/rtp.h
20787 Remove per-ID destination since it is not actually used/usable
20789 ------------------------------------------------------------------------
20790 r21434 | courmisch | 2007-08-23 20:08:02 +0200 (Thu, 23 Aug 2007) | 2 lines
20792 M /trunk/modules/stream_out/rtp.c
20793 M /trunk/modules/stream_out/rtp.h
20794 M /trunk/modules/stream_out/rtsp.c
20796 More boundary cleanup
20798 ------------------------------------------------------------------------
20799 r21433 | courmisch | 2007-08-23 19:55:00 +0200 (Thu, 23 Aug 2007) | 2 lines
20801 M /trunk/modules/stream_out/rtp.c
20802 M /trunk/modules/stream_out/rtp.h
20803 M /trunk/modules/stream_out/rtsp.c
20805 Cleanup RTP / RTSP boundary a little
20807 ------------------------------------------------------------------------
20808 r21432 | courmisch | 2007-08-23 19:46:17 +0200 (Thu, 23 Aug 2007) | 2 lines
20810 M /trunk/modules/stream_out/rtsp.c
20812 Fix previous commit
20814 ------------------------------------------------------------------------
20815 r21431 | courmisch | 2007-08-23 19:44:50 +0200 (Thu, 23 Aug 2007) | 3 lines
20817 M /trunk/modules/stream_out/rtp.c
20818 M /trunk/modules/stream_out/rtp.h
20819 M /trunk/modules/stream_out/rtsp.c
20821 - Loosen dependency of RTSP code on stream ID
20822 - Do not refer to bogus TTL values
20824 ------------------------------------------------------------------------
20825 r21430 | courmisch | 2007-08-23 19:11:07 +0200 (Thu, 23 Aug 2007) | 2 lines
20827 M /trunk/modules/stream_out/rtp.c
20828 M /trunk/modules/stream_out/rtp.h
20829 M /trunk/modules/stream_out/rtsp.c
20831 Fix struct duplication
20833 ------------------------------------------------------------------------
20834 r21429 | funman | 2007-08-23 19:02:38 +0200 (Thu, 23 Aug 2007) | 3 lines
20836 M /trunk/include/vlc_input.h
20837 M /trunk/modules/access/directory.c
20838 M /trunk/modules/gui/qt4/components/infopanels.cpp
20839 D /trunk/modules/gui/qt4/pixmaps/type_afile.xpm
20840 A /trunk/modules/gui/qt4/pixmaps/type_file.xpm (from /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm:21426)
20841 D /trunk/modules/gui/qt4/pixmaps/type_vfile.xpm
20842 M /trunk/modules/gui/qt4/playlist_model.cpp
20843 M /trunk/src/input/item.c
20845 Merges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE_FILE
20846 There is no way at the moment to know if a file is audio only
20848 ------------------------------------------------------------------------
20849 r21428 | courmisch | 2007-08-23 18:42:19 +0200 (Thu, 23 Aug 2007) | 2 lines
20851 M /trunk/modules/stream_out/rtsp.c
20853 Remove useless #include
20855 ------------------------------------------------------------------------
20856 r21427 | courmisch | 2007-08-23 18:40:00 +0200 (Thu, 23 Aug 2007) | 3 lines
20858 M /trunk/modules/stream_out/Modules.am
20859 M /trunk/modules/stream_out/rtp.c
20860 A /trunk/modules/stream_out/rtp.h
20861 A /trunk/modules/stream_out/rtsp.c
20863 Split RTP sout into multiple pieces.
20864 Even then rtp.c is quite big...
20866 ------------------------------------------------------------------------
20867 r21426 | courmisch | 2007-08-23 17:34:46 +0200 (Thu, 23 Aug 2007) | 2 lines
20869 M /trunk/src/video_output/vout_intf.c
20873 ------------------------------------------------------------------------
20874 r21425 | funman | 2007-08-23 14:30:42 +0200 (Thu, 23 Aug 2007) | 1 line
20876 M /trunk/modules/gui/macosx/playlistinfo.m
20878 Fix macosx gui compilation
20879 ------------------------------------------------------------------------
20880 r21424 | damienf | 2007-08-23 12:25:35 +0200 (Thu, 23 Aug 2007) | 2 lines
20882 M /trunk/modules/video_chroma/i420_yuy2.h
20884 i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;)
20886 ------------------------------------------------------------------------
20887 r21423 | damienf | 2007-08-23 01:26:16 +0200 (Thu, 23 Aug 2007) | 2 lines
20889 M /trunk/configure.ac
20890 M /trunk/modules/video_chroma/i420_yuy2.h
20892 i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation
20894 ------------------------------------------------------------------------
20895 r21422 | damienf | 2007-08-23 01:23:22 +0200 (Thu, 23 Aug 2007) | 2 lines
20897 M /trunk/modules/misc/freetype.c
20899 freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):
20901 ------------------------------------------------------------------------
20902 r21421 | funman | 2007-08-23 00:29:41 +0200 (Thu, 23 Aug 2007) | 1 line
20904 M /trunk/configure.ac
20906 Apply patch for directfb detection. Fix #845
20907 ------------------------------------------------------------------------
20908 r21420 | funman | 2007-08-23 00:24:13 +0200 (Thu, 23 Aug 2007) | 1 line
20910 M /trunk/extras/contrib/src
20912 extras/contrib/src: adds tremor* to svn:ignore
20913 ------------------------------------------------------------------------
20914 r21419 | xtophe | 2007-08-23 00:21:41 +0200 (Thu, 23 Aug 2007) | 3 lines
20916 M /trunk/modules/misc/lua/vlclua.c
20917 M /trunk/modules/misc/lua/vlclua.h
20919 Check for the good directory.
20922 ------------------------------------------------------------------------
20923 r21418 | dionoea | 2007-08-23 00:16:36 +0200 (Thu, 23 Aug 2007) | 2 lines
20925 M /trunk/src/modules/modules.c
20927 Invert yield of module and release of module list (shouldn't matter but you never know).
20929 ------------------------------------------------------------------------
20930 r21417 | dionoea | 2007-08-23 00:08:54 +0200 (Thu, 23 Aug 2007) | 3 lines
20932 M /trunk/include/vlc_modules.h
20933 M /trunk/modules/codec/subtitles/subsdec.c
20934 M /trunk/modules/gui/qt4/components/extended_panels.cpp
20935 M /trunk/src/modules/modules.c
20937 Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters).
20938 Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.
20940 ------------------------------------------------------------------------
20941 r21416 | funman | 2007-08-23 00:07:13 +0200 (Thu, 23 Aug 2007) | 1 line
20943 M /trunk/modules/gui/skins2/x11/x11_window.cpp
20945 skins2: Alternate method to set always on top for X11 window managers
20946 ------------------------------------------------------------------------
20947 r21415 | xtophe | 2007-08-22 23:57:31 +0200 (Wed, 22 Aug 2007) | 2 lines
20949 M /trunk/modules/misc/lua/Modules.am
20951 Distribute vlclua.h
20953 ------------------------------------------------------------------------
20954 r21414 | xtophe | 2007-08-22 23:56:21 +0200 (Wed, 22 Aug 2007) | 2 lines
20956 M /trunk/configure.ac
20960 ------------------------------------------------------------------------
20961 r21413 | funman | 2007-08-22 23:44:52 +0200 (Wed, 22 Aug 2007) | 1 line
20963 M /trunk/modules/gui/skins2/src/theme_loader.cpp
20965 Do not try to load non-existing skins files
20966 ------------------------------------------------------------------------
20967 r21412 | funman | 2007-08-22 22:53:09 +0200 (Wed, 22 Aug 2007) | 1 line
20969 M /trunk/modules/control/rc.c
20971 rc intf: Corrects function name: Get_URI -> GetURI
20972 ------------------------------------------------------------------------
20973 r21411 | funman | 2007-08-22 22:41:09 +0200 (Wed, 22 Aug 2007) | 1 line
20975 M /trunk/modules/codec/cmml/history.c
20977 Include vlc_input header to fix compilation
20978 ------------------------------------------------------------------------
20979 r21410 | dionoea | 2007-08-22 22:28:07 +0200 (Wed, 22 Aug 2007) | 2 lines
20981 M /trunk/modules/gui/qt4/components/extended_panels.cpp
20983 Fix compilation while this gets sorted out.
20985 ------------------------------------------------------------------------
20986 r21409 | funman | 2007-08-22 22:19:23 +0200 (Wed, 22 Aug 2007) | 17 lines
20988 M /trunk/include/vlc_input.h
20989 M /trunk/modules/access/cdda/info.c
20990 M /trunk/modules/access/cdda.c
20991 M /trunk/modules/access/http.c
20992 M /trunk/modules/access_output/http.c
20993 M /trunk/modules/codec/cmml/history.c
20994 M /trunk/modules/codec/cmml/intf.c
20995 M /trunk/modules/control/dbus.c
20996 M /trunk/modules/control/hotkeys.c
20997 M /trunk/modules/control/http/macro.c
20998 M /trunk/modules/control/http/rpn.c
20999 M /trunk/modules/control/http/util.c
21000 M /trunk/modules/control/rc.c
21001 M /trunk/modules/demux/playlist/asx.c
21002 M /trunk/modules/demux/playlist/b4s.c
21003 M /trunk/modules/demux/playlist/podcast.c
21004 M /trunk/modules/demux/playlist/xspf.c
21005 M /trunk/modules/gui/macosx/bookmarks.m
21006 M /trunk/modules/gui/macosx/playlist.m
21007 M /trunk/modules/gui/macosx/playlistinfo.m
21008 M /trunk/modules/gui/macosx/vout.m
21009 M /trunk/modules/gui/macosx/wizard.m
21010 M /trunk/modules/gui/ncurses.c
21011 M /trunk/modules/gui/qt4/components/infopanels.cpp
21012 M /trunk/modules/gui/qt4/input_manager.cpp
21013 M /trunk/modules/gui/qt4/playlist_model.cpp
21014 M /trunk/modules/gui/wince/iteminfo.cpp
21015 M /trunk/modules/gui/wince/playlist.cpp
21016 M /trunk/modules/gui/wxwidgets/dialogs/bookmarks.cpp
21017 M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
21018 M /trunk/modules/gui/wxwidgets/dialogs/iteminfo.cpp
21019 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
21020 M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
21021 M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
21022 M /trunk/modules/meta_engine/folder.c
21023 M /trunk/modules/meta_engine/taglib.cpp
21024 M /trunk/modules/misc/audioscrobbler.c
21025 M /trunk/modules/misc/notify/growl.c
21026 M /trunk/modules/misc/notify/msn.c
21027 M /trunk/modules/misc/notify/notify.c
21028 M /trunk/modules/misc/notify/xosd.c
21029 M /trunk/modules/misc/playlist/m3u.c
21030 M /trunk/modules/misc/playlist/xspf.c
21031 M /trunk/modules/misc/rtsp.c
21032 M /trunk/modules/services_discovery/sap.c
21033 M /trunk/modules/visualization/galaktos/plugin.c
21034 M /trunk/modules/visualization/goom.c
21035 M /trunk/src/control/media_descriptor.c
21036 M /trunk/src/control/mediacontrol_core.c
21037 M /trunk/src/input/input.c
21038 M /trunk/src/input/vlm.c
21039 M /trunk/src/playlist/item.c
21040 M /trunk/src/playlist/sort.c
21041 M /trunk/src/text/strings.c
21042 M /trunk/src/video_output/video_output.c
21044 Input access locking, part 3 (final).
21046 Enforce access to input_item_t through input_item_{G,S}et*()
21047 Unlock mutexes before calling these functions
21048 Free strings returned by input_item_Get*()
21050 New functions added:
21052 char * input_item_GetURI( input_item_t * )
21053 void input_item_SetURI( input_item_t * , char * )
21055 mtime_t input_item_GetDuration( input_item_t * )
21056 void input_item_SetDuration( input_item_t * , mtime_t )
21058 to access input_item_t->psz_uri and input_item_t->i_duration
21061 ------------------------------------------------------------------------
21062 r21408 | dionoea | 2007-08-22 22:10:54 +0200 (Wed, 22 Aug 2007) | 2 lines
21064 M /trunk/modules/gui/qt4/components/extended_panels.cpp
21066 Don't commit stuff that shouldn't have been commited.
21068 ------------------------------------------------------------------------
21069 r21407 | courmisch | 2007-08-22 22:10:41 +0200 (Wed, 22 Aug 2007) | 2 lines
21071 M /trunk/modules/stream_out/rtp.c
21073 Do not send scope ID over the wire
21075 ------------------------------------------------------------------------
21076 r21406 | dionoea | 2007-08-22 22:07:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21078 M /trunk/modules/gui/qt4/components/extended_panels.cpp
21080 Revert [21140]?\194?\160which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)
21082 ------------------------------------------------------------------------
21083 r21405 | funman | 2007-08-22 22:06:29 +0200 (Wed, 22 Aug 2007) | 1 line
21085 M /trunk/modules/misc/lua
21087 misc/lua: sets svn:ignore
21088 ------------------------------------------------------------------------
21089 r21404 | pdherbemont | 2007-08-22 22:06:20 +0200 (Wed, 22 Aug 2007) | 2 lines
21091 M /trunk/src/control/media_list.c
21093 control/media_list.c: Remove unused variable due to previous commit.
21095 ------------------------------------------------------------------------
21096 r21403 | pdherbemont | 2007-08-22 22:05:26 +0200 (Wed, 22 Aug 2007) | 2 lines
21098 M /trunk/src/control/media_list.c
21100 control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself.
21102 ------------------------------------------------------------------------
21103 r21402 | courmisch | 2007-08-22 21:49:44 +0200 (Wed, 22 Aug 2007) | 2 lines
21105 M /trunk/modules/stream_out/rtp.c
21106 M /trunk/src/network/httpd.c
21108 Fix Require header support
21110 ------------------------------------------------------------------------
21111 r21401 | courmisch | 2007-08-22 20:46:06 +0200 (Wed, 22 Aug 2007) | 2 lines
21113 M /trunk/modules/stream_out/rtp.c
21115 Fix RTSP Transport mode handling
21117 ------------------------------------------------------------------------
21118 r21400 | courmisch | 2007-08-22 20:40:54 +0200 (Wed, 22 Aug 2007) | 2 lines
21120 M /trunk/modules/stream_out/rtp.c
21122 Remove duplicate check
21124 ------------------------------------------------------------------------
21125 r21399 | courmisch | 2007-08-22 20:25:17 +0200 (Wed, 22 Aug 2007) | 6 lines
21127 M /trunk/modules/stream_out/rtp.c
21129 Various RTSP conformance fixes:
21130 - specify server_port and, if needed, source
21131 - check for unsupported options
21132 - use proper default values
21133 - try transport successively until one works (untested!)
21135 ------------------------------------------------------------------------
21136 r21398 | courmisch | 2007-08-22 19:24:23 +0200 (Wed, 22 Aug 2007) | 2 lines
21138 M /trunk/src/network/httpd.c
21140 Remove extra capitals
21142 ------------------------------------------------------------------------
21143 r21397 | pdherbemont | 2007-08-22 18:49:43 +0200 (Wed, 22 Aug 2007) | 2 lines
21145 M /trunk/src/control/media_descriptor.c
21147 control/media_descriptor.c: Include playlist.h for the preparser.
21149 ------------------------------------------------------------------------
21150 r21396 | pdherbemont | 2007-08-22 18:47:40 +0200 (Wed, 22 Aug 2007) | 2 lines
21152 M /trunk/src/control/media_descriptor.c
21154 control/media_descriptor.c: Use playlist's fetcher to preparse the item.
21156 ------------------------------------------------------------------------
21157 r21395 | ileoo | 2007-08-22 18:39:52 +0200 (Wed, 22 Aug 2007) | 1 line
21159 M /trunk/share/luameta/googleimage.lua
21161 art search with artist + album could be littlebit better
21162 ------------------------------------------------------------------------
21163 r21394 | pdherbemont | 2007-08-22 18:22:02 +0200 (Wed, 22 Aug 2007) | 2 lines
21165 M /trunk/src/input/meta.c
21167 input/meta.c: Don't free a char[].
21169 ------------------------------------------------------------------------
21170 r21393 | courmisch | 2007-08-22 18:20:31 +0200 (Wed, 22 Aug 2007) | 4 lines
21172 M /trunk/modules/stream_out/rtp.c
21174 Bunch of conformance fixes:
21175 - "handle" Require header
21176 - return 459/460 when appropriate
21178 ------------------------------------------------------------------------
21179 r21392 | courmisch | 2007-08-22 18:19:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21181 M /trunk/src/network/httpd.c
21183 Make more DSO-friendly, add some error values that I am going to use
21185 ------------------------------------------------------------------------
21186 r21391 | pdherbemont | 2007-08-22 18:10:36 +0200 (Wed, 22 Aug 2007) | 2 lines
21188 M /trunk/src/input/meta.c
21190 input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.
21192 ------------------------------------------------------------------------
21193 r21390 | pdherbemont | 2007-08-22 18:07:09 +0200 (Wed, 22 Aug 2007) | 2 lines
21195 M /trunk/src/input/meta.c
21197 input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.
21199 ------------------------------------------------------------------------
21200 r21389 | pdherbemont | 2007-08-22 18:05:39 +0200 (Wed, 22 Aug 2007) | 2 lines
21202 M /trunk/src/input/meta.c
21204 input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).
21206 ------------------------------------------------------------------------
21207 r21388 | pdherbemont | 2007-08-22 17:59:00 +0200 (Wed, 22 Aug 2007) | 2 lines
21209 M /trunk/src/input/meta.c
21211 input/meta.c: ArtCacheCreateDir fix, third attempt.
21213 ------------------------------------------------------------------------
21214 r21387 | pdherbemont | 2007-08-22 17:58:01 +0200 (Wed, 22 Aug 2007) | 2 lines
21216 M /trunk/src/input/meta.c
21218 input/meta.c: ArtCacheCreateDir fix, second try.
21220 ------------------------------------------------------------------------
21221 r21386 | pdherbemont | 2007-08-22 17:56:00 +0200 (Wed, 22 Aug 2007) | 2 lines
21223 M /trunk/src/input/meta.c
21225 input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
21227 ------------------------------------------------------------------------
21228 r21385 | pdherbemont | 2007-08-22 17:21:38 +0200 (Wed, 22 Aug 2007) | 2 lines
21230 M /trunk/src/input/meta.c
21232 input/meta.c: Make sure the artwork cache is used.
21234 ------------------------------------------------------------------------
21235 r21384 | pdherbemont | 2007-08-22 17:16:51 +0200 (Wed, 22 Aug 2007) | 2 lines
21237 M /trunk/src/input/meta.c
21239 input/meta.c: Fix a leak.
21241 ------------------------------------------------------------------------
21242 r21383 | pdherbemont | 2007-08-22 17:00:49 +0200 (Wed, 22 Aug 2007) | 2 lines
21244 M /trunk/src/input/meta.c
21246 input/meta.c: Avoid by passing cache when not needed.
21248 ------------------------------------------------------------------------
21249 r21382 | pdherbemont | 2007-08-22 16:54:11 +0200 (Wed, 22 Aug 2007) | 2 lines
21251 M /trunk/share/luameta/googleimage.lua
21253 share/luameta/googleimage.lua: Filter out extensions.
21255 ------------------------------------------------------------------------
21256 r21381 | funman | 2007-08-22 15:58:44 +0200 (Wed, 22 Aug 2007) | 1 line
21258 M /trunk/configure.ac
21260 id3tag plugin can now be disabled
21261 ------------------------------------------------------------------------
21262 r21380 | funman | 2007-08-22 15:57:51 +0200 (Wed, 22 Aug 2007) | 1 line
21264 M /trunk/po/POTFILES.in
21266 Removes luaplaylist.c from POTFILES.in
21267 ------------------------------------------------------------------------
21268 r21379 | pdherbemont | 2007-08-22 15:39:09 +0200 (Wed, 22 Aug 2007) | 2 lines
21270 M /trunk/modules/demux/playlist/Modules.am
21271 D /trunk/modules/demux/playlist/luaplaylist.c
21273 modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.
21275 ------------------------------------------------------------------------
21276 r21378 | pdherbemont | 2007-08-22 15:37:07 +0200 (Wed, 22 Aug 2007) | 2 lines
21278 M /trunk/modules/meta_engine/Modules.am
21279 D /trunk/modules/meta_engine/luameta.c
21281 modules/misc/meta_engine: Remove luameta now that it is merged in the lua module.
21283 ------------------------------------------------------------------------
21284 r21377 | pdherbemont | 2007-08-22 15:34:12 +0200 (Wed, 22 Aug 2007) | 2 lines
21286 M /trunk/configure.ac
21288 configure.ac: Switch to the new lua module.
21290 ------------------------------------------------------------------------
21291 r21376 | pdherbemont | 2007-08-22 15:33:23 +0200 (Wed, 22 Aug 2007) | 2 lines
21293 A /trunk/modules/misc/lua
21294 A /trunk/modules/misc/lua/Modules.am
21295 A /trunk/modules/misc/lua/luameta.c
21296 A /trunk/modules/misc/lua/luaplaylist.c
21297 A /trunk/modules/misc/lua/vlclua.c
21298 A /trunk/modules/misc/lua/vlclua.h
21300 modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.
21302 ------------------------------------------------------------------------
21303 r21375 | funman | 2007-08-22 03:06:17 +0200 (Wed, 22 Aug 2007) | 1 line
21305 M /trunk/extras/dbus-vlc.glade
21306 M /trunk/extras/dbus-vlc.py
21308 Updates dbus pygtk controller
21309 ------------------------------------------------------------------------
21310 r21374 | funman | 2007-08-22 01:21:12 +0200 (Wed, 22 Aug 2007) | 1 line
21312 M /trunk/modules/misc/notify/msn.c
21315 ------------------------------------------------------------------------
21316 r21373 | funman | 2007-08-22 00:37:49 +0200 (Wed, 22 Aug 2007) | 3 lines
21318 M /trunk/modules/video_output/x11/xcommon.c
21319 M /trunk/src/video_output/vout_intf.c
21321 Correctly handle (avoid deadlocks) always on top when switching fullscreen.
21324 ------------------------------------------------------------------------
21325 r21372 | pdherbemont | 2007-08-21 21:43:59 +0200 (Tue, 21 Aug 2007) | 2 lines
21327 M /trunk/src/control/libvlc_internal.h
21329 src/control/libvlc_internal.h: Forgotten file.
21331 ------------------------------------------------------------------------
21332 r21371 | courmisch | 2007-08-21 21:43:51 +0200 (Tue, 21 Aug 2007) | 2 lines
21334 M /trunk/src/modules/configuration_chain.c
21338 ------------------------------------------------------------------------
21339 r21370 | pdherbemont | 2007-08-21 21:43:04 +0200 (Tue, 21 Aug 2007) | 2 lines
21341 M /trunk/src/control/media_descriptor.c
21343 control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist).
21345 ------------------------------------------------------------------------
21346 r21369 | courmisch | 2007-08-21 21:22:41 +0200 (Tue, 21 Aug 2007) | 2 lines
21348 M /trunk/modules/stream_out/rtp.c
21349 M /trunk/src/network/httpd.c
21351 Fix previous commit
21353 ------------------------------------------------------------------------
21354 r21368 | courmisch | 2007-08-21 21:16:09 +0200 (Tue, 21 Aug 2007) | 3 lines
21356 M /trunk/modules/stream_out/rtp.c
21357 M /trunk/src/network/httpd.c
21359 - Do not parse CSeq; do not assume it fits in an integer
21360 - Factorize some code
21362 ------------------------------------------------------------------------
21363 r21367 | courmisch | 2007-08-21 21:11:34 +0200 (Tue, 21 Aug 2007) | 2 lines
21365 M /trunk/include/vlc_httpd.h
21366 M /trunk/modules/misc/rtsp.c
21367 M /trunk/modules/stream_out/rtp.c
21368 M /trunk/src/network/httpd.c
21370 Centralize HTTP/RTSP error text
21372 ------------------------------------------------------------------------
21373 r21366 | courmisch | 2007-08-21 20:52:42 +0200 (Tue, 21 Aug 2007) | 2 lines
21375 M /trunk/modules/stream_out/rtp.c
21377 Fix remote DoS against the RTSP server when Transport is not specified
21379 ------------------------------------------------------------------------
21380 r21365 | pdherbemont | 2007-08-21 20:47:35 +0200 (Tue, 21 Aug 2007) | 2 lines
21382 M /trunk/src/input/meta.c
21384 input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found.
21386 ------------------------------------------------------------------------
21387 r21364 | pdherbemont | 2007-08-21 20:46:11 +0200 (Tue, 21 Aug 2007) | 2 lines
21389 M /trunk/src/input/meta.c
21391 input/meta.c: Use more explicit variable naming in __input_FindArtInCache.
21393 ------------------------------------------------------------------------
21394 r21363 | courmisch | 2007-08-21 20:05:15 +0200 (Tue, 21 Aug 2007) | 2 lines
21396 M /trunk/src/input/meta.c
21400 ------------------------------------------------------------------------
21401 r21362 | courmisch | 2007-08-21 20:02:43 +0200 (Tue, 21 Aug 2007) | 2 lines
21403 M /trunk/modules/control/http/util.c
21404 M /trunk/modules/demux/mkv.cpp
21405 M /trunk/modules/gui/ncurses.c
21406 M /trunk/src/text/unicode.c
21408 Fix utf8_readdir usage
21410 ------------------------------------------------------------------------
21411 r21361 | funman | 2007-08-21 20:00:46 +0200 (Tue, 21 Aug 2007) | 1 line
21413 M /trunk/modules/control/dbus.h
21415 dbus.h: sens valid XML
21416 ------------------------------------------------------------------------
21417 r21360 | courmisch | 2007-08-21 19:49:38 +0200 (Tue, 21 Aug 2007) | 2 lines
21419 M /trunk/src/input/meta.c
21423 ------------------------------------------------------------------------
21424 r21359 | courmisch | 2007-08-21 19:45:23 +0200 (Tue, 21 Aug 2007) | 2 lines
21426 M /trunk/src/input/meta.c
21428 Use utf8_readdir properly.
21430 ------------------------------------------------------------------------
21431 r21358 | pdherbemont | 2007-08-21 19:43:54 +0200 (Tue, 21 Aug 2007) | 2 lines
21433 M /trunk/src/input/meta.c
21435 input/meta.c: Fix crashy-warnings thanks to courmisch.
21437 ------------------------------------------------------------------------
21438 r21357 | courmisch | 2007-08-21 19:31:09 +0200 (Tue, 21 Aug 2007) | 2 lines
21440 M /trunk/src/stream_output/sdp.c
21441 M /trunk/src/stream_output/stream_output.h
21443 Append media description to the SDP, as the name suggest
21445 ------------------------------------------------------------------------
21446 r21356 | courmisch | 2007-08-21 19:15:51 +0200 (Tue, 21 Aug 2007) | 4 lines
21448 M /trunk/src/stream_output/sap.c
21449 M /trunk/src/stream_output/sdp.c
21450 M /trunk/src/stream_output/stream_output.h
21452 Use hostname as SDP origin, as the spec says.
21453 (Oh, I am well aware that this is often not correctly set, but then again,
21454 why the heck would someone wants to parse the SDP origin in real life?)
21456 ------------------------------------------------------------------------
21457 r21355 | pdherbemont | 2007-08-21 18:49:45 +0200 (Tue, 21 Aug 2007) | 2 lines
21459 M /trunk/src/input/meta.c
21461 input/meta.c: Use utf8_readdir instead of readdir.
21463 ------------------------------------------------------------------------
21464 r21354 | courmisch | 2007-08-21 18:45:36 +0200 (Tue, 21 Aug 2007) | 2 lines
21466 M /trunk/modules/stream_out/rtp.c
21470 ------------------------------------------------------------------------
21471 r21353 | courmisch | 2007-08-21 18:41:29 +0200 (Tue, 21 Aug 2007) | 2 lines
21473 M /trunk/modules/demux/voc.c
21477 ------------------------------------------------------------------------
21478 r21352 | courmisch | 2007-08-21 18:37:01 +0200 (Tue, 21 Aug 2007) | 2 lines
21480 M /trunk/include/vlc_block.h
21484 ------------------------------------------------------------------------
21485 r21351 | courmisch | 2007-08-21 18:32:06 +0200 (Tue, 21 Aug 2007) | 2 lines
21487 M /trunk/modules/stream_out/rtp.c
21489 Use session-wide RTCP RR bandwidth. Fix overflow
21491 ------------------------------------------------------------------------
21492 r21350 | courmisch | 2007-08-21 18:25:16 +0200 (Tue, 21 Aug 2007) | 2 lines
21494 M /trunk/modules/stream_out/rtp.c
21498 ------------------------------------------------------------------------
21499 r21349 | funman | 2007-08-21 18:11:21 +0200 (Tue, 21 Aug 2007) | 1 line
21501 M /trunk/modules/control/dbus.c
21502 M /trunk/modules/control/dbus.h
21504 Advertises signals and renames VLC_ defines to MPRIS_
21505 ------------------------------------------------------------------------
21506 r21348 | pdherbemont | 2007-08-21 17:28:19 +0200 (Tue, 21 Aug 2007) | 3 lines
21508 M /trunk/src/input/meta.c
21510 input/meta.c: * Remove psz_name
21511 * Use filename sanitization at the lower level
21513 ------------------------------------------------------------------------
21514 r21347 | pdherbemont | 2007-08-21 17:09:18 +0200 (Tue, 21 Aug 2007) | 2 lines
21516 M /trunk/src/input/meta.c
21518 input/meta.c: Better art finding.
21520 ------------------------------------------------------------------------
21521 r21346 | damienf | 2007-08-21 17:02:09 +0200 (Tue, 21 Aug 2007) | 2 lines
21523 M /trunk/modules/misc/freetype.c
21525 freetype: make sure fontconfig is still optional
21527 ------------------------------------------------------------------------
21528 r21345 | funman | 2007-08-21 16:09:14 +0200 (Tue, 21 Aug 2007) | 1 line
21530 M /trunk/src/input/meta.c
21532 Better extensions checks for album art file creation
21533 ------------------------------------------------------------------------
21534 r21344 | pdherbemont | 2007-08-21 15:31:22 +0200 (Tue, 21 Aug 2007) | 2 lines
21536 M /trunk/src/input/meta.c
21538 input/meta.c: Better check in ArtCacheCreatePath.
21540 ------------------------------------------------------------------------
21541 r21343 | funman | 2007-08-21 15:20:01 +0200 (Tue, 21 Aug 2007) | 1 line
21543 M /trunk/src/input/meta.c
21545 Prevents crash when arturl is misformatted, and can't be translated to a filename
21546 ------------------------------------------------------------------------
21547 r21342 | funman | 2007-08-21 14:56:16 +0200 (Tue, 21 Aug 2007) | 1 line
21549 M /trunk/modules/visualization/galaktos/custom_shape.c
21550 M /trunk/modules/visualization/galaktos/custom_wave.c
21551 M /trunk/modules/visualization/galaktos/eval.c
21552 M /trunk/modules/visualization/galaktos/func.c
21553 M /trunk/modules/visualization/galaktos/param.c
21554 M /trunk/modules/visualization/galaktos/parser.c
21555 M /trunk/modules/visualization/galaktos/parser.h
21556 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21557 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21558 M /trunk/modules/visualization/galaktos/splaytree.c
21559 M /trunk/modules/visualization/galaktos/tree_types.c
21562 ------------------------------------------------------------------------
21563 r21341 | pdherbemont | 2007-08-21 14:23:20 +0200 (Tue, 21 Aug 2007) | 2 lines
21565 M /trunk/modules/services_discovery/shout.c
21567 Fix previous commit.
21569 ------------------------------------------------------------------------
21570 r21340 | pdherbemont | 2007-08-21 13:59:40 +0200 (Tue, 21 Aug 2007) | 2 lines
21572 M /trunk/modules/services_discovery/shout.c
21574 modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
21576 ------------------------------------------------------------------------
21577 r21339 | bitmap | 2007-08-21 09:49:24 +0200 (Tue, 21 Aug 2007) | 2 lines
21579 M /trunk/configure.ac
21580 M /trunk/extras/contrib/src/Distributions/win32.mak
21581 M /trunk/extras/contrib/src/Makefile
21582 A /trunk/extras/contrib/src/Patches/fontconfig.patch
21583 M /trunk/extras/contrib/src/packages.mak
21584 M /trunk/modules/misc/freetype.c
21586 Changes to get styled subtitles working with Windows
21588 ------------------------------------------------------------------------
21589 r21338 | funman | 2007-08-21 02:14:24 +0200 (Tue, 21 Aug 2007) | 1 line
21591 M /trunk/extras/contrib/src/Patches/theora-1.0a7.patch
21593 Convert patch from \r\n to \n
21594 ------------------------------------------------------------------------
21595 r21337 | funman | 2007-08-21 01:43:15 +0200 (Tue, 21 Aug 2007) | 1 line
21597 M /trunk/modules/codec/ffmpeg/ffmpeg.c
21599 Adds libavcodec version check for musepack7 fourcc
21600 ------------------------------------------------------------------------
21601 r21336 | funman | 2007-08-20 23:54:24 +0200 (Mon, 20 Aug 2007) | 1 line
21603 M /trunk/modules/meta_engine/taglib.cpp
21605 Adds some metadata writing capability (ref #1248 )
21606 ------------------------------------------------------------------------
21607 r21335 | fkuehne | 2007-08-20 23:17:46 +0200 (Mon, 20 Aug 2007) | 1 line
21611 * added the OSX path to .hosts
21612 ------------------------------------------------------------------------
21613 r21334 | xtophe | 2007-08-20 23:15:12 +0200 (Mon, 20 Aug 2007) | 2 lines
21619 ------------------------------------------------------------------------
21620 r21333 | funman | 2007-08-20 23:14:04 +0200 (Mon, 20 Aug 2007) | 1 line
21624 Update news for .hosts location
21625 ------------------------------------------------------------------------
21626 r21332 | xtophe | 2007-08-20 22:46:39 +0200 (Mon, 20 Aug 2007) | 3 lines
21628 M /trunk/modules/gui/skins2/unzip/ioapi.c
21630 unbreak compilation
21633 ------------------------------------------------------------------------
21634 r21331 | funman | 2007-08-20 22:45:28 +0200 (Mon, 20 Aug 2007) | 1 line
21636 M /trunk/modules/visualization/visual/fft.c
21639 Fixes compilation(2)
21640 ------------------------------------------------------------------------
21641 r21330 | funman | 2007-08-20 22:21:19 +0200 (Mon, 20 Aug 2007) | 1 line
21643 M /trunk/include/vlc/mediacontrol.h
21646 ------------------------------------------------------------------------
21647 r21329 | funman | 2007-08-20 22:14:08 +0200 (Mon, 20 Aug 2007) | 1 line
21649 M /trunk/modules/meta_engine/taglib.cpp
21652 ------------------------------------------------------------------------
21653 r21328 | courmisch | 2007-08-20 21:47:07 +0200 (Mon, 20 Aug 2007) | 3 lines
21655 M /trunk/modules/stream_out/rtp.c
21660 ------------------------------------------------------------------------
21661 r21327 | courmisch | 2007-08-20 21:23:10 +0200 (Mon, 20 Aug 2007) | 3 lines
21663 M /trunk/include/vlc_common.h
21664 M /trunk/modules/access/cdda/access.c
21665 M /trunk/modules/access/dc1394.c
21666 M /trunk/modules/access/dshow/crossbar.cpp
21667 M /trunk/modules/access/dshow/dshow.cpp
21668 M /trunk/modules/access/dshow/filter.cpp
21669 M /trunk/modules/access/dvdread.c
21670 M /trunk/modules/access/fake.c
21671 M /trunk/modules/access/ftp.c
21672 M /trunk/modules/access/gnomevfs.c
21673 M /trunk/modules/access/jack.c
21674 M /trunk/modules/access/rtsp/real.c
21675 M /trunk/modules/access/rtsp/rtsp.c
21676 M /trunk/modules/access/v4l.c
21677 M /trunk/modules/access/v4l2.c
21678 M /trunk/modules/access/vcd/cdrom.c
21679 M /trunk/modules/access/vcdx/demux.c
21680 M /trunk/modules/access_filter/bandwidth.c
21681 M /trunk/modules/access_filter/dump.c
21682 M /trunk/modules/access_filter/record.c
21683 M /trunk/modules/access_filter/timeshift.c
21684 M /trunk/modules/access_output/http.c
21685 M /trunk/modules/audio_filter/normvol.c
21686 M /trunk/modules/audio_output/alsa.c
21687 M /trunk/modules/codec/dmo/buffer.c
21688 M /trunk/modules/codec/dmo/dmo.c
21689 M /trunk/modules/codec/xvmc/xxmc.c
21690 M /trunk/modules/control/dbus.c
21691 M /trunk/modules/control/http/util.c
21692 M /trunk/modules/control/rc.c
21693 M /trunk/modules/demux/asf/libasf.c
21694 M /trunk/modules/demux/mp4/libmp4.c
21695 M /trunk/modules/demux/mp4/mp4.c
21696 M /trunk/modules/demux/real.c
21697 M /trunk/modules/demux/ts.c
21698 M /trunk/modules/gui/beos/AudioOutput.cpp
21699 M /trunk/modules/gui/beos/Interface.cpp
21700 M /trunk/modules/gui/beos/ListViews.cpp
21701 M /trunk/modules/gui/beos/VideoOutput.cpp
21702 M /trunk/modules/gui/ncurses.c
21703 M /trunk/modules/gui/pda/pda.c
21704 M /trunk/modules/gui/pda/pda_callbacks.c
21705 M /trunk/modules/gui/pda/pda_interface.c
21706 M /trunk/modules/gui/pda/pda_support.c
21707 M /trunk/modules/gui/skins2/unzip/ioapi.c
21708 M /trunk/modules/gui/skins2/unzip/unzip.c
21709 M /trunk/modules/gui/skins2/vars/time.cpp
21710 M /trunk/modules/gui/skins2/vars/volume.cpp
21711 M /trunk/modules/gui/wince/fileinfo.cpp
21712 M /trunk/modules/gui/wince/iteminfo.cpp
21713 M /trunk/modules/gui/wince/menus.cpp
21714 M /trunk/modules/gui/wince/messages.cpp
21715 M /trunk/modules/gui/wince/open.cpp
21716 M /trunk/modules/gui/wince/playlist.cpp
21717 M /trunk/modules/gui/wince/preferences.cpp
21718 M /trunk/modules/gui/wince/preferences_widgets.cpp
21719 M /trunk/modules/gui/wince/subtitles.cpp
21720 M /trunk/modules/gui/wince/timer.cpp
21721 M /trunk/modules/gui/wxwidgets/dialogs.cpp
21722 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
21723 M /trunk/modules/meta_engine/luameta.c
21724 M /trunk/modules/misc/dummy/decoder.c
21725 M /trunk/modules/misc/logger.c
21726 M /trunk/modules/misc/playlist/xspf.c
21727 M /trunk/modules/misc/xml/xtag.c
21728 M /trunk/modules/stream_out/rtp.c
21729 M /trunk/modules/stream_out/standard.c
21730 M /trunk/modules/stream_out/switcher.c
21731 M /trunk/modules/stream_out/transrate/block.c
21732 M /trunk/modules/stream_out/transrate/frame.c
21733 M /trunk/modules/stream_out/transrate/transrate.c
21734 M /trunk/modules/visualization/galaktos/PCM.c
21735 M /trunk/modules/visualization/galaktos/beat_detect.c
21736 M /trunk/modules/visualization/galaktos/builtin_funcs.c
21737 M /trunk/modules/visualization/galaktos/custom_shape.c
21738 M /trunk/modules/visualization/galaktos/custom_wave.c
21739 M /trunk/modules/visualization/galaktos/eval.c
21740 M /trunk/modules/visualization/galaktos/fftsg.c
21741 M /trunk/modules/visualization/galaktos/func.c
21742 M /trunk/modules/visualization/galaktos/init_cond.c
21743 M /trunk/modules/visualization/galaktos/main.c
21744 M /trunk/modules/visualization/galaktos/param.c
21745 M /trunk/modules/visualization/galaktos/parser.c
21746 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21747 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21748 M /trunk/modules/visualization/galaktos/preset.c
21749 M /trunk/modules/visualization/galaktos/splaytree.c
21750 M /trunk/modules/visualization/galaktos/tree_types.c
21752 Remove stdio while we're at it.
21753 Finally rid of the strcasestr warning
21755 ------------------------------------------------------------------------
21756 r21326 | courmisch | 2007-08-20 21:18:53 +0200 (Mon, 20 Aug 2007) | 5 lines
21758 M /trunk/modules/codec/cmml/xarray.c
21759 M /trunk/modules/codec/cmml/xlist.c
21760 M /trunk/modules/codec/cmml/xstrcat.h
21761 M /trunk/modules/codec/cmml/xtag.c
21765 There is something seriously messed up in these files though
21766 (like the declaration in xtag.h do not match the definition in xtag.c!)
21768 ------------------------------------------------------------------------
21769 r21325 | courmisch | 2007-08-20 21:13:50 +0200 (Mon, 20 Aug 2007) | 2 lines
21771 M /trunk/src/network/httpd.c
21773 Use fixed size string for extension. This is more DSO friendly
21775 ------------------------------------------------------------------------
21776 r21324 | courmisch | 2007-08-20 21:10:23 +0200 (Mon, 20 Aug 2007) | 2 lines
21778 M /trunk/modules/access/cdda/access.c
21779 M /trunk/modules/access/cdda.c
21780 M /trunk/modules/access/dc1394.c
21781 M /trunk/modules/access/directory.c
21782 M /trunk/modules/access/dshow/crossbar.cpp
21783 M /trunk/modules/access/dshow/dshow.cpp
21784 M /trunk/modules/access/dshow/filter.cpp
21785 M /trunk/modules/access/dv.c
21786 M /trunk/modules/access/dvdread.c
21787 M /trunk/modules/access/fake.c
21788 M /trunk/modules/access/file.c
21789 M /trunk/modules/access/gnomevfs.c
21790 M /trunk/modules/access/http.c
21791 M /trunk/modules/access/jack.c
21792 M /trunk/modules/access/mms/mmsh.c
21793 M /trunk/modules/access/mms/mmstu.c
21794 M /trunk/modules/access/rtsp/real.c
21795 M /trunk/modules/access/screen/screen.c
21796 M /trunk/modules/access/smb.c
21797 M /trunk/modules/access/v4l.c
21798 M /trunk/modules/access/v4l2.c
21799 M /trunk/modules/access/vcd/cdrom.c
21800 M /trunk/modules/access/vcdx/demux.c
21801 M /trunk/modules/access/vcdx/vcdplayer.c
21802 M /trunk/modules/access_output/file.c
21803 M /trunk/modules/access_output/shout.c
21804 M /trunk/modules/access_output/udp.c
21805 M /trunk/modules/audio_filter/channel_mixer/dolby.c
21806 M /trunk/modules/audio_filter/channel_mixer/headphone.c
21807 M /trunk/modules/audio_filter/channel_mixer/mono.c
21808 M /trunk/modules/audio_filter/channel_mixer/simple.c
21809 M /trunk/modules/audio_filter/channel_mixer/trivial.c
21810 M /trunk/modules/audio_filter/converter/a52tofloat32.c
21811 M /trunk/modules/audio_filter/converter/a52tospdif.c
21812 M /trunk/modules/audio_filter/converter/dtstofloat32.c
21813 M /trunk/modules/audio_filter/converter/dtstospdif.c
21814 M /trunk/modules/audio_filter/converter/fixed.c
21815 M /trunk/modules/audio_filter/converter/float.c
21816 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
21817 M /trunk/modules/audio_filter/format.c
21818 M /trunk/modules/audio_filter/normvol.c
21819 M /trunk/modules/audio_filter/param_eq.c
21820 M /trunk/modules/audio_filter/resampler/bandlimited.c
21821 M /trunk/modules/audio_filter/resampler/linear.c
21822 M /trunk/modules/audio_filter/resampler/trivial.c
21823 M /trunk/modules/audio_filter/resampler/ugly.c
21824 M /trunk/modules/audio_mixer/float32.c
21825 M /trunk/modules/audio_mixer/spdif.c
21826 M /trunk/modules/audio_mixer/trivial.c
21827 M /trunk/modules/audio_output/alsa.c
21828 M /trunk/modules/audio_output/arts.c
21829 M /trunk/modules/audio_output/auhal.c
21830 M /trunk/modules/audio_output/directx.c
21831 M /trunk/modules/audio_output/esd.c
21832 M /trunk/modules/audio_output/file.c
21833 M /trunk/modules/audio_output/hd1000a.cpp
21834 M /trunk/modules/audio_output/jack.c
21835 M /trunk/modules/audio_output/oss.c
21836 M /trunk/modules/audio_output/portaudio.c
21837 M /trunk/modules/audio_output/sdl.c
21838 M /trunk/modules/audio_output/waveout.c
21839 M /trunk/modules/codec/cmml/browser_open.c
21840 M /trunk/modules/codec/cmml/intf.c
21841 M /trunk/modules/codec/cmml/xarray.c
21842 M /trunk/modules/codec/cmml/xtag.c
21843 M /trunk/modules/codec/cmml/xurl.c
21844 M /trunk/modules/codec/dmo/buffer.c
21845 M /trunk/modules/codec/dmo/dmo.c
21846 M /trunk/modules/codec/xvmc/decode.c
21847 M /trunk/modules/codec/xvmc/header.c
21848 M /trunk/modules/control/dbus.c
21849 M /trunk/modules/control/gestures.c
21850 M /trunk/modules/control/lirc.c
21851 M /trunk/modules/control/motion.c
21852 M /trunk/modules/control/rc.c
21853 M /trunk/modules/control/showintf.c
21854 M /trunk/modules/control/unimotion.c
21855 M /trunk/modules/demux/demuxdump.c
21856 M /trunk/modules/demux/live555.cpp
21857 M /trunk/modules/demux/playlist/asx.c
21858 M /trunk/modules/demux/playlist/sgimb.c
21859 M /trunk/modules/demux/subtitle.c
21860 M /trunk/modules/demux/vobsub.c
21861 M /trunk/modules/gui/beos/AudioOutput.cpp
21862 M /trunk/modules/gui/beos/BeOS.cpp
21863 M /trunk/modules/gui/beos/Interface.cpp
21864 M /trunk/modules/gui/beos/InterfaceWindow.cpp
21865 M /trunk/modules/gui/beos/MediaControlView.cpp
21866 M /trunk/modules/gui/beos/PlayListWindow.cpp
21867 M /trunk/modules/gui/beos/VideoOutput.cpp
21868 M /trunk/modules/gui/ncurses.c
21869 M /trunk/modules/gui/pda/pda.c
21870 M /trunk/modules/gui/pda/pda_callbacks.c
21871 M /trunk/modules/gui/pda/pda_interface.c
21872 M /trunk/modules/gui/pda/pda_support.c
21873 M /trunk/modules/gui/qnx/aout.c
21874 M /trunk/modules/gui/qnx/qnx.c
21875 M /trunk/modules/gui/qnx/vout.c
21876 M /trunk/modules/gui/skins2/parser/builder.cpp
21877 M /trunk/modules/gui/skins2/unzip/ioapi.c
21878 M /trunk/modules/gui/skins2/unzip/unzip.c
21879 M /trunk/modules/gui/skins2/utils/ustring.cpp
21880 M /trunk/modules/gui/wince/fileinfo.cpp
21881 M /trunk/modules/gui/wince/iteminfo.cpp
21882 M /trunk/modules/gui/wince/menus.cpp
21883 M /trunk/modules/gui/wince/messages.cpp
21884 M /trunk/modules/gui/wince/open.cpp
21885 M /trunk/modules/gui/wince/playlist.cpp
21886 M /trunk/modules/gui/wince/preferences.cpp
21887 M /trunk/modules/gui/wince/preferences_widgets.cpp
21888 M /trunk/modules/gui/wince/subtitles.cpp
21889 M /trunk/modules/gui/wince/timer.cpp
21890 M /trunk/modules/gui/wxwidgets/dialogs.cpp
21891 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
21892 M /trunk/modules/meta_engine/folder.c
21893 M /trunk/modules/meta_engine/id3tag.c
21894 M /trunk/modules/misc/audioscrobbler.c
21895 M /trunk/modules/misc/dummy/aout.c
21896 M /trunk/modules/misc/dummy/dummy.c
21897 M /trunk/modules/misc/dummy/input.c
21898 M /trunk/modules/misc/dummy/interface.c
21899 M /trunk/modules/misc/dummy/vout.c
21900 M /trunk/modules/misc/freetype.c
21901 M /trunk/modules/misc/logger.c
21902 M /trunk/modules/misc/memcpy/memcpy.c
21903 M /trunk/modules/misc/memcpy/memcpyaltivec.c
21904 M /trunk/modules/misc/notify/xosd.c
21905 M /trunk/modules/misc/quartztext.c
21906 M /trunk/modules/misc/rtsp.c
21907 M /trunk/modules/misc/svg.c
21908 M /trunk/modules/misc/win32text.c
21909 M /trunk/modules/misc/xml/xtag.c
21910 M /trunk/modules/mux/mp4.c
21911 M /trunk/modules/mux/mpeg/pes.c
21912 M /trunk/modules/mux/ogg.c
21913 M /trunk/modules/packetizer/mpeg4audio.c
21914 M /trunk/modules/services_discovery/bonjour.c
21915 M /trunk/modules/services_discovery/podcast.c
21916 M /trunk/modules/stream_out/autodel.c
21917 M /trunk/modules/stream_out/bridge.c
21918 M /trunk/modules/stream_out/description.c
21919 M /trunk/modules/stream_out/display.c
21920 M /trunk/modules/stream_out/dummy.c
21921 M /trunk/modules/stream_out/duplicate.c
21922 M /trunk/modules/stream_out/es.c
21923 M /trunk/modules/stream_out/mosaic_bridge.c
21924 M /trunk/modules/stream_out/standard.c
21925 M /trunk/modules/stream_out/transcode.c
21926 M /trunk/modules/video_chroma/grey_yuv.c
21927 M /trunk/modules/video_chroma/i420_rgb.c
21928 M /trunk/modules/video_chroma/i420_rgb16.c
21929 M /trunk/modules/video_chroma/i420_rgb8.c
21930 M /trunk/modules/video_chroma/i420_ymga.c
21931 M /trunk/modules/video_chroma/i420_yuy2.c
21932 M /trunk/modules/video_chroma/i422_yuy2.c
21933 M /trunk/modules/video_filter/adjust.c
21934 M /trunk/modules/video_filter/alphamask.c
21935 M /trunk/modules/video_filter/bluescreen.c
21936 M /trunk/modules/video_filter/clone.c
21937 M /trunk/modules/video_filter/colorthres.c
21938 M /trunk/modules/video_filter/crop.c
21939 M /trunk/modules/video_filter/deinterlace.c
21940 M /trunk/modules/video_filter/erase.c
21941 M /trunk/modules/video_filter/extract.c
21942 M /trunk/modules/video_filter/gaussianblur.c
21943 M /trunk/modules/video_filter/gradient.c
21944 M /trunk/modules/video_filter/grain.c
21945 M /trunk/modules/video_filter/invert.c
21946 M /trunk/modules/video_filter/logo.c
21947 M /trunk/modules/video_filter/magnify.c
21948 M /trunk/modules/video_filter/marq.c
21949 M /trunk/modules/video_filter/mosaic.c
21950 M /trunk/modules/video_filter/motionblur.c
21951 M /trunk/modules/video_filter/motiondetect.c
21952 M /trunk/modules/video_filter/noise.c
21953 M /trunk/modules/video_filter/opencv_wrapper.c
21954 M /trunk/modules/video_filter/osdmenu.c
21955 M /trunk/modules/video_filter/panoramix.c
21956 M /trunk/modules/video_filter/psychedelic.c
21957 M /trunk/modules/video_filter/puzzle.c
21958 M /trunk/modules/video_filter/ripple.c
21959 M /trunk/modules/video_filter/rotate.c
21960 M /trunk/modules/video_filter/rss.c
21961 M /trunk/modules/video_filter/sharpen.c
21962 M /trunk/modules/video_filter/transform.c
21963 M /trunk/modules/video_filter/wall.c
21964 M /trunk/modules/video_filter/wave.c
21965 M /trunk/modules/video_output/aa.c
21966 M /trunk/modules/video_output/caca.c
21967 M /trunk/modules/video_output/directfb.c
21968 M /trunk/modules/video_output/fb.c
21969 M /trunk/modules/video_output/ggi.c
21970 M /trunk/modules/video_output/glide.c
21971 M /trunk/modules/video_output/hd1000v.cpp
21972 M /trunk/modules/video_output/mga.c
21973 M /trunk/modules/video_output/msw/direct3d.c
21974 M /trunk/modules/video_output/msw/directx.c
21975 M /trunk/modules/video_output/msw/events.c
21976 M /trunk/modules/video_output/msw/glwin32.c
21977 M /trunk/modules/video_output/msw/wingdi.c
21978 M /trunk/modules/video_output/opengl.c
21979 M /trunk/modules/video_output/qte/qte.cpp
21980 M /trunk/modules/video_output/sdl.c
21981 M /trunk/modules/video_output/x11/glx.c
21982 M /trunk/modules/video_output/x11/x11.c
21983 M /trunk/modules/video_output/x11/xcommon.c
21984 M /trunk/modules/video_output/x11/xvideo.c
21985 M /trunk/modules/video_output/x11/xvmc.c
21986 M /trunk/modules/visualization/galaktos/custom_shape.c
21987 M /trunk/modules/visualization/galaktos/custom_wave.c
21988 M /trunk/modules/visualization/galaktos/func.c
21989 M /trunk/modules/visualization/galaktos/init_cond.c
21990 M /trunk/modules/visualization/galaktos/main.c
21991 M /trunk/modules/visualization/galaktos/param.c
21992 M /trunk/modules/visualization/galaktos/parser.c
21993 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
21994 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
21995 M /trunk/modules/visualization/galaktos/preset.c
21996 M /trunk/modules/visualization/galaktos/splaytree.c
21997 M /trunk/modules/visualization/galaktos/tree_types.c
21998 M /trunk/modules/visualization/goom.c
21999 M /trunk/modules/visualization/visual/visual.c
22001 Remove _GNU_SOURCE and string.h too
22003 ------------------------------------------------------------------------
22004 r21323 | courmisch | 2007-08-20 21:08:22 +0200 (Mon, 20 Aug 2007) | 2 lines
22006 M /trunk/modules/access/cdda/access.c
22007 M /trunk/modules/access/cdda.c
22008 M /trunk/modules/access/dc1394.c
22009 M /trunk/modules/access/directory.c
22010 M /trunk/modules/access/dshow/crossbar.cpp
22011 M /trunk/modules/access/dshow/dshow.cpp
22012 M /trunk/modules/access/dshow/filter.cpp
22013 M /trunk/modules/access/dv.c
22014 M /trunk/modules/access/dvdnav.c
22015 M /trunk/modules/access/dvdread.c
22016 M /trunk/modules/access/eyetv.c
22017 M /trunk/modules/access/fake.c
22018 M /trunk/modules/access/file.c
22019 M /trunk/modules/access/ftp.c
22020 M /trunk/modules/access/gnomevfs.c
22021 M /trunk/modules/access/http.c
22022 M /trunk/modules/access/jack.c
22023 M /trunk/modules/access/mms/asf.c
22024 M /trunk/modules/access/mms/buffer.c
22025 M /trunk/modules/access/mms/mms.c
22026 M /trunk/modules/access/mms/mmsh.c
22027 M /trunk/modules/access/mms/mmstu.c
22028 M /trunk/modules/access/pvr.c
22029 M /trunk/modules/access/rtsp/rtsp.c
22030 M /trunk/modules/access/screen/beos.cpp
22031 M /trunk/modules/access/screen/mac.c
22032 M /trunk/modules/access/screen/screen.c
22033 M /trunk/modules/access/screen/win32.c
22034 M /trunk/modules/access/screen/x11.c
22035 M /trunk/modules/access/smb.c
22036 M /trunk/modules/access/tcp.c
22037 M /trunk/modules/access/udp.c
22038 M /trunk/modules/access/v4l.c
22039 M /trunk/modules/access/v4l2.c
22040 M /trunk/modules/access/vcd/cdrom.c
22041 M /trunk/modules/access/vcd/vcd.c
22042 M /trunk/modules/access/vcdx/demux.c
22043 M /trunk/modules/access_filter/bandwidth.c
22044 M /trunk/modules/access_filter/dump.c
22045 M /trunk/modules/access_filter/record.c
22046 M /trunk/modules/access_filter/timeshift.c
22047 M /trunk/modules/access_output/bonjour.c
22048 M /trunk/modules/access_output/dummy.c
22049 M /trunk/modules/access_output/file.c
22050 M /trunk/modules/access_output/http.c
22051 M /trunk/modules/access_output/udp.c
22052 M /trunk/modules/audio_filter/channel_mixer/dolby.c
22053 M /trunk/modules/audio_filter/channel_mixer/headphone.c
22054 M /trunk/modules/audio_filter/channel_mixer/mono.c
22055 M /trunk/modules/audio_filter/channel_mixer/simple.c
22056 M /trunk/modules/audio_filter/channel_mixer/trivial.c
22057 M /trunk/modules/audio_filter/converter/a52tofloat32.c
22058 M /trunk/modules/audio_filter/converter/a52tospdif.c
22059 M /trunk/modules/audio_filter/converter/dtstofloat32.c
22060 M /trunk/modules/audio_filter/converter/dtstospdif.c
22061 M /trunk/modules/audio_filter/converter/fixed.c
22062 M /trunk/modules/audio_filter/converter/float.c
22063 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
22064 M /trunk/modules/audio_filter/equalizer.c
22065 M /trunk/modules/audio_filter/format.c
22066 M /trunk/modules/audio_filter/normvol.c
22067 M /trunk/modules/audio_filter/param_eq.c
22068 M /trunk/modules/audio_filter/resampler/bandlimited.c
22069 M /trunk/modules/audio_filter/resampler/linear.c
22070 M /trunk/modules/audio_filter/resampler/trivial.c
22071 M /trunk/modules/audio_filter/resampler/ugly.c
22072 M /trunk/modules/audio_mixer/float32.c
22073 M /trunk/modules/audio_mixer/spdif.c
22074 M /trunk/modules/audio_mixer/trivial.c
22075 M /trunk/modules/audio_output/alsa.c
22076 M /trunk/modules/audio_output/arts.c
22077 M /trunk/modules/audio_output/auhal.c
22078 M /trunk/modules/audio_output/directx.c
22079 M /trunk/modules/audio_output/esd.c
22080 M /trunk/modules/audio_output/file.c
22081 M /trunk/modules/audio_output/hd1000a.cpp
22082 M /trunk/modules/audio_output/jack.c
22083 M /trunk/modules/audio_output/oss.c
22084 M /trunk/modules/audio_output/portaudio.c
22085 M /trunk/modules/audio_output/sdl.c
22086 M /trunk/modules/audio_output/waveout.c
22087 M /trunk/modules/codec/cmml/browser_open.c
22088 M /trunk/modules/codec/cmml/intf.c
22089 M /trunk/modules/codec/cmml/xarray.c
22090 M /trunk/modules/codec/cmml/xlist.c
22091 M /trunk/modules/codec/cmml/xtag.c
22092 M /trunk/modules/codec/cmml/xurl.c
22093 M /trunk/modules/codec/dmo/buffer.c
22094 M /trunk/modules/codec/dmo/dmo.c
22095 M /trunk/modules/codec/ffmpeg/demux.c
22096 M /trunk/modules/codec/ffmpeg/mux.c
22097 M /trunk/modules/codec/xvmc/alloc.c
22098 M /trunk/modules/codec/xvmc/cpu_state.c
22099 M /trunk/modules/codec/xvmc/decode.c
22100 M /trunk/modules/codec/xvmc/header.c
22101 M /trunk/modules/control/dbus.c
22102 M /trunk/modules/control/gestures.c
22103 M /trunk/modules/control/hotkeys.c
22104 M /trunk/modules/control/lirc.c
22105 M /trunk/modules/control/motion.c
22106 M /trunk/modules/control/netsync.c
22107 M /trunk/modules/control/ntservice.c
22108 M /trunk/modules/control/rc.c
22109 M /trunk/modules/control/showintf.c
22110 M /trunk/modules/control/telnet.c
22111 M /trunk/modules/demux/aiff.c
22112 M /trunk/modules/demux/asf/asf.c
22113 M /trunk/modules/demux/asf/libasf.c
22114 M /trunk/modules/demux/au.c
22115 M /trunk/modules/demux/avi/avi.c
22116 M /trunk/modules/demux/avi/libavi.c
22117 M /trunk/modules/demux/demuxdump.c
22118 M /trunk/modules/demux/gme.cpp
22119 M /trunk/modules/demux/live555.cpp
22120 M /trunk/modules/demux/mjpeg.c
22121 M /trunk/modules/demux/mkv.cpp
22122 M /trunk/modules/demux/mod.c
22123 M /trunk/modules/demux/mp4/drms.c
22124 M /trunk/modules/demux/mp4/libmp4.c
22125 M /trunk/modules/demux/mp4/mp4.c
22126 M /trunk/modules/demux/mpeg/h264.c
22127 M /trunk/modules/demux/mpeg/m4a.c
22128 M /trunk/modules/demux/mpeg/m4v.c
22129 M /trunk/modules/demux/mpeg/mpga.c
22130 M /trunk/modules/demux/mpeg/mpgv.c
22131 M /trunk/modules/demux/nsc.c
22132 M /trunk/modules/demux/nsv.c
22133 M /trunk/modules/demux/playlist/asx.c
22134 M /trunk/modules/demux/playlist/m3u.c
22135 M /trunk/modules/demux/playlist/sgimb.c
22136 M /trunk/modules/demux/ps.c
22137 M /trunk/modules/demux/pva.c
22138 M /trunk/modules/demux/rawdv.c
22139 M /trunk/modules/demux/rawvid.c
22140 M /trunk/modules/demux/real.c
22141 M /trunk/modules/demux/subtitle.c
22142 M /trunk/modules/demux/ts.c
22143 M /trunk/modules/demux/ty.c
22144 M /trunk/modules/demux/vc1.c
22145 M /trunk/modules/demux/vobsub.c
22146 M /trunk/modules/demux/voc.c
22147 M /trunk/modules/demux/wav.c
22148 M /trunk/modules/demux/xa.c
22149 M /trunk/modules/gui/beos/AudioOutput.cpp
22150 M /trunk/modules/gui/beos/BeOS.cpp
22151 M /trunk/modules/gui/beos/Interface.cpp
22152 M /trunk/modules/gui/beos/PreferencesWindow.cpp
22153 M /trunk/modules/gui/beos/VideoOutput.cpp
22154 M /trunk/modules/gui/ncurses.c
22155 M /trunk/modules/gui/pda/pda.c
22156 M /trunk/modules/gui/pda/pda_callbacks.c
22157 M /trunk/modules/gui/qnx/aout.c
22158 M /trunk/modules/gui/qnx/qnx.c
22159 M /trunk/modules/gui/qnx/vout.c
22160 M /trunk/modules/gui/skins2/src/skin_main.cpp
22161 M /trunk/modules/gui/skins2/unzip/ioapi.c
22162 M /trunk/modules/gui/skins2/unzip/unzip.c
22163 M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
22164 M /trunk/modules/gui/wince/dialogs.cpp
22165 M /trunk/modules/gui/wince/fileinfo.cpp
22166 M /trunk/modules/gui/wince/iteminfo.cpp
22167 M /trunk/modules/gui/wince/menus.cpp
22168 M /trunk/modules/gui/wince/messages.cpp
22169 M /trunk/modules/gui/wince/open.cpp
22170 M /trunk/modules/gui/wince/playlist.cpp
22171 M /trunk/modules/gui/wince/preferences.cpp
22172 M /trunk/modules/gui/wince/preferences_widgets.cpp
22173 M /trunk/modules/gui/wince/subtitles.cpp
22174 M /trunk/modules/gui/wince/timer.cpp
22175 M /trunk/modules/gui/wxwidgets/dialogs.cpp
22176 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
22177 M /trunk/modules/meta_engine/folder.c
22178 M /trunk/modules/meta_engine/id3tag.c
22179 M /trunk/modules/meta_engine/luameta.c
22180 M /trunk/modules/meta_engine/musicbrainz.c
22181 M /trunk/modules/meta_engine/taglib.cpp
22182 M /trunk/modules/misc/dummy/aout.c
22183 M /trunk/modules/misc/dummy/dummy.c
22184 M /trunk/modules/misc/dummy/input.c
22185 M /trunk/modules/misc/dummy/interface.c
22186 M /trunk/modules/misc/dummy/vout.c
22187 M /trunk/modules/misc/freetype.c
22188 M /trunk/modules/misc/gnutls.c
22189 M /trunk/modules/misc/gtk_main.c
22190 M /trunk/modules/misc/logger.c
22191 M /trunk/modules/misc/memcpy/memcpy.c
22192 M /trunk/modules/misc/memcpy/memcpyaltivec.c
22193 M /trunk/modules/misc/notify/growl.c
22194 M /trunk/modules/misc/notify/msn.c
22195 M /trunk/modules/misc/notify/notify.c
22196 M /trunk/modules/misc/notify/xosd.c
22197 M /trunk/modules/misc/playlist/m3u.c
22198 M /trunk/modules/misc/playlist/old.c
22199 M /trunk/modules/misc/qte_main.cpp
22200 M /trunk/modules/misc/quartztext.c
22201 M /trunk/modules/misc/rtsp.c
22202 M /trunk/modules/misc/screensaver.c
22203 M /trunk/modules/misc/svg.c
22204 M /trunk/modules/misc/testsuite/test4.c
22205 M /trunk/modules/misc/win32text.c
22206 M /trunk/modules/misc/xml/libxml.c
22207 M /trunk/modules/misc/xml/xtag.c
22208 M /trunk/modules/mux/asf.c
22209 M /trunk/modules/mux/avi.c
22210 M /trunk/modules/mux/dummy.c
22211 M /trunk/modules/mux/mp4.c
22212 M /trunk/modules/mux/mpeg/csa.c
22213 M /trunk/modules/mux/mpeg/pes.c
22214 M /trunk/modules/mux/mpeg/ps.c
22215 M /trunk/modules/mux/mpeg/ts.c
22216 M /trunk/modules/mux/mpjpeg.c
22217 M /trunk/modules/mux/ogg.c
22218 M /trunk/modules/mux/rtp/rtcp.c
22219 M /trunk/modules/mux/wav.c
22220 M /trunk/modules/packetizer/copy.c
22221 M /trunk/modules/packetizer/h264.c
22222 M /trunk/modules/packetizer/mpeg4audio.c
22223 M /trunk/modules/packetizer/mpeg4video.c
22224 M /trunk/modules/packetizer/mpegvideo.c
22225 M /trunk/modules/packetizer/vc1.c
22226 M /trunk/modules/services_discovery/bonjour.c
22227 M /trunk/modules/services_discovery/podcast.c
22228 M /trunk/modules/services_discovery/sap.c
22229 M /trunk/modules/services_discovery/shout.c
22230 M /trunk/modules/services_discovery/upnp_cc.cpp
22231 M /trunk/modules/services_discovery/upnp_intel.cpp
22232 M /trunk/modules/stream_out/autodel.c
22233 M /trunk/modules/stream_out/bridge.c
22234 M /trunk/modules/stream_out/description.c
22235 M /trunk/modules/stream_out/display.c
22236 M /trunk/modules/stream_out/dummy.c
22237 M /trunk/modules/stream_out/duplicate.c
22238 M /trunk/modules/stream_out/es.c
22239 M /trunk/modules/stream_out/gather.c
22240 M /trunk/modules/stream_out/mosaic_bridge.c
22241 M /trunk/modules/stream_out/rtp.c
22242 M /trunk/modules/stream_out/standard.c
22243 M /trunk/modules/stream_out/switcher.c
22244 M /trunk/modules/stream_out/transcode.c
22245 M /trunk/modules/stream_out/transrate/block.c
22246 M /trunk/modules/stream_out/transrate/frame.c
22247 M /trunk/modules/stream_out/transrate/transrate.c
22248 M /trunk/modules/video_chroma/grey_yuv.c
22249 M /trunk/modules/video_chroma/i420_rgb.c
22250 M /trunk/modules/video_chroma/i420_rgb16.c
22251 M /trunk/modules/video_chroma/i420_rgb8.c
22252 M /trunk/modules/video_chroma/i420_ymga.c
22253 M /trunk/modules/video_chroma/i420_yuy2.c
22254 M /trunk/modules/video_chroma/i422_yuy2.c
22255 M /trunk/modules/video_filter/adjust.c
22256 M /trunk/modules/video_filter/alphamask.c
22257 M /trunk/modules/video_filter/bluescreen.c
22258 M /trunk/modules/video_filter/clone.c
22259 M /trunk/modules/video_filter/colorthres.c
22260 M /trunk/modules/video_filter/crop.c
22261 M /trunk/modules/video_filter/deinterlace.c
22262 M /trunk/modules/video_filter/erase.c
22263 M /trunk/modules/video_filter/extract.c
22264 M /trunk/modules/video_filter/gaussianblur.c
22265 M /trunk/modules/video_filter/gradient.c
22266 M /trunk/modules/video_filter/grain.c
22267 M /trunk/modules/video_filter/invert.c
22268 M /trunk/modules/video_filter/logo.c
22269 M /trunk/modules/video_filter/magnify.c
22270 M /trunk/modules/video_filter/marq.c
22271 M /trunk/modules/video_filter/mosaic.c
22272 M /trunk/modules/video_filter/motionblur.c
22273 M /trunk/modules/video_filter/motiondetect.c
22274 M /trunk/modules/video_filter/noise.c
22275 M /trunk/modules/video_filter/opencv_wrapper.c
22276 M /trunk/modules/video_filter/osdmenu.c
22277 M /trunk/modules/video_filter/panoramix.c
22278 M /trunk/modules/video_filter/psychedelic.c
22279 M /trunk/modules/video_filter/puzzle.c
22280 M /trunk/modules/video_filter/ripple.c
22281 M /trunk/modules/video_filter/rotate.c
22282 M /trunk/modules/video_filter/rss.c
22283 M /trunk/modules/video_filter/sharpen.c
22284 M /trunk/modules/video_filter/transform.c
22285 M /trunk/modules/video_filter/wall.c
22286 M /trunk/modules/video_filter/wave.c
22287 M /trunk/modules/video_output/aa.c
22288 M /trunk/modules/video_output/caca.c
22289 M /trunk/modules/video_output/directfb.c
22290 M /trunk/modules/video_output/fb.c
22291 M /trunk/modules/video_output/ggi.c
22292 M /trunk/modules/video_output/glide.c
22293 M /trunk/modules/video_output/hd1000v.cpp
22294 M /trunk/modules/video_output/image.c
22295 M /trunk/modules/video_output/mga.c
22296 M /trunk/modules/video_output/msw/direct3d.c
22297 M /trunk/modules/video_output/msw/directx.c
22298 M /trunk/modules/video_output/msw/events.c
22299 M /trunk/modules/video_output/msw/glwin32.c
22300 M /trunk/modules/video_output/msw/wingdi.c
22301 M /trunk/modules/video_output/opengl.c
22302 M /trunk/modules/video_output/qte/qte.cpp
22303 M /trunk/modules/video_output/sdl.c
22304 M /trunk/modules/video_output/snapshot.c
22305 M /trunk/modules/video_output/svgalib.c
22306 M /trunk/modules/video_output/x11/glx.c
22307 M /trunk/modules/video_output/x11/x11.c
22308 M /trunk/modules/video_output/x11/xcommon.c
22309 M /trunk/modules/video_output/x11/xvideo.c
22310 M /trunk/modules/video_output/x11/xvmc.c
22311 M /trunk/modules/visualization/galaktos/PCM.c
22312 M /trunk/modules/visualization/galaktos/beat_detect.c
22313 M /trunk/modules/visualization/galaktos/builtin_funcs.c
22314 M /trunk/modules/visualization/galaktos/custom_shape.c
22315 M /trunk/modules/visualization/galaktos/custom_wave.c
22316 M /trunk/modules/visualization/galaktos/eval.c
22317 M /trunk/modules/visualization/galaktos/fftsg.c
22318 M /trunk/modules/visualization/galaktos/func.c
22319 M /trunk/modules/visualization/galaktos/init_cond.c
22320 M /trunk/modules/visualization/galaktos/main.c
22321 M /trunk/modules/visualization/galaktos/param.c
22322 M /trunk/modules/visualization/galaktos/parser.c
22323 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
22324 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
22325 M /trunk/modules/visualization/galaktos/preset.c
22326 M /trunk/modules/visualization/galaktos/splaytree.c
22327 M /trunk/modules/visualization/galaktos/tree_types.c
22328 M /trunk/modules/visualization/goom.c
22329 M /trunk/modules/visualization/visual/effects.c
22330 M /trunk/modules/visualization/visual/fft.c
22331 M /trunk/modules/visualization/visual/visual.c
22335 ------------------------------------------------------------------------
22336 r21322 | courmisch | 2007-08-20 21:04:45 +0200 (Mon, 20 Aug 2007) | 2 lines
22338 M /trunk/src/control/mediacontrol_core.c
22340 Missing vlc/vlc.h here
22342 ------------------------------------------------------------------------
22343 r21321 | courmisch | 2007-08-20 21:02:53 +0200 (Mon, 20 Aug 2007) | 2 lines
22345 M /trunk/src/interface/intf_eject.c
22349 ------------------------------------------------------------------------
22350 r21320 | courmisch | 2007-08-20 21:01:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22352 M /trunk/src/misc/events.c
22354 Something went wrong here
22356 ------------------------------------------------------------------------
22357 r21319 | courmisch | 2007-08-20 20:59:30 +0200 (Mon, 20 Aug 2007) | 4 lines
22359 M /trunk/src/audio_output/common.c
22360 M /trunk/src/audio_output/dec.c
22361 M /trunk/src/audio_output/filters.c
22362 M /trunk/src/audio_output/input.c
22363 M /trunk/src/audio_output/mixer.c
22364 M /trunk/src/audio_output/output.c
22365 M /trunk/src/control/audio.c
22366 M /trunk/src/control/libvlc_internal.h
22367 M /trunk/src/control/media_instance.c
22368 M /trunk/src/control/mediacontrol_core.c
22369 M /trunk/src/control/mediacontrol_util.c
22370 M /trunk/src/control/video.c
22371 M /trunk/src/control/vlm.c
22372 M /trunk/src/extras/libc.c
22373 M /trunk/src/input/access.c
22374 M /trunk/src/input/clock.c
22375 M /trunk/src/input/decoder.c
22376 M /trunk/src/input/demux.c
22377 M /trunk/src/input/es_out.c
22378 M /trunk/src/input/input.c
22379 M /trunk/src/input/mem_stream.c
22380 M /trunk/src/input/stream.c
22381 M /trunk/src/input/subtitles.c
22382 M /trunk/src/input/vlm.c
22383 M /trunk/src/interface/interface.c
22384 M /trunk/src/interface/intf_eject.c
22385 M /trunk/src/misc/block.c
22386 M /trunk/src/misc/darwin_specific.c
22387 M /trunk/src/misc/events.c
22388 M /trunk/src/misc/messages.c
22389 M /trunk/src/misc/mtime.c
22390 M /trunk/src/misc/objects.c
22391 M /trunk/src/misc/threads.c
22392 M /trunk/src/misc/update.c
22393 M /trunk/src/misc/variables.c
22394 M /trunk/src/misc/win32_specific.c
22395 M /trunk/src/misc/xml.c
22396 M /trunk/src/modules/configuration.c
22397 M /trunk/src/modules/configuration_chain.c
22398 M /trunk/src/network/acl.c
22399 M /trunk/src/network/httpd.c
22400 M /trunk/src/network/tcp.c
22401 M /trunk/src/network/tls.c
22402 M /trunk/src/network/udp.c
22403 M /trunk/src/osd/osd.c
22404 M /trunk/src/osd/osd_parser.c
22405 M /trunk/src/osd/osd_widgets.c
22406 M /trunk/src/stream_output/announce.c
22407 M /trunk/src/text/charset.c
22408 M /trunk/src/text/strings.c
22409 M /trunk/src/text/wincp.c
22410 M /trunk/src/video_output/video_widgets.c
22411 M /trunk/src/video_output/vout_pictures.c
22412 M /trunk/src/video_output/vout_subpictures.c
22413 M /trunk/src/video_output/vout_synchro.c
22416 Remember not to include anything before vlc/vlc.h
22417 (which includes config.h which defines the platform feature macros)
22418 Also remember stdio, string and stdlib are included implicitly
22420 ------------------------------------------------------------------------
22421 r21318 | courmisch | 2007-08-20 20:45:41 +0200 (Mon, 20 Aug 2007) | 2 lines
22423 M /trunk/src/network/httpd.c
22425 Fix memory handling
22427 ------------------------------------------------------------------------
22428 r21317 | courmisch | 2007-08-20 20:42:11 +0200 (Mon, 20 Aug 2007) | 2 lines
22430 M /trunk/include/vlc_input.h
22432 Fix strcasestr declaration
22434 ------------------------------------------------------------------------
22435 r21316 | funman | 2007-08-20 19:13:54 +0200 (Mon, 20 Aug 2007) | 1 line
22437 M /trunk/modules/codec/ffmpeg/demux.c
22439 Call "meta reader" module in ffmpeg demuxer
22440 ------------------------------------------------------------------------
22441 r21315 | pdherbemont | 2007-08-20 19:13:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22443 M /trunk/src/playlist/services_discovery.c
22445 services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf.
22447 ------------------------------------------------------------------------
22448 r21314 | funman | 2007-08-20 18:56:21 +0200 (Mon, 20 Aug 2007) | 1 line
22450 M /trunk/modules/codec/ffmpeg/ffmpeg.c
22452 Adds mpc to the ffmpeg's fourcc list
22453 ------------------------------------------------------------------------
22454 r21313 | ileoo | 2007-08-20 18:13:38 +0200 (Mon, 20 Aug 2007) | 2 lines
22456 M /trunk/modules/gui/qt4/input_manager.cpp
22458 use GetName only if GetTitle returns emptry string for meta
22460 ------------------------------------------------------------------------
22461 r21312 | funman | 2007-08-20 16:52:24 +0200 (Mon, 20 Aug 2007) | 1 line
22463 M /trunk/src/input/input.c
22465 Add comment/cosmetics
22466 ------------------------------------------------------------------------
22467 r21311 | funman | 2007-08-20 16:45:31 +0200 (Mon, 20 Aug 2007) | 1 line
22469 M /trunk/src/input/input.c
22471 Get input length from metadata if demuxer failed to retrieve it
22472 ------------------------------------------------------------------------
22473 r21310 | funman | 2007-08-20 16:13:48 +0200 (Mon, 20 Aug 2007) | 1 line
22475 M /trunk/src/input/meta.c
22477 Corrects some metadata descriptions
22478 ------------------------------------------------------------------------
22479 r21309 | funman | 2007-08-20 16:13:06 +0200 (Mon, 20 Aug 2007) | 2 lines
22481 M /trunk/po/POTFILES.in
22483 Removes deleted file
22485 ------------------------------------------------------------------------
22486 r21307 | jb | 2007-08-20 14:04:06 +0200 (Mon, 20 Aug 2007) | 3 lines
22488 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22489 M /trunk/modules/gui/qt4/main_interface.cpp
22491 Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
22494 ------------------------------------------------------------------------
22495 r21306 | jb | 2007-08-20 13:54:11 +0200 (Mon, 20 Aug 2007) | 3 lines
22497 M /trunk/modules/gui/qt4/main_interface.cpp
22499 Qt4: fix compilation. Sorry for the disturbance.
22502 ------------------------------------------------------------------------
22503 r21305 | jb | 2007-08-20 13:27:46 +0200 (Mon, 20 Aug 2007) | 2 lines
22505 M /trunk/modules/gui/qt4/main_interface.hpp
22509 ------------------------------------------------------------------------
22510 r21304 | jb | 2007-08-20 12:48:34 +0200 (Mon, 20 Aug 2007) | 3 lines
22512 M /trunk/modules/gui/qt4/Modules.am
22514 Qt4 : remove from Modules.am a removed file.
22517 ------------------------------------------------------------------------
22518 r21303 | damienf | 2007-08-20 12:40:36 +0200 (Mon, 20 Aug 2007) | 2 lines
22520 M /trunk/activex/utils.cpp
22521 M /trunk/mozilla/vlcplugin.cpp
22523 URI: when pasring for protocol headers allow for more characters than just alpha
22525 ------------------------------------------------------------------------
22526 r21302 | jb | 2007-08-20 12:04:39 +0200 (Mon, 20 Aug 2007) | 3 lines
22528 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22529 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22531 Qt4 : buttons size and various fixes. Remove dead code and avoid duplication.
22534 ------------------------------------------------------------------------
22535 r21301 | jb | 2007-08-20 11:42:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22537 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22539 Qt4 : Fix a size in main controlsWidget.
22541 ------------------------------------------------------------------------
22542 r21300 | jb | 2007-08-20 11:39:46 +0200 (Mon, 20 Aug 2007) | 3 lines
22544 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22545 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22546 M /trunk/modules/gui/qt4/main_interface.cpp
22548 Qt4 : fullscreen Button activation/deactivation
22551 ------------------------------------------------------------------------
22552 r21299 | jb | 2007-08-20 11:28:53 +0200 (Mon, 20 Aug 2007) | 3 lines
22554 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22556 Qt4 : Fix the playlistButton Size.
22559 ------------------------------------------------------------------------
22560 r21298 | jb | 2007-08-20 11:20:51 +0200 (Mon, 20 Aug 2007) | 5 lines
22562 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22563 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22564 M /trunk/modules/gui/qt4/main_interface.cpp
22565 D /trunk/modules/gui/qt4/ui/main_interface.ui
22567 Qt4 : remove useless files.
22568 Fix some segfaults by disabling functions.
22569 Slower, faster are on the side of the slider now.
22572 ------------------------------------------------------------------------
22573 r21297 | jb | 2007-08-20 10:41:55 +0200 (Mon, 20 Aug 2007) | 8 lines
22575 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
22576 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
22577 M /trunk/modules/gui/qt4/main_interface.cpp
22578 M /trunk/modules/gui/qt4/main_interface.hpp
22580 Qt4 : Changes in the main interface:
22581 - Don't use the .ui, do all by hand :)
22582 - Use a ControlWidgets to design all the controls, and implement the functions
22583 - Change a bit the advanced widget, that must be integrated in the
22585 There is a lot of Not Yet Implemented, so feel free to add some.
22588 ------------------------------------------------------------------------
22589 r21296 | pdherbemont | 2007-08-20 08:23:10 +0200 (Mon, 20 Aug 2007) | 2 lines
22591 M /trunk/include/vlc/libvlc_structures.h
22593 Fix previous commit.
22595 ------------------------------------------------------------------------
22596 r21295 | pdherbemont | 2007-08-20 06:43:48 +0200 (Mon, 20 Aug 2007) | 2 lines
22598 M /trunk/include/vlc/libvlc_structures.h
22599 M /trunk/src/control/media_instance.c
22600 M /trunk/src/control/media_list_player.c
22602 src/control: Various events addition.
22604 ------------------------------------------------------------------------
22605 r21294 | pdherbemont | 2007-08-20 04:46:54 +0200 (Mon, 20 Aug 2007) | 2 lines
22607 M /trunk/src/control/libvlc_internal.h
22609 Forgotten file from previous commit.
22611 ------------------------------------------------------------------------
22612 r21293 | pdherbemont | 2007-08-20 04:30:36 +0200 (Mon, 20 Aug 2007) | 2 lines
22614 M /trunk/src/control/media_list.c
22616 control/media_list.c: Set the VLCNode tag when an item is added as a subitem.
22618 ------------------------------------------------------------------------
22619 r21292 | pdherbemont | 2007-08-20 04:29:34 +0200 (Mon, 20 Aug 2007) | 2 lines
22621 M /trunk/include/vlc/libvlc_structures.h
22622 M /trunk/src/control/tree.c
22624 control/tree.c: Notify subtree/addition removal.
22626 ------------------------------------------------------------------------
22627 r21291 | funman | 2007-08-20 04:21:13 +0200 (Mon, 20 Aug 2007) | 3 lines
22629 M /trunk/modules/gui/qt4/components/infopanels.cpp
22630 M /trunk/modules/gui/qt4/components/infopanels.hpp
22631 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
22633 Disables some useless metadata in infopanel dialog
22634 Redesign the label & edits placement to resize the dialog
22636 ------------------------------------------------------------------------
22637 r21290 | funman | 2007-08-20 04:04:29 +0200 (Mon, 20 Aug 2007) | 1 line
22639 M /trunk/modules/gui/qt4/playlist_model.cpp
22641 Forgotten that in [21284]
22642 ------------------------------------------------------------------------
22643 r21289 | pdherbemont | 2007-08-20 03:40:03 +0200 (Mon, 20 Aug 2007) | 2 lines
22645 M /trunk/include/vlc/libvlc.h
22646 M /trunk/src/control/libvlc_internal.h
22647 M /trunk/src/control/media_descriptor.c
22648 M /trunk/src/control/tag_query.c
22650 control/tag_query.c: Make tag_query_match actually match something.
22652 ------------------------------------------------------------------------
22653 r21288 | pdherbemont | 2007-08-20 03:30:14 +0200 (Mon, 20 Aug 2007) | 2 lines
22655 M /trunk/src/Makefile.am
22657 src/Makefile.am: build dynamic_media_list.c and tree.c.
22659 ------------------------------------------------------------------------
22660 r21287 | pdherbemont | 2007-08-20 03:28:12 +0200 (Mon, 20 Aug 2007) | 2 lines
22662 M /trunk/src/control/dynamic_media_list.c
22664 dynamic_media_list.c: Fix a warning.
22666 ------------------------------------------------------------------------
22667 r21286 | pdherbemont | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 2 lines
22669 M /trunk/include/vlc/libvlc.h
22671 vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.
22673 ------------------------------------------------------------------------
22674 r21285 | funman | 2007-08-20 03:27:38 +0200 (Mon, 20 Aug 2007) | 1 line
22676 M /trunk/modules/meta_engine/taglib.cpp
22678 Reads more metadata from ID3v2 tags
22679 ------------------------------------------------------------------------
22680 r21284 | funman | 2007-08-20 03:21:40 +0200 (Mon, 20 Aug 2007) | 1 line
22682 M /trunk/include/vlc_meta.h
22684 Disables unusued stuff
22685 ------------------------------------------------------------------------
22686 r21283 | pdherbemont | 2007-08-20 03:13:42 +0200 (Mon, 20 Aug 2007) | 3 lines
22688 M /trunk/include/vlc/libvlc.h
22689 M /trunk/include/vlc/libvlc_structures.h
22690 A /trunk/src/control/dynamic_media_list.c
22691 M /trunk/src/control/libvlc_internal.h
22692 M /trunk/src/control/media_list.c
22694 control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
22695 The idea is to have create a media list using the item of an other that matches a certain query.
22697 ------------------------------------------------------------------------
22698 r21282 | pdherbemont | 2007-08-20 01:38:02 +0200 (Mon, 20 Aug 2007) | 2 lines
22700 M /trunk/include/vlc/libvlc.h
22701 M /trunk/include/vlc/libvlc_structures.h
22702 M /trunk/src/control/libvlc_internal.h
22703 A /trunk/src/control/tree.c
22705 control/tree.c: Add a new structure to work with tree.
22707 ------------------------------------------------------------------------
22708 r21281 | pdherbemont | 2007-08-20 01:05:21 +0200 (Mon, 20 Aug 2007) | 2 lines
22710 M /trunk/src/control/libvlc_internal.h
22712 libvlc_internal.h: Forgotten file.
22714 ------------------------------------------------------------------------
22715 r21280 | pdherbemont | 2007-08-20 00:52:06 +0200 (Mon, 20 Aug 2007) | 2 lines
22717 M /trunk/src/control/media_library.c
22719 control/media_library.c: Remove unwanted commit.
22721 ------------------------------------------------------------------------
22722 r21279 | pdherbemont | 2007-08-20 00:51:32 +0200 (Mon, 20 Aug 2007) | 2 lines
22724 M /trunk/src/control/media_library.c
22726 control/media_library.c: svn propset svn:keywords "Id".
22728 ------------------------------------------------------------------------
22729 r21278 | pdherbemont | 2007-08-20 00:46:15 +0200 (Mon, 20 Aug 2007) | 2 lines
22731 M /trunk/include/vlc/libvlc.h
22732 M /trunk/include/vlc/libvlc_structures.h
22733 M /trunk/src/control/media_descriptor.c
22735 control/media_descriptor.c: Basic unamed tag support which will soon move to core.
22737 ------------------------------------------------------------------------
22738 r21277 | pdherbemont | 2007-08-19 23:54:49 +0200 (Sun, 19 Aug 2007) | 3 lines
22740 M /trunk/include/vlc/libvlc.h
22741 M /trunk/include/vlc/libvlc_structures.h
22742 M /trunk/src/Makefile.am
22743 M /trunk/src/control/libvlc_internal.h
22744 A /trunk/src/control/media_library.c
22745 M /trunk/src/control/media_list.c
22747 * control/media_library.c: Initial implementation.
22748 * control/media_list.c: Implement _set_name _add_from_file.
22750 ------------------------------------------------------------------------
22751 r21276 | pdherbemont | 2007-08-19 23:53:24 +0200 (Sun, 19 Aug 2007) | 2 lines
22753 M /trunk/src/control/media_instance.c
22755 control/media_instance.c: Don't forget to stop the thread.
22757 ------------------------------------------------------------------------
22758 r21275 | pdherbemont | 2007-08-19 23:52:45 +0200 (Sun, 19 Aug 2007) | 2 lines
22760 M /trunk/src/control/media_descriptor.c
22762 control/media_descriptor.c: Use the default input name.
22764 ------------------------------------------------------------------------
22765 r21274 | pdherbemont | 2007-08-19 23:45:00 +0200 (Sun, 19 Aug 2007) | 2 lines
22767 M /trunk/src/control/media_discoverer.c
22769 control/media_discoverer.c: Fix a warning+bug.
22771 ------------------------------------------------------------------------
22772 r21273 | pdherbemont | 2007-08-19 23:20:47 +0200 (Sun, 19 Aug 2007) | 2 lines
22774 M /trunk/include/vlc_arrays.h
22776 vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
22778 ------------------------------------------------------------------------
22779 r21272 | damienf | 2007-08-19 22:48:38 +0200 (Sun, 19 Aug 2007) | 2 lines
22781 M /trunk/modules/video_output/x11/glx.c
22782 M /trunk/modules/video_output/x11/xcommon.c
22784 glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.
22786 ------------------------------------------------------------------------
22787 r21271 | funman | 2007-08-19 21:16:28 +0200 (Sun, 19 Aug 2007) | 1 line
22789 M /trunk/share/luaplaylist/youtube.lua
22791 Fixes youtube parsing on www.youtube.com website
22792 ------------------------------------------------------------------------
22793 r21270 | ileoo | 2007-08-19 21:10:03 +0200 (Sun, 19 Aug 2007) | 2 lines
22795 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
22797 Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD
22799 ------------------------------------------------------------------------
22800 r21269 | courmisch | 2007-08-19 20:47:09 +0200 (Sun, 19 Aug 2007) | 2 lines
22802 M /trunk/include/vlc_configuration.h
22804 What is add_password_inner supposed to be, except a reinvention of add_string_inner?
22806 ------------------------------------------------------------------------
22807 r21268 | funman | 2007-08-19 20:44:32 +0200 (Sun, 19 Aug 2007) | 1 line
22809 M /trunk/include/vlc_configuration.h
22810 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
22811 M /trunk/modules/misc/audioscrobbler.c
22812 M /trunk/src/modules/configuration.c
22814 Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)
22815 ------------------------------------------------------------------------
22816 r21267 | funman | 2007-08-19 20:43:16 +0200 (Sun, 19 Aug 2007) | 1 line
22818 M /trunk/modules/demux/ogg.c
22820 Forces preparsing for ogg files
22821 ------------------------------------------------------------------------
22822 r21266 | jb | 2007-08-19 20:00:09 +0200 (Sun, 19 Aug 2007) | 3 lines
22824 M /trunk/modules/gui/qt4/dialogs_provider.cpp
22825 M /trunk/modules/gui/qt4/menus.cpp
22826 M /trunk/modules/gui/qt4/playlist_model.cpp
22828 qt4 - Remove trailing spaces...
22831 ------------------------------------------------------------------------
22832 r21265 | dionoea | 2007-08-19 19:48:59 +0200 (Sun, 19 Aug 2007) | 2 lines
22834 M /trunk/modules/control/http/mvar.c
22836 Another input_GetItem assert workarround.
22838 ------------------------------------------------------------------------
22839 r21264 | dionoea | 2007-08-19 19:48:28 +0200 (Sun, 19 Aug 2007) | 2 lines
22841 M /trunk/share/http/dialogs/main
22842 M /trunk/share/http/js/functions.js
22844 Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload).
22846 ------------------------------------------------------------------------
22847 r21263 | xtophe | 2007-08-19 19:44:54 +0200 (Sun, 19 Aug 2007) | 2 lines
22851 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
22853 ------------------------------------------------------------------------
22854 r21262 | dionoea | 2007-08-19 19:39:29 +0200 (Sun, 19 Aug 2007) | 2 lines
22856 M /trunk/modules/control/http/http.c
22858 Add config option to disable album art support in the HTTP interface.
22860 ------------------------------------------------------------------------
22861 r21261 | dionoea | 2007-08-19 19:31:43 +0200 (Sun, 19 Aug 2007) | 3 lines
22863 M /trunk/modules/control/http/http.c
22865 * Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played)
22866 * Workarround a stupid assert in input_GetItem.
22868 ------------------------------------------------------------------------
22869 r21260 | funman | 2007-08-19 19:15:28 +0200 (Sun, 19 Aug 2007) | 3 lines
22871 M /trunk/modules/meta_engine/taglib.cpp
22873 Implements ogg/vorbis & flac duration preparsing
22874 Ogg/flac doesn't work (yet)
22876 ------------------------------------------------------------------------
22877 r21259 | courmisch | 2007-08-19 19:15:11 +0200 (Sun, 19 Aug 2007) | 6 lines
22879 M /trunk/include/vlc_common.h
22880 M /trunk/src/libvlc-common.c
22881 M /trunk/src/libvlc.h
22882 M /trunk/src/misc/objects.c
22885 Also remove the volatile qualifier.
22886 No, volatile does not magically solve threading bugs, sorry
22887 I too have tried this "easy" path, it does REALLY NOT WORK.
22888 volatile only solves signals concurrency, not threads concurrency.
22890 ------------------------------------------------------------------------
22891 r21258 | courmisch | 2007-08-19 19:11:08 +0200 (Sun, 19 Aug 2007) | 4 lines
22893 M /trunk/src/input/control.c
22895 Fix a bunch of warnings / undefined pointers
22896 By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
22897 is really lame, when you can do the same with snprintf(NULL, 0);
22899 ------------------------------------------------------------------------
22900 r21257 | courmisch | 2007-08-19 18:56:07 +0200 (Sun, 19 Aug 2007) | 2 lines
22902 M /trunk/src/misc/cpu.c
22906 ------------------------------------------------------------------------
22907 r21256 | dionoea | 2007-08-19 18:55:45 +0200 (Sun, 19 Aug 2007) | 2 lines
22909 M /trunk/modules/control/http/macro.c
22910 M /trunk/modules/control/http/rpn.c
22911 M /trunk/modules/control/http/util.c
22913 Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
22915 ------------------------------------------------------------------------
22916 r21255 | courmisch | 2007-08-19 18:53:34 +0200 (Sun, 19 Aug 2007) | 2 lines
22918 M /trunk/src/misc/messages.c
22920 Fix use of undefined variable
22922 ------------------------------------------------------------------------
22923 r21254 | courmisch | 2007-08-19 18:50:42 +0200 (Sun, 19 Aug 2007) | 2 lines
22925 M /trunk/src/misc/messages.c
22929 ------------------------------------------------------------------------
22930 r21253 | pdherbemont | 2007-08-19 18:36:27 +0200 (Sun, 19 Aug 2007) | 2 lines
22932 M /trunk/modules/services_discovery/bonjour.c
22934 module/services_discovery/bonjour.c: Use the new API.
22936 ------------------------------------------------------------------------
22937 r21252 | jb | 2007-08-19 18:20:13 +0200 (Sun, 19 Aug 2007) | 3 lines
22939 M /trunk/modules/gui/qt4/main_interface.cpp
22940 M /trunk/modules/gui/qt4/main_interface.hpp
22942 Qt4 - Right-Click menus for the main interface. Not implemented yet.
22945 ------------------------------------------------------------------------
22946 r21251 | gbazin | 2007-08-19 18:19:36 +0200 (Sun, 19 Aug 2007) | 1 line
22948 M /trunk/modules/codec/mpeg_audio.c
22950 * modules/codec/mpeg_audio.c: fixes for free format support.
22951 ------------------------------------------------------------------------
22952 r21250 | ileoo | 2007-08-19 18:00:36 +0200 (Sun, 19 Aug 2007) | 6 lines
22954 M /trunk/share/luameta/googleimage.lua
22957 Googleimage to use artist-tag and do url-encode (example taken from
22958 http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4?\218?\181%E5 )
22962 ------------------------------------------------------------------------
22963 r21249 | ileoo | 2007-08-19 17:56:55 +0200 (Sun, 19 Aug 2007) | 1 line
22965 M /trunk/modules/meta_engine/luameta.c
22967 add artist to lua-script also
22968 ------------------------------------------------------------------------
22969 r21248 | funman | 2007-08-19 17:48:48 +0200 (Sun, 19 Aug 2007) | 1 line
22971 M /trunk/share/applications/vlc.desktop
22973 Validates desktop file according to the desktop entry specification 1.0
22974 ------------------------------------------------------------------------
22975 r21247 | jb | 2007-08-19 17:33:19 +0200 (Sun, 19 Aug 2007) | 2 lines
22977 M /trunk/modules/gui/qt4/qt4.hpp
22979 qt4 add a small define that could help to fight Qt43 bugs.
22981 ------------------------------------------------------------------------
22982 r21246 | xtophe | 2007-08-19 17:05:30 +0200 (Sun, 19 Aug 2007) | 2 lines
22984 M /trunk/modules/meta_engine/luameta.c
22988 ------------------------------------------------------------------------
22989 r21245 | courmisch | 2007-08-19 16:54:33 +0200 (Sun, 19 Aug 2007) | 2 lines
22991 M /trunk/src/libvlc.c
22993 Fix lots of warnings
22995 ------------------------------------------------------------------------
22996 r21244 | pdherbemont | 2007-08-19 16:51:08 +0200 (Sun, 19 Aug 2007) | 2 lines
22998 M /trunk/include/vlc_playlist.h
22999 M /trunk/src/playlist/engine.c
23000 M /trunk/src/playlist/playlist_internal.h
23001 M /trunk/src/playlist/services_discovery.c
23003 playlist: Make playlist_archived_services_discovery_t internal.
23005 ------------------------------------------------------------------------
23006 r21243 | ileoo | 2007-08-19 16:35:31 +0200 (Sun, 19 Aug 2007) | 6 lines
23008 M /trunk/modules/gui/qt4/components/infopanels.cpp
23009 M /trunk/modules/gui/qt4/components/infopanels.hpp
23010 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23013 Second try, show save meta button if user changes any input field, also
23014 then set in_edit=true so playlist changes doesn't change meta-data what
23018 ------------------------------------------------------------------------
23019 r21242 | courmisch | 2007-08-19 16:19:32 +0200 (Sun, 19 Aug 2007) | 2 lines
23021 M /trunk/modules/access_output/udp.c
23023 Fix [21239] compilation
23025 ------------------------------------------------------------------------
23026 r21241 | pdherbemont | 2007-08-19 16:18:44 +0200 (Sun, 19 Aug 2007) | 2 lines
23028 M /trunk/modules/access/cdda/access.c
23030 cdda/access.c: Fix a warning.
23032 ------------------------------------------------------------------------
23033 r21240 | courmisch | 2007-08-19 16:17:53 +0200 (Sun, 19 Aug 2007) | 2 lines
23035 M /trunk/modules/stream_out/rtp.c
23037 Enable RTCP SR from the RTP sout
23039 ------------------------------------------------------------------------
23040 r21239 | courmisch | 2007-08-19 16:17:26 +0200 (Sun, 19 Aug 2007) | 3 lines
23042 M /trunk/modules/access_output/udp.c
23044 - Rename rtcp option to rtcp-port
23045 - Add rtcp boolean to emit RTCP SR
23047 ------------------------------------------------------------------------
23048 r21238 | dionoea | 2007-08-19 16:11:50 +0200 (Sun, 19 Aug 2007) | 2 lines
23050 M /trunk/modules/control/http/http.c
23051 M /trunk/share/http/dialogs/main
23052 M /trunk/share/http/js/functions.js
23054 Preliminary album art support code for the HTTP interface.
23056 ------------------------------------------------------------------------
23057 r21237 | fkuehne | 2007-08-19 16:02:12 +0200 (Sun, 19 Aug 2007) | 1 line
23059 M /trunk/modules/gui/macosx/macosx.m
23061 * default enable 'Black screens in fullscreen' and make it a non-advanced setting
23062 ------------------------------------------------------------------------
23063 r21236 | ileoo | 2007-08-19 15:39:56 +0200 (Sun, 19 Aug 2007) | 6 lines
23065 M /trunk/modules/gui/qt4/components/infopanels.cpp
23066 M /trunk/modules/gui/qt4/components/infopanels.hpp
23067 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23068 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
23071 Edit mediainfo so you can edit meta-data even when playitem changes in
23072 background. Also sets default to readonly, so user can't change meta if
23073 he/she doesn't want to edit it. First try ;)
23076 ------------------------------------------------------------------------
23077 r21235 | funman | 2007-08-19 15:38:29 +0200 (Sun, 19 Aug 2007) | 1 line
23079 M /trunk/modules/codec/vorbis.c
23081 Disables only informational metadata extraction in vorbis codec, when taglib is built
23082 ------------------------------------------------------------------------
23083 r21234 | xtophe | 2007-08-19 15:25:30 +0200 (Sun, 19 Aug 2007) | 2 lines
23085 M /trunk/modules/meta_engine/luameta.c
23087 Fix compile warning
23089 ------------------------------------------------------------------------
23090 r21233 | xtophe | 2007-08-19 14:42:24 +0200 (Sun, 19 Aug 2007) | 2 lines
23092 M /trunk/modules/meta_engine/luameta.c
23094 Look for luameta script in share/luameta dor the case where you run from your source tree
23096 ------------------------------------------------------------------------
23097 r21232 | jb | 2007-08-19 02:20:09 +0200 (Sun, 19 Aug 2007) | 4 lines
23099 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
23100 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
23101 M /trunk/modules/gui/qt4/main_interface.cpp
23103 qt4 : QT4 album art in allways-video.
23104 Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.
23107 ------------------------------------------------------------------------
23108 r21231 | funman | 2007-08-18 22:23:58 +0200 (Sat, 18 Aug 2007) | 3 lines
23110 M /trunk/modules/gui/macosx/playlistinfo.m
23112 Fix input deadlocks in macosx gui
23113 Doesn't fix input memleaks (playlist.m:204-214)
23115 ------------------------------------------------------------------------
23116 r21230 | fkuehne | 2007-08-18 20:59:42 +0200 (Sat, 18 Aug 2007) | 1 line
23118 M /trunk/modules/gui/macosx/playlist.m
23120 * fixed a few unknown playlist queries
23121 ------------------------------------------------------------------------
23122 r21229 | courmisch | 2007-08-18 19:55:51 +0200 (Sat, 18 Aug 2007) | 2 lines
23124 M /trunk/src/network/tcp.c
23126 Make sure SOCKS is only attempted with TCP
23128 ------------------------------------------------------------------------
23129 r21228 | funman | 2007-08-18 19:48:16 +0200 (Sat, 18 Aug 2007) | 1 line
23131 M /trunk/modules/gui/qt4/components/infopanels.cpp
23132 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
23134 Prevents deadlocks with input in qt4
23135 ------------------------------------------------------------------------
23136 r21227 | courmisch | 2007-08-18 19:37:16 +0200 (Sat, 18 Aug 2007) | 2 lines
23138 M /trunk/src/network/udp.c
23140 Use AI_PASSIVE for bind address only, not for connect address
23142 ------------------------------------------------------------------------
23143 r21226 | funman | 2007-08-18 16:59:31 +0200 (Sat, 18 Aug 2007) | 3 lines
23145 M /trunk/include/vlc_input.h
23146 M /trunk/modules/misc/notify/growl.c
23147 M /trunk/modules/misc/notify/notify.c
23148 M /trunk/modules/misc/playlist/m3u.c
23149 M /trunk/modules/misc/playlist/xspf.c
23150 M /trunk/modules/visualization/goom.c
23151 M /trunk/src/input/control.c
23152 M /trunk/src/input/es_out.c
23153 M /trunk/src/input/input.c
23154 M /trunk/src/input/meta.c
23155 M /trunk/src/playlist/control.c
23156 M /trunk/src/playlist/engine.c
23157 M /trunk/src/playlist/item.c
23158 M /trunk/src/text/strings.c
23159 M /trunk/src/video_output/video_output.c
23161 Input access locking, part 2.
23164 ------------------------------------------------------------------------
23165 r21225 | funman | 2007-08-18 16:51:06 +0200 (Sat, 18 Aug 2007) | 1 line
23167 M /trunk/Makefile.am
23169 Distributes luameta on windows builds
23170 ------------------------------------------------------------------------
23171 r21224 | funman | 2007-08-18 16:44:47 +0200 (Sat, 18 Aug 2007) | 2 lines
23173 M /trunk/configure.ac
23174 M /trunk/modules/codec/vorbis.c
23176 Disables meta reading in vorbis codec when taglib plugin is being built
23178 ------------------------------------------------------------------------
23179 r21223 | pdherbemont | 2007-08-18 16:30:47 +0200 (Sat, 18 Aug 2007) | 2 lines
23181 M /trunk/modules/meta_engine/musicbrainz.c
23183 musicbrainz.c: Hopefully fix the art finder submodule.
23185 ------------------------------------------------------------------------
23186 r21222 | pdherbemont | 2007-08-18 16:08:34 +0200 (Sat, 18 Aug 2007) | 2 lines
23188 M /trunk/src/input/meta.c
23190 meta.c: Fix the boolean expression. (I should get some sleep 2)
23192 ------------------------------------------------------------------------
23193 r21221 | pdherbemont | 2007-08-18 15:48:26 +0200 (Sat, 18 Aug 2007) | 2 lines
23195 M /trunk/src/input/meta.c
23197 meta.c: Left over removal. (Should get some sleep).
23199 ------------------------------------------------------------------------
23200 r21220 | dionoea | 2007-08-18 15:47:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23202 M /trunk/modules/meta_engine/musicbrainz.c
23204 Add some extra debug.
23206 ------------------------------------------------------------------------
23207 r21219 | pdherbemont | 2007-08-18 15:18:30 +0200 (Sat, 18 Aug 2007) | 2 lines
23209 M /trunk/src/input/meta.c
23211 meta.c: Previous commit credited to Ilkka Ollakka.
23213 ------------------------------------------------------------------------
23214 r21218 | pdherbemont | 2007-08-18 15:16:23 +0200 (Sat, 18 Aug 2007) | 2 lines
23216 M /trunk/src/input/meta.c
23218 meta.c: Fix an interversion in the exit condition.
23220 ------------------------------------------------------------------------
23221 r21217 | damienf | 2007-08-18 13:03:04 +0200 (Sat, 18 Aug 2007) | 2 lines
23223 M /trunk/include/vlc_threads.h
23224 M /trunk/src/misc/objects.c
23225 M /trunk/src/misc/threads.c
23226 M /trunk/src/video_output/video_output.c
23228 threads: win32, make sure only object owning a thread can close its handle when object is destroyed
23230 ------------------------------------------------------------------------
23231 r21216 | dionoea | 2007-08-18 12:44:20 +0200 (Sat, 18 Aug 2007) | 2 lines
23233 M /trunk/modules/meta_engine/musicbrainz.c
23235 Freeing stuff before using it is *stupid*. (<-- funman)
23237 ------------------------------------------------------------------------
23238 r21215 | dionoea | 2007-08-18 12:29:44 +0200 (Sat, 18 Aug 2007) | 2 lines
23240 M /trunk/include/vlc_input.h
23242 Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).
23244 ------------------------------------------------------------------------
23245 r21214 | jb | 2007-08-18 11:50:08 +0200 (Sat, 18 Aug 2007) | 2 lines
23247 M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
23251 ------------------------------------------------------------------------
23252 r21213 | dionoea | 2007-08-18 11:22:34 +0200 (Sat, 18 Aug 2007) | 3 lines
23254 M /trunk/modules/meta_engine/id3tag.c
23255 M /trunk/modules/meta_engine/musicbrainz.c
23257 Fix compile error in muscibrainz.
23258 Fix warning in id3tag.
23260 ------------------------------------------------------------------------
23261 r21212 | jb | 2007-08-18 10:56:41 +0200 (Sat, 18 Aug 2007) | 3 lines
23263 M /trunk/modules/gui/qt4/input_manager.cpp
23264 M /trunk/modules/gui/qt4/playlist_model.cpp
23266 Qt4: Fix the [21193] for Qt4.
23269 ------------------------------------------------------------------------
23270 r21211 | pdherbemont | 2007-08-18 08:10:41 +0200 (Sat, 18 Aug 2007) | 2 lines
23272 M /trunk/include/vlc_input.h
23274 vlc_input.h: Disable's funman commit. It requires more work before going in trunk. Current state dead locks.
23276 ------------------------------------------------------------------------
23277 r21210 | pdherbemont | 2007-08-18 07:33:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23279 M /trunk/modules/misc/audioscrobbler.c
23281 audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't be held until it gets fixed.
23283 ------------------------------------------------------------------------
23284 r21209 | pdherbemont | 2007-08-18 07:17:21 +0200 (Sat, 18 Aug 2007) | 2 lines
23286 M /trunk/modules/gui/macosx/playlist.m
23288 playlist.m: More 21193 fixes.
23290 ------------------------------------------------------------------------
23291 r21208 | pdherbemont | 2007-08-18 07:16:04 +0200 (Sat, 18 Aug 2007) | 2 lines
23293 M /trunk/modules/gui/macosx/playlist.m
23295 playlist.m: Fix the so problematic 21193.
23297 ------------------------------------------------------------------------
23298 r21207 | pdherbemont | 2007-08-18 07:06:18 +0200 (Sat, 18 Aug 2007) | 2 lines
23300 M /trunk/src/control/media_descriptor.c
23302 media_descriptor.c: Fix 21193.
23304 ------------------------------------------------------------------------
23305 r21206 | pdherbemont | 2007-08-18 07:05:09 +0200 (Sat, 18 Aug 2007) | 2 lines
23307 M /trunk/modules/services_discovery/bonjour.c
23309 modules/services_discovery/bonjour.c: Use the new service discovery API.
23311 ------------------------------------------------------------------------
23312 r21205 | pdherbemont | 2007-08-18 07:02:43 +0200 (Sat, 18 Aug 2007) | 2 lines
23314 M /trunk/modules/services_discovery/sap.c
23316 modules/services_discovery/sap.c: Use the new service discovery api.
23318 ------------------------------------------------------------------------
23319 r21204 | pdherbemont | 2007-08-18 06:59:18 +0200 (Sat, 18 Aug 2007) | 2 lines
23321 M /trunk/src/playlist/search.c
23323 search.c: Fix 21193.
23325 ------------------------------------------------------------------------
23326 r21203 | pdherbemont | 2007-08-18 06:49:41 +0200 (Sat, 18 Aug 2007) | 2 lines
23328 M /trunk/include/vlc_input.h
23330 include/vlc_input.h: Create an input_item_MetaMatch (part of a fix for [21193]).
23332 ------------------------------------------------------------------------
23333 r21202 | pdherbemont | 2007-08-18 06:22:24 +0200 (Sat, 18 Aug 2007) | 2 lines
23335 M /trunk/src/playlist/sort.c
23337 playlist/sort.c: Fix funman's commit.
23339 ------------------------------------------------------------------------
23340 r21201 | pdherbemont | 2007-08-18 06:21:36 +0200 (Sat, 18 Aug 2007) | 2 lines
23342 M /trunk/include/vlc_input.h
23344 vlc_input.h: Fix funman's commit.
23346 ------------------------------------------------------------------------
23347 r21200 | pdherbemont | 2007-08-18 06:09:55 +0200 (Sat, 18 Aug 2007) | 2 lines
23349 M /trunk/src/playlist/services_discovery.c
23351 playlist/services_discovery.c: Rework category handling.
23353 ------------------------------------------------------------------------
23354 r21199 | pdherbemont | 2007-08-18 05:54:33 +0200 (Sat, 18 Aug 2007) | 2 lines
23356 M /trunk/src/playlist/services_discovery.c
23358 playlist/services_discovery.c: Removing left over debug printf.
23360 ------------------------------------------------------------------------
23361 r21198 | pdherbemont | 2007-08-18 05:52:09 +0200 (Sat, 18 Aug 2007) | 2 lines
23363 M /trunk/modules/services_discovery/podcast.c
23365 modules/services_discovery/podcast.c: Fix initial number of url.
23367 ------------------------------------------------------------------------
23368 r21197 | pdherbemont | 2007-08-18 05:48:49 +0200 (Sat, 18 Aug 2007) | 2 lines
23370 M /trunk/modules/services_discovery/podcast.c
23372 modules/services_discovery/podcast.c: Use the new API.
23374 ------------------------------------------------------------------------
23375 r21196 | pdherbemont | 2007-08-18 05:46:12 +0200 (Sat, 18 Aug 2007) | 2 lines
23377 M /trunk/modules/services_discovery/shout.c
23379 modules/services_discovery/shout.c: Use the new services_discovery API.
23381 ------------------------------------------------------------------------
23382 r21195 | pdherbemont | 2007-08-18 05:44:13 +0200 (Sat, 18 Aug 2007) | 2 lines
23384 M /trunk/include/vlc_playlist.h
23385 M /trunk/src/playlist/services_discovery.c
23387 playlist/services_discovery.c: Use a stop method to end the service.
23389 ------------------------------------------------------------------------
23390 r21194 | pdherbemont | 2007-08-18 05:37:01 +0200 (Sat, 18 Aug 2007) | 2 lines
23392 M /trunk/include/vlc_playlist.h
23393 M /trunk/src/playlist/engine.c
23394 M /trunk/src/playlist/services_discovery.c
23396 playlist/services_discovery.c: Handle removal of a service.
23398 ------------------------------------------------------------------------
23399 r21193 | funman | 2007-08-18 05:22:03 +0200 (Sat, 18 Aug 2007) | 1 line
23401 M /trunk/include/vlc_input.h
23402 M /trunk/modules/control/dbus.c
23403 M /trunk/modules/demux/flac.c
23404 M /trunk/modules/gui/macosx/playlist.m
23405 M /trunk/modules/gui/qt4/components/infopanels.cpp
23406 M /trunk/modules/gui/qt4/input_manager.cpp
23407 M /trunk/modules/gui/qt4/playlist_model.cpp
23408 M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
23409 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
23410 M /trunk/modules/gui/wxwidgets/input_manager.cpp
23411 M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
23412 M /trunk/modules/meta_engine/luameta.c
23413 M /trunk/modules/meta_engine/musicbrainz.c
23414 M /trunk/modules/meta_engine/taglib.cpp
23415 M /trunk/modules/misc/audioscrobbler.c
23416 M /trunk/src/control/media_descriptor.c
23417 M /trunk/src/playlist/search.c
23418 M /trunk/src/playlist/sort.c
23420 Input access locking. Part one
23421 ------------------------------------------------------------------------
23422 r21192 | pdherbemont | 2007-08-18 05:08:56 +0200 (Sat, 18 Aug 2007) | 2 lines
23424 M /trunk/Makefile.am
23426 Makefile.am: Correctly link share on Mac OS X.
23428 ------------------------------------------------------------------------
23429 r21191 | funman | 2007-08-18 02:57:17 +0200 (Sat, 18 Aug 2007) | 1 line
23431 M /trunk/share/luaplaylist/youtube.lua
23433 Fixes youtube parsing
23434 ------------------------------------------------------------------------
23435 r21190 | pdherbemont | 2007-08-18 02:13:55 +0200 (Sat, 18 Aug 2007) | 2 lines
23437 M /trunk/src/playlist/item.c
23441 ------------------------------------------------------------------------
23442 r21189 | pdherbemont | 2007-08-18 02:10:45 +0200 (Sat, 18 Aug 2007) | 2 lines
23444 M /trunk/src/playlist/item.c
23446 playlist/item.c: Rework item addition to make it work better with the current playlist system.
23448 ------------------------------------------------------------------------
23449 r21188 | pdherbemont | 2007-08-17 23:44:22 +0200 (Fri, 17 Aug 2007) | 2 lines
23451 M /trunk/src/playlist/item.c
23453 playlist/item.c: Remove a left over (release without retain).
23455 ------------------------------------------------------------------------
23456 r21187 | dionoea | 2007-08-17 22:51:02 +0200 (Fri, 17 Aug 2007) | 2 lines
23458 M /trunk/src/input/input.c
23460 Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml").
23462 ------------------------------------------------------------------------
23463 r21186 | damienf | 2007-08-17 19:39:59 +0200 (Fri, 17 Aug 2007) | 2 lines
23465 M /trunk/src/misc/update.c
23467 update.c: win32, previous commit helps fixing this one
23469 ------------------------------------------------------------------------
23470 r21185 | damienf | 2007-08-17 19:30:51 +0200 (Fri, 17 Aug 2007) | 2 lines
23472 M /trunk/src/misc/threads.c
23474 threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join
23476 ------------------------------------------------------------------------
23477 r21184 | xtophe | 2007-08-17 18:59:38 +0200 (Fri, 17 Aug 2007) | 2 lines
23479 M /trunk/modules/codec/subtitles/Modules.am
23481 Distribute subsdec.h
23483 ------------------------------------------------------------------------
23484 r21183 | xtophe | 2007-08-17 18:35:45 +0200 (Fri, 17 Aug 2007) | 2 lines
23486 M /trunk/src/stream_output/announce.c
23488 That has apparently been fixed
23490 ------------------------------------------------------------------------
23491 r21182 | xtophe | 2007-08-17 18:33:59 +0200 (Fri, 17 Aug 2007) | 3 lines
23493 M /trunk/src/Makefile.am
23495 src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
23498 ------------------------------------------------------------------------
23499 r21181 | courmisch | 2007-08-17 18:13:53 +0200 (Fri, 17 Aug 2007) | 2 lines
23501 M /trunk/src/stream_output/sdp.c
23503 Same as previous commit, for RTP/TS
23505 ------------------------------------------------------------------------
23506 r21180 | courmisch | 2007-08-17 18:11:20 +0200 (Fri, 17 Aug 2007) | 3 lines
23508 M /trunk/modules/stream_out/rtp.c
23510 Request that sender send no RTCP RR.
23511 Now we can legitimately not receive them, ahaha!
23513 ------------------------------------------------------------------------
23514 r21179 | pdherbemont | 2007-08-17 12:26:48 +0200 (Fri, 17 Aug 2007) | 2 lines
23516 M /trunk/src/playlist/item.c
23518 playlist/item.c: Make sure we lock when we send the playlist request.
23520 ------------------------------------------------------------------------
23521 r21178 | pdherbemont | 2007-08-17 12:07:36 +0200 (Fri, 17 Aug 2007) | 2 lines
23523 M /trunk/modules/codec/ffmpeg/ffmpeg.c
23525 modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.
23527 ------------------------------------------------------------------------
23528 r21177 | pdherbemont | 2007-08-17 11:52:12 +0200 (Fri, 17 Aug 2007) | 2 lines
23530 M /trunk/src/playlist/services_discovery.c
23532 playlist/services_discovery.c: Implement item removed handler.
23534 ------------------------------------------------------------------------
23535 r21176 | pdherbemont | 2007-08-17 11:51:21 +0200 (Fri, 17 Aug 2007) | 2 lines
23537 M /trunk/include/vlc_playlist.h
23538 M /trunk/src/playlist/item.c
23540 include/vlc_playlist.h: Export playlist_DeleteInputInParent.
23542 ------------------------------------------------------------------------
23543 r21175 | pdherbemont | 2007-08-17 11:48:55 +0200 (Fri, 17 Aug 2007) | 2 lines
23545 M /trunk/src/playlist/item.c
23547 playlist/item.c: Better subitem added handling code.
23549 ------------------------------------------------------------------------
23550 r21174 | pdherbemont | 2007-08-17 11:11:18 +0200 (Fri, 17 Aug 2007) | 2 lines
23552 M /trunk/src/misc/events.c
23554 misc/events.c: We do want to send events to multiple listener. (oops, I should get some sleep). In this situation we can simply unlock for the time being making sure we won't reuse resources that can disappear.
23556 ------------------------------------------------------------------------
23557 r21173 | pdherbemont | 2007-08-17 10:10:42 +0200 (Fri, 17 Aug 2007) | 2 lines
23559 M /trunk/include/vlc/libvlc.h
23560 M /trunk/include/vlc/libvlc_structures.h
23561 M /trunk/include/vlc_playlist.h
23562 M /trunk/src/Makefile.am
23563 M /trunk/src/control/libvlc_internal.h
23564 A /trunk/src/control/media_discoverer.c
23565 M /trunk/src/playlist/services_discovery.c
23567 control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery.
23569 ------------------------------------------------------------------------
23570 r21172 | pdherbemont | 2007-08-17 10:00:03 +0200 (Fri, 17 Aug 2007) | 2 lines
23572 M /trunk/src/playlist/item.c
23574 src/playlist/item.c: Avoid a dead lock.
23576 ------------------------------------------------------------------------
23577 r21171 | pdherbemont | 2007-08-17 09:42:22 +0200 (Fri, 17 Aug 2007) | 2 lines
23579 M /trunk/src/misc/events.c
23581 misc/events.c: Avoid a warning.
23583 ------------------------------------------------------------------------
23584 r21170 | pdherbemont | 2007-08-17 09:41:18 +0200 (Fri, 17 Aug 2007) | 2 lines
23586 M /trunk/src/misc/events.c
23588 misc/events.c: Don't call an invalid ptr (oops).
23590 ------------------------------------------------------------------------
23591 r21169 | pdherbemont | 2007-08-17 08:59:37 +0200 (Fri, 17 Aug 2007) | 2 lines
23593 M /trunk/src/playlist/item.c
23595 src/playlist/item.c: Retain the playlist.
23597 ------------------------------------------------------------------------
23598 r21168 | pdherbemont | 2007-08-17 04:23:11 +0200 (Fri, 17 Aug 2007) | 2 lines
23600 M /trunk/include/vlc_events.h
23601 M /trunk/include/vlc_playlist.h
23602 M /trunk/src/playlist/services_discovery.c
23604 playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface.
23606 ------------------------------------------------------------------------
23607 r21167 | pdherbemont | 2007-08-17 04:18:40 +0200 (Fri, 17 Aug 2007) | 2 lines
23609 M /trunk/include/vlc_events.h
23610 M /trunk/include/vlc_input.h
23612 Forgotten files from previous commit.
23614 ------------------------------------------------------------------------
23615 r21166 | pdherbemont | 2007-08-17 04:15:59 +0200 (Fri, 17 Aug 2007) | 2 lines
23617 M /trunk/src/misc/events.c
23619 misc/events.c: Avoid a couple of warning and move the calling back out of the lock.
23621 ------------------------------------------------------------------------
23622 r21165 | pdherbemont | 2007-08-17 02:23:49 +0200 (Fri, 17 Aug 2007) | 2 lines
23624 M /trunk/src/control/media_list.c
23626 control/media_list.c: Fix a typo about subitems.
23628 ------------------------------------------------------------------------
23629 r21164 | xtophe | 2007-08-17 00:29:36 +0200 (Fri, 17 Aug 2007) | 2 lines
23631 M /trunk/src/libvlc-common.c
23633 Partially revert [20983]. Fix 'vlc -p foo'
23635 ------------------------------------------------------------------------
23636 r21163 | courmisch | 2007-08-16 22:05:06 +0200 (Thu, 16 Aug 2007) | 2 lines
23638 M /trunk/include/vlc_network.h
23639 M /trunk/src/libvlc.sym
23640 M /trunk/src/network/udp.c
23642 make net_SetDSCP static
23644 ------------------------------------------------------------------------
23645 r21162 | courmisch | 2007-08-16 21:59:55 +0200 (Thu, 16 Aug 2007) | 2 lines
23647 M /trunk/include/vlc_charset.h
23648 M /trunk/include/vlc_objects.h
23649 M /trunk/src/libvlc.h
23650 M /trunk/src/libvlc.sym
23652 Unexport utf8_mkdir and vlc_current_object
23654 ------------------------------------------------------------------------
23655 r21161 | pdherbemont | 2007-08-16 21:50:40 +0200 (Thu, 16 Aug 2007) | 2 lines
23657 M /trunk/src/playlist/item.c
23659 src/playlist/item.c: Don't yield the playlist.
23661 ------------------------------------------------------------------------
23662 r21160 | courmisch | 2007-08-16 21:45:54 +0200 (Thu, 16 Aug 2007) | 2 lines
23664 M /trunk/include/vlc_aout.h
23665 M /trunk/src/audio_output/intf.c
23666 M /trunk/src/libvlc.sym
23668 aout_Restart: make static
23670 ------------------------------------------------------------------------
23671 r21159 | courmisch | 2007-08-16 21:34:26 +0200 (Thu, 16 Aug 2007) | 3 lines
23673 M /trunk/include/vlc_threads_funcs.h
23674 M /trunk/src/libvlc.h
23675 M /trunk/src/libvlc.sym
23677 Do not export thread init functions.
23678 They should not be used by plugins. And in fact, they are not.
23680 ------------------------------------------------------------------------
23681 r21158 | courmisch | 2007-08-16 21:21:41 +0200 (Thu, 16 Aug 2007) | 2 lines
23683 M /trunk/include/vlc_common.h
23684 M /trunk/src/libvlc-common.c
23685 M /trunk/src/libvlc.h
23686 M /trunk/src/misc/objects.c
23687 M /trunk/src/misc/threads.c
23688 M /trunk/src/misc/update.c
23689 M /trunk/src/video_output/video_output.c
23691 Hide thread ID out of VLC_COMMON_MEMBERS
23693 ------------------------------------------------------------------------
23694 r21157 | courmisch | 2007-08-16 21:14:10 +0200 (Thu, 16 Aug 2007) | 2 lines
23696 M /trunk/include/vlc_threads.h
23700 ------------------------------------------------------------------------
23701 r21156 | courmisch | 2007-08-16 21:11:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23703 M /trunk/modules/audio_output/directx.c
23705 There is always a thread to join here. No need to check
23707 ------------------------------------------------------------------------
23708 r21155 | courmisch | 2007-08-16 21:07:26 +0200 (Thu, 16 Aug 2007) | 2 lines
23710 M /trunk/src/misc/threads.c
23714 ------------------------------------------------------------------------
23715 r21154 | courmisch | 2007-08-16 21:06:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23717 M /trunk/modules/access_output/bonjour.c
23719 No need to check b_thread... there is ALWAYS a thread here
23721 ------------------------------------------------------------------------
23722 r21153 | pdherbemont | 2007-08-16 21:04:26 +0200 (Thu, 16 Aug 2007) | 2 lines
23724 M /trunk/src/control/media_instance.c
23726 media_instance.c: Don't forget mutex destruction.
23728 ------------------------------------------------------------------------
23729 r21152 | courmisch | 2007-08-16 20:56:54 +0200 (Thu, 16 Aug 2007) | 2 lines
23731 M /trunk/src/misc/events.c
23733 Do not free which has not been malloc'd - fixes #1263
23735 ------------------------------------------------------------------------
23736 r21151 | pdherbemont | 2007-08-16 20:42:38 +0200 (Thu, 16 Aug 2007) | 2 lines
23738 M /trunk/src/input/meta.c
23740 input/meta.c: Better handle NULL meta.
23742 ------------------------------------------------------------------------
23743 r21150 | pdherbemont | 2007-08-16 20:05:43 +0200 (Thu, 16 Aug 2007) | 2 lines
23745 M /trunk/src/control/media_list.c
23747 control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
23749 ------------------------------------------------------------------------
23750 r21149 | pdherbemont | 2007-08-16 20:05:07 +0200 (Thu, 16 Aug 2007) | 2 lines
23752 M /trunk/include/vlc/libvlc_structures.h
23753 M /trunk/src/control/media_descriptor.c
23755 control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.
23757 ------------------------------------------------------------------------
23758 r21148 | pdherbemont | 2007-08-16 20:02:16 +0200 (Thu, 16 Aug 2007) | 2 lines
23760 M /trunk/modules/demux/playlist/luaplaylist.c
23762 modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.
23764 ------------------------------------------------------------------------
23765 r21147 | pdherbemont | 2007-08-16 20:01:32 +0200 (Thu, 16 Aug 2007) | 2 lines
23767 M /trunk/modules/demux/playlist/asx.c
23768 M /trunk/modules/demux/playlist/b4s.c
23769 M /trunk/modules/demux/playlist/dvb.c
23770 M /trunk/modules/demux/playlist/gvp.c
23771 M /trunk/modules/demux/playlist/ifo.c
23772 M /trunk/modules/demux/playlist/luaplaylist.c
23773 M /trunk/modules/demux/playlist/m3u.c
23774 M /trunk/modules/demux/playlist/playlist.h
23775 M /trunk/modules/demux/playlist/pls.c
23776 M /trunk/modules/demux/playlist/podcast.c
23777 M /trunk/modules/demux/playlist/qtl.c
23778 M /trunk/modules/demux/playlist/sgimb.c
23779 M /trunk/modules/demux/playlist/shoutcast.c
23780 M /trunk/modules/demux/playlist/xspf.c
23781 M /trunk/modules/demux/playlist/xspf.h
23783 modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items.
23785 ------------------------------------------------------------------------
23786 r21146 | courmisch | 2007-08-16 20:01:01 +0200 (Thu, 16 Aug 2007) | 2 lines
23788 M /trunk/include/vlc_common.h
23789 M /trunk/src/libvlc.h
23790 M /trunk/src/misc/objects.c
23791 M /trunk/src/misc/variables.c
23793 Hide internal variables state
23795 ------------------------------------------------------------------------
23796 r21145 | pdherbemont | 2007-08-16 19:52:28 +0200 (Thu, 16 Aug 2007) | 2 lines
23798 M /trunk/include/vlc_events.h
23799 M /trunk/include/vlc_input.h
23800 M /trunk/include/vlc_playlist.h
23801 M /trunk/src/playlist/item.c
23803 include/vlc_input.h: Make input items able to themselves handle item subitem added.
23805 ------------------------------------------------------------------------
23806 r21144 | courmisch | 2007-08-16 19:44:18 +0200 (Thu, 16 Aug 2007) | 2 lines
23808 M /trunk/src/misc/objects.c
23812 ------------------------------------------------------------------------
23813 r21143 | courmisch | 2007-08-16 19:43:50 +0200 (Thu, 16 Aug 2007) | 3 lines
23815 M /trunk/include/vlc_common.h
23817 Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
23818 It's pretty useless to copy the same value to every single object.
23820 ------------------------------------------------------------------------
23821 r21142 | courmisch | 2007-08-16 19:42:35 +0200 (Thu, 16 Aug 2007) | 2 lines
23823 M /trunk/include/vlc_configuration.h
23824 M /trunk/include/vlc_objects.h
23825 M /trunk/modules/control/http/http.c
23826 M /trunk/modules/demux/playlist/luaplaylist.c
23827 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
23828 M /trunk/modules/meta_engine/luameta.c
23829 M /trunk/modules/misc/gnutls.c
23830 M /trunk/src/input/vlm.c
23831 M /trunk/src/libvlc-common.c
23832 M /trunk/src/libvlc.h
23833 M /trunk/src/libvlc.sym
23834 M /trunk/src/misc/beos_specific.cpp
23835 M /trunk/src/misc/darwin_specific.c
23836 M /trunk/src/misc/objects.c
23837 M /trunk/src/misc/stats.c
23838 M /trunk/src/misc/variables.c
23839 M /trunk/src/misc/win32_specific.c
23840 M /trunk/src/modules/configuration.c
23841 M /trunk/src/modules/modules.c
23842 M /trunk/src/network/httpd.c
23844 Remove redumdant parameter to vlc_global
23846 ------------------------------------------------------------------------
23847 r21141 | courmisch | 2007-08-16 19:30:27 +0200 (Thu, 16 Aug 2007) | 2 lines
23849 M /trunk/src/misc/devices.c
23853 ------------------------------------------------------------------------
23854 r21140 | courmisch | 2007-08-16 19:27:17 +0200 (Thu, 16 Aug 2007) | 2 lines
23856 M /trunk/modules/gui/qt4/components/extended_panels.cpp
23858 Do not try to access other's filters
23860 ------------------------------------------------------------------------
23861 r21139 | courmisch | 2007-08-16 19:27:00 +0200 (Thu, 16 Aug 2007) | 2 lines
23863 M /trunk/modules/stream_out/bridge.c
23865 Sync with bridge changes in other plugins
23867 ------------------------------------------------------------------------
23868 r21138 | courmisch | 2007-08-16 19:24:55 +0200 (Thu, 16 Aug 2007) | 2 lines
23870 M /trunk/modules/control/rc.c
23871 M /trunk/modules/gui/macosx/sfilters.m
23872 M /trunk/modules/misc/testsuite/test4.c
23873 M /trunk/modules/video_filter/logo.c
23874 M /trunk/modules/video_filter/opencv_example.cpp
23876 More libvlc_global presumed abuse
23878 ------------------------------------------------------------------------
23879 r21137 | courmisch | 2007-08-16 19:21:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23881 M /trunk/modules/video_output/snapshot.c
23883 Destroy snapshot-id from the right object...
23885 ------------------------------------------------------------------------
23886 r21136 | courmisch | 2007-08-16 19:17:30 +0200 (Thu, 16 Aug 2007) | 2 lines
23888 M /trunk/modules/codec/zvbi.c
23890 Do not abuse global!
23892 ------------------------------------------------------------------------
23893 r21135 | courmisch | 2007-08-16 19:14:05 +0200 (Thu, 16 Aug 2007) | 2 lines
23895 M /trunk/modules/codec/ffmpeg/audio.c
23896 M /trunk/modules/codec/ffmpeg/encoder.c
23897 M /trunk/modules/codec/ffmpeg/ffmpeg.c
23898 M /trunk/modules/codec/ffmpeg/video.c
23900 ffmpeg: use var_GetGlobalMutex
23902 ------------------------------------------------------------------------
23903 r21134 | courmisch | 2007-08-16 19:07:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23905 M /trunk/modules/video_output/sdl.c
23907 use var_GetGlobalMutex
23909 ------------------------------------------------------------------------
23910 r21133 | courmisch | 2007-08-16 19:03:40 +0200 (Thu, 16 Aug 2007) | 2 lines
23912 M /trunk/modules/stream_out/mosaic_bridge.c
23913 M /trunk/modules/video_filter/mosaic.c
23914 M /trunk/modules/video_filter/mosaic.h
23916 Made mosaic shared struct per-instance rather than per-process
23918 ------------------------------------------------------------------------
23919 r21132 | courmisch | 2007-08-16 18:56:24 +0200 (Thu, 16 Aug 2007) | 4 lines
23921 M /trunk/modules/codec/quicktime.c
23922 M /trunk/modules/misc/gnutls.c
23923 M /trunk/modules/misc/gtk_main.c
23924 M /trunk/modules/misc/qte_main.cpp
23926 Use var_GetGlobalMutex
23927 Also never destroys global mutex, otherwise we get a race condition
23928 (which is pretty contradictory to the point for mutexes)
23930 ------------------------------------------------------------------------
23931 r21131 | courmisch | 2007-08-16 18:55:34 +0200 (Thu, 16 Aug 2007) | 2 lines
23933 M /trunk/src/misc/variables.c
23937 ------------------------------------------------------------------------
23938 r21130 | courmisch | 2007-08-16 18:51:49 +0200 (Thu, 16 Aug 2007) | 2 lines
23940 M /trunk/include/vlc_variables.h
23941 M /trunk/src/libvlc.sym
23942 M /trunk/src/misc/variables.c
23944 var_GetGlobalMutex() creates and gets a global mutex
23946 ------------------------------------------------------------------------
23947 r21129 | damienf | 2007-08-16 18:48:05 +0200 (Thu, 16 Aug 2007) | 2 lines
23949 M /trunk/modules/demux/playlist/luaplaylist.c
23950 M /trunk/modules/meta_engine/luameta.c
23952 lua: fixed search paths list for scripts, needs more work for Linux
23954 ------------------------------------------------------------------------
23955 r21128 | courmisch | 2007-08-16 17:55:55 +0200 (Thu, 16 Aug 2007) | 3 lines
23957 M /trunk/include/vlc_objects.h
23958 M /trunk/src/libvlc-common.c
23959 M /trunk/src/libvlc.sym
23961 vlc_global_object: return the global (process-wide) LibVLC object
23962 It is mostly useful to register global mutexes and such things.
23964 ------------------------------------------------------------------------
23965 r21127 | damienf | 2007-08-16 17:49:11 +0200 (Thu, 16 Aug 2007) | 2 lines
23967 M /trunk/src/misc/win32_specific.c
23969 libtool: added support for libtool executable wrapper on Cygwin when compiling in devel mode, this code may also need be ported on Linux if necessary
23971 ------------------------------------------------------------------------
23972 r21126 | courmisch | 2007-08-16 17:43:28 +0200 (Thu, 16 Aug 2007) | 2 lines
23974 M /trunk/include/vlc_common.h
23975 M /trunk/src/libvlc.h
23976 M /trunk/src/misc/objects.c
23978 Prepare to privatize some members of VLC_COMMON_MEMBERS
23980 ------------------------------------------------------------------------
23981 r21125 | courmisch | 2007-08-16 16:44:22 +0200 (Thu, 16 Aug 2007) | 2 lines
23983 M /trunk/src/control/core.c
23985 Inlining non-static functions that are part of the public API looks wrong
23987 ------------------------------------------------------------------------
23988 r21124 | courmisch | 2007-08-16 16:26:17 +0200 (Thu, 16 Aug 2007) | 2 lines
23990 M /trunk/src/input/item.c
23992 Fix one of so many memory handling warning
23994 ------------------------------------------------------------------------
23995 r21123 | damienf | 2007-08-16 15:59:11 +0200 (Thu, 16 Aug 2007) | 2 lines
23997 M /trunk/include/vlc_modules_macros.h
23999 fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works
24001 ------------------------------------------------------------------------
24002 r21122 | pdherbemont | 2007-08-16 02:44:33 +0200 (Thu, 16 Aug 2007) | 2 lines
24004 M /trunk/modules/misc/quartztext.c
24006 modules/misc/quartztext.c: Avoid reading a Null ptr.
24008 ------------------------------------------------------------------------
24009 r21121 | pdherbemont | 2007-08-15 23:12:07 +0200 (Wed, 15 Aug 2007) | 2 lines
24011 M /trunk/src/control/media_instance.c
24013 src/control/media_instance.c: Create and Destroy the drawable variable.
24015 ------------------------------------------------------------------------
24016 r21120 | pdherbemont | 2007-08-15 20:59:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24018 M /trunk/src/control/media_list.c
24020 src/control/media_list.c: Handle meta changed event from its items.
24022 ------------------------------------------------------------------------
24023 r21119 | pdherbemont | 2007-08-15 20:27:49 +0200 (Wed, 15 Aug 2007) | 2 lines
24025 M /trunk/include/vlc/libvlc_structures.h
24026 M /trunk/src/control/libvlc_internal.h
24027 M /trunk/src/control/media_descriptor.c
24029 src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.
24031 ------------------------------------------------------------------------
24032 r21118 | courmisch | 2007-08-15 20:12:01 +0200 (Wed, 15 Aug 2007) | 2 lines
24034 M /trunk/include/vlc_modules_macros.h
24036 Fix "normal" builds
24038 ------------------------------------------------------------------------
24039 r21117 | pdherbemont | 2007-08-15 19:56:00 +0200 (Wed, 15 Aug 2007) | 2 lines
24041 M /trunk/src/control/media_descriptor.c
24043 src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.
24045 ------------------------------------------------------------------------
24046 r21116 | pdherbemont | 2007-08-15 19:53:27 +0200 (Wed, 15 Aug 2007) | 2 lines
24048 M /trunk/src/control/media_descriptor.c
24050 src/control/media_descriptor.c: Title meta.
24052 ------------------------------------------------------------------------
24053 r21115 | courmisch | 2007-08-15 19:40:47 +0200 (Wed, 15 Aug 2007) | 2 lines
24055 M /trunk/modules/codec/subtitles
24059 ------------------------------------------------------------------------
24060 r21114 | courmisch | 2007-08-15 19:37:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24062 M /trunk/Makefile.am
24064 M /trunk/include/vlc_modules_macros.h
24066 Continue fixing static builds
24068 ------------------------------------------------------------------------
24069 r21113 | courmisch | 2007-08-15 19:35:20 +0200 (Wed, 15 Aug 2007) | 2 lines
24071 M /trunk/configure.ac
24073 There is no such thing as a sgimb plugin
24075 ------------------------------------------------------------------------
24076 r21112 | courmisch | 2007-08-15 19:15:56 +0200 (Wed, 15 Aug 2007) | 2 lines
24078 M /trunk/Makefile.am
24079 M /trunk/configure.ac
24080 M /trunk/src/Makefile.am
24082 *Partially* fix static builds
24084 ------------------------------------------------------------------------
24085 r21111 | damienf | 2007-08-15 18:15:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24089 M /trunk/modules/video_chroma/i420_yuy2.h
24090 M /trunk/modules/video_chroma/i422_yuy2.c
24091 M /trunk/modules/video_chroma/i422_yuy2.h
24093 video chromas: finalize SSE2 improvements
24095 ------------------------------------------------------------------------
24096 r21110 | courmisch | 2007-08-15 17:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24098 M /trunk/Makefile.am
24100 Make scripts as such
24102 ------------------------------------------------------------------------
24103 r21109 | courmisch | 2007-08-15 17:44:05 +0200 (Wed, 15 Aug 2007) | 2 lines
24105 M /trunk/Makefile.am
24109 ------------------------------------------------------------------------
24110 r21108 | courmisch | 2007-08-15 17:31:53 +0200 (Wed, 15 Aug 2007) | 2 lines
24112 M /trunk/configure.ac
24114 Remove some plugin/builtin cruft from pre-libvlc era
24116 ------------------------------------------------------------------------
24117 r21107 | damienf | 2007-08-15 17:23:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24119 M /trunk/modules/demux/playlist/luaplaylist.c
24120 M /trunk/modules/meta_engine/luameta.c
24122 lua modules: enforce DIR_SEP instead of /
24124 ------------------------------------------------------------------------
24125 r21106 | pdherbemont | 2007-08-15 16:54:03 +0200 (Wed, 15 Aug 2007) | 3 lines
24127 M /trunk/include/vlc_events.h
24128 M /trunk/include/vlc_input.h
24129 M /trunk/src/misc/events.c
24131 include/vlc_input.h: Emit vlc_InputItemMetaChanged event.
24132 include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme.
24134 ------------------------------------------------------------------------
24135 r21105 | damienf | 2007-08-15 16:30:39 +0200 (Wed, 15 Aug 2007) | 2 lines
24137 M /trunk/src/modules/modules.c
24139 modules/modules.c: enforce DIR_SEP in paths
24141 ------------------------------------------------------------------------
24142 r21104 | pdherbemont | 2007-08-15 16:25:46 +0200 (Wed, 15 Aug 2007) | 2 lines
24144 M /trunk/modules/control/dbus.c
24146 An other attempt at fixing compilation of dbus.
24148 ------------------------------------------------------------------------
24149 r21103 | damienf | 2007-08-15 13:20:51 +0200 (Wed, 15 Aug 2007) | 2 lines
24151 M /trunk/include/vlc_update.h
24152 M /trunk/modules/gui/wxwidgets/input_manager.cpp
24153 M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
24154 M /trunk/src/misc/update.c
24156 wxwidgets: meta fixes, constify update_download
24158 ------------------------------------------------------------------------
24159 r21102 | damienf | 2007-08-15 12:53:30 +0200 (Wed, 15 Aug 2007) | 2 lines
24161 M /trunk/modules/gui/qt4/components/infopanels.cpp
24163 qt4: forgot that file in previous commit
24165 ------------------------------------------------------------------------
24166 r21101 | damienf | 2007-08-15 12:19:25 +0200 (Wed, 15 Aug 2007) | 2 lines
24168 M /trunk/src/misc/mtime.c
24170 misc/mtime.c: warning fixes, latest MinGW has gettimeofday()
24172 ------------------------------------------------------------------------
24173 r21100 | damienf | 2007-08-15 12:16:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24175 M /trunk/include/vlc_input.h
24176 M /trunk/modules/gui/qt4/playlist_model.cpp
24178 qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context
24180 ------------------------------------------------------------------------
24181 r21099 | jpsaman | 2007-08-15 10:02:49 +0200 (Wed, 15 Aug 2007) | 2 lines
24183 M /trunk/modules/video_output/fb.c
24187 ------------------------------------------------------------------------
24188 r21098 | jpsaman | 2007-08-15 10:02:42 +0200 (Wed, 15 Aug 2007) | 2 lines
24190 M /trunk/modules/video_chroma/i422_yuy2.c
24192 Remove excess whitespace
24194 ------------------------------------------------------------------------
24195 r21097 | jpsaman | 2007-08-15 10:02:33 +0200 (Wed, 15 Aug 2007) | 2 lines
24197 M /trunk/modules/codec/ffmpeg/chroma.c
24199 Remove excess whitespace.
24201 ------------------------------------------------------------------------
24202 r21096 | pdherbemont | 2007-08-15 08:21:10 +0200 (Wed, 15 Aug 2007) | 2 lines
24204 M /trunk/modules/control/dbus.c
24206 Attempt to fix previous commit.
24208 ------------------------------------------------------------------------
24209 r21095 | pdherbemont | 2007-08-15 08:18:35 +0200 (Wed, 15 Aug 2007) | 2 lines
24211 M /trunk/modules/gui/qt4/input_manager.cpp
24213 Attempt to fix previous commit.
24215 ------------------------------------------------------------------------
24216 r21094 | pdherbemont | 2007-08-15 06:53:01 +0200 (Wed, 15 Aug 2007) | 2 lines
24218 M /trunk/include/vlc_events.h
24219 M /trunk/src/control/media_descriptor.c
24220 M /trunk/src/control/media_list.c
24221 M /trunk/src/control/media_list_player.c
24222 M /trunk/src/control/tag_query.c
24223 M /trunk/src/misc/events.c
24225 More svn propset svn:keywords "Id".
24227 ------------------------------------------------------------------------
24228 r21093 | pdherbemont | 2007-08-15 06:49:41 +0200 (Wed, 15 Aug 2007) | 2 lines
24230 M /trunk/modules/meta_engine/luameta.c
24231 M /trunk/share/luameta/README.txt
24232 M /trunk/share/luameta/googleimage.lua
24234 s/svn:keyword/svn:keywords/ (oops).
24236 ------------------------------------------------------------------------
24237 r21092 | pdherbemont | 2007-08-15 06:45:12 +0200 (Wed, 15 Aug 2007) | 2 lines
24239 M /trunk/share/luameta/googleimage.lua
24241 share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.
24243 ------------------------------------------------------------------------
24244 r21091 | pdherbemont | 2007-08-15 06:42:46 +0200 (Wed, 15 Aug 2007) | 2 lines
24246 M /trunk/modules/meta_engine/luameta.c
24247 M /trunk/share/luameta/README.txt
24248 M /trunk/share/luameta/googleimage.lua
24250 Bunch of propset svn:keyword "Id".
24252 ------------------------------------------------------------------------
24253 r21090 | pdherbemont | 2007-08-15 06:40:32 +0200 (Wed, 15 Aug 2007) | 2 lines
24255 M /trunk/modules/meta_engine/luameta.c
24256 M /trunk/share/luameta/README.txt
24258 modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env.
24260 ------------------------------------------------------------------------
24261 r21089 | pdherbemont | 2007-08-15 06:33:57 +0200 (Wed, 15 Aug 2007) | 3 lines
24263 M /trunk/include/vlc_input.h
24264 M /trunk/include/vlc_meta.h
24265 M /trunk/modules/access/cdda/info.c
24266 M /trunk/modules/access/dvdnav.c
24267 M /trunk/modules/access/http.c
24268 M /trunk/modules/codec/vorbis.c
24269 M /trunk/modules/control/dbus.c
24270 M /trunk/modules/demux/flac.c
24271 M /trunk/modules/demux/playlist/asx.c
24272 M /trunk/modules/demux/playlist/b4s.c
24273 M /trunk/modules/demux/playlist/luaplaylist.c
24274 M /trunk/modules/demux/playlist/shoutcast.c
24275 M /trunk/modules/demux/playlist/xspf.c
24276 M /trunk/modules/gui/macosx/playlist.m
24277 M /trunk/modules/gui/macosx/playlistinfo.m
24278 M /trunk/modules/gui/qt4/components/infopanels.cpp
24279 M /trunk/modules/gui/qt4/input_manager.cpp
24280 M /trunk/modules/gui/qt4/playlist_model.cpp
24281 M /trunk/modules/gui/wxwidgets/dialogs/infopanels.cpp
24282 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
24283 M /trunk/modules/gui/wxwidgets/input_manager.cpp
24284 M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
24285 M /trunk/modules/meta_engine/folder.c
24286 M /trunk/modules/meta_engine/luameta.c
24287 M /trunk/modules/meta_engine/musicbrainz.c
24288 M /trunk/modules/meta_engine/taglib.cpp
24289 M /trunk/modules/misc/audioscrobbler.c
24290 M /trunk/modules/misc/notify/growl.c
24291 M /trunk/modules/misc/notify/msn.c
24292 M /trunk/modules/misc/notify/notify.c
24293 M /trunk/modules/misc/playlist/m3u.c
24294 M /trunk/modules/misc/playlist/xspf.c
24295 M /trunk/modules/mux/mp4.c
24296 M /trunk/modules/visualization/goom.c
24297 M /trunk/src/control/media_descriptor.c
24298 M /trunk/src/input/es_out.c
24299 M /trunk/src/input/input.c
24300 M /trunk/src/input/meta.c
24301 M /trunk/src/playlist/control.c
24302 M /trunk/src/playlist/engine.c
24303 M /trunk/src/playlist/item.c
24304 M /trunk/src/playlist/search.c
24305 M /trunk/src/playlist/sort.c
24306 M /trunk/src/text/strings.c
24307 M /trunk/src/video_output/video_output.c
24309 * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
24310 * vlc_meta_t gains a table for accessing its non-extra meta.
24312 ------------------------------------------------------------------------
24313 r21088 | pdherbemont | 2007-08-15 06:28:26 +0200 (Wed, 15 Aug 2007) | 2 lines
24315 M /trunk/share/luameta/googleimage.lua
24317 share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.
24319 ------------------------------------------------------------------------
24320 r21087 | pdherbemont | 2007-08-15 02:07:27 +0200 (Wed, 15 Aug 2007) | 2 lines
24322 M /trunk/modules/misc/playlist/xspf.c
24324 modules/misc/playlist/xspf.c: Remove some weird duplicate code.
24326 ------------------------------------------------------------------------
24327 r21086 | pdherbemont | 2007-08-15 01:58:50 +0200 (Wed, 15 Aug 2007) | 2 lines
24329 M /trunk/modules/misc/notify/growl.c
24331 modules/misc/notify/growl.c: Remove some dead code.
24333 ------------------------------------------------------------------------
24334 r21085 | pdherbemont | 2007-08-15 01:57:55 +0200 (Wed, 15 Aug 2007) | 2 lines
24336 M /trunk/modules/misc/notify/msn.c
24338 modules/misc/notify/msn.c: Remove some dead code.
24340 ------------------------------------------------------------------------
24341 r21084 | pdherbemont | 2007-08-15 00:47:45 +0200 (Wed, 15 Aug 2007) | 2 lines
24343 M /trunk/configure.ac
24344 M /trunk/modules/meta_engine/Modules.am
24345 D /trunk/modules/meta_engine/googleimage.c
24347 modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.
24349 ------------------------------------------------------------------------
24350 r21083 | pdherbemont | 2007-08-15 00:10:32 +0200 (Wed, 15 Aug 2007) | 2 lines
24352 M /trunk/modules/meta_engine/Modules.am
24354 modules/meta/Modules.am: Add the luameta module and Alphabetically sort.
24356 ------------------------------------------------------------------------
24357 r21082 | courmisch | 2007-08-14 20:53:44 +0200 (Tue, 14 Aug 2007) | 2 lines
24359 M /trunk/src/network/tcp.c
24363 ------------------------------------------------------------------------
24364 r21081 | bitmap | 2007-08-14 02:03:48 +0200 (Tue, 14 Aug 2007) | 2 lines
24366 M /trunk/modules/misc/freetype.c
24368 Corrections to scaling logic in previous commit
24370 ------------------------------------------------------------------------
24371 r21080 | funman | 2007-08-14 01:55:07 +0200 (Tue, 14 Aug 2007) | 3 lines
24373 M /trunk/po/POTFILES.in
24383 M /trunk/po/en_GB.po
24408 M /trunk/po/pt_BR.po
24409 M /trunk/po/pt_PT.po
24420 M /trunk/po/vlc.pot
24421 M /trunk/po/zh_CN.po
24422 M /trunk/po/zh_TW.po
24424 Updates POTFILES.in to include new subsdec files created in [21024]
24425 Runs make update-po
24427 ------------------------------------------------------------------------
24428 r21079 | xtophe | 2007-08-14 00:19:47 +0200 (Tue, 14 Aug 2007) | 2 lines
24430 M /trunk/modules/meta_engine/googleimage.c
24432 Proper date and svn:keywords
24434 ------------------------------------------------------------------------
24435 r21078 | pdherbemont | 2007-08-13 23:54:05 +0200 (Mon, 13 Aug 2007) | 2 lines
24437 M /trunk/modules/meta_engine/luameta.c
24439 modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative.
24441 ------------------------------------------------------------------------
24442 r21077 | pdherbemont | 2007-08-13 23:46:27 +0200 (Mon, 13 Aug 2007) | 2 lines
24444 M /trunk/Makefile.am
24445 M /trunk/configure.ac
24446 A /trunk/modules/meta_engine/luameta.c
24447 M /trunk/share/Makefile.am
24448 A /trunk/share/luameta
24449 A /trunk/share/luameta/README.txt
24450 A /trunk/share/luameta/googleimage.lua
24452 modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
24454 ------------------------------------------------------------------------
24455 r21076 | pdherbemont | 2007-08-13 21:59:27 +0200 (Mon, 13 Aug 2007) | 2 lines
24457 M /trunk/modules/gui/qt4/components/infopanels.cpp
24459 modules/gui/qt4: More compilation attempt.
24461 ------------------------------------------------------------------------
24462 r21075 | funman | 2007-08-13 21:28:35 +0200 (Mon, 13 Aug 2007) | 1 line
24464 M /trunk/Makefile.am
24467 ------------------------------------------------------------------------
24468 r21074 | pdherbemont | 2007-08-13 21:08:15 +0200 (Mon, 13 Aug 2007) | 2 lines
24470 A /trunk/include/vlc_events.h
24471 M /trunk/src/Makefile.am
24472 A /trunk/src/misc/events.c
24474 misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events.
24476 ------------------------------------------------------------------------
24477 r21073 | funman | 2007-08-13 21:06:25 +0200 (Mon, 13 Aug 2007) | 1 line
24479 M /trunk/Makefile.am
24482 ------------------------------------------------------------------------
24483 r21072 | pdherbemont | 2007-08-13 20:55:48 +0200 (Mon, 13 Aug 2007) | 2 lines
24485 M /trunk/modules/gui/qt4/components/infopanels.cpp
24487 modules/gui/qt4: Attempt to fix previous commit.
24489 ------------------------------------------------------------------------
24490 r21071 | funman | 2007-08-13 20:53:46 +0200 (Mon, 13 Aug 2007) | 3 lines
24492 M /trunk/Makefile.am
24493 M /trunk/extras/contrib/src/Makefile
24495 Builds correctly lua for windows
24496 Distributes luaplaylist scripts with windows packages
24498 ------------------------------------------------------------------------
24499 r21070 | pdherbemont | 2007-08-13 20:30:28 +0200 (Mon, 13 Aug 2007) | 2 lines
24501 M /trunk/modules/gui/qt4/components/infopanels.cpp
24503 modules/gui/qt4: Reflects latest meta changes.
24505 ------------------------------------------------------------------------
24506 r21069 | funman | 2007-08-13 19:34:13 +0200 (Mon, 13 Aug 2007) | 3 lines
24508 M /trunk/configure.ac
24510 Enables taglib by default, allows meta editing on windows & linux in QT4 interface
24511 Thanks to Little`Bubble
24513 ------------------------------------------------------------------------
24514 r21068 | pdherbemont | 2007-08-13 19:28:24 +0200 (Mon, 13 Aug 2007) | 2 lines
24516 M /trunk/include/vlc_input.h
24518 include/vlc_input.h: This commit should have been part of r21062.
24520 ------------------------------------------------------------------------
24521 r21067 | funman | 2007-08-13 18:44:55 +0200 (Mon, 13 Aug 2007) | 2 lines
24525 Revert accidental commit in [21066]
24527 ------------------------------------------------------------------------
24528 r21066 | funman | 2007-08-13 18:38:48 +0200 (Mon, 13 Aug 2007) | 1 line
24534 Add myself, sort alphabetically
24535 ------------------------------------------------------------------------
24536 r21065 | funman | 2007-08-13 17:21:43 +0200 (Mon, 13 Aug 2007) | 3 lines
24538 M /trunk/modules/control/dbus.c
24539 M /trunk/modules/control/dbus.h
24541 Returns object hierarchy with root object introspection data. Thanks to eean.
24542 Uses correct interface name.
24544 ------------------------------------------------------------------------
24545 r21064 | funman | 2007-08-13 16:45:16 +0200 (Mon, 13 Aug 2007) | 1 line
24547 M /trunk/modules/video_output/x11/xcommon.c
24549 Updates window title even in fullscreen - patch by Aur?\195?\169lien Jacobs
24550 ------------------------------------------------------------------------
24551 r21063 | pdherbemont | 2007-08-13 16:06:37 +0200 (Mon, 13 Aug 2007) | 2 lines
24553 M /trunk/include/vlc_meta.h
24555 include/vlc_meta.h: Start with a zero sized dictionary for extra meta.
24557 ------------------------------------------------------------------------
24558 r21062 | pdherbemont | 2007-08-13 16:05:34 +0200 (Mon, 13 Aug 2007) | 2 lines
24560 M /trunk/include/vlc_arrays.h
24562 include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.
24564 ------------------------------------------------------------------------
24565 r21061 | pdherbemont | 2007-08-13 15:55:10 +0200 (Mon, 13 Aug 2007) | 2 lines
24567 M /trunk/include/vlc_meta.h
24568 M /trunk/src/input/es_out.c
24569 M /trunk/src/input/input.c
24571 include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.
24573 ------------------------------------------------------------------------
24574 r21060 | pdherbemont | 2007-08-12 23:18:08 +0200 (Sun, 12 Aug 2007) | 2 lines
24576 M /trunk/configure.ac
24577 M /trunk/modules/meta_engine/Modules.am
24578 A /trunk/modules/meta_engine/googleimage.c
24580 modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com.
24582 ------------------------------------------------------------------------
24583 r21059 | pdherbemont | 2007-08-12 23:12:47 +0200 (Sun, 12 Aug 2007) | 2 lines
24585 M /trunk/src/input/meta.c
24587 input/meta.c: Be a bit more selective on meta pre-requirement for art.
24589 ------------------------------------------------------------------------
24590 r21058 | pdherbemont | 2007-08-12 23:07:24 +0200 (Sun, 12 Aug 2007) | 2 lines
24592 M /trunk/src/input/meta.c
24594 input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta).
24596 ------------------------------------------------------------------------
24597 r21057 | courmisch | 2007-08-12 21:02:51 +0200 (Sun, 12 Aug 2007) | 2 lines
24599 M /trunk/src/network/getaddrinfo.c
24601 Remove dead code (VLC only uses port numbers, not service names ever)
24603 ------------------------------------------------------------------------
24604 r21056 | courmisch | 2007-08-12 20:23:09 +0200 (Sun, 12 Aug 2007) | 2 lines
24606 M /trunk/src/network/io.c
24608 DCCP also needs listen()
24610 ------------------------------------------------------------------------
24611 r21055 | pdherbemont | 2007-08-11 15:48:35 +0200 (Sat, 11 Aug 2007) | 2 lines
24613 M /trunk/src/control/media_list.c
24615 control/media_list.c: Don't forget to increase the md refcount where needed.
24617 ------------------------------------------------------------------------
24618 r21054 | pdherbemont | 2007-08-11 14:59:14 +0200 (Sat, 11 Aug 2007) | 2 lines
24620 M /trunk/src/control/media_list_player.c
24622 control/media_list_player.c: Don't change playlist item at play.
24624 ------------------------------------------------------------------------
24625 r21053 | jb | 2007-08-11 14:55:58 +0200 (Sat, 11 Aug 2007) | 6 lines
24627 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
24629 Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
24630 I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after
24631 toggleRepeat usage etc.
24632 Patch by Ilkka Ollakka
24635 ------------------------------------------------------------------------
24636 r21052 | jb | 2007-08-11 14:10:38 +0200 (Sat, 11 Aug 2007) | 4 lines
24638 M /trunk/modules/gui/qt4/main_interface.cpp
24640 Qt4 - Hide/Show from taskBar for Windows.
24641 Patch from Hannes Domani.
24644 ------------------------------------------------------------------------
24645 r21051 | pdherbemont | 2007-08-11 14:10:25 +0200 (Sat, 11 Aug 2007) | 2 lines
24647 M /trunk/src/control/media_instance.c
24649 control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.
24651 ------------------------------------------------------------------------
24652 r21050 | pdherbemont | 2007-08-11 14:01:14 +0200 (Sat, 11 Aug 2007) | 2 lines
24654 M /trunk/src/control/media_list_player.c
24656 control/media_list_player.c: Fix a typo in get_next_index.
24658 ------------------------------------------------------------------------
24659 r21049 | bitmap | 2007-08-11 07:57:28 +0200 (Sat, 11 Aug 2007) | 2 lines
24661 M /trunk/modules/misc/freetype.c
24663 Prescaled output support
24665 ------------------------------------------------------------------------
24666 r21048 | pdherbemont | 2007-08-11 03:49:26 +0200 (Sat, 11 Aug 2007) | 2 lines
24668 M /trunk/include/vlc/libvlc.h
24669 M /trunk/src/control/media_list_player.c
24671 control/media_list_player.c: Implement _play_item_at_index().
24673 ------------------------------------------------------------------------
24674 r21047 | pdherbemont | 2007-08-11 01:47:22 +0200 (Sat, 11 Aug 2007) | 2 lines
24676 M /trunk/include/vlc/libvlc_structures.h
24677 M /trunk/src/control/media_descriptor.c
24679 control/media_descriptor.c: Implement more meta.
24681 ------------------------------------------------------------------------
24682 r21046 | pdherbemont | 2007-08-11 01:10:09 +0200 (Sat, 11 Aug 2007) | 2 lines
24684 M /trunk/src/control/media_instance.c
24686 control/media_instance.c: Never fail when requesting the event manager.
24688 ------------------------------------------------------------------------
24689 r21045 | pdherbemont | 2007-08-11 01:03:39 +0200 (Sat, 11 Aug 2007) | 2 lines
24691 M /trunk/src/control/media_list_player.c
24693 control/media_list_player.c: Initialize p_mlist, and p_mi.
24695 ------------------------------------------------------------------------
24696 r21044 | damienf | 2007-08-10 20:28:49 +0200 (Fri, 10 Aug 2007) | 2 lines
24698 M /trunk/configure.ac
24699 M /trunk/modules/video_chroma/Modules.am
24700 M /trunk/modules/video_chroma/i422_yuy2.c
24701 M /trunk/modules/video_chroma/i422_yuy2.h
24703 i422_yuy2: SSE2 improvements
24705 ------------------------------------------------------------------------
24706 r21043 | pdherbemont | 2007-08-10 19:40:54 +0200 (Fri, 10 Aug 2007) | 2 lines
24708 M /trunk/src/control/media_list_player.c
24710 control/media_list_player.c: Fix a typo.
24712 ------------------------------------------------------------------------
24713 r21042 | pdherbemont | 2007-08-10 16:04:51 +0200 (Fri, 10 Aug 2007) | 2 lines
24715 M /trunk/src/Makefile.am
24717 Fix previous commit (oops).
24719 ------------------------------------------------------------------------
24720 r21041 | pdherbemont | 2007-08-10 15:19:57 +0200 (Fri, 10 Aug 2007) | 2 lines
24722 M /trunk/src/Makefile.am
24724 src/Makefile.am: Build media_list.c, media_list_player.c, tag_query.c.
24726 ------------------------------------------------------------------------
24727 r21040 | pdherbemont | 2007-08-10 15:18:46 +0200 (Fri, 10 Aug 2007) | 2 lines
24729 M /trunk/include/vlc_arrays.h
24731 include/vlc_arrays.h: Don't forget to return a value in value_for_key.
24733 ------------------------------------------------------------------------
24734 r21039 | damienf | 2007-08-10 12:49:12 +0200 (Fri, 10 Aug 2007) | 2 lines
24736 M /trunk/Makefile.am
24738 Makefile: fixed package-win32-zip, it was missing libvlc-controll.dll
24740 ------------------------------------------------------------------------
24741 r21038 | pdherbemont | 2007-08-10 02:56:04 +0200 (Fri, 10 Aug 2007) | 2 lines
24743 M /trunk/include/vlc_arrays.h
24745 include/vlc_arrays.h: Compile fix for g++.
24747 ------------------------------------------------------------------------
24748 r21037 | pdherbemont | 2007-08-10 02:40:04 +0200 (Fri, 10 Aug 2007) | 2 lines
24750 M /trunk/include/vlc_arrays.h
24752 include/vlc_arrays.h: Always return a valid ptr in vlc_dictionary_all_keys.
24754 ------------------------------------------------------------------------
24755 r21036 | pdherbemont | 2007-08-10 02:35:57 +0200 (Fri, 10 Aug 2007) | 2 lines
24757 M /trunk/include/vlc_arrays.h
24759 include/vlc_arrays.h: Implement simple best-case-in-O(1) hash table.
24761 ------------------------------------------------------------------------
24762 r21035 | pdherbemont | 2007-08-09 21:54:43 +0200 (Thu, 09 Aug 2007) | 2 lines
24764 M /trunk/include/vlc_arrays.h
24766 include/vlc_arrays.h: oops, (I did it again).
24768 ------------------------------------------------------------------------
24769 r21034 | pdherbemont | 2007-08-09 21:38:00 +0200 (Thu, 09 Aug 2007) | 2 lines
24771 M /trunk/include/vlc_arrays.h
24775 ------------------------------------------------------------------------
24776 r21033 | pdherbemont | 2007-08-09 21:29:17 +0200 (Thu, 09 Aug 2007) | 2 lines
24778 M /trunk/include/vlc_arrays.h
24780 Fix previous commit on gcc. (oops).
24782 ------------------------------------------------------------------------
24783 r21032 | pdherbemont | 2007-08-09 21:12:11 +0200 (Thu, 09 Aug 2007) | 2 lines
24785 M /trunk/include/vlc_arrays.h
24787 include/vlc_arrays.h: Fix previous commit compilation with g++.
24789 ------------------------------------------------------------------------
24790 r21031 | pdherbemont | 2007-08-09 20:38:48 +0200 (Thu, 09 Aug 2007) | 2 lines
24792 M /trunk/include/vlc_arrays.h
24794 include/vlc_arrays.h: Transform the dictionary macro to static inline, and publish a vlc_dictionary_t type.
24796 ------------------------------------------------------------------------
24797 r21030 | pdherbemont | 2007-08-09 18:08:47 +0200 (Thu, 09 Aug 2007) | 2 lines
24799 M /trunk/include/vlc/libvlc.h
24801 vlc/libvlc.h: Advertise libvlc_media_instance_set_drawable.
24803 ------------------------------------------------------------------------
24804 r21029 | pdherbemont | 2007-08-09 18:08:14 +0200 (Thu, 09 Aug 2007) | 2 lines
24806 M /trunk/include/vlc/libvlc.h
24807 M /trunk/src/control/media_descriptor.c
24809 control/media_descriptor: Implement libvlc_media_descriptor_get_mrl.
24811 ------------------------------------------------------------------------
24812 r21028 | courmisch | 2007-08-09 16:19:53 +0200 (Thu, 09 Aug 2007) | 2 lines
24814 M /trunk/modules/access/http.c
24818 ------------------------------------------------------------------------
24819 r21027 | pdherbemont | 2007-08-09 14:45:37 +0200 (Thu, 09 Aug 2007) | 2 lines
24821 M /trunk/src/control/libvlc_internal.h
24822 M /trunk/src/control/media_instance.c
24824 control/media_instance.c: Set a per-object drawable.
24826 ------------------------------------------------------------------------
24827 r21026 | pdherbemont | 2007-08-08 23:12:02 +0200 (Wed, 08 Aug 2007) | 2 lines
24829 M /trunk/include/vlc/libvlc.h
24830 M /trunk/include/vlc/libvlc_structures.h
24831 M /trunk/src/control/event.c
24832 M /trunk/src/control/libvlc_internal.h
24833 M /trunk/src/control/media_descriptor.c
24834 M /trunk/src/control/media_instance.c
24835 A /trunk/src/control/media_list.c
24836 A /trunk/src/control/media_list_player.c
24837 A /trunk/src/control/tag_query.c
24839 Libvlc: Start the implementation of the libvlc playlist. Still in progress.
24841 ------------------------------------------------------------------------
24842 r21025 | jb | 2007-08-08 19:07:41 +0200 (Wed, 08 Aug 2007) | 3 lines
24844 D /trunk/modules/codec/subsdec.c
24846 Subsdec.c split: remove the old file.
24849 ------------------------------------------------------------------------
24850 r21024 | jb | 2007-08-08 19:03:24 +0200 (Wed, 08 Aug 2007) | 5 lines
24852 M /trunk/configure.ac
24853 M /trunk/modules/codec/Modules.am
24854 A /trunk/modules/codec/subtitles
24855 A /trunk/modules/codec/subtitles/Modules.am
24856 A /trunk/modules/codec/subtitles/subsass.c
24857 A /trunk/modules/codec/subtitles/subsdec.c
24858 A /trunk/modules/codec/subtitles/subsdec.h
24859 A /trunk/modules/codec/subtitles/subsusf.c
24861 Subsdec: Split the decoder for subsdec / SSA / USF in three files, since the code has grown a bit too much in order to improve readability.
24862 Some functions may still need to be renamed and moved from a file to another.
24863 I hope it is done in the correct way, if not, tell me or revert.
24866 ------------------------------------------------------------------------
24867 r21023 | jpsaman | 2007-08-08 16:24:29 +0200 (Wed, 08 Aug 2007) | 2 lines
24869 M /trunk/modules/control/lirc.c
24871 I meant to use var_CreateGetNonEmptyString().
24873 ------------------------------------------------------------------------
24874 r21022 | damienf | 2007-08-08 15:45:09 +0200 (Wed, 08 Aug 2007) | 2 lines
24876 M /trunk/mozilla/Makefile.am
24878 mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc..
24880 ------------------------------------------------------------------------
24881 r21021 | jpsaman | 2007-08-08 15:13:04 +0200 (Wed, 08 Aug 2007) | 2 lines
24883 M /trunk/modules/control/lirc.c
24885 Force lirc configuration file to usForce lirc configuration file to usee
24887 ------------------------------------------------------------------------
24888 r21020 | jpsaman | 2007-08-08 11:25:44 +0200 (Wed, 08 Aug 2007) | 2 lines
24890 M /trunk/modules/video_filter/scale.c
24892 Scale every plane correctly. This fixes the "green bar at the bottom after scaling" issue.
24894 ------------------------------------------------------------------------
24895 r21019 | jpsaman | 2007-08-08 11:25:42 +0200 (Wed, 08 Aug 2007) | 2 lines
24897 M /trunk/modules/video_filter/blend.c
24899 Use parenthesis to make it more readible.`
24901 ------------------------------------------------------------------------
24902 r21018 | pdherbemont | 2007-08-08 03:13:31 +0200 (Wed, 08 Aug 2007) | 2 lines
24904 M /trunk/src/control/media_instance.c
24906 control/media_instance.c: Listen to the variable changes.
24908 ------------------------------------------------------------------------
24909 r21017 | pdherbemont | 2007-08-08 01:51:17 +0200 (Wed, 08 Aug 2007) | 2 lines
24911 M /trunk/include/vlc/libvlc.h
24912 M /trunk/include/vlc/libvlc_structures.h
24913 M /trunk/src/control/media_instance.c
24915 control/media_instance.c: Support libvlc_MediaInstanceReachedEnd event for upcoming media_list_player.
24917 ------------------------------------------------------------------------
24918 r21016 | pdherbemont | 2007-08-08 00:55:01 +0200 (Wed, 08 Aug 2007) | 2 lines
24920 M /trunk/src/control/event.c
24921 M /trunk/src/control/libvlc_internal.h
24923 control/event.c: event_manager_init -> event_manager_new
24925 ------------------------------------------------------------------------
24926 r21015 | pdherbemont | 2007-08-08 00:10:29 +0200 (Wed, 08 Aug 2007) | 2 lines
24928 M /trunk/src/control/libvlc_internal.h
24930 control/libvlc_internal.h: Comment fix.
24932 ------------------------------------------------------------------------
24933 r21014 | pdherbemont | 2007-08-07 20:59:45 +0200 (Tue, 07 Aug 2007) | 2 lines
24935 M /trunk/src/control/media_instance.c
24937 control/media_instance.c: Code factorization.
24939 ------------------------------------------------------------------------
24940 r21013 | pdherbemont | 2007-08-07 20:42:21 +0200 (Tue, 07 Aug 2007) | 2 lines
24942 M /trunk/src/control/event.c
24944 control/event.c: Tab fix.
24946 ------------------------------------------------------------------------
24947 r21012 | jb | 2007-08-07 19:58:53 +0200 (Tue, 07 Aug 2007) | 3 lines
24951 Thanks to Ilkka Ollakka for qt4 too.
24954 ------------------------------------------------------------------------
24955 r21011 | jb | 2007-08-07 19:57:46 +0200 (Tue, 07 Aug 2007) | 4 lines
24957 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
24958 M /trunk/modules/gui/qt4/playlist_model.cpp
24960 Qt4 - Playlist: scrollTo current-item and view issues...
24961 Patch by Ilkka Ollakka
24964 ------------------------------------------------------------------------
24965 r21010 | courmisch | 2007-08-07 19:18:34 +0200 (Tue, 07 Aug 2007) | 3 lines
24967 M /trunk/modules/access/http.c
24969 Fix HTTP authentication.
24970 Yes, some sites use empty usernames
24972 ------------------------------------------------------------------------
24973 r21009 | jb | 2007-08-07 19:04:49 +0200 (Tue, 07 Aug 2007) | 4 lines
24976 M /trunk/modules/gui/qt4/main_interface.cpp
24978 Qt4 - Slider bug temporary solving.
24979 Patch by Hannes Domani
24982 ------------------------------------------------------------------------
24983 r21008 | courmisch | 2007-08-07 19:03:52 +0200 (Tue, 07 Aug 2007) | 2 lines
24985 M /trunk/modules/access/http.c
24987 Do not bother with the byte range when we are at offset zero
24989 ------------------------------------------------------------------------
24990 r21007 | dionoea | 2007-08-06 23:55:22 +0200 (Mon, 06 Aug 2007) | 2 lines
24992 M /trunk/src/video_output/vout_subpictures.c
24996 ------------------------------------------------------------------------
24997 r21006 | courmisch | 2007-08-06 22:04:25 +0200 (Mon, 06 Aug 2007) | 2 lines
24999 M /trunk/include/vlc_modules.h
25003 ------------------------------------------------------------------------
25004 r21005 | courmisch | 2007-08-06 22:01:24 +0200 (Mon, 06 Aug 2007) | 2 lines
25006 M /trunk/src/modules/configuration.c
25008 Sync with module macros and sout chain parsing
25010 ------------------------------------------------------------------------
25011 r21004 | courmisch | 2007-08-06 21:58:36 +0200 (Mon, 06 Aug 2007) | 2 lines
25013 M /trunk/src/playlist/loadsave.c
25015 Simplify and remove a warning
25017 ------------------------------------------------------------------------
25018 r21003 | jb | 2007-08-06 19:59:57 +0200 (Mon, 06 Aug 2007) | 4 lines
25020 M /trunk/modules/gui/qt4/main_interface.cpp
25022 Qt4 - systray behaviour: first activate the Windows before hiding it.
25026 ------------------------------------------------------------------------
25027 r21002 | jb | 2007-08-06 19:09:31 +0200 (Mon, 06 Aug 2007) | 3 lines
25029 M /trunk/modules/gui/qt4/input_manager.cpp
25030 M /trunk/modules/gui/qt4/menus.cpp
25035 ------------------------------------------------------------------------
25036 r21001 | jb | 2007-08-06 19:07:49 +0200 (Mon, 06 Aug 2007) | 2 lines
25038 M /trunk/modules/gui/qt4/qt4.cpp
25040 qt4 : remove trailing spaces.
25042 ------------------------------------------------------------------------
25043 r21000 | jb | 2007-08-06 19:03:01 +0200 (Mon, 06 Aug 2007) | 4 lines
25045 M /trunk/modules/gui/qt4/playlist_model.cpp
25047 Qt4 - fix QT playlist display bug when clicking on top-level of playlist.
25048 Patch by Alexander Gall. Thanks.
25051 ------------------------------------------------------------------------
25052 r20999 | jb | 2007-08-06 18:29:02 +0200 (Mon, 06 Aug 2007) | 3 lines
25054 M /trunk/include/vlc_interface.h
25056 Add .flv extension. Close #1256
25059 ------------------------------------------------------------------------
25060 r20998 | pdherbemont | 2007-08-06 01:06:07 +0200 (Mon, 06 Aug 2007) | 2 lines
25062 M /trunk/bindings/java/src/callback-jni.cc
25064 bindings/java: callback/events usage has changed. For the time being, send an exception.
25066 ------------------------------------------------------------------------
25067 r20997 | pdherbemont | 2007-08-06 00:32:31 +0200 (Mon, 06 Aug 2007) | 2 lines
25069 M /trunk/include/vlc/libvlc.h
25070 M /trunk/include/vlc/libvlc_structures.h
25071 M /trunk/src/control/event.c
25072 M /trunk/src/control/libvlc_internal.h
25074 control/event.c: Change the event API to be per-object driven. It is not yet in use.
25076 ------------------------------------------------------------------------
25077 r20996 | jb | 2007-08-05 22:01:21 +0200 (Sun, 05 Aug 2007) | 3 lines
25079 M /trunk/modules/codec/subsdec.c
25081 Subsdec: remove trailing spaces.
25084 ------------------------------------------------------------------------
25085 r20995 | ipkiss | 2007-08-05 15:10:00 +0200 (Sun, 05 Aug 2007) | 2 lines
25087 M /trunk/doc/skins/skins2-howto.xml
25089 doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten
25091 ------------------------------------------------------------------------
25092 r20994 | courmisch | 2007-08-05 14:12:08 +0200 (Sun, 05 Aug 2007) | 2 lines
25094 M /trunk/modules/control/http/mvar.c
25096 Missing header for INT_MAX
25098 ------------------------------------------------------------------------
25099 r20993 | courmisch | 2007-08-05 11:06:22 +0200 (Sun, 05 Aug 2007) | 2 lines
25101 M /trunk/modules/access/udp.c
25103 Fix server port parsing. Bug reported by Gerrit Benker.
25105 ------------------------------------------------------------------------
25106 r20992 | courmisch | 2007-08-05 10:55:14 +0200 (Sun, 05 Aug 2007) | 3 lines
25108 M /trunk/modules/codec/speex.c
25110 Ignore frame with zero size.
25111 This needs to be *reviewed*.
25113 ------------------------------------------------------------------------
25114 r20991 | courmisch | 2007-08-05 10:38:17 +0200 (Sun, 05 Aug 2007) | 3 lines
25116 M /trunk/modules/codec/speex.c
25118 Fix NULL dereference due to Speex header corruption
25119 spotted by David Thiel
25121 ------------------------------------------------------------------------
25122 r20990 | courmisch | 2007-08-05 10:32:04 +0200 (Sun, 05 Aug 2007) | 2 lines
25124 M /trunk/modules/codec/theora.c
25126 Fix void arithmethic
25128 ------------------------------------------------------------------------
25129 r20989 | courmisch | 2007-08-05 10:27:54 +0200 (Sun, 05 Aug 2007) | 3 lines
25131 M /trunk/src/audio_output/dec.c
25133 Fix malloc error handling
25134 (bug reported by David Thiel)
25136 ------------------------------------------------------------------------
25137 r20988 | courmisch | 2007-08-04 22:57:16 +0200 (Sat, 04 Aug 2007) | 2 lines
25139 M /trunk/src/modules/configuration_chain.c
25143 ------------------------------------------------------------------------
25144 r20987 | courmisch | 2007-08-04 22:49:46 +0200 (Sat, 04 Aug 2007) | 4 lines
25146 M /trunk/include/vlc_configuration.h
25147 M /trunk/include/vlc_modules.h
25148 M /trunk/modules/access/file.c
25149 M /trunk/modules/access/http.c
25150 M /trunk/modules/access_output/udp.c
25151 M /trunk/modules/codec/dvbsub.c
25152 M /trunk/modules/codec/x264.c
25153 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
25154 M /trunk/modules/services_discovery/shout.c
25155 M /trunk/modules/stream_out/standard.c
25156 M /trunk/modules/video_filter/mosaic.c
25157 M /trunk/modules/video_output/image.c
25158 M /trunk/src/libvlc-module.c
25159 M /trunk/src/modules/configuration_chain.c
25161 - Cleanup and fixes deprecated options:
25162 - Removed the gross SUPPRESSED hack
25163 - Remove support for strict deprecated aliases (that was not used anyway)
25165 ------------------------------------------------------------------------
25166 r20986 | courmisch | 2007-08-04 20:50:37 +0200 (Sat, 04 Aug 2007) | 5 lines
25168 M /trunk/modules/access/directory.c
25169 M /trunk/modules/access/dshow/dshow.cpp
25170 M /trunk/modules/access/ftp.c
25171 M /trunk/modules/codec/dirac.c
25172 M /trunk/modules/codec/flac.c
25173 M /trunk/modules/codec/theora.c
25174 M /trunk/modules/video_filter/logo.c
25176 Fix usage of add_shortcut.
25177 Note that shortcuts are inherited from the main module to submodules, so it is
25178 totally useless to duplicate them paste add_submodule. If you think this is
25179 wrong, I do not necessarily disagree, but it would need a RFC.
25181 ------------------------------------------------------------------------
25182 r20985 | courmisch | 2007-08-04 20:39:01 +0200 (Sat, 04 Aug 2007) | 2 lines
25184 M /trunk/modules/control/http/util.c
25188 ------------------------------------------------------------------------
25189 r20984 | courmisch | 2007-08-04 20:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25191 M /trunk/src/modules/entry.c
25193 Do not create dummy shortcut for each and every module
25195 ------------------------------------------------------------------------
25196 r20983 | courmisch | 2007-08-04 20:24:47 +0200 (Sat, 04 Aug 2007) | 3 lines
25198 M /trunk/src/libvlc-common.c
25200 - pp_shortcuts is always true; do not check
25201 - remove apparently harmful "continue" with an always true condition
25203 ------------------------------------------------------------------------
25204 r20982 | courmisch | 2007-08-04 20:16:08 +0200 (Sat, 04 Aug 2007) | 2 lines
25206 M /trunk/src/modules/entry.c
25210 ------------------------------------------------------------------------
25211 r20981 | courmisch | 2007-08-04 20:07:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25213 M /trunk/modules/gui/qt4/menus.cpp
25215 Fix erroneously commited chunk
25217 ------------------------------------------------------------------------
25218 r20980 | courmisch | 2007-08-04 20:03:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25220 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
25221 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
25222 M /trunk/modules/gui/qt4/menus.cpp
25226 ------------------------------------------------------------------------
25227 r20979 | courmisch | 2007-08-04 19:58:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25229 M /trunk/include/vlc_modules.h
25230 M /trunk/src/libvlc.sym
25231 M /trunk/src/modules/modules.c
25235 ------------------------------------------------------------------------
25236 r20978 | courmisch | 2007-08-04 19:42:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25238 M /trunk/modules/control/http/mvar.c
25240 Use module_* functions
25242 ------------------------------------------------------------------------
25243 r20977 | courmisch | 2007-08-04 19:42:20 +0200 (Sat, 04 Aug 2007) | 2 lines
25245 M /trunk/include/vlc_modules.h
25246 M /trunk/src/libvlc.sym
25247 M /trunk/src/modules/modules.c
25249 More access functions around module_t
25251 ------------------------------------------------------------------------
25252 r20976 | courmisch | 2007-08-04 19:40:15 +0200 (Sat, 04 Aug 2007) | 2 lines
25254 M /trunk/modules/control/http/util.c
25258 ------------------------------------------------------------------------
25259 r20975 | courmisch | 2007-08-04 19:29:20 +0200 (Sat, 04 Aug 2007) | 2 lines
25261 M /trunk/modules/gui/qt4/components/extended_panels.cpp
25262 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
25263 M /trunk/modules/gui/qt4/menus.cpp
25265 Use module_IsCapable
25267 ------------------------------------------------------------------------
25268 r20974 | courmisch | 2007-08-04 19:28:18 +0200 (Sat, 04 Aug 2007) | 2 lines
25270 M /trunk/include/vlc_modules.h
25271 M /trunk/src/libvlc.sym
25272 M /trunk/src/modules/modules.c
25274 Partially abstract module_t: add module_IsCapable()
25276 ------------------------------------------------------------------------
25277 r20973 | courmisch | 2007-08-04 19:10:35 +0200 (Sat, 04 Aug 2007) | 4 lines
25279 M /trunk/modules/stream_out/bridge.c
25280 M /trunk/modules/stream_out/mosaic_bridge.c
25281 M /trunk/modules/video_filter/mosaic.c
25283 Move code out of module descriptor.
25284 By the way, I am VERY suspicious about the use of libvlc_global for mosaic and
25287 ------------------------------------------------------------------------
25288 r20972 | pdherbemont | 2007-08-04 19:09:08 +0200 (Sat, 04 Aug 2007) | 2 lines
25290 M /trunk/src/playlist/item.c
25292 playlist/item.c: Avoid checking against false.
25294 ------------------------------------------------------------------------
25295 r20971 | pdherbemont | 2007-08-04 19:07:49 +0200 (Sat, 04 Aug 2007) | 2 lines
25297 M /trunk/src/playlist/item.c
25299 playlist/item.c: More helpful variable name.
25301 ------------------------------------------------------------------------
25302 r20970 | courmisch | 2007-08-04 18:57:00 +0200 (Sat, 04 Aug 2007) | 3 lines
25304 M /trunk/Makefile.am
25309 Remove totally broken VC support.
25310 Use SVN history if you ever want to revive it.
25312 ------------------------------------------------------------------------
25313 r20969 | courmisch | 2007-08-04 18:46:21 +0200 (Sat, 04 Aug 2007) | 2 lines
25315 M /trunk/modules/control/http/http.h
25316 M /trunk/modules/control/http/mvar.c
25320 ------------------------------------------------------------------------
25321 r20968 | courmisch | 2007-08-04 18:24:39 +0200 (Sat, 04 Aug 2007) | 2 lines
25323 M /trunk/modules/control/http/util.c
25327 ------------------------------------------------------------------------
25328 r20967 | pdherbemont | 2007-08-04 18:18:42 +0200 (Sat, 04 Aug 2007) | 2 lines
25330 M /trunk/include/vlc_playlist.h
25332 include/vlc_playlist.h: Code formatting.
25334 ------------------------------------------------------------------------
25335 r20966 | pdherbemont | 2007-08-04 18:16:44 +0200 (Sat, 04 Aug 2007) | 2 lines
25337 M /trunk/include/vlc_playlist.h
25339 include/vlc_playlist.h: More typos.
25341 ------------------------------------------------------------------------
25342 r20965 | pdherbemont | 2007-08-04 18:13:39 +0200 (Sat, 04 Aug 2007) | 2 lines
25344 M /trunk/include/vlc_playlist.h
25346 include/vlc_playlist.h: Typo in comment.
25348 ------------------------------------------------------------------------
25349 r20964 | courmisch | 2007-08-04 18:10:24 +0200 (Sat, 04 Aug 2007) | 2 lines
25351 M /trunk/modules/control/http/util.c
25355 ------------------------------------------------------------------------
25356 r20963 | courmisch | 2007-08-04 18:00:27 +0200 (Sat, 04 Aug 2007) | 2 lines
25358 M /trunk/include/vlc_modules_macros.h
25362 ------------------------------------------------------------------------
25363 r20962 | courmisch | 2007-08-04 17:57:06 +0200 (Sat, 04 Aug 2007) | 2 lines
25365 M /trunk/modules/codec/ffmpeg/audio.c
25366 M /trunk/modules/codec/ffmpeg/encoder.c
25367 M /trunk/modules/codec/ffmpeg/video.c
25369 Fix previous commit
25371 ------------------------------------------------------------------------
25372 r20961 | courmisch | 2007-08-04 17:54:33 +0200 (Sat, 04 Aug 2007) | 3 lines
25374 M /trunk/modules/codec/ffmpeg/audio.c
25375 M /trunk/modules/codec/ffmpeg/encoder.c
25376 M /trunk/modules/codec/ffmpeg/ffmpeg.c
25377 M /trunk/modules/codec/ffmpeg/video.c
25379 Remove code from module descriptor.
25380 That's very naughty.
25382 ------------------------------------------------------------------------
25383 r20960 | jb | 2007-08-04 16:21:45 +0200 (Sat, 04 Aug 2007) | 3 lines
25385 M /trunk/extras/contrib/src/Patches/live-starttime.patch
25387 live version changed.
25390 ------------------------------------------------------------------------
25391 r20959 | jb | 2007-08-04 15:12:58 +0200 (Sat, 04 Aug 2007) | 1 line
25393 M /trunk/extras/contrib/src/Makefile
25395 Faac for system using lame sed... :D
25396 ------------------------------------------------------------------------
25397 r20958 | jb | 2007-08-04 14:37:14 +0200 (Sat, 04 Aug 2007) | 2 lines
25399 M /trunk/extras/contrib/src/packages.mak
25403 ------------------------------------------------------------------------
25404 r20957 | jb | 2007-08-04 14:33:20 +0200 (Sat, 04 Aug 2007) | 3 lines
25406 M /trunk/extras/contrib/src/Makefile
25407 M /trunk/extras/contrib/src/Patches/faac.patch
25408 M /trunk/extras/contrib/src/packages.mak
25410 Contribs: attempt to update faac to 1.25.
25413 ------------------------------------------------------------------------
25414 r20956 | jb | 2007-08-04 12:20:35 +0200 (Sat, 04 Aug 2007) | 3 lines
25416 M /trunk/extras/contrib/src/Patches/SDL_image.patch
25417 M /trunk/extras/contrib/src/packages.mak
25419 Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly...
25422 ------------------------------------------------------------------------
25423 r20955 | jb | 2007-08-04 11:59:07 +0200 (Sat, 04 Aug 2007) | 3 lines
25425 M /trunk/extras/contrib/src/packages.mak
25427 CDDB : 1.3.0 version
25430 ------------------------------------------------------------------------
25431 r20954 | jb | 2007-08-04 11:31:43 +0200 (Sat, 04 Aug 2007) | 4 lines
25433 M /trunk/extras/contrib/src/packages.mak
25435 Contribs; use libcddb 1.2.2 instead of 1.2.1 since 1.2.1 is bugueous.
25436 1.3.0 is also out but uuntested.
25439 ------------------------------------------------------------------------
25440 r20953 | jb | 2007-08-03 20:01:20 +0200 (Fri, 03 Aug 2007) | 3 lines
25442 M /trunk/extras/contrib/src/packages.mak
25444 Contribs: take it from mirror site since once more the main one is down...
25447 ------------------------------------------------------------------------
25448 r20952 | jb | 2007-08-03 19:18:19 +0200 (Fri, 03 Aug 2007) | 3 lines
25450 M /trunk/modules/gui/qt4/ui/main_interface.ui
25452 Qt4 - Compilation fix for Qt-4.2
25455 ------------------------------------------------------------------------
25456 r20951 | damienf | 2007-08-03 17:22:02 +0200 (Fri, 03 Aug 2007) | 2 lines
25460 bootstrap: remove small bug when generating Makefile.am from Modules.am
25462 ------------------------------------------------------------------------
25463 r20950 | pdherbemont | 2007-08-03 00:07:33 +0200 (Fri, 03 Aug 2007) | 2 lines
25465 M /trunk/modules/demux/live555.cpp
25467 modules/demux/live555: Don't let live555 be verbose when vlc is not in verbose mode.
25469 ------------------------------------------------------------------------
25470 r20949 | jb | 2007-08-02 23:53:29 +0200 (Thu, 02 Aug 2007) | 3 lines
25472 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
25474 Qt4 - forgot this file in previous commit.
25477 ------------------------------------------------------------------------
25478 r20948 | jb | 2007-08-02 23:48:30 +0200 (Thu, 02 Aug 2007) | 3 lines
25480 M /trunk/modules/gui/qt4/menus.cpp
25482 qt4 - Menus: shortcuts modifications => Wiki
25485 ------------------------------------------------------------------------
25486 r20947 | jb | 2007-08-02 23:35:08 +0200 (Thu, 02 Aug 2007) | 3 lines
25488 M /trunk/modules/gui/qt4/dialogs_provider.cpp
25489 M /trunk/modules/gui/qt4/dialogs_provider.hpp
25490 M /trunk/modules/gui/qt4/main_interface.cpp
25491 M /trunk/modules/gui/qt4/main_interface.hpp
25492 M /trunk/modules/gui/qt4/menus.cpp
25494 qt4 - HideMenus change position. Still don't know whether we will keep this one.
25497 ------------------------------------------------------------------------
25498 r20946 | jb | 2007-08-02 23:00:11 +0200 (Thu, 02 Aug 2007) | 3 lines
25500 M /trunk/modules/gui/qt4/main_interface.cpp
25502 qt4 - Main_Interface: show the cone when back from playlist for the --qt-always-video fans like me.
25505 ------------------------------------------------------------------------
25506 r20945 | pdherbemont | 2007-08-02 22:32:09 +0200 (Thu, 02 Aug 2007) | 2 lines
25508 M /trunk/extras/contrib/src/Makefile
25510 contrib: Fix .libtool on Mac OS X.
25512 ------------------------------------------------------------------------
25513 r20944 | jb | 2007-08-02 22:10:34 +0200 (Thu, 02 Aug 2007) | 3 lines
25515 M /trunk/modules/gui/qt4/qt4.cpp
25517 Qt4 - Add a less cryptic information to select column. If someone ever uses that settings, hell must have frozen.
25520 ------------------------------------------------------------------------
25521 r20943 | jb | 2007-08-02 21:55:21 +0200 (Thu, 02 Aug 2007) | 3 lines
25523 M /trunk/modules/gui/qt4/playlist_model.cpp
25525 qt4 - Playlist: move the column selection to a submenu.
25528 ------------------------------------------------------------------------
25529 r20942 | jb | 2007-08-02 21:37:12 +0200 (Thu, 02 Aug 2007) | 4 lines
25531 M /trunk/modules/gui/qt4/playlist_model.cpp
25532 M /trunk/modules/gui/qt4/playlist_model.hpp
25534 Qt4 - Playlist: Here's a start for functionality to user ability to select what columns he/she wants to be displayed in playlist.
25535 Patch by Ilkka Ollakka.
25538 ------------------------------------------------------------------------
25539 r20941 | jb | 2007-08-02 21:18:21 +0200 (Thu, 02 Aug 2007) | 3 lines
25541 M /trunk/modules/gui/qt4/dialogs/help.cpp
25542 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
25544 Qt4 - Strings changes by tonsofpcs.
25547 ------------------------------------------------------------------------
25548 r20940 | damienf | 2007-08-02 13:49:49 +0200 (Thu, 02 Aug 2007) | 2 lines
25550 M /trunk/modules/video_chroma/i420_rgb.c
25551 M /trunk/modules/video_chroma/i420_rgb.h
25552 M /trunk/modules/video_chroma/i420_rgb16.c
25553 M /trunk/modules/video_chroma/i420_rgb_mmx.h
25554 M /trunk/modules/video_chroma/i420_yuy2.h
25556 chromas: more SSE2/MMX fixes, added I420_RGBA conversion
25558 ------------------------------------------------------------------------
25559 r20939 | jb | 2007-08-01 20:37:43 +0200 (Wed, 01 Aug 2007) | 3 lines
25561 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25563 Qt4 - Sizing, first step for the Playlist. Impeach the playlist to collapse but let the selector collapse.
25566 ------------------------------------------------------------------------
25567 r20938 | damienf | 2007-08-01 20:29:17 +0200 (Wed, 01 Aug 2007) | 2 lines
25569 M /trunk/modules/video_chroma/i420_rgb.c
25570 M /trunk/modules/video_chroma/i420_rgb.h
25571 M /trunk/modules/video_chroma/i420_rgb16.c
25572 M /trunk/modules/video_chroma/i420_rgb_mmx.h
25573 M /trunk/modules/video_chroma/i420_yuy2.c
25574 M /trunk/modules/video_chroma/i420_yuy2.h
25575 M /trunk/modules/video_chroma/i422_yuy2.c
25576 M /trunk/modules/video_chroma/i422_yuy2.h
25578 video_chroma: added I420_ABGR32 support (mostly for opengl), some clean up as well
25580 ------------------------------------------------------------------------
25581 r20937 | jb | 2007-08-01 20:08:23 +0200 (Wed, 01 Aug 2007) | 3 lines
25583 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
25584 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
25585 M /trunk/modules/gui/qt4/components/playlist/panels.hpp
25586 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
25587 M /trunk/modules/gui/qt4/qt4.hpp
25589 Qt4 - PlaylistWidget use a much nicer QSplitter. Removes also too much class inheritance and hierarchy.
25592 ------------------------------------------------------------------------
25593 r20936 | jb | 2007-08-01 18:06:52 +0200 (Wed, 01 Aug 2007) | 3 lines
25595 M /trunk/modules/gui/qt4/main_interface.cpp
25596 M /trunk/modules/gui/qt4/main_interface.hpp
25598 Qt4 - MainInterface: support for speed gestion.
25601 ------------------------------------------------------------------------
25602 r20935 | jb | 2007-08-01 17:37:04 +0200 (Wed, 01 Aug 2007) | 3 lines
25604 M /trunk/modules/gui/qt4/qt4.cpp
25606 Qt4 - Preferences: give a description better than "FIXME" for options.
25609 ------------------------------------------------------------------------
25610 r20934 | jb | 2007-08-01 17:10:23 +0200 (Wed, 01 Aug 2007) | 3 lines
25612 M /trunk/modules/gui/qt4/main_interface.cpp
25613 M /trunk/modules/gui/qt4/ui/main_interface.ui
25615 Qt4 - MainInterface: small change on size behaviour and fixes.
25618 ------------------------------------------------------------------------
25619 r20932 | jb | 2007-08-01 15:17:54 +0200 (Wed, 01 Aug 2007) | 3 lines
25621 A /trunk/modules/gui/qt4/pixmaps/vlc_harddisk_16px.png
25623 Qt4: add a not-yet-used harddisk icon.
25626 ------------------------------------------------------------------------
25627 r20931 | jb | 2007-08-01 15:02:09 +0200 (Wed, 01 Aug 2007) | 3 lines
25629 M /trunk/modules/gui/qt4/qt4.cpp
25631 Qt4 : typo correction.
25634 ------------------------------------------------------------------------
25635 r20930 | jb | 2007-08-01 14:46:59 +0200 (Wed, 01 Aug 2007) | 3 lines
25637 M /trunk/modules/gui/qt4/main_interface.cpp
25639 Qt4 - Main Interface: Fix the always-video bug. Reparent the ui and central widget, separate centralWidget from controlWidget and other fixes.
25642 ------------------------------------------------------------------------
25643 r20928 | jb | 2007-08-01 13:11:29 +0200 (Wed, 01 Aug 2007) | 3 lines
25645 M /trunk/modules/gui/qt4/qt4.cpp
25646 M /trunk/modules/gui/qt4/qt4.hpp
25648 Qt4: add options for later choice of columns in playlist.
25651 ------------------------------------------------------------------------
25652 r20927 | jb | 2007-08-01 12:03:36 +0200 (Wed, 01 Aug 2007) | 4 lines
25654 M /trunk/extras/contrib/src/packages.mak
25656 Contribs: flac bump version: 1.2.0. Works on altair/mingw32, deneb and veda.
25657 Speedups, minor bugs and SSE detection.
25660 ------------------------------------------------------------------------
25661 r20926 | sam | 2007-08-01 10:23:38 +0200 (Wed, 01 Aug 2007) | 2 lines
25663 M /trunk/configure.ac
25664 M /trunk/modules/video_chroma/Modules.am
25665 A /trunk/modules/video_chroma/grey_yuv.c
25667 * Simple grayscale -> yuv conversions.
25669 ------------------------------------------------------------------------
25670 r20925 | sam | 2007-07-31 18:15:46 +0200 (Tue, 31 Jul 2007) | 2 lines
25672 M /trunk/src/video_output/vout_pictures.c
25673 M /trunk/src/video_output/vout_pictures.h
25675 * src/video_output/vout_pictures.c: support the GREY fourcc.
25677 ------------------------------------------------------------------------
25678 r20924 | damienf | 2007-07-31 15:40:01 +0200 (Tue, 31 Jul 2007) | 2 lines
25680 M /trunk/activex/Makefile.am
25682 M /trunk/src/Makefile.am
25684 more libtool updates, removed some ol' crust
25686 ------------------------------------------------------------------------
25687 r20923 | damienf | 2007-07-31 15:07:37 +0200 (Tue, 31 Jul 2007) | 2 lines
25691 bootstrap: remove libtool patch for cygwin as we now use libtool 'properly'
25693 ------------------------------------------------------------------------
25694 r20922 | damienf | 2007-07-31 15:00:20 +0200 (Tue, 31 Jul 2007) | 2 lines
25697 M /trunk/configure.ac
25698 M /trunk/src/Makefile.am
25700 libtool: prefer -export-dynamic over -export-regex, -export-symbols if compiler already supports symbol visibility (gcc 4.x), this should also deprecate libvlc.sym
25702 ------------------------------------------------------------------------
25703 r20921 | jb | 2007-07-31 09:07:11 +0200 (Tue, 31 Jul 2007) | 3 lines
25705 M /trunk/extras/contrib/src/Makefile
25706 D /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch
25707 A /trunk/extras/contrib/src/Patches/libvorbis.patch (from /trunk/extras/contrib/src/Patches/libvorbis-1.1.patch:20920)
25708 M /trunk/extras/contrib/src/packages.mak
25710 Contribs: Vorbis bump version to 1.2.0. Security fixes and various fixes.
25713 ------------------------------------------------------------------------
25714 r20920 | bitmap | 2007-07-31 08:47:01 +0200 (Tue, 31 Jul 2007) | 4 lines
25716 M /trunk/modules/misc/freetype.c
25718 Dynamically load any TTF or OTF fonts available in the attachments of
25719 the media file and make them available to FreeType as memory based fonts
25720 for subtitle rendering.
25722 ------------------------------------------------------------------------
25723 r20919 | bitmap | 2007-07-31 08:42:40 +0200 (Tue, 31 Jul 2007) | 4 lines
25725 M /trunk/modules/misc/quartztext.c
25727 Dynamically load any TTF or OTF fonts available in the attachments of
25728 the media file and make them available to the Quartz engine for
25729 subtitle rendering.
25731 ------------------------------------------------------------------------
25732 r20918 | damienf | 2007-07-30 23:10:22 +0200 (Mon, 30 Jul 2007) | 2 lines
25734 M /trunk/Makefile.am
25736 Makefile.am: fix package-win32 to use libtool libs location
25738 ------------------------------------------------------------------------
25739 r20917 | damienf | 2007-07-30 16:20:04 +0200 (Mon, 30 Jul 2007) | 2 lines
25741 M /trunk/mozilla/Makefile.am
25742 M /trunk/src/libvlc.sym
25744 mozilla: libtool fixes (round 2: darwin)
25746 ------------------------------------------------------------------------
25747 r20916 | damienf | 2007-07-30 15:45:44 +0200 (Mon, 30 Jul 2007) | 2 lines
25749 M /trunk/configure.ac
25751 mozilla, activex: win32 fixes
25753 ------------------------------------------------------------------------
25754 r20915 | damienf | 2007-07-30 14:52:28 +0200 (Mon, 30 Jul 2007) | 2 lines
25756 M /trunk/mozilla/Makefile.am
25758 mozilla: libtool fixes (round 1)
25760 ------------------------------------------------------------------------
25761 r20914 | damienf | 2007-07-30 10:55:05 +0200 (Mon, 30 Jul 2007) | 2 lines
25763 M /trunk/Makefile.am
25765 vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)
25767 ------------------------------------------------------------------------
25768 r20912 | fkuehne | 2007-07-29 18:07:54 +0200 (Sun, 29 Jul 2007) | 1 line
25770 M /trunk/extras/contrib/src/packages.mak
25772 * download libogg, libvorbis and libtheora from our server, as their mirror is broken. Note: downloading libcddb may fail with curl and could only work with wget right now...
25773 ------------------------------------------------------------------------
25774 r20911 | pdherbemont | 2007-07-29 17:20:02 +0200 (Sun, 29 Jul 2007) | 2 lines
25776 M /trunk/modules/gui/macosx/intf.h
25777 M /trunk/modules/gui/macosx/intf.m
25779 Mac OS X gui: Nicely keep the controller window on screen when opening the playlist. (Patch by Lincoln Ramsay <ramsay at bigfoot.com>)
25781 ------------------------------------------------------------------------
25782 r20910 | courmisch | 2007-07-29 11:04:52 +0200 (Sun, 29 Jul 2007) | 2 lines
25784 M /trunk/configure.ac
25786 Remove HAVE_SHARED_LIBVLC hack
25788 ------------------------------------------------------------------------
25789 r20909 | courmisch | 2007-07-29 11:04:33 +0200 (Sun, 29 Jul 2007) | 2 lines
25791 M /trunk/modules/control/http/http.c
25792 M /trunk/modules/gui/wince/interface.cpp
25793 M /trunk/modules/gui/wxwidgets/interface.cpp
25795 VLC_Changeset is always available
25797 ------------------------------------------------------------------------
25798 r20908 | courmisch | 2007-07-29 11:02:04 +0200 (Sun, 29 Jul 2007) | 2 lines
25800 M /trunk/include/vlc_common.h
25801 M /trunk/include/vlc_modules.h
25802 M /trunk/include/vlc_modules_macros.h
25804 Same as previous commit
25806 ------------------------------------------------------------------------
25807 r20907 | courmisch | 2007-07-29 11:01:40 +0200 (Sun, 29 Jul 2007) | 2 lines
25809 M /trunk/src/extras/libc.c
25810 M /trunk/src/modules/entry.c
25811 M /trunk/src/modules/modules.c
25812 M /trunk/src/modules/modules.h
25814 Remove vlc_symbols legacy.
25816 ------------------------------------------------------------------------
25817 r20906 | courmisch | 2007-07-29 10:55:53 +0200 (Sun, 29 Jul 2007) | 2 lines
25819 M /trunk/configure.ac
25821 Remove broken libtool configure option
25823 ------------------------------------------------------------------------
25824 r20905 | courmisch | 2007-07-29 10:53:18 +0200 (Sun, 29 Jul 2007) | 2 lines
25826 M /trunk/configure.ac
25828 Really remove libintl hack
25830 ------------------------------------------------------------------------
25831 r20904 | courmisch | 2007-07-29 10:51:16 +0200 (Sun, 29 Jul 2007) | 2 lines
25833 M /trunk/configure.ac
25837 ------------------------------------------------------------------------
25838 r20903 | courmisch | 2007-07-29 10:47:33 +0200 (Sun, 29 Jul 2007) | 2 lines
25840 M /trunk/bindings/java/src/Makefile.am
25841 M /trunk/configure.ac
25842 M /trunk/src/Makefile.am
25844 Remove INCLUDED_LIBINTL hack
25846 ------------------------------------------------------------------------
25847 r20902 | courmisch | 2007-07-29 10:47:13 +0200 (Sun, 29 Jul 2007) | 2 lines
25853 ------------------------------------------------------------------------
25854 r20901 | courmisch | 2007-07-29 10:43:08 +0200 (Sun, 29 Jul 2007) | 2 lines
25856 M /trunk/Makefile.am
25857 M /trunk/bindings/java/src/Makefile.am
25859 M /trunk/configure.ac
25860 M /trunk/mozilla/Makefile.am
25861 M /trunk/src/Makefile.am
25863 Remove USE_LIBTOOL hack
25865 ------------------------------------------------------------------------
25866 r20900 | courmisch | 2007-07-29 10:28:36 +0200 (Sun, 29 Jul 2007) | 2 lines
25870 Remove gettext template
25872 ------------------------------------------------------------------------
25873 r20899 | courmisch | 2007-07-29 10:28:25 +0200 (Sun, 29 Jul 2007) | 2 lines
25875 M /trunk/src/Makefile.am
25879 ------------------------------------------------------------------------
25880 r20898 | courmisch | 2007-07-29 10:26:56 +0200 (Sun, 29 Jul 2007) | 3 lines
25882 M /trunk/Makefile.am
25883 M /trunk/include/vlc_common.h
25884 D /trunk/include/vlc_symbols.h
25885 D /trunk/vlc-api.pl
25887 Remove vlc_symbols - refs #297.
25888 Maintaining an API with this was pretty much impossible.
25890 ------------------------------------------------------------------------
25891 r20897 | djc | 2007-07-27 19:16:56 +0200 (Fri, 27 Jul 2007) | 3 lines
25893 M /trunk/Makefile.am
25895 Fix compilation on MacOS
25896 Thanks to pdherbemont
25898 ------------------------------------------------------------------------
25899 r20896 | fkuehne | 2007-07-27 12:47:11 +0200 (Fri, 27 Jul 2007) | 1 line
25901 M /trunk/extras/contrib/src/Patches/live-starttime.patch
25903 * updated current time-stamp
25904 ------------------------------------------------------------------------
25905 r20895 | damienf | 2007-07-27 12:33:00 +0200 (Fri, 27 Jul 2007) | 2 lines
25907 M /trunk/activex/Makefile.am
25909 activex: slightly better Makefile.am
25911 ------------------------------------------------------------------------
25912 r20894 | damienf | 2007-07-27 11:52:31 +0200 (Fri, 27 Jul 2007) | 2 lines
25914 M /trunk/activex/Makefile.am
25915 M /trunk/configure.ac
25917 activex: updated build for libtool link compatibility
25919 ------------------------------------------------------------------------
25920 r20893 | dionoea | 2007-07-26 23:28:05 +0200 (Thu, 26 Jul 2007) | 2 lines
25922 M /trunk/configure.ac
25923 M /trunk/modules/video_filter/Modules.am
25924 A /trunk/modules/video_filter/grain.c (from /trunk/modules/video_filter/noise.c:20886)
25926 New video filter to add grain to a video. This is work in progress (I'm commiting so people can test using the win32 nightlies)
25928 ------------------------------------------------------------------------
25929 r20892 | pdherbemont | 2007-07-26 22:38:26 +0200 (Thu, 26 Jul 2007) | 2 lines
25931 M /trunk/Makefile.am
25933 Makefile.am: Run install_name_tool on the module.
25935 ------------------------------------------------------------------------
25936 r20891 | pdherbemont | 2007-07-26 22:35:35 +0200 (Thu, 26 Jul 2007) | 2 lines
25938 M /trunk/Makefile.am
25940 Makefile.am: fix typos in the VLC-release.app target.
25942 ------------------------------------------------------------------------
25943 r20890 | dionoea | 2007-07-26 20:00:03 +0200 (Thu, 26 Jul 2007) | 2 lines
25945 M /trunk/modules/control/http/rpn.c
25947 Fix a few playlist_Control() calls. Thanks to AmiSyl in the forums.
25949 ------------------------------------------------------------------------
25950 r20889 | dionoea | 2007-07-26 00:29:19 +0200 (Thu, 26 Jul 2007) | 2 lines
25952 M /trunk/modules/video_filter/bluescreen.c
25954 Invert lines (cosmetic change only)
25956 ------------------------------------------------------------------------
25957 r20888 | dionoea | 2007-07-25 23:45:52 +0200 (Wed, 25 Jul 2007) | 2 lines
25959 M /trunk/src/misc/image.c
25963 ------------------------------------------------------------------------
25964 r20887 | dionoea | 2007-07-25 23:23:25 +0200 (Wed, 25 Jul 2007) | 2 lines
25966 M /trunk/modules/stream_out/mosaic_bridge.c
25968 Revert part of the previous commit which was wrong. (Looks like the leak is in ConvertImage when the input and output formats are the same ... fix comming)
25970 ------------------------------------------------------------------------
25971 r20886 | damienf | 2007-07-25 23:19:10 +0200 (Wed, 25 Jul 2007) | 2 lines
25973 M /trunk/configure.ac
25975 configure.ac: hopefully, that's gnutls sorted for good
25977 ------------------------------------------------------------------------
25978 r20885 | damienf | 2007-07-25 22:55:58 +0200 (Wed, 25 Jul 2007) | 2 lines
25980 M /trunk/src/Makefile.am
25982 Makefile.am: $(AM_LDFLAGS) is actually NOT guaranteed to be automatically added to the link command (i really hate automake)
25984 ------------------------------------------------------------------------
25985 r20884 | damienf | 2007-07-25 18:02:42 +0200 (Wed, 25 Jul 2007) | 2 lines
25987 M /trunk/configure.ac
25989 configure.ac: gnutls, more link flags
25991 ------------------------------------------------------------------------
25992 r20883 | damienf | 2007-07-25 17:29:04 +0200 (Wed, 25 Jul 2007) | 2 lines
25994 M /trunk/configure.ac
25996 configure.ac: more fixes...
25998 ------------------------------------------------------------------------
25999 r20882 | dionoea | 2007-07-24 22:07:22 +0200 (Tue, 24 Jul 2007) | 4 lines
26001 M /trunk/modules/stream_out/mosaic_bridge.c
26003 Fix a memleak when the resize function isn't used (untested ... of course)
26004 Check some function error codes
26005 Remove a few printfs
26007 ------------------------------------------------------------------------
26008 r20881 | damienf | 2007-07-24 21:55:37 +0200 (Tue, 24 Jul 2007) | 2 lines
26010 M /trunk/configure.ac
26012 sdl_image: fix typo in previous commit
26014 ------------------------------------------------------------------------
26015 r20880 | damienf | 2007-07-24 21:45:01 +0200 (Tue, 24 Jul 2007) | 2 lines
26017 M /trunk/configure.ac
26019 sdl-image: needs -lwinmm on win32
26021 ------------------------------------------------------------------------
26022 r20879 | damienf | 2007-07-24 21:14:57 +0200 (Tue, 24 Jul 2007) | 2 lines
26024 M /trunk/configure.ac
26026 configure.ac: add link flags for win32
26028 ------------------------------------------------------------------------
26029 r20878 | damienf | 2007-07-24 19:32:33 +0200 (Tue, 24 Jul 2007) | 2 lines
26031 M /trunk/src/Makefile.am
26033 Makefile.am: much simpler rules for win32, now that libtoo linking is working
26035 ------------------------------------------------------------------------
26036 r20877 | damienf | 2007-07-24 19:15:59 +0200 (Tue, 24 Jul 2007) | 2 lines
26039 M /trunk/configure.ac
26041 - mingw32: fix libtool linking.
26043 ------------------------------------------------------------------------
26044 r20876 | damienf | 2007-07-24 00:36:45 +0200 (Tue, 24 Jul 2007) | 2 lines
26048 - bootstrap: quick fix for libtooling modules for mingw
26050 ------------------------------------------------------------------------
26051 r20875 | xtophe | 2007-07-23 23:37:33 +0200 (Mon, 23 Jul 2007) | 2 lines
26053 M /trunk/share/Makefile.am
26055 hrm. compile before commit. la la la
26057 ------------------------------------------------------------------------
26058 r20874 | xtophe | 2007-07-23 23:29:35 +0200 (Mon, 23 Jul 2007) | 5 lines
26060 M /trunk/share/Makefile.am
26061 A /trunk/share/applications/vlc.desktop (from /trunk/share/applications/vlc.desktop.in:20872)
26062 D /trunk/share/applications/vlc.desktop.in
26064 vlc.desktop: the version in it refers to the standard version not VLC version.
26065 - don't process it with config.status
26066 - get rif of the duplicate application/x-matroska
26069 ------------------------------------------------------------------------
26070 r20873 | pdherbemont | 2007-07-23 23:01:03 +0200 (Mon, 23 Jul 2007) | 2 lines
26072 M /trunk/extras/contrib/src/Makefile
26074 contrib: Provide a glibtool as well as a glibtoolize on Mac OS X.
26076 ------------------------------------------------------------------------
26077 r20872 | damienf | 2007-07-23 18:26:03 +0200 (Mon, 23 Jul 2007) | 2 lines
26079 M /trunk/src/Makefile.am
26081 libvlc.dll: libtool fixes
26083 ------------------------------------------------------------------------
26084 r20871 | damienf | 2007-07-23 11:01:56 +0200 (Mon, 23 Jul 2007) | 2 lines
26086 M /trunk/configure.ac
26088 - configure.ac: only tests for Osso and Xdsp if X11 is available
26090 ------------------------------------------------------------------------
26091 r20870 | xtophe | 2007-07-22 20:26:32 +0200 (Sun, 22 Jul 2007) | 2 lines
26093 M /trunk/modules/demux/Modules.am
26095 Remove rtp.c which was added by mistake in [20846]
26097 ------------------------------------------------------------------------
26098 r20869 | pdherbemont | 2007-07-22 18:58:33 +0200 (Sun, 22 Jul 2007) | 2 lines
26100 M /trunk/extras/contrib/src/Makefile
26102 Revert the two previous commit as we are not using svn checkout, thus can't update, thus there is no clean solution to properly update the build bot.
26104 ------------------------------------------------------------------------
26105 r20868 | pdherbemont | 2007-07-22 18:52:07 +0200 (Sun, 22 Jul 2007) | 2 lines
26107 M /trunk/extras/contrib/src/Makefile
26109 contrib: Fix previous commit (oops).
26111 ------------------------------------------------------------------------
26112 r20867 | pdherbemont | 2007-07-22 18:49:57 +0200 (Sun, 22 Jul 2007) | 2 lines
26114 M /trunk/extras/contrib/src/Makefile
26116 contrib: Run svn update if needed in ffmpeg.
26118 ------------------------------------------------------------------------
26119 r20866 | pdherbemont | 2007-07-22 13:02:02 +0200 (Sun, 22 Jul 2007) | 2 lines
26121 M /trunk/src/libvlc.sym
26123 libvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc.
26125 ------------------------------------------------------------------------
26126 r20865 | pdherbemont | 2007-07-22 12:45:49 +0200 (Sun, 22 Jul 2007) | 2 lines
26128 M /trunk/Makefile.am
26130 Makefile.am: With VLC-release.app make sure to install not to ln.
26132 ------------------------------------------------------------------------
26133 r20864 | pdherbemont | 2007-07-22 01:04:43 +0200 (Sun, 22 Jul 2007) | 2 lines
26135 M /trunk/Makefile.am
26137 Makefile.am: Make the VLC-release.app target libtool aware.
26139 ------------------------------------------------------------------------
26140 r20863 | pdherbemont | 2007-07-21 22:52:11 +0200 (Sat, 21 Jul 2007) | 2 lines
26142 D /trunk/extras/contrib/src/Patches/dirac-osx.patch
26144 contrib: dirac-osx.path is unused now.
26146 ------------------------------------------------------------------------
26147 r20862 | pdherbemont | 2007-07-21 22:50:38 +0200 (Sat, 21 Jul 2007) | 2 lines
26149 M /trunk/extras/contrib/src/Makefile
26151 contrib: Use dirac-cross.patch on Mac OS X.
26153 ------------------------------------------------------------------------
26154 r20861 | pdherbemont | 2007-07-21 22:12:30 +0200 (Sat, 21 Jul 2007) | 2 lines
26156 M /trunk/configure.ac
26158 configure.ac: Enable libtool on Mac OS X by default.
26160 ------------------------------------------------------------------------
26161 r20860 | pdherbemont | 2007-07-21 22:10:21 +0200 (Sat, 21 Jul 2007) | 2 lines
26163 M /trunk/Makefile.am
26165 Makefile.am: Use libtool on Mac OS X.
26167 ------------------------------------------------------------------------
26168 r20859 | xtophe | 2007-07-21 16:23:41 +0200 (Sat, 21 Jul 2007) | 2 lines
26170 M /trunk/configure.ac
26172 small cleanup missing in the previous commit
26174 ------------------------------------------------------------------------
26175 r20858 | xtophe | 2007-07-21 16:15:29 +0200 (Sat, 21 Jul 2007) | 2 lines
26177 M /trunk/configure.ac
26178 M /trunk/modules/access/pvr.c
26180 Better fix for <linux/videodev2.h> . Refs #1238
26182 ------------------------------------------------------------------------
26183 r20857 | pdherbemont | 2007-07-21 00:52:44 +0200 (Sat, 21 Jul 2007) | 2 lines
26187 bootstrap: Fix previous commit (oops I did it again).
26189 ------------------------------------------------------------------------
26190 r20856 | pdherbemont | 2007-07-21 00:44:02 +0200 (Sat, 21 Jul 2007) | 2 lines
26194 boostrap: Fix previous commit (oops)
26196 ------------------------------------------------------------------------
26197 r20855 | pdherbemont | 2007-07-21 00:40:23 +0200 (Sat, 21 Jul 2007) | 2 lines
26201 bootstrap: Use libtoolize from contrib by default.
26203 ------------------------------------------------------------------------
26204 r20854 | pdherbemont | 2007-07-21 00:36:47 +0200 (Sat, 21 Jul 2007) | 2 lines
26206 M /trunk/extras/contrib/src/Makefile
26208 contrib: Really install libtool on Mac OS X as default version isn't working well enough.
26210 ------------------------------------------------------------------------
26211 r20853 | pdherbemont | 2007-07-21 00:34:57 +0200 (Sat, 21 Jul 2007) | 2 lines
26213 M /trunk/extras/contrib/src/packages.mak
26215 contrib: Bump libtool version to latest stable 1.5.24.
26217 ------------------------------------------------------------------------
26218 r20852 | xtophe | 2007-07-21 00:16:46 +0200 (Sat, 21 Jul 2007) | 4 lines
26220 M /trunk/configure.ac
26222 Work-around a subtility of the preprocessor and use " instead of <>.
26223 This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
26226 ------------------------------------------------------------------------
26227 r20851 | courmisch | 2007-07-20 22:55:02 +0200 (Fri, 20 Jul 2007) | 2 lines
26229 M /trunk/src/input/demux.c
26230 M /trunk/src/input/input_internal.h
26231 M /trunk/src/input/mem_stream.c
26232 M /trunk/src/input/stream.c
26234 Remove dummy stream_t.pf_block
26236 ------------------------------------------------------------------------
26237 r20850 | fenrir | 2007-07-20 21:45:21 +0200 (Fri, 20 Jul 2007) | 2 lines
26239 M /trunk/modules/demux/asf/asf.c
26240 M /trunk/modules/demux/asf/libasf.c
26241 M /trunk/modules/demux/asf/libasf.h
26242 M /trunk/modules/demux/mp4/libmp4.c
26244 Fixed a bunch of warning because of stream_Peek change.
26246 ------------------------------------------------------------------------
26247 r20849 | xtophe | 2007-07-20 19:19:17 +0200 (Fri, 20 Jul 2007) | 2 lines
26249 M /trunk/modules/demux/mkv.cpp
26250 M /trunk/modules/demux/mp4/mp4.c
26254 ------------------------------------------------------------------------
26255 r20848 | courmisch | 2007-07-20 17:51:26 +0200 (Fri, 20 Jul 2007) | 2 lines
26257 M /trunk/doc/fortunes.txt
26261 ------------------------------------------------------------------------
26262 r20847 | courmisch | 2007-07-20 17:50:43 +0200 (Fri, 20 Jul 2007) | 2 lines
26264 M /trunk/doc/release-howto.txt
26268 ------------------------------------------------------------------------
26269 r20846 | courmisch | 2007-07-20 16:34:20 +0200 (Fri, 20 Jul 2007) | 3 lines
26271 M /trunk/modules/demux/Modules.am
26272 M /trunk/modules/demux/a52.c
26273 M /trunk/modules/demux/aiff.c
26274 M /trunk/modules/demux/au.c
26275 M /trunk/modules/demux/dts.c
26276 M /trunk/modules/demux/flac.c
26277 M /trunk/modules/demux/live555.cpp
26278 M /trunk/modules/demux/nsv.c
26279 M /trunk/modules/demux/ogg.c
26280 M /trunk/modules/demux/rawdv.c
26281 M /trunk/modules/demux/rawvid.c
26282 M /trunk/modules/demux/real.c
26283 M /trunk/modules/demux/wav.c
26285 - Fix a bunch of warnings
26286 - Fix a bunch of abuse of strncmp (memcmp rulez)
26288 ------------------------------------------------------------------------
26289 r20845 | courmisch | 2007-07-20 16:22:54 +0200 (Fri, 20 Jul 2007) | 3 lines
26291 M /trunk/include/vlc_stream.h
26292 M /trunk/src/input/demux.c
26293 M /trunk/src/input/input_internal.h
26294 M /trunk/src/input/mem_stream.c
26295 M /trunk/src/input/stream.c
26297 Make stream_Peek take a const pointer as it should
26298 (This introduces a lot of warnings)
26300 ------------------------------------------------------------------------
26301 r20844 | courmisch | 2007-07-20 16:04:50 +0200 (Fri, 20 Jul 2007) | 2 lines
26303 M /trunk/configure.ac
26304 M /trunk/m4/Makefile.am
26305 M /trunk/m4/codeset.m4
26306 M /trunk/m4/gettext.m4
26307 M /trunk/m4/glibc21.m4
26308 M /trunk/m4/iconv.m4
26309 M /trunk/m4/intdiv0.m4
26310 A /trunk/m4/intl.m4
26311 A /trunk/m4/intldir.m4
26312 M /trunk/m4/inttypes-pri.m4
26313 M /trunk/m4/inttypes_h.m4
26314 M /trunk/m4/lcmessage.m4
26315 M /trunk/m4/lib-ld.m4
26316 M /trunk/m4/lib-link.m4
26317 M /trunk/m4/lib-prefix.m4
26318 A /trunk/m4/lock.m4
26319 M /trunk/m4/progtest.m4
26320 M /trunk/m4/stdint_h.m4
26321 M /trunk/m4/uintmax_t.m4
26322 M /trunk/m4/ulonglong.m4
26323 A /trunk/m4/visibility.m4
26324 M /trunk/po/Makefile.in.in
26325 M /trunk/po/Makevars
26327 Resync gettext with contrib
26329 ------------------------------------------------------------------------
26330 r20843 | courmisch | 2007-07-20 15:53:29 +0200 (Fri, 20 Jul 2007) | 3 lines
26332 M /trunk/src/Makefile.am
26334 Try to fix NLS on Win32
26335 Somehow gettext fails on mingw32 here, so cannot test
26337 ------------------------------------------------------------------------
26338 r20842 | courmisch | 2007-07-20 15:24:54 +0200 (Fri, 20 Jul 2007) | 2 lines
26344 ------------------------------------------------------------------------
26345 r20841 | courmisch | 2007-07-20 15:13:53 +0200 (Fri, 20 Jul 2007) | 2 lines
26351 ------------------------------------------------------------------------
26352 r20840 | jpsaman | 2007-07-20 14:46:02 +0200 (Fri, 20 Jul 2007) | 2 lines
26354 M /trunk/src/video_output/vout_subpictures.c
26356 Don't scale when original widht/height is zero.
26358 ------------------------------------------------------------------------
26359 r20839 | bitmap | 2007-07-20 01:05:27 +0200 (Fri, 20 Jul 2007) | 2 lines
26361 M /trunk/modules/misc/freetype.c
26363 (hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729
26365 ------------------------------------------------------------------------
26366 r20838 | pdherbemont | 2007-07-19 22:14:50 +0200 (Thu, 19 Jul 2007) | 2 lines
26370 bootstrap: Attempt to fix Mac OS X build using libtool. Please review.
26372 ------------------------------------------------------------------------
26373 r20837 | courmisch | 2007-07-19 21:06:19 +0200 (Thu, 19 Jul 2007) | 2 lines
26375 M /trunk/modules/access/udp.c
26377 Same as previous commit
26379 ------------------------------------------------------------------------
26380 r20836 | courmisch | 2007-07-19 21:00:17 +0200 (Thu, 19 Jul 2007) | 2 lines
26382 M /trunk/modules/access/udp.c
26384 Remove extra whitespace
26386 ------------------------------------------------------------------------
26387 r20835 | pdherbemont | 2007-07-19 19:57:42 +0200 (Thu, 19 Jul 2007) | 2 lines
26389 M /trunk/src/control/event.c
26391 control/event.c: Make sure intall_input_event returns a value.
26393 ------------------------------------------------------------------------
26394 r20834 | pdherbemont | 2007-07-19 19:34:23 +0200 (Thu, 19 Jul 2007) | 2 lines
26396 M /trunk/src/Makefile.am
26398 src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.
26400 ------------------------------------------------------------------------
26401 r20833 | courmisch | 2007-07-19 19:28:35 +0200 (Thu, 19 Jul 2007) | 3 lines
26405 Remove non-libtool targets.
26406 automake could hardly keep up with 700 targets.
26408 ------------------------------------------------------------------------
26409 r20832 | courmisch | 2007-07-19 18:32:23 +0200 (Thu, 19 Jul 2007) | 2 lines
26411 M /trunk/src/Makefile.am
26413 Always use libtool here
26415 ------------------------------------------------------------------------
26416 r20831 | courmisch | 2007-07-19 17:47:50 +0200 (Thu, 19 Jul 2007) | 2 lines
26418 M /trunk/src/Makefile.am
26422 ------------------------------------------------------------------------
26423 r20830 | courmisch | 2007-07-19 17:47:06 +0200 (Thu, 19 Jul 2007) | 2 lines
26425 M /trunk/src/Makefile.am
26427 Remove the most useless Makefile statement ever
26429 ------------------------------------------------------------------------
26430 r20829 | jpsaman | 2007-07-19 16:50:53 +0200 (Thu, 19 Jul 2007) | 2 lines
26432 M /trunk/modules/video_filter/osdmenu.c
26434 Fix positioning of subpicture regions in osdmenu.
26436 ------------------------------------------------------------------------
26437 r20828 | jpsaman | 2007-07-19 15:45:30 +0200 (Thu, 19 Jul 2007) | 2 lines
26439 M /trunk/modules/video_filter/scale.c
26441 Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero).
26443 ------------------------------------------------------------------------
26444 r20827 | phmo95 | 2007-07-19 14:57:50 +0200 (Thu, 19 Jul 2007) | 3 lines
26446 M /trunk/bindings/java/src/core-jni.cc
26447 M /trunk/bindings/java/src/input-jni.cc
26450 Avoid mallocing/freeing a libvlc_exception_t (end).
26452 ------------------------------------------------------------------------
26453 r20826 | dionoea | 2007-07-19 00:14:57 +0200 (Thu, 19 Jul 2007) | 2 lines
26455 M /trunk/modules/demux/rawvid.c
26457 Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 )
26459 ------------------------------------------------------------------------
26460 r20825 | courmisch | 2007-07-18 21:47:29 +0200 (Wed, 18 Jul 2007) | 2 lines
26463 M /trunk/configure.ac
26465 Remove some useless cruft
26467 ------------------------------------------------------------------------
26468 r20824 | phmo95 | 2007-07-18 18:54:09 +0200 (Wed, 18 Jul 2007) | 3 lines
26470 M /trunk/bindings/java/src/audio-jni.cc
26471 M /trunk/bindings/java/src/callback-jni.cc
26472 M /trunk/bindings/java/src/input-jni.cc
26473 M /trunk/bindings/java/src/playlist-jni.cc
26474 M /trunk/bindings/java/src/utils.h
26475 M /trunk/bindings/java/src/video-jni.cc
26476 M /trunk/bindings/java/src/vlm-jni.cc
26478 Avoid allocating/freeing livlc_exception_t.
26481 ------------------------------------------------------------------------
26482 r20823 | jb | 2007-07-18 06:37:24 +0200 (Wed, 18 Jul 2007) | 2 lines
26484 M /trunk/extras/contrib/src/Distributions/win32.mak
26486 Contribs: build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247)
26488 ------------------------------------------------------------------------
26489 r20822 | jb | 2007-07-18 06:29:02 +0200 (Wed, 18 Jul 2007) | 4 lines
26492 M /trunk/src/libvlc-common.c
26494 D-Bus: "org.mpris.vlc" adjustement.
26495 Patch from Mirsal, as often.
26498 ------------------------------------------------------------------------
26499 r20821 | jb | 2007-07-18 06:21:59 +0200 (Wed, 18 Jul 2007) | 24 lines
26501 M /trunk/src/libvlc-module.c
26503 Default keys for !mac changes:
26504 The idea is that "Ctrl + small letter" are now reserved to interface for
26505 dialogs/windows showing.
26508 * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
26509 * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
26510 subtitles delay (g h j k are next to each other on most keyboards).
26512 * loop is 'l' instead of shift+l to simplify and match random that is 'r'.
26514 * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
26515 now for delay, since all delays are regrouped.
26517 * Menus, title and chapter are now alt+ instead of Ctrl+ and are using
26518 'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
26519 (o, b are next to n, p)
26521 History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
26522 next to each other)
26524 Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
26527 ------------------------------------------------------------------------
26528 r20820 | dionoea | 2007-07-18 00:00:35 +0200 (Wed, 18 Jul 2007) | 2 lines
26532 Add raw video demux to the NEWS.
26534 ------------------------------------------------------------------------
26535 r20819 | dionoea | 2007-07-17 23:59:22 +0200 (Tue, 17 Jul 2007) | 3 lines
26537 M /trunk/modules/demux/rawvid.c
26539 Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv.
26542 ------------------------------------------------------------------------
26543 r20818 | dionoea | 2007-07-17 23:40:03 +0200 (Tue, 17 Jul 2007) | 3 lines
26545 M /trunk/modules/demux/rawvid.c
26547 Add aspect ratio and chroma option to the rawvid demux.
26548 Add some sanity checks to the options' values.
26550 ------------------------------------------------------------------------
26551 r20815 | thresh | 2007-07-17 23:20:00 +0200 (Tue, 17 Jul 2007) | 2 lines
26553 M /trunk/doc/fortunes.txt
26555 And another fortune from funman.
26557 ------------------------------------------------------------------------
26558 r20814 | jb | 2007-07-17 19:54:05 +0200 (Tue, 17 Jul 2007) | 3 lines
26560 M /trunk/modules/gui/qt4/main_interface.cpp
26561 M /trunk/modules/gui/qt4/main_interface.hpp
26563 qt4 - Renaming a function.
26566 ------------------------------------------------------------------------
26567 r20813 | jb | 2007-07-17 19:50:35 +0200 (Tue, 17 Jul 2007) | 3 lines
26569 M /trunk/modules/gui/qt4/main_interface.cpp
26571 Qt4 - Cosmetics on previous commit and comments.
26574 ------------------------------------------------------------------------
26575 r20812 | jb | 2007-07-17 19:43:28 +0200 (Tue, 17 Jul 2007) | 3 lines
26577 M /trunk/modules/gui/qt4/main_interface.cpp
26578 M /trunk/modules/gui/qt4/menus.cpp
26580 Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray.
26583 ------------------------------------------------------------------------
26584 r20811 | oaubert | 2007-07-17 15:12:55 +0200 (Tue, 17 Jul 2007) | 2 lines
26586 M /trunk/src/control/mediacontrol_audio_video.c
26587 M /trunk/src/video_output/vout_intf.c
26589 Fix locking issues in (embedded) snapshot code
26591 ------------------------------------------------------------------------
26592 r20810 | damienf | 2007-07-17 13:05:30 +0200 (Tue, 17 Jul 2007) | 2 lines
26594 M /trunk/configure.ac
26596 M /trunk/vlc-config.in.in
26598 vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible
26600 ------------------------------------------------------------------------
26601 r20809 | thresh | 2007-07-17 12:33:23 +0200 (Tue, 17 Jul 2007) | 2 lines
26607 ------------------------------------------------------------------------
26608 r20808 | damienf | 2007-07-17 12:09:56 +0200 (Tue, 17 Jul 2007) | 2 lines
26610 M /trunk/extras/contrib/src/Makefile
26612 - contribs: cleanup pthreads for win32 target
26614 ------------------------------------------------------------------------
26615 r20807 | damienf | 2007-07-17 10:43:14 +0200 (Tue, 17 Jul 2007) | 2 lines
26617 M /trunk/extras/contrib/src/Makefile
26619 contribs: fix lua compile on cygwin/mingw/win32
26621 ------------------------------------------------------------------------
26622 r20806 | fenrir | 2007-07-16 22:45:20 +0200 (Mon, 16 Jul 2007) | 2 lines
26624 M /trunk/modules/demux/asf/libasf.c
26626 Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien).
26628 ------------------------------------------------------------------------
26629 r20805 | pdherbemont | 2007-07-16 21:17:28 +0200 (Mon, 16 Jul 2007) | 2 lines
26631 M /trunk/src/input/input_internal.h
26633 input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish)
26635 ------------------------------------------------------------------------
26636 r20801 | pdherbemont | 2007-07-15 19:14:22 +0200 (Sun, 15 Jul 2007) | 2 lines
26638 M /trunk/src/input/input_internal.h
26640 input/input_internal.h: Be more polite in the warning message.
26642 ------------------------------------------------------------------------
26643 r20800 | phmo95 | 2007-07-15 10:06:29 +0200 (Sun, 15 Jul 2007) | 3 lines
26645 M /trunk/bindings/java/src/audio-jni.cc
26646 M /trunk/bindings/java/src/input-jni.cc
26647 M /trunk/bindings/java/src/video-jni.cc
26649 Add libvlc_media_instance_release(input) call to correctly release
26650 the media instance.
26652 ------------------------------------------------------------------------
26653 r20799 | bitmap | 2007-07-15 04:08:22 +0200 (Sun, 15 Jul 2007) | 3 lines
26655 M /trunk/modules/codec/subsdec.c
26657 Recognise subsdec-formatted variable when rendering USF and SRT subtitles, and
26658 turn off styling of text if appropriate.
26660 ------------------------------------------------------------------------
26661 r20798 | pdherbemont | 2007-07-14 22:54:33 +0200 (Sat, 14 Jul 2007) | 2 lines
26663 M /trunk/src/control/media_instance.c
26665 control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist).
26667 ------------------------------------------------------------------------
26668 r20797 | kenself | 2007-07-13 22:38:12 +0200 (Fri, 13 Jul 2007) | 1 line
26670 M /trunk/modules/access/bda/bdagraph.cpp
26672 BDA - minor bug fix in graph destructor
26673 ------------------------------------------------------------------------
26674 r20796 | pdherbemont | 2007-07-13 22:32:45 +0200 (Fri, 13 Jul 2007) | 2 lines
26676 M /trunk/src/control/media_instance.c
26678 control/media_instance.c: Make sure we initialize every md's variables in _new_from_input_thread.
26680 ------------------------------------------------------------------------
26681 r20795 | oaubert | 2007-07-13 10:23:25 +0200 (Fri, 13 Jul 2007) | 2 lines
26683 M /trunk/src/control/mediacontrol_audio_video.c
26684 M /trunk/src/control/mediacontrol_core.c
26685 M /trunk/src/control/mediacontrol_internal.h
26686 M /trunk/src/control/mediacontrol_util.c
26688 mediacontrol: prefix unit conversion functions with private_
26690 ------------------------------------------------------------------------
26691 r20794 | oaubert | 2007-07-12 23:05:02 +0200 (Thu, 12 Jul 2007) | 5 lines
26693 M /trunk/include/vlc/mediacontrol.h
26694 M /trunk/include/vlc/mediacontrol_structures.h
26695 M /trunk/src/control/mediacontrol_audio_video.c
26696 M /trunk/src/control/mediacontrol_core.c
26697 M /trunk/src/control/mediacontrol_internal.h
26698 M /trunk/src/control/mediacontrol_util.c
26701 * prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion)
26702 * move private functions definitions to src/control/mediacontrol_internal.h
26703 * move all structure definitions to include/vlc/mediacontrol_structure.h
26705 ------------------------------------------------------------------------
26706 r20793 | xtophe | 2007-07-12 20:41:39 +0200 (Thu, 12 Jul 2007) | 2 lines
26708 M /trunk/extras/contrib/src/Patches/live-starttime.patch
26712 ------------------------------------------------------------------------
26713 r20792 | oaubert | 2007-07-12 18:57:43 +0200 (Thu, 12 Jul 2007) | 2 lines
26715 M /trunk/include/vlc_common.h
26717 vlc_common.h: fix typo in define variable name
26719 ------------------------------------------------------------------------
26720 r20791 | oaubert | 2007-07-12 18:56:22 +0200 (Thu, 12 Jul 2007) | 2 lines
26722 M /trunk/include/vlc/mediacontrol.h
26723 M /trunk/src/control/mediacontrol_internal.h
26725 Revert part of r20746, which indeed broke the build of python bindings
26727 ------------------------------------------------------------------------
26728 r20790 | jb | 2007-07-11 20:09:20 +0200 (Wed, 11 Jul 2007) | 3 lines
26730 M /trunk/extras/contrib/src/packages.mak
26732 Contribs: gnutls 1.6.2 => 1.6.3
26735 ------------------------------------------------------------------------
26736 r20789 | pdherbemont | 2007-07-11 20:00:35 +0200 (Wed, 11 Jul 2007) | 2 lines
26738 M /trunk/src/control/media_instance.c
26740 control/media_instance: More lock sanitization. (oops).
26742 ------------------------------------------------------------------------
26743 r20788 | jb | 2007-07-11 19:46:26 +0200 (Wed, 11 Jul 2007) | 3 lines
26745 M /trunk/extras/contrib/src/packages.mak
26747 Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664)
26750 ------------------------------------------------------------------------
26751 r20787 | jb | 2007-07-11 18:44:40 +0200 (Wed, 11 Jul 2007) | 4 lines
26753 M /trunk/extras/contrib/src/packages.mak
26755 Contribs: Freetype 2.3.4 => 2.3.5
26756 Speex 1.2b1 => 1.2b2
26759 ------------------------------------------------------------------------
26760 r20786 | jb | 2007-07-11 18:38:41 +0200 (Wed, 11 Jul 2007) | 3 lines
26762 M /trunk/extras/contrib/src/packages.mak
26764 Contrib: Xml2 => 2.6.29
26767 ------------------------------------------------------------------------
26768 r20785 | thresh | 2007-07-11 15:08:55 +0200 (Wed, 11 Jul 2007) | 6 lines
26770 M /trunk/modules/codec/araw.c
26771 M /trunk/modules/demux/mp4/mp4.c
26773 Allow playback of in24 little-endian or big-endian in mov files.
26775 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov
26776 ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov
26777 Patch by Ilkka Ollakka.
26779 ------------------------------------------------------------------------
26780 r20784 | thresh | 2007-07-11 14:23:22 +0200 (Wed, 11 Jul 2007) | 3 lines
26782 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
26784 QT4: Force need_update on creation so we could view everything on first open of Media Information window
26785 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
26787 ------------------------------------------------------------------------
26788 r20783 | thresh | 2007-07-11 14:18:31 +0200 (Wed, 11 Jul 2007) | 4 lines
26790 M /trunk/modules/gui/qt4/dialogs/open.cpp
26792 QT4: Set advanced checkbox to checked.
26793 Windows: don't do resizing.
26794 Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
26796 ------------------------------------------------------------------------
26797 r20782 | thresh | 2007-07-11 14:00:33 +0200 (Wed, 11 Jul 2007) | 2 lines
26799 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
26801 QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.
26803 ------------------------------------------------------------------------
26804 r20781 | jb | 2007-07-10 22:15:14 +0200 (Tue, 10 Jul 2007) | 18 lines
26806 M /trunk/modules/misc/freetype.c
26808 * Adds a raster animation to text tagged with <karaoke> tags (like in USF
26809 files)The timing of the raster is determined by t= tags contained within
26810 the tags. For a demonstration of karaoke refer to the sample file attached.
26812 * Support for bi-directional text needs to behave inside karaoke
26813 tags. (In right to left text the raster needs to move from right to left
26814 instead of left to right - it is supporting this feature that makes this
26815 patch a little more complicated than it would otherwise be)
26817 * Made the internal handling of font color and alpha tags more consistent
26818 and convenient in a few places by storing in one variable as AARRGGBB,
26821 * Some cleanup of other code.
26823 Patch by Bernie Purcell.
26826 ------------------------------------------------------------------------
26827 r20780 | pdherbemont | 2007-07-10 22:09:08 +0200 (Tue, 10 Jul 2007) | 2 lines
26829 M /trunk/extras/contrib/src/Patches/dirac-cross.patch
26831 extras/contrib: Fix dirac patch which was reverted.
26833 ------------------------------------------------------------------------
26834 r20779 | pdherbemont | 2007-07-10 20:58:28 +0200 (Tue, 10 Jul 2007) | 2 lines
26836 M /trunk/src/control/media_instance.c
26838 control/media_instance.c: Fix a warning on missing parenthesis in a if statement.
26840 ------------------------------------------------------------------------
26841 r20778 | pdherbemont | 2007-07-10 20:56:44 +0200 (Tue, 10 Jul 2007) | 2 lines
26843 M /trunk/src/control/media_instance.c
26845 control/media_instance.c: Fix the dead lock reported by Olivier Aubert.
26847 ------------------------------------------------------------------------
26848 r20777 | pdherbemont | 2007-07-09 22:52:11 +0200 (Mon, 09 Jul 2007) | 2 lines
26850 M /trunk/src/control/media_descriptor.c
26852 control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name.
26854 ------------------------------------------------------------------------
26855 r20776 | pdherbemont | 2007-07-09 21:27:47 +0200 (Mon, 09 Jul 2007) | 2 lines
26857 M /trunk/src/control/media_descriptor.c
26859 control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!).
26861 ------------------------------------------------------------------------
26862 r20775 | xtophe | 2007-07-09 20:58:11 +0200 (Mon, 09 Jul 2007) | 2 lines
26864 M /trunk/modules/demux/ts.c
26868 ------------------------------------------------------------------------
26869 r20774 | pdherbemont | 2007-07-09 19:23:19 +0200 (Mon, 09 Jul 2007) | 2 lines
26871 M /trunk/src/control/event.c
26873 control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).
26875 ------------------------------------------------------------------------
26876 r20773 | xtophe | 2007-07-09 14:09:18 +0200 (Mon, 09 Jul 2007) | 2 lines
26878 M /trunk/modules/codec/Modules.am
26882 ------------------------------------------------------------------------
26883 r20772 | fkuehne | 2007-07-09 01:00:52 +0200 (Mon, 09 Jul 2007) | 1 line
26885 M /trunk/modules/gui/macosx/playlist.m
26886 M /trunk/modules/gui/macosx/prefs_widgets.m
26888 * replaced a couple of to-be-deprecated cStrings by UTF8Strings
26889 ------------------------------------------------------------------------
26890 r20771 | fkuehne | 2007-07-08 23:15:59 +0200 (Sun, 08 Jul 2007) | 1 line
26892 M /trunk/extras/contrib/bootstrap
26893 M /trunk/extras/contrib/src/Patches/live-starttime.patch
26895 * updated the live patch and added a sanity check for future Darwin releases
26896 ------------------------------------------------------------------------
26897 r20770 | xtophe | 2007-07-08 22:05:02 +0200 (Sun, 08 Jul 2007) | 2 lines
26899 M /trunk/configure.ac
26900 M /trunk/modules/codec/Modules.am
26901 A /trunk/modules/codec/telx.c (from /trunk/modules/codec/telx.c:20761)
26902 M /trunk/modules/codec/zvbi.c
26903 M /trunk/modules/demux/ts.c
26905 Ressucitate the telx module and make it to conflict with the zvbi module
26907 ------------------------------------------------------------------------
26908 r20769 | jb | 2007-07-08 18:04:26 +0200 (Sun, 08 Jul 2007) | 3 lines
26910 M /trunk/modules/gui/qt4/Modules.am
26911 M /trunk/modules/gui/qt4/menus.cpp
26912 M /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
26913 A /trunk/modules/gui/qt4/pixmaps/vlc_playlist_16px.png
26914 A /trunk/modules/gui/qt4/pixmaps/vlc_settings_16px.png
26915 M /trunk/modules/gui/qt4/res.qrc
26917 Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.
26920 ------------------------------------------------------------------------
26921 r20768 | pdherbemont | 2007-07-08 17:22:53 +0200 (Sun, 08 Jul 2007) | 2 lines
26923 M /trunk/src/control/libvlc_internal.h
26924 M /trunk/src/control/media_instance.c
26926 Libvlc: Make medi_instance thread safe and implement the basics for refcounting.
26928 ------------------------------------------------------------------------
26929 r20767 | jpsaman | 2007-07-07 21:36:30 +0200 (Sat, 07 Jul 2007) | 2 lines
26931 M /trunk/activex/vlccontrol2.cpp
26933 Use libvlc_media_instance_t instead of libvlc_input_t.
26935 ------------------------------------------------------------------------
26936 r20766 | fenrir | 2007-07-07 21:02:03 +0200 (Sat, 07 Jul 2007) | 56 lines
26938 M /trunk/include/vlc_osd.h
26939 M /trunk/modules/codec/sdl_image.c
26940 M /trunk/modules/codec/subsdec.c
26941 M /trunk/modules/misc/freetype.c
26942 M /trunk/modules/misc/quartztext.c
26943 M /trunk/src/video_output/vout_subpictures.c
26945 all: Subtitle improvment patch by Bernie Purcell.
26949 It makes the following changes:
26950 * Changes to vout_subpictures.c to create some new variables which
26951 renderers are free to use to render time-specific subtitling
26952 information, such as karaoke. One of these variables allows for the text
26953 region to not be permanently converted to YUVA/YUVP - so that more than
26954 one pass can be made on the subtitle - so that it will update correctly
26955 over time. If a rendering module doesn't use or change any of the
26956 variables it behaves the same as usual, with the text region being
26957 rendered just the once to a YUVA/YUVP region and then just blended to
26958 the video on future passes.
26960 * Changes to alignment implementation: no longer use the i_text_align
26961 field of font_style_t at all; require the alignment to be correctly
26962 setup solely in the subpicture_region_t's i_align field (this is so that
26963 the alignment initially inherited from a style can be overridden). This
26964 meant minor changes to freetype.c and quartztext.c as well as the
26965 deletion of the i_text_align field in vlc_osd.h. It also involved some
26966 changes in subsdec.c, where most of the work in this patch occurs.
26968 * Minor change to quartztext.c to correct the interpretation of font
26969 size parameter, making it consistent with a similar change being made in
26970 subsdec.c, and to strip out multiple whitespace in html subtitles
26971 (Similar changes to the freetype.c module have already been made as part
26972 of a separate larger patch submission to fix problems with bidirectional
26973 styled text in that module)
26975 * Adds 2 new fields for carrying karaoke specific information to the
26976 text_style_t struct in vlc_osd.h. Changed the default_text_style's
26977 definition to agree with the changes made in the fields of text_style_t
26980 * Support for <image> and <karaoke> subtitles in subsdec.c. (Full
26981 working karaoke also requires an as-yet unsubmitted patch to the
26982 renderers to implement)
26984 * Support for more than one subpicture_region_t per timestamp, with each
26985 subpicture region being able to have its own alignment and margins and
26986 type: text or image
26988 * Better calculation of plain-text versions of html subtitles
26990 NB: This patch still makes use of a mechanism of explicitly requesting
26991 the sdl_image module to decode any images it wants. The main reason for
26992 this is that the bmp decoder in ffmpeg (the image decoder with the
26993 highest score) presently only handles 16, 24 and 32 bit depths. An
26994 alternative is for us to switch off the bmp support in ffmpeg for the
26995 time being and the segment of code in subsdec.c that explicitly requests
26996 this module (along with one line added to sdl_image.c) can be removed.
26997 I'm not fussed by either implementation, but this way probably affects
26998 fewer other modules, so have submitted it this way.
27001 ------------------------------------------------------------------------
27002 r20765 | pdherbemont | 2007-07-07 19:45:13 +0200 (Sat, 07 Jul 2007) | 2 lines
27004 M /trunk/modules/gui/macosx/Modules.am
27006 Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.
27008 ------------------------------------------------------------------------
27009 r20764 | xtophe | 2007-07-07 01:03:13 +0200 (Sat, 07 Jul 2007) | 2 lines
27011 M /trunk/po/POTFILES.in
27015 ------------------------------------------------------------------------
27016 r20763 | jpsaman | 2007-07-06 23:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
27018 M /trunk/configure.ac
27020 Remove telx decoder from configure.ac
27022 ------------------------------------------------------------------------
27023 r20762 | jpsaman | 2007-07-06 23:33:10 +0200 (Fri, 06 Jul 2007) | 2 lines
27025 M /trunk/configure.ac
27026 M /trunk/modules/codec/Modules.am
27027 D /trunk/modules/codec/telx.c
27028 M /trunk/modules/demux/ts.c
27030 Removed telx Teletext decoder in favor of zvbi based Teletext decoder.
27032 ------------------------------------------------------------------------
27033 r20761 | jpsaman | 2007-07-06 23:33:05 +0200 (Fri, 06 Jul 2007) | 2 lines
27035 M /trunk/modules/demux/ts.c
27039 ------------------------------------------------------------------------
27040 r20760 | jpsaman | 2007-07-06 23:33:00 +0200 (Fri, 06 Jul 2007) | 2 lines
27042 M /trunk/modules/demux/ts.c
27046 ------------------------------------------------------------------------
27047 r20759 | jpsaman | 2007-07-06 23:32:56 +0200 (Fri, 06 Jul 2007) | 2 lines
27049 M /trunk/modules/codec/zvbi.c
27051 Free zvbi resources on error in Open() function.
27053 ------------------------------------------------------------------------
27054 r20758 | jpsaman | 2007-07-06 23:32:52 +0200 (Fri, 06 Jul 2007) | 2 lines
27056 M /trunk/modules/codec/zvbi.c
27060 ------------------------------------------------------------------------
27061 r20757 | jpsaman | 2007-07-06 23:32:48 +0200 (Fri, 06 Jul 2007) | 2 lines
27063 M /trunk/extras/contrib/src/Makefile
27065 Removed -fnested-functions for other platforms except MacOS X
27067 ------------------------------------------------------------------------
27068 r20756 | jpsaman | 2007-07-06 23:32:43 +0200 (Fri, 06 Jul 2007) | 2 lines
27070 M /trunk/activex/axvlc.idl
27071 M /trunk/activex/vlccontrol2.cpp
27072 M /trunk/activex/vlccontrol2.h
27073 M /trunk/include/vlc/libvlc.h
27074 M /trunk/mozilla/control/npolibvlc.cpp
27075 M /trunk/src/control/video.c
27077 JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins.
27079 ------------------------------------------------------------------------
27080 r20755 | jpsaman | 2007-07-06 23:32:38 +0200 (Fri, 06 Jul 2007) | 2 lines
27082 M /trunk/modules/codec/zvbi.c
27084 Added transparency to vbi pages and added a callback to vbi-opaque setting to change it at runtime from the gui. Threw some compiler fixes and cleanup in the mix.
27086 ------------------------------------------------------------------------
27087 r20754 | jpsaman | 2007-07-06 23:32:36 +0200 (Fri, 06 Jul 2007) | 2 lines
27089 M /trunk/modules/codec/zvbi.c
27091 Coding style cleanup.
27093 ------------------------------------------------------------------------
27094 r20753 | jpsaman | 2007-07-06 23:32:33 +0200 (Fri, 06 Jul 2007) | 2 lines
27096 M /trunk/modules/demux/ps.h
27098 Patch from thedj to recognize the vbi header in the PES.
27100 ------------------------------------------------------------------------
27101 r20752 | jpsaman | 2007-07-06 23:32:31 +0200 (Fri, 06 Jul 2007) | 2 lines
27103 M /trunk/modules/codec/zvbi.c
27107 ------------------------------------------------------------------------
27108 r20751 | jpsaman | 2007-07-06 23:32:28 +0200 (Fri, 06 Jul 2007) | 2 lines
27110 M /trunk/extras/contrib/src/Distributions/darwin.mak
27111 M /trunk/extras/contrib/src/Distributions/debian.mak
27112 M /trunk/extras/contrib/src/Distributions/fedora.mak
27113 M /trunk/extras/contrib/src/Distributions/unix.mak
27115 Make zvbi build on Fedora Core, debian, darwin and other unixes.
27117 ------------------------------------------------------------------------
27118 r20750 | jpsaman | 2007-07-06 23:32:25 +0200 (Fri, 06 Jul 2007) | 2 lines
27120 M /trunk/modules/demux/ts.c
27122 This patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved cleanly because the codec telx.c and zvbi.c require different offsets in the input buffer, while using the same FOURCC. This is a conflict which should be resolved in another way.
27124 ------------------------------------------------------------------------
27125 r20749 | jpsaman | 2007-07-06 23:32:20 +0200 (Fri, 06 Jul 2007) | 2 lines
27127 M /trunk/configure.ac
27128 M /trunk/extras/contrib/src/Makefile
27129 M /trunk/extras/contrib/src/packages.mak
27130 M /trunk/modules/codec/Modules.am
27131 M /trunk/modules/codec/zvbi.c
27133 Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007.
27135 ------------------------------------------------------------------------
27136 r20748 | jpsaman | 2007-07-06 23:32:13 +0200 (Fri, 06 Jul 2007) | 2 lines
27138 A /trunk/modules/codec/zvbi.c
27140 Copy modules/codec/telx.c to modules/codec/zvbi.c
27142 ------------------------------------------------------------------------
27143 r20747 | pdherbemont | 2007-07-06 23:29:31 +0200 (Fri, 06 Jul 2007) | 2 lines
27145 M /trunk/extras/contrib/src/Patches/dirac-cross.patch
27147 contrib: Make sure we don't have any warning in libdirac as they end up in error.
27149 ------------------------------------------------------------------------
27150 r20746 | djc | 2007-07-06 22:18:29 +0200 (Fri, 06 Jul 2007) | 3 lines
27152 M /trunk/configure.ac
27153 M /trunk/include/vlc/mediacontrol.h
27154 M /trunk/include/vlc_common.h
27155 M /trunk/src/control/mediacontrol_internal.h
27156 M /trunk/src/libvlc.sym
27158 Try to fix libtool on macos
27159 Thanks to sam and pdherbemont (blame them too if this breaks everything!)
27161 ------------------------------------------------------------------------
27162 r20745 | sam | 2007-07-06 12:43:14 +0200 (Fri, 06 Jul 2007) | 2 lines
27164 M /trunk/configure.ac
27166 * configure.ac: add missing [] in the eyetv check.
27168 ------------------------------------------------------------------------
27169 r20744 | sam | 2007-07-06 12:04:25 +0200 (Fri, 06 Jul 2007) | 2 lines
27171 M /trunk/configure.ac
27173 * Support unaware OS X libtool by sending -framework directly to the linker.
27175 ------------------------------------------------------------------------
27176 r20743 | djc | 2007-07-06 09:33:15 +0200 (Fri, 06 Jul 2007) | 2 lines
27178 M /trunk/modules/video_filter/rotate.c
27180 Try to optimize a bit the antialiasing thing
27182 ------------------------------------------------------------------------
27183 r20742 | xtophe | 2007-07-05 21:10:41 +0200 (Thu, 05 Jul 2007) | 2 lines
27187 Slovenian l10n update by Matej Urban?\196?\141i?\196?\141
27189 ------------------------------------------------------------------------
27190 r20741 | djc | 2007-07-05 15:18:06 +0200 (Thu, 05 Jul 2007) | 3 lines
27192 M /trunk/modules/video_filter/rotate.c
27194 Better blending for top and left borders
27197 ------------------------------------------------------------------------
27198 r20740 | djc | 2007-07-05 01:03:48 +0200 (Thu, 05 Jul 2007) | 2 lines
27200 M /trunk/modules/video_filter/rotate.c
27202 Add blending for borders in rotate
27204 ------------------------------------------------------------------------
27205 r20739 | djc | 2007-07-05 00:35:56 +0200 (Thu, 05 Jul 2007) | 2 lines
27207 M /trunk/modules/video_filter/rotate.c
27209 Add some antialiasing to rotate
27211 ------------------------------------------------------------------------
27212 r20738 | fkuehne | 2007-07-04 21:47:09 +0200 (Wed, 04 Jul 2007) | 1 line
27216 * "%i objekt i spellistan" as translation for "No items in the playlist" may trigger unexpected UI strings on OSX. I've removed that translation for now, but we should get a correct translation for the release. Fixes #1234 (forward-porting [20737])
27217 ------------------------------------------------------------------------
27218 r20736 | oaubert | 2007-07-04 17:29:57 +0200 (Wed, 04 Jul 2007) | 2 lines
27220 M /trunk/bindings/python/setup.py
27222 python bindings: setup.py, workaround vlc-config 'peculiarities'
27224 ------------------------------------------------------------------------
27225 r20735 | oaubert | 2007-07-04 15:20:41 +0200 (Wed, 04 Jul 2007) | 2 lines
27227 M /trunk/extras/contrib/src/Patches/live-starttime.patch
27229 Update live555 version number in live-starttime.patch
27231 ------------------------------------------------------------------------
27232 r20734 | littlejohn | 2007-07-04 09:22:05 +0200 (Wed, 04 Jul 2007) | 1 line
27234 M /trunk/bindings/java/src/utils.h
27237 ------------------------------------------------------------------------
27238 r20733 | jb | 2007-07-03 22:13:09 +0200 (Tue, 03 Jul 2007) | 4 lines
27240 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27242 Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
27243 Thanks to Hannes Domani, to have seen it.
27246 ------------------------------------------------------------------------
27247 r20732 | jb | 2007-07-03 20:15:18 +0200 (Tue, 03 Jul 2007) | 3 lines
27249 M /trunk/modules/codec/rawvideo.c
27251 Add 2Vuy FourCC case flavour to rawvideo.
27254 ------------------------------------------------------------------------
27255 r20731 | courmisch | 2007-07-03 18:08:20 +0200 (Tue, 03 Jul 2007) | 2 lines
27257 M /trunk/modules/access_output/udp.c
27259 Invoke the clock once rather than 2/3 times...
27261 ------------------------------------------------------------------------
27262 r20730 | thresh | 2007-07-03 10:51:06 +0200 (Tue, 03 Jul 2007) | 2 lines
27264 M /trunk/vlc.altlinux.spec
27266 Update trunk ALT Linux spec file for trunk.
27268 ------------------------------------------------------------------------
27269 r20729 | jb | 2007-07-02 19:32:40 +0200 (Mon, 02 Jul 2007) | 10 lines
27271 M /trunk/modules/misc/freetype.c
27275 * try to solve the fribidi styles problems that have occured
27276 * introduces ft_style_t, to solve the precedent problem,
27277 * solves a few errors from precedent commits,
27278 * split some big functions on my request to avoid many imbrications.
27280 Patch from Bernie Purcell.
27283 ------------------------------------------------------------------------
27284 r20728 | jb | 2007-07-02 19:20:49 +0200 (Mon, 02 Jul 2007) | 6 lines
27286 M /trunk/modules/control/dbus.c
27287 M /trunk/modules/control/dbus.h
27289 D-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled
27290 players to run simultaneously.
27291 Thus the dbus service name is now org.mpris.vlc instead of org.freedesktop.MediaPlayer.
27292 Patch by Mirsal ENNAIME.
27295 ------------------------------------------------------------------------
27296 r20727 | xtophe | 2007-07-01 22:59:24 +0200 (Sun, 01 Jul 2007) | 2 lines
27301 Arabic and Slovak translation updates by Fouzia Bourai and Mari?\195?\161n Hikan?\195?\173k
27303 ------------------------------------------------------------------------
27304 r20726 | dionoea | 2007-07-01 17:13:04 +0200 (Sun, 01 Jul 2007) | 2 lines
27306 M /trunk/src/text/strings.c
27308 Add option to format strings to prevent displaying dashes if the meta info was unavailable (ie: if time is unavailable, "$T" will display "--:--:--" while "$ T" won't display anything). This is of course completely untested :)
27310 ------------------------------------------------------------------------
27311 r20725 | kenself | 2007-07-01 14:35:00 +0200 (Sun, 01 Jul 2007) | 1 line
27313 M /trunk/modules/access/bda/bda.c
27314 M /trunk/modules/access/bda/bdagraph.cpp
27316 Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running.
27317 ------------------------------------------------------------------------
27318 r20724 | dionoea | 2007-06-30 23:32:57 +0200 (Sat, 30 Jun 2007) | 2 lines
27320 M /trunk/modules/misc/notify/msn.c
27322 Hopefully fix compilation.
27324 ------------------------------------------------------------------------
27325 r20723 | dionoea | 2007-06-30 22:47:37 +0200 (Sat, 30 Jun 2007) | 2 lines
27327 M /trunk/modules/misc/notify/msn.c
27329 Attempt to allow using meta information in the MSN now playing format ... I have no idea if this will really work.
27331 ------------------------------------------------------------------------
27332 r20722 | jb | 2007-06-30 17:29:43 +0200 (Sat, 30 Jun 2007) | 3 lines
27334 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
27336 Qt4 - display the buttons... :)
27339 ------------------------------------------------------------------------
27340 r20721 | littlejohn | 2007-06-30 17:19:07 +0200 (Sat, 30 Jun 2007) | 1 line
27342 M /trunk/bindings/java/src/callback-jni.cc
27343 M /trunk/bindings/java/src/utils.h
27345 helper define added
27346 ------------------------------------------------------------------------
27347 r20720 | littlejohn | 2007-06-30 17:16:10 +0200 (Sat, 30 Jun 2007) | 1 line
27349 M /trunk/bindings/java/src/callback-jni.cc
27351 volume callback name updated
27352 ------------------------------------------------------------------------
27353 r20719 | xtophe | 2007-06-30 02:11:32 +0200 (Sat, 30 Jun 2007) | 2 lines
27355 M /trunk/src/libvlc-module.c
27357 Activate the polish translation
27359 ------------------------------------------------------------------------
27360 r20717 | fenrir | 2007-06-30 01:50:39 +0200 (Sat, 30 Jun 2007) | 2 lines
27362 M /trunk/modules/demux/subtitle.c
27364 A small malloc check.
27366 ------------------------------------------------------------------------
27367 r20716 | fenrir | 2007-06-30 00:52:28 +0200 (Sat, 30 Jun 2007) | 2 lines
27369 M /trunk/src/input/control.c
27371 Fixed GET_ATTACHMENTS return value (Reported by Bernie Purcell).
27373 ------------------------------------------------------------------------
27374 r20715 | fenrir | 2007-06-30 00:41:49 +0200 (Sat, 30 Jun 2007) | 19 lines
27376 M /trunk/modules/demux/subtitle.c
27378 Fixed potential sscanf buffer overflow in :
27383 (Reported by Michal Luczaj)
27384 Fixed memory leak in ParseSSA
27385 Fixed invalid memory access in
27388 Improve a bit MPL2 support (remove italic format + initial space on
27391 check malloc (what a boring thing)
27392 do not allocate up to 160ko on the stack
27393 ( I have tested all formats with a small sample but please test/report any
27394 regression on your files. )
27397 ------------------------------------------------------------------------
27398 r20714 | fenrir | 2007-06-30 00:33:17 +0200 (Sat, 30 Jun 2007) | 2 lines
27400 M /trunk/modules/demux/mp4/libmp4.c
27402 Do not display invalid fourcc for meta data atom.
27404 ------------------------------------------------------------------------
27405 r20713 | dionoea | 2007-06-28 21:44:30 +0200 (Thu, 28 Jun 2007) | 2 lines
27407 M /trunk/share/Makefile.am
27409 Add flash.html to dist
27411 ------------------------------------------------------------------------
27412 r20712 | dionoea | 2007-06-28 21:32:02 +0200 (Thu, 28 Jun 2007) | 2 lines
27414 M /trunk/modules/video_filter/mosaic.c
27416 Fix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis, #1182
27418 ------------------------------------------------------------------------
27419 r20711 | jb | 2007-06-28 20:38:50 +0200 (Thu, 28 Jun 2007) | 2 lines
27421 M /trunk/modules/gui/qt4/dialogs/errors.cpp
27422 M /trunk/modules/gui/qt4/dialogs/extended.cpp
27423 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
27425 Qt4 - Dialogs. String Changes, reviewed by tonsofpcs
27427 ------------------------------------------------------------------------
27428 r20710 | jb | 2007-06-28 20:24:15 +0200 (Thu, 28 Jun 2007) | 3 lines
27430 M /trunk/modules/codec/rawvideo.c
27432 Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
27435 ------------------------------------------------------------------------
27436 r20709 | jb | 2007-06-28 19:55:00 +0200 (Thu, 28 Jun 2007) | 3 lines
27438 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
27439 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
27441 Qt4 - Make GNOME/KDE fanboys happy.
27442 Remove unneeded code. Without qt4.2, you can't compile this GUI anyway.
27444 ------------------------------------------------------------------------
27445 r20708 | jb | 2007-06-28 18:51:33 +0200 (Thu, 28 Jun 2007) | 3 lines
27447 M /trunk/modules/gui/qt4/components/open.cpp
27449 Qt4.3 compatibility.
27452 ------------------------------------------------------------------------
27453 r20707 | jb | 2007-06-28 18:37:34 +0200 (Thu, 28 Jun 2007) | 3 lines
27457 Add MYOB to thanks file...
27460 ------------------------------------------------------------------------
27461 r20706 | jb | 2007-06-28 08:35:00 +0200 (Thu, 28 Jun 2007) | 3 lines
27463 M /trunk/modules/gui/qt4/Modules.am
27465 Attempt to repair distcheck. Qt4-res.
27468 ------------------------------------------------------------------------
27469 r20705 | jb | 2007-06-27 18:35:56 +0200 (Wed, 27 Jun 2007) | 3 lines
27473 Thanks to "DJ", for all the help on the forum, more than 7700 posts now and counting. Thanks for aLtgLasS for skins, design and CSS...
27476 ------------------------------------------------------------------------
27477 r20704 | funman | 2007-06-27 10:22:30 +0200 (Wed, 27 Jun 2007) | 1 line
27479 M /trunk/configure.ac
27481 Enables D-Bus control compilation
27482 ------------------------------------------------------------------------
27483 r20703 | funman | 2007-06-27 08:40:05 +0200 (Wed, 27 Jun 2007) | 1 line
27485 M /trunk/modules/meta_engine/taglib.cpp
27487 Uses TagLib class to represent UTF8 strings when writing metadata
27488 ------------------------------------------------------------------------
27489 r20702 | funman | 2007-06-27 07:07:09 +0200 (Wed, 27 Jun 2007) | 1 line
27491 M /trunk/modules/misc/audioscrobbler.c
27493 Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators
27494 ------------------------------------------------------------------------
27495 r20701 | jb | 2007-06-27 01:42:26 +0200 (Wed, 27 Jun 2007) | 3 lines
27497 M /trunk/extras/contrib/src/packages.mak
27499 Dirac version bumps to 0.7.0. Tested on altair/win32 and Mac
27502 ------------------------------------------------------------------------
27503 r20700 | sam | 2007-06-27 00:03:47 +0200 (Wed, 27 Jun 2007) | 2 lines
27507 * AUTHORS: removed mention of "audio" :-)
27509 ------------------------------------------------------------------------
27510 r20699 | jb | 2007-06-27 00:02:30 +0200 (Wed, 27 Jun 2007) | 3 lines
27512 A /trunk/modules/gui/qt4/pixmaps/vlc_disc_16px.png
27514 Qt4 - Forgotten in previous comit.
27517 ------------------------------------------------------------------------
27518 r20698 | jb | 2007-06-27 00:00:08 +0200 (Wed, 27 Jun 2007) | 3 lines
27520 M /trunk/modules/gui/qt4/Modules.am
27521 M /trunk/modules/gui/qt4/menus.cpp
27522 M /trunk/modules/gui/qt4/res.qrc
27524 Qt4 - Yet another icon for menus. Should be the last one.
27527 ------------------------------------------------------------------------
27528 r20697 | sam | 2007-06-26 23:10:08 +0200 (Tue, 26 Jun 2007) | 2 lines
27532 * AUTHORS: changed contribution description on author's request.
27534 ------------------------------------------------------------------------
27535 r20695 | fkuehne | 2007-06-26 20:59:05 +0200 (Tue, 26 Jun 2007) | 1 line
27537 M /trunk/Makefile.am
27539 * make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago.
27540 ------------------------------------------------------------------------
27541 r20694 | damienf | 2007-06-26 19:53:05 +0200 (Tue, 26 Jun 2007) | 2 lines
27543 M /trunk/activex/axvlc.idl
27544 M /trunk/activex/axvlc.tlb
27545 M /trunk/activex/axvlc_idl.c
27546 M /trunk/activex/axvlc_idl.h
27547 M /trunk/activex/persistpropbag.cpp
27548 M /trunk/activex/plugin.cpp
27549 M /trunk/activex/plugin.h
27550 M /trunk/activex/vlccontrol2.cpp
27551 M /trunk/activex/vlccontrol2.h
27553 activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web).
27555 ------------------------------------------------------------------------
27556 r20693 | jpsaman | 2007-06-26 11:38:17 +0200 (Tue, 26 Jun 2007) | 1 line
27558 M /trunk/src/libvlc-module.c
27560 Fix new key-menu-* hotkeys definitions
27561 ------------------------------------------------------------------------
27562 r20691 | xtophe | 2007-06-26 00:35:47 +0200 (Tue, 26 Jun 2007) | 2 lines
27566 respect alphabetical order
27568 ------------------------------------------------------------------------
27569 r20690 | xtophe | 2007-06-26 00:22:23 +0200 (Tue, 26 Jun 2007) | 2 lines
27571 M /trunk/modules/gui/qt4/dialogs/help.cpp
27572 M /trunk/modules/gui/qt4/dialogs_provider.cpp
27576 ------------------------------------------------------------------------
27577 r20689 | funman | 2007-06-26 00:02:07 +0200 (Tue, 26 Jun 2007) | 1 line
27579 M /trunk/doc/fortunes.txt
27581 fortunes are now UTF-8 encoded thanks to Mr_Mirsal
27582 ------------------------------------------------------------------------
27583 r20688 | damienf | 2007-06-25 20:06:52 +0200 (Mon, 25 Jun 2007) | 2 lines
27585 M /trunk/src/control/event.c
27586 M /trunk/src/control/media_instance.c
27587 M /trunk/src/control/playlist.c
27589 - libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can be null), do not use exception to control API flow unless you created your own
27591 ------------------------------------------------------------------------
27592 r20687 | funman | 2007-06-25 17:24:15 +0200 (Mon, 25 Jun 2007) | 1 line
27594 M /trunk/modules/control/dbus.c
27595 M /trunk/modules/control/dbus.h
27597 Adds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus
27598 ------------------------------------------------------------------------
27599 r20686 | jb | 2007-06-25 01:46:50 +0200 (Mon, 25 Jun 2007) | 5 lines
27601 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27602 M /trunk/modules/gui/qt4/dialogs_provider.cpp
27603 M /trunk/modules/gui/qt4/dialogs_provider.hpp
27604 M /trunk/modules/gui/qt4/menus.cpp
27605 M /trunk/modules/gui/qt4/res.qrc
27607 Qt4 - Add a folder opening option with an icon, due to popular request,
27608 Clean some code, comment it and cosmetics.
27609 Fix also a cosmetic button bug spotted by funman.
27612 ------------------------------------------------------------------------
27613 r20685 | jb | 2007-06-24 23:47:14 +0200 (Sun, 24 Jun 2007) | 4 lines
27615 M /trunk/modules/control/dbus.c
27616 M /trunk/modules/control/dbus.h
27618 D-Bus, The Repeat method should be part of /Player, not /TrackList
27619 Patch by Mirsal ENNAIME, as usual.
27622 ------------------------------------------------------------------------
27623 r20684 | pdherbemont | 2007-06-24 22:52:03 +0200 (Sun, 24 Jun 2007) | 2 lines
27625 M /trunk/src/control/media_descriptor.c
27627 control/media_descriptor.c: Fix memcpy usage.
27629 ------------------------------------------------------------------------
27630 r20683 | funman | 2007-06-24 21:36:35 +0200 (Sun, 24 Jun 2007) | 1 line
27632 M /trunk/modules/gui/qt4/components/infopanels.cpp
27634 Do not try to read metadata if it's not present
27635 ------------------------------------------------------------------------
27636 r20682 | jb | 2007-06-24 20:41:50 +0200 (Sun, 24 Jun 2007) | 3 lines
27638 M /trunk/modules/control/lirc.c
27640 LIRC: correct typo in [20653]
27643 ------------------------------------------------------------------------
27644 r20681 | jb | 2007-06-24 20:29:13 +0200 (Sun, 24 Jun 2007) | 3 lines
27646 M /trunk/modules/gui/qt4/components/infopanels.cpp
27648 Qt4 - Info Panels, clean code, add comments and cosmetics.
27651 ------------------------------------------------------------------------
27652 r20680 | jb | 2007-06-24 18:57:21 +0200 (Sun, 24 Jun 2007) | 3 lines
27654 M /trunk/modules/gui/qt4/components/infopanels.cpp
27655 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27656 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
27658 Qt4 - Move the Write MetaData button outside of the component part because it is more expected to be in the main dialog.
27661 ------------------------------------------------------------------------
27662 r20679 | funman | 2007-06-24 18:07:38 +0200 (Sun, 24 Jun 2007) | 3 lines
27664 M /trunk/modules/gui/qt4/components/infopanels.cpp
27665 M /trunk/modules/meta_engine/taglib.cpp
27667 Prevents segfault if no file are in the playlist (thanks j-b)
27668 Adds some debug message and extra check
27670 ------------------------------------------------------------------------
27671 r20678 | xtophe | 2007-06-24 16:51:18 +0200 (Sun, 24 Jun 2007) | 2 lines
27673 M /trunk/src/input/input.c
27675 Try with the full MRL if the access haven't successed with access & url
27677 ------------------------------------------------------------------------
27678 r20677 | pdherbemont | 2007-06-24 15:27:21 +0200 (Sun, 24 Jun 2007) | 2 lines
27680 M /trunk/src/control/media_descriptor.c
27682 control/media_descriptor.c: Make sure we don't strdup a NULL ptr.
27684 ------------------------------------------------------------------------
27685 r20676 | pdherbemont | 2007-06-24 15:26:17 +0200 (Sun, 24 Jun 2007) | 2 lines
27687 M /trunk/include/vlc/libvlc.h
27688 M /trunk/src/control/libvlc_internal.h
27689 M /trunk/src/control/media_instance.c
27691 Libvlc: Make media_instance_destroy private.
27693 ------------------------------------------------------------------------
27694 r20675 | pdherbemont | 2007-06-24 15:19:21 +0200 (Sun, 24 Jun 2007) | 2 lines
27696 M /trunk/include/vlc/libvlc.h
27697 M /trunk/src/control/media_instance.c
27699 Libvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new creates an empty object. The old _new is now _new_from_media_descriptor.
27701 ------------------------------------------------------------------------
27702 r20674 | pdherbemont | 2007-06-24 13:31:57 +0200 (Sun, 24 Jun 2007) | 2 lines
27704 M /trunk/src/control/libvlc_internal.h
27705 M /trunk/src/control/media_descriptor.c
27706 M /trunk/src/control/media_instance.c
27707 M /trunk/src/control/playlist.c
27709 Libvlc: Use exception for internal function.
27711 ------------------------------------------------------------------------
27712 r20673 | pdherbemont | 2007-06-24 13:24:36 +0200 (Sun, 24 Jun 2007) | 2 lines
27714 M /trunk/src/control/media_descriptor.c
27716 control/media_descriptor.c: s/ex/p_e/
27718 ------------------------------------------------------------------------
27719 r20672 | pdherbemont | 2007-06-24 13:19:48 +0200 (Sun, 24 Jun 2007) | 2 lines
27721 M /trunk/src/control/media_descriptor.c
27723 control/media_descriptor.c: Raise exception where needed.
27725 ------------------------------------------------------------------------
27726 r20671 | jb | 2007-06-24 12:33:59 +0200 (Sun, 24 Jun 2007) | 3 lines
27728 M /trunk/vlc.win32.nsi.in
27730 Add a polski option for installer
27733 ------------------------------------------------------------------------
27734 r20670 | funman | 2007-06-24 02:22:18 +0200 (Sun, 24 Jun 2007) | 3 lines
27736 M /trunk/include/vlc_common.h
27737 M /trunk/include/vlc_meta.h
27738 M /trunk/modules/gui/qt4/components/infopanels.cpp
27739 M /trunk/modules/gui/qt4/components/infopanels.hpp
27740 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
27741 M /trunk/modules/meta_engine/taglib.cpp
27744 Adds a button into qt4 media information to write modified meta data to the file
27746 ------------------------------------------------------------------------
27747 r20669 | funman | 2007-06-23 21:00:52 +0200 (Sat, 23 Jun 2007) | 3 lines
27749 M /trunk/include/vlc_common.h
27750 M /trunk/include/vlc_meta.h
27751 M /trunk/modules/meta_engine/taglib.cpp
27753 Removes meta_export_t
27754 Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written
27756 ------------------------------------------------------------------------
27757 r20668 | funman | 2007-06-23 19:07:19 +0200 (Sat, 23 Jun 2007) | 1 line
27759 M /trunk/modules/meta_engine/taglib.cpp
27761 Adds title, album, genre, year, and track number writing to taglib module
27762 ------------------------------------------------------------------------
27763 r20667 | pdherbemont | 2007-06-23 16:51:48 +0200 (Sat, 23 Jun 2007) | 2 lines
27765 M /trunk/include/vlc/libvlc_structures.h
27767 Libvlc: Make sure the exported structure are not anonymous.
27769 ------------------------------------------------------------------------
27770 r20666 | pdherbemont | 2007-06-23 14:10:00 +0200 (Sat, 23 Jun 2007) | 2 lines
27772 M /trunk/src/control/video.c
27776 ------------------------------------------------------------------------
27777 r20665 | pdherbemont | 2007-06-23 13:56:01 +0200 (Sat, 23 Jun 2007) | 2 lines
27779 M /trunk/include/vlc/libvlc.h
27781 Libvlc: Avertise libvlc_media_instance_release in the headers.
27783 ------------------------------------------------------------------------
27784 r20664 | pdherbemont | 2007-06-23 13:54:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27786 M /trunk/src/control/media_instance.c
27788 Fix previous commit (Oops).
27790 ------------------------------------------------------------------------
27791 r20663 | pdherbemont | 2007-06-23 13:42:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27793 M /trunk/activex/plugin.cpp
27794 M /trunk/activex/vlccontrol2.cpp
27796 ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release.
27798 ------------------------------------------------------------------------
27799 r20662 | pdherbemont | 2007-06-23 13:42:24 +0200 (Sat, 23 Jun 2007) | 2 lines
27801 M /trunk/mozilla/control/npolibvlc.cpp
27802 M /trunk/mozilla/control/npovlc.cpp
27803 M /trunk/mozilla/vlcshell.cpp
27805 Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release.
27807 ------------------------------------------------------------------------
27808 r20661 | pdherbemont | 2007-06-23 13:40:40 +0200 (Sat, 23 Jun 2007) | 2 lines
27810 M /trunk/src/control/media_instance.c
27811 M /trunk/src/control/mediacontrol_audio_video.c
27812 M /trunk/src/control/mediacontrol_core.c
27813 M /trunk/src/control/video.c
27815 Libvlc: replace media_instance_destroy_and_detach by media_instance_release.
27817 ------------------------------------------------------------------------
27818 r20660 | pdherbemont | 2007-06-23 11:51:10 +0200 (Sat, 23 Jun 2007) | 2 lines
27820 M /trunk/modules/gui/macosx/fspanel.m
27822 Mac OS X gui: Fade out in a smoother way.
27824 ------------------------------------------------------------------------
27825 r20659 | massiot | 2007-06-22 15:14:38 +0200 (Fri, 22 Jun 2007) | 2 lines
27827 M /trunk/doc/fortunes.txt
27831 ------------------------------------------------------------------------
27832 r20657 | courmisch | 2007-06-22 09:09:06 +0200 (Fri, 22 Jun 2007) | 2 lines
27838 ------------------------------------------------------------------------
27839 r20656 | xtophe | 2007-06-22 00:28:47 +0200 (Fri, 22 Jun 2007) | 2 lines
27843 Proper name of the Polish translator
27845 ------------------------------------------------------------------------
27846 r20655 | jpsaman | 2007-06-21 13:46:31 +0200 (Thu, 21 Jun 2007) | 1 line
27848 M /trunk/modules/video_filter/osdmenu.c
27851 ------------------------------------------------------------------------
27852 r20654 | jpsaman | 2007-06-21 13:46:08 +0200 (Thu, 21 Jun 2007) | 1 line
27854 M /trunk/modules/video_output/fb.c
27857 ------------------------------------------------------------------------
27858 r20653 | jpsaman | 2007-06-21 13:45:41 +0200 (Thu, 21 Jun 2007) | 2 lines
27860 M /trunk/include/vlc_keys.h
27861 M /trunk/modules/control/hotkeys.c
27862 M /trunk/modules/control/lirc.c
27863 M /trunk/src/libvlc-module.c
27865 Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found.
27867 ------------------------------------------------------------------------
27868 r20652 | jb | 2007-06-21 08:34:14 +0200 (Thu, 21 Jun 2007) | 3 lines
27870 M /trunk/modules/video_filter/logo.c
27872 Logo: Correction spotted by ILEoo and patched by Bernie Purcell.
27875 ------------------------------------------------------------------------
27876 r20651 | xtophe | 2007-06-21 00:15:20 +0200 (Thu, 21 Jun 2007) | 2 lines
27881 Update the polish l10n. Thanks to Freaky Michi.
27883 ------------------------------------------------------------------------
27884 r20650 | xtophe | 2007-06-20 23:42:53 +0200 (Wed, 20 Jun 2007) | 2 lines
27886 M /trunk/po/POTFILES.in
27888 Some files have been renamed, some added.
27890 ------------------------------------------------------------------------
27891 r20649 | pdherbemont | 2007-06-20 23:14:58 +0200 (Wed, 20 Jun 2007) | 2 lines
27895 bootstrap: Fix previous commit.
27897 ------------------------------------------------------------------------
27898 r20648 | pdherbemont | 2007-06-20 23:01:26 +0200 (Wed, 20 Jun 2007) | 2 lines
27902 bootstrap: Make sure we warn the user when no contrib is present on Mac OS X.
27904 ------------------------------------------------------------------------
27905 r20647 | djc | 2007-06-20 22:57:43 +0200 (Wed, 20 Jun 2007) | 2 lines
27907 M /trunk/configure.ac
27908 M /trunk/modules/control/unimotion.c
27910 Trying to fix the build on G5...
27912 ------------------------------------------------------------------------
27913 r20646 | djc | 2007-06-20 22:42:24 +0200 (Wed, 20 Jun 2007) | 3 lines
27916 M /trunk/modules/control/motion.c
27917 M /trunk/modules/control/unimotion.c
27919 Should fix compilation
27922 ------------------------------------------------------------------------
27923 r20645 | djc | 2007-06-20 22:19:24 +0200 (Wed, 20 Jun 2007) | 5 lines
27925 M /trunk/configure.ac
27926 M /trunk/modules/control/Modules.am
27927 M /trunk/modules/control/motion.c
27928 A /trunk/modules/control/unimotion.c
27929 A /trunk/modules/control/unimotion.h
27930 M /trunk/modules/video_filter/rotate.c
27932 Add rotate-deciangle for more precision in rotate
27933 Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html)
27934 to motion interface
27935 Add a low band filter to the motion
27937 ------------------------------------------------------------------------
27938 r20644 | jpsaman | 2007-06-20 10:14:41 +0200 (Wed, 20 Jun 2007) | 2 lines
27940 M /trunk/share/Makefile.am
27941 A /trunk/share/osdmenu/menu.cfg
27942 A /trunk/share/osdmenu/minimal
27943 A /trunk/share/osdmenu/minimal/fs_panel.png
27944 A /trunk/share/osdmenu/minimal/fs_panel.xcf
27945 A /trunk/share/osdmenu/minimal/fs_panel_mockup.png
27946 A /trunk/share/osdmenu/minimal/fs_panel_simple.png
27947 A /trunk/share/osdmenu/minimal/fs_panel_simple.xcf
27948 A /trunk/share/osdmenu/minimal/fs_panel_skip_next.png
27949 A /trunk/share/osdmenu/minimal/fs_panel_skip_previous.png
27950 A /trunk/share/osdmenu/minimal/fs_panel_volume_max.png
27951 A /trunk/share/osdmenu/minimal/fs_panel_volume_min.png
27953 Add minimal osdmenu theme based on MacOS x graphics.
27955 ------------------------------------------------------------------------
27956 r20643 | pdherbemont | 2007-06-20 07:39:20 +0200 (Wed, 20 Jun 2007) | 2 lines
27958 M /trunk/activex/plugin.cpp
27960 ActiveX: More input->media_instance fix.
27962 ------------------------------------------------------------------------
27963 r20642 | pdherbemont | 2007-06-19 23:53:05 +0200 (Tue, 19 Jun 2007) | 2 lines
27965 M /trunk/bindings/python/vlc_input.c
27967 Python: Compilation fix.
27969 ------------------------------------------------------------------------
27970 r20641 | pdherbemont | 2007-06-19 23:48:20 +0200 (Tue, 19 Jun 2007) | 2 lines
27972 M /trunk/bindings/python/vlc_input.c
27974 Python: Fix misspelling of media_instance.
27976 ------------------------------------------------------------------------
27977 r20640 | pdherbemont | 2007-06-19 23:06:15 +0200 (Tue, 19 Jun 2007) | 2 lines
27979 M /trunk/src/control/video.c
27981 control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.
27983 ------------------------------------------------------------------------
27984 r20639 | pdherbemont | 2007-06-19 22:48:50 +0200 (Tue, 19 Jun 2007) | 2 lines
27986 M /trunk/bindings/python/vlc_instance.c
27988 Python: More input->media_instance changes.
27990 ------------------------------------------------------------------------
27991 r20638 | pdherbemont | 2007-06-19 22:46:24 +0200 (Tue, 19 Jun 2007) | 2 lines
27993 M /trunk/bindings/java/src/utils.h
27995 Java: More input->media_instance changes.
27997 ------------------------------------------------------------------------
27998 r20637 | pdherbemont | 2007-06-19 22:44:36 +0200 (Tue, 19 Jun 2007) | 2 lines
28000 M /trunk/activex/plugin.cpp
28002 ActiveX: More input->media_instance changes.
28004 ------------------------------------------------------------------------
28005 r20636 | pdherbemont | 2007-06-19 22:41:41 +0200 (Tue, 19 Jun 2007) | 2 lines
28007 M /trunk/bindings/java/src/input-jni.cc
28009 Java: input->media_instance changes.
28011 ------------------------------------------------------------------------
28012 r20635 | pdherbemont | 2007-06-19 22:38:18 +0200 (Tue, 19 Jun 2007) | 2 lines
28014 M /trunk/activex/vlccontrol2.cpp
28016 ActiveX: input->media_instance changes.
28018 ------------------------------------------------------------------------
28019 r20634 | pdherbemont | 2007-06-19 22:36:14 +0200 (Tue, 19 Jun 2007) | 2 lines
28021 M /trunk/mozilla/control/npovlc.cpp
28023 Mozilla: Yet more input->media_instance changes.
28025 ------------------------------------------------------------------------
28026 r20633 | pdherbemont | 2007-06-19 22:35:05 +0200 (Tue, 19 Jun 2007) | 2 lines
28028 M /trunk/mozilla/control/npovlc.cpp
28030 Mozilla: Yet more input->media_instance changes.
28032 ------------------------------------------------------------------------
28033 r20632 | dionoea | 2007-06-19 22:07:10 +0200 (Tue, 19 Jun 2007) | 2 lines
28035 M /trunk/modules/demux/playlist/asx.c
28037 Remove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena/dispatcher/193730.asx?bitrate=1000000" while previous commit fixed http://paste.videolan.org/1950 .
28039 ------------------------------------------------------------------------
28040 r20631 | pdherbemont | 2007-06-19 21:47:31 +0200 (Tue, 19 Jun 2007) | 2 lines
28042 M /trunk/src/control/media_descriptor.c
28044 control/media_descriptor.c: Prefer memcpy over bcopy.
28046 ------------------------------------------------------------------------
28047 r20630 | pdherbemont | 2007-06-19 21:43:41 +0200 (Tue, 19 Jun 2007) | 2 lines
28049 M /trunk/mozilla/vlcshell.cpp
28051 Mozilla: Fix previous commit.
28053 ------------------------------------------------------------------------
28054 r20629 | pdherbemont | 2007-06-19 21:20:54 +0200 (Tue, 19 Jun 2007) | 2 lines
28056 M /trunk/mozilla/vlcshell.cpp
28058 Mozilla: More input->media_instance changes.
28060 ------------------------------------------------------------------------
28061 r20628 | pdherbemont | 2007-06-19 20:03:03 +0200 (Tue, 19 Jun 2007) | 2 lines
28063 M /trunk/include/vlc/libvlc.h
28064 M /trunk/src/control/libvlc_internal.h
28066 libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header.
28068 ------------------------------------------------------------------------
28069 r20627 | dionoea | 2007-06-19 18:30:02 +0200 (Tue, 19 Jun 2007) | 2 lines
28071 M /trunk/modules/demux/playlist/asx.c
28073 Untested workarround for buggy asx files with an end of line char at the end of the url.
28075 ------------------------------------------------------------------------
28076 r20626 | jb | 2007-06-19 00:23:46 +0200 (Tue, 19 Jun 2007) | 2 lines
28078 M /trunk/modules/gui/qt4/Modules.am
28079 M /trunk/modules/gui/qt4/menus.cpp
28080 A /trunk/modules/gui/qt4/pixmaps/vlc_preferences_16px.png
28081 M /trunk/modules/gui/qt4/res.qrc
28083 Qt4 - Yet another icon from Danko: Preferences.
28085 ------------------------------------------------------------------------
28086 r20625 | fenrir | 2007-06-18 23:59:34 +0200 (Mon, 18 Jun 2007) | 2 lines
28092 ------------------------------------------------------------------------
28093 r20624 | fenrir | 2007-06-18 23:08:03 +0200 (Mon, 18 Jun 2007) | 8 lines
28095 M /trunk/include/vlc_vout.h
28096 M /trunk/modules/codec/dvbsub.c
28097 M /trunk/modules/codec/subsdec.c
28098 M /trunk/modules/codec/telx.c
28099 M /trunk/modules/video_filter/logo.c
28100 M /trunk/modules/video_filter/marq.c
28101 M /trunk/modules/video_filter/mosaic.c
28102 M /trunk/modules/video_filter/rss.c
28103 M /trunk/src/control/mediacontrol_audio_video.c
28104 M /trunk/src/osd/osd_text.c
28105 M /trunk/src/video_output/video_text.c
28106 M /trunk/src/video_output/vout_subpictures.c
28108 Patch by Bernie Purcell :
28109 "This is part of a former submission stripped out for easier
28110 assimilation. It modifies vout_subpictures to use the existing alignment
28111 field on each region, rather than the alignment on the subpicture plane
28112 itself. Modifications are made to everywhere that depended on the former
28113 behaviour, to make it use the new alignment location instead."
28116 ------------------------------------------------------------------------
28117 r20623 | fenrir | 2007-06-18 22:59:10 +0200 (Mon, 18 Jun 2007) | 2 lines
28119 M /trunk/src/video_output/vout_intf.c
28121 Added missing return value in TitleCallback.
28123 ------------------------------------------------------------------------
28124 r20622 | fenrir | 2007-06-18 22:55:35 +0200 (Mon, 18 Jun 2007) | 2 lines
28126 M /trunk/modules/demux/live555.cpp
28128 Added speex check in RTSP (untested, close #1091)
28130 ------------------------------------------------------------------------
28131 r20621 | pdherbemont | 2007-06-18 22:22:35 +0200 (Mon, 18 Jun 2007) | 2 lines
28133 M /trunk/bindings/python/vlc_input.c
28134 M /trunk/bindings/python/vlcglue.h
28136 bindings/python: Try to match the libvlc input to media_instance changes.
28138 ------------------------------------------------------------------------
28139 r20620 | pdherbemont | 2007-06-18 21:58:16 +0200 (Mon, 18 Jun 2007) | 2 lines
28141 M /trunk/mozilla/control/npolibvlc.cpp
28143 Mozilla: Attempt to match libvlc input to media_instance changes.
28145 ------------------------------------------------------------------------
28146 r20618 | dionoea | 2007-06-18 21:54:38 +0200 (Mon, 18 Jun 2007) | 4 lines
28148 M /trunk/src/input/input.c
28150 Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long)
28151 #EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658}
28154 ------------------------------------------------------------------------
28155 r20617 | courmisch | 2007-06-18 16:28:53 +0200 (Mon, 18 Jun 2007) | 2 lines
28157 M /trunk/modules/gui/qt4/qt4.cpp
28159 Do not crash when there is no X
28161 ------------------------------------------------------------------------
28162 r20616 | courmisch | 2007-06-18 16:14:54 +0200 (Mon, 18 Jun 2007) | 2 lines
28164 M /trunk/modules/video_output/x11/xcommon.c
28168 ------------------------------------------------------------------------
28169 r20615 | jpsaman | 2007-06-18 11:55:06 +0200 (Mon, 18 Jun 2007) | 1 line
28173 Update Ilkka Ollakka's contributions.
28174 ------------------------------------------------------------------------
28175 r20614 | jpsaman | 2007-06-18 11:53:53 +0200 (Mon, 18 Jun 2007) | 2 lines
28177 M /trunk/modules/stream_out/transcode.c
28179 Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)
28181 ------------------------------------------------------------------------
28182 r20613 | pdherbemont | 2007-06-17 23:17:13 +0200 (Sun, 17 Jun 2007) | 2 lines
28184 M /trunk/src/Makefile.am
28186 libvlc: Tell the build system to use media_instance.c.
28188 ------------------------------------------------------------------------
28189 r20612 | pdherbemont | 2007-06-17 22:56:25 +0200 (Sun, 17 Jun 2007) | 2 lines
28191 D /trunk/src/control/input.c
28192 A /trunk/src/control/media_instance.c (from /trunk/src/control/input.c:20611)
28194 libvlc: Rename the input.c file to media_instance.c.
28196 ------------------------------------------------------------------------
28197 r20611 | pdherbemont | 2007-06-17 22:54:32 +0200 (Sun, 17 Jun 2007) | 2 lines
28199 M /trunk/include/vlc/libvlc.h
28200 M /trunk/include/vlc/libvlc_structures.h
28201 M /trunk/src/control/audio.c
28202 M /trunk/src/control/event.c
28203 M /trunk/src/control/input.c
28204 M /trunk/src/control/libvlc_internal.h
28205 M /trunk/src/control/media_descriptor.c
28206 M /trunk/src/control/mediacontrol_audio_video.c
28207 M /trunk/src/control/mediacontrol_core.c
28208 M /trunk/src/control/playlist.c
28209 M /trunk/src/control/video.c
28211 libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.
28213 ------------------------------------------------------------------------
28214 r20610 | pdherbemont | 2007-06-17 19:51:40 +0200 (Sun, 17 Jun 2007) | 2 lines
28216 M /trunk/src/control/media_descriptor.c
28218 control/media_descriptor.c: Fix a comment.
28220 ------------------------------------------------------------------------
28221 r20609 | pdherbemont | 2007-06-17 19:47:46 +0200 (Sun, 17 Jun 2007) | 2 lines
28223 M /trunk/src/control/media_descriptor.c
28225 conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
28227 ------------------------------------------------------------------------
28228 r20608 | pdherbemont | 2007-06-17 19:21:26 +0200 (Sun, 17 Jun 2007) | 2 lines
28230 M /trunk/src/control/libvlc_internal.h
28232 control/libvlc_internal: Dump bool as it doesn't work everywhere.
28234 ------------------------------------------------------------------------
28235 r20607 | pdherbemont | 2007-06-17 19:14:06 +0200 (Sun, 17 Jun 2007) | 2 lines
28237 M /trunk/src/control/libvlc_internal.h
28239 libvlc: attempt to fix previous commit.
28241 ------------------------------------------------------------------------
28242 r20606 | pdherbemont | 2007-06-17 18:50:13 +0200 (Sun, 17 Jun 2007) | 2 lines
28244 M /trunk/include/vlc/libvlc_structures.h
28245 M /trunk/src/control/libvlc_internal.h
28247 libvlc: Make media_descriptor_t internal.
28249 ------------------------------------------------------------------------
28250 r20605 | pdherbemont | 2007-06-17 18:24:49 +0200 (Sun, 17 Jun 2007) | 2 lines
28252 M /trunk/include/vlc/libvlc.h
28253 M /trunk/include/vlc/libvlc_structures.h
28254 M /trunk/src/Makefile.am
28255 A /trunk/src/control/media_descriptor.c
28257 Libvlc add a media descriptor object.
28259 ------------------------------------------------------------------------
28260 r20604 | dionoea | 2007-06-17 17:20:20 +0200 (Sun, 17 Jun 2007) | 2 lines
28262 M /trunk/share/luaplaylist/README.txt
28264 Sync readme with wiki page.
28266 ------------------------------------------------------------------------
28267 r20603 | dionoea | 2007-06-17 17:17:39 +0200 (Sun, 17 Jun 2007) | 2 lines
28269 M /trunk/modules/access/bda
28273 ------------------------------------------------------------------------
28274 r20602 | dionoea | 2007-06-17 17:16:14 +0200 (Sun, 17 Jun 2007) | 2 lines
28276 M /trunk/src/modules
28280 ------------------------------------------------------------------------
28281 r20601 | dionoea | 2007-06-17 17:14:59 +0200 (Sun, 17 Jun 2007) | 2 lines
28283 M /trunk/share/http/flash.html
28287 ------------------------------------------------------------------------
28288 r20600 | dionoea | 2007-06-17 17:11:22 +0200 (Sun, 17 Jun 2007) | 2 lines
28290 M /trunk/modules/codec/vorbis.c
28294 ------------------------------------------------------------------------
28295 r20599 | dionoea | 2007-06-17 17:10:31 +0200 (Sun, 17 Jun 2007) | 2 lines
28297 M /trunk/modules/demux/playlist/luaplaylist.c
28299 Handle custom meta data in lua playlist scripts.
28301 ------------------------------------------------------------------------
28302 r20598 | dionoea | 2007-06-17 16:14:19 +0200 (Sun, 17 Jun 2007) | 2 lines
28304 M /trunk/modules/gui/qt4/components/extended_panels.cpp
28305 M /trunk/modules/gui/qt4/components/extended_panels.hpp
28306 M /trunk/modules/gui/qt4/ui/video_effects.ui
28308 Fix a huge bunch of things in the video effects panel. Implement combo box options.
28310 ------------------------------------------------------------------------
28311 r20597 | dionoea | 2007-06-17 16:12:56 +0200 (Sun, 17 Jun 2007) | 2 lines
28313 M /trunk/modules/video_filter/marq.c
28315 Fix marq positions list in config.
28317 ------------------------------------------------------------------------
28318 r20596 | fenrir | 2007-06-17 16:06:26 +0200 (Sun, 17 Jun 2007) | 2 lines
28320 M /trunk/src/audio_output/input.c
28322 Be sure to restart the mixer on replaygain mode change.
28324 ------------------------------------------------------------------------
28325 r20595 | dionoea | 2007-06-17 15:59:55 +0200 (Sun, 17 Jun 2007) | 2 lines
28327 M /trunk/modules/video_filter/sharpen.c
28331 ------------------------------------------------------------------------
28332 r20594 | dionoea | 2007-06-17 15:59:27 +0200 (Sun, 17 Jun 2007) | 2 lines
28334 M /trunk/modules/video_filter/gradient.c
28336 Make error output usable.
28338 ------------------------------------------------------------------------
28339 r20593 | fenrir | 2007-06-17 15:56:57 +0200 (Sun, 17 Jun 2007) | 6 lines
28341 M /trunk/modules/codec/vorbis.c
28342 M /trunk/modules/demux/flac.c
28343 M /trunk/modules/demux/mpc.c
28344 M /trunk/modules/demux/mpeg/m4a.c
28345 M /trunk/modules/demux/mpeg/mpga.c
28347 Added replay gain support for:
28348 - ogg/vorbis (close #125)
28349 - flac (and not ogg/flac yet)
28350 - mp3/aac (id3/ape)
28351 - mpc (internal/ape)
28353 ------------------------------------------------------------------------
28354 r20592 | fenrir | 2007-06-17 15:54:20 +0200 (Sun, 17 Jun 2007) | 4 lines
28356 M /trunk/include/vlc_aout.h
28357 M /trunk/include/vlc_es.h
28358 M /trunk/include/vlc_input.h
28359 M /trunk/include/vlc_meta.h
28360 M /trunk/modules/audio_mixer/float32.c
28361 M /trunk/src/audio_output/aout_internal.h
28362 M /trunk/src/audio_output/dec.c
28363 M /trunk/src/audio_output/input.c
28364 M /trunk/src/input/decoder.c
28365 M /trunk/src/libvlc-module.c
28367 Added replay gain support (audio-replay-gain-mode track or album to activate
28368 it, disabled by default)
28371 ------------------------------------------------------------------------
28372 r20591 | fenrir | 2007-06-17 15:49:49 +0200 (Sun, 17 Jun 2007) | 2 lines
28374 M /trunk/src/input/input.c
28376 Call input_Control(INPUT_ADD_INFO) on extra meta data.
28378 ------------------------------------------------------------------------
28379 r20590 | fenrir | 2007-06-17 15:47:00 +0200 (Sun, 17 Jun 2007) | 6 lines
28381 M /trunk/modules/meta_engine/id3tag.c
28383 Added APEv1/2 support to id3tag.c
28384 Parse TXXX fields (id3)
28385 Parse RVA2 and convert them to replay gain (id3)
28386 (I cannot put APE parsing into a new module as id3 and ape can be found
28387 in the same file, this means you need libid3tag)
28389 ------------------------------------------------------------------------
28390 r20589 | dionoea | 2007-06-17 14:47:07 +0200 (Sun, 17 Jun 2007) | 2 lines
28392 M /trunk/modules/gui/qt4/ui/video_effects.ui
28394 Split the extended video filters panel into many smaller sub panels.
28396 ------------------------------------------------------------------------
28397 r20588 | damienf | 2007-06-17 00:13:47 +0200 (Sun, 17 Jun 2007) | 2 lines
28399 M /trunk/modules/video_chroma/i420_rgb16.c
28400 M /trunk/modules/video_chroma/i420_rgb_mmx.h
28402 video_chroma: a few SSE2 fixes
28404 ------------------------------------------------------------------------
28405 r20587 | dionoea | 2007-06-16 22:40:39 +0200 (Sat, 16 Jun 2007) | 2 lines
28407 M /trunk/modules/gui/qt4/components/extended_panels.cpp
28408 M /trunk/modules/gui/qt4/ui/video_effects.ui
28410 Implement color change for colorthres and extract filters. Fix dial for rotate filter.
28412 ------------------------------------------------------------------------
28413 r20583 | Trax | 2007-06-16 15:12:25 +0200 (Sat, 16 Jun 2007) | 1 line
28417 * NEWS: sync with 0.8.6c
28418 ------------------------------------------------------------------------
28419 r20578 | jb | 2007-06-16 11:40:07 +0200 (Sat, 16 Jun 2007) | 3 lines
28422 M /trunk/modules/gui/qt4/Modules.am
28423 M /trunk/modules/gui/qt4/menus.cpp
28424 A /trunk/modules/gui/qt4/pixmaps/vlc_file-asym_16px.png
28425 A /trunk/modules/gui/qt4/pixmaps/vlc_file-wide_16px.png
28426 A /trunk/modules/gui/qt4/pixmaps/vlc_folder-blue_16px.png
28427 A /trunk/modules/gui/qt4/pixmaps/vlc_folder-grey_16px.png
28428 M /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
28429 A /trunk/modules/gui/qt4/pixmaps/vlc_tape_16px.png
28430 M /trunk/modules/gui/qt4/res.qrc
28432 Qt4 - Icons for the menus. Works from Danko Dolch again (THANKS). New icons for folders (blue and grey) (not yet used), for file (thin and wide) and tape. Update Network with a bit of coloring.
28435 ------------------------------------------------------------------------
28436 r20577 | md | 2007-06-16 08:16:51 +0200 (Sat, 16 Jun 2007) | 2 lines
28440 Fix missing national characters: Ak sa nem?\195?\180?\197?\190ete dosta?\197?\165 k u?\197?\190?\195?\173vate?\196?\190sk?\195?\169mu...
28442 ------------------------------------------------------------------------
28443 r20576 | fenrir | 2007-06-15 20:38:15 +0200 (Fri, 15 Jun 2007) | 2 lines
28445 M /trunk/modules/demux/mp4/libmp4.c
28446 M /trunk/modules/demux/mp4/libmp4.h
28447 M /trunk/modules/demux/mp4/mp4.c
28449 Added apple chapter support (used by HandBrake, close #808)
28451 ------------------------------------------------------------------------
28452 r20575 | damienf | 2007-06-15 18:36:41 +0200 (Fri, 15 Jun 2007) | 2 lines
28454 M /trunk/configure.ac
28455 M /trunk/modules/video_chroma/Modules.am
28456 M /trunk/modules/video_chroma/i420_rgb.c
28457 M /trunk/modules/video_chroma/i420_rgb.h
28458 M /trunk/modules/video_chroma/i420_rgb16.c
28459 M /trunk/modules/video_chroma/i420_rgb_mmx.h
28460 M /trunk/modules/video_chroma/i420_yuy2.c
28461 M /trunk/modules/video_chroma/i420_yuy2.h
28463 - video_chromas: more SSE2 and MMX support and optimization, added SSE2 i420 -> RGB acceleration
28465 ------------------------------------------------------------------------
28466 r20574 | md | 2007-06-15 14:30:37 +0200 (Fri, 15 Jun 2007) | 2 lines
28470 Minor fix in Slovak translation: rozhrania -> rozhran?\195?\173
28472 ------------------------------------------------------------------------
28473 r20572 | xtophe | 2007-06-15 00:14:12 +0200 (Fri, 15 Jun 2007) | 2 lines
28475 M /trunk/modules/gui/qt4/components/infopanels.cpp
28476 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
28477 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
28478 M /trunk/modules/video_filter/colorthres.c
28482 ------------------------------------------------------------------------
28483 r20570 | fenrir | 2007-06-14 21:05:16 +0200 (Thu, 14 Jun 2007) | 2 lines
28485 M /trunk/src/input/decoder.c
28487 Fixed segfault with subtitle.
28489 ------------------------------------------------------------------------
28490 r20567 | Trax | 2007-06-14 19:31:52 +0200 (Thu, 14 Jun 2007) | 1 line
28494 * NEWS: add some whitespace for a change..
28495 ------------------------------------------------------------------------
28496 r20565 | Trax | 2007-06-14 19:23:08 +0200 (Thu, 14 Jun 2007) | 1 line
28500 * NEWS: sync with 0.8.6c again..
28501 ------------------------------------------------------------------------
28502 r20562 | jpsaman | 2007-06-14 08:13:25 +0200 (Thu, 14 Jun 2007) | 1 line
28504 M /trunk/src/video_output/vout_subpictures.c
28506 Fix potential memleak/crash
28507 ------------------------------------------------------------------------
28508 r20561 | jb | 2007-06-14 01:50:18 +0200 (Thu, 14 Jun 2007) | 3 lines
28510 M /trunk/modules/gui/qt4/playlist_model.cpp
28512 Qt4 - Minor cosmetic change.
28515 ------------------------------------------------------------------------
28516 r20560 | jb | 2007-06-14 01:47:56 +0200 (Thu, 14 Jun 2007) | 3 lines
28518 M /trunk/modules/gui/qt4/components/infopanels.cpp
28519 M /trunk/modules/gui/qt4/components/infopanels.hpp
28520 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
28522 Qt4 - Make the update() update the art in mediaInfo.
28525 ------------------------------------------------------------------------
28526 r20557 | xtophe | 2007-06-14 01:29:30 +0200 (Thu, 14 Jun 2007) | 2 lines
28528 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
28529 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
28530 M /trunk/modules/gui/qt4/dialogs/help.cpp
28531 M /trunk/modules/gui/qt4/dialogs_provider.hpp
28535 ------------------------------------------------------------------------
28536 r20556 | jb | 2007-06-14 00:11:03 +0200 (Thu, 14 Jun 2007) | 3 lines
28538 M /trunk/modules/gui/qt4/components/infopanels.cpp
28539 M /trunk/modules/gui/qt4/components/infopanels.hpp
28540 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
28542 Qt4 - Support for Media Art in the Media Info dialog and various fixed on that dialog.
28545 ------------------------------------------------------------------------
28546 r20553 | fenrir | 2007-06-13 21:49:08 +0200 (Wed, 13 Jun 2007) | 3 lines
28548 M /trunk/src/input/input.c
28549 M /trunk/src/input/input_internal.h
28550 M /trunk/src/input/var.c
28551 M /trunk/src/libvlc-module.c
28553 Added --run-time option to specify how many second VLC will play an item
28554 (Usefull to save live programs like DVB/UDP)
28556 ------------------------------------------------------------------------
28557 r20551 | fenrir | 2007-06-13 21:25:08 +0200 (Wed, 13 Jun 2007) | 2 lines
28559 M /trunk/modules/demux/aiff.c
28561 Fixed aiff support for stereo files and files with odd chunk size.
28563 ------------------------------------------------------------------------
28564 r20550 | damienf | 2007-06-13 17:40:54 +0200 (Wed, 13 Jun 2007) | 2 lines
28566 M /trunk/modules/gui/qt4/input_manager.cpp
28567 M /trunk/modules/gui/qt4/qt4.hpp
28569 qt4: a few stability fixes when working as a dialogs provider, needs a lot more ...
28571 ------------------------------------------------------------------------
28572 r20549 | damienf | 2007-06-13 14:47:29 +0200 (Wed, 13 Jun 2007) | 2 lines
28574 M /trunk/modules/demux/playlist/asx.c
28576 asx.c: fixed a small bug in skip ad feature
28578 ------------------------------------------------------------------------
28579 r20548 | jpsaman | 2007-06-13 11:22:08 +0200 (Wed, 13 Jun 2007) | 1 line
28581 M /trunk/modules/control/dbus.c
28582 M /trunk/modules/control/dbus.h
28584 White space and indentation fixes.
28585 ------------------------------------------------------------------------
28586 r20547 | jpsaman | 2007-06-13 11:00:46 +0200 (Wed, 13 Jun 2007) | 1 line
28588 M /trunk/configure.ac
28590 Make use of libgcrypt configurable.
28591 ------------------------------------------------------------------------
28592 r20546 | jpsaman | 2007-06-13 10:37:51 +0200 (Wed, 13 Jun 2007) | 1 line
28596 Portability fix: use head -n 1 iso head -1
28597 ------------------------------------------------------------------------
28598 r20544 | Trax | 2007-06-13 00:38:01 +0200 (Wed, 13 Jun 2007) | 1 line
28602 NEWS: sync with bugfix branch
28603 ------------------------------------------------------------------------
28604 r20543 | fenrir | 2007-06-12 23:27:28 +0200 (Tue, 12 Jun 2007) | 2 lines
28606 M /trunk/modules/demux/mkv.cpp
28608 Fixed access on deleted object.
28610 ------------------------------------------------------------------------
28611 r20541 | fenrir | 2007-06-12 23:06:24 +0200 (Tue, 12 Jun 2007) | 2 lines
28613 M /trunk/modules/video_filter/magnify.c
28615 Fixed uninitialized variable.
28617 ------------------------------------------------------------------------
28618 r20539 | fenrir | 2007-06-12 21:49:06 +0200 (Tue, 12 Jun 2007) | 2 lines
28620 M /trunk/src/audio_output/input.c
28622 Drop audio when playing faster and not using resampler.
28624 ------------------------------------------------------------------------
28625 r20538 | fenrir | 2007-06-12 21:46:35 +0200 (Tue, 12 Jun 2007) | 5 lines
28627 M /trunk/include/vlc_aout.h
28628 M /trunk/modules/audio_filter/resampler/bandlimited.c
28629 M /trunk/modules/codec/a52.c
28630 M /trunk/modules/codec/faad.c
28631 M /trunk/modules/codec/ffmpeg/audio.c
28632 M /trunk/modules/codec/mpeg_audio.c
28633 M /trunk/modules/codec/vorbis.c
28634 M /trunk/modules/packetizer/mpeg4audio.c
28635 M /trunk/src/audio_output/aout_internal.h
28636 M /trunk/src/audio_output/dec.c
28637 M /trunk/src/audio_output/filters.c
28638 M /trunk/src/audio_output/input.c
28639 M /trunk/src/input/decoder.c
28640 M /trunk/src/input/es_out.c
28641 M /trunk/src/input/input.c
28643 All: preliminary support for audio while playing faster/slower (1/4 -> 4).
28644 It use our standard resampler to do it and so we do not keep
28645 pitch yet (I am working on a soundtouch resampler).
28646 Please test any regression.
28648 ------------------------------------------------------------------------
28649 r20534 | fenrir | 2007-06-12 20:26:00 +0200 (Tue, 12 Jun 2007) | 2 lines
28651 M /trunk/src/audio_output/output.c
28653 Fixed use of released pointer (race condition).
28655 ------------------------------------------------------------------------
28656 r20527 | damienf | 2007-06-12 17:56:28 +0200 (Tue, 12 Jun 2007) | 2 lines
28658 M /trunk/mozilla/vlcshell.cpp
28660 mozilla: fixed crash on Safari 3 Beta for Windows
28662 ------------------------------------------------------------------------
28663 r20526 | damienf | 2007-06-12 16:37:15 +0200 (Tue, 12 Jun 2007) | 2 lines
28665 M /trunk/configure.ac
28667 MacOSX: fix for --with-macosx-sdk
28669 ------------------------------------------------------------------------
28670 r20525 | jpsaman | 2007-06-12 14:22:36 +0200 (Tue, 12 Jun 2007) | 1 line
28672 M /trunk/modules/misc/freetype.c
28674 Fix potential memleaks
28675 ------------------------------------------------------------------------
28676 r20524 | jpsaman | 2007-06-12 14:21:58 +0200 (Tue, 12 Jun 2007) | 1 line
28678 M /trunk/src/video_output/video_output.c
28680 Display video title when video output is reused.
28681 ------------------------------------------------------------------------
28682 r20523 | jpsaman | 2007-06-12 13:28:54 +0200 (Tue, 12 Jun 2007) | 1 line
28684 M /trunk/include/vlc_vout.h
28685 M /trunk/src/libvlc-module.c
28686 M /trunk/src/video_output/video_output.c
28687 M /trunk/src/video_output/vout_intf.c
28689 Show title on video output based on users preferences. Defaults are:--video-title-show --video-title-position=8 --video-title-timeout=5000
28690 ------------------------------------------------------------------------
28691 r20521 | damienf | 2007-06-12 00:39:57 +0200 (Tue, 12 Jun 2007) | 2 lines
28693 M /trunk/extras/contrib/bootstrap
28695 contrib/bootstrap: MacOSX, avoid multiple -isysroot definitions by using CC, CXX and LD envars (PCC only for now, needs intel test)
28697 ------------------------------------------------------------------------
28698 r20520 | xtophe | 2007-06-12 00:12:07 +0200 (Tue, 12 Jun 2007) | 3 lines
28703 Swedish l10n update by Daniel Nylander
28704 Slovak l10n update by Mari?\195?\161n Hikan?\195?\173k
28706 ------------------------------------------------------------------------
28707 r20518 | jb | 2007-06-11 19:00:55 +0200 (Mon, 11 Jun 2007) | 3 lines
28709 M /trunk/include/vlc_intf_strings.h
28710 M /trunk/modules/gui/qt4/menus.cpp
28711 M /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
28713 Qt4 - Menus: modify slightly the capture card icon, change a label and spaces...
28716 ------------------------------------------------------------------------
28717 r20514 | oaubert | 2007-06-11 16:30:46 +0200 (Mon, 11 Jun 2007) | 2 lines
28721 Remove the obsolete vlc/python directory. Up-to-date version of python bindings lie in bindings/python
28723 ------------------------------------------------------------------------
28724 r20507 | sigmunau | 2007-06-11 14:00:42 +0200 (Mon, 11 Jun 2007) | 2 lines
28726 M /trunk/modules/access/pvr.c
28728 fix compile faults and semantic errors in pvr module, mostly relating to the new api
28730 ------------------------------------------------------------------------
28731 r20504 | jpsaman | 2007-06-11 12:25:50 +0200 (Mon, 11 Jun 2007) | 1 line
28733 M /trunk/modules/codec/cvdsub.c
28735 Remove excess whitespace
28736 ------------------------------------------------------------------------
28737 r20503 | jb | 2007-06-11 01:26:04 +0200 (Mon, 11 Jun 2007) | 3 lines
28739 M /trunk/modules/gui/qt4/menus.cpp
28740 M /trunk/modules/gui/qt4/res.qrc
28742 Qt4 - Add Icons to the systray Menu bar.
28745 ------------------------------------------------------------------------
28746 r20502 | jb | 2007-06-11 01:17:05 +0200 (Mon, 11 Jun 2007) | 3 lines
28748 M /trunk/modules/gui/qt4/Modules.am
28749 M /trunk/modules/gui/qt4/menus.cpp
28750 D /trunk/modules/gui/qt4/pixmaps/audio_50x50.xpm
28751 D /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm
28752 D /trunk/modules/gui/qt4/pixmaps/input_and_codecs_50x50.xpm
28753 D /trunk/modules/gui/qt4/pixmaps/interface_50x50.xpm
28754 D /trunk/modules/gui/qt4/pixmaps/playlist_50x50.xpm
28755 D /trunk/modules/gui/qt4/pixmaps/subtitles_50x50.xpm
28756 D /trunk/modules/gui/qt4/pixmaps/video_50x50.xpm
28757 A /trunk/modules/gui/qt4/pixmaps/vlc_capture-card_16px.png
28758 A /trunk/modules/gui/qt4/pixmaps/vlc_network_16px.png
28759 A /trunk/modules/gui/qt4/pixmaps/vlc_quit_16px.png
28760 A /trunk/modules/gui/qt4/pixmaps/vlc_stream_16px.png
28761 M /trunk/modules/gui/qt4/res.qrc
28763 Qt4 - A few more icons in the menus to make the GUI less depressing.
28766 ------------------------------------------------------------------------
28767 r20500 | fenrir | 2007-06-10 21:53:00 +0200 (Sun, 10 Jun 2007) | 2 lines
28769 M /trunk/src/audio_output/dec.c
28770 M /trunk/src/audio_output/input.c
28772 Simplify + fix a potential overflow.
28774 ------------------------------------------------------------------------
28775 r20499 | fenrir | 2007-06-10 21:40:24 +0200 (Sun, 10 Jun 2007) | 2 lines
28777 M /trunk/src/input/clock.c
28779 Simplify (no functionnal changes).
28781 ------------------------------------------------------------------------
28782 r20498 | fenrir | 2007-06-10 21:22:39 +0200 (Sun, 10 Jun 2007) | 3 lines
28784 M /trunk/src/playlist/engine.c
28786 Call garbage collector (vout/sout) when playlist enter stop state (on
28787 user stop or end of playlist).
28789 ------------------------------------------------------------------------
28790 r20497 | fenrir | 2007-06-10 21:12:54 +0200 (Sun, 10 Jun 2007) | 2 lines
28792 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
28794 Fixed uninitialized member fields for audio filter2.
28796 ------------------------------------------------------------------------
28797 r20492 | pdherbemont | 2007-06-09 20:54:17 +0200 (Sat, 09 Jun 2007) | 2 lines
28799 M /trunk/src/control/event.c
28801 control/event.c: Add some comments.
28803 ------------------------------------------------------------------------
28804 r20489 | pdherbemont | 2007-06-09 16:54:38 +0200 (Sat, 09 Jun 2007) | 2 lines
28806 M /trunk/modules/gui/macosx/voutgl.m
28808 Mac OS X gui: Fix a comment.
28810 ------------------------------------------------------------------------
28811 r20488 | pdherbemont | 2007-06-09 16:14:49 +0200 (Sat, 09 Jun 2007) | 2 lines
28813 M /trunk/modules/gui/macosx/voutgl.m
28815 Mac OS X gui: Don't leak the autoreleased object.
28817 ------------------------------------------------------------------------
28818 r20487 | jpsaman | 2007-06-09 16:00:51 +0200 (Sat, 09 Jun 2007) | 2 lines
28820 M /trunk/src/video_output/video_output.c
28822 Display media title for 15 seconds right at the start of the video.
28824 ------------------------------------------------------------------------
28825 r20486 | courmisch | 2007-06-09 10:41:35 +0200 (Sat, 09 Jun 2007) | 2 lines
28827 M /trunk/configure.ac
28829 Tell that disabling libtool is going to suck - closes #1189
28831 ------------------------------------------------------------------------
28832 r20485 | fenrir | 2007-06-08 21:02:22 +0200 (Fri, 08 Jun 2007) | 2 lines
28834 M /trunk/modules/demux/mkv.cpp
28836 MKV attachments bug fixes. (Patch by Bernie Purcell)
28838 ------------------------------------------------------------------------
28839 r20483 | courmisch | 2007-06-08 16:55:43 +0200 (Fri, 08 Jun 2007) | 2 lines
28841 M /trunk/src/libvlc-common.c
28842 M /trunk/src/libvlc.h
28843 M /trunk/src/misc/cpu.c
28845 Fix compiler warnings
28847 ------------------------------------------------------------------------
28848 r20482 | fkuehne | 2007-06-08 16:31:30 +0200 (Fri, 08 Jun 2007) | 1 line
28850 M /trunk/extras/contrib/src/Patches/live-starttime.patch
28852 * reverted [20479], as my previously checked-in patch was correct ;)
28853 ------------------------------------------------------------------------
28854 r20481 | fkuehne | 2007-06-08 16:26:52 +0200 (Fri, 08 Jun 2007) | 1 line
28856 M /trunk/extras/contrib/src/Makefile
28858 * removed support for compilation on OSX < 10.4
28859 ------------------------------------------------------------------------
28860 r20479 | pdherbemont | 2007-06-08 14:51:40 +0200 (Fri, 08 Jun 2007) | 2 lines
28862 M /trunk/extras/contrib/src/Patches/live-starttime.patch
28864 extras/contrib: Update live-starttime.patch.
28866 ------------------------------------------------------------------------
28867 r20478 | pdherbemont | 2007-06-08 14:39:47 +0200 (Fri, 08 Jun 2007) | 2 lines
28869 M /trunk/extras/contrib/bootstrap
28871 extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>).
28873 ------------------------------------------------------------------------
28874 r20477 | pdherbemont | 2007-06-08 11:24:23 +0200 (Fri, 08 Jun 2007) | 2 lines
28876 M /trunk/modules/gui/macosx/vout.m
28877 M /trunk/modules/gui/macosx/voutgl.m
28879 Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.
28881 ------------------------------------------------------------------------
28882 r20476 | pdherbemont | 2007-06-08 11:11:48 +0200 (Fri, 08 Jun 2007) | 2 lines
28885 M /trunk/extras/contrib/src/Makefile
28887 contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).
28889 ------------------------------------------------------------------------
28890 r20475 | jpsaman | 2007-06-08 09:29:18 +0200 (Fri, 08 Jun 2007) | 2 lines
28892 M /trunk/extras/contrib/src/Distributions/netbox3.mak
28894 Don't build fribidi no need for it now.
28896 ------------------------------------------------------------------------
28897 r20473 | fenrir | 2007-06-08 01:05:16 +0200 (Fri, 08 Jun 2007) | 4 lines
28899 M /trunk/src/input/clock.c
28900 M /trunk/src/input/es_out.c
28901 M /trunk/src/input/input.c
28902 M /trunk/src/input/input_internal.h
28904 clock: clean up/simplify + remove 1/90000 reference.
28905 all: improve input rate (no more out of order/dropped pictures on
28908 ------------------------------------------------------------------------
28909 r20472 | xtophe | 2007-06-08 00:57:53 +0200 (Fri, 08 Jun 2007) | 2 lines
28911 M /trunk/configure.ac
28913 More strict detection for swscale. Patch by ILEoo and ALexis Ballier
28915 ------------------------------------------------------------------------
28916 r20470 | jb | 2007-06-08 00:53:48 +0200 (Fri, 08 Jun 2007) | 3 lines
28918 M /trunk/configure.ac
28920 Configure: typo correction on --enable-libtar
28923 ------------------------------------------------------------------------
28924 r20468 | xtophe | 2007-06-08 00:29:01 +0200 (Fri, 08 Jun 2007) | 2 lines
28928 Small fix on the man page
28930 ------------------------------------------------------------------------
28931 r20467 | fenrir | 2007-06-08 00:21:55 +0200 (Fri, 08 Jun 2007) | 2 lines
28933 M /trunk/modules/access_filter/timeshift.c
28935 Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)
28937 ------------------------------------------------------------------------
28938 r20466 | xtophe | 2007-06-08 00:12:20 +0200 (Fri, 08 Jun 2007) | 2 lines
28942 VLS is deprecated. Don't refer to it
28944 ------------------------------------------------------------------------
28945 r20465 | fenrir | 2007-06-07 23:58:47 +0200 (Thu, 07 Jun 2007) | 7 lines
28947 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
28949 Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
28950 It avoids segfault when resizing to 0x0.
28951 It fixes segfault when VLC is started with a video file. (But I fear
28952 that we have a race condition here because if the same file is played
28956 ------------------------------------------------------------------------
28957 r20464 | pdherbemont | 2007-06-07 23:33:16 +0200 (Thu, 07 Jun 2007) | 2 lines
28959 M /trunk/include/vlc/libvlc_structures.h
28961 include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
28963 ------------------------------------------------------------------------
28964 r20463 | fenrir | 2007-06-07 23:30:42 +0200 (Thu, 07 Jun 2007) | 3 lines
28966 M /trunk/modules/access/dvdnav.c
28968 Do not use dvdnav_get_video_aspect (No idea of its unit but it is not
28969 vlc one, fixed segfault with x11 at least)
28971 ------------------------------------------------------------------------
28972 r20462 | pdherbemont | 2007-06-07 23:16:30 +0200 (Thu, 07 Jun 2007) | 2 lines
28974 M /trunk/include/vlc/libvlc_structures.h
28975 M /trunk/src/control/event.c
28977 Libvlc event: Support for event extra information passing. And register to "time" event rather than "position".
28979 ------------------------------------------------------------------------
28980 r20461 | pdherbemont | 2007-06-07 22:46:39 +0200 (Thu, 07 Jun 2007) | 2 lines
28982 M /trunk/src/control/event.c
28984 control/event.c: Send position event at a reasonable time precision.
28986 ------------------------------------------------------------------------
28987 r20460 | courmisch | 2007-06-07 22:16:57 +0200 (Thu, 07 Jun 2007) | 2 lines
28989 M /trunk/src/input/input.c
28991 Revert [20459] and really fix (I hope)
28993 ------------------------------------------------------------------------
28994 r20459 | fenrir | 2007-06-07 22:10:12 +0200 (Thu, 07 Jun 2007) | 2 lines
28996 M /trunk/src/input/input.c
28998 Fixed IsValidAccess...
29000 ------------------------------------------------------------------------
29001 r20456 | jb | 2007-06-07 20:42:57 +0200 (Thu, 07 Jun 2007) | 3 lines
29003 M /trunk/modules/gui/qt4/Modules.am
29005 Qt4 - Add files for reparing distchek and tarballs.
29008 ------------------------------------------------------------------------
29009 r20454 | courmisch | 2007-06-07 19:34:15 +0200 (Thu, 07 Jun 2007) | 3 lines
29011 M /trunk/modules/services_discovery/sap.c
29013 Fix remote format string injection in SDP parser.
29014 (Sometimes there are good things about NOT being on MBONE)
29016 ------------------------------------------------------------------------
29017 r20452 | courmisch | 2007-06-07 19:32:24 +0200 (Thu, 07 Jun 2007) | 2 lines
29019 M /trunk/modules/codec/theora.c
29021 Format string usage fix. Pretty much the same bug as the vorbis one.
29023 ------------------------------------------------------------------------
29024 r20451 | courmisch | 2007-06-07 19:31:45 +0200 (Thu, 07 Jun 2007) | 2 lines
29026 M /trunk/include/vlc_es.h
29030 ------------------------------------------------------------------------
29031 r20450 | courmisch | 2007-06-07 19:31:26 +0200 (Thu, 07 Jun 2007) | 2 lines
29033 M /trunk/modules/codec/vorbis.c
29035 Same as previous commit
29037 ------------------------------------------------------------------------
29038 r20448 | courmisch | 2007-06-07 19:22:05 +0200 (Thu, 07 Jun 2007) | 4 lines
29040 M /trunk/modules/access/cdda.c
29042 - Avoid a bunch of dummy string copy
29043 - Use strdup() instead of asprintf("%s")
29044 - Fix format string (CDDB now owns your CD player)
29046 ------------------------------------------------------------------------
29047 r20446 | courmisch | 2007-06-07 18:57:54 +0200 (Thu, 07 Jun 2007) | 2 lines
29053 ------------------------------------------------------------------------
29054 r20442 | courmisch | 2007-06-07 18:53:15 +0200 (Thu, 07 Jun 2007) | 2 lines
29056 M /trunk/src/audio_output/dec.c
29058 Sanitize audio format before creating a decoder
29060 ------------------------------------------------------------------------
29061 r20441 | courmisch | 2007-06-07 18:52:32 +0200 (Thu, 07 Jun 2007) | 2 lines
29063 M /trunk/src/audio_output/input.c
29065 Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot
29067 ------------------------------------------------------------------------
29068 r20440 | courmisch | 2007-06-07 18:43:10 +0200 (Thu, 07 Jun 2007) | 2 lines
29070 M /trunk/include/vlc_es.h
29072 Store channels counter to a single byte. We can only handle 32 of them anyway
29074 ------------------------------------------------------------------------
29075 r20439 | courmisch | 2007-06-07 18:39:38 +0200 (Thu, 07 Jun 2007) | 2 lines
29077 M /trunk/src/audio_output/dec.c
29081 ------------------------------------------------------------------------
29082 r20438 | courmisch | 2007-06-07 18:36:38 +0200 (Thu, 07 Jun 2007) | 2 lines
29084 M /trunk/modules/audio_filter/param_eq.c
29088 ------------------------------------------------------------------------
29089 r20437 | courmisch | 2007-06-07 18:31:21 +0200 (Thu, 07 Jun 2007) | 2 lines
29091 M /trunk/src/input/es_out.c
29093 Use %u instead of %d
29095 ------------------------------------------------------------------------
29096 r20436 | courmisch | 2007-06-07 18:22:41 +0200 (Thu, 07 Jun 2007) | 2 lines
29098 M /trunk/modules/demux/wav.c
29100 Use %u rather than %d for unsigned
29102 ------------------------------------------------------------------------
29103 r20434 | courmisch | 2007-06-07 18:08:44 +0200 (Thu, 07 Jun 2007) | 2 lines
29105 M /trunk/modules/demux/wav.c
29109 ------------------------------------------------------------------------
29110 r20432 | pdherbemont | 2007-06-07 14:34:50 +0200 (Thu, 07 Jun 2007) | 2 lines
29112 M /trunk/src/control/core.c
29113 M /trunk/src/control/event.c
29114 M /trunk/src/control/input.c
29115 M /trunk/src/control/libvlc_internal.h
29117 Libvlc Event: Add support for input event.
29119 ------------------------------------------------------------------------
29120 r20431 | jpsaman | 2007-06-07 13:26:17 +0200 (Thu, 07 Jun 2007) | 2 lines
29122 M /trunk/src/video_output/video_text.c
29124 Let text fade away, that looks so much nicer.
29126 ------------------------------------------------------------------------
29127 r20430 | jpsaman | 2007-06-07 13:25:52 +0200 (Thu, 07 Jun 2007) | 2 lines
29129 M /trunk/src/control/playlist.c
29131 Remove excess whitelines
29133 ------------------------------------------------------------------------
29134 r20429 | jb | 2007-06-06 23:15:13 +0200 (Wed, 06 Jun 2007) | 3 lines
29136 M /trunk/modules/gui/qt4/components/open.cpp
29137 M /trunk/modules/gui/qt4/components/open.hpp
29139 Qt4 - Open Capture: add screen://
29142 ------------------------------------------------------------------------
29143 r20428 | xtophe | 2007-06-06 23:03:50 +0200 (Wed, 06 Jun 2007) | 2 lines
29147 Arabic translation update by Fouzai Bourai
29149 ------------------------------------------------------------------------
29150 r20427 | courmisch | 2007-06-06 18:40:48 +0200 (Wed, 06 Jun 2007) | 4 lines
29152 M /trunk/src/input/input.c
29154 - Only allow letters, digits and slash in access/demux specification
29155 (fixes problem with most-but-not-all filenames containing a colon)
29156 - Only allow letters as Windows drives
29158 ------------------------------------------------------------------------
29159 r20426 | courmisch | 2007-06-06 17:37:11 +0200 (Wed, 06 Jun 2007) | 2 lines
29165 ------------------------------------------------------------------------
29166 r20425 | courmisch | 2007-06-06 17:37:02 +0200 (Wed, 06 Jun 2007) | 2 lines
29168 M /trunk/modules/access/mms/mmsh.c
29170 MMSH connection error handling fix from Alex Antropoff
29172 ------------------------------------------------------------------------
29173 r20424 | jpsaman | 2007-06-06 16:57:27 +0200 (Wed, 06 Jun 2007) | 2 lines
29175 M /trunk/modules/video_filter/osdmenu.c
29177 OSDMenu update time of 0 ms disables the menu, so put in a sane default value.
29179 ------------------------------------------------------------------------
29180 r20423 | jpsaman | 2007-06-06 16:33:46 +0200 (Wed, 06 Jun 2007) | 2 lines
29182 M /trunk/modules/video_filter/osdmenu.c
29184 Only update the menu when it is visible.
29186 ------------------------------------------------------------------------
29187 r20422 | jpsaman | 2007-06-06 16:26:49 +0200 (Wed, 06 Jun 2007) | 2 lines
29189 M /trunk/modules/video_filter/osdmenu.c
29191 Fix update time in variable callback so it uses ms.
29193 ------------------------------------------------------------------------
29194 r20421 | jpsaman | 2007-06-06 15:52:31 +0200 (Wed, 06 Jun 2007) | 9 lines
29196 M /trunk/include/vlc_osd.h
29197 M /trunk/modules/video_filter/osdmenu.c
29198 M /trunk/src/osd/osd_parser.c
29200 OSDMenu improvements
29201 - new style concat to indicate that images should be put in a region list
29202 - user selected alpha value for subpictures
29203 - position, x, y, timeout, update, alpha values are changeable during runtime
29204 - vlc_osd.h: documented new osdmenu style concat
29207 In osdmenu concat mode there is one issue left where two subpicture regions are displayed on top of each other when cycling through the menu.
29209 ------------------------------------------------------------------------
29210 r20420 | Trax | 2007-06-06 12:13:16 +0200 (Wed, 06 Jun 2007) | 1 line
29212 M /trunk/modules/video_output/msw/direct3d.c
29214 * modules/video_output/msw/direct3d.c: typo adpater -> adapter
29215 ------------------------------------------------------------------------
29216 r20419 | jpsaman | 2007-06-06 11:33:44 +0200 (Wed, 06 Jun 2007) | 1 line
29218 M /trunk/src/osd/osd.c
29220 Remove excess whitespace
29221 ------------------------------------------------------------------------
29222 r20418 | jpsaman | 2007-06-06 10:34:03 +0200 (Wed, 06 Jun 2007) | 1 line
29224 M /trunk/src/osd/osd.c
29227 ------------------------------------------------------------------------
29228 r20417 | jb | 2007-06-06 00:28:27 +0200 (Wed, 06 Jun 2007) | 2 lines
29230 M /trunk/modules/gui/qt4/menus.cpp
29231 A /trunk/modules/gui/qt4/pixmaps/vlc_messages_16px.png
29232 M /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
29233 A /trunk/modules/gui/qt4/pixmaps/vlc_pause_16px.png
29234 A /trunk/modules/gui/qt4/pixmaps/vlc_play_16px.png
29235 M /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
29236 A /trunk/modules/gui/qt4/pixmaps/vlc_stop_16px.png
29237 M /trunk/modules/gui/qt4/res.qrc
29239 Qt4 - More icons for the menus.
29241 ------------------------------------------------------------------------
29242 r20416 | fenrir | 2007-06-06 00:26:45 +0200 (Wed, 06 Jun 2007) | 2 lines
29244 M /trunk/modules/services_discovery/sap.c
29246 Fixed badly broken sap parser.
29248 ------------------------------------------------------------------------
29249 r20415 | xtophe | 2007-06-06 00:14:58 +0200 (Wed, 06 Jun 2007) | 2 lines
29253 Arabic l10n update by Fouzia Bouria
29255 ------------------------------------------------------------------------
29256 r20414 | fenrir | 2007-06-06 00:11:32 +0200 (Wed, 06 Jun 2007) | 3 lines
29258 M /trunk/modules/demux/live555.cpp
29260 Fixed audio RTP stream only (Not sure it is the right way)
29263 ------------------------------------------------------------------------
29264 r20413 | xtophe | 2007-06-05 23:37:38 +0200 (Tue, 05 Jun 2007) | 3 lines
29269 sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urban?\196?\141i?\196?\141
29270 THANKS: Proper credits for arabic l10n
29272 ------------------------------------------------------------------------
29273 r20412 | damienf | 2007-06-05 21:32:39 +0200 (Tue, 05 Jun 2007) | 2 lines
29275 M /trunk/modules/video_output/msw/direct3d.c
29277 - direct3d: re-enabled YUV textures for Vista
29279 ------------------------------------------------------------------------
29280 r20411 | fenrir | 2007-06-05 19:25:50 +0200 (Tue, 05 Jun 2007) | 2 lines
29282 M /trunk/modules/stream_out/transcode.c
29284 Fixed uninitialized field (aout_buffer_t.b_discontinuity).
29286 ------------------------------------------------------------------------
29287 r20410 | jb | 2007-06-05 01:19:16 +0200 (Tue, 05 Jun 2007) | 3 lines
29289 M /trunk/modules/gui/qt4/menus.cpp
29291 Qt4 - Forgotten in previous commit.
29294 ------------------------------------------------------------------------
29295 r20409 | jb | 2007-06-05 01:11:14 +0200 (Tue, 05 Jun 2007) | 2 lines
29297 M /trunk/modules/gui/qt4/menus.cpp
29298 A /trunk/modules/gui/qt4/pixmaps/vlc_help_16px.png
29299 A /trunk/modules/gui/qt4/pixmaps/vlc_info_16px.png
29300 A /trunk/modules/gui/qt4/pixmaps/vlc_next_16px.png
29301 A /trunk/modules/gui/qt4/pixmaps/vlc_previous_16px.png
29302 M /trunk/modules/gui/qt4/res.qrc
29304 qt4 - menus. Try to add some pictures to have more User-friendly menus.
29306 ------------------------------------------------------------------------
29307 r20408 | jb | 2007-06-05 00:20:21 +0200 (Tue, 05 Jun 2007) | 3 lines
29309 M /trunk/modules/gui/qt4/components/open.cpp
29310 M /trunk/modules/gui/qt4/components/open.hpp
29312 Qt4 - Open Dialog: Capture: small fixes.
29315 ------------------------------------------------------------------------
29316 r20407 | jb | 2007-06-04 23:26:47 +0200 (Mon, 04 Jun 2007) | 3 lines
29318 M /trunk/vlc.fedora.spec
29319 M /trunk/vlc.suse.spec
29321 Fedora and SuSE specfiles provided by Nicolas Chauvet (livna) and Dominique Leuenberger
29324 ------------------------------------------------------------------------
29325 r20406 | fenrir | 2007-06-04 21:39:55 +0200 (Mon, 04 Jun 2007) | 5 lines
29327 M /trunk/include/vlc_aout.h
29328 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
29329 M /trunk/modules/codec/mpeg_audio.c
29330 M /trunk/src/audio_output/aout_internal.h
29332 Added a b_discontinuity to aout_buffer_t for non-pcm streams.
29333 Set aout_buffer_t.b_discontinuity in mpeg audio packetizer.
29334 Silent first 3 frames on discontinuity in mad decoder.
29337 ------------------------------------------------------------------------
29338 r20405 | fenrir | 2007-06-04 21:37:43 +0200 (Mon, 04 Jun 2007) | 2 lines
29340 M /trunk/modules/codec/ffmpeg/audio.c
29341 M /trunk/modules/codec/ffmpeg/ffmpeg.c
29342 M /trunk/modules/codec/ffmpeg/ffmpeg.h
29343 M /trunk/modules/codec/ffmpeg/video.c
29345 Silent first 3 mpeg audio frames after a discontinuity. (Avoid glitch on seeks/errors)
29347 ------------------------------------------------------------------------
29348 r20404 | fenrir | 2007-06-04 21:32:09 +0200 (Mon, 04 Jun 2007) | 2 lines
29350 M /trunk/modules/demux/flac.c
29352 Flac embeded cover support.
29354 ------------------------------------------------------------------------
29355 r20403 | fenrir | 2007-06-04 00:58:00 +0200 (Mon, 04 Jun 2007) | 2 lines
29357 M /trunk/modules/gui/macosx/playlistinfo.m
29359 Fixed compilation problem.
29361 ------------------------------------------------------------------------
29362 r20402 | fenrir | 2007-06-04 00:40:17 +0200 (Mon, 04 Jun 2007) | 9 lines
29364 M /trunk/src/input/es_out.c
29365 M /trunk/src/input/input.c
29366 M /trunk/src/input/input_internal.h
29367 M /trunk/src/input/meta.c
29368 M /trunk/src/misc/stats.c
29369 M /trunk/src/playlist/control.c
29370 M /trunk/src/playlist/engine.c
29372 - Added support for embeded cover. Demuxer just need to fill psz_arturl meta
29373 field to "attachment://NAME" where NAME is an attachment filename
29374 (returned by DEMUX_GET_ATTACHMENTS)
29375 - Lock input_item_t every time we access p_meta fields (there is still a problem
29376 as playlist code does not always do so...).
29377 - Do not preparse item we have already played.
29378 - Wait that the current playing item is meta parsed before fetching its cover.
29381 ------------------------------------------------------------------------
29382 r20401 | fenrir | 2007-06-04 00:30:08 +0200 (Mon, 04 Jun 2007) | 2 lines
29384 M /trunk/modules/control/http/http.c
29386 Fixed small warning.
29388 ------------------------------------------------------------------------
29389 r20400 | fenrir | 2007-06-04 00:19:50 +0200 (Mon, 04 Jun 2007) | 3 lines
29391 M /trunk/include/vlc_arrays.h
29392 M /trunk/include/vlc_codec.h
29393 M /trunk/include/vlc_meta.h
29394 M /trunk/src/input/decoder.c
29396 Fixed vlc_meta_SetXXX macros
29397 Added decoder_GetInputAttachments.
29399 ------------------------------------------------------------------------
29400 r20399 | xtophe | 2007-06-04 00:00:00 +0200 (Mon, 04 Jun 2007) | 2 lines
29411 M /trunk/po/en_GB.po
29436 M /trunk/po/pt_BR.po
29437 M /trunk/po/pt_PT.po
29448 M /trunk/po/vlc.pot
29449 M /trunk/po/zh_CN.po
29450 M /trunk/po/zh_TW.po
29452 Add the new QT4 strings
29454 ------------------------------------------------------------------------
29455 r20398 | xtophe | 2007-06-03 23:47:28 +0200 (Sun, 03 Jun 2007) | 2 lines
29457 M /trunk/modules/gui/qt4/ui/equalizer.ui
29458 M /trunk/modules/gui/qt4/ui/open.ui
29459 M /trunk/modules/gui/qt4/ui/open_capture.ui
29460 M /trunk/modules/gui/qt4/ui/open_disk.ui
29461 M /trunk/modules/gui/qt4/ui/open_file.ui
29462 M /trunk/modules/gui/qt4/ui/open_net.ui
29463 M /trunk/modules/gui/qt4/ui/sout.ui
29464 M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
29465 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
29466 M /trunk/modules/gui/qt4/ui/streampanel.ui
29468 i18n fixes (part 2)
29470 ------------------------------------------------------------------------
29471 r20397 | fenrir | 2007-06-03 23:17:52 +0200 (Sun, 03 Jun 2007) | 2 lines
29473 M /trunk/src/input/input_internal.h
29475 Partial fix for builtin plugin.
29477 ------------------------------------------------------------------------
29478 r20396 | fenrir | 2007-06-03 22:54:54 +0200 (Sun, 03 Jun 2007) | 2 lines
29480 M /trunk/modules/codec/flac.c
29482 Fixed flac packetizer when compiling with libflac (close #1194 again ;)
29484 ------------------------------------------------------------------------
29485 r20395 | xtophe | 2007-06-03 21:07:47 +0200 (Sun, 03 Jun 2007) | 2 lines
29489 Arabic l10n update.
29491 ------------------------------------------------------------------------
29492 r20394 | jb | 2007-06-03 20:05:36 +0200 (Sun, 03 Jun 2007) | 2 lines
29494 M /trunk/modules/gui/qt4/dialogs/sout.cpp
29496 Qt4 - Stream output. Add WMA as an audio codec.
29498 ------------------------------------------------------------------------
29499 r20393 | jb | 2007-06-03 03:10:43 +0200 (Sun, 03 Jun 2007) | 3 lines
29501 M /trunk/modules/gui/qt4/components/infopanels.cpp
29502 M /trunk/modules/gui/qt4/components/infopanels.hpp
29503 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29504 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29505 M /trunk/modules/gui/qt4/dialogs_provider.cpp
29507 Qt4 - Meta Information, again. Add URI/URL support. Fix a bug.
29510 ------------------------------------------------------------------------
29511 r20392 | jb | 2007-06-03 02:46:03 +0200 (Sun, 03 Jun 2007) | 3 lines
29514 M /trunk/modules/control/dbus.c
29515 M /trunk/modules/control/dbus.h
29517 D-Bus - Implement "Random" Method. Patch from Mirsal ENNAIME, as usual.
29520 ------------------------------------------------------------------------
29521 r20391 | jb | 2007-06-02 22:27:37 +0200 (Sat, 02 Jun 2007) | 2 lines
29523 M /trunk/modules/gui/qt4/components/infopanels.cpp
29524 M /trunk/modules/gui/qt4/components/infopanels.hpp
29525 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29527 Qt4 - MediaInfo: spaces cleanup
29529 ------------------------------------------------------------------------
29530 r20390 | jb | 2007-06-02 22:18:24 +0200 (Sat, 02 Jun 2007) | 2 lines
29532 M /trunk/modules/gui/qt4/components/infopanels.cpp
29533 M /trunk/modules/gui/qt4/components/infopanels.hpp
29534 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29535 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29537 Qt4 - MediaInfo, move the tabWidget to the Dialog class and remove it from components.
29539 ------------------------------------------------------------------------
29540 r20389 | jb | 2007-06-02 21:11:19 +0200 (Sat, 02 Jun 2007) | 3 lines
29542 M /trunk/modules/gui/qt4/components/complete_preferences.hpp
29543 M /trunk/modules/gui/qt4/components/extended_panels.hpp
29544 M /trunk/modules/gui/qt4/components/interface_widgets.cpp
29545 M /trunk/modules/gui/qt4/components/interface_widgets.hpp
29546 M /trunk/modules/gui/qt4/components/open.hpp
29547 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
29548 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
29549 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
29550 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
29551 M /trunk/modules/gui/qt4/dialogs/extended.cpp
29552 M /trunk/modules/gui/qt4/dialogs/extended.hpp
29553 M /trunk/modules/gui/qt4/dialogs/interaction.hpp
29554 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
29555 M /trunk/modules/gui/qt4/dialogs/open.hpp
29556 M /trunk/modules/gui/qt4/dialogs/playlist.hpp
29557 M /trunk/modules/gui/qt4/dialogs/sout.hpp
29558 M /trunk/modules/gui/qt4/dialogs_provider.hpp
29559 M /trunk/modules/gui/qt4/input_manager.hpp
29560 M /trunk/modules/gui/qt4/main_interface.cpp
29561 M /trunk/modules/gui/qt4/main_interface.hpp
29562 M /trunk/modules/gui/qt4/menus.hpp
29563 M /trunk/modules/gui/qt4/playlist_model.hpp
29564 M /trunk/modules/gui/qt4/qt4.hpp
29566 qt4 - Include cleanup.
29569 ------------------------------------------------------------------------
29570 r20388 | jb | 2007-06-02 20:24:15 +0200 (Sat, 02 Jun 2007) | 3 lines
29572 M /trunk/modules/gui/qt4/dialogs_provider.hpp
29573 M /trunk/modules/gui/qt4/qt4.hpp
29578 ------------------------------------------------------------------------
29579 r20387 | jb | 2007-06-02 20:23:40 +0200 (Sat, 02 Jun 2007) | 3 lines
29581 M /trunk/modules/gui/qt4/components/open.cpp
29582 M /trunk/modules/gui/qt4/components/open.hpp
29583 M /trunk/modules/gui/qt4/dialogs/open.cpp
29584 M /trunk/modules/gui/qt4/dialogs/open.hpp
29586 qt4 - Dialogs: compile fix and small modifications.
29589 ------------------------------------------------------------------------
29590 r20386 | jb | 2007-06-02 20:21:27 +0200 (Sat, 02 Jun 2007) | 3 lines
29592 M /trunk/modules/gui/qt4/components/infopanels.cpp
29593 M /trunk/modules/gui/qt4/components/infopanels.hpp
29594 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
29596 Qt4 - Info Panels: Rewrite Meta Data and Dionoea's feature request. (1)
29599 ------------------------------------------------------------------------
29600 r20385 | damienf | 2007-06-02 19:17:23 +0200 (Sat, 02 Jun 2007) | 2 lines
29602 M /trunk/configure.ac
29604 chroma conversion: a few fixes
29606 ------------------------------------------------------------------------
29607 r20384 | xtophe | 2007-06-02 13:42:19 +0200 (Sat, 02 Jun 2007) | 2 lines
29609 M /trunk/modules/gui/qt4/components/infopanels.cpp
29610 M /trunk/modules/gui/qt4/menus.cpp
29614 ------------------------------------------------------------------------
29615 r20383 | xtophe | 2007-06-02 02:03:55 +0200 (Sat, 02 Jun 2007) | 2 lines
29626 M /trunk/po/en_GB.po
29651 M /trunk/po/pt_BR.po
29652 M /trunk/po/pt_PT.po
29663 M /trunk/po/vlc.pot
29664 M /trunk/po/zh_CN.po
29665 M /trunk/po/zh_TW.po
29667 update po files with the Qt4 strings
29669 ------------------------------------------------------------------------
29670 r20382 | xtophe | 2007-06-02 02:02:54 +0200 (Sat, 02 Jun 2007) | 2 lines
29672 M /trunk/configure.ac
29673 M /trunk/modules/gui/qt4/components/infopanels.cpp
29674 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
29675 M /trunk/modules/gui/qt4/menus.cpp
29676 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
29677 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
29678 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
29679 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
29680 M /trunk/modules/gui/qt4/ui/video_effects.ui
29681 M /trunk/po/Makevars
29683 All: Qt4 intf i18n fix (part 1)
29685 ------------------------------------------------------------------------
29686 r20381 | xtophe | 2007-06-01 23:22:22 +0200 (Fri, 01 Jun 2007) | 1 line
29690 Slovakian l10n update by Mari?\195?\161n Hikan?\195?\173k
29691 ------------------------------------------------------------------------
29692 r20380 | xtophe | 2007-06-01 23:22:17 +0200 (Fri, 01 Jun 2007) | 1 line
29696 M /trunk/src/libvlc-module.c
29698 Arabic l10n by Fbourai
29699 ------------------------------------------------------------------------
29700 r20379 | pdherbemont | 2007-06-01 22:25:38 +0200 (Fri, 01 Jun 2007) | 2 lines
29702 M /trunk/src/control/core.c
29704 control/core.c: Don't leak the p_instance.
29706 ------------------------------------------------------------------------
29707 r20378 | pdherbemont | 2007-06-01 22:23:10 +0200 (Fri, 01 Jun 2007) | 2 lines
29709 M /trunk/src/control/core.c
29710 M /trunk/src/control/event.c
29711 M /trunk/src/control/libvlc_internal.h
29713 libvlc event: Make event function thread safe. (And fix a mutex leak)
29715 ------------------------------------------------------------------------
29716 r20377 | pdherbemont | 2007-06-01 21:22:43 +0200 (Fri, 01 Jun 2007) | 2 lines
29718 M /trunk/src/control/event.c
29720 control/event.c: Use the correct argument for var_DelCallback.
29722 ------------------------------------------------------------------------
29723 r20376 | pdherbemont | 2007-06-01 21:17:32 +0200 (Fri, 01 Jun 2007) | 2 lines
29725 M /trunk/src/control/event.c
29727 control/event.c: Fix previous commit.
29729 ------------------------------------------------------------------------
29730 r20375 | pdherbemont | 2007-06-01 20:08:20 +0200 (Fri, 01 Jun 2007) | 2 lines
29732 M /trunk/src/control/event.c
29734 control/event.c: Make sure the event won't be listened to.
29736 ------------------------------------------------------------------------
29737 r20374 | pdherbemont | 2007-06-01 19:36:41 +0200 (Fri, 01 Jun 2007) | 2 lines
29739 M /trunk/include/vlc/libvlc.h
29740 M /trunk/src/control/core.c
29741 M /trunk/src/control/event.c
29743 libvlc event: Fix the various leaks and point indication on where locking should be done.
29745 ------------------------------------------------------------------------
29746 r20373 | pdherbemont | 2007-06-01 19:08:47 +0200 (Fri, 01 Jun 2007) | 2 lines
29748 M /trunk/src/control/event.c
29750 control/event.c: Definition at the top of the function and outline the alloc/free strategy.
29752 ------------------------------------------------------------------------
29753 r20372 | damienf | 2007-06-01 16:23:25 +0200 (Fri, 01 Jun 2007) | 2 lines
29755 M /trunk/modules/video_chroma/i420_yuy2.c
29756 M /trunk/modules/video_chroma/i420_yuy2.h
29758 chromas converstion: optimize MMX/SSE acceleration even more by leveraging out of order execution, basically avoid CPU stalls by using more registers and by spacing memory fetch and use as much as possible (CPU will run available instructions while waiting for memory fecth to complete)
29760 ------------------------------------------------------------------------
29761 r20371 | fenrir | 2007-05-31 23:46:52 +0200 (Thu, 31 May 2007) | 2 lines
29763 M /trunk/modules/demux/mp4/mp4.c
29765 Do not use FIND_ANYWHERE for playlist.
29767 ------------------------------------------------------------------------
29768 r20370 | dionoea | 2007-05-31 23:26:08 +0200 (Thu, 31 May 2007) | 2 lines
29774 ------------------------------------------------------------------------
29775 r20369 | dionoea | 2007-05-31 23:18:59 +0200 (Thu, 31 May 2007) | 2 lines
29777 M /trunk/modules/misc/audioscrobbler.c
29779 "[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka
29781 ------------------------------------------------------------------------
29782 r20368 | fenrir | 2007-05-31 22:53:46 +0200 (Thu, 31 May 2007) | 2 lines
29784 M /trunk/src/modules/modules.c
29788 ------------------------------------------------------------------------
29789 r20367 | fenrir | 2007-05-31 22:06:34 +0200 (Thu, 31 May 2007) | 2 lines
29791 M /trunk/include/vlc_demux.h
29793 Oops vlc_demux.h (r20365)
29795 ------------------------------------------------------------------------
29796 r20366 | damienf | 2007-05-31 21:50:28 +0200 (Thu, 31 May 2007) | 2 lines
29798 M /trunk/include/vlc_demux.h
29800 vlc_demux.h: that one was forgotten in r20365
29802 ------------------------------------------------------------------------
29803 r20365 | fenrir | 2007-05-31 21:22:27 +0200 (Thu, 31 May 2007) | 8 lines
29805 M /trunk/include/vlc_codec.h
29806 M /trunk/include/vlc_common.h
29807 M /trunk/include/vlc_input.h
29808 M /trunk/modules/demux/mkv.cpp
29809 M /trunk/modules/demux/playlist/asx.c
29810 M /trunk/modules/demux/playlist/dvb.c
29811 M /trunk/modules/demux/playlist/m3u.c
29812 M /trunk/modules/demux/playlist/pls.c
29813 M /trunk/modules/demux/playlist/podcast.c
29814 M /trunk/modules/demux/playlist/shoutcast.c
29815 M /trunk/src/input/control.c
29816 M /trunk/src/input/decoder.c
29817 M /trunk/src/input/demux.c
29818 M /trunk/src/input/input.c
29819 M /trunk/src/input/input_internal.h
29821 all: added support for demuxer attachment (Patch by Bernie Purcell)
29822 Use decoder_GetInputAttachment to get attachment from a decoder module.
29823 You need to release the memory with vlc_input_attachment_Delete.
29826 modules/playlist/* cosmetic.
29829 ------------------------------------------------------------------------
29830 r20364 | jb | 2007-05-31 19:02:40 +0200 (Thu, 31 May 2007) | 3 lines
29832 M /trunk/modules/gui/qt4/main_interface.cpp
29834 Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )
29837 ------------------------------------------------------------------------
29838 r20363 | damienf | 2007-05-31 11:56:25 +0200 (Thu, 31 May 2007) | 2 lines
29840 M /trunk/configure.ac
29841 M /trunk/modules/video_chroma/Modules.am
29842 M /trunk/modules/video_chroma/i420_yuy2.c
29843 M /trunk/modules/video_chroma/i420_yuy2.h
29845 - video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing
29847 ------------------------------------------------------------------------
29848 r20362 | jb | 2007-05-31 01:51:00 +0200 (Thu, 31 May 2007) | 3 lines
29850 M /trunk/modules/gui/qt4/menus.cpp
29851 M /trunk/modules/gui/qt4/menus.hpp
29853 Qt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the toggle/Show-Hide - bug.
29856 ------------------------------------------------------------------------
29857 r20361 | jb | 2007-05-30 22:52:38 +0200 (Wed, 30 May 2007) | 3 lines
29859 M /trunk/modules/gui/qt4/dialogs_provider.cpp
29860 M /trunk/modules/gui/qt4/menus.cpp
29862 Qt4 - Systray menu order adjustement.
29865 ------------------------------------------------------------------------
29866 r20360 | fenrir | 2007-05-30 21:39:23 +0200 (Wed, 30 May 2007) | 3 lines
29868 M /trunk/modules/demux/mp4/mp4.c
29870 Ensure that chapter names are utf8 (I failed to find information about
29871 chapter encoding, I fear the worst)
29873 ------------------------------------------------------------------------
29874 r20359 | fenrir | 2007-05-30 21:30:07 +0200 (Wed, 30 May 2007) | 8 lines
29876 M /trunk/modules/demux/flac.c
29878 Implemented (close #1194):
29879 - time/duration display
29880 - meta info parsing.
29881 - seek (precise seek if SEEKTABLE presents)
29882 Resampling can still happen but I think it has to do with the
29883 decoder(at least with our ffmpeg wrapper, I haven't tested the
29886 ------------------------------------------------------------------------
29887 r20358 | fenrir | 2007-05-30 21:02:51 +0200 (Wed, 30 May 2007) | 3 lines
29889 M /trunk/modules/demux/avi/avi.c
29891 Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
29892 (Please report any 'seek' regression)
29894 ------------------------------------------------------------------------
29895 r20357 | fenrir | 2007-05-30 20:50:15 +0200 (Wed, 30 May 2007) | 5 lines
29897 M /trunk/modules/codec/ffmpeg/audio.c
29898 M /trunk/modules/codec/ffmpeg/video.c
29900 video: fixed preroll
29901 audio: use avcodec_decode_audio2
29902 use block_Realloc to pad buffer.
29903 fixed decoding when SplitBuffer is used (flac)
29905 ------------------------------------------------------------------------
29906 r20356 | fenrir | 2007-05-30 20:24:41 +0200 (Wed, 30 May 2007) | 2 lines
29908 M /trunk/src/misc/block.c
29912 ------------------------------------------------------------------------
29913 r20355 | fenrir | 2007-05-30 20:01:15 +0200 (Wed, 30 May 2007) | 9 lines
29915 M /trunk/src/input/decoder.c
29916 M /trunk/src/input/es_out.c
29917 M /trunk/src/input/input.c
29918 M /trunk/src/input/input_internal.h
29920 es_out: do not flush decoder fifo when unwanted (fix broken picture on pause)
29921 do not convert pts/dts of prerolled samples
29922 decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek)
29923 proper handling of DISCONTINUITY
29924 reset video picture heap on seek/pause/rate change (avoid old
29926 Please report any regression.
29929 ------------------------------------------------------------------------
29930 r20354 | fenrir | 2007-05-30 19:36:36 +0200 (Wed, 30 May 2007) | 4 lines
29932 M /trunk/modules/codec/a52.c
29933 M /trunk/modules/codec/dts.c
29934 M /trunk/modules/codec/flac.c
29935 M /trunk/modules/codec/mpeg_audio.c
29936 M /trunk/modules/packetizer/h264.c
29937 M /trunk/modules/packetizer/mpeg4audio.c
29938 M /trunk/modules/packetizer/mpeg4video.c
29939 M /trunk/modules/packetizer/mpegvideo.c
29940 M /trunk/modules/packetizer/vc1.c
29942 Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers.
29943 (I do not reset timestamp on purpose, it will at least break demuxer using
29946 ------------------------------------------------------------------------
29947 r20353 | jpsaman | 2007-05-30 15:26:57 +0200 (Wed, 30 May 2007) | 2 lines
29949 M /trunk/modules/misc/svg.c
29953 ------------------------------------------------------------------------
29954 r20352 | jpsaman | 2007-05-30 14:47:26 +0200 (Wed, 30 May 2007) | 2 lines
29956 M /trunk/src/osd/osd.c
29957 M /trunk/src/osd/osd_parser.c
29959 Fix memleaks and some cleanup.
29961 ------------------------------------------------------------------------
29962 r20351 | jpsaman | 2007-05-30 13:17:56 +0200 (Wed, 30 May 2007) | 2 lines
29964 M /trunk/modules/video_filter/osdmenu.c
29968 ------------------------------------------------------------------------
29969 r20350 | jpsaman | 2007-05-30 13:17:25 +0200 (Wed, 30 May 2007) | 2 lines
29971 M /trunk/modules/video_output/x11/xcommon.c
29973 Remove excess whitespace
29975 ------------------------------------------------------------------------
29976 r20349 | jpsaman | 2007-05-30 13:16:25 +0200 (Wed, 30 May 2007) | 2 lines
29978 M /trunk/src/osd/osd_parser.c
29982 ------------------------------------------------------------------------
29983 r20348 | jb | 2007-05-30 01:25:47 +0200 (Wed, 30 May 2007) | 8 lines
29985 M /trunk/modules/control/dbus.c
29986 M /trunk/modules/control/dbus.h
29988 Dbus Improvements thanks to Mirsal ENNAIME
29990 * Added Loop and Repeat methods in /TrackList
29991 * Added GetMetadata method in /Player
29992 * Fixed "length" metadata item to fit the spec (It should be expressed
29996 ------------------------------------------------------------------------
29997 r20347 | gbazin | 2007-05-30 00:53:13 +0200 (Wed, 30 May 2007) | 1 line
29999 M /trunk/modules/access_filter/timeshift.c
30001 * modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
30002 ------------------------------------------------------------------------
30003 r20346 | jb | 2007-05-30 00:41:09 +0200 (Wed, 30 May 2007) | 3 lines
30005 M /trunk/modules/video_filter/sharpen.c
30007 Sharpen performance improvement by precalculating some values. Patch by J?\195?\169r?\195?\169my DEMEULE, author of the filter.
30010 ------------------------------------------------------------------------
30011 r20345 | gbazin | 2007-05-29 21:58:05 +0200 (Tue, 29 May 2007) | 1 line
30013 M /trunk/src/input/input.c
30015 * src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.
30016 ------------------------------------------------------------------------
30017 r20344 | fenrir | 2007-05-29 19:46:16 +0200 (Tue, 29 May 2007) | 2 lines
30019 M /trunk/src/input/decoder.c
30023 ------------------------------------------------------------------------
30024 r20343 | damienf | 2007-05-29 12:29:37 +0200 (Tue, 29 May 2007) | 2 lines
30026 M /trunk/modules/codec/ffmpeg/video.c
30028 - ffmpeg: fix for frame rate
30030 ------------------------------------------------------------------------
30031 r20342 | oaubert | 2007-05-29 12:01:36 +0200 (Tue, 29 May 2007) | 2 lines
30033 M /trunk/bindings/python/vlc_position.c
30035 python bindings, vlc_position.c: check against invalid origin or key values
30037 ------------------------------------------------------------------------
30038 r20341 | oaubert | 2007-05-29 11:56:20 +0200 (Tue, 29 May 2007) | 2 lines
30040 M /trunk/bindings/python/vlc_mediacontrol.c
30042 python bindings, vlc_mediacontrol.c: cast the py_param variable
30044 ------------------------------------------------------------------------
30045 r20340 | oaubert | 2007-05-29 11:49:56 +0200 (Tue, 29 May 2007) | 3 lines
30047 M /trunk/bindings/python/vlc_mediacontrol.c
30049 python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
30050 vlcInstance reference in MediaControl object (patch by Jan David Mol)
30052 ------------------------------------------------------------------------
30053 r20339 | oaubert | 2007-05-29 11:48:28 +0200 (Tue, 29 May 2007) | 2 lines
30055 M /trunk/bindings/python/vlc_internal.c
30057 python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
30059 ------------------------------------------------------------------------
30060 r20338 | oaubert | 2007-05-29 11:47:10 +0200 (Tue, 29 May 2007) | 4 lines
30062 M /trunk/bindings/python/vlcglue.h
30064 python bindings, vlcglue.h: move definition of vlcInstance, add a
30065 vlc_instance pointer to MediaControl object
30068 ------------------------------------------------------------------------
30069 r20337 | oaubert | 2007-05-29 11:45:21 +0200 (Tue, 29 May 2007) | 3 lines
30071 M /trunk/bindings/python/vlc_instance.c
30073 python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
30076 ------------------------------------------------------------------------
30077 r20336 | fenrir | 2007-05-28 22:59:43 +0200 (Mon, 28 May 2007) | 3 lines
30079 M /trunk/configure.ac
30080 M /trunk/include/vlc_common.h
30081 M /trunk/modules/demux/mp4/libmp4.c
30082 M /trunk/src/extras/libc.c
30084 Added strnlen replacement (Untested)
30085 Revert back mp4 r20330 !
30087 ------------------------------------------------------------------------
30088 r20335 | fkuehne | 2007-05-28 22:59:00 +0200 (Mon, 28 May 2007) | 1 line
30090 M /trunk/modules/gui/macosx/playlist.m
30092 * prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.
30093 ------------------------------------------------------------------------
30094 r20334 | pdherbemont | 2007-05-28 20:27:44 +0200 (Mon, 28 May 2007) | 2 lines
30098 bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
30100 ------------------------------------------------------------------------
30101 r20333 | pdherbemont | 2007-05-28 20:24:15 +0200 (Mon, 28 May 2007) | 2 lines
30103 M /trunk/configure.ac
30105 configure.ac: Properly enabled Mac OS X default features.
30107 ------------------------------------------------------------------------
30108 r20332 | jb | 2007-05-28 19:42:05 +0200 (Mon, 28 May 2007) | 3 lines
30110 M /trunk/modules/gui/qt4/components/open.cpp
30112 Qt4 - Open: accept more than one file.
30115 ------------------------------------------------------------------------
30116 r20331 | gbazin | 2007-05-28 16:56:09 +0200 (Mon, 28 May 2007) | 1 line
30118 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30119 M /trunk/modules/gui/wxwidgets/dialogs.cpp
30120 M /trunk/modules/gui/wxwidgets/playlist_manager.cpp
30122 modules/gui/wxwidgets/*: bunch of fixes.
30123 ------------------------------------------------------------------------
30124 r20330 | fkuehne | 2007-05-28 13:13:48 +0200 (Mon, 28 May 2007) | 1 line
30126 M /trunk/modules/demux/mp4/libmp4.c
30128 * revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)
30129 ------------------------------------------------------------------------
30130 r20329 | jb | 2007-05-28 08:46:34 +0200 (Mon, 28 May 2007) | 3 lines
30132 M /trunk/modules/gui/qt4/components/open.cpp
30133 M /trunk/modules/gui/qt4/components/open.hpp
30135 Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
30138 ------------------------------------------------------------------------
30139 r20328 | fenrir | 2007-05-28 00:18:37 +0200 (Mon, 28 May 2007) | 2 lines
30141 M /trunk/modules/access/http.c
30143 Do not unset b_seekable on 401 error.
30145 ------------------------------------------------------------------------
30146 r20327 | jb | 2007-05-27 23:06:30 +0200 (Sun, 27 May 2007) | 3 lines
30148 M /trunk/modules/gui/qt4/components/open.cpp
30150 Qt4 - Open: fix a broken CONNECT, found by Trax.
30153 ------------------------------------------------------------------------
30154 r20326 | gbazin | 2007-05-27 22:27:33 +0200 (Sun, 27 May 2007) | 1 line
30156 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30158 * modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
30159 ------------------------------------------------------------------------
30160 r20325 | fenrir | 2007-05-27 19:19:07 +0200 (Sun, 27 May 2007) | 2 lines
30162 M /trunk/modules/codec/speex.c
30163 M /trunk/modules/control/telnet.c
30164 M /trunk/modules/demux/wav.c
30165 M /trunk/modules/gui/ncurses.c
30166 M /trunk/modules/meta_engine/id3genres.h
30167 M /trunk/modules/video_filter/osdmenu.c
30168 M /trunk/modules/visualization/visual/visual.c
30170 Compilation warning fixes.
30172 ------------------------------------------------------------------------
30173 r20324 | fenrir | 2007-05-27 18:50:56 +0200 (Sun, 27 May 2007) | 2 lines
30175 M /trunk/modules/access/dvdnav.c
30176 M /trunk/modules/access/v4l2.c
30177 M /trunk/modules/audio_filter/equalizer.c
30179 Fixed compilation warnings.
30181 ------------------------------------------------------------------------
30182 r20323 | fenrir | 2007-05-27 18:30:22 +0200 (Sun, 27 May 2007) | 2 lines
30184 M /trunk/modules/access/rtsp/real.h
30185 M /trunk/modules/access/rtsp/real_asmrp.c
30187 Compilation warnings fixes.
30189 ------------------------------------------------------------------------
30190 r20322 | fenrir | 2007-05-27 18:26:59 +0200 (Sun, 27 May 2007) | 2 lines
30192 M /trunk/src/input/es_out.c
30194 Flush ES before deleting it (improves a bit a few mms/ogg/mp4)
30196 ------------------------------------------------------------------------
30197 r20321 | fenrir | 2007-05-27 18:18:08 +0200 (Sun, 27 May 2007) | 4 lines
30199 M /trunk/modules/demux/mp4/libmp4.c
30200 M /trunk/modules/demux/mp4/libmp4.h
30201 M /trunk/modules/demux/mp4/mp4.c
30203 Implemented GPAC chapter support (but not apple ones).
30204 Fixed a few invalid access on broken files.
30205 Fixed compilation warnings.
30207 ------------------------------------------------------------------------
30208 r20320 | jb | 2007-05-27 15:00:21 +0200 (Sun, 27 May 2007) | 2 lines
30210 M /trunk/modules/gui/qt4/components/open.cpp
30211 M /trunk/modules/gui/qt4/components/open.hpp
30212 M /trunk/modules/gui/qt4/ui/open.ui
30213 M /trunk/modules/gui/qt4/ui/open_capture.ui
30214 M /trunk/modules/gui/qt4/ui/open_disk.ui
30215 M /trunk/modules/gui/qt4/ui/open_file.ui
30216 M /trunk/modules/gui/qt4/ui/open_net.ui
30218 qt4 - Open: various fixes.
30220 ------------------------------------------------------------------------
30221 r20319 | fkuehne | 2007-05-27 14:19:28 +0200 (Sun, 27 May 2007) | 1 line
30223 M /trunk/extras/contrib/src/Patches/live-starttime.patch
30225 * updated to current live version
30226 ------------------------------------------------------------------------
30227 r20318 | jb | 2007-05-27 01:17:14 +0200 (Sun, 27 May 2007) | 3 lines
30229 M /trunk/modules/gui/qt4/components/open.cpp
30231 Qt4 - BDA: set increment for frequency by 1000.
30234 ------------------------------------------------------------------------
30235 r20317 | kenself | 2007-05-27 00:58:01 +0200 (Sun, 27 May 2007) | 1 line
30237 M /trunk/modules/access/bda/bda.c
30239 bda: fix bandwidth labels
30240 ------------------------------------------------------------------------
30241 r20316 | gbazin | 2007-05-27 00:28:21 +0200 (Sun, 27 May 2007) | 1 line
30243 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
30244 M /trunk/modules/gui/wxwidgets/dialogs/playlist.hpp
30245 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
30246 M /trunk/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
30247 M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
30248 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
30250 * modules/gui/wxwidgets/*: fix a bunch of warnings.
30251 ------------------------------------------------------------------------
30252 r20315 | jb | 2007-05-27 00:26:03 +0200 (Sun, 27 May 2007) | 4 lines
30254 M /trunk/modules/gui/qt4/components/open.cpp
30255 M /trunk/modules/gui/qt4/util/customwidgets.cpp
30256 M /trunk/modules/gui/qt4/util/customwidgets.hpp
30258 Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
30262 ------------------------------------------------------------------------
30263 r20314 | gbazin | 2007-05-26 23:53:17 +0200 (Sat, 26 May 2007) | 1 line
30265 M /trunk/configure.ac
30267 * configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
30268 ------------------------------------------------------------------------
30269 r20313 | kenself | 2007-05-26 19:18:35 +0200 (Sat, 26 May 2007) | 1 line
30271 M /trunk/modules/gui/qt4/components/open.cpp
30272 M /trunk/modules/gui/qt4/components/open.hpp
30274 bda qt4 gui: add combobox to select bandwidth on dvb-t
30275 ------------------------------------------------------------------------
30276 r20312 | fenrir | 2007-05-25 21:34:40 +0200 (Fri, 25 May 2007) | 2 lines
30278 M /trunk/src/input/stream.c
30280 Fixed stream_Block() comment (close #1208)
30282 ------------------------------------------------------------------------
30283 r20311 | fenrir | 2007-05-25 21:25:25 +0200 (Fri, 25 May 2007) | 2 lines
30285 M /trunk/modules/demux/playlist/m3u.c
30287 Fixed possible overflow in duration parsing.
30289 ------------------------------------------------------------------------
30290 r20310 | fenrir | 2007-05-25 21:21:10 +0200 (Fri, 25 May 2007) | 2 lines
30292 M /trunk/include/vlc_input.h
30293 M /trunk/src/input/item.c
30295 Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
30297 ------------------------------------------------------------------------
30298 r20309 | fenrir | 2007-05-25 21:18:50 +0200 (Fri, 25 May 2007) | 2 lines
30300 M /trunk/src/input/input.c
30302 Compilation warning fix.
30304 ------------------------------------------------------------------------
30305 r20308 | fenrir | 2007-05-25 21:18:12 +0200 (Fri, 25 May 2007) | 2 lines
30307 M /trunk/src/misc/objects.c
30309 Compilation warning fix.
30311 ------------------------------------------------------------------------
30312 r20307 | fenrir | 2007-05-25 21:14:34 +0200 (Fri, 25 May 2007) | 2 lines
30314 M /trunk/modules/mux/avi.c
30315 M /trunk/modules/mux/mp4.c
30317 Compilation warning fixes.
30319 ------------------------------------------------------------------------
30320 r20306 | fenrir | 2007-05-25 20:37:45 +0200 (Fri, 25 May 2007) | 2 lines
30322 M /trunk/modules/demux/mpeg/m4a.c
30324 Added meta parsing (close #624)
30326 ------------------------------------------------------------------------
30327 r20305 | fenrir | 2007-05-25 20:21:35 +0200 (Fri, 25 May 2007) | 2 lines
30329 M /trunk/modules/demux/mpeg/m4a.c
30331 Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
30333 ------------------------------------------------------------------------
30334 r20304 | xtophe | 2007-05-25 20:01:31 +0200 (Fri, 25 May 2007) | 2 lines
30336 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
30337 M /trunk/modules/gui/wxwidgets/extrapanel.cpp
30339 gui/wx: i18n fixes pointed by Cristi Secara
30341 ------------------------------------------------------------------------
30342 r20303 | kenself | 2007-05-25 19:52:42 +0200 (Fri, 25 May 2007) | 1 line
30344 M /trunk/modules/gui/qt4/components/open.cpp
30346 BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
30347 ------------------------------------------------------------------------
30348 r20302 | xtophe | 2007-05-25 17:41:59 +0200 (Fri, 25 May 2007) | 2 lines
30354 ------------------------------------------------------------------------
30355 r20301 | damienf | 2007-05-25 17:12:10 +0200 (Fri, 25 May 2007) | 2 lines
30357 M /trunk/modules/gui/qt4/components/open.cpp
30359 - qt4: retrict FileDialog changes to win32
30361 ------------------------------------------------------------------------
30362 r20300 | damienf | 2007-05-25 16:49:17 +0200 (Fri, 25 May 2007) | 2 lines
30364 M /trunk/modules/gui/qt4/components/open.cpp
30366 qt4: improve the layout of files in file open dialog
30368 ------------------------------------------------------------------------
30369 r20299 | xtophe | 2007-05-25 16:12:48 +0200 (Fri, 25 May 2007) | 2 lines
30374 Romanian l10n by Cristian Secara
30376 ------------------------------------------------------------------------
30377 r20298 | damienf | 2007-05-24 23:27:14 +0200 (Thu, 24 May 2007) | 2 lines
30379 M /trunk/modules/codec/libmpeg2.c
30381 - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184
30383 ------------------------------------------------------------------------
30384 r20297 | xtophe | 2007-05-24 01:39:37 +0200 (Thu, 24 May 2007) | 2 lines
30386 M /trunk/po/POTFILES.in
30388 Argh i will manage it one day
30390 ------------------------------------------------------------------------
30391 r20296 | xtophe | 2007-05-24 00:28:19 +0200 (Thu, 24 May 2007) | 3 lines
30393 M /trunk/Makefile.am
30394 M /trunk/po/POTFILES.in
30396 Makefile.am: s/version.c/revision.c/ in update-po code
30397 POTFILES.in: Refresh it
30399 ------------------------------------------------------------------------
30400 r20295 | jb | 2007-05-23 22:55:16 +0200 (Wed, 23 May 2007) | 2 lines
30402 M /trunk/modules/gui/qt4/components/open.cpp
30404 qt4 - Capture: Show Srate for DVB-C AND DVB-S
30406 ------------------------------------------------------------------------
30407 r20294 | jb | 2007-05-23 19:25:34 +0200 (Wed, 23 May 2007) | 3 lines
30409 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30411 FFmpeg, update description and help.
30414 ------------------------------------------------------------------------
30415 r20293 | jb | 2007-05-23 19:13:12 +0200 (Wed, 23 May 2007) | 3 lines
30417 M /trunk/modules/gui/qt4/components/open.cpp
30419 Qt4 - Open Capture: Don't limit yourself to 99kHz
30422 ------------------------------------------------------------------------
30423 r20292 | damienf | 2007-05-23 18:09:26 +0200 (Wed, 23 May 2007) | 2 lines
30425 M /trunk/src/video_output/vout_pictures.c
30427 vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap
30429 ------------------------------------------------------------------------
30430 r20291 | damienf | 2007-05-23 16:56:11 +0200 (Wed, 23 May 2007) | 2 lines
30434 vlc.c: small fix in use of __wgetmainargs
30436 ------------------------------------------------------------------------
30437 r20290 | damienf | 2007-05-23 16:48:08 +0200 (Wed, 23 May 2007) | 2 lines
30439 M /trunk/src/libvlc-module.c
30440 M /trunk/src/misc/threads.c
30442 - win32: retire --fast-mutex and --win-cv-method completely
30444 ------------------------------------------------------------------------
30445 r20289 | xtophe | 2007-05-23 14:33:44 +0200 (Wed, 23 May 2007) | 2 lines
30447 M /trunk/po/POTFILES.in
30451 ------------------------------------------------------------------------
30452 r20288 | xtophe | 2007-05-23 14:33:06 +0200 (Wed, 23 May 2007) | 2 lines
30454 M /trunk/Makefile.am
30456 Don't use gettext on src/modules/builtin.h
30458 ------------------------------------------------------------------------
30459 r20287 | xtophe | 2007-05-23 00:53:50 +0200 (Wed, 23 May 2007) | 3 lines
30461 M /trunk/po/POTFILES.in
30463 M /trunk/po/vlc.pot
30465 * Slovenian l10n update by Matej Urbancic.
30466 * Some files have been renamed -> update POTFILES.in
30468 ------------------------------------------------------------------------
30469 r20286 | jb | 2007-05-22 23:41:01 +0200 (Tue, 22 May 2007) | 4 lines
30471 M /trunk/modules/gui/qt4/dialogs_provider.cpp
30473 Qt4 - when cancel was pressed in the open directory dialog, an empty directory
30474 string was being added to the playlist, which resulted in an error. Patch by Nick Vercammen.
30477 ------------------------------------------------------------------------
30478 r20285 | jb | 2007-05-22 23:38:44 +0200 (Tue, 22 May 2007) | 3 lines
30480 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
30482 Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help
30485 ------------------------------------------------------------------------
30486 r20284 | damienf | 2007-05-22 23:06:49 +0200 (Tue, 22 May 2007) | 2 lines
30488 M /trunk/modules/video_output/msw/direct3d.c
30489 M /trunk/modules/video_output/msw/events.c
30491 - win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
30493 ------------------------------------------------------------------------
30494 r20283 | damienf | 2007-05-22 20:50:11 +0200 (Tue, 22 May 2007) | 2 lines
30496 M /trunk/modules/video_filter/blend.c
30498 - blend.c: fix for BlendRV24, needs testing, dionoea ?
30500 ------------------------------------------------------------------------
30501 r20282 | jb | 2007-05-22 00:49:06 +0200 (Tue, 22 May 2007) | 3 lines
30503 M /trunk/modules/gui/qt4/ui/open.ui
30505 qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D
30508 ------------------------------------------------------------------------
30509 r20281 | jb | 2007-05-22 00:31:59 +0200 (Tue, 22 May 2007) | 3 lines
30511 M /trunk/modules/gui/qt4/dialogs/open.cpp
30512 M /trunk/modules/gui/qt4/ui/open.ui
30514 Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.
30517 ------------------------------------------------------------------------
30518 r20280 | jb | 2007-05-22 00:09:44 +0200 (Tue, 22 May 2007) | 3 lines
30520 M /trunk/modules/gui/qt4/dialogs/open.cpp
30521 M /trunk/modules/gui/qt4/qt4.cpp
30523 Qt4 - Add an advanced option for whiners to have by default the open dialog extended.
30526 ------------------------------------------------------------------------
30527 r20279 | dionoea | 2007-05-21 23:58:42 +0200 (Mon, 21 May 2007) | 2 lines
30529 M /trunk/modules/demux/playlist/asx.c
30530 M /trunk/modules/demux/playlist/playlist.c
30532 * playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.
30534 ------------------------------------------------------------------------
30535 r20278 | jb | 2007-05-21 23:55:30 +0200 (Mon, 21 May 2007) | 3 lines
30537 M /trunk/modules/gui/qt4/components/open.cpp
30538 M /trunk/modules/gui/qt4/components/open.hpp
30540 Qt4 - Open Dialog: BDA basic support.
30543 ------------------------------------------------------------------------
30544 r20277 | dionoea | 2007-05-21 22:37:23 +0200 (Mon, 21 May 2007) | 2 lines
30546 M /trunk/include/vlc_url.h
30548 * include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".
30550 ------------------------------------------------------------------------
30551 r20276 | fenrir | 2007-05-21 22:28:40 +0200 (Mon, 21 May 2007) | 3 lines
30553 M /trunk/modules/demux/ts.c
30555 Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
30556 (It has to be improved to get the time from the tdt/tot and not from time())
30558 ------------------------------------------------------------------------
30559 r20275 | fenrir | 2007-05-21 21:15:54 +0200 (Mon, 21 May 2007) | 5 lines
30561 M /trunk/src/control/vlm.c
30563 Reimplemented libvlc_vlm functions (untested)
30564 Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
30565 Is libvlc_vlm_show_media usefull ?
30568 ------------------------------------------------------------------------
30569 r20274 | damienf | 2007-05-21 18:41:45 +0200 (Mon, 21 May 2007) | 2 lines
30571 M /trunk/activex/plugin.cpp
30572 M /trunk/mozilla/vlcplugin.cpp
30573 M /trunk/src/misc/threads.c
30575 - bye, bye "fast-mutex" and "win9x-cv-method" variables
30577 ------------------------------------------------------------------------
30578 r20273 | courmisch | 2007-05-21 16:50:52 +0200 (Mon, 21 May 2007) | 2 lines
30580 M /trunk/src/libvlc-common.c
30582 No need to use vlc_global here.
30584 ------------------------------------------------------------------------
30585 r20272 | yoann | 2007-05-21 16:43:48 +0200 (Mon, 21 May 2007) | 2 lines
30587 M /trunk/doc/release-howto.txt
30589 * release-howto.txt: mention wiki latest_version template
30591 ------------------------------------------------------------------------
30592 r20271 | jb | 2007-05-20 23:04:31 +0200 (Sun, 20 May 2007) | 3 lines
30594 M /trunk/extras/contrib/src/Distributions/win32.mak
30596 .aclocal should be the last one
30599 ------------------------------------------------------------------------
30600 r20270 | dionoea | 2007-05-20 22:43:00 +0200 (Sun, 20 May 2007) | 2 lines
30602 M /trunk/src/input/subtitles.c
30604 * subtitles.c: case insensitive search for subtitle file extensions.
30606 ------------------------------------------------------------------------
30607 r20269 | jb | 2007-05-20 21:14:36 +0200 (Sun, 20 May 2007) | 3 lines
30609 M /trunk/modules/gui/qt4/components/open.cpp
30610 M /trunk/modules/gui/qt4/components/open.hpp
30612 Qt4 - Open Dialog: Continue Capture tab, and implement the MRL updates. Slots and signals should be ok. Advanced Properties are not done (any volunteer ?), and Win32 are not done either.
30615 ------------------------------------------------------------------------
30616 r20268 | littlejohn | 2007-05-20 20:00:54 +0200 (Sun, 20 May 2007) | 1 line
30618 M /trunk/bindings/java/src/callback-jni.cc
30619 M /trunk/include/vlc/libvlc.h
30620 M /trunk/src/control/event.c
30621 M /trunk/src/control/libvlc_internal.h
30623 libvlc events related functions renamed
30624 ------------------------------------------------------------------------
30625 r20267 | yoann | 2007-05-20 19:58:51 +0200 (Sun, 20 May 2007) | 2 lines
30627 M /trunk/modules/demux/playlist/xspf.c
30629 * xspf.c: initializes identifier to 0 and free pp_tracklist
30631 ------------------------------------------------------------------------
30632 r20266 | dionoea | 2007-05-20 19:35:54 +0200 (Sun, 20 May 2007) | 2 lines
30634 M /trunk/configure.ac
30638 ------------------------------------------------------------------------
30639 r20265 | littlejohn | 2007-05-20 19:29:55 +0200 (Sun, 20 May 2007) | 1 line
30641 M /trunk/src/Makefile.am
30642 D /trunk/src/control/callback.c
30643 A /trunk/src/control/event.c (from /trunk/src/control/callback.c:20263)
30645 callback.c renamed to event.c
30646 ------------------------------------------------------------------------
30647 r20264 | fkuehne | 2007-05-20 19:28:15 +0200 (Sun, 20 May 2007) | 1 line
30649 M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib
30650 M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib
30651 M /trunk/extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib
30652 M /trunk/modules/gui/macosx/extended.h
30653 M /trunk/modules/gui/macosx/extended.m
30655 * made the method names humanally readable, fixed a minor bug and slightly reduced the panel's size
30656 ------------------------------------------------------------------------
30657 r20263 | littlejohn | 2007-05-20 19:27:44 +0200 (Sun, 20 May 2007) | 1 line
30659 M /trunk/src/control/callback.c
30661 static handle_callback
30662 ------------------------------------------------------------------------
30663 r20262 | yoann | 2007-05-20 19:23:28 +0200 (Sun, 20 May 2007) | 2 lines
30665 M /trunk/modules/misc/playlist/xspf.c
30667 * xspf.c: export item description as <annotation>
30669 ------------------------------------------------------------------------
30670 r20261 | yoann | 2007-05-20 19:13:25 +0200 (Sun, 20 May 2007) | 2 lines
30672 M /trunk/modules/demux/playlist/xspf.c
30674 * xspf.c: add XSPF annotation element as description
30676 ------------------------------------------------------------------------
30677 r20260 | littlejohn | 2007-05-20 18:59:22 +0200 (Sun, 20 May 2007) | 1 line
30679 M /trunk/bindings/java/Makefile.am
30680 M /trunk/bindings/java/VLCExample.java
30681 M /trunk/bindings/java/org/videolan/jvlc/Audio.java
30682 D /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
30683 A /trunk/bindings/java/org/videolan/jvlc/event
30684 A /trunk/bindings/java/org/videolan/jvlc/listener
30685 A /trunk/bindings/java/org/videolan/jvlc/listener/VolumeListener.java (from /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java:20250)
30687 volumelistener moved to listener package
30688 ------------------------------------------------------------------------
30689 r20259 | littlejohn | 2007-05-20 18:58:44 +0200 (Sun, 20 May 2007) | 1 line
30691 M /trunk/include/vlc/libvlc_structures.h
30692 M /trunk/src/control/callback.c
30694 Use oldval and newval in libvlc_event_t
30695 ------------------------------------------------------------------------
30696 r20258 | fkuehne | 2007-05-20 18:54:17 +0200 (Sun, 20 May 2007) | 1 line
30698 M /trunk/extras/contrib/bootstrap
30700 * fixed previous commit
30701 ------------------------------------------------------------------------
30702 r20257 | dionoea | 2007-05-20 18:47:14 +0200 (Sun, 20 May 2007) | 2 lines
30704 M /trunk/configure.ac
30706 * configure.ac: also try lua51
30708 ------------------------------------------------------------------------
30709 r20256 | fkuehne | 2007-05-20 18:37:58 +0200 (Sun, 20 May 2007) | 1 line
30711 M /trunk/extras/contrib/bootstrap
30713 * prefer wget over curl
30714 ------------------------------------------------------------------------
30715 r20255 | jb | 2007-05-20 18:23:48 +0200 (Sun, 20 May 2007) | 3 lines
30717 M /trunk/modules/gui/qt4/components/open.cpp
30718 M /trunk/modules/gui/qt4/components/open.hpp
30719 M /trunk/modules/gui/qt4/dialogs/open.cpp
30720 M /trunk/modules/gui/qt4/dialogs/open.hpp
30721 M /trunk/modules/gui/qt4/ui/open_capture.ui
30723 Qt4 - open dialogs: Capture tab, DVB, PVR and V4L. main design is done. NEeds to be checked by people who actually use that kind of device.
30726 ------------------------------------------------------------------------
30727 r20254 | fkuehne | 2007-05-20 18:17:35 +0200 (Sun, 20 May 2007) | 1 line
30729 M /trunk/src/libvlc-module.c
30731 * default enable Interface Interactions
30732 ------------------------------------------------------------------------
30733 r20253 | pdherbemont | 2007-05-20 17:36:55 +0200 (Sun, 20 May 2007) | 2 lines
30735 M /trunk/Makefile.am
30737 Mac OS X: Make sure luaplaylist folder is in the distribution.
30739 ------------------------------------------------------------------------
30740 r20252 | dionoea | 2007-05-20 17:17:54 +0200 (Sun, 20 May 2007) | 2 lines
30742 M /trunk/include/vlc_configuration.h
30743 M /trunk/src/modules/configuration.c
30745 * Force cast to vlc_object_t when calling config_GetDataDir.
30747 ------------------------------------------------------------------------
30748 r20251 | oaubert | 2007-05-20 17:08:53 +0200 (Sun, 20 May 2007) | 4 lines
30750 M /trunk/bindings/python/vlc_module.c
30751 M /trunk/bindings/python/vlc_position.c
30753 python bindings: allow to pass values in the vlc.Position constructor:
30754 p = vlc.Position(value=16, origin=vlc.RelativePosition)
30755 Defaults to value=0, origin=AbsolutePosition, key=MediaTime
30757 ------------------------------------------------------------------------
30758 r20250 | jb | 2007-05-20 16:47:32 +0200 (Sun, 20 May 2007) | 3 lines
30760 M /trunk/extras/contrib/src/Distributions/win32.mak
30762 Add lua to win32 contribs.
30765 ------------------------------------------------------------------------
30766 r20249 | dionoea | 2007-05-20 16:42:13 +0200 (Sun, 20 May 2007) | 3 lines
30768 M /trunk/src/libvlc.h
30769 M /trunk/src/misc/threads.c
30770 M /trunk/src/misc/win32_specific.c
30772 * libvlc.h: hopefully fix a few warnings.
30773 * win32_specific.c, threads.c: fix win32 compilation.
30775 ------------------------------------------------------------------------
30776 r20248 | dionoea | 2007-05-20 16:21:07 +0200 (Sun, 20 May 2007) | 2 lines
30778 M /trunk/src/misc/beos_specific.cpp
30779 M /trunk/src/misc/darwin_specific.c
30780 M /trunk/src/misc/win32_specific.c
30781 M /trunk/src/modules/configuration.c
30782 M /trunk/src/modules/entry.c
30783 M /trunk/src/modules/modules.c
30785 * add missing includes (trying to fix compilation errors in buildbot :D)
30787 ------------------------------------------------------------------------
30788 r20247 | littlejohn | 2007-05-20 16:12:57 +0200 (Sun, 20 May 2007) | 1 line
30790 M /trunk/bindings/java/src/callback-jni.cc
30792 the object pointer is null in the handler, so use null here
30793 ------------------------------------------------------------------------
30794 r20246 | dionoea | 2007-05-20 16:08:44 +0200 (Sun, 20 May 2007) | 2 lines
30796 M /trunk/src/misc/beos_specific.cpp
30798 * Yet another p_libvlc_global compile fix (BeOS)
30800 ------------------------------------------------------------------------
30801 r20245 | dionoea | 2007-05-20 16:04:46 +0200 (Sun, 20 May 2007) | 2 lines
30803 M /trunk/include/vlc_objects.h
30804 M /trunk/modules/control/http/http.c
30805 M /trunk/modules/demux/playlist/luaplaylist.c
30806 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
30807 M /trunk/src/libvlc-common.c
30808 M /trunk/src/misc/beos_specific.cpp
30809 M /trunk/src/misc/darwin_specific.c
30810 M /trunk/src/misc/objects.c
30811 M /trunk/src/misc/win32_specific.c
30812 M /trunk/src/modules/configuration.c
30814 * Some more fixes (+ don't redefine a function that already existed, reverts part of previous commit).
30816 ------------------------------------------------------------------------
30817 r20244 | dionoea | 2007-05-20 15:54:17 +0200 (Sun, 20 May 2007) | 2 lines
30819 M /trunk/include/vlc_objects.h
30820 M /trunk/modules/control/http/http.c
30821 M /trunk/modules/demux/playlist/luaplaylist.c
30822 M /trunk/modules/demux/playlist/m3u.c
30823 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
30824 M /trunk/src/misc/objects.c
30826 * Fix non linux compilation round 2.
30828 ------------------------------------------------------------------------
30829 r20243 | dionoea | 2007-05-20 15:38:53 +0200 (Sun, 20 May 2007) | 2 lines
30831 M /trunk/src/modules/modules.c
30833 * src/modules/modules.c: hopefully fix compilation for non linux builds.
30835 ------------------------------------------------------------------------
30836 r20242 | dionoea | 2007-05-20 15:35:37 +0200 (Sun, 20 May 2007) | 2 lines
30838 M /trunk/src/libvlc.h
30840 When you cut / paste code from another file, you should also copy / paste the copyright info.
30842 ------------------------------------------------------------------------
30843 r20241 | jb | 2007-05-20 13:53:32 +0200 (Sun, 20 May 2007) | 3 lines
30845 M /trunk/modules/gui/qt4/playlist_model.cpp
30847 qt4 - playlist_model, check if p_item is not null before using it. Patch from Ilkka Ollakka
30850 ------------------------------------------------------------------------
30851 r20240 | courmisch | 2007-05-20 12:03:51 +0200 (Sun, 20 May 2007) | 2 lines
30853 M /trunk/include/main.h
30854 M /trunk/include/vlc_common.h
30855 M /trunk/modules/codec/ffmpeg/ffmpeg.c
30856 M /trunk/modules/control/http/http.c
30857 M /trunk/modules/stream_out/bridge.c
30858 M /trunk/modules/stream_out/mosaic_bridge.c
30859 M /trunk/modules/video_filter/mosaic.c
30860 M /trunk/modules/video_filter/mosaic.h
30861 M /trunk/src/libvlc-common.c
30862 M /trunk/src/libvlc.h
30863 M /trunk/src/misc/objects.c
30864 M /trunk/src/modules/modules.c
30866 Hide libvlc_global_data_t from plugins
30868 ------------------------------------------------------------------------
30869 r20239 | courmisch | 2007-05-20 10:40:04 +0200 (Sun, 20 May 2007) | 2 lines
30871 M /trunk/include/vlc_common.h
30874 Remove obsolete stuff
30876 ------------------------------------------------------------------------
30877 r20238 | courmisch | 2007-05-20 10:39:35 +0200 (Sun, 20 May 2007) | 2 lines
30879 M /trunk/src/libvlc.h
30881 Revert wrongfully commited file
30883 ------------------------------------------------------------------------
30884 r20237 | courmisch | 2007-05-20 10:38:20 +0200 (Sun, 20 May 2007) | 3 lines
30886 M /trunk/src/Makefile.am
30887 M /trunk/src/libvlc-common.c
30888 M /trunk/src/libvlc.c
30889 M /trunk/src/libvlc.h
30891 Fix SVN revision handling.
30892 It is by design flawed to have phony built source.
30894 ------------------------------------------------------------------------
30895 r20236 | courmisch | 2007-05-20 10:12:54 +0200 (Sun, 20 May 2007) | 2 lines
30897 M /trunk/src/Makefile.am
30901 ------------------------------------------------------------------------
30902 r20235 | dionoea | 2007-05-20 01:57:33 +0200 (Sun, 20 May 2007) | 2 lines
30904 M /trunk/po/POTFILES.in
30914 M /trunk/po/en_GB.po
30939 M /trunk/po/pt_BR.po
30940 M /trunk/po/pt_PT.po
30951 M /trunk/po/vlc.pot
30952 M /trunk/po/zh_CN.po
30953 M /trunk/po/zh_TW.po
30957 ------------------------------------------------------------------------
30958 r20234 | dionoea | 2007-05-20 01:33:56 +0200 (Sun, 20 May 2007) | 2 lines
30960 M /trunk/include/vlc/libvlc.h
30964 ------------------------------------------------------------------------
30965 r20233 | littlejohn | 2007-05-20 01:30:27 +0200 (Sun, 20 May 2007) | 1 line
30967 A /trunk/src/control/callback.c
30969 callback.c added (ops)
30970 ------------------------------------------------------------------------
30971 r20232 | xtophe | 2007-05-20 01:18:06 +0200 (Sun, 20 May 2007) | 2 lines
30973 M /trunk/src/misc/cpu.c
30977 ------------------------------------------------------------------------
30978 r20231 | littlejohn | 2007-05-20 01:12:55 +0200 (Sun, 20 May 2007) | 1 line
30980 A /trunk/bindings/java/org/videolan/jvlc/VolumeListener.java
30981 A /trunk/bindings/java/src/callback-jni.cc
30983 Sample java listener and jni callback functions added
30984 ------------------------------------------------------------------------
30985 r20230 | littlejohn | 2007-05-20 01:11:39 +0200 (Sun, 20 May 2007) | 1 line
30987 M /trunk/bindings/java/VLCExample.java
30988 M /trunk/bindings/java/includes/Audio.h
30989 M /trunk/bindings/java/org/videolan/jvlc/Audio.java
30990 M /trunk/bindings/java/src/Makefile.am
30991 M /trunk/bindings/java/src/core-jni.cc
30992 M /trunk/include/vlc/libvlc.h
30993 M /trunk/include/vlc/libvlc_structures.h
30994 M /trunk/src/Makefile.am
30995 M /trunk/src/control/core.c
30996 M /trunk/src/control/libvlc_internal.h
30998 Initial callback support in libvlc + example on how to use in the java bindings
30999 ------------------------------------------------------------------------
31000 r20229 | xtophe | 2007-05-20 01:00:43 +0200 (Sun, 20 May 2007) | 2 lines
31002 M /trunk/configure.ac
31004 Fix previous commit
31006 ------------------------------------------------------------------------
31007 r20228 | xtophe | 2007-05-20 00:46:20 +0200 (Sun, 20 May 2007) | 3 lines
31009 M /trunk/configure.ac
31011 Lua configuration: Add a test for system with no .pc
31014 ------------------------------------------------------------------------
31015 r20227 | xtophe | 2007-05-20 00:46:18 +0200 (Sun, 20 May 2007) | 2 lines
31017 M /trunk/extras/contrib/src/Distributions/darwin.mak
31018 M /trunk/extras/contrib/src/Distributions/debian.mak
31019 M /trunk/extras/contrib/src/Distributions/fedora.mak
31020 M /trunk/extras/contrib/src/Distributions/unix.mak
31024 ------------------------------------------------------------------------
31025 r20226 | dionoea | 2007-05-20 00:24:16 +0200 (Sun, 20 May 2007) | 2 lines
31027 M /trunk/modules/video_filter/deinterlace.c
31029 * deinterlace.c: compile fix by ILEoo.
31031 ------------------------------------------------------------------------
31032 r20225 | courmisch | 2007-05-20 00:02:15 +0200 (Sun, 20 May 2007) | 2 lines
31034 M /trunk/src/libvlc.h
31038 ------------------------------------------------------------------------
31039 r20224 | courmisch | 2007-05-19 23:44:01 +0200 (Sat, 19 May 2007) | 2 lines
31041 M /trunk/modules/gui/macosx/voutqt.m
31042 M /trunk/modules/gui/pda/pda.c
31043 M /trunk/src/audio_output/output.c
31044 M /trunk/src/modules/modules.c
31046 Same as previous commit
31048 ------------------------------------------------------------------------
31049 r20223 | courmisch | 2007-05-19 23:43:16 +0200 (Sat, 19 May 2007) | 2 lines
31051 M /trunk/include/vlc_common.h
31052 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
31053 M /trunk/modules/audio_output/alsa.c
31054 M /trunk/modules/codec/faad.c
31055 M /trunk/modules/codec/ffmpeg/encoder.c
31056 M /trunk/modules/codec/ffmpeg/ffmpeg.c
31057 M /trunk/modules/codec/ffmpeg/postprocess.c
31058 M /trunk/modules/codec/ffmpeg/scale.c
31059 M /trunk/modules/codec/libmpeg2.c
31060 M /trunk/modules/codec/x264.c
31061 M /trunk/modules/codec/xvmc/xxmc.c
31062 M /trunk/modules/stream_out/switcher.c
31063 M /trunk/modules/video_filter/deinterlace.c
31064 M /trunk/src/libvlc-common.c
31065 M /trunk/src/misc/cpu.c
31067 Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
31069 ------------------------------------------------------------------------
31070 r20222 | xtophe | 2007-05-19 23:36:17 +0200 (Sat, 19 May 2007) | 2 lines
31072 M /trunk/extras/contrib/src/Makefile
31073 D /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
31075 This has been fixed in VLC's FFMpeg demuxer module in [20188]
31077 ------------------------------------------------------------------------
31078 r20221 | courmisch | 2007-05-19 23:16:54 +0200 (Sat, 19 May 2007) | 2 lines
31080 M /trunk/src/misc/threads.c
31082 Windows compile fix
31084 ------------------------------------------------------------------------
31085 r20220 | jb | 2007-05-19 23:16:09 +0200 (Sat, 19 May 2007) | 3 lines
31087 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
31089 Qt4 - Interaction: Password are hidden.
31092 ------------------------------------------------------------------------
31093 r20219 | littlejohn | 2007-05-19 23:14:52 +0200 (Sat, 19 May 2007) | 1 line
31095 M /trunk/bindings/java/src/audio-jni.cc
31096 M /trunk/bindings/java/src/input-jni.cc
31097 M /trunk/bindings/java/src/playlist-jni.cc
31098 M /trunk/bindings/java/src/utils.cc
31099 M /trunk/bindings/java/src/video-jni.cc
31100 M /trunk/bindings/java/src/vlm-jni.cc
31103 ------------------------------------------------------------------------
31104 r20218 | courmisch | 2007-05-19 22:57:48 +0200 (Sat, 19 May 2007) | 2 lines
31106 M /trunk/src/misc/threads.c
31108 Use static storage rather than libvlc_global for stuff that is only used in a single file.
31110 ------------------------------------------------------------------------
31111 r20217 | courmisch | 2007-05-19 22:49:48 +0200 (Sat, 19 May 2007) | 2 lines
31113 M /trunk/src/network/tls.c
31114 M /trunk/src/osd/osd.c
31116 Move OSD and TLS to instance.
31118 ------------------------------------------------------------------------
31119 r20216 | courmisch | 2007-05-19 22:31:02 +0200 (Sat, 19 May 2007) | 3 lines
31121 M /trunk/src/audio_output/intf.c
31123 Make saved-volume variable a per-libvlc instance rather than per-system process variable.
31124 I find the original semantic a bit suspicious, but someone should really double check this commit and revert if needed.
31126 ------------------------------------------------------------------------
31127 r20215 | courmisch | 2007-05-19 22:17:45 +0200 (Sat, 19 May 2007) | 2 lines
31129 M /trunk/modules/stream_out/transcode.c
31133 ------------------------------------------------------------------------
31134 r20214 | courmisch | 2007-05-19 22:03:26 +0200 (Sat, 19 May 2007) | 4 lines
31136 M /trunk/include/vlc_objects.h
31137 M /trunk/modules/access/dv.c
31138 M /trunk/modules/access/dvdnav.c
31139 M /trunk/modules/access/eyetv.c
31140 M /trunk/modules/access_output/bonjour.c
31141 M /trunk/modules/access_output/udp.c
31142 M /trunk/modules/audio_output/alsa.c
31143 M /trunk/modules/audio_output/directx.c
31144 M /trunk/modules/audio_output/hd1000a.cpp
31145 M /trunk/modules/audio_output/oss.c
31146 M /trunk/modules/audio_output/waveout.c
31147 M /trunk/modules/codec/ffmpeg/encoder.c
31148 M /trunk/modules/control/dbus.c
31149 M /trunk/modules/control/gestures.c
31150 M /trunk/modules/control/hotkeys.c
31151 M /trunk/modules/control/http/macro.c
31152 M /trunk/modules/control/ntservice.c
31153 M /trunk/modules/control/rc.c
31154 M /trunk/modules/control/telnet.c
31155 M /trunk/modules/demux/avi/avi.c
31156 M /trunk/modules/demux/live555.cpp
31157 M /trunk/modules/demux/mkv.cpp
31158 M /trunk/modules/gui/beos/InterfaceWindow.cpp
31159 M /trunk/modules/gui/macosx/intf.m
31160 M /trunk/modules/gui/ncurses.c
31161 M /trunk/modules/gui/pda/pda_callbacks.c
31162 M /trunk/modules/gui/qnx/aout.c
31163 M /trunk/modules/gui/qnx/vout.c
31164 M /trunk/modules/gui/qt4/dialogs_provider.cpp
31165 M /trunk/modules/gui/qt4/main_interface.cpp
31166 M /trunk/modules/misc/dummy/input.c
31167 M /trunk/modules/misc/rtsp.c
31168 M /trunk/modules/misc/testsuite/test4.c
31169 M /trunk/modules/video_output/caca.c
31170 M /trunk/modules/video_output/fb.c
31171 M /trunk/modules/video_output/ggi.c
31172 M /trunk/modules/video_output/glide.c
31173 M /trunk/modules/video_output/msw/direct3d.c
31174 M /trunk/modules/video_output/msw/directx.c
31175 M /trunk/modules/video_output/msw/glwin32.c
31176 M /trunk/modules/video_output/msw/wingdi.c
31177 M /trunk/modules/video_output/qte/qte.cpp
31178 M /trunk/modules/video_output/sdl.c
31179 M /trunk/modules/video_output/svgalib.c
31180 M /trunk/modules/visualization/galaktos/plugin.c
31181 M /trunk/modules/visualization/goom.c
31182 M /trunk/src/input/decoder.c
31183 M /trunk/src/input/demux.c
31184 M /trunk/src/input/input.c
31185 M /trunk/src/input/vlm.c
31186 M /trunk/src/interface/interface.c
31187 M /trunk/src/libvlc.c
31188 M /trunk/src/misc/beos_specific.cpp
31189 M /trunk/src/network/httpd.c
31190 M /trunk/src/playlist/engine.c
31191 M /trunk/src/playlist/services_discovery.c
31192 M /trunk/src/playlist/thread.c
31193 M /trunk/src/stream_output/announce.c
31194 M /trunk/src/video_output/video_output.c
31196 Use vlc_object_kill(). Needs triple checking.
31198 This also seems to make the pre-existing Qt4 crash more obvious.
31200 ------------------------------------------------------------------------
31201 r20213 | courmisch | 2007-05-19 22:00:54 +0200 (Sat, 19 May 2007) | 2 lines
31203 M /trunk/Makefile.am
31205 Remove unneeded old kludge
31207 ------------------------------------------------------------------------
31208 r20212 | courmisch | 2007-05-19 21:50:57 +0200 (Sat, 19 May 2007) | 2 lines
31210 M /trunk/src/modules/modules.c
31212 Do not unload plugins in debug builds. Not sure if this is a good idea though
31214 ------------------------------------------------------------------------
31215 r20211 | jb | 2007-05-19 21:17:29 +0200 (Sat, 19 May 2007) | 3 lines
31217 M /trunk/extras/contrib/src/Makefile
31219 Contrib; lua for win32. Start of fixing...
31222 ------------------------------------------------------------------------
31223 r20210 | courmisch | 2007-05-19 21:01:49 +0200 (Sat, 19 May 2007) | 2 lines
31225 M /trunk/modules/access/eyetv.c
31229 ------------------------------------------------------------------------
31230 r20209 | courmisch | 2007-05-19 20:56:22 +0200 (Sat, 19 May 2007) | 2 lines
31232 M /trunk/include/vlc_objects.h
31233 M /trunk/include/vlc_threads_funcs.h
31234 M /trunk/src/misc/objects.c
31236 Following vlc_object_kill(), add vlc_object_dying()
31238 ------------------------------------------------------------------------
31239 r20208 | littlejohn | 2007-05-19 20:50:52 +0200 (Sat, 19 May 2007) | 1 line
31241 M /trunk/include/vlc/libvlc_structures.h
31242 M /trunk/src/control/core.c
31243 M /trunk/src/control/libvlc_internal.h
31245 free callbacks on libvlc destruction
31246 ------------------------------------------------------------------------
31247 r20207 | littlejohn | 2007-05-19 20:27:16 +0200 (Sat, 19 May 2007) | 1 line
31249 M /trunk/src/control/libvlc_internal.h
31251 user data pointer added to callback structure
31252 ------------------------------------------------------------------------
31253 r20206 | littlejohn | 2007-05-19 20:24:11 +0200 (Sat, 19 May 2007) | 1 line
31255 M /trunk/src/control/core.c
31257 Set callback list to null on instance init
31258 ------------------------------------------------------------------------
31259 r20205 | littlejohn | 2007-05-19 20:22:26 +0200 (Sat, 19 May 2007) | 1 line
31261 M /trunk/include/vlc/libvlc.h
31262 A /trunk/include/vlc/libvlc_structures.h
31263 M /trunk/src/control/libvlc_internal.h
31265 initial structures for libvlc callbacks (code adapted from git pdherbemont_branch)
31266 ------------------------------------------------------------------------
31267 r20204 | courmisch | 2007-05-19 19:47:15 +0200 (Sat, 19 May 2007) | 3 lines
31269 M /trunk/Makefile.am
31271 - Remove unneeded "." kludge (libvlc is now built from src)
31272 - Remove old NULL kludge
31274 ------------------------------------------------------------------------
31275 r20203 | pdherbemont | 2007-05-19 18:51:05 +0200 (Sat, 19 May 2007) | 2 lines
31277 M /trunk/configure.ac
31279 configure.ac: Make sure lua is enabled when --enable-lua is set.
31281 ------------------------------------------------------------------------
31282 r20202 | kenself | 2007-05-19 18:22:27 +0200 (Sat, 19 May 2007) | 1 line
31284 M /trunk/modules/access/bda/bda.c
31285 M /trunk/modules/access/bda/bdagraph.cpp
31287 More BDA DVB-S and DVB-T parameters bring it closer to the linux version
31288 ------------------------------------------------------------------------
31289 r20201 | jpsaman | 2007-05-19 17:39:08 +0200 (Sat, 19 May 2007) | 2 lines
31291 M /trunk/Makefile.am
31292 M /trunk/configure.ac
31294 Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCRYPT macro didn't test for the cross-compile situation.
31296 ------------------------------------------------------------------------
31297 r20200 | dionoea | 2007-05-19 17:37:06 +0200 (Sat, 19 May 2007) | 2 lines
31299 M /trunk/share/luaplaylist/youtube_homepage.lua
31301 * youtube_homepage.lua: get the stream's duration.
31303 ------------------------------------------------------------------------
31304 r20199 | dionoea | 2007-05-19 17:09:08 +0200 (Sat, 19 May 2007) | 2 lines
31306 M /trunk/modules/demux/playlist/luaplaylist.c
31308 * luaplaylist.c: make sure that the Lua stack is big enough before reading the playlist table.
31310 ------------------------------------------------------------------------
31311 r20198 | dionoea | 2007-05-19 16:57:16 +0200 (Sat, 19 May 2007) | 3 lines
31313 M /trunk/modules/demux/playlist/luaplaylist.c
31314 M /trunk/modules/demux/playlist/m3u.c
31315 M /trunk/share/luaplaylist/README.txt
31317 * luaplaylist.c, README.txt: add .duration option for playlist items. Should now be possible to rewrite our m3u parser entirely in Lua :D
31318 * m3u.c: indentation fix.
31320 ------------------------------------------------------------------------
31321 r20197 | pdherbemont | 2007-05-19 16:34:22 +0200 (Sat, 19 May 2007) | 2 lines
31323 M /trunk/extras/contrib/bootstrap
31325 extras/contrib/bootstrap: Use space to ident rather than tabs.
31327 ------------------------------------------------------------------------
31328 r20196 | pdherbemont | 2007-05-19 16:33:16 +0200 (Sat, 19 May 2007) | 2 lines
31330 M /trunk/extras/contrib/bootstrap
31331 M /trunk/extras/contrib/src/Makefile
31332 M /trunk/extras/contrib/src/packages.mak
31334 Contrib: Include lua as a contrib lib. (Please review for your arch).
31336 ------------------------------------------------------------------------
31337 r20195 | dionoea | 2007-05-19 16:28:16 +0200 (Sat, 19 May 2007) | 3 lines
31339 M /trunk/modules/demux/playlist/luaplaylist.c
31340 M /trunk/share/luaplaylist/README.txt
31341 M /trunk/share/luaplaylist/dailymotion.lua
31342 M /trunk/share/luaplaylist/youtube_homepage.lua
31344 * luaplaylist.c, README.txt: add support for VLC options.
31345 * *.lua: misc fixes.
31347 ------------------------------------------------------------------------
31348 r20194 | dionoea | 2007-05-19 16:25:45 +0200 (Sat, 19 May 2007) | 2 lines
31350 M /trunk/modules/demux/playlist/m3u.c
31352 * m3u.c: remove unneeded comment. ppsz_options is freed a few lines down.
31354 ------------------------------------------------------------------------
31355 r20193 | courmisch | 2007-05-19 15:02:46 +0200 (Sat, 19 May 2007) | 2 lines
31357 M /trunk/include/vlc_network.h
31361 ------------------------------------------------------------------------
31362 r20191 | dionoea | 2007-05-19 02:49:30 +0200 (Sat, 19 May 2007) | 2 lines
31364 M /trunk/share/Makefile.am
31365 A /trunk/share/luaplaylist/youtube_homepage.lua
31367 * share/luaplaylist/youtube_homepage.lua: New lua parser script to open youtube home/browse pages. This demos the ability to return more than one item in lua playlist scripts.
31369 ------------------------------------------------------------------------
31370 r20190 | xtophe | 2007-05-19 02:35:48 +0200 (Sat, 19 May 2007) | 2 lines
31372 M /trunk/include/vlc_url.h
31374 oups, better put the prototype before using the function
31376 ------------------------------------------------------------------------
31377 r20189 | dionoea | 2007-05-19 02:34:34 +0200 (Sat, 19 May 2007) | 2 lines
31379 M /trunk/modules/codec/ffmpeg/demux.c
31381 * ffmpeg/demux.c: update copyright date.
31383 ------------------------------------------------------------------------
31384 r20188 | dionoea | 2007-05-19 02:28:51 +0200 (Sat, 19 May 2007) | 2 lines
31386 M /trunk/modules/codec/ffmpeg/demux.c
31388 * ffmpeg/demux.c: Don't change an ffmpeg demux's .flags member permanently. Fixes the "ffmpeg demuxer can't be used more that once" bug with libavformat revisions newer than 7589 (included).
31390 ------------------------------------------------------------------------
31391 r20187 | xtophe | 2007-05-19 02:15:12 +0200 (Sat, 19 May 2007) | 2 lines
31393 M /trunk/include/vlc_url.h
31395 vlc_url.h: Username and password passed in the URL can contain encoded @ : and /. So decode them.
31397 ------------------------------------------------------------------------
31398 r20186 | dionoea | 2007-05-19 01:24:32 +0200 (Sat, 19 May 2007) | 2 lines
31400 M /trunk/modules/codec/ffmpeg/video_filter.c
31402 * ffmpeg/video_filter.c: remove a bunch of trailing spaces.
31404 ------------------------------------------------------------------------
31405 r20185 | dionoea | 2007-05-19 00:20:19 +0200 (Sat, 19 May 2007) | 2 lines
31407 M /trunk/modules/demux/playlist/luaplaylist.c
31408 M /trunk/share/luaplaylist/README.txt
31410 * luaplaylist.c: Look for Lua scripts in the user's CONFIG_DIR"/luaplaylist" directory too. (+ fix probable compilation errors on WIN32, APPLE and BEOS)
31412 ------------------------------------------------------------------------
31413 r20184 | dionoea | 2007-05-18 23:49:59 +0200 (Fri, 18 May 2007) | 2 lines
31415 M /trunk/include/main.h
31417 * include/main.h: remove trailing spaces.
31419 ------------------------------------------------------------------------
31420 r20183 | pdherbemont | 2007-05-18 20:41:13 +0200 (Fri, 18 May 2007) | 2 lines
31422 M /trunk/extras/contrib/bootstrap
31424 Contrib: Make sure curl follow "Location:". (Fix Mac OS X Nightlies)
31426 ------------------------------------------------------------------------
31427 r20182 | damienf | 2007-05-18 20:06:18 +0200 (Fri, 18 May 2007) | 2 lines
31429 M /trunk/include/vlc/vlc.h
31430 M /trunk/include/vlc_common.h
31432 vlc.h: move VLC_PUBLIC_API definition when building libvlc to vlc_common.h
31434 ------------------------------------------------------------------------
31435 r20181 | jb | 2007-05-18 19:38:15 +0200 (Fri, 18 May 2007) | 2 lines
31437 M /trunk/modules/gui/qt4/util/customwidgets.cpp
31439 Qt4 - MediaKeys support, patch by Ilkka Ollakka
31441 ------------------------------------------------------------------------
31442 r20180 | dionoea | 2007-05-18 17:01:05 +0200 (Fri, 18 May 2007) | 2 lines
31444 M /trunk/src/text/strings.c
31446 * src/text/strings.c: Add a lot of entities to the resolve_xml_special_chars function.
31448 ------------------------------------------------------------------------
31449 r20179 | dionoea | 2007-05-18 16:22:15 +0200 (Fri, 18 May 2007) | 2 lines
31451 M /trunk/share/luaplaylist/README.txt
31453 * luaplaylist/README.txt: propset svn:keywords Id
31455 ------------------------------------------------------------------------
31456 r20178 | dionoea | 2007-05-18 16:01:38 +0200 (Fri, 18 May 2007) | 2 lines
31458 M /trunk/modules/access/http.c
31460 * modules/access/http.c: When redirecting, don't include port number in URL if it's using the default port.
31462 ------------------------------------------------------------------------
31463 r20177 | dionoea | 2007-05-18 15:56:22 +0200 (Fri, 18 May 2007) | 2 lines
31465 M /trunk/src/input/input.c
31467 * src/input/input.c: Remove the access and demux part from the path string. (Fixes [20059] a bit ... even though it wasn't really broken)
31469 ------------------------------------------------------------------------
31470 r20176 | jpsaman | 2007-05-18 14:51:33 +0200 (Fri, 18 May 2007) | 1 line
31472 M /trunk/Makefile.am
31474 oops me being stupid, forgot this part
31475 ------------------------------------------------------------------------
31476 r20175 | jpsaman | 2007-05-18 14:47:54 +0200 (Fri, 18 May 2007) | 2 lines
31478 M /trunk/Makefile.am
31480 Don't build srtp when gcrypt isn't available.
31482 ------------------------------------------------------------------------
31483 r20174 | dionoea | 2007-05-18 01:27:38 +0200 (Fri, 18 May 2007) | 2 lines
31485 M /trunk/share/luaplaylist/dailymotion.lua
31487 * dailymotion.lua: fix.
31489 ------------------------------------------------------------------------
31490 r20173 | dionoea | 2007-05-18 01:03:44 +0200 (Fri, 18 May 2007) | 2 lines
31492 M /trunk/modules/demux/playlist/luaplaylist.c
31494 * luaplaylist.c: initialize p_sys->psz_filename to NULL.
31496 ------------------------------------------------------------------------
31497 r20172 | dionoea | 2007-05-18 00:42:16 +0200 (Fri, 18 May 2007) | 3 lines
31499 M /trunk/modules/demux/playlist/luaplaylist.c
31500 M /trunk/share/luaplaylist/README.txt
31501 M /trunk/share/luaplaylist/youtube.lua
31503 * luaplaylist.c: add vlc.msg_{info,err,warn,dbg}() functions. register the vlc.read() and vlc.readline() for parse() only (so that they can't be used in the probing phase)
31504 * share/luaplaylist/*: move help to README.txt
31506 ------------------------------------------------------------------------
31507 r20171 | dionoea | 2007-05-17 23:00:28 +0200 (Thu, 17 May 2007) | 5 lines
31509 M /trunk/modules/demux/playlist/Modules.am
31510 M /trunk/modules/demux/playlist/luaplaylist.c
31511 M /trunk/modules/demux/playlist/playlist.c
31512 D /trunk/modules/demux/playlist/videoportals.c
31513 M /trunk/modules/demux/ps.c
31514 M /trunk/modules/demux/ty.c
31516 * luaplaylist.c: Change demux2 capability from 0 to 9
31517 * ps.c: Change demux2 capability from 9 to 8
31518 * ty.c: Change demux2 capability from 8 to 6
31519 * playlist/{Modules.am,playlist.c,videoportals.c}: remove video portals C version
31521 ------------------------------------------------------------------------
31522 r20170 | dionoea | 2007-05-17 22:46:31 +0200 (Thu, 17 May 2007) | 2 lines
31524 M /trunk/share/luaplaylist/googlevideo.lua
31526 * googlevideo.lua: add small comment to explain why we're not getting the meta data.
31528 ------------------------------------------------------------------------
31529 r20169 | dionoea | 2007-05-17 22:43:15 +0200 (Thu, 17 May 2007) | 2 lines
31531 M /trunk/share/luaplaylist/metacafe.lua
31533 * metacafe.lua: Remove "Metacafe -" from name, get description and arturl.
31535 ------------------------------------------------------------------------
31536 r20168 | dionoea | 2007-05-17 22:34:58 +0200 (Thu, 17 May 2007) | 2 lines
31538 M /trunk/share/luaplaylist/youtube.lua
31540 * youtube.lua: fetch artist and description.
31542 ------------------------------------------------------------------------
31543 r20167 | dionoea | 2007-05-17 22:24:15 +0200 (Thu, 17 May 2007) | 2 lines
31545 M /trunk/modules/demux/playlist/luaplaylist.c
31547 * luaplaylist.c: replace printfs by msg_{Warn,Dbg}
31549 ------------------------------------------------------------------------
31550 r20166 | dionoea | 2007-05-17 22:19:38 +0200 (Thu, 17 May 2007) | 5 lines
31552 M /trunk/modules/demux/playlist/luaplaylist.c
31553 M /trunk/share/luaplaylist/dailymotion.lua
31554 M /trunk/share/luaplaylist/googlevideo.lua
31555 M /trunk/share/luaplaylist/metacafe.lua
31556 M /trunk/share/luaplaylist/youtube.lua
31558 * luaplaylist.c: add support for meta data info. Playlist items now use .path and .name (instead of .url and .title as those are used for meta data).
31559 * luaplaylist/dailymotion.lua: add support for "description" and "arturl" meta data items.
31560 * luaplaylist/*lua: update source to make it work with new playlist conventions.
31561 * luaplaylist/youtube.lua: update help instructions.
31563 ------------------------------------------------------------------------
31564 r20165 | dionoea | 2007-05-17 21:49:43 +0200 (Thu, 17 May 2007) | 2 lines
31566 M /trunk/modules/demux/playlist/asx.c
31568 * asx.c: remove tab
31570 ------------------------------------------------------------------------
31571 r20164 | dionoea | 2007-05-17 21:35:03 +0200 (Thu, 17 May 2007) | 2 lines
31573 M /trunk/modules/demux/playlist/luaplaylist.c
31575 * luaplaylist.c: should now look in the appropriate directory if VLC is installed. + add vlc.read() function.
31577 ------------------------------------------------------------------------
31578 r20163 | courmisch | 2007-05-17 21:16:45 +0200 (Thu, 17 May 2007) | 2 lines
31580 M /trunk/configure.ac
31584 ------------------------------------------------------------------------
31585 r20162 | courmisch | 2007-05-17 21:15:24 +0200 (Thu, 17 May 2007) | 2 lines
31587 M /trunk/include/vlc/vlc.h
31589 Fix linking on gcc, breaks everything else
31591 ------------------------------------------------------------------------
31592 r20161 | courmisch | 2007-05-17 21:05:56 +0200 (Thu, 17 May 2007) | 3 lines
31594 M /trunk/configure.ac
31596 remove hidden visibility stuff from libvlc.
31597 It breaks linking, and it is redumdant with libtool export-symbols
31599 ------------------------------------------------------------------------
31600 r20160 | courmisch | 2007-05-17 20:37:44 +0200 (Thu, 17 May 2007) | 2 lines
31602 M /trunk/libs/srtp/Makefile.am
31603 A /trunk/libs/srtp/test-recv.c
31605 Add real SRTP unit test (85% coverage let alone SRTCP)
31607 ------------------------------------------------------------------------
31608 r20159 | courmisch | 2007-05-17 20:27:25 +0200 (Thu, 17 May 2007) | 2 lines
31610 M /trunk/libs/srtp/srtp.c
31612 Fix hashing when using RFC4711
31614 ------------------------------------------------------------------------
31615 r20158 | dionoea | 2007-05-17 19:56:09 +0200 (Thu, 17 May 2007) | 2 lines
31619 * src/vlc.c: remove tabs.
31621 ------------------------------------------------------------------------
31622 r20157 | courmisch | 2007-05-17 19:36:59 +0200 (Thu, 17 May 2007) | 2 lines
31624 M /trunk/libs/srtp/srtp.c
31626 Fix incorrect hash size limit
31628 ------------------------------------------------------------------------
31629 r20156 | courmisch | 2007-05-17 19:03:56 +0200 (Thu, 17 May 2007) | 2 lines
31631 M /trunk/libs/srtp/Makefile.am
31632 M /trunk/libs/srtp/srtp.c
31636 ------------------------------------------------------------------------
31637 r20155 | courmisch | 2007-05-17 18:01:14 +0200 (Thu, 17 May 2007) | 2 lines
31639 M /trunk/configure.ac
31643 ------------------------------------------------------------------------
31644 r20154 | courmisch | 2007-05-17 17:51:34 +0200 (Thu, 17 May 2007) | 4 lines
31646 M /trunk/configure.ac
31648 Add --enable-coverage
31650 Not cleared for use by IT managers, quality and/or test engineers because of serious hazard of heart attack.
31652 ------------------------------------------------------------------------
31653 r20153 | damienf | 2007-05-17 16:21:27 +0200 (Thu, 17 May 2007) | 2 lines
31655 M /trunk/modules/video_output/msw/direct3d.c
31657 - direct3d: behave correctly when changing desktop depth on the fly
31659 ------------------------------------------------------------------------
31660 r20152 | courmisch | 2007-05-17 15:35:24 +0200 (Thu, 17 May 2007) | 2 lines
31662 M /trunk/include/vlc/vlc.h
31664 include/vlc/* cannot depend on config.h, hence cannot use HAVE_* macros
31666 ------------------------------------------------------------------------
31667 r20151 | jb | 2007-05-17 14:57:10 +0200 (Thu, 17 May 2007) | 3 lines
31669 M /trunk/modules/gui/qt4/ui/open.ui
31670 M /trunk/modules/gui/qt4/ui/open_disk.ui
31671 M /trunk/modules/gui/qt4/ui/open_file.ui
31672 M /trunk/modules/gui/qt4/ui/open_net.ui
31673 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
31674 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
31675 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
31676 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
31677 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
31679 Qt4 - Tabs Order. Nick Vercammen's patch on open_network.ui is included.
31682 ------------------------------------------------------------------------
31683 r20150 | courmisch | 2007-05-17 12:56:54 +0200 (Thu, 17 May 2007) | 2 lines
31685 M /trunk/include/vlc_common.h
31687 Revert unintended part of [20148]
31689 ------------------------------------------------------------------------
31690 r20149 | courmisch | 2007-05-17 12:53:46 +0200 (Thu, 17 May 2007) | 2 lines
31692 M /trunk/src/stream_output/sdp.c
31693 M /trunk/src/stream_output/stream_output.h
31697 ------------------------------------------------------------------------
31698 r20148 | courmisch | 2007-05-17 12:38:01 +0200 (Thu, 17 May 2007) | 9 lines
31700 M /trunk/Makefile.am
31702 M /trunk/include/vlc_common.h
31703 M /trunk/src/input/input_internal.h
31709 Special credits to these commits for:
31710 - breaking the build system,
31711 - crashing VLC on every single 64-bits platform,
31712 - breaking bootstrap with any version of automake that is not the same as the one on Jean-Paul's computer.
31714 ------------------------------------------------------------------------
31715 r20147 | xtophe | 2007-05-17 00:37:49 +0200 (Thu, 17 May 2007) | 2 lines
31717 M /trunk/Makefile.am
31721 ------------------------------------------------------------------------
31722 r20146 | kenself | 2007-05-17 00:00:59 +0200 (Thu, 17 May 2007) | 1 line
31724 M /trunk/modules/access/bda/bda.c
31725 M /trunk/modules/access/bda/bdadefs.h
31726 M /trunk/modules/access/bda/bdagraph.cpp
31728 BDA - additional DVB-S parameters added
31729 ------------------------------------------------------------------------
31730 r20145 | xtophe | 2007-05-16 23:54:48 +0200 (Wed, 16 May 2007) | 2 lines
31732 M /trunk/modules/gui/qt4/menus.cpp
31734 qt4: fix the popup menu updating
31736 ------------------------------------------------------------------------
31737 r20144 | oaubert | 2007-05-16 23:35:54 +0200 (Wed, 16 May 2007) | 2 lines
31739 M /trunk/bindings/python/vlc_instance.c
31741 bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
31743 ------------------------------------------------------------------------
31744 r20143 | xtophe | 2007-05-16 22:22:53 +0200 (Wed, 16 May 2007) | 2 lines
31746 M /trunk/extras/contrib/src/Makefile
31750 ------------------------------------------------------------------------
31751 r20142 | xtophe | 2007-05-16 22:14:09 +0200 (Wed, 16 May 2007) | 2 lines
31753 M /trunk/extras/contrib/bootstrap
31754 M /trunk/extras/contrib/src/Makefile
31758 ------------------------------------------------------------------------
31759 r20141 | littlejohn | 2007-05-16 21:31:35 +0200 (Wed, 16 May 2007) | 1 line
31761 M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
31763 destroy logic cleaned up
31764 ------------------------------------------------------------------------
31765 r20140 | jb | 2007-05-16 21:09:04 +0200 (Wed, 16 May 2007) | 3 lines
31767 M /trunk/modules/video_filter/opencv_wrapper.c
31768 M /trunk/modules/video_filter/psychedelic.c
31769 M /trunk/modules/video_filter/puzzle.c
31770 M /trunk/modules/visualization/goom.c
31771 M /trunk/modules/visualization/visual/visual.c
31773 Should fix another bunch of: (near initialization for `fmt*') warnings.
31776 ------------------------------------------------------------------------
31777 r20139 | jpsaman | 2007-05-16 16:56:06 +0200 (Wed, 16 May 2007) | 2 lines
31779 M /trunk/src/input/input_internal.h
31781 Fix include: libvlc.h, is in vlc/libvlc.h now.
31783 ------------------------------------------------------------------------
31784 r20138 | jpsaman | 2007-05-16 16:52:50 +0200 (Wed, 16 May 2007) | 2 lines
31786 M /trunk/Makefile.am
31788 Don't build libs/srtp when --disable-gnutls is given.
31790 ------------------------------------------------------------------------
31791 r20137 | jpsaman | 2007-05-16 16:52:02 +0200 (Wed, 16 May 2007) | 2 lines
31795 Patch config.sub to recognize uclibc system.
31797 ------------------------------------------------------------------------
31798 r20136 | jpsaman | 2007-05-16 16:51:17 +0200 (Wed, 16 May 2007) | 2 lines
31800 M /trunk/modules/control/netsync.c
31802 Cast interface pointer to VLC_OBJECT().
31804 ------------------------------------------------------------------------
31805 r20135 | jpsaman | 2007-05-16 16:49:20 +0200 (Wed, 16 May 2007) | 2 lines
31807 M /trunk/modules/demux/ts.c
31809 Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
31811 ------------------------------------------------------------------------
31812 r20134 | jpsaman | 2007-05-16 16:30:27 +0200 (Wed, 16 May 2007) | 2 lines
31814 M /trunk/modules/mux/mpeg/csa.h
31816 Correct csa_New() prototype by adding void argument.
31818 ------------------------------------------------------------------------
31819 r20133 | jpsaman | 2007-05-16 16:28:09 +0200 (Wed, 16 May 2007) | 2 lines
31821 M /trunk/modules/access/mms/buffer.c
31822 M /trunk/modules/access/mms/buffer.h
31824 Use proper datatype.
31826 ------------------------------------------------------------------------
31827 r20132 | jpsaman | 2007-05-16 16:26:30 +0200 (Wed, 16 May 2007) | 2 lines
31829 M /trunk/modules/access/mms/buffer.c
31831 Remove unused variable pw.
31833 ------------------------------------------------------------------------
31834 r20131 | jpsaman | 2007-05-16 16:21:26 +0200 (Wed, 16 May 2007) | 2 lines
31836 M /trunk/modules/video_chroma/i420_rgb16.c
31838 Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
31840 ------------------------------------------------------------------------
31841 r20130 | jpsaman | 2007-05-16 16:14:43 +0200 (Wed, 16 May 2007) | 2 lines
31843 M /trunk/modules/video_filter/mosaic.c
31845 Remove unused variable.
31847 ------------------------------------------------------------------------
31848 r20129 | jpsaman | 2007-05-16 16:13:22 +0200 (Wed, 16 May 2007) | 2 lines
31850 M /trunk/modules/video_filter/clone.c
31851 M /trunk/modules/video_filter/crop.c
31852 M /trunk/modules/video_filter/logo.c
31853 M /trunk/modules/video_filter/transform.c
31854 M /trunk/modules/video_filter/wall.c
31856 Fix another bunch of: (near initialization for `fmt.i_aspect') warnings.
31858 ------------------------------------------------------------------------
31859 r20128 | jpsaman | 2007-05-16 16:06:49 +0200 (Wed, 16 May 2007) | 2 lines
31861 M /trunk/modules/video_filter/rss.c
31863 Fix compiler warnings of type "warning: (near initialization for `fmt.i_aspect')"
31865 ------------------------------------------------------------------------
31866 r20127 | jpsaman | 2007-05-16 15:59:30 +0200 (Wed, 16 May 2007) | 2 lines
31868 M /trunk/modules/video_filter/magnify.c
31870 Properly clear the struct, this shuts up another compiler warning.
31872 ------------------------------------------------------------------------
31873 r20126 | jpsaman | 2007-05-16 15:56:15 +0200 (Wed, 16 May 2007) | 2 lines
31875 M /trunk/modules/video_output/image.c
31877 Use correct datatype. It will shutup the compiler.
31879 ------------------------------------------------------------------------
31880 r20125 | dionoea | 2007-05-16 14:18:14 +0200 (Wed, 16 May 2007) | 2 lines
31882 M /trunk/modules/video_output/msw/Modules.am
31883 M /trunk/po/POTFILES.in
31893 M /trunk/po/en_GB.po
31918 M /trunk/po/pt_BR.po
31919 M /trunk/po/pt_PT.po
31930 M /trunk/po/vlc.pot
31931 M /trunk/po/zh_CN.po
31932 M /trunk/po/zh_TW.po
31934 Fix make distcheck and update po files.
31936 ------------------------------------------------------------------------
31937 r20124 | jpsaman | 2007-05-16 13:06:19 +0200 (Wed, 16 May 2007) | 2 lines
31939 M /trunk/extras/contrib/src/Makefile
31940 M /trunk/extras/contrib/src/packages.mak
31942 Disable fribidi's primary download site because it is down. Used v.o one.
31944 ------------------------------------------------------------------------
31945 r20123 | jpsaman | 2007-05-16 13:05:24 +0200 (Wed, 16 May 2007) | 1 line
31947 A /trunk/extras/contrib/src/Patches/fribidi-uclibc.patch
31949 uclibc support for fribidi
31950 ------------------------------------------------------------------------
31951 r20122 | jpsaman | 2007-05-16 10:45:06 +0200 (Wed, 16 May 2007) | 1 line
31953 A /trunk/extras/contrib/src/Distributions/netbox3.mak
31955 Embedded system to run vlc
31956 ------------------------------------------------------------------------
31957 r20121 | xtophe | 2007-05-15 23:54:26 +0200 (Tue, 15 May 2007) | 2 lines
31959 M /trunk/include/vlc_config_cat.h
31960 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
31964 ------------------------------------------------------------------------
31965 r20120 | kenself | 2007-05-15 22:54:29 +0200 (Tue, 15 May 2007) | 1 line
31967 M /trunk/modules/access/bda/bda.c
31968 M /trunk/modules/access/bda/bdagraph.cpp
31970 Improved handling of no-signal condition and other errors
31971 ------------------------------------------------------------------------
31972 r20119 | thresh | 2007-05-15 17:35:20 +0200 (Tue, 15 May 2007) | 3 lines
31974 M /trunk/configure.ac
31976 Fix liblua5.1 detection on non-debian system (e.g. mine) that doesn't have lua5.1.pc but do have lua.pc.
31977 Check for lua >= 5.1.
31979 ------------------------------------------------------------------------
31980 r20118 | dionoea | 2007-05-15 17:21:32 +0200 (Tue, 15 May 2007) | 2 lines
31982 M /trunk/modules/demux/playlist/luaplaylist.c
31984 * luaplaylist.c: Looks like stream_ReadLine results needs to be freed. (untested)
31986 ------------------------------------------------------------------------
31987 r20117 | dionoea | 2007-05-15 17:09:40 +0200 (Tue, 15 May 2007) | 2 lines
31989 M /trunk/include/vlc_stream.h
31991 * vlc_stream.h: Don't export stream_ReadLine() twice.
31993 ------------------------------------------------------------------------
31994 r20116 | dionoea | 2007-05-15 16:49:23 +0200 (Tue, 15 May 2007) | 2 lines
31996 M /trunk/share/Makefile.am
31998 s/README/README.txt/
32000 ------------------------------------------------------------------------
32001 r20115 | dionoea | 2007-05-15 00:40:21 +0200 (Tue, 15 May 2007) | 2 lines
32005 * NEWS: Mention the lua playlist module.
32007 ------------------------------------------------------------------------
32008 r20114 | dionoea | 2007-05-15 00:37:33 +0200 (Tue, 15 May 2007) | 2 lines
32010 M /trunk/share/luaplaylist/metacafe.lua
32012 * metacafe.lua: forgot the title here too.
32014 ------------------------------------------------------------------------
32015 r20113 | dionoea | 2007-05-15 00:32:43 +0200 (Tue, 15 May 2007) | 2 lines
32017 M /trunk/share/luaplaylist/dailymotion.lua
32019 * dailymotion.lua: woops, forgot to include title fetching in previous version.
32021 ------------------------------------------------------------------------
32022 r20112 | dionoea | 2007-05-15 00:27:36 +0200 (Tue, 15 May 2007) | 5 lines
32024 M /trunk/modules/demux/playlist/luaplaylist.c
32025 M /trunk/share/Makefile.am
32026 A /trunk/share/luaplaylist/README.txt
32027 A /trunk/share/luaplaylist/dailymotion.lua (from /trunk/share/luaplaylist/test.lua:20110)
32028 A /trunk/share/luaplaylist/googlevideo.lua (from /trunk/share/luaplaylist/test.lua:20110)
32029 A /trunk/share/luaplaylist/metacafe.lua (from /trunk/share/luaplaylist/test.lua:20110)
32030 D /trunk/share/luaplaylist/test.lua
32031 A /trunk/share/luaplaylist/youtube.lua (from /trunk/share/luaplaylist/test.lua:20110)
32033 * luaplaylist.c: First usable version of the luaplaylist module
32034 * share/luaplaylist/*: Lua playlist scripts for youtube, daily motion, metacafe and google video
32036 The luaplaylist demux has a score of 0 so you have to use --demux lua,any to enable it. I'll change its score once people report that it works fine.
32038 ------------------------------------------------------------------------
32039 r20108 | littlejohn | 2007-05-14 21:54:43 +0200 (Mon, 14 May 2007) | 1 line
32041 M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
32043 check for beingdestroyed in finalize, thx to Tony Anecito
32044 ------------------------------------------------------------------------
32045 r20107 | jpsaman | 2007-05-14 17:26:49 +0200 (Mon, 14 May 2007) | 2 lines
32047 M /trunk/extras/contrib/src/Makefile
32048 A /trunk/extras/contrib/src/Patches/xml2-uclibc.patch
32050 uclibc support for xml2
32052 ------------------------------------------------------------------------
32053 r20106 | jpsaman | 2007-05-14 17:19:44 +0200 (Mon, 14 May 2007) | 2 lines
32055 M /trunk/extras/contrib/bootstrap
32056 M /trunk/extras/contrib/src/Makefile
32057 M /trunk/extras/contrib/src/Patches/live-config.patch
32058 A /trunk/extras/contrib/src/Patches/live-noapps.patch
32060 Add define HAVE_BIGENDIAN to bootstrap and config.mak when compiler is armeb-linux-uclibc. Also add armeb-uclibc support to live555 buildsystem.
32062 ------------------------------------------------------------------------
32063 r20105 | xtophe | 2007-05-14 17:14:55 +0200 (Mon, 14 May 2007) | 2 lines
32065 M /trunk/modules/gui/qt4/main_interface.cpp
32067 Qt4 systray: Don't put the played item here now that we have a tooltip
32069 ------------------------------------------------------------------------
32070 r20104 | damienf | 2007-05-14 16:51:10 +0200 (Mon, 14 May 2007) | 2 lines
32072 M /trunk/src/libvlc-module.c
32074 - hotkeys: deprecated 'key-fullscreen' in favor of 'key-toggle-fullscreen'
32076 ------------------------------------------------------------------------
32077 r20103 | jpsaman | 2007-05-14 16:50:53 +0200 (Mon, 14 May 2007) | 2 lines
32079 M /trunk/extras/contrib/src/Makefile
32080 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-grab.patch
32081 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-internal-define.patch
32083 Force ffmpeg to build for cross-compile and bigendian when system is uclibc.
32085 ------------------------------------------------------------------------
32086 r20102 | jpsaman | 2007-05-14 16:10:09 +0200 (Mon, 14 May 2007) | 2 lines
32088 M /trunk/extras/contrib/bootstrap
32089 M /trunk/extras/contrib/src/Makefile
32090 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
32091 A /trunk/extras/contrib/src/Patches/libiconv-autoconf-uclibc.patch
32093 Support for uclibc in contrib.
32095 ------------------------------------------------------------------------
32096 r20101 | damienf | 2007-05-14 15:52:33 +0200 (Mon, 14 May 2007) | 2 lines
32098 M /trunk/include/vlc_keys.h
32099 M /trunk/modules/control/hotkeys.c
32100 M /trunk/src/libvlc-module.c
32102 - hotkeys: leave full screenscreen hotkey (defaulted to ESC), patch by Sergey Volk
32104 ------------------------------------------------------------------------
32105 r20100 | xtophe | 2007-05-14 14:25:18 +0200 (Mon, 14 May 2007) | 2 lines
32107 M /trunk/extras/contrib/bootstrap
32109 More exact documentation and small fix
32111 ------------------------------------------------------------------------
32112 r20099 | damienf | 2007-05-14 14:23:55 +0200 (Mon, 14 May 2007) | 2 lines
32114 M /trunk/configure.ac
32115 M /trunk/modules/video_output/Modules.am
32116 D /trunk/modules/video_output/directx
32117 A /trunk/modules/video_output/msw (from /trunk/modules/video_output/directx:20095)
32118 M /trunk/modules/video_output/msw/Modules.am
32119 M /trunk/modules/video_output/msw/direct3d.c
32120 M /trunk/modules/video_output/msw/directx.c
32121 M /trunk/modules/video_output/msw/events.c
32122 M /trunk/modules/video_output/msw/glwin32.c
32123 M /trunk/modules/video_output/msw/vout.h
32124 A /trunk/modules/video_output/msw/wingdi.c
32125 D /trunk/modules/video_output/wingdi.c
32127 vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
32129 ------------------------------------------------------------------------
32130 r20098 | jpsaman | 2007-05-14 14:07:35 +0200 (Mon, 14 May 2007) | 1 line
32132 M /trunk/extras/contrib/bootstrap
32134 Make it possible to force a distro.mak to use. This is helpfull in cross-compile situations to distinquish for a known target.
32135 ------------------------------------------------------------------------
32136 r20097 | dionoea | 2007-05-14 13:48:47 +0200 (Mon, 14 May 2007) | 2 lines
32142 ------------------------------------------------------------------------
32143 r20096 | xtophe | 2007-05-14 12:55:54 +0200 (Mon, 14 May 2007) | 2 lines
32145 M /trunk/po/POTFILES.in
32146 M /trunk/po/vlc.pot
32150 ------------------------------------------------------------------------
32151 r20095 | xtophe | 2007-05-14 00:33:18 +0200 (Mon, 14 May 2007) | 2 lines
32153 M /trunk/share/Makefile.am
32155 Distribute the lua parser scripts
32157 ------------------------------------------------------------------------
32158 r20094 | dionoea | 2007-05-13 23:55:12 +0200 (Sun, 13 May 2007) | 2 lines
32160 M /trunk/share/luaplaylist/test.lua
32162 * test.lua: Use spaces instead of tabs in lua code.
32164 ------------------------------------------------------------------------
32165 r20093 | dionoea | 2007-05-13 23:52:20 +0200 (Sun, 13 May 2007) | 2 lines
32167 M /trunk/configure.ac
32168 M /trunk/modules/demux/playlist/Modules.am
32169 A /trunk/modules/demux/playlist/luaplaylist.c
32170 A /trunk/share/luaplaylist
32171 A /trunk/share/luaplaylist/test.lua
32173 * New Lua based playlist demuxer. Code is far from being finished. It currently implements some url translation stuff similar to what videoportals.c does (in share/luaplaylist/test.lua). To test it, run: ./vlc --demux lua "http://www.youtube.com/watch?v=CPRC4glkvq0" --color -v -I dummy. The idea is to make it possible for users to add their own (text) playlist demuxers (including stuff like the video portals URL translation) without needing to recompile VLC.
32175 ------------------------------------------------------------------------
32176 r20092 | xtophe | 2007-05-13 23:23:10 +0200 (Sun, 13 May 2007) | 2 lines
32178 M /trunk/modules/gui/qt4/dialogs/open.cpp
32179 M /trunk/modules/gui/qt4/dialogs_provider.cpp
32180 M /trunk/modules/gui/qt4/dialogs_provider.hpp
32182 QT4: implement the open dialog from the playlist
32184 ------------------------------------------------------------------------
32185 r20091 | littlejohn | 2007-05-13 22:51:27 +0200 (Sun, 13 May 2007) | 1 line
32187 M /trunk/bindings/java/org/videolan/jvlc/JVLC.java
32189 Fix for destroy() method.
32190 ------------------------------------------------------------------------
32191 r20090 | littlejohn | 2007-05-13 21:37:24 +0200 (Sun, 13 May 2007) | 1 line
32193 M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
32195 serial version uid added
32196 ------------------------------------------------------------------------
32197 r20089 | littlejohn | 2007-05-13 21:08:59 +0200 (Sun, 13 May 2007) | 1 line
32199 M /trunk/bindings/java/org/videolan/jvlc/JVLCCanvas.java
32201 Destroy the jvlc instance when the remove notify method is invoked (avoids some jvm crashes).
32202 ------------------------------------------------------------------------
32203 r20088 | xtophe | 2007-05-13 00:48:55 +0200 (Sun, 13 May 2007) | 3 lines
32205 M /trunk/modules/gui/qt4/input_manager.cpp
32206 M /trunk/modules/gui/qt4/input_manager.hpp
32207 M /trunk/modules/gui/qt4/main_interface.cpp
32208 M /trunk/modules/gui/qt4/main_interface.hpp
32210 input_manager: Don't send name event all the time
32211 main_interface: update the systray tooltip
32213 ------------------------------------------------------------------------
32214 r20087 | sigmunau | 2007-05-12 23:01:45 +0200 (Sat, 12 May 2007) | 2 lines
32216 M /trunk/modules/gui/qt4/input_manager.cpp
32218 qt4: Show artist in status bare when applicable
32220 ------------------------------------------------------------------------
32221 r20086 | jb | 2007-05-12 21:42:51 +0200 (Sat, 12 May 2007) | 3 lines
32223 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32225 FFMPEG FOURCC's: add FOURCC for DNxHD and compile fix for different versions.
32228 ------------------------------------------------------------------------
32229 r20085 | jb | 2007-05-12 21:17:56 +0200 (Sat, 12 May 2007) | 3 lines
32231 M /trunk/modules/LIST
32233 Modules LIST update.
32236 ------------------------------------------------------------------------
32237 r20084 | pdherbemont | 2007-05-12 19:57:10 +0200 (Sat, 12 May 2007) | 2 lines
32239 M /trunk/modules/gui/macosx/playlist.m
32241 Mac OS X gui: Prevent a crash when dropping item on the playlist.
32243 ------------------------------------------------------------------------
32244 r20083 | courmisch | 2007-05-12 19:27:37 +0200 (Sat, 12 May 2007) | 2 lines
32248 M /trunk/configure.ac
32249 M /trunk/modules/access/Modules.am
32250 A /trunk/modules/access/jack.c
32252 Initial JACK audio access-demux from Julien Plissonneau Duqu?\195?\168ne
32254 ------------------------------------------------------------------------
32255 r20082 | pdherbemont | 2007-05-12 19:15:29 +0200 (Sat, 12 May 2007) | 2 lines
32257 M /trunk/src/audio_output/output.c
32259 audio_output/output.c: Make sure we are properly locking the fifo lock when appropriate. (please review).
32261 ------------------------------------------------------------------------
32262 r20081 | dionoea | 2007-05-12 17:05:34 +0200 (Sat, 12 May 2007) | 2 lines
32264 M /trunk/modules/demux/playlist/videoportals.c
32266 * videoportals.c: add title for metacafe vids.
32268 ------------------------------------------------------------------------
32269 r20080 | jb | 2007-05-12 17:03:57 +0200 (Sat, 12 May 2007) | 3 lines
32271 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32273 Compile fix. Oops(2)
32276 ------------------------------------------------------------------------
32277 r20079 | jb | 2007-05-12 17:01:15 +0200 (Sat, 12 May 2007) | 3 lines
32279 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32281 Small Correction. Oops.
32284 ------------------------------------------------------------------------
32285 r20078 | dionoea | 2007-05-12 16:57:12 +0200 (Sat, 12 May 2007) | 2 lines
32287 M /trunk/modules/demux/playlist/videoportals.c
32289 * videoportals.c: Add title support for dailymotion videos.
32291 ------------------------------------------------------------------------
32292 r20077 | jb | 2007-05-12 16:53:06 +0200 (Sat, 12 May 2007) | 3 lines
32294 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32296 FFMPEG, clean up a bit, add a few more FOURCC's and a few new formats.
32299 ------------------------------------------------------------------------
32300 r20076 | dionoea | 2007-05-12 16:23:37 +0200 (Sat, 12 May 2007) | 2 lines
32302 M /trunk/modules/demux/playlist/videoportals.c
32304 * videoportals.c: Allow using fullscreen youtube URLs and retreive the video's title when possible (still youtube).
32306 ------------------------------------------------------------------------
32307 r20075 | jb | 2007-05-12 14:54:02 +0200 (Sat, 12 May 2007) | 3 lines
32309 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32311 FFMPEG's FOURCC: add NUV codec, Cinepak for fallback and add more fourcc for targa, vixl, divx, SP5x and a few more !
32314 ------------------------------------------------------------------------
32315 r20074 | jb | 2007-05-12 02:15:58 +0200 (Sat, 12 May 2007) | 2 lines
32317 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32319 Correct a mistake in previous commit.
32321 ------------------------------------------------------------------------
32322 r20073 | jb | 2007-05-12 01:59:19 +0200 (Sat, 12 May 2007) | 3 lines
32324 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32326 FFMPEG FOURCC: commit fix for older FFMPEG versions.
32329 ------------------------------------------------------------------------
32330 r20072 | dionoea | 2007-05-12 01:54:47 +0200 (Sat, 12 May 2007) | 2 lines
32334 Add videoportals stuff to NEWS.
32336 ------------------------------------------------------------------------
32337 r20071 | dionoea | 2007-05-12 01:52:50 +0200 (Sat, 12 May 2007) | 2 lines
32339 M /trunk/modules/demux/playlist/videoportals.c
32341 videoportals.c: remove debug printf.
32343 ------------------------------------------------------------------------
32344 r20070 | dionoea | 2007-05-12 01:51:02 +0200 (Sat, 12 May 2007) | 2 lines
32346 M /trunk/modules/demux/playlist/videoportals.c
32348 videoportals.c: Add metacafe URL support.
32350 ------------------------------------------------------------------------
32351 r20069 | dionoea | 2007-05-12 01:33:58 +0200 (Sat, 12 May 2007) | 2 lines
32353 M /trunk/modules/demux/playlist/videoportals.c
32355 videoportals.c: Add support for google video (this sometimes fails ... the gvp vile referencing an empty url).
32357 ------------------------------------------------------------------------
32358 r20068 | jb | 2007-05-12 01:25:40 +0200 (Sat, 12 May 2007) | 3 lines
32360 M /trunk/modules/gui/qt4/main_interface.cpp
32362 Qt4 - small changes and factorisations in CONNECTs
32365 ------------------------------------------------------------------------
32366 r20067 | dionoea | 2007-05-12 01:19:39 +0200 (Sat, 12 May 2007) | 2 lines
32368 M /trunk/modules/demux/playlist/gvp.c
32370 gvp.c: Fix Google Video Playlist detection code.
32372 ------------------------------------------------------------------------
32373 r20066 | pdherbemont | 2007-05-12 01:19:34 +0200 (Sat, 12 May 2007) | 2 lines
32375 M /trunk/modules/access/http.c
32377 http Access: Simplify the re-location code.
32379 ------------------------------------------------------------------------
32380 r20065 | xtophe | 2007-05-12 01:17:14 +0200 (Sat, 12 May 2007) | 2 lines
32382 M /trunk/modules/gui/qt4/main_interface.cpp
32384 Don't hide the name in the status bar. Oups.
32386 ------------------------------------------------------------------------
32387 r20064 | jb | 2007-05-12 01:13:51 +0200 (Sat, 12 May 2007) | 3 lines
32389 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32391 Put SGI decoder with the latest version of ffmpeg.
32394 ------------------------------------------------------------------------
32395 r20063 | dionoea | 2007-05-12 01:08:19 +0200 (Sat, 12 May 2007) | 2 lines
32397 M /trunk/modules/demux/playlist/videoportals.c
32399 videoportals.c: Add support for Daily Motion URLs (the webpage's url).
32401 ------------------------------------------------------------------------
32402 r20062 | jb | 2007-05-12 00:46:50 +0200 (Sat, 12 May 2007) | 3 lines
32409 ------------------------------------------------------------------------
32410 r20061 | jb | 2007-05-12 00:31:09 +0200 (Sat, 12 May 2007) | 3 lines
32412 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32414 Codecs FFMPEG. Add support for DosBox Capture, Worms (Game) Videos, TIFF, SGI ad targa iamges. Tested.
32417 ------------------------------------------------------------------------
32418 r20060 | dionoea | 2007-05-12 00:27:33 +0200 (Sat, 12 May 2007) | 2 lines
32420 M /trunk/modules/demux/playlist/Modules.am
32421 M /trunk/modules/demux/playlist/playlist.c
32422 M /trunk/modules/demux/playlist/playlist.h
32423 M /trunk/modules/demux/playlist/podcast.c
32424 A /trunk/modules/demux/playlist/videoportals.c
32426 demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
32428 ------------------------------------------------------------------------
32429 r20059 | dionoea | 2007-05-12 00:15:45 +0200 (Sat, 12 May 2007) | 2 lines
32431 M /trunk/src/input/input.c
32433 input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
32435 ------------------------------------------------------------------------
32436 r20058 | dionoea | 2007-05-12 00:05:02 +0200 (Sat, 12 May 2007) | 2 lines
32438 M /trunk/modules/access/http.c
32440 Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
32442 ------------------------------------------------------------------------
32443 r20057 | jb | 2007-05-11 23:58:10 +0200 (Fri, 11 May 2007) | 2 lines
32445 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32447 FFMPEG: activate WMVA since it seems to work (tested with three different files)
32449 ------------------------------------------------------------------------
32450 r20056 | jb | 2007-05-11 23:50:03 +0200 (Fri, 11 May 2007) | 3 lines
32452 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32454 ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
32457 ------------------------------------------------------------------------
32458 r20055 | jb | 2007-05-11 22:02:34 +0200 (Fri, 11 May 2007) | 3 lines
32460 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32462 FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
32465 ------------------------------------------------------------------------
32466 r20054 | jb | 2007-05-11 21:46:25 +0200 (Fri, 11 May 2007) | 3 lines
32468 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32470 FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
32473 ------------------------------------------------------------------------
32474 r20053 | pdherbemont | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 2 lines
32476 M /trunk/modules/gui/macosx/embeddedwindow.h
32477 M /trunk/modules/gui/macosx/embeddedwindow.m
32479 Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
32481 ------------------------------------------------------------------------
32482 r20052 | jb | 2007-05-11 21:19:11 +0200 (Fri, 11 May 2007) | 3 lines
32484 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32486 Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
32489 ------------------------------------------------------------------------
32490 r20051 | jb | 2007-05-11 20:19:43 +0200 (Fri, 11 May 2007) | 3 lines
32492 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32494 Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
32497 ------------------------------------------------------------------------
32498 r20050 | pdherbemont | 2007-05-11 11:11:36 +0200 (Fri, 11 May 2007) | 2 lines
32500 M /trunk/modules/gui/macosx/embeddedwindow.h
32501 M /trunk/modules/gui/macosx/embeddedwindow.m
32503 Mac OS X gui: Make sure we don't see a ghost window in expose.
32505 ------------------------------------------------------------------------
32506 r20049 | jb | 2007-05-11 02:18:38 +0200 (Fri, 11 May 2007) | 3 lines
32508 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32510 Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
32513 ------------------------------------------------------------------------
32514 r20048 | jb | 2007-05-11 01:25:17 +0200 (Fri, 11 May 2007) | 3 lines
32516 M /trunk/modules/gui/qt4/components/open.cpp
32518 Qt4 - Open Network Dialog: add https to the list and checks.
32521 ------------------------------------------------------------------------
32522 r20047 | jb | 2007-05-11 01:14:05 +0200 (Fri, 11 May 2007) | 2 lines
32524 M /trunk/modules/gui/qt4/components/open.cpp
32526 Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
32528 ------------------------------------------------------------------------
32529 r20046 | jb | 2007-05-11 01:10:55 +0200 (Fri, 11 May 2007) | 2 lines
32531 M /trunk/modules/gui/qt4/components/open.cpp
32532 M /trunk/modules/gui/qt4/components/open.hpp
32533 M /trunk/modules/gui/qt4/ui/open.ui
32534 M /trunk/modules/gui/qt4/ui/open_capture.ui
32535 M /trunk/modules/gui/qt4/ui/open_disk.ui
32536 M /trunk/modules/gui/qt4/ui/open_net.ui
32538 Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
32540 ------------------------------------------------------------------------
32541 r20045 | xtophe | 2007-05-11 00:52:19 +0200 (Fri, 11 May 2007) | 2 lines
32543 M /trunk/modules/gui/qt4/main_interface.cpp
32544 M /trunk/modules/gui/qt4/qt4.cpp
32546 qt4: Make the name in the title an option
32548 ------------------------------------------------------------------------
32549 r20044 | xtophe | 2007-05-10 21:53:46 +0200 (Thu, 10 May 2007) | 2 lines
32551 M /trunk/configure.ac
32553 Default more cleanly on moc and uic
32555 ------------------------------------------------------------------------
32556 r20043 | jb | 2007-05-10 20:00:12 +0200 (Thu, 10 May 2007) | 3 lines
32558 M /trunk/configure.ac
32560 Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
32563 ------------------------------------------------------------------------
32564 r20042 | pdherbemont | 2007-05-10 14:24:23 +0200 (Thu, 10 May 2007) | 2 lines
32566 M /trunk/modules/gui/macosx/playlist.m
32568 Mac OS X gui: Fix a crash when waking up from sleep.
32570 ------------------------------------------------------------------------
32571 r20041 | xtophe | 2007-05-10 00:49:10 +0200 (Thu, 10 May 2007) | 2 lines
32574 M /trunk/modules/demux/mkv.cpp
32576 Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
32578 ------------------------------------------------------------------------
32579 r20040 | xtophe | 2007-05-10 00:10:25 +0200 (Thu, 10 May 2007) | 1 line
32583 Slovenian l10n by MAteh Urbancic
32584 ------------------------------------------------------------------------
32585 r20039 | xtophe | 2007-05-10 00:10:21 +0200 (Thu, 10 May 2007) | 1 line
32587 M /trunk/po/POTFILES.in
32588 M /trunk/po/vlc.pot
32590 Update the pot file
32591 ------------------------------------------------------------------------
32592 r20038 | dionoea | 2007-05-09 22:20:52 +0200 (Wed, 09 May 2007) | 2 lines
32594 M /trunk/modules/video_filter/rss.c
32596 * rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
32598 ------------------------------------------------------------------------
32599 r20037 | kenself | 2007-05-09 21:43:05 +0200 (Wed, 09 May 2007) | 4 lines
32601 M /trunk/modules/access/bda/bda.c
32602 M /trunk/modules/access/bda/bda.h
32603 M /trunk/modules/access/bda/bdadefs.h
32604 M /trunk/modules/access/bda/bdagraph.cpp
32605 M /trunk/modules/access/bda/bdagraph.h
32607 Fix choppy audio on live play - caching enabled properly
32608 Discard samples before demux is ready
32609 Timeout if no samples received
32610 Header file tidy up
32611 ------------------------------------------------------------------------
32612 r20036 | kenself | 2007-05-09 21:40:09 +0200 (Wed, 09 May 2007) | 1 line
32614 M /trunk/configure.ac
32616 Header file tidy-up - get guids from libstrmiids
32617 ------------------------------------------------------------------------
32618 r20035 | courmisch | 2007-05-09 20:48:21 +0200 (Wed, 09 May 2007) | 3 lines
32621 M /trunk/configure.ac
32622 M /trunk/modules/video_output/x11/xcommon.c
32623 M /trunk/modules/video_output/x11/xcommon.h
32625 HW Pixel Doubling and Backlight-on for Maemo devices
32626 Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
32628 ------------------------------------------------------------------------
32629 r20034 | fkuehne | 2007-05-09 19:33:21 +0200 (Wed, 09 May 2007) | 1 line
32631 M /trunk/modules/gui/macosx/sfilters.m
32633 * removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
32634 ------------------------------------------------------------------------
32635 r20033 | damienf | 2007-05-09 18:11:33 +0200 (Wed, 09 May 2007) | 2 lines
32637 M /trunk/modules/gui/qt4/components/open.cpp
32638 M /trunk/modules/gui/qt4/qt4.cpp
32640 - Qt4: remember last directory browsed in file dialog
32642 ------------------------------------------------------------------------
32643 r20032 | pdherbemont | 2007-05-08 20:50:40 +0200 (Tue, 08 May 2007) | 2 lines
32645 M /trunk/modules/gui/macosx/sfilters.m
32647 Mac OS X gui: Fix tabs.
32649 ------------------------------------------------------------------------
32650 r20031 | pdherbemont | 2007-05-08 20:44:31 +0200 (Tue, 08 May 2007) | 2 lines
32652 M /trunk/modules/gui/macosx/controls.m
32654 Mac OS X gui: Fix tabs.
32656 ------------------------------------------------------------------------
32657 r20030 | dionoea | 2007-05-08 20:20:28 +0200 (Tue, 08 May 2007) | 2 lines
32659 M /trunk/include/vlc_keys.h
32660 M /trunk/modules/control/hotkeys.c
32661 M /trunk/src/libvlc-module.c
32663 Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
32665 ------------------------------------------------------------------------
32666 r20029 | dionoea | 2007-05-08 20:03:16 +0200 (Tue, 08 May 2007) | 2 lines
32668 M /trunk/modules/control/hotkeys.c
32670 Tab and trailing space police.
32672 ------------------------------------------------------------------------
32673 r20028 | damienf | 2007-05-08 17:39:36 +0200 (Tue, 08 May 2007) | 2 lines
32675 M /trunk/modules/video_output/directx/direct3d.c
32676 M /trunk/modules/video_output/directx/directx.c
32677 M /trunk/modules/video_output/directx/events.c
32678 M /trunk/modules/video_output/directx/glwin32.c
32679 M /trunk/modules/video_output/directx/vout.h
32681 - directx: commit patch by Sergey Volk
32683 ------------------------------------------------------------------------
32684 r20027 | pdherbemont | 2007-05-08 15:51:35 +0200 (Tue, 08 May 2007) | 2 lines
32686 M /trunk/modules/gui/macosx/sfilters.m
32688 Mac OS X gui: Fix logo appearance.
32690 ------------------------------------------------------------------------
32691 r20026 | pdherbemont | 2007-05-08 15:35:38 +0200 (Tue, 08 May 2007) | 2 lines
32693 M /trunk/modules/gui/macosx/sfilters.m
32695 Mac OS X gui: Protect against NULL string, and fix filter window crash.
32697 ------------------------------------------------------------------------
32698 r20025 | pdherbemont | 2007-05-08 13:25:39 +0200 (Tue, 08 May 2007) | 2 lines
32700 M /trunk/modules/gui/macosx/controls.m
32702 Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
32704 ------------------------------------------------------------------------
32705 r20024 | pdherbemont | 2007-05-08 13:23:47 +0200 (Tue, 08 May 2007) | 2 lines
32707 M /trunk/include/vlc_keys.h
32708 M /trunk/modules/control/hotkeys.c
32710 Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
32712 ------------------------------------------------------------------------
32713 r20023 | oaubert | 2007-05-07 15:28:49 +0200 (Mon, 07 May 2007) | 3 lines
32715 M /trunk/bindings/python/vlc_mediacontrol.c
32717 python bindings: use mediacontrol_StreamInformation__free + fix
32718 memleak in MediaControl_snapshot
32720 ------------------------------------------------------------------------
32721 r20022 | oaubert | 2007-05-07 15:22:03 +0200 (Mon, 07 May 2007) | 2 lines
32723 M /trunk/include/vlc/mediacontrol.h
32724 M /trunk/src/control/mediacontrol_util.c
32726 mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
32728 ------------------------------------------------------------------------
32729 r20021 | dionoea | 2007-05-04 23:49:09 +0200 (Fri, 04 May 2007) | 2 lines
32733 Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
32735 ------------------------------------------------------------------------
32736 r20020 | dionoea | 2007-05-04 23:48:04 +0200 (Fri, 04 May 2007) | 2 lines
32738 M /trunk/modules/access/mms/mmsh.c
32740 * mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
32742 ------------------------------------------------------------------------
32743 r20019 | dionoea | 2007-05-04 23:40:05 +0200 (Fri, 04 May 2007) | 2 lines
32745 M /trunk/src/input/vlm.c
32747 "[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
32749 ------------------------------------------------------------------------
32750 r20018 | dionoea | 2007-05-04 23:35:50 +0200 (Fri, 04 May 2007) | 2 lines
32753 M /trunk/src/input/vlm.c
32755 "[PATCH] show input index-number in vlm show" by Ilkka Ollakka
32757 ------------------------------------------------------------------------
32758 r20017 | damienf | 2007-05-04 22:05:20 +0200 (Fri, 04 May 2007) | 2 lines
32760 M /trunk/modules/gui/wxwidgets/input_manager.cpp
32762 - wxwidgets: slider tweaks completed, needs testing
32764 ------------------------------------------------------------------------
32765 r20016 | xtophe | 2007-05-04 21:21:48 +0200 (Fri, 04 May 2007) | 2 lines
32769 M /trunk/configure.ac
32771 M /trunk/src/libvlc-module.c
32773 Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
32775 ------------------------------------------------------------------------
32776 r20015 | damienf | 2007-05-04 19:57:30 +0200 (Fri, 04 May 2007) | 2 lines
32778 M /trunk/modules/gui/wxwidgets/input_manager.cpp
32780 - wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
32782 ------------------------------------------------------------------------
32783 r20014 | pdherbemont | 2007-05-04 15:29:15 +0200 (Fri, 04 May 2007) | 2 lines
32785 M /trunk/modules/gui/macosx/prefs.m
32786 M /trunk/modules/gui/macosx/prefs_widgets.m
32788 Mac OS X gui: Quick Preferences fix.
32790 ------------------------------------------------------------------------
32791 r20013 | fkuehne | 2007-05-04 09:20:21 +0200 (Fri, 04 May 2007) | 1 line
32793 M /trunk/extras/contrib/src/Makefile
32795 * don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
32796 ------------------------------------------------------------------------
32797 r20012 | jb | 2007-05-04 02:04:11 +0200 (Fri, 04 May 2007) | 5 lines
32799 M /trunk/modules/gui/qt4/main_interface.cpp
32800 M /trunk/modules/gui/qt4/main_interface.hpp
32801 M /trunk/modules/gui/qt4/menus.cpp
32802 M /trunk/modules/gui/qt4/qt4.cpp
32804 qt4 - Systray: - Repair the hide-and-never-show-back bug,
32805 - Repair the quit-VLC-but-let-the-menu W32 bug,
32806 - add an option to start VLC minimized.
32809 ------------------------------------------------------------------------
32810 r20011 | gbazin | 2007-05-03 22:42:54 +0200 (Thu, 03 May 2007) | 1 line
32812 M /trunk/src/input/stream.c
32814 * src/input/stream.c: fix input-list code.
32815 ------------------------------------------------------------------------
32816 r20010 | oaubert | 2007-05-03 22:03:09 +0200 (Thu, 03 May 2007) | 2 lines
32818 M /trunk/bindings/python/vlcglue.h
32820 python bindings: use new mediacontrol_exception_create function
32822 ------------------------------------------------------------------------
32823 r20009 | oaubert | 2007-05-03 22:02:34 +0200 (Thu, 03 May 2007) | 2 lines
32825 M /trunk/include/vlc/mediacontrol.h
32826 M /trunk/src/control/mediacontrol_audio_video.c
32827 M /trunk/src/control/mediacontrol_core.c
32828 M /trunk/src/control/mediacontrol_util.c
32830 mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
32832 ------------------------------------------------------------------------
32833 r20008 | jb | 2007-05-03 21:52:45 +0200 (Thu, 03 May 2007) | 3 lines
32835 M /trunk/src/libvlc-module.c
32837 Change prefer-system-codecs category (put it in codecs, not input/codec)
32840 ------------------------------------------------------------------------
32841 r20007 | jb | 2007-05-03 21:31:13 +0200 (Thu, 03 May 2007) | 3 lines
32843 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
32845 Qt4 - GOto TIme dialog. Adjustement in size.
32848 ------------------------------------------------------------------------
32849 r20006 | jb | 2007-05-03 21:18:39 +0200 (Thu, 03 May 2007) | 3 lines
32851 M /trunk/modules/gui/qt4/dialogs/open.cpp
32852 M /trunk/modules/gui/qt4/ui/open.ui
32853 M /trunk/modules/gui/qt4/ui/open_capture.ui
32854 M /trunk/modules/gui/qt4/ui/open_disk.ui
32855 M /trunk/modules/gui/qt4/ui/open_file.ui
32856 M /trunk/modules/gui/qt4/ui/open_net.ui
32858 qt4 - Open dialog. Smaller Width;
32861 ------------------------------------------------------------------------
32862 r20005 | oaubert | 2007-05-03 19:44:07 +0200 (Thu, 03 May 2007) | 3 lines
32864 M /trunk/src/control/mediacontrol_util.c
32866 src/control/mediacontrol_util.c: revert rev. 19899, and document the
32867 mediacontrol_exception_init function.
32869 ------------------------------------------------------------------------
32870 r20004 | Trax | 2007-05-03 18:53:14 +0200 (Thu, 03 May 2007) | 1 line
32872 M /trunk/modules/codec/x264.c
32874 * modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
32875 ------------------------------------------------------------------------
32876 r20003 | jb | 2007-05-03 01:30:54 +0200 (Thu, 03 May 2007) | 3 lines
32878 M /trunk/modules/gui/qt4/components/open.cpp
32880 Qt4 - Open Disc: handle dvdsimple
32883 ------------------------------------------------------------------------
32884 r20002 | jb | 2007-05-03 01:11:26 +0200 (Thu, 03 May 2007) | 3 lines
32886 M /trunk/modules/demux/real.c
32888 Cosmetic and brackets.
32891 ------------------------------------------------------------------------
32892 r20001 | jb | 2007-05-03 01:04:07 +0200 (Thu, 03 May 2007) | 3 lines
32894 M /trunk/modules/demux/real.c
32896 Add a "(" to fix previous commit.
32899 ------------------------------------------------------------------------
32900 r20000 | jb | 2007-05-03 00:59:49 +0200 (Thu, 03 May 2007) | 3 lines
32902 M /trunk/modules/codec/ffmpeg/ffmpeg.c
32903 M /trunk/modules/demux/real.c
32905 Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
32908 ------------------------------------------------------------------------
32909 r19999 | jb | 2007-05-03 00:57:51 +0200 (Thu, 03 May 2007) | 3 lines
32911 M /trunk/modules/gui/qt4/main_interface.cpp
32912 M /trunk/modules/gui/qt4/main_interface.hpp
32913 M /trunk/modules/gui/qt4/menus.cpp
32914 M /trunk/modules/gui/qt4/menus.hpp
32916 qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
32919 ------------------------------------------------------------------------
32920 r19998 | jb | 2007-05-03 00:55:45 +0200 (Thu, 03 May 2007) | 4 lines
32922 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
32923 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
32925 Qt4 - Preferences. Add an apply button and warnings to force saving
32926 and rebuilding when switching details depth.
32929 ------------------------------------------------------------------------
32930 r19997 | jb | 2007-05-02 23:19:35 +0200 (Wed, 02 May 2007) | 3 lines
32932 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
32933 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
32935 qt4 - Simple Preferences: add the overlay option to the video preferences panel.
32938 ------------------------------------------------------------------------
32939 r19996 | jb | 2007-05-02 23:10:08 +0200 (Wed, 02 May 2007) | 2 lines
32941 M /trunk/modules/gui/qt4/ui/open.ui
32942 M /trunk/modules/gui/qt4/ui/open_disk.ui
32943 M /trunk/modules/gui/qt4/ui/open_file.ui
32944 M /trunk/modules/gui/qt4/ui/open_net.ui
32946 Qt4 - Add various tooltips: Open (1)
32948 ------------------------------------------------------------------------
32949 r19995 | jb | 2007-05-02 22:33:24 +0200 (Wed, 02 May 2007) | 3 lines
32951 M /trunk/modules/gui/qt4/qt4.cpp
32953 Qt4 - Text correction.
32956 ------------------------------------------------------------------------
32957 r19994 | jb | 2007-05-02 21:58:03 +0200 (Wed, 02 May 2007) | 3 lines
32959 M /trunk/modules/gui/qt4/main_interface.cpp
32960 M /trunk/modules/gui/qt4/main_interface.hpp
32961 M /trunk/modules/gui/qt4/menus.cpp
32962 M /trunk/modules/gui/qt4/menus.hpp
32963 M /trunk/modules/gui/qt4/qt4.cpp
32964 M /trunk/modules/gui/qt4/res.qrc
32966 Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
32969 ------------------------------------------------------------------------
32970 r19993 | damienf | 2007-05-02 19:30:25 +0200 (Wed, 02 May 2007) | 2 lines
32972 M /trunk/modules/video_output/directx/direct3d.c
32973 M /trunk/modules/video_output/directx/events.c
32975 - direct3d: fix for cropping, closes #1185
32977 ------------------------------------------------------------------------
32978 r19992 | courmisch | 2007-05-01 19:18:46 +0200 (Tue, 01 May 2007) | 2 lines
32980 M /trunk/src/stream_output/sdp.c
32981 M /trunk/src/stream_output/stream_output.h
32983 Provide va_list variant to MakeSDPMedia
32985 ------------------------------------------------------------------------
32986 r19991 | courmisch | 2007-05-01 19:14:14 +0200 (Tue, 01 May 2007) | 2 lines
32988 M /trunk/src/stream_output/sdp.c
32989 M /trunk/src/stream_output/stream_output.h
32991 Add helper for SDP media description formatting
32993 ------------------------------------------------------------------------
32994 r19990 | courmisch | 2007-05-01 17:46:13 +0200 (Tue, 01 May 2007) | 2 lines
32996 M /trunk/include/vlc_sout.h
32997 M /trunk/modules/stream_out/standard.c
32998 M /trunk/src/stream_output/announce.c
32999 M /trunk/src/stream_output/stream_output.h
33003 ------------------------------------------------------------------------
33004 r19989 | dionoea | 2007-05-01 16:24:16 +0200 (Tue, 01 May 2007) | 2 lines
33006 M /trunk/modules/codec/fake.c
33008 fake.c: allow changing the fake-file-reload option at runtime (untested).
33010 ------------------------------------------------------------------------
33011 r19988 | sigmunau | 2007-05-01 13:08:40 +0200 (Tue, 01 May 2007) | 4 lines
33013 M /trunk/modules/demux/mkv.cpp
33015 Apply the same probes as is done in Open when checking other mkvs in
33016 the same dir in order to weed out invalid files before calling
33017 libmatroska. Fixes #1158 and a memleak in that area
33019 ------------------------------------------------------------------------
33020 r19987 | sigmunau | 2007-05-01 12:10:34 +0200 (Tue, 01 May 2007) | 3 lines
33022 M /trunk/modules/control/hotkeys.c
33024 hotkeys.c: Don't continue looking once the action for your key is
33025 found. Should save a few precious cycles
33027 ------------------------------------------------------------------------
33028 r19986 | sigmunau | 2007-05-01 11:58:59 +0200 (Tue, 01 May 2007) | 6 lines
33030 M /trunk/modules/control/hotkeys.c
33032 hotkeys.c: Print a warning and do nothing when something issues a 0
33033 keyevent, rather than execute the last unassigned key action. Fixes an
33034 issue that causes the playback to be unintenionally paused whenever a
33035 modifier is pressed and the qt4 interface has focus (key-pause is not
33036 assigned by default)
33038 ------------------------------------------------------------------------
33039 r19985 | jb | 2007-04-30 21:49:26 +0200 (Mon, 30 Apr 2007) | 3 lines
33041 M /trunk/include/vlc_intf_strings.h
33042 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33043 M /trunk/modules/gui/qt4/dialogs_provider.hpp
33044 M /trunk/modules/gui/qt4/menus.cpp
33046 Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs...
33049 ------------------------------------------------------------------------
33050 r19984 | jb | 2007-04-30 21:12:15 +0200 (Mon, 30 Apr 2007) | 3 lines
33052 M /trunk/modules/gui/qt4/main_interface.cpp
33053 M /trunk/modules/gui/qt4/main_interface.hpp
33055 Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
33058 ------------------------------------------------------------------------
33059 r19983 | jb | 2007-04-30 20:09:34 +0200 (Mon, 30 Apr 2007) | 3 lines
33061 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33062 M /trunk/modules/gui/qt4/qt4.cpp
33064 Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
33067 ------------------------------------------------------------------------
33068 r19982 | jb | 2007-04-30 19:42:21 +0200 (Mon, 30 Apr 2007) | 4 lines
33070 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33071 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
33073 Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
33077 ------------------------------------------------------------------------
33078 r19981 | courmisch | 2007-04-30 17:04:47 +0200 (Mon, 30 Apr 2007) | 2 lines
33080 M /trunk/src/text/strings.c
33082 Handle errors without crashing
33084 ------------------------------------------------------------------------
33085 r19980 | jb | 2007-04-30 02:50:19 +0200 (Mon, 30 Apr 2007) | 3 lines
33087 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33089 Qt4 - Indentation fix on previous commit.
33092 ------------------------------------------------------------------------
33093 r19979 | jb | 2007-04-30 02:44:18 +0200 (Mon, 30 Apr 2007) | 3 lines
33095 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33096 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33098 Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
33101 ------------------------------------------------------------------------
33102 r19978 | jb | 2007-04-30 00:52:08 +0200 (Mon, 30 Apr 2007) | 3 lines
33104 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
33106 Qt4 - Very slight change of behaviour.
33109 ------------------------------------------------------------------------
33110 r19977 | jb | 2007-04-30 00:47:36 +0200 (Mon, 30 Apr 2007) | 3 lines
33112 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33113 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33115 Qt4 - Preferences. Implement the onUpdate for ModuleList.
33118 ------------------------------------------------------------------------
33119 r19976 | jb | 2007-04-29 23:50:34 +0200 (Sun, 29 Apr 2007) | 3 lines
33121 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33122 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
33123 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
33125 Qt4 - Simple Prefs: little adjustements.
33128 ------------------------------------------------------------------------
33129 r19975 | jb | 2007-04-29 23:21:55 +0200 (Sun, 29 Apr 2007) | 3 lines
33131 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
33133 Qt4 - File forgotten in previous commit.
33136 ------------------------------------------------------------------------
33137 r19974 | jb | 2007-04-29 23:16:16 +0200 (Sun, 29 Apr 2007) | 3 lines
33139 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33141 Qt4 - Simple Prefs. Small modifications on style.
33144 ------------------------------------------------------------------------
33145 r19973 | damienf | 2007-04-29 19:44:44 +0200 (Sun, 29 Apr 2007) | 2 lines
33147 M /trunk/modules/demux/live555.cpp
33149 - live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
33151 ------------------------------------------------------------------------
33152 r19972 | jb | 2007-04-29 13:37:17 +0200 (Sun, 29 Apr 2007) | 3 lines
33154 M /trunk/modules/gui/wxwidgets/interface.cpp
33156 Wx - Increase the time display. Close #1116. Does not happen in Qt4.
33159 ------------------------------------------------------------------------
33160 r19971 | jpsaman | 2007-04-29 11:22:04 +0200 (Sun, 29 Apr 2007) | 2 lines
33162 M /trunk/modules/mux/rtp/rtcp.c
33163 M /trunk/modules/mux/rtp/rtcp.h
33165 Numerous compile fixes.
33167 ------------------------------------------------------------------------
33168 r19970 | damienf | 2007-04-28 19:49:39 +0200 (Sat, 28 Apr 2007) | 2 lines
33170 M /trunk/modules/demux/playlist/asx.c
33172 - asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
33174 ------------------------------------------------------------------------
33175 r19969 | jb | 2007-04-28 19:48:56 +0200 (Sat, 28 Apr 2007) | 3 lines
33177 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33179 qt4 - language is win32 only.
33182 ------------------------------------------------------------------------
33183 r19968 | courmisch | 2007-04-28 19:40:51 +0200 (Sat, 28 Apr 2007) | 2 lines
33185 M /trunk/configure.ac
33186 M /trunk/modules/access_filter/Modules.am
33187 A /trunk/modules/access_filter/bandwidth.c
33189 Bandwidth limit access filter
33191 ------------------------------------------------------------------------
33192 r19967 | courmisch | 2007-04-28 19:21:09 +0200 (Sat, 28 Apr 2007) | 2 lines
33194 M /trunk/modules/access/bda
33198 ------------------------------------------------------------------------
33199 r19966 | jb | 2007-04-28 17:39:42 +0200 (Sat, 28 Apr 2007) | 3 lines
33201 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33203 Qt4 - Preferences Size.
33206 ------------------------------------------------------------------------
33207 r19965 | jb | 2007-04-28 17:28:39 +0200 (Sat, 28 Apr 2007) | 3 lines
33209 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33211 Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
33214 ------------------------------------------------------------------------
33215 r19964 | jb | 2007-04-28 17:11:17 +0200 (Sat, 28 Apr 2007) | 3 lines
33217 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33219 Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
33222 ------------------------------------------------------------------------
33223 r19963 | jpsaman | 2007-04-28 16:03:36 +0200 (Sat, 28 Apr 2007) | 2 lines
33225 M /trunk/extras/contrib/src/Patches/live-config.patch
33226 M /trunk/extras/contrib/src/Patches/live.patch
33228 Update patches to latest live tarball.
33230 ------------------------------------------------------------------------
33231 r19962 | pdherbemont | 2007-04-28 14:24:48 +0200 (Sat, 28 Apr 2007) | 2 lines
33233 M /trunk/extras/contrib/src/Patches/live-starttime.patch
33234 M /trunk/extras/contrib/src/Patches/live.patch
33236 contrib: Attempt to fix live555 patches.
33238 ------------------------------------------------------------------------
33239 r19961 | jb | 2007-04-28 04:22:43 +0200 (Sat, 28 Apr 2007) | 3 lines
33241 M /trunk/modules/gui/qt4/menus.cpp
33243 qt4 - menu: indentation correction.
33246 ------------------------------------------------------------------------
33247 r19960 | jb | 2007-04-28 04:16:08 +0200 (Sat, 28 Apr 2007) | 2 lines
33249 M /trunk/modules/gui/qt4/menus.cpp
33251 Qt4 - Popup Menu: Add open and help. Correct the tool menu behaviour. Other small fix.
33253 ------------------------------------------------------------------------
33254 r19959 | jb | 2007-04-28 03:36:15 +0200 (Sat, 28 Apr 2007) | 3 lines
33256 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33257 M /trunk/modules/gui/qt4/dialogs_provider.hpp
33258 M /trunk/modules/gui/qt4/main_interface.hpp
33259 M /trunk/modules/gui/qt4/menus.cpp
33261 Qt4 - Menus modifications and additions. ( hide & playlist mainly )
33264 ------------------------------------------------------------------------
33265 r19958 | jb | 2007-04-28 02:31:54 +0200 (Sat, 28 Apr 2007) | 3 lines
33267 M /trunk/modules/gui/qt4/dialogs/extended.cpp
33268 M /trunk/modules/gui/qt4/dialogs/extended.hpp
33269 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33270 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
33271 M /trunk/modules/gui/qt4/dialogs/help.cpp
33272 M /trunk/modules/gui/qt4/dialogs/help.hpp
33273 M /trunk/modules/gui/qt4/dialogs/interaction.cpp
33274 M /trunk/modules/gui/qt4/dialogs/interaction.hpp
33275 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
33276 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
33277 M /trunk/modules/gui/qt4/dialogs/messages.cpp
33278 M /trunk/modules/gui/qt4/dialogs/messages.hpp
33279 M /trunk/modules/gui/qt4/dialogs/open.cpp
33280 M /trunk/modules/gui/qt4/dialogs/open.hpp
33281 M /trunk/modules/gui/qt4/dialogs/playlist.hpp
33282 M /trunk/modules/gui/qt4/playlist_model.cpp
33284 qt4 - Copyright, CRs and unwanted commits.
33287 ------------------------------------------------------------------------
33288 r19957 | jb | 2007-04-28 02:26:29 +0200 (Sat, 28 Apr 2007) | 3 lines
33290 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
33291 M /trunk/modules/gui/qt4/components/complete_preferences.hpp
33292 M /trunk/modules/gui/qt4/components/extended_panels.hpp
33293 M /trunk/modules/gui/qt4/components/infopanels.cpp
33294 M /trunk/modules/gui/qt4/components/infopanels.hpp
33295 M /trunk/modules/gui/qt4/components/open.cpp
33296 M /trunk/modules/gui/qt4/components/open.hpp
33297 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33298 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33299 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33300 M /trunk/modules/gui/qt4/dialogs_provider.hpp
33301 M /trunk/modules/gui/qt4/input_manager.cpp
33302 M /trunk/modules/gui/qt4/input_manager.hpp
33303 M /trunk/modules/gui/qt4/main_interface.cpp
33304 M /trunk/modules/gui/qt4/main_interface.hpp
33305 M /trunk/modules/gui/qt4/menus.cpp
33306 M /trunk/modules/gui/qt4/playlist_model.cpp
33307 M /trunk/modules/gui/qt4/qt4.cpp
33308 M /trunk/modules/gui/qt4/qt4.hpp
33310 Qt4 - Copyright update and CRs
33313 ------------------------------------------------------------------------
33314 r19956 | jb | 2007-04-28 02:16:35 +0200 (Sat, 28 Apr 2007) | 3 lines
33316 M /trunk/modules/gui/qt4/dialogs/open.cpp
33317 M /trunk/modules/gui/qt4/dialogs/open.hpp
33318 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33319 M /trunk/modules/gui/qt4/dialogs/sout.cpp
33320 M /trunk/modules/gui/qt4/dialogs/sout.hpp
33321 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33322 M /trunk/modules/gui/qt4/dialogs_provider.hpp
33323 M /trunk/modules/gui/qt4/menus.cpp
33324 M /trunk/modules/gui/qt4/playlist_model.cpp
33325 M /trunk/modules/gui/qt4/ui/open.ui
33326 M /trunk/modules/gui/qt4/ui/open_file.ui
33327 M /trunk/modules/gui/qt4/ui/sout.ui
33329 Qt4 - Open Dialog and related. Change on the actions to stream out. Lots of corrections. Add a few new menu entries. Check some sizes.
33332 ------------------------------------------------------------------------
33333 r19955 | dionoea | 2007-04-27 23:21:39 +0200 (Fri, 27 Apr 2007) | 2 lines
33335 M /trunk/modules/control/rc.c
33339 ------------------------------------------------------------------------
33340 r19954 | xtophe | 2007-04-27 21:46:50 +0200 (Fri, 27 Apr 2007) | 2 lines
33342 M /trunk/modules/gui/wxwidgets/wxwidgets.hpp
33344 Fix memory corruption in wx locales handling on UTF8 system with iconv
33346 ------------------------------------------------------------------------
33347 r19953 | jb | 2007-04-27 19:36:10 +0200 (Fri, 27 Apr 2007) | 2 lines
33349 M /trunk/modules/gui/qt4/dialogs/extended.cpp
33351 qt4 - extended dialog is a QtTool dialog.
33353 ------------------------------------------------------------------------
33354 r19952 | oaubert | 2007-04-27 16:25:08 +0200 (Fri, 27 Apr 2007) | 2 lines
33356 M /trunk/bindings/python/Makefile.am
33358 bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place
33360 ------------------------------------------------------------------------
33361 r19951 | jb | 2007-04-27 00:41:52 +0200 (Fri, 27 Apr 2007) | 2 lines
33363 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33364 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
33366 qt4 - Size and translations.
33368 ------------------------------------------------------------------------
33369 r19950 | jb | 2007-04-27 00:37:58 +0200 (Fri, 27 Apr 2007) | 3 lines
33371 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
33372 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
33374 Qt4 - Complete preferences. Make ModuleList Clearer than it is now... Align SpinBox correctly. Make directory and file use 2 column instead of three.
33377 ------------------------------------------------------------------------
33378 r19949 | damienf | 2007-04-26 23:45:13 +0200 (Thu, 26 Apr 2007) | 2 lines
33380 M /trunk/modules/video_output/directx/direct3d.c
33381 M /trunk/modules/video_output/directx/vout.h
33383 - directx: backport leftovers from vlc-0.8.6-bugix
33385 ------------------------------------------------------------------------
33386 r19948 | courmisch | 2007-04-26 21:53:53 +0200 (Thu, 26 Apr 2007) | 2 lines
33388 M /trunk/modules/access_filter/dump.c
33392 ------------------------------------------------------------------------
33393 r19947 | dionoea | 2007-04-26 21:33:33 +0200 (Thu, 26 Apr 2007) | 2 lines
33395 M /trunk/modules/misc/freetype.c
33396 M /trunk/modules/misc/quartztext.c
33397 M /trunk/src/video_output/vout_subpictures.c
33399 * [PATCH] Memory hole fix by Bernie Purcell
33401 ------------------------------------------------------------------------
33402 r19946 | damienf | 2007-04-26 18:03:55 +0200 (Thu, 26 Apr 2007) | 2 lines
33404 M /trunk/src/libvlc-common.c
33406 fixed memleak pointed out by xtophe in previous commit
33408 ------------------------------------------------------------------------
33409 r19945 | damienf | 2007-04-26 17:51:03 +0200 (Thu, 26 Apr 2007) | 2 lines
33411 M /trunk/src/libvlc-common.c
33412 M /trunk/src/libvlc-module.c
33414 - configuration: added "--prefer-system-codecs" option to force VLC to use codecs installed on system whwn a choice is available (currently only works on win32)
33416 ------------------------------------------------------------------------
33417 r19944 | damienf | 2007-04-26 13:25:07 +0200 (Thu, 26 Apr 2007) | 2 lines
33419 M /trunk/modules/video_output/directx/direct3d.c
33420 M /trunk/modules/video_output/directx/directx.c
33421 M /trunk/modules/video_output/directx/events.c
33422 M /trunk/modules/video_output/directx/glwin32.c
33424 - directx: avoid mixing GDI and Direct3D/OpenGL/DirectX (non-overlay) in video window, should help Vista compatibility
33426 ------------------------------------------------------------------------
33427 r19943 | jpsaman | 2007-04-26 12:03:51 +0200 (Thu, 26 Apr 2007) | 2 lines
33429 M /trunk/include/vlc_variables.h
33430 M /trunk/modules/codec/fake.c
33431 M /trunk/src/misc/variables.c
33433 Specifying --fake-file-reload 5 reloads the image file every 5 seconds. This will change the background image in a mosaic solution. The usage scenario is for instance a webcam that uploads an images every x seconds to the same file location.
33435 ------------------------------------------------------------------------
33436 r19942 | jpsaman | 2007-04-26 11:59:58 +0200 (Thu, 26 Apr 2007) | 1 line
33438 M /trunk/modules/video_filter/osdmenu.c
33440 remove trailing whitespace
33441 ------------------------------------------------------------------------
33442 r19941 | jpsaman | 2007-04-26 08:48:12 +0200 (Thu, 26 Apr 2007) | 1 line
33444 M /trunk/modules/stream_out/transcode.c
33446 Small codingstyle cleanup
33447 ------------------------------------------------------------------------
33448 r19940 | jpsaman | 2007-04-26 08:44:28 +0200 (Thu, 26 Apr 2007) | 1 line
33450 M /trunk/modules/access/dvb/dvb.h
33451 M /trunk/modules/access/fake.c
33453 Remove emptylines and whitespace
33454 ------------------------------------------------------------------------
33455 r19939 | jb | 2007-04-26 01:27:55 +0200 (Thu, 26 Apr 2007) | 3 lines
33457 M /trunk/modules/gui/qt4/components/infopanels.cpp
33462 ------------------------------------------------------------------------
33463 r19938 | jb | 2007-04-26 01:26:45 +0200 (Thu, 26 Apr 2007) | 3 lines
33465 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
33467 Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
33470 ------------------------------------------------------------------------
33471 r19937 | damienf | 2007-04-26 00:51:10 +0200 (Thu, 26 Apr 2007) | 2 lines
33473 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33474 M /trunk/modules/gui/qt4/menus.cpp
33475 M /trunk/modules/gui/qt4/menus.hpp
33477 - Qt4: fix popup menu
33479 ------------------------------------------------------------------------
33480 r19936 | jb | 2007-04-26 00:00:27 +0200 (Thu, 26 Apr 2007) | 3 lines
33482 M /trunk/modules/audio_output/jack.c
33484 Jack patch by Jon Griffiths, fix crashes, improve debuging and use regexps.
33487 ------------------------------------------------------------------------
33488 r19935 | xtophe | 2007-04-25 22:01:18 +0200 (Wed, 25 Apr 2007) | 2 lines
33490 M /trunk/configure.ac
33492 Detect also .exe when looking for programs under win
33494 ------------------------------------------------------------------------
33495 r19934 | pdherbemont | 2007-04-25 21:55:51 +0200 (Wed, 25 Apr 2007) | 2 lines
33497 M /trunk/modules/gui/macosx/embeddedwindow.m
33499 Mac OS X gui: Make sure the fullscreen window will stay on top (should fix a blinking issue when leaving fullscreen).
33501 ------------------------------------------------------------------------
33502 r19933 | dionoea | 2007-04-25 21:37:47 +0200 (Wed, 25 Apr 2007) | 2 lines
33504 M /trunk/modules/video_filter/motiondetect.c
33506 motiondetect.c: Oops commit.
33508 ------------------------------------------------------------------------
33509 r19932 | dionoea | 2007-04-25 21:20:43 +0200 (Wed, 25 Apr 2007) | 3 lines
33511 M /trunk/modules/video_filter/motiondetect.c
33512 M /trunk/modules/video_filter/puzzle.c
33514 * motiondetect.c: remove useless include.
33515 * puzzle.c: compile warning fix.
33517 ------------------------------------------------------------------------
33518 r19931 | jpsaman | 2007-04-25 21:15:39 +0200 (Wed, 25 Apr 2007) | 2 lines
33521 M /trunk/modules/demux/rawdv.c
33523 Patch from Paul Corke for rawdv to advance the timestamp when it is about to fall behind because the hardware sometimes skips a frame on a live feed. Renamed - -rawdv-realtime to --rawdv-hurry-up because its working is similar to --sout-transcode-hurry-up. Also fixed a potential memory leak.
33525 ------------------------------------------------------------------------
33526 r19930 | jb | 2007-04-25 20:12:57 +0200 (Wed, 25 Apr 2007) | 3 lines
33528 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
33529 M /trunk/modules/gui/qt4/dialogs/messages.cpp
33531 Qt4 - Dialog size. Hope to fix windows bug.
33534 ------------------------------------------------------------------------
33535 r19929 | damienf | 2007-04-25 18:26:19 +0200 (Wed, 25 Apr 2007) | 2 lines
33537 M /trunk/modules/video_output/directx/events.c
33539 - directx: optimize WM_PAINT event handling
33541 ------------------------------------------------------------------------
33542 r19928 | funman | 2007-04-25 14:38:10 +0200 (Wed, 25 Apr 2007) | 3 lines
33544 M /trunk/src/libvlc-common.c
33546 Doesn't shutdown hal connection if initialisation failed.
33547 (That usually happens when system D-Bus daemon is not running)
33549 ------------------------------------------------------------------------
33550 r19927 | jb | 2007-04-25 00:02:10 +0200 (Wed, 25 Apr 2007) | 3 lines
33552 M /trunk/modules/gui/qt4/components/open.cpp
33554 Qt4 - Open. Make files in a better way to stop whiners (2)
33557 ------------------------------------------------------------------------
33558 r19926 | pdherbemont | 2007-04-24 23:42:29 +0200 (Tue, 24 Apr 2007) | 2 lines
33560 M /trunk/configure.ac
33562 Quartz (Mac OS X) subtitle renderer by Bernie Purcell. (Part 2)
33564 ------------------------------------------------------------------------
33565 r19925 | jb | 2007-04-24 23:33:57 +0200 (Tue, 24 Apr 2007) | 3 lines
33567 M /trunk/extras/contrib/Makefile
33569 Contrib and qt4 exe for whiners
33572 ------------------------------------------------------------------------
33573 r19924 | pdherbemont | 2007-04-24 21:59:59 +0200 (Tue, 24 Apr 2007) | 2 lines
33575 M /trunk/modules/LIST
33576 M /trunk/modules/misc/Modules.am
33577 A /trunk/modules/misc/quartztext.c
33579 Quartz (Mac OS X) subtitle renderer by Bernie Purcell.
33581 ------------------------------------------------------------------------
33582 r19923 | oaubert | 2007-04-24 16:02:40 +0200 (Tue, 24 Apr 2007) | 2 lines
33584 M /trunk/bindings/python/Makefile.am
33586 bindings/python/Makefile.am: remove wrong whitespace around = sign
33588 ------------------------------------------------------------------------
33589 r19922 | dionoea | 2007-04-23 23:41:25 +0200 (Mon, 23 Apr 2007) | 19 lines
33591 M /trunk/modules/video_filter/gaussianblur.c
33593 Yet another optimisation for the gaussian filter. This adds a compile
33594 time option to use floats instead of integers. Performance comparison
33596 (performance is in numbers of samples output by oprofile. Less is better)
33598 sigma old version (integers) integers floats
33599 2.0 556889 466435 (-17%) 481293 (-13%)
33600 4.0 902749 (core maxed out) 732755 (-19%) 716070 (-21%)
33602 I'll have to check why relative performance gain depends on sigma when
33603 comparing the the float and integer versions.
33605 I'll aslo add another module (most likely named fastgaussianblur.c)
33606 based on Frederick M. Waltz and John W. V. Miller's "An efficient
33607 algorithm for Gaussian blur using finite-state machines" article. This
33608 seems to be way faster (but it's doesn't allow as much granularity in
33609 the gaussian's choice and it adds an error compared to this module).
33612 ------------------------------------------------------------------------
33613 r19921 | jb | 2007-04-23 22:24:30 +0200 (Mon, 23 Apr 2007) | 5 lines
33615 M /trunk/extras/contrib/src/Patches/live-starttime.patch
33618 The arm.config error that occurs is just that someone commited a dos file...
33619 dos2unix could fix it. but it is not on Apples....
33622 ------------------------------------------------------------------------
33623 r19920 | jb | 2007-04-23 20:43:55 +0200 (Mon, 23 Apr 2007) | 3 lines
33625 M /trunk/extras/contrib/src/packages.mak
33630 ------------------------------------------------------------------------
33631 r19919 | jb | 2007-04-23 20:34:35 +0200 (Mon, 23 Apr 2007) | 3 lines
33633 M /trunk/extras/contrib/src/packages.mak
33638 ------------------------------------------------------------------------
33639 r19918 | jb | 2007-04-23 19:15:49 +0200 (Mon, 23 Apr 2007) | 4 lines
33641 M /trunk/extras/contrib/src/Makefile
33643 Contribs. Include qt4/bin/*.exe for the windows users.
33647 ------------------------------------------------------------------------
33648 r19917 | damienf | 2007-04-23 18:29:08 +0200 (Mon, 23 Apr 2007) | 2 lines
33650 M /trunk/configure.ac
33652 - vlc.exe: removed DOS console when starting up
33654 ------------------------------------------------------------------------
33655 r19916 | damienf | 2007-04-23 15:45:07 +0200 (Mon, 23 Apr 2007) | 2 lines
33661 - praises for Ken Self and BDA annoucement
33663 ------------------------------------------------------------------------
33664 r19915 | damienf | 2007-04-23 14:37:13 +0200 (Mon, 23 Apr 2007) | 2 lines
33666 M /trunk/configure.ac
33667 A /trunk/modules/access/bda
33668 A /trunk/modules/access/bda/Modules.am
33669 A /trunk/modules/access/bda/bda.c
33670 A /trunk/modules/access/bda/bda.h
33671 A /trunk/modules/access/bda/bdadefs.h
33672 A /trunk/modules/access/bda/bdagraph.cpp
33673 A /trunk/modules/access/bda/bdagraph.h
33675 - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self.
33677 ------------------------------------------------------------------------
33678 r19914 | jb | 2007-04-23 01:06:50 +0200 (Mon, 23 Apr 2007) | 3 lines
33680 M /trunk/extras/contrib/src/Makefile
33681 D /trunk/extras/contrib/src/Patches/libgpg-error.patch
33682 M /trunk/extras/contrib/src/packages.mak
33684 Contrib libgpg-error 1.3 => 1.5. Remove unnecessary patch (integrated upstream)
33687 ------------------------------------------------------------------------
33688 r19913 | jb | 2007-04-23 00:53:34 +0200 (Mon, 23 Apr 2007) | 4 lines
33690 M /trunk/extras/contrib/src/packages.mak
33692 Contrib. Freetye goes to 2.3.4. We hope it will repair the 2.3.1, 2.3.2, bugs...
33696 ------------------------------------------------------------------------
33697 r19912 | jb | 2007-04-23 00:46:33 +0200 (Mon, 23 Apr 2007) | 3 lines
33699 M /trunk/extras/contrib/src/packages.mak
33701 Contrib: Libpng 1.26 should correct some bug on NON-MMX platforms.
33704 ------------------------------------------------------------------------
33705 r19911 | jb | 2007-04-23 00:25:32 +0200 (Mon, 23 Apr 2007) | 3 lines
33707 M /trunk/extras/contrib/src/Distributions/darwin.mak
33708 M /trunk/extras/contrib/src/Makefile
33709 M /trunk/extras/contrib/src/packages.mak
33711 Contrib.SDL_image 1.25 because 1.24 was removed from main server
33714 ------------------------------------------------------------------------
33715 r19910 | jb | 2007-04-23 00:14:02 +0200 (Mon, 23 Apr 2007) | 3 lines
33717 M /trunk/extras/contrib/src/Distributions/beos.mak
33718 M /trunk/extras/contrib/src/Distributions/darwin.mak
33719 M /trunk/extras/contrib/src/Distributions/debian.mak
33720 M /trunk/extras/contrib/src/Distributions/fedora.mak
33721 M /trunk/extras/contrib/src/Distributions/unix.mak
33722 M /trunk/extras/contrib/src/Distributions/win32.mak
33723 M /trunk/extras/contrib/src/Makefile
33725 Contrib. Try to be a little consistent. This may kill your pinguin.
33728 ------------------------------------------------------------------------
33729 r19909 | jb | 2007-04-23 00:07:45 +0200 (Mon, 23 Apr 2007) | 3 lines
33731 M /trunk/extras/contrib/src/Makefile
33732 M /trunk/extras/contrib/src/Patches/mpcdec.patch
33733 M /trunk/extras/contrib/src/packages.mak
33735 Contribs MPCDEC bumps to 1.2.6. Patch has been submitted upstream.
33738 ------------------------------------------------------------------------
33739 r19908 | jb | 2007-04-22 22:41:54 +0200 (Sun, 22 Apr 2007) | 3 lines
33741 M /trunk/extras/contrib/src/Makefile
33743 Contribs: add a make clean-svn to accelerate contribs updates.
33746 ------------------------------------------------------------------------
33747 r19907 | pdherbemont | 2007-04-22 18:45:08 +0200 (Sun, 22 Apr 2007) | 2 lines
33749 M /trunk/modules/gui/macosx/controls.h
33750 M /trunk/modules/gui/macosx/controls.m
33751 M /trunk/modules/gui/macosx/vout.m
33753 Mac OS X gui: Use the proper vlc infrastructure to send mouse wheel event.
33755 ------------------------------------------------------------------------
33756 r19906 | pdherbemont | 2007-04-22 16:07:46 +0200 (Sun, 22 Apr 2007) | 2 lines
33758 M /trunk/modules/gui/macosx/vout.m
33760 Mac OS X gui: Use the scroll wheel to set the sound volume. This may need some tuning though.
33762 ------------------------------------------------------------------------
33763 r19905 | dionoea | 2007-04-22 12:27:49 +0200 (Sun, 22 Apr 2007) | 2 lines
33765 M /trunk/modules/video_filter/gaussianblur.c
33767 Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
33769 ------------------------------------------------------------------------
33770 r19904 | jpsaman | 2007-04-22 10:37:38 +0200 (Sun, 22 Apr 2007) | 2 lines
33772 M /trunk/modules/demux/avi/libavi.c
33774 Patch to fix ticket #1162 by npl at chello.at.
33776 ------------------------------------------------------------------------
33777 r19903 | dionoea | 2007-04-22 01:26:46 +0200 (Sun, 22 Apr 2007) | 2 lines
33779 M /trunk/configure.ac
33780 M /trunk/modules/video_filter/Modules.am
33781 A /trunk/modules/video_filter/gaussianblur.c (from /trunk/modules/video_filter/noise.c:19891)
33783 New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
33785 ------------------------------------------------------------------------
33786 r19902 | xtophe | 2007-04-22 01:19:33 +0200 (Sun, 22 Apr 2007) | 2 lines
33788 M /trunk/modules/demux/rawvid.c
33792 ------------------------------------------------------------------------
33793 r19901 | dionoea | 2007-04-22 00:42:20 +0200 (Sun, 22 Apr 2007) | 2 lines
33795 M /trunk/modules/video_filter/noise.c
33797 Fix i_pitch vs i_visible_pitch bug.
33799 ------------------------------------------------------------------------
33800 r19900 | oaubert | 2007-04-22 00:30:23 +0200 (Sun, 22 Apr 2007) | 3 lines
33802 M /trunk/src/control/mediacontrol_internal.h
33804 src/control/mediacontrol_internal.h: do not set exception attributes if
33805 no exception was passed
33807 ------------------------------------------------------------------------
33808 r19899 | oaubert | 2007-04-22 00:25:37 +0200 (Sun, 22 Apr 2007) | 3 lines
33810 M /trunk/src/control/mediacontrol_util.c
33812 src/control/mediacontrol_util: do not malloc a mediacontrol_Exception
33813 if it is NULL (memleak pointed by Pierre D'Herbemont)
33815 ------------------------------------------------------------------------
33816 r19898 | gbazin | 2007-04-21 22:06:39 +0200 (Sat, 21 Apr 2007) | 1 line
33818 M /trunk/configure.ac
33819 M /trunk/modules/demux/Modules.am
33820 A /trunk/modules/demux/rawvid.c
33822 * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
33823 ------------------------------------------------------------------------
33824 r19897 | gbazin | 2007-04-21 21:09:23 +0200 (Sat, 21 Apr 2007) | 1 line
33826 M /trunk/modules/demux/mpeg/m4v.c
33828 * modules/demux/mpeg/m4v.c: new m4v-fps config option.
33829 ------------------------------------------------------------------------
33830 r19896 | fkuehne | 2007-04-21 13:07:05 +0200 (Sat, 21 Apr 2007) | 1 line
33832 M /trunk/extras/contrib/bootstrap
33834 * dropped 10.3, num 2
33835 ------------------------------------------------------------------------
33836 r19895 | fkuehne | 2007-04-21 12:59:05 +0200 (Sat, 21 Apr 2007) | 1 line
33838 M /trunk/configure.ac
33840 * drop 10.3.9 support in favour for 10.4u
33841 ------------------------------------------------------------------------
33842 r19894 | xtophe | 2007-04-21 02:47:57 +0200 (Sat, 21 Apr 2007) | 2 lines
33844 M /trunk/Makefile.am
33848 ------------------------------------------------------------------------
33849 r19893 | xtophe | 2007-04-21 01:55:02 +0200 (Sat, 21 Apr 2007) | 2 lines
33851 M /trunk/share/Makefile.am
33852 D /trunk/share/applications/gnome-vlc-default.sh
33853 A /trunk/share/utils
33854 A /trunk/share/utils/gnome-vlc-default.sh (from /trunk/share/applications/gnome-vlc-default.sh:19881)
33856 gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
33858 ------------------------------------------------------------------------
33859 r19892 | dionoea | 2007-04-21 01:48:27 +0200 (Sat, 21 Apr 2007) | 3 lines
33861 M /trunk/modules/control/motion.c
33862 M /trunk/modules/video_filter/rotate.c
33864 * rotate.c: Fix a few bugs + don't use p_libvlc_global to store instance specific parameters
33865 * motion.c: reflect changes on rotate.c
33867 ------------------------------------------------------------------------
33868 r19891 | courmisch | 2007-04-20 17:21:59 +0200 (Fri, 20 Apr 2007) | 2 lines
33870 M /trunk/configure.ac
33872 Exclude incompilable MMX optimization for 420 YUY2 in debug builds
33874 ------------------------------------------------------------------------
33875 r19890 | thresh | 2007-04-20 12:40:03 +0200 (Fri, 20 Apr 2007) | 2 lines
33877 M /trunk/doc/fortunes.txt
33879 Another fortune gladly supplied by dionoea and xtophe
33881 ------------------------------------------------------------------------
33882 r19889 | fkuehne | 2007-04-20 09:50:54 +0200 (Fri, 20 Apr 2007) | 1 line
33886 * sync with 0.8.6b's final notes
33887 ------------------------------------------------------------------------
33888 r19888 | jb | 2007-04-20 02:13:18 +0200 (Fri, 20 Apr 2007) | 3 lines
33890 M /trunk/modules/gui/qt4/dialogs/open.cpp
33892 Qt4 - Open Dialog: Attempt to solve a Windows only bug. qt4 bug? VLC bug? I don't know yet.
33895 ------------------------------------------------------------------------
33896 r19887 | jb | 2007-04-20 02:03:50 +0200 (Fri, 20 Apr 2007) | 3 lines
33898 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
33899 M /trunk/modules/gui/qt4/menus.cpp
33901 Qt4 - Cosmetic changes.
33904 ------------------------------------------------------------------------
33905 r19886 | jb | 2007-04-20 01:49:01 +0200 (Fri, 20 Apr 2007) | 4 lines
33907 M /trunk/modules/gui/qt4/dialogs/sout.cpp
33908 M /trunk/modules/gui/qt4/dialogs/sout.hpp
33910 Qt4 - Sout: add a function to toggleVisibility of StreamOut widgets... Yes I will need it :D
33914 ------------------------------------------------------------------------
33915 r19885 | jb | 2007-04-20 01:24:48 +0200 (Fri, 20 Apr 2007) | 3 lines
33917 M /trunk/src/video_output/vout_intf.c
33919 Cropping ratios: add 35mm Widescreen Eur and US.
33922 ------------------------------------------------------------------------
33923 r19884 | jb | 2007-04-20 01:07:31 +0200 (Fri, 20 Apr 2007) | 4 lines
33925 M /trunk/src/video_output/vout_intf.c
33927 Add 2.35 and 2.39 cropping ratios.
33931 ------------------------------------------------------------------------
33932 r19883 | jb | 2007-04-20 00:18:28 +0200 (Fri, 20 Apr 2007) | 3 lines
33934 M /trunk/modules/gui/qt4/main_interface.cpp
33935 M /trunk/modules/gui/qt4/menus.cpp
33937 Qt4 - Add entries to the popupMenu.
33940 ------------------------------------------------------------------------
33941 r19882 | gbazin | 2007-04-19 23:30:15 +0200 (Thu, 19 Apr 2007) | 1 line
33943 M /trunk/modules/demux/mp4/libmp4.c
33944 M /trunk/modules/demux/mp4/libmp4.h
33945 M /trunk/modules/demux/mp4/mp4.c
33946 M /trunk/modules/mux/mp4.c
33948 * modules/demux/mp4/*, modules/mux/mp4.c: add support for yv12 and yuy2.
33949 ------------------------------------------------------------------------
33950 r19881 | xtophe | 2007-04-19 19:45:30 +0200 (Thu, 19 Apr 2007) | 2 lines
33952 M /trunk/doc/release-howto.txt
33954 some notes about mirrors
33956 ------------------------------------------------------------------------
33957 r19880 | dionoea | 2007-04-19 19:43:16 +0200 (Thu, 19 Apr 2007) | 2 lines
33959 M /trunk/modules/video_filter/scale.c
33961 Optimze nearest neighboor scaling implementation. This is used by the sub pictures core. CPU decrease compared to previous version with my test filter was: 66% for YUVA, 65% for I420 and 71% for RGBA.
33963 ------------------------------------------------------------------------
33964 r19879 | yoann | 2007-04-19 19:36:34 +0200 (Thu, 19 Apr 2007) | 2 lines
33966 M /trunk/doc/release-howto.txt
33968 * don't forget the "Check for updates" functionality
33970 ------------------------------------------------------------------------
33971 r19878 | courmisch | 2007-04-19 16:54:06 +0200 (Thu, 19 Apr 2007) | 2 lines
33973 M /trunk/include/vlc_interface.h
33977 ------------------------------------------------------------------------
33978 r19877 | jpsaman | 2007-04-19 10:33:30 +0200 (Thu, 19 Apr 2007) | 1 line
33980 M /trunk/modules/access/dvb/access.c
33982 Check return value of malloc()
33983 ------------------------------------------------------------------------
33984 r19876 | jb | 2007-04-19 02:01:24 +0200 (Thu, 19 Apr 2007) | 3 lines
33986 M /trunk/extras/contrib/Makefile
33987 M /trunk/extras/contrib/change_prefix.sh
33989 Contribs... .la again....
33992 ------------------------------------------------------------------------
33993 r19875 | jb | 2007-04-18 22:40:12 +0200 (Wed, 18 Apr 2007) | 5 lines
33995 M /trunk/modules/gui/qt4/dialogs_provider.cpp
33996 M /trunk/modules/gui/qt4/dialogs_provider.hpp
33997 M /trunk/modules/gui/qt4/input_manager.cpp
33998 M /trunk/modules/gui/qt4/input_manager.hpp
33999 M /trunk/modules/gui/qt4/main_interface.cpp
34000 M /trunk/modules/gui/qt4/menus.cpp
34001 M /trunk/modules/gui/qt4/qt4.cpp
34002 M /trunk/modules/gui/qt4/qt4.hpp
34004 Qt4 - popupMenu and AlwaysOnTop. Needs testing.
34005 Mostly patch by Sergey Volk
34009 ------------------------------------------------------------------------
34010 r19874 | jb | 2007-04-18 22:07:42 +0200 (Wed, 18 Apr 2007) | 3 lines
34012 M /trunk/modules/gui/qt4/input_manager.cpp
34014 qt4 - Bug in next/prev chapter. Found out by Sergey Volk
34017 ------------------------------------------------------------------------
34018 r19873 | jb | 2007-04-18 21:32:53 +0200 (Wed, 18 Apr 2007) | 3 lines
34020 M /trunk/extras/contrib/change_prefix.sh
34022 Contrib: Attempt to repair .la pathes. Repeating things, because I don't know how to do it better... Anyway, just an attempt
34025 ------------------------------------------------------------------------
34026 r19872 | courmisch | 2007-04-18 21:22:53 +0200 (Wed, 18 Apr 2007) | 2 lines
34028 M /trunk/src/input/input_internal.h
34030 Kludge the kludge around the kludge around the kludge (sic)
34032 ------------------------------------------------------------------------
34033 r19871 | courmisch | 2007-04-18 21:19:11 +0200 (Wed, 18 Apr 2007) | 2 lines
34035 M /trunk/src/input/input_internal.h
34037 Ugly kludge around a kludge around a kludge. That's so nice.
34039 ------------------------------------------------------------------------
34040 r19869 | courmisch | 2007-04-18 20:55:19 +0200 (Wed, 18 Apr 2007) | 2 lines
34042 M /trunk/include/vlc_stream.h
34043 M /trunk/src/input/demux.c
34044 M /trunk/src/input/input_internal.h
34045 M /trunk/src/input/mem_stream.c
34046 M /trunk/src/input/stream.c
34047 M /trunk/src/misc/objects.c
34049 Uuinline functions and hide stream_t (it's not used in any module anyway)
34051 ------------------------------------------------------------------------
34052 r19868 | courmisch | 2007-04-18 20:24:47 +0200 (Wed, 18 Apr 2007) | 2 lines
34054 M /trunk/modules/gui/qt4/qt4.cpp
34058 ------------------------------------------------------------------------
34059 r19867 | courmisch | 2007-04-18 19:25:37 +0200 (Wed, 18 Apr 2007) | 2 lines
34061 M /trunk/include/vlc_stream.h
34065 ------------------------------------------------------------------------
34066 r19866 | courmisch | 2007-04-18 18:52:40 +0200 (Wed, 18 Apr 2007) | 2 lines
34068 M /trunk/modules/services_discovery/sap.c
34070 Minor simplification
34072 ------------------------------------------------------------------------
34073 r19865 | courmisch | 2007-04-18 18:50:35 +0200 (Wed, 18 Apr 2007) | 5 lines
34075 M /trunk/modules/services_discovery/sap.c
34077 - Really handle alloc failures
34078 - Put a limit on the SDP size
34079 - Remove check for access_demux (this is not one, and it would crash later if it were anyway)
34080 - Fix description to not assume this handles UDP only (since it does not anymore)
34082 ------------------------------------------------------------------------
34083 r19863 | xtophe | 2007-04-18 00:01:31 +0200 (Wed, 18 Apr 2007) | 2 lines
34085 M /trunk/po/POTFILES.in
34089 Update Italian and Slovenian l10n
34091 ------------------------------------------------------------------------
34092 r19860 | dionoea | 2007-04-17 22:31:00 +0200 (Tue, 17 Apr 2007) | 3 lines
34094 M /trunk/modules/video_filter/erase.c
34096 Improve logo erase filter (~12% speedup if my math and profiling are correct).
34097 Add support for I422 streams (un tested).
34099 ------------------------------------------------------------------------
34100 r19859 | littlejohn | 2007-04-17 22:06:51 +0200 (Tue, 17 Apr 2007) | 1 line
34102 M /trunk/bindings/java/src/Makefile.am
34104 Use the right libvlc library extension in java makefile
34105 ------------------------------------------------------------------------
34106 r19858 | xtophe | 2007-04-17 21:24:49 +0200 (Tue, 17 Apr 2007) | 2 lines
34108 M /trunk/INSTALL.win32
34110 INSTALL.win32: Set correctly PATH when using contribs + misc fix
34112 ------------------------------------------------------------------------
34113 r19857 | jb | 2007-04-17 20:24:46 +0200 (Tue, 17 Apr 2007) | 3 lines
34115 M /trunk/modules/gui/qt4/dialogs/sout.cpp
34116 M /trunk/modules/gui/qt4/ui/sout.ui
34118 Qt4 - Sout Dialog: add FLV muxer... Some cosmetic changes too.
34121 ------------------------------------------------------------------------
34122 r19856 | jb | 2007-04-17 19:34:28 +0200 (Tue, 17 Apr 2007) | 3 lines
34124 M /trunk/modules/gui/qt4/components/open.cpp
34125 M /trunk/modules/gui/qt4/components/open.hpp
34127 Qt4 - don't use a class member when you don't need it. Ref #19854
34130 ------------------------------------------------------------------------
34131 r19855 | jb | 2007-04-17 19:25:53 +0200 (Tue, 17 Apr 2007) | 3 lines
34133 M /trunk/modules/gui/qt4/components/playlist/standardpanel.cpp
34135 Qt4 - Playlist: AutoScroll the playlist.
34138 ------------------------------------------------------------------------
34139 r19854 | jb | 2007-04-17 19:21:13 +0200 (Tue, 17 Apr 2007) | 3 lines
34141 M /trunk/modules/gui/qt4/components/open.cpp
34142 M /trunk/modules/gui/qt4/components/open.hpp
34144 Qt4 - Open - Hide the OK/Cancel for everyone ( Windows too )
34147 ------------------------------------------------------------------------
34148 r19853 | jb | 2007-04-17 00:52:35 +0200 (Tue, 17 Apr 2007) | 3 lines
34150 M /trunk/modules/gui/qt4/components/open.cpp
34151 M /trunk/modules/gui/qt4/components/open.hpp
34152 M /trunk/modules/gui/qt4/dialogs/open.cpp
34153 M /trunk/modules/gui/qt4/dialogs/open.hpp
34154 M /trunk/modules/gui/qt4/dialogs_provider.cpp
34155 M /trunk/modules/gui/qt4/dialogs_provider.hpp
34157 Qt4 - Open Dialog. Use #defines for tab naming to avoid miscomprehensions. Cosmectics.
34160 ------------------------------------------------------------------------
34161 r19852 | littlejohn | 2007-04-17 00:27:19 +0200 (Tue, 17 Apr 2007) | 1 line
34163 M /trunk/configure.ac
34165 use the right extension for javac
34166 ------------------------------------------------------------------------
34167 r19851 | littlejohn | 2007-04-17 00:13:38 +0200 (Tue, 17 Apr 2007) | 1 line
34169 M /trunk/bindings/java/Makefile.am
34170 M /trunk/configure.ac
34172 java compilation is javac friendly
34173 ------------------------------------------------------------------------
34174 r19850 | dionoea | 2007-04-17 00:03:25 +0200 (Tue, 17 Apr 2007) | 2 lines
34176 M /trunk/modules/video_filter/erase.c
34180 ------------------------------------------------------------------------
34181 r19849 | dionoea | 2007-04-16 23:59:39 +0200 (Mon, 16 Apr 2007) | 3 lines
34183 M /trunk/modules/video_filter/deinterlace.c
34184 M /trunk/modules/video_filter/erase.c
34186 * erase.c: add bluring effect, fix a bunch of bugs and compile warnings. It now looks good.
34187 * deinterlace.c: compile warning fix.
34189 ------------------------------------------------------------------------
34190 r19848 | xtophe | 2007-04-16 23:39:07 +0200 (Mon, 16 Apr 2007) | 2 lines
34192 M /trunk/extras/contrib/Makefile
34194 Don't distribute .la files for win32
34196 ------------------------------------------------------------------------
34197 r19847 | littlejohn | 2007-04-16 23:21:09 +0200 (Mon, 16 Apr 2007) | 1 line
34199 M /trunk/bindings/java/Makefile.am
34200 A /trunk/bindings/java/includes/Audio.h
34201 A /trunk/bindings/java/includes/AudioIntf.h
34202 A /trunk/bindings/java/includes/GenericVideoWidget.h
34203 A /trunk/bindings/java/includes/Input.h
34204 A /trunk/bindings/java/includes/InputIntf.h
34205 A /trunk/bindings/java/includes/JLibVLC.h
34206 A /trunk/bindings/java/includes/JVLC.h
34207 A /trunk/bindings/java/includes/JVLCCanvas.h
34208 A /trunk/bindings/java/includes/JVLCPanel.h
34209 A /trunk/bindings/java/includes/Playlist.h
34210 A /trunk/bindings/java/includes/PlaylistIntf.h
34211 A /trunk/bindings/java/includes/VLCException.h
34212 A /trunk/bindings/java/includes/VLM.h
34213 A /trunk/bindings/java/includes/VLMIntf.h
34214 A /trunk/bindings/java/includes/Video.h
34215 A /trunk/bindings/java/includes/VideoIntf.h
34217 bindings makefile simplified and includes added
34218 ------------------------------------------------------------------------
34219 r19846 | jb | 2007-04-16 22:53:10 +0200 (Mon, 16 Apr 2007) | 3 lines
34221 M /trunk/modules/gui/qt4/dialogs/open.cpp
34222 M /trunk/modules/gui/qt4/ui/open.ui
34224 Qt4 - Open Dialog. Implement start-time in advanced options. Cosmetic (enabling suffixes INSIDE spinBoxes) changes.
34227 ------------------------------------------------------------------------
34228 r19845 | damienf | 2007-04-16 21:55:38 +0200 (Mon, 16 Apr 2007) | 2 lines
34230 M /trunk/extras/contrib/src/Patches/live-config.patch
34232 - contribs: fixed live555 patch
34234 ------------------------------------------------------------------------
34235 r19844 | dionoea | 2007-04-16 21:30:59 +0200 (Mon, 16 Apr 2007) | 2 lines
34237 M /trunk/modules/stream_out/transcode.c
34239 Transcode: We want to be strict when calling module_Need for audio filter, video filters and the deinterlace video filter too. (This fixes a problem with deinterlace not loading on my computer)
34241 ------------------------------------------------------------------------
34242 r19843 | jb | 2007-04-16 20:08:27 +0200 (Mon, 16 Apr 2007) | 8 lines
34244 M /trunk/modules/audio_output/jack.c
34246 JACK patch from Jon Griffiths
34248 The attached patch adds 2 config options for JACK output: a boolean
34249 saying whether or not to connect automatically, and an optional
34250 prefix which filters out input ports so VLC connects only to the
34254 ------------------------------------------------------------------------
34255 r19842 | jpsaman | 2007-04-16 19:11:29 +0200 (Mon, 16 Apr 2007) | 1 line
34258 M /trunk/configure.ac
34259 M /trunk/modules/access/pvr.c
34261 Patch from Paul Corke <paul.corke at datatote dot co do uk). It enables newer ivtv drivers to be used with the pvr input. Plus some additions and fixes from me:code cleanups, fix memoryleaks, coding style and identation fixes.
34262 ------------------------------------------------------------------------
34263 r19841 | damienf | 2007-04-16 18:32:11 +0200 (Mon, 16 Apr 2007) | 2 lines
34265 M /trunk/modules/access/dshow/common.h
34267 dshow/common.h: reverting r19786
34269 ------------------------------------------------------------------------
34270 r19840 | damienf | 2007-04-16 14:01:03 +0200 (Mon, 16 Apr 2007) | 2 lines
34272 M /trunk/extras/contrib/src/Patches/libshout-win32.patch
34274 - libshout-win32: patches Makefile.am rather then Makefile.in
34276 ------------------------------------------------------------------------
34277 r19839 | damienf | 2007-04-16 10:57:15 +0200 (Mon, 16 Apr 2007) | 2 lines
34281 toolbox: remove obsoloted files
34283 ------------------------------------------------------------------------
34284 r19838 | markfm | 2007-04-16 04:27:39 +0200 (Mon, 16 Apr 2007) | 2 lines
34286 M /trunk/modules/access/dshow/common.h
34288 Use ifdef/endif tests on the undefs
34290 ------------------------------------------------------------------------
34291 r19837 | dionoea | 2007-04-15 23:37:49 +0200 (Sun, 15 Apr 2007) | 2 lines
34293 M /trunk/modules/video_filter/logo.c
34295 Don't delete variables that don't exist.
34297 ------------------------------------------------------------------------
34298 r19836 | dionoea | 2007-04-15 23:12:27 +0200 (Sun, 15 Apr 2007) | 2 lines
34300 M /trunk/modules/video_filter/alphamask.c
34302 Remove old TODO + fix spelling.
34304 ------------------------------------------------------------------------
34305 r19835 | dionoea | 2007-04-15 23:04:40 +0200 (Sun, 15 Apr 2007) | 2 lines
34309 Update NEWS based on previous commit.
34311 ------------------------------------------------------------------------
34312 r19834 | dionoea | 2007-04-15 23:00:09 +0200 (Sun, 15 Apr 2007) | 13 lines
34314 M /trunk/configure.ac
34315 M /trunk/modules/stream_out/mosaic_bridge.c
34316 M /trunk/modules/video_filter/Modules.am
34317 A /trunk/modules/video_filter/alphamask.c
34318 A /trunk/modules/video_filter/bluescreen.c (from /trunk/modules/video_filter/mosaic.c:19744)
34319 M /trunk/modules/video_filter/invert.c
34320 M /trunk/modules/video_filter/mosaic.c
34322 * mosaic_bridge.c: - Add "vfilters" option to apply video filters on the
34323 image before sending it to the mosaic.
34324 - Add option ("chroma") to force the image chroma
34325 - Remove alpha mask code
34326 * mosaic.c: - Remove bluescreen code
34327 - Misc cosmetics changes
34328 * bluescreen.c: New bluescreen filter (mostly cut & paste from mosaic.c)
34329 * alphamask.c: New alpha mask filter (mostly cut & paste from mosaic_bridge.c)
34330 * invert.c: don't invert the alpha plane for YUVA images (We also need to
34331 prevent that for RGBA images ... but that's not really used
34333 * configure.ac, video_filter/Modules.am: add alphamask and bluescreen
34335 ------------------------------------------------------------------------
34336 r19833 | dionoea | 2007-04-15 22:50:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34338 M /trunk/modules/stream_out/transcode.c
34340 Remove trailing spaces.
34342 ------------------------------------------------------------------------
34343 r19832 | dionoea | 2007-04-15 22:49:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34345 M /trunk/modules/stream_out/duplicate.c
34349 ------------------------------------------------------------------------
34350 r19831 | dionoea | 2007-04-15 22:46:28 +0200 (Sun, 15 Apr 2007) | 3 lines
34352 M /trunk/src/libvlc-module.c
34353 M /trunk/src/video_output/video_output.c
34354 M /trunk/src/video_output/vout_subpictures.c
34356 * Switch b_strict to true in module_Need calls (we're requiring a specific module)
34357 * Add missing space in help string.
34359 ------------------------------------------------------------------------
34360 r19830 | courmisch | 2007-04-15 20:52:03 +0200 (Sun, 15 Apr 2007) | 4 lines
34362 M /trunk/modules/gui/qt4/Modules.am
34365 - Remove GNU/makeisms
34368 ------------------------------------------------------------------------
34369 r19829 | courmisch | 2007-04-15 19:41:14 +0200 (Sun, 15 Apr 2007) | 2 lines
34371 M /trunk/modules/gui/qt4/Modules.am
34373 Make distcheck is your friend, when adding files...
34375 ------------------------------------------------------------------------
34376 r19828 | courmisch | 2007-04-15 19:38:19 +0200 (Sun, 15 Apr 2007) | 2 lines
34378 M /trunk/src/Makefile.am
34379 M /trunk/src/test/url.c
34383 ------------------------------------------------------------------------
34384 r19827 | courmisch | 2007-04-15 19:32:54 +0200 (Sun, 15 Apr 2007) | 2 lines
34386 M /trunk/include/vlc_network.h
34390 ------------------------------------------------------------------------
34391 r19826 | littlejohn | 2007-04-15 19:21:34 +0200 (Sun, 15 Apr 2007) | 1 line
34393 M /trunk/modules/video_output/directx/events.c
34395 correctly implement VOUT_REPARENT in windows
34396 ------------------------------------------------------------------------
34397 r19825 | courmisch | 2007-04-15 16:40:51 +0200 (Sun, 15 Apr 2007) | 2 lines
34399 M /trunk/modules/gui/qt4/Modules.am
34403 ------------------------------------------------------------------------
34404 r19824 | littlejohn | 2007-04-15 16:34:51 +0200 (Sun, 15 Apr 2007) | 1 line
34406 M /trunk/bindings/java/VlcClient.java
34408 Do not use absolute paths in java VlcClient
34409 ------------------------------------------------------------------------
34410 r19823 | courmisch | 2007-04-15 16:12:07 +0200 (Sun, 15 Apr 2007) | 2 lines
34412 M /trunk/modules/services_discovery/sap.c
34414 There are multiple IPv4 SAP addresses
34416 ------------------------------------------------------------------------
34417 r19822 | littlejohn | 2007-04-15 15:52:05 +0200 (Sun, 15 Apr 2007) | 1 line
34419 M /trunk/modules/video_output/directx/events.c
34421 Do not create a new window if hwnd is provided
34422 ------------------------------------------------------------------------
34423 r19821 | courmisch | 2007-04-15 15:43:35 +0200 (Sun, 15 Apr 2007) | 2 lines
34425 M /trunk/share/applications/vlc.desktop.in
34427 Soft code version number in desktop file
34429 ------------------------------------------------------------------------
34430 r19820 | courmisch | 2007-04-15 15:42:53 +0200 (Sun, 15 Apr 2007) | 2 lines
34432 M /trunk/share/Makefile.am
34433 D /trunk/share/applications/vlc.desktop
34434 A /trunk/share/applications/vlc.desktop.in (from /trunk/share/applications/vlc.desktop:19819)
34436 Pass desktop file through config.status
34438 ------------------------------------------------------------------------
34439 r19819 | courmisch | 2007-04-15 15:38:00 +0200 (Sun, 15 Apr 2007) | 3 lines
34441 M /trunk/share/Makefile.am
34442 M /trunk/share/applications/vlc.desktop
34444 - Fix installation of gnome-vlc-default.sh
34445 - Make the desktop icon execute vlc instead of wxvlc
34447 ------------------------------------------------------------------------
34448 r19818 | courmisch | 2007-04-15 15:31:24 +0200 (Sun, 15 Apr 2007) | 2 lines
34450 M /trunk/share/Makefile.am
34454 ------------------------------------------------------------------------
34455 r19817 | courmisch | 2007-04-15 14:34:00 +0200 (Sun, 15 Apr 2007) | 3 lines
34457 M /trunk/src/playlist/loadsave.c
34459 Print error message when loading the playlist fails
34462 ------------------------------------------------------------------------
34463 r19816 | courmisch | 2007-04-15 14:16:43 +0200 (Sun, 15 Apr 2007) | 2 lines
34465 M /trunk/modules/access_output/udp.c
34467 Fix segmentation fault
34469 ------------------------------------------------------------------------
34470 r19815 | courmisch | 2007-04-15 13:53:54 +0200 (Sun, 15 Apr 2007) | 2 lines
34472 M /trunk/src/libvlc-module.c
34474 Revert [16490]: do NOT remember loop repeat and random
34476 ------------------------------------------------------------------------
34477 r19814 | courmisch | 2007-04-15 13:41:47 +0200 (Sun, 15 Apr 2007) | 2 lines
34479 M /trunk/src/modules/configuration.c
34481 Remove useless wrapper around free()
34483 ------------------------------------------------------------------------
34484 r19813 | courmisch | 2007-04-15 13:25:39 +0200 (Sun, 15 Apr 2007) | 2 lines
34486 M /trunk/src/modules/configuration.c
34488 Complain in case of error when parsing the config file
34490 ------------------------------------------------------------------------
34491 r19812 | courmisch | 2007-04-15 12:16:01 +0200 (Sun, 15 Apr 2007) | 4 lines
34493 M /trunk/src/modules/modules.c
34495 Increase plugin cache version to force stalling.
34497 This is not strictly required, but helps propage fix for #1086.
34499 ------------------------------------------------------------------------
34500 r19811 | courmisch | 2007-04-15 12:13:05 +0200 (Sun, 15 Apr 2007) | 2 lines
34502 M /trunk/include/vlc_configuration.h
34503 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34504 M /trunk/src/modules/configuration.c
34505 M /trunk/src/modules/configuration.h
34507 Category and subcategory items are also integers. Fix #1086
34509 ------------------------------------------------------------------------
34510 r19809 | courmisch | 2007-04-15 11:30:32 +0200 (Sun, 15 Apr 2007) | 2 lines
34512 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34516 ------------------------------------------------------------------------
34517 r19807 | courmisch | 2007-04-15 10:51:13 +0200 (Sun, 15 Apr 2007) | 2 lines
34519 M /trunk/modules/control/rc.c
34521 Also remove --rc-unix from Win32 port for obvious reasons
34523 ------------------------------------------------------------------------
34524 r19806 | courmisch | 2007-04-15 10:45:48 +0200 (Sun, 15 Apr 2007) | 2 lines
34526 M /trunk/modules/control/rc.c
34528 Remove rc-fake-tty from Win32 port since it's explicitly not supported.
34530 ------------------------------------------------------------------------
34531 r19805 | courmisch | 2007-04-15 10:20:45 +0200 (Sun, 15 Apr 2007) | 4 lines
34533 M /trunk/include/vlc_network.h
34534 M /trunk/src/network/io.c
34535 M /trunk/src/network/udp.c
34537 - Only use IPV6_V6ONLY when it makes sense (i.e. receiving datagram socket)
34538 - Remove net_ListenSingle from LibVLC API
34539 - Improve error message when network protocol to be used is ambiguous
34541 ------------------------------------------------------------------------
34542 r19804 | courmisch | 2007-04-15 10:18:16 +0200 (Sun, 15 Apr 2007) | 2 lines
34544 M /trunk/extras/contrib
34548 ------------------------------------------------------------------------
34549 r19802 | courmisch | 2007-04-15 08:46:06 +0200 (Sun, 15 Apr 2007) | 2 lines
34551 M /trunk/modules/misc/gnutls.c
34553 Fix double certificate deinitialization
34555 ------------------------------------------------------------------------
34556 r19801 | pdherbemont | 2007-04-14 22:25:50 +0200 (Sat, 14 Apr 2007) | 2 lines
34558 M /trunk/modules/gui/macosx/intf.m
34560 Mac OS X gui: Pause playback when going to sleep.
34562 ------------------------------------------------------------------------
34563 r19800 | courmisch | 2007-04-14 21:20:39 +0200 (Sat, 14 Apr 2007) | 2 lines
34565 M /trunk/include/vlc_modules_macros.h
34566 M /trunk/src/modules/modules.h
34570 ------------------------------------------------------------------------
34571 r19799 | courmisch | 2007-04-14 21:07:51 +0200 (Sat, 14 Apr 2007) | 2 lines
34573 M /trunk/src/modules/modules.h
34575 Undo erroneous commit
34577 ------------------------------------------------------------------------
34578 r19798 | courmisch | 2007-04-14 21:01:33 +0200 (Sat, 14 Apr 2007) | 2 lines
34580 M /trunk/src/libvlc-common.c
34582 Fix compiler warning
34584 ------------------------------------------------------------------------
34585 r19797 | courmisch | 2007-04-14 21:00:42 +0200 (Sat, 14 Apr 2007) | 2 lines
34587 M /trunk/src/input/decoder.c
34588 M /trunk/src/interface/interface.c
34589 M /trunk/src/libvlc-common.c
34590 M /trunk/src/misc/objects.c
34591 M /trunk/src/modules/configuration.c
34592 M /trunk/src/modules/entry.c
34593 M /trunk/src/modules/modules.h
34594 M /trunk/src/video_output/video_output.c
34596 Include modules.h whenever needed
34598 ------------------------------------------------------------------------
34599 r19796 | courmisch | 2007-04-14 20:24:58 +0200 (Sat, 14 Apr 2007) | 2 lines
34601 M /trunk/src/modules/entry.c
34602 M /trunk/src/modules/modules.c
34604 Tiny code factorization
34606 ------------------------------------------------------------------------
34607 r19795 | courmisch | 2007-04-14 20:17:17 +0200 (Sat, 14 Apr 2007) | 2 lines
34609 M /trunk/include/vlc_modules.h
34610 M /trunk/include/vlc_modules_macros.h
34611 M /trunk/src/modules/entry.c
34612 M /trunk/src/modules/modules.c
34614 Further hide module_t layout from plugins
34616 ------------------------------------------------------------------------
34617 r19794 | courmisch | 2007-04-14 20:14:38 +0200 (Sat, 14 Apr 2007) | 2 lines
34619 M /trunk/modules/access/udp.c
34621 Remove unused variable
34623 ------------------------------------------------------------------------
34624 r19793 | courmisch | 2007-04-14 19:32:32 +0200 (Sat, 14 Apr 2007) | 2 lines
34626 M /trunk/src/modules/modules.c
34628 Handle plugin cache reading error case
34630 ------------------------------------------------------------------------
34631 r19792 | courmisch | 2007-04-14 19:31:01 +0200 (Sat, 14 Apr 2007) | 2 lines
34633 M /trunk/include/vlc_modules.h
34634 M /trunk/include/vlc_modules_macros.h
34636 Get rid of useless p_symbols
34638 ------------------------------------------------------------------------
34639 r19791 | courmisch | 2007-04-14 18:50:43 +0200 (Sat, 14 Apr 2007) | 2 lines
34641 M /trunk/extras/contrib/src/Makefile
34642 M /trunk/extras/contrib/src/packages.mak
34644 update libdca (untested)
34646 ------------------------------------------------------------------------
34647 r19790 | courmisch | 2007-04-14 18:15:37 +0200 (Sat, 14 Apr 2007) | 2 lines
34649 M /trunk/include/vlc_modules.h
34650 M /trunk/include/vlc_modules_macros.h
34651 M /trunk/src/Makefile.am
34652 A /trunk/src/modules/entry.c
34654 Initial work on hiding module_t layout from plugins
34656 ------------------------------------------------------------------------
34657 r19789 | courmisch | 2007-04-14 17:19:27 +0200 (Sat, 14 Apr 2007) | 2 lines
34659 M /trunk/configure.ac
34663 ------------------------------------------------------------------------
34664 r19788 | courmisch | 2007-04-14 17:19:03 +0200 (Sat, 14 Apr 2007) | 2 lines
34666 M /trunk/po/POTFILES.in
34667 M /trunk/src/Makefile.am
34668 M /trunk/src/libvlc-common.c
34669 D /trunk/src/misc/configuration.c
34670 D /trunk/src/misc/configuration.h
34671 D /trunk/src/misc/configuration_chain.c
34672 D /trunk/src/misc/modules.c
34673 D /trunk/src/misc/modules.h
34674 D /trunk/src/misc/modules_builtin.h.in
34675 A /trunk/src/modules
34676 A /trunk/src/modules/builtin.h.in (from /trunk/src/misc/modules_builtin.h.in:19787)
34677 A /trunk/src/modules/configuration.c (from /trunk/src/misc/configuration.c:19784)
34678 A /trunk/src/modules/configuration.h (from /trunk/src/misc/configuration.h:19784)
34679 A /trunk/src/modules/configuration_chain.c (from /trunk/src/misc/configuration_chain.c:19784)
34680 A /trunk/src/modules/modules.c (from /trunk/src/misc/modules.c:19784)
34681 A /trunk/src/modules/modules.h (from /trunk/src/misc/modules.h:19784)
34682 M /trunk/src/playlist/loadsave.c
34685 Move libvlc module stuff to their own subdirectory
34687 ------------------------------------------------------------------------
34688 r19787 | courmisch | 2007-04-14 17:07:46 +0200 (Sat, 14 Apr 2007) | 2 lines
34690 M /trunk/modules/audio_filter/converter/dtstofloat32.c
34692 Switch to libdca API
34694 ------------------------------------------------------------------------
34695 r19786 | markfm | 2007-04-14 17:04:36 +0200 (Sat, 14 Apr 2007) | 2 lines
34697 M /trunk/modules/access/dshow/common.h
34699 Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
34701 ------------------------------------------------------------------------
34702 r19785 | courmisch | 2007-04-14 17:04:06 +0200 (Sat, 14 Apr 2007) | 2 lines
34704 M /trunk/configure.ac
34706 Detect libdca properly
34708 ------------------------------------------------------------------------
34709 r19784 | courmisch | 2007-04-14 16:15:12 +0200 (Sat, 14 Apr 2007) | 2 lines
34711 M /trunk/src/misc/configuration.h
34715 ------------------------------------------------------------------------
34716 r19782 | gbazin | 2007-04-14 01:51:24 +0200 (Sat, 14 Apr 2007) | 1 line
34718 M /trunk/modules/demux/asf/libasf.c
34720 * modules/demux/asf/* use index for seeking if available and if there's a video track.
34721 ------------------------------------------------------------------------
34722 r19781 | gbazin | 2007-04-14 01:50:47 +0200 (Sat, 14 Apr 2007) | 1 line
34724 M /trunk/modules/demux/asf/asf.c
34726 * modules/demux/asf/* use index for seeking if available and if there's a video track.
34727 ------------------------------------------------------------------------
34728 r19780 | jb | 2007-04-13 09:14:48 +0200 (Fri, 13 Apr 2007) | 3 lines
34730 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
34731 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
34732 M /trunk/modules/gui/qt4/main_interface.cpp
34733 M /trunk/modules/gui/qt4/util/customwidgets.cpp
34734 M /trunk/modules/gui/qt4/util/customwidgets.hpp
34736 qt4 - Mousewheel (2)
34739 ------------------------------------------------------------------------
34740 r19779 | xtophe | 2007-04-12 23:07:19 +0200 (Thu, 12 Apr 2007) | 2 lines
34744 Slovenian l10n update by Matej Urbancic
34746 ------------------------------------------------------------------------
34747 r19776 | fkuehne | 2007-04-12 20:44:47 +0200 (Thu, 12 Apr 2007) | 1 line
34749 M /trunk/configure.ac
34750 M /trunk/extras/contrib/bootstrap
34752 * added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on
34753 ------------------------------------------------------------------------
34754 r19770 | jb | 2007-04-12 18:24:49 +0200 (Thu, 12 Apr 2007) | 3 lines
34756 M /trunk/modules/gui/qt4/main_interface.cpp
34757 M /trunk/modules/gui/qt4/main_interface.hpp
34758 M /trunk/modules/gui/qt4/util/customwidgets.cpp
34759 M /trunk/modules/gui/qt4/util/customwidgets.hpp
34761 Qt4 - MouseWheel support - patch by Sergey Volk.
34764 ------------------------------------------------------------------------
34765 r19768 | jb | 2007-04-12 18:05:18 +0200 (Thu, 12 Apr 2007) | 3 lines
34767 M /trunk/modules/gui/qt4/qt4.cpp
34769 Qt4 - Set a higher score to qt4 than wx. Ref [19766]
34772 ------------------------------------------------------------------------
34773 r19767 | dionoea | 2007-04-12 17:05:09 +0200 (Thu, 12 Apr 2007) | 2 lines
34775 M /trunk/src/misc/modules.c
34777 Invalidate old caches (cf [19742]).
34779 ------------------------------------------------------------------------
34780 r19766 | xtophe | 2007-04-12 17:04:31 +0200 (Thu, 12 Apr 2007) | 2 lines
34782 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
34784 score is cached, so it's not a good idea to have it depens of the environement
34786 ------------------------------------------------------------------------
34787 r19764 | jb | 2007-04-12 02:27:10 +0200 (Thu, 12 Apr 2007) | 3 lines
34789 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
34791 Qt4 - typo correction
34794 ------------------------------------------------------------------------
34795 r19763 | jb | 2007-04-12 02:10:13 +0200 (Thu, 12 Apr 2007) | 3 lines
34797 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
34798 M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
34799 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
34800 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
34801 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
34802 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
34804 qt4 - Sprefs - Slight modification.
34807 ------------------------------------------------------------------------
34808 r19762 | xtophe | 2007-04-12 01:01:24 +0200 (Thu, 12 Apr 2007) | 2 lines
34812 fix Direct3D translation
34814 ------------------------------------------------------------------------
34815 r19760 | dionoea | 2007-04-11 20:10:05 +0200 (Wed, 11 Apr 2007) | 4 lines
34817 M /trunk/src/libvlc-common.c
34818 M /trunk/src/libvlc-module.c
34820 * Honor --color with --list.
34821 * Add --list-verbose option.
34822 * Make sure that help related options always come first in the help output.
34824 ------------------------------------------------------------------------
34825 r19757 | damienf | 2007-04-10 20:21:57 +0200 (Tue, 10 Apr 2007) | 2 lines
34827 M /trunk/src/control/video.c
34828 M /trunk/src/text/strings.c
34830 libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
34832 ------------------------------------------------------------------------
34833 r19756 | damienf | 2007-04-10 20:20:26 +0200 (Tue, 10 Apr 2007) | 2 lines
34835 M /trunk/activex/axvlc.idl
34836 M /trunk/activex/axvlc.tlb
34837 M /trunk/activex/axvlc_idl.c
34838 M /trunk/activex/axvlc_idl.h
34839 M /trunk/activex/plugin.cpp
34840 M /trunk/activex/vlccontrol2.cpp
34841 M /trunk/activex/vlccontrol2.h
34843 - activex: support for taking a snapshot into a Picture object
34845 ------------------------------------------------------------------------
34846 r19755 | xtophe | 2007-04-10 14:49:34 +0200 (Tue, 10 Apr 2007) | 2 lines
34848 M /trunk/po/POTFILES.in
34849 M /trunk/po/vlc.pot
34851 Some qt4 files were renamed
34853 ------------------------------------------------------------------------
34854 r19754 | jb | 2007-04-10 00:57:52 +0200 (Tue, 10 Apr 2007) | 4 lines
34856 M /trunk/modules/gui/qt4/components/complete_preferences.cpp
34857 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
34858 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
34860 Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.
34864 ------------------------------------------------------------------------
34865 r19753 | xtophe | 2007-04-09 21:41:36 +0200 (Mon, 09 Apr 2007) | 2 lines
34867 M /trunk/modules/audio_output/file.c
34868 M /trunk/modules/misc/rtsp.c
34872 ------------------------------------------------------------------------
34873 r19752 | xtophe | 2007-04-09 20:36:16 +0200 (Mon, 09 Apr 2007) | 2 lines
34875 M /trunk/modules/stream_out/rtp.c
34877 vlc_b64_decode_binary() is in vlc_strings.h
34879 ------------------------------------------------------------------------
34880 r19749 | courmisch | 2007-04-09 17:15:02 +0200 (Mon, 09 Apr 2007) | 2 lines
34882 M /trunk/modules/stream_out/rtp.c
34884 SDP: fix ordering of b= and a=
34886 ------------------------------------------------------------------------
34887 r19747 | courmisch | 2007-04-09 17:07:29 +0200 (Mon, 09 Apr 2007) | 2 lines
34889 M /trunk/modules/stream_out/rtp.c
34891 Do not insert TTL in c= line for IPv6 - this was invalid
34893 ------------------------------------------------------------------------
34894 r19746 | funman | 2007-04-08 17:59:43 +0200 (Sun, 08 Apr 2007) | 1 line
34896 M /trunk/src/libvlc-common.c
34898 Don't run hal_initialize() twice. Bug introduced in [19692].
34899 ------------------------------------------------------------------------
34900 r19745 | Trax | 2007-04-08 16:04:31 +0200 (Sun, 08 Apr 2007) | 1 line
34902 M /trunk/modules/access_output/shout.c
34904 * modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.
34905 ------------------------------------------------------------------------
34906 r19744 | dionoea | 2007-04-07 22:17:12 +0200 (Sat, 07 Apr 2007) | 5 lines
34908 M /trunk/modules/video_filter/mosaic.c
34911 Allow runtime changes of the bluescreen parameters
34913 Compilation warning fixes
34915 ------------------------------------------------------------------------
34916 r19743 | dionoea | 2007-04-07 22:16:18 +0200 (Sat, 07 Apr 2007) | 2 lines
34918 M /trunk/modules/stream_out/mosaic_bridge.c
34920 Mosaic bridge: Allow runtime changes of the height and width parameters.
34922 ------------------------------------------------------------------------
34923 r19742 | dionoea | 2007-04-07 22:14:42 +0200 (Sat, 07 Apr 2007) | 3 lines
34925 M /trunk/src/misc/modules.c
34927 Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done.
34930 ------------------------------------------------------------------------
34931 r19741 | dionoea | 2007-04-07 22:13:06 +0200 (Sat, 07 Apr 2007) | 2 lines
34933 M /trunk/include/vlc_configuration.h
34937 ------------------------------------------------------------------------
34938 r19740 | dionoea | 2007-04-07 22:12:41 +0200 (Sat, 07 Apr 2007) | 2 lines
34940 M /trunk/src/libvlc-common.c
34942 Display module's psz_help in help output (see next commit on modules.c for details).
34944 ------------------------------------------------------------------------
34945 r19739 | dionoea | 2007-04-07 22:12:02 +0200 (Sat, 07 Apr 2007) | 2 lines
34947 M /trunk/src/libvlc-common.c
34949 Add color help output when using command line switches to get help + --color.
34951 ------------------------------------------------------------------------
34952 r19738 | dionoea | 2007-04-07 22:09:34 +0200 (Sat, 07 Apr 2007) | 2 lines
34954 M /trunk/src/libvlc-common.c
34956 Add subcategories and sections to command line help output.
34958 ------------------------------------------------------------------------
34959 r19737 | dionoea | 2007-04-07 22:07:56 +0200 (Sat, 07 Apr 2007) | 2 lines
34961 M /trunk/src/libvlc-module.c
34965 ------------------------------------------------------------------------
34966 r19736 | fkuehne | 2007-04-07 19:20:47 +0200 (Sat, 07 Apr 2007) | 1 line
34968 M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
34969 M /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
34971 * enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines)
34972 ------------------------------------------------------------------------
34973 r19735 | fkuehne | 2007-04-07 19:07:32 +0200 (Sat, 07 Apr 2007) | 1 line
34975 M /trunk/modules/gui/macosx/update.h
34976 M /trunk/modules/gui/macosx/update.m
34978 * re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...)
34979 ------------------------------------------------------------------------
34980 r19734 | funman | 2007-04-07 18:36:44 +0200 (Sat, 07 Apr 2007) | 1 line
34982 M /trunk/extras/contrib/src/Patches/libshout-win32.patch
34984 win32 libshout: Patches Makefile.in instead of Makefile.am
34985 ------------------------------------------------------------------------
34986 r19733 | funman | 2007-04-07 03:34:34 +0200 (Sat, 07 Apr 2007) | 1 line
34988 M /trunk/src/libvlc-common.c
34990 Loads D-Bus control interface in one instance mode only if compiled with D-Bus support
34991 ------------------------------------------------------------------------
34992 r19732 | funman | 2007-04-07 01:33:25 +0200 (Sat, 07 Apr 2007) | 1 line
34994 M /trunk/extras/dbus-vlc.py
34996 Restore icon click to update status for D-Bus controller
34997 ------------------------------------------------------------------------
34998 r19731 | jb | 2007-04-07 01:30:51 +0200 (Sat, 07 Apr 2007) | 4 lines
35000 M /trunk/modules/gui/qt4/dialogs/help.cpp
35001 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
35002 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35003 M /trunk/modules/gui/qt4/dialogs/sout.cpp
35005 Qt4 - Small modifications on Preferences layout (specially aimed at Windows).
35006 Remove and add comments.
35009 ------------------------------------------------------------------------
35010 r19730 | funman | 2007-04-07 01:19:18 +0200 (Sat, 07 Apr 2007) | 1 line
35012 M /trunk/extras/dbus-vlc.glade
35013 M /trunk/extras/dbus-vlc.py
35015 Updates D-Bus controller to new D-Bus methods.
35016 ------------------------------------------------------------------------
35017 r19728 | jb | 2007-04-07 01:03:18 +0200 (Sat, 07 Apr 2007) | 3 lines
35019 M /trunk/extras/contrib/src/Makefile
35021 Repair precedent commit.
35024 ------------------------------------------------------------------------
35025 r19727 | jb | 2007-04-06 23:45:17 +0200 (Fri, 06 Apr 2007) | 3 lines
35027 M /trunk/extras/contrib/src/Makefile
35029 Contribs - qt4 bin/*.exe and bin/*
35032 ------------------------------------------------------------------------
35033 r19726 | dionoea | 2007-04-06 23:13:10 +0200 (Fri, 06 Apr 2007) | 3 lines
35035 M /trunk/modules/codec/fake.c
35037 Make it possible to change the fake-image at runtime.
35038 Add option to specify the chroma used by fake.
35040 ------------------------------------------------------------------------
35041 r19725 | jb | 2007-04-06 22:46:17 +0200 (Fri, 06 Apr 2007) | 3 lines
35043 M /trunk/extras/contrib/src/packages.mak
35045 Contribs - use qt 4.2.3 for win32
35048 ------------------------------------------------------------------------
35049 r19724 | damienf | 2007-04-06 22:43:33 +0200 (Fri, 06 Apr 2007) | 2 lines
35051 M /trunk/activex/main.cpp
35052 M /trunk/activex/plugin.cpp
35053 M /trunk/activex/vlccontrol2.cpp
35055 - activex: misc. cleanups
35057 ------------------------------------------------------------------------
35058 r19723 | damienf | 2007-04-06 22:38:09 +0200 (Fri, 06 Apr 2007) | 3 lines
35060 M /trunk/modules/video_output/directx/direct3d.c
35062 - direct3d: use VBL synchronized presentation
35065 ------------------------------------------------------------------------
35066 r19722 | funman | 2007-04-06 22:31:52 +0200 (Fri, 06 Apr 2007) | 1 line
35068 M /trunk/src/libvlc-common.c
35070 Doesn't unref the D-Bus connection if connection failed
35071 ------------------------------------------------------------------------
35072 r19720 | massiot | 2007-04-06 20:11:28 +0200 (Fri, 06 Apr 2007) | 3 lines
35076 * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from
35077 0.8.6-bugfix branch.
35079 ------------------------------------------------------------------------
35080 r19718 | thresh | 2007-04-06 19:42:21 +0200 (Fri, 06 Apr 2007) | 2 lines
35082 M /trunk/configure.ac
35084 We need at least QT4 4.2.0.
35086 ------------------------------------------------------------------------
35087 r19717 | massiot | 2007-04-06 18:55:20 +0200 (Fri, 06 Apr 2007) | 2 lines
35089 M /trunk/modules/mux/mpeg/ts.c
35091 * modules/mux/mpeg/ts.c: Fixed comment.
35093 ------------------------------------------------------------------------
35094 r19714 | funman | 2007-04-06 17:20:18 +0200 (Fri, 06 Apr 2007) | 3 lines
35097 M /trunk/src/libvlc-common.c
35099 Automatically loads dbus control interface in one-instance mode
35100 Adds one instance in NEWS
35102 ------------------------------------------------------------------------
35103 r19713 | funman | 2007-04-06 17:19:10 +0200 (Fri, 06 Apr 2007) | 1 line
35105 M /trunk/src/misc/modules.c
35107 adds sanity check to module_Exists()
35108 ------------------------------------------------------------------------
35109 r19711 | fkuehne | 2007-04-06 16:49:00 +0200 (Fri, 06 Apr 2007) | 1 line
35111 M /trunk/extras/contrib/src/Makefile
35113 * don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken
35114 ------------------------------------------------------------------------
35115 r19710 | jb | 2007-04-06 01:37:04 +0200 (Fri, 06 Apr 2007) | 3 lines
35117 M /trunk/modules/gui/qt4/dialogs/help.cpp
35118 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
35120 Qt4 - Add default buttons.
35123 ------------------------------------------------------------------------
35124 r19709 | jb | 2007-04-06 01:28:04 +0200 (Fri, 06 Apr 2007) | 3 lines
35126 M /trunk/modules/gui/qt4/dialogs/messages.cpp
35127 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35129 Qt4 - Small modifications to messages dialog.
35132 ------------------------------------------------------------------------
35133 r19708 | jb | 2007-04-06 00:33:27 +0200 (Fri, 06 Apr 2007) | 3 lines
35135 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35137 Qt4 - virtual bug once again. Add debug...
35140 ------------------------------------------------------------------------
35141 r19707 | jb | 2007-04-06 00:18:25 +0200 (Fri, 06 Apr 2007) | 3 lines
35143 M /trunk/modules/gui/qt4/dialogs/open.cpp
35144 M /trunk/modules/gui/qt4/dialogs/open.hpp
35145 M /trunk/modules/gui/qt4/ui/open.ui
35147 Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
35150 ------------------------------------------------------------------------
35151 r19706 | jb | 2007-04-06 00:01:16 +0200 (Fri, 06 Apr 2007) | 3 lines
35153 M /trunk/modules/gui/qt4/Modules.am
35155 Qt4 - Fix error in a previous commit.
35158 ------------------------------------------------------------------------
35159 r19705 | jb | 2007-04-05 23:45:51 +0200 (Thu, 05 Apr 2007) | 3 lines
35161 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35162 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
35163 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35165 Qt4 - Update Preferences buttons to please any OS/DE.
35168 ------------------------------------------------------------------------
35169 r19704 | jb | 2007-04-05 23:28:08 +0200 (Thu, 05 Apr 2007) | 3 lines
35171 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35173 Qt4 - Remove useless ui setting.
35176 ------------------------------------------------------------------------
35177 r19703 | jb | 2007-04-05 23:26:58 +0200 (Thu, 05 Apr 2007) | 3 lines
35179 M /trunk/modules/gui/qt4/dialogs/messages.cpp
35181 Qt4 - Small correction on messages behaviour Ref #777
35184 ------------------------------------------------------------------------
35185 r19702 | jb | 2007-04-05 22:50:55 +0200 (Thu, 05 Apr 2007) | 3 lines
35187 M /trunk/modules/gui/qt4/Modules.am
35189 Qt4 - Avoid uic errors - Patch by stw - Closes #1002
35192 ------------------------------------------------------------------------
35193 r19701 | jb | 2007-04-05 22:30:09 +0200 (Thu, 05 Apr 2007) | 3 lines
35195 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35197 Qt4 - Fix the GotoTime handler. Closes #377.
35200 ------------------------------------------------------------------------
35201 r19700 | dionoea | 2007-04-05 21:24:18 +0200 (Thu, 05 Apr 2007) | 2 lines
35203 M /trunk/include/vlc_variables.h
35204 M /trunk/modules/video_output/image.c
35206 Please keep the coding style consistent inside the same source file.
35208 ------------------------------------------------------------------------
35209 r19699 | courmisch | 2007-04-05 20:31:27 +0200 (Thu, 05 Apr 2007) | 3 lines
35211 M /trunk/src/playlist/loadsave.c
35213 Revert previous commit.
35214 I thought the comments where pretty clear.
35216 ------------------------------------------------------------------------
35217 r19698 | funman | 2007-04-05 19:08:49 +0200 (Thu, 05 Apr 2007) | 1 line
35219 M /trunk/src/playlist/loadsave.c
35221 Streaming output works again. Closes #1047
35222 ------------------------------------------------------------------------
35223 r19697 | courmisch | 2007-04-05 18:53:22 +0200 (Thu, 05 Apr 2007) | 2 lines
35225 M /trunk/src/misc/mtime.c
35227 Revert [19092] and really fix the variable naming problem - closes #1082
35229 ------------------------------------------------------------------------
35230 r19696 | courmisch | 2007-04-05 18:51:55 +0200 (Thu, 05 Apr 2007) | 3 lines
35232 M /trunk/configure.ac
35234 Spawn some more warnings
35235 before they become an endangered species
35237 ------------------------------------------------------------------------
35238 r19695 | courmisch | 2007-04-05 18:49:01 +0200 (Thu, 05 Apr 2007) | 2 lines
35240 M /trunk/src/input/meta.c
35244 ------------------------------------------------------------------------
35245 r19694 | courmisch | 2007-04-05 18:42:16 +0200 (Thu, 05 Apr 2007) | 2 lines
35247 M /trunk/include/vlc_osd.h
35248 M /trunk/src/audio_output/common.c
35249 M /trunk/src/audio_output/dec.c
35250 M /trunk/src/audio_output/filters.c
35251 M /trunk/src/audio_output/input.c
35252 M /trunk/src/audio_output/intf.c
35253 M /trunk/src/extras/libc.c
35254 M /trunk/src/input/input.c
35255 M /trunk/src/input/var.c
35256 M /trunk/src/interface/interface.c
35257 M /trunk/src/libvlc.c
35258 M /trunk/src/misc/configuration.c
35259 M /trunk/src/misc/image.c
35260 M /trunk/src/misc/modules.c
35261 M /trunk/src/misc/objects.c
35262 M /trunk/src/misc/stats.c
35263 M /trunk/src/misc/threads.c
35264 M /trunk/src/network/acl.c
35265 M /trunk/src/network/httpd.c
35266 M /trunk/src/network/tls.c
35267 M /trunk/src/osd/osd.c
35268 M /trunk/src/osd/osd_text.c
35269 M /trunk/src/osd/osd_widgets.c
35270 M /trunk/src/playlist/engine.c
35271 M /trunk/src/playlist/item.c
35272 M /trunk/src/playlist/sort.c
35273 M /trunk/src/playlist/tree.c
35274 M /trunk/src/stream_output/profiles.c
35275 M /trunk/src/stream_output/sap.c
35276 M /trunk/src/video_output/video_output.c
35277 M /trunk/src/video_output/video_text.c
35278 M /trunk/src/video_output/vout_intf.c
35279 M /trunk/src/video_output/vout_subpictures.c
35281 Compiler warnings rampage
35283 ------------------------------------------------------------------------
35284 r19693 | courmisch | 2007-04-05 18:37:46 +0200 (Thu, 05 Apr 2007) | 2 lines
35286 M /trunk/src/misc/image.c
35290 ------------------------------------------------------------------------
35291 r19692 | funman | 2007-04-05 18:33:25 +0200 (Thu, 05 Apr 2007) | 1 line
35293 M /trunk/src/libvlc-common.c
35295 Fixes InitDeviceValues() using old HAL api
35296 ------------------------------------------------------------------------
35297 r19691 | courmisch | 2007-04-05 17:58:08 +0200 (Thu, 05 Apr 2007) | 3 lines
35299 M /trunk/src/input/meta.c
35301 Handle I/O errors properly
35304 ------------------------------------------------------------------------
35305 r19690 | courmisch | 2007-04-05 17:43:28 +0200 (Thu, 05 Apr 2007) | 2 lines
35307 M /trunk/include/vlc_meta.h
35309 Fix expansion-unsafe macro
35311 ------------------------------------------------------------------------
35312 r19689 | courmisch | 2007-04-05 17:36:22 +0200 (Thu, 05 Apr 2007) | 2 lines
35314 M /trunk/src/libvlc-common.c
35316 Fix compiler warnings
35318 ------------------------------------------------------------------------
35319 r19688 | courmisch | 2007-04-05 17:29:32 +0200 (Thu, 05 Apr 2007) | 2 lines
35321 M /trunk/modules/video_output/image.c
35323 Fix compiler warning
35325 ------------------------------------------------------------------------
35326 r19686 | jpsaman | 2007-04-05 14:09:00 +0200 (Thu, 05 Apr 2007) | 1 line
35328 M /trunk/modules/codec/xvmc/accel_xvmc.h
35329 M /trunk/modules/codec/xvmc/decode.c
35330 M /trunk/modules/codec/xvmc/header.c
35331 M /trunk/modules/codec/xvmc/mpeg2.h
35332 M /trunk/modules/codec/xvmc/slice_xvmc_vld.c
35333 M /trunk/modules/codec/xvmc/xxmc.c
35335 Various compile fixes for modules/codec/xvmc
35336 ------------------------------------------------------------------------
35337 r19685 | jpsaman | 2007-04-05 13:06:45 +0200 (Thu, 05 Apr 2007) | 1 line
35339 M /trunk/src/video_output/vout_intf.c
35341 Fix missing initializer compiler. Use memset to properly clear the entire struct.
35342 ------------------------------------------------------------------------
35343 r19684 | dionoea | 2007-04-05 11:05:05 +0200 (Thu, 05 Apr 2007) | 2 lines
35347 Add news about moduleinstance specific commands being available from the telnet interface.
35349 ------------------------------------------------------------------------
35350 r19683 | jb | 2007-04-05 03:13:05 +0200 (Thu, 05 Apr 2007) | 5 lines
35352 M /trunk/modules/gui/qt4/dialogs/open.cpp
35353 M /trunk/modules/gui/qt4/dialogs/open.hpp
35354 M /trunk/modules/gui/qt4/dialogs_provider.cpp
35355 M /trunk/modules/gui/qt4/dialogs_provider.hpp
35356 M /trunk/modules/gui/qt4/menus.cpp
35357 M /trunk/modules/gui/qt4/ui/open.ui
35358 M /trunk/modules/gui/qt4/ui/open_file.ui
35360 Qt4 - Open and Streaming Dialogs.
35361 This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu.
35362 /!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure.
35365 ------------------------------------------------------------------------
35366 r19682 | jb | 2007-04-05 01:16:41 +0200 (Thu, 05 Apr 2007) | 3 lines
35368 M /trunk/modules/gui/qt4/dialogs/sout.cpp
35369 M /trunk/modules/gui/qt4/ui/sout.ui
35371 qt4 - i18n - Don't use HTML tags.
35374 ------------------------------------------------------------------------
35375 r19681 | jb | 2007-04-05 01:10:28 +0200 (Thu, 05 Apr 2007) | 3 lines
35377 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35378 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35380 Qt4 - Don't use html tags in strings ... This breaks all the i18n thing.
35383 ------------------------------------------------------------------------
35384 r19680 | jb | 2007-04-05 00:21:31 +0200 (Thu, 05 Apr 2007) | 3 lines
35386 M /trunk/modules/gui/qt4/Modules.am
35388 Qt4 - Remove unnecessary files from Modules.am
35391 ------------------------------------------------------------------------
35392 r19679 | jb | 2007-04-05 00:19:17 +0200 (Thu, 05 Apr 2007) | 3 lines
35394 D /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
35396 qt4 - remove unneeded file.
35399 ------------------------------------------------------------------------
35400 r19678 | dionoea | 2007-04-04 23:58:51 +0200 (Wed, 04 Apr 2007) | 4 lines
35402 M /trunk/include/vlc_variables.h
35403 M /trunk/modules/control/rc.c
35404 M /trunk/modules/control/telnet.c
35405 M /trunk/src/misc/variables.c
35407 * Core: add var_Command function. This is used to execute a command registered on a object with a given name.
35408 * rc.c: use var_Command (instead of own code)
35409 * telnet.c: add support for object commands (like in the rc interface)
35411 ------------------------------------------------------------------------
35412 r19677 | funman | 2007-04-04 23:28:10 +0200 (Wed, 04 Apr 2007) | 1 line
35414 M /trunk/configure.ac
35416 Enables D-Bus on BSD systems
35417 ------------------------------------------------------------------------
35418 r19676 | jb | 2007-04-04 23:26:01 +0200 (Wed, 04 Apr 2007) | 3 lines
35420 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35421 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35423 Qt4 - wording corrections. By Llynix
35426 ------------------------------------------------------------------------
35427 r19675 | jb | 2007-04-04 23:20:52 +0200 (Wed, 04 Apr 2007) | 4 lines
35429 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
35431 qt 4 - s/interface/instance...
35432 error catched by Llynix
35435 ------------------------------------------------------------------------
35436 r19674 | dionoea | 2007-04-04 22:57:37 +0200 (Wed, 04 Apr 2007) | 2 lines
35438 M /trunk/modules/stream_out/mosaic_bridge.c
35440 Add callback to change mosaic mask at runtime.
35442 ------------------------------------------------------------------------
35443 r19673 | jb | 2007-04-04 22:41:39 +0200 (Wed, 04 Apr 2007) | 3 lines
35445 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35447 Qt4 - SPrefsInterface Button is clicked by default.
35450 ------------------------------------------------------------------------
35451 r19672 | dionoea | 2007-04-04 22:37:28 +0200 (Wed, 04 Apr 2007) | 2 lines
35453 M /trunk/modules/stream_out/mosaic_bridge.c
35455 Remove mask picture_t leak.
35457 ------------------------------------------------------------------------
35458 r19671 | funman | 2007-04-04 22:31:44 +0200 (Wed, 04 Apr 2007) | 1 line
35460 M /trunk/modules/meta_engine/folder.c
35462 Use local copies for album art, rather than download it from amazon
35463 ------------------------------------------------------------------------
35464 r19670 | dionoea | 2007-04-04 22:31:07 +0200 (Wed, 04 Apr 2007) | 2 lines
35468 Add mosaic_bridge transparency mask to the NEWS.
35470 ------------------------------------------------------------------------
35471 r19669 | dionoea | 2007-04-04 22:29:17 +0200 (Wed, 04 Apr 2007) | 20 lines
35473 M /trunk/modules/stream_out/mosaic_bridge.c
35475 Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows:
35477 ./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic
35479 And the vlm config:
35481 new channel0 broadcast enabled
35482 setup channel0 input /home/dionoea/media/redefined-nintendo.mpg
35483 setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio}
35485 new background broadcast enabled
35486 setup background input fake:
35487 #setup background output #bridge-in:display
35488 control background play
35490 control channel0 play
35492 The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)
35495 ------------------------------------------------------------------------
35496 r19668 | fkuehne | 2007-04-04 22:28:44 +0200 (Wed, 04 Apr 2007) | 1 line
35498 M /trunk/modules/gui/macosx/vout.m
35500 * make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])
35501 ------------------------------------------------------------------------
35502 r19666 | fkuehne | 2007-04-04 22:07:59 +0200 (Wed, 04 Apr 2007) | 1 line
35504 M /trunk/modules/gui/macosx/update.m
35506 * fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)
35507 ------------------------------------------------------------------------
35508 r19665 | funman | 2007-04-04 22:02:34 +0200 (Wed, 04 Apr 2007) | 1 line
35510 M /trunk/modules/misc/screensaver.c
35512 Use new gnome-screensaver D-Bus interface
35513 ------------------------------------------------------------------------
35514 r19662 | lool | 2007-04-04 16:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
35516 M /trunk/modules/gui/skins2/src/theme_loader.cpp
35518 * Fix missing include causing a build failure with GCC 4.3; patch by
35519 Martin Michlmayr; Debian #417750.
35521 ------------------------------------------------------------------------
35522 r19661 | xtophe | 2007-04-04 13:26:16 +0200 (Wed, 04 Apr 2007) | 4 lines
35524 M /trunk/extras/contrib/src/Makefile
35525 M /trunk/extras/contrib/src/Patches/libintl.patch
35527 Gettext produce libintl.h or libgnuintl.h depending the situation.
35528 So patch libgnuintl.h.in so both header got the patch.
35529 For win32 it seems to produce libintl.h so kludge this one.
35531 ------------------------------------------------------------------------
35532 r19660 | jb | 2007-04-04 02:20:36 +0200 (Wed, 04 Apr 2007) | 3 lines
35534 M /trunk/modules/gui/qt4/Modules.am
35535 A /trunk/modules/gui/qt4/components/complete_preferences.cpp (from /trunk/modules/gui/qt4/components/preferences.cpp:19659)
35536 A /trunk/modules/gui/qt4/components/complete_preferences.hpp (from /trunk/modules/gui/qt4/components/preferences.hpp:19659)
35537 D /trunk/modules/gui/qt4/components/preferences.cpp
35538 D /trunk/modules/gui/qt4/components/preferences.hpp
35539 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35541 qt4 - Rename a confusing component
35544 ------------------------------------------------------------------------
35545 r19659 | jb | 2007-04-04 02:05:33 +0200 (Wed, 04 Apr 2007) | 5 lines
35547 M /trunk/modules/gui/qt4/components/open.hpp
35548 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
35549 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
35550 M /trunk/modules/gui/qt4/dialogs/preferences.cpp
35551 M /trunk/modules/gui/qt4/dialogs/preferences.hpp
35553 Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing.
35554 Some look has still to be done, especially for size/margin/padding.
35555 I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)
35558 ------------------------------------------------------------------------
35559 r19658 | jb | 2007-04-03 23:31:41 +0200 (Tue, 03 Apr 2007) | 3 lines
35561 M /trunk/modules/gui/qt4/dialogs/open.hpp
35563 Qt4 - oops... Forgot that file in the precedent commit...
35566 ------------------------------------------------------------------------
35567 r19656 | jb | 2007-04-03 22:51:36 +0200 (Tue, 03 Apr 2007) | 3 lines
35569 M /trunk/modules/gui/qt4/dialogs/open.cpp
35571 Qt4 - Dialog. fix the reparenting Open Dialog for Win32
35574 ------------------------------------------------------------------------
35575 r19655 | pdherbemont | 2007-04-03 18:46:15 +0200 (Tue, 03 Apr 2007) | 2 lines
35577 M /trunk/Makefile.am
35579 Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.
35581 ------------------------------------------------------------------------
35582 r19654 | xtophe | 2007-04-03 18:01:25 +0200 (Tue, 03 Apr 2007) | 3 lines
35584 M /trunk/extras/contrib/src/Makefile
35585 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-swscale-pc.patch
35587 Only install libswscale.pc and swscale headers when needed.
35588 This is in the process to be submitted upstream
35590 ------------------------------------------------------------------------
35591 r19653 | jpsaman | 2007-04-03 13:29:56 +0200 (Tue, 03 Apr 2007) | 1 line
35593 M /trunk/extras/contrib/src/Patches/live-config.patch
35595 Cleanup patch had 2 config.macosx entries.
35596 ------------------------------------------------------------------------
35597 r19651 | jpsaman | 2007-04-03 13:27:19 +0200 (Tue, 03 Apr 2007) | 1 line
35599 M /trunk/activex/vlccontrol2.cpp
35601 Fix bug get_aspectRatio() that returned wrong error code.
35602 ------------------------------------------------------------------------
35603 r19650 | jpsaman | 2007-04-03 12:33:07 +0200 (Tue, 03 Apr 2007) | 1 line
35605 M /trunk/extras/contrib/src/Makefile
35606 M /trunk/extras/contrib/src/Patches/libintl.patch
35608 Update libintl.patch. The include file has been renamed to libgnuintl.h in this gettext version.
35609 ------------------------------------------------------------------------
35610 r19649 | xtophe | 2007-04-03 11:39:58 +0200 (Tue, 03 Apr 2007) | 2 lines
35612 M /trunk/po/POTFILES.in
35613 M /trunk/po/vlc.pot
35615 Some files have been renamed and some added
35617 ------------------------------------------------------------------------
35618 r19647 | pdherbemont | 2007-04-03 00:24:26 +0200 (Tue, 03 Apr 2007) | 2 lines
35620 M /trunk/modules/gui/macosx/vout.m
35622 Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined.
35624 ------------------------------------------------------------------------
35625 r19646 | xtophe | 2007-04-03 00:17:19 +0200 (Tue, 03 Apr 2007) | 2 lines
35627 M /trunk/extras/contrib/src/Makefile
35629 ffmpeg: targetos must now be in lower case.
35631 ------------------------------------------------------------------------
35632 r19644 | dionoea | 2007-04-02 23:34:08 +0200 (Mon, 02 Apr 2007) | 2 lines
35636 Add news about the new blending chroma support -> mosaic perf improvement.
35638 ------------------------------------------------------------------------
35639 r19643 | dionoea | 2007-04-02 23:03:58 +0200 (Mon, 02 Apr 2007) | 2 lines
35641 M /trunk/modules/video_filter/mosaic.c
35643 mosaic.c: If we're not using bluescreen stuff (which needs per pixel alpha values), then use I420 instead of YUVA when resizing the images. (see previous commit for explanation.)
35645 ------------------------------------------------------------------------
35646 r19642 | dionoea | 2007-04-02 22:58:14 +0200 (Mon, 02 Apr 2007) | 2 lines
35648 M /trunk/modules/stream_out/mosaic_bridge.c
35650 Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128.
35652 ------------------------------------------------------------------------
35653 r19641 | dionoea | 2007-04-02 22:54:52 +0200 (Mon, 02 Apr 2007) | 2 lines
35655 M /trunk/modules/video_filter/blend.c
35657 Fix I420/YV12 -> * blending. Looks like we did need separate functions.
35659 ------------------------------------------------------------------------
35660 r19640 | oaubert | 2007-04-02 19:55:13 +0200 (Mon, 02 Apr 2007) | 2 lines
35662 M /trunk/bindings/python/vlc_internal.c
35664 bindings/python/vlc_internal: implement vlc_object_find_name support
35666 ------------------------------------------------------------------------
35667 r19639 | dionoea | 2007-04-02 18:24:23 +0200 (Mon, 02 Apr 2007) | 2 lines
35669 M /trunk/modules/video_filter/scale.c
35671 also scale I420/YV12. (untested) (btw, why don't we use the "normal" scaling modules for sub pictures?)
35673 ------------------------------------------------------------------------
35674 r19638 | dionoea | 2007-04-02 11:18:12 +0200 (Mon, 02 Apr 2007) | 3 lines
35676 M /trunk/modules/video_filter/blend.c
35678 * Untested YV12/I420 -> * blending. Works exactly like YUVA blending except when i_trans == 255. This should improve Mosaic performance. (still needs 1 or 2 changes to the mosaic_bridge and mosaic modules).
35679 * Don't try blending if i_trans == 0.
35681 ------------------------------------------------------------------------
35682 r19637 | jb | 2007-04-02 01:16:59 +0200 (Mon, 02 Apr 2007) | 3 lines
35684 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
35686 Qt4 - Enter key does always close() a dialog. Correction of a virtual keyword missing.
35689 ------------------------------------------------------------------------
35690 r19636 | dionoea | 2007-04-01 23:29:43 +0200 (Sun, 01 Apr 2007) | 2 lines
35692 M /trunk/modules/gui/qt4/components/extended_panels.cpp
35694 Add some qfu and qtu calls for string values.
35696 ------------------------------------------------------------------------
35697 r19635 | dionoea | 2007-04-01 23:17:31 +0200 (Sun, 01 Apr 2007) | 2 lines
35699 M /trunk/modules/video_output/sdl.c
35701 Add new --sdl-chroma option to force the used chroma.
35703 ------------------------------------------------------------------------
35704 r19634 | dionoea | 2007-04-01 22:55:36 +0200 (Sun, 01 Apr 2007) | 2 lines
35706 M /trunk/modules/video_filter/blend.c
35708 don't invert the function names.
35710 ------------------------------------------------------------------------
35711 r19633 | jb | 2007-04-01 22:55:00 +0200 (Sun, 01 Apr 2007) | 3 lines
35713 M /trunk/modules/gui/qt4/dialogs_provider.cpp
35715 Qt4 - try to provide the missing dialogs for the dialog provider. Should fix skins2 problem on windows.
35718 ------------------------------------------------------------------------
35719 r19632 | jb | 2007-04-01 22:49:52 +0200 (Sun, 01 Apr 2007) | 3 lines
35721 M /trunk/include/vlc_interface.h
35723 Add a define for the EXTENDED dialog for further use (skins2 ? )
35726 ------------------------------------------------------------------------
35727 r19631 | dionoea | 2007-04-01 22:38:21 +0200 (Sun, 01 Apr 2007) | 2 lines
35729 M /trunk/modules/video_filter/blend.c
35731 Untested RGBA -> YUV Packed blending.
35733 ------------------------------------------------------------------------
35734 r19630 | dionoea | 2007-04-01 22:22:01 +0200 (Sun, 01 Apr 2007) | 2 lines
35736 M /trunk/modules/video_filter/blend.c
35738 Untested RGBA -> RV16 blending (I420 and RV24 work fine).
35740 ------------------------------------------------------------------------
35741 r19629 | pdherbemont | 2007-04-01 21:13:52 +0200 (Sun, 01 Apr 2007) | 2 lines
35743 M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
35744 M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
35745 M /trunk/modules/gui/macosx/update.m
35747 Mac OS X gui: Label the option "Check for VLC update automatically" rather than "Check for update when VLC is launched".
35749 ------------------------------------------------------------------------
35750 r19627 | pdherbemont | 2007-04-01 19:41:51 +0200 (Sun, 01 Apr 2007) | 2 lines
35752 M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
35753 M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/info.nib
35754 M /trunk/extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib
35755 M /trunk/modules/gui/macosx/intf.m
35756 M /trunk/modules/gui/macosx/update.h
35757 M /trunk/modules/gui/macosx/update.m
35759 Mac OS X gui: Ask the user if she wants to check update on startup. And if so, check for update only every two days.
35761 ------------------------------------------------------------------------
35762 r19626 | dionoea | 2007-04-01 19:22:15 +0200 (Sun, 01 Apr 2007) | 2 lines
35764 M /trunk/modules/gui/qt4/components/extended_panels.cpp
35766 Remove some debug messages and fix the sub-picture chain update target.
35768 ------------------------------------------------------------------------
35769 r19625 | dionoea | 2007-04-01 19:21:48 +0200 (Sun, 01 Apr 2007) | 2 lines
35771 M /trunk/src/video_output/vout_subpictures.c
35773 Allow changing the subpicture filter chain at runtime. (This currently kind of segfaults some of the time (after 2 changes) ... somemore bughunting is needed)
35775 ------------------------------------------------------------------------
35776 r19624 | dionoea | 2007-04-01 19:17:16 +0200 (Sun, 01 Apr 2007) | 2 lines
35778 M /trunk/include/vlc_variables.h
35780 Remove trailing space.
35782 ------------------------------------------------------------------------
35783 r19623 | jb | 2007-04-01 19:07:36 +0200 (Sun, 01 Apr 2007) | 3 lines
35785 M /trunk/modules/gui/qt4/menus.cpp
35787 Qt4 - Regroup in a better way the menus.
35790 ------------------------------------------------------------------------
35791 r19622 | jb | 2007-04-01 19:03:59 +0200 (Sun, 01 Apr 2007) | 3 lines
35793 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
35794 M /trunk/modules/gui/qt4/menus.cpp
35796 qt4 - shortcuts corrections and enhancements.
35799 ------------------------------------------------------------------------
35800 r19621 | jb | 2007-04-01 18:33:00 +0200 (Sun, 01 Apr 2007) | 3 lines
35802 M /trunk/modules/gui/qt4/menus.cpp
35804 Qt4 - Ambiguous shortcut overload: Ctrl+ P
35807 ------------------------------------------------------------------------
35808 r19620 | jb | 2007-04-01 18:29:04 +0200 (Sun, 01 Apr 2007) | 3 lines
35810 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35811 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
35813 Qt4 - Goto Time, IA
35816 ------------------------------------------------------------------------
35817 r19619 | dionoea | 2007-04-01 18:27:53 +0200 (Sun, 01 Apr 2007) | 2 lines
35819 M /trunk/modules/gui/qt4/components/extended_panels.cpp
35821 Add calls to config_Put* to make sure that the configuration values survive a filter instance destruction.
35823 ------------------------------------------------------------------------
35824 r19618 | dionoea | 2007-04-01 18:24:08 +0200 (Sun, 01 Apr 2007) | 2 lines
35826 M /trunk/modules/gui/qt4/components/extended_panels.cpp
35827 M /trunk/modules/gui/qt4/components/extended_panels.hpp
35828 M /trunk/modules/gui/qt4/ui/video_effects.ui
35830 95% of the video filters extended panel is now done. It's just missing the combo box related code.
35832 ------------------------------------------------------------------------
35833 r19617 | jb | 2007-04-01 15:21:58 +0200 (Sun, 01 Apr 2007) | 3 lines
35835 M /trunk/modules/LIST
35840 ------------------------------------------------------------------------
35841 r19616 | jb | 2007-04-01 15:07:06 +0200 (Sun, 01 Apr 2007) | 3 lines
35843 M /trunk/modules/LIST
35848 ------------------------------------------------------------------------
35849 r19615 | jb | 2007-04-01 14:51:09 +0200 (Sun, 01 Apr 2007) | 3 lines
35851 M /trunk/modules/LIST
35856 ------------------------------------------------------------------------
35857 r19614 | jb | 2007-04-01 14:37:17 +0200 (Sun, 01 Apr 2007) | 3 lines
35859 M /trunk/modules/LIST
35864 ------------------------------------------------------------------------
35865 r19611 | hartman | 2007-04-01 13:58:34 +0200 (Sun, 01 Apr 2007) | 2 lines
35867 M /trunk/extras/contrib/src/Distributions/darwin.mak
35869 * Don't enable libIDL. we don't really need it atmo
35871 ------------------------------------------------------------------------
35872 r19604 | jb | 2007-04-01 03:23:15 +0200 (Sun, 01 Apr 2007) | 3 lines
35874 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
35876 qt4 - GotoTime dialog button, with handling for KDE/Gnome fanatics.
35879 ------------------------------------------------------------------------
35880 r19597 | jb | 2007-04-01 02:53:43 +0200 (Sun, 01 Apr 2007) | 3 lines
35882 M /trunk/extras/contrib/src/packages.mak
35884 Contrib: update gettext to 0.16.1
35887 ------------------------------------------------------------------------
35888 r19589 | jb | 2007-04-01 02:20:50 +0200 (Sun, 01 Apr 2007) | 3 lines
35890 M /trunk/extras/contrib/src/Makefile
35892 Forgotten in last commit.
35895 ------------------------------------------------------------------------
35896 r19587 | jb | 2007-04-01 02:12:22 +0200 (Sun, 01 Apr 2007) | 3 lines
35898 D /trunk/extras/contrib/src/Patches/twolame-osx.patch
35899 M /trunk/extras/contrib/src/packages.mak
35901 Update Contribs to twolame 3.10 and remove patch included upstream.
35904 ------------------------------------------------------------------------
35905 r19576 | jb | 2007-04-01 01:19:41 +0200 (Sun, 01 Apr 2007) | 4 lines
35907 M /trunk/extras/contrib/src/Makefile
35909 Really fix Makefile for extras
35913 ------------------------------------------------------------------------
35914 r19575 | dionoea | 2007-04-01 01:12:00 +0200 (Sun, 01 Apr 2007) | 2 lines
35916 M /trunk/extras/contrib/src/Makefile
35918 Fix extra makefile.
35920 ------------------------------------------------------------------------
35921 r19574 | jb | 2007-04-01 00:58:10 +0200 (Sun, 01 Apr 2007) | 4 lines
35923 M /trunk/extras/contrib/src/Makefile
35925 DON'T BUILD FFMPEG w --enable-swscaler.
35926 Don't use stupid dirac patch.
35929 ------------------------------------------------------------------------
35930 r19573 | dionoea | 2007-04-01 00:03:59 +0200 (Sun, 01 Apr 2007) | 2 lines
35932 M /trunk/modules/video_filter/clone.c
35934 Remove trailing space.
35936 ------------------------------------------------------------------------
35937 r19572 | dionoea | 2007-04-01 00:01:07 +0200 (Sun, 01 Apr 2007) | 2 lines
35939 M /trunk/modules/video_filter/puzzle.c
35941 Make it possible to change puzzle parmaeters after filter launch.
35943 ------------------------------------------------------------------------
35944 r19571 | dionoea | 2007-03-31 23:52:33 +0200 (Sat, 31 Mar 2007) | 2 lines
35946 M /trunk/modules/video_filter/sharpen.c
35948 Make it possible to change sharpen sigma after filter launch.
35950 ------------------------------------------------------------------------
35951 r19570 | dionoea | 2007-03-31 23:47:11 +0200 (Sat, 31 Mar 2007) | 2 lines
35953 M /trunk/modules/video_filter/motionblur.c
35955 Make it possible to change the blur factor after filter launch.
35957 ------------------------------------------------------------------------
35958 r19569 | dionoea | 2007-03-31 23:38:24 +0200 (Sat, 31 Mar 2007) | 2 lines
35960 M /trunk/modules/video_filter/gradient.c
35962 Gradient options are now commands.
35964 ------------------------------------------------------------------------
35965 r19568 | dionoea | 2007-03-31 23:25:36 +0200 (Sat, 31 Mar 2007) | 2 lines
35967 M /trunk/modules/video_filter/colorthres.c
35969 Enable config chain syntax and flag the vars as commands.
35971 ------------------------------------------------------------------------
35972 r19567 | dionoea | 2007-03-31 23:16:49 +0200 (Sat, 31 Mar 2007) | 2 lines
35974 M /trunk/modules/gui/qt4/components/extended_panels.cpp
35978 ------------------------------------------------------------------------
35979 r19566 | dionoea | 2007-03-31 23:11:37 +0200 (Sat, 31 Mar 2007) | 2 lines
35981 M /trunk/modules/gui/qt4/ui/video_effects.ui
35983 Da ?\195?\188ber video filter control panel (I'll add a simple mode once this one works).
35985 ------------------------------------------------------------------------
35986 r19565 | dionoea | 2007-03-31 22:37:13 +0200 (Sat, 31 Mar 2007) | 2 lines
35988 M /trunk/modules/video_filter/opencv_wrapper.c
35990 Remove trailing spaces.
35992 ------------------------------------------------------------------------
35993 r19564 | dionoea | 2007-03-31 22:07:58 +0200 (Sat, 31 Mar 2007) | 2 lines
35999 ------------------------------------------------------------------------
36000 r19563 | dionoea | 2007-03-31 22:00:03 +0200 (Sat, 31 Mar 2007) | 2 lines
36002 M /trunk/modules/video_filter/extract.c
36004 convert a few printfs to msg_Dbg.
36006 ------------------------------------------------------------------------
36007 r19562 | dionoea | 2007-03-31 21:53:23 +0200 (Sat, 31 Mar 2007) | 2 lines
36009 M /trunk/modules/video_filter/extract.c
36011 Make it possible to change the extracted color once the module is launched.
36013 ------------------------------------------------------------------------
36014 r19561 | dionoea | 2007-03-31 21:08:12 +0200 (Sat, 31 Mar 2007) | 2 lines
36016 M /trunk/modules/video_filter/erase.c
36018 Check the input chroma. (We only want to work on I420 for the moment)
36020 ------------------------------------------------------------------------
36021 r19560 | jb | 2007-03-31 20:41:47 +0200 (Sat, 31 Mar 2007) | 3 lines
36025 Mention the HTML subtitles support.
36028 ------------------------------------------------------------------------
36029 r19559 | dionoea | 2007-03-31 20:38:05 +0200 (Sat, 31 Mar 2007) | 2 lines
36035 ------------------------------------------------------------------------
36036 r19558 | dionoea | 2007-03-31 20:37:16 +0200 (Sat, 31 Mar 2007) | 2 lines
36038 M /trunk/configure.ac
36039 M /trunk/modules/video_filter/Modules.am
36040 A /trunk/modules/video_filter/erase.c (from /trunk/modules/video_filter/gradient.c:18980)
36042 New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg
36044 ------------------------------------------------------------------------
36045 r19557 | jb | 2007-03-31 19:57:52 +0200 (Sat, 31 Mar 2007) | 3 lines
36047 M /trunk/modules/gui/qt4/Modules.am
36048 M /trunk/modules/gui/qt4/components/extended_panels.cpp
36049 A /trunk/modules/gui/qt4/dialogs/preferences.cpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp:19556)
36050 A /trunk/modules/gui/qt4/dialogs/preferences.hpp (from /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp:19556)
36051 D /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36052 D /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36053 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36055 Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs!
36058 ------------------------------------------------------------------------
36059 r19556 | littlejohn | 2007-03-31 19:32:30 +0200 (Sat, 31 Mar 2007) | 1 line
36061 M /trunk/modules/codec/ffmpeg/ffmpeg.h
36064 ------------------------------------------------------------------------
36065 r19555 | jb | 2007-03-31 19:14:51 +0200 (Sat, 31 Mar 2007) | 3 lines
36067 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36069 Qt4 - Small correction to previous commit. Sorry.
36072 ------------------------------------------------------------------------
36073 r19554 | jb | 2007-03-31 19:08:07 +0200 (Sat, 31 Mar 2007) | 3 lines
36075 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36077 Qt4 - GoToTime layout and design improvements. Not functionnal yet.
36080 ------------------------------------------------------------------------
36081 r19553 | dionoea | 2007-03-31 18:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
36083 M /trunk/modules/video_filter/motiondetect.c
36085 Also use the V plane for motion detection. Remove unused code.
36087 ------------------------------------------------------------------------
36088 r19552 | dionoea | 2007-03-31 18:02:28 +0200 (Sat, 31 Mar 2007) | 3 lines
36090 M /trunk/modules/video_filter/scale.c
36091 M /trunk/src/video_output/vout_subpictures.c
36093 scale.c: implement RGBA scaling.
36094 vout_subpictures.c: enable scaling for RGBA subpictures.
36096 ------------------------------------------------------------------------
36097 r19551 | dionoea | 2007-03-31 17:45:06 +0200 (Sat, 31 Mar 2007) | 2 lines
36099 M /trunk/modules/control/rc.c
36101 Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.
36103 ------------------------------------------------------------------------
36104 r19550 | dionoea | 2007-03-31 17:42:50 +0200 (Sat, 31 Mar 2007) | 2 lines
36108 Update NEWS to sync with [19549].
36110 ------------------------------------------------------------------------
36111 r19549 | dionoea | 2007-03-31 17:42:14 +0200 (Sat, 31 Mar 2007) | 2 lines
36113 M /trunk/modules/control/rc.c
36115 Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'
36117 ------------------------------------------------------------------------
36118 r19548 | dionoea | 2007-03-31 17:38:57 +0200 (Sat, 31 Mar 2007) | 3 lines
36120 M /trunk/src/video_output/vout_pictures.c
36121 M /trunk/src/video_output/vout_pictures.h
36122 M /trunk/src/video_output/vout_subpictures.c
36124 vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine).
36125 vout_pictures.*: Add core support for RGBA pictures.
36127 ------------------------------------------------------------------------
36128 r19547 | jb | 2007-03-31 17:31:26 +0200 (Sat, 31 Mar 2007) | 3 lines
36130 M /trunk/modules/gui/qt4/dialogs/gototime.cpp
36131 M /trunk/modules/gui/qt4/dialogs/gototime.hpp
36132 M /trunk/modules/gui/qt4/dialogs/help.cpp
36134 Qt4 - a few additions to the empty GotoTime dialog..
36137 ------------------------------------------------------------------------
36138 r19546 | jb | 2007-03-31 15:46:14 +0200 (Sat, 31 Mar 2007) | 3 lines
36140 M /trunk/modules/gui/qt4/qt4.cpp
36142 Set the priority for qt4 / dialog_provider higher than wx
36145 ------------------------------------------------------------------------
36146 r19545 | jb | 2007-03-31 15:45:34 +0200 (Sat, 31 Mar 2007) | 3 lines
36148 M /trunk/modules/gui/qt4/Modules.am
36149 A /trunk/modules/gui/qt4/dialogs/gototime.cpp
36150 A /trunk/modules/gui/qt4/dialogs/gototime.hpp
36151 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36152 M /trunk/modules/gui/qt4/dialogs_provider.hpp
36153 M /trunk/modules/gui/qt4/menus.cpp
36155 Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.
36158 ------------------------------------------------------------------------
36159 r19544 | jb | 2007-03-31 15:44:22 +0200 (Sat, 31 Mar 2007) | 3 lines
36161 M /trunk/include/vlc_intf_strings.h
36163 add a GOTOtime string.
36166 ------------------------------------------------------------------------
36167 r19543 | jb | 2007-03-31 14:51:04 +0200 (Sat, 31 Mar 2007) | 3 lines
36169 M /trunk/modules/gui/qt4/dialogs/errors.cpp
36171 qt4 - Make errors dialog Application Modal.
36174 ------------------------------------------------------------------------
36175 r19542 | jb | 2007-03-31 03:29:26 +0200 (Sat, 31 Mar 2007) | 3 lines
36177 M /trunk/modules/gui/qt4/components/open.cpp
36179 qt4 - small and unimportant cosmetic change.
36182 ------------------------------------------------------------------------
36183 r19541 | jb | 2007-03-31 03:17:14 +0200 (Sat, 31 Mar 2007) | 5 lines
36185 M /trunk/modules/gui/qt4/dialogs/open.cpp
36186 M /trunk/modules/gui/qt4/dialogs/open.hpp
36187 M /trunk/modules/gui/qt4/ui/open.ui
36189 Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D
36190 xtophe, is that what you wanted ?
36191 Stream() does not do anything yet.
36194 ------------------------------------------------------------------------
36195 r19540 | jb | 2007-03-31 00:31:33 +0200 (Sat, 31 Mar 2007) | 3 lines
36197 M /trunk/modules/codec/ffmpeg/ffmpeg.c
36198 M /trunk/modules/codec/libmpeg2.c
36200 Repair ATI VCR2 support by using ffmpeg instead of libmpeg2
36203 ------------------------------------------------------------------------
36204 r19539 | dionoea | 2007-03-30 19:29:41 +0200 (Fri, 30 Mar 2007) | 2 lines
36206 M /trunk/modules/video_filter/blend.c
36208 Untested RGBA blending in I420, RV24 and RV32.
36210 ------------------------------------------------------------------------
36211 r19538 | pdherbemont | 2007-03-30 16:34:51 +0200 (Fri, 30 Mar 2007) | 2 lines
36213 M /trunk/modules/gui/macosx/misc.h
36215 Mac OS X gui: Attempt to fix compilation error.
36217 ------------------------------------------------------------------------
36218 r19537 | xtophe | 2007-03-30 16:06:09 +0200 (Fri, 30 Mar 2007) | 2 lines
36220 M /trunk/extras/contrib/src/Patches/dirac-cross.patch
36224 ------------------------------------------------------------------------
36225 r19536 | hartman | 2007-03-30 15:29:15 +0200 (Fri, 30 Mar 2007) | 3 lines
36227 M /trunk/modules/misc/freetype.c
36229 * Missing part of previous commit [19535].
36230 cleanup of freetype.c by Bernie Purcell
36232 ------------------------------------------------------------------------
36233 r19535 | hartman | 2007-03-30 14:51:46 +0200 (Fri, 30 Mar 2007) | 5 lines
36235 M /trunk/modules/codec/subsdec.c
36236 M /trunk/modules/misc/freetype.c
36238 * Patch to support basic formatting in non-SSA/USF subtitle formats
36239 Several fixes for warnings.
36241 by Bernie Purcell <b dot purcell at adbglobal dot com>
36243 ------------------------------------------------------------------------
36244 r19534 | jb | 2007-03-30 01:04:38 +0200 (Fri, 30 Mar 2007) | 3 lines
36246 M /trunk/extras/contrib/src/packages.mak
36248 Libtiff repository has changed.
36251 ------------------------------------------------------------------------
36252 r19533 | jb | 2007-03-30 00:53:45 +0200 (Fri, 30 Mar 2007) | 3 lines
36254 M /trunk/modules/gui/qt4/ui/open.ui
36256 Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?
36259 ------------------------------------------------------------------------
36260 r19532 | jb | 2007-03-30 00:18:08 +0200 (Fri, 30 Mar 2007) | 3 lines
36262 M /trunk/modules/codec/ffmpeg/ffmpeg.c
36264 Make the spacing coherent with the rest of the file.
36267 ------------------------------------------------------------------------
36268 r19531 | jb | 2007-03-29 23:57:15 +0200 (Thu, 29 Mar 2007) | 3 lines
36275 ------------------------------------------------------------------------
36276 r19530 | yoann | 2007-03-29 23:53:33 +0200 (Thu, 29 Mar 2007) | 2 lines
36278 M /trunk/modules/gui/qt4/components/open.cpp
36279 M /trunk/modules/gui/qt4/components/open.hpp
36280 M /trunk/modules/gui/qt4/dialogs/open.hpp
36282 * qt open dialog: double click plays the selected file
36284 ------------------------------------------------------------------------
36285 r19529 | jb | 2007-03-29 23:52:08 +0200 (Thu, 29 Mar 2007) | 2 lines
36287 M /trunk/modules/codec/ffmpeg/ffmpeg.c
36289 Add Flash Screen Video FourCC
36291 ------------------------------------------------------------------------
36292 r19528 | jb | 2007-03-29 23:25:03 +0200 (Thu, 29 Mar 2007) | 3 lines
36294 M /trunk/modules/gui/qt4/ui/open.ui
36299 ------------------------------------------------------------------------
36300 r19527 | jb | 2007-03-29 23:19:17 +0200 (Thu, 29 Mar 2007) | 3 lines
36302 M /trunk/modules/gui/qt4/menus.cpp
36304 Qt4 - More hotkeys.
36307 ------------------------------------------------------------------------
36308 r19526 | yoann | 2007-03-29 23:17:11 +0200 (Thu, 29 Mar 2007) | 2 lines
36310 M /trunk/src/misc/configuration.c
36314 ------------------------------------------------------------------------
36315 r19525 | jb | 2007-03-29 23:10:42 +0200 (Thu, 29 Mar 2007) | 3 lines
36317 M /trunk/modules/gui/qt4/menus.cpp
36322 ------------------------------------------------------------------------
36323 r19524 | xtophe | 2007-03-29 23:07:56 +0200 (Thu, 29 Mar 2007) | 2 lines
36325 M /trunk/extras/contrib/src/Makefile
36327 don't build the doc in all cases for dirac
36329 ------------------------------------------------------------------------
36330 r19523 | jb | 2007-03-29 22:15:45 +0200 (Thu, 29 Mar 2007) | 3 lines
36332 M /trunk/modules/gui/qt4/components/open.cpp
36333 M /trunk/modules/gui/qt4/components/open.hpp
36338 ------------------------------------------------------------------------
36339 r19522 | yoann | 2007-03-29 22:08:25 +0200 (Thu, 29 Mar 2007) | 2 lines
36341 M /trunk/modules/gui/qt4/components/open.cpp
36342 M /trunk/modules/gui/qt4/components/open.hpp
36344 * qt: don't hide the file browser on double click
36346 ------------------------------------------------------------------------
36347 r19521 | damienf | 2007-03-29 10:00:16 +0200 (Thu, 29 Mar 2007) | 2 lines
36349 M /trunk/mozilla/vlcshell.cpp
36351 vlcshell.cpp: compile fix
36353 ------------------------------------------------------------------------
36354 r19520 | damienf | 2007-03-29 00:02:51 +0200 (Thu, 29 Mar 2007) | 2 lines
36356 M /trunk/mozilla/vlcplugin.h
36357 M /trunk/mozilla/vlcshell.cpp
36359 - mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups
36361 ------------------------------------------------------------------------
36362 r19519 | damienf | 2007-03-29 00:00:48 +0200 (Thu, 29 Mar 2007) | 2 lines
36364 M /trunk/modules/gui/macosx/voutgl.m
36366 voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin
36368 ------------------------------------------------------------------------
36369 r19518 | damienf | 2007-03-28 23:57:39 +0200 (Wed, 28 Mar 2007) | 2 lines
36371 M /trunk/include/vlc/libvlc.h
36372 M /trunk/include/vlc_vout.h
36373 M /trunk/src/control/video.c
36375 - libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this
36377 ------------------------------------------------------------------------
36378 r19517 | xtophe | 2007-03-28 23:28:24 +0200 (Wed, 28 Mar 2007) | 2 lines
36380 M /trunk/include/vlc_configuration.h
36381 M /trunk/include/vlc_variables.h
36383 Protect header against double inclusion
36385 ------------------------------------------------------------------------
36386 r19516 | yoann | 2007-03-28 20:53:27 +0200 (Wed, 28 Mar 2007) | 2 lines
36388 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36389 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36390 M /trunk/modules/gui/qt4/util/qvlcframe.hpp
36392 * qt: escape key on QVLCFrame and QVLCDialog closes them
36394 ------------------------------------------------------------------------
36395 r19515 | yoann | 2007-03-28 20:28:56 +0200 (Wed, 28 Mar 2007) | 2 lines
36397 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
36398 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
36400 * QT prefs: escape key closes the dialog
36402 ------------------------------------------------------------------------
36403 r19514 | pdherbemont | 2007-03-28 19:31:28 +0200 (Wed, 28 Mar 2007) | 2 lines
36405 M /trunk/modules/access/http.c
36407 http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish).
36409 ------------------------------------------------------------------------
36410 r19513 | courmisch | 2007-03-28 18:23:40 +0200 (Wed, 28 Mar 2007) | 2 lines
36412 M /trunk/modules/access_output/udp.c
36414 Limit RTCP sending to one every five seconds as per RFC3550
36416 ------------------------------------------------------------------------
36417 r19512 | pdherbemont | 2007-03-28 13:12:26 +0200 (Wed, 28 Mar 2007) | 2 lines
36419 M /trunk/modules/access/http.c
36421 http Access: Avoid using an empty pointer (Oops).
36423 ------------------------------------------------------------------------
36424 r19511 | pdherbemont | 2007-03-28 12:26:05 +0200 (Wed, 28 Mar 2007) | 2 lines
36426 M /trunk/modules/access/http.c
36428 http Access: Make sure we handle redirection that don't include the server name.
36430 ------------------------------------------------------------------------
36431 r19510 | pdherbemont | 2007-03-28 01:53:28 +0200 (Wed, 28 Mar 2007) | 2 lines
36433 M /trunk/modules/gui/macosx/update.m
36435 Mac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease pool in checkForUpdate.
36437 ------------------------------------------------------------------------
36438 r19509 | pdherbemont | 2007-03-28 01:18:56 +0200 (Wed, 28 Mar 2007) | 2 lines
36440 M /trunk/modules/gui/macosx/intf.m
36442 Mac OS X gui: Remove unwanted NSLog from r19508.
36444 ------------------------------------------------------------------------
36445 r19508 | pdherbemont | 2007-03-28 01:17:37 +0200 (Wed, 28 Mar 2007) | 2 lines
36447 M /trunk/modules/gui/macosx/intf.m
36448 M /trunk/modules/gui/macosx/update.m
36450 Mac OS X gui: Check for update on startup.
36452 ------------------------------------------------------------------------
36453 r19507 | pdherbemont | 2007-03-28 00:27:07 +0200 (Wed, 28 Mar 2007) | 2 lines
36455 M /trunk/modules/gui/macosx/embeddedwindow.m
36457 Mac OS X gui: Fix libvlc key handling when leaving fullscreen.
36459 ------------------------------------------------------------------------
36460 r19506 | xtophe | 2007-03-28 00:26:24 +0200 (Wed, 28 Mar 2007) | 3 lines
36462 M /trunk/modules/gui/qt4/menus.cpp
36464 qt4/menu.cpp: * Work around libqt4 opening gconf
36465 * improve readability of macros
36467 ------------------------------------------------------------------------
36468 r19505 | jb | 2007-03-28 00:14:10 +0200 (Wed, 28 Mar 2007) | 4 lines
36470 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36471 M /trunk/modules/gui/qt4/ui/open.ui
36472 M /trunk/modules/gui/qt4/ui/open_disk.ui
36473 M /trunk/modules/gui/qt4/ui/open_file.ui
36474 M /trunk/modules/gui/qt4/ui/sout.ui
36475 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
36476 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
36477 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
36478 M /trunk/modules/gui/qt4/ui/sprefs_playlist.ui
36479 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
36480 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
36486 ------------------------------------------------------------------------
36487 r19504 | yoann | 2007-03-28 00:09:18 +0200 (Wed, 28 Mar 2007) | 2 lines
36489 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36491 * qt DirectoryConfigControl: default open in selected directory
36493 ------------------------------------------------------------------------
36494 r19503 | yoann | 2007-03-27 23:54:16 +0200 (Tue, 27 Mar 2007) | 2 lines
36496 M /trunk/include/vlc_configuration.h
36497 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36498 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
36500 * qt: add a FontConfigControl
36502 ------------------------------------------------------------------------
36503 r19502 | yoann | 2007-03-27 22:39:20 +0200 (Tue, 27 Mar 2007) | 2 lines
36505 M /trunk/modules/gui/skins2/src/skin_main.cpp
36507 * use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs
36509 ------------------------------------------------------------------------
36510 r19501 | yoann | 2007-03-27 21:33:50 +0200 (Tue, 27 Mar 2007) | 2 lines
36512 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36513 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
36515 * qt: really implement DirectoryConfigControl
36517 ------------------------------------------------------------------------
36518 r19500 | damienf | 2007-03-27 21:06:18 +0200 (Tue, 27 Mar 2007) | 2 lines
36520 M /trunk/src/network/getaddrinfo.c
36522 - getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic only searches for real APIs only once
36524 ------------------------------------------------------------------------
36525 r19499 | damienf | 2007-03-27 21:01:51 +0200 (Tue, 27 Mar 2007) | 2 lines
36527 M /trunk/src/control/input.c
36529 - control/input.c: don't rely on exceptions to control the state of API internal logic as these are optional
36531 ------------------------------------------------------------------------
36532 r19498 | yoann | 2007-03-27 20:48:09 +0200 (Tue, 27 Mar 2007) | 2 lines
36534 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
36536 * open file widget: do nothing if the user clicked on cancel
36538 ------------------------------------------------------------------------
36539 r19497 | yoann | 2007-03-27 20:44:02 +0200 (Tue, 27 Mar 2007) | 2 lines
36541 M /trunk/modules/gui/qt4/components/open.cpp
36543 * browse subtitles: do nothing if the user clicked on Cancel
36545 ------------------------------------------------------------------------
36546 r19492 | yoann | 2007-03-27 01:45:44 +0200 (Tue, 27 Mar 2007) | 2 lines
36548 M /trunk/modules/gui/qt4/components/open.cpp
36550 * use freetype-rel-fontsize instead of sub-rel-fontsize
36552 ------------------------------------------------------------------------
36553 r19491 | yoann | 2007-03-27 01:44:06 +0200 (Tue, 27 Mar 2007) | 2 lines
36555 M /trunk/modules/gui/qt4/components/open.cpp
36557 * open dialog: set subtitle size and align options
36559 ------------------------------------------------------------------------
36560 r19490 | yoann | 2007-03-27 01:23:28 +0200 (Tue, 27 Mar 2007) | 2 lines
36562 M /trunk/modules/gui/qt4/components/open.cpp
36563 M /trunk/modules/gui/qt4/ui/open_file.ui
36565 * build the subtitle align combo box
36567 ------------------------------------------------------------------------
36568 r19489 | yoann | 2007-03-27 01:17:57 +0200 (Tue, 27 Mar 2007) | 2 lines
36570 M /trunk/modules/gui/qt4/components/open.cpp
36571 M /trunk/modules/gui/qt4/ui/open_file.ui
36573 * build the subtitle size combo box, instead of hardcoded list
36575 ------------------------------------------------------------------------
36576 r19488 | jb | 2007-03-27 00:47:04 +0200 (Tue, 27 Mar 2007) | 3 lines
36578 M /trunk/extras/contrib/src/Patches/dirac-osx.patch
36580 Contrib - Dirac ; MacOS-X patch.
36583 ------------------------------------------------------------------------
36584 r19487 | jb | 2007-03-27 00:39:52 +0200 (Tue, 27 Mar 2007) | 3 lines
36586 M /trunk/extras/contrib/src/Patches/dirac-cross.patch
36587 M /trunk/extras/contrib/src/packages.mak
36589 Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated
36592 ------------------------------------------------------------------------
36593 r19486 | yoann | 2007-03-27 00:23:37 +0200 (Tue, 27 Mar 2007) | 2 lines
36595 M /trunk/modules/gui/qt4/components/open.cpp
36596 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36597 M /trunk/modules/gui/qt4/dialogs_provider.hpp
36599 * open dialog: look for subtitles in the same directory as the movie
36601 ------------------------------------------------------------------------
36602 r19485 | yoann | 2007-03-26 23:33:00 +0200 (Mon, 26 Mar 2007) | 2 lines
36604 M /trunk/modules/gui/qt4/components/open.cpp
36605 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36606 M /trunk/modules/gui/qt4/dialogs_provider.hpp
36608 * use an int to select extension filters
36610 ------------------------------------------------------------------------
36611 r19484 | yoann | 2007-03-26 22:27:30 +0200 (Mon, 26 Mar 2007) | 2 lines
36613 M /trunk/modules/gui/qt4/dialogs/open.cpp
36614 M /trunk/modules/gui/qt4/dialogs/open.hpp
36616 * open dialog: options like :sub-file= are now added to input (ie "use subtitles" now works)
36618 ------------------------------------------------------------------------
36619 r19483 | yoann | 2007-03-26 21:41:07 +0200 (Mon, 26 Mar 2007) | 2 lines
36621 M /trunk/modules/gui/qt4/dialogs/open.cpp
36623 * add a function to parse the mrl line
36625 ------------------------------------------------------------------------
36626 r19478 | yoann | 2007-03-26 00:21:30 +0200 (Mon, 26 Mar 2007) | 2 lines
36628 M /trunk/modules/gui/qt4/components/open.cpp
36629 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36630 M /trunk/modules/gui/qt4/dialogs_provider.hpp
36632 * Use subtitles file extension filter for the "Open subtitles file" dialog.
36634 ------------------------------------------------------------------------
36635 r19476 | dionoea | 2007-03-25 22:55:52 +0200 (Sun, 25 Mar 2007) | 2 lines
36637 M /trunk/modules/codec/ffmpeg/ffmpeg.c
36639 Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)).
36641 ------------------------------------------------------------------------
36642 r19470 | courmisch | 2007-03-25 21:35:14 +0200 (Sun, 25 Mar 2007) | 2 lines
36644 M /trunk/modules/control/http/http.h
36645 M /trunk/modules/control/http/rpn.c
36646 M /trunk/modules/control/http/util.c
36648 Allow URL parameter of arbitrary size (closes #1125)
36650 ------------------------------------------------------------------------
36651 r19468 | courmisch | 2007-03-25 21:21:38 +0200 (Sun, 25 Mar 2007) | 2 lines
36653 M /trunk/modules/control/http/util.c
36657 ------------------------------------------------------------------------
36658 r19467 | courmisch | 2007-03-25 21:21:20 +0200 (Sun, 25 Mar 2007) | 2 lines
36660 M /trunk/modules/control/http/http.h
36661 M /trunk/modules/control/http/util.c
36663 Split ExtractURIValue into a research and an extract function
36665 ------------------------------------------------------------------------
36666 r19466 | fenrir | 2007-03-25 20:46:44 +0200 (Sun, 25 Mar 2007) | 2 lines
36668 M /trunk/configure.ac
36669 M /trunk/modules/codec/dirac.c
36671 Upgrade dirac support to 0.6.0 (close #1129)
36673 ------------------------------------------------------------------------
36674 r19465 | courmisch | 2007-03-25 20:18:32 +0200 (Sun, 25 Mar 2007) | 2 lines
36678 Rename sigset_t variables. No run-time change.
36680 ------------------------------------------------------------------------
36681 r19463 | dionoea | 2007-03-25 19:05:53 +0200 (Sun, 25 Mar 2007) | 2 lines
36683 M /trunk/src/video_output/vout_subpictures.c
36685 Add 2 missing calls to config_ChainDestroy().
36687 ------------------------------------------------------------------------
36688 r19462 | dionoea | 2007-03-25 19:01:26 +0200 (Sun, 25 Mar 2007) | 2 lines
36690 M /trunk/src/video_output/video_output.c
36692 Remove last call to strchr( , ':' ) and fix a small memleak.
36694 ------------------------------------------------------------------------
36695 r19458 | dionoea | 2007-03-25 17:26:17 +0200 (Sun, 25 Mar 2007) | 2 lines
36697 M /trunk/modules/video_output/snapshot.c
36699 Remove trailing space + comment fix.
36701 ------------------------------------------------------------------------
36702 r19457 | dionoea | 2007-03-25 17:24:47 +0200 (Sun, 25 Mar 2007) | 2 lines
36704 M /trunk/modules/video_output/image.c
36706 config chain syntax support for the image video output.
36708 ------------------------------------------------------------------------
36709 r19456 | dionoea | 2007-03-25 17:24:29 +0200 (Sun, 25 Mar 2007) | 2 lines
36711 M /trunk/src/video_output/video_output.c
36715 ------------------------------------------------------------------------
36716 r19455 | dionoea | 2007-03-25 16:48:56 +0200 (Sun, 25 Mar 2007) | 2 lines
36718 M /trunk/modules/video_filter/clone.c
36719 M /trunk/modules/video_filter/logo.c
36720 M /trunk/modules/video_filter/panoramix.c
36721 M /trunk/modules/video_filter/puzzle.c
36722 M /trunk/modules/video_filter/transform.c
36723 M /trunk/modules/video_filter/wall.c
36725 Add support for config chain option parsing.
36727 ------------------------------------------------------------------------
36728 r19454 | dionoea | 2007-03-25 16:48:09 +0200 (Sun, 25 Mar 2007) | 2 lines
36730 M /trunk/include/vlc_vout.h
36731 M /trunk/src/video_output/video_output.c
36733 Allow using the config chain syntax for vout filters and vouts.
36735 ------------------------------------------------------------------------
36736 r19453 | pdherbemont | 2007-03-25 16:47:41 +0200 (Sun, 25 Mar 2007) | 2 lines
36738 M /trunk/modules/control/gestures.c
36740 Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track.
36742 ------------------------------------------------------------------------
36743 r19452 | pdherbemont | 2007-03-25 16:22:47 +0200 (Sun, 25 Mar 2007) | 2 lines
36745 M /trunk/modules/control/gestures.c
36747 Gestures: The break statement here refers to the local for. Don't release the p_input in this case.
36749 ------------------------------------------------------------------------
36750 r19451 | dionoea | 2007-03-25 15:41:59 +0200 (Sun, 25 Mar 2007) | 2 lines
36752 M /trunk/src/video_output/vout_subpictures.c
36756 ------------------------------------------------------------------------
36757 r19450 | dionoea | 2007-03-25 15:21:06 +0200 (Sun, 25 Mar 2007) | 2 lines
36759 M /trunk/modules/video_filter/logo.c
36761 Woops, forgot to remove this reference to p_libvlc_global yesterday.
36763 ------------------------------------------------------------------------
36764 r19449 | dionoea | 2007-03-25 15:14:56 +0200 (Sun, 25 Mar 2007) | 2 lines
36766 M /trunk/src/misc/configuration_chain.c
36768 We want to check the main type only (& 0x00f0).
36770 ------------------------------------------------------------------------
36771 r19448 | damienf | 2007-03-25 14:39:43 +0200 (Sun, 25 Mar 2007) | 2 lines
36773 M /trunk/src/control/audio.c
36775 libvlc/control: make sure aout is active before attempting to use channels
36777 ------------------------------------------------------------------------
36778 r19447 | pdherbemont | 2007-03-25 14:16:55 +0200 (Sun, 25 Mar 2007) | 2 lines
36780 M /trunk/modules/control/gestures.c
36782 Gestures: Really remove unwanted commit. (Oops).
36784 ------------------------------------------------------------------------
36785 r19446 | pdherbemont | 2007-03-25 14:15:08 +0200 (Sun, 25 Mar 2007) | 2 lines
36787 M /trunk/modules/control/gestures.c
36789 Gestures: Remove unwanted commit.
36791 ------------------------------------------------------------------------
36792 r19445 | pdherbemont | 2007-03-25 14:11:12 +0200 (Sun, 25 Mar 2007) | 2 lines
36794 M /trunk/modules/control/gestures.c
36796 Gestures: no need to retain p_playlist longer than really needed.
36798 ------------------------------------------------------------------------
36799 r19444 | pdherbemont | 2007-03-25 14:08:36 +0200 (Sun, 25 Mar 2007) | 2 lines
36801 M /trunk/modules/control/gestures.c
36803 Gestures: Make sure we that p_playlist is valid, and correctly release p_input and p_playlist.
36805 ------------------------------------------------------------------------
36806 r19443 | damienf | 2007-03-25 14:08:23 +0200 (Sun, 25 Mar 2007) | 2 lines
36808 M /trunk/configure.ac
36810 - mozilla: added 'firefox-xpcom' to pkgconfig candidates
36812 ------------------------------------------------------------------------
36813 r19442 | pdherbemont | 2007-03-25 13:50:26 +0200 (Sun, 25 Mar 2007) | 2 lines
36815 M /trunk/modules/control/gestures.c
36817 Gestures: Obtain the p_input associated with the p_playlist when needed.
36819 ------------------------------------------------------------------------
36820 r19441 | courmisch | 2007-03-25 11:56:25 +0200 (Sun, 25 Mar 2007) | 9 lines
36822 M /trunk/src/network/io.c
36825 Block SIGCHLD so we don't get polluted by system() in another thread[1]
36826 (though this seem to only happen with debuggers and (?)broken OSes)
36828 [1] system() blocks SIGCHLD, and is probably not intended for multithreading
36830 We cannot assume that blocking calls in other libraries ignore EINTR anyway,
36831 so the only safe approach is to block in all threads (you can unblock it in
36832 your thread if you really want it) except the signal handling thread.
36834 ------------------------------------------------------------------------
36835 r19440 | jb | 2007-03-24 23:32:55 +0100 (Sat, 24 Mar 2007) | 3 lines
36837 M /trunk/modules/control/gestures.c
36839 New gestures actions.
36842 ------------------------------------------------------------------------
36843 r19439 | jb | 2007-03-24 23:29:58 +0100 (Sat, 24 Mar 2007) | 3 lines
36845 M /trunk/include/vlc_intf_strings.h
36846 M /trunk/modules/gui/qt4/dialogs/mediainfo.cpp
36847 M /trunk/modules/gui/qt4/dialogs/mediainfo.hpp
36848 M /trunk/modules/gui/qt4/dialogs/open.cpp
36849 M /trunk/modules/gui/qt4/dialogs_provider.cpp
36850 M /trunk/modules/gui/qt4/dialogs_provider.hpp
36851 M /trunk/modules/gui/qt4/menus.cpp
36853 Qt4 - Codec Information direct access from menu.
36856 ------------------------------------------------------------------------
36857 r19438 | pdherbemont | 2007-03-24 23:28:46 +0100 (Sat, 24 Mar 2007) | 2 lines
36859 M /trunk/src/misc/configuration.c
36861 Core: Prefer ANSI-C style comments over C++ comments.
36863 ------------------------------------------------------------------------
36864 r19437 | pdherbemont | 2007-03-24 23:21:08 +0100 (Sat, 24 Mar 2007) | 2 lines
36866 M /trunk/modules/control/gestures.c
36868 Gestures: Make sure we follow the locking strategy established in [19436].
36870 ------------------------------------------------------------------------
36871 r19436 | pdherbemont | 2007-03-24 22:33:30 +0100 (Sat, 24 Mar 2007) | 2 lines
36873 M /trunk/modules/control/gestures.c
36875 Gestures: Defines p_intf->change_lock rules, and apply them.
36877 ------------------------------------------------------------------------
36878 r19435 | pdherbemont | 2007-03-24 21:57:23 +0100 (Sat, 24 Mar 2007) | 2 lines
36880 M /trunk/modules/control/gestures.c
36882 Gestures: Fix typo in comment.
36884 ------------------------------------------------------------------------
36885 r19434 | pdherbemont | 2007-03-24 21:52:12 +0100 (Sat, 24 Mar 2007) | 2 lines
36887 M /trunk/modules/control/gestures.c
36889 Gestures: Make sure p_intf->p_sys->p_input gets released.
36891 ------------------------------------------------------------------------
36892 r19433 | dionoea | 2007-03-24 21:36:57 +0100 (Sat, 24 Mar 2007) | 2 lines
36894 M /trunk/src/misc/modules.c
36896 Use the module's name as object name if none was explicitly given by the user.
36898 ------------------------------------------------------------------------
36899 r19432 | dionoea | 2007-03-24 21:25:25 +0100 (Sat, 24 Mar 2007) | 2 lines
36901 M /trunk/modules/video_filter/adjust.c
36903 * Don't call var_Get every time we have an image to process and register the variables as commands.
36905 ------------------------------------------------------------------------
36906 r19431 | dionoea | 2007-03-24 21:21:30 +0100 (Sat, 24 Mar 2007) | 2 lines
36908 M /trunk/include/vlc_variables.h
36912 ------------------------------------------------------------------------
36913 r19430 | dionoea | 2007-03-24 19:30:39 +0100 (Sat, 24 Mar 2007) | 2 lines
36915 M /trunk/modules/video_filter/logo.c
36916 M /trunk/modules/video_filter/marq.c
36917 M /trunk/modules/video_filter/mosaic.c
36919 Register variables as callback. Don't store module specific variables in p_libvlc_global. They don't belong there.
36921 ------------------------------------------------------------------------
36922 r19429 | dionoea | 2007-03-24 19:29:20 +0100 (Sat, 24 Mar 2007) | 2 lines
36924 M /trunk/include/vlc_variables.h
36926 Add new var_CreateGet<type>Command functions which set the VLC_VAR_ISCOMMAND flag.
36928 ------------------------------------------------------------------------
36929 r19428 | dionoea | 2007-03-24 19:28:50 +0100 (Sat, 24 Mar 2007) | 2 lines
36931 M /trunk/src/misc/variables.c
36933 if we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND isn't set on the source variable, then inherit anyway and add ISCOMMAND to the type.
36935 ------------------------------------------------------------------------
36936 r19427 | dionoea | 2007-03-24 18:13:40 +0100 (Sat, 24 Mar 2007) | 5 lines
36938 M /trunk/src/misc/objects.c
36940 Allow using an object's psz_object_name as id for the libvlc_global commands "tree" and "vars". Example use:
36941 ./vlc -I rc --sub-filter marq@test --no-audio ~/media/redefined-nintendo.mpg
36943 (instead of "vars 376" ... or whatever the integer id is)
36945 ------------------------------------------------------------------------
36946 r19426 | dionoea | 2007-03-24 17:22:20 +0100 (Sat, 24 Mar 2007) | 2 lines
36952 ------------------------------------------------------------------------
36953 r19425 | dionoea | 2007-03-24 17:20:06 +0100 (Sat, 24 Mar 2007) | 2 lines
36957 Add news about the rc command syntax change.
36959 ------------------------------------------------------------------------
36960 r19424 | dionoea | 2007-03-24 17:02:51 +0100 (Sat, 24 Mar 2007) | 24 lines
36962 M /trunk/include/vlc_objects.h
36963 M /trunk/modules/control/rc.c
36964 M /trunk/src/misc/modules.c
36965 M /trunk/src/misc/objects.c
36967 * Make it possible to give names to vlc objects (psz_object_name
36968 already existed but was only used by modules as far as is know). This
36969 is done in the module_Need function. Needed module names now have this
36970 syntax: '<module>[@<name>]'. If the @<name> part is present, once the
36971 needed module is found it will change p_this->psz_object_name to <name>.
36972 In about 99% of the module_Need calls, p_this is the module's parent
36973 object so this is ok. The remaining calls won't use this syntax so it's
36976 * Add new vlc_object_find_name function. It works like vlc_object_find
36977 but uses a string (name) instead of an integer (type) as its second
36980 * Change the marq, mosaic and logo commands in rc.c. They now take the
36981 target object's name as first argument. Example:
36984 ./vlc -I rc --no-audio --sub-filter "marq@test{marquee=Hello}:marq@testouille{marquee=Test}" ~/media/redefined-nintendo.mpg
36986 Then issue the following command to move the second marq:
36987 marq-x testouille 100
36989 (and while testing I fixed #745)
36991 ------------------------------------------------------------------------
36992 r19423 | courmisch | 2007-03-24 12:35:24 +0100 (Sat, 24 Mar 2007) | 2 lines
36994 M /trunk/include/vlc_common.h
36998 ------------------------------------------------------------------------
36999 r19422 | courmisch | 2007-03-24 12:10:20 +0100 (Sat, 24 Mar 2007) | 2 lines
37001 M /trunk/src/network/io.c
37003 Re-disable v6 only for better handling of udp://@ on dual-stack systems
37005 ------------------------------------------------------------------------
37006 r19421 | courmisch | 2007-03-24 12:08:46 +0100 (Sat, 24 Mar 2007) | 3 lines
37008 M /trunk/src/extras/libc.c
37010 - Fix various error handling bugs in vlc_execve.
37011 - Use a single pipe rather two pairs
37013 ------------------------------------------------------------------------
37014 r19420 | xtophe | 2007-03-24 02:30:37 +0100 (Sat, 24 Mar 2007) | 2 lines
37018 Debian's packaging moved
37020 ------------------------------------------------------------------------
37021 r19419 | xtophe | 2007-03-24 02:29:13 +0100 (Sat, 24 Mar 2007) | 2 lines
37025 Fix dvd MRL (from Debian's patch)
37027 ------------------------------------------------------------------------
37028 r19418 | fenrir | 2007-03-24 02:18:53 +0100 (Sat, 24 Mar 2007) | 2 lines
37030 M /trunk/modules/demux/playlist/pls.c
37032 Fixed small memory leaks.
37034 ------------------------------------------------------------------------
37035 r19417 | fenrir | 2007-03-24 02:05:02 +0100 (Sat, 24 Mar 2007) | 2 lines
37037 M /trunk/src/input/input.c
37039 Fixed stat counter leaks on open failure.
37041 ------------------------------------------------------------------------
37042 r19416 | fenrir | 2007-03-24 01:51:14 +0100 (Sat, 24 Mar 2007) | 2 lines
37044 M /trunk/modules/access/mms/mmsh.c
37046 Fixed small memory leaks.
37048 ------------------------------------------------------------------------
37049 r19415 | fenrir | 2007-03-24 01:50:09 +0100 (Sat, 24 Mar 2007) | 2 lines
37051 M /trunk/modules/access/ftp.c
37053 Fixed typo (Patch by Ari Constancio)
37055 ------------------------------------------------------------------------
37056 r19414 | fenrir | 2007-03-24 01:47:47 +0100 (Sat, 24 Mar 2007) | 2 lines
37058 M /trunk/modules/access/http.c
37060 Fixed typo in proxy description. (Patch by Ari Constancio)
37062 ------------------------------------------------------------------------
37063 r19413 | fenrir | 2007-03-24 01:46:42 +0100 (Sat, 24 Mar 2007) | 2 lines
37065 M /trunk/src/misc/configuration.c
37067 Fixed memory leak when we cannot save the configuration file.
37069 ------------------------------------------------------------------------
37070 r19412 | fenrir | 2007-03-24 01:42:20 +0100 (Sat, 24 Mar 2007) | 2 lines
37072 M /trunk/src/misc/configuration.c
37074 Fixed 2 segfaults in config_OpenConfigFile.
37076 ------------------------------------------------------------------------
37077 r19411 | fenrir | 2007-03-24 01:24:22 +0100 (Sat, 24 Mar 2007) | 7 lines
37079 M /trunk/modules/access/mms/mms.c
37080 M /trunk/modules/access/mms/mmsh.c
37081 M /trunk/modules/access/mms/mmsh.h
37083 Implemented http proxy for mmsh (close #629)
37084 It uses --mmsh-proxy=xxx or http_proxy environment variable (basic
37085 authentication has not been tested).
37086 We may want to reuse --http-proxy from http instead (and so we will have to
37087 move the option out of http.c)
37090 ------------------------------------------------------------------------
37091 r19410 | xtophe | 2007-03-23 22:22:47 +0100 (Fri, 23 Mar 2007) | 2 lines
37093 M /trunk/modules/access/dshow/dshow.cpp
37094 M /trunk/modules/access/http.c
37095 M /trunk/modules/access/pvr.c
37096 M /trunk/modules/access_output/http.c
37097 M /trunk/modules/audio_filter/equalizer.c
37098 M /trunk/modules/demux/mod.c
37099 M /trunk/modules/demux/playlist/playlist.c
37100 M /trunk/modules/gui/macosx/equalizer.m
37101 M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
37102 M /trunk/modules/misc/notify/growl.c
37103 M /trunk/modules/misc/notify/msn.c
37104 M /trunk/modules/misc/rtsp.c
37105 M /trunk/modules/misc/win32text.c
37106 M /trunk/modules/mux/mpeg/ts.c
37107 M /trunk/modules/stream_out/standard.c
37108 M /trunk/modules/video_filter/mosaic.c
37109 M /trunk/modules/video_filter/osdmenu.c
37110 M /trunk/src/libvlc-module.c
37114 ------------------------------------------------------------------------
37115 r19409 | fenrir | 2007-03-23 21:07:17 +0100 (Fri, 23 Mar 2007) | 2 lines
37117 M /trunk/modules/demux/ts.c
37119 Use new EPG api + convert event strings to UTF-8.
37121 ------------------------------------------------------------------------
37122 r19408 | fenrir | 2007-03-23 21:03:30 +0100 (Fri, 23 Mar 2007) | 2 lines
37124 M /trunk/src/input/es_out.c
37126 Partial implementation of EPG support (Converted to stream meta data)
37128 ------------------------------------------------------------------------
37129 r19407 | fenrir | 2007-03-23 20:59:11 +0100 (Fri, 23 Mar 2007) | 3 lines
37131 M /trunk/src/input/control.c
37132 M /trunk/src/input/input.c
37134 Extended INPUT_DEL_INFO (Allow deleting a whole category with NULL name)
37135 Fixed VLC_META_NOW_PLAYING update.
37137 ------------------------------------------------------------------------
37138 r19406 | fenrir | 2007-03-23 20:55:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37140 M /trunk/include/vlc_meta.h
37142 Re-extended vlc_meta_t.
37144 ------------------------------------------------------------------------
37145 r19405 | fenrir | 2007-03-23 20:55:17 +0100 (Fri, 23 Mar 2007) | 2 lines
37147 M /trunk/include/vlc_input.h
37151 ------------------------------------------------------------------------
37152 r19404 | fenrir | 2007-03-23 20:54:14 +0100 (Fri, 23 Mar 2007) | 2 lines
37154 A /trunk/include/vlc_epg.h
37155 M /trunk/include/vlc_es_out.h
37156 M /trunk/src/Makefile.am
37158 Added EPG (Electronic Program Guide) helpers and ES_OUT_SET_GROUP_EPG.
37160 ------------------------------------------------------------------------
37161 r19403 | fenrir | 2007-03-23 20:49:21 +0100 (Fri, 23 Mar 2007) | 2 lines
37163 M /trunk/include/vlc_arrays.h
37164 M /trunk/include/vlc_vlm.h
37166 Added a c++ compatible TAB_APPEND_CPP
37168 ------------------------------------------------------------------------
37169 r19402 | fenrir | 2007-03-23 20:43:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37171 M /trunk/src/network/io.c
37173 Fixed net_Read and net_Write (poll can be interrupted).
37175 ------------------------------------------------------------------------
37176 r19401 | fenrir | 2007-03-23 20:35:18 +0100 (Fri, 23 Mar 2007) | 2 lines
37178 M /trunk/modules/access_filter/record.c
37180 Fixed compilation warning.
37182 ------------------------------------------------------------------------
37183 r19400 | fenrir | 2007-03-23 20:33:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37185 M /trunk/modules/codec/x264.c
37187 Fixed invalid free.
37189 ------------------------------------------------------------------------
37190 r19399 | fenrir | 2007-03-23 20:28:48 +0100 (Fri, 23 Mar 2007) | 2 lines
37192 M /trunk/modules/access/mms/buffer.c
37193 M /trunk/modules/access/mms/mmstu.c
37195 Fixed #949 (UTF-8 url support)
37197 ------------------------------------------------------------------------
37198 r19398 | fenrir | 2007-03-23 20:24:49 +0100 (Fri, 23 Mar 2007) | 5 lines
37200 M /trunk/modules/access/mms/mmsh.c
37202 Fixed #1102 ("Bad request" error)
37203 Completed RESET command support.
37204 Updated user agent to "NSPlayer/7.10.0.3059"
37207 ------------------------------------------------------------------------
37208 r19397 | fenrir | 2007-03-23 19:48:33 +0100 (Fri, 23 Mar 2007) | 2 lines
37210 M /trunk/modules/access/http.c
37212 Fixed compilation warning.
37214 ------------------------------------------------------------------------
37215 r19396 | fenrir | 2007-03-23 19:48:04 +0100 (Fri, 23 Mar 2007) | 2 lines
37217 M /trunk/modules/access/dvb/en50221.c
37219 Fixed dvbsi_to_utf8 (memory leak + possible segfault)
37221 ------------------------------------------------------------------------
37222 r19394 | dionoea | 2007-03-22 23:56:54 +0100 (Thu, 22 Mar 2007) | 2 lines
37226 French translation fix by rom1 (http://forum.videolan.org/viewtopic.php?t=32549).
37228 ------------------------------------------------------------------------
37229 r19393 | xtophe | 2007-03-22 23:27:51 +0100 (Thu, 22 Mar 2007) | 2 lines
37231 M /trunk/po/pt_PT.po
37232 M /trunk/po/vlc.pot
37234 Update Portuguese translation. Thanks to Ari Constacio.
37236 ------------------------------------------------------------------------
37237 r19392 | xtophe | 2007-03-22 18:37:57 +0100 (Thu, 22 Mar 2007) | 2 lines
37239 M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
37241 wx: Check in Open() if we have an X
37243 ------------------------------------------------------------------------
37244 r19391 | damienf | 2007-03-22 18:29:55 +0100 (Thu, 22 Mar 2007) | 2 lines
37246 M /trunk/mozilla/vlcshell.cpp
37248 - vlcshell.cp: compile fix
37250 ------------------------------------------------------------------------
37251 r19390 | damienf | 2007-03-22 18:00:51 +0100 (Thu, 22 Mar 2007) | 2 lines
37253 M /trunk/activex/vlccontrol.cpp
37255 - activex: support for options passed as a commmand line string
37257 ------------------------------------------------------------------------
37258 r19389 | damienf | 2007-03-22 17:58:22 +0100 (Thu, 22 Mar 2007) | 2 lines
37260 M /trunk/mozilla/control/npolibvlc.cpp
37262 - mozilla: possible heap corruption when parsing options as string
37264 ------------------------------------------------------------------------
37265 r19388 | damienf | 2007-03-22 17:56:59 +0100 (Thu, 22 Mar 2007) | 2 lines
37267 M /trunk/mozilla/vlcplugin.cpp
37268 M /trunk/mozilla/vlcplugin.h
37269 M /trunk/mozilla/vlcshell.cpp
37271 mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness
37273 ------------------------------------------------------------------------
37274 r19387 | jpsaman | 2007-03-22 15:45:16 +0100 (Thu, 22 Mar 2007) | 1 line
37276 M /trunk/src/control/playlist.c
37278 Let the code blend in.
37279 ------------------------------------------------------------------------
37280 r19385 | jpsaman | 2007-03-22 15:38:11 +0100 (Thu, 22 Mar 2007) | 1 line
37282 M /trunk/src/control/playlist.c
37284 Fix potential crash condition.
37285 ------------------------------------------------------------------------
37286 r19383 | jpsaman | 2007-03-22 14:49:33 +0100 (Thu, 22 Mar 2007) | 1 line
37288 M /trunk/src/control/input.c
37290 Return sane state value when no input is present.
37291 ------------------------------------------------------------------------
37292 r19382 | dionoea | 2007-03-22 11:35:29 +0100 (Thu, 22 Mar 2007) | 2 lines
37294 M /trunk/modules/control/http/rpn.c
37296 limit values extracted by url_extract to 2048 characters instead of 512 characters. refs #1125.
37298 ------------------------------------------------------------------------
37299 r19381 | xtophe | 2007-03-22 00:10:07 +0100 (Thu, 22 Mar 2007) | 2 lines
37301 M /trunk/modules/gui/qt4/qt4.cpp
37303 qt4.cpp: Put it at a better place, only under X11, remove debug
37305 ------------------------------------------------------------------------
37306 r19380 | dionoea | 2007-03-21 23:36:44 +0100 (Wed, 21 Mar 2007) | 2 lines
37308 M /trunk/modules/video_filter/rss.c
37310 Fix the help string for rss-speed.
37312 ------------------------------------------------------------------------
37313 r19379 | dionoea | 2007-03-21 23:14:46 +0100 (Wed, 21 Mar 2007) | 2 lines
37315 M /trunk/modules/video_filter/rss.c
37317 rss.c: Using [19378] (visible region persitence in freetype font renderer), only display one line of text if the font size option was set.
37319 ------------------------------------------------------------------------
37320 r19378 | dionoea | 2007-03-21 23:10:50 +0100 (Wed, 21 Mar 2007) | 2 lines
37322 M /trunk/modules/misc/freetype.c
37324 Change the visible heigh/width only if they weren't set in the source text subpicture. Else use the original values. Could someone with good knowledge of the freetype module (and maybe other text render modules ... if we have any) confirm that this change is ok?
37326 ------------------------------------------------------------------------
37327 r19377 | dionoea | 2007-03-21 22:51:44 +0100 (Wed, 21 Mar 2007) | 2 lines
37329 M /trunk/src/video_output/vout_subpictures.c
37331 Trailing spaces, again.
37333 ------------------------------------------------------------------------
37334 r19376 | dionoea | 2007-03-21 22:48:36 +0100 (Wed, 21 Mar 2007) | 2 lines
37336 M /trunk/modules/misc/freetype.c
37338 Cosmetics (well ... invisible cosmetics). Remove trailing white spaces.
37340 ------------------------------------------------------------------------
37341 r19375 | dionoea | 2007-03-21 22:44:56 +0100 (Wed, 21 Mar 2007) | 3 lines
37343 M /trunk/modules/video_filter/rss.c
37345 * Add new rss-title option to configure how/when/if you want to display the feed's title.
37346 * Fix CFG_PREFIX for config chain parsing and option names (s/rrs/rss/)
37348 ------------------------------------------------------------------------
37349 r19374 | dionoea | 2007-03-21 22:42:10 +0100 (Wed, 21 Mar 2007) | 2 lines
37351 M /trunk/modules/codec/ffmpeg/ffmpeg.c
37353 Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite loop when calling pf_decode_video in src/misc/image.c ImageRead() when using the RSS plugin)
37355 ------------------------------------------------------------------------
37356 r19373 | xtophe | 2007-03-21 19:23:22 +0100 (Wed, 21 Mar 2007) | 2 lines
37358 M /trunk/modules/gui/qt4/qt4.cpp
37360 qt4: Don't try to use the qt intf if we don't have an X
37362 ------------------------------------------------------------------------
37363 r19372 | damienf | 2007-03-21 14:57:12 +0100 (Wed, 21 Mar 2007) | 2 lines
37365 M /trunk/mozilla/control/npolibvlc.cpp
37367 - mozilla: refcounting is still important, don't mess it up during normal operation
37369 ------------------------------------------------------------------------
37370 r19371 | damienf | 2007-03-21 13:34:11 +0100 (Wed, 21 Mar 2007) | 2 lines
37372 M /trunk/src/extras/getopt.c
37373 M /trunk/src/misc/configuration.c
37375 - getopt: use optind==0 for reentrency support and misc cleanup
37377 ------------------------------------------------------------------------
37378 r19370 | jb | 2007-03-21 00:40:09 +0100 (Wed, 21 Mar 2007) | 3 lines
37380 M /trunk/modules/gui/qt4/components/open.cpp
37382 Qt4 - Open. Fix segfault under windows. Still need to find out to hide those buttons under windows. But one at a time.
37385 ------------------------------------------------------------------------
37386 r19369 | jb | 2007-03-21 00:29:42 +0100 (Wed, 21 Mar 2007) | 4 lines
37388 M /trunk/include/vlc_modules.h
37389 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
37390 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37392 Qt4 - Pref: start to track functionnalities missing. Directory still segfaults..
37396 ------------------------------------------------------------------------
37397 r19368 | damienf | 2007-03-20 23:15:07 +0100 (Tue, 20 Mar 2007) | 2 lines
37399 M /trunk/mozilla/control/npolibvlc.cpp
37400 M /trunk/mozilla/control/npolibvlc.h
37401 M /trunk/mozilla/control/nporuntime.h
37403 - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !)
37405 ------------------------------------------------------------------------
37406 r19367 | jb | 2007-03-20 20:27:29 +0100 (Tue, 20 Mar 2007) | 3 lines
37408 M /trunk/modules/gui/qt4/ui/open_net.ui
37410 Qt4 - Open Dialog/ Net. Cosmetics.
37413 ------------------------------------------------------------------------
37414 r19366 | jb | 2007-03-20 20:20:42 +0100 (Tue, 20 Mar 2007) | 3 lines
37416 M /trunk/modules/gui/qt4/components/open.cpp
37417 M /trunk/modules/gui/qt4/dialogs_provider.hpp
37419 Qt4 - Open Dialog/File. Solve the filters bug and do things in a better way.
37422 ------------------------------------------------------------------------
37423 r19365 | damienf | 2007-03-20 16:13:51 +0100 (Tue, 20 Mar 2007) | 2 lines
37425 M /trunk/mozilla/support/npmac.cpp
37426 M /trunk/mozilla/support/npunix.c
37427 M /trunk/mozilla/support/npwin.cpp
37428 M /trunk/mozilla/vlcshell.cpp
37430 - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support
37432 ------------------------------------------------------------------------
37433 r19364 | damienf | 2007-03-20 12:51:12 +0100 (Tue, 20 Mar 2007) | 2 lines
37435 M /trunk/mozilla/control/npolibvlc.cpp
37436 M /trunk/mozilla/control/nporuntime.h
37438 - mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;)
37440 ------------------------------------------------------------------------
37441 r19363 | jpsaman | 2007-03-20 09:21:52 +0100 (Tue, 20 Mar 2007) | 1 line
37443 M /trunk/modules/misc/qte_main.cpp
37445 coding style cleanup
37446 ------------------------------------------------------------------------
37447 r19362 | jb | 2007-03-20 02:15:26 +0100 (Tue, 20 Mar 2007) | 12 lines
37449 M /trunk/modules/gui/qt4/components/open.cpp
37450 M /trunk/modules/gui/qt4/components/open.hpp
37451 M /trunk/modules/gui/qt4/dialogs_provider.cpp
37452 M /trunk/modules/gui/qt4/dialogs_provider.hpp
37453 M /trunk/modules/gui/qt4/ui/open_file.ui
37455 Qt4 - Set Filters. Regroup filter definitions.
37457 Open Dialog: status.
37458 - Broken on Windows.... As usual...
37459 - Filters are not correctly set. Why ? I don't understand...
37460 - Alignement will not be better.
37461 - Show/hide advanced panel and subtitles do not work correctly (none of them)
37462 - Additional features will be for next release. There is plenty of things to do left.
37464 /* GOSH I hate QT designer */
37467 ------------------------------------------------------------------------
37468 r19361 | damienf | 2007-03-20 01:11:57 +0100 (Tue, 20 Mar 2007) | 2 lines
37470 M /trunk/mozilla/control/npolibvlc.cpp
37471 M /trunk/mozilla/control/npolibvlc.h
37472 M /trunk/mozilla/control/nporuntime.h
37473 M /trunk/mozilla/vlcshell.cpp
37475 - mozilla: some cleanup, workarounds for potential crash scenarios
37477 ------------------------------------------------------------------------
37478 r19360 | pdherbemont | 2007-03-19 23:56:04 +0100 (Mon, 19 Mar 2007) | 2 lines
37480 M /trunk/modules/gui/macosx/intf.m
37482 Mac OS X gui: Make sure the "force quit" menu item is handled instantly.
37484 ------------------------------------------------------------------------
37485 r19359 | dionoea | 2007-03-19 22:34:54 +0100 (Mon, 19 Mar 2007) | 2 lines
37487 M /trunk/src/libvlc-common.c
37489 When using -p <module name> (or --module <module name>) to look for help, also check if the module name matches a module's shortcut (and not only the main name). Makes it possible to use stuff like vlc -p udp instead of vlc -p access_udp.
37491 ------------------------------------------------------------------------
37492 r19358 | jpsaman | 2007-03-19 22:17:09 +0100 (Mon, 19 Mar 2007) | 1 line
37494 M /trunk/extras/contrib/src/Patches/live-starttime.patch
37495 M /trunk/modules/demux/live555.cpp
37497 Bumped up version number of live555 to a ridiculous 9999999999 so it doesn't conflict with the official live555 releases. This is a temporary hack till RTSP seeking is solved properly.
37498 ------------------------------------------------------------------------
37499 r19357 | dionoea | 2007-03-19 22:13:07 +0100 (Mon, 19 Mar 2007) | 2 lines
37501 M /trunk/modules/demux/live555.cpp
37503 Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs.
37505 ------------------------------------------------------------------------
37506 r19356 | dionoea | 2007-03-19 21:36:05 +0100 (Mon, 19 Mar 2007) | 2 lines
37508 M /trunk/doc/fortunes.txt
37510 Fortune! Who would've though that thresh would fall for it.
37512 ------------------------------------------------------------------------
37513 r19355 | jb | 2007-03-19 20:45:08 +0100 (Mon, 19 Mar 2007) | 3 lines
37515 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37517 Qt4 - comment another thing to build on windows. L4|\/|3 contribs...
37520 ------------------------------------------------------------------------
37521 r19354 | jb | 2007-03-19 20:42:25 +0100 (Mon, 19 Mar 2007) | 3 lines
37523 M /trunk/modules/gui/qt4/components/open.cpp
37524 M /trunk/modules/gui/qt4/components/open.hpp
37525 M /trunk/modules/gui/qt4/dialogs/open.cpp
37526 M /trunk/modules/gui/qt4/ui/open_file.ui
37528 Qt4 - Open. Use a Frame and not a QComboBox for subtitles. (lacks still some toggle function). Catch event to avoid bug of hidding of QFileDialog.
37531 ------------------------------------------------------------------------
37532 r19353 | jb | 2007-03-19 20:32:42 +0100 (Mon, 19 Mar 2007) | 3 lines
37534 M /trunk/modules/gui/qt4/dialogs/help.cpp
37536 Qt4- temporary comment something to build !
37539 ------------------------------------------------------------------------
37540 r19352 | jb | 2007-03-19 01:40:41 +0100 (Mon, 19 Mar 2007) | 3 lines
37542 M /trunk/modules/gui/qt4/ui/open_capture.ui
37543 M /trunk/modules/gui/qt4/ui/open_disk.ui
37544 M /trunk/modules/gui/qt4/ui/open_file.ui
37545 M /trunk/modules/gui/qt4/ui/open_net.ui
37547 Qt4 - Sometimes size does matter.
37550 ------------------------------------------------------------------------
37551 r19351 | jb | 2007-03-19 01:26:58 +0100 (Mon, 19 Mar 2007) | 3 lines
37553 M /trunk/modules/gui/qt4/dialogs/help.cpp
37555 qt4 - small comment to avoid the pbs until we have new contribs.
37558 ------------------------------------------------------------------------
37559 r19350 | jb | 2007-03-19 01:19:47 +0100 (Mon, 19 Mar 2007) | 8 lines
37561 M /trunk/modules/gui/qt4/components/open.cpp
37562 M /trunk/modules/gui/qt4/components/open.hpp
37563 M /trunk/modules/gui/qt4/dialogs/open.cpp
37564 M /trunk/modules/gui/qt4/ui/open.ui
37565 M /trunk/modules/gui/qt4/ui/open_disk.ui
37566 M /trunk/modules/gui/qt4/ui/open_file.ui
37567 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
37569 Qt4 - Open: New way and interface for File Open using an integration of QFileDialog inside the FileOpenPanel. The integration should be alright.
37570 Be careful for your eyes when reading the code, it can burn them :)
37571 Anyway, there are still a few bugs (the main one is the disapearing of QFileDialog on acceptance) and some alignment issues.
37573 I got NO idea how this behaves under Windows... A special code may be needed.
37577 ------------------------------------------------------------------------
37578 r19349 | jb | 2007-03-19 00:13:37 +0100 (Mon, 19 Mar 2007) | 3 lines
37580 M /trunk/modules/gui/qt4/dialogs/help.cpp
37582 qt4 - Don't include twice some headers.
37585 ------------------------------------------------------------------------
37586 r19348 | xtophe | 2007-03-18 20:29:13 +0100 (Sun, 18 Mar 2007) | 2 lines
37588 M /trunk/modules/codec/subsdec.c
37590 fmt_in.p_extra is free'd by input core
37592 ------------------------------------------------------------------------
37593 r19346 | sam | 2007-03-17 22:20:59 +0100 (Sat, 17 Mar 2007) | 2 lines
37595 M /trunk/modules/video_output/x11/xcommon.c
37597 * modules/video_output/x11/xcommon.c: fix XShm detection on remote X.
37599 ------------------------------------------------------------------------
37600 r19345 | xtophe | 2007-03-17 01:31:51 +0100 (Sat, 17 Mar 2007) | 4 lines
37602 M /trunk/modules/misc/freetype.c
37604 Fix double free and a 1 octet per subtitle memleak
37605 Due to the False in strem_MemoryNew it was clearing psz_html in strem_Delete
37606 and it was leaking the \0 at the end of the string
37608 ------------------------------------------------------------------------
37609 r19344 | xtophe | 2007-03-16 21:35:31 +0100 (Fri, 16 Mar 2007) | 3 lines
37611 M /trunk/po/pt_PT.po
37614 sl.po: update by Matej Urbancic
37615 pt_PT.po: update by Ari Constancio
37617 ------------------------------------------------------------------------
37618 r19343 | xtophe | 2007-03-16 21:15:32 +0100 (Fri, 16 Mar 2007) | 2 lines
37620 M /trunk/modules/audio_filter/param_eq.c
37622 Db -> dB . patch by Ari Constancio
37624 ------------------------------------------------------------------------
37625 r19342 | xtophe | 2007-03-16 14:02:49 +0100 (Fri, 16 Mar 2007) | 2 lines
37629 Typo. Noticed by Puntloos
37631 ------------------------------------------------------------------------
37632 r19341 | damienf | 2007-03-15 18:58:45 +0100 (Thu, 15 Mar 2007) | 2 lines
37634 M /trunk/src/text/unicode.c
37635 M /trunk/src/text/wincp.c
37637 - unicode.c, wincp.c: compile fix
37639 ------------------------------------------------------------------------
37640 r19340 | jb | 2007-03-15 01:40:42 +0100 (Thu, 15 Mar 2007) | 3 lines
37642 M /trunk/modules/gui/qt4/dialogs/help.cpp
37644 qt4 - About dialog, forgot in previous commit.
37647 ------------------------------------------------------------------------
37648 r19339 | jb | 2007-03-15 01:28:03 +0100 (Thu, 15 Mar 2007) | 3 lines
37650 M /trunk/modules/gui/qt4/dialogs/help.cpp
37651 M /trunk/modules/gui/qt4/dialogs/open.cpp
37652 M /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
37654 qt4 - Subtitles Sprefs icon change and About dialog modification... But the file is not yet displayed.
37657 ------------------------------------------------------------------------
37658 r19338 | xtophe | 2007-03-15 01:06:59 +0100 (Thu, 15 Mar 2007) | 3 lines
37660 M /trunk/po/POTFILES.in
37663 Do use a clean tree when commiting po stuffs !
37665 ------------------------------------------------------------------------
37666 r19336 | xtophe | 2007-03-14 22:52:23 +0100 (Wed, 14 Mar 2007) | 2 lines
37668 M /trunk/extras/contrib/Makefile
37670 make the install dir configurable for win32
37672 ------------------------------------------------------------------------
37673 r19335 | xtophe | 2007-03-14 22:34:22 +0100 (Wed, 14 Mar 2007) | 2 lines
37677 Allow user to pass extra args to aclocal.
37679 ------------------------------------------------------------------------
37680 r19334 | courmisch | 2007-03-14 20:02:35 +0100 (Wed, 14 Mar 2007) | 2 lines
37682 M /trunk/src/text/unicode.c
37684 Fix crash on UTF-8 systems in previous commit
37686 ------------------------------------------------------------------------
37687 r19333 | courmisch | 2007-03-14 20:01:04 +0100 (Wed, 14 Mar 2007) | 2 lines
37689 M /trunk/src/text/unicode.c
37691 Fix for obsolete setups
37693 ------------------------------------------------------------------------
37694 r19332 | courmisch | 2007-03-14 18:40:40 +0100 (Wed, 14 Mar 2007) | 2 lines
37698 Convert from locale before passing to LibVLC - closes #838
37700 ------------------------------------------------------------------------
37701 r19331 | courmisch | 2007-03-14 18:32:24 +0100 (Wed, 14 Mar 2007) | 4 lines
37703 M /trunk/src/libvlc-common.c
37705 Remove too late and partial command line charset conversion - refs #838
37706 Note that this provisionaly breaks the command line
37707 on non-UTF-8 non-Win32 systems
37709 ------------------------------------------------------------------------
37710 r19330 | courmisch | 2007-03-14 18:30:00 +0100 (Wed, 14 Mar 2007) | 3 lines
37712 M /trunk/src/libvlc-common.c
37713 M /trunk/src/text/unicode.c
37715 - Make FromLocale() usable any time (after setlocale()) - refs #838
37716 - Fix re-entrancy problem for multiple LibVLC in the same process
37718 ------------------------------------------------------------------------
37719 r19329 | courmisch | 2007-03-14 17:52:51 +0100 (Wed, 14 Mar 2007) | 2 lines
37721 M /trunk/src/text/unicode.c
37723 Remove bogus variable
37725 ------------------------------------------------------------------------
37726 r19328 | courmisch | 2007-03-14 17:47:53 +0100 (Wed, 14 Mar 2007) | 2 lines
37728 M /trunk/src/text/unicode.c
37730 Fix MB2MB and use it
37732 ------------------------------------------------------------------------
37733 r19327 | courmisch | 2007-03-14 17:23:52 +0100 (Wed, 14 Mar 2007) | 2 lines
37739 ------------------------------------------------------------------------
37740 r19326 | courmisch | 2007-03-14 17:10:14 +0100 (Wed, 14 Mar 2007) | 2 lines
37744 Code simplification
37746 ------------------------------------------------------------------------
37747 r19325 | jb | 2007-03-14 01:12:16 +0100 (Wed, 14 Mar 2007) | 3 lines
37749 M /trunk/modules/gui/qt4/dialogs/open.cpp
37750 M /trunk/modules/gui/qt4/dialogs/open.hpp
37751 M /trunk/modules/gui/qt4/menus.cpp
37752 M /trunk/modules/gui/qt4/ui/open.ui
37754 Qt4 - Open and menus links, cleaning, etc..
37757 ------------------------------------------------------------------------
37758 r19324 | jb | 2007-03-14 00:29:40 +0100 (Wed, 14 Mar 2007) | 3 lines
37760 M /trunk/po/POTFILES.in
37770 M /trunk/po/en_GB.po
37794 M /trunk/po/pt_BR.po
37795 M /trunk/po/pt_PT.po
37806 M /trunk/po/vlc.pot
37807 M /trunk/po/zh_CN.po
37808 M /trunk/po/zh_TW.po
37813 ------------------------------------------------------------------------
37814 r19323 | jb | 2007-03-14 00:20:05 +0100 (Wed, 14 Mar 2007) | 3 lines
37816 M /trunk/modules/gui/qt4/ui/open.ui
37818 Qt4 - Open Dialog - Very small modification.
37821 ------------------------------------------------------------------------
37822 r19322 | jb | 2007-03-14 00:19:27 +0100 (Wed, 14 Mar 2007) | 3 lines
37824 M /trunk/extras/vlc.vim
37826 add VLC_VAR_ADDRESS to vlc.vim
37829 ------------------------------------------------------------------------
37830 r19321 | ipkiss | 2007-03-13 23:18:34 +0100 (Tue, 13 Mar 2007) | 2 lines
37832 M /trunk/modules/gui/skins2/src/theme_loader.hpp
37834 Comments must stay Doxygen-style comments
37836 ------------------------------------------------------------------------
37837 r19320 | jb | 2007-03-13 22:44:05 +0100 (Tue, 13 Mar 2007) | 3 lines
37839 M /trunk/modules/gui/qt4/dialogs/open.cpp
37840 M /trunk/modules/gui/qt4/dialogs/open.hpp
37841 M /trunk/modules/gui/qt4/ui/open.ui
37843 Qt4 - Open Dialog. Add an enqueue button.
37846 ------------------------------------------------------------------------
37847 r19319 | courmisch | 2007-03-13 22:41:33 +0100 (Tue, 13 Mar 2007) | 2 lines
37849 M /trunk/src/libvlc-common.c
37851 Only define SetLanguages on platform that actually use it (Win+Mac)
37853 ------------------------------------------------------------------------
37854 r19318 | courmisch | 2007-03-13 22:37:55 +0100 (Tue, 13 Mar 2007) | 3 lines
37856 M /trunk/src/Makefile.am
37857 M /trunk/src/text/charset.c
37858 A /trunk/src/text/wincp.c
37860 - Fix POSIX locale handling (well you'd better not fall in that case though)
37861 - Split Windows CP "guessing" from real system charset determination
37863 ------------------------------------------------------------------------
37864 r19317 | jb | 2007-03-13 22:28:34 +0100 (Tue, 13 Mar 2007) | 4 lines
37868 M /trunk/configure.ac
37869 M /trunk/include/vlc_filter.h
37870 M /trunk/include/vlc_vout.h
37871 M /trunk/modules/codec/subsdec.c
37872 M /trunk/modules/demux/mkv.cpp
37873 M /trunk/modules/misc/dummy/renderer.c
37874 M /trunk/modules/misc/freetype.c
37875 M /trunk/modules/misc/svg.c
37876 M /trunk/modules/misc/win32text.c
37877 M /trunk/src/video_output/vout_subpictures.c
37879 MKV USF subtitles support and other Subtitles improvements.
37880 Patch by Bernie Purcell, with two small modifications by thedj.
37883 ------------------------------------------------------------------------
37884 r19316 | jb | 2007-03-13 22:08:04 +0100 (Tue, 13 Mar 2007) | 3 lines
37886 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37887 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
37888 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
37890 Qt4 - Preferences : Reset preferences.
37893 ------------------------------------------------------------------------
37894 r19315 | courmisch | 2007-03-13 18:16:19 +0100 (Tue, 13 Mar 2007) | 2 lines
37896 M /trunk/modules/gui/skins2/src/theme_loader.hpp
37898 Avoid reference to deprecated FromLocale() in comments ;)
37900 ------------------------------------------------------------------------
37901 r19314 | thresh | 2007-03-13 14:34:19 +0100 (Tue, 13 Mar 2007) | 2 lines
37903 M /trunk/share/applications/vlc.desktop
37905 Russian translation for desktop entries.
37907 ------------------------------------------------------------------------
37908 r19313 | thresh | 2007-03-13 14:30:12 +0100 (Tue, 13 Mar 2007) | 3 lines
37910 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37912 Better looking QListWidget for simple preferences.
37913 One can make it look even better with icons centered in the picture
37915 ------------------------------------------------------------------------
37916 r19312 | jb | 2007-03-13 01:40:23 +0100 (Tue, 13 Mar 2007) | 5 lines
37918 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37919 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
37921 Qt4 - Reorganize the SPrefs categories :
37922 Interface , Audio, Video, Subtiltes, Input, Hotkeys.
37923 And I still can't center those icons !!!
37926 ------------------------------------------------------------------------
37927 r19311 | jb | 2007-03-13 01:28:14 +0100 (Tue, 13 Mar 2007) | 3 lines
37929 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
37930 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
37931 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Audio_64.png
37932 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Hotkeys_64.png
37933 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Input_64.png
37934 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Interface_64.png
37935 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Subtitles_64.png
37936 A /trunk/modules/gui/qt4/pixmaps/spref_cone_Video_64.png
37937 M /trunk/modules/gui/qt4/res.qrc
37939 Qt4 - SPrefs: New icons from Tombigel.
37942 ------------------------------------------------------------------------
37943 r19310 | dionoea | 2007-03-12 23:02:17 +0100 (Mon, 12 Mar 2007) | 2 lines
37945 M /trunk/share/applications/vlc.desktop
37947 FR name capitalisation fix by Adri2000 (+ version number fix by myself)
37949 ------------------------------------------------------------------------
37950 r19309 | courmisch | 2007-03-12 20:29:08 +0100 (Mon, 12 Mar 2007) | 4 lines
37952 M /trunk/src/network/getaddrinfo.c
37954 - Also allow AI_CANNONAME in case someone ever uses it
37955 - Fix MacOS X WTF: standard AI_NUMERICSERV is missing
37956 - Avoid defining _*I_MASK if not needed
37958 ------------------------------------------------------------------------
37959 r19308 | courmisch | 2007-03-12 20:18:16 +0100 (Mon, 12 Mar 2007) | 4 lines
37961 M /trunk/src/network/getaddrinfo.c
37963 - Always use AI_NUMERICSERV since we cannot use service names in LibVLC
37964 - Only pass used ai_flags so we won't break if broken IETF draft
37965 draft-chakrabarti-ipv6-addrselect-api-05 makes it to standard
37967 ------------------------------------------------------------------------
37968 r19307 | sam | 2007-03-12 16:32:55 +0100 (Mon, 12 Mar 2007) | 2 lines
37970 M /trunk/modules/audio_filter/format.c
37972 * modules/audio_filter/format.c: fix audio conversion crashes and bugs.
37974 ------------------------------------------------------------------------
37975 r19305 | damienf | 2007-03-12 00:08:15 +0100 (Mon, 12 Mar 2007) | 2 lines
37977 M /trunk/modules/gui/macosx/voutgl.m
37979 - voutgl.m: misc cleanup, reworked context locking as well as enabling double buffering for faster rendering
37981 ------------------------------------------------------------------------
37982 r19304 | jpsaman | 2007-03-11 21:17:04 +0100 (Sun, 11 Mar 2007) | 4 lines
37984 M /trunk/activex/axvlc.idl
37985 M /trunk/activex/axvlc.tlb
37986 M /trunk/activex/axvlc_idl.c
37987 M /trunk/activex/axvlc_idl.h
37988 M /trunk/activex/vlccontrol2.cpp
37989 M /trunk/activex/vlccontrol2.h
37990 M /trunk/include/vlc/libvlc.h
37991 M /trunk/mozilla/control/npolibvlc.cpp
37992 M /trunk/mozilla/control/npolibvlc.h
37993 M /trunk/src/control/audio.c
37994 M /trunk/src/control/input.c
37995 M /trunk/src/control/video.c
37997 Fix bug in vlc.audio.track and add new properties vlc.video.subtitle
37998 to JavaScript API implementation.
38001 ------------------------------------------------------------------------
38002 r19303 | courmisch | 2007-03-11 20:40:05 +0100 (Sun, 11 Mar 2007) | 2 lines
38004 M /trunk/src/Makefile.am
38006 Dist missing header file
38008 ------------------------------------------------------------------------
38009 r19302 | courmisch | 2007-03-11 19:53:53 +0100 (Sun, 11 Mar 2007) | 6 lines
38011 M /trunk/libs/srtp/srtp.c
38013 Untested support for RFC4771:
38014 Integrity Transform Carrying Roll-Over Counter for SRTP
38016 Once debugged, it should provide a simple way to synchronize live
38017 (multicast...) secure streams.
38019 ------------------------------------------------------------------------
38020 r19301 | courmisch | 2007-03-11 18:13:55 +0100 (Sun, 11 Mar 2007) | 3 lines
38022 M /trunk/modules/access_filter/dump.c
38024 DO NOT F***ING REMOVE my asserts()
38025 (unless the assertion is false, which is not the case here)
38027 ------------------------------------------------------------------------
38028 r19297 | courmisch | 2007-03-11 16:52:45 +0100 (Sun, 11 Mar 2007) | 3 lines
38030 M /trunk/modules/gui/skins2/x11/x11_window.cpp
38031 M /trunk/modules/video_output/x11/xcommon.h
38033 Use long instead of int32_t when passing 32-bits value to XChangeProperty.
38034 This seems to be the (stupid) way it has to be done - closes #670
38036 ------------------------------------------------------------------------
38037 r19296 | courmisch | 2007-03-11 15:58:40 +0100 (Sun, 11 Mar 2007) | 2 lines
38039 M /trunk/libs/srtp/srtp.c
38040 M /trunk/libs/srtp/test-aes.c
38042 Leverage libgcrypt CounTeR mode implementation to simplify our code
38044 ------------------------------------------------------------------------
38045 r19295 | courmisch | 2007-03-11 14:18:05 +0100 (Sun, 11 Mar 2007) | 2 lines
38047 M /trunk/libs/srtp/recv.c
38048 M /trunk/libs/srtp/srtp.c
38049 M /trunk/libs/srtp/srtp.h
38053 ------------------------------------------------------------------------
38054 r19294 | courmisch | 2007-03-11 12:04:38 +0100 (Sun, 11 Mar 2007) | 4 lines
38056 M /trunk/Makefile.am
38058 M /trunk/configure.ac
38059 D /trunk/libs/Makefile.am
38061 - Improve DIST_SUBDIR
38062 - Require automake 1.9 to fix some libtool plugin build problems
38063 - Remove useless libs/Makefile
38065 ------------------------------------------------------------------------
38066 r19293 | courmisch | 2007-03-11 11:59:51 +0100 (Sun, 11 Mar 2007) | 2 lines
38068 M /trunk/po/Makevars
38078 M /trunk/po/en_GB.po
38102 M /trunk/po/pt_BR.po
38103 M /trunk/po/pt_PT.po
38114 M /trunk/po/vlc.pot
38115 M /trunk/po/zh_CN.po
38116 M /trunk/po/zh_TW.po
38117 M /trunk/src/text/strings.c
38119 Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and invalid new lines)
38121 ------------------------------------------------------------------------
38122 r19292 | courmisch | 2007-03-11 11:44:48 +0100 (Sun, 11 Mar 2007) | 2 lines
38127 Long overdue update
38129 ------------------------------------------------------------------------
38130 r19291 | jpsaman | 2007-03-11 09:48:28 +0100 (Sun, 11 Mar 2007) | 1 line
38132 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38134 Remove unused headerfile
38135 ------------------------------------------------------------------------
38136 r19290 | xtophe | 2007-03-11 01:12:21 +0100 (Sun, 11 Mar 2007) | 2 lines
38138 M /trunk/po/POTFILES.in
38139 M /trunk/po/vlc.pot
38141 update file list and vlc.pot
38143 ------------------------------------------------------------------------
38144 r19289 | xtophe | 2007-03-11 01:03:29 +0100 (Sun, 11 Mar 2007) | 2 lines
38146 M /trunk/po/POTFILES.in
38156 M /trunk/po/en_GB.po
38180 M /trunk/po/pt_BR.po
38181 M /trunk/po/pt_PT.po
38192 M /trunk/po/vlc.pot
38193 M /trunk/po/zh_CN.po
38194 M /trunk/po/zh_TW.po
38196 Revert [19197]. POTFILES.in was bogus as it didn't list any files in modules/
38198 ------------------------------------------------------------------------
38199 r19288 | jpsaman | 2007-03-11 00:11:00 +0100 (Sun, 11 Mar 2007) | 1 line
38201 M /trunk/modules/misc/playlist/m3u.c
38203 assert if p_current is NULL, it should be valid
38204 ------------------------------------------------------------------------
38205 r19287 | courmisch | 2007-03-10 22:01:13 +0100 (Sat, 10 Mar 2007) | 2 lines
38207 M /trunk/libs/srtp/recv.c
38208 M /trunk/libs/srtp/srtp.c
38210 SRTP/SRTCP receive window for replay attack protection
38212 ------------------------------------------------------------------------
38213 r19286 | courmisch | 2007-03-10 21:15:36 +0100 (Sat, 10 Mar 2007) | 2 lines
38215 M /trunk/libs/srtp/srtp.c
38217 Ahem. Fix crappy previous commit.
38219 ------------------------------------------------------------------------
38220 r19285 | courmisch | 2007-03-10 21:08:33 +0100 (Sat, 10 Mar 2007) | 4 lines
38222 M /trunk/libs/srtp/srtp.c
38224 Maintain the SRTCP index
38225 This is not very useful at the moment, but will be needed for proper
38226 replay attack protection
38228 ------------------------------------------------------------------------
38229 r19284 | courmisch | 2007-03-10 21:00:10 +0100 (Sat, 10 Mar 2007) | 2 lines
38231 M /trunk/libs/srtp/srtp.c
38233 Fix SRTP Roll-Over-Counter handling
38235 ------------------------------------------------------------------------
38236 r19283 | littlejohn | 2007-03-10 20:28:01 +0100 (Sat, 10 Mar 2007) | 1 line
38238 M /trunk/bindings/java/src/Makefile.am
38240 output jvlc.dll for windows java
38241 ------------------------------------------------------------------------
38242 r19282 | courmisch | 2007-03-10 20:25:39 +0100 (Sat, 10 Mar 2007) | 4 lines
38244 M /trunk/libs/srtp/recv.c
38245 M /trunk/libs/srtp/srtp.c
38246 M /trunk/libs/srtp/srtp.h
38248 Remove window size parameter.
38249 It has to be at least 64, and it is too complicated to implement a bigger
38250 value, so it's not going to be configurable
38252 ------------------------------------------------------------------------
38253 r19281 | jpsaman | 2007-03-10 20:12:17 +0100 (Sat, 10 Mar 2007) | 1 line
38255 M /trunk/modules/access_filter/dump.c
38257 Remove useless assert(len>0) because (len == 0) is already tested on line 159.
38258 ------------------------------------------------------------------------
38259 r19280 | jpsaman | 2007-03-10 19:44:15 +0100 (Sat, 10 Mar 2007) | 1 line
38261 M /trunk/src/playlist/control.c
38262 M /trunk/src/playlist/engine.c
38263 M /trunk/src/playlist/search.c
38265 Revert [19273] because these asserts are meant to catch serious programming errors. Thanks zorglub for enlightning me.
38266 ------------------------------------------------------------------------
38267 r19279 | courmisch | 2007-03-10 19:06:47 +0100 (Sat, 10 Mar 2007) | 2 lines
38269 M /trunk/libs/srtp/srtp.c
38270 M /trunk/libs/srtp/srtp.h
38271 M /trunk/libs/srtp/test-aes.c
38275 ------------------------------------------------------------------------
38276 r19278 | courmisch | 2007-03-10 17:57:51 +0100 (Sat, 10 Mar 2007) | 2 lines
38278 M /trunk/modules/access_filter/dump.c
38282 ------------------------------------------------------------------------
38283 r19277 | jpsaman | 2007-03-10 17:43:20 +0100 (Sat, 10 Mar 2007) | 1 line
38285 M /trunk/modules/gui/qt4/input_manager.cpp
38287 Remove unused headerfile
38288 ------------------------------------------------------------------------
38289 r19276 | jpsaman | 2007-03-10 17:42:21 +0100 (Sat, 10 Mar 2007) | 1 line
38291 M /trunk/modules/misc/playlist/m3u.c
38294 ------------------------------------------------------------------------
38295 r19275 | jpsaman | 2007-03-10 17:40:07 +0100 (Sat, 10 Mar 2007) | 1 line
38297 M /trunk/modules/gui/qt4/components/extended_panels.cpp
38299 Remove unused headerfile.
38300 ------------------------------------------------------------------------
38301 r19274 | littlejohn | 2007-03-10 17:39:31 +0100 (Sat, 10 Mar 2007) | 1 line
38303 M /trunk/bindings/java/src/Makefile.am
38305 use kill-at otherwise symbols will not be found
38306 ------------------------------------------------------------------------
38307 r19273 | jpsaman | 2007-03-10 17:39:21 +0100 (Sat, 10 Mar 2007) | 1 line
38309 M /trunk/src/playlist/control.c
38310 M /trunk/src/playlist/engine.c
38311 M /trunk/src/playlist/search.c
38313 Don't abort when nothing found in playlist.
38314 ------------------------------------------------------------------------
38315 r19272 | jpsaman | 2007-03-10 17:36:26 +0100 (Sat, 10 Mar 2007) | 1 line
38317 M /trunk/src/control/audio.c
38319 Check return value of GetInput
38320 ------------------------------------------------------------------------
38321 r19271 | jpsaman | 2007-03-10 17:35:27 +0100 (Sat, 10 Mar 2007) | 1 line
38323 M /trunk/src/extras/libc.c
38325 Fix a bunch of potential memleaks.
38326 ------------------------------------------------------------------------
38327 r19270 | jpsaman | 2007-03-10 17:29:38 +0100 (Sat, 10 Mar 2007) | 1 line
38329 M /trunk/modules/access_filter/dump.c
38331 Remove useless test
38332 ------------------------------------------------------------------------
38333 r19269 | courmisch | 2007-03-10 17:28:20 +0100 (Sat, 10 Mar 2007) | 2 lines
38335 M /trunk/libs/srtp/srtp.c
38337 RTP HMAC-SHA1 authentication
38339 ------------------------------------------------------------------------
38340 r19268 | jpsaman | 2007-03-10 16:58:36 +0100 (Sat, 10 Mar 2007) | 1 line
38342 M /trunk/src/misc/configuration.c
38344 Fix compiler warning
38345 ------------------------------------------------------------------------
38346 r19267 | jpsaman | 2007-03-10 16:57:17 +0100 (Sat, 10 Mar 2007) | 1 line
38348 M /trunk/src/misc/configuration.c
38350 Don't check return value of getopt_long against EOF, manpage says it returns -1 not EOF.
38351 ------------------------------------------------------------------------
38352 r19266 | jpsaman | 2007-03-10 16:53:58 +0100 (Sat, 10 Mar 2007) | 1 line
38354 M /trunk/src/network/udp.c
38356 Remove unused headerfile
38357 ------------------------------------------------------------------------
38358 r19265 | jpsaman | 2007-03-10 16:53:39 +0100 (Sat, 10 Mar 2007) | 1 line
38360 M /trunk/src/libvlc-common.c
38362 Properly cleanup hal connection when connecting to dbuse failed.
38363 ------------------------------------------------------------------------
38364 r19264 | courmisch | 2007-03-10 16:40:10 +0100 (Sat, 10 Mar 2007) | 2 lines
38366 M /trunk/modules/codec/telx.c
38368 Remove unused variable
38370 ------------------------------------------------------------------------
38371 r19263 | courmisch | 2007-03-10 16:06:06 +0100 (Sat, 10 Mar 2007) | 2 lines
38373 M /trunk/libs/srtp/srtp.c
38375 Partial Win32 compile fix
38377 ------------------------------------------------------------------------
38378 r19262 | courmisch | 2007-03-10 15:49:39 +0100 (Sat, 10 Mar 2007) | 22 lines
38380 M /trunk/configure.ac
38381 M /trunk/libs/Makefile.am
38383 A /trunk/libs/srtp/Makefile.am
38384 A /trunk/libs/srtp/recv.c
38385 A /trunk/libs/srtp/srtp.c
38386 A /trunk/libs/srtp/srtp.h
38387 A /trunk/libs/srtp/test-aes.c
38389 Initial support for Secure Real-Time Protocol (RFC3711) - refs #321
38390 Uses libgcrypt, as we have it in our deps/contrib already for GnuTLS.
38392 This could be used in both "UDP"[1] access and access output plugins,
38393 though they should really be called "RTP" instead nowadays.
38396 - AES(-128) Counter Mode key derivation and RTP en-/decryption
38397 - test vectors for AES-CM
38398 - NULL cipher (with the *_UNENCRYPTED flags) - untested
38400 To do (missing mandatory features):
38401 - RTCP en-/decryption
38402 - HMAC-SHA1 authentication
38403 - replay attack protection
38405 Also to probably do:
38406 - integrate with udp access and access output plugins
38407 - integrate with RTSP server (err, I won't do that myself)
38408 - support for Transform Carrying ROC for SRTP (RFC4771)
38409 so we can use it easily for multicast streaming
38411 ------------------------------------------------------------------------
38412 r19261 | courmisch | 2007-03-10 15:29:14 +0100 (Sat, 10 Mar 2007) | 3 lines
38414 M /trunk/Makefile.am
38415 M /trunk/configure.ac
38417 A /trunk/libs/Makefile.am
38418 A /trunk/libs/loader (from /trunk/loader:19248)
38421 Create a modules-like directory for libraries
38422 that are not plugins neither in the core
38424 ------------------------------------------------------------------------
38425 r19260 | pdherbemont | 2007-03-10 02:31:41 +0100 (Sat, 10 Mar 2007) | 2 lines
38427 M /trunk/modules/gui/macosx/intf.m
38429 Mac OS X gui: Revert r19259. We are not ready to do proper locking.
38431 ------------------------------------------------------------------------
38432 r19259 | pdherbemont | 2007-03-10 00:03:43 +0100 (Sat, 10 Mar 2007) | 2 lines
38434 M /trunk/modules/gui/macosx/intf.m
38436 Mac OS X gui: Make sure we don't end up with a freed p_input.
38438 ------------------------------------------------------------------------
38439 r19258 | littlejohn | 2007-03-09 23:31:24 +0100 (Fri, 09 Mar 2007) | 1 line
38441 M /trunk/bindings/java/Makefile.am
38442 M /trunk/bindings/java/src/Makefile.am
38444 libjvlc.dll is created when crosscompiling
38445 ------------------------------------------------------------------------
38446 r19256 | oaubert | 2007-03-09 11:28:55 +0100 (Fri, 09 Mar 2007) | 2 lines
38448 M /trunk/modules/misc/svg.c
38450 modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype
38452 ------------------------------------------------------------------------
38453 r19255 | oaubert | 2007-03-09 11:28:03 +0100 (Fri, 09 Mar 2007) | 2 lines
38455 M /trunk/bindings/python/vlc_internal.h
38457 bindings/python/vlc_internal.c: compatibility define for Py_ssize_t
38459 ------------------------------------------------------------------------
38460 r19254 | oaubert | 2007-03-09 11:27:34 +0100 (Fri, 09 Mar 2007) | 2 lines
38462 M /trunk/bindings/python/vlcwrapper.py
38464 bindings/python/vlcwrapper.py: use vlcinternal module in wrapper
38466 ------------------------------------------------------------------------
38467 r19253 | littlejohn | 2007-03-08 23:00:15 +0100 (Thu, 08 Mar 2007) | 1 line
38469 M /trunk/bindings/java/Makefile.am
38470 M /trunk/bindings/java/src/Makefile.am
38472 libjvlc changes for win32 cross compile
38473 ------------------------------------------------------------------------
38474 r19252 | fenrir | 2007-03-08 22:40:34 +0100 (Thu, 08 Mar 2007) | 2 lines
38476 M /trunk/src/input/vlm.c
38478 Fixed media looping (Patch by Ilkka Ollakka)
38480 ------------------------------------------------------------------------
38481 r19251 | xtophe | 2007-03-08 21:23:44 +0100 (Thu, 08 Mar 2007) | 2 lines
38483 M /trunk/configure.ac
38485 only check for swscale.h if libswscale is there and linkable. Pointed by Ilkka Ollakka
38487 ------------------------------------------------------------------------
38488 r19250 | courmisch | 2007-03-08 17:53:25 +0100 (Thu, 08 Mar 2007) | 2 lines
38490 M /trunk/modules/access/udp.c
38494 ------------------------------------------------------------------------
38495 r19249 | courmisch | 2007-03-08 17:47:15 +0100 (Thu, 08 Mar 2007) | 2 lines
38497 M /trunk/modules/access/udp.c
38499 Fix ordering of CSRC and RTP profile extension
38501 ------------------------------------------------------------------------
38502 r19247 | hartman | 2007-03-08 03:24:59 +0100 (Thu, 08 Mar 2007) | 6 lines
38504 M /trunk/modules/gui/macosx/voutgl.m
38506 * use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think).
38510 I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs.
38512 ------------------------------------------------------------------------
38513 r19245 | jb | 2007-03-08 01:41:16 +0100 (Thu, 08 Mar 2007) | 4 lines
38515 M /trunk/modules/gui/qt4/components/open.cpp
38516 M /trunk/modules/gui/qt4/dialogs/open.cpp
38517 M /trunk/modules/gui/qt4/dialogs/open.hpp
38518 M /trunk/modules/gui/qt4/dialogs_provider.cpp
38519 M /trunk/modules/gui/qt4/dialogs_provider.hpp
38520 M /trunk/modules/gui/qt4/menus.cpp
38521 M /trunk/modules/gui/qt4/ui/open_capture.ui
38523 Qt4 - Open: Capture Tab added. Still almost empty, but well, this is coming after. :D
38527 ------------------------------------------------------------------------
38528 r19244 | jb | 2007-03-08 01:04:54 +0100 (Thu, 08 Mar 2007) | 3 lines
38530 M /trunk/include/vlc_playlist.h
38531 M /trunk/modules/control/dbus.c
38532 M /trunk/modules/control/dbus.h
38534 DBUS: fix by Mr_Mirsal
38537 ------------------------------------------------------------------------
38538 r19243 | jb | 2007-03-08 00:51:06 +0100 (Thu, 08 Mar 2007) | 3 lines
38540 M /trunk/modules/gui/qt4/components/open.cpp
38542 Qt4 - Ahhemmm... Oops...
38545 ------------------------------------------------------------------------
38546 r19242 | jb | 2007-03-08 00:49:45 +0100 (Thu, 08 Mar 2007) | 3 lines
38548 M /trunk/modules/gui/qt4/components/open.cpp
38549 M /trunk/modules/gui/qt4/dialogs/help.cpp
38550 M /trunk/modules/gui/qt4/ui/open_capture.ui
38552 Qt4 - Add skeletons for Captures and some widget on Help/ About
38555 ------------------------------------------------------------------------
38556 r19241 | fenrir | 2007-03-08 00:39:27 +0100 (Thu, 08 Mar 2007) | 2 lines
38558 M /trunk/modules/demux/ts.c
38560 Fixed segfault with teletex/dvbs streams (double free).
38562 ------------------------------------------------------------------------
38563 r19240 | fenrir | 2007-03-08 00:35:47 +0100 (Thu, 08 Mar 2007) | 2 lines
38565 M /trunk/modules/codec/ffmpeg/audio.c
38567 Fixed uninitialized value.
38569 ------------------------------------------------------------------------
38570 r19239 | fenrir | 2007-03-07 23:52:50 +0100 (Wed, 07 Mar 2007) | 2 lines
38572 M /trunk/modules/access/http.c
38573 M /trunk/modules/access/v4l.c
38577 ------------------------------------------------------------------------
38578 r19238 | jb | 2007-03-07 23:52:11 +0100 (Wed, 07 Mar 2007) | 3 lines
38580 M /trunk/modules/gui/qt4/Modules.am
38581 M /trunk/modules/gui/qt4/components/open.cpp
38582 M /trunk/modules/gui/qt4/components/open.hpp
38583 A /trunk/modules/gui/qt4/ui/open_capture.ui
38585 Qt4 - Open Dialog: Capture tab. Last tab. Just the skeleton is present.
38588 ------------------------------------------------------------------------
38589 r19237 | fenrir | 2007-03-07 23:46:43 +0100 (Wed, 07 Mar 2007) | 2 lines
38591 M /trunk/modules/demux/mpc.c
38595 ------------------------------------------------------------------------
38596 r19236 | fenrir | 2007-03-07 23:38:34 +0100 (Wed, 07 Mar 2007) | 2 lines
38598 M /trunk/src/input/input.c
38600 Fixed sout leak on access error.
38602 ------------------------------------------------------------------------
38603 r19235 | xtophe | 2007-03-07 23:38:19 +0100 (Wed, 07 Mar 2007) | 2 lines
38605 M /trunk/configure.ac
38607 Allow dbus module to be built. Patch by Mirsal ENNAIME
38609 ------------------------------------------------------------------------
38610 r19234 | xtophe | 2007-03-07 23:21:08 +0100 (Wed, 07 Mar 2007) | 2 lines
38612 M /trunk/share/Makefile.am
38614 Distribute snapshot.png
38616 ------------------------------------------------------------------------
38617 r19233 | fenrir | 2007-03-07 22:49:53 +0100 (Wed, 07 Mar 2007) | 2 lines
38619 M /trunk/include/vlc_common.h
38620 M /trunk/include/vlc_vlm.h
38621 M /trunk/src/input/vlm.c
38622 M /trunk/src/input/vlm_internal.h
38624 Clean up vlm script parsing and introduce new API.
38626 ------------------------------------------------------------------------
38627 r19232 | fenrir | 2007-03-07 22:47:25 +0100 (Wed, 07 Mar 2007) | 2 lines
38629 M /trunk/src/control/vlm.c
38631 Disable control vlm.
38633 ------------------------------------------------------------------------
38634 r19231 | jb | 2007-03-07 22:45:45 +0100 (Wed, 07 Mar 2007) | 3 lines
38636 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38637 M /trunk/modules/gui/qt4/menus.hpp
38639 Qt4 - Add Q_OBJECT Macros when needed. Patch from Benjamin Meyer.
38642 ------------------------------------------------------------------------
38643 r19230 | jb | 2007-03-07 22:23:27 +0100 (Wed, 07 Mar 2007) | 3 lines
38645 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38646 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38647 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38648 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
38650 Qt4- SImple Preferences. Add file and directory configuration.
38653 ------------------------------------------------------------------------
38654 r19229 | jb | 2007-03-07 22:03:26 +0100 (Wed, 07 Mar 2007) | 3 lines
38656 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38657 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38658 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38660 Qt4 - Preferences. Add CONFIG_DIRECTORY_ITEM. Does not work, but does not harm. Why ? can a C++ guru explain me? thks!
38663 ------------------------------------------------------------------------
38664 r19228 | pdherbemont | 2007-03-07 22:02:18 +0100 (Wed, 07 Mar 2007) | 2 lines
38666 M /trunk/modules/gui/macosx/playlist.m
38668 Mac OS X gui: Small code cleanup. Remove NSLogs, avoid code redundancy.
38670 ------------------------------------------------------------------------
38671 r19227 | xtophe | 2007-03-07 00:44:47 +0100 (Wed, 07 Mar 2007) | 2 lines
38673 M /trunk/configure.ac
38675 Really fix #1055. Thanks to the Gentoo people for reporting and proposin patches
38677 ------------------------------------------------------------------------
38678 r19226 | jb | 2007-03-07 00:39:21 +0100 (Wed, 07 Mar 2007) | 3 lines
38680 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
38681 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
38682 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
38684 Qt4 - Preferences and SPrefs. Add the necessary handler for CONFIG_FILE_ITEMs.
38687 ------------------------------------------------------------------------
38688 r19225 | jb | 2007-03-07 00:08:19 +0100 (Wed, 07 Mar 2007) | 3 lines
38690 M /trunk/modules/gui/qt4/dialogs_provider.cpp
38692 Qt4: Use qfu for psz_homedir. Is it right ? Review please.
38695 ------------------------------------------------------------------------
38696 r19223 | courmisch | 2007-03-06 21:08:31 +0100 (Tue, 06 Mar 2007) | 3 lines
38700 setlocale() (very) early, so we may have a chance to use nl_langinfo
38701 before initializing LibVLC (refs #838)
38703 ------------------------------------------------------------------------
38704 r19222 | courmisch | 2007-03-06 21:04:26 +0100 (Tue, 06 Mar 2007) | 2 lines
38706 M /trunk/src/libvlc-common.c
38710 ------------------------------------------------------------------------
38711 r19221 | courmisch | 2007-03-06 20:56:47 +0100 (Tue, 06 Mar 2007) | 3 lines
38713 M /trunk/src/libvlc-common.c
38715 Cleanup text domain binding, and do not do it twice.
38718 ------------------------------------------------------------------------
38719 r19220 | courmisch | 2007-03-06 19:56:24 +0100 (Tue, 06 Mar 2007) | 2 lines
38721 M /trunk/modules/access/udp.c
38725 ------------------------------------------------------------------------
38726 r19219 | courmisch | 2007-03-06 18:27:18 +0100 (Tue, 06 Mar 2007) | 2 lines
38728 M /trunk/src/network/httpd.c
38730 Use vlc_b64_decode instead of local implementation
38732 ------------------------------------------------------------------------
38733 r19218 | courmisch | 2007-03-06 16:53:43 +0100 (Tue, 06 Mar 2007) | 2 lines
38735 M /trunk/modules/access_output/udp.c
38737 Make --sout-udp-rtcp an integer carrying a port number rather than a boolean
38739 ------------------------------------------------------------------------
38740 r19217 | oaubert | 2007-03-06 15:44:54 +0100 (Tue, 06 Mar 2007) | 4 lines
38742 M /trunk/bindings/python/vlc_instance.c
38743 M /trunk/bindings/python/vlc_internal.c
38744 M /trunk/bindings/python/vlc_mediacontrol.c
38745 M /trunk/bindings/python/vlcglue.h
38748 * use Py_ssize_t as index type (cf http://www.python.org/dev/peps/pep-0353/)
38749 * fix audio_[gs]et_channel parameter/return value type
38751 ------------------------------------------------------------------------
38752 r19216 | oaubert | 2007-03-06 15:19:09 +0100 (Tue, 06 Mar 2007) | 2 lines
38754 M /trunk/include/vlc/mediacontrol.h
38756 include/vlc/mediacontrol.h: mark mediacontrol method as VLC_PUBLIC_API
38758 ------------------------------------------------------------------------
38759 r19213 | courmisch | 2007-03-05 22:36:07 +0100 (Mon, 05 Mar 2007) | 2 lines
38761 M /trunk/modules/access_output/udp.c
38763 Boundary check (though it was a shoot-yourself-in-the-foot one)
38765 ------------------------------------------------------------------------
38766 r19212 | courmisch | 2007-03-05 22:34:30 +0100 (Mon, 05 Mar 2007) | 8 lines
38768 M /trunk/modules/access_output/udp.c
38770 --sout-udp-rtcp option to force RTCP usage.
38771 (Currently RTCP only Sender Reports are implemented.)
38773 RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream
38774 output plugin to enable RTCP too (in that case, RTP encapsulation is done
38775 in the stream output plugin, so the access output cannot know if it should
38778 ------------------------------------------------------------------------
38779 r19211 | pdherbemont | 2007-03-05 21:03:05 +0100 (Mon, 05 Mar 2007) | 2 lines
38781 M /trunk/modules/gui/macosx/fspanel.m
38783 Mac OS X gui: Make sure that misc.h is included as our NSScreen extension is used here. (Fix a warning about NSScreen's +screenWithDisplayID.)
38785 ------------------------------------------------------------------------
38786 r19210 | fkuehne | 2007-03-05 20:08:25 +0100 (Mon, 05 Mar 2007) | 1 line
38788 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
38789 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
38792 ------------------------------------------------------------------------
38793 r19209 | courmisch | 2007-03-05 19:31:01 +0100 (Mon, 05 Mar 2007) | 2 lines
38795 M /trunk/src/network/getaddrinfo.c
38797 Use replacement API for obsolete systems. Not tested.
38799 ------------------------------------------------------------------------
38800 r19208 | damienf | 2007-03-05 19:19:37 +0100 (Mon, 05 Mar 2007) | 2 lines
38802 M /trunk/src/network/getaddrinfo.c
38804 getaddrinfo.c: a word of warning ...
38806 ------------------------------------------------------------------------
38807 r19207 | fkuehne | 2007-03-05 19:17:24 +0100 (Mon, 05 Mar 2007) | 1 line
38809 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
38810 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
38811 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
38813 * missing in previous commit
38814 ------------------------------------------------------------------------
38815 r19206 | fkuehne | 2007-03-05 19:15:27 +0100 (Mon, 05 Mar 2007) | 6 lines
38817 M /trunk/configure.ac
38818 A /trunk/extras/MacOSX/eyetvplugin
38819 A /trunk/extras/MacOSX/eyetvplugin/English.lproj
38820 A /trunk/extras/MacOSX/eyetvplugin/English.lproj/InfoPlist.strings
38821 A /trunk/extras/MacOSX/eyetvplugin/EyeTVPluginDefs.h
38822 A /trunk/extras/MacOSX/eyetvplugin/Info.plist
38823 A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.c
38824 A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.h
38825 A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj
38826 A /trunk/extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
38827 M /trunk/modules/access/Modules.am
38828 A /trunk/modules/access/eyetv.c
38829 M /trunk/modules/gui/macosx/Modules.am
38830 A /trunk/modules/gui/macosx/eyetv.h
38831 A /trunk/modules/gui/macosx/eyetv.m
38832 M /trunk/modules/gui/macosx/intf.h
38833 M /trunk/modules/gui/macosx/intf.m
38834 M /trunk/modules/gui/macosx/open.h
38835 M /trunk/modules/gui/macosx/open.m
38837 * forward-port of all eyetv relates sources in my branch
38838 - this stuff is highly unfinished; needs much more work and testing
38839 - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
38840 - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
38841 - everything will be 10.4-only, since EyeTV is only available this way as well
38842 - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
38843 ------------------------------------------------------------------------
38844 r19205 | courmisch | 2007-03-05 18:54:33 +0100 (Mon, 05 Mar 2007) | 3 lines
38846 M /trunk/modules/access/udp.c
38848 - Fix obvious crash in TCP/RTP/AVP
38849 - Remove an useless variable
38851 ------------------------------------------------------------------------
38852 r19204 | damienf | 2007-03-05 18:54:12 +0100 (Mon, 05 Mar 2007) | 2 lines
38854 M /trunk/src/network/getaddrinfo.c
38856 gettaddrinfo.c: fixed shims on win32 (tested on XP)
38858 ------------------------------------------------------------------------
38859 r19203 | courmisch | 2007-03-05 18:52:47 +0100 (Mon, 05 Mar 2007) | 7 lines
38861 M /trunk/modules/access/udp.c
38863 - Clean up RTP parser
38864 - Add support for RTP padding
38866 By the way, the MPEG-Video parser seems to ignore the MP2V specific
38867 extra header (i.e. it passes it onto the demux instead of removing it).
38868 Not sure if this is intended (any MPEG expert?)
38870 ------------------------------------------------------------------------
38871 r19202 | pdherbemont | 2007-03-05 18:34:31 +0100 (Mon, 05 Mar 2007) | 2 lines
38873 M /trunk/modules/gui/macosx/playlist.m
38875 Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled.
38877 ------------------------------------------------------------------------
38878 r19201 | courmisch | 2007-03-05 18:13:02 +0100 (Mon, 05 Mar 2007) | 2 lines
38880 M /trunk/modules/access_output/udp.c
38882 Cosmetic: Write RTP Payload Type as decimal as is common rather than hexadecimal
38884 ------------------------------------------------------------------------
38885 r19200 | xtophe | 2007-03-05 18:02:57 +0100 (Mon, 05 Mar 2007) | 2 lines
38887 M /trunk/doc/fortunes.txt
38891 ------------------------------------------------------------------------
38892 r19199 | damienf | 2007-03-05 16:30:29 +0100 (Mon, 05 Mar 2007) | 2 lines
38894 M /trunk/src/control/video.c
38896 - control/video.c: clean up and more error/exception checks
38898 ------------------------------------------------------------------------
38899 r19198 | pdherbemont | 2007-03-05 15:04:41 +0100 (Mon, 05 Mar 2007) | 2 lines
38901 M /trunk/modules/gui/macosx/playlist.m
38903 Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)
38905 ------------------------------------------------------------------------
38906 r19197 | fkuehne | 2007-03-05 01:48:00 +0100 (Mon, 05 Mar 2007) | 1 line
38908 M /trunk/po/POTFILES.in
38918 M /trunk/po/en_GB.po
38942 M /trunk/po/pt_BR.po
38943 M /trunk/po/pt_PT.po
38954 M /trunk/po/vlc.pot
38955 M /trunk/po/zh_CN.po
38956 M /trunk/po/zh_TW.po
38958 * updated the po files
38959 ------------------------------------------------------------------------
38960 r19196 | pdherbemont | 2007-03-05 01:48:23 +0100 (Mon, 05 Mar 2007) | 2 lines
38962 M /trunk/modules/gui/macosx/intf.m
38964 Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.
38966 ------------------------------------------------------------------------
38967 r19195 | pdherbemont | 2007-03-05 01:40:51 +0100 (Mon, 05 Mar 2007) | 2 lines
38969 M /trunk/modules/gui/macosx/intf.m
38971 Mac OS X gui: Don't try to change the interface from a non-main thread. (Should fix a remanence bug in the controller scroll field)
38973 ------------------------------------------------------------------------
38974 r19194 | fkuehne | 2007-03-05 01:24:54 +0100 (Mon, 05 Mar 2007) | 1 line
38976 M /trunk/modules/gui/macosx/voutgl.m
38977 M /trunk/modules/gui/macosx/voutqt.m
38980 ------------------------------------------------------------------------
38981 r19193 | jb | 2007-03-05 01:18:52 +0100 (Mon, 05 Mar 2007) | 4 lines
38983 M /trunk/modules/gui/qt4/ui/open_disk.ui
38984 M /trunk/modules/gui/qt4/ui/open_file.ui
38985 M /trunk/modules/gui/qt4/ui/open_net.ui
38987 Qt4: Back on open dialog: rewrite the UIs to have consistent forms on resize.
38988 May need a few more vertical spacer, after the last tab (Capture) will be added.
38991 ------------------------------------------------------------------------
38992 r19192 | damienf | 2007-03-05 01:09:53 +0100 (Mon, 05 Mar 2007) | 2 lines
38994 M /trunk/src/control/core.c
38995 M /trunk/src/control/video.c
38997 - control APIs: do not crash if exception parameter is null, that means caller is not interested in exceptions
38999 ------------------------------------------------------------------------
39000 r19191 | pdherbemont | 2007-03-05 00:46:37 +0100 (Mon, 05 Mar 2007) | 2 lines
39002 M /trunk/modules/gui/macosx/intf.m
39004 Mac OS X gui: Don't yield input more than needed. (End of the set of changes that makes quitting really fast.)
39006 ------------------------------------------------------------------------
39007 r19190 | pdherbemont | 2007-03-05 00:39:40 +0100 (Mon, 05 Mar 2007) | 2 lines
39009 M /trunk/modules/control/hotkeys.c
39011 Hotkeys control: Don't yield vout and input more than needed.
39013 ------------------------------------------------------------------------
39014 r19189 | jb | 2007-03-05 00:05:25 +0100 (Mon, 05 Mar 2007) | 3 lines
39016 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39017 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
39019 Qt4 - SPrefs: interface small change
39022 ------------------------------------------------------------------------
39023 r19188 | xtophe | 2007-03-04 22:01:15 +0100 (Sun, 04 Mar 2007) | 2 lines
39025 M /trunk/configure.ac
39029 ------------------------------------------------------------------------
39030 r19187 | xtophe | 2007-03-04 21:29:45 +0100 (Sun, 04 Mar 2007) | 2 lines
39032 M /trunk/configure.ac
39034 tweak the error message
39036 ------------------------------------------------------------------------
39037 r19186 | fkuehne | 2007-03-04 20:52:40 +0100 (Sun, 04 Mar 2007) | 1 line
39039 M /trunk/configure.ac
39041 * don't default enable QT4 on Darwin
39042 ------------------------------------------------------------------------
39043 r19185 | xtophe | 2007-03-04 20:33:32 +0100 (Sun, 04 Mar 2007) | 2 lines
39045 M /trunk/configure.ac
39049 ------------------------------------------------------------------------
39050 r19184 | courmisch | 2007-03-04 20:16:35 +0100 (Sun, 04 Mar 2007) | 4 lines
39052 M /trunk/configure.ac
39054 - Print an error if Qt4 is requested but not found
39055 - Warn that WxWidgets is deprecated.
39056 - Fix a few Wx error messages.
39058 ------------------------------------------------------------------------
39059 r19183 | fkuehne | 2007-03-04 20:01:18 +0100 (Sun, 04 Mar 2007) | 1 line
39061 M /trunk/extras/contrib/src/Makefile
39063 * fixed libpng compilation for Darwin 9
39064 ------------------------------------------------------------------------
39065 r19182 | xtophe | 2007-03-04 17:57:57 +0100 (Sun, 04 Mar 2007) | 2 lines
39067 M /trunk/extras/contrib/src/Makefile
39068 A /trunk/extras/contrib/src/Patches/libintl.patch
39070 Shut up warnings in libintl.h
39072 ------------------------------------------------------------------------
39073 r19181 | xtophe | 2007-03-04 15:20:18 +0100 (Sun, 04 Mar 2007) | 2 lines
39075 M /trunk/extras/contrib/src/Makefile
39077 s/wget/$(WGET)/. pointed by markfm
39079 ------------------------------------------------------------------------
39080 r19179 | sigmunau | 2007-03-04 11:29:23 +0100 (Sun, 04 Mar 2007) | 4 lines
39082 M /trunk/modules/gui/qt4/main_interface.cpp
39083 M /trunk/modules/gui/qt4/main_interface.hpp
39085 move a few global variables into the appropriate class.
39086 Comment out a few non-thread-safe functions from embedded vout
39087 handling. Fixes a crash when playlist item changes. refs #955
39089 ------------------------------------------------------------------------
39090 r19178 | pdherbemont | 2007-03-04 03:07:26 +0100 (Sun, 04 Mar 2007) | 2 lines
39092 M /trunk/modules/gui/macosx/prefs.m
39094 Mac OS X gui: Remove unwanted commit.
39096 ------------------------------------------------------------------------
39097 r19177 | pdherbemont | 2007-03-04 03:03:44 +0100 (Sun, 04 Mar 2007) | 2 lines
39099 M /trunk/modules/gui/macosx/intf.m
39100 M /trunk/modules/gui/macosx/prefs.m
39102 Mac OS X gui: Make sure we don't retain p_input more than once. Don't release it until we're done.
39104 ------------------------------------------------------------------------
39105 r19176 | Trax | 2007-03-04 02:36:36 +0100 (Sun, 04 Mar 2007) | 1 line
39107 M /trunk/modules/codec/x264.c
39109 * modules/codec/x264.c: Add mvrange option.
39110 ------------------------------------------------------------------------
39111 r19175 | Trax | 2007-03-04 02:07:02 +0100 (Sun, 04 Mar 2007) | 1 line
39113 M /trunk/modules/codec/x264.c
39115 * modules/codec/x264.c: Add support for multipass encoding. Slightly alter stats behaviour to reflect same usage as x264 cli (only one stats file). Needs testing..
39116 ------------------------------------------------------------------------
39117 r19174 | pdherbemont | 2007-03-04 01:45:10 +0100 (Sun, 04 Mar 2007) | 2 lines
39119 M /trunk/modules/gui/macosx/controls.m
39120 M /trunk/modules/gui/macosx/intf.m
39121 M /trunk/modules/gui/macosx/sfilters.m
39123 Mac OS X gui: Sanitize vlc object retaining/releasing.
39125 ------------------------------------------------------------------------
39126 r19173 | xtophe | 2007-03-04 00:53:46 +0100 (Sun, 04 Mar 2007) | 2 lines
39128 M /trunk/configure.ac
39130 Honors --disable-altivec. Closes #1055
39132 ------------------------------------------------------------------------
39133 r19172 | jb | 2007-03-04 00:39:36 +0100 (Sun, 04 Mar 2007) | 3 lines
39135 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39136 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
39138 Qt4 - SPrefs : a few additions. Still not working for selecting interface.
39141 ------------------------------------------------------------------------
39142 r19171 | sigmunau | 2007-03-04 00:22:51 +0100 (Sun, 04 Mar 2007) | 2 lines
39144 M /trunk/modules/demux/mkv.cpp
39148 ------------------------------------------------------------------------
39149 r19170 | sigmunau | 2007-03-03 23:26:18 +0100 (Sat, 03 Mar 2007) | 3 lines
39151 M /trunk/modules/gui/qt4/input_manager.cpp
39153 when a reference to a object is stored the ref-count of that module
39154 should be increased. Fixes a few crashes when input changes.
39156 ------------------------------------------------------------------------
39157 r19169 | thresh | 2007-03-03 22:45:58 +0100 (Sat, 03 Mar 2007) | 2 lines
39159 M /trunk/doc/fortunes.txt
39163 ------------------------------------------------------------------------
39164 r19168 | jb | 2007-03-03 22:32:19 +0100 (Sat, 03 Mar 2007) | 3 lines
39166 M /trunk/modules/gui/qt4/dialogs/open.cpp
39167 M /trunk/modules/gui/qt4/menus.cpp
39169 Qt4 - remove a stupid debug thing and rename Disk => Disc
39172 ------------------------------------------------------------------------
39173 r19167 | courmisch | 2007-03-03 20:45:54 +0100 (Sat, 03 Mar 2007) | 2 lines
39175 M /trunk/src/network/getaddrinfo.c
39177 I really have had enough with this getaddrinfo crashes.
39179 ------------------------------------------------------------------------
39180 r19166 | pdherbemont | 2007-03-03 19:43:18 +0100 (Sat, 03 Mar 2007) | 2 lines
39182 M /trunk/modules/gui/macosx/intf.m
39183 M /trunk/modules/gui/macosx/voutgl.m
39185 Mac OS X gui: Make sure libvlc exit properly. Don't forward the closeVout: if the interface is dead.
39187 ------------------------------------------------------------------------
39188 r19165 | courmisch | 2007-03-03 19:30:12 +0100 (Sat, 03 Mar 2007) | 2 lines
39190 M /trunk/src/network/io.c
39194 ------------------------------------------------------------------------
39195 r19164 | courmisch | 2007-03-03 19:03:21 +0100 (Sat, 03 Mar 2007) | 2 lines
39197 M /trunk/src/network/httpd.c
39199 Fix assertion failure
39201 ------------------------------------------------------------------------
39202 r19163 | Trax | 2007-03-03 18:23:53 +0100 (Sat, 03 Mar 2007) | 1 line
39204 M /trunk/modules/codec/x264.c
39206 * modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore..
39207 ------------------------------------------------------------------------
39208 r19162 | hartman | 2007-03-03 18:20:48 +0100 (Sat, 03 Mar 2007) | 2 lines
39210 M /trunk/extras/contrib/src/Makefile
39214 ------------------------------------------------------------------------
39215 r19161 | pdherbemont | 2007-03-03 17:57:36 +0100 (Sat, 03 Mar 2007) | 2 lines
39217 M /trunk/modules/gui/macosx/intf.m
39219 Mac OS X gui: Fix #756 (VLC don't go open if you click on the dock icon)
39221 ------------------------------------------------------------------------
39222 r19160 | hartman | 2007-03-03 17:32:09 +0100 (Sat, 03 Mar 2007) | 2 lines
39224 M /trunk/src/interface/interface.c
39226 * Fix blocking intf launching without pf_run on OSX
39228 ------------------------------------------------------------------------
39229 r19159 | pdherbemont | 2007-03-03 16:54:16 +0100 (Sat, 03 Mar 2007) | 2 lines
39231 M /trunk/src/interface/interface.c
39233 Mac OS X: Remove dead code. Make sure terminate: calls its super.
39235 ------------------------------------------------------------------------
39236 r19158 | pdherbemont | 2007-03-03 16:51:43 +0100 (Sat, 03 Mar 2007) | 2 lines
39240 Mac OS X: Make "Force Quit" works the first time it is triggered.
39242 ------------------------------------------------------------------------
39243 r19157 | pdherbemont | 2007-03-03 16:34:21 +0100 (Sat, 03 Mar 2007) | 2 lines
39245 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
39246 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
39247 M /trunk/modules/gui/macosx/intf.h
39248 M /trunk/modules/gui/macosx/intf.m
39250 Mac OS X gui: Fix dead lock when exiting. As a side effect VLC.app exit is really fast.
39252 ------------------------------------------------------------------------
39253 r19156 | courmisch | 2007-03-03 16:32:07 +0100 (Sat, 03 Mar 2007) | 2 lines
39255 M /trunk/src/network/getaddrinfo.c
39257 Fix a compiler warning and simplify
39259 ------------------------------------------------------------------------
39260 r19155 | littlejohn | 2007-03-03 15:49:11 +0100 (Sat, 03 Mar 2007) | 1 line
39262 M /trunk/bindings/java/VLCExample.java
39263 M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
39265 java audio interface update
39266 ------------------------------------------------------------------------
39267 r19154 | courmisch | 2007-03-03 15:25:31 +0100 (Sat, 03 Mar 2007) | 2 lines
39271 Really fix race VLC_Die condition
39273 ------------------------------------------------------------------------
39274 r19153 | fkuehne | 2007-03-03 14:55:33 +0100 (Sat, 03 Mar 2007) | 1 line
39276 M /trunk/extras/contrib/bootstrap
39278 * disabled SDK usage on Darwin 9 for now
39279 ------------------------------------------------------------------------
39280 r19152 | pdherbemont | 2007-03-03 14:35:51 +0100 (Sat, 03 Mar 2007) | 2 lines
39282 M /trunk/modules/gui/macosx/fspanel.m
39284 Mac OS X gui: Fix the fspanel screen selection, and make sure it is inactive at launch.
39286 ------------------------------------------------------------------------
39287 r19151 | pdherbemont | 2007-03-03 14:22:03 +0100 (Sat, 03 Mar 2007) | 2 lines
39289 M /trunk/modules/gui/macosx/embeddedwindow.m
39291 Mac OS X gui: Fix a double unlock issue, by making sure all timers are disabled when checking if we have to unlock. (Pointed by Felix Paul Kuhne)
39293 ------------------------------------------------------------------------
39294 r19150 | sigmunau | 2007-03-03 14:09:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39296 M /trunk/modules/codec/dvbsub.c
39298 fix possition of dvbsubs when input has p_subpic->i_x/i_y != 0
39300 ------------------------------------------------------------------------
39301 r19149 | fkuehne | 2007-03-03 13:47:34 +0100 (Sat, 03 Mar 2007) | 1 line
39303 M /trunk/extras/contrib/bootstrap
39304 M /trunk/extras/contrib/src/Makefile
39306 * fixed support for future darwin releases on Intel. SDL, goom, gnutls and libpng still need to be fixed on both platforms.
39307 ------------------------------------------------------------------------
39308 r19148 | courmisch | 2007-03-03 13:45:57 +0100 (Sat, 03 Mar 2007) | 2 lines
39310 M /trunk/src/network/getaddrinfo.c
39312 Improve getaddrinfo() replacement errors
39314 ------------------------------------------------------------------------
39315 r19147 | courmisch | 2007-03-03 13:29:23 +0100 (Sat, 03 Mar 2007) | 7 lines
39317 M /trunk/src/network/getaddrinfo.c
39319 - Fix thread safety problem in [18812]
39320 - Fix illegal error return value for getnaminfo from [18812]
39321 - Do not crash if the APIs are not available (*NULL) from [18812]
39323 Should fix most Win32 resolution crashes
39324 (if not already done in previous commits)
39326 ------------------------------------------------------------------------
39327 r19146 | courmisch | 2007-03-03 12:51:32 +0100 (Sat, 03 Mar 2007) | 2 lines
39329 M /trunk/src/network/getaddrinfo.c
39333 ------------------------------------------------------------------------
39334 r19145 | pdherbemont | 2007-03-03 12:45:29 +0100 (Sat, 03 Mar 2007) | 2 lines
39336 M /trunk/modules/gui/macosx/embeddedwindow.h
39337 M /trunk/modules/gui/macosx/embeddedwindow.m
39338 M /trunk/modules/gui/macosx/vout.m
39340 Mac OS X gui: Use a recursive lock to be able to trigger enter/leaveFullscreen in the middle of an enter/leaveFullscreen operation.
39342 ------------------------------------------------------------------------
39343 r19144 | courmisch | 2007-03-03 12:42:01 +0100 (Sat, 03 Mar 2007) | 3 lines
39345 M /trunk/src/network/getaddrinfo.c
39347 Do not chain multiple getaddrinfo implementation.
39348 This is bound to crash.
39350 ------------------------------------------------------------------------
39351 r19143 | pdherbemont | 2007-03-03 12:07:39 +0100 (Sat, 03 Mar 2007) | 2 lines
39353 M /trunk/modules/gui/macosx/embeddedwindow.h
39354 M /trunk/modules/gui/macosx/embeddedwindow.m
39355 M /trunk/modules/gui/macosx/vout.m
39357 Mac OS X gui: Protect the fullscreen animation by a lock.
39359 ------------------------------------------------------------------------
39360 r19142 | courmisch | 2007-03-03 10:30:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39362 M /trunk/src/network/getaddrinfo.c
39366 ------------------------------------------------------------------------
39367 r19141 | courmisch | 2007-03-03 10:25:50 +0100 (Sat, 03 Mar 2007) | 2 lines
39369 M /trunk/src/network/getaddrinfo.c
39371 Remove redumdant mutex
39373 ------------------------------------------------------------------------
39374 r19140 | courmisch | 2007-03-03 09:44:55 +0100 (Sat, 03 Mar 2007) | 2 lines
39376 M /trunk/src/network/udp.c
39378 Add SSM definition for Vista (closes #313)
39380 ------------------------------------------------------------------------
39381 r19139 | courmisch | 2007-03-03 09:37:06 +0100 (Sat, 03 Mar 2007) | 2 lines
39383 M /trunk/src/misc/mtime.c
39387 ------------------------------------------------------------------------
39388 r19138 | courmisch | 2007-03-03 09:16:17 +0100 (Sat, 03 Mar 2007) | 2 lines
39390 M /trunk/include/vlc_network.h
39391 M /trunk/src/network/getaddrinfo.c
39395 ------------------------------------------------------------------------
39396 r19137 | courmisch | 2007-03-03 09:13:30 +0100 (Sat, 03 Mar 2007) | 2 lines
39398 M /trunk/src/network/getaddrinfo.c
39400 Missing error message
39402 ------------------------------------------------------------------------
39403 r19136 | pdherbemont | 2007-03-03 03:57:34 +0100 (Sat, 03 Mar 2007) | 2 lines
39405 M /trunk/modules/gui/macosx/misc.m
39406 M /trunk/modules/gui/macosx/vout.m
39408 Mac OS X gui: Rework VLCVoutWindow behaviour when macosx-black is set. (Pointed by hartman)
39410 ------------------------------------------------------------------------
39411 r19135 | pdherbemont | 2007-03-03 03:18:04 +0100 (Sat, 03 Mar 2007) | 2 lines
39413 M /trunk/modules/gui/macosx/vout.m
39415 Don't forget to release the screen when closing the VLCVoutWindow on Mac OS X. (Pointed by thedj)
39417 ------------------------------------------------------------------------
39418 r19134 | pdherbemont | 2007-03-03 02:37:28 +0100 (Sat, 03 Mar 2007) | 2 lines
39420 M /trunk/modules/gui/macosx/vout.h
39421 M /trunk/modules/gui/macosx/vout.m
39423 Mac OS X gui: Make sure the embedded window don't get shown before it is resized, if it was hidden.
39425 ------------------------------------------------------------------------
39426 r19133 | pdherbemont | 2007-03-03 02:12:51 +0100 (Sat, 03 Mar 2007) | 2 lines
39428 M /trunk/modules/gui/macosx/fspanel.m
39430 Make sure the cursor gets hidden in fullscreen on Mac OS X. (Pointed by thedj)
39432 ------------------------------------------------------------------------
39433 r19132 | pdherbemont | 2007-03-03 02:05:53 +0100 (Sat, 03 Mar 2007) | 2 lines
39435 M /trunk/modules/gui/macosx/misc.h
39436 M /trunk/modules/gui/macosx/misc.m
39438 Compare two NSScreen using their display id, rather than their pointer values. (pointed by thedj)
39440 ------------------------------------------------------------------------
39441 r19131 | pdherbemont | 2007-03-03 01:46:25 +0100 (Sat, 03 Mar 2007) | 2 lines
39443 M /trunk/modules/gui/macosx/vout.m
39445 Fix main screen detection for the detached window on Mac OS X.
39447 ------------------------------------------------------------------------
39448 r19130 | pdherbemont | 2007-03-03 01:29:56 +0100 (Sat, 03 Mar 2007) | 2 lines
39450 M /trunk/modules/gui/macosx/embeddedwindow.m
39451 M /trunk/modules/gui/macosx/misc.h
39452 M /trunk/modules/gui/macosx/misc.m
39454 Fix main screen detection on Mac OS X.
39456 ------------------------------------------------------------------------
39457 r19129 | pdherbemont | 2007-03-03 01:28:45 +0100 (Sat, 03 Mar 2007) | 2 lines
39459 M /trunk/modules/gui/macosx/vout.h
39461 Remove unneeded friend class.
39463 ------------------------------------------------------------------------
39464 r19128 | pdherbemont | 2007-03-03 01:25:05 +0100 (Sat, 03 Mar 2007) | 2 lines
39466 M /trunk/modules/gui/macosx/embeddedwindow.h
39467 M /trunk/modules/gui/macosx/embeddedwindow.m
39468 M /trunk/modules/gui/macosx/vout.m
39470 Close the embedded window only when playlist stop. Have the window to animate smoothly when size changes. Make the fullscreen mode behaves well when input changes and ends.
39472 ------------------------------------------------------------------------
39473 r19127 | xtophe | 2007-03-03 01:16:52 +0100 (Sat, 03 Mar 2007) | 2 lines
39475 M /trunk/Makefile.am
39477 Distribute the .hosts and .access for win32
39479 ------------------------------------------------------------------------
39480 r19126 | dionoea | 2007-03-02 22:00:22 +0100 (Fri, 02 Mar 2007) | 2 lines
39482 M /trunk/src/text/strings.c
39484 Don't authorize "." or ".." for filenames.
39486 ------------------------------------------------------------------------
39487 r19125 | fenrir | 2007-03-02 20:54:17 +0100 (Fri, 02 Mar 2007) | 2 lines
39489 M /trunk/modules/codec/faad.c
39493 ------------------------------------------------------------------------
39494 r19124 | fenrir | 2007-03-02 20:51:20 +0100 (Fri, 02 Mar 2007) | 10 lines
39496 M /trunk/modules/packetizer/copy.c
39497 M /trunk/modules/packetizer/h264.c
39498 M /trunk/modules/packetizer/mpeg4audio.c
39499 M /trunk/modules/packetizer/mpeg4video.c
39500 M /trunk/modules/packetizer/vc1.c
39502 Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.
39504 As a side effect, this workaround the AAC decoding problem after pause/seek
39505 when going through our packetizer (eg: pause/seek with vlc VOD).
39507 But the bug is still there : faad will stop decoding audio forever after
39508 receiving a buffer full of 0 (at least with faad2-2.5 from
39509 audiocoding.com, faad2 from mplayer svn does not show this problem)
39512 ------------------------------------------------------------------------
39513 r19123 | fenrir | 2007-03-02 20:42:22 +0100 (Fri, 02 Mar 2007) | 4 lines
39515 M /trunk/src/input/input.c
39516 M /trunk/src/input/input_internal.h
39518 On pause and rate change from normal rate, call input_EsOutDiscontinuity
39519 as soon as possible to allow decoders to flush (well that part need to
39522 ------------------------------------------------------------------------
39523 r19122 | fenrir | 2007-03-02 20:19:35 +0100 (Fri, 02 Mar 2007) | 7 lines
39525 M /trunk/src/input/vlm.c
39526 M /trunk/src/input/vlm_internal.h
39528 Implemented sout-keep per media support.
39529 You have to use sout-keep option on your broadcast media using
39530 > setup your_media option sout-keep
39531 The default value is no-sout-keep and command line option --sout-keep
39532 will not activate it (on purpose).
39535 ------------------------------------------------------------------------
39536 r19121 | fenrir | 2007-03-02 20:08:06 +0100 (Fri, 02 Mar 2007) | 2 lines
39538 M /trunk/modules/stream_out/gather.c
39540 Really fixed 'gather' segfault.
39542 ------------------------------------------------------------------------
39543 r19120 | fenrir | 2007-03-02 20:03:52 +0100 (Fri, 02 Mar 2007) | 5 lines
39545 M /trunk/src/control/vlm.c
39547 Do not use private VLM function (fixed in an ugly way). It should fix build
39548 of libvlc-control (what's that ?).
39549 It will need to be rewritten when VLM API is fixed.
39552 ------------------------------------------------------------------------
39553 r19119 | xtophe | 2007-03-02 19:51:48 +0100 (Fri, 02 Mar 2007) | 2 lines
39555 M /trunk/src/network/getaddrinfo.c
39557 Compile fix + define undefined error value
39559 ------------------------------------------------------------------------
39560 r19118 | pdherbemont | 2007-03-02 19:21:44 +0100 (Fri, 02 Mar 2007) | 2 lines
39562 M /trunk/modules/gui/macosx/embeddedwindow.m
39563 M /trunk/modules/gui/macosx/misc.h
39564 M /trunk/modules/gui/macosx/misc.m
39565 M /trunk/modules/gui/macosx/vout.m
39567 Support other displays fade out. Change video-device to point to the unique screen ID.
39569 ------------------------------------------------------------------------
39570 r19117 | damienf | 2007-03-02 18:44:24 +0100 (Fri, 02 Mar 2007) | 2 lines
39572 M /trunk/src/control/log.c
39574 - log.c: fix for negative message count
39576 ------------------------------------------------------------------------
39577 r19116 | pdherbemont | 2007-03-02 18:33:31 +0100 (Fri, 02 Mar 2007) | 2 lines
39579 M /trunk/modules/gui/macosx/intf.m
39581 Remove unuseful setFullscreen: as it has been deleted in r19115.
39583 ------------------------------------------------------------------------
39584 r19115 | pdherbemont | 2007-03-02 18:28:00 +0100 (Fri, 02 Mar 2007) | 2 lines
39586 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
39587 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
39588 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
39589 M /trunk/modules/gui/macosx/controls.m
39590 M /trunk/modules/gui/macosx/embeddedwindow.h
39591 M /trunk/modules/gui/macosx/embeddedwindow.m
39592 M /trunk/modules/gui/macosx/extended.m
39593 M /trunk/modules/gui/macosx/interaction.m
39594 M /trunk/modules/gui/macosx/intf.m
39595 M /trunk/modules/gui/macosx/misc.h
39596 M /trunk/modules/gui/macosx/misc.m
39597 M /trunk/modules/gui/macosx/vout.h
39598 M /trunk/modules/gui/macosx/vout.m
39599 M /trunk/modules/gui/macosx/voutgl.m
39600 M /trunk/modules/gui/macosx/voutqt.m
39602 Zoom fullscreen effect on Mac OS X 10.4.
39604 ------------------------------------------------------------------------
39605 r19114 | fkuehne | 2007-03-02 18:24:49 +0100 (Fri, 02 Mar 2007) | 1 line
39607 M /trunk/extras/contrib/bootstrap
39609 * added ugly, but working support for future, powerpc-based darwin releases. this doesn't support intel-Macs yet
39610 ------------------------------------------------------------------------
39611 r19113 | courmisch | 2007-03-02 18:14:38 +0100 (Fri, 02 Mar 2007) | 3 lines
39613 M /trunk/src/network/getaddrinfo.c
39615 - Return errors in case of overflow
39616 - Do not use non-thread-safe stuff
39618 ------------------------------------------------------------------------
39619 r19112 | courmisch | 2007-03-02 18:05:24 +0100 (Fri, 02 Mar 2007) | 3 lines
39621 M /trunk/src/network/getaddrinfo.c
39624 VLC never resolves network service names, it only uses port numbers.
39626 ------------------------------------------------------------------------
39627 r19111 | courmisch | 2007-03-02 17:17:30 +0100 (Fri, 02 Mar 2007) | 3 lines
39629 M /trunk/src/misc/mtime.c
39631 Fix handling of EINTR in sleeping functions.
39632 This will not change your life.
39634 ------------------------------------------------------------------------
39635 r19110 | xtophe | 2007-03-02 15:52:51 +0100 (Fri, 02 Mar 2007) | 2 lines
39637 M /trunk/src/playlist/loadsave.c
39639 Do not pass too much argument to sprintf
39641 ------------------------------------------------------------------------
39642 r19109 | damienf | 2007-03-02 14:55:22 +0100 (Fri, 02 Mar 2007) | 2 lines
39644 M /trunk/src/control/input.c
39646 - libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps()
39648 ------------------------------------------------------------------------
39649 r19108 | fkuehne | 2007-03-02 14:17:58 +0100 (Fri, 02 Mar 2007) | 1 line
39651 M /trunk/extras/contrib/src/Makefile
39653 * don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;)
39654 ------------------------------------------------------------------------
39655 r19107 | fenrir | 2007-03-02 01:11:14 +0100 (Fri, 02 Mar 2007) | 2 lines
39657 M /trunk/modules/control/telnet.c
39659 Fixed a small memory leak (password)
39661 ------------------------------------------------------------------------
39662 r19106 | fenrir | 2007-03-02 01:09:14 +0100 (Fri, 02 Mar 2007) | 2 lines
39664 M /trunk/include/vlc_input.h
39666 Fixed memory leak with input_ItemClean.
39668 ------------------------------------------------------------------------
39669 r19105 | jb | 2007-03-02 01:02:59 +0100 (Fri, 02 Mar 2007) | 3 lines
39671 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39672 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
39674 Put the Simple Prefs Icons one above the other.
39677 ------------------------------------------------------------------------
39678 r19104 | jb | 2007-03-02 00:18:54 +0100 (Fri, 02 Mar 2007) | 3 lines
39680 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39681 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
39683 Qt4 - SPrefs : Subtitles... Almost the end ?
39686 ------------------------------------------------------------------------
39687 r19103 | jb | 2007-03-02 00:11:16 +0100 (Fri, 02 Mar 2007) | 3 lines
39689 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39691 Qt4 - SPrefs : Interface Panel.
39694 ------------------------------------------------------------------------
39695 r19102 | fenrir | 2007-03-02 00:10:30 +0100 (Fri, 02 Mar 2007) | 2 lines
39697 M /trunk/src/network/httpd.c
39699 Fixed statistic counter leaks per host.
39701 ------------------------------------------------------------------------
39702 r19101 | fenrir | 2007-03-02 00:05:17 +0100 (Fri, 02 Mar 2007) | 2 lines
39704 M /trunk/modules/misc/rtsp.c
39706 Fixed a small memleak per ES.
39708 ------------------------------------------------------------------------
39709 r19100 | fenrir | 2007-03-02 00:03:26 +0100 (Fri, 02 Mar 2007) | 2 lines
39711 M /trunk/modules/stream_out/description.c
39713 Fixed a small memleak.
39715 ------------------------------------------------------------------------
39716 r19099 | fenrir | 2007-03-02 00:01:59 +0100 (Fri, 02 Mar 2007) | 2 lines
39718 M /trunk/include/vlc_es.h
39720 Fixed es_format_Clean (when called multiple times with the same es_format).
39722 ------------------------------------------------------------------------
39723 r19098 | fenrir | 2007-03-02 00:00:02 +0100 (Fri, 02 Mar 2007) | 2 lines
39725 M /trunk/modules/codec/flac.c
39727 Fixed a memleak per packetizer module_Need.
39729 ------------------------------------------------------------------------
39730 r19097 | dionoea | 2007-03-01 23:54:12 +0100 (Thu, 01 Mar 2007) | 2 lines
39732 M /trunk/src/text/strings.c
39736 ------------------------------------------------------------------------
39737 r19096 | dionoea | 2007-03-01 23:44:16 +0100 (Thu, 01 Mar 2007) | 2 lines
39739 M /trunk/src/text/strings.c
39741 * Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares)
39743 ------------------------------------------------------------------------
39744 r19095 | jb | 2007-03-01 23:43:30 +0100 (Thu, 01 Mar 2007) | 4 lines
39746 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39747 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
39749 Qt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (network-caching and disk-device )
39753 ------------------------------------------------------------------------
39754 r19094 | fenrir | 2007-03-01 23:12:06 +0100 (Thu, 01 Mar 2007) | 2 lines
39756 M /trunk/modules/stream_out/rtp.c
39758 Fixed a small memleak.
39760 ------------------------------------------------------------------------
39761 r19093 | jb | 2007-03-01 22:51:39 +0100 (Thu, 01 Mar 2007) | 3 lines
39763 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
39764 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
39765 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39767 Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume.
39770 ------------------------------------------------------------------------
39771 r19092 | xtophe | 2007-03-01 22:50:53 +0100 (Thu, 01 Mar 2007) | 2 lines
39773 M /trunk/src/misc/mtime.c
39777 ------------------------------------------------------------------------
39778 r19091 | pdherbemont | 2007-03-01 22:38:58 +0100 (Thu, 01 Mar 2007) | 2 lines
39782 Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1.
39784 ------------------------------------------------------------------------
39785 r19090 | dionoea | 2007-03-01 22:27:47 +0100 (Thu, 01 Mar 2007) | 2 lines
39787 M /trunk/src/text/strings.c
39789 Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing this bug.
39791 ------------------------------------------------------------------------
39792 r19089 | jb | 2007-03-01 21:43:28 +0100 (Thu, 01 Mar 2007) | 3 lines
39794 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
39796 Qt4 : Spref - Audio: Use a doubleBox not a slider for normalizer
39799 ------------------------------------------------------------------------
39800 r19088 | fenrir | 2007-03-01 21:37:54 +0100 (Thu, 01 Mar 2007) | 2 lines
39802 M /trunk/modules/gui/qt4/dialogs_provider.cpp
39804 Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)
39806 ------------------------------------------------------------------------
39807 r19087 | fenrir | 2007-03-01 21:36:11 +0100 (Thu, 01 Mar 2007) | 2 lines
39809 M /trunk/include/vlc_vlm.h
39810 M /trunk/src/control/vlm.c
39811 M /trunk/src/input/vlm.c
39812 A /trunk/src/input/vlm_internal.h (from /trunk/include/vlc_vlm.h:19048)
39813 M /trunk/src/misc/objects.c
39815 Start cleaning up VLM + fixed vlm_New() race condition.
39817 ------------------------------------------------------------------------
39818 r19086 | fenrir | 2007-03-01 21:34:12 +0100 (Thu, 01 Mar 2007) | 3 lines
39820 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp
39821 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
39822 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_stream.cpp
39823 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_streampanel.cpp
39824 M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_wrapper.cpp
39825 M /trunk/modules/gui/wxwidgets/dialogs.cpp
39826 M /trunk/modules/gui/wxwidgets/interface.cpp
39828 Deactivated VLM control by wx while I clean it. (It uses private fields
39829 of VLM that should not have been public)
39831 ------------------------------------------------------------------------
39832 r19085 | courmisch | 2007-03-01 21:16:49 +0100 (Thu, 01 Mar 2007) | 4 lines
39834 M /trunk/src/misc/mtime.c
39836 Cache system clock in userland to save a few avoidable sleeps.
39837 Also restore (albeit not hard-coded this time) the old Linux custom
39838 of not waiting for a delay shorter than the scheduler precision
39840 ------------------------------------------------------------------------
39841 r19084 | courmisch | 2007-03-01 21:09:41 +0100 (Thu, 01 Mar 2007) | 3 lines
39845 Fix race condition and simplify SigHandler
39846 Missing piece pointed out by Pierre d'H.
39848 ------------------------------------------------------------------------
39849 r19083 | courmisch | 2007-03-01 18:52:11 +0100 (Thu, 01 Mar 2007) | 4 lines
39851 M /trunk/include/vlc_threads.h
39854 Fix abortion if killing signals are re-used.
39855 Of course, VLC has no bugs, so you never need to abort it that way,
39856 so that this fixes nothing.
39858 ------------------------------------------------------------------------
39859 r19082 | damienf | 2007-03-01 17:52:12 +0100 (Thu, 01 Mar 2007) | 2 lines
39861 M /trunk/modules/demux/mp4/libmp4.c
39862 M /trunk/modules/demux/mp4/libmp4.h
39863 M /trunk/modules/demux/mp4/mp4.c
39865 - mp4 demux: support for iTunes/Quicktime META info
39867 ------------------------------------------------------------------------
39868 r19081 | courmisch | 2007-03-01 17:38:45 +0100 (Thu, 01 Mar 2007) | 2 lines
39870 M /trunk/src/network/getaddrinfo.c
39872 Removing a warning never solved a problem (revert [11778])
39874 ------------------------------------------------------------------------
39875 r19080 | courmisch | 2007-03-01 17:36:54 +0100 (Thu, 01 Mar 2007) | 2 lines
39877 M /trunk/src/network/getaddrinfo.c
39879 Fix incorrect string fix (revert [15025])
39881 ------------------------------------------------------------------------
39882 r19079 | pdherbemont | 2007-03-01 02:00:07 +0100 (Thu, 01 Mar 2007) | 2 lines
39884 M /trunk/modules/gui/macosx/vout.m
39886 Fix file name representation of the video output window on Mac OS X. (Reviewed by hartman)
39888 ------------------------------------------------------------------------
39889 r19078 | sigmunau | 2007-03-01 01:06:21 +0100 (Thu, 01 Mar 2007) | 4 lines
39891 M /trunk/include/vlc_input.h
39892 M /trunk/src/input/clock.c
39894 none-sematic changes:
39895 clock.c: replace a magic number with the appropriate constant
39896 vlc_include.h: fix a comment to match reality
39898 ------------------------------------------------------------------------
39899 r19077 | jb | 2007-03-01 01:01:14 +0100 (Thu, 01 Mar 2007) | 3 lines
39901 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39903 Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry.
39906 ------------------------------------------------------------------------
39907 r19076 | sigmunau | 2007-03-01 00:52:48 +0100 (Thu, 01 Mar 2007) | 3 lines
39909 M /trunk/src/misc/mtime.c
39911 disable clock_nanosleep for mwait for now. Fixes dvd and vob playback
39914 ------------------------------------------------------------------------
39915 r19075 | jb | 2007-03-01 00:38:48 +0100 (Thu, 01 Mar 2007) | 6 lines
39917 M /trunk/modules/gui/qt4/components/preferences_widgets.cpp
39918 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
39919 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
39921 Qt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer than a QSpinBox.
39922 Could you look please on that commit cause I don't understand if it is the good way to do it (I guess not) and why do I had to add this 'bool' to the methods.
39927 ------------------------------------------------------------------------
39928 r19074 | fenrir | 2007-02-28 23:45:02 +0100 (Wed, 28 Feb 2007) | 3 lines
39930 M /trunk/src/input/input.c
39931 M /trunk/src/input/input_internal.h
39932 M /trunk/src/input/vlm.c
39933 M /trunk/src/playlist/engine.c
39934 M /trunk/src/stream_output/stream_output.c
39936 Reworked/improved the way sout-keep works. (VLM sout-keep does not
39939 ------------------------------------------------------------------------
39940 r19073 | yoann | 2007-02-28 21:41:01 +0100 (Wed, 28 Feb 2007) | 2 lines
39942 M /trunk/src/playlist/loadsave.c
39944 * src/playlist/loadsave.c: create directory before saving Media Library
39946 ------------------------------------------------------------------------
39947 r19072 | hartman | 2007-02-28 21:05:59 +0100 (Wed, 28 Feb 2007) | 3 lines
39949 M /trunk/modules/demux/vobsub.c
39951 * make vobsubs downloadable from http/ftp etc. closes #567
39952 - NOTE: this will not work on user/password protected locations.
39954 ------------------------------------------------------------------------
39955 r19071 | jpsaman | 2007-02-28 20:38:02 +0100 (Wed, 28 Feb 2007) | 1 line
39957 M /trunk/modules/stream_out/transcode.c
39959 Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a
39960 ------------------------------------------------------------------------
39961 r19070 | massiot | 2007-02-28 18:16:42 +0100 (Wed, 28 Feb 2007) | 3 lines
39963 M /trunk/src/text/iso-639_def.h
39965 * src/text/iso-639_def.h: Add original audio pseudo-language (reported
39966 by Francesc Pinyol Margalef).
39968 ------------------------------------------------------------------------
39969 r19069 | xtophe | 2007-02-28 17:56:57 +0100 (Wed, 28 Feb 2007) | 2 lines
39971 M /trunk/src/network/io.c
39975 ------------------------------------------------------------------------
39976 r19068 | courmisch | 2007-02-28 17:35:19 +0100 (Wed, 28 Feb 2007) | 2 lines
39978 M /trunk/src/network/io.c
39982 ------------------------------------------------------------------------
39983 r19067 | courmisch | 2007-02-28 17:23:21 +0100 (Wed, 28 Feb 2007) | 3 lines
39985 M /trunk/src/network/io.c
39987 Fix POL.*HUP handling: POLLHUP is for writing,
39988 POLLRDHUP is for reading (and also non-standard)
39990 ------------------------------------------------------------------------
39991 r19066 | hartman | 2007-02-28 13:36:15 +0100 (Wed, 28 Feb 2007) | 2 lines
39993 M /trunk/modules/codec/rawvideo.c
39995 * rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021
39997 ------------------------------------------------------------------------
39998 r19065 | damienf | 2007-02-28 13:07:45 +0100 (Wed, 28 Feb 2007) | 2 lines
40000 M /trunk/modules/services_discovery/sap.c
40002 sap.c: win32 fix for IPv6 local-link zone identifier
40004 ------------------------------------------------------------------------
40005 r19064 | hartman | 2007-02-28 13:07:05 +0100 (Wed, 28 Feb 2007) | 2 lines
40007 M /trunk/modules/demux/mkv.cpp
40009 * matroska bug. don't use block, in case when it can be ( block || simpleblock)
40011 ------------------------------------------------------------------------
40012 r19063 | xtophe | 2007-02-28 00:43:04 +0100 (Wed, 28 Feb 2007) | 2 lines
40014 M /trunk/modules/gui/qt4/Modules.am
40016 this was renamed in [19013]
40018 ------------------------------------------------------------------------
40019 r19062 | xtophe | 2007-02-28 00:42:59 +0100 (Wed, 28 Feb 2007) | 3 lines
40021 M /trunk/po/POTFILES.in
40022 M /trunk/po/pt_PT.po
40025 *.po: Update slovenian and portuguese l10n
40026 POTFILES.in: some new files, some ones renamed
40028 ------------------------------------------------------------------------
40029 r19061 | jb | 2007-02-27 23:30:36 +0100 (Tue, 27 Feb 2007) | 2 lines
40031 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40032 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
40033 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
40035 * Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ?
40037 ------------------------------------------------------------------------
40038 r19060 | fenrir | 2007-02-27 22:45:41 +0100 (Tue, 27 Feb 2007) | 2 lines
40040 M /trunk/modules/demux/mp4/libmp4.c
40042 Fixed wrong type used in mp4 parsing.
40044 ------------------------------------------------------------------------
40045 r19059 | courmisch | 2007-02-27 22:27:06 +0100 (Tue, 27 Feb 2007) | 3 lines
40047 M /trunk/src/network/io.c
40049 *Ahem* compile testing is good, but it only works
40050 if I actually look at the result
40052 ------------------------------------------------------------------------
40053 r19058 | courmisch | 2007-02-27 22:25:11 +0100 (Tue, 27 Feb 2007) | 2 lines
40055 M /trunk/src/network/io.c
40059 ------------------------------------------------------------------------
40060 r19057 | courmisch | 2007-02-27 22:15:49 +0100 (Tue, 27 Feb 2007) | 3 lines
40062 M /trunk/modules/access_output/udp.c
40064 - Support for customizing the checksum coverage
40065 - Make UDP-Lite an option rather than a distinct shortcut
40067 ------------------------------------------------------------------------
40068 r19056 | hartman | 2007-02-27 21:57:56 +0100 (Tue, 27 Feb 2007) | 3 lines
40070 M /trunk/src/input/subtitles.c
40072 * Fix subtitle detection. utf8_stat returns 0 if file is present.
40073 P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.
40075 ------------------------------------------------------------------------
40076 r19054 | courmisch | 2007-02-27 21:43:05 +0100 (Tue, 27 Feb 2007) | 2 lines
40078 M /trunk/modules/access_output/udp.c
40080 Do not assume RTP frequency is that of TS for RTCP
40082 ------------------------------------------------------------------------
40083 r19053 | fenrir | 2007-02-27 21:37:07 +0100 (Tue, 27 Feb 2007) | 2 lines
40085 M /trunk/src/input/clock.c
40086 M /trunk/src/input/decoder.c
40090 ------------------------------------------------------------------------
40091 r19052 | fenrir | 2007-02-27 21:25:52 +0100 (Tue, 27 Feb 2007) | 2 lines
40093 M /trunk/modules/stream_out/rtp.c
40095 Do not force a default TTL value (the value 1 will be used in SDP only).
40097 ------------------------------------------------------------------------
40098 r19049 | courmisch | 2007-02-27 21:17:31 +0100 (Tue, 27 Feb 2007) | 4 lines
40100 M /trunk/modules/stream_out/rtp.c
40102 IP6 "MUST NOT" have a TTL.
40103 This will be parsed as an address counter on the receiver,
40104 with disastrous consequences
40106 ------------------------------------------------------------------------
40107 r19048 | fenrir | 2007-02-27 21:07:54 +0100 (Tue, 27 Feb 2007) | 2 lines
40109 M /trunk/modules/stream_out/rtp.c
40111 Removed debug left over.
40113 ------------------------------------------------------------------------
40114 r19047 | fenrir | 2007-02-27 21:04:01 +0100 (Tue, 27 Feb 2007) | 4 lines
40116 M /trunk/include/vlc_strings.h
40117 M /trunk/src/text/strings.c
40119 Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
40123 ------------------------------------------------------------------------
40124 r19046 | fenrir | 2007-02-27 21:02:15 +0100 (Tue, 27 Feb 2007) | 4 lines
40126 M /trunk/modules/stream_out/rtp.c
40128 Fixed H264 rtp packetization.
40129 Force a TTL value of 1 if not defined instead of refusing to start.
40130 (Any suggestion about a better failsafe value ?)
40132 ------------------------------------------------------------------------
40133 r19045 | fenrir | 2007-02-27 20:39:41 +0100 (Tue, 27 Feb 2007) | 3 lines
40135 M /trunk/modules/packetizer/h264.c
40137 Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture".
40138 Fixed prepend of SPS/PPS per I frame.
40140 ------------------------------------------------------------------------
40141 r19044 | damienf | 2007-02-27 18:13:16 +0100 (Tue, 27 Feb 2007) | 2 lines
40143 M /trunk/src/libvlc-common.c
40145 libvlc-common.c: revert r19040
40147 ------------------------------------------------------------------------
40148 r19043 | courmisch | 2007-02-27 18:00:42 +0100 (Tue, 27 Feb 2007) | 2 lines
40154 ------------------------------------------------------------------------
40155 r19042 | courmisch | 2007-02-27 17:54:38 +0100 (Tue, 27 Feb 2007) | 2 lines
40157 M /trunk/modules/services_discovery/sap.c
40159 Listen to link-local SAP announces too
40161 ------------------------------------------------------------------------
40162 r19041 | hartman | 2007-02-27 17:14:21 +0100 (Tue, 27 Feb 2007) | 5 lines
40164 M /trunk/include/vlc_network.h
40165 M /trunk/include/vlc_symbols.h
40167 * Don't VLC_EXPORT net_Close now that it's a #define
40168 * update vlc_symbols.h
40170 courmisch, can you please check ?
40172 ------------------------------------------------------------------------
40173 r19040 | damienf | 2007-02-27 13:16:55 +0100 (Tue, 27 Feb 2007) | 2 lines
40175 M /trunk/src/libvlc-common.c
40177 - libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)
40179 ------------------------------------------------------------------------
40180 r19039 | damienf | 2007-02-27 13:15:52 +0100 (Tue, 27 Feb 2007) | 2 lines
40182 M /trunk/src/control/core.c
40184 - libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist
40186 ------------------------------------------------------------------------
40187 r19038 | hartman | 2007-02-27 02:30:26 +0100 (Tue, 27 Feb 2007) | 2 lines
40189 M /trunk/include/vlc_network.h
40191 * Fix implementation of net_Close. it returns void, not int (like close).
40193 ------------------------------------------------------------------------
40194 r19037 | xtophe | 2007-02-27 00:14:19 +0100 (Tue, 27 Feb 2007) | 2 lines
40196 M /trunk/configure.ac
40198 Link fix. Proper one this time hopefully
40200 ------------------------------------------------------------------------
40201 r19036 | xtophe | 2007-02-26 23:38:04 +0100 (Mon, 26 Feb 2007) | 2 lines
40203 M /trunk/configure.ac
40207 ------------------------------------------------------------------------
40208 r19035 | xtophe | 2007-02-26 23:14:49 +0100 (Mon, 26 Feb 2007) | 2 lines
40210 M /trunk/modules/codec/ffmpeg/mux.c
40212 Compile fix for old ffmpeg
40214 ------------------------------------------------------------------------
40215 r19034 | fenrir | 2007-02-26 20:30:49 +0100 (Mon, 26 Feb 2007) | 3 lines
40217 M /trunk/modules/misc/rtsp.c
40219 Fixed a deadlock between VLM and httpd. (Issue all VLM command
40220 from the httpd callback in its own thread)
40222 ------------------------------------------------------------------------
40223 r19033 | fenrir | 2007-02-26 20:27:35 +0100 (Mon, 26 Feb 2007) | 6 lines
40225 M /trunk/src/input/input.c
40226 M /trunk/src/input/vlm.c
40227 M /trunk/src/stream_output/stream_output.c
40229 Force VLM stream to not use sout-keep.
40230 Fixed race condition with sout-keep.
40231 Fixed broken sout-keep behaviour (currently active sout can be used
40232 twice or destroyed..., it might fixed segfaults reported by xxcv))
40235 ------------------------------------------------------------------------
40236 r19032 | fenrir | 2007-02-26 20:21:03 +0100 (Mon, 26 Feb 2007) | 3 lines
40238 M /trunk/src/video_output/video_output.c
40240 Improved vout_Request when using a vout attached to playlist.
40241 (Avoid a possible race condition)
40243 ------------------------------------------------------------------------
40244 r19031 | fenrir | 2007-02-26 20:19:18 +0100 (Mon, 26 Feb 2007) | 3 lines
40246 M /trunk/include/vlc_arrays.h
40247 M /trunk/include/vlc_vod.h
40249 Added missing const qualifier to vod_MediaControl.
40250 Improved TAB_* protection and added TAB_INIT/CLEAN.
40252 ------------------------------------------------------------------------
40253 r19030 | damienf | 2007-02-26 20:15:32 +0100 (Mon, 26 Feb 2007) | 2 lines
40255 M /trunk/activex/utils.h
40256 M /trunk/activex/vlccontrol2.cpp
40258 -activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages
40260 ------------------------------------------------------------------------
40261 r19029 | courmisch | 2007-02-26 17:54:38 +0100 (Mon, 26 Feb 2007) | 2 lines
40263 M /trunk/include/vlc_network.h
40267 ------------------------------------------------------------------------
40268 r19028 | courmisch | 2007-02-26 17:54:05 +0100 (Mon, 26 Feb 2007) | 2 lines
40270 M /trunk/include/vlc_network.h
40271 M /trunk/modules/access/ftp.c
40272 M /trunk/modules/access/udp.c
40273 M /trunk/modules/access_output/udp.c
40274 M /trunk/modules/misc/notify/growl.c
40275 M /trunk/modules/services_discovery/sap.c
40276 M /trunk/src/stream_output/sap.c
40278 Simplify shutdown() portability
40280 ------------------------------------------------------------------------
40281 r19027 | courmisch | 2007-02-26 17:42:53 +0100 (Mon, 26 Feb 2007) | 2 lines
40283 M /trunk/include/vlc_network.h
40284 M /trunk/src/network/io.c
40286 net_Close() is a one-liner, so inline it
40288 ------------------------------------------------------------------------
40289 r19026 | courmisch | 2007-02-26 17:38:58 +0100 (Mon, 26 Feb 2007) | 2 lines
40291 M /trunk/src/network/io.c
40293 Do what the previous commit pretended to do
40295 ------------------------------------------------------------------------
40296 r19025 | courmisch | 2007-02-26 17:38:21 +0100 (Mon, 26 Feb 2007) | 3 lines
40298 M /trunk/include/vlc_network.h
40299 M /trunk/modules/stream_out/switcher.c
40300 M /trunk/src/stream_output/sap.c
40302 Remove net_ReadNonBlock(),
40303 it was merely a slower (and buggier) recv() nowadays.
40305 ------------------------------------------------------------------------
40306 r19024 | courmisch | 2007-02-26 16:44:23 +0100 (Mon, 26 Feb 2007) | 3 lines
40308 M /trunk/src/network/io.c
40310 - Fix handling of POLLHUP and POLLNVAL events
40311 - Minor optimization for POLLHUP case
40313 ------------------------------------------------------------------------
40314 r19023 | jb | 2007-02-26 07:46:16 +0100 (Mon, 26 Feb 2007) | 3 lines
40316 M /trunk/configure.ac
40318 Configure: should repair --with-libtwolame-tree detection.
40321 ------------------------------------------------------------------------
40322 r19022 | jb | 2007-02-26 00:08:25 +0100 (Mon, 26 Feb 2007) | 3 lines
40324 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40325 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40326 M /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
40327 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40328 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
40330 Qt4 : SimplePrefs: various fixes, remove some widgets, uniformity, cleaning and hiding for Win32/others for some options.
40333 ------------------------------------------------------------------------
40334 r19021 | dionoea | 2007-02-25 23:45:56 +0100 (Sun, 25 Feb 2007) | 2 lines
40336 M /trunk/src/misc/modules.c
40340 ------------------------------------------------------------------------
40341 r19020 | dionoea | 2007-02-25 23:44:48 +0100 (Sun, 25 Feb 2007) | 3 lines
40343 M /trunk/src/misc/modules.c
40344 M /trunk/src/misc/modules.h
40346 Cleaner fix to the "object is not attached" issue with modules loaded from cache
40347 which weren't used by VLC. This now adds a new b_used flag to module_cache_t which is set to VLC_TRUE once we know that the cached version of the plugin is usable (and thus gets attached to something). If it's not usable, it wont be attached so we tell ModuleDelete() not to try dettaching it.
40349 ------------------------------------------------------------------------
40350 r19019 | xtophe | 2007-02-25 23:42:49 +0100 (Sun, 25 Feb 2007) | 2 lines
40352 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
40356 ------------------------------------------------------------------------
40357 r19018 | jb | 2007-02-25 22:59:56 +0100 (Sun, 25 Feb 2007) | 3 lines
40359 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40360 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40361 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.hpp
40362 M /trunk/modules/gui/qt4/ui/sprefs_subtitles.ui
40364 Qt4- SImple Prefs: Subtitles and TextTitles.
40367 ------------------------------------------------------------------------
40368 r19017 | dionoea | 2007-02-25 20:39:59 +0100 (Sun, 25 Feb 2007) | 2 lines
40370 M /trunk/modules/control/telnet.c
40372 Patch by ILEoo to make the telnet interface work with "telnet" again (on linux). Looks ok according to the recv(2) manpage. Please fix if this is flawed.
40374 ------------------------------------------------------------------------
40375 r19016 | asmax | 2007-02-25 20:29:21 +0100 (Sun, 25 Feb 2007) | 3 lines
40377 M /trunk/configure.ac
40378 M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
40379 M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
40380 M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
40381 M /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
40382 M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
40383 M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
40384 M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
40385 M /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
40386 M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
40387 M /trunk/modules/gui/skins2/macosx/macosx_window.hpp
40388 M /trunk/modules/gui/skins2/src/generic_layout.cpp
40389 M /trunk/modules/gui/skins2/src/generic_layout.hpp
40390 M /trunk/modules/gui/skins2/src/os_factory.hpp
40391 M /trunk/modules/gui/skins2/src/window_manager.cpp
40392 M /trunk/modules/gui/skins2/src/window_manager.hpp
40393 M /trunk/modules/gui/skins2/utils/position.cpp
40394 M /trunk/modules/gui/skins2/utils/position.hpp
40395 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
40396 M /trunk/modules/gui/skins2/win32/win32_factory.hpp
40397 M /trunk/modules/gui/skins2/x11/x11_factory.cpp
40398 M /trunk/modules/gui/skins2/x11/x11_factory.hpp
40400 * fixed build of skins2 interface on MacOS X (renamed Rect into SkinsRect
40401 to avoid a conflict with Carbon API)
40403 ------------------------------------------------------------------------
40404 r19015 | dionoea | 2007-02-25 20:19:36 +0100 (Sun, 25 Feb 2007) | 2 lines
40406 M /trunk/src/input/vlm.c
40408 Add undocumented play feature to help output.
40410 ------------------------------------------------------------------------
40411 r19014 | fenrir | 2007-02-25 18:50:12 +0100 (Sun, 25 Feb 2007) | 3 lines
40413 M /trunk/modules/codec/faad.c
40415 Fixed segfault when faad reports an unknown channel configuration
40416 (Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)
40418 ------------------------------------------------------------------------
40419 r19013 | jb | 2007-02-25 18:17:44 +0100 (Sun, 25 Feb 2007) | 3 lines
40421 M /trunk/modules/gui/qt4/Modules.am
40422 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40423 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
40424 D /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm
40425 A /trunk/modules/gui/qt4/pixmaps/hotkeys_50x50.xpm (from /trunk/modules/gui/qt4/pixmaps/advanced_50x50.xpm:19005)
40426 A /trunk/modules/gui/qt4/ui/sprefs_hotkeys.ui
40428 Qt4: Simple_Prefs, adding hotkeys/shortcuts configuration.
40431 ------------------------------------------------------------------------
40432 r19012 | littlejohn | 2007-02-25 18:10:34 +0100 (Sun, 25 Feb 2007) | 1 line
40434 M /trunk/include/vlc/libvlc.h
40435 M /trunk/src/control/video.c
40437 libvlc_video_get_handle renamed to _get_parent
40438 ------------------------------------------------------------------------
40439 r19011 | littlejohn | 2007-02-25 17:17:40 +0100 (Sun, 25 Feb 2007) | 1 line
40441 M /trunk/include/vlc/libvlc.h
40442 M /trunk/src/control/video.c
40444 libvlc_video_get_handle function added
40445 ------------------------------------------------------------------------
40446 r19010 | fenrir | 2007-02-25 17:17:33 +0100 (Sun, 25 Feb 2007) | 2 lines
40448 M /trunk/modules/stream_out/rtp.c
40450 Fixed rtsp broadcast streaming(sdp=rtsp://) and a potential double free.
40452 ------------------------------------------------------------------------
40453 r19009 | fenrir | 2007-02-25 17:11:41 +0100 (Sun, 25 Feb 2007) | 2 lines
40455 M /trunk/src/network/io.c
40457 Fixed a memory access error (net_ReadInner)
40459 ------------------------------------------------------------------------
40460 r19008 | jb | 2007-02-25 16:59:14 +0100 (Sun, 25 Feb 2007) | 3 lines
40462 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40463 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
40464 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
40466 Qt4: Preferences, Simple_Preferences. A bit more, but a lot of things are missing...
40469 ------------------------------------------------------------------------
40470 r19007 | fenrir | 2007-02-25 15:34:14 +0100 (Sun, 25 Feb 2007) | 2 lines
40472 M /trunk/src/input/vlm.c
40474 Fixed double input_thread_t free for VOD.
40476 ------------------------------------------------------------------------
40477 r19006 | fenrir | 2007-02-25 15:33:13 +0100 (Sun, 25 Feb 2007) | 2 lines
40479 M /trunk/src/network/httpd.c
40481 Rework a bit http socket handling to avoid uninitialized variable access.
40483 ------------------------------------------------------------------------
40484 r19005 | fenrir | 2007-02-25 14:14:49 +0100 (Sun, 25 Feb 2007) | 2 lines
40486 M /trunk/modules/demux/asf/libasf.c
40487 M /trunk/modules/demux/mp4/libmp4.c
40488 M /trunk/modules/demux/mp4/libmp4.h
40489 M /trunk/modules/demux/mp4/mp4.c
40490 M /trunk/modules/demux/nsc.c
40491 M /trunk/modules/demux/tta.c
40492 M /trunk/modules/demux/wav.c
40494 Bunch of warning fixes.
40496 ------------------------------------------------------------------------
40497 r19004 | fenrir | 2007-02-25 14:14:08 +0100 (Sun, 25 Feb 2007) | 2 lines
40499 M /trunk/configure.ac
40500 M /trunk/modules/demux/Modules.am
40501 A /trunk/modules/demux/vc1.c (from /trunk/modules/demux/mpeg/h264.c:18994)
40503 Added VC-1 raw es demuxer.
40505 ------------------------------------------------------------------------
40506 r19003 | fenrir | 2007-02-25 13:39:52 +0100 (Sun, 25 Feb 2007) | 2 lines
40508 M /trunk/include/vlc_codecs.h
40510 Added ffmpeg AAC id.
40512 ------------------------------------------------------------------------
40513 r19002 | fenrir | 2007-02-25 13:34:41 +0100 (Sun, 25 Feb 2007) | 2 lines
40515 M /trunk/src/input/decoder.c
40517 Copy complete es format descriptor when extra data is added.
40519 ------------------------------------------------------------------------
40520 r19001 | fenrir | 2007-02-25 13:31:30 +0100 (Sun, 25 Feb 2007) | 3 lines
40522 M /trunk/configure.ac
40523 M /trunk/modules/packetizer/Modules.am
40524 A /trunk/modules/packetizer/vc1.c
40526 Added VC-1 packetizer.
40527 (But it still won't be decoded by ffmpeg, we provide extra data too late)
40529 ------------------------------------------------------------------------
40530 r19000 | fenrir | 2007-02-25 13:11:14 +0100 (Sun, 25 Feb 2007) | 2 lines
40532 M /trunk/modules/demux/ps.h
40534 Added VC-1 detection (SMPTE RP 227 + ISO 13818-1 Amendment 2)
40536 ------------------------------------------------------------------------
40537 r18999 | fenrir | 2007-02-25 13:09:34 +0100 (Sun, 25 Feb 2007) | 2 lines
40539 M /trunk/modules/demux/ts.c
40541 Fixed warning (missing VLC_OBJECT()).
40543 ------------------------------------------------------------------------
40544 r18998 | fenrir | 2007-02-25 12:53:21 +0100 (Sun, 25 Feb 2007) | 3 lines
40546 M /trunk/modules/demux/ts.c
40548 Fixed --ts-extra-pmt (close #516)
40549 Added VC-1 detection (SMPTE RP 227)
40551 ------------------------------------------------------------------------
40552 r18997 | fenrir | 2007-02-25 12:50:15 +0100 (Sun, 25 Feb 2007) | 2 lines
40554 M /trunk/modules/misc/rtsp.c
40556 Fixed H264 vod (import code from rtp.c, there is a lot of code duplicated here).
40558 ------------------------------------------------------------------------
40559 r18996 | fenrir | 2007-02-25 12:48:39 +0100 (Sun, 25 Feb 2007) | 2 lines
40561 M /trunk/modules/stream_out/description.c
40563 Fixed input_thread_t leak by description module for VLM.
40565 ------------------------------------------------------------------------
40566 r18995 | fenrir | 2007-02-25 12:46:07 +0100 (Sun, 25 Feb 2007) | 2 lines
40568 M /trunk/configure.ac
40569 M /trunk/modules/stream_out/gather.c
40571 Fixed stream ouput gather module and renable it (close #1032)
40573 ------------------------------------------------------------------------
40574 r18994 | fenrir | 2007-02-25 12:42:23 +0100 (Sun, 25 Feb 2007) | 2 lines
40576 M /trunk/modules/packetizer/mpeg4audio.c
40578 Fixed uninitialized value for ADTS stream.
40580 ------------------------------------------------------------------------
40581 r18993 | fenrir | 2007-02-25 12:39:42 +0100 (Sun, 25 Feb 2007) | 6 lines
40583 M /trunk/include/vlc_strings.h
40584 M /trunk/modules/stream_out/rtp.c
40585 M /trunk/src/text/strings.c
40587 Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
40588 Use vlc_b64_encode_binary and remove ap_* in rtp.c
40589 Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed
40590 the report of rtp segfault with gcc 4.1 by xxcv)
40593 ------------------------------------------------------------------------
40594 r18992 | fenrir | 2007-02-25 12:35:45 +0100 (Sun, 25 Feb 2007) | 4 lines
40596 M /trunk/src/network/httpd.c
40598 Fixed httpd stack corruption.
40599 (Fixed 'assert (pufd < ufd + (sizeof (ufd) / sizeof (ufd[0])))' reported
40602 ------------------------------------------------------------------------
40603 r18991 | dionoea | 2007-02-25 11:47:46 +0100 (Sun, 25 Feb 2007) | 2 lines
40605 M /trunk/src/misc/modules.c
40609 ------------------------------------------------------------------------
40610 r18990 | fkuehne | 2007-02-25 10:40:22 +0100 (Sun, 25 Feb 2007) | 1 line
40612 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
40614 * added flv to the list of supported file types (forward-port of [18985]
40615 ------------------------------------------------------------------------
40616 r18989 | dionoea | 2007-02-25 04:15:31 +0100 (Sun, 25 Feb 2007) | 2 lines
40618 M /trunk/src/misc/modules.c
40622 ------------------------------------------------------------------------
40623 r18988 | dionoea | 2007-02-25 04:15:10 +0100 (Sun, 25 Feb 2007) | 2 lines
40625 M /trunk/src/misc/modules.c
40627 Fix "object is not attached" error when quiting VLC. (as far as i can tell, it was triggered since memory leak fix in [18247])
40629 ------------------------------------------------------------------------
40630 r18987 | dionoea | 2007-02-25 02:46:25 +0100 (Sun, 25 Feb 2007) | 6 lines
40632 M /trunk/src/libvlc-common.c
40634 Prevent these errors when using help flag
40635 [00000001] main libvlc error: option daemon does not exist
40636 [00000001] main libvlc error: option pidfile does not exist
40638 The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
40640 ------------------------------------------------------------------------
40641 r18986 | jb | 2007-02-25 00:17:24 +0100 (Sun, 25 Feb 2007) | 3 lines
40643 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40644 M /trunk/modules/gui/qt4/components/simple_preferences.hpp
40645 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40646 M /trunk/modules/gui/qt4/ui/sprefs_interface.ui
40648 Qt4 - Simple Prefs: More. Interfaces.
40651 ------------------------------------------------------------------------
40652 r18984 | dionoea | 2007-02-24 19:18:15 +0100 (Sat, 24 Feb 2007) | 4 lines
40654 M /trunk/include/vlc_keys.h
40655 M /trunk/modules/control/hotkeys.c
40656 M /trunk/src/libvlc-module.c
40658 Untested new hotkeys:
40659 'r' -> toggle random
40660 'L' -> toggle normal / repeat one / loop
40662 ------------------------------------------------------------------------
40663 r18983 | fkuehne | 2007-02-24 17:40:34 +0100 (Sat, 24 Feb 2007) | 1 line
40665 M /trunk/configure.ac
40667 * commit Pierre's 2nd patch to enable weak symbols on OSX when linking vlc. This fixes the compilation of his locale-improvements and a few other problems when using the 10.3.9 SDK. Please check the next nightly on 10.3.x if you got access to it.
40668 ------------------------------------------------------------------------
40669 r18982 | jb | 2007-02-24 16:47:05 +0100 (Sat, 24 Feb 2007) | 3 lines
40671 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
40672 M /trunk/modules/gui/qt4/ui/sprefs_input.ui
40674 Qt4 : Back to work.
40677 ------------------------------------------------------------------------
40678 r18981 | dionoea | 2007-02-23 22:34:25 +0100 (Fri, 23 Feb 2007) | 2 lines
40680 M /trunk/modules/demux/playlist/Modules.am
40681 A /trunk/modules/demux/playlist/ifo.c
40682 M /trunk/modules/demux/playlist/playlist.c
40683 M /trunk/modules/demux/playlist/playlist.h
40685 Add dummy .IFO playlist demux to enable opening a DVD rip by double clicking on the .IFO files. closes #1067.
40687 ------------------------------------------------------------------------
40688 r18979 | fkuehne | 2007-02-23 21:09:13 +0100 (Fri, 23 Feb 2007) | 1 line
40690 M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
40691 M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
40692 M /trunk/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
40693 M /trunk/modules/gui/macosx/wizard.h
40694 M /trunk/modules/gui/macosx/wizard.m
40696 * added 2 boxes to the wizard to allow access to sout-transcode-soverlay with the GUI. needs further testing, but can't break anything. (forward-porting [18977], closes #1005
40697 ------------------------------------------------------------------------
40698 r18974 | xtophe | 2007-02-23 19:13:50 +0100 (Fri, 23 Feb 2007) | 2 lines
40700 M /trunk/extras/contrib/src/Distributions/beos.mak
40701 M /trunk/extras/contrib/src/Distributions/debian.mak
40702 M /trunk/extras/contrib/src/Distributions/fedora.mak
40703 M /trunk/extras/contrib/src/Distributions/unix.mak
40704 M /trunk/extras/contrib/src/Distributions/win32.mak
40706 .aclocal shall be last.
40708 ------------------------------------------------------------------------
40709 r18972 | fkuehne | 2007-02-23 18:19:45 +0100 (Fri, 23 Feb 2007) | 1 line
40711 M /trunk/modules/gui/macosx/intf.m
40713 * removed duplicated, buggy code which fixed #744 in [18971]
40714 ------------------------------------------------------------------------
40715 r18970 | Trax | 2007-02-23 18:00:02 +0100 (Fri, 23 Feb 2007) | 1 line
40717 M /trunk/src/network/error.c
40719 * src/network/error.c: added a few more Winsock and QoS error codes
40720 ------------------------------------------------------------------------
40721 r18967 | fkuehne | 2007-02-23 16:38:43 +0100 (Fri, 23 Feb 2007) | 1 line
40723 M /trunk/src/Makefile.am
40724 A /trunk/src/misc/darwin_specific.c (from /trunk/src/misc/darwin_specific.m:18966)
40725 D /trunk/src/misc/darwin_specific.m
40727 * renamed it, since it's plain C now and doesn't contain any Obj-C anymore
40728 ------------------------------------------------------------------------
40729 r18966 | fkuehne | 2007-02-23 16:19:03 +0100 (Fri, 23 Feb 2007) | 1 line
40731 M /trunk/src/misc/darwin_specific.m
40734 ------------------------------------------------------------------------
40735 r18965 | fkuehne | 2007-02-23 15:27:16 +0100 (Fri, 23 Feb 2007) | 1 line
40737 M /trunk/src/misc/darwin_specific.m
40739 * patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!
40740 ------------------------------------------------------------------------
40741 r18964 | fkuehne | 2007-02-23 14:33:05 +0100 (Fri, 23 Feb 2007) | 1 line
40746 ------------------------------------------------------------------------
40747 r18960 | fkuehne | 2007-02-23 13:46:54 +0100 (Fri, 23 Feb 2007) | 1 line
40749 M /trunk/extras/contrib/src/Patches/live-config.patch
40751 * fixed live patch for OSX
40752 ------------------------------------------------------------------------
40753 r18959 | dionoea | 2007-02-22 22:47:13 +0100 (Thu, 22 Feb 2007) | 2 lines
40755 M /trunk/modules/demux/ps.h
40757 Remove broken VC1 detection code in ps muxer.
40759 ------------------------------------------------------------------------
40760 r18958 | fenrir | 2007-02-22 21:43:28 +0100 (Thu, 22 Feb 2007) | 11 lines
40762 M /trunk/src/video_output/vout_subpictures.c
40764 Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).
40766 I think we have a potential bug with the way subpicture_region_t->p_style
40768 Decoders allocate p_style memory in their context, so we don't free it in
40769 spu_DestroyRegion. As vout object can live longer than decoder, I think
40770 p_style might be used after the decoder has destroyed it.
40772 Can someone, who has worked on osd/spu internal, comment ?
40775 ------------------------------------------------------------------------
40776 r18957 | jpsaman | 2007-02-22 21:32:41 +0100 (Thu, 22 Feb 2007) | 1 line
40778 M /trunk/configure.ac
40780 Properly detect MOZ_X11 setting in firefox-1.5.0.9
40781 ------------------------------------------------------------------------
40782 r18956 | fenrir | 2007-02-22 21:30:15 +0100 (Thu, 22 Feb 2007) | 2 lines
40784 M /trunk/src/input/input.c
40786 Improve input_Preparse clean up (memory leaks).
40788 ------------------------------------------------------------------------
40789 r18955 | fenrir | 2007-02-22 21:12:27 +0100 (Thu, 22 Feb 2007) | 4 lines
40791 M /trunk/modules/demux/playlist/playlist.h
40793 Do not use p_demux->p_parent to get the p_input
40794 (Use vlc_find_object(PARENT)
40797 ------------------------------------------------------------------------
40798 r18954 | jpsaman | 2007-02-22 21:10:59 +0100 (Thu, 22 Feb 2007) | 1 line
40800 M /trunk/modules/audio_output/alsa.c
40801 M /trunk/modules/demux/avi/avi.c
40802 M /trunk/modules/stream_out/rtp.c
40804 Remove of excess whitespace
40805 ------------------------------------------------------------------------
40806 r18953 | jpsaman | 2007-02-22 21:06:52 +0100 (Thu, 22 Feb 2007) | 1 line
40808 M /trunk/src/input/stream.c
40809 M /trunk/src/interface/interaction.c
40811 Remove unused headerfile
40812 ------------------------------------------------------------------------
40813 r18952 | jpsaman | 2007-02-22 20:50:29 +0100 (Thu, 22 Feb 2007) | 1 line
40815 M /trunk/src/playlist/thread.c
40818 ------------------------------------------------------------------------
40819 r18951 | fenrir | 2007-02-22 20:35:28 +0100 (Thu, 22 Feb 2007) | 4 lines
40821 M /trunk/modules/demux/mp4/mp4.c
40822 M /trunk/modules/demux/ogg.c
40824 Do not use p_demux->p_parent to get the p_input
40825 (Use vlc_find_object(PARENT)
40828 ------------------------------------------------------------------------
40829 r18950 | fenrir | 2007-02-22 20:34:05 +0100 (Thu, 22 Feb 2007) | 3 lines
40831 M /trunk/modules/access/cdda/info.c
40832 M /trunk/modules/access/cdda.c
40833 M /trunk/modules/access/directory.c
40835 Do not use (input_thread_t*)p_access->p_parent it is not always true.
40836 (Use vlc_find_object(PARENT)
40838 ------------------------------------------------------------------------
40839 r18949 | fenrir | 2007-02-22 20:18:17 +0100 (Thu, 22 Feb 2007) | 2 lines
40841 M /trunk/modules/access/dvb/access.c
40842 M /trunk/modules/access/dvb/linux_dvb.c
40844 Reworked DecodeModulation (close #1063)
40846 ------------------------------------------------------------------------
40847 r18948 | dionoea | 2007-02-22 20:02:19 +0100 (Thu, 22 Feb 2007) | 2 lines
40849 M /trunk/src/input/vlm.c
40851 play command fix by ILEoo (see [18938]).
40853 ------------------------------------------------------------------------
40854 r18947 | jpsaman | 2007-02-22 12:22:48 +0100 (Thu, 22 Feb 2007) | 5 lines
40856 M /trunk/extras/contrib/src/Makefile
40857 A /trunk/extras/contrib/src/Patches/live-config.patch
40859 Build live555 libraries with -DUSE_SYSTEM_RANDOM=1 by default. This fixes a bug reported by Jason Gerecke (jgerecke at uoregon dot edu). The rationale from Jason:
40861 In groupsock/inet.c: http://www.live555.com/liveMedia/doxygen/html/inet_8c-source.html a custom random generator is provided for systems which do not provide their own rand() or srand() functions. Other people have reported issues with this function segfaulting (never in conjuction with VLC however), possibly because of multithreading issues, and the fix issued by the Live555 developers was to provide an "#ifdef USE_SYSTEM_RANDOM" for builds on supporing systems (http://lists.live555.com/pipermail/live-devel/2003-November/000013.html).
40864 ------------------------------------------------------------------------
40865 r18946 | sigmunau | 2007-02-22 11:45:09 +0100 (Thu, 22 Feb 2007) | 3 lines
40867 M /trunk/modules/access/dvb/en50221.c
40869 fix cam support for twinhan cards. Not needed now, but will be needed if
40870 the drivers get fixed
40872 ------------------------------------------------------------------------
40873 r18945 | fenrir | 2007-02-22 00:15:06 +0100 (Thu, 22 Feb 2007) | 5 lines
40875 M /trunk/modules/services_discovery/podcast.c
40876 M /trunk/src/input/input.c
40877 M /trunk/src/input/var.c
40878 M /trunk/src/input/vlm.c
40879 M /trunk/src/playlist/engine.c
40881 Changed input_DestroyThread to take care of detaching, cleaning and destroying input.
40882 (This way it matches input_CreateThread and fixes a memleak)
40883 Control variables are now created even for preparse, only callback are not added.
40884 (This fix use of uninitialized variables)
40886 ------------------------------------------------------------------------
40887 r18944 | xtophe | 2007-02-22 00:07:04 +0100 (Thu, 22 Feb 2007) | 2 lines
40889 M /trunk/src/input/vlm.c
40893 ------------------------------------------------------------------------
40894 r18943 | fenrir | 2007-02-22 00:02:56 +0100 (Thu, 22 Feb 2007) | 2 lines
40896 M /trunk/modules/access/v4l2.c
40898 Fixed compilation of v4l2 + refuse to initialize unless it is forced.
40900 ------------------------------------------------------------------------
40901 r18942 | fenrir | 2007-02-22 00:01:36 +0100 (Thu, 22 Feb 2007) | 2 lines
40903 M /trunk/modules/access/dvb/linux_dvb.c
40905 Fixed memory leak at each new PMT if we don't have CAM.
40907 ------------------------------------------------------------------------
40908 r18941 | fenrir | 2007-02-21 23:56:43 +0100 (Wed, 21 Feb 2007) | 2 lines
40910 M /trunk/modules/demux/ts.c
40912 Avoid a malloc(0) (We don't call free on it, valgrind is not happy)
40914 ------------------------------------------------------------------------
40915 r18940 | dionoea | 2007-02-21 23:44:24 +0100 (Wed, 21 Feb 2007) | 2 lines
40917 M /trunk/modules/codec/ffmpeg/ffmpeg.c
40919 Add CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio codec list. (mostly useless but it doesn't hurt. needs ffmpeg to be linked with an specific lib)
40921 ------------------------------------------------------------------------
40922 r18939 | damienf | 2007-02-21 23:39:07 +0100 (Wed, 21 Feb 2007) | 2 lines
40924 M /trunk/src/network/io.c
40926 - io.c: meaningful error message on win32 when input is dying
40928 ------------------------------------------------------------------------
40929 r18938 | dionoea | 2007-02-21 23:25:27 +0100 (Wed, 21 Feb 2007) | 2 lines
40932 M /trunk/src/input/vlm.c
40934 [PATCH] vlm: play command index same as inputdeln index from Ilkka Ollakka. Thanks.
40936 ------------------------------------------------------------------------
40937 r18937 | fenrir | 2007-02-21 22:31:36 +0100 (Wed, 21 Feb 2007) | 6 lines
40939 M /trunk/include/vlc_url.h
40941 Improved vlc_UrlParse (close #1025)
40942 We use vlc_UrlParse for "URL" without protocol... so it was using a part of
40943 the URL as a protocol if it found ":/". Ensure to extract only valid protocol
40947 ------------------------------------------------------------------------
40948 r18936 | courmisch | 2007-02-21 21:49:01 +0100 (Wed, 21 Feb 2007) | 3 lines
40950 M /trunk/src/network/httpd.c
40952 - Do not store HTTPd clients addresses (unused anyway)
40955 ------------------------------------------------------------------------
40956 r18935 | courmisch | 2007-02-21 20:27:18 +0100 (Wed, 21 Feb 2007) | 2 lines
40958 M /trunk/modules/control/telnet.c
40960 Fix descriptor leak and remove useless code
40962 ------------------------------------------------------------------------
40963 r18934 | damienf | 2007-02-21 19:19:41 +0100 (Wed, 21 Feb 2007) | 2 lines
40965 M /trunk/extras/contrib/bootstrap
40966 M /trunk/extras/contrib/src/Makefile
40967 M /trunk/extras/contrib/src/Patches/dvdnav.patch
40969 - contribs: more cygwin/general fixes
40971 ------------------------------------------------------------------------
40972 r18933 | courmisch | 2007-02-21 19:19:11 +0100 (Wed, 21 Feb 2007) | 3 lines
40974 M /trunk/src/network/tcp.c
40976 - Use poll in net_Accept
40979 ------------------------------------------------------------------------
40980 r18932 | courmisch | 2007-02-21 19:03:40 +0100 (Wed, 21 Feb 2007) | 2 lines
40982 M /trunk/src/network/httpd.c
40984 Another mdate() caching optimization
40986 ------------------------------------------------------------------------
40987 r18931 | courmisch | 2007-02-21 18:58:12 +0100 (Wed, 21 Feb 2007) | 8 lines
40989 M /trunk/src/network/httpd.c
40991 - Use poll() instead of select to allow breaking the FD_SETSIZE barrier
40992 - Poll the system clock only once per loop (yes, it DOES matter),
40993 - Fix rare bug with TLS and multiple listening sockets,
40994 - Do not try to read/write to client socket with no pending events.
40995 ...and of course introduce dozens of new bugs.
40997 This SHOULD speed httpd up a bit.
40999 ------------------------------------------------------------------------
41000 r18930 | xtophe | 2007-02-21 18:52:09 +0100 (Wed, 21 Feb 2007) | 2 lines
41002 M /trunk/extras/contrib/src/Patches/dvdnav.patch
41004 dvdnav.patch: detect the presence of gettimeofday() and activate the replacement only when needed
41006 ------------------------------------------------------------------------
41007 r18929 | courmisch | 2007-02-21 18:42:19 +0100 (Wed, 21 Feb 2007) | 2 lines
41009 M /trunk/include/vlc_network.h
41010 M /trunk/src/network/io.c
41011 M /trunk/src/network/tcp.c
41013 Minor code factorization
41015 ------------------------------------------------------------------------
41016 r18928 | courmisch | 2007-02-21 17:51:44 +0100 (Wed, 21 Feb 2007) | 2 lines
41018 M /trunk/modules/services_discovery/sap.c
41022 ------------------------------------------------------------------------
41023 r18927 | courmisch | 2007-02-21 17:47:58 +0100 (Wed, 21 Feb 2007) | 3 lines
41025 M /trunk/modules/services_discovery/sap.c
41027 - Support for multiple medias in SDP parser
41028 - Accept phony SDPs with multiple identical media lines as if they had a single one
41030 ------------------------------------------------------------------------
41031 r18926 | fenrir | 2007-02-20 23:54:18 +0100 (Tue, 20 Feb 2007) | 2 lines
41033 M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
41035 Fixed segfault in AutoBuiltPanel::AutoBuiltPanel.
41037 ------------------------------------------------------------------------
41038 r18925 | fenrir | 2007-02-20 23:52:12 +0100 (Tue, 20 Feb 2007) | 5 lines
41040 M /trunk/include/vlc_demux.h
41041 M /trunk/modules/codec/ffmpeg/ffmpeg.c
41043 ffmpeg: ask a packetizer for audio too (needed since ffmpeg r6098,
41044 fixed mpeg audio decoding)
41045 vlc_demux.h: fixed COMMON_INIT_PACKETIZER (create a packetizer and not a decoder,
41046 fixed mpeg audio packetizer)
41048 ------------------------------------------------------------------------
41049 r18924 | jb | 2007-02-20 22:20:39 +0100 (Tue, 20 Feb 2007) | 3 lines
41051 M /trunk/extras/contrib/src/packages.mak
41053 Contribs : freetype bumps to 2.3.1
41056 ------------------------------------------------------------------------
41057 r18923 | courmisch | 2007-02-20 22:01:27 +0100 (Tue, 20 Feb 2007) | 2 lines
41059 M /trunk/modules/services_discovery/sap.c
41061 Fix SAP protocol/format parsing
41063 ------------------------------------------------------------------------
41064 r18922 | courmisch | 2007-02-20 21:54:31 +0100 (Tue, 20 Feb 2007) | 2 lines
41066 M /trunk/modules/services_discovery/sap.c
41068 Fix port number setting when there is no session-level connection line
41070 ------------------------------------------------------------------------
41071 r18921 | damienf | 2007-02-20 21:26:31 +0100 (Tue, 20 Feb 2007) | 2 lines
41073 M /trunk/extras/contrib/src/packages.mak
41075 - contribs: autoconf 2.6.0 -> 2.6.1
41077 ------------------------------------------------------------------------
41078 r18920 | courmisch | 2007-02-20 21:12:03 +0100 (Tue, 20 Feb 2007) | 2 lines
41080 M /trunk/modules/codec/subsdec.c
41084 ------------------------------------------------------------------------
41085 r18919 | damienf | 2007-02-20 20:53:02 +0100 (Tue, 20 Feb 2007) | 2 lines
41087 M /trunk/extras/contrib/src/Makefile
41089 - Makefile: FLAC -> flac
41091 ------------------------------------------------------------------------
41092 r18918 | courmisch | 2007-02-20 20:31:00 +0100 (Tue, 20 Feb 2007) | 2 lines
41094 M /trunk/modules/services_discovery/sap.c
41096 Look for x-plgroup also among media-level attributes
41098 ------------------------------------------------------------------------
41099 r18915 | courmisch | 2007-02-20 18:28:20 +0100 (Tue, 20 Feb 2007) | 2 lines
41101 M /trunk/modules/services_discovery/sap.c
41103 Fix crash in SDP parser
41105 ------------------------------------------------------------------------
41106 r18914 | courmisch | 2007-02-20 18:05:04 +0100 (Tue, 20 Feb 2007) | 2 lines
41108 M /trunk/modules/codec/subsdec.c
41110 Also complain subtitle is mislabeled as UTF-8
41112 ------------------------------------------------------------------------
41113 r18913 | courmisch | 2007-02-20 17:58:06 +0100 (Tue, 20 Feb 2007) | 2 lines
41115 M /trunk/modules/codec/subsdec.c
41117 More explicit debug and error in subtitle charset selection
41119 ------------------------------------------------------------------------
41120 r18912 | damienf | 2007-02-20 17:52:24 +0100 (Tue, 20 Feb 2007) | 2 lines
41122 M /trunk/extras/contrib/src/Makefile
41123 M /trunk/extras/contrib/src/Patches/live-osx.patch
41125 - contribs: more fixes
41127 ------------------------------------------------------------------------
41128 r18911 | courmisch | 2007-02-20 17:40:50 +0100 (Tue, 20 Feb 2007) | 2 lines
41130 M /trunk/include/vlc_variables.h
41132 Add var_CreateGetNonEmptyString and factor some code
41134 ------------------------------------------------------------------------
41135 r18910 | jpsaman | 2007-02-20 16:07:23 +0100 (Tue, 20 Feb 2007) | 1 line
41137 M /trunk/modules/demux/live555.cpp
41140 ------------------------------------------------------------------------
41141 r18909 | jpsaman | 2007-02-20 15:47:52 +0100 (Tue, 20 Feb 2007) | 1 line
41143 M /trunk/modules/demux/live555.cpp
41146 ------------------------------------------------------------------------
41147 r18908 | jpsaman | 2007-02-20 14:44:23 +0100 (Tue, 20 Feb 2007) | 1 line
41149 M /trunk/modules/demux/live555.cpp
41151 Treat all live555 versions before LIVEMEDIA_LIBRARY_VERSION_INT 1171929600 as if playStartTime() and playEndTime() didn't exist. Now only handle unpatched current versions of live library.
41152 ------------------------------------------------------------------------
41153 r18907 | jpsaman | 2007-02-20 14:01:20 +0100 (Tue, 20 Feb 2007) | 1 line
41155 M /trunk/modules/demux/live555.cpp
41157 Rewrite of live555 demux (TODO: RTPInfo support)
41158 ------------------------------------------------------------------------
41159 r18906 | jpsaman | 2007-02-20 13:44:33 +0100 (Tue, 20 Feb 2007) | 1 line
41161 M /trunk/extras/contrib/src/Makefile
41162 A /trunk/extras/contrib/src/Patches/live-starttime.patch
41164 live-starttime.patch the patch needs latest live555 source code.
41165 ------------------------------------------------------------------------
41166 r18905 | xtophe | 2007-02-20 11:12:38 +0100 (Tue, 20 Feb 2007) | 2 lines
41168 M /trunk/include/vlc/libvlc.h
41172 ------------------------------------------------------------------------
41173 r18904 | xtophe | 2007-02-20 10:46:11 +0100 (Tue, 20 Feb 2007) | 2 lines
41175 M /trunk/src/control/playlist.c
41177 Compile fix - Pointed by vcxx
41179 ------------------------------------------------------------------------
41180 r18903 | jpsaman | 2007-02-20 10:09:34 +0100 (Tue, 20 Feb 2007) | 1 line
41182 M /trunk/modules/gui/macosx/playlist.m
41183 M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp
41185 playlist_NodeAddInput() prototype changed, this commit fixes building of wxwidgets and MacOS X
41186 ------------------------------------------------------------------------
41187 r18902 | jpsaman | 2007-02-20 10:04:25 +0100 (Tue, 20 Feb 2007) | 1 line
41189 M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
41191 playlist_Add() prototype changed
41192 ------------------------------------------------------------------------
41193 r18901 | jb | 2007-02-20 08:46:56 +0100 (Tue, 20 Feb 2007) | 3 lines
41195 M /trunk/extras/contrib/src/Patches/live-osx.patch
41197 Contribs: Yet another modification for the patch for live/OSX. SHould be last one.
41200 ------------------------------------------------------------------------
41201 r18900 | zorglub | 2007-02-20 08:29:54 +0100 (Tue, 20 Feb 2007) | 6 lines
41203 M /trunk/include/vlc/libvlc.h
41204 M /trunk/include/vlc_playlist.h
41205 M /trunk/modules/access/cdda.c
41206 M /trunk/modules/access/directory.c
41207 M /trunk/modules/access/mms/mmsh.c
41208 M /trunk/modules/codec/cmml/intf.c
41209 M /trunk/modules/control/http/macro.c
41210 M /trunk/modules/control/http/rpn.c
41211 M /trunk/modules/control/rc.c
41212 M /trunk/modules/demux/mp4/mp4.c
41213 M /trunk/modules/demux/playlist/asx.c
41214 M /trunk/modules/demux/playlist/b4s.c
41215 M /trunk/modules/demux/playlist/dvb.c
41216 M /trunk/modules/demux/playlist/gvp.c
41217 M /trunk/modules/demux/playlist/m3u.c
41218 M /trunk/modules/demux/playlist/pls.c
41219 M /trunk/modules/demux/playlist/podcast.c
41220 M /trunk/modules/demux/playlist/qtl.c
41221 M /trunk/modules/demux/playlist/sgimb.c
41222 M /trunk/modules/demux/playlist/shoutcast.c
41223 M /trunk/modules/demux/playlist/xspf.c
41224 M /trunk/modules/gui/macosx/applescript.m
41225 M /trunk/modules/gui/macosx/playlist.m
41226 M /trunk/modules/gui/macosx/wizard.m
41227 M /trunk/modules/gui/qt4/dialogs/open.cpp
41228 M /trunk/modules/gui/qt4/dialogs/playlist.cpp
41229 M /trunk/modules/gui/qt4/dialogs_provider.cpp
41230 M /trunk/modules/gui/qt4/main_interface.cpp
41231 M /trunk/modules/gui/wxwidgets/dialogs/open.cpp
41232 M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp
41233 M /trunk/modules/gui/wxwidgets/dialogs.cpp
41234 M /trunk/modules/gui/wxwidgets/interface.cpp
41235 M /trunk/modules/services_discovery/bonjour.c
41236 M /trunk/modules/services_discovery/hal.c
41237 M /trunk/modules/services_discovery/podcast.c
41238 M /trunk/modules/services_discovery/sap.c
41239 M /trunk/modules/services_discovery/shout.c
41240 M /trunk/modules/services_discovery/upnp_cc.cpp
41241 M /trunk/modules/services_discovery/upnp_intel.cpp
41242 M /trunk/src/control/libvlc_internal.h
41243 M /trunk/src/control/playlist.c
41244 M /trunk/src/libvlc.c
41245 M /trunk/src/misc/win32_specific.c
41246 M /trunk/src/playlist/item.c
41248 * Start cleaning up libvlc playlist API (Refs:#457)
41249 - Return correct item ids
41250 - Structures for navigating the playlist
41251 - Consistent locking
41252 * Add a b_locked parameter to the remaining playlist API calls
41254 ------------------------------------------------------------------------
41255 r18899 | fkuehne | 2007-02-20 08:26:54 +0100 (Tue, 20 Feb 2007) | 1 line
41257 M /trunk/modules/gui/macosx/fspanel.m
41259 * don't double free an object! Thanks to nivix for pointing me to the right direction and keeping to bug me about this. Fixes #978
41260 ------------------------------------------------------------------------
41261 r18897 | jb | 2007-02-20 08:24:36 +0100 (Tue, 20 Feb 2007) | 3 lines
41263 M /trunk/extras/contrib/src/Distributions/win32.mak
41265 Contribs : flags that were missing during the transition to Distributions/ are back again.
41268 ------------------------------------------------------------------------
41269 r18896 | jb | 2007-02-20 01:22:36 +0100 (Tue, 20 Feb 2007) | 3 lines
41271 M /trunk/extras/contrib/src/Patches/live-osx.patch
41273 Contrib Live.com has changed. Live-OSX.patch need to updated.
41276 ------------------------------------------------------------------------
41277 r18895 | jb | 2007-02-20 00:46:50 +0100 (Tue, 20 Feb 2007) | 3 lines
41279 M /trunk/extras/contrib/src/Distributions/beos.mak
41280 M /trunk/extras/contrib/src/Distributions/darwin.mak
41281 M /trunk/extras/contrib/src/Distributions/debian.mak
41282 M /trunk/extras/contrib/src/Distributions/fedora.mak
41283 M /trunk/extras/contrib/src/Distributions/unix.mak
41285 Contribs Same commit about .FLAC => .flac
41288 ------------------------------------------------------------------------
41289 r18894 | jb | 2007-02-20 00:27:26 +0100 (Tue, 20 Feb 2007) | 3 lines
41291 M /trunk/extras/contrib/src/Makefile
41293 Contrib-live: Don't patch things if you don't need them.
41296 ------------------------------------------------------------------------
41297 r18893 | courmisch | 2007-02-19 22:27:10 +0100 (Mon, 19 Feb 2007) | 2 lines
41299 M /trunk/configure.ac
41301 Remove gather stream output since it is completely unusable
41303 ------------------------------------------------------------------------
41304 r18892 | jb | 2007-02-19 22:22:35 +0100 (Mon, 19 Feb 2007) | 3 lines
41306 M /trunk/extras/contrib/src/Distributions/win32.mak
41308 Contrib: Repair Makefile error introduced in [18887]
41311 ------------------------------------------------------------------------
41312 r18891 | courmisch | 2007-02-19 21:35:25 +0100 (Mon, 19 Feb 2007) | 3 lines
41314 M /trunk/modules/access/udp.c
41316 Fix use of uninitialized memory with raw UDP
41317 (seriously, you should have switched to RTP for ages though)
41319 ------------------------------------------------------------------------
41320 r18890 | courmisch | 2007-02-19 20:57:28 +0100 (Mon, 19 Feb 2007) | 3 lines
41322 M /trunk/modules/access_output/udp.c
41324 - send RTCP BYE at exit,
41325 - run RTCP over UDP-Lite for UDP-Lite streams (well, there is no standard yet...)
41327 ------------------------------------------------------------------------
41328 r18889 | courmisch | 2007-02-19 20:29:05 +0100 (Mon, 19 Feb 2007) | 2 lines
41330 M /trunk/modules/access_output/udp.c
41332 Fix a bunch of meomory object and descriptor leaks
41334 ------------------------------------------------------------------------
41335 r18888 | courmisch | 2007-02-19 20:24:14 +0100 (Mon, 19 Feb 2007) | 3 lines
41337 M /trunk/modules/access_output/udp.c
41339 Simplistic RTCP sender for access output
41342 ------------------------------------------------------------------------
41343 r18887 | damienf | 2007-02-19 20:00:27 +0100 (Mon, 19 Feb 2007) | 2 lines
41345 M /trunk/extras/contrib/bootstrap
41346 M /trunk/extras/contrib/src/Makefile
41347 M /trunk/extras/contrib/src/Patches/dvdnav.patch
41348 M /trunk/extras/contrib/src/Patches/live-osx.patch
41350 - contribs: misc fixes for cygwin mostly
41352 ------------------------------------------------------------------------
41353 r18886 | courmisch | 2007-02-19 17:50:32 +0100 (Mon, 19 Feb 2007) | 3 lines
41355 M /trunk/modules/access_output/udp.c
41357 - b_rtpts should really b a boolean (!)
41358 - optimize ..._sys_t layout a little
41360 ------------------------------------------------------------------------
41361 r18885 | courmisch | 2007-02-19 17:25:33 +0100 (Mon, 19 Feb 2007) | 2 lines
41363 M /trunk/modules/access_output/udp.c
41367 ------------------------------------------------------------------------
41368 r18884 | courmisch | 2007-02-19 17:21:47 +0100 (Mon, 19 Feb 2007) | 2 lines
41370 M /trunk/include/vlc_common.h
41372 Fix possibly expansion-unsafe macros
41374 ------------------------------------------------------------------------
41375 r18883 | xtophe | 2007-02-18 23:44:06 +0100 (Sun, 18 Feb 2007) | 2 lines
41377 M /trunk/configure.ac
41379 For some obscure reason flac need ntohl so ws2_32
41381 ------------------------------------------------------------------------
41382 r18882 | fkuehne | 2007-02-18 21:48:58 +0100 (Sun, 18 Feb 2007) | 1 line
41384 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
41385 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
41386 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
41387 M /trunk/modules/gui/macosx/controls.m
41388 M /trunk/modules/gui/macosx/embeddedwindow.h
41389 M /trunk/modules/gui/macosx/embeddedwindow.m
41390 M /trunk/modules/gui/macosx/vout.h
41391 M /trunk/modules/gui/macosx/vout.m
41393 * animate vout-window resizements. Patch by Pierre d'Herbement <pdherbement --at,chez-- free.fr>. Thanks!
41394 ------------------------------------------------------------------------
41395 r18881 | jpsaman | 2007-02-18 14:05:54 +0100 (Sun, 18 Feb 2007) | 1 line
41397 M /trunk/src/control/input.c
41398 M /trunk/src/control/vlm.c
41400 Declare local functions static.
41401 ------------------------------------------------------------------------
41402 r18880 | dionoea | 2007-02-18 01:11:11 +0100 (Sun, 18 Feb 2007) | 2 lines
41404 M /trunk/modules/stream_out/standard.c
41406 Automatically choose ffmpeg{mux=flv} if dst ends in ".flv"
41408 ------------------------------------------------------------------------
41409 r18879 | dionoea | 2007-02-18 00:57:17 +0100 (Sun, 18 Feb 2007) | 2 lines
41411 M /trunk/modules/demux/subtitle.c
41413 Update copyright date.
41415 ------------------------------------------------------------------------
41416 r18878 | dionoea | 2007-02-18 00:53:06 +0100 (Sun, 18 Feb 2007) | 2 lines
41419 M /trunk/modules/demux/subtitle.c
41421 mpl2 subtitles support by Roman Bednarek. Thanks.
41423 ------------------------------------------------------------------------
41424 r18877 | xtophe | 2007-02-18 00:14:19 +0100 (Sun, 18 Feb 2007) | 2 lines
41426 M /trunk/extras/contrib/src/Makefile
41428 Use the new way to specify mingw32 for ffmpeg
41430 ------------------------------------------------------------------------
41431 r18876 | dionoea | 2007-02-17 22:28:05 +0100 (Sat, 17 Feb 2007) | 3 lines
41433 M /trunk/modules/codec/ffmpeg/mux.c
41434 M /trunk/share/http/flash.html
41436 ffmpeg/mux.c: implement MUX_GET_MIME.
41437 flash.html: we don't need to force the mime type manualy anymore (in the sout chain).
41439 ------------------------------------------------------------------------
41440 r18875 | dionoea | 2007-02-17 22:14:26 +0100 (Sat, 17 Feb 2007) | 2 lines
41442 M /trunk/modules/codec/ffmpeg/mux.c
41444 With recent libavformat, only use the evil CODEC_ID_MP2 -> CODEC_ID_MP3 hack if MP2 isn't accepted by the muxer. (muxers which only accept MP2 but not MP3 should now work ... not that i know any)
41446 ------------------------------------------------------------------------
41447 r18874 | dionoea | 2007-02-17 22:07:52 +0100 (Sat, 17 Feb 2007) | 2 lines
41449 M /trunk/share/http/flash.html
41451 Misc fixes. Add link to FlowPlayer.sf.net
41453 ------------------------------------------------------------------------
41454 r18873 | dionoea | 2007-02-17 21:45:57 +0100 (Sat, 17 Feb 2007) | 2 lines
41456 M /trunk/share/http/flash.html
41458 Disable autoplay on flash player.
41460 ------------------------------------------------------------------------
41461 r18872 | xtophe | 2007-02-17 20:23:53 +0100 (Sat, 17 Feb 2007) | 2 lines
41463 M /trunk/extras/contrib/src/Makefile
41465 remove non-working fix
41467 ------------------------------------------------------------------------
41468 r18871 | xtophe | 2007-02-17 20:00:20 +0100 (Sat, 17 Feb 2007) | 3 lines
41470 M /trunk/extras/contrib/src/Makefile
41472 contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus header are not included ( should be fixed in flac build system)
41473 asm seems to work for win32 now
41475 ------------------------------------------------------------------------
41476 r18870 | dionoea | 2007-02-17 19:42:13 +0100 (Sat, 17 Feb 2007) | 2 lines
41478 M /trunk/share/http/dialogs/footer
41479 A /trunk/share/http/flash.html
41481 New "Flash player" page for the HTTP interface. (Allows playback even if you don't have the VLC plugin installed ... like on the Wii)
41483 ------------------------------------------------------------------------
41484 r18869 | xtophe | 2007-02-17 15:53:54 +0100 (Sat, 17 Feb 2007) | 2 lines
41486 M /trunk/po/POTFILES.in
41496 M /trunk/po/en_GB.po
41520 M /trunk/po/pt_BR.po
41521 M /trunk/po/pt_PT.po
41531 M /trunk/po/vlc.pot
41532 M /trunk/po/zh_CN.po
41533 M /trunk/po/zh_TW.po
41537 ------------------------------------------------------------------------
41538 r18868 | xtophe | 2007-02-17 15:53:13 +0100 (Sat, 17 Feb 2007) | 2 lines
41542 Slovenian l10n update by Matej Urbancic
41544 ------------------------------------------------------------------------
41545 r18867 | jb | 2007-02-17 05:46:14 +0100 (Sat, 17 Feb 2007) | 3 lines
41547 M /trunk/extras/contrib/src/Makefile
41549 Contrib / Flac : Deactivate ASM optimizations on MacTel
41552 ------------------------------------------------------------------------
41553 r18866 | jb | 2007-02-17 05:13:50 +0100 (Sat, 17 Feb 2007) | 3 lines
41555 M /trunk/extras/contrib/src/Makefile
41556 A /trunk/extras/contrib/src/Patches/flac-mingw32.patch
41558 Contrib: Flac 1.1.4, patch for MingW32 compiling that was broken. Still issues on include/
41561 ------------------------------------------------------------------------
41562 r18865 | dionoea | 2007-02-17 03:30:41 +0100 (Sat, 17 Feb 2007) | 2 lines
41566 Add previous commit to THANKS.
41568 ------------------------------------------------------------------------
41569 r18864 | jb | 2007-02-17 03:30:37 +0100 (Sat, 17 Feb 2007) | 3 lines
41571 M /trunk/extras/contrib/src/Makefile
41572 M /trunk/extras/contrib/src/packages.mak
41574 Contrib : Flac => 1.1.4. Compile fix for OS-X
41577 ------------------------------------------------------------------------
41578 r18863 | dionoea | 2007-02-17 03:28:18 +0100 (Sat, 17 Feb 2007) | 5 lines
41580 M /trunk/modules/codec/ffmpeg/mux.c
41582 Fix ffmpeg muxer header writing. This allows flash streaming with VLC. Example command line:
41583 ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,sameplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" ~/media/aladin.avi --loop -vvv --color -I dummy
41585 Patch from Olivier Houchard. Thanks.
41587 ------------------------------------------------------------------------
41588 r18862 | jb | 2007-02-17 02:28:44 +0100 (Sat, 17 Feb 2007) | 3 lines
41590 M /trunk/extras/contrib/src/Makefile
41591 D /trunk/extras/contrib/src/Patches/flac-mactel.patch
41593 Patch unneeded since it was merged upstream.
41596 ------------------------------------------------------------------------
41597 r18861 | jb | 2007-02-17 02:13:06 +0100 (Sat, 17 Feb 2007) | 3 lines
41599 M /trunk/extras/contrib/src/packages.mak
41601 Contrib: Flac 1.1.3 version for the contribs.
41604 ------------------------------------------------------------------------
41605 r18860 | jb | 2007-02-16 21:46:45 +0100 (Fri, 16 Feb 2007) | 2 lines
41607 M /trunk/extras/contrib/src/Makefile
41609 Correct ffmpeg flags for building contribs.
41611 ------------------------------------------------------------------------
41612 r18859 | xtophe | 2007-02-16 17:12:02 +0100 (Fri, 16 Feb 2007) | 2 lines
41614 M /trunk/configure.ac
41618 We don't need 3 different norvegian l10n
41620 ------------------------------------------------------------------------
41621 r18858 | courmisch | 2007-02-16 16:56:02 +0100 (Fri, 16 Feb 2007) | 2 lines
41625 Better credits for FLAC 1.1.3
41627 ------------------------------------------------------------------------
41628 r18857 | littlejohn | 2007-02-16 15:51:32 +0100 (Fri, 16 Feb 2007) | 1 line
41630 M /trunk/include/vlc_messages.h
41632 msg_GetObjectTypeName symbol exported as needed by libvlc-control
41633 ------------------------------------------------------------------------
41634 r18856 | courmisch | 2007-02-15 22:11:53 +0100 (Thu, 15 Feb 2007) | 2 lines
41636 M /trunk/include/vlc_network.h
41638 Fix net_Listen linking
41640 ------------------------------------------------------------------------
41641 r18855 | courmisch | 2007-02-15 21:43:31 +0100 (Thu, 15 Feb 2007) | 2 lines
41644 M /trunk/modules/codec/flac.c
41646 Support for FLAC version 1.1.3 - fixes #921
41648 ------------------------------------------------------------------------
41649 r18854 | courmisch | 2007-02-15 21:36:07 +0100 (Thu, 15 Feb 2007) | 2 lines
41652 M /trunk/modules/access_output/http.c
41653 M /trunk/modules/access_output/udp.c
41655 HTTP and UDP access outputs return byte count
41657 ------------------------------------------------------------------------
41658 r18853 | courmisch | 2007-02-15 19:51:12 +0100 (Thu, 15 Feb 2007) | 3 lines
41660 M /trunk/src/Makefile.am
41662 Yet another version.c fix.
41663 I've really had enough with this broken thing.
41665 ------------------------------------------------------------------------
41666 r18852 | littlejohn | 2007-02-15 19:17:57 +0100 (Thu, 15 Feb 2007) | 1 line
41668 M /trunk/src/control/libvlc_internal.h
41670 libvlc_Internal* need to be exported for libvlc-control
41671 ------------------------------------------------------------------------
41672 r18851 | courmisch | 2007-02-15 18:26:23 +0100 (Thu, 15 Feb 2007) | 2 lines
41674 M /trunk/src/network/io.c
41676 Remove timeout in network read APIs - closes #1056
41678 ------------------------------------------------------------------------
41679 r18850 | courmisch | 2007-02-15 18:17:47 +0100 (Thu, 15 Feb 2007) | 4 lines
41681 M /trunk/include/vlc_network.h
41682 M /trunk/modules/services_discovery/sap.c
41683 M /trunk/src/network/io.c
41685 Suppress timeout parameter from net_Select() - refs #1056.
41686 The only use of the timeout was to poll b_die, but net_ReadInner()
41687 takes care of that already.
41689 ------------------------------------------------------------------------
41690 r18849 | courmisch | 2007-02-15 18:12:28 +0100 (Thu, 15 Feb 2007) | 3 lines
41692 M /trunk/modules/stream_out/switcher.c
41693 M /trunk/src/network/io.c
41694 M /trunk/src/stream_output/sap.c
41696 - Fix error reporting in net_Read* (refs #1056)
41697 - Suppress broken and unused timeout value from net_ReadNonBlock()
41699 ------------------------------------------------------------------------
41700 r18848 | courmisch | 2007-02-15 18:08:22 +0100 (Thu, 15 Feb 2007) | 3 lines
41702 M /trunk/modules/control/rc.c
41704 - Fix file descriptors leak
41705 - Use net_Read() instead of net_ReadNonBlock()
41707 ------------------------------------------------------------------------
41708 r18847 | courmisch | 2007-02-15 17:59:30 +0100 (Thu, 15 Feb 2007) | 2 lines
41710 M /trunk/modules/stream_out/switcher.c
41712 Fix out-of-bound read
41714 ------------------------------------------------------------------------
41715 r18846 | courmisch | 2007-02-15 17:38:41 +0100 (Thu, 15 Feb 2007) | 2 lines
41717 M /trunk/include/vlc_objects.h
41718 M /trunk/src/misc/objects.c
41720 s/vlc_object_die/vlc_object_kill/
41722 ------------------------------------------------------------------------
41723 r18845 | courmisch | 2007-02-15 17:33:47 +0100 (Thu, 15 Feb 2007) | 4 lines
41725 M /trunk/include/vlc_objects.h
41726 M /trunk/src/misc/objects.c
41728 vlc_object_die() opaque wrapper to set b_die, so we can use another
41729 notification mechanism later on.
41730 They are a lot of places that would need to be changed though.
41732 ------------------------------------------------------------------------
41733 r18844 | courmisch | 2007-02-15 17:32:53 +0100 (Thu, 15 Feb 2007) | 2 lines
41735 M /trunk/include/vlc_network.h
41736 M /trunk/src/network/io.c
41738 Use size_t or ssize_t when appropriate
41740 ------------------------------------------------------------------------
41741 r18843 | courmisch | 2007-02-15 17:25:16 +0100 (Thu, 15 Feb 2007) | 2 lines
41743 M /trunk/modules/control/telnet.c
41745 Close telnet connection in case of error (fixes #995)
41747 ------------------------------------------------------------------------
41748 r18842 | courmisch | 2007-02-15 16:42:55 +0100 (Thu, 15 Feb 2007) | 2 lines
41750 M /trunk/modules/access_output/udp.c
41752 Undo broken Win32 ifdefs (breaks IPv6 case on decent OSes)
41754 ------------------------------------------------------------------------
41755 r18841 | xtophe | 2007-02-15 16:34:50 +0100 (Thu, 15 Feb 2007) | 2 lines
41757 M /trunk/configure.ac
41758 M /trunk/include/vlc_network.h
41759 M /trunk/src/network/io.c
41761 win32 replacement for inet_ntop()
41763 ------------------------------------------------------------------------
41764 r18840 | courmisch | 2007-02-14 20:59:54 +0100 (Wed, 14 Feb 2007) | 2 lines
41767 M /trunk/include/vlc_network.h
41768 M /trunk/modules/access/udp.c
41770 Single service DCCP/RTP/AVP input
41772 ------------------------------------------------------------------------
41773 r18839 | courmisch | 2007-02-14 20:56:15 +0100 (Wed, 14 Feb 2007) | 2 lines
41775 M /trunk/modules/access/http.c
41777 Fix undefined function call
41779 ------------------------------------------------------------------------
41780 r18838 | courmisch | 2007-02-14 20:38:57 +0100 (Wed, 14 Feb 2007) | 2 lines
41782 M /trunk/include/vlc_network.h
41783 M /trunk/src/network/tcp.c
41785 Make some room for !TCP connection-oriented protocols
41787 ------------------------------------------------------------------------
41788 r18837 | courmisch | 2007-02-14 19:43:27 +0100 (Wed, 14 Feb 2007) | 2 lines
41790 M /trunk/include/vlc_network.h
41791 M /trunk/src/network/tcp.c
41793 Inline net_ListenTCP
41795 ------------------------------------------------------------------------
41796 r18836 | courmisch | 2007-02-14 17:49:22 +0100 (Wed, 14 Feb 2007) | 2 lines
41798 M /trunk/src/interface/interface.c
41800 Remove seemingly misleading comment
41802 ------------------------------------------------------------------------
41803 r18835 | courmisch | 2007-02-14 17:31:11 +0100 (Wed, 14 Feb 2007) | 2 lines
41805 M /trunk/include/vlc_network.h
41809 ------------------------------------------------------------------------
41810 r18834 | courmisch | 2007-02-14 17:10:55 +0100 (Wed, 14 Feb 2007) | 3 lines
41812 M /trunk/modules/services_discovery/sap.c
41814 - Write COMEDIA MRLs properly (host is the remote rather than the local part)
41815 - Validate and canonicalize source-filter address
41817 ------------------------------------------------------------------------
41818 r18833 | massiot | 2007-02-14 15:40:29 +0100 (Wed, 14 Feb 2007) | 3 lines
41820 M /trunk/modules/mux/mpeg/ts.c
41822 * modules/mux/mpeg/ts.c: EN 300 473 says that data_alignment PES flag
41823 must be set to 1 for DVB subtitles.
41825 ------------------------------------------------------------------------
41826 r18832 | courmisch | 2007-02-13 21:48:52 +0100 (Tue, 13 Feb 2007) | 4 lines
41830 Rework signal handling so that it is async-safe
41831 and that signals never disturb our innocent blocking system call callers
41832 (such as network I/O)
41834 ------------------------------------------------------------------------
41835 r18831 | courmisch | 2007-02-13 20:51:07 +0100 (Tue, 13 Feb 2007) | 2 lines
41837 M /trunk/modules/access/udp.c
41839 Mark EOF in case of connection-orinted RTP transport
41841 ------------------------------------------------------------------------
41842 r18830 | courmisch | 2007-02-13 20:47:51 +0100 (Tue, 13 Feb 2007) | 2 lines
41844 M /trunk/modules/access/udp.c
41846 0 bytes UDP packet are legal!
41848 ------------------------------------------------------------------------
41849 r18829 | funman | 2007-02-13 13:53:50 +0100 (Tue, 13 Feb 2007) | 2 lines
41851 M /trunk/modules/meta_engine/folder.c
41853 Fixes segfault introduced in [18810]
41855 ------------------------------------------------------------------------
41856 r18828 | jpsaman | 2007-02-13 11:44:57 +0100 (Tue, 13 Feb 2007) | 1 line
41858 M /trunk/modules/demux/xa.c
41860 Correct module type
41861 ------------------------------------------------------------------------
41862 r18827 | courmisch | 2007-02-12 21:28:01 +0100 (Mon, 12 Feb 2007) | 2 lines
41864 M /trunk/modules/services_discovery/sap.c
41866 Fix SAP TCP/RTP support
41868 ------------------------------------------------------------------------
41869 r18826 | ipkiss | 2007-02-12 21:17:49 +0100 (Mon, 12 Feb 2007) | 2 lines
41871 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
41873 * skins2/controls/ctrl_text.cpp: Fixed weird behaviours occurring when resizing a Text control with moving text
41875 ------------------------------------------------------------------------
41876 r18825 | courmisch | 2007-02-12 21:09:53 +0100 (Mon, 12 Feb 2007) | 2 lines
41878 M /trunk/share/http/.hosts
41880 .host: Add zeroconf range to private address list
41882 ------------------------------------------------------------------------
41883 r18824 | courmisch | 2007-02-12 20:50:29 +0100 (Mon, 12 Feb 2007) | 2 lines
41885 M /trunk/modules/access/udp.c
41887 Fix previous commit
41889 ------------------------------------------------------------------------
41890 r18823 | courmisch | 2007-02-12 20:42:40 +0100 (Mon, 12 Feb 2007) | 3 lines
41892 M /trunk/modules/access/udp.c
41894 Support for TCP/RTP/AVP (rtptcp://).
41895 This is no excuse for using TCP instead of UDP/UDP-Lite when you can.
41897 ------------------------------------------------------------------------
41898 r18822 | courmisch | 2007-02-12 19:04:58 +0100 (Mon, 12 Feb 2007) | 3 lines
41900 M /trunk/modules/access/udp.c
41902 Fix out-of-bound read in RTP access
41903 Fortunately, the harm potential of this old bug seems pretty low
41905 ------------------------------------------------------------------------
41906 r18821 | courmisch | 2007-02-12 18:35:39 +0100 (Mon, 12 Feb 2007) | 2 lines
41908 M /trunk/modules/services_discovery/sap.c
41912 ------------------------------------------------------------------------
41913 r18820 | courmisch | 2007-02-12 18:35:07 +0100 (Mon, 12 Feb 2007) | 2 lines
41915 M /trunk/include/vlc_network.h
41917 Export inet_pton replacement
41919 ------------------------------------------------------------------------
41920 r18819 | courmisch | 2007-02-12 18:31:53 +0100 (Mon, 12 Feb 2007) | 2 lines
41922 M /trunk/src/network/io.c
41924 Use poll() always and fix terrible bug due to #ifdefs
41926 ------------------------------------------------------------------------
41927 r18818 | damienf | 2007-02-12 18:30:36 +0100 (Mon, 12 Feb 2007) | 2 lines
41931 - src/vlc.c: compile fix for win32
41933 ------------------------------------------------------------------------
41934 r18817 | courmisch | 2007-02-12 18:29:51 +0100 (Mon, 12 Feb 2007) | 2 lines
41936 M /trunk/include/vlc_network.h
41937 M /trunk/src/network/poll.c
41941 ------------------------------------------------------------------------
41942 r18816 | courmisch | 2007-02-12 18:27:59 +0100 (Mon, 12 Feb 2007) | 2 lines
41944 M /trunk/include/vlc_network.h
41945 M /trunk/src/Makefile.am
41946 A /trunk/src/network/poll.c
41950 ------------------------------------------------------------------------
41951 r18815 | damienf | 2007-02-12 17:37:17 +0100 (Mon, 12 Feb 2007) | 2 lines
41953 M /trunk/modules/access_output/udp.c
41957 ------------------------------------------------------------------------
41958 r18814 | damienf | 2007-02-12 17:25:16 +0100 (Mon, 12 Feb 2007) | 2 lines
41960 M /trunk/modules/access_output/udp.c
41961 M /trunk/modules/services_discovery/sap.c
41963 - win32 replacements for inet_pton/inet_ntop
41965 ------------------------------------------------------------------------
41966 r18813 | damienf | 2007-02-12 15:54:46 +0100 (Mon, 12 Feb 2007) | 2 lines
41968 M /trunk/modules/access_output/udp.c
41970 udp.c: MakeRandMulticast fix for win32, courmisch to review
41972 ------------------------------------------------------------------------
41973 r18812 | damienf | 2007-02-12 15:31:38 +0100 (Mon, 12 Feb 2007) | 3 lines
41975 M /trunk/src/network/getaddrinfo.c
41976 M /trunk/src/stream_output/announce.c
41978 - getaddrinfo.c: use Win32 shim functions to load getnameinfo/getaddrinfo/freeaddrinfo on first call, cleaner than a bunch of if/else in user functions
41979 - announce.c: freeaddrinfo -> vlc_freeaddrinfo
41981 ------------------------------------------------------------------------
41982 r18811 | xtophe | 2007-02-12 15:00:55 +0100 (Mon, 12 Feb 2007) | 2 lines
41984 M /trunk/src/misc/mtime.c
41986 Compile fix. In mingw32 there is a sys/time.h with struct timeval. Someone under cygwin should test.
41988 ------------------------------------------------------------------------
41989 r18810 | funman | 2007-02-12 14:29:22 +0100 (Mon, 12 Feb 2007) | 2 lines
41991 M /trunk/modules/meta_engine/folder.c
41992 M /trunk/src/input/input.c
41994 Fixes album art local discovery and preparsing for directory:// subitems (refs [18129])
41996 ------------------------------------------------------------------------
41997 r18809 | dionoea | 2007-02-12 14:08:18 +0100 (Mon, 12 Feb 2007) | 2 lines
41999 M /trunk/modules/codec/ffmpeg/mux.c
42003 ------------------------------------------------------------------------
42004 r18808 | dionoea | 2007-02-12 13:58:43 +0100 (Mon, 12 Feb 2007) | 2 lines
42006 M /trunk/modules/codec/ffmpeg/mux.c
42008 Conditionaly compile the mux fix as it requires a new (r7593 21/01/07) or newer fffmpeg.
42010 ------------------------------------------------------------------------
42011 r18807 | md | 2007-02-12 08:12:11 +0100 (Mon, 12 Feb 2007) | 3 lines
42013 M /trunk/src/libvlc-common.c
42014 M /trunk/src/misc/win32_specific.c
42017 Move __wgetmainargs into VLC's main.
42018 Refs: #900 #920 #1031
42020 ------------------------------------------------------------------------
42021 r18806 | littlejohn | 2007-02-11 22:18:13 +0100 (Sun, 11 Feb 2007) | 1 line
42023 M /trunk/include/vlc_playlist.h
42024 M /trunk/include/vlc_symbols.h
42025 M /trunk/src/libvlc.sym
42026 M /trunk/src/playlist/playlist_internal.h
42028 playlist_ItemGetByInputId now included in libvlc
42029 ------------------------------------------------------------------------
42030 r18805 | courmisch | 2007-02-11 22:01:47 +0100 (Sun, 11 Feb 2007) | 2 lines
42032 M /trunk/include/vlc_network.h
42033 M /trunk/modules/services_discovery/sap.c
42034 M /trunk/src/network/io.c
42036 Remove useless parameter to net_Select
42038 ------------------------------------------------------------------------
42039 r18804 | dionoea | 2007-02-11 21:59:29 +0100 (Sun, 11 Feb 2007) | 2 lines
42041 M /trunk/modules/codec/ffmpeg/ffmpeg.c
42042 M /trunk/modules/codec/ffmpeg/ffmpeg.h
42043 M /trunk/modules/codec/ffmpeg/mux.c
42045 Print more debug messages from ffmpeg when using the mux module in VLC.
42047 ------------------------------------------------------------------------
42048 r18803 | courmisch | 2007-02-11 21:49:08 +0100 (Sun, 11 Feb 2007) | 2 lines
42050 M /trunk/modules/services_discovery/sap.c
42052 Fix fallback to live555
42054 ------------------------------------------------------------------------
42055 r18802 | courmisch | 2007-02-11 21:37:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42057 M /trunk/modules/services_discovery/sap.c
42059 Fix SAP parser (again)
42061 ------------------------------------------------------------------------
42062 r18801 | dionoea | 2007-02-11 20:45:32 +0100 (Sun, 11 Feb 2007) | 3 lines
42064 M /trunk/modules/codec/ffmpeg/demux.c
42065 M /trunk/modules/codec/ffmpeg/encoder.c
42066 M /trunk/modules/codec/ffmpeg/mux.c
42068 * Fix ffmpeg muxer. (flv muxing now works with ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so.
42069 * Remove a bunch of trailing white spaces.
42071 ------------------------------------------------------------------------
42072 r18800 | courmisch | 2007-02-11 19:17:13 +0100 (Sun, 11 Feb 2007) | 2 lines
42074 M /trunk/modules/gui/qt4/input_manager.cpp
42076 Remove debug spammer - fixes #971
42078 ------------------------------------------------------------------------
42079 r18799 | xtophe | 2007-02-11 18:58:09 +0100 (Sun, 11 Feb 2007) | 2 lines
42082 M /trunk/src/misc/mtime.c
42084 gettimeofday() implementaion for Win32. Leverage from tcpdump mailing list.
42086 ------------------------------------------------------------------------
42087 r18798 | courmisch | 2007-02-11 18:55:28 +0100 (Sun, 11 Feb 2007) | 3 lines
42089 M /trunk/src/network/tcp.c
42091 I need some more sleep.
42092 Now it really seems to work.
42094 ------------------------------------------------------------------------
42095 r18797 | courmisch | 2007-02-11 18:41:41 +0100 (Sun, 11 Feb 2007) | 2 lines
42097 M /trunk/src/network/tcp.c
42101 ------------------------------------------------------------------------
42102 r18796 | courmisch | 2007-02-11 18:41:02 +0100 (Sun, 11 Feb 2007) | 3 lines
42104 M /trunk/src/network/tcp.c
42106 Really put socket into non-blocking mode
42109 ------------------------------------------------------------------------
42110 r18795 | courmisch | 2007-02-11 18:22:20 +0100 (Sun, 11 Feb 2007) | 3 lines
42112 M /trunk/src/network/tcp.c
42114 Put accept'd socket into non-blocking mode as the others
42117 ------------------------------------------------------------------------
42118 r18794 | xtophe | 2007-02-11 18:10:32 +0100 (Sun, 11 Feb 2007) | 2 lines
42121 M /trunk/src/stream_output/stream_output.h
42123 Better compile fix by Pierre d'Herbemont
42125 ------------------------------------------------------------------------
42126 r18793 | dionoea | 2007-02-11 17:26:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42128 M /trunk/modules/codec/ffmpeg/ffmpeg.c
42129 M /trunk/modules/codec/ffmpeg/ffmpeg.h
42130 M /trunk/modules/codec/ffmpeg/mux.c
42132 Add option to specify which muxer we want to use in ffmpeg (ie: #std{mux=ffmpeg{mux=flv}...) Still seems kind of broken as the resulting file can't be demuxed by vlc/libavformat. Looks like the video and audio codec aren't identified correctly in the ffmpeg muxer. Must be some error in mux.c i guess.
42134 ------------------------------------------------------------------------
42135 r18792 | courmisch | 2007-02-11 17:14:30 +0100 (Sun, 11 Feb 2007) | 2 lines
42137 M /trunk/src/stream_output/sdp.c
42141 ------------------------------------------------------------------------
42142 r18791 | courmisch | 2007-02-11 17:10:31 +0100 (Sun, 11 Feb 2007) | 2 lines
42144 M /trunk/src/stream_output/sap.c
42148 ------------------------------------------------------------------------
42149 r18790 | courmisch | 2007-02-11 17:08:56 +0100 (Sun, 11 Feb 2007) | 2 lines
42151 M /trunk/modules/services_discovery/sap.c
42155 ------------------------------------------------------------------------
42156 r18789 | courmisch | 2007-02-11 15:47:35 +0100 (Sun, 11 Feb 2007) | 2 lines
42158 M /trunk/include/vlc_network.h
42160 net_SetPort() sets a port within a socket address
42162 ------------------------------------------------------------------------
42163 r18788 | dionoea | 2007-02-11 13:11:51 +0100 (Sun, 11 Feb 2007) | 2 lines
42165 M /trunk/modules/control/rc.c
42167 Use net_Accept's timeout param instead of a call to msleep.
42169 ------------------------------------------------------------------------
42170 r18786 | courmisch | 2007-02-11 11:24:02 +0100 (Sun, 11 Feb 2007) | 2 lines
42172 M /trunk/modules/stream_out/standard.c
42174 Remove some dead code
42176 ------------------------------------------------------------------------
42177 r18785 | courmisch | 2007-02-11 11:20:47 +0100 (Sun, 11 Feb 2007) | 2 lines
42179 M /trunk/modules/stream_out/standard.c
42181 Fix for insane naming convention
42183 ------------------------------------------------------------------------
42184 r18784 | courmisch | 2007-02-11 10:35:25 +0100 (Sun, 11 Feb 2007) | 5 lines
42186 M /trunk/modules/access_output/udp.c
42188 Support for auto-generated pseudo-random multicast addresses.
42189 That being said, I either don't understand sout chain (likely) or
42190 it is plain broken (unlikely) but I can't seem to pass parameters
42191 to the access output.
42193 ------------------------------------------------------------------------
42194 r18783 | courmisch | 2007-02-11 10:32:56 +0100 (Sun, 11 Feb 2007) | 2 lines
42196 M /trunk/src/stream_output/sdp.c
42198 Fix link-scoped IPv6 addresses
42200 ------------------------------------------------------------------------
42201 r18782 | dionoea | 2007-02-11 02:51:45 +0100 (Sun, 11 Feb 2007) | 2 lines
42203 M /trunk/modules/video_filter/logo.c
42207 ------------------------------------------------------------------------
42208 r18781 | dionoea | 2007-02-11 02:31:19 +0100 (Sun, 11 Feb 2007) | 2 lines
42210 M /trunk/modules/control/rc.c
42212 Fix #1048... kind of. Should the rc interface be able to accept more than 1 connection ? and accept tcp connections + stdin commands ? (currently only 1 connection can be active)
42214 ------------------------------------------------------------------------
42215 r18780 | xtophe | 2007-02-11 01:41:57 +0100 (Sun, 11 Feb 2007) | 2 lines
42217 M /trunk/modules/access_output/shout.c
42219 That was forgotten in [18758]
42221 ------------------------------------------------------------------------
42222 r18779 | xtophe | 2007-02-11 01:14:07 +0100 (Sun, 11 Feb 2007) | 2 lines
42224 M /trunk/src/stream_output/stream_output.h
42228 ------------------------------------------------------------------------
42229 r18778 | xtophe | 2007-02-11 00:15:18 +0100 (Sun, 11 Feb 2007) | 2 lines
42232 M /trunk/configure.ac
42234 Add some option in configure to help Gentoo people. Closes #1045. Closes #1046
42236 ------------------------------------------------------------------------
42237 r18777 | courmisch | 2007-02-10 22:39:37 +0100 (Sat, 10 Feb 2007) | 2 lines
42239 M /trunk/modules/access_output/udp.c
42243 ------------------------------------------------------------------------
42244 r18776 | courmisch | 2007-02-10 22:32:28 +0100 (Sat, 10 Feb 2007) | 2 lines
42246 M /trunk/src/stream_output/sap.c
42247 M /trunk/src/stream_output/sdp.c
42248 M /trunk/src/stream_output/stream_output.h
42252 ------------------------------------------------------------------------
42253 r18774 | courmisch | 2007-02-10 21:32:57 +0100 (Sat, 10 Feb 2007) | 2 lines
42255 M /trunk/modules/stream_out/gather.c
42257 Fix double free - closes #1032
42259 ------------------------------------------------------------------------
42260 r18773 | courmisch | 2007-02-10 21:22:50 +0100 (Sat, 10 Feb 2007) | 2 lines
42262 M /trunk/modules/stream_out/gather.c
42264 English grammar fixes (I think)
42266 ------------------------------------------------------------------------
42267 r18772 | courmisch | 2007-02-10 20:54:55 +0100 (Sat, 10 Feb 2007) | 3 lines
42269 M /trunk/extras/contrib/src/Makefile
42270 A /trunk/extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
42272 Fix opening of multiple files with ffmpeg SVN
42273 (this is a revert of ffmpeg [7589])
42275 ------------------------------------------------------------------------
42276 r18771 | courmisch | 2007-02-10 20:49:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42278 M /trunk/extras/contrib/src/Makefile
42282 ------------------------------------------------------------------------
42283 r18770 | courmisch | 2007-02-10 19:54:00 +0100 (Sat, 10 Feb 2007) | 2 lines
42285 M /trunk/src/playlist/loadsave.c
42287 Disable xpsf playlist until it stops breaking streaming output
42289 ------------------------------------------------------------------------
42290 r18769 | courmisch | 2007-02-10 19:25:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42292 M /trunk/src/stream_output/sap.c
42294 Little typo, little buffer overflow
42296 ------------------------------------------------------------------------
42297 r18768 | courmisch | 2007-02-10 19:16:21 +0100 (Sat, 10 Feb 2007) | 2 lines
42299 M /trunk/src/stream_output/sdp.c
42301 Fix a bunch of bugs
42303 ------------------------------------------------------------------------
42304 r18767 | courmisch | 2007-02-10 18:49:11 +0100 (Sat, 10 Feb 2007) | 2 lines
42306 M /trunk/src/stream_output/sap.c
42308 Partial support for COMEDIA in SAP announcer
42310 ------------------------------------------------------------------------
42311 r18766 | fkuehne | 2007-02-10 18:47:50 +0100 (Sat, 10 Feb 2007) | 1 line
42313 M /trunk/modules/gui/macosx/misc.m
42315 * fixed a bug which prevented the fspanel to show up in some circumstances. Patch by Pierre d'Herbemont pdherbemont --at,- free.fr. This commit priortises Cocoa hotkeys instead of VLC's natives which is a good idea IMO.
42316 ------------------------------------------------------------------------
42317 r18765 | courmisch | 2007-02-10 18:34:37 +0100 (Sat, 10 Feb 2007) | 2 lines
42319 M /trunk/modules/stream_out/standard.c
42321 Remove useless debug message
42323 ------------------------------------------------------------------------
42324 r18764 | courmisch | 2007-02-10 18:33:27 +0100 (Sat, 10 Feb 2007) | 2 lines
42326 M /trunk/include/vlc_sout.h
42327 M /trunk/modules/stream_out/standard.c
42328 M /trunk/src/stream_output/announce.c
42329 M /trunk/src/stream_output/sap.c
42330 M /trunk/src/stream_output/stream_output.h
42332 Restore some kind of SAP support
42334 ------------------------------------------------------------------------
42335 r18763 | courmisch | 2007-02-10 18:33:06 +0100 (Sat, 10 Feb 2007) | 2 lines
42337 M /trunk/modules/access_output/udp.c
42341 ------------------------------------------------------------------------
42342 r18762 | courmisch | 2007-02-10 18:30:56 +0100 (Sat, 10 Feb 2007) | 2 lines
42344 M /trunk/include/vlc_variables.h
42348 ------------------------------------------------------------------------
42349 r18761 | courmisch | 2007-02-10 16:55:30 +0100 (Sat, 10 Feb 2007) | 2 lines
42351 M /trunk/modules/access_output/udp.c
42353 Export src/dst addr/port from UDP access output
42355 ------------------------------------------------------------------------
42356 r18760 | dionoea | 2007-02-10 16:29:27 +0100 (Sat, 10 Feb 2007) | 2 lines
42358 M /trunk/include/vlc_input.h
42360 allow up to x32 playback (instead of x8)
42362 ------------------------------------------------------------------------
42363 r18759 | courmisch | 2007-02-10 16:19:41 +0100 (Sat, 10 Feb 2007) | 2 lines
42365 M /trunk/modules/access_output/shout.c
42369 ------------------------------------------------------------------------
42370 r18758 | courmisch | 2007-02-10 15:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42372 M /trunk/include/vlc_sout.h
42373 M /trunk/modules/access/ftp.c
42374 M /trunk/modules/access_output/file.c
42375 M /trunk/modules/access_output/http.c
42376 M /trunk/modules/access_output/udp.c
42377 M /trunk/modules/codec/ffmpeg/mux.c
42378 M /trunk/modules/stream_out/rtp.c
42379 M /trunk/modules/stream_out/standard.c
42380 M /trunk/src/stream_output/stream_output.c
42382 s/psz_name/psz_path/ for consistency
42384 ------------------------------------------------------------------------
42385 r18757 | courmisch | 2007-02-10 15:43:45 +0100 (Sat, 10 Feb 2007) | 2 lines
42387 M /trunk/include/vlc_sout.h
42388 M /trunk/src/stream_output/stream_output.c
42390 Add pf_control to access_output
42392 ------------------------------------------------------------------------
42393 r18756 | courmisch | 2007-02-10 14:38:42 +0100 (Sat, 10 Feb 2007) | 2 lines
42395 M /trunk/modules/access/udp.c
42396 M /trunk/modules/access_output/udp.c
42398 Force RTP for UDP-Lite, as we have no legacy issue (suggestion from Md)
42400 ------------------------------------------------------------------------
42401 r18755 | courmisch | 2007-02-10 14:30:25 +0100 (Sat, 10 Feb 2007) | 2 lines
42403 M /trunk/modules/access_output/http.c
42407 ------------------------------------------------------------------------
42408 r18754 | courmisch | 2007-02-10 14:22:26 +0100 (Sat, 10 Feb 2007) | 2 lines
42410 M /trunk/modules/access_output/udp.c
42412 Remove useless define
42414 ------------------------------------------------------------------------
42415 r18753 | courmisch | 2007-02-10 14:15:50 +0100 (Sat, 10 Feb 2007) | 5 lines
42417 M /trunk/include/vlc_sout.h
42418 M /trunk/modules/access_output/udp.c
42419 M /trunk/modules/stream_out/rtp.c
42420 M /trunk/modules/stream_out/standard.c
42421 M /trunk/src/stream_output/announce.c
42422 M /trunk/src/stream_output/sap.c
42423 M /trunk/src/stream_output/stream_output.h
42425 Big SAP/announce cleanup
42426 plus several minor bugfixes in SAP announce
42428 OTOH, SAP is currently broken for standard output (and untested for RTP)
42430 ------------------------------------------------------------------------
42431 r18752 | courmisch | 2007-02-10 13:18:05 +0100 (Sat, 10 Feb 2007) | 2 lines
42433 M /trunk/include/vlc_network.h
42435 net_GetPort() returns network-byte order port number from an address
42437 ------------------------------------------------------------------------
42438 r18751 | courmisch | 2007-02-10 11:10:25 +0100 (Sat, 10 Feb 2007) | 2 lines
42440 M /trunk/include/vlc_variables.h
42442 Add var_GetNonEmptyString
42444 ------------------------------------------------------------------------
42445 r18750 | courmisch | 2007-02-10 10:49:15 +0100 (Sat, 10 Feb 2007) | 2 lines
42447 M /trunk/include/vlc_strings.h
42448 M /trunk/include/vlc_url.h
42449 M /trunk/src/text/strings.c
42451 De-inline base64 decoder
42453 ------------------------------------------------------------------------
42454 r18749 | courmisch | 2007-02-10 09:53:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42456 M /trunk/modules/stream_out/standard.c
42458 Fix compiler warning
42460 ------------------------------------------------------------------------
42461 r18748 | courmisch | 2007-02-10 09:50:47 +0100 (Sat, 10 Feb 2007) | 2 lines
42463 M /trunk/src/stream_output/sdp.c
42464 M /trunk/src/stream_output/stream_output.h
42466 Add support for session description
42468 ------------------------------------------------------------------------
42469 r18747 | courmisch | 2007-02-10 09:28:07 +0100 (Sat, 10 Feb 2007) | 2 lines
42471 M /trunk/src/stream_output/announce.c
42475 ------------------------------------------------------------------------
42476 r18746 | xtophe | 2007-02-10 01:11:32 +0100 (Sat, 10 Feb 2007) | 2 lines
42478 M /trunk/modules/control/telnet.c
42480 telnet.c: remove the bloat which was needed when strings were localized.
42482 ------------------------------------------------------------------------
42483 r18745 | dionoea | 2007-02-10 00:57:41 +0100 (Sat, 10 Feb 2007) | 2 lines
42485 M /trunk/share/http/js/functions.js
42486 M /trunk/share/http/requests/status.xml
42488 Add function to simulate hotkey presses from the HTTP interface. This is unused in the current pages. Patch courtesy of neilfred on the forums ( http://forum.videolan.org/viewtopic.php?t=31871 ). Someone now needs to add the missing buttons to the HTML code.
42490 ------------------------------------------------------------------------
42491 r18744 | dionoea | 2007-02-10 00:51:34 +0100 (Sat, 10 Feb 2007) | 2 lines
42493 M /trunk/modules/control/rc.c
42495 Add "key" (or "hotkey") command in RC to simulate a hotkey press. Original idea by artois_val on the forum ( http://forum.videolan.org/viewtopic.php?t=31646 ).
42497 ------------------------------------------------------------------------
42498 r18743 | courmisch | 2007-02-09 22:51:43 +0100 (Fri, 09 Feb 2007) | 3 lines
42500 M /trunk/include/vlc_sout.h
42501 M /trunk/modules/stream_out/rtp.c
42502 M /trunk/modules/stream_out/standard.c
42503 M /trunk/src/stream_output/announce.c
42504 M /trunk/src/stream_output/sap.c
42505 M /trunk/src/stream_output/stream_output.h
42507 Partial announce API cleanup
42510 ------------------------------------------------------------------------
42511 r18742 | courmisch | 2007-02-09 21:07:42 +0100 (Fri, 09 Feb 2007) | 2 lines
42514 M /trunk/modules/codec/x264.c
42516 multipass x264 patch courtesy of Sa?\197?\161o Kiselkov
42518 ------------------------------------------------------------------------
42519 r18740 | courmisch | 2007-02-09 20:35:29 +0100 (Fri, 09 Feb 2007) | 2 lines
42521 M /trunk/include/vlc_sout.h
42522 M /trunk/modules/stream_out/standard.c
42523 M /trunk/src/stream_output/sap.c
42525 Remove use SAP/TTL cruft
42527 ------------------------------------------------------------------------
42528 r18739 | courmisch | 2007-02-09 20:19:12 +0100 (Fri, 09 Feb 2007) | 2 lines
42530 M /trunk/src/stream_output/sap.c
42531 M /trunk/src/stream_output/sdp.c
42532 M /trunk/src/stream_output/stream_output.h
42536 ------------------------------------------------------------------------
42537 r18738 | courmisch | 2007-02-09 20:15:38 +0100 (Fri, 09 Feb 2007) | 3 lines
42539 M /trunk/src/Makefile.am
42540 A /trunk/src/stream_output/sdp.c
42542 Add SDP generation helper with a bunch of would-be conformance fixes
42543 (at least: i= is mandatory, TTL notation is forbidden for IPv6)
42545 ------------------------------------------------------------------------
42546 r18737 | courmisch | 2007-02-09 19:24:06 +0100 (Fri, 09 Feb 2007) | 2 lines
42548 M /trunk/include/vlc_mtime.h
42549 M /trunk/src/misc/mtime.c
42551 NTPtime64() returns an NTP timestamp
42553 ------------------------------------------------------------------------
42554 r18736 | massiot | 2007-02-09 14:57:06 +0100 (Fri, 09 Feb 2007) | 3 lines
42556 M /trunk/modules/demux/ts.c
42558 * modules/demux/ts.c: Fixed erroneous warning messages (reported by
42561 ------------------------------------------------------------------------
42562 r18735 | xtophe | 2007-02-09 00:26:56 +0100 (Fri, 09 Feb 2007) | 2 lines
42566 Spanish l10n update by Antonio Javier Varela
42568 ------------------------------------------------------------------------
42569 r18734 | massiot | 2007-02-08 15:12:09 +0100 (Thu, 08 Feb 2007) | 2 lines
42571 M /trunk/doc/fortunes.txt
42575 ------------------------------------------------------------------------
42576 r18733 | jb | 2007-02-08 02:21:35 +0100 (Thu, 08 Feb 2007) | 4 lines
42578 M /trunk/modules/gui/qt4/Modules.am
42579 M /trunk/modules/gui/qt4/components/simple_preferences.cpp
42580 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
42581 A /trunk/modules/gui/qt4/ui/sprefs_input.ui
42582 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
42584 Qt4: One Day / One Simples Pref UI.
42585 The Input Ui needs to be reviewed since I added a few buttons that weren't specified in the wiki.
42588 ------------------------------------------------------------------------
42589 r18732 | sigmunau | 2007-02-07 23:06:31 +0100 (Wed, 07 Feb 2007) | 2 lines
42591 M /trunk/src/video_output/vout_intf.c
42593 Don't crash on messed up aspect ratios.
42595 ------------------------------------------------------------------------
42596 r18731 | xtophe | 2007-02-07 21:00:55 +0100 (Wed, 07 Feb 2007) | 2 lines
42599 M /trunk/modules/video_output/x11/xcommon.c
42601 Add media key to X11 vouts. Patch by loox.thefuture
42603 ------------------------------------------------------------------------
42604 r18730 | damienf | 2007-02-07 16:18:58 +0100 (Wed, 07 Feb 2007) | 2 lines
42606 M /trunk/modules/video_output/directx/directx.c
42608 - directx: put the code in the right place ;)
42610 ------------------------------------------------------------------------
42611 r18729 | damienf | 2007-02-07 14:07:00 +0100 (Wed, 07 Feb 2007) | 2 lines
42613 M /trunk/modules/video_output/directx/direct3d.c
42614 M /trunk/modules/video_output/directx/directx.c
42616 - directx, direct3d: for non-overlay surfaces, remove the background brush after first frame is displayed to avoid flickering during repaints
42618 ------------------------------------------------------------------------
42619 r18728 | jb | 2007-02-07 02:25:14 +0100 (Wed, 07 Feb 2007) | 5 lines
42621 M /trunk/modules/gui/qt4/ui/sprefs_audio.ui
42623 Qt4: One Day / One ui. Audio.
42624 This is not finished because I don't have a windows machine. And needs some relabeling.:
42628 ------------------------------------------------------------------------
42629 r18727 | jb | 2007-02-07 00:32:35 +0100 (Wed, 07 Feb 2007) | 3 lines
42632 M /trunk/modules/video_filter/sharpen.c
42634 Patch from C?\195?\169dric Cocquebert for sharpen filter.
42637 ------------------------------------------------------------------------
42638 r18726 | thresh | 2007-02-06 16:26:28 +0100 (Tue, 06 Feb 2007) | 2 lines
42640 M /trunk/src/libvlc-common.c
42644 ------------------------------------------------------------------------
42645 r18725 | thresh | 2007-02-06 16:22:15 +0100 (Tue, 06 Feb 2007) | 2 lines
42647 M /trunk/src/libvlc-common.c
42649 Remove pid file on exit.
42651 ------------------------------------------------------------------------
42652 r18724 | xtophe | 2007-02-06 16:10:20 +0100 (Tue, 06 Feb 2007) | 2 lines
42654 M /trunk/po/POTFILES.in
42664 M /trunk/po/en_GB.po
42690 M /trunk/po/pt_BR.po
42691 M /trunk/po/pt_PT.po
42702 M /trunk/po/vlc.pot
42703 M /trunk/po/zh_CN.po
42704 M /trunk/po/zh_TW.po
42708 ------------------------------------------------------------------------
42709 r18723 | xtophe | 2007-02-06 16:09:54 +0100 (Tue, 06 Feb 2007) | 2 lines
42711 M /trunk/Makefile.am
42713 Xcode project has moved
42715 ------------------------------------------------------------------------
42716 r18722 | thresh | 2007-02-06 14:37:40 +0100 (Tue, 06 Feb 2007) | 4 lines
42718 M /trunk/configure.ac
42720 Properly check for Xext library. We got way more kludges in Xv detection, though...
42721 Should fix packaging, too.
42724 ------------------------------------------------------------------------
42725 r18721 | thresh | 2007-02-06 14:13:43 +0100 (Tue, 06 Feb 2007) | 2 lines
42727 M /trunk/src/libvlc.sym
42729 Added symbols needed to link vlc.
42731 ------------------------------------------------------------------------
42732 r18720 | jpsaman | 2007-02-06 09:57:51 +0100 (Tue, 06 Feb 2007) | 2 lines
42734 M /trunk/src/libvlc-common.c
42736 Fix by thresh for syslog logging. Initialized pointers to NULL, so it can be checked upon in the code.
42738 ------------------------------------------------------------------------
42739 r18719 | xtophe | 2007-02-06 01:01:17 +0100 (Tue, 06 Feb 2007) | 2 lines
42741 M /trunk/share/applications/vlc.desktop
42743 l10n in vlc.desktop for Swedish by Daniel Nylander
42745 ------------------------------------------------------------------------
42746 r18718 | jb | 2007-02-06 01:01:14 +0100 (Tue, 06 Feb 2007) | 4 lines
42754 ------------------------------------------------------------------------
42755 r18717 | jb | 2007-02-06 00:52:22 +0100 (Tue, 06 Feb 2007) | 3 lines
42759 NEWS: add teletext and sharpen, before we forget to do it. :D
42762 ------------------------------------------------------------------------
42763 r18716 | thresh | 2007-02-06 00:31:54 +0100 (Tue, 06 Feb 2007) | 2 lines
42765 M /trunk/modules/control/telnet.c
42767 Don't translate messages in telnet interface
42769 ------------------------------------------------------------------------
42770 r18715 | jb | 2007-02-06 00:27:14 +0100 (Tue, 06 Feb 2007) | 3 lines
42772 M /trunk/modules/gui/qt4/ui/sprefs_video.ui
42774 Qt4: Update and finish (?) Video Prefs.
42777 ------------------------------------------------------------------------
42778 r18714 | xtophe | 2007-02-05 23:02:43 +0100 (Mon, 05 Feb 2007) | 2 lines
42780 M /trunk/configure.ac
42782 Use DLL_EXPORT only on win
42784 ------------------------------------------------------------------------
42785 r18713 | thresh | 2007-02-05 22:29:32 +0100 (Mon, 05 Feb 2007) | 3 lines
42787 M /trunk/configure.ac
42789 Link screen and panoramix plugins with X11 only, they don't need Xext.
42790 Only build x11 plugin when we have Xext.h.
42792 ------------------------------------------------------------------------
42793 r18712 | damienf | 2007-02-05 19:06:04 +0100 (Mon, 05 Feb 2007) | 2 lines
42795 M /trunk/configure.ac
42797 -fvisibility-inlines-hidden breaks x86_64 ld linker
42799 ------------------------------------------------------------------------
42800 r18711 | courmisch | 2007-02-05 18:50:14 +0100 (Mon, 05 Feb 2007) | 4 lines
42802 M /trunk/src/network/io.c
42804 Warning: Explicit kludge - parental advisory
42806 Now, UDP-Lite really works!
42808 ------------------------------------------------------------------------
42809 r18710 | courmisch | 2007-02-05 18:35:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42811 M /trunk/modules/access_output/udp.c
42815 ------------------------------------------------------------------------
42816 r18709 | courmisch | 2007-02-05 18:21:56 +0100 (Mon, 05 Feb 2007) | 2 lines
42819 M /trunk/include/vlc_network.h
42820 M /trunk/modules/access_output/udp.c
42821 M /trunk/src/network/udp.c
42823 UDP-Lite access output
42825 ------------------------------------------------------------------------
42826 r18708 | courmisch | 2007-02-05 18:15:49 +0100 (Mon, 05 Feb 2007) | 2 lines
42828 M /trunk/modules/access/udp.c
42832 ------------------------------------------------------------------------
42833 r18707 | courmisch | 2007-02-05 18:06:28 +0100 (Mon, 05 Feb 2007) | 2 lines
42835 M /trunk/modules/access/udp.c
42839 ------------------------------------------------------------------------
42840 r18706 | courmisch | 2007-02-05 18:04:55 +0100 (Mon, 05 Feb 2007) | 2 lines
42842 M /trunk/src/network/udp.c
42844 Fix memory leaks and dummy error messages in net_OpenDgram
42846 ------------------------------------------------------------------------
42847 r18705 | damienf | 2007-02-05 17:55:50 +0100 (Mon, 05 Feb 2007) | 2 lines
42851 - vlc.c: commented out rootwrap() till it is properly fixed
42853 ------------------------------------------------------------------------
42854 r18704 | courmisch | 2007-02-05 17:49:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42856 M /trunk/modules/access/udp.c
42858 Fix impossible out-of-bound strcmp
42860 ------------------------------------------------------------------------
42861 r18703 | damienf | 2007-02-05 17:43:41 +0100 (Mon, 05 Feb 2007) | 2 lines
42863 M /trunk/configure.ac
42865 - configure.ac: -fvisibility-inlines-hidden is C++ only
42867 ------------------------------------------------------------------------
42868 r18702 | courmisch | 2007-02-05 17:32:31 +0100 (Mon, 05 Feb 2007) | 4 lines
42871 M /trunk/configure.ac
42872 M /trunk/include/vlc_network.h
42873 M /trunk/modules/access/udp.c
42874 M /trunk/src/network/udp.c
42878 This is completely untested because vlc does not link at the moment :(
42880 ------------------------------------------------------------------------
42881 r18701 | damienf | 2007-02-05 16:45:14 +0100 (Mon, 05 Feb 2007) | 2 lines
42883 M /trunk/include/vlc_common.h
42885 - vlc_common.h: compile fix
42887 ------------------------------------------------------------------------
42888 r18700 | damienf | 2007-02-05 15:58:40 +0100 (Mon, 05 Feb 2007) | 2 lines
42890 M /trunk/configure.ac
42891 M /trunk/include/vlc/vlc.h
42892 M /trunk/include/vlc_common.h
42893 M /trunk/include/vlc_modules_macros.h
42895 - added support for visibility attribute for GCC 4.x for controlling export symbols
42897 ------------------------------------------------------------------------
42898 r18699 | jb | 2007-02-05 00:15:19 +0100 (Mon, 05 Feb 2007) | 3 lines
42900 M /trunk/include/vlc_modules.h
42901 M /trunk/src/misc/modules.c
42903 Add a module_Exists() function for Simple_Prefs. Don't use too much this function.
42906 ------------------------------------------------------------------------
42907 r18698 | jb | 2007-02-04 23:40:21 +0100 (Sun, 04 Feb 2007) | 3 lines
42909 M /trunk/modules/video_filter/sharpen.c
42911 Change in copyright and propedit.
42914 ------------------------------------------------------------------------
42915 r18697 | jb | 2007-02-04 23:27:07 +0100 (Sun, 04 Feb 2007) | 4 lines
42917 M /trunk/configure.ac
42918 M /trunk/modules/video_filter/Modules.am
42919 A /trunk/modules/video_filter/sharpen.c
42921 Sharpen Video-Filter.
42922 Work from DJ_Mulder on the forum, changes by /me helped by dionoea and jpsaman.
42925 ------------------------------------------------------------------------
42926 r18696 | jb | 2007-02-04 22:14:43 +0100 (Sun, 04 Feb 2007) | 3 lines
42929 M /trunk/modules/control/dbus.c
42931 D-Bus ameliorations and fix by Mr_Mirsal.
42934 ------------------------------------------------------------------------
42935 r18695 | xtophe | 2007-02-04 21:20:41 +0100 (Sun, 04 Feb 2007) | 2 lines
42939 support for automake 1.10. Patch courtesy of scop on trac. Fix #1041
42941 ------------------------------------------------------------------------
42942 r18693 | damienf | 2007-02-03 23:41:43 +0100 (Sat, 03 Feb 2007) | 2 lines
42944 M /trunk/include/vlc_common.h
42946 - vlc_common.h: fix for vlc_wclosedir on MacOS X
42948 ------------------------------------------------------------------------
42949 r18692 | damienf | 2007-02-03 23:01:20 +0100 (Sat, 03 Feb 2007) | 3 lines
42951 M /trunk/configure.ac
42952 M /trunk/include/vlc/libvlc.h
42953 M /trunk/include/vlc/vlc.h
42954 M /trunk/include/vlc_common.h
42955 M /trunk/src/Makefile.am
42958 - added controlled symbol export support for win32. Now, all visible symbols in libvlc.dll must be declared using either VLC_EXPORT or VLC_PUBLIC_API. Otherwise, they will not be exported. this has the advantage of reducing the number of symbols in the DLL, saving on file size an binding time at runtime. All exported symbols will be listed in the libvlc.def file.
42959 This also pave the way for using the visibility feature in GCC 4, adding controlled symbols export for UNIX/MacOS X as well.
42961 ------------------------------------------------------------------------
42962 r18691 | dionoea | 2007-02-03 03:55:33 +0100 (Sat, 03 Feb 2007) | 2 lines
42964 M /trunk/modules/video_filter/gradient.c
42968 ------------------------------------------------------------------------
42969 r18690 | dionoea | 2007-02-02 22:46:19 +0100 (Fri, 02 Feb 2007) | 2 lines
42971 M /trunk/src/video_output/vout_intf.c
42973 Use DIR_SEP instead of "/"
42975 ------------------------------------------------------------------------
42976 r18689 | massiot | 2007-02-02 22:31:18 +0100 (Fri, 02 Feb 2007) | 3 lines
42978 M /trunk/doc/fortunes.txt
42980 * doc/fortunes.txt is a fortune file, please keep it in a format
42981 compatible with UNIX fortune executable.
42983 ------------------------------------------------------------------------
42984 r18688 | dionoea | 2007-02-02 22:17:29 +0100 (Fri, 02 Feb 2007) | 2 lines
42986 M /trunk/doc/fortunes.txt
42988 Small formating fix.
42990 ------------------------------------------------------------------------
42991 r18687 | dionoea | 2007-02-02 21:51:11 +0100 (Fri, 02 Feb 2007) | 2 lines
42993 M /trunk/include/vlc_common.h
42994 M /trunk/modules/video_filter/adjust.c
42995 M /trunk/modules/video_filter/gradient.c
42996 M /trunk/modules/video_filter/panoramix.c
42998 Copy clip_uint8() function from ffmpeg and replace where applicable for video filters.
43000 ------------------------------------------------------------------------
43001 r18686 | dionoea | 2007-02-02 21:30:49 +0100 (Fri, 02 Feb 2007) | 2 lines
43003 M /trunk/doc/fortunes.txt
43005 "I'm a girl!" fortune (x2) from 2 days ago.
43007 ------------------------------------------------------------------------
43008 r18685 | damienf | 2007-02-02 12:43:50 +0100 (Fri, 02 Feb 2007) | 2 lines
43010 M /trunk/modules/video_output/directx/direct3d.c
43012 - direct3d: device reset fixes (when resolution changes, etc...)
43014 ------------------------------------------------------------------------
43015 r18684 | fkuehne | 2007-02-02 10:17:58 +0100 (Fri, 02 Feb 2007) | 1 line
43017 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
43018 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
43019 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
43021 * this part of [18683] wasn't supposed to be committed. Reverting to previous revision.
43022 ------------------------------------------------------------------------
43023 r18683 | fkuehne | 2007-02-02 10:12:37 +0100 (Fri, 02 Feb 2007) | 7 lines
43025 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
43026 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
43027 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
43028 D /trunk/extras/MacOSX/vlc.pbproj
43029 A /trunk/extras/MacOSX/vlc.xcodeproj (from /trunk/extras/MacOSX/vlc.pbproj:18682)
43030 M /trunk/extras/MacOSX/vlc.xcodeproj/project.pbxproj
43031 M /trunk/modules/gui/macosx/AppleRemote.h
43032 M /trunk/modules/gui/macosx/AppleRemote.m
43033 M /trunk/modules/gui/macosx/about.m
43034 M /trunk/modules/gui/macosx/bookmarks.m
43035 M /trunk/modules/gui/macosx/equalizer.h
43036 M /trunk/modules/gui/macosx/equalizer.m
43037 M /trunk/modules/gui/macosx/fspanel.h
43038 M /trunk/modules/gui/macosx/fspanel.m
43039 M /trunk/modules/gui/macosx/interaction.m
43040 M /trunk/modules/gui/macosx/intf.h
43041 M /trunk/modules/gui/macosx/intf.m
43042 M /trunk/modules/gui/macosx/macosx.m
43043 M /trunk/modules/gui/macosx/misc.m
43044 M /trunk/modules/gui/macosx/output.h
43045 M /trunk/modules/gui/macosx/output.m
43046 M /trunk/modules/gui/macosx/playlistinfo.m
43047 M /trunk/modules/gui/macosx/prefs_widgets.h
43048 M /trunk/modules/gui/macosx/prefs_widgets.m
43049 M /trunk/modules/gui/macosx/vout.m
43050 M /trunk/modules/gui/macosx/voutgl.m
43052 * collection of various fixes and edits
43053 - removed <10.3 support in the preferences' code
43054 - added preliminary support for Obj-C 2.0 / Garbage Collection
43055 - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
43056 - updated various copyright dates to approbate values
43057 - configured the source tree in the Xcode project for future Xcode releases
43058 - finally renamed the Xcode project to the correct bundle extension
43059 ------------------------------------------------------------------------
43060 r18682 | dionoea | 2007-02-02 00:22:15 +0100 (Fri, 02 Feb 2007) | 2 lines
43062 M /trunk/share/http/dialogs/sout
43066 ------------------------------------------------------------------------
43067 r18681 | xtophe | 2007-02-01 21:06:54 +0100 (Thu, 01 Feb 2007) | 2 lines
43069 M /trunk/modules/gui/qt4/qt4.cpp
43073 ------------------------------------------------------------------------
43074 r18680 | jb | 2007-02-01 20:12:45 +0100 (Thu, 01 Feb 2007) | 3 lines
43077 M /trunk/modules/control/dbus.c
43079 D-Bus Patch by Mirsal ENNAIME
43082 ------------------------------------------------------------------------
43083 r18679 | funman | 2007-02-01 19:45:53 +0100 (Thu, 01 Feb 2007) | 2 lines
43085 M /trunk/modules/gui/qt4/dialogs/prefs_dialog.cpp
43087 Displays and hides simple preferences correctly
43089 ------------------------------------------------------------------------
43090 r18678 | funman | 2007-02-01 19:45:25 +0100 (Thu, 01 Feb 2007) | 2 lines
43092 M /trunk/src/libvlc-common.c
43094 Always initialise dbus threads
43096 ------------------------------------------------------------------------
43097 r18677 | jb | 2007-02-01 19:40:30 +0100 (Thu, 01 Feb 2007) | 3 lines
43099 M /trunk/modules/gui/qt4/components/preferences_widgets.hpp
43104 ------------------------------------------------------------------------
43105 r18676 | damienf | 2007-02-01 15:28:41 +0100 (Thu, 01 Feb 2007) | 2 lines
43107 M /trunk/modules/video_output/directx/direct3d.c
43109 - direct3d.c: attempt to fix incompatibility with Vista, needs testing since i still don't have a Vista system to test against
43111 ------------------------------------------------------------------------
43112 r18675 | jb | 2007-01-31 23:34:30 +0100 (Wed, 31 Jan 2007) | 3 lines
43114 M /trunk/extras/contrib/src/Makefile
43116 Correction on the Makefile ..
43119 ------------------------------------------------------------------------
43120 r18674 | jb | 2007-01-31 23:27:57 +0100 (Wed, 31 Jan 2007) | 3 lines
43122 M /trunk/extras/contrib/src/Makefile
43123 D /trunk/extras/contrib/src/Patches/ffmpeg-alignment.patch
43125 Win32 Contrib: Repair ffmpeg compile.
43128 ------------------------------------------------------------------------
43129 r18673 | jb | 2007-01-31 20:51:46 +0100 (Wed, 31 Jan 2007) | 3 lines
43131 M /trunk/modules/gui/qt4/dialogs/messages.cpp
43133 Qt4: messages. Small commit to fix two forgottten qfu() and to add whitespaces where needed.
43136 ------------------------------------------------------------------------
43137 r18672 | damienf | 2007-01-31 20:50:48 +0100 (Wed, 31 Jan 2007) | 2 lines
43139 M /trunk/activex/connectioncontainer.cpp
43141 - activex: misc fixes for properties and events sinks
43143 ------------------------------------------------------------------------
43144 r18671 | damienf | 2007-01-31 20:49:20 +0100 (Wed, 31 Jan 2007) | 2 lines
43146 M /trunk/activex/main.cpp
43147 M /trunk/activex/plugin.cpp
43148 M /trunk/activex/plugin.h
43149 M /trunk/activex/utils.cpp
43150 M /trunk/activex/utils.h
43151 M /trunk/configure.ac
43153 - activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems
43155 ------------------------------------------------------------------------
43156 r18670 | jb | 2007-01-31 00:56:24 +0100 (Wed, 31 Jan 2007) | 3 lines
43158 M /trunk/modules/gui/qt4/components/infopanels.cpp
43160 Qt4 : translate the titles for stats.
43163 ------------------------------------------------------------------------
43164 r18669 | jb | 2007-01-31 00:37:33 +0100 (Wed, 31 Jan 2007) | 5 lines
43166 M /trunk/modules/gui/qt4/Modules.am
43167 M /trunk/modules/gui/qt4/components/infopanels.cpp
43168 M /trunk/modules/gui/qt4/components/infopanels.hpp
43169 D /trunk/modules/gui/qt4/ui/input_stats.ui
43171 * Qt4 : Use a QTreeWidget instead of a ui to display stats. I hope in that way it will become easier to resize and easier to add stats...
43173 Btw about Qt4 modules, http://wiki.videolan.org/QtIntfTODO and http://wiki.videolan.org/Simple_Preferences have been updated. Give it a look and help us...
43176 ------------------------------------------------------------------------
43177 r18668 | jpsaman | 2007-01-30 20:34:37 +0100 (Tue, 30 Jan 2007) | 2 lines
43179 M /trunk/src/libvlc-common.c
43180 M /trunk/src/misc/configuration.c
43181 M /trunk/src/misc/modules.c
43182 M /trunk/src/misc/objects.c
43184 Fixed crash on vlc exit/quit and added sanity checking for pointers in the module init/exit paths.
43186 ------------------------------------------------------------------------
43187 r18667 | jpsaman | 2007-01-30 19:45:47 +0100 (Tue, 30 Jan 2007) | 1 line
43189 M /trunk/extras/contrib/bootstrap
43191 Forcefully set PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for pkgconfig only if these environment variables haven't been set yet. And the path /usr/lib/pkgconfig exists. This fixes building wxwidgets in contrib for Fedora Core 6
43192 ------------------------------------------------------------------------
43193 r18666 | xtophe | 2007-01-30 14:55:57 +0100 (Tue, 30 Jan 2007) | 2 lines
43195 M /trunk/extras/contrib/Makefile
43199 ------------------------------------------------------------------------
43200 r18665 | jpsaman | 2007-01-30 14:04:27 +0100 (Tue, 30 Jan 2007) | 1 line
43202 M /trunk/extras/contrib/src/Distributions/win32.mak
43204 oops copypaste error
43205 ------------------------------------------------------------------------
43206 r18664 | jpsaman | 2007-01-30 13:52:47 +0100 (Tue, 30 Jan 2007) | 4 lines
43208 M /trunk/extras/contrib/README
43209 M /trunk/extras/contrib/bootstrap
43210 A /trunk/extras/contrib/src/Distributions
43211 A /trunk/extras/contrib/src/Distributions/beos.mak
43212 A /trunk/extras/contrib/src/Distributions/darwin.mak
43213 A /trunk/extras/contrib/src/Distributions/debian.mak
43214 A /trunk/extras/contrib/src/Distributions/fedora.mak
43215 A /trunk/extras/contrib/src/Distributions/unix.mak
43216 A /trunk/extras/contrib/src/Distributions/win32.mak
43217 A /trunk/extras/contrib/src/Distributions/wince.mak
43218 M /trunk/extras/contrib/src/Makefile
43220 Extend contrib buildsystem to allow for a finer control on system and Linux distributions rules. The bootstrap tries to guess the operating system to build for by looking at the compiler prefix. For native building (usually Linux/Unix-like systems) additional matching logic should be written. Currently only Fedora-Core systems are detected as being different from the normal Unix-rules.
43222 Extend this logic to make a distinction for your system if it deviates from the standard Unix-like system that our contrib recognizes atm.
43224 ------------------------------------------------------------------------
43225 r18663 | dionoea | 2007-01-29 23:27:16 +0100 (Mon, 29 Jan 2007) | 2 lines
43227 M /trunk/doc/skins/skins2-howto.xml
43231 ------------------------------------------------------------------------
43232 r18662 | jb | 2007-01-29 01:09:40 +0100 (Mon, 29 Jan 2007) | 3 lines
43234 M /trunk/extras/contrib/src/packages.mak
43236 Correct a typo mistake I did earlier.
43239 ------------------------------------------------------------------------
43240 r18661 | jb | 2007-01-29 01:04:11 +0100 (Mon, 29 Jan 2007) | 3 lines
43242 M /trunk/extras/contrib/src/packages.mak
43244 Correct a typo in packages.mak.
43247 ------------------------------------------------------------------------
43248 r18660 | jb | 2007-01-29 00:50:24 +0100 (Mon, 29 Jan 2007) | 3 lines
43250 M /trunk/extras/contrib/src/Makefile
43252 Make sure "make source" works correctly.
43255 ------------------------------------------------------------------------
43256 r18659 | jb | 2007-01-29 00:28:29 +0100 (Mon, 29 Jan 2007) | 3 lines
43258 M /trunk/extras/contrib/src/Makefile
43263 ------------------------------------------------------------------------
43264 r18658 | jb | 2007-01-29 00:18:24 +0100 (Mon, 29 Jan 2007) | 4 lines
43266 M /trunk/extras/contrib/src/Makefile
43268 Clean .svn before tarballs.
43272 ------------------------------------------------------------------------
43273 r18657 | jb | 2007-01-28 23:55:28 +0100 (Sun, 28 Jan 2007) | 3 lines
43275 M /trunk/extras/contrib/src/Makefile
43277 Make the "make source" much better, to do ffmpeg-svn, x264-svn, libmatroska-svn tarballs. That help a lot to make some directories with all the libs sources.
43280 ------------------------------------------------------------------------
43281 r18656 | jb | 2007-01-28 23:26:37 +0100 (Sun, 28 Jan 2007) | 3 lines
43283 M /trunk/extras/contrib/src/Makefile
43284 M /trunk/extras/contrib/src/packages.mak
43286 libmpcdec updated to 1.2.4. Should work on all systems. But will need an extra check on some MacOSX
43289 ------------------------------------------------------------------------
43290 r18655 | ipkiss | 2007-01-28 23:24:42 +0100 (Sun, 28 Jan 2007) | 2 lines
43292 M /trunk/doc/skins/skins2-howto.xml
43294 * doc/skins/skins2-howto.xml: mentions of the forum and the wiki
43296 ------------------------------------------------------------------------
43297 r18654 | jb | 2007-01-28 23:05:31 +0100 (Sun, 28 Jan 2007) | 4 lines
43299 M /trunk/extras/contrib/src/packages.mak
43301 Just a useless change of version.
43305 ------------------------------------------------------------------------
43306 r18653 | ipkiss | 2007-01-28 21:48:10 +0100 (Sun, 28 Jan 2007) | 2 lines
43308 M /trunk/doc/skins/skins2-howto.xml
43310 * doc/skins/skins2-howto.xml: a few fixes
43312 ------------------------------------------------------------------------
43313 r18652 | dionoea | 2007-01-28 21:43:57 +0100 (Sun, 28 Jan 2007) | 2 lines
43315 M /trunk/doc/skins/skins2-howto.xml
43317 Add VLC to the keyword list (this is completely useless)
43319 ------------------------------------------------------------------------
43320 r18651 | ipkiss | 2007-01-28 21:37:21 +0100 (Sun, 28 Jan 2007) | 5 lines
43322 M /trunk/doc/skins/skins2-howto.xml
43323 M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
43324 M /trunk/modules/gui/skins2/commands/cmd_minimize.hpp
43325 M /trunk/modules/gui/skins2/parser/interpreter.cpp
43326 M /trunk/modules/gui/skins2/src/generic_window.cpp
43327 M /trunk/modules/gui/skins2/src/top_window.cpp
43328 M /trunk/modules/gui/skins2/src/top_window.hpp
43329 M /trunk/modules/gui/skins2/src/window_manager.cpp
43330 M /trunk/modules/gui/skins2/src/window_manager.hpp
43331 M /trunk/modules/gui/skins2/utils/position.hpp
43334 - new WindowID.maximize() and WindowID.unmaximize() actions
43335 - new WindowID.isMaximized boolean variable
43338 ------------------------------------------------------------------------
43339 r18650 | jb | 2007-01-28 19:58:20 +0100 (Sun, 28 Jan 2007) | 3 lines
43341 M /trunk/extras/contrib/src/packages.mak
43343 * Libxml2 version up from 2.6.26 to 2.6.27
43346 ------------------------------------------------------------------------
43347 r18649 | asmax | 2007-01-28 19:18:52 +0100 (Sun, 28 Jan 2007) | 2 lines
43351 M /trunk/configure.ac
43352 M /trunk/menuconfig
43354 - thou shalt keep menuconfig up-to-date and not disable it
43356 ------------------------------------------------------------------------
43357 r18648 | jb | 2007-01-28 19:06:48 +0100 (Sun, 28 Jan 2007) | 4 lines
43359 M /trunk/extras/contrib/src/packages.mak
43361 Change libpng version to 1.2.15 especially to fix security issue CVE-2006-3334.
43362 Tested on epsilon, veda, altair/mingw32.
43365 ------------------------------------------------------------------------
43366 r18647 | ipkiss | 2007-01-28 17:49:30 +0100 (Sun, 28 Jan 2007) | 5 lines
43368 M /trunk/doc/skins/skins2-howto.xml
43369 M /trunk/modules/gui/skins2/parser/builder.cpp
43370 M /trunk/modules/gui/skins2/parser/builder.hpp
43371 M /trunk/modules/gui/skins2/parser/builder_data.def
43372 M /trunk/modules/gui/skins2/parser/builder_data.hpp
43373 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
43374 M /trunk/modules/gui/skins2/parser/skin_parser.hpp
43375 M /trunk/modules/gui/skins2/src/generic_layout.cpp
43376 M /trunk/modules/gui/skins2/src/generic_layout.hpp
43377 M /trunk/modules/gui/skins2/src/theme.cpp
43378 M /trunk/modules/gui/skins2/src/theme.hpp
43379 M /trunk/modules/gui/skins2/src/window_manager.cpp
43380 M /trunk/modules/gui/skins2/src/window_manager.hpp
43381 M /trunk/modules/gui/skins2/utils/position.cpp
43382 M /trunk/modules/gui/skins2/utils/position.hpp
43383 M /trunk/share/skins2/skin.dtd
43386 - New Panel tag, allowing to group the resizing behaviour of controls
43387 - Documentation updated accordingly
43388 - Fixed a memory leak due to CtrlMove/CtrlResize objects
43390 ------------------------------------------------------------------------
43391 r18646 | fkuehne | 2007-01-28 15:11:09 +0100 (Sun, 28 Jan 2007) | 1 line
43393 M /trunk/extras/contrib/bootstrap
43395 *added yet another possible svn location (to detect certain default installations)
43396 ------------------------------------------------------------------------
43397 r18645 | fkuehne | 2007-01-28 14:40:20 +0100 (Sun, 28 Jan 2007) | 1 line
43399 M /trunk/extras/contrib/Makefile
43401 * remove config.mak on make clean as well
43402 ------------------------------------------------------------------------
43403 r18644 | dionoea | 2007-01-28 01:53:39 +0100 (Sun, 28 Jan 2007) | 2 lines
43407 update developers website.
43409 ------------------------------------------------------------------------
43410 r18643 | courmisch | 2007-01-27 23:29:29 +0100 (Sat, 27 Jan 2007) | 2 lines
43412 M /trunk/modules/demux/ps.h
43414 Add some missing consts
43416 ------------------------------------------------------------------------
43417 r18642 | dionoea | 2007-01-27 22:22:13 +0100 (Sat, 27 Jan 2007) | 6 lines
43419 M /trunk/modules/demux/ps.h
43421 * add stream assignements for DTS(-HD) / (E-)AC3 / MLP / VC1 used by HD DVDs.
43422 * the dts/ac3 changes fix some files from http://samples.mplayerhq.hu/evob/ and some other sources.
43423 * MLP doesn't have any know free decoder (nor do i have any sample) so this is basically "for the future"
43424 * VC1 doesn't work ... most likely needs some more changes to the code.
43425 * remove trailing spaces
43427 ------------------------------------------------------------------------
43428 r18641 | courmisch | 2007-01-27 22:14:39 +0100 (Sat, 27 Jan 2007) | 2 lines
43430 M /trunk/modules/demux/ps.c
43434 ------------------------------------------------------------------------
43435 r18640 | courmisch | 2007-01-27 22:02:35 +0100 (Sat, 27 Jan 2007) | 2 lines
43437 M /trunk/modules/demux/ps.c
43441 ------------------------------------------------------------------------
43442 r18639 | ipkiss | 2007-01-27 00:25:49 +0100 (Sat, 27 Jan 2007) | 2 lines
43444 M /trunk/doc/skins/skins2-howto.xml
43446 * doc/skins/skins2-howto.xml: Fixed a mistake
43448 ------------------------------------------------------------------------
43449 r18638 | dionoea | 2007-01-26 23:39:25 +0100 (Fri, 26 Jan 2007) | 2 lines
43451 M /trunk/src/text/strings.c
43455 ------------------------------------------------------------------------
43456 r18637 | dionoea | 2007-01-26 23:37:28 +0100 (Fri, 26 Jan 2007) | 2 lines
43458 M /trunk/include/vlc_strings.h
43459 M /trunk/modules/access_output/file.c
43460 M /trunk/modules/video_filter/marq.c
43461 M /trunk/modules/video_output/image.c
43462 M /trunk/src/text/strings.c
43463 M /trunk/src/video_output/vout_intf.c
43465 add new filename_sanitize and path_sanitize functions to remove forbidden charcters from filenames/paths and use where appropriate.
43467 ------------------------------------------------------------------------
43468 r18636 | jb | 2007-01-25 23:46:26 +0100 (Thu, 25 Jan 2007) | 6 lines
43470 M /trunk/extras/contrib/src/Makefile
43471 M /trunk/extras/contrib/src/packages.mak
43473 Commented unuseful packages.
43474 Repairing some sources links.
43475 Add a "make source" process to get all the tar.(bz2|gz) in one dir.
43479 ------------------------------------------------------------------------
43480 r18635 | xtophe | 2007-01-25 21:26:02 +0100 (Thu, 25 Jan 2007) | 2 lines
43483 M /trunk/src/libvlc-module.c
43485 Change the default for sout-keep to enabled.
43487 ------------------------------------------------------------------------
43488 r18634 | jb | 2007-01-25 20:42:49 +0100 (Thu, 25 Jan 2007) | 4 lines
43490 M /trunk/modules/video_filter/crop.c
43491 M /trunk/modules/video_filter/panoramix.c
43493 Some small modifications to crop and panoramix to repair calls for uninitialized variables.
43494 Patch by Cedric Coquebert.
43497 ------------------------------------------------------------------------
43498 r18633 | massiot | 2007-01-25 19:33:59 +0100 (Thu, 25 Jan 2007) | 3 lines
43500 M /trunk/modules/codec/telx.c
43502 * modules/codec/telx.c: New option to work around wrong implementation
43503 of the teletext descriptor by some French channels.
43505 ------------------------------------------------------------------------
43506 r18632 | jb | 2007-01-24 20:21:43 +0100 (Wed, 24 Jan 2007) | 3 lines
43508 M /trunk/modules/video_output/opengl.c
43510 Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert.
43513 ------------------------------------------------------------------------
43514 r18631 | dionoea | 2007-01-23 22:40:51 +0100 (Tue, 23 Jan 2007) | 2 lines
43516 M /trunk/src/video_output/vout_intf.c
43518 * Enable format time/meta stuff in snapshot-prefix.
43520 ------------------------------------------------------------------------
43521 r18630 | massiot | 2007-01-23 18:50:32 +0100 (Tue, 23 Jan 2007) | 2 lines
43523 M /trunk/include/vlc_es_out.h
43524 M /trunk/modules/demux/ts.c
43525 M /trunk/src/input/es_out.c
43527 * modules/demux/ts.c: Fixed stream output mode detection.
43529 ------------------------------------------------------------------------
43530 r18629 | jb | 2007-01-23 18:37:48 +0100 (Tue, 23 Jan 2007) | 4 lines
43532 M /trunk/modules/video_filter/panoramix.c
43534 Patch by Cedric Cocquebert to improve the panoramix module.
43538 ------------------------------------------------------------------------
43539 r18628 | sam | 2007-01-23 18:25:32 +0100 (Tue, 23 Jan 2007) | 2 lines
43541 M /trunk/src/misc/mtime.c
43543 * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
43545 ------------------------------------------------------------------------
43546 r18627 | jpsaman | 2007-01-23 09:09:38 +0100 (Tue, 23 Jan 2007) | 2 lines
43548 M /trunk/modules/codec/spudec/parse.c
43550 When no start display time is found in a subpicture then return with an error message. Problem reported by: Hytham Alihassan.
43552 ------------------------------------------------------------------------
43553 r18626 | hartman | 2007-01-22 16:11:02 +0100 (Mon, 22 Jan 2007) | 2 lines
43555 M /trunk/extras/contrib/src/Makefile
43557 * disable gnutls C++ lib. it's broken
43559 ------------------------------------------------------------------------
43560 r18625 | jb | 2007-01-22 00:50:27 +0100 (Mon, 22 Jan 2007) | 4 lines
43562 M /trunk/extras/contrib/src/packages.mak
43564 Update freetype from 2.1.9 to 2.3.0. This has been tested on veda, espilon, altair, altair/sid-id386/Mingw32.
43568 ------------------------------------------------------------------------
43569 r18623 | fkuehne | 2007-01-21 20:19:32 +0100 (Sun, 21 Jan 2007) | 1 line
43571 M /trunk/extras/contrib/src/packages.mak
43573 * download the SDL stuff from sourceforge instead of the bogus official server, as the SF park is much faster and more reliable (forward-porting [18622])
43574 ------------------------------------------------------------------------
43575 r18620 | xtophe | 2007-01-20 21:21:12 +0100 (Sat, 20 Jan 2007) | 3 lines
43577 M /trunk/modules/codec/telx.c
43578 M /trunk/modules/demux/ts.c
43580 ts.c: Current libdvbpsi is buggy so wait for 0.1.6 to activate the teletext detection code
43581 ts.c, telx.c: Fallback to teletext detection if TS detection wasn't possible
43583 ------------------------------------------------------------------------
43584 r18618 | xtophe | 2007-01-20 02:04:00 +0100 (Sat, 20 Jan 2007) | 2 lines
43586 M /trunk/extras/contrib/src/Makefile
43587 M /trunk/extras/contrib/src/Patches/gnutls-win32.patch
43588 M /trunk/extras/contrib/src/packages.mak
43590 Update libgcrypt and libgnutls
43592 ------------------------------------------------------------------------
43593 r18616 | courmisch | 2007-01-19 20:49:40 +0100 (Fri, 19 Jan 2007) | 2 lines
43595 M /trunk/include/vlc_block.h
43597 Fix block_New failure check
43599 ------------------------------------------------------------------------
43600 r18615 | massiot | 2007-01-19 19:26:39 +0100 (Fri, 19 Jan 2007) | 8 lines
43602 M /trunk/modules/codec/telx.c
43603 M /trunk/modules/demux/ts.c
43604 M /trunk/modules/mux/mpeg/ts.c
43606 * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES
43607 for different languages. Slightly changed the way the dvbsub parser
43608 works to allow correct streaming with --sout-all or --programs.
43609 * modules/mux/mpeg/ts.c: Changes to allow descriptor pass-through with
43610 telx and dvbsub. This is kind of kludgy.
43611 * module/codec/telx.c: Got rid of the ugly static variables and use
43612 info from the TS demux.
43614 ------------------------------------------------------------------------
43615 r18613 | hartman | 2007-01-18 22:22:52 +0100 (Thu, 18 Jan 2007) | 2 lines
43617 M /trunk/modules/codec/telx.c
43619 * Set svn properties for the telx.c file
43621 ------------------------------------------------------------------------
43622 r18612 | massiot | 2007-01-18 16:14:36 +0100 (Thu, 18 Jan 2007) | 2 lines
43624 M /trunk/doc/fortunes.txt
43628 ------------------------------------------------------------------------
43629 r18610 | hartman | 2007-01-18 15:04:47 +0100 (Thu, 18 Jan 2007) | 2 lines
43631 M /trunk/modules/codec/telx.c
43633 * compile fix: missing comma in debug statement
43635 ------------------------------------------------------------------------
43636 r18609 | hartman | 2007-01-18 14:57:25 +0100 (Thu, 18 Jan 2007) | 9 lines
43638 M /trunk/modules/codec/telx.c
43640 Teletext module patch by Vincent Penne
43642 - the stream provided by thedj containing some kind of VPS informations know works fine (they aren't displayed as subtitles anymore). It also solve the same issue on two examples streams on the vlc file repository (called stream-demux-telx-1.dump and stream-demux-telx-2.dump)
43644 - got rid of a kludge that used to be necessary on the "has-subtitles.ts" example stream to avoid subtitles disapearing too fast in some cases. I don't know exactly why it's not anymore necessary, probably because I handle better the subtitle flag now.
43646 - now the page number is handled independently for each 8 magazines
43649 ------------------------------------------------------------------------
43650 r18608 | xtophe | 2007-01-18 00:33:06 +0100 (Thu, 18 Jan 2007) | 2 lines
43652 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
43654 Fix the preferences under wx
43656 ------------------------------------------------------------------------
43657 r18607 | xtophe | 2007-01-17 21:49:44 +0100 (Wed, 17 Jan 2007) | 2 lines
43659 M /trunk/modules/codec/telx.c
43661 add a shortname and delete unused variable
43663 ------------------------------------------------------------------------
43664 r18606 | massiot | 2007-01-17 19:06:52 +0100 (Wed, 17 Jan 2007) | 2 lines
43666 M /trunk/modules/codec/telx.c
43668 * modules/codec/telx.c: Pedantic coding style changes.
43670 ------------------------------------------------------------------------
43671 r18605 | massiot | 2007-01-17 18:30:53 +0100 (Wed, 17 Jan 2007) | 3 lines
43674 M /trunk/configure.ac
43675 M /trunk/modules/codec/Modules.am
43676 A /trunk/modules/codec/telx.c
43678 * modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of
43681 ------------------------------------------------------------------------
43682 r18604 | xtophe | 2007-01-17 15:09:10 +0100 (Wed, 17 Jan 2007) | 2 lines
43684 M /trunk/doc/fortunes.txt
43688 ------------------------------------------------------------------------
43689 r18603 | massiot | 2007-01-16 23:39:51 +0100 (Tue, 16 Jan 2007) | 2 lines
43691 M /trunk/doc/fortunes.txt
43695 ------------------------------------------------------------------------
43696 r18602 | hartman | 2007-01-16 17:01:49 +0100 (Tue, 16 Jan 2007) | 2 lines
43698 M /trunk/src/video_output/vout_subpictures.c
43700 * Ehm, MAX, not MIN of course. And let's check both before and after cropping.
43702 ------------------------------------------------------------------------
43703 r18601 | hartman | 2007-01-16 16:52:30 +0100 (Tue, 16 Jan 2007) | 2 lines
43705 M /trunk/src/video_output/vout_subpictures.c
43707 * Don't allow negative offsets when blending
43709 ------------------------------------------------------------------------
43710 r18600 | massiot | 2007-01-16 11:55:31 +0100 (Tue, 16 Jan 2007) | 2 lines
43712 M /trunk/modules/codec/mpeg_audio.c
43714 * modules/codec/mpeg_audio.c: Add a debug message for broken streams.
43716 ------------------------------------------------------------------------
43717 r18596 | oaubert | 2007-01-15 16:53:26 +0100 (Mon, 15 Jan 2007) | 2 lines
43719 M /trunk/include/vlc/mediacontrol.h
43721 include/vlc/mediacontrol.h: include windows.h on win32 to get HWND definition
43723 ------------------------------------------------------------------------
43724 r18595 | courmisch | 2007-01-15 16:22:11 +0100 (Mon, 15 Jan 2007) | 2 lines
43728 s/wxwindows/wxwidgets/
43730 ------------------------------------------------------------------------
43731 r18594 | jpsaman | 2007-01-14 23:27:48 +0100 (Sun, 14 Jan 2007) | 1 line
43733 M /trunk/modules/demux/mp4/mp4.c
43735 Remove useless test i_chunk is uint32_t and cannot be lower then zero. This fixes a compile warninig and hopefully doesn't introduce an mp4 problem. Test your mp4's.
43736 ------------------------------------------------------------------------
43737 r18593 | jpsaman | 2007-01-14 23:25:56 +0100 (Sun, 14 Jan 2007) | 1 line
43739 M /trunk/modules/demux/mp4/mp4.c
43741 Revert part of rev 18553 where p_track->i_chunk test has changed. It shouldn't have gone in this commit.
43742 ------------------------------------------------------------------------
43743 r18592 | xtophe | 2007-01-14 21:49:22 +0100 (Sun, 14 Jan 2007) | 2 lines
43745 M /trunk/activex/axvlc_rc.rc
43746 M /trunk/configure.ac
43747 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
43748 M /trunk/extras/MacOSX/plugin/Info.plist
43749 M /trunk/mozilla/npvlc_rc.rc
43750 M /trunk/mozilla/vlc.r
43751 M /trunk/mozilla/vlcplugin.h
43755 ------------------------------------------------------------------------
43756 r18590 | damienf | 2007-01-14 21:35:51 +0100 (Sun, 14 Jan 2007) | 2 lines
43758 M /trunk/Makefile.am
43760 Makefile.am: reorganize vlc_LDFLAGS for win32
43762 ------------------------------------------------------------------------
43763 r18589 | damienf | 2007-01-14 21:35:11 +0100 (Sun, 14 Jan 2007) | 2 lines
43765 M /trunk/modules/codec/ffmpeg/encoder.c
43767 - ffmpeg/encoder.c: more int64_t fixes
43769 ------------------------------------------------------------------------
43770 r18578 | courmisch | 2007-01-14 20:44:24 +0100 (Sun, 14 Jan 2007) | 2 lines
43772 M /trunk/src/misc/modules.c
43776 ------------------------------------------------------------------------
43777 r18577 | courmisch | 2007-01-14 20:32:20 +0100 (Sun, 14 Jan 2007) | 2 lines
43779 M /trunk/modules/demux/avi/libavi.c
43780 M /trunk/src/misc/modules.c
43782 Fix out-of-bound read uncovered by sam
43784 ------------------------------------------------------------------------
43785 r18576 | courmisch | 2007-01-14 20:20:20 +0100 (Sun, 14 Jan 2007) | 2 lines
43787 M /trunk/modules/demux/avi/libavi.c
43791 ------------------------------------------------------------------------
43792 r18575 | courmisch | 2007-01-14 20:13:26 +0100 (Sun, 14 Jan 2007) | 2 lines
43794 M /trunk/modules/demux/asf/asf.c
43798 ------------------------------------------------------------------------
43799 r18574 | courmisch | 2007-01-14 20:07:17 +0100 (Sun, 14 Jan 2007) | 5 lines
43801 M /trunk/modules/demux/asf/libasf.c
43803 Fix a bunch of potential segmentation faults:
43804 - out of bound read initially uncovered by sam,
43805 - also malloc() can really return NULL for arbitrary large alloc,
43806 return value MUST be checked.
43808 ------------------------------------------------------------------------
43809 r18573 | xtophe | 2007-01-14 19:41:22 +0100 (Sun, 14 Jan 2007) | 2 lines
43811 M /trunk/configure.ac
43813 Don't use '-' in shell variable name and take advantage of the features of PKG_CHECK_MODULES
43815 ------------------------------------------------------------------------
43816 r18572 | xtophe | 2007-01-14 18:57:50 +0100 (Sun, 14 Jan 2007) | 2 lines
43821 Add myself to AUTHORS
43823 ------------------------------------------------------------------------
43824 r18571 | xtophe | 2007-01-14 18:35:19 +0100 (Sun, 14 Jan 2007) | 2 lines
43831 M /trunk/po/en_GB.po
43855 M /trunk/po/pt_BR.po
43865 M /trunk/po/zh_CN.po
43866 M /trunk/po/zh_TW.po
43868 Add translations from rosetta
43870 ------------------------------------------------------------------------
43871 r18570 | fkuehne | 2007-01-14 17:25:41 +0100 (Sun, 14 Jan 2007) | 1 line
43874 M /trunk/Makefile.am
43877 * give credit to Jean-Baptiste le Stang for the UB script, add it to the source bundle and update authors a bit
43878 ------------------------------------------------------------------------
43879 r18569 | fkuehne | 2007-01-14 17:14:05 +0100 (Sun, 14 Jan 2007) | 1 line
43881 A /trunk/extras/MacOSX/ub.sh
43883 * commit Jean-Baptiste's universal binary script to svn, so you don't have to browse trac each time you need it. remember to customise the 3 variables at the top before using it. (closes #749)
43884 ------------------------------------------------------------------------
43885 r18568 | fkuehne | 2007-01-14 17:09:15 +0100 (Sun, 14 Jan 2007) | 1 line
43887 M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Info.plist
43888 M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt
43889 M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc
43890 M /trunk/extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf
43892 * applied Westacular's patch with minor modifications, which solves some issues with this script in certain situations and lets the Finder do most of the work. Note that this script isn't 10.2-save anymore and triggers the Finder to launch in case that it is closed. (closes #911)
43893 ------------------------------------------------------------------------
43894 r18567 | jpsaman | 2007-01-14 15:17:46 +0100 (Sun, 14 Jan 2007) | 1 line
43898 Updated THANKS file for rev 18566
43899 ------------------------------------------------------------------------
43900 r18566 | jpsaman | 2007-01-14 15:16:33 +0100 (Sun, 14 Jan 2007) | 2 lines
43902 M /trunk/modules/misc/rtsp.c
43904 Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me.
43906 ------------------------------------------------------------------------
43907 r18565 | fkuehne | 2007-01-14 14:02:59 +0100 (Sun, 14 Jan 2007) | 1 line
43909 M /trunk/modules/gui/macosx/vout.m
43911 * allow the screensaver to appear when video playback is paused (closes #963)
43912 ------------------------------------------------------------------------
43913 r18564 | fkuehne | 2007-01-14 13:40:05 +0100 (Sun, 14 Jan 2007) | 1 line
43915 M /trunk/modules/gui/macosx/intf.m
43917 * design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989)
43918 ------------------------------------------------------------------------
43919 r18563 | xtophe | 2007-01-14 02:28:48 +0100 (Sun, 14 Jan 2007) | 2 lines
43921 M /trunk/po/POTFILES.in
43931 M /trunk/po/en_GB.po
43957 M /trunk/po/pt_BR.po
43958 M /trunk/po/pt_PT.po
43969 M /trunk/po/vlc.pot
43970 M /trunk/po/zh_CN.po
43971 M /trunk/po/zh_TW.po
43973 hmmm i should use a clean tree for update-po
43975 ------------------------------------------------------------------------
43976 r18562 | damienf | 2007-01-13 18:29:16 +0100 (Sat, 13 Jan 2007) | 2 lines
43978 M /trunk/modules/demux/live555.cpp
43980 live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc
43982 ------------------------------------------------------------------------
43983 r18561 | damienf | 2007-01-13 17:45:10 +0100 (Sat, 13 Jan 2007) | 2 lines
43985 M /trunk/modules/demux/live555.cpp
43987 demux/live555.cpp: added support for avc1 in X-QT over RTSP
43989 ------------------------------------------------------------------------
43990 r18560 | jpsaman | 2007-01-13 13:26:38 +0100 (Sat, 13 Jan 2007) | 1 line
43992 M /trunk/modules/control/telnet.c
43994 Fix segmentation fault in modules/control/telnet.c introduced in rev 18519
43995 ------------------------------------------------------------------------
43996 r18559 | xtophe | 2007-01-13 01:52:49 +0100 (Sat, 13 Jan 2007) | 2 lines
43998 M /trunk/po/POTFILES.in
44008 M /trunk/po/en_GB.po
44033 M /trunk/po/pt_BR.po
44034 M /trunk/po/pt_PT.po
44045 M /trunk/po/vlc.pot
44046 M /trunk/po/zh_CN.po
44047 M /trunk/po/zh_TW.po
44051 ------------------------------------------------------------------------
44052 r18558 | xtophe | 2007-01-13 01:52:15 +0100 (Sat, 13 Jan 2007) | 2 lines
44057 Italian translation update. Thanks to Vincenzo Reale.
44059 ------------------------------------------------------------------------
44060 r18557 | xtophe | 2007-01-13 01:27:17 +0100 (Sat, 13 Jan 2007) | 3 lines
44071 M /trunk/po/en_GB.po
44097 M /trunk/po/pt_BR.po
44098 M /trunk/po/pt_PT.po
44109 M /trunk/po/vlc.pot
44110 M /trunk/po/zh_CN.po
44111 M /trunk/po/zh_TW.po
44113 Merge po file from 0.8.6
44114 fix translation of "C" closes #969
44116 ------------------------------------------------------------------------
44117 r18556 | sigmunau | 2007-01-12 19:12:15 +0100 (Fri, 12 Jan 2007) | 3 lines
44119 M /trunk/modules/demux/asf/libasf.c
44121 libasf.c: Don't store pointer to bad data. Fixes #992
44122 Btw when did "crash" change into "denial of service"?
44124 ------------------------------------------------------------------------
44125 r18555 | courmisch | 2007-01-12 18:16:21 +0100 (Fri, 12 Jan 2007) | 3 lines
44127 M /trunk/modules/gui/skins2/x11/x11_window.cpp
44129 Do not assume long integers are 32-bits.
44130 Should fix fullscreen on amd64 - closes #670
44132 ------------------------------------------------------------------------
44133 r18554 | jpsaman | 2007-01-12 13:44:51 +0100 (Fri, 12 Jan 2007) | 1 line
44135 M /trunk/mozilla/control/npolibvlc.cpp
44138 ------------------------------------------------------------------------
44139 r18553 | jpsaman | 2007-01-12 13:42:51 +0100 (Fri, 12 Jan 2007) | 1 line
44141 M /trunk/modules/demux/mp4/mp4.c
44143 Make parenthesis explicite
44144 ------------------------------------------------------------------------
44145 r18552 | xtophe | 2007-01-12 13:38:23 +0100 (Fri, 12 Jan 2007) | 2 lines
44147 M /trunk/configure.ac
44148 M /trunk/extras/contrib/src/Makefile
44150 Twolame need -DLIBTWOLAME_STIC under win32 to use the .a
44152 ------------------------------------------------------------------------
44153 r18551 | littlejohn | 2007-01-12 00:43:18 +0100 (Fri, 12 Jan 2007) | 1 line
44155 M /trunk/bindings/java/VLCExample.java
44156 M /trunk/bindings/java/org/videolan/jvlc/Audio.java
44157 M /trunk/bindings/java/org/videolan/jvlc/AudioIntf.java
44158 M /trunk/bindings/java/src/audio-jni.cc
44160 audio methods aligned to libvlc audio functions
44161 ------------------------------------------------------------------------
44162 r18550 | xtophe | 2007-01-12 00:37:25 +0100 (Fri, 12 Jan 2007) | 2 lines
44164 M /trunk/modules/codec/ffmpeg/encoder.c
44166 Remove the warning. thanks to Quovodis
44168 ------------------------------------------------------------------------
44169 r18549 | xtophe | 2007-01-12 00:33:02 +0100 (Fri, 12 Jan 2007) | 2 lines
44171 M /trunk/modules/codec/ffmpeg/encoder.c
44173 Better a compile warning than a bug. Thanks to Robert Stepanek.
44175 ------------------------------------------------------------------------
44176 r18548 | damienf | 2007-01-12 00:28:59 +0100 (Fri, 12 Jan 2007) | 2 lines
44178 M /trunk/modules/codec/ffmpeg/encoder.c
44180 - ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int
44182 ------------------------------------------------------------------------
44183 r18547 | courmisch | 2007-01-11 16:35:44 +0100 (Thu, 11 Jan 2007) | 3 lines
44185 M /trunk/modules/demux/playlist/asx.c
44187 Fix denial of service (NULL dereference) in ASX parser
44190 ------------------------------------------------------------------------
44191 r18546 | courmisch | 2007-01-11 16:31:18 +0100 (Thu, 11 Jan 2007) | 2 lines
44193 M /trunk/modules/demux/playlist/asx.c
44197 ------------------------------------------------------------------------
44198 r18545 | damienf | 2007-01-10 23:41:06 +0100 (Wed, 10 Jan 2007) | 2 lines
44200 M /trunk/src/misc/mtime.c
44202 mtime.c: previous codepath prevented RTC from ever being used on win32
44204 ------------------------------------------------------------------------
44205 r18544 | courmisch | 2007-01-10 18:34:37 +0100 (Wed, 10 Jan 2007) | 2 lines
44207 M /trunk/modules/control/rc.c
44209 Do not read inexistant configuration parameter
44211 ------------------------------------------------------------------------
44212 r18543 | damienf | 2007-01-09 23:14:53 +0100 (Tue, 09 Jan 2007) | 2 lines
44214 M /trunk/mozilla/Makefile.am
44216 - mozilla/Makefile.am: make sure rpath is only used for UNIX build
44218 ------------------------------------------------------------------------
44219 r18542 | damienf | 2007-01-09 22:53:04 +0100 (Tue, 09 Jan 2007) | 2 lines
44221 M /trunk/src/Makefile.am
44223 - src/Makefile.am: make sure libvlc.dll is always rebuilt on object changes
44225 ------------------------------------------------------------------------
44226 r18541 | damienf | 2007-01-09 22:27:57 +0100 (Tue, 09 Jan 2007) | 2 lines
44228 M /trunk/configure.ac
44230 - firefox/nspr plugin development fix for ubuntu/debian
44232 ------------------------------------------------------------------------
44233 r18540 | xtophe | 2007-01-09 21:29:05 +0100 (Tue, 09 Jan 2007) | 2 lines
44235 M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch
44239 ------------------------------------------------------------------------
44240 r18539 | xtophe | 2007-01-09 21:07:05 +0100 (Tue, 09 Jan 2007) | 2 lines
44242 M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp
44244 Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left)
44246 ------------------------------------------------------------------------
44247 r18538 | damienf | 2007-01-08 19:21:04 +0100 (Mon, 08 Jan 2007) | 2 lines
44249 M /trunk/activex/axvlc_rc.rc
44251 - added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin)
44253 ------------------------------------------------------------------------
44254 r18537 | jpsaman | 2007-01-08 19:18:20 +0100 (Mon, 08 Jan 2007) | 1 line
44256 M /trunk/configure.ac
44258 Put -lX11 and -lXt in the right place.
44259 ------------------------------------------------------------------------
44260 r18536 | damienf | 2007-01-08 18:37:59 +0100 (Mon, 08 Jan 2007) | 2 lines
44262 M /trunk/activex/axvlc.idl
44263 M /trunk/activex/axvlc.tlb
44264 M /trunk/activex/axvlc_idl.c
44265 M /trunk/activex/axvlc_idl.h
44266 M /trunk/activex/vlccontrol2.cpp
44267 M /trunk/activex/vlccontrol2.h
44268 M /trunk/mozilla/control/npolibvlc.cpp
44270 - added 'vlc.video.crop' property for ActiveX/Mozilla
44272 ------------------------------------------------------------------------
44273 r18535 | damienf | 2007-01-08 18:37:01 +0100 (Mon, 08 Jan 2007) | 2 lines
44275 M /trunk/include/vlc/libvlc.h
44276 M /trunk/src/control/video.c
44278 - added libvlc_video_set/get_crop_geometry() api
44280 ------------------------------------------------------------------------
44281 r18534 | damienf | 2007-01-08 01:54:08 +0100 (Mon, 08 Jan 2007) | 2 lines
44283 M /trunk/include/vlc_common.h
44285 - Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir()
44287 ------------------------------------------------------------------------
44288 r18533 | damienf | 2007-01-08 01:41:45 +0100 (Mon, 08 Jan 2007) | 2 lines
44290 M /trunk/include/vlc_common.h
44291 M /trunk/src/extras/libc.c
44293 - since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926
44295 ------------------------------------------------------------------------
44296 r18532 | jpsaman | 2007-01-07 22:37:11 +0100 (Sun, 07 Jan 2007) | 1 line
44298 M /trunk/configure.ac
44300 Fix configure script on MacOS X
44301 ------------------------------------------------------------------------
44302 r18531 | jpsaman | 2007-01-07 22:21:42 +0100 (Sun, 07 Jan 2007) | 1 line
44304 M /trunk/configure.ac
44306 Fix building mozilla on Linux en properly dectect firefox headerfiles.
44307 ------------------------------------------------------------------------
44308 r18530 | xtophe | 2007-01-07 17:04:18 +0100 (Sun, 07 Jan 2007) | 4 lines
44310 M /trunk/extras/contrib/src/Makefile
44312 Fix libtwolame contrib:
44313 *download the missing file
44314 *build only the lib
44316 ------------------------------------------------------------------------
44317 r18529 | jpsaman | 2007-01-07 14:23:52 +0100 (Sun, 07 Jan 2007) | 1 line
44319 M /trunk/activex/axvlc.tlb
44320 M /trunk/activex/axvlc_idl.c
44321 M /trunk/activex/axvlc_idl.h
44323 Update ActiveX bindings
44324 ------------------------------------------------------------------------
44325 r18528 | jpsaman | 2007-01-07 14:22:37 +0100 (Sun, 07 Jan 2007) | 1 line
44327 M /trunk/activex/axvlc.idl
44328 M /trunk/activex/vlccontrol2.cpp
44329 M /trunk/activex/vlccontrol2.h
44330 M /trunk/include/vlc/libvlc.h
44331 M /trunk/mozilla/control/npolibvlc.cpp
44332 M /trunk/src/control/audio.c
44334 Reworked vlc.audio.channel API for JavaScript. All documentation is already updated.
44335 ------------------------------------------------------------------------
44336 r18527 | sigmunau | 2007-01-07 13:33:50 +0100 (Sun, 07 Jan 2007) | 2 lines
44338 M /trunk/modules/demux/avi/libavi.c
44340 apply mini_patch.diff from #964. Fixes #964
44342 ------------------------------------------------------------------------
44343 r18526 | fkuehne | 2007-01-06 17:56:33 +0100 (Sat, 06 Jan 2007) | 1 line
44345 M /trunk/extras/contrib/src/Patches/twolame-osx.patch
44346 M /trunk/extras/contrib/src/packages.mak
44348 * update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's
44349 ------------------------------------------------------------------------
44350 r18525 | fkuehne | 2007-01-06 17:23:30 +0100 (Sat, 06 Jan 2007) | 1 line
44352 M /trunk/extras/contrib/bootstrap
44353 M /trunk/extras/contrib/src/Makefile
44355 * update the (C) dates. *cough*
44356 ------------------------------------------------------------------------
44357 r18524 | fkuehne | 2007-01-06 17:21:41 +0100 (Sat, 06 Jan 2007) | 1 line
44359 M /trunk/extras/contrib/bootstrap
44360 M /trunk/extras/contrib/src/Makefile
44361 A /trunk/extras/contrib/src/Patches/twolame-osx.patch
44363 * patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9.
44364 ------------------------------------------------------------------------
44365 r18523 | courmisch | 2007-01-06 17:00:49 +0100 (Sat, 06 Jan 2007) | 2 lines
44367 M /trunk/src/network/io.c
44369 Remove broken V6ONLY logic
44371 ------------------------------------------------------------------------
44372 r18522 | courmisch | 2007-01-06 14:39:36 +0100 (Sat, 06 Jan 2007) | 3 lines
44374 M /trunk/src/network/io.c
44377 I wonder what I was thinking about.
44379 ------------------------------------------------------------------------
44380 r18521 | xtophe | 2007-01-06 03:04:34 +0100 (Sat, 06 Jan 2007) | 2 lines
44382 M /trunk/bindings/python/Makefile.am
44384 vlc_object.c has been deleted in [18517]
44386 ------------------------------------------------------------------------
44387 r18520 | xtophe | 2007-01-06 03:03:28 +0100 (Sat, 06 Jan 2007) | 1 line
44389 M /trunk/po/Makefile.in.in
44399 M /trunk/po/en_GB.po
44425 M /trunk/po/pt_BR.po
44426 M /trunk/po/pt_PT.po
44437 M /trunk/po/vlc.pot
44438 M /trunk/po/zh_CN.po
44439 M /trunk/po/zh_TW.po
44442 ------------------------------------------------------------------------
44443 r18519 | xtophe | 2007-01-06 02:11:05 +0100 (Sat, 06 Jan 2007) | 2 lines
44445 M /trunk/modules/control/telnet.c
44447 Split text and control character to please gettext
44449 ------------------------------------------------------------------------
44450 r18518 | xtophe | 2007-01-06 00:21:54 +0100 (Sat, 06 Jan 2007) | 2 lines
44452 M /trunk/configure.ac
44454 Use mmx also when the host cpu claim to be 486
44456 ------------------------------------------------------------------------
44457 r18517 | oaubert | 2007-01-05 20:16:53 +0100 (Fri, 05 Jan 2007) | 2 lines
44459 D /trunk/bindings/python/vlc_object.c
44461 bindings/python/vlc_object.c: remove useless file
44463 ------------------------------------------------------------------------
44464 r18516 | oaubert | 2007-01-05 20:15:16 +0100 (Fri, 05 Jan 2007) | 2 lines
44466 M /trunk/bindings/python/setup.py
44467 M /trunk/bindings/python/vlc_module.c
44468 M /trunk/bindings/python/vlcglue.h
44470 bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.
44472 ------------------------------------------------------------------------
44473 r18515 | oaubert | 2007-01-05 20:14:02 +0100 (Fri, 05 Jan 2007) | 2 lines
44475 A /trunk/bindings/python/setup-internal.py
44476 A /trunk/bindings/python/vlc_internal.c
44477 A /trunk/bindings/python/vlc_internal.h
44479 bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default.
44481 ------------------------------------------------------------------------
44482 r18514 | jpsaman | 2007-01-05 19:52:30 +0100 (Fri, 05 Jan 2007) | 1 line
44484 M /trunk/src/control/audio.c
44486 Oops watch the tabs when using vi.
44487 ------------------------------------------------------------------------
44488 r18513 | jpsaman | 2007-01-05 19:50:18 +0100 (Fri, 05 Jan 2007) | 1 line
44490 M /trunk/src/control/audio.c
44492 Return when found, return error when setting failed.:
44493 ------------------------------------------------------------------------
44494 r18512 | courmisch | 2007-01-05 13:43:41 +0100 (Fri, 05 Jan 2007) | 2 lines
44496 M /trunk/src/text/unicode.c
44498 Fix CRLF on Win32 with utf8_fopen (thanks to Md) closes #837
44500 ------------------------------------------------------------------------
44501 r18511 | courmisch | 2007-01-05 12:28:28 +0100 (Fri, 05 Jan 2007) | 2 lines
44503 M /trunk/src/network/io.c
44505 Fix setsockopt(IPV6_V6ONLY)
44507 ------------------------------------------------------------------------
44508 r18510 | courmisch | 2007-01-05 12:21:12 +0100 (Fri, 05 Jan 2007) | 2 lines
44510 M /trunk/src/network/udp.c
44512 Fix listening to UDP port (though this is fairly insecure) - closes #919
44514 ------------------------------------------------------------------------
44515 r18509 | courmisch | 2007-01-05 11:41:33 +0100 (Fri, 05 Jan 2007) | 2 lines
44517 M /trunk/src/input/access.c
44518 M /trunk/src/input/input.c
44520 Fix preparsing and access plugin selection (oups)
44522 ------------------------------------------------------------------------
44523 r18508 | courmisch | 2007-01-05 11:32:23 +0100 (Fri, 05 Jan 2007) | 2 lines
44525 M /trunk/src/input/demux.c
44527 Be more DSO-friendly
44529 ------------------------------------------------------------------------
44530 r18507 | jpsaman | 2007-01-05 09:44:48 +0100 (Fri, 05 Jan 2007) | 1 line
44532 M /trunk/po/Makefile.in.in
44534 Unbreak mkinstalldirs in directory po
44535 ------------------------------------------------------------------------
44536 r18506 | xtophe | 2007-01-04 18:52:27 +0100 (Thu, 04 Jan 2007) | 3 lines
44538 M /trunk/menuconfig
44540 menuconfig is out-of-date
44543 ------------------------------------------------------------------------
44544 r18505 | courmisch | 2007-01-04 18:00:10 +0100 (Thu, 04 Jan 2007) | 2 lines
44546 M /trunk/modules/access/directory.c
44550 ------------------------------------------------------------------------
44551 r18504 | courmisch | 2007-01-04 17:37:21 +0100 (Thu, 04 Jan 2007) | 4 lines
44553 M /trunk/include/vlc_charset.h
44554 M /trunk/modules/access/directory.c
44555 M /trunk/src/libvlc.sym
44556 M /trunk/src/text/unicode.c
44558 Allow directory module to recurse through symbolic links
44559 as long as this does not cause infinite recursion.
44560 Also fix a few really minor ToCToU errors.
44562 ------------------------------------------------------------------------
44563 r18503 | jpsaman | 2007-01-04 16:11:25 +0100 (Thu, 04 Jan 2007) | 1 line
44565 M /trunk/configure.ac
44567 Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit.
44568 ------------------------------------------------------------------------
44569 r18502 | courmisch | 2007-01-04 16:02:14 +0100 (Thu, 04 Jan 2007) | 2 lines
44571 M /trunk/modules/access/directory.c
44573 Fix unlikely deadlock
44575 ------------------------------------------------------------------------
44576 r18501 | courmisch | 2007-01-04 15:30:10 +0100 (Thu, 04 Jan 2007) | 3 lines
44578 M /trunk/modules/access/directory.c
44580 Match file:// with the directory plugin as any browser does.
44581 Fixes opening of directories.
44583 ------------------------------------------------------------------------
44584 r18500 | courmisch | 2007-01-03 23:40:51 +0100 (Wed, 03 Jan 2007) | 7 lines
44586 M /trunk/src/input/input.c
44588 Same thing as previous commit.
44589 Do not ignore access specification; do not fallback to vcd, file whatever.
44590 It sucks (e.g. if following an HTTP URL you really should only try to
44591 use the HTTP plugin, and this is the proper and only way to do it).
44593 Again MRLSplit might need to be improved (not sure how)
44595 ------------------------------------------------------------------------
44596 r18499 | courmisch | 2007-01-03 23:36:15 +0100 (Wed, 03 Jan 2007) | 4 lines
44598 M /trunk/src/input/input.c
44600 Remove the ugly insecure hack.
44601 Maybe you have a colon in your filename,
44602 but it is no reason to mix access protocols.
44604 ------------------------------------------------------------------------
44605 r18498 | courmisch | 2007-01-03 23:25:46 +0100 (Wed, 03 Jan 2007) | 2 lines
44607 M /trunk/src/input/access.c
44609 Fix "quick" access creation mode
44611 ------------------------------------------------------------------------
44612 r18497 | courmisch | 2007-01-03 23:23:54 +0100 (Wed, 03 Jan 2007) | 2 lines
44614 M /trunk/src/input/access.c
44618 ------------------------------------------------------------------------
44619 r18496 | courmisch | 2007-01-03 23:23:02 +0100 (Wed, 03 Jan 2007) | 4 lines
44621 M /trunk/src/input/access.c
44623 Use strict mode when probing access filters.
44624 You do not want to get another access filter plugin that the one you
44627 ------------------------------------------------------------------------
44628 r18495 | courmisch | 2007-01-03 23:19:44 +0100 (Wed, 03 Jan 2007) | 2 lines
44630 M /trunk/src/misc/modules.c
44632 Some cleanup. Use strlen().
44634 ------------------------------------------------------------------------
44635 r18484 | damienf | 2007-01-03 15:36:26 +0100 (Wed, 03 Jan 2007) | 2 lines
44637 M /trunk/modules/misc/audioscrobbler.c
44639 audioscrobbler.c: fix for format string exploit
44641 ------------------------------------------------------------------------
44642 r18483 | courmisch | 2007-01-03 15:31:35 +0100 (Wed, 03 Jan 2007) | 3 lines
44644 M /trunk/modules/misc/gnutls.c
44646 Do not use error message as a format string.
44647 (There was no bug here; this is just to please Quovodis :) )
44649 ------------------------------------------------------------------------
44650 r18482 | damienf | 2007-01-03 12:25:36 +0100 (Wed, 03 Jan 2007) | 2 lines
44652 M /trunk/src/extras/libc.c
44654 - extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone
44656 ------------------------------------------------------------------------
44657 r18481 | courmisch | 2007-01-02 22:50:30 +0100 (Tue, 02 Jan 2007) | 3 lines
44659 M /trunk/modules/access/cdda/access.c
44660 M /trunk/modules/access/vcdx/access.c
44662 Fix a bunch of format string injection in VCDX and CDDA.
44663 Initially reported by Kevin Finisterre
44665 ------------------------------------------------------------------------
44666 r18480 | fkuehne | 2007-01-01 23:39:01 +0100 (Mon, 01 Jan 2007) | 1 line
44668 M /trunk/extras/contrib/src/Makefile
44670 * using GCC 3.3 with the 10.3.9 SDK is definitelly no good idea. x264 and libtwolame remain broken for future d. releases
44671 ------------------------------------------------------------------------
44672 r18479 | jpsaman | 2007-01-01 19:56:37 +0100 (Mon, 01 Jan 2007) | 1 line
44675 M /trunk/configure.ac
44677 Patch by Mikko Hirvonen <masse at astro dot helsinki dot fi> for Firefox-1.5.x development tools detection in configure.ac. The patch is applied with some modifications of me
44678 ------------------------------------------------------------------------
44679 r18478 | fkuehne | 2007-01-01 18:05:32 +0100 (Mon, 01 Jan 2007) | 1 line
44681 M /trunk/extras/contrib/bootstrap
44682 M /trunk/extras/contrib/src/Makefile
44684 * added out-of-the-box support for future darwin releases. right now, the following libraries are broken (due to linking issues): cdio, cddb, vcdimager and twolame. additionally, x264 doesn't compile because of a bug in makefile/config.mak.
44685 ------------------------------------------------------------------------
44686 r18477 | dionoea | 2006-12-31 16:48:15 +0100 (Sun, 31 Dec 2006) | 9 lines
44688 M /trunk/modules/codec/araw.c
44690 Add quicktime in24 and in32 support (basically s24/32l from what i understand)
44691 Some testing might be needed
44693 I tried on samples:
44694 ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
44695 http://www.movie-update.com/download/11372/sm3_sneak_peek.mov
44697 According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
44699 ------------------------------------------------------------------------