1 ------------------------------------------------------------------------
2 r10980 | dionoea | 2005-05-12 16:29:58 +0200 (Thu, 12 May 2005) | 3 lines
7 M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
8 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
13 ------------------------------------------------------------------------
14 r10979 | gbazin | 2005-05-12 14:18:38 +0200 (Thu, 12 May 2005) | 1 line
17 M /trunk/src/playlist/services_discovery.c
19 * src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.
20 ------------------------------------------------------------------------
21 r10978 | djc | 2005-05-12 02:12:44 +0200 (Thu, 12 May 2005) | 2 lines
23 M /trunk/modules/gui/macosx/prefs_widgets.m
25 Change , to : in MacOSX preferences. Refs #111
27 ------------------------------------------------------------------------
28 r10977 | damienf | 2005-05-11 18:59:28 +0200 (Wed, 11 May 2005) | 2 lines
30 M /trunk/activex/test.html
32 test.html: improved user feedback, especially for live stream
34 ------------------------------------------------------------------------
35 r10976 | damienf | 2005-05-11 18:56:46 +0200 (Wed, 11 May 2005) | 6 lines
37 M /trunk/activex/axvlc.idl
38 M /trunk/activex/axvlc.tlb
39 M /trunk/activex/axvlc_idl.c
40 M /trunk/activex/axvlc_idl.h
41 M /trunk/activex/main.cpp
42 M /trunk/activex/viewobject.cpp
43 M /trunk/activex/viewobject.h
44 M /trunk/activex/vlccontrol.cpp
45 M /trunk/activex/vlccontrol.h
46 M /trunk/include/variables.h
47 M /trunk/include/vlc/vlc.h
50 src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
52 vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
54 main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
56 ------------------------------------------------------------------------
57 r10975 | bigben | 2005-05-11 17:44:28 +0200 (Wed, 11 May 2005) | 5 lines
59 M /trunk/modules/gui/macosx/intf.m
60 M /trunk/modules/gui/macosx/playlist.m
62 * Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
63 * This doesn't conflict with dvd menu navigation.
64 * If these keys are set to an action that is handled by Cocoa, this action will have priority.
67 ------------------------------------------------------------------------
68 r10974 | gbazin | 2005-05-11 17:34:24 +0200 (Wed, 11 May 2005) | 1 line
70 M /trunk/modules/gui/wxwindows/extrapanel.cpp
71 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
72 M /trunk/src/audio_output/input.c
73 M /trunk/src/video_output/video_output.c
74 M /trunk/src/video_output/vout_subpictures.c
76 * src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.
77 ------------------------------------------------------------------------
78 r10973 | hartman | 2005-05-11 15:50:49 +0200 (Wed, 11 May 2005) | 2 lines
80 M /trunk/modules/gui/macosx/vout.m
82 * vout.m: small codefixes that were not 100% problems.
84 ------------------------------------------------------------------------
85 r10972 | gbazin | 2005-05-11 15:18:00 +0200 (Wed, 11 May 2005) | 1 line
89 * Makefile.am: fixed build problem.
90 ------------------------------------------------------------------------
91 r10971 | djc | 2005-05-11 14:19:05 +0200 (Wed, 11 May 2005) | 3 lines
93 M /trunk/modules/gui/macosx/intf.h
94 M /trunk/modules/gui/macosx/playlist.h
95 M /trunk/modules/gui/macosx/playlist.m
96 M /trunk/modules/gui/macosx/prefs_widgets.m
98 Change the searchField in NSSearchField when macos >= 10.3
99 Move MACOS_VERSION macro to intf.h
101 ------------------------------------------------------------------------
102 r10970 | gbazin | 2005-05-11 13:30:12 +0200 (Wed, 11 May 2005) | 1 line
105 M /trunk/configure.ac
107 * configure.ac, Makefile.am: fixes for WinCE build.
108 ------------------------------------------------------------------------
109 r10969 | hartman | 2005-05-11 12:19:28 +0200 (Wed, 11 May 2005) | 2 lines
111 M /trunk/extras/contrib/src/packages.mak
113 * Use a newer liveMedia version. November one is a bit old.
115 ------------------------------------------------------------------------
116 r10968 | djc | 2005-05-11 11:59:41 +0200 (Wed, 11 May 2005) | 2 lines
118 M /trunk/modules/gui/macosx/prefs_widgets.m
120 Use new selectors only if they exist...
122 ------------------------------------------------------------------------
123 r10967 | djc | 2005-05-11 11:42:34 +0200 (Wed, 11 May 2005) | 2 lines
125 M /trunk/modules/gui/macosx/prefs.m
126 M /trunk/modules/gui/macosx/prefs_widgets.m
128 *: remove fprintf debug messages
130 ------------------------------------------------------------------------
131 r10966 | djc | 2005-05-11 11:37:49 +0200 (Wed, 11 May 2005) | 3 lines
133 M /trunk/modules/gui/macosx/intf.m
134 M /trunk/modules/gui/macosx/prefs_widgets.m
136 Preferences panel can be viewed on X.2. Closes #104.
137 + fix hotkeys widget with macos < 10.3
139 ------------------------------------------------------------------------
140 r10965 | gbazin | 2005-05-11 09:05:09 +0200 (Wed, 11 May 2005) | 1 line
142 M /trunk/evc/config.h.in
143 M /trunk/msvc/config.h.in
145 * ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
146 ------------------------------------------------------------------------
147 r10964 | djc | 2005-05-11 01:08:52 +0200 (Wed, 11 May 2005) | 2 lines
149 M /trunk/modules/gui/macosx/controls.h
150 M /trunk/modules/gui/macosx/controls.m
151 M /trunk/modules/gui/macosx/intf.h
152 M /trunk/modules/gui/macosx/intf.m
153 M /trunk/modules/gui/macosx/playlist.m
155 Fix a bug in playlist + delete updateVolumeSlider (closes #93)
157 ------------------------------------------------------------------------
158 r10963 | dionoea | 2005-05-11 00:05:54 +0200 (Wed, 11 May 2005) | 3 lines
160 M /trunk/modules/gui/wxwindows/playlist.cpp
162 check if pointers are NULL (Closes #86 -> we can release test1)
163 event reporting in wxwin32 seems to be different than in wxgtk
165 ------------------------------------------------------------------------
166 r10962 | zorglub | 2005-05-10 23:19:08 +0200 (Tue, 10 May 2005) | 2 lines
168 M /trunk/src/playlist/item-ext.c
170 Fix playlist behaviour with delete in HTTP intf (Closes #105)
172 ------------------------------------------------------------------------
173 r10961 | xtophe | 2005-05-10 21:31:07 +0200 (Tue, 10 May 2005) | 4 lines
175 M /trunk/share/http/index.html
177 * Work around for the lag (close #3)
178 * Change the playlist because at least FX and IE don't like cascading forms
179 * control=sout is not a valid control
181 ------------------------------------------------------------------------
182 r10960 | djc | 2005-05-10 18:18:43 +0200 (Tue, 10 May 2005) | 2 lines
184 M /trunk/modules/gui/macosx/playlistinfo.m
186 Should fix prolems during launch of VLC on xserve...
188 ------------------------------------------------------------------------
189 r10956 | hartman | 2005-05-10 15:35:27 +0200 (Tue, 10 May 2005) | 1 line
191 M /trunk/extras/contrib/src/Makefile
193 compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS
194 ------------------------------------------------------------------------
195 r10955 | dionoea | 2005-05-10 15:02:11 +0200 (Tue, 10 May 2005) | 4 lines
197 M /trunk/src/misc/vlm.c
199 * show number of broadcast and vod media items within show command
200 When we end the feature freeze, we'll have to complete the show command to
201 show (for example) the number of clients connected
203 ------------------------------------------------------------------------
204 r10954 | dionoea | 2005-05-10 14:56:02 +0200 (Tue, 10 May 2005) | 2 lines
207 M /trunk/configure.ac
209 change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
211 ------------------------------------------------------------------------
212 r10953 | courmisch | 2005-05-10 13:39:32 +0200 (Tue, 10 May 2005) | 4 lines
214 M /trunk/modules/access_output/file.c
216 Support for large files in stream output
218 Closes Debian #306110
220 ------------------------------------------------------------------------
221 r10952 | gbazin | 2005-05-10 12:38:35 +0200 (Tue, 10 May 2005) | 1 line
223 M /trunk/modules/codec/ffmpeg/encoder.c
224 M /trunk/modules/codec/ffmpeg/video.c
225 M /trunk/modules/stream_out/switcher.c
227 * modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).
228 ------------------------------------------------------------------------
229 r10951 | fkuehne | 2005-05-10 09:30:52 +0200 (Tue, 10 May 2005) | 1 line
231 M /trunk/extras/contrib/src/packages.mak
233 * there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now
234 ------------------------------------------------------------------------
235 r10950 | fkuehne | 2005-05-09 22:00:43 +0200 (Mon, 09 May 2005) | 1 line
237 M /trunk/extras/contrib/src/packages.mak
239 * changed the download-location of libtheora to our server since their own refuses to work once again
240 ------------------------------------------------------------------------
241 r10949 | fkuehne | 2005-05-09 21:29:48 +0200 (Mon, 09 May 2005) | 1 line
243 M /trunk/extras/contrib/src/packages.mak
245 * updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
246 ------------------------------------------------------------------------
247 r10948 | dionoea | 2005-05-09 21:23:39 +0200 (Mon, 09 May 2005) | 3 lines
249 M /trunk/src/libvlc.h
251 * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
252 ctrl-s which is also used for changing skins)
254 ------------------------------------------------------------------------
255 r10947 | courmisch | 2005-05-09 21:01:25 +0200 (Mon, 09 May 2005) | 3 lines
257 M /trunk/src/misc/net.c
259 Don't print an error message when attempting to recv returns EAGAIN
260 (can only happens if we're using SSL and it is a not an error situation)
262 ------------------------------------------------------------------------
263 r10946 | bigben | 2005-05-09 20:59:11 +0200 (Mon, 09 May 2005) | 3 lines
265 M /trunk/modules/gui/macosx/equalizer.m
267 * Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.
270 ------------------------------------------------------------------------
271 r10945 | courmisch | 2005-05-09 20:31:29 +0200 (Mon, 09 May 2005) | 2 lines
273 M /trunk/modules/demux/livedotcom.cpp
275 Encode URL if needed (should fix Debian bug #279735)
277 ------------------------------------------------------------------------
278 r10944 | courmisch | 2005-05-09 20:23:32 +0200 (Mon, 09 May 2005) | 2 lines
280 M /trunk/include/network.h
284 ------------------------------------------------------------------------
285 r10943 | bigben | 2005-05-09 19:00:15 +0200 (Mon, 09 May 2005) | 3 lines
287 M /trunk/modules/gui/macosx/equalizer.m
289 * Fix some variable initilization bugs
292 ------------------------------------------------------------------------
293 r10942 | fkuehne | 2005-05-09 18:46:13 +0200 (Mon, 09 May 2005) | 1 line
295 M /trunk/modules/access/vcdx/vcd.c
297 * fix the compilation which were accidentally broken in r10922
298 ------------------------------------------------------------------------
299 r10941 | sam | 2005-05-09 18:22:10 +0200 (Mon, 09 May 2005) | 3 lines
302 M /trunk/configure.ac
304 * Changed temporary version to 0.8.2.svn. Sorry about that, but it
305 conflicts with the version in Debian which I am unable to change.
307 ------------------------------------------------------------------------
308 r10940 | fkuehne | 2005-05-09 17:55:46 +0200 (Mon, 09 May 2005) | 1 line
310 M /trunk/extras/contrib/bootstrap
312 * fix to the svn-recognition
313 ------------------------------------------------------------------------
314 r10939 | dionoea | 2005-05-09 11:46:31 +0200 (Mon, 09 May 2005) | 6 lines
316 M /trunk/share/http/index.html
317 M /trunk/share/http/style.css
319 index.html : fix ?\194?\171 Weird URLs
320 (?control=stop&control=seek&control=seek&seek_value=&control=seek) ?\194?\187
322 style.css : small esthetic fix
325 ------------------------------------------------------------------------
326 r10938 | djc | 2005-05-09 04:11:31 +0200 (Mon, 09 May 2005) | 2 lines
328 M /trunk/extras/contrib/src/Makefile
330 Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
332 ------------------------------------------------------------------------
333 r10937 | dionoea | 2005-05-09 03:58:09 +0200 (Mon, 09 May 2005) | 2 lines
335 M /trunk/modules/gui/wxwindows/extrapanel.cpp
337 fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
339 ------------------------------------------------------------------------
340 r10936 | djc | 2005-05-09 01:58:04 +0200 (Mon, 09 May 2005) | 2 lines
342 M /trunk/extras/contrib/src/Makefile
344 This should fix libs dependences
346 ------------------------------------------------------------------------
347 r10935 | djc | 2005-05-09 00:56:34 +0200 (Mon, 09 May 2005) | 2 lines
349 M /trunk/modules/gui/macosx/prefs_widgets.m
351 Fix hotkeys view in macosx.3 + UTF8 strings in module list
353 ------------------------------------------------------------------------
354 r10934 | fkuehne | 2005-05-08 21:55:18 +0200 (Sun, 08 May 2005) | 1 line
356 M /trunk/extras/contrib/src/Makefile
358 * let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release
359 ------------------------------------------------------------------------
360 r10933 | robux4 | 2005-05-08 16:14:20 +0200 (Sun, 08 May 2005) | 1 line
362 M /trunk/extras/contrib/src/Makefile
364 contrib: make the SVN vs release build really work on OS X
365 ------------------------------------------------------------------------
366 r10932 | robux4 | 2005-05-08 16:14:12 +0200 (Sun, 08 May 2005) | 1 line
368 M /trunk/extras/contrib/bootstrap
370 contrib: make the SVN vs release build really work on OS X
371 ------------------------------------------------------------------------
372 r10931 | bigben | 2005-05-08 15:56:18 +0200 (Sun, 08 May 2005) | 3 lines
374 M /trunk/extras/contrib/bootstrap
376 get rid of windows style line breaks
379 ------------------------------------------------------------------------
380 r10930 | robux4 | 2005-05-08 13:11:08 +0200 (Sun, 08 May 2005) | 1 line
382 M /trunk/extras/contrib/bootstrap
383 M /trunk/extras/contrib/src/Makefile
385 contrib: improve the detection of SVN
386 ------------------------------------------------------------------------
387 r10929 | robux4 | 2005-05-08 12:45:37 +0200 (Sun, 08 May 2005) | 1 line
389 M /trunk/extras/contrib/bootstrap
390 M /trunk/extras/contrib/src/Makefile
392 contrib: use SVN only if a client is available
393 ------------------------------------------------------------------------
394 r10928 | dionoea | 2005-05-08 12:42:32 +0200 (Sun, 08 May 2005) | 2 lines
396 M /trunk/modules/gui/wxwindows/extrapanel.cpp
398 check if equalizer and equalizer-2pass are enabled upon panel creation
400 ------------------------------------------------------------------------
401 r10927 | dionoea | 2005-05-08 12:20:24 +0200 (Sun, 08 May 2005) | 3 lines
403 M /trunk/modules/gui/wxwindows/extrapanel.cpp
404 M /trunk/modules/gui/wxwindows/wxwindows.h
406 * disable equalizer commands in the extended GUI if the equalizer isn't
409 ------------------------------------------------------------------------
410 r10926 | robux4 | 2005-05-08 11:29:18 +0200 (Sun, 08 May 2005) | 1 line
412 M /trunk/msvc/vlc.dsw
414 MSVC build: only keep the plugins that compile out of the box
415 ------------------------------------------------------------------------
416 r10925 | robux4 | 2005-05-08 11:14:15 +0200 (Sun, 08 May 2005) | 1 line
418 M /trunk/extras/contrib/src/Makefile
420 contrib: build libebml/libmatroska from SVN
421 ------------------------------------------------------------------------
422 r10924 | zorglub | 2005-05-08 09:40:39 +0200 (Sun, 08 May 2005) | 2 lines
429 ------------------------------------------------------------------------
430 r10923 | robux4 | 2005-05-07 22:52:48 +0200 (Sat, 07 May 2005) | 1 line
432 M /trunk/modules/demux/mkv.cpp
434 mkv.cpp: code cleaning
435 ------------------------------------------------------------------------
436 r10922 | fkuehne | 2005-05-07 22:02:48 +0200 (Sat, 07 May 2005) | 6 lines
438 M /trunk/modules/access/vcdx/vcd.c
439 M /trunk/modules/access/vcdx/vcdplayer.c
440 M /trunk/modules/audio_filter/converter/a52tofloat32.c
441 M /trunk/modules/codec/svcdsub.c
442 M /trunk/modules/gui/macosx/controls.m
444 * controls.m: added l10n of the volume-string shown when changing the volume
445 * vcdx/vcdplayer.c: disabled l10n of various error messages
446 * vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
447 * rest: disabled l10n of various strings or debug masks which cannot be translated
450 ------------------------------------------------------------------------
451 r10921 | courmisch | 2005-05-07 21:09:11 +0200 (Sat, 07 May 2005) | 2 lines
453 M /trunk/configure.ac
455 Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands
457 ------------------------------------------------------------------------
458 r10920 | robux4 | 2005-05-07 20:19:32 +0200 (Sat, 07 May 2005) | 1 line
460 M /trunk/modules/demux/mkv.cpp
462 mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)
463 ------------------------------------------------------------------------
464 r10919 | robux4 | 2005-05-07 18:38:20 +0200 (Sat, 07 May 2005) | 1 line
466 M /trunk/modules/demux/mkv.cpp
468 mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command
469 ------------------------------------------------------------------------
470 r10918 | djc | 2005-05-07 18:34:25 +0200 (Sat, 07 May 2005) | 2 lines
472 M /trunk/modules/gui/macosx/prefs.m
476 ------------------------------------------------------------------------
477 r10917 | djc | 2005-05-07 18:12:31 +0200 (Sat, 07 May 2005) | 2 lines
479 M /trunk/modules/gui/macosx/prefs.m
481 Add a notice if advanced items are not shown
483 ------------------------------------------------------------------------
484 r10916 | robux4 | 2005-05-07 17:08:54 +0200 (Sat, 07 May 2005) | 1 line
486 M /trunk/modules/demux/mkv.cpp
488 mkv.cpp: process the LinkPGCN DVD command correctly
489 ------------------------------------------------------------------------
490 r10915 | robux4 | 2005-05-07 16:33:16 +0200 (Sat, 07 May 2005) | 1 line
492 M /trunk/modules/demux/mkv.cpp
494 mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked
495 ------------------------------------------------------------------------
496 r10914 | djc | 2005-05-07 11:27:53 +0200 (Sat, 07 May 2005) | 2 lines
498 M /trunk/modules/gui/macosx/prefs.m
502 ------------------------------------------------------------------------
503 r10913 | zorglub | 2005-05-07 08:18:17 +0200 (Sat, 07 May 2005) | 2 lines
507 Document SAP syntax change
509 ------------------------------------------------------------------------
510 r10912 | djc | 2005-05-07 03:12:16 +0200 (Sat, 07 May 2005) | 4 lines
512 M /trunk/modules/gui/macosx/prefs.m
513 M /trunk/modules/gui/macosx/prefs_widgets.h
514 M /trunk/modules/gui/macosx/prefs_widgets.m
516 *: fix alignment of widgets.
517 - What shall we do for files and module list ?
518 - Why is there a space after "Audio viualization" in src/libvlc.h ?
520 ------------------------------------------------------------------------
521 r10911 | djc | 2005-05-06 20:54:09 +0200 (Fri, 06 May 2005) | 2 lines
523 M /trunk/modules/gui/macosx/prefs.m
524 M /trunk/modules/gui/macosx/prefs_widgets.h
525 M /trunk/modules/gui/macosx/prefs_widgets.m
527 *: remove useless code
529 ------------------------------------------------------------------------
530 r10910 | djc | 2005-05-06 20:15:50 +0200 (Fri, 06 May 2005) | 2 lines
532 M /trunk/modules/gui/macosx/prefs.h
533 M /trunk/modules/gui/macosx/prefs.m
534 M /trunk/modules/gui/macosx/prefs_widgets.h
535 M /trunk/modules/gui/macosx/prefs_widgets.m
537 *: fix problems about advanced button
539 ------------------------------------------------------------------------
540 r10909 | fkuehne | 2005-05-06 19:42:56 +0200 (Fri, 06 May 2005) | 1 line
542 M /trunk/modules/gui/macosx/playlist.m
544 * sorry, forgot to give svn the playlist.m from the previous commit... tztz
545 ------------------------------------------------------------------------
546 r10908 | fkuehne | 2005-05-06 19:41:09 +0200 (Fri, 06 May 2005) | 2 lines
548 M /trunk/modules/gui/ncurses.c
550 * playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
551 * ncurses.c: don't localise "Ncurses"
552 ------------------------------------------------------------------------
553 r10907 | fkuehne | 2005-05-06 18:40:01 +0200 (Fri, 06 May 2005) | 2 lines
555 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
556 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
557 M /trunk/modules/gui/macosx/equalizer.m
559 * equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
560 * MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns
561 ------------------------------------------------------------------------
562 r10906 | robux4 | 2005-05-06 18:12:53 +0200 (Fri, 06 May 2005) | 1 line
564 M /trunk/modules/demux/mkv.cpp
566 mkv.cpp: minor enhancements/cleanings of the button handling code
567 ------------------------------------------------------------------------
568 r10905 | robux4 | 2005-05-06 16:51:18 +0200 (Fri, 06 May 2005) | 1 line
570 M /trunk/modules/demux/mkv.cpp
572 mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)
573 ------------------------------------------------------------------------
574 r10904 | sigmunau | 2005-05-05 23:39:10 +0200 (Thu, 05 May 2005) | 2 lines
579 BUGS,TODO: Remove stuff that has been added to Trac
581 ------------------------------------------------------------------------
582 r10903 | bigben | 2005-05-05 21:34:56 +0200 (Thu, 05 May 2005) | 4 lines
585 M /trunk/modules/gui/macosx/playlist.h
586 M /trunk/modules/gui/macosx/playlist.m
588 * playlist.* support for DnD from Finder
589 * BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)
592 ------------------------------------------------------------------------
593 r10902 | fkuehne | 2005-05-05 20:53:17 +0200 (Thu, 05 May 2005) | 1 line
595 M /trunk/src/misc/vlm.c
597 * add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy
598 ------------------------------------------------------------------------
599 r10901 | fkuehne | 2005-05-05 20:23:53 +0200 (Thu, 05 May 2005) | 1 line
601 M /trunk/modules/gui/macosx/prefs.m
604 ------------------------------------------------------------------------
605 r10900 | fkuehne | 2005-05-05 20:02:30 +0200 (Thu, 05 May 2005) | 1 line
609 * update to the Spanish translation by Javier Varela (99% complete now)
610 ------------------------------------------------------------------------
611 r10899 | fkuehne | 2005-05-05 19:03:43 +0200 (Thu, 05 May 2005) | 1 line
613 M /trunk/extras/contrib/src/Makefile
615 * use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
616 ------------------------------------------------------------------------
617 r10898 | djc | 2005-05-05 18:48:22 +0200 (Thu, 05 May 2005) | 3 lines
619 M /trunk/modules/gui/macosx/prefs.m
620 M /trunk/modules/gui/macosx/prefs_widgets.h
621 M /trunk/modules/gui/macosx/prefs_widgets.m
623 - added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
626 ------------------------------------------------------------------------
627 r10897 | djc | 2005-05-05 12:57:55 +0200 (Thu, 05 May 2005) | 5 lines
629 M /trunk/modules/gui/macosx/prefs.h
630 M /trunk/modules/gui/macosx/prefs.m
631 M /trunk/modules/gui/macosx/prefs_widgets.h
632 M /trunk/modules/gui/macosx/prefs_widgets.m
634 Added widget, fix save, etc.
635 Known bugs: changing advanced view, detection of MacOS X version at
636 runtime and many others...
639 ------------------------------------------------------------------------
640 r10896 | asmax | 2005-05-04 22:52:43 +0200 (Wed, 04 May 2005) | 7 lines
642 M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
643 M /trunk/modules/gui/skins2/controls/ctrl_image.hpp
644 M /trunk/modules/gui/skins2/parser/builder.cpp
645 M /trunk/modules/gui/skins2/parser/builder_data.def
646 M /trunk/modules/gui/skins2/parser/builder_data.hpp
647 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
648 M /trunk/share/skins2/skin.dtd
650 * skin.dtd: added an attribute "resize" in the "Image" element, to define
651 the method used to resize the image, which can be "mosaic" (the default)
652 or "scale". Note that the previous behaviour was always "scale" before,
653 but mosaic is much much faster, so use scale method only for fun ;)
654 * skins2/*: support of the new mosaic method; playlist resize with this
655 method is significantly faster!
657 ------------------------------------------------------------------------
658 r10895 | sam | 2005-05-04 16:43:00 +0200 (Wed, 04 May 2005) | 2 lines
660 M /trunk/configure.ac
661 M /trunk/src/misc/modules.c
663 * do not use a dynamic linker if no plugin support was detected/requested.
665 ------------------------------------------------------------------------
666 r10894 | bigben | 2005-05-04 01:18:04 +0200 (Wed, 04 May 2005) | 3 lines
673 ------------------------------------------------------------------------
674 r10893 | bigben | 2005-05-04 01:14:39 +0200 (Wed, 04 May 2005) | 3 lines
681 ------------------------------------------------------------------------
682 r10892 | bigben | 2005-05-04 01:04:10 +0200 (Wed, 04 May 2005) | 3 lines
689 ------------------------------------------------------------------------
690 r10891 | bigben | 2005-05-04 00:44:17 +0200 (Wed, 04 May 2005) | 5 lines
692 M /trunk/modules/gui/macosx/playlist.m
694 * Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
695 * A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
696 * Make the currently playling item, as well as its parent items bold
699 ------------------------------------------------------------------------
700 r10887 | fkuehne | 2005-05-03 22:10:10 +0200 (Tue, 03 May 2005) | 1 line
702 M /trunk/configure.ac
703 M /trunk/src/misc/darwin_specific.m
705 * aded the new Catalan translation
706 ------------------------------------------------------------------------
707 r10885 | courmisch | 2005-05-03 13:07:20 +0200 (Tue, 03 May 2005) | 2 lines
709 M /trunk/src/libvlc.h
710 M /trunk/src/misc/iso-639_def.h
712 Enable catalan translation
714 ------------------------------------------------------------------------
715 r10884 | courmisch | 2005-05-03 12:55:49 +0200 (Tue, 03 May 2005) | 2 lines
717 M /trunk/po/POTFILES.in
719 Fixes no longer existing files
721 ------------------------------------------------------------------------
722 r10883 | courmisch | 2005-05-03 12:47:17 +0200 (Tue, 03 May 2005) | 3 lines
727 Initial Catalan translation by
728 Lorena Gomes and X?\195?\168nia Alb?\195?\160 Cantero
730 ------------------------------------------------------------------------
731 r10882 | courmisch | 2005-05-03 12:43:27 +0200 (Tue, 03 May 2005) | 2 lines
735 .po are not executable
737 ------------------------------------------------------------------------
738 r10879 | fkuehne | 2005-05-02 20:36:58 +0200 (Mon, 02 May 2005) | 1 line
740 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
742 * fixed icons for bin, AIFF, WAV
743 ------------------------------------------------------------------------
744 r10873 | rocky | 2005-05-02 11:01:55 +0200 (Mon, 02 May 2005) | 9 lines
746 M /trunk/modules/gui/skins2/src/ft2_font.cpp
748 gcc 3.4.3 gave this error:
750 src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
751 src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
752 src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
754 Follow the suggestion.
757 ------------------------------------------------------------------------
758 r10872 | fenrir | 2005-05-02 09:25:15 +0200 (Mon, 02 May 2005) | 2 lines
760 M /trunk/modules/gui/wxwindows/playlist.cpp
762 * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
764 ------------------------------------------------------------------------
765 r10871 | bigben | 2005-05-02 01:04:18 +0200 (Mon, 02 May 2005) | 3 lines
767 M /trunk/src/video_output/video_output.c
769 * Hopefully fixes --aspect-ratio computation when giving float values as argument
772 ------------------------------------------------------------------------
773 r10869 | asmax | 2005-05-01 23:36:53 +0200 (Sun, 01 May 2005) | 4 lines
775 M /trunk/modules/gui/skins2/src/ft2_font.cpp
776 M /trunk/modules/gui/skins2/src/ft2_font.hpp
777 M /trunk/modules/gui/skins2/x11/x11_display.cpp
779 * ft2_font.cpp: added a cache for glyphs rendered with freetype, because
780 freetype is so slooow: now FT2Font::drawString() is about 100 times faster
783 ------------------------------------------------------------------------
784 r10863 | asmax | 2005-05-01 17:17:40 +0200 (Sun, 01 May 2005) | 3 lines
786 M /trunk/include/vlc_stream.h
788 * vlc_stream.h: added missing extern "C" (prevented compilation of skins2
789 module in builtin mode)
791 ------------------------------------------------------------------------
792 r10862 | rocky | 2005-05-01 16:48:08 +0200 (Sun, 01 May 2005) | 6 lines
794 M /trunk/modules/access/cdda/access.c
795 M /trunk/modules/access/cdda/info.c
796 M /trunk/modules/access/vcdx/access.c
798 fix next/previous chapter in disc mode
799 fix updating meta (caused by a recent change of mine)
801 vcdx/access.c: hack to try to fix still-handling problem
804 ------------------------------------------------------------------------
805 r10861 | asmax | 2005-05-01 15:19:04 +0200 (Sun, 01 May 2005) | 4 lines
807 M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
808 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
809 M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
810 M /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
811 M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
812 M /trunk/modules/gui/skins2/src/os_graphics.hpp
813 M /trunk/modules/gui/skins2/src/tooltip.cpp
814 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
815 M /trunk/modules/gui/skins2/win32/win32_graphics.hpp
816 M /trunk/modules/gui/skins2/x11/x11_display.cpp
817 M /trunk/modules/gui/skins2/x11/x11_display.hpp
818 M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
819 M /trunk/modules/gui/skins2/x11/x11_graphics.hpp
821 * os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
822 blending only when it is useful (i.e. when drawing antialiased text)
823 * x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster
825 ------------------------------------------------------------------------
826 r10860 | ipkiss | 2005-05-01 13:15:42 +0200 (Sun, 01 May 2005) | 3 lines
828 M /trunk/doc/skins/skins2-howto.xml
830 * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
833 ------------------------------------------------------------------------
834 r10859 | rocky | 2005-05-01 10:56:03 +0200 (Sun, 01 May 2005) | 3 lines
836 M /trunk/modules/access/cdda/access.c
837 M /trunk/modules/access/cdda/cdda.h
839 Work on audio control access.
842 ------------------------------------------------------------------------
843 r10858 | rocky | 2005-05-01 04:43:17 +0200 (Sun, 01 May 2005) | 3 lines
845 M /trunk/modules/access/cdda/access.c
847 Correct up audio-control stop command.
850 ------------------------------------------------------------------------
851 r10857 | rocky | 2005-05-01 04:16:02 +0200 (Sun, 01 May 2005) | 2 lines
853 M /trunk/modules/access/cdda/access.c
854 M /trunk/modules/access/cdda/cdda.c
856 Compatability for different versions of libcdio from 0.71-0.74cvs
858 ------------------------------------------------------------------------
859 r10856 | rocky | 2005-05-01 04:06:58 +0200 (Sun, 01 May 2005) | 4 lines
861 M /trunk/modules/access/cdda/access.c
863 A couple more fixes. One to set meta information when in disc mode.
864 Another to pause audio control playing.
867 ------------------------------------------------------------------------
868 r10855 | rocky | 2005-05-01 02:34:39 +0200 (Sun, 01 May 2005) | 11 lines
870 M /trunk/modules/access/cdda/access.c
871 M /trunk/modules/access/cdda/cdda.c
872 M /trunk/modules/access/cdda/cdda.h
873 M /trunk/modules/access/cdda/info.c
875 Fix some bugs when playlist not in disc but track mode:
876 play_item initialization accidently lost.
877 Probably need a vlc_object release of the playlist.
879 Adjust comments which were wrong because of cut and paste artifacts.
881 Some changes that may help debugging.
883 First attempt at playing via audio controls - mostly not working.
886 ------------------------------------------------------------------------
887 r10854 | massiot | 2005-04-29 17:57:24 +0200 (Fri, 29 Apr 2005) | 5 lines
889 M /trunk/configure.ac
890 M /trunk/extras/contrib/src/Makefile
891 M /trunk/extras/contrib/src/packages.mak
892 M /trunk/modules/codec/Modules.am
893 D /trunk/modules/codec/toolame.c
894 A /trunk/modules/codec/twolame.c (from /trunk/modules/codec/toolame.c:10731)
896 * ALL: We are now using libtwolame instead of libtoolame. The reason is that
897 twolame is thread-safe and maintained. Update your batch files for
898 --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
899 for more information.
901 ------------------------------------------------------------------------
902 r10853 | fenrir | 2005-04-29 09:37:20 +0200 (Fri, 29 Apr 2005) | 3 lines
904 M /trunk/modules/access_filter/record.c
906 * record: use add_directory (instead of add_string) + parse the name to
907 remove the uri/path part.
909 ------------------------------------------------------------------------
910 r10852 | robux4 | 2005-04-28 23:15:08 +0200 (Thu, 28 Apr 2005) | 1 line
912 M /trunk/modules/demux/mkv.cpp
914 mkv.cpp: add preliminary code to support the UI hooks
915 ------------------------------------------------------------------------
916 r10851 | damienf | 2005-04-28 15:58:54 +0200 (Thu, 28 Apr 2005) | 2 lines
918 M /trunk/include/vlc_common.h
920 bad, bad developer ...
922 ------------------------------------------------------------------------
923 r10850 | damienf | 2005-04-28 15:36:54 +0200 (Thu, 28 Apr 2005) | 4 lines
925 M /trunk/modules/access/dshow/dshow.cpp
927 - added dshow-fps option to configure capture framerate
928 - added support for IAMStreamConfig interface to configure user settings on capture pin media type
931 ------------------------------------------------------------------------
932 r10849 | damienf | 2005-04-28 15:30:02 +0200 (Thu, 28 Apr 2005) | 4 lines
934 M /trunk/include/vlc_common.h
935 M /trunk/modules/access_filter/record.c
937 vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
938 record.c: make it compile under mingw32, needs review
941 ------------------------------------------------------------------------
942 r10848 | gbazin | 2005-04-28 10:18:53 +0200 (Thu, 28 Apr 2005) | 1 line
944 M /trunk/modules/access_filter/record.c
946 * modules/access_filter/record.c: compilation fix.
947 ------------------------------------------------------------------------
948 r10847 | fenrir | 2005-04-28 09:45:51 +0200 (Thu, 28 Apr 2005) | 2 lines
950 M /trunk/src/input/es_out.c
952 * es_out: oops, make EsOutProgramDel returning an error code.
954 ------------------------------------------------------------------------
955 r10846 | fenrir | 2005-04-28 09:43:09 +0200 (Thu, 28 Apr 2005) | 2 lines
957 M /trunk/modules/access_filter/record.c
959 * record: grrr, support for system that doesn't have localtime_r.
961 ------------------------------------------------------------------------
962 r10845 | fenrir | 2005-04-28 09:26:04 +0200 (Thu, 28 Apr 2005) | 3 lines
964 M /trunk/include/vlc_es_out.h
965 M /trunk/modules/demux/ts.c
966 M /trunk/src/input/es_out.c
968 es_out*: added ES_OUT_DEL_GROUP
969 ts.c: use ES_OUT_DEL_GROUP to remove old program.
971 ------------------------------------------------------------------------
972 r10844 | gbazin | 2005-04-27 14:59:38 +0200 (Wed, 27 Apr 2005) | 1 line
974 M /trunk/src/input/es_out.c
976 * src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.
977 ------------------------------------------------------------------------
978 r10843 | gbazin | 2005-04-27 13:40:11 +0200 (Wed, 27 Apr 2005) | 1 line
980 M /trunk/src/input/es_out.c
982 * src/input/es_out.c: cleanup empty programs.
983 ------------------------------------------------------------------------
984 r10842 | courmisch | 2005-04-27 12:19:51 +0200 (Wed, 27 Apr 2005) | 2 lines
986 M /trunk/modules/access_filter/record.c
988 Fix errno undefined error
990 ------------------------------------------------------------------------
991 r10841 | sigmunau | 2005-04-26 23:35:03 +0200 (Tue, 26 Apr 2005) | 5 lines
993 M /trunk/src/input/var.c
995 input/var.c: don't try to update the "rate" variable directly in callback
996 for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
997 fixes a race condition when "rate" ends up at a different value than
1000 ------------------------------------------------------------------------
1001 r10840 | bigben | 2005-04-26 23:34:46 +0200 (Tue, 26 Apr 2005) | 3 lines
1003 M /trunk/configure.ac
1005 Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.
1008 ------------------------------------------------------------------------
1009 r10839 | sam | 2005-04-26 22:17:50 +0200 (Tue, 26 Apr 2005) | 2 lines
1011 M /trunk/modules/audio_output/esd.c
1013 * support for --esdserver. doesn't seem to work yet, though...
1015 ------------------------------------------------------------------------
1016 r10838 | titer | 2005-04-26 21:45:32 +0200 (Tue, 26 Apr 2005) | 2 lines
1018 M /trunk/extras/contrib/src/Makefile
1020 fixed ebml/matroska build with gcc 4
1022 ------------------------------------------------------------------------
1023 r10835 | robux4 | 2005-04-26 21:04:18 +0200 (Tue, 26 Apr 2005) | 2 lines
1025 M /trunk/modules/demux/mkv.cpp
1027 mkv.cpp: added the thread to support VOB buttons
1029 ------------------------------------------------------------------------
1030 r10834 | fkuehne | 2005-04-26 20:59:56 +0200 (Tue, 26 Apr 2005) | 1 line
1032 M /trunk/src/libvlc.h
1034 * fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards
1035 ------------------------------------------------------------------------
1036 r10833 | bigben | 2005-04-26 19:33:24 +0200 (Tue, 26 Apr 2005) | 3 lines
1038 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
1039 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
1040 M /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
1041 M /trunk/modules/gui/macosx/open.h
1042 M /trunk/modules/gui/macosx/open.m
1044 Add a checkbox to enable timeshifting in the open network panel
1047 ------------------------------------------------------------------------
1048 r10832 | robux4 | 2005-04-26 19:16:32 +0200 (Tue, 26 Apr 2005) | 1 line
1050 M /trunk/modules/demux/mkv.cpp
1052 mkv.cpp: do an EnterAndLeave before seeking in Matroska Script
1053 ------------------------------------------------------------------------
1054 r10831 | gbazin | 2005-04-26 16:27:47 +0200 (Tue, 26 Apr 2005) | 1 line
1056 M /trunk/modules/video_output/directx/events.c
1057 M /trunk/modules/video_output/x11/xcommon.c
1059 * modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.
1060 ------------------------------------------------------------------------
1061 r10830 | gbazin | 2005-04-26 16:16:14 +0200 (Tue, 26 Apr 2005) | 1 line
1063 M /trunk/include/vlc_playlist.h
1064 M /trunk/src/playlist/playlist.c
1065 M /trunk/src/video_output/video_output.c
1067 * include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.
1068 ------------------------------------------------------------------------
1069 r10829 | robux4 | 2005-04-26 15:59:11 +0200 (Tue, 26 Apr 2005) | 1 line
1071 M /trunk/modules/demux/mkv.cpp
1073 mkv.cpp: avoid leaving the same item in cascade
1074 ------------------------------------------------------------------------
1075 r10828 | gbazin | 2005-04-26 15:07:43 +0200 (Tue, 26 Apr 2005) | 1 line
1077 M /trunk/modules/codec/x264.c
1079 * modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
1080 ------------------------------------------------------------------------
1081 r10827 | gbazin | 2005-04-26 14:44:03 +0200 (Tue, 26 Apr 2005) | 1 line
1083 M /trunk/modules/stream_out/transcode.c
1085 * modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
1086 ------------------------------------------------------------------------
1087 r10826 | gbazin | 2005-04-26 14:40:02 +0200 (Tue, 26 Apr 2005) | 1 line
1089 M /trunk/modules/stream_out/transcode.c
1091 * modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.
1092 ------------------------------------------------------------------------
1093 r10825 | gbazin | 2005-04-26 12:51:32 +0200 (Tue, 26 Apr 2005) | 1 line
1095 M /trunk/modules/codec/x264.c
1097 * modules/codec/x264.c: use proper default value for subpel.
1098 ------------------------------------------------------------------------
1099 r10824 | gbazin | 2005-04-26 12:50:06 +0200 (Tue, 26 Apr 2005) | 1 line
1101 M /trunk/modules/codec/x264.c
1103 * modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).
1104 ------------------------------------------------------------------------
1105 r10823 | gbazin | 2005-04-26 12:14:19 +0200 (Tue, 26 Apr 2005) | 1 line
1107 M /trunk/modules/codec/x264.c
1109 * modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.
1110 ------------------------------------------------------------------------
1111 r10822 | gbazin | 2005-04-26 11:37:26 +0200 (Tue, 26 Apr 2005) | 1 line
1113 M /trunk/modules/gui/wxwindows/interface.cpp
1115 * modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
1116 ------------------------------------------------------------------------
1117 r10821 | gbazin | 2005-04-26 11:22:04 +0200 (Tue, 26 Apr 2005) | 1 line
1119 M /trunk/modules/gui/wxwindows/interface.cpp
1121 * modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
1122 ------------------------------------------------------------------------
1123 r10820 | gbazin | 2005-04-26 10:44:14 +0200 (Tue, 26 Apr 2005) | 1 line
1125 M /trunk/modules/demux/mkv.cpp
1127 * modules/demux/mkv.cpp: itoa -> sprintf.
1128 ------------------------------------------------------------------------
1129 r10819 | fenrir | 2005-04-26 10:42:19 +0200 (Tue, 26 Apr 2005) | 2 lines
1131 M /trunk/modules/access_filter/record.c
1132 M /trunk/modules/access_filter/timeshift.c
1134 * all: added set_shortname.
1136 ------------------------------------------------------------------------
1137 r10818 | fenrir | 2005-04-26 10:34:54 +0200 (Tue, 26 Apr 2005) | 2 lines
1139 M /trunk/modules/gui/wxwindows/wxwindows.cpp
1141 * wxwindows: added a cast to avoid a compiler error (conversion from void*).
1143 ------------------------------------------------------------------------
1144 r10817 | gbazin | 2005-04-26 10:25:33 +0200 (Tue, 26 Apr 2005) | 1 line
1146 M /trunk/configure.ac
1148 * configure.ac: add access_filter_record to the build.
1149 ------------------------------------------------------------------------
1150 r10816 | fenrir | 2005-04-26 09:28:07 +0200 (Tue, 26 Apr 2005) | 3 lines
1152 M /trunk/include/vlc_keys.h
1153 M /trunk/modules/access_filter/Modules.am
1154 A /trunk/modules/access_filter/record.c
1155 M /trunk/src/libvlc.h
1157 * all: added a new access_filter module: record + one hotkey to start/stop
1158 recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).
1160 ------------------------------------------------------------------------
1161 r10815 | fenrir | 2005-04-26 09:24:39 +0200 (Tue, 26 Apr 2005) | 2 lines
1163 M /trunk/modules/gui/wxwindows/timer.cpp
1165 * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
1167 ------------------------------------------------------------------------
1168 r10814 | fenrir | 2005-04-26 09:23:56 +0200 (Tue, 26 Apr 2005) | 3 lines
1170 M /trunk/modules/access/directory.c
1171 M /trunk/modules/audio_filter/resampler/linear.c
1172 M /trunk/modules/audio_filter/resampler/ugly.c
1173 M /trunk/modules/control/http.c
1174 M /trunk/modules/mux/mpjpeg.c
1176 * all: warning fixes.
1177 * mpjpeg.c: use sout_CfgParse !
1179 ------------------------------------------------------------------------
1180 r10813 | fenrir | 2005-04-26 09:21:31 +0200 (Tue, 26 Apr 2005) | 4 lines
1182 M /trunk/modules/demux/asf/libasf.c
1183 M /trunk/modules/demux/playlist/b4s.c
1184 M /trunk/modules/demux/ts.c
1186 * asf, b4s: warning fixes.
1187 * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
1188 - better support of EIT + VLC_META_NOW_PLAYING.
1190 ------------------------------------------------------------------------
1191 r10812 | fenrir | 2005-04-26 09:19:10 +0200 (Tue, 26 Apr 2005) | 2 lines
1193 M /trunk/include/vlc_input.h
1195 * vlc_input.h: added INPUT_DEL_INFO.
1197 ------------------------------------------------------------------------
1198 r10811 | fenrir | 2005-04-26 09:17:42 +0200 (Tue, 26 Apr 2005) | 4 lines
1200 M /trunk/src/input/control.c
1201 M /trunk/src/input/es_out.c
1202 M /trunk/src/input/input.c
1204 * control: added INPUT_DEL_INFO.
1205 * input: allow chaining of access_filter (like filter1:filter2 ...)
1206 * es_out: support VLC_META_NOW_PLAYING for multi-program stream.
1208 ------------------------------------------------------------------------
1209 r10810 | djc | 2005-04-26 03:43:00 +0200 (Tue, 26 Apr 2005) | 4 lines
1211 M /trunk/extras/contrib/src/packages.mak
1213 Change location of speex to http://us.speex.org/download/
1214 (fix a 302 message...)
1217 ------------------------------------------------------------------------
1218 r10809 | sigmunau | 2005-04-26 01:19:19 +0200 (Tue, 26 Apr 2005) | 2 lines
1220 M /trunk/extras/zsh.cpp
1222 extras/zsh.cpp: completion for module_cat and module_cat_list
1224 ------------------------------------------------------------------------
1225 r10808 | sigmunau | 2005-04-26 00:27:41 +0200 (Tue, 26 Apr 2005) | 2 lines
1227 M /trunk/extras/zsh.cpp
1229 extras/zsh.cpp: allow completion of --option=value syntax
1231 ------------------------------------------------------------------------
1232 r10807 | sigmunau | 2005-04-26 00:14:48 +0200 (Tue, 26 Apr 2005) | 3 lines
1234 A /trunk/extras/Makefile
1235 M /trunk/extras/zsh.cpp
1237 extras/Makefile: A very very simple makefile to build the zsh stuff
1238 extras/zsh.cpp: Support for completing simple url as well
1240 ------------------------------------------------------------------------
1241 r10804 | robux4 | 2005-04-25 21:19:06 +0200 (Mon, 25 Apr 2005) | 1 line
1243 M /trunk/modules/demux/mkv.cpp
1245 mkv.cpp: add support for new DVD commands, add more debug messages
1246 ------------------------------------------------------------------------
1247 r10803 | sigmunau | 2005-04-25 19:16:37 +0200 (Mon, 25 Apr 2005) | 3 lines
1249 M /trunk/extras/zsh.cpp
1251 zsh.cpp: allow completion of submodules as well for module-type options
1252 (this allows -A and -V to complete the dummy module
1254 ------------------------------------------------------------------------
1255 r10802 | zorglub | 2005-04-24 22:44:36 +0200 (Sun, 24 Apr 2005) | 2 lines
1257 M /trunk/modules/gui/wxwindows/open.cpp
1259 Fix crash if we don't have freetype or subsdec
1261 ------------------------------------------------------------------------
1262 r10801 | sigmunau | 2005-04-24 20:46:19 +0200 (Sun, 24 Apr 2005) | 2 lines
1266 TODO: Added some of my personal wishes
1268 ------------------------------------------------------------------------
1269 r10800 | robux4 | 2005-04-24 20:45:35 +0200 (Sun, 24 Apr 2005) | 1 line
1271 M /trunk/modules/demux/mkv.cpp
1273 mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code
1274 ------------------------------------------------------------------------
1275 r10799 | robux4 | 2005-04-24 20:33:37 +0200 (Sun, 24 Apr 2005) | 1 line
1277 M /trunk/modules/demux/mkv.cpp
1279 mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
1280 ------------------------------------------------------------------------
1281 r10798 | zorglub | 2005-04-24 20:01:21 +0200 (Sun, 24 Apr 2005) | 2 lines
1285 Added file about known bugs
1287 ------------------------------------------------------------------------
1288 r10797 | zorglub | 2005-04-24 19:56:00 +0200 (Sun, 24 Apr 2005) | 2 lines
1290 M /trunk/modules/gui/wxwindows/playlist.cpp
1292 Also delete nodes when deleting selection
1294 ------------------------------------------------------------------------
1295 r10796 | robux4 | 2005-04-24 17:55:30 +0200 (Sun, 24 Apr 2005) | 1 line
1297 M /trunk/modules/demux/mkv.cpp
1299 mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments
1300 ------------------------------------------------------------------------
1301 r10795 | zorglub | 2005-04-24 17:54:03 +0200 (Sun, 24 Apr 2005) | 2 lines
1303 M /trunk/modules/access/cdda.c
1305 Don't forget to update the status bar on track change
1307 ------------------------------------------------------------------------
1308 r10791 | sigmunau | 2005-04-24 16:48:07 +0200 (Sun, 24 Apr 2005) | 2 lines
1310 M /trunk/modules/services_discovery/sap.c
1312 sap.c: clean up playlist handling
1314 ------------------------------------------------------------------------
1315 r10788 | sigmunau | 2005-04-24 16:36:27 +0200 (Sun, 24 Apr 2005) | 3 lines
1317 M /trunk/src/playlist/playlist.c
1319 playlist.c: fixed a nasty corruption on exit with more than one sd module
1322 ------------------------------------------------------------------------
1323 r10787 | robux4 | 2005-04-24 10:08:06 +0200 (Sun, 24 Apr 2005) | 1 line
1325 M /trunk/modules/demux/mkv.cpp
1327 mkv.cpp: clean the way chapters are presented/handled internally
1328 ------------------------------------------------------------------------
1329 r10785 | zorglub | 2005-04-24 01:15:09 +0200 (Sun, 24 Apr 2005) | 2 lines
1331 M /trunk/modules/gui/wxwindows/playlist.cpp
1332 M /trunk/modules/gui/wxwindows/wxwindows.h
1334 Remove invert selection and select all (I simply can't figure how to do that)
1336 ------------------------------------------------------------------------
1337 r10784 | zorglub | 2005-04-24 01:05:35 +0200 (Sun, 24 Apr 2005) | 2 lines
1339 M /trunk/modules/gui/wxwindows/playlist.cpp
1340 M /trunk/modules/gui/wxwindows/wxwindows.h
1342 Delete selection (either by menu or key)
1344 ------------------------------------------------------------------------
1345 r10783 | sigmunau | 2005-04-24 00:37:22 +0200 (Sun, 24 Apr 2005) | 2 lines
1347 M /trunk/modules/packetizer/h264.c
1349 packetizer/h264.c: fix divition by zero for some streams
1351 ------------------------------------------------------------------------
1352 r10782 | zorglub | 2005-04-24 00:30:11 +0200 (Sun, 24 Apr 2005) | 2 lines
1354 M /trunk/modules/gui/wxwindows/timer.cpp
1358 ------------------------------------------------------------------------
1359 r10781 | zorglub | 2005-04-24 00:13:35 +0200 (Sun, 24 Apr 2005) | 2 lines
1361 M /trunk/modules/misc/logger.c
1363 Take logger back to control modules
1365 ------------------------------------------------------------------------
1366 r10780 | sigmunau | 2005-04-23 20:58:19 +0200 (Sat, 23 Apr 2005) | 3 lines
1368 A /trunk/extras/zsh.cpp
1370 extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
1371 todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion
1373 ------------------------------------------------------------------------
1374 r10779 | sigmunau | 2005-04-23 20:38:01 +0200 (Sat, 23 Apr 2005) | 2 lines
1376 M /trunk/src/libvlc.h
1378 libvlc.h: move -A back to --aout where it belongs
1380 ------------------------------------------------------------------------
1381 r10778 | robux4 | 2005-04-23 18:54:18 +0200 (Sat, 23 Apr 2005) | 1 line
1383 M /trunk/modules/demux/mkv.cpp
1385 mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)
1386 ------------------------------------------------------------------------
1387 r10777 | robux4 | 2005-04-23 17:13:47 +0200 (Sat, 23 Apr 2005) | 1 line
1389 M /trunk/modules/demux/mkv.cpp
1391 mkv.cpp: only display the DVD title info in the Title selection
1392 ------------------------------------------------------------------------
1393 r10776 | robux4 | 2005-04-23 16:08:01 +0200 (Sat, 23 Apr 2005) | 1 line
1395 M /trunk/modules/demux/mkv.cpp
1397 mkv.cpp: use the title feature to display the segment hierarchy
1398 ------------------------------------------------------------------------
1399 r10775 | zorglub | 2005-04-23 14:33:13 +0200 (Sat, 23 Apr 2005) | 2 lines
1401 M /trunk/modules/access/cdda.c
1403 Give a fine name when playing audio CD
1405 ------------------------------------------------------------------------
1406 r10774 | robux4 | 2005-04-23 12:41:52 +0200 (Sat, 23 Apr 2005) | 1 line
1408 M /trunk/modules/demux/mkv.cpp
1410 mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)
1411 ------------------------------------------------------------------------
1412 r10773 | sigmunau | 2005-04-23 12:30:56 +0200 (Sat, 23 Apr 2005) | 3 lines
1414 M /trunk/modules/codec/ffmpeg/ffmpeg.c
1416 ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
1417 people desides to increase their build number again
1419 ------------------------------------------------------------------------
1420 r10772 | courmisch | 2005-04-23 12:25:36 +0200 (Sat, 23 Apr 2005) | 2 lines
1422 M /trunk/modules/services_discovery/sap.c
1424 - enable sap-ipv6 by default
1426 ------------------------------------------------------------------------
1427 r10771 | ipkiss | 2005-04-23 00:35:51 +0200 (Sat, 23 Apr 2005) | 2 lines
1429 M /trunk/doc/skins/skins2-howto.xml
1433 ------------------------------------------------------------------------
1434 r10770 | ipkiss | 2005-04-23 00:25:10 +0200 (Sat, 23 Apr 2005) | 3 lines
1436 M /trunk/modules/gui/skins2/Modules.am
1437 A /trunk/modules/gui/skins2/commands/cmd_muxer.cpp
1438 A /trunk/modules/gui/skins2/commands/cmd_muxer.hpp
1439 M /trunk/modules/gui/skins2/parser/interpreter.cpp
1441 * skins2: Added support for multiple actions (separated by ";"),
1442 wherever one action was allowed
1444 ------------------------------------------------------------------------
1445 r10769 | fkuehne | 2005-04-22 23:36:07 +0200 (Fri, 22 Apr 2005) | 1 line
1449 * update to the Spanish translation by Antonio Javier Varela Calvo
1450 ------------------------------------------------------------------------
1451 r10768 | robux4 | 2005-04-22 13:47:02 +0200 (Fri, 22 Apr 2005) | 1 line
1453 M /trunk/extras/contrib/src/Makefile
1455 contrib: try to allow make src for Linux too
1456 ------------------------------------------------------------------------
1457 r10767 | fenrir | 2005-04-22 10:05:03 +0200 (Fri, 22 Apr 2005) | 2 lines
1459 M /trunk/src/video_output/vout_synchro.c
1461 vout_synchro: less verbose.
1463 ------------------------------------------------------------------------
1464 r10765 | robux4 | 2005-04-21 23:09:15 +0200 (Thu, 21 Apr 2005) | 1 line
1466 M /trunk/modules/demux/mkv.cpp
1468 mkv.cpp: Enter/Leave on subchapters too
1469 ------------------------------------------------------------------------
1470 r10764 | robux4 | 2005-04-21 22:29:42 +0200 (Thu, 21 Apr 2005) | 1 line
1472 M /trunk/extras/contrib/src/Makefile
1474 contrib: no need to patch libebml anymore
1475 ------------------------------------------------------------------------
1476 r10763 | robux4 | 2005-04-21 22:21:08 +0200 (Thu, 21 Apr 2005) | 1 line
1478 D /trunk/extras/contrib/src/Patches/libebml.patch
1479 M /trunk/extras/contrib/src/packages.mak
1481 contrib: update to the latest libebml/libmatroska packages
1482 ------------------------------------------------------------------------
1483 r10762 | robux4 | 2005-04-21 22:12:12 +0200 (Thu, 21 Apr 2005) | 1 line
1485 M /trunk/modules/demux/mkv.cpp
1487 mkv.cpp: add a notice about the gcc bug on Darwin
1488 ------------------------------------------------------------------------
1489 r10761 | robux4 | 2005-04-21 14:29:55 +0200 (Thu, 21 Apr 2005) | 1 line
1491 M /trunk/modules/demux/mkv.cpp
1493 mkv.cpp: minor improvements
1494 ------------------------------------------------------------------------
1495 r10760 | gbazin | 2005-04-21 14:09:23 +0200 (Thu, 21 Apr 2005) | 1 line
1497 M /trunk/modules/gui/wxwindows/timer.cpp
1499 * modules/gui/wxwindows/timer.cpp: fixed interface flickering.
1500 ------------------------------------------------------------------------
1501 r10759 | courmisch | 2005-04-21 11:15:46 +0200 (Thu, 21 Apr 2005) | 3 lines
1503 M /trunk/src/playlist/view.c
1505 Handle failed allocation
1506 (I don't remember why I coded that, but it was left in my trunk)
1508 ------------------------------------------------------------------------
1509 r10758 | courmisch | 2005-04-21 11:09:34 +0200 (Thu, 21 Apr 2005) | 4 lines
1511 M /trunk/modules/misc/network/ipv4.c
1513 Applied patch for support of the IP_MULTICAST_IF
1514 by isteinmann (at) bluewin.ch
1517 ------------------------------------------------------------------------
1518 r10757 | robux4 | 2005-04-20 23:04:49 +0200 (Wed, 20 Apr 2005) | 1 line
1520 M /trunk/modules/demux/mkv.cpp
1522 mkv.cpp: the JumpTT command now works !!!!!!
1523 ------------------------------------------------------------------------
1524 r10756 | fkuehne | 2005-04-20 22:58:15 +0200 (Wed, 20 Apr 2005) | 1 line
1526 M /trunk/extras/contrib/src/packages.mak
1528 * fixed download-location of libvorbis
1529 ------------------------------------------------------------------------
1530 r10755 | robux4 | 2005-04-20 21:45:41 +0200 (Wed, 20 Apr 2005) | 1 line
1532 M /trunk/modules/demux/mkv.cpp
1534 mkv.cpp: finding the segment matching the Title for JumpTT works
1535 ------------------------------------------------------------------------
1536 r10754 | gbazin | 2005-04-20 16:57:22 +0200 (Wed, 20 Apr 2005) | 1 line
1538 M /trunk/modules/codec/ffmpeg/ffmpeg.c
1540 * modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
1541 ------------------------------------------------------------------------
1542 r10753 | gbazin | 2005-04-20 16:55:46 +0200 (Wed, 20 Apr 2005) | 1 line
1544 M /trunk/modules/demux/avi/avi.c
1545 M /trunk/modules/demux/avi/libavi.c
1547 * modules/demux/avi: pass on video palette.
1548 ------------------------------------------------------------------------
1549 r10752 | dionoea | 2005-04-20 16:39:29 +0200 (Wed, 20 Apr 2005) | 4 lines
1551 M /trunk/vlc.win32.nsi
1553 change pointed out by 'acehole' in the forums so that automaticaly opening
1554 a file with VLC will use the whole file name and not the 8.3 format. That
1555 makes automatic subtitle loading work.
1557 ------------------------------------------------------------------------
1558 r10751 | gbazin | 2005-04-20 12:44:42 +0200 (Wed, 20 Apr 2005) | 1 line
1560 M /trunk/modules/codec/ffmpeg/ffmpeg.c
1561 M /trunk/modules/codec/ffmpeg/video.c
1563 * modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.
1564 ------------------------------------------------------------------------
1565 r10750 | gbazin | 2005-04-20 12:41:11 +0200 (Wed, 20 Apr 2005) | 1 line
1567 M /trunk/modules/demux/mp4/libmp4.c
1568 M /trunk/modules/demux/mp4/libmp4.h
1570 * modules/demux/mp4: support for QuickDraw video tracks.
1571 ------------------------------------------------------------------------
1572 r10749 | robux4 | 2005-04-19 23:15:46 +0200 (Tue, 19 Apr 2005) | 1 line
1574 M /trunk/modules/demux/mkv.cpp
1576 mkv.cpp: fix a gcc warning
1577 ------------------------------------------------------------------------
1578 r10748 | robux4 | 2005-04-19 22:05:59 +0200 (Tue, 19 Apr 2005) | 1 line
1580 M /trunk/modules/demux/mkv.cpp
1582 mkv.cpp: preliminary support for the JumpTT command
1583 ------------------------------------------------------------------------
1584 r10747 | robux4 | 2005-04-19 21:46:59 +0200 (Tue, 19 Apr 2005) | 1 line
1586 M /trunk/modules/demux/mkv.cpp
1588 mkv.cpp: fix various memory management problems
1589 ------------------------------------------------------------------------
1590 r10746 | fenrir | 2005-04-19 18:03:11 +0200 (Tue, 19 Apr 2005) | 6 lines
1592 M /trunk/modules/video_filter/deinterlace.c
1594 *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
1596 It applies a edge oriented interpolation on interlaced video part only (it works on
1597 a 8x8 block basis). It works pretty well except where there is a lot of small details.
1600 ------------------------------------------------------------------------
1601 r10745 | fenrir | 2005-04-19 17:59:57 +0200 (Tue, 19 Apr 2005) | 2 lines
1603 M /trunk/src/input/decoder.c
1605 * decoder: fix a crash with delete spu.
1607 ------------------------------------------------------------------------
1608 r10744 | fenrir | 2005-04-19 17:56:06 +0200 (Tue, 19 Apr 2005) | 4 lines
1610 M /trunk/modules/access/dvb/access.c
1611 M /trunk/modules/access/dvb/dvb.h
1613 * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
1614 long delay because we only receive PAT at the start), but we increase each time we read
1615 data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.
1617 ------------------------------------------------------------------------
1618 r10743 | robux4 | 2005-04-19 16:44:44 +0200 (Tue, 19 Apr 2005) | 1 line
1620 M /trunk/modules/demux/mkv.cpp
1622 mkv.cpp: compilation fixes
1623 ------------------------------------------------------------------------
1624 r10742 | robux4 | 2005-04-19 16:25:30 +0200 (Tue, 19 Apr 2005) | 1 line
1626 M /trunk/modules/demux/mkv.cpp
1628 mkv.cpp: start calling the interpretor
1629 ------------------------------------------------------------------------
1630 r10741 | gbazin | 2005-04-19 15:38:23 +0200 (Tue, 19 Apr 2005) | 1 line
1632 M /trunk/modules/demux/ts.c
1634 * modules/demux/ts.c: got rid of some useless code and fixed a memory leak at the same time.
1635 ------------------------------------------------------------------------
1636 r10740 | robux4 | 2005-04-19 14:38:49 +0200 (Tue, 19 Apr 2005) | 1 line
1638 M /trunk/modules/demux/mkv.cpp
1640 mkv.cpp: initial support for GPRM and SPRM DVD registers
1641 ------------------------------------------------------------------------
1642 r10739 | robux4 | 2005-04-19 13:33:14 +0200 (Tue, 19 Apr 2005) | 1 line
1644 M /trunk/modules/demux/mkv.cpp
1646 mkv.cpp: demux_sys_t needs to keep the same name
1647 ------------------------------------------------------------------------
1648 r10738 | robux4 | 2005-04-19 13:17:22 +0200 (Tue, 19 Apr 2005) | 1 line
1650 M /trunk/modules/demux/mkv.cpp
1652 mkv.cpp: changed the name of classes and prepare the DVD interpretor
1653 ------------------------------------------------------------------------
1654 r10737 | gbazin | 2005-04-19 10:39:31 +0200 (Tue, 19 Apr 2005) | 5 lines
1656 M /trunk/include/vlc_keys.h
1657 M /trunk/modules/gui/wxwindows/interface.cpp
1659 * include/vlc_keys.h: Added Insert and Delete hotkeys.
1660 * modules/gui/wxwindows/interface.cpp: Fixed End hotkey + added Insert/Delete.
1662 Patch by Greg Hazel (ghazel at gmail dot com)
1664 ------------------------------------------------------------------------
1665 r10736 | courmisch | 2005-04-19 10:20:30 +0200 (Tue, 19 Apr 2005) | 2 lines
1667 M /trunk/configure.ac
1669 Don't enable externrun module in -hopefully- upcoming 0.8.2
1671 ------------------------------------------------------------------------
1672 r10735 | ipkiss | 2005-04-18 23:21:09 +0200 (Mon, 18 Apr 2005) | 5 lines
1674 M /trunk/modules/gui/skins2/src/vlcproc.cpp
1675 M /trunk/modules/gui/skins2/src/vlcproc.hpp
1676 M /trunk/modules/gui/skins2/win32/win32_window.cpp
1677 M /trunk/modules/gui/skins2/win32/win32_window.hpp
1678 M /trunk/modules/gui/skins2/x11/x11_window.cpp
1680 * skins2: Fixed 2 bugs related with embedded vout and skins switching:
1681 - win32: fixed the 'vout_directx private error: out of memory' error
1682 (thanks to Trax` for pointing it out)
1683 - x11: it's now possible to use the embedded vout after changing skin
1685 ------------------------------------------------------------------------
1686 r10733 | jpsaman | 2005-04-18 20:13:37 +0200 (Mon, 18 Apr 2005) | 2 lines
1688 M /trunk/modules/control/hotkeys.c
1690 Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
1692 ------------------------------------------------------------------------
1693 r10731 | gbazin | 2005-04-18 17:32:31 +0200 (Mon, 18 Apr 2005) | 1 line
1695 M /trunk/modules/mux/mpeg/pes.c
1696 M /trunk/modules/mux/mpeg/pes.h
1697 M /trunk/modules/mux/mpeg/ps.c
1698 M /trunk/modules/mux/mpeg/ts.c
1700 * modules/mux/mpeg/*: new --sout-ps-pes-max-size option.
1701 ------------------------------------------------------------------------
1702 r10730 | gbazin | 2005-04-18 16:49:29 +0200 (Mon, 18 Apr 2005) | 1 line
1704 M /trunk/modules/gui/wxwindows/menus.cpp
1705 M /trunk/modules/gui/wxwindows/video.cpp
1706 M /trunk/modules/gui/wxwindows/wxwindows.cpp
1708 * modules/gui/wxwindows/*: workaround uninitialization bug in wxWidgets -> re-enabled on-the-fly interface switching.
1709 ------------------------------------------------------------------------
1710 r10729 | damienf | 2005-04-18 14:58:14 +0200 (Mon, 18 Apr 2005) | 2 lines
1712 M /trunk/Makefile.am
1714 - make use of cygwin rebase to optimize DLL loading, if present
1716 ------------------------------------------------------------------------
1717 r10728 | damienf | 2005-04-18 13:51:57 +0200 (Mon, 18 Apr 2005) | 2 lines
1719 M /trunk/activex/plugin.cpp
1721 - previously checked in this file to work only within my debug environment
1723 ------------------------------------------------------------------------
1724 r10727 | damienf | 2005-04-18 13:35:18 +0200 (Mon, 18 Apr 2005) | 4 lines
1727 M /trunk/activex/README.TXT
1728 M /trunk/activex/oleobject.cpp
1729 M /trunk/activex/persistpropbag.cpp
1730 M /trunk/activex/plugin.cpp
1731 M /trunk/activex/plugin.h
1732 M /trunk/activex/utils.cpp
1733 M /trunk/activex/utils.h
1734 M /trunk/activex/viewobject.cpp
1735 M /trunk/activex/viewobject.h
1736 M /trunk/activex/vlccontrol.cpp
1740 - added suport to Ole Extent measurments to improve compatibilty
1742 ------------------------------------------------------------------------
1743 r10726 | gbazin | 2005-04-18 12:42:30 +0200 (Mon, 18 Apr 2005) | 1 line
1745 M /trunk/modules/gui/wxwindows/interface.cpp
1747 * modules/gui/wxwindows/interface.cpp: fixed special hotkeys with modifiers on win32.
1748 ------------------------------------------------------------------------
1749 r10725 | gbazin | 2005-04-18 12:02:42 +0200 (Mon, 18 Apr 2005) | 1 line
1751 M /trunk/modules/gui/wxwindows/wxwindows.cpp
1753 * modules/gui/wxwindows/wxwindows.cpp: don't use the saved positions/sizes when acting as a dialog provider.
1754 ------------------------------------------------------------------------
1755 r10724 | courmisch | 2005-04-18 10:37:59 +0200 (Mon, 18 Apr 2005) | 2 lines
1757 M /trunk/configure.ac
1759 add -lz to build gnutls (see if it doesn't break)
1761 ------------------------------------------------------------------------
1762 r10715 | courmisch | 2005-04-17 20:00:31 +0200 (Sun, 17 Apr 2005) | 2 lines
1764 M /trunk/src/playlist/item-ext.c
1768 ------------------------------------------------------------------------
1769 r10713 | sigmunau | 2005-04-17 15:03:09 +0200 (Sun, 17 Apr 2005) | 2 lines
1771 M /trunk/modules/gui/wxwindows/playlist.cpp
1773 wx/playlist.cpp: removed a stray wxMutexGuiLeave
1775 ------------------------------------------------------------------------
1776 r10712 | sigmunau | 2005-04-17 15:00:51 +0200 (Sun, 17 Apr 2005) | 3 lines
1778 M /trunk/modules/demux/playlist/playlist.c
1780 demux/playlist: fix a crash when shoutcast discovery correctly is not
1783 ------------------------------------------------------------------------
1784 r10711 | sigmunau | 2005-04-17 14:59:23 +0200 (Sun, 17 Apr 2005) | 2 lines
1786 M /trunk/modules/services_discovery/shout.c
1788 shout.c: fix some potential problems
1790 ------------------------------------------------------------------------
1791 r10710 | sigmunau | 2005-04-17 14:58:33 +0200 (Sun, 17 Apr 2005) | 2 lines
1793 M /trunk/src/libvlc.c
1794 M /trunk/src/misc/messages.c
1798 ------------------------------------------------------------------------
1799 r10709 | sigmunau | 2005-04-17 14:36:34 +0200 (Sun, 17 Apr 2005) | 4 lines
1801 M /trunk/src/playlist/item-ext.c
1802 M /trunk/src/playlist/playlist.c
1804 playlist.c: shut up a compiler warning
1805 item-ext.c: reverted a recent change in GetPositionById than caused
1806 old-style playlist to malfunction (visible in rc interface at least)
1808 ------------------------------------------------------------------------
1809 r10707 | jpsaman | 2005-04-16 16:10:00 +0200 (Sat, 16 Apr 2005) | 3 lines
1811 M /trunk/configure.ac
1812 M /trunk/mozilla/Makefile.am
1814 Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}.
1815 Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
1817 ------------------------------------------------------------------------
1818 r10706 | courmisch | 2005-04-16 14:30:45 +0200 (Sat, 16 Apr 2005) | 2 lines
1820 M /trunk/src/misc/threads.c
1822 Clean up thread_{begin,end}
1824 ------------------------------------------------------------------------
1825 r10705 | courmisch | 2005-04-16 14:24:32 +0200 (Sat, 16 Apr 2005) | 2 lines
1827 M /trunk/src/misc/objects.c
1829 - fix invalid free of root object
1831 ------------------------------------------------------------------------
1832 r10704 | courmisch | 2005-04-16 12:53:36 +0200 (Sat, 16 Apr 2005) | 2 lines
1834 M /trunk/src/misc/modules.c
1838 ------------------------------------------------------------------------
1839 r10703 | courmisch | 2005-04-16 12:33:13 +0200 (Sat, 16 Apr 2005) | 2 lines
1841 M /trunk/modules/services_discovery/sap.c
1845 ------------------------------------------------------------------------
1846 r10702 | gbazin | 2005-04-16 12:01:18 +0200 (Sat, 16 Apr 2005) | 1 line
1848 M /trunk/src/misc/configuration.c
1850 * src/misc/configuration.c: YAF (yet another fix).
1851 ------------------------------------------------------------------------
1852 r10701 | sigmunau | 2005-04-16 11:56:26 +0200 (Sat, 16 Apr 2005) | 2 lines
1854 M /trunk/modules/gui/wxwindows/playlist.cpp
1856 wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)
1858 ------------------------------------------------------------------------
1859 r10700 | courmisch | 2005-04-16 11:06:48 +0200 (Sat, 16 Apr 2005) | 2 lines
1861 M /trunk/modules/services_discovery/sap.c
1863 Force conversion from UTF-8 when announce is incorrectly encoded
1865 ------------------------------------------------------------------------
1866 r10699 | gbazin | 2005-04-16 02:01:38 +0200 (Sat, 16 Apr 2005) | 1 line
1868 M /trunk/modules/gui/wxwindows/video.cpp
1870 * modules/gui/wxwindows/video.cpp: fixes.
1871 ------------------------------------------------------------------------
1872 r10698 | gbazin | 2005-04-16 00:35:21 +0200 (Sat, 16 Apr 2005) | 1 line
1874 M /trunk/src/misc/modules.c
1876 * src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).
1877 ------------------------------------------------------------------------
1878 r10697 | sigmunau | 2005-04-16 00:32:04 +0200 (Sat, 16 Apr 2005) | 2 lines
1880 M /trunk/src/playlist/item-ext.c
1881 M /trunk/src/playlist/view.c
1883 playlist: fixed two more occurences of the previous error
1885 ------------------------------------------------------------------------
1886 r10696 | sigmunau | 2005-04-16 00:28:24 +0200 (Sat, 16 Apr 2005) | 2 lines
1888 M /trunk/src/playlist/item-ext.c
1890 playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
1892 ------------------------------------------------------------------------
1893 r10695 | zorglub | 2005-04-16 00:21:08 +0200 (Sat, 16 Apr 2005) | 2 lines
1895 M /trunk/src/playlist/playlist.c
1899 ------------------------------------------------------------------------
1900 r10694 | gbazin | 2005-04-16 00:17:04 +0200 (Sat, 16 Apr 2005) | 1 line
1902 M /trunk/modules/gui/wxwindows/timer.cpp
1904 * modules/gui/wxwindows/timer.cpp: cleanup.
1905 ------------------------------------------------------------------------
1906 r10693 | gbazin | 2005-04-16 00:08:02 +0200 (Sat, 16 Apr 2005) | 1 line
1908 M /trunk/modules/gui/wxwindows/interface.cpp
1909 M /trunk/modules/gui/wxwindows/video.cpp
1910 M /trunk/modules/gui/wxwindows/wxwindows.cpp
1911 M /trunk/modules/gui/wxwindows/wxwindows.h
1913 * modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.
1914 ------------------------------------------------------------------------
1915 r10692 | courmisch | 2005-04-15 23:56:14 +0200 (Fri, 15 Apr 2005) | 3 lines
1917 M /trunk/modules/demux/voc.c
1919 - demux with much bigger buffers to avoid performance issue
1920 - fix silences handling
1922 ------------------------------------------------------------------------
1923 r10691 | gbazin | 2005-04-15 22:58:06 +0200 (Fri, 15 Apr 2005) | 1 line
1925 M /trunk/src/misc/configuration.c
1927 * src/misc/configuration.c: fixed a few recent bugs.
1928 ------------------------------------------------------------------------
1929 r10690 | massiot | 2005-04-15 22:01:19 +0200 (Fri, 15 Apr 2005) | 3 lines
1931 M /trunk/configure.ac
1932 M /trunk/modules/stream_out/Modules.am
1933 M /trunk/modules/stream_out/bridge.c
1934 A /trunk/modules/stream_out/mosaic_bridge.c (from /trunk/modules/video_output/picture.c:10669)
1935 M /trunk/modules/video_filter/Modules.am
1936 M /trunk/modules/video_filter/mosaic.c
1937 A /trunk/modules/video_filter/mosaic.h (from /trunk/modules/video_output/picture.h:10654)
1938 M /trunk/modules/video_output/Modules.am
1939 D /trunk/modules/video_output/picture.c
1940 D /trunk/modules/video_output/picture.h
1942 * ALL: converted the video output module "picture" to a stream output
1943 module "mosaic-bridge".
1945 ------------------------------------------------------------------------
1946 r10689 | massiot | 2005-04-15 21:51:23 +0200 (Fri, 15 Apr 2005) | 2 lines
1948 M /trunk/include/vlc_video.h
1950 * include/vlc_video.h: Added a p_next pointer to link pictures.
1952 ------------------------------------------------------------------------
1953 r10688 | massiot | 2005-04-15 21:02:14 +0200 (Fri, 15 Apr 2005) | 2 lines
1955 M /trunk/configure.ac
1957 * configure.ac: Support for x86_64 architecture.
1959 ------------------------------------------------------------------------
1960 r10687 | massiot | 2005-04-15 20:06:51 +0200 (Fri, 15 Apr 2005) | 2 lines
1962 M /trunk/modules/codec/libmpeg2.c
1963 M /trunk/modules/services_discovery/sap.c
1964 M /trunk/modules/video_output/sdl.c
1965 M /trunk/src/libvlc.c
1966 M /trunk/src/libvlc.h
1967 M /trunk/src/misc/cpu.c
1969 * ALL: x86-64 fixes.
1971 ------------------------------------------------------------------------
1972 r10686 | titer | 2005-04-15 18:56:51 +0200 (Fri, 15 Apr 2005) | 2 lines
1975 M /trunk/extras/contrib/src
1979 ------------------------------------------------------------------------
1980 r10685 | gbazin | 2005-04-15 17:22:17 +0200 (Fri, 15 Apr 2005) | 1 line
1982 M /trunk/modules/gui/wxwindows/video.cpp
1984 * modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.
1985 ------------------------------------------------------------------------
1986 r10684 | gbazin | 2005-04-15 17:13:02 +0200 (Fri, 15 Apr 2005) | 1 line
1988 M /trunk/modules/gui/wxwindows/video.cpp
1989 M /trunk/modules/gui/wxwindows/wxwindows.h
1991 * modules/gui/wxwindows: save size of video window when in non-autosize mode.
1992 ------------------------------------------------------------------------
1993 r10683 | courmisch | 2005-04-15 16:53:59 +0200 (Fri, 15 Apr 2005) | 3 lines
1995 M /trunk/modules/services_discovery/sap.c
1997 support for non-global statically defined SAP IPv4 multicast addresses
2000 ------------------------------------------------------------------------
2001 r10682 | gbazin | 2005-04-15 16:31:58 +0200 (Fri, 15 Apr 2005) | 1 line
2003 M /trunk/src/misc/modules.c
2005 * src/misc/modules.c: oups, stupid bug.
2006 ------------------------------------------------------------------------
2007 r10681 | gbazin | 2005-04-15 16:01:27 +0200 (Fri, 15 Apr 2005) | 1 line
2009 M /trunk/include/configuration.h
2010 M /trunk/modules/gui/skins2/src/skin_main.cpp
2011 M /trunk/modules/gui/skins2/src/theme.cpp
2012 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2013 M /trunk/src/misc/configuration.c
2014 M /trunk/src/misc/modules.c
2016 * src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
2017 ------------------------------------------------------------------------
2018 r10680 | gbazin | 2005-04-15 12:38:01 +0200 (Fri, 15 Apr 2005) | 1 line
2020 M /trunk/modules/gui/wxwindows/timer.cpp
2022 * modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
2023 ------------------------------------------------------------------------
2024 r10679 | gbazin | 2005-04-15 12:30:56 +0200 (Fri, 15 Apr 2005) | 1 line
2026 M /trunk/modules/gui/wxwindows/video.cpp
2028 * modules/gui/wxwindows/video.cpp: only set background color when necessary.
2029 ------------------------------------------------------------------------
2030 r10678 | gbazin | 2005-04-15 11:58:33 +0200 (Fri, 15 Apr 2005) | 1 line
2032 M /trunk/modules/gui/wxwindows/interface.cpp
2033 M /trunk/modules/gui/wxwindows/timer.cpp
2034 M /trunk/modules/gui/wxwindows/video.cpp
2035 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2036 M /trunk/modules/gui/wxwindows/wxwindows.h
2038 * modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
2039 ------------------------------------------------------------------------
2040 r10677 | zorglub | 2005-04-15 11:34:29 +0200 (Fri, 15 Apr 2005) | 2 lines
2042 M /trunk/modules/gui/wxwindows/interface.cpp
2044 Allow resizing of video when autofit is enabled
2046 ------------------------------------------------------------------------
2047 r10676 | gbazin | 2005-04-15 11:13:24 +0200 (Fri, 15 Apr 2005) | 1 line
2049 M /trunk/modules/gui/wxwindows/video.cpp
2051 * modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
2052 ------------------------------------------------------------------------
2053 r10675 | robux4 | 2005-04-14 23:49:34 +0200 (Thu, 14 Apr 2005) | 1 line
2055 M /trunk/modules/demux/mkv.cpp
2057 mkv.cpp: preliminary support for segments with no content, only chapter commands
2058 ------------------------------------------------------------------------
2059 r10673 | robux4 | 2005-04-13 23:06:16 +0200 (Wed, 13 Apr 2005) | 2 lines
2061 M /trunk/modules/demux/mkv.cpp
2063 mkv.cpp: store the chapter codec data for later use
2065 ------------------------------------------------------------------------
2066 r10672 | robux4 | 2005-04-13 22:03:49 +0200 (Wed, 13 Apr 2005) | 1 line
2068 M /trunk/modules/demux/mkv.cpp
2070 mkv.cpp: stronger type checking
2071 ------------------------------------------------------------------------
2072 r10671 | zorglub | 2005-04-13 21:31:45 +0200 (Wed, 13 Apr 2005) | 2 lines
2074 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2075 M /trunk/modules/services_discovery/sap.c
2076 M /trunk/src/playlist/playlist.c
2078 Don't autoplay SAP items
2080 ------------------------------------------------------------------------
2081 r10670 | zorglub | 2005-04-13 19:43:12 +0200 (Wed, 13 Apr 2005) | 10 lines
2083 M /trunk/include/vlc_playlist.h
2084 M /trunk/modules/gui/macosx/playlist.m
2085 M /trunk/modules/gui/ncurses.c
2086 M /trunk/modules/gui/wxwindows/interface.cpp
2087 M /trunk/modules/gui/wxwindows/open.cpp
2088 M /trunk/modules/gui/wxwindows/playlist.cpp
2089 M /trunk/modules/gui/wxwindows/timer.cpp
2090 M /trunk/modules/gui/wxwindows/wxwindows.h
2091 M /trunk/modules/services_discovery/sap.c
2092 M /trunk/src/playlist/item-ext.c
2093 M /trunk/src/playlist/playlist.c
2094 M /trunk/src/playlist/view.c
2097 - fix crash when deleting current item
2098 - SAP: don't store pointers
2099 - don't pass pointers to interface in item-appended
2100 - remove VIEW_SIMPLE that was confusing and bug-generating
2104 - Fix slider behaviour, patch by Greg Hazel
2106 ------------------------------------------------------------------------
2107 r10669 | fenrir | 2005-04-13 10:27:34 +0200 (Wed, 13 Apr 2005) | 2 lines
2109 M /trunk/modules/mux/mpeg/csa.c
2111 * csa: decrypt only when payload >= 8 bytes.
2113 ------------------------------------------------------------------------
2114 r10668 | gbazin | 2005-04-13 09:27:37 +0200 (Wed, 13 Apr 2005) | 1 line
2118 * po/de.po: small fix.
2119 ------------------------------------------------------------------------
2120 r10667 | fkuehne | 2005-04-13 00:48:27 +0200 (Wed, 13 Apr 2005) | 4 lines
2122 M /trunk/modules/access/v4l/v4l.c
2124 M /trunk/src/libvlc.h
2126 * src/libvlc.h: added Chinese Traditional to the list of languages
2127 * modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
2128 * de.po: first update to the German translation
2130 ------------------------------------------------------------------------
2131 r10666 | fkuehne | 2005-04-13 00:47:36 +0200 (Wed, 13 Apr 2005) | 1 line
2133 M /trunk/modules/codec/ffmpeg/ffmpeg.c
2134 M /trunk/modules/codec/toolame.c
2135 M /trunk/modules/codec/vorbis.c
2136 M /trunk/modules/control/showintf.c
2137 M /trunk/modules/control/telnet.c
2138 M /trunk/modules/demux/mkv.cpp
2139 M /trunk/modules/demux/ts.c
2140 M /trunk/modules/gui/macosx/macosx.m
2141 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2143 * ALL: removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
2144 ------------------------------------------------------------------------
2145 r10665 | zorglub | 2005-04-12 23:55:32 +0200 (Tue, 12 Apr 2005) | 8 lines
2148 M /trunk/modules/gui/wxwindows/interface.cpp
2149 M /trunk/modules/gui/wxwindows/open.cpp
2150 M /trunk/modules/gui/wxwindows/playlist.cpp
2151 M /trunk/modules/gui/wxwindows/preferences.cpp
2152 M /trunk/modules/gui/wxwindows/timer.cpp
2153 M /trunk/modules/gui/wxwindows/video.cpp
2154 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2155 M /trunk/modules/gui/wxwindows/wxwindows.h
2156 M /trunk/modules/misc/playlist/m3u.c
2158 * Patch by Gregory Hazel :
2159 - Fix gui flickering on video size change
2160 - provide a no-auto-resize mode
2162 * Patch by Christophe Mutricy : fix M3U export
2166 ------------------------------------------------------------------------
2167 r10664 | fkuehne | 2005-04-12 23:11:46 +0200 (Tue, 12 Apr 2005) | 1 line
2169 M /trunk/po/Makefile.in.in
2171 * sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
2172 ------------------------------------------------------------------------
2173 r10663 | fkuehne | 2005-04-12 23:08:00 +0200 (Tue, 12 Apr 2005) | 1 line
2175 M /trunk/po/Makefile.in.in
2176 M /trunk/po/POTFILES.in
2181 M /trunk/po/en_GB.po
2194 M /trunk/po/pt_BR.po
2200 M /trunk/po/zh_TW.po
2202 * updated the po-files on request by Jonas Larsen
2203 ------------------------------------------------------------------------
2204 r10662 | fkuehne | 2005-04-12 20:51:14 +0200 (Tue, 12 Apr 2005) | 1 line
2207 M /trunk/configure.ac
2208 A /trunk/po/zh_TW.po
2209 M /trunk/src/misc/darwin_specific.m
2211 * added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
2212 ------------------------------------------------------------------------
2213 r10661 | bigben | 2005-04-12 20:46:26 +0200 (Tue, 12 Apr 2005) | 3 lines
2215 M /trunk/modules/gui/macosx/controls.m
2216 M /trunk/modules/gui/macosx/intf.h
2217 M /trunk/modules/gui/macosx/intf.m
2218 M /trunk/modules/gui/macosx/playlist.h
2219 M /trunk/modules/gui/macosx/playlist.m
2221 Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)
2224 ------------------------------------------------------------------------
2225 r10660 | gbazin | 2005-04-12 20:15:33 +0200 (Tue, 12 Apr 2005) | 1 line
2227 M /trunk/modules/demux/playlist/b4s.c
2228 M /trunk/modules/misc/xml/xtag.c
2229 M /trunk/src/input/stream.c
2230 M /trunk/src/playlist/item.c
2231 M /trunk/src/playlist/playlist.c
2233 * ALL: fixed a handful of bugs and memory leaks.
2234 ------------------------------------------------------------------------
2235 r10659 | hartman | 2005-04-12 18:43:55 +0200 (Tue, 12 Apr 2005) | 2 lines
2237 M /trunk/modules/gui/macosx/intf.m
2238 M /trunk/modules/gui/macosx/playlist.m
2240 * Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)
2242 ------------------------------------------------------------------------
2243 r10658 | hartman | 2005-04-12 18:20:55 +0200 (Tue, 12 Apr 2005) | 2 lines
2245 M /trunk/modules/misc/xml/xtag.c
2247 * Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
2249 ------------------------------------------------------------------------
2250 r10657 | courmisch | 2005-04-12 16:43:01 +0200 (Tue, 12 Apr 2005) | 2 lines
2252 M /trunk/modules/services_discovery/sap.c
2256 ------------------------------------------------------------------------
2257 r10656 | hartman | 2005-04-12 16:41:47 +0200 (Tue, 12 Apr 2005) | 5 lines
2261 M /trunk/modules/gui/macosx/controls.m
2262 M /trunk/modules/gui/macosx/intf.m
2263 M /trunk/modules/gui/macosx/vout.m
2265 * fixed fullscreen on osx with multiple vouts.
2266 * different way to remember fullscreen state.
2267 * update the playlist on item-append and item-deleted calls.
2268 * fixed video-on-top with opengl vouts on OSX.
2270 ------------------------------------------------------------------------
2271 r10655 | bigben | 2005-04-12 16:31:14 +0200 (Tue, 12 Apr 2005) | 4 lines
2273 M /trunk/modules/gui/macosx/intf.h
2274 M /trunk/modules/gui/macosx/intf.m
2275 M /trunk/modules/gui/macosx/misc.h
2276 M /trunk/modules/gui/macosx/misc.m
2278 * intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
2279 * misc.* : get rid of unused code.
2282 ------------------------------------------------------------------------
2283 r10654 | gbazin | 2005-04-12 16:11:04 +0200 (Tue, 12 Apr 2005) | 1 line
2285 M /trunk/modules/video_output/opengl.c
2287 * modules/video_output/opengl.c: fixed snapshots in opengl mode.
2288 ------------------------------------------------------------------------
2289 r10653 | gbazin | 2005-04-12 16:09:12 +0200 (Tue, 12 Apr 2005) | 1 line
2291 M /trunk/src/video_output/vout_subpictures.c
2293 * src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.
2294 ------------------------------------------------------------------------
2295 r10652 | bigben | 2005-04-12 15:19:23 +0200 (Tue, 12 Apr 2005) | 5 lines
2297 M /trunk/modules/gui/macosx/intf.m
2299 Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.
2301 Please test if I didn't break anything...
2304 ------------------------------------------------------------------------
2305 r10651 | dionoea | 2005-04-12 00:53:55 +0200 (Tue, 12 Apr 2005) | 2 lines
2307 M /trunk/modules/services_discovery/shout.c
2309 add option to select the limit of shoutcast streams to be displayed
2311 ------------------------------------------------------------------------
2312 r10650 | sigmunau | 2005-04-11 23:53:33 +0200 (Mon, 11 Apr 2005) | 3 lines
2315 M /trunk/src/playlist/item-ext.c
2316 M /trunk/src/playlist/view.c
2318 all: remove items from pp_all_items when needed. Hopefully gives a more
2321 ------------------------------------------------------------------------
2322 r10649 | robux4 | 2005-04-11 22:07:05 +0200 (Mon, 11 Apr 2005) | 1 line
2324 M /trunk/modules/demux/mkv.cpp
2326 mkv.cpp: store the translation between segment IDs for each chapter codec
2327 ------------------------------------------------------------------------
2328 r10648 | zorglub | 2005-04-11 19:43:08 +0200 (Mon, 11 Apr 2005) | 2 lines
2330 M /trunk/modules/stream_out/bridge.c
2332 Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy
2334 ------------------------------------------------------------------------
2335 r10647 | titer | 2005-04-11 17:35:41 +0200 (Mon, 11 Apr 2005) | 2 lines
2337 M /trunk/modules/gui/beos/PreferencesWindow.cpp
2338 M /trunk/modules/gui/beos/PreferencesWindow.h
2340 beos/PreferencesWindow*: fixed widgets
2342 ------------------------------------------------------------------------
2343 r10646 | damienf | 2005-04-11 16:29:18 +0200 (Mon, 11 Apr 2005) | 2 lines
2345 M /trunk/modules/mux/mpeg/ts.c
2347 -added "pmt-program" variable to configure PMT program number
2349 ------------------------------------------------------------------------
2350 r10645 | hartman | 2005-04-11 16:13:41 +0200 (Mon, 11 Apr 2005) | 2 lines
2352 M /trunk/modules/video_filter/time.c
2354 * included wrong time.h
2356 ------------------------------------------------------------------------
2357 r10644 | sigmunau | 2005-04-11 14:04:14 +0200 (Mon, 11 Apr 2005) | 2 lines
2361 TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
2363 ------------------------------------------------------------------------
2364 r10643 | hartman | 2005-04-11 01:05:44 +0200 (Mon, 11 Apr 2005) | 2 lines
2366 M /trunk/modules/video_filter/time.c
2368 * include time.h when using it.
2370 ------------------------------------------------------------------------
2371 r10642 | hartman | 2005-04-11 00:29:35 +0200 (Mon, 11 Apr 2005) | 6 lines
2373 M /trunk/modules/gui/macosx/controls.m
2374 M /trunk/modules/gui/macosx/intf.m
2376 * Fix for the disabled menu's under Tiger.
2378 Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
2380 This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
2382 ------------------------------------------------------------------------
2383 r10641 | zorglub | 2005-04-10 20:40:52 +0200 (Sun, 10 Apr 2005) | 10 lines
2385 M /trunk/include/vlc_common.h
2386 M /trunk/include/vlc_playlist.h
2387 M /trunk/modules/gui/wxwindows/bookmarks.cpp
2388 M /trunk/modules/gui/wxwindows/extrapanel.cpp
2389 M /trunk/modules/gui/wxwindows/fileinfo.cpp
2390 M /trunk/modules/gui/wxwindows/interface.cpp
2391 M /trunk/modules/gui/wxwindows/menus.cpp
2392 M /trunk/modules/gui/wxwindows/messages.cpp
2393 M /trunk/modules/gui/wxwindows/open.cpp
2394 M /trunk/modules/gui/wxwindows/playlist.cpp
2395 M /trunk/modules/gui/wxwindows/preferences.cpp
2396 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
2397 M /trunk/modules/gui/wxwindows/preferences_widgets.h
2398 M /trunk/modules/gui/wxwindows/wizard.cpp
2399 M /trunk/modules/gui/wxwindows/wxwindows.cpp
2400 M /trunk/modules/gui/wxwindows/wxwindows.h
2401 M /trunk/src/playlist/sort.c
2402 M /trunk/src/playlist/view.c
2404 * Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
2406 I only changed two things in the patch
2407 * added a check for wx2.4 that does not seem to have sizer->Detach
2408 * commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
2409 (what was the intended behaviour ?)
2411 * Added core support for a sorted by genre view
2414 ------------------------------------------------------------------------
2415 r10640 | titer | 2005-04-10 20:18:22 +0200 (Sun, 10 Apr 2005) | 2 lines
2417 M /trunk/modules/gui/beos/BeOS.cpp
2418 M /trunk/modules/gui/beos/PreferencesWindow.cpp
2419 M /trunk/modules/gui/beos/PreferencesWindow.h
2421 beos/*: first pass at fixing the BeOS prefs
2423 ------------------------------------------------------------------------
2424 r10639 | sigmunau | 2005-04-10 19:48:41 +0200 (Sun, 10 Apr 2005) | 2 lines
2426 M /trunk/modules/access/mms/mmstu.c
2427 M /trunk/modules/codec/ffmpeg/video.c
2428 M /trunk/src/input/input.c
2430 fixed three major problems pointed to by Trax
2432 ------------------------------------------------------------------------
2433 r10638 | courmisch | 2005-04-10 18:13:40 +0200 (Sun, 10 Apr 2005) | 2 lines
2435 M /trunk/modules/demux/playlist/b4s.c
2437 Fix invalid free() on exit
2439 ------------------------------------------------------------------------
2440 r10637 | courmisch | 2005-04-10 18:12:57 +0200 (Sun, 10 Apr 2005) | 2 lines
2442 M /trunk/modules/misc/xml/xtag.c
2444 Fix a segmentation fault in case of error
2446 ------------------------------------------------------------------------
2447 r10636 | sigmunau | 2005-04-10 16:44:52 +0200 (Sun, 10 Apr 2005) | 2 lines
2449 M /trunk/src/playlist/item-ext.c
2451 playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()
2453 ------------------------------------------------------------------------
2454 r10635 | sigmunau | 2005-04-10 16:42:39 +0200 (Sun, 10 Apr 2005) | 2 lines
2456 M /trunk/modules/gui/wxwindows/playlist.cpp
2458 wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
2460 ------------------------------------------------------------------------
2461 r10634 | titer | 2005-04-10 16:00:40 +0200 (Sun, 10 Apr 2005) | 2 lines
2463 M /trunk/modules/misc/externrun.c
2465 externrun.c: compile fix
2467 ------------------------------------------------------------------------
2468 r10633 | sigmunau | 2005-04-10 14:46:30 +0200 (Sun, 10 Apr 2005) | 2 lines
2470 M /trunk/modules/services_discovery/shout.c
2472 shout.c: set svn properties, fixed copyright, author and a string
2474 ------------------------------------------------------------------------
2475 r10632 | sigmunau | 2005-04-10 13:55:16 +0200 (Sun, 10 Apr 2005) | 3 lines
2477 M /trunk/configure.ac
2478 M /trunk/modules/demux/playlist/b4s.c
2479 M /trunk/modules/demux/playlist/playlist.c
2480 M /trunk/modules/services_discovery/Modules.am
2481 A /trunk/modules/services_discovery/shout.c
2483 demux/playlist/*: Added a special "shoutcast" mode to b4s parser
2484 rest: new services discovery module to get channels from shoutcast
2486 ------------------------------------------------------------------------
2487 r10631 | sigmunau | 2005-04-10 13:52:24 +0200 (Sun, 10 Apr 2005) | 2 lines
2489 M /trunk/src/playlist/item-ext.c
2491 src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
2493 ------------------------------------------------------------------------
2494 r10630 | sigmunau | 2005-04-10 13:03:57 +0200 (Sun, 10 Apr 2005) | 3 lines
2496 M /trunk/include/vlc_playlist.h
2497 M /trunk/src/playlist/sort.c
2499 playlist: support for sorting a node based on numerical iterpretation of the
2502 ------------------------------------------------------------------------
2503 r10629 | sigmunau | 2005-04-10 10:19:49 +0200 (Sun, 10 Apr 2005) | 3 lines
2505 M /trunk/include/vlc_playlist.h
2506 M /trunk/src/playlist/item-ext.c
2507 M /trunk/src/playlist/item.c
2509 playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
2510 playlist/item-ext.c: O(log(N)) playlist_GetItemById()
2512 ------------------------------------------------------------------------
2513 r10628 | rocky | 2005-04-10 03:51:44 +0200 (Sun, 10 Apr 2005) | 6 lines
2515 M /trunk/modules/access/vcdx/access.c
2516 M /trunk/modules/access/vcdx/info.c
2517 M /trunk/modules/access/vcdx/vcd.c
2518 M /trunk/modules/access/vcdx/vcdplayer.h
2520 Crash on quit fixed.
2521 Add Track length mode.
2522 Entry slider fixed update fixed.
2523 Some small memory leaks fixed.
2526 ------------------------------------------------------------------------
2527 r10627 | hartman | 2005-04-10 01:36:48 +0200 (Sun, 10 Apr 2005) | 2 lines
2529 M /trunk/extras/contrib/src/Makefile
2530 A /trunk/extras/contrib/src/Patches/gcrypt.patch
2532 * gcc 4.0 fixes for libgcrypt
2534 ------------------------------------------------------------------------
2535 r10626 | hartman | 2005-04-10 01:31:47 +0200 (Sun, 10 Apr 2005) | 2 lines
2537 M /trunk/configure.ac
2539 * Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
2541 ------------------------------------------------------------------------
2542 r10625 | gbazin | 2005-04-09 18:55:47 +0200 (Sat, 09 Apr 2005) | 1 line
2544 M /trunk/src/input/access.c
2546 * src/input/access.c: fixed segfaults.
2547 ------------------------------------------------------------------------
2548 r10624 | hartman | 2005-04-09 18:02:45 +0200 (Sat, 09 Apr 2005) | 2 lines
2550 M /trunk/extras/contrib/src/Makefile
2552 * Fix a spelling error of a define
2554 ------------------------------------------------------------------------
2555 r10623 | rocky | 2005-04-09 17:36:41 +0200 (Sat, 09 Apr 2005) | 9 lines
2557 M /trunk/modules/access/cdda/access.c
2558 M /trunk/modules/access/cdda/callback.c
2559 M /trunk/modules/access/cdda/cdda.c
2560 M /trunk/modules/access/cdda/cdda.h
2561 M /trunk/modules/access/cdda/info.c
2563 Fix bugs in disc-view slider. (May still have a couple left)
2565 Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.
2567 libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
2572 ------------------------------------------------------------------------
2573 r10622 | sigmunau | 2005-04-09 17:15:57 +0200 (Sat, 09 Apr 2005) | 2 lines
2575 M /trunk/src/playlist/playlist.c
2577 playlist.c: removed a stray mutex_unlock
2579 ------------------------------------------------------------------------
2580 r10621 | sigmunau | 2005-04-09 16:57:23 +0200 (Sat, 09 Apr 2005) | 10 lines
2582 M /trunk/modules/gui/wxwindows/playlist.cpp
2583 M /trunk/modules/gui/wxwindows/wxwindows.h
2585 wx/playlist: never store the pointer to p_item when the playlist lock isn't
2586 held. store p_playlist in wxvlc::Playlist since the class can't work without
2587 p_playlist anyway. Strictly lock playlist when needed.
2589 adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
2590 VLC_OBJECT_PLAYLIST).
2592 This should fix a lot of potential deadlocks and crashes, including a few I
2595 ------------------------------------------------------------------------
2596 r10620 | courmisch | 2005-04-09 16:54:44 +0200 (Sat, 09 Apr 2005) | 2 lines
2598 M /trunk/modules/misc/gnutls.c
2600 Client should now be able to authenticate
2602 ------------------------------------------------------------------------
2603 r10619 | sigmunau | 2005-04-09 16:53:38 +0200 (Sat, 09 Apr 2005) | 5 lines
2605 M /trunk/include/vlc_playlist.h
2606 M /trunk/src/playlist/item-ext.c
2607 M /trunk/src/playlist/playlist.c
2608 M /trunk/src/playlist/view.c
2610 playlist: added a pp_all_items to playlist_t allowing GetItemById to return
2611 nodes as well as items.
2612 made playlist_Control not take the playlist lock, and created a
2613 playlist_LockControl that does the same but takes the lock
2615 ------------------------------------------------------------------------
2616 r10618 | gbazin | 2005-04-09 16:43:02 +0200 (Sat, 09 Apr 2005) | 1 line
2618 M /trunk/modules/gui/wxwindows/dialogs.cpp
2620 * modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
2621 ------------------------------------------------------------------------
2622 r10617 | zorglub | 2005-04-09 16:02:55 +0200 (Sat, 09 Apr 2005) | 2 lines
2624 M /trunk/modules/gui/wxwindows/extrapanel.cpp
2626 Fix addition of several filters
2628 ------------------------------------------------------------------------
2629 r10616 | courmisch | 2005-04-09 14:30:34 +0200 (Sat, 09 Apr 2005) | 2 lines
2631 M /trunk/modules/access/http.c
2632 M /trunk/modules/misc/gnutls.c
2633 M /trunk/src/misc/tls.c
2635 - optional SSL hostname verification
2637 ------------------------------------------------------------------------
2638 r10615 | gbazin | 2005-04-09 13:27:23 +0200 (Sat, 09 Apr 2005) | 5 lines
2640 M /trunk/configure.ac
2641 M /trunk/modules/demux/flac.c
2642 M /trunk/modules/demux/mpeg/m4a.c
2643 M /trunk/modules/demux/mpeg/mpga.c
2644 M /trunk/modules/demux/util/Modules.am
2645 D /trunk/modules/demux/util/id3.c
2646 M /trunk/modules/demux/util/id3tag.c
2647 M /trunk/src/input/demux.c
2649 * src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
2650 * modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
2651 * modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
2652 * modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.
2654 ------------------------------------------------------------------------
2655 r10614 | gbazin | 2005-04-09 13:15:18 +0200 (Sat, 09 Apr 2005) | 1 line
2657 M /trunk/modules/demux/Modules.am
2658 D /trunk/modules/demux/aac.c
2660 * modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).
2661 ------------------------------------------------------------------------
2662 r10613 | courmisch | 2005-04-09 13:03:56 +0200 (Sat, 09 Apr 2005) | 2 lines
2664 M /trunk/modules/misc/gnutls.c
2666 Client-side server credentials verification
2668 ------------------------------------------------------------------------
2669 r10612 | gbazin | 2005-04-09 11:53:06 +0200 (Sat, 09 Apr 2005) | 1 line
2671 M /trunk/modules/demux/ty.c
2673 * modules/demux/ty.c: fixed probing bug.
2674 ------------------------------------------------------------------------
2675 r10611 | courmisch | 2005-04-09 11:27:27 +0200 (Sat, 09 Apr 2005) | 2 lines
2677 M /trunk/modules/misc/win32text.c
2681 ------------------------------------------------------------------------
2682 r10610 | gbazin | 2005-04-09 11:26:41 +0200 (Sat, 09 Apr 2005) | 1 line
2684 M /trunk/configure.ac
2686 * configure.ac: don't include externrun in the wince build.
2687 ------------------------------------------------------------------------
2688 r10609 | hartman | 2005-04-09 11:02:36 +0200 (Sat, 09 Apr 2005) | 1 line
2690 M /trunk/extras/contrib/src/Patches/libebml.patch
2693 ------------------------------------------------------------------------
2694 r10608 | courmisch | 2005-04-09 10:07:50 +0200 (Sat, 09 Apr 2005) | 2 lines
2696 M /trunk/modules/misc/externrun.c
2700 ------------------------------------------------------------------------
2701 r10607 | courmisch | 2005-04-09 10:06:00 +0200 (Sat, 09 Apr 2005) | 7 lines
2703 M /trunk/modules/misc/externrun.c
2705 - <unistd.h> is needed for fork and execl
2706 - use execlp instead of execl
2707 - perform process replacement in the child process, not the parent
2708 - wait for process termination (to avoid zombies)
2709 - do not return value from void function
2712 ------------------------------------------------------------------------
2713 r10606 | courmisch | 2005-04-09 09:42:21 +0200 (Sat, 09 Apr 2005) | 3 lines
2715 M /trunk/configure.ac
2717 - remove externrun directory
2718 - struct addrinfo check
2720 ------------------------------------------------------------------------
2721 r10605 | courmisch | 2005-04-09 09:38:56 +0200 (Sat, 09 Apr 2005) | 2 lines
2723 M /trunk/modules/misc/Modules.am
2724 D /trunk/modules/misc/externrun
2725 A /trunk/modules/misc/externrun.c (from /trunk/modules/misc/externrun/externrun.c:10604)
2727 Removed useless subdirectory
2729 ------------------------------------------------------------------------
2730 r10604 | courmisch | 2005-04-09 09:34:12 +0200 (Sat, 09 Apr 2005) | 2 lines
2732 M /trunk/modules/misc/externrun/externrun.c
2734 tab fixes (cosmetic)
2736 ------------------------------------------------------------------------
2737 r10603 | hartman | 2005-04-09 02:22:50 +0200 (Sat, 09 Apr 2005) | 1 line
2739 M /trunk/extras/contrib/bootstrap
2740 M /trunk/extras/contrib/src/Makefile
2742 * Updated the contrib system to work with the new id gcc-4 returns for Tiger
2743 ------------------------------------------------------------------------
2744 r10602 | hartman | 2005-04-09 01:47:49 +0200 (Sat, 09 Apr 2005) | 1 line
2746 M /trunk/extras/contrib/src/Makefile
2747 A /trunk/extras/contrib/src/Patches/libebml.patch
2748 M /trunk/extras/contrib/src/Patches/mpeg2dec.patch
2750 * gcc-4.0 fixes to the contribs
2751 ------------------------------------------------------------------------
2752 r10601 | hartman | 2005-04-08 22:28:23 +0200 (Fri, 08 Apr 2005) | 2 lines
2754 M /trunk/extras/contrib/Makefile
2756 * Disable "make bin" in the contrib system and give a warning.
2758 ------------------------------------------------------------------------
2759 r10600 | sylv | 2005-04-08 22:22:45 +0200 (Fri, 08 Apr 2005) | 1 line
2761 M /trunk/configure.ac
2762 M /trunk/modules/misc/dummy/input.c
2763 A /trunk/modules/misc/externrun
2764 A /trunk/modules/misc/externrun/Modules.am
2765 A /trunk/modules/misc/externrun/externrun.c
2767 An interface to run extern programs (such as shutdown)
2768 ------------------------------------------------------------------------
2769 r10599 | courmisch | 2005-04-08 22:04:59 +0200 (Fri, 08 Apr 2005) | 3 lines
2771 M /trunk/configure.ac
2772 M /trunk/src/misc/httpd.c
2774 - Simplify check for getnameinfo
2775 - Added check for getaddrinfo
2777 ------------------------------------------------------------------------
2778 r10598 | courmisch | 2005-04-08 22:01:59 +0200 (Fri, 08 Apr 2005) | 2 lines
2780 M /trunk/src/misc/net.c
2782 Fix invalid abusive pointer usage (heck, there was a warning!)
2784 ------------------------------------------------------------------------
2785 r10597 | massiot | 2005-04-08 19:55:29 +0200 (Fri, 08 Apr 2005) | 3 lines
2787 M /trunk/src/stream_output/stream_output.c
2789 * src/stream_output/stream_output.c : Print a debug message when a packet
2790 arrives too late to the mux.
2792 ------------------------------------------------------------------------
2793 r10596 | massiot | 2005-04-08 19:52:23 +0200 (Fri, 08 Apr 2005) | 4 lines
2795 M /trunk/modules/demux/ts.c
2797 * modules/demux/ts.c : Removed unused sysid option. VBI descriptor and
2798 VBI teletext descriptor should not set the codec because they only
2799 add information on a teletext stream.
2801 ------------------------------------------------------------------------
2802 r10595 | massiot | 2005-04-08 19:44:14 +0200 (Fri, 08 Apr 2005) | 4 lines
2804 M /trunk/modules/stream_out/transcode.c
2806 * modules/stream_out/transcode.c : Cleaned up the downmixing/upmixing
2807 facilities. Fixed a few incoherences with
2808 i_original_channels/i_physical_channels.
2810 ------------------------------------------------------------------------
2811 r10594 | massiot | 2005-04-08 19:42:46 +0200 (Fri, 08 Apr 2005) | 4 lines
2813 M /trunk/modules/stream_out/bridge.c
2815 * modules/stream_out/bridge.c : Fixed a segfault ; delete an input stream
2816 when there is no packet coming (fixes a "packet sent too late" issue
2819 ------------------------------------------------------------------------
2820 r10593 | massiot | 2005-04-08 19:39:18 +0200 (Fri, 08 Apr 2005) | 2 lines
2822 M /trunk/modules/access/udp.c
2824 * modules/access/udp.c : Fixed a segfault.
2826 ------------------------------------------------------------------------
2827 r10592 | massiot | 2005-04-08 18:38:59 +0200 (Fri, 08 Apr 2005) | 3 lines
2829 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
2831 * modules/audio_filter/converter/mpgatofixed32 : Fixed a major bug with
2832 downmixing ; completed downmixing options.
2834 ------------------------------------------------------------------------
2835 r10591 | massiot | 2005-04-08 18:28:16 +0200 (Fri, 08 Apr 2005) | 3 lines
2837 M /trunk/modules/mux/mpeg/ts.c
2839 * modules/mux/mpeg/ts.c : Reduced the PES and TS overhead for low bitrate
2842 ------------------------------------------------------------------------
2843 r10590 | massiot | 2005-04-08 18:20:56 +0200 (Fri, 08 Apr 2005) | 2 lines
2845 M /trunk/include/vlc_block.h
2847 * include/vlc_block.h : Added calculation of i_length in block_ChainGather.
2849 ------------------------------------------------------------------------
2850 r10589 | hartman | 2005-04-08 18:11:50 +0200 (Fri, 08 Apr 2005) | 2 lines
2852 M /trunk/extras/contrib/src/Makefile
2854 * type in mpeg2dec configure line
2856 ------------------------------------------------------------------------
2857 r10588 | hartman | 2005-04-07 16:36:24 +0200 (Thu, 07 Apr 2005) | 2 lines
2859 M /trunk/extras/contrib/src/Makefile
2861 * More dylib issues (gcrypt and libcdio)
2863 ------------------------------------------------------------------------
2864 r10587 | hartman | 2005-04-07 12:28:59 +0200 (Thu, 07 Apr 2005) | 2 lines
2866 M /trunk/modules/gui/macosx/playlist.m
2868 * Fix a missing playlist release in the OSX playlist
2870 ------------------------------------------------------------------------
2871 r10586 | courmisch | 2005-04-07 11:39:25 +0200 (Thu, 07 Apr 2005) | 2 lines
2873 M /trunk/modules/demux/xa.c
2877 ------------------------------------------------------------------------
2878 r10585 | rocky | 2005-04-07 06:58:36 +0200 (Thu, 07 Apr 2005) | 4 lines
2880 M /trunk/modules/codec/dvbsub.c
2882 Keep behavior same as it was before aspect-ratio fix - the safe, conservative
2886 ------------------------------------------------------------------------
2887 r10584 | hartman | 2005-04-07 01:04:23 +0200 (Thu, 07 Apr 2005) | 2 lines
2889 M /trunk/extras/contrib/src/Makefile
2890 M /trunk/extras/contrib/src/Patches/libpng.patch
2892 * Disable building of shared lib of libpng on OSX. it's broken
2894 ------------------------------------------------------------------------
2895 r10583 | hartman | 2005-04-07 00:33:37 +0200 (Thu, 07 Apr 2005) | 2 lines
2897 M /trunk/extras/contrib/src/Makefile
2899 * Fixed gnutls and cdio dylib installation
2901 ------------------------------------------------------------------------
2902 r10582 | hartman | 2005-04-06 23:49:23 +0200 (Wed, 06 Apr 2005) | 2 lines
2904 M /trunk/modules/video_output/Modules.am
2906 * modules/video_output/Modules: Added picture.h to MAKE_DIST
2908 ------------------------------------------------------------------------
2909 r10581 | zorglub | 2005-04-06 21:43:34 +0200 (Wed, 06 Apr 2005) | 2 lines
2911 M /trunk/src/playlist/playlist.c
2913 Fix next/previous in skins2 playlist
2915 ------------------------------------------------------------------------
2916 r10580 | djc | 2005-04-06 17:13:54 +0200 (Wed, 06 Apr 2005) | 2 lines
2918 M /trunk/Makefile.am
2920 Use VLC-release.app instead of VLC.app for package-macosx target
2922 ------------------------------------------------------------------------
2923 r10579 | djc | 2005-04-06 17:12:52 +0200 (Wed, 06 Apr 2005) | 3 lines
2925 M /trunk/Makefile.am
2927 Include http/*.png and http/*.ico in windows packages
2930 ------------------------------------------------------------------------
2931 r10578 | djc | 2005-04-06 16:36:57 +0200 (Wed, 06 Apr 2005) | 4 lines
2933 M /trunk/Makefile.am
2935 Add a new target, VLC.app which make links to files instead of copies.
2936 The old VLC.app target has been renamed VLC-release.app
2939 ------------------------------------------------------------------------
2940 r10577 | robux4 | 2005-04-06 16:29:01 +0200 (Wed, 06 Apr 2005) | 1 line
2942 M /trunk/modules/demux/mkv.cpp
2944 mkv.cpp: prepare for chapter codecs
2945 ------------------------------------------------------------------------
2946 r10576 | damienf | 2005-04-06 13:23:52 +0200 (Wed, 06 Apr 2005) | 2 lines
2948 M /trunk/activex/Makefile.am
2949 M /trunk/activex/plugin.cpp
2950 M /trunk/activex/plugin.h
2951 A /trunk/activex/viewobject.cpp
2952 A /trunk/activex/viewobject.h
2954 - all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture.
2956 ------------------------------------------------------------------------
2957 r10575 | robux4 | 2005-04-06 11:40:16 +0200 (Wed, 06 Apr 2005) | 1 line
2959 M /trunk/modules/demux/mkv.cpp
2961 mkv.cpp: even less warnings
2962 ------------------------------------------------------------------------
2963 r10574 | fenrir | 2005-04-06 11:35:45 +0200 (Wed, 06 Apr 2005) | 2 lines
2965 M /trunk/modules/packetizer/h264.c
2969 ------------------------------------------------------------------------
2970 r10573 | fenrir | 2005-04-06 11:31:38 +0200 (Wed, 06 Apr 2005) | 2 lines
2972 M /trunk/modules/packetizer/h264.c
2974 * h264: bug fix (give valid date + split at the right place).
2976 ------------------------------------------------------------------------
2977 r10572 | robux4 | 2005-04-06 11:31:09 +0200 (Wed, 06 Apr 2005) | 1 line
2979 M /trunk/modules/demux/mkv.cpp
2981 mkv.cpp: cleaner duration computation
2982 ------------------------------------------------------------------------
2983 r10571 | robux4 | 2005-04-06 11:26:39 +0200 (Wed, 06 Apr 2005) | 1 line
2985 M /trunk/modules/demux/mkv.cpp
2987 mkv.cpp: less warning
2988 ------------------------------------------------------------------------
2989 r10570 | gbazin | 2005-04-06 10:27:13 +0200 (Wed, 06 Apr 2005) | 1 line
2991 M /trunk/modules/gui/wince/dialogs.cpp
2992 M /trunk/modules/gui/wince/interface.cpp
2993 M /trunk/modules/gui/wince/menus.cpp
2994 M /trunk/modules/gui/wince/timer.cpp
2995 M /trunk/modules/gui/wince/wince.cpp
2996 M /trunk/modules/gui/wince/wince.h
2998 * modules/gui/wince: bunch of fixes.
2999 ------------------------------------------------------------------------
3000 r10569 | robux4 | 2005-04-05 23:16:04 +0200 (Tue, 05 Apr 2005) | 1 line
3002 M /trunk/modules/demux/mkv.cpp
3004 mkv.cpp: the return of the family preloading
3005 ------------------------------------------------------------------------
3006 r10568 | gbazin | 2005-04-05 22:50:10 +0200 (Tue, 05 Apr 2005) | 1 line
3008 M /trunk/configure.ac
3009 M /trunk/modules/misc/Modules.am
3010 A /trunk/modules/misc/win32text.c
3012 * modules/misc/win32text.c: text renderer using the win32 TextOut API.
3013 ------------------------------------------------------------------------
3014 r10567 | robux4 | 2005-04-05 22:49:37 +0200 (Tue, 05 Apr 2005) | 1 line
3016 M /trunk/modules/demux/mkv.cpp
3018 mkv.cpp: clean & fix seeking inside virtual_segment_t
3019 ------------------------------------------------------------------------
3020 r10563 | sigmunau | 2005-04-05 19:50:40 +0200 (Tue, 05 Apr 2005) | 2 lines
3022 M /trunk/modules/gui/wxwindows/fileinfo.cpp
3023 M /trunk/modules/gui/wxwindows/video.cpp
3024 M /trunk/modules/gui/wxwindows/wxwindows.h
3026 wx: last bunch of changes for now. The rest must be fixed by someone with msvc
3028 ------------------------------------------------------------------------
3029 r10562 | sigmunau | 2005-04-05 19:21:53 +0200 (Tue, 05 Apr 2005) | 2 lines
3031 M /trunk/modules/gui/wxwindows/playlist.cpp
3032 M /trunk/modules/gui/wxwindows/preferences.cpp
3033 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3034 M /trunk/modules/gui/wxwindows/preferences_widgets.h
3035 M /trunk/modules/gui/wxwindows/wxwindows.h
3037 wx: bunch more event function parameter changes
3039 ------------------------------------------------------------------------
3040 r10561 | sigmunau | 2005-04-05 18:46:31 +0200 (Tue, 05 Apr 2005) | 2 lines
3042 M /trunk/modules/gui/wxwindows/messages.cpp
3043 M /trunk/modules/gui/wxwindows/wxwindows.h
3045 wx: (hopefully) fixed a compilation error, reported by robux
3047 ------------------------------------------------------------------------
3048 r10560 | gbazin | 2005-04-05 17:32:26 +0200 (Tue, 05 Apr 2005) | 1 line
3050 M /trunk/modules/gui/wxwindows/dialogs.cpp
3052 * modules/gui/wxwindows/dialogs.cpp: fixed add directory.
3053 ------------------------------------------------------------------------
3054 r10559 | gbazin | 2005-04-05 15:15:39 +0200 (Tue, 05 Apr 2005) | 1 line
3056 M /trunk/modules/gui/wxwindows/wxwindows.h
3058 * modules/gui/wxwindows/wxwindows.h: forgot this file.
3059 ------------------------------------------------------------------------
3060 r10558 | gbazin | 2005-04-05 15:15:07 +0200 (Tue, 05 Apr 2005) | 1 line
3062 M /trunk/modules/gui/wxwindows/interface.cpp
3063 M /trunk/modules/gui/wxwindows/open.cpp
3064 M /trunk/modules/gui/wxwindows/streamout.cpp
3066 * modules/gui/wxwindows/*: added subtitles options to the stream output dialog + add open directory menu to interface.
3067 ------------------------------------------------------------------------
3068 r10557 | gbazin | 2005-04-05 14:35:43 +0200 (Tue, 05 Apr 2005) | 1 line
3070 M /trunk/modules/gui/wxwindows/open.cpp
3072 * modules/gui/wxwindows/open.cpp: fixed timeshift checkbox.
3073 ------------------------------------------------------------------------
3074 r10556 | gbazin | 2005-04-05 12:28:36 +0200 (Tue, 05 Apr 2005) | 1 line
3076 M /trunk/modules/demux/util/id3tag.c
3078 * modules/demux/util/id3tag.c: fixed memory leak.
3079 ------------------------------------------------------------------------
3080 r10555 | gbazin | 2005-04-05 12:23:10 +0200 (Tue, 05 Apr 2005) | 1 line
3082 M /trunk/modules/demux/flac.c
3084 * modules/demux/flac.c: fixed last commit.
3085 ------------------------------------------------------------------------
3086 r10554 | gbazin | 2005-04-05 11:56:39 +0200 (Tue, 05 Apr 2005) | 1 line
3088 M /trunk/src/misc/vlm.c
3090 * src/misc/vlm.c: misc small fixes in config file saving/loading.
3091 ------------------------------------------------------------------------
3092 r10552 | fenrir | 2005-04-05 10:08:26 +0200 (Tue, 05 Apr 2005) | 2 lines
3094 M /trunk/modules/access/http.c
3096 * http.c: force nsv when using unsv:// and mime is misc/ultravox.
3098 ------------------------------------------------------------------------
3099 r10551 | hartman | 2005-04-05 03:20:19 +0200 (Tue, 05 Apr 2005) | 2 lines
3101 M /trunk/modules/demux/flac.c
3103 * rewind the stream to 0 if we found an id3 tag, but the flac demuxer ISNT the correct one. Same should be done for mp3 demuxer and any other demux that launches id3 module. But not today :D
3105 ------------------------------------------------------------------------
3106 r10550 | hartman | 2005-04-05 03:17:52 +0200 (Tue, 05 Apr 2005) | 5 lines
3108 M /trunk/modules/demux/util/id3tag.c
3110 * parsed info by mp3 is not retained between demux module probes since vlc_meta was introduced. so remove the old logic
3111 This should fix the id3 parsing when you open an mp3.
3115 ------------------------------------------------------------------------
3116 r10549 | zorglub | 2005-04-05 01:57:50 +0200 (Tue, 05 Apr 2005) | 2 lines
3118 M /trunk/src/video_output/vout_subpictures.c
3120 Fix crash in subpictures rendering
3122 ------------------------------------------------------------------------
3123 r10548 | hartman | 2005-04-05 01:54:54 +0200 (Tue, 05 Apr 2005) | 5 lines
3125 M /trunk/modules/gui/macosx/playlist.m
3127 * fixed the item addition and auto-playback of items when adding them to the OSX intf.
3128 inserting at a certain position is not yet possible.
3130 This part of the osx code could also use a tad of cleaning up.
3132 ------------------------------------------------------------------------
3133 r10547 | hartman | 2005-04-05 01:50:07 +0200 (Tue, 05 Apr 2005) | 2 lines
3135 M /trunk/modules/demux/nsv.c
3137 * added AACP fcc and map it to mp4a.
3139 ------------------------------------------------------------------------
3140 r10546 | zorglub | 2005-04-05 01:48:08 +0200 (Tue, 05 Apr 2005) | 3 lines
3142 M /trunk/modules/control/http.c
3143 M /trunk/modules/misc/freetype.c
3144 M /trunk/src/video_output/video_widgets.c
3146 Fix OSD (text & widgets) aspect ratio
3147 put category in HTTP interface options
3149 ------------------------------------------------------------------------
3150 r10545 | sigmunau | 2005-04-05 00:41:02 +0200 (Tue, 05 Apr 2005) | 3 lines
3152 M /trunk/modules/demux/avi/avi.c
3153 M /trunk/src/input/es_out.c
3155 es_out.c: add frame rate to stream and media info dialog when available
3156 avi.c: make frame rate info available
3158 ------------------------------------------------------------------------
3159 r10544 | robux4 | 2005-04-04 23:08:21 +0200 (Mon, 04 Apr 2005) | 1 line
3161 M /trunk/modules/demux/mkv.cpp
3163 mkv.cpp: better handling of broken files
3164 ------------------------------------------------------------------------
3165 r10543 | robux4 | 2005-04-04 20:25:09 +0200 (Mon, 04 Apr 2005) | 1 line
3167 M /trunk/modules/demux/mkv.cpp
3169 mkv.cpp: fix playback of files with chapters
3170 ------------------------------------------------------------------------
3171 r10542 | hartman | 2005-04-04 16:56:40 +0200 (Mon, 04 Apr 2005) | 2 lines
3173 M /trunk/Makefile.am
3175 * Fix make dist, which was broken due to ebuild removal
3177 ------------------------------------------------------------------------
3178 r10541 | sigmunau | 2005-04-04 13:55:39 +0200 (Mon, 04 Apr 2005) | 3 lines
3180 M /trunk/modules/gui/wxwindows/Modules.am
3182 wx/Modules.am: added all the bitmaps to make dist. Sorted the list for
3185 ------------------------------------------------------------------------
3186 r10540 | oaubert | 2005-04-04 11:57:17 +0200 (Mon, 04 Apr 2005) | 2 lines
3188 M /trunk/modules/misc/svg.c
3190 svg.c: do not subsample U and V planes in RGB->YUVA conversion.
3192 ------------------------------------------------------------------------
3193 r10539 | zorglub | 2005-04-04 08:54:13 +0200 (Mon, 04 Apr 2005) | 2 lines
3195 M /trunk/modules/gui/wxwindows/open.cpp
3196 M /trunk/modules/gui/wxwindows/wxwindows.h
3198 Timeshift checkbox in open dialog
3200 ------------------------------------------------------------------------
3201 r10538 | rocky | 2005-04-04 03:40:11 +0200 (Mon, 04 Apr 2005) | 9 lines
3203 M /trunk/modules/codec/spudec/parse.c
3204 M /trunk/modules/codec/svcdsub.c
3205 M /trunk/src/video_output/vout_subpictures.c
3207 Subtitle (subpicture) aspect ratio had been ignored. Use it now.
3208 Aspect ration in subtitle means use underlying video aspect ratio.
3210 WARNING: Since this parameter was ignored before probably there are a
3211 number of image subtitle that have set this incorrectly. DVD's seemed
3212 to be a case in point and that'd been fixed. Fixing other subtitles
3213 should just be a matter of setting the i_aspect parameter correctly.
3216 ------------------------------------------------------------------------
3217 r10537 | zorglub | 2005-04-03 23:36:12 +0200 (Sun, 03 Apr 2005) | 2 lines
3219 M /trunk/modules/gui/wxwindows/playlist.cpp
3221 Only show category and artist-sorted views
3223 ------------------------------------------------------------------------
3224 r10534 | sigmunau | 2005-04-03 22:26:43 +0200 (Sun, 03 Apr 2005) | 2 lines
3226 M /trunk/modules/demux/playlist/b4s.c
3228 b4s.c: fixed forcing of this plugin. Use "b4s-open"
3230 ------------------------------------------------------------------------
3231 r10533 | robux4 | 2005-04-03 21:00:30 +0200 (Sun, 03 Apr 2005) | 1 line
3233 M /trunk/modules/demux/mkv.cpp
3235 mkv.cpp: chapter merging works + small fixes
3236 ------------------------------------------------------------------------
3237 r10532 | robux4 | 2005-04-03 20:12:54 +0200 (Sun, 03 Apr 2005) | 1 line
3239 M /trunk/modules/demux/mkv.cpp
3241 mkv.cpp: oops, the first segment wasn't played. closing playback is faster too.
3242 ------------------------------------------------------------------------
3243 r10531 | robux4 | 2005-04-03 18:27:13 +0200 (Sun, 03 Apr 2005) | 1 line
3245 M /trunk/modules/demux/mkv.cpp
3247 mkv.cpp: make editions children of chapters
3248 ------------------------------------------------------------------------
3249 r10530 | gbazin | 2005-04-03 18:13:59 +0200 (Sun, 03 Apr 2005) | 1 line
3251 M /trunk/modules/misc/xml/libxml.c
3253 * modules/misc/xml/libxml.c: handle XML_READER_TEXT in ReaderNodeType().
3254 ------------------------------------------------------------------------
3255 r10527 | ipkiss | 2005-04-03 14:56:25 +0200 (Sun, 03 Apr 2005) | 5 lines
3257 M /trunk/modules/gui/skins2/parser/builder.cpp
3258 M /trunk/modules/gui/skins2/parser/builder_data.def
3259 M /trunk/modules/gui/skins2/parser/builder_data.hpp
3260 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
3261 M /trunk/share/skins2/skin.dtd
3263 * skins2: Text control now accepts lefttop and rightbottom attributes, like
3264 most other controls. The text is not really resized though (only cropped
3266 The change in the DTD is backwards-compatible.
3268 ------------------------------------------------------------------------
3269 r10526 | hartman | 2005-04-03 13:23:21 +0200 (Sun, 03 Apr 2005) | 2 lines
3271 M /trunk/modules/gui/macosx/vout.m
3273 * better support for multiple display selection on OS X. (Remembers last selection of screen between vouts)
3275 ------------------------------------------------------------------------
3276 r10525 | gbazin | 2005-04-03 11:11:32 +0200 (Sun, 03 Apr 2005) | 1 line
3278 M /trunk/src/misc/vlm.c
3280 * src/misc/vlm.c: config file written with CR+LF on win32.
3281 ------------------------------------------------------------------------
3282 r10524 | gbazin | 2005-04-02 23:36:06 +0200 (Sat, 02 Apr 2005) | 1 line
3284 M /trunk/include/vlc_xml.h
3285 M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3286 M /trunk/modules/misc/xml/libxml.c
3287 M /trunk/modules/misc/xml/xtag.c
3289 * modules/misc/xml/*, include/vlc_xml.h: new xml_ReaderUseDTD() api to enable/disable DTD validation.
3290 ------------------------------------------------------------------------
3291 r10523 | gbazin | 2005-04-02 21:16:29 +0200 (Sat, 02 Apr 2005) | 1 line
3293 M /trunk/modules/demux/playlist/b4s.c
3295 * modules/demux/playlist/b4s.c: misc fixes.
3296 ------------------------------------------------------------------------
3297 r10522 | sigmunau | 2005-04-02 19:38:06 +0200 (Sat, 02 Apr 2005) | 2 lines
3299 M /trunk/src/input/access.c
3301 access.c: fixed crash with preparse
3303 ------------------------------------------------------------------------
3304 r10521 | sigmunau | 2005-04-02 18:12:26 +0200 (Sat, 02 Apr 2005) | 2 lines
3306 M /trunk/modules/gui/wxwindows/dialogs.cpp
3307 M /trunk/modules/gui/wxwindows/interface.cpp
3309 wx: use the documented Move method rather than the undocumented SetPosition
3311 ------------------------------------------------------------------------
3312 r10520 | sigmunau | 2005-04-02 15:58:03 +0200 (Sat, 02 Apr 2005) | 3 lines
3314 M /trunk/modules/demux/playlist/Modules.am
3315 A /trunk/modules/demux/playlist/b4s.c
3316 M /trunk/modules/demux/playlist/playlist.c
3317 M /trunk/modules/demux/playlist/playlist.h
3319 new b4s demuxer for winamp b4s playlists. Uses xml parser modules. Only
3320 works with xtag for now due to lack of a DTD
3322 ------------------------------------------------------------------------
3323 r10519 | sigmunau | 2005-04-02 15:56:03 +0200 (Sat, 02 Apr 2005) | 4 lines
3325 M /trunk/modules/misc/xml/xtag.c
3327 xtag.c: Don't create pcdata elements outside the root element. try harder to
3328 read entire stream. make xml_ReaderValue return pcdata when available. Added
3329 some more debug printfs when XTAG_DEBUG is defined.
3331 ------------------------------------------------------------------------
3332 r10518 | sigmunau | 2005-04-02 15:10:53 +0200 (Sat, 02 Apr 2005) | 2 lines
3334 M /trunk/modules/access/http.c
3336 http.c: fixed out of buffer write with ICY meta
3338 ------------------------------------------------------------------------
3339 r10517 | gbazin | 2005-04-02 14:04:37 +0200 (Sat, 02 Apr 2005) | 1 line
3341 M /trunk/src/misc/configuration.c
3343 * src/misc/configuration.c: removed annoying debug message.
3344 ------------------------------------------------------------------------
3345 r10516 | sigmunau | 2005-04-02 12:20:22 +0200 (Sat, 02 Apr 2005) | 2 lines
3347 M /trunk/modules/misc/xml/libxml.c
3349 libxml.c: include header for stream, since api changes.
3351 ------------------------------------------------------------------------
3352 r10515 | robux4 | 2005-04-02 11:59:34 +0200 (Sat, 02 Apr 2005) | 1 line
3354 M /trunk/modules/demux/mkv.cpp
3356 mkv.cpp: store the segment duration in microseconds too
3357 ------------------------------------------------------------------------
3358 r10514 | robux4 | 2005-04-02 11:25:31 +0200 (Sat, 02 Apr 2005) | 1 line
3360 M /trunk/modules/demux/mkv.cpp
3362 mkv.cpp: the segment start time is now an integer in microseconds
3363 ------------------------------------------------------------------------
3364 r10512 | sigmunau | 2005-04-02 00:39:10 +0200 (Sat, 02 Apr 2005) | 2 lines
3366 M /trunk/include/vlc_xml.h
3367 M /trunk/modules/gui/skins2/parser/xmlparser.cpp
3368 M /trunk/modules/gui/skins2/parser/xmlparser.hpp
3369 M /trunk/modules/misc/xml/libxml.c
3370 M /trunk/modules/misc/xml/xtag.c
3372 all: ported xml parsers to stream_t
3374 ------------------------------------------------------------------------
3375 r10511 | sigmunau | 2005-04-02 00:32:18 +0200 (Sat, 02 Apr 2005) | 2 lines
3377 M /trunk/src/input/stream.c
3379 stream.c: fixed stream_Delete() for streams opened by stream_UrlNew()
3381 ------------------------------------------------------------------------
3382 r10510 | sigmunau | 2005-04-02 00:23:22 +0200 (Sat, 02 Apr 2005) | 2 lines
3384 M /trunk/include/vlc_stream.h
3385 M /trunk/src/input/stream.c
3387 fixed a few problems with stream_UrlNew
3389 ------------------------------------------------------------------------
3390 r10509 | titer | 2005-04-02 00:01:24 +0200 (Sat, 02 Apr 2005) | 5 lines
3392 M /trunk/modules/gui/beos/BeOS.cpp
3393 M /trunk/modules/gui/beos/MediaControlView.cpp
3394 M /trunk/modules/gui/beos/VideoOutput.cpp
3395 M /trunk/modules/gui/beos/VideoWindow.h
3396 M /trunk/src/video_output/vout_intf.c
3398 vout_intf.c: write snapshots on Desktop on BeOS
3399 beos/*: use B_KEY_DOWN/B_KEY_UP messages instead of KeyDown()/KeyUp()
3400 so we can have access to the key code and be more reliable (fixes a
3401 bunch of hotkeys). Fixed snapshots (missing pf_control)
3403 ------------------------------------------------------------------------
3404 r10508 | courmisch | 2005-04-01 23:57:09 +0200 (Fri, 01 Apr 2005) | 3 lines
3406 M /trunk/modules/gui/wxwindows/playlist.cpp
3407 M /trunk/modules/gui/wxwindows/timer.cpp
3408 M /trunk/modules/gui/wxwindows/wxwindows.h
3410 - Fix playlist deadlock between Timer and Playlist stuff
3411 There are still other deadlocks in wx though
3413 ------------------------------------------------------------------------
3414 r10507 | sigmunau | 2005-04-01 20:37:31 +0200 (Fri, 01 Apr 2005) | 4 lines
3416 M /trunk/include/vlc_stream.h
3417 M /trunk/modules/demux/mkv.cpp
3418 M /trunk/modules/demux/mp4/libmp4.c
3419 M /trunk/src/input/input.c
3420 M /trunk/src/input/input_internal.h
3421 M /trunk/src/input/mem_stream.c
3422 M /trunk/src/input/stream.c
3424 added a stream_UrlNew to open a general purpos stream_t from a url.
3425 added a pf_destroy to stream_t, changed all various stream_FooDestroy to
3428 ------------------------------------------------------------------------
3429 r10506 | sigmunau | 2005-04-01 20:15:51 +0200 (Fri, 01 Apr 2005) | 2 lines
3431 M /trunk/modules/access_filter
3435 ------------------------------------------------------------------------
3436 r10505 | sigmunau | 2005-04-01 19:19:34 +0200 (Fri, 01 Apr 2005) | 2 lines
3438 M /trunk/modules/gui/wxwindows/wxwindows.cpp
3440 wxwindows.cpp: compile fixes
3442 ------------------------------------------------------------------------
3443 r10504 | robux4 | 2005-04-01 19:14:58 +0200 (Fri, 01 Apr 2005) | 1 line
3445 M /trunk/modules/demux/mkv.cpp
3448 ------------------------------------------------------------------------
3449 r10503 | robux4 | 2005-04-01 18:49:59 +0200 (Fri, 01 Apr 2005) | 2 lines
3451 M /trunk/modules/demux/mkv.cpp
3453 mkv.cpp: moved seek code in classes, improved support for cue-less files, improved cursor behaviour when seeking
3455 ------------------------------------------------------------------------
3456 r10502 | fenrir | 2005-04-01 18:00:32 +0200 (Fri, 01 Apr 2005) | 2 lines
3458 M /trunk/modules/gui/wxwindows/dialogs.cpp
3459 M /trunk/modules/gui/wxwindows/interface.cpp
3460 M /trunk/modules/gui/wxwindows/wxwindows.cpp
3461 M /trunk/modules/gui/wxwindows/wxwindows.h
3463 * wxwin: at start up, restore last size+position+state of windows.
3465 ------------------------------------------------------------------------
3466 r10501 | courmisch | 2005-04-01 17:47:38 +0200 (Fri, 01 Apr 2005) | 2 lines
3468 M /trunk/modules/gui/wxwindows/playlist.cpp
3472 ------------------------------------------------------------------------
3473 r10500 | courmisch | 2005-04-01 17:29:23 +0200 (Fri, 01 Apr 2005) | 2 lines
3475 M /trunk/modules/gui/wxwindows/playlist.cpp
3476 M /trunk/src/playlist/services_discovery.c
3480 ------------------------------------------------------------------------
3481 r10499 | sigmunau | 2005-04-01 16:39:36 +0200 (Fri, 01 Apr 2005) | 2 lines
3483 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3484 M /trunk/modules/gui/wxwindows/timer.cpp
3486 wx/*: fix a few string additions
3488 ------------------------------------------------------------------------
3489 r10498 | damienf | 2005-04-01 15:50:37 +0200 (Fri, 01 Apr 2005) | 2 lines
3491 M /trunk/activex/README.TXT
3492 M /trunk/activex/test.html
3494 Documentation/Example update
3496 ------------------------------------------------------------------------
3497 r10497 | sigmunau | 2005-04-01 15:28:54 +0200 (Fri, 01 Apr 2005) | 2 lines
3499 M /trunk/modules/demux/flac.c
3501 demux/flac.c: support flac files with id3 tag. closes #2015
3503 ------------------------------------------------------------------------
3504 r10496 | gbazin | 2005-04-01 12:35:44 +0200 (Fri, 01 Apr 2005) | 1 line
3506 M /trunk/modules/gui/wxwindows/interface.cpp
3507 M /trunk/modules/gui/wxwindows/wxwindows.h
3509 * modules/gui/wxwindows: re-implemented the mute control.
3510 ------------------------------------------------------------------------
3511 r10495 | courmisch | 2005-04-01 10:02:28 +0200 (Fri, 01 Apr 2005) | 3 lines
3513 M /trunk/modules/services_discovery/sap.c
3515 - invalid free removed (might be the reason why sap discovery was so unstable)
3518 ------------------------------------------------------------------------
3519 r10494 | dionoea | 2005-03-31 23:36:30 +0200 (Thu, 31 Mar 2005) | 2 lines
3521 M /trunk/modules/gui/wxwindows/interface.cpp
3523 remove two debug fprintfs
3525 ------------------------------------------------------------------------
3526 r10493 | dionoea | 2005-03-31 23:23:36 +0200 (Thu, 31 Mar 2005) | 2 lines
3528 M /trunk/modules/gui/wxwindows/interface.cpp
3530 * small fixes (the icon change should now work under windows)
3532 ------------------------------------------------------------------------
3533 r10488 | dionoea | 2005-03-31 19:02:44 +0200 (Thu, 31 Mar 2005) | 4 lines
3535 A /trunk/modules/gui/wxwindows/bitmaps/speaker_mute.xpm
3536 M /trunk/modules/gui/wxwindows/interface.cpp
3537 M /trunk/modules/gui/wxwindows/wxwindows.h
3539 change the speaker into a mute/unmute button
3540 (only works if something is playing ... and we have to fix the bug where
3541 the image doesn't get updated like for the play/pause button)
3543 ------------------------------------------------------------------------
3544 r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (Thu, 31 Mar 2005) | 2 lines
3546 M /trunk/src/input/input.c
3548 input.c: fixed a possible locking problem in vlc_input_item_GetInfo
3550 ------------------------------------------------------------------------
3551 r10486 | gbazin | 2005-03-31 01:48:41 +0200 (Thu, 31 Mar 2005) | 1 line
3553 M /trunk/modules/video_output/wingdi.c
3555 * modules/video_output/wingdi.c: bunch of fixes and improvements.
3556 ------------------------------------------------------------------------
3557 r10485 | gbazin | 2005-03-31 01:47:41 +0200 (Thu, 31 Mar 2005) | 1 line
3559 M /trunk/modules/gui/wince/Modules.am
3560 A /trunk/modules/gui/wince/dialogs.cpp
3561 M /trunk/modules/gui/wince/fileinfo.cpp
3562 M /trunk/modules/gui/wince/interface.cpp
3563 M /trunk/modules/gui/wince/iteminfo.cpp
3564 M /trunk/modules/gui/wince/messages.cpp
3565 M /trunk/modules/gui/wince/open.cpp
3566 M /trunk/modules/gui/wince/playlist.cpp
3567 M /trunk/modules/gui/wince/preferences.cpp
3568 M /trunk/modules/gui/wince/subtitles.cpp
3569 M /trunk/modules/gui/wince/video.cpp
3570 M /trunk/modules/gui/wince/wince.cpp
3571 M /trunk/modules/gui/wince/wince.h
3573 * modules/gui/wince: added dialogs provider + another massive cleanup + updates.
3574 ------------------------------------------------------------------------
3575 r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (Thu, 31 Mar 2005) | 3 lines
3577 M /trunk/modules/gui/wxwindows/timer.cpp
3578 M /trunk/src/input/input.c
3580 input.c: doxygenize vlc_input_item_GetInfo
3581 wx/timer.cpp: show Now Playing in statusbar if available
3583 ------------------------------------------------------------------------
3584 r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (Wed, 30 Mar 2005) | 4 lines
3586 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
3588 wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
3589 the order of selection, patch by Christophe Mutricy < xtophe -at-
3590 nxtelevision dott com >
3592 ------------------------------------------------------------------------
3593 r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (Wed, 30 Mar 2005) | 2 lines
3595 M /trunk/include/vlc_meta.h
3596 M /trunk/modules/access/http.c
3598 vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.
3600 ------------------------------------------------------------------------
3601 r10481 | dionoea | 2005-03-30 19:43:17 +0200 (Wed, 30 Mar 2005) | 2 lines
3603 M /trunk/modules/access_filter/timeshift.c
3605 include errno.h (for non debug builds)
3607 ------------------------------------------------------------------------
3608 r10480 | robux4 | 2005-03-29 22:54:52 +0200 (Tue, 29 Mar 2005) | 1 line
3610 M /trunk/modules/demux/mkv.cpp
3612 mkv.cpp: make gcc happier
3613 ------------------------------------------------------------------------
3614 r10479 | gbazin | 2005-03-29 22:04:44 +0200 (Tue, 29 Mar 2005) | 1 line
3616 M /trunk/configure.ac
3618 * configure.ac: added access_filter_timeshift to the build.
3619 ------------------------------------------------------------------------
3620 r10478 | fenrir | 2005-03-29 18:01:23 +0200 (Tue, 29 Mar 2005) | 8 lines
3622 M /trunk/include/configuration.h
3623 M /trunk/include/vlc_access.h
3624 M /trunk/include/vlc_config_cat.h
3625 A /trunk/modules/access_filter
3626 A /trunk/modules/access_filter/Modules.am
3627 A /trunk/modules/access_filter/timeshift.c
3628 M /trunk/modules/demux/ts.c
3629 M /trunk/modules/mux/mpeg/ts.c
3630 M /trunk/src/input/access.c
3631 M /trunk/src/input/input.c
3632 M /trunk/src/input/var.c
3633 M /trunk/src/libvlc.h
3635 * access.* input/*: added access_filter architecture (same API as a
3636 standard access_t except that it reads from an access_t).
3638 * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
3639 under linux/windows).
3640 It allows to pause and to fast/slow forward. To try it, use
3641 --access-filter timeshift.
3643 ------------------------------------------------------------------------
3644 r10477 | gbazin | 2005-03-29 17:22:12 +0200 (Tue, 29 Mar 2005) | 1 line
3646 M /trunk/modules/gui/wince/interface.cpp
3647 M /trunk/modules/gui/wince/wince.cpp
3648 M /trunk/modules/gui/wince/wince.h
3650 * modules/gui/wince: new open directory menu (win32 only for now)
3651 ------------------------------------------------------------------------
3652 r10476 | gbazin | 2005-03-29 14:17:43 +0200 (Tue, 29 Mar 2005) | 1 line
3654 M /trunk/modules/gui/wince/interface.cpp
3656 * modules/gui/wince/interface.cpp: fixed menus handling.
3657 ------------------------------------------------------------------------
3658 r10475 | gbazin | 2005-03-29 12:08:03 +0200 (Tue, 29 Mar 2005) | 1 line
3660 M /trunk/modules/demux/ts.c
3662 * modules/demux/ts.c: use EIT support in libdvbpsi if available.
3663 ------------------------------------------------------------------------
3664 r10474 | damienf | 2005-03-29 10:48:45 +0200 (Tue, 29 Mar 2005) | 2 lines
3666 M /trunk/src/libvlc.c
3668 VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes
3670 ------------------------------------------------------------------------
3671 r10473 | fenrir | 2005-03-29 10:17:17 +0200 (Tue, 29 Mar 2005) | 2 lines
3673 M /trunk/modules/demux/ts.c
3675 * ts: do not include eit.h if TS_USE_DVB_SI is 0.
3677 ------------------------------------------------------------------------
3678 r10472 | hartman | 2005-03-29 01:57:02 +0200 (Tue, 29 Mar 2005) | 2 lines
3680 D /trunk/vlc-cvs.ebuild
3683 * Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.
3685 ------------------------------------------------------------------------
3686 r10471 | hartman | 2005-03-29 01:31:02 +0200 (Tue, 29 Mar 2005) | 2 lines
3688 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
3689 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
3690 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
3691 M /trunk/modules/gui/macosx/intf.h
3692 M /trunk/modules/gui/macosx/intf.m
3694 * New menu-items referencing forum
3696 ------------------------------------------------------------------------
3697 r10470 | hartman | 2005-03-29 01:24:21 +0200 (Tue, 29 Mar 2005) | 2 lines
3699 M /trunk/modules/stream_out/standard.c
3701 * Spelling correction
3703 ------------------------------------------------------------------------
3704 r10469 | hartman | 2005-03-29 01:23:51 +0200 (Tue, 29 Mar 2005) | 2 lines
3707 M /trunk/modules/gui/gtk/menu.c
3708 M /trunk/modules/gui/wxwindows/extrapanel.cpp
3709 M /trunk/src/libvlc.h
3710 M /trunk/src/video_output/video_output.c
3712 * Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.
3714 ------------------------------------------------------------------------
3715 r10463 | robux4 | 2005-03-28 21:12:14 +0200 (Mon, 28 Mar 2005) | 1 line
3717 M /trunk/modules/demux/mkv.cpp
3719 mkv.cpp: compilation fixes for gcc
3720 ------------------------------------------------------------------------
3721 r10462 | robux4 | 2005-03-28 21:07:18 +0200 (Mon, 28 Mar 2005) | 1 line
3723 M /trunk/modules/demux/mkv.cpp
3725 mkv.cpp: seeking in linked files now works
3726 ------------------------------------------------------------------------
3727 r10461 | robux4 | 2005-03-28 17:48:16 +0200 (Mon, 28 Mar 2005) | 1 line
3729 M /trunk/modules/demux/mkv.cpp
3731 mkv.cpp: compute the correct duration even when some linked segments are missing
3732 ------------------------------------------------------------------------
3733 r10460 | robux4 | 2005-03-28 17:00:21 +0200 (Mon, 28 Mar 2005) | 1 line
3735 M /trunk/modules/demux/mkv.cpp
3737 mkv.cpp: handle missing linked segments (seg->missing->seg)
3738 ------------------------------------------------------------------------
3739 r10459 | robux4 | 2005-03-28 16:12:58 +0200 (Mon, 28 Mar 2005) | 1 line
3741 M /trunk/modules/demux/mkv.cpp
3743 mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
3744 ------------------------------------------------------------------------
3745 r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (Mon, 28 Mar 2005) | 1 line
3747 M /trunk/extras/contrib/src/packages.mak
3749 * changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
3750 ------------------------------------------------------------------------
3751 r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (Mon, 28 Mar 2005) | 1 line
3753 M /trunk/extras/contrib/src/packages.mak
3755 * fixed download-location of pkgconfig
3756 ------------------------------------------------------------------------
3757 r10456 | robux4 | 2005-03-28 13:07:41 +0200 (Mon, 28 Mar 2005) | 1 line
3759 M /trunk/modules/demux/mkv.cpp
3761 mkv.cpp: no more crash on linked segments or multi-segment files
3762 ------------------------------------------------------------------------
3763 r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (Mon, 28 Mar 2005) | 2 lines
3765 M /trunk/Makefile.am
3767 * updated the location of vlc.scriptTerminology
3768 * removed the linkage to it in all localisations since it is a global entity now
3769 ------------------------------------------------------------------------
3770 r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (Mon, 28 Mar 2005) | 1 line
3772 D /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
3774 * sorry, forgot that in the previous commit
3775 ------------------------------------------------------------------------
3776 r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (Mon, 28 Mar 2005) | 3 lines
3778 M /trunk/extras/MacOSX/Resources/vlc.scriptSuite
3779 A /trunk/extras/MacOSX/Resources/vlc.scriptTerminology (from /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology:10452)
3780 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
3782 * vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
3783 * vlc.scriptTerminology: updated to the plist-xml-format and removed the 'localisable'-flag for the terminology in Xcode since we don't localise it and Apple won't support any other AS-dialects than English in the future --> moved out of English.lproj
3784 * vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
3785 ------------------------------------------------------------------------
3786 r10452 | markfm | 2005-03-27 19:49:24 +0200 (Sun, 27 Mar 2005) | 2 lines
3788 M /trunk/modules/mux/asf.c
3790 mux/asf.c new --sout-asf-packet-size switch. It defaults to 4096, current VLC design, but note that MS' documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/iwmpacketsizesetmaxpacketsize.asp) has: "By default, the maximum packet size is 1400 bytes (chosen because it is below the 1500-byte Ethernet maximum transition unit (MTU) plus the generic routing encapsulation (GRE) tunneling header size)."
3792 ------------------------------------------------------------------------
3793 r10451 | robux4 | 2005-03-27 16:16:21 +0200 (Sun, 27 Mar 2005) | 1 line
3795 M /trunk/modules/demux/mkv.cpp
3797 mkv.cpp: hard-linked segments can now play in order (crash to solve)
3798 ------------------------------------------------------------------------
3799 r10450 | robux4 | 2005-03-27 11:28:50 +0200 (Sun, 27 Mar 2005) | 2 lines
3801 M /trunk/modules/demux/mkv.cpp
3804 mkv.cpp: new options for the demuxer
3805 fr.po: small translation fix
3806 ------------------------------------------------------------------------
3807 r10438 | oaubert | 2005-03-26 20:29:32 +0100 (Sat, 26 Mar 2005) | 5 lines
3809 M /trunk/modules/video_output/snapshot.c
3812 * added some comments
3813 * updated module description
3814 * try to fix timestamping
3816 ------------------------------------------------------------------------
3817 r10437 | oaubert | 2005-03-26 20:22:40 +0100 (Sat, 26 Mar 2005) | 3 lines
3819 M /trunk/modules/misc/svg.c
3821 svg.c: updated to the latest changes in the text renderer API (tested
3822 with the vlc-0.8.1.svn20050314 debian package)
3824 ------------------------------------------------------------------------
3825 r10436 | robux4 | 2005-03-26 10:18:54 +0100 (Sat, 26 Mar 2005) | 1 line
3827 M /trunk/modules/demux/mkv.cpp
3829 mkv.cpp: avoid gcc warnings
3830 ------------------------------------------------------------------------
3831 r10435 | robux4 | 2005-03-25 22:59:25 +0100 (Fri, 25 Mar 2005) | 1 line
3833 M /trunk/modules/demux/mkv.cpp
3835 mkv.cpp: play all loaded segments sequentially and don't crash
3836 ------------------------------------------------------------------------
3837 r10434 | robux4 | 2005-03-25 22:33:47 +0100 (Fri, 25 Mar 2005) | 1 line
3839 M /trunk/modules/demux/mkv.cpp
3841 mkv.cpp: the first Cluster was lost due to preloading
3842 ------------------------------------------------------------------------
3843 r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (Fri, 25 Mar 2005) | 1 line
3845 M /trunk/extras/contrib/src/packages.mak
3847 * updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
3848 ------------------------------------------------------------------------
3849 r10430 | titer | 2005-03-25 13:02:14 +0100 (Fri, 25 Mar 2005) | 2 lines
3851 M /trunk/include/video_output.h
3852 M /trunk/modules/gui/macosx/voutgl.m
3853 M /trunk/modules/video_output/opengl.c
3855 Fix for thread-unsafe OpenGL implementations (OS X...)
3857 ------------------------------------------------------------------------
3858 r10429 | fenrir | 2005-03-25 10:16:24 +0100 (Fri, 25 Mar 2005) | 7 lines
3860 M /trunk/include/vlc_es_out.h
3861 M /trunk/include/vlc_meta.h
3862 M /trunk/modules/demux/ts.c
3863 M /trunk/src/input/es_out.c
3865 * vlc_meta.h: added a few const
3866 * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
3867 (it's not yet really clean).
3868 * demux/ts: parse SI tables of DVB (channel names + events), it needs last
3869 libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).
3872 ------------------------------------------------------------------------
3873 r10428 | fenrir | 2005-03-25 09:58:46 +0100 (Fri, 25 Mar 2005) | 6 lines
3875 M /trunk/src/input/input.c
3877 input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
3878 access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
3879 - do not create sout when uri start by 'vlc:'. It is needed to use
3880 the special vlc access with sout (ex: vlc in --sout out vlc:quit).
3883 ------------------------------------------------------------------------
3884 r10427 | titer | 2005-03-24 17:05:55 +0100 (Thu, 24 Mar 2005) | 2 lines
3886 M /trunk/modules/demux/nuv.c
3888 nuv.c: compile fix (for big endian platforms)
3890 ------------------------------------------------------------------------
3891 r10424 | robux4 | 2005-03-23 23:11:17 +0100 (Wed, 23 Mar 2005) | 1 line
3893 M /trunk/modules/demux/mkv.cpp
3895 mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
3896 ------------------------------------------------------------------------
3897 r10423 | robux4 | 2005-03-23 22:31:18 +0100 (Wed, 23 Mar 2005) | 1 line
3899 M /trunk/modules/demux/mkv.cpp
3901 mkv.cpp: prepare for more segment switching features
3902 ------------------------------------------------------------------------
3903 r10420 | robux4 | 2005-03-23 22:08:40 +0100 (Wed, 23 Mar 2005) | 1 line
3905 M /trunk/modules/demux/mkv.cpp
3907 mkv.cpp: segment switching almost work and doesn't crash
3908 ------------------------------------------------------------------------
3909 r10418 | damienf | 2005-03-23 20:16:06 +0100 (Wed, 23 Mar 2005) | 4 lines
3911 M /trunk/activex/test.html
3913 - added a slider to control VLC playback from HTML.
3915 NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
3917 ------------------------------------------------------------------------
3918 r10417 | massiot | 2005-03-23 19:39:46 +0100 (Wed, 23 Mar 2005) | 3 lines
3920 M /trunk/configure.ac
3921 M /trunk/modules/stream_out/Modules.am
3922 A /trunk/modules/stream_out/bridge.c
3924 * modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
3925 ES packets between different inputs.
3927 ------------------------------------------------------------------------
3928 r10416 | massiot | 2005-03-23 19:30:15 +0100 (Wed, 23 Mar 2005) | 3 lines
3930 M /trunk/modules/mux/mpeg/ts.c
3932 * modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
3933 the ES ID as TS PID (contrary of --ts-es-id-pid).
3935 ------------------------------------------------------------------------
3936 r10415 | massiot | 2005-03-23 19:26:01 +0100 (Wed, 23 Mar 2005) | 3 lines
3938 M /trunk/modules/demux/ts.c
3939 M /trunk/modules/mux/mpeg/ts.c
3941 * modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
3942 (patch courtesy of Nico Sabbi)
3944 ------------------------------------------------------------------------
3945 r10414 | fenrir | 2005-03-23 18:00:15 +0100 (Wed, 23 Mar 2005) | 3 lines
3947 M /trunk/configure.ac
3948 M /trunk/modules/demux/Modules.am
3949 A /trunk/modules/demux/nuv.c
3951 * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
3952 (Seek is slow, I don't support index yet).
3954 ------------------------------------------------------------------------
3955 r10413 | fenrir | 2005-03-23 17:58:24 +0100 (Wed, 23 Mar 2005) | 2 lines
3957 M /trunk/modules/access/dvb/linux_dvb.c
3959 * dvb: fix report of error in FrontendPoll (please report any problem).
3961 ------------------------------------------------------------------------
3962 r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (Tue, 22 Mar 2005) | 2 lines
3964 M /trunk/src/audio_output/intf.c
3966 Variable name consistency across the file
3968 ------------------------------------------------------------------------
3969 r10406 | markfm | 2005-03-22 14:29:30 +0100 (Tue, 22 Mar 2005) | 2 lines
3971 M /trunk/modules/stream_out/transcode.c
3973 reintroduce nearbyint, but use the 1001 multiplier. adding 0.5 wasn't transforming 29.97 fps properly, and the earlier nearbyint was a hack for mpeg1/2. the preceding mods were all partially right, partially wrong -- needed to combine the two change concepts.
3975 ------------------------------------------------------------------------
3976 r10405 | gbazin | 2005-03-22 10:53:11 +0100 (Tue, 22 Mar 2005) | 1 line
3978 M /trunk/modules/stream_out/transcode.c
3980 * modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
3981 ------------------------------------------------------------------------
3982 r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (Mon, 21 Mar 2005) | 2 lines
3984 M /trunk/doc/skins/skins2-howto.xml
3985 M /trunk/modules/gui/skins2/commands/cmd_input.cpp
3986 M /trunk/modules/gui/skins2/commands/cmd_input.hpp
3987 M /trunk/modules/gui/skins2/parser/interpreter.cpp
3989 * skins2: added vlc.volumeUp() and vlc.volumeDown() actions
3991 ------------------------------------------------------------------------
3992 r10400 | hartman | 2005-03-21 15:02:07 +0100 (Mon, 21 Mar 2005) | 4 lines
3994 M /trunk/modules/services_discovery/sap.c
3996 * Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
3998 * also restored some indentation of this file.
4000 ------------------------------------------------------------------------
4001 r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (Sun, 20 Mar 2005) | 3 lines
4003 M /trunk/src/misc/vlm.c
4005 * removed my ftime-replacement for OSX again
4007 Thanks for the ftime-fix gibalou :)
4008 ------------------------------------------------------------------------
4009 r10398 | gbazin | 2005-03-20 20:42:29 +0100 (Sun, 20 Mar 2005) | 1 line
4011 M /trunk/src/misc/vlm.c
4013 * src/misc/vlm.c: only use ftime() on win32.
4014 ------------------------------------------------------------------------
4015 r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (Sun, 20 Mar 2005) | 1 line
4017 M /trunk/src/misc/vlm.c
4019 * ftime does not exist on OSX, so we need to implement it ourselves
4020 ------------------------------------------------------------------------
4021 r10396 | markfm | 2005-03-20 18:48:27 +0100 (Sun, 20 Mar 2005) | 2 lines
4023 M /trunk/modules/stream_out/transcode.c
4025 transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2
4027 ------------------------------------------------------------------------
4028 r10395 | asmax | 2005-03-20 16:58:04 +0100 (Sun, 20 Mar 2005) | 2 lines
4030 M /trunk/configure.ac
4031 M /trunk/modules/gui/skins2/src/ft2_font.cpp
4033 - all: use fribidi in skins2 text rendering if available
4035 ------------------------------------------------------------------------
4036 r10394 | gbazin | 2005-03-19 19:42:27 +0100 (Sat, 19 Mar 2005) | 1 line
4038 M /trunk/modules/codec/dvbsub.c
4040 * modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
4041 ------------------------------------------------------------------------
4042 r10393 | markfm | 2005-03-19 18:37:10 +0100 (Sat, 19 Mar 2005) | 2 lines
4044 M /trunk/modules/stream_out/transcode.c
4046 transcode nit -- use nearbyint to get accurate conversion of user-supplied fps
4048 ------------------------------------------------------------------------
4049 r10392 | zorglub | 2005-03-19 18:23:51 +0100 (Sat, 19 Mar 2005) | 2 lines
4051 M /trunk/share/Makefile.am
4052 M /trunk/share/http/index.html
4054 HTTP interface patch by Christophe Mutricy (and no fixes by me)
4056 ------------------------------------------------------------------------
4057 r10391 | gbazin | 2005-03-19 13:20:57 +0100 (Sat, 19 Mar 2005) | 1 line
4059 M /trunk/modules/codec/ffmpeg/video_filter.c
4061 * modules/codec/ffmpeg/video_filter.c: fixed resampling check.
4062 ------------------------------------------------------------------------
4063 r10387 | sam | 2005-03-19 09:34:30 +0100 (Sat, 19 Mar 2005) | 2 lines
4067 * doc/vlc.1: spelling
4069 ------------------------------------------------------------------------
4070 r10386 | djc | 2005-03-18 17:44:16 +0100 (Fri, 18 Mar 2005) | 2 lines
4072 M /trunk/share/Makefile.am
4074 favicon.ico instead of favico.ico...
4076 ------------------------------------------------------------------------
4077 r10385 | djc | 2005-03-18 15:43:38 +0100 (Fri, 18 Mar 2005) | 3 lines
4079 M /trunk/share/Makefile.am
4081 Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
4084 ------------------------------------------------------------------------
4085 r10384 | gbazin | 2005-03-18 08:44:20 +0100 (Fri, 18 Mar 2005) | 1 line
4087 M /trunk/modules/stream_out/transcode.c
4089 * modules/stream_out/transcode.c: convert audio to fl32 first if needed.
4090 ------------------------------------------------------------------------
4091 r10383 | markfm | 2005-03-18 02:59:44 +0100 (Fri, 18 Mar 2005) | 2 lines
4093 M /trunk/modules/mux/mpeg/ps.c
4095 ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change. Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
4097 ------------------------------------------------------------------------
4098 r10382 | gbazin | 2005-03-18 00:34:04 +0100 (Fri, 18 Mar 2005) | 1 line
4100 M /trunk/modules/audio_filter/resampler/linear.c
4102 * modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
4103 ------------------------------------------------------------------------
4104 r10381 | gbazin | 2005-03-18 00:31:38 +0100 (Fri, 18 Mar 2005) | 1 line
4106 M /trunk/modules/stream_out/transcode.c
4108 * modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
4109 ------------------------------------------------------------------------
4110 r10380 | gbazin | 2005-03-17 22:50:29 +0100 (Thu, 17 Mar 2005) | 1 line
4112 M /trunk/modules/codec/araw.c
4114 modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
4115 ------------------------------------------------------------------------
4116 r10379 | gbazin | 2005-03-17 21:39:52 +0100 (Thu, 17 Mar 2005) | 3 lines
4118 M /trunk/modules/audio_filter/converter/a52tofloat32.c
4119 M /trunk/modules/audio_filter/converter/dtstofloat32.c
4120 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4121 M /trunk/modules/audio_filter/format.c
4122 M /trunk/modules/stream_out/transcode.c
4124 * modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
4125 * modules/audio_filter/*: set the output format to what's really being output.
4127 ------------------------------------------------------------------------
4128 r10378 | gbazin | 2005-03-17 20:16:15 +0100 (Thu, 17 Mar 2005) | 3 lines
4130 M /trunk/modules/video_output/picture.c
4131 M /trunk/src/misc/image.c
4132 M /trunk/src/video_output/vout_intf.c
4134 * src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
4135 * modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
4137 ------------------------------------------------------------------------
4138 r10377 | massiot | 2005-03-17 17:59:16 +0100 (Thu, 17 Mar 2005) | 2 lines
4140 M /trunk/modules/stream_out/switcher.c
4142 * modules/stream_out/switcher.c: Fixed aspect ratio.
4144 ------------------------------------------------------------------------
4145 r10376 | gbazin | 2005-03-17 14:55:11 +0100 (Thu, 17 Mar 2005) | 1 line
4147 M /trunk/src/video_output/vout_intf.c
4149 * src/video_output/vout_intf.c: small cleanup.
4150 ------------------------------------------------------------------------
4151 r10375 | gbazin | 2005-03-17 14:14:04 +0100 (Thu, 17 Mar 2005) | 1 line
4153 M /trunk/src/misc/image.c
4154 M /trunk/src/video_output/vout_intf.c
4156 * src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
4157 ------------------------------------------------------------------------
4158 r10374 | gbazin | 2005-03-17 14:12:10 +0100 (Thu, 17 Mar 2005) | 1 line
4160 M /trunk/modules/codec/ffmpeg/video_filter.c
4162 * modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
4163 ------------------------------------------------------------------------
4164 r10373 | robux4 | 2005-03-17 13:13:12 +0100 (Thu, 17 Mar 2005) | 1 line
4166 M /trunk/modules/demux/mkv.cpp
4168 mkv.cpp: allow seamless transition between segments
4169 ------------------------------------------------------------------------
4170 r10372 | gbazin | 2005-03-17 09:20:53 +0100 (Thu, 17 Mar 2005) | 1 line
4172 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4174 * modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
4175 ------------------------------------------------------------------------
4176 r10371 | gbazin | 2005-03-17 08:35:35 +0100 (Thu, 17 Mar 2005) | 1 line
4178 M /trunk/modules/codec/ffmpeg/encoder.c
4180 * modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
4181 ------------------------------------------------------------------------
4182 r10370 | gbazin | 2005-03-17 00:38:51 +0100 (Thu, 17 Mar 2005) | 1 line
4184 M /trunk/modules/gui/wince/interface.cpp
4185 M /trunk/modules/gui/wince/timer.cpp
4186 M /trunk/modules/gui/wince/wince.h
4188 * modules/gui/wince: better volume slider behaviour.
4189 ------------------------------------------------------------------------
4190 r10369 | gbazin | 2005-03-17 00:10:08 +0100 (Thu, 17 Mar 2005) | 1 line
4192 M /trunk/modules/audio_output/waveout.c
4194 * modules/audio_output/waveout.c: change global volume on WinCE.
4195 ------------------------------------------------------------------------
4196 r10368 | gbazin | 2005-03-16 22:53:15 +0100 (Wed, 16 Mar 2005) | 1 line
4198 M /trunk/src/libvlc.c
4199 M /trunk/src/libvlc.h
4201 * src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
4202 ------------------------------------------------------------------------
4203 r10367 | robux4 | 2005-03-16 22:46:57 +0100 (Wed, 16 Mar 2005) | 1 line
4205 M /trunk/modules/demux/mkv.cpp
4207 mkv.cpp: faster code with newer libs
4208 ------------------------------------------------------------------------
4209 r10366 | gbazin | 2005-03-16 22:38:19 +0100 (Wed, 16 Mar 2005) | 1 line
4211 M /trunk/configure.ac
4213 * configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
4214 ------------------------------------------------------------------------
4215 r10365 | robux4 | 2005-03-16 22:26:43 +0100 (Wed, 16 Mar 2005) | 1 line
4217 M /trunk/modules/demux/mkv.cpp
4219 mkv.cpp: seeking is not only based on video
4220 ------------------------------------------------------------------------
4221 r10364 | gbazin | 2005-03-16 22:25:53 +0100 (Wed, 16 Mar 2005) | 1 line
4223 M /trunk/modules/audio_filter/converter/a52tofloat32.c
4225 * modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
4226 ------------------------------------------------------------------------
4227 r10363 | robux4 | 2005-03-16 22:04:32 +0100 (Wed, 16 Mar 2005) | 1 line
4229 M /trunk/modules/demux/mkv.cpp
4231 mkv.cpp: store silent tracks info
4232 ------------------------------------------------------------------------
4233 r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (Wed, 16 Mar 2005) | 2 lines
4235 M /trunk/modules/gui/pda/pda.c
4237 Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
4239 ------------------------------------------------------------------------
4240 r10361 | robux4 | 2005-03-16 21:32:38 +0100 (Wed, 16 Mar 2005) | 1 line
4242 M /trunk/modules/demux/mkv.cpp
4244 mkv.cpp: more code rearranging
4245 ------------------------------------------------------------------------
4246 r10360 | titer | 2005-03-16 16:49:18 +0100 (Wed, 16 Mar 2005) | 2 lines
4248 M /trunk/modules/gui/macosx/voutgl.m
4250 macosx/voutgl.m: fixed --macosx-stretch in GL provider
4252 ------------------------------------------------------------------------
4253 r10359 | damienf | 2005-03-16 14:08:13 +0100 (Wed, 16 Mar 2005) | 4 lines
4255 M /trunk/activex/main.cpp
4256 M /trunk/activex/plugin.cpp
4258 main.cpp: fixed bug regarding TypeLib registration
4259 plugin.cpp: some minor cleanup
4262 ------------------------------------------------------------------------
4263 r10358 | gbazin | 2005-03-16 13:12:20 +0100 (Wed, 16 Mar 2005) | 1 line
4265 M /trunk/src/misc/vlm.c
4267 * src/misc/vlm.c: couple of fixes pointed out by johnluo.
4268 ------------------------------------------------------------------------
4269 r10357 | gbazin | 2005-03-16 12:38:16 +0100 (Wed, 16 Mar 2005) | 1 line
4271 M /trunk/modules/access/directory.c
4273 * modules/access/directory.c: fixed a bunch of bugs.
4274 ------------------------------------------------------------------------
4275 r10356 | gbazin | 2005-03-16 12:11:08 +0100 (Wed, 16 Mar 2005) | 1 line
4277 M /trunk/modules/demux/ty.c
4279 * modules/demux/ty.c: fixed segfault while probing.
4280 ------------------------------------------------------------------------
4281 r10355 | courmisch | 2005-03-16 11:51:10 +0100 (Wed, 16 Mar 2005) | 2 lines
4283 M /trunk/modules/demux/ty.c
4285 - TY should have a lower priority than PS
4287 ------------------------------------------------------------------------
4288 r10354 | gbazin | 2005-03-16 10:48:22 +0100 (Wed, 16 Mar 2005) | 1 line
4290 M /trunk/src/playlist/item-ext.c
4291 M /trunk/src/playlist/view.c
4293 * src/playlist/*: shut up a couple of compiler warnings.
4294 ------------------------------------------------------------------------
4295 r10353 | hartman | 2005-03-16 01:16:03 +0100 (Wed, 16 Mar 2005) | 6 lines
4297 M /trunk/configure.ac
4298 M /trunk/modules/access/directory.c
4300 * New ignore-filetypes option for the directory module.
4301 - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
4302 playlist when the directory module parses directory contents.
4303 This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
4304 - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
4306 ------------------------------------------------------------------------
4307 r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (Tue, 15 Mar 2005) | 3 lines
4309 M /trunk/po/Makefile.in.in
4310 M /trunk/po/POTFILES.in
4315 M /trunk/po/en_GB.po
4328 M /trunk/po/pt_BR.po
4335 * *.po: updated the po-files
4336 * da.po: additions to the Danish translation by Jonas Larsen
4337 * Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
4338 ------------------------------------------------------------------------
4339 r10351 | massiot | 2005-03-15 19:59:48 +0100 (Tue, 15 Mar 2005) | 2 lines
4341 M /trunk/modules/codec/ffmpeg/encoder.c
4343 * modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.
4345 ------------------------------------------------------------------------
4346 r10350 | massiot | 2005-03-15 19:55:17 +0100 (Tue, 15 Mar 2005) | 2 lines
4348 M /trunk/modules/stream_out/switcher.c
4350 * modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.
4352 ------------------------------------------------------------------------
4353 r10349 | massiot | 2005-03-15 19:52:52 +0100 (Tue, 15 Mar 2005) | 2 lines
4355 M /trunk/include/vout_synchro.h
4356 M /trunk/src/libvlc.h
4357 M /trunk/src/video_output/vout_synchro.c
4359 * src/video_output/vout_synchro.c: New --quiet-synchro config option.
4361 ------------------------------------------------------------------------
4362 r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (Tue, 15 Mar 2005) | 2 lines
4364 M /trunk/modules/video_filter/wall.c
4366 wall.c: fix alignment when rows or cols are 2 or less.
4368 ------------------------------------------------------------------------
4369 r10347 | gbazin | 2005-03-15 14:44:31 +0100 (Tue, 15 Mar 2005) | 1 line
4371 M /trunk/configure.ac
4373 * configure.ac: proper LDFLAGS on win32 for the wince gui.
4374 ------------------------------------------------------------------------
4375 r10346 | gbazin | 2005-03-15 14:38:28 +0100 (Tue, 15 Mar 2005) | 1 line
4377 M /trunk/modules/audio_output/waveout.c
4379 * modules/audio_output/waveout.c: use hardware volume control.
4380 ------------------------------------------------------------------------
4381 r10345 | gbazin | 2005-03-15 14:21:54 +0100 (Tue, 15 Mar 2005) | 1 line
4383 M /trunk/src/audio_output/intf.c
4385 * src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
4386 ------------------------------------------------------------------------
4387 r10344 | gbazin | 2005-03-15 12:40:27 +0100 (Tue, 15 Mar 2005) | 1 line
4389 M /trunk/configure.ac
4391 * configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).
4392 ------------------------------------------------------------------------
4393 r10343 | anil | 2005-03-15 12:29:46 +0100 (Tue, 15 Mar 2005) | 2 lines
4395 M /trunk/modules/gui/wxwindows/interface.cpp
4396 M /trunk/modules/gui/wxwindows/timer.cpp
4397 M /trunk/modules/gui/wxwindows/wxwindows.h
4399 * display useful information in the tooltip
4401 ------------------------------------------------------------------------
4402 r10342 | djc | 2005-03-15 01:02:16 +0100 (Tue, 15 Mar 2005) | 2 lines
4404 M /trunk/modules/gui/macosx/prefs.h
4405 M /trunk/modules/gui/macosx/prefs.m
4406 M /trunk/modules/gui/macosx/prefs_widgets.h
4407 M /trunk/modules/gui/macosx/prefs_widgets.m
4409 Work on MacOS preferences. Need to be completed, improved, and debugged...
4411 ------------------------------------------------------------------------
4412 r10341 | hartman | 2005-03-15 00:53:58 +0100 (Tue, 15 Mar 2005) | 2 lines
4414 M /trunk/modules/gui/macosx/controls.m
4416 * macosx: simplify volume update method for scrollfield usage.
4418 ------------------------------------------------------------------------
4419 r10340 | ANIL | 2005-03-15 00:39:53 +0100 (Tue, 15 Mar 2005) | 3 lines
4421 M /trunk/modules/gui/wxwindows/interface.cpp
4422 M /trunk/modules/gui/wxwindows/wxwindows.cpp
4423 M /trunk/modules/gui/wxwindows/wxwindows.h
4425 * wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)
4428 ------------------------------------------------------------------------
4429 r10339 | hartman | 2005-03-15 00:12:06 +0100 (Tue, 15 Mar 2005) | 4 lines
4433 M /trunk/modules/gui/gtk/menu.c
4434 M /trunk/modules/gui/wxwindows/extrapanel.cpp
4435 M /trunk/src/libvlc.h
4436 M /trunk/src/video_output/video_output.c
4438 * Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
4439 * Added a notice of this to news
4440 * Another request from the forum.
4442 ------------------------------------------------------------------------
4443 r10338 | hartman | 2005-03-14 23:14:46 +0100 (Mon, 14 Mar 2005) | 4 lines
4445 M /trunk/src/libvlc.c
4446 M /trunk/src/libvlc.h
4448 * More descriptions of the VLC commandline syntax when running --help.
4449 * Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
4450 * Restored some add_category_hint so the cli help shows the proper categories again.
4452 ------------------------------------------------------------------------
4453 r10336 | fenrir | 2005-03-14 18:02:45 +0100 (Mon, 14 Mar 2005) | 3 lines
4455 M /trunk/modules/demux/mp4/mp4.c
4457 * mp4.c: do not unselect ES at the end.
4460 ------------------------------------------------------------------------
4461 r10335 | sam | 2005-03-14 15:38:44 +0100 (Mon, 14 Mar 2005) | 2 lines
4463 M /trunk/debian/Makefile.am
4465 * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.
4467 ------------------------------------------------------------------------
4468 r10334 | sam | 2005-03-14 14:54:04 +0100 (Mon, 14 Mar 2005) | 2 lines
4470 M /trunk/debian/changelog
4471 M /trunk/debian/control
4472 M /trunk/debian/copyright
4473 M /trunk/debian/gnome-vlc.desktop
4474 M /trunk/debian/gvlc.desktop
4475 M /trunk/debian/patches/00list
4476 D /trunk/debian/patches/20_ffmpeg.dpatch
4477 M /trunk/debian/rules
4478 M /trunk/debian/vlc.mime
4480 * Updated Debian packaging information.
4482 ------------------------------------------------------------------------
4483 r10333 | gbazin | 2005-03-14 14:21:26 +0100 (Mon, 14 Mar 2005) | 1 line
4485 M /trunk/src/input/input.c
4487 * src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).
4488 ------------------------------------------------------------------------
4489 r10332 | sam | 2005-03-14 14:02:16 +0100 (Mon, 14 Mar 2005) | 2 lines
4491 M /trunk/modules/stream_out/switcher.c
4493 * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.
4495 ------------------------------------------------------------------------
4496 r10331 | anil | 2005-03-14 11:56:55 +0100 (Mon, 14 Mar 2005) | 9 lines
4499 M /trunk/modules/gui/wxwindows/interface.cpp
4500 M /trunk/modules/gui/wxwindows/wxwindows.cpp
4501 M /trunk/modules/gui/wxwindows/wxwindows.h
4503 * activex: updated svn:ignore property
4505 * wxwindows: systray integration, with a basic popup menu, tested under
4506 WinXP and Gnome (introduces two new options, wxwin-taskbar and
4509 The icon looks ok under windows but not so good with some gnome-panel
4512 ------------------------------------------------------------------------
4513 r10330 | sam | 2005-03-14 11:49:41 +0100 (Mon, 14 Mar 2005) | 2 lines
4515 M /trunk/activex/Makefile.am
4517 * activex/Makefile.am: use "rm -f", not "-rm".
4519 ------------------------------------------------------------------------
4520 r10329 | sam | 2005-03-14 11:38:45 +0100 (Mon, 14 Mar 2005) | 3 lines
4522 M /trunk/configure.ac
4524 * configure.ac: allow to specify another name for the wx-config script, for
4525 systems with both 2.4 and 2.5.
4527 ------------------------------------------------------------------------
4528 r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (Mon, 14 Mar 2005) | 2 lines
4530 M /trunk/modules/control/corba/Modules.am
4532 corba/Modules.am: include missing files in dist. Fixes #1977
4534 ------------------------------------------------------------------------
4535 r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (Mon, 14 Mar 2005) | 2 lines
4539 TODO: remove recently fixed subtitle-related items
4541 ------------------------------------------------------------------------
4542 r10326 | hartman | 2005-03-14 00:32:30 +0100 (Mon, 14 Mar 2005) | 2 lines
4546 * Add some TODOs from the Requests forum.
4548 ------------------------------------------------------------------------
4549 r10325 | djc | 2005-03-14 00:19:12 +0100 (Mon, 14 Mar 2005) | 3 lines
4551 M /trunk/modules/gui/macosx/controls.m
4552 M /trunk/modules/gui/macosx/intf.h
4553 M /trunk/modules/gui/macosx/intf.m
4555 Added setScrollField: and resetScrollField to manage the scroll field.
4558 ------------------------------------------------------------------------
4559 r10324 | hartman | 2005-03-14 00:10:01 +0100 (Mon, 14 Mar 2005) | 3 lines
4561 M /trunk/activex/Makefile.am
4563 * axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
4564 This was breaking make dist, and therefore the SVN .tar.gz snapshots
4566 ------------------------------------------------------------------------
4567 r10323 | robux4 | 2005-03-13 20:53:20 +0100 (Sun, 13 Mar 2005) | 1 line
4569 M /trunk/modules/demux/mkv.cpp
4571 mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
4572 ------------------------------------------------------------------------
4573 r10322 | robux4 | 2005-03-13 15:09:31 +0100 (Sun, 13 Mar 2005) | 1 line
4575 M /trunk/modules/demux/mkv.cpp
4577 mkv.cpp: segment preloading now works
4578 ------------------------------------------------------------------------
4579 r10321 | courmisch | 2005-03-13 14:29:45 +0100 (Sun, 13 Mar 2005) | 2 lines
4582 M /trunk/include/vlc_tls.h
4583 M /trunk/modules/codec/adpcm.c
4584 M /trunk/modules/demux/voc.c
4585 M /trunk/modules/demux/xa.c
4586 M /trunk/modules/misc/gnutls.c
4587 M /trunk/src/misc/httpd.c
4588 M /trunk/src/misc/tls.c
4590 Fix my email address
4592 ------------------------------------------------------------------------
4593 r10320 | courmisch | 2005-03-13 10:31:00 +0100 (Sun, 13 Mar 2005) | 2 lines
4595 M /trunk/configure.ac
4597 - Fix getnameinfo detection on Win32
4599 ------------------------------------------------------------------------
4600 r10319 | titer | 2005-03-13 06:56:32 +0100 (Sun, 13 Mar 2005) | 2 lines
4602 M /trunk/extras/contrib/src/Patches/dvdnav.patch
4604 dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins
4606 ------------------------------------------------------------------------
4607 r10318 | titer | 2005-03-12 19:34:36 +0100 (Sat, 12 Mar 2005) | 3 lines
4609 M /trunk/modules/access/dvdnav.c
4610 M /trunk/src/video_output/vout_subpictures.c
4612 Renamed the "contrast" variable used between dvdnav and the video output
4613 so it doesn't conflict with the one from the adjust filter
4615 ------------------------------------------------------------------------
4616 r10317 | titer | 2005-03-12 18:52:33 +0100 (Sat, 12 Mar 2005) | 8 lines
4618 M /trunk/extras/contrib/src/Patches/dvdnav.patch
4619 M /trunk/extras/contrib/src/Patches/libdvdread.patch
4621 dvdnav.patch: prefixed all non-static functions in the included libdvdread.
4622 This fixes dvdsimple on OS X (either it crashed complaining about
4623 multiple definitions in the dvdnav and dvdread plugins, or it tried
4624 to use the libdvdread routines from the dvdnav plugin even though
4625 the dvdread access is used, but this modified libdvdread doesn't
4626 seem to be binary compatible... big mess here)
4627 ALL: fixed a minor libdvdread bug + cleaned the BeOS patch
4629 ------------------------------------------------------------------------
4630 r10316 | courmisch | 2005-03-12 18:47:43 +0100 (Sat, 12 Mar 2005) | 2 lines
4632 M /trunk/src/misc/httpd.c
4634 Fixed stupid bug (C) me, yesterday (variable name conflict)
4636 ------------------------------------------------------------------------
4637 r10315 | massiot | 2005-03-12 15:31:10 +0100 (Sat, 12 Mar 2005) | 2 lines
4639 M /trunk/doc/fortunes.txt
4643 ------------------------------------------------------------------------
4644 r10314 | robux4 | 2005-03-12 12:12:00 +0100 (Sat, 12 Mar 2005) | 1 line
4646 M /trunk/modules/demux/mkv.cpp
4648 mkv.cpp: know your parents better
4649 ------------------------------------------------------------------------
4650 r10313 | robux4 | 2005-03-12 11:20:18 +0100 (Sat, 12 Mar 2005) | 1 line
4652 M /trunk/modules/demux/mkv.cpp
4654 mkv.cpp: better segment initialisation
4655 ------------------------------------------------------------------------
4656 r10312 | robux4 | 2005-03-12 11:01:45 +0100 (Sat, 12 Mar 2005) | 1 line
4658 M /trunk/modules/demux/mkv.cpp
4660 mkv.cpp: don't keep segments already found elsewhere
4661 ------------------------------------------------------------------------
4662 r10311 | robux4 | 2005-03-12 10:35:29 +0100 (Sat, 12 Mar 2005) | 1 line
4664 M /trunk/modules/demux/mkv.cpp
4666 mkv.cpp: more code reorganisation for segment preloading
4667 ------------------------------------------------------------------------
4668 r10310 | anil | 2005-03-11 23:36:40 +0100 (Fri, 11 Mar 2005) | 6 lines
4670 M /trunk/configure.ac
4671 M /trunk/modules/access/file.c
4672 M /trunk/modules/access/vcd/vcd.c
4673 M /trunk/modules/access/vcdx/access.c
4674 M /trunk/modules/codec/subsdec.c
4675 M /trunk/modules/demux/mjpeg.c
4676 M /trunk/modules/demux/ts.c
4678 * configure.ac: alsa is now really default enabled
4679 * modules/demux/*: typo and user-friendly description
4680 * modules/access/*: less vlc warnings
4681 * modules/codec/subsdec.c: subtitles justification is no longer "advanced"
4684 ------------------------------------------------------------------------
4685 r10309 | zorglub | 2005-03-11 22:49:19 +0100 (Fri, 11 Mar 2005) | 2 lines
4687 M /trunk/modules/demux/avi/avi.c
4688 M /trunk/modules/demux/demuxdump.c
4689 M /trunk/modules/demux/mjpeg.c
4690 M /trunk/modules/demux/mod.c
4691 M /trunk/modules/demux/mpeg/h264.c
4692 M /trunk/modules/misc/dummy/dummy.c
4694 String fixes by Christophe Mutricy
4696 ------------------------------------------------------------------------
4697 r10308 | courmisch | 2005-03-11 21:04:58 +0100 (Fri, 11 Mar 2005) | 2 lines
4699 M /trunk/src/misc/httpd.c
4703 ------------------------------------------------------------------------
4704 r10307 | courmisch | 2005-03-11 20:57:28 +0100 (Fri, 11 Mar 2005) | 3 lines
4706 M /trunk/configure.ac
4708 - Check for gai_strerror
4709 (stupid Winsock2 has getnameinfo but not gai_strerror)
4711 ------------------------------------------------------------------------
4712 r10302 | courmisch | 2005-03-11 14:41:51 +0100 (Fri, 11 Mar 2005) | 2 lines
4714 M /trunk/activex/Makefile.am
4716 - Fix building axvlc from subdirectory
4718 ------------------------------------------------------------------------
4719 r10301 | andrep | 2005-03-11 14:38:38 +0100 (Fri, 11 Mar 2005) | 3 lines
4721 M /trunk/mozilla/vlcshell.cpp
4723 * mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes
4726 ------------------------------------------------------------------------
4727 r10300 | dionoea | 2005-03-11 14:13:45 +0100 (Fri, 11 Mar 2005) | 2 lines
4729 M /trunk/modules/video_output/picture.c
4731 * change $Id thing ... r10300
4733 ------------------------------------------------------------------------
4734 r10299 | robux4 | 2005-03-11 13:41:41 +0100 (Fri, 11 Mar 2005) | 1 line
4736 M /trunk/modules/demux/mkv.cpp
4738 mkv.cpp: preload linked segments too
4739 ------------------------------------------------------------------------
4740 r10297 | robux4 | 2005-03-11 11:44:36 +0100 (Fri, 11 Mar 2005) | 1 line
4742 M /trunk/modules/demux/mkv.cpp
4744 mkv.cpp: remove an unused variable
4745 ------------------------------------------------------------------------
4746 r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (Fri, 11 Mar 2005) | 2 lines
4748 M /trunk/modules/audio_output/alsa.c
4750 alsa.c: removed a printf, shut up a compiler warning
4752 ------------------------------------------------------------------------
4753 r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (Fri, 11 Mar 2005) | 2 lines
4755 M /trunk/modules/audio_filter/converter/a52tofloat32.c
4756 M /trunk/modules/audio_filter/converter/dtstofloat32.c
4758 Removed unneeded VLC_OBJECT() cast and another segfault fix.
4760 ------------------------------------------------------------------------
4761 r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (Fri, 11 Mar 2005) | 2 lines
4763 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
4765 wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget
4767 ------------------------------------------------------------------------
4768 r10289 | gbazin | 2005-03-11 09:18:14 +0100 (Fri, 11 Mar 2005) | 1 line
4770 M /trunk/modules/codec/ffmpeg/encoder.c
4771 M /trunk/modules/stream_out/transcode.c
4773 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
4774 ------------------------------------------------------------------------
4775 r10288 | courmisch | 2005-03-11 09:13:00 +0100 (Fri, 11 Mar 2005) | 4 lines
4777 M /trunk/configure.ac
4778 M /trunk/modules/demux/Modules.am
4779 A /trunk/modules/demux/ty.c
4782 based on patch from Neal Symms <nsymms # redwar.us>
4785 ------------------------------------------------------------------------
4786 r10287 | zorglub | 2005-03-11 08:52:18 +0100 (Fri, 11 Mar 2005) | 3 lines
4788 M /trunk/modules/codec/mpeg_audio.c
4789 M /trunk/modules/gui/wxwindows/interface.cpp
4790 M /trunk/modules/gui/wxwindows/playlist.cpp
4791 M /trunk/modules/gui/wxwindows/wizard.cpp
4792 M /trunk/src/input/access.c
4793 M /trunk/src/input/demux.c
4794 M /trunk/src/input/es_out.c
4795 M /trunk/src/input/input.c
4796 M /trunk/src/misc/modules.c
4797 M /trunk/src/playlist/item-ext.c
4798 M /trunk/src/playlist/loadsave.c
4799 M /trunk/src/playlist/playlist.c
4800 M /trunk/src/playlist/view.c
4802 Reduce the global verbosity
4803 Change some message severities
4805 ------------------------------------------------------------------------
4806 r10285 | zorglub | 2005-03-10 23:30:16 +0100 (Thu, 10 Mar 2005) | 2 lines
4808 M /trunk/modules/access/cdda/info.c
4812 ------------------------------------------------------------------------
4813 r10284 | zorglub | 2005-03-10 23:18:47 +0100 (Thu, 10 Mar 2005) | 2 lines
4819 ------------------------------------------------------------------------
4820 r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (Thu, 10 Mar 2005) | 2 lines
4822 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
4824 Same mistake here: Pass real VLC_OBJECT's to msg_*
4826 ------------------------------------------------------------------------
4827 r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (Thu, 10 Mar 2005) | 2 lines
4829 M /trunk/modules/audio_filter/converter/dtstofloat32.c
4831 Another one. Use real VLC_OBJECT's in msg_*
4833 ------------------------------------------------------------------------
4834 r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (Thu, 10 Mar 2005) | 2 lines
4836 M /trunk/modules/audio_filter/converter/a52tofloat32.c
4838 Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.
4840 ------------------------------------------------------------------------
4841 r10277 | courmisch | 2005-03-10 21:42:52 +0100 (Thu, 10 Mar 2005) | 2 lines
4843 M /trunk/modules/misc/gnutls.c
4845 - Require certificate from the client if one CA cert specified
4847 ------------------------------------------------------------------------
4848 r10276 | courmisch | 2005-03-10 21:04:04 +0100 (Thu, 10 Mar 2005) | 2 lines
4850 M /trunk/modules/misc/gnutls.c
4852 - Release certificate creds after terminating session
4854 ------------------------------------------------------------------------
4855 r10268 | gbazin | 2005-03-10 20:23:10 +0100 (Thu, 10 Mar 2005) | 1 line
4857 M /trunk/configure.ac
4859 * configure.ac: only include stream_out_switcher if --enable-sout is specified.
4860 ------------------------------------------------------------------------
4861 r10265 | robux4 | 2005-03-10 19:20:02 +0100 (Thu, 10 Mar 2005) | 1 line
4863 M /trunk/modules/demux/mkv.cpp
4865 mkv.cpp: support preloading in the same family
4866 ------------------------------------------------------------------------
4867 r10264 | massiot | 2005-03-10 18:23:43 +0100 (Thu, 10 Mar 2005) | 12 lines
4869 M /trunk/configure.ac
4870 M /trunk/modules/access/Modules.am
4871 A /trunk/modules/access/fake.c
4872 M /trunk/modules/stream_out/Modules.am
4873 A /trunk/modules/stream_out/switcher.c
4875 * modules/stream_out/switcher.c: New module allowing to replace an MPEG2
4876 video by a fixed panel (format .uyvy). Specify panel files with
4877 --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
4878 pictures with --sout-switcher-sizes=720x576,720x576,480x576.
4879 --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
4880 switches to panel #1 (0 is the live video, -1 disables all output).
4881 The audio is blanked out when a panel is active. --sout-switcher-command
4882 specifies the first command to run on start-up.
4883 * modules/access/fake.c: Fake video input simulating a video at x fps.
4884 Use it to switch between fixed panels with the switcher when you have
4887 ------------------------------------------------------------------------
4888 r10263 | robux4 | 2005-03-10 18:19:28 +0100 (Thu, 10 Mar 2005) | 1 line
4890 M /trunk/modules/demux/mkv.cpp
4892 mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
4893 ------------------------------------------------------------------------
4894 r10262 | robux4 | 2005-03-10 17:41:43 +0100 (Thu, 10 Mar 2005) | 1 line
4896 M /trunk/modules/demux/mkv.cpp
4898 mkv.cpp: parse the Segment Info properly
4899 ------------------------------------------------------------------------
4900 r10261 | dionoea | 2005-03-10 17:00:49 +0100 (Thu, 10 Mar 2005) | 2 lines
4902 M /trunk/modules/control/rc.c
4903 M /trunk/modules/video_filter/mosaic.c
4905 * mosaic alignment (works like --marq-position) and callback
4907 ------------------------------------------------------------------------
4908 r10260 | robux4 | 2005-03-10 16:40:45 +0100 (Thu, 10 Mar 2005) | 1 line
4910 M /trunk/modules/demux/mkv.cpp
4912 mkv.cpp: store the prev/next UID for later use
4913 ------------------------------------------------------------------------
4914 r10259 | zorglub | 2005-03-10 14:42:45 +0100 (Thu, 10 Mar 2005) | 2 lines
4916 M /trunk/modules/access/vcdx/access.c
4918 Fix refcount problems + fix a part of coding style problems
4920 ------------------------------------------------------------------------
4921 r10258 | gbazin | 2005-03-10 14:37:29 +0100 (Thu, 10 Mar 2005) | 1 line
4923 M /trunk/modules/misc/freetype.c
4925 * modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
4926 ------------------------------------------------------------------------
4927 r10257 | zorglub | 2005-03-10 14:05:43 +0100 (Thu, 10 Mar 2005) | 8 lines
4929 M /trunk/include/vlc_config_cat.h
4930 M /trunk/modules/audio_filter/equalizer.c
4931 M /trunk/modules/video_output/directx/glwin32.c
4932 M /trunk/modules/video_output/image.c
4933 M /trunk/modules/video_output/picture.c
4934 M /trunk/modules/video_output/x11/glx.c
4935 M /trunk/modules/visualization/visual/visual.c
4936 M /trunk/src/audio_output/intf.c
4937 M /trunk/src/libvlc.h
4941 - Sort some large panels
4942 - Change some advanced flags
4943 - Fix & move audio-channel-mixer
4945 - Remove saved-volume, replaced by a variable
4947 ------------------------------------------------------------------------
4948 r10255 | courmisch | 2005-03-10 12:19:29 +0100 (Thu, 10 Mar 2005) | 3 lines
4950 M /trunk/modules/demux/voc.c
4952 - Fix unitialized variable in demux control helper
4953 There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)
4955 ------------------------------------------------------------------------
4956 r10254 | courmisch | 2005-03-10 12:00:41 +0100 (Thu, 10 Mar 2005) | 2 lines
4958 M /trunk/modules/demux/voc.c
4960 Support block type 2 (and some others as well)
4962 ------------------------------------------------------------------------
4963 r10253 | courmisch | 2005-03-10 11:58:02 +0100 (Thu, 10 Mar 2005) | 4 lines
4965 M /trunk/include/network.h
4966 M /trunk/modules/access/http.c
4968 - include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
4969 - modules/access/http.c: do not choke when there's a space in a URL
4970 (should probably be done for some others)
4972 ------------------------------------------------------------------------
4973 r10250 | courmisch | 2005-03-10 10:56:07 +0100 (Thu, 10 Mar 2005) | 2 lines
4975 M /trunk/modules/misc/gnutls.c
4977 gnutls.c: add shortname
4979 ------------------------------------------------------------------------
4980 r10249 | zorglub | 2005-03-10 10:47:20 +0100 (Thu, 10 Mar 2005) | 2 lines
4982 M /trunk/modules/gui/wxwindows/preferences.cpp
4986 ------------------------------------------------------------------------
4987 r10245 | courmisch | 2005-03-10 09:27:21 +0100 (Thu, 10 Mar 2005) | 2 lines
4989 M /trunk/include/vlc_tls.h
4990 M /trunk/modules/misc/gnutls.c
4991 M /trunk/src/misc/tls.c
4995 ------------------------------------------------------------------------
4996 r10244 | courmisch | 2005-03-10 09:23:03 +0100 (Thu, 10 Mar 2005) | 2 lines
4998 M /trunk/configure.ac
4999 M /trunk/modules/misc/gnutls.c
5001 - Fix GnuTLS version detection
5003 ------------------------------------------------------------------------
5004 r10243 | zorglub | 2005-03-10 01:17:33 +0100 (Thu, 10 Mar 2005) | 7 lines
5006 M /trunk/include/vlc_config_cat.h
5007 M /trunk/modules/audio_filter/converter/a52tofloat32.c
5008 M /trunk/modules/audio_filter/converter/dtstofloat32.c
5009 M /trunk/modules/misc/freetype.c
5010 M /trunk/modules/video_filter/marq.c
5011 M /trunk/src/libvlc.h
5013 Preferences update :
5014 - Sorted marq options
5015 - A52 & DTS are audio decoders
5016 - Moved freetype to subtitles/OSD
5018 (last 2 suggested by Anil)
5020 ------------------------------------------------------------------------
5021 r10242 | robux4 | 2005-03-09 22:45:02 +0100 (Wed, 09 Mar 2005) | 1 line
5023 M /trunk/modules/demux/mkv.cpp
5025 mkv.cpp: cleaner handling of some tables (now vectors)
5026 ------------------------------------------------------------------------
5027 r10241 | zorglub | 2005-03-09 22:06:09 +0100 (Wed, 09 Mar 2005) | 2 lines
5029 A /trunk/modules/gui/wxwindows/bitmaps/advanced.xpm
5030 A /trunk/modules/gui/wxwindows/bitmaps/audio.xpm
5031 A /trunk/modules/gui/wxwindows/bitmaps/codec.xpm
5032 A /trunk/modules/gui/wxwindows/bitmaps/intf.xpm
5033 A /trunk/modules/gui/wxwindows/bitmaps/video.xpm
5034 M /trunk/modules/gui/wxwindows/preferences.cpp
5038 ------------------------------------------------------------------------
5039 r10240 | gbazin | 2005-03-09 20:57:28 +0100 (Wed, 09 Mar 2005) | 1 line
5041 M /trunk/modules/codec/ffmpeg/video.c
5043 * modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
5044 ------------------------------------------------------------------------
5045 r10239 | zorglub | 2005-03-09 19:05:30 +0100 (Wed, 09 Mar 2005) | 2 lines
5047 M /trunk/modules/gui/wxwindows/menus.cpp
5049 Don't switch interfaces under linux
5051 ------------------------------------------------------------------------
5052 r10238 | hartman | 2005-03-09 17:00:03 +0100 (Wed, 09 Mar 2005) | 3 lines
5054 M /trunk/extras/contrib/src/Makefile
5055 M /trunk/extras/contrib/src/packages.mak
5057 * added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
5058 * upgraded libcdio to 0.7.2 (not that it makes much difference :) )
5060 ------------------------------------------------------------------------
5061 r10237 | courmisch | 2005-03-09 14:07:26 +0100 (Wed, 09 Mar 2005) | 2 lines
5063 M /trunk/modules/gui/kde/preferences.cpp
5065 string rationalization (yeah, I know the KDE interface is not used)
5067 ------------------------------------------------------------------------
5068 r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (Wed, 09 Mar 2005) | 2 lines
5070 M /trunk/include/vlc_video.h
5071 M /trunk/modules/misc/freetype.c
5072 M /trunk/src/video_output/vout_subpictures.c
5074 all: correctly align multiline strings when not left-aligned
5076 ------------------------------------------------------------------------
5077 r10235 | gbazin | 2005-03-09 13:52:47 +0100 (Wed, 09 Mar 2005) | 1 line
5079 M /trunk/modules/mux/mpeg/ps.c
5081 * modules/mux/mpeg/ps.c: small cleanup.
5082 ------------------------------------------------------------------------
5083 r10234 | gbazin | 2005-03-09 13:39:36 +0100 (Wed, 09 Mar 2005) | 1 line
5085 M /trunk/modules/demux/ps.c
5086 M /trunk/modules/demux/ps.h
5088 * modules/demux/ps.[c,h]: fixed PSM parsing bug.
5089 ------------------------------------------------------------------------
5090 r10233 | gbazin | 2005-03-09 13:17:01 +0100 (Wed, 09 Mar 2005) | 1 line
5092 M /trunk/modules/mux/mpeg/ps.c
5094 * modules/mux/mpeg/ps.c: correct PSM size.
5095 ------------------------------------------------------------------------
5096 r10232 | courmisch | 2005-03-09 12:54:36 +0100 (Wed, 09 Mar 2005) | 2 lines
5098 M /trunk/modules/demux/voc.c
5100 Handle VOC files with multiple blocks properly
5102 ------------------------------------------------------------------------
5103 r10231 | gbazin | 2005-03-09 12:43:02 +0100 (Wed, 09 Mar 2005) | 1 line
5105 M /trunk/src/video_output/vout_subpictures.c
5107 * src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
5108 ------------------------------------------------------------------------
5109 r10230 | gbazin | 2005-03-09 12:42:05 +0100 (Wed, 09 Mar 2005) | 1 line
5111 M /trunk/modules/misc/freetype.c
5113 * modules/misc/freetype.c: handle size change properly.
5114 ------------------------------------------------------------------------
5115 r10229 | gbazin | 2005-03-09 11:46:45 +0100 (Wed, 09 Mar 2005) | 1 line
5117 M /trunk/modules/video_filter/mosaic.c
5119 * modules/video_filter/mosaic.c: compilation fix.
5120 ------------------------------------------------------------------------
5121 r10228 | gbazin | 2005-03-09 11:18:27 +0100 (Wed, 09 Mar 2005) | 1 line
5123 M /trunk/modules/misc/freetype.c
5125 * modules/misc/freetype.c: don't display only the last line.
5126 ------------------------------------------------------------------------
5127 r10227 | courmisch | 2005-03-09 10:03:32 +0100 (Wed, 09 Mar 2005) | 2 lines
5129 M /trunk/modules/demux/voc.c
5131 - seeking in .VOC file
5133 ------------------------------------------------------------------------
5134 r10226 | gbazin | 2005-03-09 01:59:09 +0100 (Wed, 09 Mar 2005) | 1 line
5136 M /trunk/modules/mux/mpeg/ps.c
5138 * modules/mux/mpeg/ps.c: shut-up valgrind warning.
5139 ------------------------------------------------------------------------
5140 r10225 | titer | 2005-03-09 01:43:46 +0100 (Wed, 09 Mar 2005) | 2 lines
5142 M /trunk/include/vlc_common.h
5144 vlc_common.h: define INT64_MIN/INT64_MAX if necessary
5146 ------------------------------------------------------------------------
5147 r10224 | gbazin | 2005-03-09 01:31:19 +0100 (Wed, 09 Mar 2005) | 1 line
5149 M /trunk/modules/demux/ps.h
5151 * modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
5152 ------------------------------------------------------------------------
5153 r10223 | gbazin | 2005-03-09 01:30:09 +0100 (Wed, 09 Mar 2005) | 1 line
5155 M /trunk/modules/mux/mpeg/ps.c
5157 * modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
5158 ------------------------------------------------------------------------
5159 r10222 | titer | 2005-03-09 01:18:15 +0100 (Wed, 09 Mar 2005) | 3 lines
5161 M /trunk/modules/video_filter/mosaic.c
5163 video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
5166 ------------------------------------------------------------------------
5167 r10221 | rocky | 2005-03-09 00:52:01 +0100 (Wed, 09 Mar 2005) | 3 lines
5169 M /trunk/configure.ac
5171 VCDX depends on libiso9660. Up libcdio version to 0.72.
5174 ------------------------------------------------------------------------
5175 r10220 | hartman | 2005-03-09 00:25:11 +0100 (Wed, 09 Mar 2005) | 3 lines
5177 M /trunk/mozilla/vlcshell.cpp
5179 * TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
5180 if this breaks the linux or win32 mozilla plugin then it should be restored.
5182 ------------------------------------------------------------------------
5183 r10219 | gbazin | 2005-03-09 00:21:40 +0100 (Wed, 09 Mar 2005) | 1 line
5185 M /trunk/modules/packetizer/mpeg4video.c
5187 * modules/packetizer/mpeg4video.c: fixed segfault
5188 ------------------------------------------------------------------------
5189 r10218 | robux4 | 2005-03-08 22:43:42 +0100 (Tue, 08 Mar 2005) | 1 line
5191 M /trunk/modules/demux/mkv.cpp
5193 mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
5194 ------------------------------------------------------------------------
5195 r10217 | gbazin | 2005-03-08 21:17:43 +0100 (Tue, 08 Mar 2005) | 1 line
5197 M /trunk/modules/mux/mpeg/ps.c
5199 * modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
5200 ------------------------------------------------------------------------
5201 r10216 | courmisch | 2005-03-08 19:43:51 +0100 (Tue, 08 Mar 2005) | 2 lines
5203 M /trunk/modules/gui/wxwindows/playlist.cpp
5205 Strings rationalization
5207 ------------------------------------------------------------------------
5208 r10215 | courmisch | 2005-03-08 19:34:00 +0100 (Tue, 08 Mar 2005) | 2 lines
5210 M /trunk/modules/gui/wxwindows/open.cpp
5211 M /trunk/modules/gui/wxwindows/streamout.cpp
5213 Fix max UDP port number
5215 ------------------------------------------------------------------------
5216 r10214 | gbazin | 2005-03-08 19:10:49 +0100 (Tue, 08 Mar 2005) | 1 line
5218 M /trunk/modules/video_output/x11/xcommon.c
5220 * modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
5221 ------------------------------------------------------------------------
5222 r10213 | courmisch | 2005-03-08 18:31:31 +0100 (Tue, 08 Mar 2005) | 8 lines
5224 M /trunk/modules/gui/wxwindows/wxwindows.h
5226 Same fix for non-constant string.
5228 The playlist works fine again (with ASCII/Latin locale charset).
5229 When in UTF8, it might be a good idea to check for invalid bytes
5230 sequences and replace them with question mark - at the moment
5231 wxWidgets still leave the whole text blank which result in blank
5232 playlist item in the playlist.
5234 ------------------------------------------------------------------------
5235 r10212 | courmisch | 2005-03-08 18:11:08 +0100 (Tue, 08 Mar 2005) | 9 lines
5237 M /trunk/modules/gui/wxwindows/wxwindows.h
5239 Fix conversion from locale to wxWidgets' Unicode
5240 (the documentation for wxWidgets 2.5.3 is wrong :
5241 wxConvCurrent (which does not work) does not point
5242 to wxConvLibc nor wxConvLocal (which both work))
5244 It is now possible to use wxvlc with non UTF-8 locale.
5245 Previously, any text item with non-ASCII character in it would be
5248 ------------------------------------------------------------------------
5249 r10211 | massiot | 2005-03-08 17:50:19 +0100 (Tue, 08 Mar 2005) | 2 lines
5251 M /trunk/modules/codec/ffmpeg/video_filter.c
5253 * modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.
5255 ------------------------------------------------------------------------
5256 r10210 | courmisch | 2005-03-08 17:29:30 +0100 (Tue, 08 Mar 2005) | 2 lines
5258 M /trunk/modules/gui/wxwindows/open.cpp
5260 Fix UDP unicast access when both IPv6 and non-default port are used
5262 ------------------------------------------------------------------------
5263 r10209 | courmisch | 2005-03-08 14:54:11 +0100 (Tue, 08 Mar 2005) | 2 lines
5265 M /trunk/configure.ac
5269 ------------------------------------------------------------------------
5270 r10208 | courmisch | 2005-03-08 14:53:36 +0100 (Tue, 08 Mar 2005) | 2 lines
5273 M /trunk/modules/demux/Modules.am
5274 A /trunk/modules/demux/voc.c
5276 Creative Voice File demux
5278 ------------------------------------------------------------------------
5279 r10207 | gbazin | 2005-03-08 14:16:38 +0100 (Tue, 08 Mar 2005) | 1 line
5281 M /trunk/modules/codec/ffmpeg/video_filter.c
5283 * modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
5284 ------------------------------------------------------------------------
5285 r10206 | gbazin | 2005-03-08 14:15:56 +0100 (Tue, 08 Mar 2005) | 3 lines
5287 M /trunk/modules/codec/x264.c
5288 M /trunk/modules/services_discovery/sap.c
5289 M /trunk/modules/stream_out/transcode.c
5291 * modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
5292 * modules/stream_out/transcode.c: fixed segfault.
5294 ------------------------------------------------------------------------
5295 r10205 | gbazin | 2005-03-08 11:58:49 +0100 (Tue, 08 Mar 2005) | 1 line
5297 M /trunk/modules/misc/freetype.c
5298 M /trunk/modules/video_filter/marq.c
5299 M /trunk/modules/video_filter/time.c
5301 * modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
5302 ------------------------------------------------------------------------
5303 r10204 | gbazin | 2005-03-08 11:15:36 +0100 (Tue, 08 Mar 2005) | 1 line
5305 M /trunk/configure.ac
5307 * configure.ac: packetizers are not only useful with the stream output.
5308 ------------------------------------------------------------------------
5309 r10203 | robux4 | 2005-03-08 10:06:27 +0100 (Tue, 08 Mar 2005) | 1 line
5311 M /trunk/src/input/input.c
5313 input.c: allow "intelligent" previous-chapter behaviour for access sources too
5314 ------------------------------------------------------------------------
5315 r10202 | gbazin | 2005-03-08 02:54:55 +0100 (Tue, 08 Mar 2005) | 1 line
5317 M /trunk/modules/misc/dummy/renderer.c
5319 * modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
5320 ------------------------------------------------------------------------
5321 r10201 | gbazin | 2005-03-08 02:38:33 +0100 (Tue, 08 Mar 2005) | 1 line
5323 M /trunk/src/input/es_out.c
5325 * src/input/es_out.c: fixed another small mem leak.
5326 ------------------------------------------------------------------------
5327 r10200 | gbazin | 2005-03-08 02:24:27 +0100 (Tue, 08 Mar 2005) | 1 line
5329 M /trunk/src/input/es_out.c
5331 * src/input/es_out.c: fixed small mem leak.
5332 ------------------------------------------------------------------------
5333 r10199 | gbazin | 2005-03-08 02:23:54 +0100 (Tue, 08 Mar 2005) | 3 lines
5335 M /trunk/include/vlc_filter.h
5336 M /trunk/include/vlc_video.h
5337 M /trunk/modules/misc/freetype.c
5338 M /trunk/modules/video_filter/marq.c
5339 M /trunk/modules/video_filter/time.c
5340 M /trunk/src/video_output/vout_subpictures.c
5342 * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
5343 * modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.
5345 ------------------------------------------------------------------------
5346 r10198 | hartman | 2005-03-08 00:54:51 +0100 (Tue, 08 Mar 2005) | 2 lines
5348 M /trunk/modules/demux/livedotcom.cpp
5350 * Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).
5352 ------------------------------------------------------------------------
5353 r10197 | hartman | 2005-03-07 23:30:55 +0100 (Mon, 07 Mar 2005) | 2 lines
5355 M /trunk/configure.ac
5356 M /trunk/extras/contrib/src/Makefile
5358 * dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.
5360 ------------------------------------------------------------------------
5361 r10196 | robux4 | 2005-03-07 23:05:54 +0100 (Mon, 07 Mar 2005) | 1 line
5363 M /trunk/modules/demux/mkv.cpp
5365 mkv.cpp: prepare the code to handle seemless segment switching
5366 ------------------------------------------------------------------------
5367 r10195 | dionoea | 2005-03-07 21:50:13 +0100 (Mon, 07 Mar 2005) | 3 lines
5369 M /trunk/modules/video_filter/mosaic.c
5371 * add a mutex so the callbacks don't change anything while the filter is
5374 ------------------------------------------------------------------------
5375 r10194 | gbazin | 2005-03-07 21:36:18 +0100 (Mon, 07 Mar 2005) | 1 line
5377 M /trunk/modules/misc/freetype.c
5379 * modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
5380 ------------------------------------------------------------------------
5381 r10193 | courmisch | 2005-03-07 21:21:24 +0100 (Mon, 07 Mar 2005) | 2 lines
5383 M /trunk/modules/demux/wav.c
5385 Fixes a compiler warning
5387 ------------------------------------------------------------------------
5388 r10192 | robux4 | 2005-03-07 21:16:52 +0100 (Mon, 07 Mar 2005) | 1 line
5390 M /trunk/include/vlc_demux.h
5391 M /trunk/include/vlc_input.h
5392 M /trunk/modules/demux/mkv.cpp
5393 M /trunk/src/input/control.c
5394 M /trunk/src/input/input.c
5396 make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
5397 ------------------------------------------------------------------------
5398 r10191 | robux4 | 2005-03-07 21:13:56 +0100 (Mon, 07 Mar 2005) | 1 line
5400 M /trunk/modules/codec/ffmpeg/audio.c
5402 audio.c: fix a compiler portability issue
5403 ------------------------------------------------------------------------
5404 r10190 | courmisch | 2005-03-07 20:59:38 +0100 (Mon, 07 Mar 2005) | 3 lines
5406 M /trunk/modules/gui/wxwindows/wizard.cpp
5408 - Don't crash when transcoding is enabled
5411 ------------------------------------------------------------------------
5412 r10189 | gbazin | 2005-03-07 20:41:34 +0100 (Mon, 07 Mar 2005) | 1 line
5414 M /trunk/modules/gui/wince/interface.cpp
5416 * modules/gui/wince/interface.cpp: compilation fix.
5417 ------------------------------------------------------------------------
5418 r10188 | gbazin | 2005-03-07 20:35:11 +0100 (Mon, 07 Mar 2005) | 1 line
5420 M /trunk/modules/misc/freetype.c
5422 * modules/misc/freetype.c: removed debug messages.
5423 ------------------------------------------------------------------------
5424 r10187 | massiot | 2005-03-07 20:28:52 +0100 (Mon, 07 Mar 2005) | 8 lines
5426 M /trunk/include/vlc_filter.h
5427 M /trunk/include/vlc_spu.h
5428 M /trunk/include/vlc_video.h
5429 M /trunk/modules/codec/ffmpeg/video_filter.c
5430 M /trunk/modules/video_filter/mosaic.c
5431 M /trunk/modules/video_output/picture.c
5432 M /trunk/modules/video_output/picture.h
5433 M /trunk/src/video_output/vout_subpictures.c
5435 * src/video_output/vout_subpictures.c: New function spu_MakeRegion which
5436 reuses a given picture_t without allocating a new one.
5437 * modules/video_output/picture.c: New --picture-height and width options
5438 to do the scaling in the vout thread. Misc bug corrections.
5439 * modules/video_filter/mosaic.c: Less overhead.
5440 * modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
5441 in case the original size is bigger than the destination.
5443 ------------------------------------------------------------------------
5444 r10186 | gbazin | 2005-03-07 19:34:21 +0100 (Mon, 07 Mar 2005) | 1 line
5446 M /trunk/modules/codec/ffmpeg/video.c
5448 * modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
5449 ------------------------------------------------------------------------
5450 r10185 | gbazin | 2005-03-07 19:04:24 +0100 (Mon, 07 Mar 2005) | 1 line
5452 M /trunk/configure.ac
5454 * configure.ac: fixed typo.
5455 ------------------------------------------------------------------------
5456 r10184 | gbazin | 2005-03-07 18:52:05 +0100 (Mon, 07 Mar 2005) | 1 line
5458 M /trunk/modules/codec/ffmpeg/ffmpeg.c
5459 M /trunk/src/video_output/vout_pictures.c
5460 M /trunk/src/video_output/vout_pictures.h
5462 * modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
5463 ------------------------------------------------------------------------
5464 r10183 | gbazin | 2005-03-07 17:33:56 +0100 (Mon, 07 Mar 2005) | 1 line
5466 M /trunk/modules/access/dshow/filter.cpp
5468 * modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
5469 ------------------------------------------------------------------------
5470 r10182 | courmisch | 2005-03-07 16:04:53 +0100 (Mon, 07 Mar 2005) | 2 lines
5472 M /trunk/modules/demux/xa.c
5476 ------------------------------------------------------------------------
5477 r10181 | courmisch | 2005-03-07 16:02:33 +0100 (Mon, 07 Mar 2005) | 2 lines
5479 M /trunk/modules/demux/xa.c
5483 ------------------------------------------------------------------------
5484 r10180 | gbazin | 2005-03-07 15:37:39 +0100 (Mon, 07 Mar 2005) | 1 line
5486 M /trunk/modules/gui/wince/interface.cpp
5487 M /trunk/modules/gui/wince/menus.cpp
5488 M /trunk/modules/gui/wince/open.cpp
5489 M /trunk/modules/gui/wince/playlist.cpp
5490 M /trunk/modules/gui/wince/preferences.cpp
5491 M /trunk/modules/gui/wince/wince.cpp
5492 M /trunk/modules/gui/wince/wince.h
5493 M /trunk/modules/gui/wince/wince_rc.rc
5495 * modules/gui/wince: fixed bunch of bugs and memory leaks.
5496 ------------------------------------------------------------------------
5497 r10179 | courmisch | 2005-03-07 14:28:08 +0100 (Mon, 07 Mar 2005) | 2 lines
5499 M /trunk/modules/demux/xa.c
5503 ------------------------------------------------------------------------
5504 r10178 | courmisch | 2005-03-07 14:26:33 +0100 (Mon, 07 Mar 2005) | 2 lines
5506 M /trunk/modules/demux/xa.c
5508 Cosmetic cleanup (pointed out by fenrir)
5510 ------------------------------------------------------------------------
5511 r10177 | courmisch | 2005-03-07 14:12:51 +0100 (Mon, 07 Mar 2005) | 2 lines
5513 M /trunk/modules/demux/xa.c
5517 ------------------------------------------------------------------------
5518 r10176 | courmisch | 2005-03-07 14:10:29 +0100 (Mon, 07 Mar 2005) | 2 lines
5520 A /trunk/modules/demux/xa.c
5522 Forgotten new file from previous commit
5524 ------------------------------------------------------------------------
5525 r10175 | courmisch | 2005-03-07 14:05:06 +0100 (Mon, 07 Mar 2005) | 4 lines
5527 M /trunk/configure.ac
5528 M /trunk/modules/codec/adpcm.c
5529 M /trunk/modules/demux/Modules.am
5532 - EA ADPCM decoder (Maxis games)
5533 (- corner case memleak in adpcm decoder)
5535 ------------------------------------------------------------------------
5536 r10174 | andrep | 2005-03-07 14:00:48 +0100 (Mon, 07 Mar 2005) | 4 lines
5538 M /trunk/configure.ac
5540 * configure.ac: Link against dependent static libraries successfully on
5544 ------------------------------------------------------------------------
5545 r10173 | damienf | 2005-03-07 11:40:23 +0100 (Mon, 07 Mar 2005) | 4 lines
5547 M /trunk/activex/main.cpp
5548 M /trunk/activex/oleobject.cpp
5549 M /trunk/activex/persistpropbag.cpp
5550 M /trunk/activex/persiststorage.cpp
5551 M /trunk/activex/persiststreaminit.cpp
5552 M /trunk/activex/plugin.cpp
5553 M /trunk/activex/plugin.h
5555 - activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
5557 This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
5559 ------------------------------------------------------------------------
5560 r10172 | markfm | 2005-03-07 03:52:05 +0100 (Mon, 07 Mar 2005) | 2 lines
5562 M /trunk/modules/mux/mpeg/ps.c
5564 Fix mpeg ps time output, making it seekable. There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.
5566 ------------------------------------------------------------------------
5567 r10171 | titer | 2005-03-07 01:54:26 +0100 (Mon, 07 Mar 2005) | 2 lines
5569 M /trunk/modules/misc/freetype.c
5571 misc/freetype.c: compile fix
5573 ------------------------------------------------------------------------
5574 r10170 | gbazin | 2005-03-06 20:37:26 +0100 (Sun, 06 Mar 2005) | 1 line
5576 M /trunk/modules/codec/ffmpeg/audio.c
5578 * modules/codec/ffmpeg/audio.c: fix for ALAC support.
5579 ------------------------------------------------------------------------
5580 r10169 | gbazin | 2005-03-06 19:46:43 +0100 (Sun, 06 Mar 2005) | 1 line
5582 M /trunk/configure.ac
5583 M /trunk/modules/codec/flac.c
5585 * modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
5586 ------------------------------------------------------------------------
5587 r10168 | dionoea | 2005-03-06 19:10:51 +0100 (Sun, 06 Mar 2005) | 2 lines
5589 M /trunk/modules/control/rc.c
5591 remove useless --rc-extend option in favor of the longhelp command
5593 ------------------------------------------------------------------------
5594 r10167 | gbazin | 2005-03-06 18:54:34 +0100 (Sun, 06 Mar 2005) | 1 line
5596 M /trunk/modules/codec/ffmpeg/audio.c
5597 M /trunk/modules/codec/ffmpeg/ffmpeg.c
5599 * modules/codec/ffmpeg: support for libavcodec's flac decoder.
5600 ------------------------------------------------------------------------
5601 r10166 | gbazin | 2005-03-06 18:53:49 +0100 (Sun, 06 Mar 2005) | 1 line
5603 M /trunk/src/input/es_out.c
5605 * src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
5606 ------------------------------------------------------------------------
5607 r10165 | dionoea | 2005-03-06 17:39:27 +0100 (Sun, 06 Mar 2005) | 2 lines
5609 M /trunk/modules/control/rc.c
5611 * mosaic call back help
5613 ------------------------------------------------------------------------
5614 r10164 | markfm | 2005-03-06 17:27:35 +0100 (Sun, 06 Mar 2005) | 2 lines
5616 M /trunk/modules/control/rc.c
5618 enable rc logo-file on the fly
5620 ------------------------------------------------------------------------
5621 r10163 | gbazin | 2005-03-06 17:25:02 +0100 (Sun, 06 Mar 2005) | 1 line
5623 M /trunk/modules/codec/ffmpeg/ffmpeg.c
5624 M /trunk/modules/demux/mp4/libmp4.c
5625 M /trunk/modules/demux/mp4/libmp4.h
5626 M /trunk/modules/demux/mp4/mp4.c
5628 * modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
5629 ------------------------------------------------------------------------
5630 r10162 | markfm | 2005-03-06 15:48:14 +0100 (Sun, 06 Mar 2005) | 2 lines
5632 M /trunk/modules/stream_out/transcode.c
5634 transcode -- prevent user error, limit mp3 channels to max of 2
5636 ------------------------------------------------------------------------
5637 r10161 | gbazin | 2005-03-06 14:55:48 +0100 (Sun, 06 Mar 2005) | 1 line
5639 M /trunk/src/video_output/video_output.c
5641 * src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
5642 ------------------------------------------------------------------------
5643 r10160 | robux4 | 2005-03-06 14:44:17 +0100 (Sun, 06 Mar 2005) | 4 lines
5645 M /trunk/src/video_output/video_output.c
5647 video_output.c: use the visible dimensions and not the pixel dimensions
5649 if this create some memory leaks, it should be corrected elsewhere
5650 this solves the HDTV grey line bug
5651 ------------------------------------------------------------------------
5652 r10159 | courmisch | 2005-03-06 12:07:41 +0100 (Sun, 06 Mar 2005) | 2 lines
5654 M /trunk/modules/misc/gnutls.c
5658 ------------------------------------------------------------------------
5659 r10158 | hartman | 2005-03-06 11:53:18 +0100 (Sun, 06 Mar 2005) | 2 lines
5663 * added statistics, blue/green wall filter and goom effect video filter to the TODO list
5665 ------------------------------------------------------------------------
5666 r10157 | robux4 | 2005-03-06 11:36:49 +0100 (Sun, 06 Mar 2005) | 1 line
5668 M /trunk/modules/demux/mkv.cpp
5670 mkv.cpp: support aspect ratio for video tracks
5671 ------------------------------------------------------------------------
5672 r10156 | courmisch | 2005-03-06 10:06:09 +0100 (Sun, 06 Mar 2005) | 4 lines
5674 M /trunk/modules/misc/gnutls.c
5676 - support for client certificate verification from SSL server
5677 (= sort of server-side support for secure VoD)
5678 - fixes global mutex name
5680 ------------------------------------------------------------------------
5681 r10154 | gbazin | 2005-03-05 19:07:49 +0100 (Sat, 05 Mar 2005) | 1 line
5683 M /trunk/include/video_output.h
5684 M /trunk/modules/video_output/wingdi.c
5686 * modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
5687 ------------------------------------------------------------------------
5688 r10153 | gbazin | 2005-03-05 19:05:42 +0100 (Sat, 05 Mar 2005) | 1 line
5690 M /trunk/modules/gui/wince/interface.cpp
5691 M /trunk/modules/gui/wince/menus.cpp
5692 M /trunk/modules/gui/wince/video.cpp
5693 M /trunk/modules/gui/wince/wince.h
5695 * modules/gui/wince/*: improvements to the WinCE interface.
5696 ------------------------------------------------------------------------
5697 r10152 | gbazin | 2005-03-05 19:02:56 +0100 (Sat, 05 Mar 2005) | 1 line
5699 M /trunk/src/input/input.c
5700 M /trunk/src/input/stream.c
5702 * src/input/stream.c: check return value of malloc/realloc.
5703 ------------------------------------------------------------------------
5704 r10151 | courmisch | 2005-03-05 19:01:05 +0100 (Sat, 05 Mar 2005) | 2 lines
5706 M /trunk/modules/misc/gnutls.c
5710 ------------------------------------------------------------------------
5711 r10150 | gbazin | 2005-03-05 18:54:19 +0100 (Sat, 05 Mar 2005) | 1 line
5713 M /trunk/modules/demux/aac.c
5714 M /trunk/modules/demux/aiff.c
5715 M /trunk/modules/demux/asf/asf.c
5716 M /trunk/modules/demux/au.c
5717 M /trunk/modules/demux/avi/avi.c
5718 M /trunk/modules/demux/flac.c
5719 M /trunk/modules/demux/livedotcom.cpp
5720 M /trunk/modules/demux/mkv.cpp
5721 M /trunk/modules/demux/mod.c
5722 M /trunk/modules/demux/mp4/mp4.c
5723 M /trunk/modules/demux/mpeg/mpga.c
5724 M /trunk/modules/demux/mpeg/mpgv.c
5725 M /trunk/modules/demux/nsv.c
5726 M /trunk/modules/demux/ogg.c
5727 M /trunk/modules/demux/playlist/old.c
5728 M /trunk/modules/demux/playlist/pls.c
5729 M /trunk/modules/demux/pva.c
5730 M /trunk/modules/demux/real.c
5731 M /trunk/modules/demux/ts.c
5732 M /trunk/modules/demux/util/id3.c
5733 M /trunk/modules/demux/wav.c
5734 M /trunk/modules/services_discovery/sap.c
5736 * modules/demux/*: removed useless probing messages.
5737 ------------------------------------------------------------------------
5738 r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (Sat, 05 Mar 2005) | 3 lines
5740 M /trunk/modules/misc/freetype.c
5742 freetype.c: fix rendering with X11 vout. Do not ask me why this is
5743 necessary, and even less ask me why the vout used make a difference
5745 ------------------------------------------------------------------------
5746 r10148 | courmisch | 2005-03-05 18:46:10 +0100 (Sat, 05 Mar 2005) | 3 lines
5748 M /trunk/include/vlc_tls.h
5749 M /trunk/modules/access/http.c
5750 M /trunk/modules/misc/gnutls.c
5751 M /trunk/src/misc/httpd.c
5752 M /trunk/src/misc/tls.c
5755 - some minor fixes as well
5757 ------------------------------------------------------------------------
5758 r10147 | gbazin | 2005-03-05 18:18:30 +0100 (Sat, 05 Mar 2005) | 1 line
5760 M /trunk/modules/access/dvdnav.c
5761 M /trunk/modules/access/screen/x11.c
5762 M /trunk/modules/codec/rawvideo.c
5763 M /trunk/modules/control/http.c
5764 M /trunk/src/input/input.c
5765 M /trunk/src/interface/interface.c
5768 ------------------------------------------------------------------------
5769 r10146 | gbazin | 2005-03-05 18:06:35 +0100 (Sat, 05 Mar 2005) | 1 line
5771 M /trunk/modules/gui/wxwindows/timer.cpp
5773 * modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
5774 ------------------------------------------------------------------------
5775 r10145 | gbazin | 2005-03-05 17:49:15 +0100 (Sat, 05 Mar 2005) | 1 line
5777 M /trunk/include/video_output.h
5778 M /trunk/modules/codec/ffmpeg/video.c
5779 M /trunk/modules/video_filter/adjust.c
5780 M /trunk/modules/video_filter/clone.c
5781 M /trunk/modules/video_filter/crop.c
5782 M /trunk/modules/video_filter/deinterlace.c
5783 M /trunk/modules/video_filter/distort.c
5784 M /trunk/modules/video_filter/invert.c
5785 M /trunk/modules/video_filter/logo.c
5786 M /trunk/modules/video_filter/motionblur.c
5787 M /trunk/modules/video_filter/motiondetect.c
5788 M /trunk/modules/video_filter/transform.c
5789 M /trunk/modules/video_filter/wall.c
5790 M /trunk/modules/visualization/goom.c
5791 M /trunk/modules/visualization/visual/visual.c
5792 M /trunk/src/input/decoder.c
5793 M /trunk/src/video_output/video_output.c
5794 M /trunk/src/video_output/vout_pictures.c
5796 * include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
5797 ------------------------------------------------------------------------
5798 r10144 | robux4 | 2005-03-05 15:02:39 +0100 (Sat, 05 Mar 2005) | 1 line
5800 M /trunk/modules/access/dvdread.c
5802 dvdread.c: fix the title duration & time reports
5803 ------------------------------------------------------------------------
5804 r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (Sat, 05 Mar 2005) | 4 lines
5806 M /trunk/include/vlc_filter.h
5807 M /trunk/modules/misc/freetype.c
5808 M /trunk/src/video_output/vout_subpictures.c
5810 All: change of text-renderer api. Now pf_render_text takes a subpicture and
5811 a subpicture region, and returns a new region in the given subpicture.
5812 freetype.c: additional cleanup (coding style, cosmetics)
5814 ------------------------------------------------------------------------
5815 r10142 | robux4 | 2005-03-05 13:55:02 +0100 (Sat, 05 Mar 2005) | 2 lines
5817 M /trunk/include/vlc_demux.h
5818 M /trunk/modules/demux/mkv.cpp
5819 M /trunk/src/input/input.c
5821 input.c, vlc_demux.h: allow seeking back in the same chapter
5822 mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
5823 ------------------------------------------------------------------------
5824 r10141 | courmisch | 2005-03-05 12:06:26 +0100 (Sat, 05 Mar 2005) | 3 lines
5826 M /trunk/modules/gui/wxwindows/wizard.cpp
5828 Unbreak streaming wizard in Unicode compile
5829 (DO NOT use c_str() !!!)
5831 ------------------------------------------------------------------------
5832 r10140 | courmisch | 2005-03-05 11:55:32 +0100 (Sat, 05 Mar 2005) | 2 lines
5838 ------------------------------------------------------------------------
5839 r10139 | courmisch | 2005-03-04 19:19:33 +0100 (Fri, 04 Mar 2005) | 2 lines
5841 M /trunk/modules/access/http.c
5845 ------------------------------------------------------------------------
5846 r10138 | robux4 | 2005-03-04 19:01:39 +0100 (Fri, 04 Mar 2005) | 1 line
5848 M /trunk/modules/demux/mkv.cpp
5850 mkv.cpp: chapters are visible by default
5851 ------------------------------------------------------------------------
5852 r10137 | courmisch | 2005-03-04 17:51:51 +0100 (Fri, 04 Mar 2005) | 2 lines
5855 M /trunk/modules/misc/gnutls.c
5857 TLS session resumption support
5859 ------------------------------------------------------------------------
5860 r10136 | courmisch | 2005-03-04 16:20:03 +0100 (Fri, 04 Mar 2005) | 2 lines
5864 Fixes translation of encryption
5866 ------------------------------------------------------------------------
5867 r10135 | courmisch | 2005-03-04 14:26:14 +0100 (Fri, 04 Mar 2005) | 2 lines
5869 M /trunk/modules/gui/wxwindows/open.cpp
5873 ------------------------------------------------------------------------
5874 r10134 | yoann | 2005-03-04 13:55:48 +0100 (Fri, 04 Mar 2005) | 2 lines
5876 M /trunk/doc/vlm.txt
5877 M /trunk/src/misc/vlm.c
5879 * update VLM help about inputdel
5881 ------------------------------------------------------------------------
5882 r10133 | courmisch | 2005-03-04 13:44:14 +0100 (Fri, 04 Mar 2005) | 6 lines
5885 M /trunk/configure.ac
5887 - check for gnutls rewritten : now works with mingw32
5889 Precompiled static libraries for gnutls can be found there :
5890 ftp://ftp.gnutls.org/pub/gnutls/win32
5893 ------------------------------------------------------------------------
5894 r10132 | yoann | 2005-03-04 13:28:18 +0100 (Fri, 04 Mar 2005) | 3 lines
5896 M /trunk/modules/control/http.c
5897 M /trunk/share/http/vlm/index.html
5899 * modules/control/http.c: elements are now one level more recursive (if needed)
5900 * share/http/vlm/index.html: we now display the state of media instances
5902 ------------------------------------------------------------------------
5903 r10131 | markfm | 2005-03-04 13:12:11 +0100 (Fri, 04 Mar 2005) | 2 lines
5905 M /trunk/modules/control/rc.c
5906 M /trunk/modules/video_filter/logo.c
5908 Make logo-x, logo-y operate relative to upper left corner. logo-x/-y/-position/-transparency accessible via rc
5910 ------------------------------------------------------------------------
5911 r10130 | gbazin | 2005-03-04 13:08:43 +0100 (Fri, 04 Mar 2005) | 1 line
5913 M /trunk/modules/gui/wxwindows/timer.cpp
5915 * modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
5916 ------------------------------------------------------------------------
5917 r10129 | gbazin | 2005-03-04 12:13:42 +0100 (Fri, 04 Mar 2005) | 1 line
5919 M /trunk/include/vlc_spu.h
5921 * ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
5922 ------------------------------------------------------------------------
5923 r10128 | markfm | 2005-03-04 02:57:52 +0100 (Fri, 04 Mar 2005) | 2 lines
5925 M /trunk/modules/video_filter/marq.c
5926 M /trunk/modules/video_filter/time.c
5928 time/marq -- correct positioning so that x-y are always referenced to upper left corner
5930 ------------------------------------------------------------------------
5931 r10127 | gbazin | 2005-03-03 23:55:34 +0100 (Thu, 03 Mar 2005) | 1 line
5933 M /trunk/modules/gui/wxwindows/open.cpp
5934 M /trunk/modules/gui/wxwindows/streamout.cpp
5935 M /trunk/modules/gui/wxwindows/subtitles.cpp
5937 * modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
5938 ------------------------------------------------------------------------
5939 r10126 | robux4 | 2005-03-03 22:58:46 +0100 (Thu, 03 Mar 2005) | 1 line
5941 M /trunk/modules/demux/mkv.cpp
5943 mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
5944 ------------------------------------------------------------------------
5945 r10125 | courmisch | 2005-03-03 22:56:04 +0100 (Thu, 03 Mar 2005) | 4 lines
5947 M /trunk/modules/control/http.c
5949 - Specify a charset (according to locale) for HTML pages in Content-Type
5950 (needed when some playlist items name are not ASCII)
5951 - Remove unused variable
5953 ------------------------------------------------------------------------
5954 r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (Thu, 03 Mar 2005) | 2 lines
5958 TODO: Update with recent work.
5960 ------------------------------------------------------------------------
5961 r10123 | zorglub | 2005-03-03 19:30:07 +0100 (Thu, 03 Mar 2005) | 2 lines
5963 M /trunk/src/stream_output/stream_output.c
5965 Handle module variables in sout options parser
5967 ------------------------------------------------------------------------
5968 r10122 | zorglub | 2005-03-03 18:35:26 +0100 (Thu, 03 Mar 2005) | 2 lines
5970 M /trunk/modules/gui/ncurses.c
5974 ------------------------------------------------------------------------
5975 r10121 | courmisch | 2005-03-03 16:19:30 +0100 (Thu, 03 Mar 2005) | 2 lines
5977 M /trunk/src/misc/httpd.c
5979 Fixes invalid memory access in case of TLS handshake failure
5981 ------------------------------------------------------------------------
5982 r10120 | gbazin | 2005-03-03 15:45:52 +0100 (Thu, 03 Mar 2005) | 1 line
5984 M /trunk/modules/video_output/directx/directx.c
5986 * modules/video_output/directx/directx.c: compilation fix.
5987 ------------------------------------------------------------------------
5988 r10119 | gbazin | 2005-03-03 15:15:48 +0100 (Thu, 03 Mar 2005) | 1 line
5990 M /trunk/modules/access/dshow/filter.cpp
5992 * modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
5993 ------------------------------------------------------------------------
5994 r10118 | gbazin | 2005-03-03 14:19:26 +0100 (Thu, 03 Mar 2005) | 1 line
5996 M /trunk/modules/codec/x264.c
5998 * modules/codec/x264.c: compilation fix for new libx264.
5999 ------------------------------------------------------------------------
6000 r10117 | gbazin | 2005-03-03 09:34:15 +0100 (Thu, 03 Mar 2005) | 1 line
6002 M /trunk/modules/gui/wince/wince.cpp
6003 M /trunk/modules/gui/wince/wince.h
6005 * modules/gui/wince: try to save up a bit on memory usage.
6006 ------------------------------------------------------------------------
6007 r10116 | gbazin | 2005-03-03 09:24:14 +0100 (Thu, 03 Mar 2005) | 1 line
6009 M /trunk/configure.ac
6011 * configure.ac: new --enable-optimize-memory option.
6012 ------------------------------------------------------------------------
6013 r10115 | gbazin | 2005-03-03 09:14:23 +0100 (Thu, 03 Mar 2005) | 1 line
6015 M /trunk/src/input/stream.c
6017 * src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
6018 ------------------------------------------------------------------------
6019 r10114 | gbazin | 2005-03-03 09:13:30 +0100 (Thu, 03 Mar 2005) | 1 line
6021 M /trunk/include/vlc_config.h
6023 * include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
6024 ------------------------------------------------------------------------
6025 r10113 | courmisch | 2005-03-03 09:11:31 +0100 (Thu, 03 Mar 2005) | 2 lines
6027 M /trunk/modules/gui/skins2/src/skin_main.cpp
6029 - Fixed a typo. Skins2 wouldn't compile
6031 ------------------------------------------------------------------------
6032 r10112 | zorglub | 2005-03-03 07:58:04 +0100 (Thu, 03 Mar 2005) | 5 lines
6034 M /trunk/modules/access/cdda.c
6035 M /trunk/modules/access/vcd/vcd.c
6036 M /trunk/modules/audio_filter/channel_mixer/headphone.c
6037 M /trunk/modules/codec/ffmpeg/ffmpeg.c
6038 M /trunk/modules/codec/subsdec.c
6039 M /trunk/modules/codec/toolame.c
6040 M /trunk/modules/codec/vorbis.c
6041 M /trunk/modules/control/gestures.c
6042 M /trunk/modules/control/http.c
6043 M /trunk/modules/control/netsync.c
6044 M /trunk/modules/control/ntservice.c
6045 M /trunk/modules/control/rc.c
6046 M /trunk/modules/control/showintf.c
6047 M /trunk/modules/control/telnet.c
6048 M /trunk/modules/demux/subtitle.c
6049 M /trunk/modules/gui/ncurses.c
6050 M /trunk/modules/gui/skins2/src/skin_main.cpp
6051 M /trunk/modules/gui/wxwindows/wxwindows.cpp
6052 M /trunk/modules/misc/freetype.c
6053 M /trunk/modules/mux/mpjpeg.c
6054 M /trunk/modules/services_discovery/sap.c
6055 M /trunk/modules/stream_out/display.c
6056 M /trunk/modules/stream_out/es.c
6057 M /trunk/modules/stream_out/rtp.c
6058 M /trunk/modules/stream_out/standard.c
6059 M /trunk/modules/stream_out/transcode.c
6060 M /trunk/modules/video_filter/deinterlace.c
6061 M /trunk/modules/video_filter/logo.c
6062 M /trunk/modules/video_filter/mosaic.c
6063 M /trunk/modules/video_filter/motiondetect.c
6064 M /trunk/modules/video_filter/wall.c
6065 M /trunk/modules/video_output/aa.c
6066 M /trunk/modules/video_output/caca.c
6067 M /trunk/modules/video_output/directx/directx.c
6068 M /trunk/modules/video_output/fb.c
6069 M /trunk/modules/visualization/goom.c
6070 M /trunk/modules/visualization/visual/visual.c
6071 M /trunk/src/libvlc.h
6073 Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
6075 + put access and demux in the right place
6078 ------------------------------------------------------------------------
6079 r10111 | titer | 2005-03-03 06:22:01 +0100 (Thu, 03 Mar 2005) | 2 lines
6081 M /trunk/modules/video_filter/mosaic.c
6083 video_filter/mosaic.c: compile fix
6085 ------------------------------------------------------------------------
6086 r10110 | gbazin | 2005-03-03 00:05:08 +0100 (Thu, 03 Mar 2005) | 1 line
6088 M /trunk/include/vlc_config.h
6090 * include/vlc_config.h: removed deprecated stuff.
6091 ------------------------------------------------------------------------
6092 r10109 | gbazin | 2005-03-03 00:04:05 +0100 (Thu, 03 Mar 2005) | 1 line
6094 M /trunk/configure.ac
6096 * configure.ac: remove unnecessary modules from WinCE build.
6097 ------------------------------------------------------------------------
6098 r10108 | gbazin | 2005-03-03 00:01:22 +0100 (Thu, 03 Mar 2005) | 1 line
6100 M /trunk/configure.ac
6102 * configure.ac: vlc-config has to be generated by configure.
6103 ------------------------------------------------------------------------
6104 r10107 | robux4 | 2005-03-02 22:08:18 +0100 (Wed, 02 Mar 2005) | 1 line
6106 M /trunk/modules/demux/mkv.cpp
6108 mkv.cpp: update the seekpoint location after a manual seek
6109 ------------------------------------------------------------------------
6110 r10106 | robux4 | 2005-03-02 21:58:24 +0100 (Wed, 02 Mar 2005) | 1 line
6112 M /trunk/modules/demux/mkv.cpp
6114 mkv.cpp: handle EOF correctly for ordered chapters
6115 ------------------------------------------------------------------------
6116 r10104 | courmisch | 2005-03-02 20:45:39 +0100 (Wed, 02 Mar 2005) | 3 lines
6118 M /trunk/Makefile.am
6121 - Add dependency of update-includes on vlc-config
6122 - TODO: SSL on Windows
6124 ------------------------------------------------------------------------
6125 r10103 | dionoea | 2005-03-02 18:57:22 +0100 (Wed, 02 Mar 2005) | 4 lines
6127 M /trunk/modules/video_filter/mosaic.c
6129 remove debug messages, correct automatic positioning when an mosaic-order
6133 ------------------------------------------------------------------------
6134 r10102 | robux4 | 2005-03-02 17:53:16 +0100 (Wed, 02 Mar 2005) | 1 line
6136 M /trunk/modules/demux/mkv.cpp
6138 mkv.cpp: fix a gcc compilation error
6139 ------------------------------------------------------------------------
6140 r10101 | robux4 | 2005-03-02 17:47:31 +0100 (Wed, 02 Mar 2005) | 1 line
6142 M /trunk/activex/axvlc_idl.c
6143 M /trunk/activex/axvlc_idl.h
6144 M /trunk/activex/connectioncontainer.cpp
6145 M /trunk/activex/connectioncontainer.h
6146 M /trunk/activex/main.cpp
6147 M /trunk/activex/objectsafety.cpp
6148 M /trunk/activex/objectsafety.h
6149 M /trunk/activex/olecontrol.cpp
6150 M /trunk/activex/olecontrol.h
6151 M /trunk/activex/oleinplaceactiveobject.cpp
6152 M /trunk/activex/oleinplaceactiveobject.h
6153 M /trunk/activex/oleinplaceobject.cpp
6154 M /trunk/activex/oleinplaceobject.h
6155 M /trunk/activex/oleobject.cpp
6156 M /trunk/activex/oleobject.h
6157 M /trunk/activex/persistpropbag.cpp
6158 M /trunk/activex/persistpropbag.h
6159 M /trunk/activex/persiststorage.cpp
6160 M /trunk/activex/persiststorage.h
6161 M /trunk/activex/persiststreaminit.cpp
6162 M /trunk/activex/persiststreaminit.h
6163 M /trunk/activex/plugin.cpp
6164 M /trunk/activex/plugin.h
6165 M /trunk/activex/provideclassinfo.cpp
6166 M /trunk/activex/provideclassinfo.h
6167 M /trunk/activex/utils.cpp
6168 M /trunk/activex/utils.h
6169 M /trunk/activex/vlccontrol.cpp
6170 M /trunk/activex/vlccontrol.h
6171 M /trunk/evc/errno.h
6172 M /trunk/evc/modules_builtin_evc.h
6173 M /trunk/include/aout_internal.h
6174 M /trunk/include/audio_output.h
6175 M /trunk/include/beos_specific.h
6176 M /trunk/include/charset.h
6177 M /trunk/include/codecs.h
6178 M /trunk/include/configuration.h
6179 M /trunk/include/darwin_specific.h
6180 M /trunk/include/intf_eject.h
6181 M /trunk/include/iso_lang.h
6182 M /trunk/include/main.h
6183 M /trunk/include/mmx.h
6184 M /trunk/include/modules.h
6185 M /trunk/include/modules_inner.h
6186 M /trunk/include/mtime.h
6187 M /trunk/include/network.h
6188 M /trunk/include/os_specific.h
6189 M /trunk/include/osd.h
6190 M /trunk/include/snapshot.h
6191 M /trunk/include/stream_output.h
6192 M /trunk/include/variables.h
6193 M /trunk/include/video_output.h
6194 M /trunk/include/vlc/aout.h
6195 M /trunk/include/vlc/decoder.h
6196 M /trunk/include/vlc/input.h
6197 M /trunk/include/vlc/intf.h
6198 M /trunk/include/vlc/sout.h
6199 M /trunk/include/vlc/vlc.h
6200 M /trunk/include/vlc/vout.h
6201 M /trunk/include/vlc_access.h
6202 M /trunk/include/vlc_bits.h
6203 M /trunk/include/vlc_block.h
6204 M /trunk/include/vlc_block_helper.h
6205 M /trunk/include/vlc_codec.h
6206 M /trunk/include/vlc_common.h
6207 M /trunk/include/vlc_config.h
6208 M /trunk/include/vlc_config_cat.h
6209 M /trunk/include/vlc_cpu.h
6210 M /trunk/include/vlc_demux.h
6211 M /trunk/include/vlc_error.h
6212 M /trunk/include/vlc_es.h
6213 M /trunk/include/vlc_es_out.h
6214 M /trunk/include/vlc_filter.h
6215 M /trunk/include/vlc_httpd.h
6216 M /trunk/include/vlc_image.h
6217 M /trunk/include/vlc_input.h
6218 M /trunk/include/vlc_interface.h
6219 M /trunk/include/vlc_keys.h
6220 M /trunk/include/vlc_messages.h
6221 M /trunk/include/vlc_meta.h
6222 M /trunk/include/vlc_objects.h
6223 M /trunk/include/vlc_playlist.h
6224 M /trunk/include/vlc_spu.h
6225 M /trunk/include/vlc_stream.h
6226 M /trunk/include/vlc_threads.h
6227 M /trunk/include/vlc_threads_funcs.h
6228 M /trunk/include/vlc_tls.h
6229 M /trunk/include/vlc_video.h
6230 M /trunk/include/vlc_vlm.h
6231 M /trunk/include/vlc_vod.h
6232 M /trunk/include/vlc_xml.h
6233 M /trunk/include/vout_synchro.h
6234 M /trunk/include/win32_specific.h
6235 M /trunk/lxdialog/checklist.c
6236 M /trunk/lxdialog/colors.h
6237 M /trunk/lxdialog/dialog.h
6238 M /trunk/lxdialog/inputbox.c
6239 M /trunk/lxdialog/lxdialog.c
6240 M /trunk/lxdialog/menubox.c
6241 M /trunk/lxdialog/msgbox.c
6242 M /trunk/lxdialog/textbox.c
6243 M /trunk/lxdialog/util.c
6244 M /trunk/lxdialog/yesno.c
6245 M /trunk/modules/access/cdda/access.c
6246 M /trunk/modules/access/cdda/access.h
6247 M /trunk/modules/access/cdda/callback.c
6248 M /trunk/modules/access/cdda/callback.h
6249 M /trunk/modules/access/cdda/cdda.c
6250 M /trunk/modules/access/cdda/cdda.h
6251 M /trunk/modules/access/cdda/info.c
6252 M /trunk/modules/access/cdda/info.h
6253 M /trunk/modules/access/cdda.c
6254 M /trunk/modules/access/directory.c
6255 M /trunk/modules/access/dshow/common.h
6256 M /trunk/modules/access/dshow/crossbar.cpp
6257 M /trunk/modules/access/dshow/dshow.cpp
6258 M /trunk/modules/access/dshow/filter.cpp
6259 M /trunk/modules/access/dshow/filter.h
6260 M /trunk/modules/access/dvb/access.c
6261 M /trunk/modules/access/dvb/dvb.h
6262 M /trunk/modules/access/dvb/en50221.c
6263 M /trunk/modules/access/dvb/linux_dvb.c
6264 M /trunk/modules/access/dvdnav.c
6265 M /trunk/modules/access/dvdread.c
6266 M /trunk/modules/access/file.c
6267 M /trunk/modules/access/ftp.c
6268 M /trunk/modules/access/http.c
6269 M /trunk/modules/access/mms/asf.c
6270 M /trunk/modules/access/mms/asf.h
6271 M /trunk/modules/access/mms/buffer.c
6272 M /trunk/modules/access/mms/buffer.h
6273 M /trunk/modules/access/mms/mms.c
6274 M /trunk/modules/access/mms/mms.h
6275 M /trunk/modules/access/mms/mmsh.c
6276 M /trunk/modules/access/mms/mmsh.h
6277 M /trunk/modules/access/mms/mmstu.c
6278 M /trunk/modules/access/mms/mmstu.h
6279 M /trunk/modules/access/pvr/pvr.c
6280 M /trunk/modules/access/pvr/videodev2.h
6281 M /trunk/modules/access/satellite/access.c
6282 M /trunk/modules/access/satellite/dvb.c
6283 M /trunk/modules/access/satellite/dvb.h
6284 M /trunk/modules/access/satellite/satellite.c
6285 M /trunk/modules/access/screen/beos.cpp
6286 M /trunk/modules/access/screen/mac.c
6287 M /trunk/modules/access/screen/screen.c
6288 M /trunk/modules/access/screen/screen.h
6289 M /trunk/modules/access/screen/win32.c
6290 M /trunk/modules/access/screen/x11.c
6291 M /trunk/modules/access/slp.c
6292 M /trunk/modules/access/smb.c
6293 M /trunk/modules/access/tcp.c
6294 M /trunk/modules/access/udp.c
6295 M /trunk/modules/access/v4l/v4l.c
6296 M /trunk/modules/access/v4l/videodev_mjpeg.h
6297 M /trunk/modules/access/vcd/cdrom.c
6298 M /trunk/modules/access/vcd/cdrom.h
6299 M /trunk/modules/access/vcd/cdrom_internals.h
6300 M /trunk/modules/access/vcd/vcd.c
6301 M /trunk/modules/access/vcdx/access.c
6302 M /trunk/modules/access/vcdx/demux.c
6303 M /trunk/modules/access/vcdx/info.c
6304 M /trunk/modules/access/vcdx/info.h
6305 M /trunk/modules/access/vcdx/intf.c
6306 M /trunk/modules/access/vcdx/intf.h
6307 M /trunk/modules/access/vcdx/vcd.c
6308 M /trunk/modules/access/vcdx/vcd.h
6309 M /trunk/modules/access/vcdx/vcdplayer.c
6310 M /trunk/modules/access/vcdx/vcdplayer.h
6311 M /trunk/modules/access_output/dummy.c
6312 M /trunk/modules/access_output/file.c
6313 M /trunk/modules/access_output/http.c
6314 M /trunk/modules/access_output/udp.c
6315 M /trunk/modules/audio_filter/channel_mixer/headphone.c
6316 M /trunk/modules/audio_filter/channel_mixer/simple.c
6317 M /trunk/modules/audio_filter/channel_mixer/trivial.c
6318 M /trunk/modules/audio_filter/converter/a52tofloat32.c
6319 M /trunk/modules/audio_filter/converter/a52tospdif.c
6320 M /trunk/modules/audio_filter/converter/dtstofloat32.c
6321 M /trunk/modules/audio_filter/converter/dtstospdif.c
6322 M /trunk/modules/audio_filter/converter/fixed32tofloat32.c
6323 M /trunk/modules/audio_filter/converter/fixed32tos16.c
6324 M /trunk/modules/audio_filter/converter/float32tos16.c
6325 M /trunk/modules/audio_filter/converter/float32tos8.c
6326 M /trunk/modules/audio_filter/converter/float32tou16.c
6327 M /trunk/modules/audio_filter/converter/float32tou8.c
6328 M /trunk/modules/audio_filter/converter/mpgatofixed32.c
6329 M /trunk/modules/audio_filter/converter/s16tofixed32.c
6330 M /trunk/modules/audio_filter/converter/s16tofloat32.c
6331 M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
6332 M /trunk/modules/audio_filter/converter/s8tofloat32.c
6333 M /trunk/modules/audio_filter/converter/u8tofixed32.c
6334 M /trunk/modules/audio_filter/converter/u8tofloat32.c
6335 M /trunk/modules/audio_filter/equalizer.c
6336 M /trunk/modules/audio_filter/equalizer_presets.h
6337 M /trunk/modules/audio_filter/format.c
6338 M /trunk/modules/audio_filter/normvol.c
6339 M /trunk/modules/audio_filter/resampler/bandlimited.c
6340 M /trunk/modules/audio_filter/resampler/bandlimited.h
6341 M /trunk/modules/audio_filter/resampler/coreaudio.c
6342 M /trunk/modules/audio_filter/resampler/linear.c
6343 M /trunk/modules/audio_filter/resampler/trivial.c
6344 M /trunk/modules/audio_filter/resampler/ugly.c
6345 M /trunk/modules/audio_mixer/float32.c
6346 M /trunk/modules/audio_mixer/spdif.c
6347 M /trunk/modules/audio_mixer/trivial.c
6348 M /trunk/modules/audio_output/alsa.c
6349 M /trunk/modules/audio_output/arts.c
6350 M /trunk/modules/audio_output/coreaudio.c
6351 M /trunk/modules/audio_output/directx.c
6352 M /trunk/modules/audio_output/esd.c
6353 M /trunk/modules/audio_output/file.c
6354 M /trunk/modules/audio_output/hd1000a.cpp
6355 M /trunk/modules/audio_output/oss.c
6356 M /trunk/modules/audio_output/portaudio.c
6357 M /trunk/modules/audio_output/sdl.c
6358 M /trunk/modules/audio_output/waveout.c
6359 M /trunk/modules/codec/a52.c
6360 M /trunk/modules/codec/adpcm.c
6361 M /trunk/modules/codec/araw.c
6362 M /trunk/modules/codec/cinepak.c
6363 M /trunk/modules/codec/cmml/browser_open.c
6364 M /trunk/modules/codec/cmml/browser_open.h
6365 M /trunk/modules/codec/cmml/cmml.c
6366 M /trunk/modules/codec/cmml/history.c
6367 M /trunk/modules/codec/cmml/history.h
6368 M /trunk/modules/codec/cmml/intf.c
6369 M /trunk/modules/codec/cmml/xarray.c
6370 M /trunk/modules/codec/cmml/xarray.h
6371 M /trunk/modules/codec/cmml/xlist.c
6372 M /trunk/modules/codec/cmml/xlist.h
6373 M /trunk/modules/codec/cmml/xstrcat.h
6374 M /trunk/modules/codec/cmml/xtag.c
6375 M /trunk/modules/codec/cmml/xtag.h
6376 M /trunk/modules/codec/cmml/xurl.c
6377 M /trunk/modules/codec/cmml/xurl.h
6378 M /trunk/modules/codec/cvdsub.c
6379 M /trunk/modules/codec/dirac.c
6380 M /trunk/modules/codec/dmo/buffer.c
6381 M /trunk/modules/codec/dmo/dmo.c
6382 M /trunk/modules/codec/dmo/dmo.h
6383 M /trunk/modules/codec/dts.c
6384 M /trunk/modules/codec/dvbsub.c
6385 M /trunk/modules/codec/faad.c
6386 M /trunk/modules/codec/ffmpeg/audio.c
6387 M /trunk/modules/codec/ffmpeg/chroma.c
6388 M /trunk/modules/codec/ffmpeg/demux.c
6389 M /trunk/modules/codec/ffmpeg/encoder.c
6390 M /trunk/modules/codec/ffmpeg/ffmpeg.c
6391 M /trunk/modules/codec/ffmpeg/ffmpeg.h
6392 M /trunk/modules/codec/ffmpeg/postprocess.c
6393 M /trunk/modules/codec/ffmpeg/video.c
6394 M /trunk/modules/codec/ffmpeg/video_filter.c
6395 M /trunk/modules/codec/flac.c
6396 M /trunk/modules/codec/libmpeg2.c
6397 M /trunk/modules/codec/lpcm.c
6398 M /trunk/modules/codec/mash.cpp
6399 M /trunk/modules/codec/mpeg_audio.c
6400 M /trunk/modules/codec/png.c
6401 M /trunk/modules/codec/quicktime.c
6402 M /trunk/modules/codec/rawvideo.c
6403 M /trunk/modules/codec/speex.c
6404 M /trunk/modules/codec/spudec/parse.c
6405 M /trunk/modules/codec/spudec/spudec.c
6406 M /trunk/modules/codec/spudec/spudec.h
6407 M /trunk/modules/codec/subsdec.c
6408 M /trunk/modules/codec/svcdsub.c
6409 M /trunk/modules/codec/tarkin.c
6410 M /trunk/modules/codec/theora.c
6411 M /trunk/modules/codec/toolame.c
6412 M /trunk/modules/codec/vorbis.c
6413 M /trunk/modules/codec/x264.c
6414 M /trunk/modules/control/corba/corba.c
6415 M /trunk/modules/control/corba/mediacontrol-core.c
6416 M /trunk/modules/control/corba/mediacontrol-core.h
6417 M /trunk/modules/control/corba/mediacontrol-init.c
6418 M /trunk/modules/control/corba/mediacontrol-plugin.c
6419 M /trunk/modules/control/gestures.c
6420 M /trunk/modules/control/hotkeys.c
6421 M /trunk/modules/control/http.c
6422 M /trunk/modules/control/joystick.c
6423 M /trunk/modules/control/lirc.c
6424 M /trunk/modules/control/netsync.c
6425 M /trunk/modules/control/ntservice.c
6426 M /trunk/modules/control/rc.c
6427 M /trunk/modules/control/showintf.c
6428 M /trunk/modules/control/telnet.c
6429 M /trunk/modules/demux/asf/asf.c
6430 M /trunk/modules/demux/asf/libasf.c
6431 M /trunk/modules/demux/asf/libasf.h
6432 M /trunk/modules/demux/avi/avi.c
6433 M /trunk/modules/demux/avi/libavi.c
6434 M /trunk/modules/demux/avi/libavi.h
6435 M /trunk/modules/demux/mp4/drms.c
6436 M /trunk/modules/demux/mp4/drms.h
6437 M /trunk/modules/demux/mp4/drmstables.h
6438 M /trunk/modules/demux/mp4/libmp4.c
6439 M /trunk/modules/demux/mp4/libmp4.h
6440 M /trunk/modules/demux/mp4/mp4.c
6441 M /trunk/modules/demux/mpeg/h264.c
6442 M /trunk/modules/demux/mpeg/m4a.c
6443 M /trunk/modules/demux/mpeg/m4v.c
6444 M /trunk/modules/demux/mpeg/mpga.c
6445 M /trunk/modules/demux/mpeg/mpgv.c
6446 M /trunk/modules/demux/playlist/m3u.c
6447 M /trunk/modules/demux/playlist/old.c
6448 M /trunk/modules/demux/playlist/playlist.c
6449 M /trunk/modules/demux/playlist/playlist.h
6450 M /trunk/modules/demux/playlist/pls.c
6451 M /trunk/modules/demux/ps.h
6452 M /trunk/modules/demux/util/id3.c
6453 M /trunk/modules/demux/util/id3genres.h
6454 M /trunk/modules/demux/util/id3tag.c
6455 M /trunk/modules/gui/beos/AudioOutput.cpp
6456 M /trunk/modules/gui/beos/BeOS.cpp
6457 M /trunk/modules/gui/beos/Bitmaps.h
6458 M /trunk/modules/gui/beos/DrawingTidbits.cpp
6459 M /trunk/modules/gui/beos/DrawingTidbits.h
6460 M /trunk/modules/gui/beos/Interface.cpp
6461 M /trunk/modules/gui/beos/InterfaceWindow.cpp
6462 M /trunk/modules/gui/beos/InterfaceWindow.h
6463 M /trunk/modules/gui/beos/ListViews.cpp
6464 M /trunk/modules/gui/beos/ListViews.h
6465 M /trunk/modules/gui/beos/MediaControlView.cpp
6466 M /trunk/modules/gui/beos/MediaControlView.h
6467 M /trunk/modules/gui/beos/MessagesWindow.cpp
6468 M /trunk/modules/gui/beos/MessagesWindow.h
6469 M /trunk/modules/gui/beos/MsgVals.h
6470 M /trunk/modules/gui/beos/PlayListWindow.cpp
6471 M /trunk/modules/gui/beos/PlayListWindow.h
6472 M /trunk/modules/gui/beos/PreferencesWindow.cpp
6473 M /trunk/modules/gui/beos/PreferencesWindow.h
6474 M /trunk/modules/gui/beos/TransportButton.cpp
6475 M /trunk/modules/gui/beos/TransportButton.h
6476 M /trunk/modules/gui/beos/VideoOutput.cpp
6477 M /trunk/modules/gui/beos/VideoWindow.h
6478 M /trunk/modules/gui/gtk/common.h
6479 M /trunk/modules/gui/gtk/control.c
6480 M /trunk/modules/gui/gtk/control.h
6481 M /trunk/modules/gui/gtk/display.c
6482 M /trunk/modules/gui/gtk/display.h
6483 M /trunk/modules/gui/gtk/gnome.c
6484 M /trunk/modules/gui/gtk/gnome_callbacks.c
6485 M /trunk/modules/gui/gtk/gnome_callbacks.h
6486 M /trunk/modules/gui/gtk/gnome_interface.c
6487 M /trunk/modules/gui/gtk/gnome_interface.h
6488 M /trunk/modules/gui/gtk/gnome_support.c
6489 M /trunk/modules/gui/gtk/gnome_support.h
6490 M /trunk/modules/gui/gtk/gtk.c
6491 M /trunk/modules/gui/gtk/gtk_callbacks.c
6492 M /trunk/modules/gui/gtk/gtk_callbacks.h
6493 M /trunk/modules/gui/gtk/gtk_interface.c
6494 M /trunk/modules/gui/gtk/gtk_interface.h
6495 M /trunk/modules/gui/gtk/gtk_support.c
6496 M /trunk/modules/gui/gtk/gtk_support.h
6497 M /trunk/modules/gui/gtk/menu.c
6498 M /trunk/modules/gui/gtk/menu.h
6499 M /trunk/modules/gui/gtk/modules.c
6500 M /trunk/modules/gui/gtk/modules.h
6501 M /trunk/modules/gui/gtk/open.c
6502 M /trunk/modules/gui/gtk/open.h
6503 M /trunk/modules/gui/gtk/playlist.c
6504 M /trunk/modules/gui/gtk/playlist.h
6505 M /trunk/modules/gui/gtk/preferences.c
6506 M /trunk/modules/gui/gtk/preferences.h
6507 M /trunk/modules/gui/gtk/sout.c
6508 M /trunk/modules/gui/gtk2/gnome2.c
6509 M /trunk/modules/gui/gtk2/gnome2_callbacks.c
6510 M /trunk/modules/gui/gtk2/gnome2_callbacks.h
6511 M /trunk/modules/gui/gtk2/gnome2_interface.c
6512 M /trunk/modules/gui/gtk2/gnome2_interface.h
6513 M /trunk/modules/gui/gtk2/gnome2_support.c
6514 M /trunk/modules/gui/gtk2/gnome2_support.h
6515 M /trunk/modules/gui/gtk2/gtk2.c
6516 M /trunk/modules/gui/gtk2/gtk2_callbacks.c
6517 M /trunk/modules/gui/gtk2/gtk2_callbacks.h
6518 M /trunk/modules/gui/gtk2/gtk2_interface.c
6519 M /trunk/modules/gui/gtk2/gtk2_interface.h
6520 M /trunk/modules/gui/gtk2/gtk2_support.c
6521 M /trunk/modules/gui/gtk2/gtk2_support.h
6522 M /trunk/modules/gui/kde/QConfigItem.cpp
6523 M /trunk/modules/gui/kde/QConfigItem.h
6524 M /trunk/modules/gui/kde/common.h
6525 M /trunk/modules/gui/kde/disc.cpp
6526 M /trunk/modules/gui/kde/disc.h
6527 M /trunk/modules/gui/kde/info.cpp
6528 M /trunk/modules/gui/kde/info.h
6529 M /trunk/modules/gui/kde/interface.cpp
6530 M /trunk/modules/gui/kde/interface.h
6531 M /trunk/modules/gui/kde/kde.cpp
6532 M /trunk/modules/gui/kde/languagemenu.cpp
6533 M /trunk/modules/gui/kde/languagemenu.h
6534 M /trunk/modules/gui/kde/menu.cpp
6535 M /trunk/modules/gui/kde/menu.h
6536 M /trunk/modules/gui/kde/messages.cpp
6537 M /trunk/modules/gui/kde/messages.h
6538 M /trunk/modules/gui/kde/net.cpp
6539 M /trunk/modules/gui/kde/net.h
6540 M /trunk/modules/gui/kde/pluginsbox.cpp
6541 M /trunk/modules/gui/kde/pluginsbox.h
6542 M /trunk/modules/gui/kde/preferences.cpp
6543 M /trunk/modules/gui/kde/preferences.h
6544 M /trunk/modules/gui/kde/slider.cpp
6545 M /trunk/modules/gui/kde/slider.h
6546 M /trunk/modules/gui/macosx/about.h
6547 M /trunk/modules/gui/macosx/applescript.h
6548 M /trunk/modules/gui/macosx/controls.h
6549 M /trunk/modules/gui/macosx/equalizer.h
6550 M /trunk/modules/gui/macosx/intf.h
6551 M /trunk/modules/gui/macosx/misc.h
6552 M /trunk/modules/gui/macosx/open.h
6553 M /trunk/modules/gui/macosx/output.h
6554 M /trunk/modules/gui/macosx/playlist.h
6555 M /trunk/modules/gui/macosx/playlistinfo.h
6556 M /trunk/modules/gui/macosx/prefs.h
6557 M /trunk/modules/gui/macosx/prefs_widgets.h
6558 M /trunk/modules/gui/macosx/vout.h
6559 M /trunk/modules/gui/ncurses.c
6560 M /trunk/modules/gui/pda/pda.c
6561 M /trunk/modules/gui/pda/pda.h
6562 M /trunk/modules/gui/pda/pda_callbacks.c
6563 M /trunk/modules/gui/pda/pda_callbacks.h
6564 M /trunk/modules/gui/pda/pda_interface.c
6565 M /trunk/modules/gui/pda/pda_interface.h
6566 M /trunk/modules/gui/pda/pda_support.c
6567 M /trunk/modules/gui/pda/pda_support.h
6568 M /trunk/modules/gui/qnx/aout.c
6569 M /trunk/modules/gui/qnx/qnx.c
6570 M /trunk/modules/gui/qnx/vout.c
6571 M /trunk/modules/gui/qt/intf.cpp
6572 M /trunk/modules/gui/qt/intf.h
6573 M /trunk/modules/gui/qt/qt.cpp
6574 M /trunk/modules/gui/skins2/commands/async_queue.cpp
6575 M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
6576 M /trunk/modules/gui/skins2/commands/cmd_change_skin.cpp
6577 M /trunk/modules/gui/skins2/commands/cmd_fullscreen.cpp
6578 M /trunk/modules/gui/skins2/commands/cmd_input.cpp
6579 M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
6580 M /trunk/modules/gui/skins2/commands/cmd_minimize.cpp
6581 M /trunk/modules/gui/skins2/commands/cmd_on_top.cpp
6582 M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
6583 M /trunk/modules/gui/skins2/commands/cmd_quit.cpp
6584 M /trunk/modules/gui/skins2/commands/cmd_resize.cpp
6585 M /trunk/modules/gui/skins2/commands/cmd_vars.cpp
6586 M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
6587 M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
6588 M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
6589 M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
6590 M /trunk/modules/gui/skins2/controls/ctrl_list.cpp
6591 M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
6592 M /trunk/modules/gui/skins2/controls/ctrl_radialslider.cpp
6593 M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
6594 M /trunk/modules/gui/skins2/controls/ctrl_slider.cpp
6595 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
6596 M /trunk/modules/gui/skins2/controls/ctrl_video.cpp
6597 M /trunk/modules/gui/skins2/events/evt_input.cpp
6598 M /trunk/modules/gui/skins2/events/evt_key.cpp
6599 M /trunk/modules/gui/skins2/events/evt_mouse.cpp
6600 M /trunk/modules/gui/skins2/events/evt_scroll.cpp
6601 M /trunk/modules/gui/skins2/events/evt_special.cpp
6602 M /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
6603 M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
6604 M /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
6605 M /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
6606 M /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
6607 M /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
6608 M /trunk/modules/gui/skins2/macosx/macosx_window.cpp
6609 M /trunk/modules/gui/skins2/parser/builder.cpp
6610 M /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
6611 M /trunk/modules/gui/skins2/parser/interpreter.cpp
6612 M /trunk/modules/gui/skins2/parser/skin_parser.cpp
6613 M /trunk/modules/gui/skins2/parser/xmlparser.cpp
6614 M /trunk/modules/gui/skins2/src/anchor.cpp
6615 M /trunk/modules/gui/skins2/src/bitmap_font.cpp
6616 M /trunk/modules/gui/skins2/src/dialogs.cpp
6617 M /trunk/modules/gui/skins2/src/ft2_bitmap.cpp
6618 M /trunk/modules/gui/skins2/src/ft2_font.cpp
6619 M /trunk/modules/gui/skins2/src/generic_bitmap.cpp
6620 M /trunk/modules/gui/skins2/src/generic_layout.cpp
6621 M /trunk/modules/gui/skins2/src/generic_window.cpp
6622 M /trunk/modules/gui/skins2/src/logger.cpp
6623 M /trunk/modules/gui/skins2/src/os_factory.cpp
6624 M /trunk/modules/gui/skins2/src/png_bitmap.cpp
6625 M /trunk/modules/gui/skins2/src/scaled_bitmap.cpp
6626 M /trunk/modules/gui/skins2/src/skin_main.cpp
6627 M /trunk/modules/gui/skins2/src/theme.cpp
6628 M /trunk/modules/gui/skins2/src/theme_loader.cpp
6629 M /trunk/modules/gui/skins2/src/theme_repository.cpp
6630 M /trunk/modules/gui/skins2/src/tooltip.cpp
6631 M /trunk/modules/gui/skins2/src/top_window.cpp
6632 M /trunk/modules/gui/skins2/src/var_manager.cpp
6633 M /trunk/modules/gui/skins2/src/vlcproc.cpp
6634 M /trunk/modules/gui/skins2/src/vout_window.cpp
6635 M /trunk/modules/gui/skins2/src/window_manager.cpp
6636 M /trunk/modules/gui/skins2/utils/bezier.cpp
6637 M /trunk/modules/gui/skins2/utils/fsm.cpp
6638 M /trunk/modules/gui/skins2/utils/position.cpp
6639 M /trunk/modules/gui/skins2/utils/ustring.cpp
6640 M /trunk/modules/gui/skins2/utils/var_bool.cpp
6641 M /trunk/modules/gui/skins2/utils/var_list.cpp
6642 M /trunk/modules/gui/skins2/utils/var_percent.cpp
6643 M /trunk/modules/gui/skins2/utils/var_text.cpp
6644 M /trunk/modules/gui/skins2/vars/playlist.cpp
6645 M /trunk/modules/gui/skins2/vars/time.cpp
6646 M /trunk/modules/gui/skins2/vars/volume.cpp
6647 M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
6648 M /trunk/modules/gui/skins2/win32/win32_factory.cpp
6649 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
6650 M /trunk/modules/gui/skins2/win32/win32_loop.cpp
6651 M /trunk/modules/gui/skins2/win32/win32_timer.cpp
6652 M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
6653 M /trunk/modules/gui/skins2/win32/win32_window.cpp
6654 M /trunk/modules/gui/skins2/x11/x11_display.cpp
6655 M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
6656 M /trunk/modules/gui/skins2/x11/x11_factory.cpp
6657 M /trunk/modules/gui/skins2/x11/x11_graphics.cpp
6658 M /trunk/modules/gui/skins2/x11/x11_loop.cpp
6659 M /trunk/modules/gui/skins2/x11/x11_timer.cpp
6660 M /trunk/modules/gui/skins2/x11/x11_tooltip.cpp
6661 M /trunk/modules/gui/skins2/x11/x11_window.cpp
6662 M /trunk/modules/gui/wince/fileinfo.cpp
6663 M /trunk/modules/gui/wince/interface.cpp
6664 M /trunk/modules/gui/wince/iteminfo.cpp
6665 M /trunk/modules/gui/wince/menus.cpp
6666 M /trunk/modules/gui/wince/messages.cpp
6667 M /trunk/modules/gui/wince/open.cpp
6668 M /trunk/modules/gui/wince/playlist.cpp
6669 M /trunk/modules/gui/wince/preferences.cpp
6670 M /trunk/modules/gui/wince/preferences_widgets.cpp
6671 M /trunk/modules/gui/wince/preferences_widgets.h
6672 M /trunk/modules/gui/wince/subtitles.cpp
6673 M /trunk/modules/gui/wince/timer.cpp
6674 M /trunk/modules/gui/wince/video.cpp
6675 M /trunk/modules/gui/wince/wince.cpp
6676 M /trunk/modules/gui/wince/wince.h
6677 M /trunk/modules/gui/wxwindows/bookmarks.cpp
6678 M /trunk/modules/gui/wxwindows/dialogs.cpp
6679 M /trunk/modules/gui/wxwindows/extrapanel.cpp
6680 M /trunk/modules/gui/wxwindows/fileinfo.cpp
6681 M /trunk/modules/gui/wxwindows/interface.cpp
6682 M /trunk/modules/gui/wxwindows/iteminfo.cpp
6683 M /trunk/modules/gui/wxwindows/menus.cpp
6684 M /trunk/modules/gui/wxwindows/messages.cpp
6685 M /trunk/modules/gui/wxwindows/open.cpp
6686 M /trunk/modules/gui/wxwindows/playlist.cpp
6687 M /trunk/modules/gui/wxwindows/preferences.cpp
6688 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
6689 M /trunk/modules/gui/wxwindows/preferences_widgets.h
6690 M /trunk/modules/gui/wxwindows/streamdata.h
6691 M /trunk/modules/gui/wxwindows/streamout.cpp
6692 M /trunk/modules/gui/wxwindows/subtitles.cpp
6693 M /trunk/modules/gui/wxwindows/timer.cpp
6694 M /trunk/modules/gui/wxwindows/video.cpp
6695 M /trunk/modules/gui/wxwindows/wizard.cpp
6696 M /trunk/modules/gui/wxwindows/wxwindows.cpp
6697 M /trunk/modules/gui/wxwindows/wxwindows.h
6698 M /trunk/modules/misc/dummy/aout.c
6699 M /trunk/modules/misc/dummy/decoder.c
6700 M /trunk/modules/misc/dummy/dummy.c
6701 M /trunk/modules/misc/dummy/dummy.h
6702 M /trunk/modules/misc/dummy/encoder.c
6703 M /trunk/modules/misc/dummy/input.c
6704 M /trunk/modules/misc/dummy/interface.c
6705 M /trunk/modules/misc/dummy/renderer.c
6706 M /trunk/modules/misc/dummy/vout.c
6707 M /trunk/modules/misc/freetype.c
6708 M /trunk/modules/misc/gnutls.c
6709 M /trunk/modules/misc/gtk_main.c
6710 M /trunk/modules/misc/logger.c
6711 M /trunk/modules/misc/memcpy/fastmemcpy.h
6712 M /trunk/modules/misc/memcpy/memcpy.c
6713 M /trunk/modules/misc/memcpy/memcpyaltivec.c
6714 M /trunk/modules/misc/network/ipv4.c
6715 M /trunk/modules/misc/network/ipv6.c
6716 M /trunk/modules/misc/playlist/export.c
6717 M /trunk/modules/misc/playlist/m3u.c
6718 M /trunk/modules/misc/playlist/old.c
6719 M /trunk/modules/misc/qte_main.cpp
6720 M /trunk/modules/misc/rtsp.c
6721 M /trunk/modules/misc/screensaver.c
6722 M /trunk/modules/misc/svg.c
6723 M /trunk/modules/misc/testsuite/playlist.c
6724 M /trunk/modules/misc/testsuite/test1.c
6725 M /trunk/modules/misc/testsuite/test2.cpp
6726 M /trunk/modules/misc/testsuite/test4.c
6727 M /trunk/modules/misc/xml/libxml.c
6728 M /trunk/modules/misc/xml/xtag.c
6729 M /trunk/modules/mux/asf.c
6730 M /trunk/modules/mux/avi.c
6731 M /trunk/modules/mux/dummy.c
6732 M /trunk/modules/mux/mp4.c
6733 M /trunk/modules/mux/mpeg/bits.h
6734 M /trunk/modules/mux/mpeg/csa.c
6735 M /trunk/modules/mux/mpeg/csa.h
6736 M /trunk/modules/mux/mpeg/pes.c
6737 M /trunk/modules/mux/mpeg/pes.h
6738 M /trunk/modules/mux/mpeg/ps.c
6739 M /trunk/modules/mux/mpeg/ts.c
6740 M /trunk/modules/mux/mpjpeg.c
6741 M /trunk/modules/mux/ogg.c
6742 M /trunk/modules/mux/wav.c
6743 M /trunk/modules/packetizer/copy.c
6744 M /trunk/modules/packetizer/h264.c
6745 M /trunk/modules/packetizer/mpeg4audio.c
6746 M /trunk/modules/packetizer/mpeg4video.c
6747 M /trunk/modules/packetizer/mpegvideo.c
6748 M /trunk/modules/services_discovery/daap.c
6749 M /trunk/modules/services_discovery/hal.c
6750 M /trunk/modules/services_discovery/sap.c
6751 M /trunk/modules/stream_out/announce.c
6752 M /trunk/modules/stream_out/announce.h
6753 M /trunk/modules/stream_out/description.c
6754 M /trunk/modules/stream_out/display.c
6755 M /trunk/modules/stream_out/dummy.c
6756 M /trunk/modules/stream_out/duplicate.c
6757 M /trunk/modules/stream_out/es.c
6758 M /trunk/modules/stream_out/gather.c
6759 M /trunk/modules/stream_out/rtp.c
6760 M /trunk/modules/stream_out/standard.c
6761 M /trunk/modules/stream_out/transcode.c
6762 M /trunk/modules/stream_out/transrate/block.c
6763 M /trunk/modules/stream_out/transrate/frame.c
6764 M /trunk/modules/stream_out/transrate/getvlc.h
6765 M /trunk/modules/stream_out/transrate/putvlc.h
6766 M /trunk/modules/stream_out/transrate/transrate.c
6767 M /trunk/modules/stream_out/transrate/transrate.h
6768 M /trunk/modules/video_chroma/i420_rgb.c
6769 M /trunk/modules/video_chroma/i420_rgb.h
6770 M /trunk/modules/video_chroma/i420_rgb16.c
6771 M /trunk/modules/video_chroma/i420_rgb8.c
6772 M /trunk/modules/video_chroma/i420_rgb_c.h
6773 M /trunk/modules/video_chroma/i420_rgb_mmx.h
6774 M /trunk/modules/video_chroma/i420_ymga.c
6775 M /trunk/modules/video_chroma/i420_yuy2.c
6776 M /trunk/modules/video_chroma/i420_yuy2.h
6777 M /trunk/modules/video_chroma/i422_yuy2.c
6778 M /trunk/modules/video_chroma/i422_yuy2.h
6779 M /trunk/modules/video_filter/adjust.c
6780 M /trunk/modules/video_filter/blend.c
6781 M /trunk/modules/video_filter/clone.c
6782 M /trunk/modules/video_filter/crop.c
6783 M /trunk/modules/video_filter/deinterlace.c
6784 M /trunk/modules/video_filter/distort.c
6785 M /trunk/modules/video_filter/filter_common.h
6786 M /trunk/modules/video_filter/invert.c
6787 M /trunk/modules/video_filter/logo.c
6788 M /trunk/modules/video_filter/marq.c
6789 M /trunk/modules/video_filter/mosaic.c
6790 M /trunk/modules/video_filter/motionblur.c
6791 M /trunk/modules/video_filter/motiondetect.c
6792 M /trunk/modules/video_filter/scale.c
6793 M /trunk/modules/video_filter/swscale/common.h
6794 M /trunk/modules/video_filter/swscale/filter.c
6795 M /trunk/modules/video_filter/swscale/rgb2rgb.c
6796 M /trunk/modules/video_filter/swscale/rgb2rgb.h
6797 M /trunk/modules/video_filter/swscale/rgb2rgb_template.c
6798 M /trunk/modules/video_filter/swscale/swscale.c
6799 M /trunk/modules/video_filter/swscale/swscale.h
6800 M /trunk/modules/video_filter/swscale/swscale_altivec_template.c
6801 M /trunk/modules/video_filter/swscale/swscale_internal.h
6802 M /trunk/modules/video_filter/swscale/swscale_template.c
6803 M /trunk/modules/video_filter/swscale/yuv2rgb.c
6804 M /trunk/modules/video_filter/swscale/yuv2rgb_altivec.c
6805 M /trunk/modules/video_filter/swscale/yuv2rgb_mlib.c
6806 M /trunk/modules/video_filter/swscale/yuv2rgb_template.c
6807 M /trunk/modules/video_filter/time.c
6808 M /trunk/modules/video_filter/transform.c
6809 M /trunk/modules/video_filter/wall.c
6810 M /trunk/modules/video_output/aa.c
6811 M /trunk/modules/video_output/caca.c
6812 M /trunk/modules/video_output/directx/directx.c
6813 M /trunk/modules/video_output/directx/events.c
6814 M /trunk/modules/video_output/directx/glwin32.c
6815 M /trunk/modules/video_output/directx/vout.h
6816 M /trunk/modules/video_output/fb.c
6817 M /trunk/modules/video_output/ggi.c
6818 M /trunk/modules/video_output/glide.c
6819 M /trunk/modules/video_output/hd1000v.cpp
6820 M /trunk/modules/video_output/image.c
6821 M /trunk/modules/video_output/mga.c
6822 M /trunk/modules/video_output/opengl.c
6823 M /trunk/modules/video_output/picture.c
6824 M /trunk/modules/video_output/picture.h
6825 M /trunk/modules/video_output/qte/qte.cpp
6826 M /trunk/modules/video_output/qte/qte.h
6827 M /trunk/modules/video_output/sdl.c
6828 M /trunk/modules/video_output/snapshot.c
6829 M /trunk/modules/video_output/svgalib.c
6830 M /trunk/modules/video_output/wingdi.c
6831 M /trunk/modules/video_output/x11/glx.c
6832 M /trunk/modules/video_output/x11/x11.c
6833 M /trunk/modules/video_output/x11/xcommon.c
6834 M /trunk/modules/video_output/x11/xcommon.h
6835 M /trunk/modules/video_output/x11/xvideo.c
6836 M /trunk/modules/visualization/galaktos/PCM.c
6837 M /trunk/modules/visualization/galaktos/PCM.h
6838 M /trunk/modules/visualization/galaktos/beat_detect.c
6839 M /trunk/modules/visualization/galaktos/beat_detect.h
6840 M /trunk/modules/visualization/galaktos/builtin_funcs.c
6841 M /trunk/modules/visualization/galaktos/builtin_funcs.h
6842 M /trunk/modules/visualization/galaktos/common.h
6843 M /trunk/modules/visualization/galaktos/compare.h
6844 M /trunk/modules/visualization/galaktos/custom_shape.c
6845 M /trunk/modules/visualization/galaktos/custom_shape.h
6846 M /trunk/modules/visualization/galaktos/custom_shape_types.h
6847 M /trunk/modules/visualization/galaktos/custom_wave.c
6848 M /trunk/modules/visualization/galaktos/custom_wave.h
6849 M /trunk/modules/visualization/galaktos/custom_wave_types.h
6850 M /trunk/modules/visualization/galaktos/engine_vars.c
6851 M /trunk/modules/visualization/galaktos/engine_vars.h
6852 M /trunk/modules/visualization/galaktos/eval.c
6853 M /trunk/modules/visualization/galaktos/eval.h
6854 M /trunk/modules/visualization/galaktos/expr_types.h
6855 M /trunk/modules/visualization/galaktos/fatal.h
6856 M /trunk/modules/visualization/galaktos/fftsg.c
6857 M /trunk/modules/visualization/galaktos/func.c
6858 M /trunk/modules/visualization/galaktos/func.h
6859 M /trunk/modules/visualization/galaktos/func_types.h
6860 M /trunk/modules/visualization/galaktos/idle_preset.h
6861 M /trunk/modules/visualization/galaktos/init_cond.c
6862 M /trunk/modules/visualization/galaktos/init_cond.h
6863 M /trunk/modules/visualization/galaktos/init_cond_types.h
6864 M /trunk/modules/visualization/galaktos/interface_types.h
6865 M /trunk/modules/visualization/galaktos/main.c
6866 M /trunk/modules/visualization/galaktos/main.h
6867 M /trunk/modules/visualization/galaktos/param.c
6868 M /trunk/modules/visualization/galaktos/param.h
6869 M /trunk/modules/visualization/galaktos/param_types.h
6870 M /trunk/modules/visualization/galaktos/parser.c
6871 M /trunk/modules/visualization/galaktos/parser.h
6872 M /trunk/modules/visualization/galaktos/per_frame_eqn.c
6873 M /trunk/modules/visualization/galaktos/per_frame_eqn.h
6874 M /trunk/modules/visualization/galaktos/per_frame_eqn_types.h
6875 M /trunk/modules/visualization/galaktos/per_pixel_eqn.c
6876 M /trunk/modules/visualization/galaktos/per_pixel_eqn.h
6877 M /trunk/modules/visualization/galaktos/per_pixel_eqn_types.h
6878 M /trunk/modules/visualization/galaktos/per_point_types.h
6879 M /trunk/modules/visualization/galaktos/plugin.c
6880 M /trunk/modules/visualization/galaktos/plugin.h
6881 M /trunk/modules/visualization/galaktos/preset.c
6882 M /trunk/modules/visualization/galaktos/preset.h
6883 M /trunk/modules/visualization/galaktos/preset_types.h
6884 M /trunk/modules/visualization/galaktos/splaytree.c
6885 M /trunk/modules/visualization/galaktos/splaytree.h
6886 M /trunk/modules/visualization/galaktos/splaytree_types.h
6887 M /trunk/modules/visualization/galaktos/tree_types.c
6888 M /trunk/modules/visualization/galaktos/tree_types.h
6889 M /trunk/modules/visualization/galaktos/video_init.c
6890 M /trunk/modules/visualization/galaktos/video_init.h
6891 M /trunk/modules/visualization/goom.c
6892 M /trunk/modules/visualization/visual/effects.c
6893 M /trunk/modules/visualization/visual/fft.c
6894 M /trunk/modules/visualization/visual/fft.h
6895 M /trunk/modules/visualization/visual/visual.c
6896 M /trunk/modules/visualization/visual/visual.h
6897 M /trunk/modules/visualization/xosd.c
6898 M /trunk/mozilla/support/classinfo.h
6899 M /trunk/mozilla/support/npmac.cpp
6900 M /trunk/mozilla/support/npunix.c
6901 M /trunk/mozilla/support/npwin.cpp
6902 M /trunk/mozilla/vlcpeer.cpp
6903 M /trunk/mozilla/vlcpeer.h
6904 M /trunk/mozilla/vlcplugin.cpp
6905 M /trunk/mozilla/vlcplugin.h
6906 M /trunk/mozilla/vlcshell.cpp
6907 M /trunk/msvc/modules_builtin_msvc.h
6908 M /trunk/python/vlcmodule.c
6909 M /trunk/share/newres.h
6910 M /trunk/share/resource.h
6911 M /trunk/src/audio_output/common.c
6912 M /trunk/src/audio_output/dec.c
6913 M /trunk/src/audio_output/filters.c
6914 M /trunk/src/audio_output/input.c
6915 M /trunk/src/audio_output/intf.c
6916 M /trunk/src/audio_output/mixer.c
6917 M /trunk/src/audio_output/output.c
6918 M /trunk/src/extras/dirent.c
6919 M /trunk/src/extras/getopt.c
6920 M /trunk/src/extras/getopt.h
6921 M /trunk/src/extras/getopt1.c
6922 M /trunk/src/extras/libc.c
6923 M /trunk/src/input/access.c
6924 M /trunk/src/input/clock.c
6925 M /trunk/src/input/control.c
6926 M /trunk/src/input/decoder.c
6927 M /trunk/src/input/demux.c
6928 M /trunk/src/input/es_out.c
6929 M /trunk/src/input/input.c
6930 M /trunk/src/input/input_internal.h
6931 M /trunk/src/input/mem_stream.c
6932 M /trunk/src/input/stream.c
6933 M /trunk/src/input/subtitles.c
6934 M /trunk/src/input/var.c
6935 M /trunk/src/interface/interface.c
6936 M /trunk/src/interface/intf_eject.c
6937 M /trunk/src/libvlc.c
6938 M /trunk/src/libvlc.h
6939 M /trunk/src/misc/beos_specific.cpp
6940 M /trunk/src/misc/block.c
6941 M /trunk/src/misc/charset.c
6942 M /trunk/src/misc/configuration.c
6943 M /trunk/src/misc/cpu.c
6944 M /trunk/src/misc/error.c
6945 M /trunk/src/misc/httpd.c
6946 M /trunk/src/misc/image.c
6947 M /trunk/src/misc/iso-639_def.h
6948 M /trunk/src/misc/iso_lang.c
6949 M /trunk/src/misc/messages.c
6950 M /trunk/src/misc/modules.c
6951 M /trunk/src/misc/mtime.c
6952 M /trunk/src/misc/net.c
6953 M /trunk/src/misc/objects.c
6954 M /trunk/src/misc/threads.c
6955 M /trunk/src/misc/tls.c
6956 M /trunk/src/misc/variables.c
6957 M /trunk/src/misc/vlm.c
6958 M /trunk/src/misc/win32_specific.c
6959 M /trunk/src/misc/xml.c
6960 M /trunk/src/playlist/item-ext.c
6961 M /trunk/src/playlist/item.c
6962 M /trunk/src/playlist/loadsave.c
6963 M /trunk/src/playlist/playlist.c
6964 M /trunk/src/playlist/services_discovery.c
6965 M /trunk/src/playlist/sort.c
6966 M /trunk/src/playlist/view.c
6967 M /trunk/src/stream_output/announce.c
6968 M /trunk/src/stream_output/sap.c
6969 M /trunk/src/stream_output/stream_output.c
6970 M /trunk/src/video_output/video_output.c
6971 M /trunk/src/video_output/video_text.c
6972 M /trunk/src/video_output/video_widgets.c
6973 M /trunk/src/video_output/vout_intf.c
6974 M /trunk/src/video_output/vout_pictures.c
6975 M /trunk/src/video_output/vout_pictures.h
6976 M /trunk/src/video_output/vout_subpictures.c
6977 M /trunk/src/video_output/vout_synchro.c
6980 Avoid \r\n problems between platforms
6981 ------------------------------------------------------------------------
6982 r10100 | robux4 | 2005-03-02 17:19:56 +0100 (Wed, 02 Mar 2005) | 1 line
6984 M /trunk/modules/demux/mkv.cpp
6986 mkv.cpp: ordered chapters now functional !
6987 ------------------------------------------------------------------------
6988 r10099 | robux4 | 2005-03-02 17:16:56 +0100 (Wed, 02 Mar 2005) | 2 lines
6990 M /trunk/modules/codec/ffmpeg/video.c
6991 M /trunk/src/input/es_out.c
6993 video.c: don't display pre-rolled pictures
6994 es_out.c: handle the pre-roll earlier
6995 ------------------------------------------------------------------------
6996 r10098 | damienf | 2005-03-02 14:45:45 +0100 (Wed, 02 Mar 2005) | 3 lines
6998 M /trunk/activex/main.cpp
6999 M /trunk/vlc.win32.nsi
7001 - install axvlc.dll within the VLC directory, rather than WINDOWS
7002 - DllRegisterServer modified to use current DLL path when registering control
7004 ------------------------------------------------------------------------
7005 r10097 | gbazin | 2005-03-02 12:00:16 +0100 (Wed, 02 Mar 2005) | 1 line
7007 M /trunk/modules/codec/theora.c
7009 * modules/codec/theora.c: sanity check for invalid theora header.
7010 ------------------------------------------------------------------------
7011 r10096 | robux4 | 2005-03-02 11:34:01 +0100 (Wed, 02 Mar 2005) | 1 line
7013 M /trunk/modules/demux/mkv.cpp
7015 mkv.cpp: correct use of the default chapter edition
7016 ------------------------------------------------------------------------
7017 r10095 | courmisch | 2005-03-02 11:27:35 +0100 (Wed, 02 Mar 2005) | 2 lines
7019 M /trunk/vlc-config.in.in
7021 Unbreak make vlc from subdir
7023 ------------------------------------------------------------------------
7024 r10094 | gbazin | 2005-03-02 11:01:39 +0100 (Wed, 02 Mar 2005) | 1 line
7026 M /trunk/modules/stream_out/transcode.c
7028 * modules/stream_out/transcode.c: added a missing vlc_object_destroy().
7029 ------------------------------------------------------------------------
7030 r10093 | dionoea | 2005-03-02 00:24:08 +0100 (Wed, 02 Mar 2005) | 9 lines
7032 M /trunk/modules/video_filter/mosaic.c
7033 M /trunk/modules/video_output/picture.c
7034 M /trunk/modules/video_output/picture.h
7036 Add options to give a specific channel order in mosaic
7038 * picture.* : add picture-id option. its a string that identifies the
7040 * mosaic.c : add mosaic-order option. its a comma separated list of
7041 picture-ids. Any picture who's id isn't found in the list
7042 will be placed after skiping the necessary number of
7043 slots needed to place all pictures defined in this list.
7045 ------------------------------------------------------------------------
7046 r10092 | dionoea | 2005-03-02 00:21:22 +0100 (Wed, 02 Mar 2005) | 2 lines
7048 M /trunk/modules/gui/wxwindows/interface.cpp
7050 * change copyright date
7052 ------------------------------------------------------------------------
7053 r10091 | courmisch | 2005-03-01 22:24:25 +0100 (Tue, 01 Mar 2005) | 2 lines
7055 M /trunk/Makefile.am
7056 M /trunk/configure.ac
7058 M /trunk/vlc-config.in.in
7060 - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
7062 ------------------------------------------------------------------------
7063 r10090 | titer | 2005-03-01 21:56:17 +0100 (Tue, 01 Mar 2005) | 3 lines
7065 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7067 ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
7068 (fixes WMA decoding in BeOS nightly builds)
7070 ------------------------------------------------------------------------
7071 r10089 | courmisch | 2005-03-01 21:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
7073 M /trunk/modules/gui/wxwindows/wizard.cpp
7075 - fix is_mult call in case of Unicode build (c_str => mb_str)
7076 - fix IPv6 multicast address range
7077 - more strict IPv4 multicast address range
7079 ------------------------------------------------------------------------
7080 r10088 | hartman | 2005-03-01 19:39:19 +0100 (Tue, 01 Mar 2005) | 2 lines
7082 M /trunk/modules/control/lirc.c
7084 * Fix compile issue on lirc.c
7086 ------------------------------------------------------------------------
7087 r10087 | massiot | 2005-03-01 19:26:29 +0100 (Tue, 01 Mar 2005) | 3 lines
7089 M /trunk/modules/video_output/picture.c
7091 * modules/video_output/picture.c: Changed the order of the commands to avoid
7092 holding p_picture_vout->lock for too long.
7094 ------------------------------------------------------------------------
7095 r10086 | robux4 | 2005-03-01 18:41:36 +0100 (Tue, 01 Mar 2005) | 1 line
7097 M /trunk/modules/demux/mkv.cpp
7099 mkv.cpp: better handling of the seekpoint numbers
7100 ------------------------------------------------------------------------
7101 r10085 | massiot | 2005-03-01 18:30:50 +0100 (Tue, 01 Mar 2005) | 3 lines
7103 M /trunk/modules/stream_out/transcode.c
7105 * modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
7106 (what the hell is i_duplicate ?)
7108 ------------------------------------------------------------------------
7109 r10084 | robux4 | 2005-03-01 18:28:15 +0100 (Tue, 01 Mar 2005) | 1 line
7111 M /trunk/modules/demux/mkv.cpp
7113 mkv.cpp: update the current chapter during playback
7114 ------------------------------------------------------------------------
7115 r10083 | dionoea | 2005-03-01 18:16:30 +0100 (Tue, 01 Mar 2005) | 2 lines
7117 M /trunk/modules/video_filter/mosaic.c
7119 * fix placement calculation when vborder or hborder are non zero
7121 ------------------------------------------------------------------------
7122 r10082 | gbazin | 2005-03-01 17:26:21 +0100 (Tue, 01 Mar 2005) | 3 lines
7124 M /trunk/include/audio_output.h
7125 M /trunk/modules/audio_filter/converter/s16tofloat32.c
7126 M /trunk/modules/audio_filter/converter/s16tofloat32swab.c
7127 M /trunk/modules/audio_filter/format.c
7128 M /trunk/modules/codec/lpcm.c
7129 M /trunk/src/audio_output/common.c
7131 * modules/codec/lpcm.c: support for 20/24 bits LPCM.
7132 * modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.
7134 ------------------------------------------------------------------------
7135 r10081 | dionoea | 2005-03-01 16:33:51 +0100 (Tue, 01 Mar 2005) | 2 lines
7137 M /trunk/modules/video_filter/mosaic.c
7138 M /trunk/modules/video_output/picture.c
7139 M /trunk/modules/video_output/picture.h
7141 * add svn Id support and some copyright info in picture.h
7143 ------------------------------------------------------------------------
7144 r10080 | markfm | 2005-03-01 16:22:47 +0100 (Tue, 01 Mar 2005) | 2 lines
7146 M /trunk/include/vlc_filter.h
7147 M /trunk/include/vlc_video.h
7148 M /trunk/modules/control/rc.c
7149 M /trunk/modules/misc/freetype.c
7150 M /trunk/modules/video_filter/marq.c
7151 M /trunk/modules/video_filter/time.c
7152 M /trunk/src/video_output/vout_subpictures.c
7154 dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc
7156 ------------------------------------------------------------------------
7157 r10079 | robux4 | 2005-03-01 16:01:48 +0100 (Tue, 01 Mar 2005) | 1 line
7159 M /trunk/modules/demux/mkv.cpp
7161 mkv.cpp: fix the chapter/edition ending time
7162 ------------------------------------------------------------------------
7163 r10078 | zorglub | 2005-03-01 14:31:32 +0100 (Tue, 01 Mar 2005) | 3 lines
7165 M /trunk/modules/misc/playlist/m3u.c
7166 M /trunk/modules/services_discovery/sap.c
7167 M /trunk/src/playlist/item.c
7170 Remove extra SAP debug
7172 ------------------------------------------------------------------------
7173 r10077 | hartman | 2005-03-01 10:28:37 +0100 (Tue, 01 Mar 2005) | 4 lines
7176 M /trunk/doc/lirc/example.lircrc
7177 M /trunk/modules/control/lirc.c
7179 * simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
7180 * updated the example.lircrc with new required strings
7181 * added a notice to NEWS about changed lirc syntax.
7183 ------------------------------------------------------------------------
7184 r10076 | gbazin | 2005-03-01 08:53:04 +0100 (Tue, 01 Mar 2005) | 2 lines
7186 M /trunk/modules/control/Modules.am
7187 D /trunk/modules/control/rtci.c
7189 * modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.
7191 ------------------------------------------------------------------------
7192 r10075 | markfm | 2005-03-01 00:40:59 +0100 (Tue, 01 Mar 2005) | 2 lines
7194 M /trunk/modules/control/Modules.am
7196 Remove rtci.c from modules/control (implementation on hold)
7198 ------------------------------------------------------------------------
7199 r10074 | gbazin | 2005-02-28 21:51:32 +0100 (Mon, 28 Feb 2005) | 1 line
7201 M /trunk/modules/gui/wince/interface.cpp
7202 M /trunk/modules/gui/wince/menus.cpp
7203 M /trunk/modules/gui/wince/timer.cpp
7204 M /trunk/modules/gui/wince/wince.cpp
7205 M /trunk/modules/gui/wince/wince.h
7207 * modules/gui/wince: added a popup menu for the main interface.
7208 ------------------------------------------------------------------------
7209 r10073 | gbazin | 2005-02-28 19:23:26 +0100 (Mon, 28 Feb 2005) | 1 line
7211 M /trunk/modules/gui/wince/interface.cpp
7212 M /trunk/modules/gui/wince/open.cpp
7213 M /trunk/modules/gui/wince/playlist.cpp
7214 M /trunk/modules/gui/wince/subtitles.cpp
7215 M /trunk/modules/gui/wince/wince.cpp
7216 M /trunk/modules/gui/wince/wince.h
7218 * modules/gui/wince: usual bunch of cleanup + updates.
7219 ------------------------------------------------------------------------
7220 r10072 | dionoea | 2005-02-28 16:54:07 +0100 (Mon, 28 Feb 2005) | 5 lines
7222 M /trunk/modules/control/rc.c
7223 M /trunk/modules/control/rtci.c
7224 M /trunk/modules/video_filter/mosaic.c
7225 M /trunk/modules/video_output/picture.c
7227 * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
7228 parameters on the fly
7229 * mosaic.c : center image in rectangle when keep aspect ratio is enabled
7230 * picture.c : remove debug message
7232 ------------------------------------------------------------------------
7233 r10071 | gbazin | 2005-02-28 15:40:27 +0100 (Mon, 28 Feb 2005) | 1 line
7235 M /trunk/modules/gui/wince/interface.cpp
7236 M /trunk/modules/gui/wince/iteminfo.cpp
7237 M /trunk/modules/gui/wince/open.cpp
7238 M /trunk/modules/gui/wince/playlist.cpp
7239 M /trunk/modules/gui/wince/preferences.cpp
7240 M /trunk/modules/gui/wince/subtitles.cpp
7241 M /trunk/modules/gui/wince/timer.cpp
7242 M /trunk/modules/gui/wince/wince.cpp
7243 M /trunk/modules/gui/wince/wince.h
7244 M /trunk/modules/gui/wince/wince_rc.rc
7246 * modules/gui/wince: some more cleanup.
7247 ------------------------------------------------------------------------
7248 r10070 | markfm | 2005-02-28 13:48:26 +0100 (Mon, 28 Feb 2005) | 2 lines
7250 M /trunk/modules/video_filter/marq.c
7252 Make sure the files are in Unix format
7254 ------------------------------------------------------------------------
7255 r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (Sun, 27 Feb 2005) | 1 line
7257 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
7259 * removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
7260 ------------------------------------------------------------------------
7261 r10068 | robux4 | 2005-02-27 20:34:39 +0100 (Sun, 27 Feb 2005) | 1 line
7263 M /trunk/modules/demux/mkv.cpp
7265 More ordered chapters code, still not functional
7266 ------------------------------------------------------------------------
7267 r10067 | markfm | 2005-02-27 20:30:11 +0100 (Sun, 27 Feb 2005) | 2 lines
7269 M /trunk/include/vlc_filter.h
7271 vlc_filter.h -- update pf_render_string for additional RenderText parameters.
7273 ------------------------------------------------------------------------
7274 r10066 | markfm | 2005-02-27 20:14:41 +0100 (Sun, 27 Feb 2005) | 2 lines
7276 M /trunk/modules/misc/freetype.c
7278 freetype.c -- set default font color (white)
7280 ------------------------------------------------------------------------
7281 r10065 | markfm | 2005-02-27 18:25:12 +0100 (Sun, 27 Feb 2005) | 2 lines
7283 M /trunk/include/vlc_video.h
7284 M /trunk/modules/control/rc.c
7285 M /trunk/modules/misc/freetype.c
7286 M /trunk/modules/video_filter/marq.c
7287 M /trunk/modules/video_filter/time.c
7288 M /trunk/src/video_output/vout_subpictures.c
7290 freetype and rc extensions. i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype). marq and time updated to allow font color and opacity control. rc update to allow OTF control of all marq and time options.
7292 ------------------------------------------------------------------------
7293 r10064 | andrep | 2005-02-27 06:51:32 +0100 (Sun, 27 Feb 2005) | 28 lines
7295 M /trunk/modules/gui/macosx/vout.m
7296 M /trunk/modules/gui/macosx/voutqt.m
7298 * modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
7303 * This was mostly taken verbatim from revision:5717 (before the vout
7304 Mozilla support was removed), though it's been edited pretty thoroughly,
7305 and is now much more commented.
7307 * The "normal" vout display should be completely unaffected, since the
7308 plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
7309 set to VLC_TRUE. (I've tested the normal VLC.app, and it seems fine.)
7311 * There are still some problems with the plugin when the Mozilla window is
7312 resized a lot. I suspect this is due to threading issues with
7313 QuickDraw, but I don't know enough about QuickDraw to be sure. Help
7314 with this would be very welcome.
7316 * The original patch in revision:5717 optimised the plugin display
7317 slightly, by using a mask (clipping region) so that QuickDraw only
7318 updated the plugin's area of the dirty region. I elected not to use
7319 a mask, since I thought the extra code complexity (i.e. lots more if()
7320 branches) isn't worth the incremental speedup. (If, in fact, there was
7321 a speedup at all -- the extra overhead induced by calculating the
7322 intersection of the dirty region with the mask may have offset any
7323 benefits: only benchmarks will tell ...)
7326 ------------------------------------------------------------------------
7327 r10063 | gbazin | 2005-02-26 20:28:41 +0100 (Sat, 26 Feb 2005) | 1 line
7329 M /trunk/modules/gui/wince/fileinfo.cpp
7330 M /trunk/modules/gui/wince/interface.cpp
7331 M /trunk/modules/gui/wince/iteminfo.cpp
7332 M /trunk/modules/gui/wince/messages.cpp
7333 M /trunk/modules/gui/wince/open.cpp
7334 M /trunk/modules/gui/wince/playlist.cpp
7335 M /trunk/modules/gui/wince/preferences.cpp
7336 M /trunk/modules/gui/wince/subtitles.cpp
7337 M /trunk/modules/gui/wince/video.cpp
7338 M /trunk/modules/gui/wince/wince.cpp
7339 M /trunk/modules/gui/wince/wince.h
7340 M /trunk/modules/gui/wince/wince_rc.rc
7342 * modules/gui/wince: some more code cleanup + fixes.
7343 ------------------------------------------------------------------------
7344 r10062 | zorglub | 2005-02-26 16:41:22 +0100 (Sat, 26 Feb 2005) | 4 lines
7346 M /trunk/modules/mux/mpjpeg.c
7348 * Allow all MJPEG fourcc
7349 * Announce content-length
7350 * Allow boundary string customization
7352 ------------------------------------------------------------------------
7353 r10061 | fenrir | 2005-02-25 17:05:22 +0100 (Fri, 25 Feb 2005) | 3 lines
7355 M /trunk/modules/demux/ts.c
7357 * ts: if no dts but there is a pts then dts == pts.
7360 ------------------------------------------------------------------------
7361 r10060 | gbazin | 2005-02-25 09:33:38 +0100 (Fri, 25 Feb 2005) | 1 line
7363 M /trunk/modules/gui/wince/interface.cpp
7364 M /trunk/modules/gui/wince/wince.h
7365 M /trunk/modules/gui/wince/wince_rc.rc
7367 * ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
7368 ------------------------------------------------------------------------
7369 r10059 | dionoea | 2005-02-25 00:31:56 +0100 (Fri, 25 Feb 2005) | 2 lines
7373 Updated danish translation by Jonas Larsen (E-bola)
7375 ------------------------------------------------------------------------
7376 r10058 | robux4 | 2005-02-24 18:13:22 +0100 (Thu, 24 Feb 2005) | 1 line
7378 M /trunk/modules/demux/mkv.cpp
7380 fill more data in the chapter classes
7381 ------------------------------------------------------------------------
7382 r10057 | gbazin | 2005-02-24 16:19:05 +0100 (Thu, 24 Feb 2005) | 1 line
7384 M /trunk/modules/gui/wince/fileinfo.cpp
7385 M /trunk/modules/gui/wince/interface.cpp
7386 M /trunk/modules/gui/wince/iteminfo.cpp
7387 M /trunk/modules/gui/wince/messages.cpp
7388 M /trunk/modules/gui/wince/open.cpp
7389 M /trunk/modules/gui/wince/playlist.cpp
7390 M /trunk/modules/gui/wince/preferences.cpp
7391 M /trunk/modules/gui/wince/preferences_widgets.cpp
7392 M /trunk/modules/gui/wince/preferences_widgets.h
7393 M /trunk/modules/gui/wince/subtitles.cpp
7394 M /trunk/modules/gui/wince/timer.cpp
7395 M /trunk/modules/gui/wince/video.cpp
7396 M /trunk/modules/gui/wince/wince.h
7398 * modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
7399 ------------------------------------------------------------------------
7400 r10056 | robux4 | 2005-02-24 14:39:38 +0100 (Thu, 24 Feb 2005) | 1 line
7402 M /trunk/modules/demux/mkv.cpp
7404 mkv.cpp: add more code to support ordered chapters
7405 ------------------------------------------------------------------------
7406 r10055 | hartman | 2005-02-24 01:07:30 +0100 (Thu, 24 Feb 2005) | 2 lines
7408 M /trunk/modules/gui/macosx/playlist.m
7410 * start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
7412 ------------------------------------------------------------------------
7413 r10054 | hartman | 2005-02-23 23:28:36 +0100 (Wed, 23 Feb 2005) | 2 lines
7415 A /trunk/extras/contrib/src/Patches/goom.patch
7417 * Forgot to commit the goom2k4 patch
7419 ------------------------------------------------------------------------
7420 r10053 | hartman | 2005-02-23 21:15:28 +0100 (Wed, 23 Feb 2005) | 2 lines
7422 M /trunk/modules/misc/freetype.c
7424 * freetype.c: fix for blurry subs? someone please confirm
7426 ------------------------------------------------------------------------
7427 r10052 | zorglub | 2005-02-23 18:25:46 +0100 (Wed, 23 Feb 2005) | 2 lines
7430 M /trunk/configure.ac
7434 ------------------------------------------------------------------------
7435 r10051 | hartman | 2005-02-23 17:27:01 +0100 (Wed, 23 Feb 2005) | 2 lines
7437 M /trunk/modules/gui/macosx/vout.m
7439 * Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
7441 ------------------------------------------------------------------------
7442 r10050 | hartman | 2005-02-23 16:26:27 +0100 (Wed, 23 Feb 2005) | 2 lines
7444 M /trunk/extras/contrib/src/Makefile
7445 M /trunk/extras/contrib/src/packages.mak
7447 * Lets use the final version of goom2k4
7449 ------------------------------------------------------------------------
7450 r10049 | gbazin | 2005-02-23 15:52:09 +0100 (Wed, 23 Feb 2005) | 1 line
7452 M /trunk/src/misc/modules.c
7454 * src/misc/modules.c: MSVC compilation fix.
7455 ------------------------------------------------------------------------
7456 r10048 | hartman | 2005-02-23 15:37:56 +0100 (Wed, 23 Feb 2005) | 3 lines
7458 M /trunk/modules/gui/macosx/prefs.h
7459 M /trunk/modules/gui/macosx/prefs.m
7461 * Let's break the prefs again for OSX
7462 now to get it working. There is a semi-todo/design list in prefs.m.
7464 ------------------------------------------------------------------------
7465 r10047 | damienf | 2005-02-23 15:26:47 +0100 (Wed, 23 Feb 2005) | 2 lines
7467 M /trunk/activex/axvlc.inf
7469 - changed sample axvlc.inf to use VLC NSI installer
7471 ------------------------------------------------------------------------
7472 r10046 | damienf | 2005-02-23 15:09:40 +0100 (Wed, 23 Feb 2005) | 5 lines
7474 M /trunk/vlc.win32.nsi
7476 - inserted uninstall entry for activex plugin
7477 - fixed autoplay for DVD and CD
7479 caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)
7481 ------------------------------------------------------------------------
7482 r10045 | hartman | 2005-02-23 14:53:28 +0100 (Wed, 23 Feb 2005) | 2 lines
7484 M /trunk/modules/gui/macosx/about.h
7485 M /trunk/modules/gui/macosx/about.m
7486 M /trunk/modules/gui/macosx/controls.h
7487 M /trunk/modules/gui/macosx/controls.m
7488 M /trunk/modules/gui/macosx/macosx.m
7489 M /trunk/modules/gui/macosx/open.h
7490 M /trunk/modules/gui/macosx/open.m
7491 M /trunk/modules/gui/macosx/playlistinfo.m
7492 M /trunk/modules/gui/macosx/vout.h
7493 M /trunk/modules/gui/macosx/vout.m
7494 M /trunk/modules/gui/macosx/voutgl.m
7495 M /trunk/modules/gui/macosx/voutqt.m
7497 * Update copyright to 2005 where appropriate.
7499 ------------------------------------------------------------------------
7500 r10044 | robux4 | 2005-02-23 13:13:17 +0100 (Wed, 23 Feb 2005) | 1 line
7502 M /trunk/modules/demux/mkv.cpp
7504 mkv.cpp: I was wrong, the dirent export works
7505 ------------------------------------------------------------------------
7506 r10043 | robux4 | 2005-02-23 12:48:25 +0100 (Wed, 23 Feb 2005) | 1 line
7508 M /trunk/modules/demux/mkv.cpp
7510 mkv.cpp: fix dirent issue with the recent "fixes"
7511 ------------------------------------------------------------------------
7512 r10042 | hartman | 2005-02-23 12:37:04 +0100 (Wed, 23 Feb 2005) | 3 lines
7514 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
7515 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
7517 * hooked up the Playlist window menuitem to an action
7518 * added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
7520 ------------------------------------------------------------------------
7521 r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (Wed, 23 Feb 2005) | 2 lines
7523 M /trunk/modules/video_filter/wall.c
7525 wall.c: user-configurable aspect-ratio for the displays
7527 ------------------------------------------------------------------------
7528 r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (Wed, 23 Feb 2005) | 3 lines
7530 M /trunk/modules/video_filter/wall.c
7532 wall.c: shut up two compiler warnings. Fix two (only one actually
7533 experienced) rounding errors causing invalid reads and green lines.
7535 ------------------------------------------------------------------------
7536 r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (Wed, 23 Feb 2005) | 9 lines
7538 M /trunk/modules/video_filter/wall.c
7540 wall.c: set the total output aspect ratio to the device aspect ratio, even
7541 if size constrains stoped us from making the parts have that aspect ratio.
7542 This causes a slight stretch of the image in some direction but should
7543 totally remove black lines between the elements.
7545 * make device aspect ratio configureable (easy)
7546 * handle anamorphic input video (medium)
7549 ------------------------------------------------------------------------
7550 r10038 | gbazin | 2005-02-23 09:09:46 +0100 (Wed, 23 Feb 2005) | 1 line
7552 M /trunk/configure.ac
7554 * configure.ac: wince interface moved to builtins.
7555 ------------------------------------------------------------------------
7556 r10037 | markfm | 2005-02-23 04:37:45 +0100 (Wed, 23 Feb 2005) | 2 lines
7558 M /trunk/modules/misc/freetype.c
7560 freetype.c Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)
7562 ------------------------------------------------------------------------
7563 r10036 | hartman | 2005-02-22 23:11:26 +0100 (Tue, 22 Feb 2005) | 2 lines
7565 M /trunk/modules/services_discovery/sap.c
7567 * renamed sap module from "SAP interface" to "SAP announces"
7569 ------------------------------------------------------------------------
7570 r10035 | djc | 2005-02-22 18:27:04 +0100 (Tue, 22 Feb 2005) | 4 lines
7572 M /trunk/modules/gui/macosx/vout.m
7574 We use setRepresentedFilename if access is File.
7575 Title is found in input instead of playlist (fix a small vlm bug...).
7578 ------------------------------------------------------------------------
7579 r10034 | gbazin | 2005-02-22 16:53:42 +0100 (Tue, 22 Feb 2005) | 1 line
7581 M /trunk/configure.ac
7583 * configure.ac: fixed typo + removed some plugins from the WinCE build.
7584 ------------------------------------------------------------------------
7585 r10033 | damienf | 2005-02-22 16:35:01 +0100 (Tue, 22 Feb 2005) | 2 lines
7587 M /trunk/configure.ac
7588 M /trunk/modules/access/dshow/filter.cpp
7590 - changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
7592 ------------------------------------------------------------------------
7593 r10032 | gbazin | 2005-02-22 14:13:29 +0100 (Tue, 22 Feb 2005) | 1 line
7595 M /trunk/modules/gui/wxwindows/playlist.cpp
7597 * modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
7598 ------------------------------------------------------------------------
7599 r10031 | gbazin | 2005-02-22 13:50:43 +0100 (Tue, 22 Feb 2005) | 1 line
7601 M /trunk/src/misc/threads.c
7603 * src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
7604 ------------------------------------------------------------------------
7605 r10030 | damienf | 2005-02-22 12:13:11 +0100 (Tue, 22 Feb 2005) | 2 lines
7607 M /trunk/vlc.win32.nsi
7609 added ActiveX control to the VLC installer
7611 ------------------------------------------------------------------------
7612 r10029 | gbazin | 2005-02-21 21:32:36 +0100 (Mon, 21 Feb 2005) | 1 line
7614 M /trunk/modules/demux/ogg.c
7616 * modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
7617 ------------------------------------------------------------------------
7618 r10028 | gbazin | 2005-02-21 20:16:22 +0100 (Mon, 21 Feb 2005) | 1 line
7620 M /trunk/modules/codec/vorbis.c
7622 * modules/codec/vorbis.c: uninitialized variable.
7623 ------------------------------------------------------------------------
7624 r10027 | gbazin | 2005-02-21 20:15:33 +0100 (Mon, 21 Feb 2005) | 1 line
7626 M /trunk/configure.ac
7628 * configure.ac: mux_ts was moved to builtins by mistake.
7629 ------------------------------------------------------------------------
7630 r10025 | gbazin | 2005-02-21 18:51:53 +0100 (Mon, 21 Feb 2005) | 1 line
7632 M /trunk/modules/misc/network/ipv4.c
7634 * modules/misc/network/ipv4.c: multicast support for WinCE.
7635 ------------------------------------------------------------------------
7636 r10024 | gbazin | 2005-02-21 18:50:54 +0100 (Mon, 21 Feb 2005) | 1 line
7638 M /trunk/modules/access/directory.c
7639 M /trunk/src/misc/modules.c
7641 * src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
7642 ------------------------------------------------------------------------
7643 r10023 | djc | 2005-02-21 17:12:14 +0100 (Mon, 21 Feb 2005) | 3 lines
7645 M /trunk/modules/gui/macosx/vout.m
7647 Do not use setTitleWithRepresentedFilename if input is not a file.
7650 ------------------------------------------------------------------------
7651 r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (Mon, 21 Feb 2005) | 3 lines
7653 M /trunk/modules/video_filter/wall.c
7655 wall.c: handle some rounding error causing a integer overflow. more window
7656 size constrain fixes
7658 ------------------------------------------------------------------------
7659 r10021 | dionoea | 2005-02-21 16:23:46 +0100 (Mon, 21 Feb 2005) | 3 lines
7661 M /trunk/modules/video_filter/mosaic.c
7662 M /trunk/modules/video_output/picture.c
7664 * picture.c : slightly cleaner picture_t freeing
7665 * mosaic.c : add a switch to keep aspect ratio when resizing
7667 ------------------------------------------------------------------------
7668 r10020 | gbazin | 2005-02-21 14:50:17 +0100 (Mon, 21 Feb 2005) | 1 line
7670 M /trunk/include/vlc_common.h
7672 * include/vlc_common.h: compilation fix.
7673 ------------------------------------------------------------------------
7674 r10019 | dionoea | 2005-02-21 14:39:01 +0100 (Mon, 21 Feb 2005) | 2 lines
7676 M /trunk/modules/video_filter/mosaic.c
7677 M /trunk/modules/video_output/picture.c
7679 * update the copyright dates
7681 ------------------------------------------------------------------------
7682 r10018 | gbazin | 2005-02-21 14:35:15 +0100 (Mon, 21 Feb 2005) | 1 line
7684 M /trunk/configure.ac
7685 M /trunk/modules/access/directory.c
7687 * configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
7688 ------------------------------------------------------------------------
7689 r10017 | dionoea | 2005-02-21 14:13:52 +0100 (Mon, 21 Feb 2005) | 31 lines
7691 M /trunk/configure.ac
7692 M /trunk/modules/video_filter/Modules.am
7693 A /trunk/modules/video_filter/mosaic.c
7694 M /trunk/modules/video_output/Modules.am
7695 A /trunk/modules/video_output/picture.c
7696 A /trunk/modules/video_output/picture.h
7698 Basic mosaic, video blending modules
7699 * picture.c picture.h : vout that copies the rendered image in a libvlc
7701 * mosaic.c : sub filter that takes all the images created by the picture
7702 module and blends them over the current video
7704 I think i still have loads of things to fix (like memleaks)
7706 Simple vlm configuration file to see this work :
7708 new chan1 broadcast enabled
7709 setup chan1 input somevideo1.avi
7710 setup chan1 option vout=picture
7712 new chan2 broadcast enabled
7713 setup chan2 input somevideo2.avi
7714 setup chan2 option vout=picture
7716 new bg broadcast enabled
7717 setup bg input somevideo0.avi
7718 setup bg option sub-filter=mosaic
7725 You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
7729 ------------------------------------------------------------------------
7730 r10016 | gbazin | 2005-02-21 14:07:54 +0100 (Mon, 21 Feb 2005) | 1 line
7732 D /trunk/src/extras/dirent.h
7734 * src/extras/dirent.h: removed useless file.
7735 ------------------------------------------------------------------------
7736 r10015 | yoann | 2005-02-21 14:06:08 +0100 (Mon, 21 Feb 2005) | 2 lines
7738 M /trunk/src/misc/vlm.c
7740 * src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
7742 ------------------------------------------------------------------------
7743 r10014 | gbazin | 2005-02-21 14:00:20 +0100 (Mon, 21 Feb 2005) | 1 line
7745 M /trunk/Makefile.am
7746 M /trunk/include/vlc_common.h
7747 M /trunk/modules/access/directory.c
7748 M /trunk/modules/control/http.c
7749 M /trunk/modules/demux/mkv.cpp
7750 M /trunk/modules/gui/skins2/src/theme_loader.cpp
7751 M /trunk/modules/gui/skins2/src/theme_repository.cpp
7752 M /trunk/modules/gui/wince/wince.h
7753 M /trunk/src/extras/dirent.c
7754 M /trunk/src/input/subtitles.c
7756 * src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
7757 ------------------------------------------------------------------------
7758 r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (Mon, 21 Feb 2005) | 3 lines
7760 M /trunk/modules/video_filter/wall.c
7762 wall.c: create properly sized (multiple of two each way) windows. set
7763 correct output resolution on the created windows
7765 ------------------------------------------------------------------------
7766 r10012 | fenrir | 2005-02-21 10:10:53 +0100 (Mon, 21 Feb 2005) | 6 lines
7768 M /trunk/modules/demux/livedotcom.cpp
7770 * livedotcom: automatic TCP rollover when no data was received in 900ms and
7771 auto eof when no more data received in 3s (not tested a lot, so please report
7773 Do not set dts for video stream (make libmpeg2 happy).
7776 ------------------------------------------------------------------------
7777 r10011 | fenrir | 2005-02-21 10:05:11 +0100 (Mon, 21 Feb 2005) | 2 lines
7779 M /trunk/modules/codec/ffmpeg/video.c
7780 M /trunk/modules/demux/mp4/mp4.c
7782 * all: woops (debug messages left).
7784 ------------------------------------------------------------------------
7785 r10010 | fenrir | 2005-02-21 10:03:07 +0100 (Mon, 21 Feb 2005) | 11 lines
7787 M /trunk/include/vlc_block.h
7788 M /trunk/include/vlc_es_out.h
7789 M /trunk/modules/codec/a52.c
7790 M /trunk/modules/codec/dts.c
7791 M /trunk/modules/codec/faad.c
7792 M /trunk/modules/codec/ffmpeg/audio.c
7793 M /trunk/modules/codec/ffmpeg/video.c
7794 M /trunk/modules/codec/flac.c
7795 M /trunk/modules/codec/libmpeg2.c
7796 M /trunk/modules/codec/mpeg_audio.c
7797 M /trunk/modules/codec/theora.c
7798 M /trunk/modules/demux/mp4/mp4.c
7799 M /trunk/modules/demux/ts.c
7800 M /trunk/src/input/decoder.c
7801 M /trunk/src/input/es_out.c
7802 M /trunk/src/input/input.c
7803 M /trunk/src/input/input_internal.h
7806 - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
7807 BLOCK_FLAG_DISCONTINUITY in that case)
7808 - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
7809 * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
7810 * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
7812 * mp4: added support for CTTS table (pts, needed for h264+bframe).
7813 * decoders: for now handle discontinuity and corrupted block the same way.
7816 ------------------------------------------------------------------------
7817 r10009 | robux4 | 2005-02-21 09:07:34 +0100 (Mon, 21 Feb 2005) | 1 line
7819 M /trunk/modules/demux/mkv.cpp
7821 mkv.cpp: prepare code for multiple editions and ordered editions
7822 ------------------------------------------------------------------------
7823 r10008 | robux4 | 2005-02-21 08:52:19 +0100 (Mon, 21 Feb 2005) | 1 line
7825 M /trunk/modules/demux/mkv.cpp
7827 mkv.cpp: do not spread gcc problems to other compilers
7828 ------------------------------------------------------------------------
7829 r10007 | yoann | 2005-02-21 00:22:21 +0100 (Mon, 21 Feb 2005) | 2 lines
7831 M /trunk/src/misc/vlm.c
7833 * src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
7835 ------------------------------------------------------------------------
7836 r10004 | gbazin | 2005-02-20 22:38:36 +0100 (Sun, 20 Feb 2005) | 1 line
7838 M /trunk/modules/codec/mpeg_audio.c
7840 * modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
7841 ------------------------------------------------------------------------
7842 r10003 | gbazin | 2005-02-20 22:26:14 +0100 (Sun, 20 Feb 2005) | 1 line
7844 M /trunk/configure.ac
7846 * configure.ac: WinCE build fix.
7847 ------------------------------------------------------------------------
7848 r10002 | zorglub | 2005-02-20 21:56:05 +0100 (Sun, 20 Feb 2005) | 2 lines
7850 M /trunk/modules/services_discovery/sap.c
7852 Add sdp meta-data to playlist
7854 ------------------------------------------------------------------------
7855 r10001 | yoann | 2005-02-20 21:54:03 +0100 (Sun, 20 Feb 2005) | 1 line
7857 M /trunk/src/misc/vlm.c
7859 * src/misc/vlm.c: addded 'inputdel' setup command
7860 ------------------------------------------------------------------------
7861 r9999 | gbazin | 2005-02-20 21:53:01 +0100 (Sun, 20 Feb 2005) | 1 line
7863 A /trunk/INSTALL.wince
7865 * INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
7866 ------------------------------------------------------------------------
7867 r9998 | gbazin | 2005-02-20 21:47:04 +0100 (Sun, 20 Feb 2005) | 1 line
7869 M /trunk/modules/demux/subtitle.c
7870 M /trunk/modules/gui/wince/wince_rc.rc
7871 M /trunk/src/misc/httpd.c
7873 * src/misc/httpd.c, modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
7874 ------------------------------------------------------------------------
7875 r9994 | markfm | 2005-02-20 17:05:39 +0100 (Sun, 20 Feb 2005) | 2 lines
7877 M /trunk/modules/misc/freetype.c
7879 freetype.c Change opacity to 0...255, add --freetype-color hex_RGB shortcut
7881 ------------------------------------------------------------------------
7882 r9991 | gbazin | 2005-02-20 16:37:23 +0100 (Sun, 20 Feb 2005) | 1 line
7884 M /trunk/modules/video_output/wingdi.c
7886 * modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
7887 ------------------------------------------------------------------------
7888 r9990 | gbazin | 2005-02-20 16:16:12 +0100 (Sun, 20 Feb 2005) | 1 line
7890 M /trunk/modules/gui/wince/interface.cpp
7891 M /trunk/modules/gui/wince/video.cpp
7892 M /trunk/modules/gui/wince/wince.cpp
7894 * modules/gui/wince: misc small fixes.
7895 ------------------------------------------------------------------------
7896 r9989 | titer | 2005-02-20 15:12:34 +0100 (Sun, 20 Feb 2005) | 2 lines
7898 M /trunk/modules/video_filter/marq.c
7900 video_filter/marq.c: converted to unix file format
7902 ------------------------------------------------------------------------
7903 r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (Sun, 20 Feb 2005) | 9 lines
7905 M /trunk/modules/video_filter/wall.c
7907 wall.c: try to make all windows in a given aspect ratio for proper
7908 fullscreen. Collect the "blackness" on the far left/right/top/bottom.
7910 * Make window aspect-ratio configureable
7911 * handle anamorphic input
7912 * constain the sizes of the windows to legal values
7913 * handle some rounding errors
7916 ------------------------------------------------------------------------
7917 r9987 | markfm | 2005-02-20 01:12:15 +0100 (Sun, 20 Feb 2005) | 2 lines
7919 M /trunk/modules/misc/freetype.c
7921 freetype.c add --freetype-opacity (0..100%), to control text transparency
7923 ------------------------------------------------------------------------
7924 r9986 | markfm | 2005-02-19 13:27:18 +0100 (Sat, 19 Feb 2005) | 2 lines
7926 M /trunk/modules/video_filter/marq.c
7928 marq.c -- allow relative positioning, like logo, via --marq-pos
7930 ------------------------------------------------------------------------
7931 r9985 | titer | 2005-02-19 02:58:57 +0100 (Sat, 19 Feb 2005) | 4 lines
7933 M /trunk/Makefile.am
7934 M /trunk/configure.ac
7936 configure.ac: added --disable/enable-hal
7937 Makefile.am: in package-beos, use $(STRIP) instead of strip since we
7938 might be cross-compiling
7940 ------------------------------------------------------------------------
7941 r9984 | titer | 2005-02-19 02:46:28 +0100 (Sat, 19 Feb 2005) | 5 lines
7943 M /trunk/modules/demux/mkv.cpp
7945 demux/mkv.cpp: be gcc 2.9x friendly:
7946 + careful when using std::string's compare, it has changed with gcc 3,
7947 you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
7948 + gcc 2.9x doesn't know at() for vectors, use iterators instead
7950 ------------------------------------------------------------------------
7951 r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (Sat, 19 Feb 2005) | 2 lines
7953 M /trunk/modules/video_filter/wall.c
7955 wall.c: reverted previous commit, new proper fix
7957 ------------------------------------------------------------------------
7958 r9982 | titer | 2005-02-18 23:48:11 +0100 (Fri, 18 Feb 2005) | 4 lines
7960 M /trunk/extras/contrib/README
7961 M /trunk/extras/contrib/bootstrap
7962 M /trunk/extras/contrib/src/Makefile
7963 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
7965 contrib/*: enhanced contrib system to support cross-compilations.
7966 Give an argument to bootstrap to use it (for example
7967 `./bootstrap i586-pc-beos')
7969 ------------------------------------------------------------------------
7970 r9981 | titer | 2005-02-18 17:13:11 +0100 (Fri, 18 Feb 2005) | 2 lines
7972 M /trunk/extras/contrib/src/Makefile
7974 contrib/src/Makefile: fixed fribidi build on OS X != 10.2
7976 ------------------------------------------------------------------------
7977 r9980 | titer | 2005-02-18 16:18:29 +0100 (Fri, 18 Feb 2005) | 2 lines
7979 M /trunk/modules/video_output/opengl.c
7981 opengl.c: higher priority on OS X
7983 ------------------------------------------------------------------------
7984 r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (Fri, 18 Feb 2005) | 2 lines
7986 M /trunk/modules/video_filter/wall.c
7988 wall.c: do not assume all windows are equal width if they are not.
7990 ------------------------------------------------------------------------
7991 r9978 | titer | 2005-02-18 16:11:21 +0100 (Fri, 18 Feb 2005) | 4 lines
7993 M /trunk/modules/gui/macosx/voutgl.m
7995 macosx/voutgl.m: fixed another crash (hopefully the last one).
7996 Looks like OS X delayed the window destruction, causing the crash
7997 since reshape tries to use p_vout after it's been freed.
7999 ------------------------------------------------------------------------
8000 r9977 | robux4 | 2005-02-18 16:07:57 +0100 (Fri, 18 Feb 2005) | 1 line
8002 M /trunk/modules/demux/mkv.cpp
8004 mkv.cpp: handle seeking the way it's supposed to work (in the future)
8005 ------------------------------------------------------------------------
8006 r9976 | titer | 2005-02-18 15:01:21 +0100 (Fri, 18 Feb 2005) | 3 lines
8008 M /trunk/modules/gui/macosx/vout.m
8009 M /trunk/modules/gui/macosx/voutgl.m
8010 M /trunk/modules/gui/macosx/voutqt.m
8011 M /trunk/modules/video_output/opengl.c
8013 video_output/opengl.c: fixed a (OS X only) segfault
8014 macosx/vout*.m: cleaning
8016 ------------------------------------------------------------------------
8017 r9975 | gbazin | 2005-02-18 11:49:08 +0100 (Fri, 18 Feb 2005) | 1 line
8019 M /trunk/Makefile.am
8021 * Makefile.am: fixed package-win32 target
8022 ------------------------------------------------------------------------
8023 r9974 | gbazin | 2005-02-18 11:16:13 +0100 (Fri, 18 Feb 2005) | 1 line
8025 M /trunk/modules/gui/wxwindows/streamout.cpp
8026 M /trunk/modules/gui/wxwindows/wxwindows.h
8028 * modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
8029 ------------------------------------------------------------------------
8030 r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (Thu, 17 Feb 2005) | 1 line
8032 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8033 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8034 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8035 M /trunk/modules/gui/macosx/playlist.h
8036 M /trunk/modules/gui/macosx/playlist.m
8038 * mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
8039 ------------------------------------------------------------------------
8040 r9971 | robux4 | 2005-02-17 21:12:53 +0100 (Thu, 17 Feb 2005) | 1 line
8042 M /trunk/modules/demux/mkv.cpp
8044 mkv.cpp: fix the update of the timecode and position bar after seeking
8045 ------------------------------------------------------------------------
8046 r9970 | hartman | 2005-02-17 18:30:36 +0100 (Thu, 17 Feb 2005) | 5 lines
8048 M /trunk/modules/gui/macosx/macosx.m
8049 M /trunk/modules/gui/macosx/playlist.m
8052 - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
8053 - Make sure disk names are retrieved when opening cd/dvd's
8054 * macosx.m: Give the submodules proper descriptions.
8056 ------------------------------------------------------------------------
8057 r9969 | robux4 | 2005-02-17 13:39:40 +0100 (Thu, 17 Feb 2005) | 1 line
8059 M /trunk/modules/demux/mkv.cpp
8061 mkv.cpp: more debug and checks
8062 ------------------------------------------------------------------------
8063 r9968 | damienf | 2005-02-17 13:08:11 +0100 (Thu, 17 Feb 2005) | 2 lines
8065 D /trunk/activex/axvlc.reg
8067 no longer necessary, thanks to self-registration
8069 ------------------------------------------------------------------------
8070 r9967 | damienf | 2005-02-17 13:06:01 +0100 (Thu, 17 Feb 2005) | 3 lines
8072 M /trunk/activex/Makefile.am
8073 M /trunk/activex/README.TXT
8074 M /trunk/activex/axvlc.idl
8075 A /trunk/activex/axvlc.inf
8076 M /trunk/activex/axvlc.tlb
8077 M /trunk/activex/axvlc_idl.c
8078 M /trunk/activex/axvlc_idl.h
8079 M /trunk/activex/main.cpp
8080 M /trunk/activex/oleobject.cpp
8081 M /trunk/activex/persistpropbag.cpp
8082 M /trunk/activex/plugin.cpp
8083 M /trunk/activex/plugin.h
8084 M /trunk/activex/provideclassinfo.cpp
8085 M /trunk/activex/test.html
8086 M /trunk/activex/vlccontrol.cpp
8087 M /trunk/configure.ac
8089 - miscelleanous fixes and improvements
8090 - self registration (Internet installation now possible)
8092 ------------------------------------------------------------------------
8093 r9966 | robux4 | 2005-02-17 11:27:41 +0100 (Thu, 17 Feb 2005) | 1 line
8095 M /trunk/modules/demux/mkv.cpp
8097 mkv.cpp: finer granularity for seeking (useful for long files)
8098 ------------------------------------------------------------------------
8099 r9965 | hartman | 2005-02-17 02:53:50 +0100 (Thu, 17 Feb 2005) | 2 lines
8101 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
8102 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
8103 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
8104 M /trunk/modules/gui/macosx/intf.h
8105 M /trunk/modules/gui/macosx/intf.m
8106 M /trunk/modules/gui/macosx/misc.m
8107 M /trunk/modules/gui/macosx/playlist.h
8108 M /trunk/modules/gui/macosx/playlist.m
8110 * Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
8112 ------------------------------------------------------------------------
8113 r9961 | robux4 | 2005-02-16 23:01:41 +0100 (Wed, 16 Feb 2005) | 1 line
8115 M /trunk/modules/demux/a52.c
8116 M /trunk/modules/demux/aac.c
8117 M /trunk/modules/demux/aiff.c
8118 M /trunk/modules/demux/au.c
8119 M /trunk/modules/demux/demuxdump.c
8120 M /trunk/modules/demux/dts.c
8121 M /trunk/modules/demux/flac.c
8122 M /trunk/modules/demux/livedotcom.cpp
8123 M /trunk/modules/demux/m3u.c
8124 M /trunk/modules/demux/mjpeg.c
8125 M /trunk/modules/demux/mkv.cpp
8126 M /trunk/modules/demux/mod.c
8127 M /trunk/modules/demux/nsv.c
8128 M /trunk/modules/demux/ogg.c
8129 M /trunk/modules/demux/ps.c
8130 M /trunk/modules/demux/pva.c
8131 M /trunk/modules/demux/rawdv.c
8132 M /trunk/modules/demux/real.c
8133 M /trunk/modules/demux/sgimb.c
8134 M /trunk/modules/demux/subtitle.c
8135 M /trunk/modules/demux/ts.c
8136 M /trunk/modules/demux/vobsub.c
8137 M /trunk/modules/demux/wav.c
8140 ------------------------------------------------------------------------
8141 r9960 | robux4 | 2005-02-16 22:16:34 +0100 (Wed, 16 Feb 2005) | 1 line
8143 M /trunk/modules/demux/mkv.cpp
8145 mkv.cpp: use time-based seeking whenever possible
8146 ------------------------------------------------------------------------
8147 r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (Wed, 16 Feb 2005) | 1 line
8149 M /trunk/configure.ac
8151 M /trunk/src/libvlc.h
8152 M /trunk/src/misc/darwin_specific.m
8154 * ALL: added Nepali as the last of Simos Xenitellis' list of languages
8155 ------------------------------------------------------------------------
8156 r9958 | gbazin | 2005-02-16 16:35:35 +0100 (Wed, 16 Feb 2005) | 1 line
8158 M /trunk/modules/misc/network/ipv4.c
8160 * modules/misc/network/ipv4.c: WinCE fix.
8161 ------------------------------------------------------------------------
8162 r9957 | gbazin | 2005-02-16 16:34:53 +0100 (Wed, 16 Feb 2005) | 1 line
8164 M /trunk/src/extras/libc.c
8166 * src/extras/libc.c: fixed vlc_strncasecmp().
8167 ------------------------------------------------------------------------
8168 r9956 | hartman | 2005-02-16 14:49:41 +0100 (Wed, 16 Feb 2005) | 2 lines
8170 M /trunk/src/video_output/vout_subpictures.c
8172 * forgot to commit this yesterday after the --spu-foo renames
8174 ------------------------------------------------------------------------
8175 r9955 | gbazin | 2005-02-16 09:29:47 +0100 (Wed, 16 Feb 2005) | 1 line
8177 M /trunk/configure.ac
8178 M /trunk/modules/video_output/Modules.am
8179 M /trunk/modules/video_output/wingdi.c
8181 * configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
8182 ------------------------------------------------------------------------
8183 r9954 | gbazin | 2005-02-16 01:48:12 +0100 (Wed, 16 Feb 2005) | 1 line
8185 M /trunk/configure.ac
8187 * configure.ac: fixed typo.
8188 ------------------------------------------------------------------------
8189 r9953 | gbazin | 2005-02-16 01:34:27 +0100 (Wed, 16 Feb 2005) | 1 line
8191 M /trunk/modules/gui/wince/Modules.am
8192 D /trunk/modules/gui/wince/wince.rc
8193 A /trunk/modules/gui/wince/wince_rc.rc (from /trunk/modules/gui/wince/wince.rc:9946)
8195 * modules/gui/wince: compile the resource file as well.
8196 ------------------------------------------------------------------------
8197 r9952 | gbazin | 2005-02-15 23:44:28 +0100 (Tue, 15 Feb 2005) | 1 line
8199 M /trunk/modules/demux/ts.c
8201 * modules/demux/ts.c: WinCE fix.
8202 ------------------------------------------------------------------------
8203 r9951 | hartman | 2005-02-15 23:37:57 +0100 (Tue, 15 Feb 2005) | 2 lines
8205 M /trunk/src/libvlc.h
8207 * correction of the description of audio-language
8209 ------------------------------------------------------------------------
8210 r9950 | gbazin | 2005-02-15 23:36:56 +0100 (Tue, 15 Feb 2005) | 1 line
8212 M /trunk/configure.ac
8214 * configure.ac: don't compile mux_ts if --disable-sout is specified.
8215 ------------------------------------------------------------------------
8216 r9949 | gbazin | 2005-02-15 23:28:31 +0100 (Tue, 15 Feb 2005) | 1 line
8218 M /trunk/configure.ac
8220 * configure.ac: another wince build fix.
8221 ------------------------------------------------------------------------
8222 r9948 | gbazin | 2005-02-15 23:10:26 +0100 (Tue, 15 Feb 2005) | 1 line
8224 M /trunk/configure.ac
8227 * configure.ac, src/vlc.c: WinCE build fixes.
8228 ------------------------------------------------------------------------
8229 r9947 | gbazin | 2005-02-15 23:01:17 +0100 (Tue, 15 Feb 2005) | 1 line
8231 M /trunk/src/libvlc.c
8233 * src/libvlc.c: fixed small memory leak.
8234 ------------------------------------------------------------------------
8235 r9946 | gbazin | 2005-02-15 22:56:54 +0100 (Tue, 15 Feb 2005) | 1 line
8237 M /trunk/modules/gui/wince/fileinfo.cpp
8238 M /trunk/modules/gui/wince/interface.cpp
8239 M /trunk/modules/gui/wince/iteminfo.cpp
8240 M /trunk/modules/gui/wince/menus.cpp
8241 M /trunk/modules/gui/wince/messages.cpp
8242 M /trunk/modules/gui/wince/open.cpp
8243 M /trunk/modules/gui/wince/playlist.cpp
8244 M /trunk/modules/gui/wince/preferences.cpp
8245 M /trunk/modules/gui/wince/preferences_widgets.cpp
8246 M /trunk/modules/gui/wince/subtitles.cpp
8247 M /trunk/modules/gui/wince/timer.cpp
8248 M /trunk/modules/gui/wince/wince.cpp
8249 M /trunk/modules/gui/wince/wince.h
8250 M /trunk/modules/gui/wince/wince.rc
8252 * modules/gui/wince: WinCE build fixes.
8253 ------------------------------------------------------------------------
8254 r9945 | gbazin | 2005-02-15 22:40:17 +0100 (Tue, 15 Feb 2005) | 1 line
8256 M /trunk/configure.ac
8258 * configure.ac: fixed typo.
8259 ------------------------------------------------------------------------
8260 r9944 | gbazin | 2005-02-15 22:26:24 +0100 (Tue, 15 Feb 2005) | 1 line
8262 M /trunk/include/vlc/vlc.h
8264 * include/vlc/vlc.h: WinCE build fix.
8265 ------------------------------------------------------------------------
8266 r9943 | gbazin | 2005-02-15 22:22:47 +0100 (Tue, 15 Feb 2005) | 1 line
8270 * m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
8271 ------------------------------------------------------------------------
8272 r9942 | gbazin | 2005-02-15 22:21:17 +0100 (Tue, 15 Feb 2005) | 1 line
8274 M /trunk/include/main.h
8275 M /trunk/include/vlc_threads.h
8276 M /trunk/modules/access/mms/mmstu.c
8277 M /trunk/modules/codec/cmml/browser_open.c
8278 M /trunk/modules/video_output/wingdi.c
8279 M /trunk/src/input/subtitles.c
8280 M /trunk/src/misc/configuration.c
8281 M /trunk/src/misc/modules.c
8282 M /trunk/src/misc/win32_specific.c
8284 * ALL: WinCE build fixes.
8285 ------------------------------------------------------------------------
8286 r9941 | gbazin | 2005-02-15 22:11:27 +0100 (Tue, 15 Feb 2005) | 1 line
8288 M /trunk/configure.ac
8290 * configure.ac: forgot to save this change.
8291 ------------------------------------------------------------------------
8292 r9940 | gbazin | 2005-02-15 22:09:09 +0100 (Tue, 15 Feb 2005) | 1 line
8294 M /trunk/Makefile.am
8295 M /trunk/configure.ac
8297 * configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
8298 ------------------------------------------------------------------------
8299 r9939 | gbazin | 2005-02-15 21:44:22 +0100 (Tue, 15 Feb 2005) | 1 line
8301 M /trunk/modules/gui/wxwindows/messages.cpp
8303 * modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
8304 ------------------------------------------------------------------------
8305 r9938 | hartman | 2005-02-15 21:29:29 +0100 (Tue, 15 Feb 2005) | 5 lines
8308 M /trunk/include/vlc_es_out.h
8309 M /trunk/include/vlc_input.h
8310 M /trunk/modules/access/dvdnav.c
8311 M /trunk/modules/codec/svcdsub.c
8312 M /trunk/modules/gui/wxwindows/open.cpp
8313 M /trunk/src/input/es_out.c
8314 M /trunk/src/input/var.c
8315 M /trunk/src/libvlc.h
8317 * renamed --spu-track to --sub-track
8318 * renamed --spumargin to --sub-margin
8319 * renamed --spu-language to --sub-language
8320 * added note to NEWS about changed names of options
8322 ------------------------------------------------------------------------
8323 r9937 | hartman | 2005-02-15 21:03:09 +0100 (Tue, 15 Feb 2005) | 2 lines
8325 M /trunk/src/libvlc.h
8326 M /trunk/src/misc/darwin_specific.m
8328 * Added the new languages to the prefs and the OSX environment.
8330 ------------------------------------------------------------------------
8331 r9936 | hartman | 2005-02-15 18:34:40 +0100 (Tue, 15 Feb 2005) | 2 lines
8335 * Set svn:ignore on activex dir.
8337 ------------------------------------------------------------------------
8338 r9935 | hartman | 2005-02-15 18:33:58 +0100 (Tue, 15 Feb 2005) | 4 lines
8340 M /trunk/include/vlc_access.h
8341 M /trunk/include/vlc_es_out.h
8342 M /trunk/modules/codec/svcdsub.c
8343 M /trunk/modules/gui/wxwindows/open.cpp
8344 M /trunk/src/input/es_out.c
8345 M /trunk/src/input/var.c
8346 M /trunk/src/libvlc.h
8348 * renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
8349 * renamed spu-channel to spu-track
8350 * "Tracks settings" should be "Track settings"
8352 ------------------------------------------------------------------------
8353 r9934 | courmisch | 2005-02-15 14:55:08 +0100 (Tue, 15 Feb 2005) | 2 lines
8355 M /trunk/activex/inplace.bmp
8356 M /trunk/evc/errno.h
8357 M /trunk/extras/MacOSX/Resources/about_bg.png
8358 M /trunk/modules/codec/libmpeg2.c
8359 M /trunk/modules/codec/speex.c
8360 M /trunk/modules/control/hotkeys.c
8361 M /trunk/modules/control/ntservice.c
8362 M /trunk/modules/control/rtci.c
8363 M /trunk/modules/gui/skins2/commands/cmd_add_item.cpp
8364 M /trunk/modules/gui/skins2/commands/cmd_add_item.hpp
8365 M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp
8366 M /trunk/modules/gui/skins2/commands/cmd_layout.cpp
8367 M /trunk/modules/gui/skins2/commands/cmd_layout.hpp
8368 M /trunk/modules/gui/skins2/commands/cmd_playlist.cpp
8369 M /trunk/modules/gui/skins2/commands/cmd_playlist.hpp
8370 M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp
8371 M /trunk/modules/gui/skins2/controls/ctrl_button.cpp
8372 M /trunk/modules/gui/skins2/controls/ctrl_checkbox.cpp
8373 M /trunk/modules/gui/skins2/controls/ctrl_generic.cpp
8374 M /trunk/modules/gui/skins2/controls/ctrl_image.cpp
8375 M /trunk/modules/gui/skins2/controls/ctrl_move.cpp
8376 M /trunk/modules/gui/skins2/controls/ctrl_resize.cpp
8377 M /trunk/modules/gui/skins2/controls/ctrl_slider.hpp
8378 M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
8379 M /trunk/modules/gui/skins2/events/evt_key.cpp
8380 M /trunk/modules/gui/skins2/events/evt_mouse.cpp
8381 M /trunk/modules/gui/skins2/events/evt_scroll.cpp
8382 M /trunk/modules/gui/skins2/events/evt_special.cpp
8383 M /trunk/modules/gui/skins2/parser/builder.cpp
8384 M /trunk/modules/gui/skins2/src/anchor.cpp
8385 M /trunk/modules/gui/skins2/src/theme.cpp
8386 M /trunk/modules/gui/skins2/src/theme.hpp
8387 M /trunk/modules/gui/skins2/src/theme_loader.cpp
8388 M /trunk/modules/gui/skins2/src/theme_loader.hpp
8389 M /trunk/modules/gui/skins2/src/theme_repository.cpp
8390 M /trunk/modules/gui/skins2/src/theme_repository.hpp
8391 M /trunk/modules/gui/skins2/src/vlcproc.cpp
8392 M /trunk/modules/gui/skins2/src/vlcproc.hpp
8393 M /trunk/modules/gui/skins2/src/window_manager.cpp
8394 M /trunk/modules/gui/skins2/utils/fsm.cpp
8395 M /trunk/modules/gui/skins2/utils/var_bool.cpp
8396 M /trunk/modules/gui/skins2/utils/var_bool.hpp
8397 M /trunk/modules/gui/skins2/utils/var_text.cpp
8398 M /trunk/modules/gui/skins2/utils/var_text.hpp
8399 M /trunk/modules/gui/skins2/vars/time.cpp
8400 M /trunk/modules/gui/skins2/vars/time.hpp
8401 M /trunk/modules/gui/skins2/vars/volume.hpp
8402 M /trunk/modules/gui/skins2/win32/win32_dragdrop.cpp
8403 M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp
8404 M /trunk/modules/gui/skins2/win32/win32_graphics.cpp
8405 M /trunk/modules/gui/skins2/win32/win32_loop.cpp
8406 M /trunk/modules/gui/skins2/win32/win32_tooltip.cpp
8407 M /trunk/modules/gui/skins2/x11/x11_dragdrop.cpp
8408 M /trunk/modules/gui/skins2/x11/x11_dragdrop.hpp
8409 M /trunk/modules/gui/wince/wince.rc
8410 M /trunk/modules/video_output/wingdi.c
8412 Remove bogus executable permissions
8414 ------------------------------------------------------------------------
8415 r9933 | dionoea | 2005-02-14 22:41:21 +0100 (Mon, 14 Feb 2005) | 5 lines
8419 * small man page update. It'd be nice to the http://videolan.org/doc
8420 url somewhere but i don't know where man page conventions would put
8424 ------------------------------------------------------------------------
8425 r9932 | robux4 | 2005-02-14 22:31:18 +0100 (Mon, 14 Feb 2005) | 1 line
8427 M /trunk/modules/demux/mkv.cpp
8429 mkv.cpp: don't wait for frames that won't be displayed when seeking
8430 ------------------------------------------------------------------------
8431 r9931 | robux4 | 2005-02-14 22:00:52 +0100 (Mon, 14 Feb 2005) | 1 line
8433 M /trunk/modules/demux/mkv.cpp
8435 mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
8436 ------------------------------------------------------------------------
8437 r9929 | gbazin | 2005-02-14 11:12:19 +0100 (Mon, 14 Feb 2005) | 1 line
8439 M /trunk/modules/access/mms/mmsh.c
8440 M /trunk/modules/access/mms/mmstu.c
8442 * modules/access/mms: fixed recent breakage.
8443 ------------------------------------------------------------------------
8444 r9928 | gbazin | 2005-02-14 10:38:51 +0100 (Mon, 14 Feb 2005) | 3 lines
8446 M /trunk/include/vlc_input.h
8447 M /trunk/modules/demux/mkv.cpp
8449 * modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
8450 * include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).
8452 ------------------------------------------------------------------------
8453 r9927 | markfm | 2005-02-13 23:16:48 +0100 (Sun, 13 Feb 2005) | 2 lines
8455 M /trunk/modules/gui/wxwindows/wizard.cpp
8457 wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY
8459 ------------------------------------------------------------------------
8460 r9926 | markfm | 2005-02-13 17:16:15 +0100 (Sun, 13 Feb 2005) | 2 lines
8462 M /trunk/modules/gui/wxwindows/wizard.cpp
8464 wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)
8466 ------------------------------------------------------------------------
8467 r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (Sat, 12 Feb 2005) | 1 line
8469 M /trunk/extras/contrib/src/Makefile
8470 D /trunk/extras/contrib/src/Patches/ebml.patch
8471 D /trunk/extras/contrib/src/Patches/matroska.patch
8472 M /trunk/extras/contrib/src/packages.mak
8474 * all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
8475 ------------------------------------------------------------------------
8476 r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (Sat, 12 Feb 2005) | 1 line
8478 M /trunk/po/POTFILES.in
8483 M /trunk/po/en_GB.po
8495 M /trunk/po/pt_BR.po
8502 * all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
8503 ------------------------------------------------------------------------
8504 r9922 | gbazin | 2005-02-12 12:00:56 +0100 (Sat, 12 Feb 2005) | 6 lines
8506 M /trunk/modules/access/http.c
8507 M /trunk/modules/access/mms/mmsh.c
8508 M /trunk/modules/access/mms/mmstu.c
8509 M /trunk/modules/demux/livedotcom.cpp
8511 * modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro
8512 algorithm for http/mms/rtsp by default for now since our algo was designed for local network
8513 streaming of MPEG over UDP in mind and doesn't work well in other cases.
8514 You can still use the --clock-synchro config option to override this.
8515 Hopefully this commit will be reverted once the clock synchro has been re-written.
8517 ------------------------------------------------------------------------
8518 r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (Sat, 12 Feb 2005) | 1 line
8527 sorry for the previous commit. here are the new po-files.
8528 ------------------------------------------------------------------------
8529 r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (Sat, 12 Feb 2005) | 1 line
8531 M /trunk/configure.ac
8534 M /trunk/po/en_GB.po
8543 M /trunk/po/pt_BR.po
8548 * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
8549 ------------------------------------------------------------------------
8550 r9919 | gbazin | 2005-02-11 13:36:22 +0100 (Fri, 11 Feb 2005) | 1 line
8552 M /trunk/modules/access/dvdnav.c
8554 * modules/access/dvdnav.c: fixed typo.
8555 ------------------------------------------------------------------------
8556 r9918 | damienf | 2005-02-11 12:39:04 +0100 (Fri, 11 Feb 2005) | 1 line
8558 M /trunk/modules/gui/skins2/src/theme_loader.cpp
8560 GCC 3.3.3 has strong type checking
8561 ------------------------------------------------------------------------
8562 r9917 | gbazin | 2005-02-11 11:57:03 +0100 (Fri, 11 Feb 2005) | 1 line
8564 M /trunk/modules/gui/wxwindows/bookmarks.cpp
8565 M /trunk/modules/gui/wxwindows/interface.cpp
8566 M /trunk/modules/gui/wxwindows/video.cpp
8567 M /trunk/modules/gui/wxwindows/wxwindows.h
8569 * modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
8570 ------------------------------------------------------------------------
8571 r9916 | zorglub | 2005-02-11 11:30:09 +0100 (Fri, 11 Feb 2005) | 2 lines
8575 Added Steve Lhomme to the list of contributors. Thanks :)
8577 ------------------------------------------------------------------------
8578 r9915 | gbazin | 2005-02-11 11:03:50 +0100 (Fri, 11 Feb 2005) | 4 lines
8580 M /trunk/msvc/plugins.dsp.in
8581 M /trunk/msvc/vlc.dsp.in
8583 * msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
8584 Here is a patch to have the same file names and locations as the mingw32 build.
8585 It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
8587 ------------------------------------------------------------------------
8588 r9914 | gbazin | 2005-02-10 15:45:34 +0100 (Thu, 10 Feb 2005) | 1 line
8590 M /trunk/src/libvlc.c
8591 M /trunk/src/libvlc.h
8593 * src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
8594 ------------------------------------------------------------------------
8595 r9913 | gbazin | 2005-02-10 14:43:10 +0100 (Thu, 10 Feb 2005) | 1 line
8597 M /trunk/src/libvlc.c
8599 * src/libvlc.c: help now prints the list of integer values.
8600 ------------------------------------------------------------------------
8601 r9912 | gbazin | 2005-02-10 14:26:52 +0100 (Thu, 10 Feb 2005) | 1 line
8603 M /trunk/src/input/input.c
8604 M /trunk/src/input/var.c
8605 M /trunk/src/libvlc.h
8607 * src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
8608 ------------------------------------------------------------------------
8609 r9911 | gbazin | 2005-02-10 12:58:12 +0100 (Thu, 10 Feb 2005) | 1 line
8611 M /trunk/modules/gui/skins2/src/theme_loader.cpp
8613 * modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
8614 ------------------------------------------------------------------------
8615 r9910 | gbazin | 2005-02-10 12:56:54 +0100 (Thu, 10 Feb 2005) | 1 line
8617 M /trunk/modules/gui/wxwindows/playlist.cpp
8619 * modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
8620 ------------------------------------------------------------------------
8621 r9909 | gbazin | 2005-02-10 11:32:54 +0100 (Thu, 10 Feb 2005) | 1 line
8623 M /trunk/modules/gui/wxwindows/interface.cpp
8624 M /trunk/modules/gui/wxwindows/playlist.cpp
8626 * modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
8627 ------------------------------------------------------------------------
8628 r9908 | gbazin | 2005-02-09 14:52:40 +0100 (Wed, 09 Feb 2005) | 1 line
8630 M /trunk/modules/gui/wxwindows/interface.cpp
8632 * modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
8633 ------------------------------------------------------------------------
8634 r9907 | gbazin | 2005-02-09 11:45:26 +0100 (Wed, 09 Feb 2005) | 1 line
8636 M /trunk/modules/demux/mkv.cpp
8638 * modules/demux/mkv.cpp: compilation fixes.
8639 ------------------------------------------------------------------------
8640 r9906 | gbazin | 2005-02-09 11:09:41 +0100 (Wed, 09 Feb 2005) | 3 lines
8642 M /trunk/configure.ac
8643 M /trunk/modules/demux/mkv.cpp
8645 * modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
8646 This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
8648 ------------------------------------------------------------------------
8649 r9905 | gbazin | 2005-02-09 10:37:08 +0100 (Wed, 09 Feb 2005) | 1 line
8651 M /trunk/src/extras/libc.c
8653 * src/extras/libc.c: removed unused vlc_seek().
8654 ------------------------------------------------------------------------
8655 r9904 | fenrir | 2005-02-08 18:05:37 +0100 (Tue, 08 Feb 2005) | 2 lines
8657 M /trunk/modules/demux/ts.c
8659 * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
8661 ------------------------------------------------------------------------
8662 r9903 | fenrir | 2005-02-08 18:02:49 +0100 (Tue, 08 Feb 2005) | 2 lines
8664 M /trunk/include/vlc_access.h
8665 M /trunk/modules/access/mms/mmsh.c
8666 M /trunk/modules/access/mms/mmstu.c
8667 M /trunk/modules/demux/asf/asf.c
8668 M /trunk/src/input/stream.c
8670 * all: better support for MBR mms stream (display only received streams).
8672 ------------------------------------------------------------------------
8673 r9902 | fenrir | 2005-02-08 18:00:18 +0100 (Tue, 08 Feb 2005) | 13 lines
8675 M /trunk/modules/access/dvdnav.c
8676 M /trunk/src/input/es_out.c
8677 M /trunk/src/input/var.c
8678 M /trunk/src/libvlc.h
8680 * all: added a --audio-language and --spu-language to select tracks based
8682 Both options accepts a list (comma separated) of country code(2/3 letters)
8683 or name (english/native).
8684 For demuxers that doesn't provide language info, they are ignored.
8686 Support for dvdnav isn't complete (only first language is tried) and untested.
8688 Ex: --spu-language en,fr will try to select english track and if none
8689 then french one (and if none, no subtitle).
8690 (you can also use --spu-language english,french or english,francais)
8693 ------------------------------------------------------------------------
8694 r9901 | fenrir | 2005-02-08 17:45:47 +0100 (Tue, 08 Feb 2005) | 2 lines
8696 M /trunk/modules/control/http.c
8698 * http: add a redirect from */index.html to */
8700 ------------------------------------------------------------------------
8701 r9900 | zorglub | 2005-02-08 17:38:18 +0100 (Tue, 08 Feb 2005) | 3 lines
8703 M /trunk/modules/gui/wxwindows/Modules.am
8704 M /trunk/modules/gui/wxwindows/bookmarks.cpp
8706 Include missing images to dist
8707 Autofocus the OK button in bookmark edit
8709 ------------------------------------------------------------------------
8710 r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (Tue, 08 Feb 2005) | 2 lines
8712 M /trunk/Makefile.am
8714 Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
8716 ------------------------------------------------------------------------
8717 r9897 | gbazin | 2005-02-08 15:18:05 +0100 (Tue, 08 Feb 2005) | 1 line
8719 M /trunk/include/vlc_common.h
8721 * include/vlc_common.h: avoid compiler warnings.
8722 ------------------------------------------------------------------------
8723 r9893 | markfm | 2005-02-08 03:32:44 +0100 (Tue, 08 Feb 2005) | 2 lines
8725 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8727 preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets). People using Cygwin: either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
8729 ------------------------------------------------------------------------
8730 r9892 | courmisch | 2005-02-07 23:34:21 +0100 (Mon, 07 Feb 2005) | 2 lines
8732 M /trunk/include/stream_output.h
8733 M /trunk/src/stream_output/announce.c
8734 M /trunk/src/stream_output/sap.c
8736 fix two memleaks and remove a bogus net_Close()
8738 ------------------------------------------------------------------------
8739 r9891 | courmisch | 2005-02-07 21:34:08 +0100 (Mon, 07 Feb 2005) | 2 lines
8741 M /trunk/modules/stream_out/standard.c
8743 - Fixes a segmentation fault in sout_AnnounceSessionDestroy
8745 ------------------------------------------------------------------------
8746 r9890 | gbazin | 2005-02-07 11:44:49 +0100 (Mon, 07 Feb 2005) | 2 lines
8748 M /trunk/include/modules_inner.h
8749 M /trunk/include/vlc_common.h
8750 M /trunk/modules/codec/ffmpeg/audio.c
8751 M /trunk/modules/codec/ffmpeg/encoder.c
8753 * include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
8755 ------------------------------------------------------------------------
8756 r9889 | courmisch | 2005-02-06 19:31:58 +0100 (Sun, 06 Feb 2005) | 2 lines
8758 M /trunk/modules/access/smb.c
8760 Compile fix, unbreak smb access on Linux
8762 ------------------------------------------------------------------------
8763 r9888 | zorglub | 2005-02-06 18:55:47 +0100 (Sun, 06 Feb 2005) | 3 lines
8765 M /trunk/modules/gui/wxwindows/playlist.cpp
8766 M /trunk/modules/gui/wxwindows/wxwindows.h
8767 M /trunk/modules/services_discovery/daap.c
8769 * wx: Ensure that callbacks are not registered twice
8770 * DAAP: don't crash if connection to host timeouts
8772 ------------------------------------------------------------------------
8773 r9887 | zorglub | 2005-02-06 17:54:12 +0100 (Sun, 06 Feb 2005) | 3 lines
8775 M /trunk/modules/demux/subtitle.c
8776 M /trunk/modules/services_discovery/daap.c
8777 M /trunk/src/input/var.c
8779 Fix subtitle delay < 0
8782 ------------------------------------------------------------------------
8783 r9886 | courmisch | 2005-02-06 17:12:35 +0100 (Sun, 06 Feb 2005) | 2 lines
8785 M /trunk/configure.ac
8787 - Fix previous buggy commit
8789 ------------------------------------------------------------------------
8790 r9885 | courmisch | 2005-02-06 17:02:24 +0100 (Sun, 06 Feb 2005) | 3 lines
8792 M /trunk/Makefile.am
8793 M /trunk/configure.ac
8795 - Fix building of vlc-config
8796 VLC can now be built in a subdirectory
8798 ------------------------------------------------------------------------
8799 r9884 | zorglub | 2005-02-06 13:05:43 +0100 (Sun, 06 Feb 2005) | 8 lines
8801 M /trunk/include/vlc_playlist.h
8802 M /trunk/modules/gui/macosx/playlist.m
8803 M /trunk/modules/gui/wxwindows/playlist.cpp
8804 M /trunk/modules/gui/wxwindows/wxwindows.h
8805 M /trunk/modules/services_discovery/daap.c
8806 M /trunk/modules/services_discovery/hal.c
8807 M /trunk/modules/services_discovery/sap.c
8808 M /trunk/src/playlist/view.c
8810 * wx : simplify some code, remove some useless duplications
8811 hopefully prevent deadlocks
8813 * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.
8815 * SAP/DAAP : Ensure that the node gets removed on quit
8816 * HAL : Remove the node on quit and fix f**age of the Close function
8818 ------------------------------------------------------------------------
8819 r9883 | courmisch | 2005-02-05 15:40:38 +0100 (Sat, 05 Feb 2005) | 3 lines
8821 M /trunk/include/stream_output.h
8822 M /trunk/modules/services_discovery/sap.c
8823 M /trunk/src/stream_output/sap.c
8825 * convert SAP announce name & group from locale to UTF-8
8826 * fix bug in previous SAP commit
8828 ------------------------------------------------------------------------
8829 r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (Sat, 05 Feb 2005) | 2 lines
8831 M /trunk/src/input/control.c
8833 input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
8835 ------------------------------------------------------------------------
8836 r9881 | andrep | 2005-02-04 17:13:11 +0100 (Fri, 04 Feb 2005) | 3 lines
8838 M /trunk/modules/video_filter/scale.c
8840 * modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
8843 ------------------------------------------------------------------------
8844 r9880 | courmisch | 2005-02-04 13:35:15 +0100 (Fri, 04 Feb 2005) | 5 lines
8846 M /trunk/modules/services_discovery/sap.c
8848 Attempts to recode SAP announces from UTF-8 to user's charset
8849 (will fix improperly encoded playlist items when the user's charset
8850 does not match the SAP announcer's one, provided all SAP announce be
8853 ------------------------------------------------------------------------
8854 r9879 | courmisch | 2005-02-04 13:14:52 +0100 (Fri, 04 Feb 2005) | 2 lines
8856 M /trunk/modules/services_discovery/sap.c
8860 ------------------------------------------------------------------------
8861 r9876 | titer | 2005-02-03 21:47:50 +0100 (Thu, 03 Feb 2005) | 2 lines
8863 M /trunk/modules/gui/beos/VideoOutput.cpp
8865 beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
8867 ------------------------------------------------------------------------
8868 r9875 | gbazin | 2005-02-03 13:11:28 +0100 (Thu, 03 Feb 2005) | 1 line
8870 M /trunk/modules/packetizer/mpeg4video.c
8872 * modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
8873 ------------------------------------------------------------------------
8874 r9873 | gbazin | 2005-02-02 16:54:00 +0100 (Wed, 02 Feb 2005) | 1 line
8876 M /trunk/modules/packetizer/mpeg4video.c
8878 * modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
8879 ------------------------------------------------------------------------
8880 r9872 | bigben | 2005-02-01 18:14:29 +0100 (Tue, 01 Feb 2005) | 3 lines
8882 M /trunk/modules/access/v4l/v4l.c
8887 ------------------------------------------------------------------------
8888 r9871 | oaubert | 2005-02-01 17:46:22 +0100 (Tue, 01 Feb 2005) | 2 lines
8890 M /trunk/modules/misc/svg.c
8892 svg.c: ported the code for vlc 0.8.1 (as a video filter)
8894 ------------------------------------------------------------------------
8895 r9870 | andrep | 2005-02-01 17:02:40 +0100 (Tue, 01 Feb 2005) | 1 line
8897 M /trunk/modules/codec/theora.c
8899 * modules/codec/theora.c: correctly display x-offset video
8900 ------------------------------------------------------------------------
8901 r9869 | hartman | 2005-02-01 14:48:53 +0100 (Tue, 01 Feb 2005) | 2 lines
8903 M /trunk/extras/contrib/src/Makefile
8905 * Fix theora contrib
8907 ------------------------------------------------------------------------
8908 r9866 | markfm | 2005-02-01 03:11:02 +0100 (Tue, 01 Feb 2005) | 2 lines
8910 M /trunk/modules/gui/wxwindows/wizard.cpp
8912 wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices
8914 ------------------------------------------------------------------------
8915 r9863 | gbazin | 2005-01-31 12:41:03 +0100 (Mon, 31 Jan 2005) | 1 line
8917 M /trunk/configure.ac
8919 * configure.ac: hopefully the final fix for the c++ build.
8920 ------------------------------------------------------------------------
8921 r9862 | gbazin | 2005-01-31 11:07:27 +0100 (Mon, 31 Jan 2005) | 1 line
8923 M /trunk/modules/codec/vorbis.c
8924 M /trunk/src/misc/vlm.c
8926 * src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
8927 ------------------------------------------------------------------------
8928 r9861 | markfm | 2005-01-30 15:26:47 +0100 (Sun, 30 Jan 2005) | 2 lines
8930 M /trunk/modules/gui/wxwindows/open.cpp
8931 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8933 wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
8935 ------------------------------------------------------------------------
8936 r9860 | zorglub | 2005-01-30 14:23:18 +0100 (Sun, 30 Jan 2005) | 2 lines
8938 M /trunk/modules/gui/wxwindows/extrapanel.cpp
8939 M /trunk/modules/gui/wxwindows/open.cpp
8940 M /trunk/modules/gui/wxwindows/wizard.cpp
8941 M /trunk/modules/gui/wxwindows/wxwindows.h
8943 Uninitialized values
8945 ------------------------------------------------------------------------
8946 r9859 | sam | 2005-01-30 12:41:23 +0100 (Sun, 30 Jan 2005) | 2 lines
8948 M /trunk/configure.ac
8950 * configure.ac: Scrogneugneu, fixed the C++ build.
8952 ------------------------------------------------------------------------
8953 r9858 | rocky | 2005-01-30 04:31:51 +0100 (Sun, 30 Jan 2005) | 2 lines
8955 M /trunk/modules/access/cdda/access.c
8957 Use cdio-native name for paranoia read.
8959 ------------------------------------------------------------------------
8960 r9854 | zorglub | 2005-01-29 17:32:14 +0100 (Sat, 29 Jan 2005) | 2 lines
8962 M /trunk/modules/demux/mkv.cpp
8964 H264 support in mkv, patch by Steve Lhomme
8966 ------------------------------------------------------------------------
8967 r9853 | markfm | 2005-01-29 17:15:16 +0100 (Sat, 29 Jan 2005) | 2 lines
8969 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
8971 preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
8973 ------------------------------------------------------------------------
8974 r9852 | zorglub | 2005-01-29 16:22:53 +0100 (Sat, 29 Jan 2005) | 4 lines
8976 M /trunk/modules/LIST
8977 M /trunk/modules/misc/logger.c
8978 M /trunk/src/libvlc.h
8979 M /trunk/src/video_output/vout_subpictures.c
8981 * A few string and organization fixes in preferences
8983 * Coding style fixes
8985 ------------------------------------------------------------------------
8986 r9851 | sam | 2005-01-29 15:49:34 +0100 (Sat, 29 Jan 2005) | 2 lines
8988 M /trunk/configure.ac
8990 * configure.ac: Finished support for C++-disabled systems.
8992 ------------------------------------------------------------------------
8993 r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (Sat, 29 Jan 2005) | 2 lines
8995 M /trunk/modules/gui/wxwindows/wizard.cpp
8997 wizard.cpp: Layout fixes on the input page
8999 ------------------------------------------------------------------------
9000 r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (Sat, 29 Jan 2005) | 5 lines
9002 M /trunk/modules/gui/wxwindows/wizard.cpp
9004 wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
9005 in the streaming method page of the wizard, in order to properly show all
9006 text. Hardcode the top spacing in order to prevent controls from moving
9007 around on Layout(). reported by markfm
9009 ------------------------------------------------------------------------
9010 r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (Sat, 29 Jan 2005) | 5 lines
9012 M /trunk/modules/gui/wxwindows/wizard.cpp
9013 M /trunk/modules/gui/wxwindows/wxwindows.h
9015 wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
9016 actually selecting anything (reported by Trax)
9017 both: fix a compiler warning (c++ likes function that don't change their
9018 parameters to declare them const)
9020 ------------------------------------------------------------------------
9021 r9846 | sam | 2005-01-28 16:37:09 +0100 (Fri, 28 Jan 2005) | 2 lines
9023 M /trunk/configure.ac
9025 * configure.ac: Attempt to work without a C++ compiler.
9027 ------------------------------------------------------------------------
9028 r9845 | gbazin | 2005-01-28 15:17:38 +0100 (Fri, 28 Jan 2005) | 1 line
9030 M /trunk/Makefile.am
9032 * Makefile.am: include the activex plugin in package-win32-base.
9033 ------------------------------------------------------------------------
9034 r9844 | hartman | 2005-01-28 02:04:58 +0100 (Fri, 28 Jan 2005) | 2 lines
9036 M /trunk/modules/access/cdda/access.c
9038 * cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h
9040 ------------------------------------------------------------------------
9041 r9843 | hartman | 2005-01-28 01:44:31 +0100 (Fri, 28 Jan 2005) | 2 lines
9043 M /trunk/modules/gui/macosx/playlist.m
9044 M /trunk/modules/gui/macosx/playlistinfo.m
9046 * Two small bugs in the OSX intf
9048 ------------------------------------------------------------------------
9049 r9842 | hartman | 2005-01-27 23:33:15 +0100 (Thu, 27 Jan 2005) | 2 lines
9051 M /trunk/src/video_output/video_output.c
9053 * src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(
9055 ------------------------------------------------------------------------
9056 r9841 | hartman | 2005-01-27 22:56:34 +0100 (Thu, 27 Jan 2005) | 2 lines
9058 M /trunk/src/playlist/playlist.c
9060 * src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.
9062 ------------------------------------------------------------------------
9063 r9840 | gbazin | 2005-01-27 18:05:25 +0100 (Thu, 27 Jan 2005) | 1 line
9065 M /trunk/modules/codec/dvbsub.c
9067 * modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
9068 ------------------------------------------------------------------------
9069 r9839 | gbazin | 2005-01-27 17:44:31 +0100 (Thu, 27 Jan 2005) | 1 line
9071 M /trunk/modules/demux/ts.c
9073 * modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
9074 ------------------------------------------------------------------------
9075 r9838 | gbazin | 2005-01-27 16:44:34 +0100 (Thu, 27 Jan 2005) | 1 line
9077 M /trunk/configure.ac
9078 M /trunk/modules/access/smb.c
9080 * modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
9081 ------------------------------------------------------------------------
9082 r9837 | hartman | 2005-01-27 15:03:48 +0100 (Thu, 27 Jan 2005) | 2 lines
9084 M /trunk/extras/contrib/Makefile
9086 * contrib/Makefile: use tabs, not spaces in Makefile
9088 ------------------------------------------------------------------------
9089 r9836 | gbazin | 2005-01-27 13:51:21 +0100 (Thu, 27 Jan 2005) | 1 line
9091 M /trunk/configure.ac
9092 M /trunk/modules/access/Modules.am
9093 A /trunk/modules/access/smb.c
9095 * modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
9096 ------------------------------------------------------------------------
9097 r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (Thu, 27 Jan 2005) | 2 lines
9099 M /trunk/modules/demux/mkv.cpp
9101 mkc.cpp: fix crash on invalid tracks
9103 ------------------------------------------------------------------------
9104 r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (Thu, 27 Jan 2005) | 1 line
9106 M /trunk/modules/gui/macosx/prefs.m
9108 * VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
9109 ------------------------------------------------------------------------
9110 r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (Thu, 27 Jan 2005) | 2 lines
9112 M /trunk/extras/contrib/Makefile
9113 M /trunk/extras/contrib/src/Makefile
9115 * contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
9116 * contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
9117 ------------------------------------------------------------------------
9118 r9832 | gbazin | 2005-01-26 17:12:37 +0100 (Wed, 26 Jan 2005) | 1 line
9120 M /trunk/src/input/stream.c
9121 M /trunk/src/libvlc.h
9123 * src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
9124 ------------------------------------------------------------------------
9125 r9831 | rocky | 2005-01-26 14:05:14 +0100 (Wed, 26 Jan 2005) | 5 lines
9127 M /trunk/configure.ac
9128 M /trunk/modules/access/cdda/access.c
9129 M /trunk/modules/access/cdda/cdda.c
9130 M /trunk/modules/access/cdda/cdda.h
9131 M /trunk/modules/access/cdda/info.c
9132 M /trunk/modules/access/vcdx/access.c
9133 M /trunk/modules/access/vcdx/info.c
9134 M /trunk/modules/access/vcdx/vcdplayer.c
9135 M /trunk/modules/access/vcdx/vcdplayer.h
9137 configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
9138 cdda/*: add basic cd-paranoia mode via libcdio.
9139 vcdx/*: changes dictated by new regime
9142 ------------------------------------------------------------------------
9143 r9830 | gbazin | 2005-01-26 09:18:46 +0100 (Wed, 26 Jan 2005) | 1 line
9145 M /trunk/modules/video_output/Modules.am
9146 M /trunk/modules/video_output/wingdi.c
9148 * modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
9149 ------------------------------------------------------------------------
9150 r9826 | fenrir | 2005-01-25 15:15:08 +0100 (Tue, 25 Jan 2005) | 2 lines
9152 M /trunk/src/input/es_out.c
9154 * es_out: fix program change on the fly.
9156 ------------------------------------------------------------------------
9157 r9824 | dionoea | 2005-01-25 00:42:14 +0100 (Tue, 25 Jan 2005) | 2 lines
9159 M /trunk/src/video_output/vout_intf.c
9161 * remove unused home_dir from fprintf style function
9163 ------------------------------------------------------------------------
9164 r9823 | dionoea | 2005-01-24 23:57:09 +0100 (Mon, 24 Jan 2005) | 4 lines
9166 M /trunk/src/video_output/vout_intf.c
9168 * under windows, default directory to save snapshots is now the user's
9169 My Pictures (or Mes Images ... depending on locale) directory
9172 ------------------------------------------------------------------------
9173 r9822 | hartman | 2005-01-24 21:46:20 +0100 (Mon, 24 Jan 2005) | 7 lines
9175 M /trunk/modules/control/rc.c
9176 M /trunk/modules/control/rtci.c
9178 * modules/control/rc.c:
9179 - New commands fastforward and rewind for VOD trickplay
9180 - New command goto <index> for better playlist control
9181 - Playlist parent item (category) now appended to output
9182 Patch by Dermot McGahon
9183 * modules/control/rtci.c: ported patch to rtci as well.
9185 ------------------------------------------------------------------------
9186 r9821 | hartman | 2005-01-24 21:44:53 +0100 (Mon, 24 Jan 2005) | 2 lines
9188 M /trunk/modules/control/http.c
9190 * Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
9192 ------------------------------------------------------------------------
9193 r9820 | djc | 2005-01-24 15:19:40 +0100 (Mon, 24 Jan 2005) | 2 lines
9195 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9196 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9197 M /trunk/modules/gui/macosx/playlist.h
9198 M /trunk/modules/gui/macosx/playlist.m
9200 Added a Service Discovery sub menu in playlist contextual menu.
9202 ------------------------------------------------------------------------
9203 r9817 | zorglub | 2005-01-23 22:07:24 +0100 (Sun, 23 Jan 2005) | 2 lines
9205 M /trunk/modules/gui/wxwindows/wizard.cpp
9207 Fix breakage in transcode file selection
9209 ------------------------------------------------------------------------
9210 r9816 | yoann | 2005-01-23 21:58:48 +0100 (Sun, 23 Jan 2005) | 2 lines
9212 M /trunk/modules/gui/wxwindows/playlist.cpp
9214 * wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
9216 ------------------------------------------------------------------------
9217 r9815 | yoann | 2005-01-23 18:53:40 +0100 (Sun, 23 Jan 2005) | 2 lines
9219 M /trunk/include/vlc_common.h
9220 M /trunk/include/vlc_vlm.h
9221 M /trunk/src/misc/vlm.c
9223 * src/misc/vlm.c: start exporting some VLM control functions
9225 ------------------------------------------------------------------------
9226 r9814 | gbazin | 2005-01-23 13:26:01 +0100 (Sun, 23 Jan 2005) | 1 line
9228 M /trunk/modules/codec/dvbsub.c
9230 * modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
9231 ------------------------------------------------------------------------
9232 r9813 | zorglub | 2005-01-23 12:06:17 +0100 (Sun, 23 Jan 2005) | 2 lines
9238 ------------------------------------------------------------------------
9239 r9811 | gbazin | 2005-01-22 21:35:24 +0100 (Sat, 22 Jan 2005) | 1 line
9241 M /trunk/modules/video_filter/blend.c
9243 * modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
9244 ------------------------------------------------------------------------
9245 r9810 | andrep | 2005-01-22 18:50:11 +0100 (Sat, 22 Jan 2005) | 3 lines
9247 M /trunk/mozilla/vlcshell.cpp
9249 * mozilla/vlcshell.cpp: Fix compilation on Mac OS X
9252 ------------------------------------------------------------------------
9253 r9809 | andrep | 2005-01-22 18:48:45 +0100 (Sat, 22 Jan 2005) | 2 lines
9255 M /trunk/mozilla/Makefile.am
9257 * mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory
9259 ------------------------------------------------------------------------
9260 r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (Sat, 22 Jan 2005) | 1 line
9264 * initial translation to Greek by Simos Xenitellis
9265 ------------------------------------------------------------------------
9266 r9806 | hartman | 2005-01-22 02:57:49 +0100 (Sat, 22 Jan 2005) | 2 lines
9268 M /trunk/modules/gui/macosx/playlist.m
9270 * playlist.m: fix a locking issue
9272 ------------------------------------------------------------------------
9273 r9805 | yoann | 2005-01-21 22:49:28 +0100 (Fri, 21 Jan 2005) | 2 lines
9275 M /trunk/modules/gui/ncurses.c
9277 * modules/gui/ncurses.c: incremental search works now with tree playlist.
9279 ------------------------------------------------------------------------
9280 r9804 | hartman | 2005-01-21 21:12:05 +0100 (Fri, 21 Jan 2005) | 4 lines
9282 M /trunk/extras/contrib/src/Makefile
9285 added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
9286 the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)
9288 ------------------------------------------------------------------------
9289 r9803 | hartman | 2005-01-21 20:26:08 +0100 (Fri, 21 Jan 2005) | 2 lines
9291 M /trunk/modules/video_filter/blend.c
9293 * blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.
9295 ------------------------------------------------------------------------
9296 r9802 | fenrir | 2005-01-21 18:02:39 +0100 (Fri, 21 Jan 2005) | 1 line
9298 M /trunk/modules/demux/ts.c
9300 ts: fix --ts-extra-pmt.
9301 ------------------------------------------------------------------------
9302 r9801 | massiot | 2005-01-21 16:22:45 +0100 (Fri, 21 Jan 2005) | 3 lines
9304 M /trunk/modules/access/pvr/pvr.c
9306 * modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
9309 ------------------------------------------------------------------------
9310 r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (Fri, 21 Jan 2005) | 1 line
9312 M /trunk/Makefile.am
9314 * small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
9315 ------------------------------------------------------------------------
9316 r9799 | damienf | 2005-01-21 14:52:11 +0100 (Fri, 21 Jan 2005) | 3 lines
9318 M /trunk/activex/axvlc.idl
9319 M /trunk/activex/axvlc.tlb
9320 M /trunk/activex/connectioncontainer.cpp
9321 M /trunk/activex/connectioncontainer.h
9322 M /trunk/activex/plugin.cpp
9323 M /trunk/activex/plugin.h
9324 M /trunk/activex/provideclassinfo.cpp
9325 M /trunk/activex/test.html
9326 M /trunk/activex/utils.cpp
9327 M /trunk/activex/vlccontrol.cpp
9329 ActiveX: misc fixes & improvements
9332 ------------------------------------------------------------------------
9333 r9798 | hartman | 2005-01-21 14:41:52 +0100 (Fri, 21 Jan 2005) | 2 lines
9335 M /trunk/Makefile.am
9337 * Add the new Nibs to MAKE_DIST
9339 ------------------------------------------------------------------------
9340 r9797 | gbazin | 2005-01-21 11:53:29 +0100 (Fri, 21 Jan 2005) | 1 line
9342 M /trunk/modules/mux/asf.c
9344 * modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
9345 ------------------------------------------------------------------------
9346 r9796 | hartman | 2005-01-20 21:51:36 +0100 (Thu, 20 Jan 2005) | 7 lines
9348 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
9349 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
9350 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
9351 M /trunk/modules/gui/macosx/intf.h
9352 M /trunk/modules/gui/macosx/intf.m
9353 M /trunk/modules/gui/macosx/playlist.h
9354 M /trunk/modules/gui/macosx/playlist.m
9355 M /trunk/modules/gui/macosx/playlistinfo.m
9356 M /trunk/modules/gui/macosx/vout.h
9357 M /trunk/modules/gui/macosx/vout.m
9360 - don't use bool. it's BOOL
9361 - use GNU style C and hungarian notation
9362 - fix the issue with GUI crashes in playlistview
9363 - default is now category view (for experimentation until we have a SD menu)
9364 - experiment with NSViews to fix the 'drawer' issue (not working though)
9366 ------------------------------------------------------------------------
9367 r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (Thu, 20 Jan 2005) | 2 lines
9369 M /trunk/modules/services_discovery/sap.c
9371 sap.c: fix too early free in demux
9373 ------------------------------------------------------------------------
9374 r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (Thu, 20 Jan 2005) | 2 lines
9376 M /trunk/modules/audio_output/alsa.c
9378 alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
9380 ------------------------------------------------------------------------
9381 r9793 | gbazin | 2005-01-20 16:28:56 +0100 (Thu, 20 Jan 2005) | 1 line
9383 M /trunk/src/audio_output/output.c
9385 * src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of )
9386 ------------------------------------------------------------------------
9387 r9792 | gbazin | 2005-01-20 15:30:17 +0100 (Thu, 20 Jan 2005) | 1 line
9389 M /trunk/modules/mux/asf.c
9391 * modules/mux/asf.c: another fix for WMA support.
9392 ------------------------------------------------------------------------
9393 r9791 | massiot | 2005-01-20 14:34:48 +0100 (Thu, 20 Jan 2005) | 3 lines
9395 M /trunk/src/input/es_out.c
9397 * src/input/es_out.c: Improved the kludge for teletext streams without
9400 ------------------------------------------------------------------------
9401 r9790 | gbazin | 2005-01-20 14:18:34 +0100 (Thu, 20 Jan 2005) | 1 line
9403 M /trunk/modules/mux/asf.c
9405 * modules/mux/asf.c: compiler warnings are there for a reason ;)
9406 ------------------------------------------------------------------------
9407 r9789 | gbazin | 2005-01-20 13:32:53 +0100 (Thu, 20 Jan 2005) | 3 lines
9409 M /trunk/include/codecs.h
9410 M /trunk/modules/mux/asf.c
9411 M /trunk/modules/mux/avi.c
9413 * modules/mux/asf.c: only add an audio error correction field in the case of WMA.
9414 * include/codecs.h: added a couple more audio tags.
9416 ------------------------------------------------------------------------
9417 r9788 | gbazin | 2005-01-20 13:11:03 +0100 (Thu, 20 Jan 2005) | 1 line
9419 M /trunk/configure.ac
9421 * configure.ac: oops, forgot something.
9422 ------------------------------------------------------------------------
9423 r9787 | gbazin | 2005-01-20 13:03:58 +0100 (Thu, 20 Jan 2005) | 1 line
9425 M /trunk/activex/Makefile.am
9426 M /trunk/configure.ac
9428 * configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
9429 ------------------------------------------------------------------------
9430 r9786 | gbazin | 2005-01-20 11:10:30 +0100 (Thu, 20 Jan 2005) | 1 line
9432 M /trunk/activex/Makefile.am
9433 M /trunk/configure.ac
9435 * configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
9436 ------------------------------------------------------------------------
9437 r9784 | zorglub | 2005-01-19 23:33:16 +0100 (Wed, 19 Jan 2005) | 3 lines
9440 M /trunk/configure.ac
9443 one todo item less !
9445 ------------------------------------------------------------------------
9446 r9783 | bigben | 2005-01-19 23:28:47 +0100 (Wed, 19 Jan 2005) | 4 lines
9448 M /trunk/modules/control/showintf.c
9450 Add a category to the showintf control interface, so that it gets displayed in the prefs...
9454 ------------------------------------------------------------------------
9455 r9780 | massiot | 2005-01-19 19:30:33 +0100 (Wed, 19 Jan 2005) | 2 lines
9457 M /trunk/include/vlc_threads_funcs.h
9459 * include/vlc_threads_funcs.h: More %d -> %u
9461 ------------------------------------------------------------------------
9462 r9779 | damienf | 2005-01-19 18:14:16 +0100 (Wed, 19 Jan 2005) | 3 lines
9464 M /trunk/Makefile.am
9466 A /trunk/activex/Makefile.am
9467 A /trunk/activex/README.TXT
9468 A /trunk/activex/axvlc.def
9469 A /trunk/activex/axvlc.idl
9470 A /trunk/activex/axvlc.reg
9471 A /trunk/activex/axvlc.tlb
9472 A /trunk/activex/axvlc_idl.c
9473 A /trunk/activex/axvlc_idl.h
9474 A /trunk/activex/axvlc_rc.rc
9475 A /trunk/activex/connectioncontainer.cpp
9476 A /trunk/activex/connectioncontainer.h
9477 A /trunk/activex/inplace.bmp
9478 A /trunk/activex/main.cpp
9479 A /trunk/activex/objectsafety.cpp
9480 A /trunk/activex/objectsafety.h
9481 A /trunk/activex/olecontrol.cpp
9482 A /trunk/activex/olecontrol.h
9483 A /trunk/activex/oleinplaceactiveobject.cpp
9484 A /trunk/activex/oleinplaceactiveobject.h
9485 A /trunk/activex/oleinplaceobject.cpp
9486 A /trunk/activex/oleinplaceobject.h
9487 A /trunk/activex/oleobject.cpp
9488 A /trunk/activex/oleobject.h
9489 A /trunk/activex/persistpropbag.cpp
9490 A /trunk/activex/persistpropbag.h
9491 A /trunk/activex/persiststorage.cpp
9492 A /trunk/activex/persiststorage.h
9493 A /trunk/activex/persiststreaminit.cpp
9494 A /trunk/activex/persiststreaminit.h
9495 A /trunk/activex/plugin.cpp
9496 A /trunk/activex/plugin.h
9497 A /trunk/activex/provideclassinfo.cpp
9498 A /trunk/activex/provideclassinfo.h
9499 A /trunk/activex/test.html
9500 A /trunk/activex/utils.cpp
9501 A /trunk/activex/utils.h
9502 A /trunk/activex/vlccontrol.cpp
9503 A /trunk/activex/vlccontrol.h
9504 M /trunk/configure.ac
9506 Initial version of ActiveX plugin for VLC
9509 ------------------------------------------------------------------------
9510 r9776 | hartman | 2005-01-18 22:51:00 +0100 (Tue, 18 Jan 2005) | 2 lines
9512 M /trunk/extras/contrib/src/Makefile
9514 * fix libcddb build under 10.2
9516 ------------------------------------------------------------------------
9517 r9775 | gbazin | 2005-01-18 20:24:06 +0100 (Tue, 18 Jan 2005) | 1 line
9521 * po/el.po: the build process needs a valid file.
9522 ------------------------------------------------------------------------
9523 r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (Tue, 18 Jan 2005) | 2 lines
9525 M /trunk/configure.ac
9528 * BOTH: added modern Greek to the list of available languages
9529 * configure.ac: updated the copyright string to 2005
9530 ------------------------------------------------------------------------
9531 r9773 | gbazin | 2005-01-18 15:36:26 +0100 (Tue, 18 Jan 2005) | 5 lines
9533 M /trunk/modules/mux/asf.c
9535 * modules/mux/asf.c:
9536 - add an audio error correction field to the stream properties object.
9537 This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
9538 - only put an header extension object when necessary.
9540 ------------------------------------------------------------------------
9541 r9772 | hartman | 2005-01-18 04:02:07 +0100 (Tue, 18 Jan 2005) | 2 lines
9543 M /trunk/modules/gui/macosx/playlistinfo.m
9545 * fix author field of OSX info dialog
9547 ------------------------------------------------------------------------
9548 r9771 | hartman | 2005-01-18 03:56:18 +0100 (Tue, 18 Jan 2005) | 2 lines
9550 M /trunk/modules/gui/macosx/playlistinfo.m
9552 * fix OSX info dialog lockup due to changed info accessor methods.
9554 ------------------------------------------------------------------------
9555 r9770 | hartman | 2005-01-18 03:17:01 +0100 (Tue, 18 Jan 2005) | 2 lines
9557 M /trunk/extras/contrib/src/Makefile
9559 * fix libopendaap on 10.2
9561 ------------------------------------------------------------------------
9562 r9769 | hartman | 2005-01-18 02:19:54 +0100 (Tue, 18 Jan 2005) | 2 lines
9564 M /trunk/extras/contrib/src/Makefile
9565 A /trunk/extras/contrib/src/Patches/libcddb.patch
9566 M /trunk/extras/contrib/src/packages.mak
9568 * finally fixed CDDB contrib
9570 ------------------------------------------------------------------------
9571 r9768 | hartman | 2005-01-18 00:38:27 +0100 (Tue, 18 Jan 2005) | 2 lines
9573 M /trunk/extras/contrib/src/Makefile
9574 D /trunk/extras/contrib/src/Patches/libcddb.patch
9578 ------------------------------------------------------------------------
9579 r9767 | hartman | 2005-01-17 23:37:20 +0100 (Mon, 17 Jan 2005) | 2 lines
9581 M /trunk/extras/contrib/src/Makefile
9582 D /trunk/extras/contrib/src/Patches/vcdimager.patch
9583 M /trunk/extras/contrib/src/packages.mak
9585 * Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
9587 ------------------------------------------------------------------------
9588 r9764 | hartman | 2005-01-17 20:42:13 +0100 (Mon, 17 Jan 2005) | 2 lines
9590 M /trunk/src/libvlc.h
9592 * libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)
9594 ------------------------------------------------------------------------
9595 r9763 | hartman | 2005-01-17 20:40:03 +0100 (Mon, 17 Jan 2005) | 2 lines
9597 A /trunk/extras/contrib/src/Patches/daap.patch
9601 ------------------------------------------------------------------------
9602 r9762 | hartman | 2005-01-17 20:38:51 +0100 (Mon, 17 Jan 2005) | 2 lines
9604 M /trunk/modules/services_discovery/daap.c
9606 * daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
9608 ------------------------------------------------------------------------
9609 r9761 | hartman | 2005-01-17 20:37:38 +0100 (Mon, 17 Jan 2005) | 3 lines
9611 M /trunk/Makefile.am
9612 M /trunk/configure.ac
9615 * Added the contrib system to MAKE_DIST
9616 * cleaned up some alignment in configure --help
9618 ------------------------------------------------------------------------
9619 r9760 | hartman | 2005-01-17 20:35:54 +0100 (Mon, 17 Jan 2005) | 2 lines
9621 M /trunk/extras/contrib/src/Makefile
9622 M /trunk/extras/contrib/src/packages.mak
9624 * added libopendaap to contrib system
9626 ------------------------------------------------------------------------
9627 r9759 | zorglub | 2005-01-17 19:36:52 +0100 (Mon, 17 Jan 2005) | 2 lines
9629 M /trunk/modules/gui/wxwindows/playlist.cpp
9630 M /trunk/modules/gui/wxwindows/wxwindows.h
9632 Cache last FindItem request to speed up bulk-addings
9634 ------------------------------------------------------------------------
9635 r9758 | zorglub | 2005-01-17 19:14:50 +0100 (Mon, 17 Jan 2005) | 3 lines
9637 M /trunk/modules/services_discovery/daap.c
9638 M /trunk/src/playlist/item-ext.c
9639 M /trunk/src/playlist/playlist.c
9641 * DAAP : really include meta information, and don't crash on new hosts
9644 ------------------------------------------------------------------------
9645 r9757 | gbazin | 2005-01-17 18:01:21 +0100 (Mon, 17 Jan 2005) | 1 line
9647 M /trunk/modules/mux/asf.c
9649 * modules/mux/asf.c: properly write the ES type.
9650 ------------------------------------------------------------------------
9651 r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (Mon, 17 Jan 2005) | 1 line
9653 M /trunk/extras/contrib/src/packages.mak
9655 * changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
9656 ------------------------------------------------------------------------
9657 r9755 | hartman | 2005-01-17 17:30:34 +0100 (Mon, 17 Jan 2005) | 2 lines
9659 M /trunk/po/POTFILES.in
9661 * Fix pot-update after playlist/info.c removal
9663 ------------------------------------------------------------------------
9664 r9754 | yoann | 2005-01-17 12:47:41 +0100 (Mon, 17 Jan 2005) | 2 lines
9666 M /trunk/modules/gui/wxwindows/subtitles.cpp
9668 * wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
9670 ------------------------------------------------------------------------
9671 r9751 | gbazin | 2005-01-16 20:14:31 +0100 (Sun, 16 Jan 2005) | 1 line
9673 M /trunk/modules/codec/x264.c
9675 * modules/codec/x264.c: updated to support recent x264.
9676 ------------------------------------------------------------------------
9677 r9750 | zorglub | 2005-01-16 16:57:01 +0100 (Sun, 16 Jan 2005) | 2 lines
9683 ------------------------------------------------------------------------
9684 r9749 | zorglub | 2005-01-16 15:44:26 +0100 (Sun, 16 Jan 2005) | 4 lines
9686 M /trunk/modules/gui/macosx/playlist.m
9687 M /trunk/modules/gui/macosx/playlistinfo.m
9688 M /trunk/modules/gui/wince/playlist.cpp
9689 M /trunk/modules/misc/playlist/m3u.c
9690 M /trunk/modules/services_discovery/daap.c
9691 M /trunk/modules/services_discovery/sap.c
9692 M /trunk/src/playlist/view.c
9694 * DAAP: add meta-information, delete hosts when they leave
9695 * SAP : coding style fixes
9696 * Some fogotten playlist_*Info
9698 ------------------------------------------------------------------------
9699 r9748 | zorglub | 2005-01-16 15:10:47 +0100 (Sun, 16 Jan 2005) | 2 lines
9701 M /trunk/Makefile.am
9702 M /trunk/include/vlc_input.h
9703 M /trunk/include/vlc_playlist.h
9704 M /trunk/modules/access/cdda/info.c
9705 M /trunk/modules/gui/macosx/playlistinfo.m
9706 M /trunk/modules/gui/wince/iteminfo.cpp
9707 M /trunk/modules/gui/wince/wince.h
9708 M /trunk/modules/gui/wxwindows/iteminfo.cpp
9709 M /trunk/modules/gui/wxwindows/playlist.cpp
9710 M /trunk/modules/gui/wxwindows/wxwindows.h
9711 M /trunk/src/input/control.c
9712 M /trunk/src/input/input.c
9713 D /trunk/src/playlist/info.c
9714 M /trunk/src/playlist/item.c
9715 M /trunk/src/playlist/sort.c
9717 Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
9719 ------------------------------------------------------------------------
9720 r9746 | sam | 2005-01-15 05:41:24 +0100 (Sat, 15 Jan 2005) | 2 lines
9723 A /trunk/doc/ChangeLog-2004
9724 M /trunk/doc/Makefile.am
9726 * Moved 2004 changelog to doc/.
9728 ------------------------------------------------------------------------
9729 r9745 | titer | 2005-01-15 04:02:57 +0100 (Sat, 15 Jan 2005) | 2 lines
9731 M /trunk/modules/video_filter/motiondetect.c
9733 motiondetect.c: gcc < 3 compile fix
9735 ------------------------------------------------------------------------
9736 r9744 | yoann | 2005-01-15 01:42:23 +0100 (Sat, 15 Jan 2005) | 2 lines
9739 M /trunk/modules/gui/wxwindows/playlist.cpp
9741 * modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)
9743 ------------------------------------------------------------------------
9744 r9743 | yoann | 2005-01-14 19:01:36 +0100 (Fri, 14 Jan 2005) | 3 lines
9746 M /trunk/modules/access/directory.c
9747 M /trunk/modules/gui/ncurses.c
9749 * modules/access/directory.c: fix a segfault when reading an empty directory
9750 * modules/gui/ncurses.c: fix a segfault when playlist is empty
9752 ------------------------------------------------------------------------
9753 r9742 | yoann | 2005-01-14 17:14:01 +0100 (Fri, 14 Jan 2005) | 3 lines
9755 M /trunk/modules/gui/ncurses.c
9757 * modules/gui/ncurses.c: support for tree playlist in ncurses interface
9758 use 'v' to toggle view
9760 ------------------------------------------------------------------------
9761 r9741 | gbazin | 2005-01-14 14:15:52 +0100 (Fri, 14 Jan 2005) | 1 line
9763 M /trunk/include/codecs.h
9764 M /trunk/modules/demux/wav.c
9766 * include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
9767 ------------------------------------------------------------------------
9768 r9740 | hartman | 2005-01-14 13:11:57 +0100 (Fri, 14 Jan 2005) | 2 lines
9770 M /trunk/modules/access/http.c
9772 * so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)
9774 ------------------------------------------------------------------------
9775 r9739 | djc | 2005-01-14 00:28:36 +0100 (Fri, 14 Jan 2005) | 18 lines
9777 M /trunk/configure.ac
9778 M /trunk/modules/video_filter/Modules.am
9779 A /trunk/modules/video_filter/motiondetect.c
9781 Added simple motion detect filter.
9782 This filter uses a description file which follows this format :
9783 x1,y1,x2,y2,level,downspeed,upspeed,mrl
9785 where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
9786 mrl is a mrl to go when the filter has detected movement in the rectangle.
9788 This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
9789 new camera broadcast
9790 setup camera enabled
9791 setup camera input mrl to your camera
9792 setup camera option filter=motiondetect,transform
9793 #setup camera option transform-type=vflip
9794 #indeed, I did not reach to make this working
9799 ------------------------------------------------------------------------
9800 r9738 | massiot | 2005-01-13 20:03:03 +0100 (Thu, 13 Jan 2005) | 3 lines
9802 M /trunk/modules/access_output/udp.c
9804 * modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
9805 single UDP frame (may disturb some decoders).
9807 ------------------------------------------------------------------------
9808 r9737 | massiot | 2005-01-13 20:02:04 +0100 (Thu, 13 Jan 2005) | 2 lines
9810 M /trunk/src/misc/threads.c
9812 * src/misc/threads.c: thread_id is in fact an _unsigned_ int.
9814 ------------------------------------------------------------------------
9815 r9736 | massiot | 2005-01-13 20:01:22 +0100 (Thu, 13 Jan 2005) | 3 lines
9817 M /trunk/src/input/es_out.c
9819 * src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
9822 ------------------------------------------------------------------------
9823 r9735 | zorglub | 2005-01-13 19:45:11 +0100 (Thu, 13 Jan 2005) | 16 lines
9825 M /trunk/configure.ac
9826 M /trunk/modules/gui/wxwindows/playlist.cpp
9827 M /trunk/modules/services_discovery/Modules.am
9828 A /trunk/modules/services_discovery/daap.c
9830 * DAAP (iTunes shares) services discovery and access module using libopendaap
9832 http://crazney.net/programs/itunes/libopendaap.html
9835 - At the moment, the file is downloaded entirely in memory before being
9837 The library offers another possibility : download the file on
9838 demand to a pipe, but I don't think it would be a very good idea
9839 (portability issues ? where to download to ?).
9840 I hope a "download on demand to memory" feature will be added
9841 - Sometimes, it looses connection to the peers.
9843 * Increased wx playlist font size
9846 ------------------------------------------------------------------------
9847 r9734 | gbazin | 2005-01-13 12:25:58 +0100 (Thu, 13 Jan 2005) | 1 line
9849 M /trunk/src/misc/configuration.c
9851 * src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
9852 ------------------------------------------------------------------------
9853 r9733 | gbazin | 2005-01-13 10:37:43 +0100 (Thu, 13 Jan 2005) | 1 line
9855 M /trunk/configure.ac
9856 M /trunk/modules/codec/theora.c
9858 * modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
9859 ------------------------------------------------------------------------
9860 r9732 | hartman | 2005-01-13 00:51:02 +0100 (Thu, 13 Jan 2005) | 2 lines
9862 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9864 * <cough> broken patch </cough>
9866 ------------------------------------------------------------------------
9867 r9731 | yoann | 2005-01-12 17:24:44 +0100 (Wed, 12 Jan 2005) | 4 lines
9869 M /trunk/modules/gui/wxwindows/interface.cpp
9870 M /trunk/modules/gui/wxwindows/timer.cpp
9871 M /trunk/modules/gui/wxwindows/wxwindows.h
9873 * modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
9874 - Menu, Previous Chapter, Next Chapter for DVDs
9875 - Previous Track, Next Track for CDs
9877 ------------------------------------------------------------------------
9878 r9730 | hartman | 2005-01-12 17:07:20 +0100 (Wed, 12 Jan 2005) | 2 lines
9880 M /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs
9882 * part of patch was applied upstream. Adapt....
9884 ------------------------------------------------------------------------
9885 r9729 | gbazin | 2005-01-12 15:27:35 +0100 (Wed, 12 Jan 2005) | 1 line
9887 A /trunk/modules/gui/wince/wince.rc
9889 * modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
9890 ------------------------------------------------------------------------
9891 r9728 | zorglub | 2005-01-12 10:19:10 +0100 (Wed, 12 Jan 2005) | 2 lines
9893 M /trunk/modules/gui/wxwindows/playlist.cpp
9895 Put callbacks after rebuild, avoids deadlock in rebuild
9897 ------------------------------------------------------------------------
9898 r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (Tue, 11 Jan 2005) | 1 line
9900 M /trunk/extras/contrib/src/packages.mak
9902 * changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
9903 ------------------------------------------------------------------------
9904 r9726 | zorglub | 2005-01-11 17:52:42 +0100 (Tue, 11 Jan 2005) | 3 lines
9906 M /trunk/include/vlc_input.h
9907 M /trunk/modules/access/directory.c
9908 A /trunk/modules/gui/wxwindows/bitmaps/type_afile.xpm
9909 A /trunk/modules/gui/wxwindows/bitmaps/type_cdda.xpm
9910 M /trunk/modules/gui/wxwindows/bitmaps/type_directory.xpm
9911 M /trunk/modules/gui/wxwindows/bitmaps/type_disc.xpm
9912 M /trunk/modules/gui/wxwindows/bitmaps/type_net.xpm
9913 A /trunk/modules/gui/wxwindows/bitmaps/type_node.xpm
9914 A /trunk/modules/gui/wxwindows/bitmaps/type_vfile.xpm
9915 M /trunk/modules/gui/wxwindows/interface.cpp
9916 M /trunk/modules/gui/wxwindows/playlist.cpp
9917 M /trunk/src/playlist/item.c
9918 M /trunk/src/playlist/view.c
9921 Fix autoswitching to category view
9923 ------------------------------------------------------------------------
9924 r9725 | hartman | 2005-01-11 17:36:12 +0100 (Tue, 11 Jan 2005) | 2 lines
9926 M /trunk/extras/contrib/src/Patches/theora.patch
9927 M /trunk/extras/contrib/src/packages.mak
9929 * newer theora: alpha4 version. new location, new patch
9931 ------------------------------------------------------------------------
9932 r9724 | massiot | 2005-01-11 17:32:50 +0100 (Tue, 11 Jan 2005) | 3 lines
9934 M /trunk/modules/access/dvb/access.c
9935 M /trunk/modules/access/dvb/dvb.h
9936 M /trunk/modules/access/dvb/en50221.c
9937 M /trunk/modules/access/dvb/linux_dvb.c
9939 * modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
9940 Reconfigure the frontend if no lock is acquired in 10s.
9942 ------------------------------------------------------------------------
9943 r9723 | hartman | 2005-01-11 17:17:44 +0100 (Tue, 11 Jan 2005) | 2 lines
9945 M /trunk/modules/access/http.c
9949 ------------------------------------------------------------------------
9950 r9722 | andrep | 2005-01-11 17:04:09 +0100 (Tue, 11 Jan 2005) | 3 lines
9952 M /trunk/configure.ac
9954 * configure.ac: Require libtheora 1.0alpha4
9957 ------------------------------------------------------------------------
9958 r9721 | andrep | 2005-01-11 14:19:20 +0100 (Tue, 11 Jan 2005) | 3 lines
9960 M /trunk/modules/codec/cmml/intf.c
9962 * cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)
9965 ------------------------------------------------------------------------
9966 r9720 | gbazin | 2005-01-11 13:02:57 +0100 (Tue, 11 Jan 2005) | 1 line
9968 M /trunk/modules/gui/wxwindows/preferences_widgets.cpp
9970 * modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
9971 ------------------------------------------------------------------------
9972 r9719 | hartman | 2005-01-11 12:51:03 +0100 (Tue, 11 Jan 2005) | 4 lines
9974 M /trunk/modules/access/http.c
9976 * NSV uses a different mime type for audio only streams. Force the right demuxer...
9977 (we are very much approaching the point where we need a proper mimetype match table within the code)
9980 ------------------------------------------------------------------------
9981 r9718 | andrep | 2005-01-11 10:17:56 +0100 (Tue, 11 Jan 2005) | 4 lines
9983 M /trunk/modules/codec/theora.c
9985 * theora.c: Eliminate display artifacts when the very first frame of the
9986 stream isn't a keyframe
9989 ------------------------------------------------------------------------
9990 r9717 | andrep | 2005-01-11 09:58:06 +0100 (Tue, 11 Jan 2005) | 3 lines
9992 M /trunk/modules/codec/theora.c
9994 * theora.c: Fixed weird display artifacts when seeking on Theora videos
9997 ------------------------------------------------------------------------
9998 r9716 | bigben | 2005-01-10 22:08:45 +0100 (Mon, 10 Jan 2005) | 5 lines
10000 M /trunk/modules/access/v4l/v4l.c
10002 * End of the implementation of the v4l-*options
10004 If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).
10007 ------------------------------------------------------------------------
10008 r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (Mon, 10 Jan 2005) | 1 line
10010 M /trunk/extras/contrib/src/packages.mak
10012 * changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
10013 ------------------------------------------------------------------------
10014 r9714 | sam | 2005-01-10 12:09:35 +0100 (Mon, 10 Jan 2005) | 2 lines
10016 M /trunk/configure.ac
10018 * configure.ac: -lfreetype requires -lm.
10020 ------------------------------------------------------------------------
10021 r9713 | bigben | 2005-01-09 23:45:24 +0100 (Sun, 09 Jan 2005) | 6 lines
10023 M /trunk/modules/access/pvr/pvr.c
10024 M /trunk/modules/access/v4l/v4l.c
10027 - Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
10028 - Only declaration for now, options don't make anything yet
10029 * pvr.c: describe height as height, not width
10032 ------------------------------------------------------------------------
10033 r9711 | asmax | 2005-01-09 20:46:39 +0100 (Sun, 09 Jan 2005) | 2 lines
10035 M /trunk/modules/gui/skins2/Modules.am
10036 A /trunk/modules/gui/skins2/macosx
10037 A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.cpp
10038 A /trunk/modules/gui/skins2/macosx/macosx_dragdrop.hpp
10039 A /trunk/modules/gui/skins2/macosx/macosx_factory.cpp
10040 A /trunk/modules/gui/skins2/macosx/macosx_factory.hpp
10041 A /trunk/modules/gui/skins2/macosx/macosx_graphics.cpp
10042 A /trunk/modules/gui/skins2/macosx/macosx_graphics.hpp
10043 A /trunk/modules/gui/skins2/macosx/macosx_loop.cpp
10044 A /trunk/modules/gui/skins2/macosx/macosx_loop.hpp
10045 A /trunk/modules/gui/skins2/macosx/macosx_timer.cpp
10046 A /trunk/modules/gui/skins2/macosx/macosx_timer.hpp
10047 A /trunk/modules/gui/skins2/macosx/macosx_tooltip.cpp
10048 A /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp
10049 A /trunk/modules/gui/skins2/macosx/macosx_window.cpp
10050 A /trunk/modules/gui/skins2/macosx/macosx_window.hpp
10051 M /trunk/modules/gui/skins2/src/os_factory.cpp
10053 - all: skeleton for a MacOSX port of skins2 (happy new year ;)
10055 ------------------------------------------------------------------------
10056 r9710 | asmax | 2005-01-08 18:49:22 +0100 (Sat, 08 Jan 2005) | 4 lines
10058 M /trunk/src/playlist/playlist.c
10060 - playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
10061 Anyway I guess it should not happen so there is a bug in the playlist
10062 code but I have no time to understand it...
10064 ------------------------------------------------------------------------
10065 r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (Fri, 07 Jan 2005) | 2 lines
10069 * TODO: Added little hints for the OS X port of the skins
10071 ------------------------------------------------------------------------
10072 r9708 | massiot | 2005-01-07 21:21:59 +0100 (Fri, 07 Jan 2005) | 12 lines
10074 M /trunk/configure.ac
10075 M /trunk/modules/access/dvb/access.c
10076 M /trunk/modules/access/dvb/dvb.h
10077 M /trunk/modules/access/dvb/en50221.c
10078 M /trunk/modules/access/dvb/linux_dvb.c
10079 M /trunk/modules/demux/ts.c
10081 * modules/access/dvb:
10082 - Rewrote QPSK frontend tuning functions, after reading the doc - it
10083 should hopefully fix the infamous "Operation not permitted" problem.
10084 - Permanently monitor the frontend status, and reinit it if it crashes.
10085 - New --dvb-high-voltage option for very long cables.
10086 - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
10087 need the --ts-capmt-sysid option because the sysid is determined
10088 automatically from the CAM.
10089 - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
10090 with Aston professional CAMs which all of sudden stop descrambling
10091 a program after a few days.
10093 ------------------------------------------------------------------------
10094 r9707 | massiot | 2005-01-07 21:04:46 +0100 (Fri, 07 Jan 2005) | 3 lines
10096 M /trunk/include/vlc_block.h
10097 M /trunk/modules/access_output/udp.c
10098 M /trunk/modules/mux/mpeg/ts.c
10100 * modules/access_output/udp.c: When using --udp-group, do not send two PCRs
10101 at once. This requires the export of the PCR block_flag.
10103 ------------------------------------------------------------------------
10104 r9706 | massiot | 2005-01-07 20:57:00 +0100 (Fri, 07 Jan 2005) | 3 lines
10106 M /trunk/modules/access/udp.c
10108 * modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
10111 ------------------------------------------------------------------------
10112 r9705 | massiot | 2005-01-07 20:55:48 +0100 (Fri, 07 Jan 2005) | 2 lines
10114 M /trunk/modules/access/pvr/pvr.c
10116 * modules/access/pvr/pvr.c: Added --pvr-caching option.
10118 ------------------------------------------------------------------------
10119 r9702 | gbazin | 2005-01-07 15:05:03 +0100 (Fri, 07 Jan 2005) | 1 line
10121 M /trunk/modules/audio_output/waveout.c
10123 * modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
10124 ------------------------------------------------------------------------
10125 r9701 | gbazin | 2005-01-07 10:54:01 +0100 (Fri, 07 Jan 2005) | 1 line
10127 M /trunk/include/aout_internal.h
10129 * include/aout_internal.h: fixed old memory leak when alloca() isn't available.
10130 ------------------------------------------------------------------------
10131 r9700 | gbazin | 2005-01-07 01:19:43 +0100 (Fri, 07 Jan 2005) | 1 line
10133 M /trunk/evc/vlc.vcw
10136 ------------------------------------------------------------------------
10137 r9699 | gbazin | 2005-01-07 01:19:09 +0100 (Fri, 07 Jan 2005) | 1 line
10139 M /trunk/configure.ac
10141 * configure.ac: added wince plugin to the build system.
10142 ------------------------------------------------------------------------
10143 r9698 | gbazin | 2005-01-07 00:52:00 +0100 (Fri, 07 Jan 2005) | 2 lines
10145 A /trunk/modules/gui/wince
10146 A /trunk/modules/gui/wince/Modules.am
10147 A /trunk/modules/gui/wince/bitmaps
10148 A /trunk/modules/gui/wince/bitmaps/toolbar1.bmp
10149 A /trunk/modules/gui/wince/bitmaps/toolbar2.bmp
10150 A /trunk/modules/gui/wince/bitmaps/toolbar3.bmp
10151 A /trunk/modules/gui/wince/bitmaps/vlc16x16.ico
10152 A /trunk/modules/gui/wince/fileinfo.cpp
10153 A /trunk/modules/gui/wince/interface.cpp
10154 A /trunk/modules/gui/wince/iteminfo.cpp
10155 A /trunk/modules/gui/wince/menus.cpp
10156 A /trunk/modules/gui/wince/messages.cpp
10157 A /trunk/modules/gui/wince/open.cpp
10158 A /trunk/modules/gui/wince/playlist.cpp
10159 A /trunk/modules/gui/wince/preferences.cpp
10160 A /trunk/modules/gui/wince/preferences_widgets.cpp
10161 A /trunk/modules/gui/wince/preferences_widgets.h
10162 A /trunk/modules/gui/wince/subtitles.cpp
10163 A /trunk/modules/gui/wince/timer.cpp
10164 A /trunk/modules/gui/wince/video.cpp
10165 A /trunk/modules/gui/wince/wince.cpp
10166 A /trunk/modules/gui/wince/wince.h
10168 * modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).
10170 ------------------------------------------------------------------------
10171 r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (Fri, 07 Jan 2005) | 3 lines
10173 M /trunk/po/POTFILES.in
10176 M /trunk/po/en_GB.po
10185 M /trunk/po/pt_BR.po
10188 M /trunk/po/vlc.pot
10190 * ALL: updated the po-files
10191 * da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
10192 * de.po: got some stuff in sync to the German translation of play-howto
10193 ------------------------------------------------------------------------
10194 r9696 | gbazin | 2005-01-06 23:05:22 +0100 (Thu, 06 Jan 2005) | 1 line
10196 M /trunk/modules/codec/vorbis.c
10198 * modules/codec/vorbis.c: fixed tremor output.
10199 ------------------------------------------------------------------------
10200 r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (Thu, 06 Jan 2005) | 1 line
10202 M /trunk/modules/gui/macosx/playlist.m
10204 * fixed wrong grammar ('1 items in list')
10205 ------------------------------------------------------------------------
10206 r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (Thu, 06 Jan 2005) | 4 lines
10208 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10209 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10210 M /trunk/modules/gui/macosx/controls.h
10211 M /trunk/modules/gui/macosx/controls.m
10212 M /trunk/modules/gui/macosx/intf.h
10213 M /trunk/modules/gui/macosx/intf.m
10214 M /trunk/modules/gui/macosx/open.h
10215 M /trunk/modules/gui/macosx/open.m
10217 * controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
10218 * controls.h: removed "o_open"
10219 * intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
10220 * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
10221 ------------------------------------------------------------------------
10222 r9693 | titer | 2005-01-06 16:15:24 +0100 (Thu, 06 Jan 2005) | 2 lines
10224 M /trunk/modules/control/http.c
10226 control/http.c: gcc < 3 compile fix
10228 ------------------------------------------------------------------------
10229 r9692 | gbazin | 2005-01-05 23:45:36 +0100 (Wed, 05 Jan 2005) | 1 line
10231 M /trunk/modules/access/file.c
10232 M /trunk/src/misc/cpu.c
10233 M /trunk/src/misc/modules.c
10235 * src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
10236 ------------------------------------------------------------------------
10237 r9691 | gbazin | 2005-01-05 23:42:57 +0100 (Wed, 05 Jan 2005) | 1 line
10239 M /trunk/src/input/stream.c
10241 * src/input/stream.c: decrease memory requirements for WinCE.
10242 ------------------------------------------------------------------------
10243 r9690 | gbazin | 2005-01-05 23:24:30 +0100 (Wed, 05 Jan 2005) | 1 line
10247 * toolbox: added an evc ARMV4 target.
10248 ------------------------------------------------------------------------
10249 r9689 | gbazin | 2005-01-05 23:23:13 +0100 (Wed, 05 Jan 2005) | 1 line
10251 M /trunk/evc/libvlc.vcp.in
10252 M /trunk/evc/plugins.vcp.in
10253 M /trunk/evc/vlc.vcp.in
10255 * evc/*: added an ARMV4 target.
10256 ------------------------------------------------------------------------
10257 r9688 | gbazin | 2005-01-05 22:14:53 +0100 (Wed, 05 Jan 2005) | 1 line
10259 M /trunk/configure.ac
10261 * configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
10262 ------------------------------------------------------------------------
10263 r9687 | djc | 2005-01-05 01:19:09 +0100 (Wed, 05 Jan 2005) | 8 lines
10265 M /trunk/modules/control/http.c
10266 A /trunk/share/http/cone_minus.png
10267 A /trunk/share/http/cone_plus.png
10268 M /trunk/share/http/index.html
10269 M /trunk/share/http/style.css
10271 Work to support new playlist in http interface.
10272 + correct a bug in the <vlc id="foreach" param1="integer" /> macro
10273 + add a <vlc id="stack" /> to print the rpn stack in debug messages
10274 + add the != operator in rpn evaluation
10276 Compatibility with old pages should be respected...
10279 ------------------------------------------------------------------------
10280 r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (Tue, 04 Jan 2005) | 1 line
10282 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10283 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10284 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10285 A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib
10286 A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib
10287 A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/info.nib
10288 A /trunk/extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib
10289 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10290 M /trunk/modules/gui/macosx/controls.m
10291 M /trunk/modules/gui/macosx/intf.h
10292 M /trunk/modules/gui/macosx/intf.m
10293 M /trunk/modules/gui/macosx/open.h
10294 M /trunk/modules/gui/macosx/open.m
10296 * seperated the open, sout and sub-open dialogues from the main nib
10297 ------------------------------------------------------------------------
10298 r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (Mon, 03 Jan 2005) | 1 line
10300 M /trunk/modules/gui/macosx/prefs.h
10301 M /trunk/modules/gui/macosx/prefs.m
10303 * declared the shared instance properly (forgot that yesterday)
10304 ------------------------------------------------------------------------
10305 r9684 | djc | 2005-01-02 23:45:36 +0100 (Sun, 02 Jan 2005) | 2 lines
10307 M /trunk/src/playlist/sort.c
10309 Fix a bug when shuffling playlist with 1 item
10311 ------------------------------------------------------------------------
10312 r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (Sun, 02 Jan 2005) | 2 lines
10317 * po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
10318 * THANKS: added Morten Brix Pedersen
10319 ------------------------------------------------------------------------
10320 r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (Sun, 02 Jan 2005) | 1 line
10322 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
10323 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
10324 M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
10325 A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib
10326 A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib
10327 A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib
10328 A /trunk/extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib
10329 M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
10330 M /trunk/modules/gui/macosx/intf.m
10331 M /trunk/modules/gui/macosx/prefs.m
10333 * moved the preferences-window to a seperate nib-file
10334 ------------------------------------------------------------------------
10335 r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (Sat, 01 Jan 2005) | 2 lines
10339 * give credit to Jonas Larsen for creating the Danish l10n
10340 * replace all "@" with " at "
10341 ------------------------------------------------------------------------
10342 r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (Sat, 01 Jan 2005) | 1 line
10344 M /trunk/extras/contrib/src/Makefile
10346 * build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
10347 ------------------------------------------------------------------------
10348 r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (Sat, 01 Jan 2005) | 1 line
10350 M /trunk/extras/contrib/src/Makefile
10352 * make sure gettext is built before libiconv, since it is needed for its compilation
10353 ------------------------------------------------------------------------
10354 r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (Sat, 01 Jan 2005) | 2 lines
10356 M /trunk/extras/contrib/src/packages.mak
10358 * use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
10359 * use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)
10360 ------------------------------------------------------------------------
10361 r9677 | zorglub | 2004-12-29 17:15:50 +0100 (Wed, 29 Dec 2004) | 2 lines
10363 M /trunk/modules/video_output/image.c
10367 ------------------------------------------------------------------------