------------------------------------------------------------------------ r3081 | massiot | 2002-12-31 02:59:46 +0100 (Tue, 31 Dec 2002) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_video/synchro.c Less verbosity. ------------------------------------------------------------------------ r3082 | jlj | 2003-01-01 12:14:50 +0100 (Wed, 01 Jan 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/Modules.am D /trunk/modules/gui/macosx/adev_discovery.h M /trunk/modules/gui/macosx/aout.m D /trunk/modules/gui/macosx/asystm.h D /trunk/modules/gui/macosx/asystm.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/src/misc/darwin_specific.m * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep. * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being released twice) and memory leak. Bonne Ann?\239?\191?\189e! ------------------------------------------------------------------------ r3083 | gbazin | 2003-01-02 21:48:28 +0100 (Thu, 02 Jan 2003) | 6 lines Changed paths: M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mad/libmad.c M /trunk/modules/codec/mpeg_audio/decoder.c M /trunk/modules/codec/vorbis.c M /trunk/src/audio_output/dec.c * modules/codec/*: reverted my previous patch that explicitly set i_bytes_per_frame and i_frame_length in each audio decoder. * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame and i_frame_length. ------------------------------------------------------------------------ r3084 | jlj | 2003-01-02 23:49:19 +0100 (Thu, 02 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM. ------------------------------------------------------------------------ r3085 | massiot | 2003-01-03 00:09:30 +0100 (Fri, 03 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/src/misc/darwin_specific.m MacOS X port : * Fixed the Device submenu, * There is still a segfault in darwin_specific.m. ------------------------------------------------------------------------ r3086 | massiot | 2003-01-03 00:50:55 +0100 (Fri, 03 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/demux/util/sub.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/misc/network/ipv4.c M /trunk/modules/misc/sap.c M /trunk/src/misc/modules.c Cosmetic. ------------------------------------------------------------------------ r3087 | jlj | 2003-01-03 01:03:13 +0100 (Fri, 03 Jan 2003) | 4 lines Changed paths: M /trunk/src/misc/darwin_specific.m * ./src/misc/darwin_specific.m: Fixed (really!) segfault. Don't release o_lang objects, they're managed by NSUserDefaults. ------------------------------------------------------------------------ r3088 | massiot | 2003-01-03 01:11:44 +0100 (Fri, 03 Jan 2003) | 3 lines Changed paths: M /trunk/Makefile.am Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting it). ------------------------------------------------------------------------ r3089 | massiot | 2003-01-03 14:07:17 +0100 (Fri, 03 Jan 2003) | 3 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/modules/access/file.c * modules/access/file.c: we now regularly check the size of the file, in case it is being downloaded. ------------------------------------------------------------------------ r3090 | sam | 2003-01-03 15:44:46 +0100 (Fri, 03 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/common.h M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop support in the Gtk+ and GNOME interfaces. ------------------------------------------------------------------------ r3091 | jpsaman | 2003-01-03 21:55:01 +0100 (Fri, 03 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/callbacks.c M /trunk/modules/gui/familiar/callbacks.h M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/familiar/familiar.glade M /trunk/modules/gui/familiar/familiar.h M /trunk/modules/gui/familiar/interface.c Slider functionality for Familiar interface. ------------------------------------------------------------------------ r3092 | jlj | 2003-01-03 22:38:37 +0100 (Fri, 03 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-) ------------------------------------------------------------------------ r3093 | jpsaman | 2003-01-04 00:58:02 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/ipkg/control.gpe Updated package release number ------------------------------------------------------------------------ r3094 | jpsaman | 2003-01-04 01:21:00 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/familiar/familiar.h Updating slider status uses no longer FPU calculations when compiled for strongarm1100. ------------------------------------------------------------------------ r3095 | jlj | 2003-01-04 05:11:08 +0100 (Sat, 04 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m MacOS X port: * main window controls are back. based on suggestion by Dan Macpherson. ------------------------------------------------------------------------ r3096 | jpsaman | 2003-01-04 14:30:02 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/familiar/familiar.h Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support. ------------------------------------------------------------------------ r3097 | jpsaman | 2003-01-04 14:50:16 +0100 (Sat, 04 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/familiar.c Cosmetic changes. ------------------------------------------------------------------------ r3098 | gbazin | 2003-01-04 17:27:49 +0100 (Sat, 04 Jan 2003) | 4 lines Changed paths: M /trunk/src/audio_output/output.c * src/audio_output/output.c: don't forget to free the audio buffer when we are trashing it. ------------------------------------------------------------------------ r3099 | titer | 2003-01-04 18:14:22 +0100 (Sat, 04 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp We now check if the BSoundPlayer's buffer size is not the one we were expecting. ------------------------------------------------------------------------ r3100 | gbazin | 2003-01-05 00:49:58 +0100 (Sun, 05 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: fixed typo in wxWindows headers detection code. ------------------------------------------------------------------------ r3101 | massiot | 2003-01-05 02:55:07 +0100 (Sun, 05 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * Added a Close Window and a close box to our QuickTime video output. ------------------------------------------------------------------------ r3102 | massiot | 2003-01-05 03:39:48 +0100 (Sun, 05 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m * Added the possibility to select DVD menus with VIDEO_TS folder in the OS X open panel. ------------------------------------------------------------------------ r3103 | jlj | 2003-01-05 04:21:50 +0100 (Sun, 05 Jan 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m MacOS X port: * replaced playlist panel with drawer. * implemented context menu for playlist tableview. ------------------------------------------------------------------------ r3104 | gbazin | 2003-01-05 14:39:32 +0100 (Sun, 05 Jan 2003) | 4 lines Changed paths: M /trunk/modules/audio_output/directx.c * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for the audio output thread. That should make Win9x/Me happier. ------------------------------------------------------------------------ r3105 | massiot | 2003-01-05 17:23:57 +0100 (Sun, 05 Jan 2003) | 5 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/macosx/vout.m MacOS X port : * Fixed a segfault in the "Close Window" code, * Fullscreen state is now retained between files, * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?). ------------------------------------------------------------------------ r3106 | massiot | 2003-01-05 21:45:29 +0100 (Sun, 05 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/file.c Fixed the "stream has changed" bug. ------------------------------------------------------------------------ r3107 | sigmunau | 2003-01-05 22:03:58 +0100 (Sun, 05 Jan 2003) | 4 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/util/id3tag.c modules/demux/asf/*: added some file info code modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as these cause to much trubble ------------------------------------------------------------------------ r3108 | garf | 2003-01-06 01:37:30 +0100 (Mon, 06 Jan 2003) | 4 lines Changed paths: M /trunk/include/configuration.h M /trunk/include/modules_inner.h M /trunk/modules/gui/gtk/preferences.c M /trunk/modules/video_filter/adjust.c M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c * added a i_min, i_max, f_min and f_max in module_config_t structure * added a add_integer_with_range() and add_float_with_range() * gtk interface: now uses a slider when a min or a max is specified ------------------------------------------------------------------------ r3109 | massiot | 2003-01-06 03:45:09 +0100 (Mon, 06 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m MacOS X port : * New "stream output" area in the open panel. ------------------------------------------------------------------------ r3110 | ipkiss | 2003-01-06 16:39:22 +0100 (Mon, 06 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/disc.cpp M /trunk/modules/gui/win32/disc.dfm M /trunk/modules/gui/win32/disc.h M /trunk/modules/gui/win32/network.cpp M /trunk/modules/gui/win32/network.dfm M /trunk/modules/gui/win32/network.h * modules/gui/win32/network.cpp: added support for ftp and mms * modules/gui/win32/disc.cpp: cosmetic ------------------------------------------------------------------------ r3111 | yves | 2003-01-06 21:08:59 +0100 (Mon, 06 Jan 2003) | 7 lines Changed paths: M /trunk/vlc.spec - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode). - removed access/rtp plugin (merged in access/udp). - removed codec/imdct and codec/downmix plugins (deprecated). - libvlc0-devel provides libvlc-devel. - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them) ie. fix rpm building on ppc thx Olivier Thauvin ------------------------------------------------------------------------ r3112 | massiot | 2003-01-06 23:07:47 +0100 (Mon, 06 Jan 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/src/audio_output/mixer.c M /trunk/src/misc/threads.c * Bumped up revision number to 0.5.0-test2, * MacOS X port: new error dialog displaying error messages, * Updated localization files, * Comestic fixes. ------------------------------------------------------------------------ r3113 | massiot | 2003-01-06 23:57:47 +0100 (Mon, 06 Jan 2003) | 2 lines Changed paths: M /trunk/src/misc/threads.c Fixed a compilation issue. ------------------------------------------------------------------------ r3114 | sam | 2003-01-07 14:26:22 +0100 (Tue, 07 Jan 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/src/libvlc.c M /trunk/src/libvlc.h * minor updates to pofiles. ------------------------------------------------------------------------ r3115 | massiot | 2003-01-07 15:38:13 +0100 (Tue, 07 Jan 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h Removed unused options in the aout. ------------------------------------------------------------------------ r3116 | massiot | 2003-01-07 15:58:33 +0100 (Tue, 07 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c New "spdif" setting, allowing to permanently disable S/PDIF detection. ------------------------------------------------------------------------ r3117 | massiot | 2003-01-07 16:12:15 +0100 (Tue, 07 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c Fixed another very nasty localization bug. ------------------------------------------------------------------------ r3118 | jobi | 2003-01-07 16:12:48 +0100 (Tue, 07 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with file/ts_dvbpsi:) with TS streams that don't start with 0x47 ------------------------------------------------------------------------ r3119 | fenrir | 2003-01-07 22:49:01 +0100 (Tue, 07 Jan 2003) | 7 lines Changed paths: M /trunk/include/input_ext-dec.h M /trunk/include/input_ext-intf.h M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/xvid.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/wav/wav.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_programs.c * all: I have added two new variables in es_descriptor_t and decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's a replacement of p_demux_data as this variable is used by some demuxers in another way. This way, I will be able to add preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm demuxer so if somebody wants ...) ------------------------------------------------------------------------ r3120 | massiot | 2003-01-08 01:41:25 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/Makefile.am M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib A /trunk/extras/MacOSX/Resources/back.png A /trunk/extras/MacOSX/Resources/begin.png A /trunk/extras/MacOSX/Resources/end.png A /trunk/extras/MacOSX/Resources/forw.png A /trunk/extras/MacOSX/Resources/list.png M /trunk/extras/MacOSX/Resources/pause.png M /trunk/extras/MacOSX/Resources/play.png A /trunk/extras/MacOSX/Resources/prefs.png D /trunk/extras/MacOSX/Resources/stepr.png M /trunk/extras/MacOSX/Resources/stop.png A /trunk/extras/MacOSX/Resources/vlc_hg.png M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/ja.po M /trunk/po/vlc.pot * New VLC brush-metal interface, courtesy of David Weber * Updated Japanese translation, courtesy of Fumio Nakayama ------------------------------------------------------------------------ r3121 | titer | 2003-01-08 03:09:15 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h Fixed language and subtitle selection. ------------------------------------------------------------------------ r3122 | ipkiss | 2003-01-08 03:16:09 +0100 (Wed, 08 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/menu.h M /trunk/modules/gui/win32/win32.cpp M /trunk/modules/gui/win32/win32_common.h * Added sound volume management and changed a bit the menus * Added audio channels selection, but it's currently disabled since it's quite buggy :) ------------------------------------------------------------------------ r3123 | titer | 2003-01-08 03:32:50 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp Minor GUI fixes in the prefs window. ------------------------------------------------------------------------ r3124 | ipkiss | 2003-01-08 04:01:55 +0100 (Wed, 08 Jan 2003) | 4 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/preferences.h * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module forgets to declare 'add_category_hint' * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p ------------------------------------------------------------------------ r3125 | fenrir | 2003-01-08 11:26:49 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/Modules.am M /trunk/modules/packetizer/copy.c A /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegvideo.c * mpeg4audio.c: new packetizer (but for now it don't support adts aac) * mpeg4video.c: I 've rewritten it ------------------------------------------------------------------------ r3126 | fenrir | 2003-01-08 11:34:58 +0100 (Wed, 08 Jan 2003) | 6 lines Changed paths: M /trunk/modules/mux/mpeg/Modules.am M /trunk/modules/mux/mpeg/bits.h M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/pes.h M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c * pes.c, ps.c: a52 stream should now work. * ts.c: added support for libdvbpsi (like ts demux, two modules are generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt without libdvbpsi. More works to add mpeg4 support (now I generate IOD and SL descriptor). ------------------------------------------------------------------------ r3127 | fenrir | 2003-01-08 11:38:32 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/include/stream_output.h M /trunk/src/stream_output/stream_output.c * all: added a new function (sout_BufferChain) and allowed dummy stream input creation (with "null" fourcc). ------------------------------------------------------------------------ r3128 | fenrir | 2003-01-08 11:40:10 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access_output/file.c * file.c: removed an useless debug message. ------------------------------------------------------------------------ r3129 | fenrir | 2003-01-08 11:41:57 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for an vol header. (In fact reverse an prevous commit) ------------------------------------------------------------------------ r3130 | fenrir | 2003-01-08 11:43:27 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * faad: fixed a segfault when faad initialisation failed.(anyway it doesn't solve the real problem). ------------------------------------------------------------------------ r3131 | fenrir | 2003-01-08 11:46:30 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4.c: allowed multiple moov headers by taking the first one (multiple moov headers is strictly forbidden but I 've seen such file) ------------------------------------------------------------------------ r3132 | massiot | 2003-01-08 11:50:58 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/alsa.c * Added --no-spdif option (just like in OSS) and fixed a localization bug. ------------------------------------------------------------------------ r3133 | lool | 2003-01-08 13:13:24 +0100 (Wed, 08 Jan 2003) | 5 lines Changed paths: M /trunk/FAQ * New entries: 4. Legal concerns 4.1 May I use the VideoLAN logo? 4.2 May I reditribute VLC? ------------------------------------------------------------------------ r3134 | titer | 2003-01-08 14:52:56 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp Use pf_memcpy and pf_memset. ------------------------------------------------------------------------ r3135 | sigmunau | 2003-01-08 15:00:29 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/Makefile.am use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also a minor change in argumets passed to nsis ------------------------------------------------------------------------ r3136 | lool | 2003-01-08 15:31:04 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/FAQ * Mentionned the inclusion of the contrib dir ------------------------------------------------------------------------ r3137 | sam | 2003-01-08 15:59:23 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/src/stream_output/stream_output.c * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter display. ------------------------------------------------------------------------ r3138 | titer | 2003-01-08 16:13:32 +0100 (Wed, 08 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp Partial fix for video/audio sync. ------------------------------------------------------------------------ r3139 | fenrir | 2003-01-08 17:40:29 +0100 (Wed, 08 Jan 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS muxer with libdvbpsi. * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream. (only in ts_dvbpsi demuxer). ------------------------------------------------------------------------ r3140 | lool | 2003-01-08 17:40:44 +0100 (Wed, 08 Jan 2003) | 3 lines Changed paths: M /trunk/FAQ * typos * mentionned Redhat because it disables DMA ------------------------------------------------------------------------ r3141 | massiot | 2003-01-09 00:15:13 +0100 (Thu, 09 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am Do not bail out when no *.gmo exists. ------------------------------------------------------------------------ r3142 | sam | 2003-01-09 11:12:42 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/parse.c * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles according to the playing rate. ------------------------------------------------------------------------ r3143 | sam | 2003-01-09 15:00:00 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/transform.c * ./modules/video_filter/transform.c: the 90 and 270 transformation routines now use the visible pitch of a picture, not its total pitch (Closes: #29). ------------------------------------------------------------------------ r3144 | sam | 2003-01-09 15:05:31 +0100 (Thu, 09 Jan 2003) | 2 lines Changed paths: M /trunk/modules/video_output/sdl.c * ./modules/video_output/sdl.c: fixed visible picture pitch calculation. ------------------------------------------------------------------------ r3145 | sam | 2003-01-09 16:38:09 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/adjust.c * ./modules/video_filter/adjust.c: rehandled code and enhanced the config variables descriptions. ------------------------------------------------------------------------ r3146 | sam | 2003-01-09 17:26:14 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/adjust.c * ./modules/video_filter/adjust.c: properly fixed margin handling (partially closes #30). ------------------------------------------------------------------------ r3147 | sam | 2003-01-09 18:47:05 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/invert.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch instead of i_pitch for pixel access (Closes: #30). ------------------------------------------------------------------------ r3148 | sam | 2003-01-09 19:06:06 +0100 (Thu, 09 Jan 2003) | 2 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation. ------------------------------------------------------------------------ r3149 | fenrir | 2003-01-09 19:23:43 +0100 (Thu, 09 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: read less data at once as it seems to give better sound. (I thinks it's more a workaround that a true fix). ------------------------------------------------------------------------ r3150 | lool | 2003-01-09 23:30:44 +0100 (Thu, 09 Jan 2003) | 2 lines Changed paths: M /trunk/FAQ * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :) ------------------------------------------------------------------------ r3151 | massiot | 2003-01-10 00:43:07 +0100 (Fri, 10 Jan 2003) | 3 lines Changed paths: D /trunk/extras/MacOSX/Resources/stepf.png M /trunk/include/vlc_config.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/misc/network/ipv4.c M /trunk/src/misc/threads.c * OS X: Fixed a segfault with empty configuration strings (closes #65), * cosmetic messages cleanups. ------------------------------------------------------------------------ r3152 | ipkiss | 2003-01-10 02:09:31 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/preferences.h * ./modules/gui/win32: fixed a bug in the preferences (closes #60) ------------------------------------------------------------------------ r3153 | lool | 2003-01-10 05:58:23 +0100 (Fri, 10 Jan 2003) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/STATUS M /trunk/configure.ac.in A /trunk/modules/access/slp.c * configure.ac.in, modules/access/slp.c: New SLP access module, see ------------------------------------------------------------------------ r3154 | lool | 2003-01-10 07:16:55 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/slp.c * removed VLC_GO to avoid skipping to the last program ------------------------------------------------------------------------ r3155 | yves | 2003-01-10 09:04:49 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/vlc.spec * vlc.spec: new packetizer/mpeg4audio plugin added. ------------------------------------------------------------------------ r3156 | lool | 2003-01-10 10:25:57 +0100 (Fri, 10 Jan 2003) | 8 lines Changed paths: M /trunk/FAQ * New entries: 2.16 NO VIDEO!! or NO AUDIO !! 3.3.4 Does VLC support DVD from all zones? 3.3.5 How can I take screenshots? 5. Miscellaneous 5.1 How may I help your project? 5.2 Why are your mailing-lists and your website in english? ------------------------------------------------------------------------ r3157 | lool | 2003-01-10 10:28:16 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/Modules.am * access_slp LD options ------------------------------------------------------------------------ r3158 | lool | 2003-01-10 11:01:47 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c * removed an useless inclusion ------------------------------------------------------------------------ r3159 | asmax | 2003-01-10 12:02:21 +0100 (Fri, 10 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/open.c * enable the network channel box when selecting network channel input (gnome interface) ------------------------------------------------------------------------ r3160 | asmax | 2003-01-10 13:34:50 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c * fixed previous commit (didn't work everytime) ------------------------------------------------------------------------ r3161 | massiot | 2003-01-10 14:21:17 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Fixed liba52 detection using --with-a52. ------------------------------------------------------------------------ r3162 | titer | 2003-01-10 17:21:39 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp Definitively fixed sync (I hope). ------------------------------------------------------------------------ r3163 | titer | 2003-01-10 18:01:53 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/src/misc/threads.c Thread priority management on BeOS. ------------------------------------------------------------------------ r3164 | lool | 2003-01-10 18:30:18 +0100 (Fri, 10 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c * re-included playlist.h (got confused with vlc-playlist.h) ------------------------------------------------------------------------ r3165 | ipkiss | 2003-01-11 15:09:22 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * compilation fix ------------------------------------------------------------------------ r3166 | ipkiss | 2003-01-11 18:23:13 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * Fixed my previous commit (thanks fenrir) ------------------------------------------------------------------------ r3167 | fenrir | 2003-01-11 19:10:49 +0100 (Sat, 11 Jan 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c * asf: prevent some segfault with broken file. (partially fix bug 72) * avi: respect frame size (for audio codec) and close bug 75. * ffmpeg: can now read multiples audio frames from the same buffer. ------------------------------------------------------------------------ r3168 | fenrir | 2003-01-11 19:31:17 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: fix my last fix :) ------------------------------------------------------------------------ r3169 | stippi | 2003-01-11 20:33:09 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp fixed flickering of skip buttons (and consequently crashing if you pressed them) ------------------------------------------------------------------------ r3170 | gitan | 2003-01-11 21:25:36 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * SAP is disabled by default. ------------------------------------------------------------------------ r3171 | titer | 2003-01-11 21:42:47 +0100 (Sat, 11 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp * Needed update because variables names changed in the 'adjust' module. ------------------------------------------------------------------------ r3172 | titer | 2003-01-12 01:22:37 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/share/vlc_beos.rsrc Corrected the list of supported MIME types. ------------------------------------------------------------------------ r3173 | sigmunau | 2003-01-12 02:26:36 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/doc/lirc/example.lircrc M /trunk/modules/control/lirc/lirc.c new rule for remote controls with combined play/pause button (like mine has) ------------------------------------------------------------------------ r3174 | titer | 2003-01-12 03:08:39 +0100 (Sun, 12 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/MediaControlView.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h M /trunk/src/misc/beos_specific.cpp * beos/* : fixed a bug in the progress bar with big files * beos_specific.cpp : fixed the app signature * VlcWrapper.* : removed unused code ------------------------------------------------------------------------ r3175 | fenrir | 2003-01-12 05:11:35 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpeg4video.c * some workaround for clock. ------------------------------------------------------------------------ r3176 | fenrir | 2003-01-12 05:30:14 +0100 (Sun, 12 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/mux/Modules.am A /trunk/modules/mux/avi.c * avi.c: avi muxer. (It produces broken files, but vlc is able to read them). ------------------------------------------------------------------------ r3177 | fenrir | 2003-01-12 07:39:45 +0100 (Sun, 12 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/demux/mpeg/Modules.am A /trunk/modules/demux/mpeg/m4v.c * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps). You have to force this demuxer. ------------------------------------------------------------------------ r3178 | sigmunau | 2003-01-12 16:38:35 +0100 (Sun, 12 Jan 2003) | 8 lines Changed paths: M /trunk/modules/access/dvdplay/intf.c M /trunk/modules/control/lirc/lirc.c M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: add a key-pressed variable to p_vout * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus, by reading the key-pressed variable * modules/control/lirc/lirc.c: allow navigation with remote control by faking keypresses (closes #38). I think the remotes for dvdplayers usually have buttons for "root menu" and "title menu". Whould this be easily implemented in vlc? ------------------------------------------------------------------------ r3179 | jlj | 2003-01-12 19:25:05 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80). ------------------------------------------------------------------------ r3180 | fenrir | 2003-01-12 19:26:09 +0100 (Sun, 12 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: partial fix for non interleaved file with incorrect( I'm not sure about that) stream descriptor. Now at least video will be played. ------------------------------------------------------------------------ r3181 | jpsaman | 2003-01-12 20:08:09 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/familiar.c Use gtk_main_quit only in one place (the function Manage()). ------------------------------------------------------------------------ r3182 | jpsaman | 2003-01-12 20:08:40 +0100 (Sun, 12 Jan 2003) | 2 lines Changed paths: M /trunk/ipkg/rules.gpe M /trunk/ipkg/vlc.gpe M /trunk/ipkg/vlc.opie Fixed some paths. ------------------------------------------------------------------------ r3183 | sam | 2003-01-13 02:11:00 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/debian/rules * ./debian/rules: compilation bypasses for the Debian maintainer. ------------------------------------------------------------------------ r3184 | fenrir | 2003-01-13 03:30:11 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * mp4: added parsing of some mov boxes (alternate movies). ------------------------------------------------------------------------ r3185 | fenrir | 2003-01-13 03:33:13 +0100 (Mon, 13 Jan 2003) | 4 lines Changed paths: M /trunk/include/stream_output.h M /trunk/modules/mux/avi.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/src/stream_output/stream_output.c * all: now mux and access_out can request to reserve some memory in front of each sout buffer (will prevent some unnecessary memcpy :). Not yet really used. ------------------------------------------------------------------------ r3186 | fenrir | 2003-01-13 05:46:49 +0100 (Mon, 13 Jan 2003) | 4 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/mux/avi.c M /trunk/src/stream_output/stream_output.c * mux/avi.c: added index creation. * demux/avi.c: fix stream length calculation. * stream_output.c: forgot a return value ... ------------------------------------------------------------------------ r3187 | sam | 2003-01-13 14:28:55 +0100 (Mon, 13 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_output/sdl.c * ./modules/video_output/sdl.c: protected libSDL initialization calls to avoid race conditions and deadlocks. ------------------------------------------------------------------------ r3188 | massiot | 2003-01-13 15:51:25 +0100 (Mon, 13 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/oss.c M /trunk/modules/audio_output/sdl.c M /trunk/modules/gui/macosx/aout.m Do not forget to register aout_ChannelsRestart as the callback for audio-device, plus miscellaneous changes. ------------------------------------------------------------------------ r3189 | alexis | 2003-01-13 16:14:45 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/FAQ Fixed typo ------------------------------------------------------------------------ r3190 | sam | 2003-01-13 16:20:25 +0100 (Mon, 13 Jan 2003) | 3 lines Changed paths: A /trunk/modules/gui/win32/strings.cpp M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/toolbox * ./toolbox: toolbox --update-po now automatically extracts strings from the Win32 interface. ------------------------------------------------------------------------ r3191 | massiot | 2003-01-13 17:58:58 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/sdl.c Compilation fix. ------------------------------------------------------------------------ r3192 | ipkiss | 2003-01-13 18:11:14 +0100 (Mon, 13 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/win32.cpp * MacOSX interface: fixed a stupid bug * Win32 interface: completed support for channel selection ------------------------------------------------------------------------ r3193 | fenrir | 2003-01-13 18:39:05 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: changed the way that data are read and thus seek will work. ------------------------------------------------------------------------ r3194 | jlj | 2003-01-13 21:02:37 +0100 (Mon, 13 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload. ------------------------------------------------------------------------ r3195 | massiot | 2003-01-14 00:45:49 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/po/ja.po Updated Japanese translation, courtesy of Fumio Nakayama . ------------------------------------------------------------------------ r3196 | sigmunau | 2003-01-14 02:30:09 +0100 (Tue, 14 Jan 2003) | 4 lines Changed paths: M /trunk/modules/control/rc/rc.c changed the a rule into add and made it work along with others such as play even when nothing is currently playing. Added a playlist command to list the entries currently in the playlist. plus some cleanups and sanity checks. ------------------------------------------------------------------------ r3197 | fenrir | 2003-01-14 05:34:13 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c: fix a bug with "null" stream. ------------------------------------------------------------------------ r3198 | titer | 2003-01-14 15:48:55 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h * Added a file panel for subtitles file selection. ------------------------------------------------------------------------ r3199 | massiot | 2003-01-14 15:51:02 +0100 (Tue, 14 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_filter/channel_mixer/trivial.c M /trunk/modules/control/rc/rc.c * Fixed dual-mono handling of MPEG audio. * rc.c: fixed a warning. ------------------------------------------------------------------------ r3200 | titer | 2003-01-14 16:31:12 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp * added a sanity lock ------------------------------------------------------------------------ r3201 | titer | 2003-01-14 17:00:49 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h Now you can save preferences. ------------------------------------------------------------------------ r3202 | sam | 2003-01-14 19:56:52 +0100 (Tue, 14 Jan 2003) | 2 lines Changed paths: M /trunk/FAQ M /trunk/doc/fortunes.txt * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif ------------------------------------------------------------------------ r3203 | titer | 2003-01-14 23:03:38 +0100 (Tue, 14 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp Fixed playlist behaviour (draging a file replaces the playlist, and draging a file while pressing the 'Shift' key appends it while the current one keeps playing. ------------------------------------------------------------------------ r3204 | sam | 2003-01-14 23:44:29 +0100 (Tue, 14 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/oss.c * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of Steven M. Schultz. ------------------------------------------------------------------------ r3205 | massiot | 2003-01-15 01:10:29 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/po/it.po Updated Italian translation, courtesy of Vella Bruno . ------------------------------------------------------------------------ r3206 | jlj | 2003-01-15 01:49:49 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars. ------------------------------------------------------------------------ r3207 | massiot | 2003-01-15 11:58:48 +0100 (Wed, 15 Jan 2003) | 8 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/Makefile.am M /trunk/modules/audio_filter/converter/Modules.am A /trunk/modules/audio_filter/converter/mpgatofixed32.c M /trunk/modules/codec/Modules.am M /trunk/modules/codec/a52.c D /trunk/modules/codec/mad A /trunk/modules/codec/mpeg_audio.c M /trunk/modules/gui/win32/strings.cpp M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/src/audio_output/common.c * Totally rewrote the mad plug-in, in order to fix the PTS problems : - Now using the low-level API of libmad, - Decoding split in parsing & decoding (just like A/52), - Should handle dual-mono files correctly, * The old mpeg_audio plug-in can no longer work in this scheme and has been disabled. Please _always_ compile with mad from now on. * Updated po files. ------------------------------------------------------------------------ r3208 | massiot | 2003-01-15 12:27:29 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/src/audio_output/intf.c VolumeUp/Down/Mute now work even if no file is playing. ------------------------------------------------------------------------ r3209 | titer | 2003-01-15 12:46:27 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Fixed --with-mad and --with-mad-tree ------------------------------------------------------------------------ r3210 | massiot | 2003-01-15 13:25:11 +0100 (Wed, 15 Jan 2003) | 3 lines Changed paths: M /trunk/po/nl.po Dutch translation, courtesy of Derk-Jan Hartman and Jean-Paul Saman . ------------------------------------------------------------------------ r3211 | massiot | 2003-01-15 14:14:50 +0100 (Wed, 15 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c Better recovery on emulated startcode. Still doesn't work with VBR mp3's, though. ------------------------------------------------------------------------ r3212 | sam | 2003-01-15 14:16:40 +0100 (Wed, 15 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_video/headers.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/gui/win32/Modules.am M /trunk/modules/gui/win32/about.dfm M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/network.dfm M /trunk/modules/gui/win32/strings.cpp M /trunk/modules/misc/gtk_main.c M /trunk/modules/video_output/wingdi.c M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/src/video_output/vout_pictures.c M /trunk/toolbox * ALL: slightly changed some interface strings so that they are common to all GUIs, thus making the translators' work easier. ------------------------------------------------------------------------ r3213 | massiot | 2003-01-15 14:46:05 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/src/misc/messages.c message queue overflow is now a warning. ------------------------------------------------------------------------ r3214 | sam | 2003-01-15 14:48:14 +0100 (Wed, 15 Jan 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify events once our window has been properly mapped. ------------------------------------------------------------------------ r3215 | massiot | 2003-01-15 14:58:28 +0100 (Wed, 15 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c Typo. ------------------------------------------------------------------------ r3216 | massiot | 2003-01-16 00:55:22 +0100 (Thu, 16 Jan 2003) | 5 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/gui/macosx/intf.m M /trunk/src/misc/netutils.c * Fixed MPEG audio layer III VBR, * Mac OS X interface thread gets a real-time priority as well to avoid lock-ups, * VLAN error is now a warning. ------------------------------------------------------------------------ r3217 | sam | 2003-01-16 10:00:32 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/win32/disc.dfm M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/strings.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/se.po M /trunk/po/vlc.pot M /trunk/toolbox * ALL: merged more UI strings. ------------------------------------------------------------------------ r3218 | sam | 2003-01-16 10:02:46 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/include/vlc_threads_funcs.h M /trunk/modules/gui/win32/Modules.am M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/win32_common.h * ./include/vlc_common.h: fixed win32 plugin compilation. ------------------------------------------------------------------------ r3219 | sam | 2003-01-16 10:05:37 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/.cvsignore M /trunk/modules/access/dvd/.cvsignore M /trunk/modules/access/dvdplay/.cvsignore M /trunk/modules/access/dvdread/.cvsignore M /trunk/modules/access/mms/.cvsignore M /trunk/modules/access/satellite/.cvsignore M /trunk/modules/access/v4l/.cvsignore M /trunk/modules/access/vcd/.cvsignore M /trunk/modules/access_output/.cvsignore M /trunk/modules/audio_filter/channel_mixer/.cvsignore M /trunk/modules/audio_filter/converter/.cvsignore M /trunk/modules/audio_filter/resampler/.cvsignore M /trunk/modules/audio_mixer/.cvsignore M /trunk/modules/audio_output/.cvsignore M /trunk/modules/codec/.cvsignore M /trunk/modules/codec/a52old/.cvsignore M /trunk/modules/codec/a52old/downmix/.cvsignore M /trunk/modules/codec/a52old/imdct/.cvsignore M /trunk/modules/codec/cinepak/.cvsignore M /trunk/modules/codec/faad/.cvsignore M /trunk/modules/codec/ffmpeg/.cvsignore M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore M /trunk/modules/codec/mpeg_audio/.cvsignore M /trunk/modules/codec/mpeg_video/.cvsignore M /trunk/modules/codec/mpeg_video/idct/.cvsignore M /trunk/modules/codec/mpeg_video/motion/.cvsignore M /trunk/modules/codec/spudec/.cvsignore M /trunk/modules/control/lirc/.cvsignore M /trunk/modules/control/rc/.cvsignore M /trunk/modules/demux/.cvsignore M /trunk/modules/demux/aac/.cvsignore M /trunk/modules/demux/asf/.cvsignore M /trunk/modules/demux/avi/.cvsignore M /trunk/modules/demux/mp4/.cvsignore M /trunk/modules/demux/mpeg/.cvsignore M /trunk/modules/demux/util/.cvsignore M /trunk/modules/demux/wav/.cvsignore M /trunk/modules/gui/beos/.cvsignore M /trunk/modules/gui/familiar/.cvsignore M /trunk/modules/gui/gtk/.cvsignore M /trunk/modules/gui/kde/.cvsignore M /trunk/modules/gui/macosx/.cvsignore M /trunk/modules/gui/ncurses/.cvsignore M /trunk/modules/gui/qnx/.cvsignore M /trunk/modules/gui/qt/.cvsignore M /trunk/modules/gui/win32/.cvsignore M /trunk/modules/gui/wxwindows/.cvsignore M /trunk/modules/misc/.cvsignore M /trunk/modules/misc/dummy/.cvsignore M /trunk/modules/misc/logger/.cvsignore M /trunk/modules/misc/memcpy/.cvsignore M /trunk/modules/misc/network/.cvsignore M /trunk/modules/misc/testsuite/.cvsignore M /trunk/modules/mux/.cvsignore M /trunk/modules/mux/mpeg/.cvsignore M /trunk/modules/packetizer/.cvsignore M /trunk/modules/video_chroma/.cvsignore M /trunk/modules/video_filter/.cvsignore M /trunk/modules/video_filter/deinterlace/.cvsignore M /trunk/modules/video_output/.cvsignore M /trunk/modules/video_output/directx/.cvsignore M /trunk/modules/video_output/mga/.cvsignore M /trunk/modules/video_output/qte/.cvsignore M /trunk/modules/video_output/x11/.cvsignore M /trunk/modules/visualization/scope/.cvsignore M /trunk/modules/visualization/xosd/.cvsignore * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore. ------------------------------------------------------------------------ r3220 | sam | 2003-01-16 13:49:28 +0100 (Thu, 16 Jan 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/evc/.cvsignore D /trunk/evc/config.h A /trunk/evc/config.h.in M /trunk/msvc/.cvsignore D /trunk/msvc/config.h A /trunk/msvc/config.h.in M /trunk/toolbox * ./evc/config.h, ./msvc/config.h: proper generation of these files using information from configure.ac.in. Thanks to Stephane van Hardeveld for spotting this. ------------------------------------------------------------------------ r3221 | sam | 2003-01-16 13:56:34 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/msvc/plugins.dsp.in * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld. ------------------------------------------------------------------------ r3222 | hartman | 2003-01-16 14:22:30 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/src/audio_output/intf.c VolumeGet/VolumeSet now work even if no file is playing. ------------------------------------------------------------------------ r3223 | hartman | 2003-01-16 14:49:44 +0100 (Thu, 16 Jan 2003) | 19 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/controls.m: - Added a volumeslider - removed pause button - added a fast forward action (increases speed in time) - changed the play method to allow for a toggled play pause button - volumeUp and VolumeDown take the state of the Mute Menuitem into account - volumeUp and VolumeDown take the volumeSlider into account * ./modules/gui/macosx/intf.h: - added references for the volumeslider, new menuitems * ./modules/gui/macosx/intf.m: - correct init of volumeslider and other new intf elements - new title for Controller window - the state of buttons is dependant on a movie being played - toggle the play/pause button if a play/pause action is detected. * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist * ./modules/gui/macosx/vout.m: - removed some control keys which were no longer necesarry - give the window the title of the item being played ------------------------------------------------------------------------ r3224 | hartman | 2003-01-16 14:58:18 +0100 (Thu, 16 Jan 2003) | 15 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/Resources/pause.png M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * ALL: - integrated play/pause toggled button - global shortcut for play/pause by use of spacebar - new pause.png - removed pause button - close button in intf window. register window in Window menuitem. - rearranged the menu - changed some key-combo's to be more OSX compliant/consistent - The time text-field is no longer selectable - The faster/slower/ff/stop etc button are only available during playback - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon. - Added Add/Remove buttons to the llaylist. - Made the drawer 10 pixels smaller. Looks much better. - added a volume slider. ------------------------------------------------------------------------ r3225 | massiot | 2003-01-16 15:08:39 +0100 (Thu, 16 Jan 2003) | 5 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c M /trunk/src/audio_output/intf.c * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though I do not have any file to test ; more precise PTS handling when losing sync. * src/audio_output/intf.c: fixed a warning. ------------------------------------------------------------------------ r3226 | sam | 2003-01-16 15:34:55 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in D /trunk/po/se.po A /trunk/po/sv.po * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet. ------------------------------------------------------------------------ r3227 | yves | 2003-01-16 15:39:22 +0100 (Thu, 16 Jan 2003) | 3 lines Changed paths: M /trunk/vlc.spec * codec/mad plugin is replaced by audio_filter/mpgatofixed32. * new demux/m4v and mux/avi plugins ------------------------------------------------------------------------ r3228 | massiot | 2003-01-16 15:40:04 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/src/misc/darwin_specific.m Swedish is now sv, not se. Thanks yvounet. (c) ------------------------------------------------------------------------ r3229 | titer | 2003-01-16 16:26:23 +0100 (Thu, 16 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h * InterfaceWindow.cpp : fixed DVD drag & drop * PreferencesWindow.* : added the possibility not to use DVD menus ------------------------------------------------------------------------ r3230 | lool | 2003-01-16 21:08:00 +0100 (Thu, 16 Jan 2003) | 2 lines Changed paths: M /trunk/modules/control/rc/rc.c * typo ------------------------------------------------------------------------ r3231 | babal | 2003-01-16 22:14:23 +0100 (Thu, 16 Jan 2003) | 7 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/demux/m3u.c M /trunk/po/fr.po M /trunk/src/audio_output/input.c - input.c : doesn't even try to use the headphone filter for unsupported format (S/PDIF, ...) - m3u.c : support for MRLs better detection of absolute path under Windows - configure.ac.in : off_t was defined twice for mingw32 - fr.po : translation of headphone filter strings ------------------------------------------------------------------------ r3232 | massiot | 2003-01-17 00:00:47 +0100 (Fri, 17 Jan 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/access/dvd/ifo.c M /trunk/modules/gui/macosx/prefs.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Bumped up revision number to 0.5.0-test3, * Rearranged fields in the OS X interface to accomodate for translations, * modules/access/dvd/ifo.c: fixed a crash with bad streams, * Auto-updated po files, * Manually updated fr.po. ------------------------------------------------------------------------ r3233 | lool | 2003-01-17 00:25:55 +0100 (Fri, 17 Jan 2003) | 9 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/input_ext-intf.h M /trunk/modules/access/Modules.am M /trunk/modules/access/slp.c * configure.ac.in: . renamed access_slp to slp . slp is enabled by default if slp.h is present * modules/access/slp.c: . slp is now an access and a demux and forces the use of itself . cleanups and bug corrections . disappears of the playlist Thanks to fenrir for the help in debugging! ------------------------------------------------------------------------ r3234 | babal | 2003-01-17 00:33:20 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in - my previous fix was a bad fix :( ------------------------------------------------------------------------ r3235 | sam | 2003-01-17 00:37:59 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am * ./Makefile.am: fixed distribution of MSVC files. ------------------------------------------------------------------------ r3236 | sam | 2003-01-17 14:54:11 +0100 (Fri, 17 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/parse.c * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date calculation in slow-mo. ------------------------------------------------------------------------ r3237 | lool | 2003-01-17 15:51:09 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/slp.c * added missing static ------------------------------------------------------------------------ r3238 | fenrir | 2003-01-17 16:26:24 +0100 (Fri, 17 Jan 2003) | 5 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/src/stream_output/stream_output.c * all: use p_vlc->pf_memcpy instead of memcpy on big data block. * mpeg4video: removed a bad code dealing with pts discontinuity. * pes.c: try to avoid copying the whole PES. (the first 64ko ins't any more copied :) ------------------------------------------------------------------------ r3239 | sam | 2003-01-17 17:18:03 +0100 (Fri, 17 Jan 2003) | 4 lines Changed paths: M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/filter_common.h M /trunk/modules/video_filter/invert.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now sent to the parent video output by all filters, and mouse coordinates are translated when necessary (Closes: #15). ------------------------------------------------------------------------ r3240 | massiot | 2003-01-17 18:22:22 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt . ------------------------------------------------------------------------ r3241 | jpsaman | 2003-01-17 19:19:11 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/ipkg/rules.gpe M /trunk/modules/gui/familiar/familiar.c Updating slider only once a second now. ------------------------------------------------------------------------ r3242 | titer | 2003-01-17 19:19:43 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h Fixed the 'Do not use DVD menus' check box. ------------------------------------------------------------------------ r3243 | sam | 2003-01-17 20:17:09 +0100 (Fri, 17 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/menu.c * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot of boundary checks in the handling of title/chapter menus. Title 0 is no longer reachable (Closes: #26). ------------------------------------------------------------------------ r3244 | sam | 2003-01-17 20:22:21 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/modules/control/rc/rc.c * ./modules/control/rc/rc.c: boundary checks for chapter navigation. ------------------------------------------------------------------------ r3245 | sam | 2003-01-17 20:35:22 +0100 (Fri, 17 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/menu.cpp * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied navigation fixes from the Gtk+ interface. ------------------------------------------------------------------------ r3246 | sam | 2003-01-17 20:36:53 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/ncurses/ncurses.c * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code. ------------------------------------------------------------------------ r3247 | hartman | 2003-01-17 22:46:04 +0100 (Fri, 17 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window ------------------------------------------------------------------------ r3248 | sam | 2003-01-18 00:59:18 +0100 (Sat, 18 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in the source comments. ------------------------------------------------------------------------ r3249 | hartman | 2003-01-18 05:10:58 +0100 (Sat, 18 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/open.m * ./modules/gui/macosx/open.m: - Removed the pretty animation. Wasn't working. This looks better. - fixed a potential memory problem ------------------------------------------------------------------------ r3250 | hartman | 2003-01-18 05:57:08 +0100 (Sat, 18 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/open.m * ./modules/gui/macosx/open.m - .bin files are now opened as disks, instead of as files ------------------------------------------------------------------------ r3251 | massiot | 2003-01-18 14:24:44 +0100 (Sat, 18 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/include/darwin_specific.h M /trunk/modules/codec/spudec/spudec.c Including font-eutopiabold36.rle for DivX and ogg subtitles. ------------------------------------------------------------------------ r3252 | alexis | 2003-01-18 21:24:33 +0100 (Sat, 18 Jan 2003) | 2 lines Changed paths: M /trunk/doc/developer/audio_output.xml Compilation fix ------------------------------------------------------------------------ r3253 | sam | 2003-01-19 04:16:24 +0100 (Sun, 19 Jan 2003) | 4 lines Changed paths: M /trunk/include/beos_specific.h M /trunk/include/darwin_specific.h M /trunk/include/main.h M /trunk/include/modules.h M /trunk/include/modules_inner.h M /trunk/modules/codec/spudec/spudec.c M /trunk/src/libvlc.c M /trunk/src/misc/beos_specific.cpp M /trunk/src/misc/darwin_specific.m M /trunk/src/misc/modules.c M /trunk/src/misc/win32_specific.c M /trunk/src/video_output/video_text.c * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed the GetProgramPath call, stored the path in p_libvlc instead. Fixes compilation under anything other than OS X. ------------------------------------------------------------------------ r3254 | fenrir | 2003-01-19 09:27:28 +0100 (Sun, 19 Jan 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegvideo.c * all: change the way fourcc are stored in bitmapinfoheader. ------------------------------------------------------------------------ r3255 | fenrir | 2003-01-19 09:28:02 +0100 (Sun, 19 Jan 2003) | 2 lines Changed paths: M /trunk/modules/mux/avi.c * avi.c : proper way to store fourcc. ------------------------------------------------------------------------ r3256 | massiot | 2003-01-19 17:57:32 +0100 (Sun, 19 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c Requalified some error messages into warnings. ------------------------------------------------------------------------ r3257 | ipkiss | 2003-01-19 18:55:18 +0100 (Sun, 19 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/menu.cpp * Compilation fix ------------------------------------------------------------------------ r3258 | jpsaman | 2003-01-19 23:16:13 +0100 (Sun, 19 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/modules/misc/Modules.am A /trunk/modules/misc/qte_main.cpp M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/qte/qte.h New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it. ------------------------------------------------------------------------ r3259 | hartman | 2003-01-20 01:23:45 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut. ------------------------------------------------------------------------ r3260 | fenrir | 2003-01-20 03:15:08 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * mpegvideo.c : fix dts generation for non-progressive stream. ------------------------------------------------------------------------ r3261 | fenrir | 2003-01-20 03:19:56 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * mpegvideo.c : raah, removed a debug message... ------------------------------------------------------------------------ r3262 | titer | 2003-01-20 03:45:25 +0100 (Mon, 20 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh previous commits (closes #100) ------------------------------------------------------------------------ r3263 | hartman | 2003-01-20 04:45:06 +0100 (Mon, 20 Jan 2003) | 6 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m * ./extras/MacOSX/vlc.pbproj/project.pbxproj - Added .cue and .ogg to the known filetypes ALL: - When files are added they are not automatically played anymore. They are always queue'ed and optionally played. - Preliminary divx filesubtitle support. ------------------------------------------------------------------------ r3264 | massiot | 2003-01-20 11:59:29 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_filter/converter/mpgatofixed32.c M /trunk/modules/audio_output/oss.c M /trunk/src/audio_output/common.c M /trunk/src/audio_output/output.c Fixed a dozen bugs regarding mono audio files. ------------------------------------------------------------------------ r3265 | fenrir | 2003-01-20 14:01:53 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c * all: changed some msg_Err into msg_Warn. ------------------------------------------------------------------------ r3266 | fenrir | 2003-01-20 14:03:03 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/aac/demux.c * aac: some msg_Err -> msg_Warn ------------------------------------------------------------------------ r3267 | fenrir | 2003-01-20 14:04:03 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf : more msg_Err -> msg_Warn ------------------------------------------------------------------------ r3268 | fenrir | 2003-01-20 14:06:34 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/audio.c M /trunk/modules/demux/mpeg/m4v.c * all: converted some msg_Err into msg_Warn ------------------------------------------------------------------------ r3269 | massiot | 2003-01-20 18:52:26 +0100 (Mon, 20 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_filter/converter/mpgatofixed32.c Used macro instead of hand-made code. ------------------------------------------------------------------------ r3270 | fenrir | 2003-01-20 21:07:07 +0100 (Mon, 20 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/common.h M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_callbacks.h M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/gtk_support.h M /trunk/modules/gui/gtk/menu.c * all: begin to up to date the gtk/gnome interface. All comments are welcome, and please reports bugs :) ------------------------------------------------------------------------ r3271 | yves | 2003-01-20 21:17:00 +0100 (Mon, 20 Jan 2003) | 5 lines Changed paths: M /trunk/vlc.spec - new access/slp plugin. - more buildfor_{rh80,mdk{82,90}} stuff. - use %%mklibname macro. - use %%clean_menus in postun instead of %%update_menus everywhere. ------------------------------------------------------------------------ r3272 | jlj | 2003-01-21 01:47:43 +0100 (Tue, 21 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/aout.m A /trunk/modules/gui/macosx/misc.h A /trunk/modules/gui/macosx/misc.m * ./modules/gui/macosx/aout.m: output more debug info * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider: http://nanocrew.net/vlc/mpslider.png ------------------------------------------------------------------------ r3273 | massiot | 2003-01-21 11:29:12 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/src/audio_output/filters.c M /trunk/src/audio_output/intf.c Fixed two major bugs in the audio output, triggering segfault when going to mono mode, and probably at some other places. ------------------------------------------------------------------------ r3274 | hartman | 2003-01-21 13:01:43 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib A /trunk/extras/MacOSX/Resources/slow.png * Added an 'slowmotion' icon ------------------------------------------------------------------------ r3275 | hartman | 2003-01-21 13:23:37 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/vlc_hg.png M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj ALL: The addition of a volume slider required a small redesign of the interface. David Weber was again kind enough to help us. ------------------------------------------------------------------------ r3276 | fenrir | 2003-01-21 13:36:11 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_callbacks.c M /trunk/modules/gui/gtk/gnome_callbacks.h M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_callbacks.h M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c * gui/gtk : added a subtitle option in open dialog box. ------------------------------------------------------------------------ r3277 | hartman | 2003-01-21 15:15:05 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-intf.c * ./src/input/input_ext_intf.c - FASTER and SLOWER now take into account the current rate. ------------------------------------------------------------------------ r3278 | hartman | 2003-01-21 15:26:54 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib ALL: fixed my previous osx interface commit. had forgotten to save the files. ------------------------------------------------------------------------ r3279 | fenrir | 2003-01-21 17:46:17 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and added some sanity checks. ------------------------------------------------------------------------ r3280 | fenrir | 2003-01-21 18:00:41 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_callbacks.c M /trunk/modules/gui/gtk/gnome_callbacks.h M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c * added "use DVD menu" choice. ------------------------------------------------------------------------ r3281 | hartman | 2003-01-21 18:08:16 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m ALL: the slider updates the video while it slides. ------------------------------------------------------------------------ r3282 | lool | 2003-01-21 18:34:03 +0100 (Tue, 21 Jan 2003) | 4 lines Changed paths: M /trunk/modules/access/slp.c * now search all srvtypes and add all srvs of all srvtypes to the playlist (requires less configuration information, now zero) * usual cleanup and bug removal ------------------------------------------------------------------------ r3283 | lool | 2003-01-21 19:43:54 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * added a couple of malloc() checks ------------------------------------------------------------------------ r3284 | ipkiss | 2003-01-21 20:49:09 +0100 (Tue, 21 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h A /trunk/modules/gui/win32/sout.cpp A /trunk/modules/gui/win32/sout.dfm A /trunk/modules/gui/win32/sout.h M /trunk/modules/gui/win32/win32.bpf M /trunk/modules/gui/win32/win32.bpr * Added a dialog box for the stream output ------------------------------------------------------------------------ r3285 | lool | 2003-01-21 22:19:36 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/slp.c * use of service attributes to get the name of the session, insert it in the playlist ------------------------------------------------------------------------ r3286 | ipkiss | 2003-01-21 22:20:54 +0100 (Tue, 21 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/playlist.cpp M /trunk/modules/gui/win32/playlist.h M /trunk/modules/gui/win32/win32.cpp * Dropped files and files added using the playlist are now enqueued according to the "enqueue" config option ------------------------------------------------------------------------ r3287 | fenrir | 2003-01-22 01:32:32 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/menu.c * gtk: fixed a segfault with deinterlace. ------------------------------------------------------------------------ r3288 | titer | 2003-01-22 02:13:22 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/ListViews.cpp M /trunk/modules/gui/beos/ListViews.h M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/PlayListWindow.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h * Fixed title / chapter menus * Clean up ------------------------------------------------------------------------ r3289 | lool | 2003-01-22 02:40:19 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * added --with-slp * now works under win32 ------------------------------------------------------------------------ r3290 | hartman | 2003-01-22 02:48:06 +0100 (Wed, 22 Jan 2003) | 8 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov filetypes. * ./modules/gui/macosx/vout.m: Made the video window a textured window * All: - fixed several missing object_release bugs, that i had introduced. - updated the play/pause behaviour. - fixed an issue with the volumeslider. ------------------------------------------------------------------------ r3291 | hartman | 2003-01-22 03:39:33 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m ALL: fixed a small bug in the timeslider code ------------------------------------------------------------------------ r3292 | fenrir | 2003-01-22 05:51:16 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * fixed my last fix about bug with non-progressive videos. ------------------------------------------------------------------------ r3293 | massiot | 2003-01-22 10:54:29 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_filter/converter/a52tofloat32.c M /trunk/src/audio_output/output.c * configure.ac.in: Re-added a52sys module, which was lost somewhere... * Fixed bugs regarding Dolby Surround downmixing. ------------------------------------------------------------------------ r3294 | massiot | 2003-01-22 11:03:17 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/FAQ 1.12 How do I join an IPv6 multicast stream? ------------------------------------------------------------------------ r3295 | fenrir | 2003-01-22 11:41:57 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: A /trunk/include/encoder.h A /trunk/modules/encoder A /trunk/modules/encoder/Modules.am A /trunk/modules/encoder/ffmpeg A /trunk/modules/encoder/ffmpeg/Modules.am A /trunk/modules/encoder/ffmpeg/audio.c A /trunk/modules/encoder/ffmpeg/encoder.c A /trunk/modules/encoder/ffmpeg/video.c A /trunk/modules/encoder/xvid.c A /trunk/modules/video_output/encoder.c * added file needed for video transcoding with vlc. ------------------------------------------------------------------------ r3296 | fenrir | 2003-01-22 11:44:50 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/Makefile.am M /trunk/modules/video_output/Modules.am M /trunk/src/input/input_dec.c M /trunk/src/libvlc.h M /trunk/src/video_output/video_output.c M /trunk/src/video_output/vout_pictures.c * all: modified files for video transcoding. Still needed configure.ac.in ------------------------------------------------------------------------ r3297 | fenrir | 2003-01-22 11:53:22 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * add vout_encoder, not yet the codec parts. ------------------------------------------------------------------------ r3298 | sam | 2003-01-22 13:25:59 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: fixed multiple static link issues with anal linkers. ------------------------------------------------------------------------ r3299 | massiot | 2003-01-22 16:16:02 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/include/vlc_threads_funcs.h Less aggressive debug message. ------------------------------------------------------------------------ r3300 | lool | 2003-01-22 17:16:27 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/slp.c * modules/access/slp.c: #include because of a malloc ------------------------------------------------------------------------ r3301 | lool | 2003-01-22 17:41:15 +0100 (Wed, 22 Jan 2003) | 5 lines Changed paths: M /trunk/modules/visualization/xosd/xosd.c * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if xosd_init returns NULL * lib is initialized with configured font * more safety checks ------------------------------------------------------------------------ r3302 | sam | 2003-01-22 18:03:51 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys. ------------------------------------------------------------------------ r3303 | massiot | 2003-01-22 19:31:47 +0100 (Wed, 22 Jan 2003) | 2 lines Changed paths: M /trunk/include/audio_output.h M /trunk/modules/audio_filter/channel_mixer/trivial.c M /trunk/modules/audio_filter/converter/a52tofloat32.c M /trunk/src/audio_output/common.c M /trunk/src/audio_output/output.c Reverse stereo option. ------------------------------------------------------------------------ r3304 | lool | 2003-01-22 20:37:50 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/modules/visualization/xosd/xosd.c * modules/visualization/xosd/xosd.c: lower module capability when the DISPLAY environment variable is unset (gtk like behaviour) ------------------------------------------------------------------------ r3305 | ipkiss | 2003-01-22 22:42:51 +0100 (Wed, 22 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/disc.cpp M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/sout.cpp M /trunk/modules/gui/win32/sout.h A /trunk/modules/gui/win32/subtitles.cpp A /trunk/modules/gui/win32/subtitles.dfm A /trunk/modules/gui/win32/subtitles.h M /trunk/modules/gui/win32/win32.bpf M /trunk/modules/gui/win32/win32.bpr M /trunk/modules/gui/win32/win32.cpp * Added a dialog box for subtitles selection * Cosmetic here and there ------------------------------------------------------------------------ r3306 | sigmunau | 2003-01-22 23:19:29 +0100 (Wed, 22 Jan 2003) | 5 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/libvlc.h added an new config variable that takes an comma separated list of interface modules to be loaded in the background when vlc starts. This is usefull for lirc, logger and xosd. Also got rid of the hacky way the sap module was inserted, as this just needs to be added to this list now. ------------------------------------------------------------------------ r3307 | ipkiss | 2003-01-23 04:33:34 +0100 (Thu, 23 Jan 2003) | 6 lines Changed paths: M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/menu.h M /trunk/modules/gui/win32/sout.cpp M /trunk/modules/gui/win32/subtitles.dfm M /trunk/modules/gui/win32/win32.cpp * The stream output can't use PS with UDP * Added tooltips for the subtitles dialog box * Added a missing "delete" * Added a menu entry to spawn new interfaces (but it's currently disabled, due to a problem with the vlc_list_t struct) ------------------------------------------------------------------------ r3308 | babal | 2003-01-23 05:50:38 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/preferences.h - allow the user to choose (and sort) several plugins for the same category. ------------------------------------------------------------------------ r3309 | fenrir | 2003-01-23 10:00:36 +0100 (Thu, 23 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/m3u.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/util/sub.c * demux: fix segfault while trying to opening files without extention... ------------------------------------------------------------------------ r3310 | gbazin | 2003-01-23 10:53:55 +0100 (Thu, 23 Jan 2003) | 6 lines Changed paths: M /trunk/modules/control/rc/rc.c * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput() call (someone willing to investigate this ?). ------------------------------------------------------------------------ r3311 | sam | 2003-01-23 10:58:02 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/dvdread/dvdread.c M /trunk/modules/access/dvdread/input.c * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning instead of an error when it can't stat() the device (Closes: #77). ------------------------------------------------------------------------ r3312 | gbazin | 2003-01-23 11:25:40 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/dvdread/input.c M /trunk/modules/control/rc/rc.c * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos. ------------------------------------------------------------------------ r3313 | massiot | 2003-01-23 12:48:18 +0100 (Thu, 23 Jan 2003) | 5 lines Changed paths: M /trunk/modules/audio_filter/channel_mixer/trivial.c M /trunk/modules/gui/macosx/open.m M /trunk/src/audio_output/output.c * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS, * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode with MPEG files, * src/audio_output/output.c: Fixed dual-mono handling. ------------------------------------------------------------------------ r3314 | fenrir | 2003-01-23 14:44:21 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c * don't send audio in fast/slow playing speed unless there isn't any video stream. ------------------------------------------------------------------------ r3315 | massiot | 2003-01-23 14:54:59 +0100 (Thu, 23 Jan 2003) | 2 lines Changed paths: M /trunk/AUTHORS Derk-Jan Hartman. ------------------------------------------------------------------------ r3316 | fenrir | 2003-01-23 16:07:20 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf: in fast/slow motion we don't play audio (unless there isn't any video). Added some clean up. ------------------------------------------------------------------------ r3317 | sam | 2003-01-23 16:50:15 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/dvdread/input.c * ./modules/access/dvdread/input.c: warning fixes and a consistency fix (ilvu_sa cannot be -1). ------------------------------------------------------------------------ r3318 | sam | 2003-01-23 16:52:04 +0100 (Thu, 23 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/dvdread/input.h M /trunk/modules/access_output/udp.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/codec/vorbis.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/gui/gtk/menu.c M /trunk/modules/gui/gtk/playlist.c M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegvideo.c * ./modules/*: warning fixes. ------------------------------------------------------------------------ r3319 | sam | 2003-01-23 16:53:10 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/misc/network/ipv4.c * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old suggestion from lool). ------------------------------------------------------------------------ r3320 | ipkiss | 2003-01-23 17:17:59 +0100 (Thu, 23 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/disc.cpp * use 'dvdold' instead of 'dvd' ------------------------------------------------------------------------ r3321 | massiot | 2003-01-23 18:13:28 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/src/audio_output/common.c M /trunk/src/audio_output/mixer.c M /trunk/src/audio_output/output.c Fixed a segfault with quitting when no audio output plug-in was found (closes #108). ------------------------------------------------------------------------ r3322 | babal | 2003-01-23 18:18:45 +0100 (Thu, 23 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/disc.cpp M /trunk/modules/gui/win32/disc.dfm - menus disabled by default - cosmetic changes ------------------------------------------------------------------------ r3323 | massiot | 2003-01-23 22:47:59 +0100 (Thu, 23 Jan 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/codec/mpeg_video/synchro.c M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m * Minor changes to the open panel, added AVI stream output option, * modules/gui/macosx/open.m: "Open File" is back, * modules/codec/mpeg_video/synchro.c: Fixed a counting bug. ------------------------------------------------------------------------ r3324 | hartman | 2003-01-23 23:25:32 +0100 (Thu, 23 Jan 2003) | 9 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m * ./modules/gui/macosx/controls.m - changed the slower button into a slowmotion button - fixed a forgotten mutex_unlock * ./modules/gui/macosx/intf.m - added the slowmotion button - some windows shouldn't register in the "Window" menu * ./modules/gui/macosx/open.m - allow multiple file selection ------------------------------------------------------------------------ r3325 | hartman | 2003-01-23 23:39:30 +0100 (Thu, 23 Jan 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/open.m ALL: - made some panels into windows. - made the background picture non editable (removes the text cursor) - added slowmotion button ------------------------------------------------------------------------ r3326 | hartman | 2003-01-23 23:57:28 +0100 (Thu, 23 Jan 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib - oops, i enlarged the timeslider by accident. fixed * ./modules/gui/macosx/controls.m - fixed a mutex_lock issue ------------------------------------------------------------------------ r3327 | massiot | 2003-01-24 00:51:13 +0100 (Fri, 24 Jan 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/vlc_threads.h M /trunk/modules/gui/macosx/vout.m M /trunk/modules/gui/win32/strings.cpp M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Resized elements in the open panel, * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen mode is on the primary screen, * po/*: Updated po files. ------------------------------------------------------------------------ r3328 | gbazin | 2003-01-24 00:57:50 +0100 (Fri, 24 Jan 2003) | 7 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/interface.cpp A /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/popup.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface. * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu. * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a play/pause button depending on the context. * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable. ------------------------------------------------------------------------ r3329 | hartman | 2003-01-24 01:17:20 +0100 (Fri, 24 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * made a quick hack to create a resize bar. not sure if we should keep this. ------------------------------------------------------------------------ r3330 | hartman | 2003-01-24 01:53:41 +0100 (Fri, 24 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * the volume slider could only be dragged, not clicked. removed some useless code as well. ------------------------------------------------------------------------ r3331 | babal | 2003-01-24 01:57:51 +0100 (Fri, 24 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/preferences.cpp - added a NULL pointer test - cosmetic changes ------------------------------------------------------------------------ r3332 | hartman | 2003-01-24 03:31:53 +0100 (Fri, 24 Jan 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * when the playlist is selected and you push the spacebar we pause/play the movie. this makes the behaviour more consistent, though the solution is somewhat unclean. We should fix this on a higher level but i don't see how we could/should. ------------------------------------------------------------------------ r3333 | hartman | 2003-01-24 07:21:03 +0100 (Fri, 24 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view after 2 seconds. ------------------------------------------------------------------------ r3334 | titer | 2003-01-24 07:31:56 +0100 (Fri, 24 Jan 2003) | 4 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/modules/gui/beos/DrawingTidbits.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/src/misc/threads.c * vlc_threads.h: lower a priority that made sound choppy on not-so-fast BeOS computers (closes #119) * others: removed old printf or unused code. ------------------------------------------------------------------------ r3335 | sam | 2003-01-24 13:01:03 +0100 (Fri, 24 Jan 2003) | 3 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/configure.ac.in M /trunk/modules/gui/win32/Modules.am M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/win32.cpp * ./configure.ac.in: removed the --with-bcbuilder flag. * ./INSTALL.win32: updated accordingly. ------------------------------------------------------------------------ r3336 | sam | 2003-01-24 15:13:00 +0100 (Fri, 24 Jan 2003) | 2 lines Changed paths: M /trunk/doc/bugreport-howto.txt * ./doc/bugreport-howto.txt: minor updates. ------------------------------------------------------------------------ r3337 | hartman | 2003-01-24 15:34:53 +0100 (Fri, 24 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib ALL: fixed the deinterlace menuitem ------------------------------------------------------------------------ r3338 | hartman | 2003-01-24 15:35:52 +0100 (Fri, 24 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib ALL: fixed the deinterlace menuiteM cvS: ---------------------------------------------------------------------- ------------------------------------------------------------------------ r3339 | hartman | 2003-01-24 17:19:15 +0100 (Fri, 24 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m * code we migh use in the future to change the subfile we use. not very useful now because of the .avi requirement to start/stop before loading/displaying the subs. ------------------------------------------------------------------------ r3340 | hartman | 2003-01-24 19:25:14 +0100 (Fri, 24 Jan 2003) | 2 lines Changed paths: M /trunk/include/vlc_config.h * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC ------------------------------------------------------------------------ r3341 | titer | 2003-01-25 02:03:44 +0100 (Sat, 25 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/MediaControlView.h * store windows sizes in the vlc configuration file * fixed an interface bug when launching a file from the command line * minor fixes or enhancements ------------------------------------------------------------------------ r3342 | fenrir | 2003-01-25 04:12:20 +0100 (Sat, 25 Jan 2003) | 4 lines Changed paths: M /trunk/include/input_ext-plugins.h M /trunk/modules/demux/avi/avi.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_ext-plugins.c * avi: no more segfault when we have 'max buffer allocation reached' * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached' we cannot send null packet to decoder. ------------------------------------------------------------------------ r3343 | hartman | 2003-01-25 13:00:38 +0100 (Sat, 25 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/vout.m * Reverted back to non metal windows as dictated by Apple's User Interface Guidelines. Only the controller window stays metallic. ------------------------------------------------------------------------ r3344 | hartman | 2003-01-25 13:42:13 +0100 (Sat, 25 Jan 2003) | 5 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * README.MacOSX.rtf: Updated Readme for new release. Added section on subtitles and on bugreporting. * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv, .sub and .srt files. ------------------------------------------------------------------------ r3345 | fenrir | 2003-01-25 17:58:35 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/aac/demux.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/avi/libavi.h M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/wav/wav.c * all : fixed some memory leaks thanks valgrind. ------------------------------------------------------------------------ r3346 | fenrir | 2003-01-25 17:59:49 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/audio.h * ffmpeg: fixed memory leaks. ------------------------------------------------------------------------ r3347 | fenrir | 2003-01-25 18:21:40 +0100 (Sat, 25 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c *mp4: fixed segfault when it fails to start a decoder and has specific informations to send. ------------------------------------------------------------------------ r3348 | fenrir | 2003-01-25 18:57:36 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mp4/mp4.c * all: fixed wrong usage of input_DeletePES. ------------------------------------------------------------------------ r3349 | fenrir | 2003-01-25 19:09:30 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/faad/decoder.h * faad : clean up. ------------------------------------------------------------------------ r3350 | hartman | 2003-01-25 19:42:17 +0100 (Sat, 25 Jan 2003) | 6 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * ./README.MacOSX.rtf: added two remarks on subtitle support. * ./extras/MacOSX/vlc.pbroj/project.pbxproj - Added .wma filetype - Added README, COPYING etc. to resources * ALL: Added a Help menu. ------------------------------------------------------------------------ r3351 | titer | 2003-01-25 21:15:41 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h A /trunk/modules/gui/beos/MessagesWindow.cpp A /trunk/modules/gui/beos/MessagesWindow.h M /trunk/modules/gui/beos/Modules.am M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h M /trunk/modules/gui/beos/VlcWrapper.h Added a window to see vlc messages. ------------------------------------------------------------------------ r3352 | hartman | 2003-01-25 22:34:45 +0100 (Sat, 25 Jan 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m * changed the bugreporting url ------------------------------------------------------------------------ r3353 | sam | 2003-01-26 01:51:43 +0100 (Sun, 26 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/menu.cpp * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu generation. ------------------------------------------------------------------------ r3354 | ipkiss | 2003-01-26 03:22:59 +0100 (Sun, 26 Jan 2003) | 5 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/win32.cpp M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c * modules/video_output/directx: added a configuration variable and a "normal" one to set the vout window on top of ther windows * modules/gui/win32: the interface can use these variables (almost closes #84) ------------------------------------------------------------------------ r3355 | ipkiss | 2003-01-26 04:55:36 +0100 (Sun, 26 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/win32/about.dfm M /trunk/modules/gui/win32/about.h M /trunk/modules/gui/win32/disc.dfm M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/messages.dfm M /trunk/modules/gui/win32/network.cpp M /trunk/modules/gui/win32/network.dfm M /trunk/modules/gui/win32/network.h M /trunk/modules/gui/win32/playlist.cpp M /trunk/modules/gui/win32/playlist.dfm M /trunk/modules/gui/win32/playlist.h M /trunk/modules/gui/win32/preferences.dfm M /trunk/modules/gui/win32/sout.cpp M /trunk/modules/gui/win32/sout.dfm M /trunk/modules/gui/win32/sout.h M /trunk/modules/gui/win32/subtitles.cpp M /trunk/modules/gui/win32/subtitles.dfm M /trunk/modules/gui/win32/subtitles.h * modules/gui/win32: replaced BitBtns with Buttons everywhere, and put "OK" and "Cancel" buttons in an horizontal layout. Also updated a few properties here and there. ------------------------------------------------------------------------ r3356 | titer | 2003-01-26 09:28:20 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.h Added some colors. ------------------------------------------------------------------------ r3357 | gbazin | 2003-01-26 11:36:10 +0100 (Sun, 26 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/popup.cpp M /trunk/modules/gui/wxwindows/timer.cpp * modules/gui/wxwindows/*: Fixed the open dialog on win32. Better slider management in the main interface. Misc other small fixes. ------------------------------------------------------------------------ r3358 | fenrir | 2003-01-26 13:34:47 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi : fix play back for some broken avi ------------------------------------------------------------------------ r3359 | gbazin | 2003-01-26 14:37:09 +0100 (Sun, 26 Jan 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/src/audio_output/input.c M /trunk/src/audio_output/mixer.c * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer. (p_input->p_first_byte_to_mix sometimes need to be reset) * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk. ------------------------------------------------------------------------ r3360 | fenrir | 2003-01-26 15:49:09 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/Modules.am M /trunk/modules/gui/gtk/common.h M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_callbacks.c M /trunk/modules/gui/gtk/gnome_callbacks.h M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gnome_interface.h M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_callbacks.h M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/gtk_interface.h M /trunk/modules/gui/gtk/open.c A /trunk/modules/gui/gtk/sout.c * added stream output dialog box. ------------------------------------------------------------------------ r3361 | fenrir | 2003-01-26 15:52:12 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gnome_callbacks.c M /trunk/modules/gui/gtk/gnome_callbacks.h * all: raah, clean up glade output. ------------------------------------------------------------------------ r3362 | hartman | 2003-01-26 15:53:08 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m * Added myself to list of authors of these files. i had forgotten to do this. ------------------------------------------------------------------------ r3363 | gbazin | 2003-01-26 17:37:20 +0100 (Sun, 26 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/waveout.c * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested). ------------------------------------------------------------------------ r3364 | babal | 2003-01-26 19:02:01 +0100 (Sun, 26 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/disc.dfm M /trunk/modules/gui/win32/disc.h M /trunk/modules/gui/win32/network.dfm M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/preferences.dfm M /trunk/modules/gui/win32/sout.dfm M /trunk/modules/gui/win32/subtitles.dfm - buttons are left aligned and their size comforms to Windows XP visual guidelines ------------------------------------------------------------------------ r3365 | babal | 2003-01-26 19:31:07 +0100 (Sun, 26 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/disc.cpp M /trunk/modules/gui/win32/disc.dfm - menu checkbox outside of title/chapter groupbox ------------------------------------------------------------------------ r3366 | gbazin | 2003-01-26 23:57:21 +0100 (Sun, 26 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some DVD menus. ------------------------------------------------------------------------ r3367 | jlj | 2003-01-27 01:08:31 +0100 (Mon, 27 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.m * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview is now updated on panel BecomeKey. * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel. ------------------------------------------------------------------------ r3368 | ipkiss | 2003-01-27 02:42:19 +0100 (Mon, 27 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/video_output/directx/events.c * The space bar is a hotkey for pause/resume. ------------------------------------------------------------------------ r3369 | titer | 2003-01-27 11:29:22 +0100 (Mon, 27 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h Disabled DVD menus by default for 0.5.0 ------------------------------------------------------------------------ r3370 | fenrir | 2003-01-27 17:28:42 +0100 (Mon, 27 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/mms/mms.c M /trunk/modules/demux/avi/avi.c mms: another memory leak avi: comment out a debug statment. ------------------------------------------------------------------------ r3371 | ipkiss | 2003-01-27 18:41:01 +0100 (Mon, 27 Jan 2003) | 7 lines Changed paths: M /trunk/include/vlc_objects.h M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/gtk/preferences.c M /trunk/modules/gui/kde/preferences.cpp M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/preferences.cpp M /trunk/src/libvlc.c M /trunk/src/misc/configuration.c M /trunk/src/misc/modules.c M /trunk/src/misc/objects.c * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *) instead of a (vlc_list_t); this modification was needed because BCB doesn't like at all when a function (compiled with mingw32) returns a struct... * ALL: modified the files to take this change into account * modules/gui/win32/menu.cpp: enabled the "Add interface" command ------------------------------------------------------------------------ r3372 | jobi | 2003-01-27 22:35:06 +0100 (Mon, 27 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/vcd/cdrom.c M /trunk/modules/audio_output/oss.c * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile, at least on FreeBSD 5.0 ------------------------------------------------------------------------ r3373 | ipkiss | 2003-01-27 22:44:39 +0100 (Mon, 27 Jan 2003) | 2 lines Changed paths: M /trunk/src/misc/netutils.c * Fixed a segfault (closes #132) ------------------------------------------------------------------------ r3374 | sam | 2003-01-27 23:42:36 +0100 (Mon, 27 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/vlc_common.h * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it anyway, do not provide our custom version. ------------------------------------------------------------------------ r3375 | sam | 2003-01-27 23:50:01 +0100 (Mon, 27 Jan 2003) | 3 lines Changed paths: M /trunk/src/audio_output/output.c * ./src/audio_output/output.c: fixed return with a value in function returning void. ------------------------------------------------------------------------ r3376 | sam | 2003-01-28 00:42:59 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/bootstrap * ./bootstrap: removed usage of $^ which is not compatible with BSD or Solaris make. ------------------------------------------------------------------------ r3377 | massiot | 2003-01-28 00:48:14 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/src/audio_output/mixer.c Additional check on p_first_byte_to_mix. ------------------------------------------------------------------------ r3378 | sam | 2003-01-28 01:22:44 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins. ------------------------------------------------------------------------ r3379 | hartman | 2003-01-28 02:50:52 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m ALL: the next and previous buttons first work through the chapters. Only then they turn to the playlist. ------------------------------------------------------------------------ r3380 | sam | 2003-01-28 03:03:33 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/include/error.h M /trunk/include/video_output.h M /trunk/include/vlc/vlc.h M /trunk/modules/gui/win32/strings.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.h * ./po/*: spelling fixes. ------------------------------------------------------------------------ r3381 | sam | 2003-01-28 03:53:50 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: first step in the world domination roadmap, setting the CVS version to -test4. ------------------------------------------------------------------------ r3382 | sam | 2003-01-28 04:11:02 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/include/vlc_common.h * ./include/vlc_common.h: removed duplicate macro definitions in the gtk and gnome plugins. ------------------------------------------------------------------------ r3383 | sam | 2003-01-28 04:46:22 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/esd.c * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113). ------------------------------------------------------------------------ r3384 | yves | 2003-01-28 09:11:10 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/vlc.spec - new video_output/vout_encoder plugin. - new demux/a52sys plugin. ------------------------------------------------------------------------ r3385 | titer | 2003-01-28 09:17:26 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: A /trunk/modules/encoder/.cvsignore A /trunk/modules/encoder/ffmpeg/.cvsignore M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.cpp * beos/* : do not forgot to destroy the Messages window, so vlc does lock when exiting * missing cvsignores ------------------------------------------------------------------------ r3386 | titer | 2003-01-28 11:05:15 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp * sanity Lock()s ------------------------------------------------------------------------ r3387 | massiot | 2003-01-28 13:23:40 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/src/audio_output/output.c Do not show the channels menu when the input stream is mono, closing #117. ------------------------------------------------------------------------ r3388 | gbazin | 2003-01-28 13:30:44 +0100 (Tue, 28 Jan 2003) | 10 lines Changed paths: M /trunk/include/video_output.h M /trunk/include/vlc_common.h M /trunk/modules/gui/gtk/menu.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/src/video_output/video_output.c * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object variables. * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow switching deinterlace modes on the fly. * modules/gui/gtk/menu.c: updated the deinterlace menu. * include/vlc_common.h: compilation fixes for gtk_main and gnome_main. ------------------------------------------------------------------------ r3389 | gbazin | 2003-01-28 14:03:13 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_output/x11/xcommon.c * modules/video_filter/deinterlace/deinterlace.c, modules/video_output/x11/xcommon.c: modified debug messages. ------------------------------------------------------------------------ r3390 | gbazin | 2003-01-28 14:07:45 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: oops, fixed a bug I just introduced. ------------------------------------------------------------------------ r3391 | fenrir | 2003-01-28 15:00:49 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/modules/access/mms/mms.h M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/wxwindows/open.cpp * gtk: fixed 'cannot find file.xpm'. * wxwindows: compilation fix for older wxwindows header. ------------------------------------------------------------------------ r3392 | gbazin | 2003-01-28 15:41:05 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/modules/codec/vorbis.c * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69) ------------------------------------------------------------------------ r3393 | sigmunau | 2003-01-28 15:49:12 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/vorbis.c fixed another possible crash ------------------------------------------------------------------------ r3394 | massiot | 2003-01-28 16:05:52 +0100 (Tue, 28 Jan 2003) | 5 lines Changed paths: M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdplay/tools.c M /trunk/modules/access/dvdread/input.c We are now able to parse : dvdread:/Volumes/to@to/VIDEO_TS@1,1 dvdplay:/Volumes/to@to/VIDEO_TS@1,1 Closes #77 ------------------------------------------------------------------------ r3395 | hartman | 2003-01-28 16:59:38 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack * ./README.MacOSX.rtf: updated deinterlace and resize info ------------------------------------------------------------------------ r3396 | hartman | 2003-01-28 17:47:46 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m ALL: updated deinterlace to work on the fly. there is a but in vout.m:433 jlj will need to fix that. there is no feedback to the interface as of yet ------------------------------------------------------------------------ r3397 | sam | 2003-01-28 17:52:36 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/visualization/xosd/xosd.c * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of libxosd. ------------------------------------------------------------------------ r3398 | sam | 2003-01-28 17:57:28 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/access/satellite/access.c M /trunk/modules/codec/dv.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/video_output/encoder.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/mozilla/vlcshell.cpp M /trunk/src/libvlc.h * ALL: fixes for various compilation warnings and spelling errors. ------------------------------------------------------------------------ r3399 | sam | 2003-01-28 18:11:38 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: M /trunk/bootstrap M /trunk/include/vlc_common.h M /trunk/modules/gui/familiar/interface.c M /trunk/modules/gui/familiar/support.h M /trunk/modules/gui/gtk/gtk_support.h M /trunk/toolbox * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now use "./toolbox --fix-glade" to generate and fix source files. * ./include/vlc_common.h: fixed compilation warnings. ------------------------------------------------------------------------ r3400 | sam | 2003-01-28 18:14:20 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules * ./debian/control: removed versioned dependency on libxosd. * ./debian/rules: added comments here and there. ------------------------------------------------------------------------ r3401 | sam | 2003-01-28 21:02:04 +0100 (Tue, 28 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/familiar/interface.c M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox * ./toolbox: made a few glade-generated strings non-translatable. * ./po/*: fixed spelling errors in pofiles. ------------------------------------------------------------------------ r3402 | sam | 2003-01-28 22:06:17 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/debian/.cvsignore M /trunk/debian/Makefile.am M /trunk/debian/control M /trunk/debian/rules M /trunk/debian/vlc-plugin-a52.dirs M /trunk/debian/vlc-plugin-mad.dirs A /trunk/debian/wxvlc.dirs A /trunk/debian/wxvlc.menu * ./debian/*: activated the wxwindows plugin. ------------------------------------------------------------------------ r3403 | sam | 2003-01-28 22:08:29 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/gui/kde/menu.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/timer.cpp * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in DATA_PATH. * ./modules/gui/wxwindows/*.cpp: fixed minor warnings. ------------------------------------------------------------------------ r3404 | fenrir | 2003-01-28 22:17:34 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0. ------------------------------------------------------------------------ r3405 | gbazin | 2003-01-28 22:18:53 +0100 (Tue, 28 Jan 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select title 0 when using the dvdplay plugin (title 0 = menu). ------------------------------------------------------------------------ r3406 | sam | 2003-01-28 23:03:21 +0100 (Tue, 28 Jan 2003) | 5 lines Changed paths: M /trunk/.cvsignore M /trunk/include/video_output.h M /trunk/modules/access/dvd/access.c M /trunk/modules/access/dvd/dvd.c M /trunk/modules/audio_output/oss.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/motionblur.c M /trunk/src/video_output/video_output.c * ./src/video_output/video_output.c: don't try to change aspect ratio if it has been overriden by the user (Closes: #79). * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method". * ./modules/*: fixed a few capitalization issues. ------------------------------------------------------------------------ r3407 | sam | 2003-01-28 23:52:30 +0100 (Tue, 28 Jan 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/esd.c * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139). ------------------------------------------------------------------------ r3408 | fenrir | 2003-01-29 00:38:24 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though. ------------------------------------------------------------------------ r3409 | massiot | 2003-01-29 00:55:57 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c Not sure the buffer was large enough. ------------------------------------------------------------------------ r3410 | titer | 2003-01-29 01:02:09 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h enabled changing filters on the fly ------------------------------------------------------------------------ r3411 | sam | 2003-01-29 10:54:45 +0100 (Wed, 29 Jan 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/arts.c * ./modules/audio_output/arts.c: fixed aRts output and removed debug messages that were lying around. ------------------------------------------------------------------------ r3412 | gbazin | 2003-01-29 12:17:44 +0100 (Wed, 29 Jan 2003) | 6 lines Changed paths: M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdplay/es.c * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin (closes #122). * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user settings (closes #122). ------------------------------------------------------------------------ r3413 | jlj | 2003-01-29 12:34:11 +0100 (Wed, 29 Jan 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/vlc_playlist.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.m M /trunk/src/playlist/playlist.c * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input and using p_playlist->p_input instead. ------------------------------------------------------------------------ r3414 | jlj | 2003-01-29 12:41:48 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * ./modules/gui/macosx/controls.m: fixed bug in my previous commit. ------------------------------------------------------------------------ r3415 | gbazin | 2003-01-29 13:59:23 +0100 (Wed, 29 Jan 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: bug fix when switching between vorbis channels. ------------------------------------------------------------------------ r3416 | gbazin | 2003-01-29 15:03:07 +0100 (Wed, 29 Jan 2003) | 4 lines Changed paths: M /trunk/include/vlc_threads.h * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me. ------------------------------------------------------------------------ r3417 | sam | 2003-01-29 16:15:20 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/ja.po: updated japanese translations, courtesy of KKI. ------------------------------------------------------------------------ r3418 | sam | 2003-01-29 16:55:44 +0100 (Wed, 29 Jan 2003) | 4 lines Changed paths: M /trunk/modules/access/dvdplay/intf.c * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization in case the input dies before we even spawned our dvdplay interface (Closes: #141). ------------------------------------------------------------------------ r3419 | massiot | 2003-01-29 18:07:37 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/po/nl.po New nl translation, courtesy of dj hartman. ------------------------------------------------------------------------ r3420 | gbazin | 2003-01-29 18:28:22 +0100 (Wed, 29 Jan 2003) | 5 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c * modules/gui/gtk/*: changed the disc open dialog to allow for title and chapter 0. When title or chapter 0 are selected, they do not appear in the MRL. ------------------------------------------------------------------------ r3421 | sam | 2003-01-29 19:10:52 +0100 (Wed, 29 Jan 2003) | 3 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c M /trunk/toolbox * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable the title and chapter dialogs when DVD menus are activated. ------------------------------------------------------------------------ r3422 | hartman | 2003-01-29 19:14:29 +0100 (Wed, 29 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj intf: the slower/faster buttons should not be continious. project: the source files were included in the Resources. No more. ------------------------------------------------------------------------ r3423 | fenrir | 2003-01-29 22:54:34 +0100 (Wed, 29 Jan 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf : more sanity check for broken files. ------------------------------------------------------------------------ r3424 | massiot | 2003-01-30 01:39:41 +0100 (Thu, 30 Jan 2003) | 5 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/modules/codec/mpeg_video/headers.c M /trunk/modules/gui/macosx/intf.m * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension, * modules/gui/macosx/intf.m: one of the threads wasn't in real-time priority !!! * include/vlc_threads.h: tuned up OS X priorities ------------------------------------------------------------------------ r3425 | gbazin | 2003-01-30 03:16:09 +0100 (Thu, 30 Jan 2003) | 5 lines Changed paths: M /trunk/modules/codec/mpeg_video/headers.c * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in PictureDisplayExtension(). This does also fix problems with the dvdplay plugin and menus with still pictures. ------------------------------------------------------------------------ r3426 | massiot | 2003-01-30 11:44:50 +0100 (Thu, 30 Jan 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac.in Keep -O2 in --disable-optimizations mode, cause it can't harm... ------------------------------------------------------------------------ r3427 | gbazin | 2003-01-30 13:38:13 +0100 (Thu, 30 Jan 2003) | 4 lines Changed paths: M /trunk/src/video_output/vout_subpictures.c * src/video_output/vout_subpictures.c: fixed a few race conditions that were triggered by the dvdplay plugin. ------------------------------------------------------------------------ r3428 | hartman | 2003-01-30 16:39:38 +0100 (Thu, 30 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * ./modules/gui/macosx/intf.m: - we close the video window after a video is done playing. ------------------------------------------------------------------------ r3429 | hartman | 2003-01-30 16:46:29 +0100 (Thu, 30 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * modules/gui/macosx/intf.m - fixed a warning about parentheses ------------------------------------------------------------------------ r3430 | gbazin | 2003-01-30 17:36:04 +0100 (Thu, 30 Jan 2003) | 9 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/spudec/text.c * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the race condition between spudec and vout. This patch may not be all that nice because it does a lot of vlc_object_find() but it is the only solution I've been able to come-up with. Oh and I didn't fix the memory leak caused by the font when using text subtitles. If the vout changes while the spudec is running then we don't unload this font. ------------------------------------------------------------------------ r3431 | lool | 2003-01-30 19:07:45 +0100 (Thu, 30 Jan 2003) | 3 lines Changed paths: M /trunk/FAQ A /trunk/doc/common A /trunk/doc/common/stylesheet-html.dsl A /trunk/doc/faq A /trunk/doc/faq/Makefile A /trunk/doc/faq/faq-alone.sgml A /trunk/doc/faq/faq.sgml * converted FAQ to SGML * SGML sucks, this is absolutely ugly, please reread ------------------------------------------------------------------------ r3432 | gbazin | 2003-01-30 20:14:17 +0100 (Thu, 30 Jan 2003) | 6 lines Changed paths: M /trunk/modules/codec/spudec/parse.c M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: we were still using free instead of vout_DestroySubPicture in one place. * modules/codec/spudec/parse.c: we now make sure we don't add several times the same highlight callback. ------------------------------------------------------------------------ r3433 | sam | 2003-01-30 21:59:36 +0100 (Thu, 30 Jan 2003) | 3 lines Changed paths: M /trunk/src/misc/configuration.c * ./src/misc/configuration.c: when an invalid short option is found, use the optopt variable instead of the current value of optind (Closes: #148). ------------------------------------------------------------------------ r3434 | babal | 2003-01-30 22:35:22 +0100 (Thu, 30 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/preferences.h - fixed a segfault occuring when the preference dialog box was destroyed ------------------------------------------------------------------------ r3435 | jlj | 2003-01-31 03:53:52 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx: Defeated some deadlocks. World domination ... is at hand. ------------------------------------------------------------------------ r3436 | titer | 2003-01-31 07:45:00 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.cpp Minor GUI fixes ------------------------------------------------------------------------ r3437 | sam | 2003-01-31 10:48:43 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: complain when ALSA headers are not found but --enable-alsa was specified. ------------------------------------------------------------------------ r3438 | sam | 2003-01-31 10:51:57 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized variables. ------------------------------------------------------------------------ r3439 | sam | 2003-01-31 11:14:13 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/src/audio_output/mixer.c * ./src/audio_output/mixer.c: minor cosmetic fix in output message. ------------------------------------------------------------------------ r3440 | sam | 2003-01-31 11:51:15 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the Audio and Subtitles submenus into the Audio and Video menus. ------------------------------------------------------------------------ r3441 | sam | 2003-01-31 11:54:07 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gtk_callbacks.c * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen while there was no input (Closes: #153). ------------------------------------------------------------------------ r3442 | massiot | 2003-01-31 12:23:37 +0100 (Fri, 31 Jan 2003) | 4 lines Changed paths: M /trunk/src/input/input_programs.c Fixed a major bug of people who like to declare vars "unsigned int" when they can be -1 :p (why haven't we spotted that before ??). Closes #152. ------------------------------------------------------------------------ r3443 | sam | 2003-01-31 12:38:06 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/AUTHORS M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/de.po: full german translation, courtesy of Felix K?\239?\191?\189hne. ------------------------------------------------------------------------ r3444 | sam | 2003-01-31 14:52:26 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/src/libvlc.c * ./src/libvlc.c: strings in the main module are now translated (fixes: #92). ------------------------------------------------------------------------ r3445 | zorglub | 2003-01-31 16:24:11 +0100 (Fri, 31 Jan 2003) | 5 lines Changed paths: M /trunk/doc/faq/Makefile M /trunk/doc/faq/faq-alone.sgml M /trunk/doc/faq/faq.sgml A /trunk/doc/faq/fdl.sgml * doc/faq/Makefile: added "text" and "clean" targets. * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice. * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation. * doc/faq/fdl.sgml: text of the FSF Free Documentation License. ------------------------------------------------------------------------ r3446 | sam | 2003-01-31 17:56:03 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: I was told some versions of mingw32 support neither -mms-bitfields nor -fnative-struct. ------------------------------------------------------------------------ r3447 | lool | 2003-01-31 19:53:29 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: D /trunk/FAQ * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam) ------------------------------------------------------------------------ r3448 | sam | 2003-01-31 23:34:07 +0100 (Fri, 31 Jan 2003) | 3 lines Changed paths: M /trunk/AUTHORS D /trunk/STATUS A /trunk/THANKS * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't kept up to date (and almost everything advertised in it was done). ------------------------------------------------------------------------ r3449 | sam | 2003-01-31 23:35:44 +0100 (Fri, 31 Jan 2003) | 2 lines Changed paths: M /trunk/AUTHORS M /trunk/Makefile.am M /trunk/debian/vlc.docs * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files. ------------------------------------------------------------------------ r3450 | fenrir | 2003-02-01 02:21:04 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/asf.h * asf : trying to fix pts handling. ------------------------------------------------------------------------ r3451 | babal | 2003-02-01 10:40:50 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/directx/directx.c - fixed a compilation issue with C compilers ------------------------------------------------------------------------ r3452 | alexis | 2003-02-01 12:48:36 +0100 (Sat, 01 Feb 2003) | 4 lines Changed paths: A /trunk/doc/common/stylesheet-print-noicones.dsl M /trunk/doc/faq/Makefile M /trunk/doc/faq/faq.sgml * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output * faq/Makefile: added PS/PDF/RTF targets * faq/faq.sgml: SGML enhancements and few modifications ------------------------------------------------------------------------ r3453 | stippi | 2003-02-01 13:01:11 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/ListViews.cpp M /trunk/modules/gui/beos/ListViews.h M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/PlayListWindow.cpp M /trunk/modules/gui/beos/PlayListWindow.h M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h Changes done since Feb 28 2003: ------------------------------------------------------------------------ r3454 | massiot | 2003-02-01 17:20:21 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt sam p0\/\/3r ! ------------------------------------------------------------------------ r3455 | massiot | 2003-02-01 17:33:31 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/po/it.po Updated Italian translation courtesy of Bruno Vella. ------------------------------------------------------------------------ r3456 | sam | 2003-02-01 19:41:09 +0100 (Sat, 01 Feb 2003) | 4 lines Changed paths: A /trunk/NEWS M /trunk/bootstrap M /trunk/doc/Makefile.am * ./NEWS: added an empty NEWS file. * ./bootstrap: now that we have the NEWS file, --foreign is no longer required when calling automake. ------------------------------------------------------------------------ r3457 | sam | 2003-02-01 19:53:03 +0100 (Sat, 01 Feb 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be detached before being destroyed. ------------------------------------------------------------------------ r3458 | sam | 2003-02-01 19:54:10 +0100 (Sat, 01 Feb 2003) | 5 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xvideo.c M /trunk/mozilla/vlcplugin.cpp M /trunk/mozilla/vlcshell.cpp * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable. * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c, ./modules/video_output/x11/xvideo.c: removed the drawable configuration variables which are now deprecated. ------------------------------------------------------------------------ r3459 | sam | 2003-02-01 20:04:43 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/po/it.po * ./po/it.po: a few corrections. ------------------------------------------------------------------------ r3460 | massiot | 2003-02-01 21:34:55 +0100 (Sat, 01 Feb 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/NEWS M /trunk/configure.ac.in M /trunk/src/misc/darwin_specific.m * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules * src/misc/darwin_specific.m: more generic language detection * NEWS: summarized changes from 0.4.6 to 0.5.0 ------------------------------------------------------------------------ r3461 | jpsaman | 2003-02-01 21:59:37 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS Updated for iPaq port ------------------------------------------------------------------------ r3462 | jpsaman | 2003-02-01 22:04:22 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/rules.opie Checking in packageing files. ------------------------------------------------------------------------ r3463 | massiot | 2003-02-01 22:10:19 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS Forgot Tremor. ------------------------------------------------------------------------ r3464 | massiot | 2003-02-01 22:20:33 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS Tarkin, Tremor and Theora are only available when compiling from sources. ------------------------------------------------------------------------ r3465 | sam | 2003-02-01 22:23:01 +0100 (Sat, 01 Feb 2003) | 3 lines Changed paths: A /trunk/debian/control.woody A /trunk/debian/rules.woody M /trunk/doc/fortunes.txt * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian woody specific builds. Will fill them in a moment. ------------------------------------------------------------------------ r3466 | titer | 2003-02-01 22:24:06 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS BeOS news. ------------------------------------------------------------------------ r3467 | ipkiss | 2003-02-01 22:39:21 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS * Win32 port ------------------------------------------------------------------------ r3468 | babal | 2003-02-01 23:03:42 +0100 (Sat, 01 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS - Win32 preference dialog box ------------------------------------------------------------------------ r3469 | ipkiss | 2003-02-01 23:21:44 +0100 (Sat, 01 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/win32.cpp * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155) * modules/gui/win32/menu.cpp: removed some ^M chars ------------------------------------------------------------------------ r3470 | sam | 2003-02-02 00:08:48 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: D /trunk/INSTALL.libmad M /trunk/README * ./INSTALL.libmad: removed that file; if one does not know how to build and install a library, he'd better not fiddle with VLC. ------------------------------------------------------------------------ r3471 | sam | 2003-02-02 00:15:27 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/AUTHORS * ./AUTHORS: added Garf and updated entries. ------------------------------------------------------------------------ r3472 | sigmunau | 2003-02-02 00:28:58 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: M /trunk/NEWS NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html with embedded wmp ------------------------------------------------------------------------ r3473 | sam | 2003-02-02 00:39:02 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * ./src/libvlc.c: atomic initialization of the main module in VLC_Init() instead of VLC_Create(), so that its strings are translated (was #92). ------------------------------------------------------------------------ r3474 | yves | 2003-02-02 00:41:51 +0100 (Sun, 02 Feb 2003) | 7 lines Changed paths: M /trunk/vlc.spec - ready for general 0.5.0 consumption - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin - more wxwindow stuff. - fixes here and here. - added more doc files like NEWS, THANKS etc. - still lacking mozilla plugin :( ------------------------------------------------------------------------ r3475 | massiot | 2003-02-02 00:46:24 +0100 (Sun, 02 Feb 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/po/fr.po * modules/gui/macosx/*: Fixed localization bugs * po/fr.po: Updated French translation * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0 ------------------------------------------------------------------------ r3476 | sam | 2003-02-02 01:05:00 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS * ./NEWS: a few updates (translations, mozilla plugin). ------------------------------------------------------------------------ r3477 | sam | 2003-02-02 01:29:29 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.h * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More to come. ------------------------------------------------------------------------ r3478 | sam | 2003-02-02 01:46:58 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/familiar.glade M /trunk/modules/gui/familiar/interface.c M /trunk/modules/video_output/ggi.c M /trunk/modules/video_output/mga/xmga.c M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xvideo.c M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/*: more s/vlc/VLC/ changes. ------------------------------------------------------------------------ r3479 | massiot | 2003-02-02 01:49:40 +0100 (Sun, 02 Feb 2003) | 5 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/include/vlc_threads.h M /trunk/modules/access/dvdread/input.c * README.MacOSX.rtf: Typos * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine * modules/access/dvdread/input.c: Fixed a long-standing bug when switching titles. ------------------------------------------------------------------------ r3480 | jobi | 2003-02-02 01:57:21 +0100 (Sun, 02 Feb 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/include/audio_output.h M /trunk/modules/audio_output/oss.c * NEWS: VCD entry points and iso files * include/audio_output.h: more proper freebsd compilation fix * modules/audio_output/oss.c: if /dev/dsp is used, use another output. ------------------------------------------------------------------------ r3481 | jobi | 2003-02-02 02:23:36 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS * NEWS: readded deleted entries, sorry about that. ------------------------------------------------------------------------ r3482 | sam | 2003-02-02 02:37:03 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/familiar.glade M /trunk/modules/gui/familiar/interface.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/gui/win32/about.dfm M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/strings.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/*: more interface strings harmonization. ------------------------------------------------------------------------ r3483 | sam | 2003-02-02 03:11:59 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/it.po: updated italian translation, courtesy of Bruno Vella. ------------------------------------------------------------------------ r3484 | massiot | 2003-02-02 03:58:35 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings * Bumped up revision number to 0.5.0 ------------------------------------------------------------------------ r3485 | sam | 2003-02-02 04:03:01 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/Makefile.am A /trunk/debian/README M /trunk/debian/control M /trunk/debian/vlc.docs * ./debian/*: tuned packaging. ------------------------------------------------------------------------ r3486 | sam | 2003-02-02 04:08:20 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/po/it.po * ./po/it.po: ultimate italian fixes by Bruno Vella. ------------------------------------------------------------------------ r3487 | sam | 2003-02-02 04:38:30 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/doc/vlc.1 * ./doc/vlc.1: updated manpage. ------------------------------------------------------------------------ r3488 | sam | 2003-02-02 05:01:29 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: M /trunk/INSTALL M /trunk/INSTALL.win32 M /trunk/README M /trunk/bootstrap M /trunk/configure.ac.in M /trunk/install-win32 M /trunk/modules/gui/win32/about.dfm M /trunk/modules/gui/win32/strings.cpp M /trunk/po/no.po M /trunk/toolbox M /trunk/vlc.spec * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot of places. ------------------------------------------------------------------------ r3489 | sam | 2003-02-02 05:07:55 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/control.woody M /trunk/debian/gnome-vlc.desktop M /trunk/debian/gnome-vlc.menu M /trunk/debian/gvlc.desktop M /trunk/debian/gvlc.menu M /trunk/debian/kvlc.menu M /trunk/debian/qvlc.menu M /trunk/debian/vlc.desktop M /trunk/debian/vlc.menu M /trunk/debian/wxvlc.menu * ./debian: more packaging stuff. ------------------------------------------------------------------------ r3490 | sam | 2003-02-02 05:17:53 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/Makefile.am D /trunk/debian/README A /trunk/debian/README.Debian M /trunk/debian/vlc.docs * renamed debian/README into debian/README.Debian. ------------------------------------------------------------------------ r3491 | titer | 2003-02-02 10:17:39 +0100 (Sun, 02 Feb 2003) | 4 lines Changed paths: M /trunk/modules/demux/demuxdump.c '--demuxdump-file -' dumps to standard output. (useful for operating systems which do not have '/dev/stdout' nor mkfifo) ------------------------------------------------------------------------ r3492 | stippi | 2003-02-02 12:29:12 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/ListViews.cpp cosmetic fix (drop mark would reappear if SHIFT was pressed) ------------------------------------------------------------------------ r3493 | sam | 2003-02-02 17:08:08 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS * ./NEWS: a few updates from gibalou. ------------------------------------------------------------------------ r3494 | sam | 2003-02-02 18:18:47 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/.cvsignore M /trunk/debian/README.Debian M /trunk/debian/changelog D /trunk/debian/control.woody D /trunk/debian/rules.woody A /trunk/debian/woody-buildpackage * ./debian/woody-buildpackage: added a script to build .debs on woody. ------------------------------------------------------------------------ r3495 | jpsaman | 2003-02-02 19:09:36 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/rules.gpe Added ffmpeg package to list of depenencies. ------------------------------------------------------------------------ r3496 | sam | 2003-02-02 19:12:12 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/po/de.po * ./po/de.po: german translation updates from Felix K?\239?\191?\189hne. ------------------------------------------------------------------------ r3497 | sam | 2003-02-02 19:57:01 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/rules M /trunk/debian/woody-buildpackage * ./debian/woody-buildpackage: finished Woody build script. ------------------------------------------------------------------------ r3498 | sam | 2003-02-02 20:45:17 +0100 (Sun, 02 Feb 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w --stdout | sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | uniq). ------------------------------------------------------------------------ r3499 | sam | 2003-02-02 21:01:03 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/changelog * ./debian/changelog: updated Debian changelog. ------------------------------------------------------------------------ r3500 | sam | 2003-02-02 21:01:53 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/Makefile.am * ./debian/Makefile.am: added woody-buildpackage, removed *.woody. ------------------------------------------------------------------------ r3501 | sam | 2003-02-02 21:07:22 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/debian/Makefile.am M /trunk/debian/changelog M /trunk/debian/rules D /trunk/debian/vlc.desktop * ./debian/vlc.desktop: removed unnecessary file. ------------------------------------------------------------------------ r3502 | sam | 2003-02-02 21:21:02 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/include/vlc_config.h * ./include/vlc_config.h: changed "VideoLAN Client" into VLC. ------------------------------------------------------------------------ r3503 | hartman | 2003-02-02 21:59:32 +0100 (Sun, 02 Feb 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * OSX version can open .asx files. so we need to let the os know that ;) ------------------------------------------------------------------------ r3504 | massiot | 2003-02-03 00:11:17 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m Worked around a bug with the Screens menu and localization. ------------------------------------------------------------------------ r3505 | massiot | 2003-02-03 01:00:42 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/po/de.po German translation, croutesy of Felix Kuehne. ------------------------------------------------------------------------ r3506 | sam | 2003-02-03 01:23:18 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/debian/control * ./debian/control: missing build dependencies. ------------------------------------------------------------------------ r3507 | sam | 2003-02-03 01:39:42 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_output/alsa.c * ./modules/audio_output/alsa.c: Woody ALSA compilation fix. ------------------------------------------------------------------------ r3508 | sam | 2003-02-03 01:43:12 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/ChangeLog M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Updated ChangeLog and pofiles. ------------------------------------------------------------------------ r3509 | sam | 2003-02-03 01:56:39 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/share/Makefile.am * ./share/Makefile.am: we weren't distributing the font! ------------------------------------------------------------------------ r3510 | sam | 2003-02-03 02:32:37 +0100 (Mon, 03 Feb 2003) | 3 lines Changed paths: M /trunk/debian/woody-buildpackage M /trunk/modules/visualization/xosd/xosd.c * ./modules/visualization/xosd/xosd.c: Woody compilation fixed. * ./debian/woody-buildpackage: sed syntax fixed. ------------------------------------------------------------------------ r3511 | sam | 2003-02-03 03:26:28 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/debian/rules M /trunk/debian/woody-buildpackage * ./debian/rules: more Debian Woody fixes. Grrrr! ------------------------------------------------------------------------ r3512 | alexis | 2003-02-03 12:25:44 +0100 (Mon, 03 Feb 2003) | 3 lines Changed paths: M /trunk/doc/common/stylesheet-html.dsl M /trunk/doc/common/stylesheet-print-noicones.dsl M /trunk/doc/faq/faq-alone.sgml M /trunk/doc/faq/faq.sgml D /trunk/doc/faq/fdl.sgml Article format, instead of book format. Few typos. ------------------------------------------------------------------------ r3513 | alexis | 2003-02-03 17:07:50 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/doc/faq/Makefile Small fix. ------------------------------------------------------------------------ r3514 | stippi | 2003-02-03 18:18:48 +0100 (Mon, 03 Feb 2003) | 31 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/ListViews.cpp M /trunk/modules/gui/beos/ListViews.h M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/PlayListWindow.cpp M /trunk/modules/gui/beos/PlayListWindow.h modules/gui/beos/InterfaceWindow.h/.cpp - improved file loading: - contents of sub folders can optionally be loaded too - files are loaded in expected order from filepanel _and_ drag'n'drop - file panel accepts folders to load - saving of playlist's display mode - added updating of interface when playlist is modified while nothing is playing - added compatibility for SoundPlay's drag'n'drop message format modules/gui/beos/ListViews.h/.cpp - implemented reversal of playlist - list can display full path or file name only - drag'n'drop interaction with SoundPlay modules/gui/beos/MediaControlView.cpp - cosmetic fix modules/gui/beos/PlayListWindow.h/.cpp - added reverse sort command to edit menu - added view menu, to allow the user to display paths or only names in the list ------------------------------------------------------------------------ r3515 | sam | 2003-02-03 20:45:29 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/debian/woody-buildpackage * ./debian/woody-buildpackage: enabled build-deps checking. ------------------------------------------------------------------------ r3516 | massiot | 2003-02-03 22:38:54 +0100 (Mon, 03 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Now developing 0.5.1-cvs. ------------------------------------------------------------------------ r3517 | sam | 2003-02-03 22:47:08 +0100 (Mon, 03 Feb 2003) | 3 lines Changed paths: M /trunk/bootstrap * ./bootstrap: we don't fail if gettext is too old and there is no ABOUT-NLS in the tree. ------------------------------------------------------------------------ r3518 | massiot | 2003-02-04 11:07:40 +0100 (Tue, 04 Feb 2003) | 2 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/udp.c * modules/access/*: Fixed compilation problems with "struct timeval". ------------------------------------------------------------------------ r3519 | massiot | 2003-02-04 12:07:45 +0100 (Tue, 04 Feb 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams (thanks gibalou !). ------------------------------------------------------------------------ r3520 | massiot | 2003-02-04 12:51:21 +0100 (Tue, 04 Feb 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_video/headers.c M /trunk/modules/codec/mpeg_video/parser.h * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh) streams. ------------------------------------------------------------------------ r3521 | hartman | 2003-02-04 21:45:24 +0100 (Tue, 04 Feb 2003) | 2 lines Changed paths: M /trunk/src/misc/darwin_specific.m * We released an array that was in a autorelease pool. That's not necesarry ------------------------------------------------------------------------ r3522 | jpsaman | 2003-02-04 22:01:51 +0100 (Tue, 04 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie Closes bug #170 ------------------------------------------------------------------------ r3523 | hartman | 2003-02-05 02:36:00 +0100 (Wed, 05 Feb 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * Added a Next and Previous item to the dockmenu * Prelimanary support for making VLC the handler of ftp http mms and udp URLs (on a systemwide level) ------------------------------------------------------------------------ r3524 | hartman | 2003-02-05 03:31:27 +0100 (Wed, 05 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m * More support for handling URLs. Still need to create the scriptsuite. ------------------------------------------------------------------------ r3525 | hartman | 2003-02-05 15:58:15 +0100 (Wed, 05 Feb 2003) | 4 lines Changed paths: A /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology A /trunk/extras/MacOSX/Resources/vlc.scriptSuite M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/open.m * Added AppleScript support * We can now handle mms:// etc on a systemwide level. - No way to set this other then trough Explorer Prefs at the moment ------------------------------------------------------------------------ r3526 | hartman | 2003-02-05 17:23:06 +0100 (Wed, 05 Feb 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * added a "Open CrashLog" button to the messages window in OSX. ------------------------------------------------------------------------ r3527 | sam | 2003-02-05 23:11:52 +0100 (Wed, 05 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/menu.c * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when doing fullscreen or volume up from the popup menu. ------------------------------------------------------------------------ r3528 | hartman | 2003-02-05 23:48:13 +0100 (Wed, 05 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/open.m * Changed the wrong property in my recent commit. FIXED ------------------------------------------------------------------------ r3529 | sam | 2003-02-06 01:45:26 +0100 (Thu, 06 Feb 2003) | 2 lines Changed paths: M /trunk/doc/faq/faq.sgml * ./doc/faq/faq.sgml: updated config file location for OS X. ------------------------------------------------------------------------ r3530 | sam | 2003-02-06 03:37:00 +0100 (Thu, 06 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: libmad and liba52 need to be explicitely disabled, otherwise we fail with an error when they are not found. ------------------------------------------------------------------------ r3531 | sam | 2003-02-06 04:22:08 +0100 (Thu, 06 Feb 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/misc/Modules.am A /trunk/modules/misc/screensaver.c * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread in the background to disable xscreensaver the jwz way (Closes: #58). It's an interface plugin, trigger with "--extraintf screensaver". ------------------------------------------------------------------------ r3532 | hartman | 2003-02-06 14:47:04 +0100 (Thu, 06 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * Changed a failed DecompressSequenceFrameS error into a warning. We don't want to bug users with this when we resize a video. ------------------------------------------------------------------------ r3533 | massiot | 2003-02-06 16:14:41 +0100 (Thu, 06 Feb 2003) | 2 lines Changed paths: M /trunk/include/audio_output.h M /trunk/modules/audio_output/oss.c Fixed AFMT_AC3 and AFMT_S16_NE handling. ------------------------------------------------------------------------ r3534 | titer | 2003-02-06 22:39:34 +0100 (Thu, 06 Feb 2003) | 2 lines Changed paths: M /trunk/include/vlc_threads.h Tuned BeOS priorities for a better playback on low-end computers. ------------------------------------------------------------------------ r3535 | sam | 2003-02-06 22:56:37 +0100 (Thu, 06 Feb 2003) | 2 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules * ./debian/rules: build the SLP plugin by default. ------------------------------------------------------------------------ r3536 | sam | 2003-02-07 00:01:31 +0100 (Fri, 07 Feb 2003) | 3 lines Changed paths: M /trunk/src/misc/darwin_specific.m * ./src/misc/darwin_specific.m: completed our list of known languages and made code simpler to read. ------------------------------------------------------------------------ r3537 | massiot | 2003-02-07 00:55:29 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/modules/gui/macosx/intf.m M /trunk/src/input/input_ext-plugins.c Fixed interface freezes in the OS X interface. ------------------------------------------------------------------------ r3538 | sam | 2003-02-07 00:59:40 +0100 (Fri, 07 Feb 2003) | 6 lines Changed paths: M /trunk/include/interface.h M /trunk/modules/access/dvdplay/demux.c M /trunk/modules/control/rc/rc.c M /trunk/modules/gui/win32/menu.cpp M /trunk/src/interface/interface.c M /trunk/src/libvlc.c * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the "interface" variable to "dvdplay" (Closes: #178, #210, and probably a bunch of others). * ./src/interface/interface.c: added a safety check to circumvent the bug, allowing a smooth upgrade. ------------------------------------------------------------------------ r3539 | sam | 2003-02-07 01:26:23 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/include/interface.h M /trunk/modules/access/dvdplay/demux.c * ./modules/access/dvdplay/demux.c: fixed a minor warning. ------------------------------------------------------------------------ r3540 | sam | 2003-02-07 01:29:53 +0100 (Fri, 07 Feb 2003) | 3 lines Changed paths: M /trunk/include/interface.h M /trunk/modules/access/dvdplay/demux.c * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline declarations. Should fix that later. ------------------------------------------------------------------------ r3541 | sam | 2003-02-07 02:09:12 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/src/interface/interface.c * ./src/interface/interface.c: interface variable is "intf", not "interface". ------------------------------------------------------------------------ r3542 | fenrir | 2003-02-07 02:22:55 +0100 (Fri, 07 Feb 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/audio.h M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mpeg/audio.c * ffmpeg/audio : removed an old error (anyway it was harmless). * mp4 : removed a bad initialisation. Erased all ending spaces. * mpeg/audio : send i_rate to decoder (not yet usefull but ...) ------------------------------------------------------------------------ r3543 | hartman | 2003-02-07 02:31:14 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/playlist.m * When you push backspace or delete in the playlist, it removes the selected item. ------------------------------------------------------------------------ r3544 | hartman | 2003-02-07 02:32:34 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * grrr changed the project file by accident. revert ------------------------------------------------------------------------ r3545 | yves | 2003-02-07 10:17:37 +0100 (Fri, 07 Feb 2003) | 6 lines Changed paths: M /trunk/vlc.spec - added missing buildrequires - now autodetect on wich system we are: rpm --rebuild should work out of box on rh and previous mdk systems. - NO buildrequires on rh-like system. rh does not have a devel policy - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet) ------------------------------------------------------------------------ r3546 | massiot | 2003-02-07 17:51:39 +0100 (Fri, 07 Feb 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_video/headers.c Fixed a buffer leak with slice-I streams (thanks sam). ------------------------------------------------------------------------ r3547 | ipkiss | 2003-02-07 19:43:27 +0100 (Fri, 07 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/messages.cpp M /trunk/modules/gui/win32/messages.dfm M /trunk/modules/gui/win32/messages.h * Fixed the "RichEdit line insertion error" bug (closes #246) * Added a popup menu to copy log messages to the clipboard ------------------------------------------------------------------------ r3548 | hartman | 2003-02-07 21:23:17 +0100 (Fri, 07 Feb 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * added half, normal and full size videowindow menuitems. there seems to be a bug though somewhere. you end up with black bars in half and double size. ------------------------------------------------------------------------ r3549 | alexis | 2003-02-07 21:49:10 +0100 (Fri, 07 Feb 2003) | 3 lines Changed paths: M /trunk/doc/faq/faq.sgml - FAQ : the first question of the "troubleshooting" section now tells the user to delete VLC's configuration file. ------------------------------------------------------------------------ r3550 | hartman | 2003-02-07 22:30:25 +0100 (Fri, 07 Feb 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * Resize window fixes - we should not resize the window in fullscreen - fixed the black bars bug in half and double size - position of top left corner should not change - more efficient code ------------------------------------------------------------------------ r3551 | marcari | 2003-02-08 00:36:55 +0100 (Sat, 08 Feb 2003) | 7 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/udp.c M /trunk/modules/misc/network/ipv6.c glibc 2.1 port for linupy (linux on a yopy pda) * modules/access/*.c : added include for struct timeval * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast) VLC rulz on Yopy ! ------------------------------------------------------------------------ r3552 | massiot | 2003-02-08 18:26:00 +0100 (Sat, 08 Feb 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m M /trunk/po/POTFILES.in M /trunk/po/fr.po M /trunk/src/audio_output/output.c * configure.ac.in: Disabled Swedish translation since it doesn't use the right charset, * Implemented localization for audio-channels and video-device variables. ------------------------------------------------------------------------ r3553 | massiot | 2003-02-08 20:10:22 +0100 (Sat, 08 Feb 2003) | 5 lines Changed paths: M /trunk/modules/access/http.c M /trunk/modules/audio_output/file.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/win32/strings.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.h * Fixed misc typos in strings, * Updated po files, * New --buggy-psi options, to supports streams which don't update the continuity counter in their PSI packets (walkenizes #sam). ------------------------------------------------------------------------ r3554 | asmax | 2003-02-08 20:14:36 +0100 (Sat, 08 Feb 2003) | 3 lines Changed paths: M /trunk/po/sv.po * fixed the encoding (Meuuh you can re-enable swedish ;) ------------------------------------------------------------------------ r3555 | massiot | 2003-02-08 21:32:44 +0100 (Sat, 08 Feb 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_video/parser.c M /trunk/modules/gui/macosx/intf.m * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE * modules/gui/macosx/intf.m: VLC _m_edia _p_layer. ------------------------------------------------------------------------ r3556 | hartman | 2003-02-08 22:43:26 +0100 (Sat, 08 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * window half/normal/double Size commands - black bar issue is not fixed. i removed 'myfix' ------------------------------------------------------------------------ r3557 | massiot | 2003-02-08 23:20:28 +0100 (Sat, 08 Feb 2003) | 9 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac.in M /trunk/include/input_ext-intf.h M /trunk/include/vlc_common.h M /trunk/modules/access/dvd/access.c M /trunk/modules/access/file.c M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m M /trunk/po/fr.po M /trunk/src/extras/libc.c M /trunk/src/input/input.c * src/extras/libc.c: New vlc_wraptext function, * modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters, * src/input/input.c: Correctly parse MRL of the type /Volumes/toto:titi/coincoin.mpg (closes #238 & #186) * modules/access/*: Changed some msg_Warn into msg_Err * po/fr.po: Updated French translation, * configure.ac.in: Re-enabled Swedish translation, * Makefile.am: Do not recompile everything everytime someone changes a .h ------------------------------------------------------------------------ r3558 | massiot | 2003-02-08 23:43:02 +0100 (Sat, 08 Feb 2003) | 2 lines Changed paths: M /trunk/src/input/input.c Fixed previous commit. ------------------------------------------------------------------------ r3559 | massiot | 2003-02-09 02:13:43 +0100 (Sun, 09 Feb 2003) | 6 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/include/audio_output.h M /trunk/modules/control/rc/rc.c M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m M /trunk/src/audio_output/intf.c M /trunk/src/libvlc.h * aout_Volume* functions now do their own vlc_object_find() on the audio output. Consequently, the first argument can be any vlc_object_t. * modules/gui/macosx/*: greatly simplified volume functions ; you can now call aout_Volume* even when there is no audio output, and the volume will be saved for later use. ------------------------------------------------------------------------ r3560 | massiot | 2003-02-09 02:50:35 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * Added Step forward/Step backward feature. ------------------------------------------------------------------------ r3561 | massiot | 2003-02-09 02:56:21 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gtk_callbacks.c Fixed GTK compilation. ------------------------------------------------------------------------ r3562 | ipkiss | 2003-02-09 03:01:21 +0100 (Sun, 09 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp * modules/gui/win32/mainframe.cpp: simplifications using the new aout_Volume* API ------------------------------------------------------------------------ r3563 | titer | 2003-02-09 12:51:36 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h Simplified volume functions ------------------------------------------------------------------------ r3564 | sam | 2003-02-09 13:18:40 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/kde/preferences.cpp * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation. ------------------------------------------------------------------------ r3565 | sam | 2003-02-09 13:19:09 +0100 (Sun, 09 Feb 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/transform.c * ./modules/video_filter/transform.c: fixed a stupid typo preventing initialization of the plugin. ------------------------------------------------------------------------ r3566 | sam | 2003-02-09 13:21:05 +0100 (Sun, 09 Feb 2003) | 4 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules M /trunk/debian/woody-buildpackage * ./debian/control: made lintian happier with package descriptions. * ./debian/rules: added extra touch calls to prevent autobuilders from launching autoconf/automake. ------------------------------------------------------------------------ r3567 | sam | 2003-02-09 13:23:28 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: fiddled with linking flags for the KDE plugin. ------------------------------------------------------------------------ r3568 | fenrir | 2003-02-09 14:25:42 +0100 (Sun, 09 Feb 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub.c : begun clean up ------------------------------------------------------------------------ r3569 | stippi | 2003-02-09 18:10:52 +0100 (Sun, 09 Feb 2003) | 35 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp modules/gui/beos/PreferenceWindow.h/.cpp - added settings for screenshot path and image format - removed "Save" button, added "Cancel" and "Revert" buttons - added revert functionality - changed class design for cleaner functionality, separated ApplyChanges() into more functions to have finer control - added more error checking and fixed memory leaks (config_GetPsz() returns char*, not const char*!) - all settings are now correctly saved and restored - some more cosmetic changes modules/gui/beos/InterfaceWindow.h/.cpp - updated vlc way of saving settings to be on par with BeOS way and made it selectable in the code which way is used. However, the VideoSettings are still only savable in the BeOS way. - if dvd menus are used, the navigation menu enables a "Goto Menu" item. Unfortunately, I don't see a clean way to really detect the usage of dvd/dvdold in the currently playing stream. I wouldn't want to see if a playlist item has "dvd:" or "dvdold:" prepended at each interface update. ------------------------------------------------------------------------ r3570 | massiot | 2003-02-09 20:28:43 +0100 (Sun, 09 Feb 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/prefs.m * Minor typographic corrections, * Fixed a segfault in the Preferences window. ------------------------------------------------------------------------ r3571 | sigmunau | 2003-02-10 00:42:06 +0100 (Mon, 10 Feb 2003) | 7 lines Changed paths: M /trunk/modules/Makefile.am A /trunk/modules/control/Modules.am A /trunk/modules/control/gestures.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/video_output/video_output.c *: a new mouse gestures interface, currently supporting back, forward, quit fullscreen and a nice debug message when you draw a clockwise square. Video output modules needs to be modified for this to work, but it should be minor in modules supporting dvd navigation. btw: it should be easy to add new gestures, ideas appreciated ------------------------------------------------------------------------ r3572 | hartman | 2003-02-10 01:16:51 +0100 (Mon, 10 Feb 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * restored old deinterlace menu. The on the fly code does not work as long as the vout.m issue exists. but this is better then the current 'dummy' code we have. ------------------------------------------------------------------------ r3573 | massiot | 2003-02-10 01:16:53 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Enabled the gestures module by default, * Run --update-po. ------------------------------------------------------------------------ r3574 | hartman | 2003-02-10 01:41:45 +0100 (Mon, 10 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * another proof that the copy command in IE for Mac sucks. stupid stray chars. ------------------------------------------------------------------------ r3575 | titer | 2003-02-10 16:23:46 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.h Move the messages update function to another thread. It prevents it from freezing the main window (cannot seek anymore, etc). ------------------------------------------------------------------------ r3576 | sam | 2003-02-10 17:53:34 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/src/misc/threads.c * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick. (partially fixes #260) ------------------------------------------------------------------------ r3577 | massiot | 2003-02-10 18:43:21 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/oss.c * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !), * Minor fixes. ------------------------------------------------------------------------ r3578 | sam | 2003-02-10 19:12:30 +0100 (Mon, 10 Feb 2003) | 4 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with gprof, because gcc is unable to build it without -fomit-frame-pointer (Closes: #260). ------------------------------------------------------------------------ r3579 | sam | 2003-02-10 21:11:14 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/src/misc/modules_plugin.h.in * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil. ------------------------------------------------------------------------ r3580 | sam | 2003-02-10 21:57:58 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/debian/control * ./debian/control: added the "VideoLAN" word in the long description so that "apt-cache search videolan" returns vlc. ------------------------------------------------------------------------ r3581 | sam | 2003-02-10 22:11:17 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/debian/rules * ./debian/rules: removed Debian kludges that do not really belong to the official VLC tree. ------------------------------------------------------------------------ r3582 | hartman | 2003-02-10 22:28:16 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * fixed the black bar issue with window half/normal/double window sizes in OSX. i had forgotten the aspectratio. ------------------------------------------------------------------------ r3583 | sam | 2003-02-10 22:46:45 +0100 (Mon, 10 Feb 2003) | 2 lines Changed paths: M /trunk/debian/rules * ./debian/rules: added missing icon in the vlc and wxvlc packages. ------------------------------------------------------------------------ r3584 | hartman | 2003-02-10 22:54:03 +0100 (Mon, 10 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * only show last part of of file/url name in the playlist. ------------------------------------------------------------------------ r3585 | sam | 2003-02-10 22:56:25 +0100 (Mon, 10 Feb 2003) | 2 lines Changed paths: M /trunk/debian/rules * ./debian/rules: added code to avoid timestamp skews in the faad tree. ------------------------------------------------------------------------ r3586 | hartman | 2003-02-10 23:18:41 +0100 (Mon, 10 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * The dock should no longer be visible in fullscreen mode. ------------------------------------------------------------------------ r3587 | massiot | 2003-02-10 23:22:06 +0100 (Mon, 10 Feb 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * I ran --update-po for the last time before the 0.5.1 release (and I mean it !) ------------------------------------------------------------------------ r3588 | hartman | 2003-02-11 00:04:40 +0100 (Tue, 11 Feb 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * the window of the video shows the official document icon, filename and when command-clicked the path if the stream is a local file. this is the expected window behaviour in osx. ------------------------------------------------------------------------ r3589 | marcari | 2003-02-11 00:16:37 +0100 (Tue, 11 Feb 2003) | 3 lines Changed paths: M /trunk/modules/video_output/sdl.c * sdl.c : added includes (vlc/aout.h & aout_internal.h) => to make volumeup/down compile ------------------------------------------------------------------------ r3590 | massiot | 2003-02-11 00:50:08 +0100 (Tue, 11 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/sdl.c * modules/video_output/sdl.c: Real fix for the aout_Volume* problem. ------------------------------------------------------------------------ r3591 | massiot | 2003-02-11 12:16:04 +0100 (Tue, 11 Feb 2003) | 3 lines Changed paths: M /trunk/include/audio_output.h M /trunk/modules/audio_filter/channel_mixer/headphone.c M /trunk/modules/codec/lpcm.c M /trunk/src/audio_output/common.c * modules/codec/lpcm.c: Attempt at supporting all channel configurations, * Support for 7 and 7.1 channel configurations. ------------------------------------------------------------------------ r3592 | hartman | 2003-02-11 16:24:58 +0100 (Tue, 11 Feb 2003) | 8 lines Changed paths: M /trunk/README.MacOSX.rtf * Updated ReadMe file - some spelling issues - remark about the current troubles with sound - readded deinterlace remark - Added info on multiple screens and sound devices - updated the bugreporting URL - Changed all occurences of vlc into VLC where appropriate ------------------------------------------------------------------------ r3593 | hartman | 2003-02-11 16:35:29 +0100 (Tue, 11 Feb 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m ALL: - changed vlc.app into VLC.app modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the mousecursor. ------------------------------------------------------------------------ r3594 | hartman | 2003-02-11 17:19:59 +0100 (Tue, 11 Feb 2003) | 2 lines Changed paths: M /trunk/po/nl.po * updated dutch strings ------------------------------------------------------------------------ r3595 | babal | 2003-02-11 18:20:44 +0100 (Tue, 11 Feb 2003) | 6 lines Changed paths: M /trunk/modules/audio_filter/channel_mixer/headphone.c - Dolby Surround fix - support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about 6.1 since there is a doubt about where should be the Rear Center coefficient in a decoded sample. -> if anybody has an idea or even better a test stream... ------------------------------------------------------------------------ r3596 | massiot | 2003-02-11 19:05:43 +0100 (Tue, 11 Feb 2003) | 2 lines Changed paths: M /trunk/po/de.po * 0.5.1 German translation, courtesy of Felix K?\239?\191?\189hne . ------------------------------------------------------------------------ r3597 | ipkiss | 2003-02-12 03:11:58 +0100 (Wed, 12 Feb 2003) | 4 lines Changed paths: M /trunk/modules/gui/win32/about.cpp M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/win32/menu.h M /trunk/modules/gui/win32/sout.h M /trunk/modules/gui/win32/subtitles.cpp M /trunk/modules/gui/win32/subtitles.h M /trunk/modules/gui/win32/win32.bpf M /trunk/modules/gui/win32/win32.cpp * compilation fix * all files are stored in dos mode, or Borland won't compile some of them... ------------------------------------------------------------------------ r3598 | massiot | 2003-02-12 14:42:43 +0100 (Wed, 12 Feb 2003) | 6 lines Changed paths: M /trunk/modules/access/udp.c M /trunk/modules/demux/mpeg/ts.c Patch courtesy of gibalou : * demux/mpeg/ts.c, demux/mpeg/system.c: Proper initialization of i_continuity_counter, * access/udp.c: Fixed win32 behavior when --mtu is set to a too small value, * demux/mpeg/ts.c: Fixed detection of PAT/PMT change. ------------------------------------------------------------------------ r3599 | hartman | 2003-02-12 15:22:23 +0100 (Wed, 12 Feb 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/src/audio_output/intf.c * modules/gui/macosx/controls.m: - fixed the mute and volumeup volumedown when you use them mixed. * src/audio_output/intf.c: - set "saved-volume" on volume up, volume down. ------------------------------------------------------------------------ r3600 | jobi | 2003-02-12 17:58:11 +0100 (Wed, 12 Feb 2003) | 4 lines Changed paths: M /trunk/modules/access/vcd/vcd.c * modules/access/vcd/vcd.c: in entry points, track number should be read as BCD (it should fix #244). Also fixed chapter indexing, so that it correspond to the dvd one. ------------------------------------------------------------------------ r3601 | jobi | 2003-02-12 18:13:33 +0100 (Wed, 12 Feb 2003) | 2 lines Changed paths: M /trunk/modules/access/vcd/vcd.c M /trunk/modules/access/vcd/vcd.h * modules/access/vcd/vcd.*: fixed a warning ------------------------------------------------------------------------ r3602 | jpsaman | 2003-02-13 00:09:23 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/qte/qte.h Fixed Qt Embedded video output placing of video stream in window. Also fixed additional spacing between video lines. ------------------------------------------------------------------------ r3603 | massiot | 2003-02-13 00:08:52 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/po/it.po * Italien translation, courtesy of Bruno . ------------------------------------------------------------------------ r3604 | jpsaman | 2003-02-13 00:13:51 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/qte/qte.cpp The Qt Embedded video output plugin is now the preferred plugin when build for Opie or Qte environments. ------------------------------------------------------------------------ r3605 | jpsaman | 2003-02-13 00:26:05 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie Updated control files and buildscript for v0.5.1 ------------------------------------------------------------------------ r3606 | jpsaman | 2003-02-13 00:26:54 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: A /trunk/ipkg/control.zaurus A /trunk/ipkg/postinst.zaurus A /trunk/ipkg/postrm.zaurus A /trunk/ipkg/rules.zaurus A /trunk/ipkg/vlc.zaurus Scripts for building and packaging vlc on Zaurus PDA. ------------------------------------------------------------------------ r3607 | hartman | 2003-02-13 01:09:51 +0100 (Thu, 13 Feb 2003) | 8 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: - added an intf-change variable. This is set whenever you add or delete an item in the playlist. You need to unset it yourself. * modules/gui/macosx/intf.?: - listen for external playlist changes. update view when playlist changes. - activate/deactivate previous and next buttons and menuitems, whenever the playlist gets changed. ------------------------------------------------------------------------ r3608 | hartman | 2003-02-13 02:14:55 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * fixed a small bug ------------------------------------------------------------------------ r3609 | hartman | 2003-02-13 03:00:56 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m *ALL: update the title of the window everytime the stream changes. ------------------------------------------------------------------------ r3610 | hartman | 2003-02-13 15:16:41 +0100 (Thu, 13 Feb 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m ALL: - when a new stream is being loaded we select the current title in the playlist. - Cleaned up some of my previous commited code dealing with updating the window title. ------------------------------------------------------------------------ r3611 | sam | 2003-02-13 18:31:11 +0100 (Thu, 13 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: we should look for -lxvidcore, not -lxvid. ------------------------------------------------------------------------ r3612 | massiot | 2003-02-13 22:53:25 +0100 (Thu, 13 Feb 2003) | 3 lines Changed paths: M /trunk/NEWS Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is meaningful. ------------------------------------------------------------------------ r3613 | gbazin | 2003-02-14 10:50:12 +0100 (Fri, 14 Feb 2003) | 5 lines Changed paths: M /trunk/modules/audio_output/waveout.c * modules/audio_output/waveout.c: better buffer management and hopefully fixed the S/PDIF output (Still untested though. Anybody here could test this? ). ------------------------------------------------------------------------ r3614 | jpsaman | 2003-02-14 14:01:02 +0100 (Fri, 14 Feb 2003) | 2 lines Changed paths: M /trunk/modules/misc/qte_main.cpp Small improvement. ------------------------------------------------------------------------ r3615 | jpsaman | 2003-02-14 14:19:50 +0100 (Fri, 14 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control.opie Updated opie control file for packaging. ------------------------------------------------------------------------ r3616 | jpsaman | 2003-02-14 14:44:42 +0100 (Fri, 14 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control.opie Tuning package dependencies. ------------------------------------------------------------------------ r3617 | jpsaman | 2003-02-14 14:48:41 +0100 (Fri, 14 Feb 2003) | 3 lines Changed paths: M /trunk/modules/misc/qte_main.cpp M /trunk/modules/video_output/qte/qte.cpp Fixed deadlock upon unloading qte_main plugin. Cleanup of debug messages. ------------------------------------------------------------------------ r3618 | ipkiss | 2003-02-14 18:00:02 +0100 (Fri, 14 Feb 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c * exchanged directx' and waveout's capabilities because the latter seems to be more reliable ------------------------------------------------------------------------ r3619 | sam | 2003-02-14 19:22:23 +0100 (Fri, 14 Feb 2003) | 4 lines Changed paths: M /trunk/src/libvlc.c * ./src/libvlc.c: the --help output is now word-wrapped (Closes: #142). * ./src/libvlc.c: removed unnecessary malloc() calls. * ./src/libvlc.c: used {a,b,c} for lists; [a|b|c] is for optional args. ------------------------------------------------------------------------ r3620 | hartman | 2003-02-15 00:07:41 +0100 (Sat, 15 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * Should fix an issue with multiple monitors and the hiding of the mousecursor ------------------------------------------------------------------------ r3621 | ipkiss | 2003-02-15 05:43:19 +0100 (Sat, 15 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/fb.c - fixed a vicious bug ------------------------------------------------------------------------ r3622 | hartman | 2003-02-15 13:57:51 +0100 (Sat, 15 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * if we are paused in fullscreen, show cursor. ------------------------------------------------------------------------ r3623 | massiot | 2003-02-15 14:50:27 +0100 (Sat, 15 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/ipkg/control M /trunk/po/fr.po M /trunk/vlc.spec * Bumped up revision number to 0.5.1 * Updated French translation ------------------------------------------------------------------------ r3624 | jpsaman | 2003-02-15 21:02:16 +0100 (Sat, 15 Feb 2003) | 6 lines Changed paths: M /trunk/NEWS M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus Update iPaq packaging description files for: - GPE port - Opie port - Zaurus Updated NEWS file with OPIE port. ------------------------------------------------------------------------ r3625 | massiot | 2003-02-16 02:29:40 +0100 (Sun, 16 Feb 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/audio_filter/resampler/linear.c M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * modules/gui/macosx/open.m: Removed channel server support * po/*: Updated po files just before the 0.5.1 release * modules/audio_filter/resampler/linear.c: fixed an initialization bug ------------------------------------------------------------------------ r3626 | titer | 2003-02-16 02:38:36 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS NEWS: updated BeOS info for 0.5.1 ------------------------------------------------------------------------ r3627 | fenrir | 2003-02-16 09:56:24 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/demux/mpeg/audio.c * all: fix mpeg2 handling. ------------------------------------------------------------------------ r3628 | fenrir | 2003-02-16 10:50:22 +0100 (Sun, 16 Feb 2003) | 3 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: added DUCK 4 variant support. (thx M. Melanson who provided me somes samples.) ------------------------------------------------------------------------ r3629 | sigmunau | 2003-02-16 11:25:57 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/doc/lirc/example.lircrc M /trunk/modules/control/lirc/lirc.c Added support for volume up/down buttons. ------------------------------------------------------------------------ r3630 | fenrir | 2003-02-16 12:18:11 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: added dk3 too. ------------------------------------------------------------------------ r3631 | fenrir | 2003-02-16 15:03:56 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/modules/access_output/udp.c * Less checks on muxer type. ------------------------------------------------------------------------ r3632 | fenrir | 2003-02-16 15:10:44 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/include/stream_output.h M /trunk/include/vlc_common.h M /trunk/modules/access_output/dummy.c M /trunk/modules/access_output/file.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/src/stream_output/stream_output.c * all: split muxer and access into independant part. ------------------------------------------------------------------------ r3633 | fenrir | 2003-02-16 15:51:23 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/modules/access_output/udp.c * udp: forgot this file... ------------------------------------------------------------------------ r3634 | jpsaman | 2003-02-16 17:21:37 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/modules/video_output/qte/qte.cpp Qte video output get is screen size from the QT Embedded environment now. This should produce fullscreen video on other QT Embedded configurations with other screen sizes (greater then 240x320). ------------------------------------------------------------------------ r3635 | jpsaman | 2003-02-16 17:22:13 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus Updated release numbering for all ipk's ------------------------------------------------------------------------ r3636 | ipkiss | 2003-02-16 17:58:21 +0100 (Sun, 16 Feb 2003) | 2 lines Changed paths: M /trunk/doc/faq/faq.sgml * added an entry for the "subtitles don"t work on windows" problem ------------------------------------------------------------------------ r3637 | sam | 2003-02-16 18:35:31 +0100 (Sun, 16 Feb 2003) | 6 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules M /trunk/debian/vlc.dirs M /trunk/doc/fortunes.txt * ./debian/changelog: updated for 0.5.1. * ./debian/control: vlc-glide is now Architecture: i386 only. * ./debian/control: vlc-plugin-mad Provides: mp3-decoder. * ./debian/rules: the deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/. ------------------------------------------------------------------------ r3638 | hartman | 2003-02-17 00:32:06 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/Modules.am M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * Added an info panel to show movie info, etc. ------------------------------------------------------------------------ r3639 | asmax | 2003-02-17 00:57:48 +0100 (Mon, 17 Feb 2003) | 4 lines Changed paths: A /trunk/python A /trunk/python/Makefile A /trunk/python/setup.py A /trunk/python/vlcmodule.c A /trunk/python/vlrs A /trunk/python/vlrs/cfg.py A /trunk/python/vlrs/playlist.py A /trunk/python/vlrs/rtsp.py A /trunk/python/vlrs/session.py A /trunk/python/vlrs/streamer.py A /trunk/python/vlrs/vlrs.py * libvlc binding for python * new VideoLAN RTSP Server, using libvlc. Not yet fully rfc2326-compliant, but it works ;) ------------------------------------------------------------------------ r3640 | asmax | 2003-02-17 01:04:34 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: A /trunk/python/vlrs/sample-playlist * added a sample playlist. All fields must be separated with TABs ------------------------------------------------------------------------ r3641 | sam | 2003-02-17 05:21:42 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: fixed PLUGIN_PATH and DATA_PATH settings. ------------------------------------------------------------------------ r3642 | sam | 2003-02-17 06:50:31 +0100 (Mon, 17 Feb 2003) | 4 lines Changed paths: M /trunk/include/main.h M /trunk/modules/codec/spudec/spudec.c M /trunk/src/misc/modules.c M /trunk/src/misc/win32_specific.c * ./src/misc/win32_specific.c: under Win32 we retrieve the executable's directory whenever possible, to use it for the spudec font or to load plugins. ------------------------------------------------------------------------ r3643 | sam | 2003-02-17 07:00:24 +0100 (Mon, 17 Feb 2003) | 3 lines Changed paths: M /trunk/src/misc/modules.c * ./src/misc/modules.c: hmpf, Wine does not complain about "/"s in paths, but Windoze will certainly do. ------------------------------------------------------------------------ r3644 | sam | 2003-02-17 07:15:21 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/ChangeLog M /trunk/NEWS * Updated NEWS and ChangeLog. ------------------------------------------------------------------------ r3645 | sam | 2003-02-17 07:31:50 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/Modules.am * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file! ------------------------------------------------------------------------ r3646 | sam | 2003-02-17 08:22:05 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/debian/rules M /trunk/debian/woody-buildpackage * ./debian/woody-buildpackage: Debian package creation fixes. ------------------------------------------------------------------------ r3647 | gbazin | 2003-02-17 10:47:16 +0100 (Mon, 17 Feb 2003) | 6 lines Changed paths: M /trunk/modules/audio_filter/resampler/linear.c * modules/audio_filter/resampler/linear.c: lowered the priority of the linear resampler so the ugly resampler is once again the default. The quality of the ugly resampler is currently better than the linear one because of a design defect. ------------------------------------------------------------------------ r3648 | hartman | 2003-02-17 11:52:07 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/Modules.am A /trunk/modules/gui/macosx/info.h A /trunk/modules/gui/macosx/info.m * Whoops. i forgot to add these files. sorry everyone. ------------------------------------------------------------------------ r3649 | massiot | 2003-02-17 15:43:37 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in Now 0.5.2-cvs (estimated release date in two weeks from now). ------------------------------------------------------------------------ r3650 | gbazin | 2003-02-17 17:56:02 +0100 (Mon, 17 Feb 2003) | 5 lines Changed paths: M /trunk/modules/control/rc/rc.c * modules/control/rc/rc.c: finally fixed the rc interface under win32 by using WaitForSingleObject() on the console handle and ReadConsoleInput(). (Closes #59) ------------------------------------------------------------------------ r3651 | massiot | 2003-02-17 18:06:19 +0100 (Mon, 17 Feb 2003) | 2 lines Changed paths: M /trunk/src/misc/darwin_specific.m Fixed the "everything is in Japanese" bug. :p ------------------------------------------------------------------------ r3652 | hartman | 2003-02-17 19:58:46 +0100 (Mon, 17 Feb 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * NEWS: added info about the new 0.5.1a release for OSX. * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision # ------------------------------------------------------------------------ r3653 | asmax | 2003-02-17 23:03:42 +0100 (Mon, 17 Feb 2003) | 3 lines Changed paths: A /trunk/python/vlrs/announce.py M /trunk/python/vlrs/rtsp.py A /trunk/python/vlrs/sap.py M /trunk/python/vlrs/session.py M /trunk/python/vlrs/vlrs.py * added a SAP server, with some kludges because the SAP client in vlc is not RFC-compliant... ------------------------------------------------------------------------ r3654 | gbazin | 2003-02-17 23:19:24 +0100 (Mon, 17 Feb 2003) | 7 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c * modules/audio_output/directx.c: added multichannel support to the directx plugin. * modules/audio_output/waveout.c: fixed quad audio channels detection and a few misplaced debug messages. * configure.ac.in: don't link anymore the rc plugin with the winsock lib. ------------------------------------------------------------------------ r3655 | jpsaman | 2003-02-18 00:10:46 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules.zaurus Juglin with dependencies. ------------------------------------------------------------------------ r3656 | hartman | 2003-02-18 00:47:29 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/src/misc/darwin_specific.m * Fixed the localization issue on MacOSX. ------------------------------------------------------------------------ r3657 | massiot | 2003-02-18 01:17:06 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.m * Fixed a segfault in the Japanese preferences panel. ------------------------------------------------------------------------ r3658 | hartman | 2003-02-18 01:20:01 +0100 (Tue, 18 Feb 2003) | 5 lines Changed paths: M /trunk/src/input/input_dec.c * Changed an Error message. Many people did not understand: no suitable decoder module for fourcc `IV31' I have appended: VLC probably does not support this sound or video format. ------------------------------------------------------------------------ r3659 | fenrir | 2003-02-18 01:51:40 +0100 (Tue, 18 Feb 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/demux/mpeg/audio.c M /trunk/modules/packetizer/mpegaudio.c * raah, corrected mpeg2-layer3 playback (and streaming). (that my last fix had broken :p ) ------------------------------------------------------------------------ r3660 | sam | 2003-02-18 14:13:12 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/mozilla/npvlc_rc.rc M /trunk/mozilla/vlcplugin.cpp M /trunk/mozilla/vlcplugin.h M /trunk/mozilla/vlcshell.cpp * ./mozilla/*: s/VideoLAN Client/VLC/g. ------------------------------------------------------------------------ r3661 | titer | 2003-02-18 19:33:44 +0100 (Tue, 18 Feb 2003) | 4 lines Changed paths: A /trunk/modules/control/.cvsignore M /trunk/modules/misc/network/ipv4.c M /trunk/src/libvlc.h * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when multicasting with the stream output * modules/control/: missing cvsignore ------------------------------------------------------------------------ r3662 | fenrir | 2003-02-18 19:49:11 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * mpeg_audio.c: removed some fprintf... ------------------------------------------------------------------------ r3663 | gbazin | 2003-02-18 20:42:57 +0100 (Tue, 18 Feb 2003) | 6 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/demux/rawdv.c * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can decode this. * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the necessary fourcc for DV audio. ------------------------------------------------------------------------ r3664 | hartman | 2003-02-18 21:54:02 +0100 (Tue, 18 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/info.m * Only update the info window if it is visible ------------------------------------------------------------------------ r3665 | gbazin | 2003-02-18 23:33:54 +0100 (Tue, 18 Feb 2003) | 6 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420() and use img_convert() from ffmpeg instead. Also added support for the PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos from media.xiph.org. ------------------------------------------------------------------------ r3666 | ipkiss | 2003-02-18 23:40:39 +0100 (Tue, 18 Feb 2003) | 4 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: on Windows, we look for the plugins in vlc's root directory when there is no 'plugins' nor 'modules' subdirectory (may close #306) ------------------------------------------------------------------------ r3667 | gbazin | 2003-02-19 00:34:14 +0100 (Wed, 19 Feb 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL) and FOURCC_twos (PCM audio). ------------------------------------------------------------------------ r3668 | gbazin | 2003-02-19 11:02:57 +0100 (Wed, 19 Feb 2003) | 4 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth() always return 80. ------------------------------------------------------------------------ r3669 | hartman | 2003-02-19 15:49:25 +0100 (Wed, 19 Feb 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m * increased accuracy of positionslider in OSX. although this will not solve all problems this will improve results a bit (by my own experience). ------------------------------------------------------------------------ r3670 | gbazin | 2003-02-19 23:08:39 +0100 (Wed, 19 Feb 2003) | 5 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c * modules/audio_output/directx.c: forgot to enable channel re-ordering. * modules/audio_output/waveout.c: fixed a crash that happened when probing devices supporting S/PDIF. (Should fix 354) ------------------------------------------------------------------------ r3671 | sigmunau | 2003-02-20 02:52:47 +0100 (Thu, 20 Feb 2003) | 21 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/configuration.h M /trunk/modules/access/dvd/dvd.c M /trunk/modules/access/dvdplay/dvd.c M /trunk/modules/access/dvdread/dvdread.c M /trunk/modules/access/file.c M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/satellite/satellite.c M /trunk/modules/access/slp.c M /trunk/modules/access/udp.c M /trunk/modules/audio_filter/converter/a52tofloat32.c M /trunk/modules/audio_filter/converter/mpgatofixed32.c M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/file.c M /trunk/modules/audio_output/oss.c M /trunk/modules/codec/a52old/a52old.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/mpeg_video/parser.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/xvid.c M /trunk/modules/control/gestures.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/demux/util/id3.c M /trunk/modules/demux/util/sub.c M /trunk/modules/encoder/ffmpeg/encoder.c M /trunk/modules/encoder/xvid.c M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/gtk/preferences.c M /trunk/modules/gui/kde/interface.h M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/win32/win32.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/logger/logger.c M /trunk/modules/misc/sap.c M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/fb.c M /trunk/modules/video_output/ggi.c M /trunk/modules/video_output/mga/xmga.c M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xvideo.c M /trunk/modules/visualization/xosd/xosd.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c * include/configuration.h: added a new flag to the configuration stucture to indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot) ------------------------------------------------------------------------ r3672 | gbazin | 2003-02-20 17:07:38 +0100 (Thu, 20 Feb 2003) | 9 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/oss.c M /trunk/modules/audio_output/waveout.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/control/rc/rc.c M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/dummy/interface.c M /trunk/src/libvlc.h * src/libvlc.h, modules/audio_output: added a global --spdif config option to allow using the spdif output by default if available. * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display a dos command box. * modules/control/rc/rc.c: on win32 enabled the echo mode and the backspace key. * modules/codec/mpeg_audio.c: fixed a sync bug. ------------------------------------------------------------------------ r3673 | hartman | 2003-02-20 19:10:16 +0100 (Thu, 20 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m * prefs obey the advanced option. Apply does not as of yet. ------------------------------------------------------------------------ r3674 | hartman | 2003-02-21 03:45:21 +0100 (Fri, 21 Feb 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * If the "show advanced" option has been changed and you press the Apply button, the preferences window is destroyed and created. ------------------------------------------------------------------------ r3675 | hartman | 2003-02-21 04:22:57 +0100 (Fri, 21 Feb 2003) | 3 lines Changed paths: M /trunk/.cvsignore A /trunk/extras/MacOSX/Resources/English.lproj/.cvsignore A /trunk/extras/MacOSX/vlc.pbproj/.cvsignore * ignore project Builder user files and backup .nib files. * vlc.app changed to VLC.app. cvsignore changed to reflect this. ------------------------------------------------------------------------ r3676 | hartman | 2003-02-21 04:49:51 +0100 (Fri, 21 Feb 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * VLC.app should show its version in the Finder now Meeuh, one more place that needs version string updated before a release. might be made automated ? ------------------------------------------------------------------------ r3677 | hartman | 2003-02-21 15:17:46 +0100 (Fri, 21 Feb 2003) | 3 lines Changed paths: M /trunk/modules/audio_filter/converter/mpgatofixed32.c * (float) 0 the buffer if it cannot be decoded and fixed32. right Meuuh ??? ;) ------------------------------------------------------------------------ r3678 | hartman | 2003-02-21 16:16:52 +0100 (Fri, 21 Feb 2003) | 2 lines Changed paths: M /trunk/modules/audio_filter/converter/mpgatofixed32.c * previous commit seems to break some things. reverting. ------------------------------------------------------------------------ r3679 | hartman | 2003-02-21 17:31:37 +0100 (Fri, 21 Feb 2003) | 8 lines Changed paths: M /trunk/modules/audio_filter/converter/mpgatofixed32.c M /trunk/modules/gui/macosx/aout.m DJ's first steps in C and vlc decoders ;) * modules/audio_filter/converter/mpgatofixed32.c: - fixed an issue that could cause glitches when switching from one stream to another. the buffer wasn't entirely getting 0000 because multiple channels were not taken into account when doing this. * ALL: - if float32 then clear the buffer with (float)0 ------------------------------------------------------------------------ r3680 | gbazin | 2003-02-21 23:59:38 +0100 (Fri, 21 Feb 2003) | 4 lines Changed paths: M /trunk/src/audio_output/input.c * src/audio_output/input.c: fixed buffer allocation bug that was triggered when using "in place" resamplers. ------------------------------------------------------------------------ r3681 | sigmunau | 2003-02-22 15:11:38 +0100 (Sat, 22 Feb 2003) | 4 lines Changed paths: M /trunk/modules/demux/util/id3tag.c Fixed seme seeking issues with http access module, fixed an error that caused id3v2.4 tags at the end of the file to not work. Added checks to avoid seeking off the ends of the file. Should close #325, please confirm ------------------------------------------------------------------------ r3682 | fenrir | 2003-02-22 17:10:31 +0100 (Sat, 22 Feb 2003) | 2 lines Changed paths: M /trunk/modules/encoder/xvid.c * fix compilation. ------------------------------------------------------------------------ r3683 | massiot | 2003-02-23 02:25:26 +0100 (Sun, 23 Feb 2003) | 3 lines Changed paths: M /trunk/src/audio_output/dec.c * Destroy audio-device and audio-channels when no output plug-in is available. ------------------------------------------------------------------------ r3684 | jlj | 2003-02-23 06:53:53 +0100 (Sun, 23 Feb 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/aout.m M /trunk/modules/gui/macosx/info.h M /trunk/modules/gui/macosx/info.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes. Dynamic device support. * ./modules/gui/macosx: Minor fixes and cosmetic changes. ------------------------------------------------------------------------ r3685 | sigmunau | 2003-02-23 17:31:48 +0100 (Sun, 23 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/Modules.am A /trunk/modules/codec/flacdec.c M /trunk/modules/demux/Modules.am A /trunk/modules/demux/flac.c added a demux and decoder for flac files (disabled by default). Works for 16bit per sample streams, only tested with stereo ------------------------------------------------------------------------ r3686 | fenrir | 2003-02-23 19:07:30 +0100 (Sun, 23 Feb 2003) | 7 lines Changed paths: M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/mux/mpeg/ts.c * all : added streaming support for crappy ms video codec into TS. - Only vlc is able to read such TS. - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used. - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be quickly added. - Please test. ------------------------------------------------------------------------ r3687 | fenrir | 2003-02-23 20:05:22 +0100 (Sun, 23 Feb 2003) | 3 lines Changed paths: A /trunk/include/httpd.h A /trunk/modules/access_output/http.c A /trunk/modules/misc/httpd.c * modules/access_output/http : http output. * httpd : mini http server (be carefull about security issue...) ------------------------------------------------------------------------ r3688 | fenrir | 2003-02-23 20:07:02 +0100 (Sun, 23 Feb 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/include/vlc_objects.h M /trunk/modules/access_output/Modules.am M /trunk/modules/misc/Modules.am M /trunk/src/misc/objects.c * all : declaration of http and httpd. ------------------------------------------------------------------------ r3689 | fenrir | 2003-02-23 23:35:34 +0100 (Sun, 23 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * enable httpd(by default) and http. ------------------------------------------------------------------------ r3690 | fenrir | 2003-02-24 10:18:07 +0100 (Mon, 24 Feb 2003) | 2 lines Changed paths: M /trunk/modules/demux/wav/wav.c M /trunk/modules/demux/wav/wav.h * wav: proper seek handling. (wav file readable over http). ------------------------------------------------------------------------ r3691 | fenrir | 2003-02-24 10:26:26 +0100 (Mon, 24 Feb 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/libasf.c * asf: fix seek for http. ------------------------------------------------------------------------ r3692 | fenrir | 2003-02-24 11:45:55 +0100 (Mon, 24 Feb 2003) | 4 lines Changed paths: M /trunk/include/stream_output.h M /trunk/modules/demux/wav/wav.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c * stream output: fixed name inconsistency, added a new exported functions by muxer. * wav: fixed a warning. ------------------------------------------------------------------------ r3693 | fenrir | 2003-02-24 12:00:54 +0100 (Mon, 24 Feb 2003) | 3 lines Changed paths: M /trunk/include/stream_output.h * stream_output.h : add a private parameter to sout_instance_t only used by src/stream_output.c (avoid changing every time stream_output.h...) ------------------------------------------------------------------------ r3694 | gbazin | 2003-02-24 12:14:16 +0100 (Mon, 24 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/misc/httpd.c * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32. ------------------------------------------------------------------------ r3695 | fenrir | 2003-02-24 13:34:29 +0100 (Mon, 24 Feb 2003) | 3 lines Changed paths: M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/src/stream_output/stream_output.c * stream_output.c : fixed compilation. * mux/* implemented pf_mux_capacity. ------------------------------------------------------------------------ r3696 | fenrir | 2003-02-24 15:14:43 +0100 (Mon, 24 Feb 2003) | 2 lines Changed paths: M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c * all : fix compilation. ------------------------------------------------------------------------ r3697 | sigmunau | 2003-02-24 15:40:22 +0100 (Mon, 24 Feb 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-plugins.c updated documentation to reflect that input_AccessReinit should be called before, and not after a random seek ------------------------------------------------------------------------ r3698 | jlj | 2003-02-24 18:06:21 +0100 (Mon, 24 Feb 2003) | 2 lines Changed paths: M /trunk/modules/audio_filter/converter/a52tofloat32.c * a52tofloat32.c: changed an error into warning. ------------------------------------------------------------------------ r3699 | fenrir | 2003-02-25 00:27:20 +0100 (Tue, 25 Feb 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/mux/Modules.am A /trunk/modules/mux/ogg.c * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio and mpeg4/divx3 video streams. (Created files seem to work only with vlc). ------------------------------------------------------------------------ r3700 | fenrir | 2003-02-25 00:28:18 +0100 (Tue, 25 Feb 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c : added a sanity check. ------------------------------------------------------------------------ r3701 | gbazin | 2003-02-25 18:15:32 +0100 (Tue, 25 Feb 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/Modules.am A /trunk/modules/codec/libmpeg2.c * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c: Added a simple mpeg video decoder based on libmpeg2. It is mainly useful for comparing the performance against our custom decoder as it is currently missing some important features like the synchro stuff. ------------------------------------------------------------------------ r3702 | fenrir | 2003-02-25 18:17:43 +0100 (Tue, 25 Feb 2003) | 8 lines Changed paths: M /trunk/include/httpd.h M /trunk/include/stream_output.h M /trunk/modules/access_output/http.c M /trunk/modules/misc/httpd.c M /trunk/modules/mux/ogg.c M /trunk/src/stream_output/stream_output.c * stream_output.* : added a flags variable to sout_buffer_t, allowing to mark headers. * httpd : added a way to use stream header, and changed the way that stream data are stored (allow better client handling). * http : use stream header, and add mime type detection by looking at file extention (could be improved). * ogg: fixed a segfault when removing a stream, mark header. ------------------------------------------------------------------------ r3703 | gbazin | 2003-02-25 19:26:12 +0100 (Tue, 25 Feb 2003) | 5 lines Changed paths: M /trunk/configure.ac.in A /trunk/po/Makevars * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in my last commit. * po/Makevars: file needed by newer versions of gettext. ------------------------------------------------------------------------ r3704 | gbazin | 2003-02-25 22:09:34 +0100 (Tue, 25 Feb 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed pts handling. ------------------------------------------------------------------------ r3705 | babal | 2003-02-26 05:23:55 +0100 (Wed, 26 Feb 2003) | 2 lines Changed paths: M /trunk/configure.ac.in - link the headphone channel mixer with the math library ------------------------------------------------------------------------ r3706 | fenrir | 2003-02-26 13:38:17 +0100 (Wed, 26 Feb 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts.c: added "ts" shorcut for ts_dvbpsi. ------------------------------------------------------------------------ r3707 | gbazin | 2003-02-26 14:51:36 +0100 (Wed, 26 Feb 2003) | 6 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c M /trunk/src/input/input_ext-dec.c * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing badly when we reach the end of the stream (decoder stream). * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite loop when the end of the stream was reached. ------------------------------------------------------------------------ r3708 | marcari | 2003-02-26 16:44:22 +0100 (Wed, 26 Feb 2003) | 5 lines Changed paths: M /trunk/modules/gui/familiar/familiar.c * small modification for linupy : - added a pixmpa directory - added a set_usize (how do we maximize cleanly a gtk-window ?) - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?) ------------------------------------------------------------------------ r3709 | marcari | 2003-02-26 16:47:26 +0100 (Wed, 26 Feb 2003) | 6 lines Changed paths: M /trunk/modules/gui/familiar/callbacks.c * implementation of the 'autoplay file' button callback * when clicking a link : follows the link and don't try to open it * yopy does not always sees the '.' and '..', so workaround : - all the hidden files are not displayed - the '..' directory is each time added by hand ------------------------------------------------------------------------ r3710 | massiot | 2003-02-26 19:15:33 +0100 (Wed, 26 Feb 2003) | 2 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/src/audio_output/dec.c M /trunk/src/video_output/video_output.c * Added sanity checks for PTS in the future. ------------------------------------------------------------------------ r3711 | gbazin | 2003-02-26 20:39:43 +0100 (Wed, 26 Feb 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac.in M /trunk/install-win32 M /trunk/src/libvlc.c * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make target, and included the locales in the installer script. * src/libvlc.c: on win32 we look for the locales in vlc's directory. ------------------------------------------------------------------------ r3712 | asmax | 2003-02-26 22:00:53 +0100 (Wed, 26 Feb 2003) | 2 lines Changed paths: M /trunk/python/vlcmodule.c M /trunk/python/vlrs/announce.py M /trunk/python/vlrs/streamer.py * compilation fixes... ------------------------------------------------------------------------ r3713 | massiot | 2003-02-27 09:19:02 +0100 (Thu, 27 Feb 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/include/vlc_threads.h M /trunk/modules/gui/macosx/intf.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.c * Bumped up revision number to 0.5.2-test2 * Another attempt at fixing the "VLC is locking up OS X" problem * Updated po files ------------------------------------------------------------------------ r3714 | marcari | 2003-02-27 13:44:01 +0100 (Thu, 27 Feb 2003) | 2 lines Changed paths: M /trunk/AUTHORS M /trunk/MAINTAINERS M /trunk/THANKS * updates for the YOPY ports (thx to Sebastien Chaumat !) ------------------------------------------------------------------------ r3715 | gbazin | 2003-02-27 14:19:44 +0100 (Thu, 27 Feb 2003) | 3 lines Changed paths: M /trunk/modules/access/dvdplay/dvd.c M /trunk/modules/codec/cinepak/cinepak.c M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/flac.c M /trunk/modules/demux/m3u.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/wav/wav.c M /trunk/modules/gui/wxwindows/open.cpp M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ALL: i18n updates and fixes. ------------------------------------------------------------------------ r3716 | fenrir | 2003-02-27 16:07:48 +0100 (Thu, 27 Feb 2003) | 3 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: clean up, kick up unused connection (it waits 10s), use select to way (instead of a hard coded sleep ;) ------------------------------------------------------------------------ r3717 | gbazin | 2003-02-27 17:38:39 +0100 (Thu, 27 Feb 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c * modules/demux/avi/avi.c: compilation fix. ------------------------------------------------------------------------ r3718 | ipkiss | 2003-02-27 23:09:24 +0100 (Thu, 27 Feb 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/misc.cpp M /trunk/modules/gui/win32/win32.bpr A few modifications to get closer to i18n in the win32 interface ------------------------------------------------------------------------ r3719 | ipkiss | 2003-02-28 05:31:24 +0100 (Fri, 28 Feb 2003) | 4 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/gui/win32/misc.cpp Internationalization now works for the win32 interface (thanks Gildas). I've voluntarily disabled the translation of the toolbar buttons strings, because it looks really awful... ------------------------------------------------------------------------ r3720 | massiot | 2003-02-28 11:19:02 +0100 (Fri, 28 Feb 2003) | 2 lines Changed paths: M /trunk/po/de.po German translation, courtesy of Felix K?\239?\191?\189hne . ------------------------------------------------------------------------ r3721 | fenrir | 2003-02-28 18:23:35 +0100 (Fri, 28 Feb 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * try a workaround for BeOS MediaKit files. ------------------------------------------------------------------------ r3722 | gbazin | 2003-03-01 20:25:13 +0100 (Sat, 01 Mar 2003) | 6 lines Changed paths: M /trunk/Makefile.am M /trunk/install-win32 M /trunk/msvc/config.h.in M /trunk/msvc/vlc.dsw M /trunk/toolbox * install-win32, Makefile.am: added the html faq to the win32 package. * toolbox, msvc/*: few fixes to the msvc project files generation. (compiling plugins won't work yet because there are a few hacks that need to be done in order to compile dlls that use the c-runtime) ------------------------------------------------------------------------ r3723 | ipkiss | 2003-03-01 22:32:49 +0100 (Sat, 01 Mar 2003) | 8 lines Changed paths: M /trunk/modules/gui/win32/about.dfm M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/mainframe.dfm M /trunk/modules/gui/win32/mainframe.h M /trunk/modules/gui/win32/misc.cpp M /trunk/modules/gui/win32/preferences.cpp M /trunk/modules/gui/win32/win32.cpp - about.dfm: the layout of the "About" dialog box is slightly different - misc.cpp: toolbar buttons are translated too - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which were rather useless, and added an "Eject disc" menu entry Also hid the caption for all the toolbar buttons - win32.cpp: Added a config option to display or not these captions - preferences.cpp: small modification to support non-advanced mode ------------------------------------------------------------------------ r3724 | gbazin | 2003-03-02 00:26:08 +0100 (Sun, 02 Mar 2003) | 4 lines Changed paths: M /trunk/include/vlc_threads_funcs.h M /trunk/src/misc/threads.c * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread implementation and fixed an initialization bug in libvlc. ------------------------------------------------------------------------ r3725 | gbazin | 2003-03-02 02:35:30 +0100 (Sun, 02 Mar 2003) | 4 lines Changed paths: M /trunk/include/vlc_threads_funcs.h M /trunk/src/misc/threads.c * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes for the GNU-pth implementation. ------------------------------------------------------------------------ r3726 | gbazin | 2003-03-02 03:47:19 +0100 (Sun, 02 Mar 2003) | 5 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: Removed unused options. We also don't link with lrt anymore when using GNU-pth (lrt depends on lpthread). ------------------------------------------------------------------------ r3727 | gbazin | 2003-03-02 13:10:46 +0100 (Sun, 02 Mar 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: started filling in the NEWS file for the 0.5.2 release. ------------------------------------------------------------------------ r3728 | fenrir | 2003-03-02 18:12:21 +0100 (Sun, 02 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * fixed a bug. ------------------------------------------------------------------------ r3729 | fenrir | 2003-03-02 18:13:33 +0100 (Sun, 02 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * forgot to initialize a variable. ------------------------------------------------------------------------ r3730 | fenrir | 2003-03-02 19:17:58 +0100 (Sun, 02 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/asf.h M /trunk/modules/access/mms/mms.c * fixed seek flag with broadcasted data. ------------------------------------------------------------------------ r3731 | gbazin | 2003-03-02 20:07:01 +0100 (Sun, 02 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: fixed libid3tag detection. ------------------------------------------------------------------------ r3732 | fenrir | 2003-03-03 02:38:07 +0100 (Mon, 03 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/mms/mms.c M /trunk/modules/access/mms/mms.h * fixed play back of mms://viptvr.yacast.fr/encoderfranceinfo (asf header send over multiples packets). ------------------------------------------------------------------------ r3733 | massiot | 2003-03-03 15:19:09 +0100 (Mon, 03 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/lpcm.c M /trunk/modules/demux/mpeg/ps.c * Fixed a bug in LPCM codec. * Changed an error into a warning. ------------------------------------------------------------------------ r3734 | gbazin | 2003-03-03 15:21:08 +0100 (Mon, 03 Mar 2003) | 8 lines Changed paths: M /trunk/modules/access/dvd/ifo.c M /trunk/modules/access/dvd/udf.c M /trunk/modules/access/file.c M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/udp.c M /trunk/modules/access_output/dummy.c M /trunk/modules/access_output/file.c M /trunk/modules/access_output/udp.c M /trunk/modules/audio_output/directx.c M /trunk/modules/control/rc/rc.c M /trunk/modules/misc/httpd.c M /trunk/modules/misc/network/ipv4.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/msvc/config.h.in M /trunk/msvc/libvlc.dsp.in M /trunk/msvc/plugins.dsp.in M /trunk/msvc/vlc.dsp.in M /trunk/msvc/vlc.dsw M /trunk/src/libvlc.c M /trunk/src/misc/netutils.c M /trunk/src/misc/win32_specific.c * ALL: Finally fixed the MSVC project files. Don't include io.h on win32 when not necessary. A few build fixes for MSVC. * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when present. ------------------------------------------------------------------------ r3735 | gbazin | 2003-03-03 17:49:14 +0100 (Mon, 03 Mar 2003) | 3 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/misc/dummy/decoder.c M /trunk/msvc/vlc.dsp.in M /trunk/src/misc/modules.c M /trunk/toolbox * ALL: another bunch of fixes for the MSVC build. ------------------------------------------------------------------------ r3736 | hartman | 2003-03-03 20:39:48 +0100 (Mon, 03 Mar 2003) | 8 lines Changed paths: M /trunk/NEWS M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib * NEWS: - added remarks on m-audio fixes and other OSX specific fixes. - added improved ID3 detection item * README.MacOSX.rtf - updated to reflect M-Audio fixes. * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: - widened the Browse.. button to allow for the german word: durchsuchen. ------------------------------------------------------------------------ r3737 | massiot | 2003-03-04 00:48:41 +0100 (Tue, 04 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/vlc_threads.h M /trunk/modules/demux/avi/avi.c * mpeg_video is back as a built-in because it is reproduceably faster than as a plug-in, * Another desperate attempt at fixing OS X lock-ups. ------------------------------------------------------------------------ r3738 | hartman | 2003-03-04 00:58:34 +0100 (Tue, 04 Mar 2003) | 2 lines Changed paths: M /trunk/po/nl.po * updated dutch strings. ------------------------------------------------------------------------ r3739 | gbazin | 2003-03-04 04:27:40 +0100 (Tue, 04 Mar 2003) | 12 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/modules/audio_filter/resampler/Modules.am A /trunk/modules/audio_filter/resampler/bandlimited.c A /trunk/modules/audio_filter/resampler/bandlimited.h M /trunk/modules/audio_filter/resampler/linear.c M /trunk/modules/audio_filter/resampler/trivial.c M /trunk/modules/audio_filter/resampler/ugly.c M /trunk/src/audio_output/filters.c M /trunk/src/audio_output/input.c * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality bandlimited interpolation resampler. It is not yet enabled by default because it requires a bit more works (not fully stable yet because of buffer overflows under certain conditions). * src/audio_output/input.c: the resamplers are now always active (expcept in spdif mode). * modules/audio_filter/resampler/*: modified the resampler to return the input buffer when no resampling is needed. ------------------------------------------------------------------------ r3740 | massiot | 2003-03-04 14:21:19 +0100 (Tue, 04 Mar 2003) | 3 lines Changed paths: M /trunk/include/input_ext-dec.h M /trunk/include/input_ext-plugins.h M /trunk/modules/codec/lpcm.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_ext-dec.c * Fixed a major bug in the LPCM codec. * Moved input_ExtractPES to where it belongs, input_ext-dec.c. ------------------------------------------------------------------------ r3741 | hartman | 2003-03-04 18:31:45 +0100 (Tue, 04 Mar 2003) | 9 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/win32/strings.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot ALL: - the german translation requires two different translations of the word File. I added a _ANS() function to the macosx version that gets the translation of 1:File and strips the first two characters of this alternate translation. - updated all .po files to make sure we don't break anything - committed the March 1 version of the german translation by Felix Kuhne ------------------------------------------------------------------------ r3742 | gbazin | 2003-03-04 20:28:39 +0100 (Tue, 04 Mar 2003) | 5 lines Changed paths: M /trunk/modules/audio_filter/resampler/bandlimited.c * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting quality badly + some clean-up. Changed the module priority so it is now the default resampler. ------------------------------------------------------------------------ r3743 | gbazin | 2003-03-04 22:12:04 +0100 (Tue, 04 Mar 2003) | 6 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/access/file.c * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is not declared). * modules/access/file.c: use _lseeki64 instead of lseek on win32. This should allow seeking on files > 1.2Gb (Hopefully closes #168). ------------------------------------------------------------------------ r3744 | hartman | 2003-03-04 22:54:03 +0100 (Tue, 04 Mar 2003) | 6 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * NEWS: - added item on fix of 'clicking' sound between stream changes. - added item on new bandlimited resampler * ALL: - bumped up revision number to 0.5.2-test3 ------------------------------------------------------------------------ r3745 | gbazin | 2003-03-04 23:08:33 +0100 (Tue, 04 Mar 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/modules/audio_filter/resampler/bandlimited.c * modules/audio_filter/resampler/bandlimited.c: small bug-fixes. * NEWS: added a note for the fixed MSVC project files. ------------------------------------------------------------------------ r3746 | hartman | 2003-03-04 23:36:18 +0100 (Tue, 04 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * grrr debug message in the wild. ------------------------------------------------------------------------ r3747 | gbazin | 2003-03-04 23:48:55 +0100 (Tue, 04 Mar 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c * modules/video_output/directx: added support for the mouse gestures interface. ------------------------------------------------------------------------ r3748 | hartman | 2003-03-05 00:32:06 +0100 (Wed, 05 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * this code should allow for the use of gestures under OS X. ------------------------------------------------------------------------ r3749 | massiot | 2003-03-05 00:36:57 +0100 (Wed, 05 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/threads.c * Made rt-priority a real-time variable (shut-up sam) and misc attempts to improve responsiveness under OS X ------------------------------------------------------------------------ r3750 | massiot | 2003-03-05 00:37:19 +0100 (Wed, 05 Mar 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj Bumped up to 0.5.2-test3 ------------------------------------------------------------------------ r3751 | sigmunau | 2003-03-05 01:05:23 +0100 (Wed, 05 Mar 2003) | 3 lines Changed paths: M /trunk/NEWS added not that gestures are now supported on osx and windows, with a comment telling that this isn't really useful yet. ------------------------------------------------------------------------ r3752 | massiot | 2003-03-05 01:11:18 +0100 (Wed, 05 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * Fixed LDFLAGS_mp4 variable. ------------------------------------------------------------------------ r3753 | gbazin | 2003-03-05 18:55:13 +0100 (Wed, 05 Mar 2003) | 6 lines Changed paths: M /trunk/src/input/input_ext-plugins.c * src/input/input_ext-plugins.c: added an msleep() call in case we fail to allocate a new buffer in input_FillBuffer(). This is necessary because the input thread has an high priority and we don't want it to loop without any interruption. ------------------------------------------------------------------------ r3754 | hartman | 2003-03-05 20:16:42 +0100 (Wed, 05 Mar 2003) | 3 lines Changed paths: M /trunk/po/it.po * updated italian translation by Bruno i had to merge it by hand, because it was pretty outdated. ------------------------------------------------------------------------ r3755 | gbazin | 2003-03-05 20:31:32 +0100 (Wed, 05 Mar 2003) | 3 lines Changed paths: M /trunk/modules/audio_filter/resampler/bandlimited.c * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks. ------------------------------------------------------------------------ r3756 | gbazin | 2003-03-05 20:58:47 +0100 (Wed, 05 Mar 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. ------------------------------------------------------------------------ r3757 | gbazin | 2003-03-05 23:37:05 +0100 (Wed, 05 Mar 2003) | 4 lines Changed paths: M /trunk/install-win32 M /trunk/modules/audio_filter/resampler/bandlimited.c * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;) * install-win32: the FAQ wasn't being included in the package. ------------------------------------------------------------------------ r3758 | sigmunau | 2003-03-06 01:10:33 +0100 (Thu, 06 Mar 2003) | 4 lines Changed paths: M /trunk/modules/demux/m3u.c we now insert playlist entries right after the playlist file, and not at the end of playlist. Should close bug reported on mailing list by Stepan Roh about "redirection". ------------------------------------------------------------------------ r3759 | jpsaman | 2003-03-06 10:27:13 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Updated version number. ------------------------------------------------------------------------ r3760 | massiot | 2003-03-06 10:58:00 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h Fixed a segfault in the OS X preferences panel. ------------------------------------------------------------------------ r3761 | jpsaman | 2003-03-06 11:11:33 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/qte_main.cpp M /trunk/modules/video_output/qte/qte.cpp More sizing stuff. ------------------------------------------------------------------------ r3762 | hartman | 2003-03-06 11:15:37 +0100 (Thu, 06 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m * If labels are nil, then it shouldn't disable the entire preference panel. fixes #428 more permenantly. the cause was a missing rt-priority desc. ------------------------------------------------------------------------ r3763 | fenrir | 2003-03-06 12:09:56 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/include/httpd.h M /trunk/modules/misc/httpd.c * http: fixed a segfault while using it more than once. ------------------------------------------------------------------------ r3764 | fenrir | 2003-03-06 12:15:55 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access_output/http.c * http: lalala, forgot one line :) ------------------------------------------------------------------------ r3765 | hartman | 2003-03-06 12:43:07 +0100 (Thu, 06 Mar 2003) | 28 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology M /trunk/extras/MacOSX/Resources/vlc.scriptSuite M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/Modules.am A /trunk/modules/gui/macosx/applescript.h A /trunk/modules/gui/macosx/applescript.m A /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * modules/gui/macosx/applescript.? * extras/MacOSX/Resources/vlc.scriptSuite * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology - moved existing applescript commands to these files - added several control commands. supported are: play/pause, stop, previous, next, fullscreen, mute, volumeUp and volumeDown. These correspond to the existing menuitems. This still requires work in the future to make it more correct AppleScript, but it works for now. * modules/gui/macosx/controls.? - split up the controls.m into a .m and a .h * modules/gui/macosx/intf.? - added a getControls method to gain access to the controller object from the AppleScript commands. * modules/gui/macosx/open.? - removed the applescript support existing here and moved it to applescript.? * modules/gui/macosx/playlist.m - made the tooltips for the add and remove buttons localizable. * modules/gui/macosx/vout.m - added a comment on the meaning of otherMouse events. * ALL: - updated copyright information to include the current year ;) ------------------------------------------------------------------------ r3766 | hartman | 2003-03-06 13:05:05 +0100 (Thu, 06 Mar 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425 having two close buttons in one window goes against Apple's UIG. ------------------------------------------------------------------------ r3767 | hartman | 2003-03-06 13:52:32 +0100 (Thu, 06 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * fixed an issue with blackbars at certain aspect ratios when you resize the video window. (half, double) ------------------------------------------------------------------------ r3768 | hartman | 2003-03-06 15:40:43 +0100 (Thu, 06 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * not < but > ;) time to stop for today ------------------------------------------------------------------------ r3769 | hartman | 2003-03-06 16:24:12 +0100 (Thu, 06 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * the close window command was reacting irratic because of my meddling with the responder chain. HANDS OFF you little devil ;) ------------------------------------------------------------------------ r3770 | sigmunau | 2003-03-06 16:30:42 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/m3u.c the m3u demux now reads the pls files shoutcast uses. ------------------------------------------------------------------------ r3771 | hartman | 2003-03-06 23:17:11 +0100 (Thu, 06 Mar 2003) | 2 lines Changed paths: M /trunk/README.MacOSX.rtf * Updated README on Mac OS X issues. ------------------------------------------------------------------------ r3772 | gbazin | 2003-03-07 00:10:11 +0100 (Fri, 07 Mar 2003) | 7 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/src/audio_output/dec.c * src/audio_output/dec.c, include/aout_internal.h: the aout core was automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We now fetch this value from the input thread when we create an aout_instance_t. This solves problems with the http access plugin. ------------------------------------------------------------------------ r3773 | sigmunau | 2003-03-07 00:52:31 +0100 (Fri, 07 Mar 2003) | 2 lines Changed paths: M /trunk/NEWS NEWS: added note about .pls handeling and the http audio fix ------------------------------------------------------------------------ r3774 | gbazin | 2003-03-07 01:53:09 +0100 (Fri, 07 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome messages window regularly. ------------------------------------------------------------------------ r3775 | sigmunau | 2003-03-08 02:55:28 +0100 (Sat, 08 Mar 2003) | 4 lines Changed paths: M /trunk/modules/control/gestures.c added a down, right gesture to quit vlc and an up, right gesture that swaps fullscreen on/off, removed the down gesture as it is now covered by the up, right gesture ------------------------------------------------------------------------ r3776 | fenrir | 2003-03-09 17:22:35 +0100 (Sun, 09 Mar 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * fixed a really stupid bug with compressed header, improved parsing of audio stsd box. (handle qt3+ audio box) (I still need to fix mp4.c to read audio track that aren't mp4a) ------------------------------------------------------------------------ r3777 | gbazin | 2003-03-09 20:25:09 +0100 (Sun, 09 Mar 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/access/dvdplay/access.c M /trunk/modules/codec/spudec/parse.c M /trunk/src/misc/variables.c * configure.ac.in: don't include the screensaver plugin on win32. * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback(). * modules/codec/spudec/parse.c: removed unnessecary code. * modules/access/dvdplay/access.c: fixed some navigation problems. ------------------------------------------------------------------------ r3778 | gbazin | 2003-03-09 20:44:16 +0100 (Sun, 09 Mar 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in * configure.ac.in: fixed my previous commit. * NEWS: added an entry about fixes in the dvd menu support. ------------------------------------------------------------------------ r3779 | jlj | 2003-03-09 21:07:47 +0100 (Sun, 09 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_filter/converter/Modules.am A /trunk/modules/audio_filter/converter/dtstospdif.c M /trunk/modules/codec/Modules.am A /trunk/modules/codec/dts.c * DTS S/PDIF support. ------------------------------------------------------------------------ r3780 | jlj | 2003-03-10 00:39:05 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/modules/demux/mpeg/ps.c M /trunk/modules/demux/mpeg/system.c * ./modules/demux/mpeg: DTS support. ------------------------------------------------------------------------ r3781 | massiot | 2003-03-10 01:04:14 +0100 (Mon, 10 Mar 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in M /trunk/doc/release-howto.txt M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/include/vlc_threads.h M /trunk/modules/audio_output/file.c M /trunk/src/libvlc.h M /trunk/src/misc/threads.c * Bumped up version number to 0.5.2 * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority configuration variable. ------------------------------------------------------------------------ r3782 | gbazin | 2003-03-10 01:12:53 +0100 (Mon, 10 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/access/vcd/cdrom.c * modules/access/vcd/cdrom.c: small win32 bugfix. * configure.ac.in: on win32 we link ws2_32 with the slp plugin. ------------------------------------------------------------------------ r3783 | fenrir | 2003-03-10 02:07:09 +0100 (Mon, 10 Mar 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/libavi.c * improved seeking and fixed play back when reading from stdin (when reported size is null). ------------------------------------------------------------------------ r3784 | jlj | 2003-03-10 09:23:45 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/dts.c * ./modules/codec/dts.c: minor fix. ------------------------------------------------------------------------ r3785 | massiot | 2003-03-10 11:41:22 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c Fixed a major bug with 5.1 output and the OSS plug-in. ------------------------------------------------------------------------ r3786 | sam | 2003-03-10 18:12:08 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case. ------------------------------------------------------------------------ r3787 | gbazin | 2003-03-10 19:17:19 +0100 (Mon, 10 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour. ------------------------------------------------------------------------ r3788 | gbazin | 2003-03-10 19:26:33 +0100 (Mon, 10 Mar 2003) | 3 lines Changed paths: M /trunk/src/video_output/vout_pictures.c * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert. ------------------------------------------------------------------------ r3789 | sam | 2003-03-10 20:30:35 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/toolbox * ./toolbox: added --update-changelog flag. ------------------------------------------------------------------------ r3790 | gbazin | 2003-03-10 20:37:53 +0100 (Mon, 10 Mar 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: updated the changelog for the 0.5.2 release. ------------------------------------------------------------------------ r3791 | alexis | 2003-03-10 21:08:00 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/vlc.spec vlc.spec: Bumped up version number to 0.5.2 ------------------------------------------------------------------------ r3792 | alexis | 2003-03-10 22:01:26 +0100 (Mon, 10 Mar 2003) | 4 lines Changed paths: M /trunk/m4/Makefile.am Fix so that compilation works with a tarball made with "make dist-all". Sam, can you check that my fix is OK ? ------------------------------------------------------------------------ r3793 | alexis | 2003-03-10 22:24:11 +0100 (Mon, 10 Mar 2003) | 2 lines Changed paths: M /trunk/m4/Makefile.am Reverted my previous commit (the bug was coming from my old gettext version) ------------------------------------------------------------------------ r3794 | fenrir | 2003-03-11 06:52:37 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * ffmpeg support mace 3/6 audio codec. (quicktime) ------------------------------------------------------------------------ r3795 | fenrir | 2003-03-11 07:14:16 +0100 (Tue, 11 Mar 2003) | 4 lines Changed paths: M /trunk/modules/codec/araw.c * Hugly hack: break huge block of samples into smaller ones else some avi/mov file with raw audio can't be played, *BUT* it's not the good fix (as the problem seems to be elsewhere). ------------------------------------------------------------------------ r3796 | fenrir | 2003-03-11 07:45:59 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/wav/wav.c * wav: Support for alaw/ulaw data. (untested) ------------------------------------------------------------------------ r3797 | fenrir | 2003-03-11 07:58:06 +0100 (Tue, 11 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/araw.c M /trunk/modules/codec/ffmpeg/ffmpeg.h * ffmpeg.h: added missing fourcc. * araw.c: fixed a warning. ------------------------------------------------------------------------ r3798 | fenrir | 2003-03-11 07:58:49 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: added IMA4 support. ------------------------------------------------------------------------ r3799 | fenrir | 2003-03-11 08:03:16 +0100 (Tue, 11 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/demux/Modules.am A /trunk/modules/demux/au.c * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported. ( I need some samples to do special adpcm support). ------------------------------------------------------------------------ r3800 | alexis | 2003-03-11 14:12:42 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/win32/Modules.am Added sout.* and subtitles.* ------------------------------------------------------------------------ r3801 | titer | 2003-03-11 14:52:25 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/network/ipv4.c modules/misc/network/ipv4.c: BeOS compile fix ------------------------------------------------------------------------ r3802 | fenrir | 2003-03-11 18:40:40 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * Clean up. (Sigmund, does it work ?). ------------------------------------------------------------------------ r3803 | fenrir | 2003-03-11 19:14:27 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mms.c * mms: converted a warning into a dbg message. ------------------------------------------------------------------------ r3804 | gbazin | 2003-03-11 19:16:10 +0100 (Tue, 11 Mar 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: Fixed problem with the package-win32 target. ------------------------------------------------------------------------ r3805 | alexis | 2003-03-11 19:54:47 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/doc/Makefile.am Added missing files. ------------------------------------------------------------------------ r3806 | sam | 2003-03-11 19:57:30 +0100 (Tue, 11 Mar 2003) | 3 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules M /trunk/debian/woody-buildpackage * ./debian/control: added the FLAC decoder to the Debian package (sid-only, because the API changed too much since the version in woody). ------------------------------------------------------------------------ r3807 | fenrir | 2003-03-11 19:57:51 +0100 (Tue, 11 Mar 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mp4/mp4.h * mp4: I have reworked a lot the demuxer. Now it should handle gracefully the audio part of mov file. I'm really interested by any regression you could find, please _test_ all .mp4/.mov file you have. ------------------------------------------------------------------------ r3808 | fenrir | 2003-03-11 20:02:31 +0100 (Tue, 11 Mar 2003) | 5 lines Changed paths: M /trunk/include/stream_output.h M /trunk/include/vlc_common.h M /trunk/modules/access_output/udp.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/a52.c M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegaudio.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/src/stream_output/stream_output.c * all: reworked stream output. Now it handles mutliples outputs from one input, just type --sout "##..." (Yes it is awfull, but I need suggestion). udp: correctly update sequence number in rtp. ------------------------------------------------------------------------ r3809 | sam | 2003-03-11 20:14:09 +0100 (Tue, 11 Mar 2003) | 6 lines Changed paths: M /trunk/debian/Makefile.am M /trunk/debian/control M /trunk/debian/rules D /trunk/debian/vlc-plugin-a52.dirs D /trunk/debian/vlc-plugin-dv.dirs D /trunk/debian/vlc-plugin-dvb.dirs D /trunk/debian/vlc-plugin-mad.dirs D /trunk/debian/vlc-plugin-ogg.dirs D /trunk/debian/vlc-plugin-xosd.dirs * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv packages (because the dependencies are very small), and the vlc-plugin-mad, vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them anyway). * ./debian/*: changed vlc-plugin-svgalib to x86-only. ------------------------------------------------------------------------ r3810 | sam | 2003-03-11 20:30:04 +0100 (Tue, 11 Mar 2003) | 6 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules D /trunk/debian/vlc-plugin-aa.dirs D /trunk/debian/vlc-plugin-lirc.dirs * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because they were not in woody. * ./debian/control: tuned the control file to provide smooth upgrades from woody, from sarge, and from the local VideoLAN repository. ------------------------------------------------------------------------ r3811 | sam | 2003-03-11 20:57:29 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control * ./debian/control: vlc provides the mp3-decoder metapackage. ------------------------------------------------------------------------ r3812 | sam | 2003-03-11 20:58:35 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/debian/Makefile.am * ./debian/Makefile.am: removed spurious entries. ------------------------------------------------------------------------ r3813 | fenrir | 2003-03-11 21:01:23 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h * Added support of vplayer subtitles files. ------------------------------------------------------------------------ r3814 | sam | 2003-03-11 21:40:50 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/debian/control M /trunk/debian/woody-buildpackage * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev. ------------------------------------------------------------------------ r3815 | sam | 2003-03-11 21:53:28 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * ./src/stream_output/stream_output.c: fixed a minor format string issue. ------------------------------------------------------------------------ r3816 | sam | 2003-03-11 22:23:42 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: quick and dirty workaround for qt3 headers location. ------------------------------------------------------------------------ r3817 | fenrir | 2003-03-11 22:52:05 +0100 (Tue, 11 Mar 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * removed strdupa. ------------------------------------------------------------------------ r3818 | sam | 2003-03-11 23:44:48 +0100 (Tue, 11 Mar 2003) | 4 lines Changed paths: M /trunk/debian/control M /trunk/debian/woody-buildpackage * ./debian/control: added libqt3-compat-headers build-dependency because of strange issues with KDE headers that I'm not sure to fully understand but also honestly completely don't care about. ------------------------------------------------------------------------ r3819 | fenrir | 2003-03-12 00:56:40 +0100 (Wed, 12 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * fix ima4 decoding. ------------------------------------------------------------------------ r3820 | gbazin | 2003-03-12 00:56:54 +0100 (Wed, 12 Mar 2003) | 3 lines Changed paths: M /trunk/include/input_ext-plugins.h M /trunk/include/variables.h M /trunk/modules/access/dvd/access.c M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/satellite/access.c M /trunk/modules/access/vcd/vcd.c M /trunk/modules/gui/wxwindows/popup.cpp M /trunk/src/input/input.c M /trunk/src/input/input_ext-intf.c M /trunk/src/input/input_programs.c M /trunk/src/misc/variables.c * ALL: experimental code for stream (dvd) navigation through object variables. ------------------------------------------------------------------------ r3821 | sam | 2003-03-12 01:56:16 +0100 (Wed, 12 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: we look for libqt-mt.so before libqt.so. ------------------------------------------------------------------------ r3822 | sam | 2003-03-12 05:16:02 +0100 (Wed, 12 Mar 2003) | 3 lines Changed paths: M /trunk/bootstrap M /trunk/toolbox * ./bootstrap: fixed a conflict issue with recent autopoint versions. * ./toolbox: the MSVC project file generation no longer depends on Makefile. ------------------------------------------------------------------------ r3823 | sam | 2003-03-12 06:12:05 +0100 (Wed, 12 Mar 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/toolbox * ./Makefile.am: moved generation of .h files to the toolbox so that we can call "toolbox --update-includes" without running configure. * ./toolbox: de-uglified some shell code. ------------------------------------------------------------------------ r3824 | sam | 2003-03-12 06:26:46 +0100 (Wed, 12 Mar 2003) | 3 lines Changed paths: M /trunk/src/input/input_programs.c M /trunk/src/misc/modules.c M /trunk/src/misc/netutils.c M /trunk/src/stream_output/stream_output.c * ./src/stream_output/stream_output.c: Win32 compilation fix. * ./src/misc/modules.c: fixed a pointer indirection bug. ------------------------------------------------------------------------ r3825 | titer | 2003-03-13 00:15:03 +0100 (Thu, 13 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/src/misc/beos_specific.cpp * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...) * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the "About" window and in the titles of the others windows. ------------------------------------------------------------------------ r3826 | marcari | 2003-03-13 00:59:19 +0100 (Thu, 13 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_filter/converter/Modules.am A /trunk/modules/audio_filter/converter/s16tofixed32.c * all: added s16tofixed32 filter, so that we decode flac with iPaq ! ------------------------------------------------------------------------ r3827 | ipkiss | 2003-03-13 11:33:29 +0100 (Thu, 13 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/mainframe.cpp We don't segfault anymore when trying to go fullscreen with no input (closes #477) ------------------------------------------------------------------------ r3828 | marcari | 2003-03-13 16:50:17 +0100 (Thu, 13 Mar 2003) | 7 lines Changed paths: M /trunk/modules/gui/familiar/Modules.am M /trunk/modules/gui/familiar/callbacks.c M /trunk/modules/gui/familiar/callbacks.h M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/familiar/familiar.glade M /trunk/modules/gui/familiar/familiar.h M /trunk/modules/gui/familiar/interface.c A /trunk/modules/gui/familiar/network.c A /trunk/modules/gui/familiar/network.h A /trunk/modules/gui/familiar/playlist.c A /trunk/modules/gui/familiar/playlist.h A /trunk/share/familiar-playlistb16x16.xpm * all: enhancements of the familiar interface includes : - the interface adapts to the screen size/rotation - a playlist - a network tab next to te file tab inside the media tab - MRL-Combo behaviour changed a bit - apply handling in preferences ------------------------------------------------------------------------ r3829 | hartman | 2003-03-13 17:09:21 +0100 (Thu, 13 Mar 2003) | 23 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.h M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/gui/macosx/intf.m * extras/MacOSX/vlc.pbproj/project.pbxproj: - added .qt and .pls file extensions. * modules/gui/macosx/intf.m: - increased the number of lines the messages dialog can hold to 400. * added fourcc '3iv1' to .avi and .mov - this is 3ivx D3.5 video. - we cannot read them at however and probably never will. I added them for completeness. * added fourcc '3iv2' to .avi and ffmpeg - this is 3ivx D4 video - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4. * added fourcc '3ivd' to .avi, .mov and ffmpeg. - this is video which was divx doctored by the 3ivx doctor program. - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3. * added fourcc '3vid' to .avi, .mov and ffmpeg. - this is incorrect encoded DIV3. it is an endianness issue by the encoder. - ffmpeg can decode it however, so it is mapped to MPEG4 v3. ------------------------------------------------------------------------ r3830 | marcari | 2003-03-13 17:20:16 +0100 (Thu, 13 Mar 2003) | 2 lines Changed paths: A /trunk/doc/arm-crosscompile-howto.sgml * skeleton of the arm crosscompilation howto ------------------------------------------------------------------------ r3831 | hartman | 2003-03-13 23:24:17 +0100 (Thu, 13 Mar 2003) | 8 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/misc.h M /trunk/modules/gui/macosx/misc.m * modules/gui/macosx/misc.? - added VLBrushedMetalImageView. This imageview does not respond to mousedrage, so we can still move our window by it's background. * extras/MacOSX/Resources/English.lproj/MainMenu.nib/* - Changed the container of our background image to the new VLBrushedMetalImageView. This fixes #390 ------------------------------------------------------------------------ r3832 | sigmunau | 2003-03-13 23:35:51 +0100 (Thu, 13 Mar 2003) | 2 lines Changed paths: A /trunk/modules/demux/util/id3genres.h M /trunk/modules/demux/util/id3tag.c Added support for oldstyle id3 genres. ------------------------------------------------------------------------ r3833 | sigmunau | 2003-03-13 23:45:32 +0100 (Thu, 13 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp set a default size for the fileinfo dialog ------------------------------------------------------------------------ r3834 | massiot | 2003-03-14 01:06:02 +0100 (Fri, 14 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m Attempt at fixing the soundstick issue (unconfirmed). ------------------------------------------------------------------------ r3835 | sigmunau | 2003-03-14 01:24:08 +0100 (Fri, 14 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/vorbis.c M /trunk/modules/demux/aac/demux.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mpeg/audio.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/ogg.c M /trunk/src/input/input.c all: info strings are now localized, fixed some typos and inconsistant uses of capital letters ------------------------------------------------------------------------ r3836 | jlj | 2003-03-14 02:08:38 +0100 (Fri, 14 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/aout.m * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels issue in InitDevice. Should close #490. ------------------------------------------------------------------------ r3837 | hartman | 2003-03-14 02:23:06 +0100 (Fri, 14 Mar 2003) | 7 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/info.m * ALL: Bumped version to 0.5.3-cvs * modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags correctly, but now the name of the file as reported in the playlist info gets displayed incorrectly if it has accents. (going for ID3 at the moment. filenames are named a plenty in the correct way) ------------------------------------------------------------------------ r3838 | lool | 2003-03-14 18:08:37 +0100 (Fri, 14 Mar 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt * Meuuh+++; ------------------------------------------------------------------------ r3839 | sam | 2003-03-14 18:14:16 +0100 (Fri, 14 Mar 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt * ./doc/fortunes.txt: sigmund++; ------------------------------------------------------------------------ r3840 | fenrir | 2003-03-15 01:09:31 +0100 (Sat, 15 Mar 2003) | 2 lines Changed paths: M /trunk/include/httpd.h M /trunk/modules/misc/httpd.c * httpd: begin to support get/post method (look at admin.html ;) ------------------------------------------------------------------------ r3841 | fenrir | 2003-03-15 03:33:23 +0100 (Sat, 15 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mms.c * mms: some clean up. ------------------------------------------------------------------------ r3842 | fenrir | 2003-03-15 04:02:13 +0100 (Sat, 15 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mms.c * mms: revert some parts. ------------------------------------------------------------------------ r3843 | fenrir | 2003-03-15 19:44:31 +0100 (Sat, 15 Mar 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h * ffmpeg: Use truncated frames if supported by codec (only with newer libavcodec). This fix mpeg4 in TS with huge bitrate. * sub: clean up. Report any problems. ------------------------------------------------------------------------ r3844 | jlj | 2003-03-15 20:21:49 +0100 (Sat, 15 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/aout.m Jeff Moore @ Apple: The HAL specifically won't allow a device that doesn't have linear PCM as it's current format to be the default device. ------------------------------------------------------------------------ r3845 | fenrir | 2003-03-15 20:26:13 +0100 (Sat, 15 Mar 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * sout: fix a stupid bug making avi muxer segfaulting. ------------------------------------------------------------------------ r3846 | lool | 2003-03-15 21:17:37 +0100 (Sat, 15 Mar 2003) | 5 lines Changed paths: A /trunk/doc/faq/faq-alone.xml A /trunk/doc/faq/faq-alone.xsl A /trunk/doc/faq/faq.xml * attempt at a docbook-xml version of the FAQ with XSL customizations, if people want to help or just have a look (use "xsltproc faq-alone.xsl faq-alone.xml" with the docbook-xml-simple package installed or saxon if you feel bored) ------------------------------------------------------------------------ r3847 | jlj | 2003-03-15 23:10:58 +0100 (Sat, 15 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m Another attempt at fixing the soundstick issue (unconfirmed). ------------------------------------------------------------------------ r3848 | fenrir | 2003-03-16 02:37:44 +0100 (Sun, 16 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/mms/mms.c * mms: it seems that some server doesn't like fake ip 127.0.0.1 (they refuse the connection), so let give them 192.168.0.1 ... ------------------------------------------------------------------------ r3849 | fenrir | 2003-03-16 02:49:28 +0100 (Sun, 16 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mms.c * mms: removed some old stuff. ------------------------------------------------------------------------ r3850 | fenrir | 2003-03-16 14:11:28 +0100 (Sun, 16 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf: when there isn't any stream selected, stop playing. ------------------------------------------------------------------------ r3851 | fenrir | 2003-03-16 17:07:21 +0100 (Sun, 16 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub.c: added SAMI subtitles support. (Untested and incomplete). ------------------------------------------------------------------------ r3852 | jlj | 2003-03-16 21:06:34 +0100 (Sun, 16 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/aout.m * ./modules/gui/macosx/aout.m: Swapped stereo and mono classification. ------------------------------------------------------------------------ r3853 | fenrir | 2003-03-17 00:35:39 +0100 (Mon, 17 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub: better ssa4 recognition. ------------------------------------------------------------------------ r3854 | massiot | 2003-03-17 13:14:26 +0100 (Mon, 17 Mar 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h Fixed aspect ratio's tooltip. ------------------------------------------------------------------------ r3855 | marcari | 2003-03-17 14:49:14 +0100 (Mon, 17 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/familiar/familiar.c * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc ------------------------------------------------------------------------ r3856 | sigmunau | 2003-03-17 16:05:55 +0100 (Mon, 17 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/http.c fixed up http redirects when there are other items in the playlist. ------------------------------------------------------------------------ r3857 | sam | 2003-03-17 17:59:47 +0100 (Mon, 17 Mar 2003) | 3 lines Changed paths: M /trunk/.cvsignore M /trunk/Makefile.am A /trunk/autotools A /trunk/autotools/.cvsignore A /trunk/autotools/Makefile.am M /trunk/bootstrap M /trunk/configure.ac.in M /trunk/toolbox * ./autotools/: moved some autotools executables to this subdirectory to reduce cluttering of the root directory. ------------------------------------------------------------------------ r3858 | hartman | 2003-03-17 18:10:21 +0100 (Mon, 17 Mar 2003) | 10 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: - added playlist_Move to move an item in our playlist before the position of a previous item (or end) of our playlist. Keeps index at it's current item. * modules/gui/macosx/playlist.?: - Now a reorderable playlist. Thanks to Andrew Stone for example code. This fixes #349 (Finally ;) - True alternating colors in the playlistview. Thanks to Apple Computer for the example code. ------------------------------------------------------------------------ r3859 | sam | 2003-03-17 18:11:32 +0100 (Mon, 17 Mar 2003) | 3 lines Changed paths: M /trunk/modules/video_output/sdl.c * ./modules/video_output/sdl.c: fixed an endianness bug due to libSDL not defining its fourcc values like us. ------------------------------------------------------------------------ r3860 | sam | 2003-03-17 19:02:11 +0100 (Mon, 17 Mar 2003) | 7 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/gtk/Modules.am M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/misc/gtk_main.c M /trunk/modules/misc/qte_main.cpp M /trunk/modules/video_output/qte/qte.cpp * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a terminating NULL pointer in the fake argv values we pass to gtk_init(). * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now have the "gui-helper" capability. * ./modules/misc/gtk_main.c: paved the way for Gtk2. ------------------------------------------------------------------------ r3861 | hartman | 2003-03-17 22:47:21 +0100 (Mon, 17 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/playlist.?: - rewrite of code ------------------------------------------------------------------------ r3862 | hartman | 2003-03-18 00:13:06 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/playlist.m: - fixed a cosmetic issue. ------------------------------------------------------------------------ r3863 | fenrir | 2003-03-18 00:42:12 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c M /trunk/src/stream_output/stream_output.c * all: fixed some stupid bugs. ------------------------------------------------------------------------ r3864 | fenrir | 2003-03-18 00:48:26 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: increased buffer size. ------------------------------------------------------------------------ r3865 | jlj | 2003-03-18 01:25:27 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/dts.c * ./modules/codec/dts.c: Steve Jobs did not pay me for this bug. Really. ------------------------------------------------------------------------ r3866 | sigmunau | 2003-03-18 01:33:29 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/id3tag.c Seek one less time. Should increase performance with access modules where seeks are expensive. (Though not enough) ------------------------------------------------------------------------ r3867 | gbazin | 2003-03-18 01:49:14 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: fixed misplaced variable declaration. ------------------------------------------------------------------------ r3868 | sam | 2003-03-18 02:22:13 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/lpcm.c * ./modules/codec/lpcm.c: fixed two uninitialized variables. ------------------------------------------------------------------------ r3869 | sam | 2003-03-18 02:26:13 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/modules/Makefile.am A /trunk/modules/gui/gtk2 A /trunk/modules/gui/gtk2/.cvsignore A /trunk/modules/gui/gtk2/Modules.am A /trunk/modules/gui/gtk2/gnome2.c A /trunk/modules/gui/gtk2/gnome2.glade A /trunk/modules/gui/gtk2/gnome2.gladep A /trunk/modules/gui/gtk2/gnome2_callbacks.c A /trunk/modules/gui/gtk2/gnome2_callbacks.h A /trunk/modules/gui/gtk2/gnome2_interface.c A /trunk/modules/gui/gtk2/gnome2_interface.h A /trunk/modules/gui/gtk2/gnome2_support.c A /trunk/modules/gui/gtk2/gnome2_support.h A /trunk/modules/gui/gtk2/gtk2.c A /trunk/modules/gui/gtk2/gtk2.glade A /trunk/modules/gui/gtk2/gtk2.gladep A /trunk/modules/gui/gtk2/gtk2_callbacks.c A /trunk/modules/gui/gtk2/gtk2_callbacks.h A /trunk/modules/gui/gtk2/gtk2_interface.c A /trunk/modules/gui/gtk2/gtk2_interface.h A /trunk/modules/gui/gtk2/gtk2_support.c A /trunk/modules/gui/gtk2/gtk2_support.h M /trunk/modules/misc/Modules.am M /trunk/modules/misc/gtk_main.c M /trunk/toolbox * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and GNOME-2 plugins. * ./toolbox: added --update-glade2 flag. ------------------------------------------------------------------------ r3870 | sam | 2003-03-18 02:34:08 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/Makefile.am * ./modules/Makefile.am: added a missing definition of NULL. ------------------------------------------------------------------------ r3871 | sam | 2003-03-18 02:54:40 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/toolbox * ./toolbox: fixed a sed syntax error (thanks anil). ------------------------------------------------------------------------ r3872 | sam | 2003-03-18 02:57:59 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/share/Makefile.am * ./share/Makefile.am: added the .rle font to the make install rule. ------------------------------------------------------------------------ r3873 | ipkiss | 2003-03-18 03:21:47 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/Makefile.am A /trunk/modules/gui/skins A /trunk/modules/gui/skins/.cvsignore A /trunk/modules/gui/skins/Modules.am A /trunk/modules/gui/skins/controls A /trunk/modules/gui/skins/controls/.cvsignore A /trunk/modules/gui/skins/controls/button.cpp A /trunk/modules/gui/skins/controls/button.h A /trunk/modules/gui/skins/controls/checkbox.cpp A /trunk/modules/gui/skins/controls/checkbox.h A /trunk/modules/gui/skins/controls/controls.h A /trunk/modules/gui/skins/controls/generic.cpp A /trunk/modules/gui/skins/controls/generic.h A /trunk/modules/gui/skins/controls/image.cpp A /trunk/modules/gui/skins/controls/image.h A /trunk/modules/gui/skins/controls/playlist.cpp A /trunk/modules/gui/skins/controls/playlist.h A /trunk/modules/gui/skins/controls/rectangle.cpp A /trunk/modules/gui/skins/controls/rectangle.h A /trunk/modules/gui/skins/controls/slider.cpp A /trunk/modules/gui/skins/controls/slider.h A /trunk/modules/gui/skins/controls/text.cpp A /trunk/modules/gui/skins/controls/text.h A /trunk/modules/gui/skins/os_api.h A /trunk/modules/gui/skins/os_bitmap.h A /trunk/modules/gui/skins/os_dialog.h A /trunk/modules/gui/skins/os_event.h A /trunk/modules/gui/skins/os_font.h A /trunk/modules/gui/skins/os_graphics.h A /trunk/modules/gui/skins/os_theme.h A /trunk/modules/gui/skins/os_window.h A /trunk/modules/gui/skins/parser A /trunk/modules/gui/skins/parser/.cvsignore A /trunk/modules/gui/skins/parser/flex.c A /trunk/modules/gui/skins/parser/skin.act A /trunk/modules/gui/skins/parser/skin.c A /trunk/modules/gui/skins/parser/skin.dtd A /trunk/modules/gui/skins/parser/skin.h A /trunk/modules/gui/skins/parser/wrappers.cpp A /trunk/modules/gui/skins/parser/wrappers.h A /trunk/modules/gui/skins/src A /trunk/modules/gui/skins/src/.cvsignore A /trunk/modules/gui/skins/src/anchor.cpp A /trunk/modules/gui/skins/src/anchor.h A /trunk/modules/gui/skins/src/banks.cpp A /trunk/modules/gui/skins/src/banks.h A /trunk/modules/gui/skins/src/bezier.cpp A /trunk/modules/gui/skins/src/bezier.h A /trunk/modules/gui/skins/src/bitmap.cpp A /trunk/modules/gui/skins/src/bitmap.h A /trunk/modules/gui/skins/src/dialog.cpp A /trunk/modules/gui/skins/src/dialog.h A /trunk/modules/gui/skins/src/event.cpp A /trunk/modules/gui/skins/src/event.h A /trunk/modules/gui/skins/src/font.cpp A /trunk/modules/gui/skins/src/font.h A /trunk/modules/gui/skins/src/graphics.cpp A /trunk/modules/gui/skins/src/graphics.h A /trunk/modules/gui/skins/src/skin_common.h A /trunk/modules/gui/skins/src/skin_main.cpp A /trunk/modules/gui/skins/src/theme.cpp A /trunk/modules/gui/skins/src/theme.h A /trunk/modules/gui/skins/src/themeloader.cpp A /trunk/modules/gui/skins/src/themeloader.h A /trunk/modules/gui/skins/src/vlcproc.cpp A /trunk/modules/gui/skins/src/vlcproc.h A /trunk/modules/gui/skins/src/window.cpp A /trunk/modules/gui/skins/src/window.h A /trunk/modules/gui/skins/win32 A /trunk/modules/gui/skins/win32/.cvsignore A /trunk/modules/gui/skins/win32/win32_api.cpp A /trunk/modules/gui/skins/win32/win32_bitmap.cpp A /trunk/modules/gui/skins/win32/win32_bitmap.h A /trunk/modules/gui/skins/win32/win32_dialog.cpp A /trunk/modules/gui/skins/win32/win32_dialog.h A /trunk/modules/gui/skins/win32/win32_dragdrop.cpp A /trunk/modules/gui/skins/win32/win32_dragdrop.h A /trunk/modules/gui/skins/win32/win32_event.cpp A /trunk/modules/gui/skins/win32/win32_event.h A /trunk/modules/gui/skins/win32/win32_font.cpp A /trunk/modules/gui/skins/win32/win32_font.h A /trunk/modules/gui/skins/win32/win32_graphics.cpp A /trunk/modules/gui/skins/win32/win32_graphics.h A /trunk/modules/gui/skins/win32/win32_run.cpp A /trunk/modules/gui/skins/win32/win32_theme.cpp A /trunk/modules/gui/skins/win32/win32_theme.h A /trunk/modules/gui/skins/win32/win32_window.cpp A /trunk/modules/gui/skins/win32/win32_window.h M /trunk/toolbox Keep quiet, explanations will follow. ------------------------------------------------------------------------ r3874 | hartman | 2003-03-18 03:28:53 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/info.m M /trunk/modules/misc/httpd.c * modules/gui/macosx/info.m: keep the same panel open if track changes. * modules/misc/httpd.c: removed an unused int. ------------------------------------------------------------------------ r3875 | ipkiss | 2003-03-18 03:48:05 +0100 (Tue, 18 Mar 2003) | 6 lines Changed paths: A /trunk/doc/skins A /trunk/doc/skins/curve_maker A /trunk/doc/skins/curve_maker/Bezier.bas A /trunk/doc/skins/curve_maker/Bezier.frm A /trunk/doc/skins/curve_maker/Bezier.frx A /trunk/doc/skins/curve_maker/Bezier.vbw A /trunk/doc/skins/curve_maker/bezier.vbp A /trunk/doc/skins/events-howto.txt A /trunk/doc/skins/skins-howto.txt A /trunk/share/skins A /trunk/share/skins/default A /trunk/share/skins/default/b1.bmp A /trunk/share/skins/default/b1_down.bmp A /trunk/share/skins/default/b1_up.bmp A /trunk/share/skins/default/b2_down.bmp A /trunk/share/skins/default/b2_up.bmp A /trunk/share/skins/default/b3_disabled.bmp A /trunk/share/skins/default/b3_down.bmp A /trunk/share/skins/default/b3_up.bmp A /trunk/share/skins/default/b4_disabled.bmp A /trunk/share/skins/default/b4_down.bmp A /trunk/share/skins/default/b4_up.bmp A /trunk/share/skins/default/b5_disabled.bmp A /trunk/share/skins/default/b5_down.bmp A /trunk/share/skins/default/b5_up.bmp A /trunk/share/skins/default/b6_down.bmp A /trunk/share/skins/default/b6_up.bmp A /trunk/share/skins/default/b7_down.bmp A /trunk/share/skins/default/b7_up.bmp A /trunk/share/skins/default/body.bmp A /trunk/share/skins/default/cursor_down.bmp A /trunk/share/skins/default/cursor_up.bmp A /trunk/share/skins/default/dev_down.bmp A /trunk/share/skins/default/dev_up.bmp A /trunk/share/skins/default/log_down.bmp A /trunk/share/skins/default/log_up.bmp A /trunk/share/skins/default/playlist.bmp A /trunk/share/skins/default/quit_down.bmp A /trunk/share/skins/default/quit_up.bmp A /trunk/share/skins/default/slider.bmp A /trunk/share/skins/default/theme.xml - doc/skins: some documentation about the skins - doc/skins/curve_maker: files for a VB project for easy Bezier curves creation - share/skins/default: a default skin. It's an awful one made for testing purposes, you'll be warned... ------------------------------------------------------------------------ r3876 | hartman | 2003-03-18 05:07:23 +0100 (Tue, 18 Mar 2003) | 9 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * modules/gui/macosx/vout.m: Reworked the mouse hiding routine. we were always hiding the mousecursor on kCGDirectMainDisplay, but this display is always the one with the menubar and not always the one containing our VLCVout. This new code takes the vout, and calculates on which displays (plural because of possible mirroring) it is being shown. It then shows or hides the cursor on all of those displays. This should fix #396. ------------------------------------------------------------------------ r3877 | ipkiss | 2003-03-18 05:08:45 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/controls.h M /trunk/modules/gui/skins/controls/rectangle.cpp M /trunk/modules/gui/skins/controls/rectangle.h M /trunk/modules/gui/skins/parser/wrappers.cpp Compilation fixes and cosmetic changes ------------------------------------------------------------------------ r3878 | ipkiss | 2003-03-18 05:56:58 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/themeloader.h M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp Compilation fixes ------------------------------------------------------------------------ r3879 | ipkiss | 2003-03-18 19:25:57 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Fix for skins compilation under cygwin (thanks gibalou) ------------------------------------------------------------------------ r3880 | ipkiss | 2003-03-18 19:33:56 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/share/skins/default/theme.xml Fixed the path in the default skin (thanks gibalou) ------------------------------------------------------------------------ r3881 | marcari | 2003-03-18 20:37:23 +0100 (Tue, 18 Mar 2003) | 2 lines Changed paths: M /trunk/doc/arm-crosscompile-howto.sgml * first draft of the draft ------------------------------------------------------------------------ r3882 | gbazin | 2003-03-18 21:20:01 +0100 (Tue, 18 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages. Also use -fno-rtti -fno-exceptions to save some bits of space. ------------------------------------------------------------------------ r3883 | gbazin | 2003-03-18 21:38:35 +0100 (Tue, 18 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: fixed linking problem with the slp plugin on win32. ------------------------------------------------------------------------ r3884 | gbazin | 2003-03-18 22:34:13 +0100 (Tue, 18 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/m4/codeset.m4 M /trunk/m4/gettext.m4 M /trunk/m4/glibc21.m4 M /trunk/m4/iconv.m4 M /trunk/m4/isc-posix.m4 M /trunk/m4/lcmessage.m4 M /trunk/m4/progtest.m4 M /trunk/po/Makefile.in.in * configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default. This is necessary for the win32 build because old gettext versions do not work on win32. ------------------------------------------------------------------------ r3885 | hartman | 2003-03-18 23:14:42 +0100 (Tue, 18 Mar 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * modules/gui/macosx/vout.m: Now a complete redesign of the hiding of the mousecursor. - We use higher level functions now (NSCursor). - We only hide if the cursor is over our VLCView - In many exceptions we unhide. This is mainly for multimonitor support. ------------------------------------------------------------------------ r3886 | gbazin | 2003-03-19 00:30:28 +0100 (Wed, 19 Mar 2003) | 5 lines Changed paths: M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/invert.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c * modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert. Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter. * modules/video_filter/*: don't forget to detach the vout before destroying it. ------------------------------------------------------------------------ r3887 | jlj | 2003-03-19 00:51:29 +0100 (Wed, 19 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * ./modules/gui/macosx/vout.m: cosmetic. ------------------------------------------------------------------------ r3888 | massiot | 2003-03-19 00:59:07 +0100 (Wed, 19 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/satellite/access.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c * Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders do not follow the standard. ------------------------------------------------------------------------ r3889 | videolan | 2003-03-19 03:09:56 +0100 (Wed, 19 Mar 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/button.h M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.dtd M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/parser/wrappers.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * Adding onmouseover and onmouseout events to button control * Fixing window position at launch time * Adding notification when mouse leaves a window ------------------------------------------------------------------------ r3890 | karibu | 2003-03-19 04:11:14 +0100 (Wed, 19 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/themeloader.cpp * Fixed skin config save ------------------------------------------------------------------------ r3891 | hartman | 2003-03-19 14:55:43 +0100 (Wed, 19 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * fix for multiple monitors. ------------------------------------------------------------------------ r3892 | hartman | 2003-03-19 16:44:44 +0100 (Wed, 19 Mar 2003) | 9 lines Changed paths: M /trunk/INSTALL M /trunk/NEWS M /trunk/README.MacOSX.rtf M /trunk/THANKS * INSTALL: added reference to online info on compiling on MacOSX and BeOS * NEWS: bringing the file to 0.5.3. i have added my work (and some things that I remembered). i trust everyone will enter his own stuff ;) * README.MacOSX.rtf: fixed some errors * THANKS: added Olivier Aubert for his vout-clone-list patch ------------------------------------------------------------------------ r3893 | karibu | 2003-03-19 18:14:50 +0100 (Wed, 19 Mar 2003) | 6 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/checkbox.h M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.dtd M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/parser/wrappers.h M /trunk/modules/gui/skins/win32/win32_event.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp * button.cpp : Fixing bug when disabling control * Checkbox.cpp : adding onmouseover and onmouseout events * Updating DTD * win32_event.cpp : fixing bug for WINDOW_OPEN event ------------------------------------------------------------------------ r3894 | fenrir | 2003-03-19 18:40:43 +0100 (Wed, 19 Mar 2003) | 3 lines Changed paths: M /trunk/modules/misc/gtk_main.c * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2. Whitout it I can't even start gtk2 interface. ------------------------------------------------------------------------ r3895 | karibu | 2003-03-19 19:14:48 +0100 (Wed, 19 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp * Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization ------------------------------------------------------------------------ r3896 | karibu | 2003-03-19 19:17:36 +0100 (Wed, 19 Mar 2003) | 3 lines Changed paths: M /trunk/doc/skins/events-howto.txt M /trunk/doc/skins/skins-howto.txt * Updating doc. ------------------------------------------------------------------------ r3897 | massiot | 2003-03-20 00:54:57 +0100 (Thu, 20 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break all platforms but GNU/Linux * Bumped up revision number to 0.5.3-test1 ------------------------------------------------------------------------ r3898 | karibu | 2003-03-20 10:29:07 +0100 (Thu, 20 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/src/dialog.cpp M /trunk/modules/gui/skins/src/dialog.h M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_dialog.cpp M /trunk/modules/gui/skins/win32/win32_dialog.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * Fixing a refresh bug when opening an open file dialog box ------------------------------------------------------------------------ r3899 | sam | 2003-03-20 11:06:16 +0100 (Thu, 20 Mar 2003) | 2 lines Changed paths: M /trunk/toolbox * ./toolbox: fixed a Makefile parsing bug. ------------------------------------------------------------------------ r3900 | sam | 2003-03-20 11:27:35 +0100 (Thu, 20 Mar 2003) | 4 lines Changed paths: M /trunk/bootstrap M /trunk/configure.ac.in * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES ourselves. * ./bootstrap: "make dist" works again, even if gettext is not present. ------------------------------------------------------------------------ r3901 | gbazin | 2003-03-20 22:45:01 +0100 (Thu, 20 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug. ------------------------------------------------------------------------ r3902 | karibu | 2003-03-21 01:00:19 +0100 (Fri, 21 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/theme.cpp * Fixing Parkinson disease bug (it's not funny, it's real life) ------------------------------------------------------------------------ r3903 | karibu | 2003-03-21 01:17:00 +0100 (Fri, 21 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/src/theme.cpp * slider.cpp: fixed mouse down refresh bug * theme.cpp: removed debug text ------------------------------------------------------------------------ r3904 | gbazin | 2003-03-21 03:05:20 +0100 (Fri, 21 Mar 2003) | 5 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: fix for some ogg web radio streams where there is a huge gap between the granulepos in the header packets and the data packets. ------------------------------------------------------------------------ r3905 | massiot | 2003-03-21 08:54:24 +0100 (Fri, 21 Mar 2003) | 2 lines Changed paths: M /trunk/Makefile.am Fixed the "locales have disappeared" problem under OS X. ------------------------------------------------------------------------ r3906 | gbazin | 2003-03-21 18:14:56 +0100 (Fri, 21 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/src/interface/intf_eject.c * configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command. ------------------------------------------------------------------------ r3907 | sigmunau | 2003-03-22 00:59:20 +0100 (Sat, 22 Mar 2003) | 2 lines Changed paths: M /trunk/po/no.po Updated norwegian translation thanks to Haakon Meland Eriksen ------------------------------------------------------------------------ r3908 | gbazin | 2003-03-22 04:14:34 +0100 (Sat, 22 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/open.cpp A /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: Added a stream output dialog box. ------------------------------------------------------------------------ r3909 | gbazin | 2003-03-22 12:21:58 +0100 (Sat, 22 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements. ------------------------------------------------------------------------ r3910 | gbazin | 2003-03-22 15:35:03 +0100 (Sat, 22 Mar 2003) | 3 lines Changed paths: M /trunk/modules/demux/m3u.c * modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension. ------------------------------------------------------------------------ r3911 | fenrir | 2003-03-22 15:39:38 +0100 (Sat, 22 Mar 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * sap: clean up. ------------------------------------------------------------------------ r3912 | sigmunau | 2003-03-23 00:03:02 +0100 (Sun, 23 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/http.c Updated a comment ------------------------------------------------------------------------ r3913 | gbazin | 2003-03-23 13:12:32 +0100 (Sun, 23 Mar 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/audio.c * modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header. ------------------------------------------------------------------------ r3914 | yves | 2003-03-23 16:10:11 +0100 (Sun, 23 Mar 2003) | 2 lines Changed paths: M /trunk/vlc.spec better OS detection (RH). ------------------------------------------------------------------------ r3915 | sigmunau | 2003-03-23 17:38:40 +0100 (Sun, 23 Mar 2003) | 9 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac.in A /trunk/include/osd.h M /trunk/modules/control/lirc/lirc.c A /trunk/modules/video_filter/osd_text.c modules/video_filter/osd_text.c: A video filter that uses freetpye2 to render text on the video include/osd.h: some constants useful when interfacing with the osd module configure.ac.in: check for freetype2, enabled the osdtext module by default Makefile.am: added osd.h, please check that this is correct lirc.c: modified to provide feedback when buttons are pressed. Look at the Feedback() function in lirc.c to see how this module can be used ------------------------------------------------------------------------ r3916 | massiot | 2003-03-23 19:10:06 +0100 (Sun, 23 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Fixed configure script (alcohol isn't the solution). ------------------------------------------------------------------------ r3917 | gbazin | 2003-03-23 21:41:32 +0100 (Sun, 23 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: fixed linking problem with the win32 build. ------------------------------------------------------------------------ r3918 | hartman | 2003-03-24 01:12:51 +0100 (Mon, 24 Mar 2003) | 8 lines Changed paths: A /trunk/modules/access/directory.c * a new directory access module. It parses a directory with dirent and builds a m3u 'file' which it feeds to the m3u demuxer. Problems: - it requires a dir to end with / - if i enabled it, all files would use the m3u demuxer for some strange reason. i've spent a day hunting this down, reboot- strapping and doing who knows what. I'm sick of it now. Someone else can give it a try, if he wants to. ------------------------------------------------------------------------ r3919 | gbazin | 2003-03-24 02:39:58 +0100 (Mon, 24 Mar 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/access/Modules.am M /trunk/modules/access/directory.c * modules/access/directory.c: fixed the directory access plugin. * configure.ac.in, modules/access/Modules.am: enabled the directory access plugin. ------------------------------------------------------------------------ r3920 | hartman | 2003-03-24 14:50:55 +0100 (Mon, 24 Mar 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/video.c * Added fourcc 'MSS1' which is equivalent to 'WMV2' ------------------------------------------------------------------------ r3921 | sam | 2003-03-24 14:52:13 +0100 (Mon, 24 Mar 2003) | 4 lines Changed paths: M /trunk/THANKS M /trunk/m4/.cvsignore M /trunk/m4/Makefile.am M /trunk/po/it.po * ./THANKS: added a translation contributor. * ./po/it.po: fixed this file's format. * ./m4: fixed "make dist" when gettext is too old. ------------------------------------------------------------------------ r3922 | hartman | 2003-03-24 15:18:28 +0100 (Mon, 24 Mar 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdread/input.c * modules/access/dvd*: changed some errors in warnings because the directory might still be readable by the directory access module. * added drag and drop support for directories. ------------------------------------------------------------------------ r3923 | hartman | 2003-03-24 16:20:26 +0100 (Mon, 24 Mar 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/open.m * more interface support for directories. ------------------------------------------------------------------------ r3924 | gbazin | 2003-03-24 18:15:30 +0100 (Mon, 24 Mar 2003) | 10 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/modules/access/directory.c M /trunk/modules/access/dvd/access.c M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/file.c M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/satellite/access.c M /trunk/modules/access/slp.c M /trunk/modules/access/udp.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/access/vcd/vcd.c M /trunk/modules/misc/network/ipv4.c M /trunk/src/input/input.c M /trunk/src/input/input_ext-plugins.c M /trunk/src/interface/intf_eject.c * modules/access/*: pf_read() in access modules is now blocking. We still check regularly for p_input->b_die though. Now the demuxers can safely assume that pf_read() == 0 means EOF. * ALL: got rid of the p_input->b_connected flag. * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop of "decoder stuck" messages that sometimes happened. * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation warnings. ------------------------------------------------------------------------ r3925 | gbazin | 2003-03-24 20:12:16 +0100 (Mon, 24 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/udp.c * modules/access/*: don't forget to reinitialize the timeout when looping around select(). ------------------------------------------------------------------------ r3926 | hartman | 2003-03-24 20:58:42 +0100 (Mon, 24 Mar 2003) | 3 lines Changed paths: M /trunk/Makefile.am A /trunk/extras/MacOSX/macosx-dmg D /trunk/macosx-dmg * moved macosx-dmg to extras/MacOSX/macosx-dmg * added some macosx files to DIST that were probably missing in the tar ;) ------------------------------------------------------------------------ r3927 | gbazin | 2003-03-24 21:00:51 +0100 (Mon, 24 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/udp.c * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop. ------------------------------------------------------------------------ r3928 | titer | 2003-03-24 22:58:55 +0100 (Mon, 24 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in configure.ac.in: fixed a BeOS compile issue ------------------------------------------------------------------------ r3929 | gbazin | 2003-03-25 00:04:07 +0100 (Tue, 25 Mar 2003) | 4 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over http :) ------------------------------------------------------------------------ r3930 | gbazin | 2003-03-25 00:50:46 +0100 (Tue, 25 Mar 2003) | 5 lines Changed paths: M /trunk/include/video_output.h M /trunk/src/video_output/video_output.c * src/video_output/video_output.c, include/video_output.h: take into account the caching delay when dropping frames that are too far into the future. ------------------------------------------------------------------------ r3931 | gbazin | 2003-03-25 01:43:26 +0100 (Tue, 25 Mar 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout). ------------------------------------------------------------------------ r3932 | gbazin | 2003-03-25 16:38:14 +0100 (Tue, 25 Mar 2003) | 9 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: module_Need() now only raises the scores of the plugins matching the given shortcuts list, unless "none" is closing the list (in which case only the plugins matching the list can be selected). Which means that users will stop complaining vlc doesn't launch anymore or can't play anything after they have fiddled with their config options :)) ------------------------------------------------------------------------ r3933 | gbazin | 2003-03-25 18:07:45 +0100 (Tue, 25 Mar 2003) | 4 lines Changed paths: M /trunk/src/input/input.c M /trunk/src/video_output/video_output.c * src/input/input.c, src/video_output/video_output.c: when the input thread ends, it will also destroy the vout if one was spawned. ------------------------------------------------------------------------ r3934 | sam | 2003-03-25 23:55:32 +0100 (Tue, 25 Mar 2003) | 7 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/woody-buildpackage * ./debian/control: bumped up standards version to 0.5.9.0. * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to work around mozilla-dev's currently broken dependencies. * ./debian/control: we now link against libdvdread3 instead of libdvdread2. * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid linking against both libdvdread2 and libdvdread3. ------------------------------------------------------------------------ r3935 | gbazin | 2003-03-26 00:06:49 +0100 (Wed, 26 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs. ------------------------------------------------------------------------ r3936 | sam | 2003-03-26 00:11:35 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/m4/Makefile.am A /trunk/m4/intdiv0.m4 A /trunk/m4/inttypes-pri.m4 A /trunk/m4/inttypes.m4 A /trunk/m4/inttypes_h.m4 A /trunk/m4/lib-ld.m4 A /trunk/m4/lib-link.m4 A /trunk/m4/lib-prefix.m4 A /trunk/m4/stdint_h.m4 A /trunk/m4/uintmax_t.m4 A /trunk/m4/ulonglong.m4 * ./m4/*: updated m4 macros. ------------------------------------------------------------------------ r3937 | sam | 2003-03-26 00:13:58 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/bootstrap * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4. ------------------------------------------------------------------------ r3938 | sam | 2003-03-26 00:32:00 +0100 (Wed, 26 Mar 2003) | 3 lines Changed paths: M /trunk/Makefile.am * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/. * ./Makefile.am: we distribute ./toolbox. ------------------------------------------------------------------------ r3939 | sam | 2003-03-26 00:43:04 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/Modules.am * ./modules/gui/skins/Modules.am: fixed a typo. ------------------------------------------------------------------------ r3940 | sam | 2003-03-26 00:51:57 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/Modules.am * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist. ------------------------------------------------------------------------ r3941 | sam | 2003-03-26 01:21:55 +0100 (Wed, 26 Mar 2003) | 3 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology M /trunk/extras/MacOSX/Resources/vlc.scriptSuite M /trunk/modules/gui/macosx/playlist.h * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*: added a final newline to a few text files to avoid diff complaints. ------------------------------------------------------------------------ r3942 | gbazin | 2003-03-26 01:56:22 +0100 (Wed, 26 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/playlist.cpp A /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/libvlc.c M /trunk/src/libvlc.h * src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface. * modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel. ------------------------------------------------------------------------ r3943 | sam | 2003-03-26 02:14:14 +0100 (Wed, 26 Mar 2003) | 3 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control * ./debian/control: added explicit dependencies on vlc to legacy packages to make linda and lintian happier. ------------------------------------------------------------------------ r3944 | sam | 2003-03-26 02:50:01 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control * ./debian/control: added correct versioned build-dependency on debhelper. ------------------------------------------------------------------------ r3945 | hartman | 2003-03-26 04:13:30 +0100 (Wed, 26 Mar 2003) | 9 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m * extras/MacOSX/Resources/English.lproj/MainMenu.nib/* * modules/gui/macosx/open.? - updated the open dialog (now with sheets !!!) - added ogg file stream out - added http file stream out - added file subtitle support for the delay and fps options * extras/MacOSX/vlc.pbproj/project.pbxproj - added the .ts file-extension to the application ------------------------------------------------------------------------ r3946 | marcari | 2003-03-26 22:46:40 +0100 (Wed, 26 Mar 2003) | 2 lines Changed paths: M /trunk/doc/arm-crosscompile-howto.sgml * cross-compilation doc : work in progress ------------------------------------------------------------------------ r3947 | gbazin | 2003-03-26 23:56:39 +0100 (Wed, 26 Mar 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: added code to handle 3:2 pulldown. ------------------------------------------------------------------------ r3948 | sigmunau | 2003-03-28 12:34:52 +0100 (Fri, 28 Mar 2003) | 3 lines Changed paths: M /trunk/modules/misc/dummy/vout.c added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't segfault. ------------------------------------------------------------------------ r3949 | gbazin | 2003-03-28 18:02:25 +0100 (Fri, 28 Mar 2003) | 8 lines Changed paths: M /trunk/include/video.h M /trunk/modules/audio_output/waveout.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/vout.h M /trunk/src/video_output/video_output.c M /trunk/src/video_output/vout_pictures.c * modules/audio_output/waveout.c: compilation fix for --disable-plugins build. * src/video_output/*, include/video.h: added a pf_lock/unlock fonction pointer that's used to lock the memory of a picture in vout_RenderPicture when required by the video output plugin. * modules/video_output/directx/*: implemented pf_lock/unlock. That will fix the crash when pressing ctrl+alt+del. ------------------------------------------------------------------------ r3950 | alexis | 2003-03-28 23:09:34 +0100 (Fri, 28 Mar 2003) | 2 lines Changed paths: A /trunk/vlc.spec.redhat New RedHat package file, written by Jason Luka . ------------------------------------------------------------------------ r3951 | gbazin | 2003-03-29 02:50:12 +0100 (Sat, 29 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: added demuxdump support to the open dialog. ------------------------------------------------------------------------ r3952 | jpsaman | 2003-03-29 11:35:48 +0100 (Sat, 29 Mar 2003) | 3 lines Changed paths: M /trunk/configure.ac.in If --disable-xosd is given then xosdtext is not build. If --enable-xose is given then xosdtext is build also. ------------------------------------------------------------------------ r3953 | gbazin | 2003-03-29 12:15:14 +0100 (Sat, 29 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/*: small fixes to the open and streamout dialogs. ------------------------------------------------------------------------ r3954 | gbazin | 2003-03-29 13:22:15 +0100 (Sat, 29 Mar 2003) | 6 lines Changed paths: M /trunk/modules/audio_filter/channel_mixer/headphone.c M /trunk/modules/demux/demuxdump.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h * modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h: moved the headphone-dim config option to the headphone plugin. * modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value. * src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given. ------------------------------------------------------------------------ r3955 | sigmunau | 2003-03-29 14:15:33 +0100 (Sat, 29 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/dvdread/dvdread.c removed an unused configuration category ------------------------------------------------------------------------ r3956 | sigmunau | 2003-03-29 15:30:55 +0100 (Sat, 29 Mar 2003) | 5 lines Changed paths: M /trunk/modules/gui/kde/pluginsbox.cpp M /trunk/modules/gui/kde/pluginsbox.h M /trunk/modules/gui/kde/preferences.cpp preferences.cpp: Changed the preferences dialog to use a tree of categories and plugins, the way wxwindows do it. pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE widgets, as it isn't needed anymore ------------------------------------------------------------------------ r3957 | gbazin | 2003-03-29 18:10:31 +0100 (Sat, 29 Mar 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/open.cpp: fixed an event problem on win32. * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on win32 when the wxwindows interface is compiled as a builtin. ------------------------------------------------------------------------ r3958 | massiot | 2003-03-30 03:13:37 +0200 (Sun, 30 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_filter/resampler/Modules.am A /trunk/modules/audio_filter/resampler/coreaudio.c M /trunk/src/input/input.c * Resampler plug-in based on CoreAudio's AudioConverter. ------------------------------------------------------------------------ r3959 | gbazin | 2003-03-30 04:58:36 +0200 (Sun, 30 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;) ------------------------------------------------------------------------ r3960 | gbazin | 2003-03-30 13:43:38 +0200 (Sun, 30 Mar 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/configuration.h M /trunk/modules/demux/m3u.c M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all. * modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files. * include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type. * modules/gui/wxwindows/*: the preferences dialog should be fully useable now. ------------------------------------------------------------------------ r3961 | sigmunau | 2003-03-30 13:54:29 +0200 (Sun, 30 Mar 2003) | 4 lines Changed paths: M /trunk/modules/access/dvdplay/dvd.c M /trunk/modules/misc/logger/logger.c modules/access/dvdplay/dvd.c: removed an unused configuration category modules&misc/logger/logger.c: use add_string_from_list for the logmode option ------------------------------------------------------------------------ r3962 | sigmunau | 2003-03-30 13:59:00 +0200 (Sun, 30 Mar 2003) | 5 lines Changed paths: M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/kde/preferences.cpp modules/gui/kde/interface.cpp: removed a debug message modules/gui/kde/preferences.cpp: use sliders for integer and float options with a range, use combobox for string_from_list options, fixed a layout issue and removed some debug messages ------------------------------------------------------------------------ r3963 | sigmunau | 2003-03-30 14:15:50 +0200 (Sun, 30 Mar 2003) | 2 lines Changed paths: M /trunk/modules/gui/kde/interface.cpp enabled the menu-entry to show file info when there is an input ------------------------------------------------------------------------ r3964 | gbazin | 2003-03-30 15:23:28 +0200 (Sun, 30 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/src/misc/configuration.c * modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box. * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY. ------------------------------------------------------------------------ r3965 | sigmunau | 2003-03-30 16:09:59 +0200 (Sun, 30 Mar 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/file.c use add_file and not add_string for the "audiofile-path" option ------------------------------------------------------------------------ r3966 | gbazin | 2003-03-30 16:24:20 +0200 (Sun, 30 Mar 2003) | 5 lines Changed paths: M /trunk/include/configuration.h M /trunk/modules/audio_output/file.c M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/misc/logger/logger.c M /trunk/modules/video_output/fb.c M /trunk/src/libvlc.h * include/configuration.h: added the add_directory() config macro. * modules/gui/wxwindows/preferences.cpp: support for add_string_from_list(). * ALL: changed some add_string() config options to add_file(). ------------------------------------------------------------------------ r3967 | gbazin | 2003-03-30 17:05:32 +0200 (Sun, 30 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing. ------------------------------------------------------------------------ r3968 | gbazin | 2003-03-30 18:26:42 +0200 (Sun, 30 Mar 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/src/libvlc.h * modules/gui/wxwindows/*: small formating changes. * modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions. ------------------------------------------------------------------------ r3969 | gbazin | 2003-03-30 20:14:39 +0200 (Sun, 30 Mar 2003) | 3 lines Changed paths: M /trunk/modules/access/directory.c M /trunk/modules/access/dvd/dvd.c M /trunk/modules/access/dvdplay/dvd.c M /trunk/modules/access/dvdread/dvdread.c M /trunk/modules/access/file.c M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/satellite/satellite.c M /trunk/modules/access/slp.c M /trunk/modules/access/udp.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/access/vcd/vcd.c M /trunk/modules/audio_filter/converter/a52tofloat32.c M /trunk/modules/audio_filter/converter/mpgatofixed32.c M /trunk/modules/audio_mixer/float32.c M /trunk/modules/audio_mixer/spdif.c M /trunk/modules/audio_mixer/trivial.c M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/arts.c M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/esd.c M /trunk/modules/audio_output/file.c M /trunk/modules/audio_output/oss.c M /trunk/modules/audio_output/sdl.c M /trunk/modules/audio_output/waveout.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c M /trunk/modules/codec/flacdec.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/mpeg_video/idct/idct.c M /trunk/modules/codec/mpeg_video/idct/idctaltivec.c M /trunk/modules/codec/mpeg_video/idct/idctclassic.c M /trunk/modules/codec/mpeg_video/idct/idctmmx.c M /trunk/modules/codec/mpeg_video/idct/idctmmxext.c M /trunk/modules/codec/mpeg_video/motion/motion.c M /trunk/modules/codec/mpeg_video/motion/motion3dnow.c M /trunk/modules/codec/mpeg_video/motion/motionaltivec.c M /trunk/modules/codec/mpeg_video/motion/motionmmx.c M /trunk/modules/codec/mpeg_video/motion/motionmmxext.c M /trunk/modules/codec/mpeg_video/parser.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/theora.c M /trunk/modules/codec/vorbis.c M /trunk/modules/control/gestures.c M /trunk/modules/control/lirc/lirc.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/aac/demux.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/mpeg/audio.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/gtk2/gnome2.c M /trunk/modules/gui/gtk2/gtk2.c M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/ncurses/ncurses.c M /trunk/modules/gui/qnx/qnx.c M /trunk/modules/gui/qt/qt.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/win32/win32.cpp M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/gtk_main.c M /trunk/modules/misc/logger/logger.c M /trunk/modules/misc/memcpy/memcpy.c M /trunk/modules/misc/memcpy/memcpyaltivec.c M /trunk/modules/misc/qte_main.cpp M /trunk/modules/misc/sap.c M /trunk/modules/misc/screensaver.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/invert.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c M /trunk/modules/video_output/aa.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/encoder.c M /trunk/modules/video_output/fb.c M /trunk/modules/video_output/glide.c M /trunk/modules/video_output/mga/mga.c M /trunk/modules/video_output/mga/xmga.c M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/sdl.c M /trunk/modules/video_output/svgalib.c M /trunk/modules/video_output/wingdi.c M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xvideo.c M /trunk/modules/visualization/xosd/xosd.c * modules/*: sanitization of the modules description strings. ------------------------------------------------------------------------ r3970 | gbazin | 2003-03-30 21:56:11 +0200 (Sun, 30 Mar 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp * modules/gui/wxwindows/*: another bunch of improvements. ------------------------------------------------------------------------ r3971 | jlj | 2003-03-31 01:35:06 +0200 (Mon, 31 Mar 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_output/Modules.am A /trunk/modules/audio_output/coreaudio.c M /trunk/modules/gui/macosx/Modules.am D /trunk/modules/gui/macosx/aout.m M /trunk/modules/gui/macosx/macosx.m * ALL: Move CoreAudio aout into seperate module. ------------------------------------------------------------------------ r3972 | fenrir | 2003-03-31 05:46:11 +0200 (Mon, 31 Mar 2003) | 14 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/Modules.am A /trunk/modules/codec/rawvideo.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/a52.c M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegaudio.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/src/stream_output/stream_output.c * v4l: updated, now it should grab (and compress if you want) the video. Audio grabbing part is commented out and untested. The syntax is like that: v4l:[:option=value:...] options: channel,norm (pal, ntsc,secam), frequency (not really there is a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga), codec (optional, mpeg1 or mpeg4 and need to have compiled the encoders modules) ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga Please test. * rawvideo.c: a pseudo decoder for raw video (I420). * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video synchro problems. ------------------------------------------------------------------------ r3973 | fenrir | 2003-03-31 06:26:17 +0200 (Mon, 31 Mar 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: forgot a munmap. ------------------------------------------------------------------------ r3974 | gbazin | 2003-04-01 00:39:23 +0200 (Tue, 01 Apr 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * po/*: updated the po directory. ------------------------------------------------------------------------ r3975 | massiot | 2003-04-01 00:39:28 +0200 (Tue, 01 Apr 2003) | 3 lines Changed paths: M /trunk/modules/audio_filter/resampler/coreaudio.c M /trunk/modules/codec/a52.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/gui/familiar/interface.c * modules/codec/*: Fixed a PTS bug at the initialization of some codecs * modules/audio_filter/resampler/coreaudio.c: Set score to 0 ------------------------------------------------------------------------ r3976 | sigmunau | 2003-04-01 01:32:44 +0200 (Tue, 01 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/asf/asf.c Changed a duplicate string, and removed an info string that isn't really useful ------------------------------------------------------------------------ r3977 | sigmunau | 2003-04-01 01:37:36 +0200 (Tue, 01 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/ogg.c made a format-only string untranslateable ------------------------------------------------------------------------ r3978 | gbazin | 2003-04-01 02:18:29 +0200 (Tue, 01 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/popup.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/*: few modifications to the strings. ------------------------------------------------------------------------ r3979 | massiot | 2003-04-01 12:46:35 +0200 (Tue, 01 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.c * TS demux patches, courtesy of Andy Lindsay . ------------------------------------------------------------------------ r3980 | massiot | 2003-04-01 13:12:15 +0200 (Tue, 01 Apr 2003) | 2 lines Changed paths: M /trunk/THANKS Added Andy Lindsay. ------------------------------------------------------------------------ r3981 | gbazin | 2003-04-01 14:24:54 +0200 (Tue, 01 Apr 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp * modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free statically allocated strings. ------------------------------------------------------------------------ r3982 | gbazin | 2003-04-01 18:11:43 +0200 (Tue, 01 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: misc small improvements and fixes. ------------------------------------------------------------------------ r3983 | sam | 2003-04-01 18:13:39 +0200 (Tue, 01 Apr 2003) | 5 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/woody-buildpackage * ./debian/control: changed the section of gnome-vlc and kvlc according to new Debian archive sections. * ./debian/woody-buildpackage: updated woody-buildpackage so that packages say "stable". ------------------------------------------------------------------------ r3984 | massiot | 2003-04-02 00:29:42 +0200 (Wed, 02 Apr 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/access_output/udp.c M /trunk/modules/gui/macosx/open.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Bumped up revision number to 0.5.3-test2 * modules/access_output/udp.c: Now supports IPv6 IP addresses (patch courtesy of Alexis Guillard) * po/*: Updated po files to send out to the translators * Mac OS X port: Cosmetics ------------------------------------------------------------------------ r3985 | massiot | 2003-04-02 17:20:12 +0200 (Wed, 02 Apr 2003) | 2 lines Changed paths: M /trunk/modules/access/file.c * Fixed a bug with the stream: input plug-in when receiving no data. ------------------------------------------------------------------------ r3986 | sigmunau | 2003-04-02 23:21:57 +0200 (Wed, 02 Apr 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c Fixed a bug when trying to set 4 channel output ------------------------------------------------------------------------ r3987 | massiot | 2003-04-03 01:16:30 +0200 (Thu, 03 Apr 2003) | 3 lines Changed paths: M /trunk/modules/access/file.c * Added a new kfir: access module, designed to work around a bug in the kfir driver. ------------------------------------------------------------------------ r3988 | massiot | 2003-04-04 21:32:22 +0200 (Fri, 04 Apr 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt . ------------------------------------------------------------------------ r3989 | gbazin | 2003-04-05 14:32:19 +0200 (Sat, 05 Apr 2003) | 4 lines Changed paths: M /trunk/install-win32 M /trunk/modules/access/dvdplay/access.c * modules/access/dvdplay/access.c: fixed a bug in dvdNewArea() when i_angle == 0. * install-win32: misc improvements to the nsis installer script. ------------------------------------------------------------------------ r3990 | gbazin | 2003-04-05 14:43:39 +0200 (Sat, 05 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: hack to keep libmpeg2 from stealing pictures from the vout when the decoder is closed. ------------------------------------------------------------------------ r3991 | massiot | 2003-04-06 03:00:07 +0200 (Sun, 06 Apr 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/doc/release-howto.txt M /trunk/modules/gui/wxwindows/open.cpp M /trunk/po/de.po M /trunk/po/it.po M /trunk/src/misc/configuration.c * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too * modules/gui/wxwindows/open.cpp: fixed a string * src/misc/configuration.c: don't yell when a config variable disappears * po/de.po po/it.po: new translations by maintainers ------------------------------------------------------------------------ r3992 | sigmunau | 2003-04-06 12:34:38 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: M /trunk/po/no.po Some simple updates ------------------------------------------------------------------------ r3993 | sigmunau | 2003-04-06 15:18:26 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp expand info categories by default ------------------------------------------------------------------------ r3994 | massiot | 2003-04-06 16:12:46 +0200 (Sun, 06 Apr 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/libvlc.h Disabled the translation configuration variable on OS X since it doesn't work. ------------------------------------------------------------------------ r3995 | massiot | 2003-04-06 17:43:02 +0200 (Sun, 06 Apr 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/NEWS M /trunk/THANKS A /trunk/extras/MacOSX/Resources/README M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/de.po M /trunk/po/fr.po * Updated French and German translations courtesy of their maintainers * THANKS: added Jean-Pierre Kuypers, French translator * NEWS: updated for 0.5.3 release. Please check. ------------------------------------------------------------------------ r3996 | gbazin | 2003-04-06 18:30:43 +0200 (Sun, 06 Apr 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/messages.cpp: added a verbose checkbox which enables the warning and debug messages (disabled by default). * NEWS: updated the NEWS file. ------------------------------------------------------------------------ r3997 | gbazin | 2003-04-06 19:14:43 +0200 (Sun, 06 Apr 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/install-win32 * Makefile.am, install-win32: added the default skin to the win32 package. ------------------------------------------------------------------------ r3998 | titer | 2003-04-06 19:16:07 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Fixed a linkage problem with BeOS/BONE. ------------------------------------------------------------------------ r3999 | gbazin | 2003-04-06 19:48:06 +0200 (Sun, 06 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * modules/demux/mp4/mp4.c: fixed an off by one error in array access. ------------------------------------------------------------------------ r4000 | ipkiss | 2003-04-06 19:57:11 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp - modules/gui/skins/skin_main.cpp: Try to open the default XML file first ------------------------------------------------------------------------ r4001 | sigmunau | 2003-04-06 22:08:11 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/m3u.c Support files that are called .asx and .pls but really are just .m3u files ------------------------------------------------------------------------ r4002 | karibu | 2003-04-06 22:27:57 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: A /trunk/share/skins/default/add1.bmp A /trunk/share/skins/default/add2.bmp A /trunk/share/skins/default/add3.bmp D /trunk/share/skins/default/b1.bmp D /trunk/share/skins/default/b1_down.bmp D /trunk/share/skins/default/b1_up.bmp D /trunk/share/skins/default/b2_down.bmp D /trunk/share/skins/default/b2_up.bmp D /trunk/share/skins/default/b3_disabled.bmp D /trunk/share/skins/default/b3_down.bmp D /trunk/share/skins/default/b3_up.bmp D /trunk/share/skins/default/b4_disabled.bmp D /trunk/share/skins/default/b4_down.bmp D /trunk/share/skins/default/b4_up.bmp D /trunk/share/skins/default/b5_disabled.bmp D /trunk/share/skins/default/b5_down.bmp D /trunk/share/skins/default/b5_up.bmp D /trunk/share/skins/default/b6_down.bmp D /trunk/share/skins/default/b6_up.bmp D /trunk/share/skins/default/b7_down.bmp D /trunk/share/skins/default/b7_up.bmp D /trunk/share/skins/default/body.bmp D /trunk/share/skins/default/cursor_down.bmp D /trunk/share/skins/default/cursor_up.bmp A /trunk/share/skins/default/del1.bmp A /trunk/share/skins/default/del2.bmp A /trunk/share/skins/default/del3.bmp D /trunk/share/skins/default/dev_down.bmp D /trunk/share/skins/default/dev_up.bmp D /trunk/share/skins/default/log_down.bmp D /trunk/share/skins/default/log_up.bmp A /trunk/share/skins/default/next1.bmp A /trunk/share/skins/default/next2.bmp A /trunk/share/skins/default/next3.bmp A /trunk/share/skins/default/next4.bmp A /trunk/share/skins/default/open1.bmp A /trunk/share/skins/default/open2.bmp A /trunk/share/skins/default/open3.bmp A /trunk/share/skins/default/pause1.bmp A /trunk/share/skins/default/pause2.bmp A /trunk/share/skins/default/pause3.bmp A /trunk/share/skins/default/pause4.bmp A /trunk/share/skins/default/play1.bmp A /trunk/share/skins/default/play2.bmp A /trunk/share/skins/default/play3.bmp A /trunk/share/skins/default/play4.bmp D /trunk/share/skins/default/playlist.bmp A /trunk/share/skins/default/playlist1.bmp A /trunk/share/skins/default/playlist2.bmp A /trunk/share/skins/default/playlist3.bmp A /trunk/share/skins/default/playlist_body.bmp A /trunk/share/skins/default/prev1.bmp A /trunk/share/skins/default/prev2.bmp A /trunk/share/skins/default/prev3.bmp A /trunk/share/skins/default/prev4.bmp A /trunk/share/skins/default/quit1.bmp A /trunk/share/skins/default/quit2.bmp A /trunk/share/skins/default/quit3.bmp D /trunk/share/skins/default/quit_down.bmp D /trunk/share/skins/default/quit_up.bmp D /trunk/share/skins/default/slider.bmp A /trunk/share/skins/default/slider1.bmp A /trunk/share/skins/default/slider2.bmp A /trunk/share/skins/default/stop1.bmp A /trunk/share/skins/default/stop2.bmp A /trunk/share/skins/default/stop3.bmp A /trunk/share/skins/default/stop4.bmp D /trunk/share/skins/default/theme.xml * Changed default skin files ------------------------------------------------------------------------ r4003 | karibu | 2003-04-06 22:46:30 +0200 (Sun, 06 Apr 2003) | 2 lines Changed paths: A /trunk/share/skins/default/body.bmp A /trunk/share/skins/default/theme.xml * Added missing files ------------------------------------------------------------------------ r4004 | gbazin | 2003-04-06 23:48:25 +0200 (Sun, 06 Apr 2003) | 3 lines Changed paths: M /trunk/po/fr.po * po/fr.po: another bunch of updates to the french translation. ------------------------------------------------------------------------ r4005 | hartman | 2003-04-07 01:00:24 +0200 (Mon, 07 Apr 2003) | 2 lines Changed paths: M /trunk/NEWS * some small changes/fixes ------------------------------------------------------------------------ r4006 | massiot | 2003-04-07 01:21:14 +0200 (Mon, 07 Apr 2003) | 7 lines Changed paths: M /trunk/ChangeLog M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox * Bumped up revision number to 0.5.3 * po/* : run --update-po before the release * ChangeLog : run --update-changelog * toolbox : ChangeLog is UTC * OS X : fixed a bug with the deinterlace menu and localizations (thanks Felix) ------------------------------------------------------------------------ r4007 | massiot | 2003-04-07 01:44:53 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/src/audio_output/input.c M /trunk/src/libvlc.h * Renamed the "headphone" option to "headphone-opt" to avoid error messages "option headphone does not exist". I'm not clever enough to find out why it doesn't work when it's named "headphone". ------------------------------------------------------------------------ r4008 | gbazin | 2003-04-07 11:25:54 +0200 (Mon, 07 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: removed debug message. ------------------------------------------------------------------------ r4009 | gbazin | 2003-04-07 13:48:51 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/src/misc/configuration.c * src/misc/configuration.c: what the f??k, configuration variable names and subtypes were being translated. ------------------------------------------------------------------------ r4010 | hartman | 2003-04-07 14:41:51 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/nl.po * new dutch translation * readded Mac OS X readme file to Mac OS X distribution * fixed some errors in the readme ------------------------------------------------------------------------ r4011 | gbazin | 2003-04-07 15:01:39 +0200 (Mon, 07 Apr 2003) | 5 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: reload the main module in case the user asks for the translation to be disabled. That way, the translation will even be disabled in the preferences panel. ------------------------------------------------------------------------ r4012 | gbazin | 2003-04-07 15:46:06 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: fixed the translation config option to also take into account the value in the config file. ------------------------------------------------------------------------ r4013 | gbazin | 2003-04-07 18:02:08 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c * modules/audio_output/directx.c, modules/audio_output/waveout.c: cosmetic changes. ------------------------------------------------------------------------ r4014 | gbazin | 2003-04-07 19:35:01 +0200 (Mon, 07 Apr 2003) | 4 lines Changed paths: M /trunk/modules/codec/libmpeg2.c M /trunk/po/fr.po * po/fr.po: small update. * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :) ------------------------------------------------------------------------ r4015 | massiot | 2003-04-07 23:51:27 +0200 (Mon, 07 Apr 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/src/libvlc.c * Updated ChangeLog * src/libvlc.c: Darwin doesn't have a "translation" config variable ------------------------------------------------------------------------ r4016 | gbazin | 2003-04-08 04:06:13 +0200 (Tue, 08 Apr 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h * modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h: fixed 2 nasty buffer overflows. This fixes the last crashes I've got with the skins interface. ------------------------------------------------------------------------ r4017 | alexis | 2003-04-08 09:19:57 +0200 (Tue, 08 Apr 2003) | 2 lines Changed paths: M /trunk/vlc.spec.redhat Update spec file for the 0.5.3 release, courtesy of Jason Luka. ------------------------------------------------------------------------ r4018 | sigmunau | 2003-04-08 09:22:10 +0200 (Tue, 08 Apr 2003) | 4 lines Changed paths: M /trunk/modules/video_filter/Modules.am M /trunk/modules/video_filter/osd_text.c modules/video_filter/Modules.am: forgot to add the osdtest module modules/video_filter/osd_text.c: fixed a bug in size/place calculations. Support gamma correction of the text. ------------------------------------------------------------------------ r4019 | massiot | 2003-04-08 10:36:00 +0200 (Tue, 08 Apr 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/darwin_specific.m * Fixed the translation option with Mac OS X. ------------------------------------------------------------------------ r4020 | sam | 2003-04-08 10:59:25 +0200 (Tue, 08 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: if CoreAudio is too old, disable the coreaudio_resampler module for the moment. ------------------------------------------------------------------------ r4021 | sam | 2003-04-08 15:22:10 +0200 (Tue, 08 Apr 2003) | 2 lines Changed paths: M /trunk/debian/changelog * ./debian/changelog: ready for releasable .deb packages. ------------------------------------------------------------------------ r4022 | gbazin | 2003-04-08 23:26:22 +0200 (Tue, 08 Apr 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/waveout.c * modules/audio_output/waveout.c: compilation fix for builtins only build. ------------------------------------------------------------------------ r4023 | massiot | 2003-04-08 23:31:52 +0200 (Tue, 08 Apr 2003) | 2 lines Changed paths: M /trunk/ChangeLog * Updated ChangeLog. ------------------------------------------------------------------------ r4024 | massiot | 2003-04-09 00:38:45 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj Now 0.5.4-cvs. ------------------------------------------------------------------------ r4025 | titer | 2003-04-09 11:40:36 +0200 (Wed, 09 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in - fixed my last fix for BeOS/BONE - fixed v4l detection ------------------------------------------------------------------------ r4026 | titer | 2003-04-09 11:59:59 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c v4l.c: compile fix ------------------------------------------------------------------------ r4027 | sam | 2003-04-09 12:17:30 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules * ./debian/rules: fixed a clock skew issue in debian/rules. ------------------------------------------------------------------------ r4028 | sam | 2003-04-09 12:34:05 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules * ./debian/rules: we now remove spurious woody build files in the clean rule. ------------------------------------------------------------------------ r4029 | sam | 2003-04-09 13:43:03 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/debian/woody-buildpackage * ./debian/woody-buildpackage: additional error checking. ------------------------------------------------------------------------ r4030 | sam | 2003-04-09 14:03:44 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/kde/preferences.cpp * ./modules/gui/kde/preferences.cpp: KDE 2 backport. ------------------------------------------------------------------------ r4031 | sam | 2003-04-09 14:33:14 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules * ./debian/rules: mouahaha, cutting off the branch I was sitting on. ------------------------------------------------------------------------ r4032 | hartman | 2003-04-09 16:12:49 +0200 (Wed, 09 Apr 2003) | 7 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/*: - when adding multiple files, we sort them alphabetically before adding them. stupid finder ;) * modules/demux/asf/asf.c: - avoid a duplicate translation of a string ------------------------------------------------------------------------ r4033 | sam | 2003-04-09 18:05:58 +0200 (Wed, 09 Apr 2003) | 3 lines Changed paths: M /trunk/autotools/.cvsignore M /trunk/toolbox * ./toolbox: implemented toolbox --distclean to clean the tree without having to bootstrap/configure/whatever. ------------------------------------------------------------------------ r4034 | sam | 2003-04-09 18:18:36 +0200 (Wed, 09 Apr 2003) | 4 lines Changed paths: M /trunk/Makefile.am D /trunk/mozilla/classinfo.h D /trunk/mozilla/npunix.c D /trunk/mozilla/npwin.cpp A /trunk/mozilla/support A /trunk/mozilla/support/classinfo.h A /trunk/mozilla/support/npmac.cpp A /trunk/mozilla/support/npunix.c A /trunk/mozilla/support/npwin.cpp M /trunk/mozilla/vlcpeer.h M /trunk/mozilla/vlcshell.cpp * ./mozilla/*: moved support files in a separate directory. * ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp that builds with g++ instead of CodeWarrior. ------------------------------------------------------------------------ r4035 | sam | 2003-04-09 19:27:51 +0200 (Wed, 09 Apr 2003) | 5 lines Changed paths: M /trunk/Makefile.am A /trunk/mozilla/support/.cvsignore A /trunk/mozilla/vlc.r M /trunk/mozilla/vlcshell.cpp * ./Makefile.am: we call pbxbuilder with the explicit target name, because we might have an additional target one day, such as vlcplugin :) * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin. * ./mozilla/vlcshell.cpp: added required OS X functions. ------------------------------------------------------------------------ r4036 | gbazin | 2003-04-09 21:58:25 +0200 (Wed, 09 Apr 2003) | 4 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/misc/messages.c * src/libvlc.c: fixed the "color" config option. * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg(). ------------------------------------------------------------------------ r4037 | jpsaman | 2003-04-09 22:07:47 +0200 (Wed, 09 Apr 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Familiar Linux (GPE/GTK+,OPIE) packaging and building scripts. ------------------------------------------------------------------------ r4038 | hartman | 2003-04-09 22:53:28 +0200 (Wed, 09 Apr 2003) | 5 lines Changed paths: M /trunk/AUTHORS M /trunk/Makefile.am M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib A /trunk/extras/MacOSX/Resources/about_bg.png M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/Modules.am A /trunk/modules/gui/macosx/about.h A /trunk/modules/gui/macosx/about.m * All : added an about VLC panel. It scrolls the names and the work of the AUTHORS file. * AUTHORS: updated my own info ------------------------------------------------------------------------ r4039 | sam | 2003-04-11 21:15:36 +0200 (Fri, 11 Apr 2003) | 4 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/woody-buildpackage * ./debian/control: changed the libvlc0-dev section to libdevel (to match the Debian installer's override file). * ./debian/woody-buildpackage: updated accordingly. ------------------------------------------------------------------------ r4040 | asmax | 2003-04-11 22:45:48 +0200 (Fri, 11 Apr 2003) | 7 lines Changed paths: A /trunk/build-vlc A /trunk/config.in A /trunk/defconfig A /trunk/doc/Configure.help A /trunk/lxdialog A /trunk/lxdialog/BIG.FAT.WARNING A /trunk/lxdialog/Makefile A /trunk/lxdialog/checklist.c A /trunk/lxdialog/colors.h A /trunk/lxdialog/dialog.h A /trunk/lxdialog/inputbox.c A /trunk/lxdialog/lxdialog.c A /trunk/lxdialog/menubox.c A /trunk/lxdialog/msgbox.c A /trunk/lxdialog/textbox.c A /trunk/lxdialog/util.c A /trunk/lxdialog/yesno.c A /trunk/menuconfig M /trunk/python/Makefile * user-friendly(?) build system, based on linux Menuconfig script. Just run ./menuconfig and ./build-vlc (or just ./build-vlc) It's actually a wrapper which calls configure, but only a small number of vlc functionalities has been implemented at the moment. Please try it however ;) (you must have libncurses-dev installed) ------------------------------------------------------------------------ r4041 | videolan | 2003-04-11 23:19:49 +0200 (Fri, 11 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/image.cpp * Fixed bug: When button or checkbox are disabled, the previous control can't take the hand ------------------------------------------------------------------------ r4042 | videolan | 2003-04-12 00:08:07 +0200 (Sat, 12 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h * New message: VLC_NET_ADDUDP, to add an UDP stream to the playlist. Still experimental ------------------------------------------------------------------------ r4043 | asmax | 2003-04-12 11:57:38 +0200 (Sat, 12 Apr 2003) | 5 lines Changed paths: M /trunk/build-vlc M /trunk/config.in M /trunk/defconfig * more options in menuconfig script Only tested under linux; please give feedback if something is wrong Some help should be written in doc/Configure.help; if you know what to write there, please contribute ! ------------------------------------------------------------------------ r4044 | asmax | 2003-04-12 12:01:41 +0200 (Sat, 12 Apr 2003) | 2 lines Changed paths: M /trunk/build-vlc * fixed a typo ------------------------------------------------------------------------ r4045 | asmax | 2003-04-12 12:34:08 +0200 (Sat, 12 Apr 2003) | 2 lines Changed paths: M /trunk/build-vlc M /trunk/config.in M /trunk/defconfig * fixed dependencies and added options ------------------------------------------------------------------------ r4046 | asmax | 2003-04-12 15:06:55 +0200 (Sat, 12 Apr 2003) | 2 lines Changed paths: M /trunk/python/setup.py * added libraries to please Bill ;) ------------------------------------------------------------------------ r4047 | asmax | 2003-04-12 15:17:48 +0200 (Sat, 12 Apr 2003) | 2 lines Changed paths: M /trunk/menuconfig * renamed "kernel" into "vlc" ;) ------------------------------------------------------------------------ r4048 | asmax | 2003-04-12 23:43:27 +0200 (Sat, 12 Apr 2003) | 3 lines Changed paths: M /trunk/config.in M /trunk/configure.ac.in M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/controls/slider.cpp A /trunk/modules/gui/skins/gtk2 A /trunk/modules/gui/skins/gtk2/gtk2_api.cpp A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp A /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h A /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp A /trunk/modules/gui/skins/gtk2/gtk2_dialog.h A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp A /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h A /trunk/modules/gui/skins/gtk2/gtk2_event.cpp A /trunk/modules/gui/skins/gtk2/gtk2_event.h A /trunk/modules/gui/skins/gtk2/gtk2_font.cpp A /trunk/modules/gui/skins/gtk2/gtk2_font.h A /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp A /trunk/modules/gui/skins/gtk2/gtk2_graphics.h A /trunk/modules/gui/skins/gtk2/gtk2_run.cpp A /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp A /trunk/modules/gui/skins/gtk2/gtk2_theme.h A /trunk/modules/gui/skins/gtk2/gtk2_window.cpp A /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/os_api.h M /trunk/modules/gui/skins/os_bitmap.h M /trunk/modules/gui/skins/os_dialog.h M /trunk/modules/gui/skins/os_event.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/os_theme.h M /trunk/modules/gui/skins/os_window.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/dialog.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/font.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_api.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.h M /trunk/modules/gui/skins/win32/win32_dialog.cpp M /trunk/modules/gui/skins/win32/win32_dialog.h M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp M /trunk/modules/gui/skins/win32/win32_dragdrop.h M /trunk/modules/gui/skins/win32/win32_event.cpp M /trunk/modules/gui/skins/win32/win32_event.h M /trunk/modules/gui/skins/win32/win32_font.cpp M /trunk/modules/gui/skins/win32/win32_font.h M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_graphics.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_theme.h M /trunk/modules/gui/skins/win32/win32_window.cpp M /trunk/modules/gui/skins/win32/win32_window.h * at last made the skin module compile under linux ! It does absolutely nothing, but it compiles ;) ------------------------------------------------------------------------ r4049 | asmax | 2003-04-13 00:50:42 +0200 (Sun, 13 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * now the skin module compiles AND links ! (and segfaults... ;) ------------------------------------------------------------------------ r4050 | asmax | 2003-04-13 19:46:23 +0200 (Sun, 13 Apr 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.h M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/window.cpp * Gtk2 skins: it doesn't work but it runs without any segfault, so I commit ;) (I probably broke skins under windows....) ------------------------------------------------------------------------ r4051 | asmax | 2003-04-13 21:09:59 +0200 (Sun, 13 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/theme.cpp * should have repaired win32 skins ------------------------------------------------------------------------ r4052 | fenrir | 2003-04-13 22:00:21 +0200 (Sun, 13 Apr 2003) | 19 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/input_ext-intf.h M /trunk/include/stream_output.h M /trunk/include/vlc_common.h M /trunk/modules/Makefile.am M /trunk/modules/mux/avi.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/a52.c M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegaudio.c M /trunk/modules/packetizer/mpegvideo.c A /trunk/modules/stream_out A /trunk/modules/stream_out/Modules.am A /trunk/modules/stream_out/display.c A /trunk/modules/stream_out/dummy.c A /trunk/modules/stream_out/duplicate.c A /trunk/modules/stream_out/es.c A /trunk/modules/stream_out/standard.c A /trunk/modules/stream_out/transcode.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_programs.c M /trunk/src/stream_output/stream_output.c * all: new sout scheme. Now a chain of module are created that can modify/apply on all streams, --sout has the same behavour expect when starting with a '#'. With a starting '#' you can specify a chain of modules, it's still unstable but a lot more powerfull. You have access to duplicate(that duplicate all stream), transcode (using only ffmpeg), standard/std and es (that apply muxers and access), and display. You could chain them with ':' and specify options with {option1=value,option2=value[,...]}. ex: * to stream and see the stream to udp/ts:ip --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' * to transcode,see and stream --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' Without a starting '#', the url is converted into '#std{acces=,mux=,url}' Test and report bugs :) ------------------------------------------------------------------------ r4053 | asmax | 2003-04-13 22:07:34 +0200 (Sun, 13 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/src/window.cpp * something will be visible soon, be patient... (this silly GDK doesn't know BMP images :( ------------------------------------------------------------------------ r4054 | zorglub | 2003-04-14 00:15:14 +0200 (Mon, 14 Apr 2003) | 4 lines Changed paths: M /trunk/doc/faq/Makefile M /trunk/doc/faq/faq-alone.sgml * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds. * /doc/faq/Makefile: now use "onehtml" output. * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent ------------------------------------------------------------------------ r4055 | asmax | 2003-04-14 00:55:15 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/skin_main.cpp * at last an image !! ------------------------------------------------------------------------ r4056 | fenrir | 2003-04-14 04:26:49 +0200 (Mon, 14 Apr 2003) | 4 lines Changed paths: M /trunk/modules/stream_out/display.c * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't set p_payload_end to the good value -> some packets are bigger than requested). ------------------------------------------------------------------------ r4057 | fenrir | 2003-04-14 05:13:30 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode.c: removed an absolute header path... ------------------------------------------------------------------------ r4058 | fenrir | 2003-04-14 05:23:30 +0200 (Mon, 14 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/util/sub.c * all: correctly set p_payload_end when using input_NewPacket.(But we should perhaps change the behavour of input_NewPacket). ------------------------------------------------------------------------ r4059 | karibu | 2003-04-14 12:00:39 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h * Added use of channel server for skins: still experimental ------------------------------------------------------------------------ r4060 | asmax | 2003-04-14 12:18:25 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp * bad directory ------------------------------------------------------------------------ r4061 | asmax | 2003-04-14 19:03:42 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * get the size of a bitmap ------------------------------------------------------------------------ r4062 | sam | 2003-04-14 19:16:26 +0200 (Mon, 14 Apr 2003) | 5 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * ./debian/rules: we now build the static objects twice: once the normal way before we link them with VLC, and once with -fPIC so that they can be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and we don't need it on x86. ------------------------------------------------------------------------ r4063 | karibu | 2003-04-14 19:56:45 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp * Controls coordinate are available ------------------------------------------------------------------------ r4064 | asmax | 2003-04-14 20:05:35 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp * better window size ------------------------------------------------------------------------ r4065 | sam | 2003-04-14 20:10:47 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: skins _disabled_ by default on [!win32]. ------------------------------------------------------------------------ r4066 | asmax | 2003-04-14 22:07:49 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/src/window.cpp * it works ! ------------------------------------------------------------------------ r4067 | asmax | 2003-04-14 22:17:33 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * it works event better !! ------------------------------------------------------------------------ r4068 | asmax | 2003-04-14 23:38:31 +0200 (Mon, 14 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp * implemented OSAPI_GetTime() with glib ------------------------------------------------------------------------ r4069 | massiot | 2003-04-15 00:22:32 +0200 (Tue, 15 Apr 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/include/vlc_common.h A /trunk/include/vout_synchro.h M /trunk/modules/codec/libmpeg2.c M /trunk/src/misc/modules.c M /trunk/src/video_output/video_output.c A /trunk/src/video_output/vout_synchro.c * Implementation of a frame-dropping algorithm for the libmpeg2 plug-in (incomplete). ------------------------------------------------------------------------ r4070 | gbazin | 2003-04-15 00:29:06 +0200 (Tue, 15 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp * modules/gui/skins/src/event.cpp: fixed another small buffer overrun. ------------------------------------------------------------------------ r4071 | sam | 2003-04-15 01:07:38 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/toolbox * ./toolbox: fixed a bashism. ------------------------------------------------------------------------ r4072 | sam | 2003-04-15 01:10:20 +0200 (Tue, 15 Apr 2003) | 3 lines Changed paths: M /trunk/toolbox * ./toolbox: the Solaris diff does not understand -q, just replaced it with 2>&1 >/dev/null. ------------------------------------------------------------------------ r4073 | ipkiss | 2003-04-15 03:19:11 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/src/window.cpp * basic event handling ------------------------------------------------------------------------ r4074 | ipkiss | 2003-04-15 13:46:19 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * compilation fix ------------------------------------------------------------------------ r4075 | hartman | 2003-04-15 14:40:03 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * reselect current playlist item when reordering items. ------------------------------------------------------------------------ r4076 | hartman | 2003-04-15 16:05:13 +0200 (Tue, 15 Apr 2003) | 8 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m modules/gui/macosx/controls.m: * present the open dialog when pressing play button instead of 'standard' open dialog, to make users more aware of this dialog and the functions it has. ALL: * when opening a file NOT trough the Open dialog, make sure sout and suboptions are reset to "" ------------------------------------------------------------------------ r4077 | gbazin | 2003-04-15 17:53:42 +0200 (Tue, 15 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: small bugfix. ------------------------------------------------------------------------ r4078 | karibu | 2003-04-15 18:42:02 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/window.cpp * Fixed mouse events ------------------------------------------------------------------------ r4079 | karibu | 2003-04-15 18:47:20 +0200 (Tue, 15 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * Fixed mouse leaving notification for windows * Added mouse leaving notification for gdk ------------------------------------------------------------------------ r4080 | karibu | 2003-04-15 18:49:45 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * Fixed mouse leave notification ------------------------------------------------------------------------ r4081 | ipkiss | 2003-04-15 19:55:49 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * event broadcasting should work ------------------------------------------------------------------------ r4082 | karibu | 2003-04-15 22:33:58 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po * Events are even better, not yet perfect ! ------------------------------------------------------------------------ r4083 | karibu | 2003-04-15 22:42:04 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * Fixed GTK2 events ------------------------------------------------------------------------ r4084 | karibu | 2003-04-15 22:54:58 +0200 (Tue, 15 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp * GTK2 events work even better ------------------------------------------------------------------------ r4085 | asmax | 2003-04-16 00:16:05 +0200 (Wed, 16 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/src/window.cpp * remove a small kludge * tried to add transparency, but it doesn't work :( ------------------------------------------------------------------------ r4086 | fenrir | 2003-04-16 02:12:36 +0200 (Wed, 16 Apr 2003) | 9 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/packetizer/mpegvideo.c M /trunk/src/libvlc.h M /trunk/src/stream_output/stream_output.c * modules/packetizer/mpegvideo.c : cut after a complete picture. (Not before first slice). * ffmpeg: use indeo v3 decoder (untested). * stream_ouput.c,libvlc.h : take care of: --sout-acodec,--sout-vcodec : use transcoding. (You can specify bitrate using --sout-abitrate and --sout-vbitrate in kilobits/s). --sout-display: to display while streaming. (Btw there is a problem with vout and display, it leads to a ref count = -1) ------------------------------------------------------------------------ r4087 | gbazin | 2003-04-16 13:47:08 +0200 (Wed, 16 Apr 2003) | 4 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/access/file.c M /trunk/modules/misc/dummy/input.c * modules/misc/dummy/input.c, modules/access/file.c, include/vlc_common.h: msvc compilation fixes. ------------------------------------------------------------------------ r4088 | asmax | 2003-04-16 16:38:04 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/event.cpp * at last, transpareny WORKS !!!!! ------------------------------------------------------------------------ r4089 | asmax | 2003-04-16 17:34:36 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/window.cpp * small fix ------------------------------------------------------------------------ r4090 | fenrir | 2003-04-16 18:20:25 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c * mp4: removed empty strings in msg_Dbg. ------------------------------------------------------------------------ r4091 | fenrir | 2003-04-16 18:32:42 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c * mp4: fix a string format. ------------------------------------------------------------------------ r4092 | fenrir | 2003-04-16 18:33:35 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: tried to fix compilation with older libavcodec. ------------------------------------------------------------------------ r4093 | karibu | 2003-04-16 21:22:53 +0200 (Wed, 16 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/bitmap.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.cpp * gtk2_bitmap.cpp: fixed constructor bug * Events work better: controls are working, not still perfectly... ------------------------------------------------------------------------ r4094 | karibu | 2003-04-16 23:30:56 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * Can now quit the interface ------------------------------------------------------------------------ r4095 | karibu | 2003-04-16 23:39:00 +0200 (Wed, 16 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/src/window.cpp * Removed debug calls ------------------------------------------------------------------------ r4096 | ipkiss | 2003-04-16 23:40:07 +0200 (Wed, 16 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/rectangle.cpp M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/os_bitmap.h M /trunk/modules/gui/skins/os_dialog.h M /trunk/modules/gui/skins/os_event.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/os_theme.h M /trunk/modules/gui/skins/os_window.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/font.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_api.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.cpp M /trunk/modules/gui/skins/win32/win32_dialog.cpp M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp M /trunk/modules/gui/skins/win32/win32_event.cpp M /trunk/modules/gui/skins/win32/win32_font.cpp M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * modules/gui/skins/*: we now #include skin files using a relative path, so that MSVC is happy :) ------------------------------------------------------------------------ r4097 | karibu | 2003-04-16 23:50:19 +0200 (Wed, 16 Apr 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp * gtk2_theme.cpp: window are not automatically visibled * gtk2_window.cpp: removed fading transition delay * vlcproc.cpp: removed warning ------------------------------------------------------------------------ r4098 | asmax | 2003-04-17 12:42:41 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h * beginning of font support ! ------------------------------------------------------------------------ r4099 | karibu | 2003-04-17 12:53:00 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/slider.cpp * Fixed dewtructor ------------------------------------------------------------------------ r4100 | fenrir | 2003-04-17 12:58:30 +0200 (Thu, 17 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/ffmpeg/video.h * ffmpeg: remove some #ifdef (you need at least libavcodec build >= 4655) and use ffmpeg postprocessing instead of vlc builtins. (It's a lot faster). ------------------------------------------------------------------------ r4101 | karibu | 2003-04-17 15:08:02 +0200 (Thu, 17 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/controls/text.h M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * SkinManage is called by a timer * Timer for text control are working badly but it's the first step ------------------------------------------------------------------------ r4102 | karibu | 2003-04-17 15:46:55 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h * Can get size of a text ------------------------------------------------------------------------ r4103 | anil | 2003-04-17 16:00:44 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * We now use hide/show for the file info window ------------------------------------------------------------------------ r4104 | anil | 2003-04-17 16:18:47 +0200 (Thu, 17 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * oups forgot to commit this one. still the hide/show thing. ------------------------------------------------------------------------ r4105 | karibu | 2003-04-17 17:43:30 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/parser/wrappers.cpp * Improved font support for linux (just missing underline parameter ) ------------------------------------------------------------------------ r4106 | karibu | 2003-04-17 18:11:46 +0200 (Thu, 17 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp * Added clip region to graphics * Added functionnality to region ------------------------------------------------------------------------ r4107 | karibu | 2003-04-17 18:30:40 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp * Added AddEllipse: the slider now works ! :) ------------------------------------------------------------------------ r4108 | karibu | 2003-04-17 18:32:14 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * Fixed kludge ------------------------------------------------------------------------ r4109 | karibu | 2003-04-17 18:34:31 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/text.cpp * Scrolling text now works on linux ------------------------------------------------------------------------ r4110 | asmax | 2003-04-17 19:45:38 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp * small fix ------------------------------------------------------------------------ r4111 | karibu | 2003-04-17 21:56:31 +0200 (Thu, 17 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/src/font.h * Ask tooney to know ! (fix minor bug) ------------------------------------------------------------------------ r4112 | titer | 2003-04-18 17:25:51 +0200 (Fri, 18 Apr 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/src/libvlc.c ALL: fixed i18n under BeOS ------------------------------------------------------------------------ r4113 | asmax | 2003-04-18 18:04:17 +0200 (Fri, 18 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/skin_main.cpp * network stream now work * double-click is now implemented ------------------------------------------------------------------------ r4114 | titer | 2003-04-18 18:10:28 +0200 (Fri, 18 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VideoOutput.cpp beos/*: fixed fullscreen shortcuts ------------------------------------------------------------------------ r4115 | titer | 2003-04-18 18:38:58 +0200 (Fri, 18 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/beos/VideoOutput.cpp Under BeOS, disable the screensaver if playing in fullscreen. ------------------------------------------------------------------------ r4116 | titer | 2003-04-18 21:26:38 +0200 (Fri, 18 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VideoOutput.cpp Added a few keyboard shortcuts ------------------------------------------------------------------------ r4117 | fenrir | 2003-04-19 00:38:11 +0200 (Sat, 19 Apr 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c: add a vlc_mutex_lock/unlock ... ------------------------------------------------------------------------ r4118 | fenrir | 2003-04-19 00:43:08 +0200 (Sat, 19 Apr 2003) | 7 lines Changed paths: A /trunk/modules/mux/mp4.c * mp4.c : begining of a mp4/mov muxer. It's far from stable, produce file unplayable by mplayer at least, and doesn't yet take care of video/audio synchro. Becarefull that the header is written only when closing, and there is no way to repair a mp4 file without its header. ------------------------------------------------------------------------ r4119 | sam | 2003-04-19 00:51:59 +0200 (Sat, 19 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: workaround for a bug in the OS X ld who sees symbol redefinitions when linking twice with the same static libary. ------------------------------------------------------------------------ r4120 | fenrir | 2003-04-19 02:12:50 +0200 (Sat, 19 Apr 2003) | 2 lines Changed paths: M /trunk/modules/mux/mp4.c * mp4: some memory leaks fixed. ------------------------------------------------------------------------ r4121 | karibu | 2003-04-19 04:34:47 +0200 (Sat, 19 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/src/graphics.h M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_graphics.h * Fixed wrapping for texts * Filling GTK2Graphics and GTK2Region destructors ------------------------------------------------------------------------ r4122 | asmax | 2003-04-19 13:16:17 +0200 (Sat, 19 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h * drag&drop works ! (at least with mozilla) ------------------------------------------------------------------------ r4123 | asmax | 2003-04-19 13:46:11 +0200 (Sat, 19 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.h M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * fixed a segfault ------------------------------------------------------------------------ r4124 | hartman | 2003-04-19 14:33:01 +0200 (Sat, 19 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * There was a problem where deinterlace could not be turned off via it's corresponding menu. On thy fly filter changes are still not possible. ------------------------------------------------------------------------ r4125 | karibu | 2003-04-19 14:39:14 +0200 (Sat, 19 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp * Font fixed ------------------------------------------------------------------------ r4126 | hartman | 2003-04-19 15:55:56 +0200 (Sat, 19 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/vout.m * Added a 'opaqueness' configoption to macosx-vout. Yeah i know, useles. But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg ------------------------------------------------------------------------ r4127 | asmax | 2003-04-20 03:05:40 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/config.in M /trunk/defconfig * fixed a typo with dvbpsi ------------------------------------------------------------------------ r4128 | gbazin | 2003-04-20 13:57:13 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/encoder/ffmpeg/audio.c M /trunk/modules/encoder/ffmpeg/video.c M /trunk/modules/stream_out/transcode.c * configure.ac.in, modules/codec/ffmpeg/*, modules/encoder/ffmpeg/*, modules/stream_out/transcode.c: fixed detection of the ffmpeg headers/libs when they are installed in their default location. ------------------------------------------------------------------------ r4129 | massiot | 2003-04-20 14:59:02 +0200 (Sun, 20 Apr 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/mpeg_video/synchro.c M /trunk/src/video_output/vout_pictures.c * The libmpeg2 plug-in is now completely operational ; * configure.ac.in : disabled compiling the old mpeg_video plug-in, so : DO NOT FORGET TO INSTALL LIBMPEG2 AND COMPILE WITH --enable-libmpeg2 ------------------------------------------------------------------------ r4130 | asmax | 2003-04-20 15:14:14 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/controls/generic.h M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/playlist.h M /trunk/modules/gui/skins/controls/slider.h M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/src/window.h * enabled scrolling in the playlist with the mouse wheel ------------------------------------------------------------------------ r4131 | gbazin | 2003-04-20 16:11:25 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/ffmpeg/ffmpeg.c * configure.ac.in, modules/codec/ffmpeg/ffmpeg.c: fixed my last breakage in the ffmpeg detection code. ------------------------------------------------------------------------ r4132 | karibu | 2003-04-20 17:00:19 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/controls/slider.h M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/window.cpp * Fixed support of wheel for playlist with GTK2 * Added support of whell for slider with GTK2 ------------------------------------------------------------------------ r4133 | karibu | 2003-04-20 17:06:07 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/win32/win32_window.cpp * Added support of wheel with win32 ------------------------------------------------------------------------ r4134 | asmax | 2003-04-20 18:16:34 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp * fixed the "always on top" bug ------------------------------------------------------------------------ r4135 | karibu | 2003-04-20 18:45:44 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/win32/win32_window.cpp * Fixed mouse wheel ------------------------------------------------------------------------ r4136 | jlj | 2003-04-20 21:03:15 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp * ./modules/gui/skins/src/themeloader.cpp: compile fix (include errno.h) ------------------------------------------------------------------------ r4137 | fenrir | 2003-04-20 21:29:43 +0200 (Sun, 20 Apr 2003) | 6 lines Changed paths: M /trunk/modules/access/mms/Modules.am A /trunk/modules/access/mms/asf.c M /trunk/modules/access/mms/asf.h M /trunk/modules/access/mms/mms.c M /trunk/modules/access/mms/mms.h A /trunk/modules/access/mms/mmsh.c A /trunk/modules/access/mms/mmsh.h A /trunk/modules/access/mms/mmstu.c A /trunk/modules/access/mms/mmstu.h * mms/* : begining of a m$-http-for-asf-streaming support. Proxy aren't yet supported. Use mmsh to force it, else mms will try it at the end (after mmst and mmsu). Some http url are in fact mmsh but not yet auto-detected. *Please report* not working url and any regression for mmst and mmsu. ------------------------------------------------------------------------ r4138 | gbazin | 2003-04-20 21:53:57 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: removed useless --with-ffmpeg=PATH ./configure option. ------------------------------------------------------------------------ r4139 | asmax | 2003-04-20 22:22:12 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * added wxwindows for skins !! ------------------------------------------------------------------------ r4140 | ipkiss | 2003-04-20 22:28:40 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dialog.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.h M /trunk/modules/gui/skins/os_dialog.h M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.dtd M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/parser/wrappers.h M /trunk/modules/gui/skins/src/dialog.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/theme.h M /trunk/modules/gui/skins/src/vlcproc.cpp A /trunk/modules/gui/skins/src/wxdialogs.h M /trunk/modules/gui/skins/win32/win32_dialog.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_theme.h M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/open.cpp * added wxwindows Open and Messages dialog boxes into the windows skins (it may break things on linux...) ------------------------------------------------------------------------ r4141 | sam | 2003-04-20 23:14:20 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/mozilla/npvlc_rc.rc * ./mozilla/npvlc_rc.rc: fixed a typo in the MIME types. ------------------------------------------------------------------------ r4142 | sam | 2003-04-20 23:15:31 +0200 (Sun, 20 Apr 2003) | 3 lines Changed paths: M /trunk/modules/video_output/fb.c * ./modules/video_output/fb.c: fixed a bug that prevented proper console resetting. ------------------------------------------------------------------------ r4143 | sam | 2003-04-20 23:19:41 +0200 (Sun, 20 Apr 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c * ./modules/audio_output/oss.c: code comments. ------------------------------------------------------------------------ r4144 | gbazin | 2003-04-21 00:52:03 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/file.c * modules/audio_output/file.c: fixed a mismatch in a config name. ------------------------------------------------------------------------ r4145 | asmax | 2003-04-21 00:52:50 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * a few segfaults but wxwindows works under linux ! ------------------------------------------------------------------------ r4146 | asmax | 2003-04-21 01:09:31 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * fixed a segfault at exit ------------------------------------------------------------------------ r4147 | massiot | 2003-04-21 01:42:17 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx gibalou) ------------------------------------------------------------------------ r4148 | asmax | 2003-04-21 02:18:37 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp * fixed refresh of the playlist (and a segfault...) ------------------------------------------------------------------------ r4149 | massiot | 2003-04-21 02:33:29 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in : finished disabling the old mpeg_video plug-ins. ------------------------------------------------------------------------ r4150 | ipkiss | 2003-04-21 02:54:26 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp * added preferences, file info and stream output dialogs to the skins ------------------------------------------------------------------------ r4151 | asmax | 2003-04-21 03:47:42 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/defconfig M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * shortcut handling under linux ------------------------------------------------------------------------ r4152 | ipkiss | 2003-04-21 04:12:06 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/Modules.am D /trunk/modules/gui/skins/gtk2/gtk2_dialog.cpp D /trunk/modules/gui/skins/gtk2/gtk2_dialog.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp D /trunk/modules/gui/skins/os_dialog.h D /trunk/modules/gui/skins/src/dialog.cpp D /trunk/modules/gui/skins/src/dialog.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp D /trunk/modules/gui/skins/win32/win32_dialog.cpp D /trunk/modules/gui/skins/win32/win32_dialog.h M /trunk/modules/gui/skins/win32/win32_theme.cpp * we now use a wxwindow dialog to load the skins, so we can get rid of our custom dialog ------------------------------------------------------------------------ r4153 | asmax | 2003-04-21 04:50:49 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp * fixed a timing issue under windows ? ------------------------------------------------------------------------ r4154 | asmax | 2003-04-21 05:37:40 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp * fixed the previous commit for linux ------------------------------------------------------------------------ r4155 | asmax | 2003-04-21 13:47:22 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/doc/Configure.help A /trunk/share/skins/default/prefs1.bmp A /trunk/share/skins/default/prefs2.bmp A /trunk/share/skins/default/prefs3.bmp M /trunk/share/skins/default/theme.xml * added a preferences button in the default skin ------------------------------------------------------------------------ r4156 | gbazin | 2003-04-21 14:22:54 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: the libmpeg2 plugin is now enabled by default when the right version of libmpeg2 is detected (0.3.2 aka cvs). ------------------------------------------------------------------------ r4157 | gbazin | 2003-04-21 14:54:08 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: print an error message if libmpeg2 is not found or too old. ------------------------------------------------------------------------ r4158 | asmax | 2003-04-21 16:26:59 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp * raise the skin window on top when clicked * a bit of code cleaning ------------------------------------------------------------------------ r4159 | gbazin | 2003-04-21 18:22:43 +0200 (Mon, 21 Apr 2003) | 3 lines Changed paths: M /trunk/modules/misc/network/ipv4.c M /trunk/modules/misc/network/ipv6.c * modules/misc/network/ipv4.c: a bit of cleanup. ------------------------------------------------------------------------ r4160 | anil | 2003-04-21 18:55:53 +0200 (Mon, 21 Apr 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/wxdialogs.h M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/wxwindows.h *All: fixed unwanted fileinfo window refresh under windows. ------------------------------------------------------------------------ r4161 | asmax | 2003-04-21 20:39:39 +0200 (Mon, 21 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/skin_main.cpp * at last fixed transparency under linux !! ------------------------------------------------------------------------ r4162 | asmax | 2003-04-21 23:51:16 +0200 (Mon, 21 Apr 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/button.h M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/checkbox.h M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/controls/generic.h M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/controls/image.h M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/playlist.h M /trunk/modules/gui/skins/controls/rectangle.cpp M /trunk/modules/gui/skins/controls/rectangle.h M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/controls/slider.h M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/controls/text.h M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.h M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.h M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.h M /trunk/modules/gui/skins/os_api.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/anchor.cpp M /trunk/modules/gui/skins/src/anchor.h M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/theme.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/src/window.h M /trunk/modules/gui/skins/win32/win32_api.cpp M /trunk/modules/gui/skins/win32/win32_event.cpp M /trunk/modules/gui/skins/win32/win32_event.h M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_graphics.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_theme.h M /trunk/modules/gui/skins/win32/win32_window.cpp M /trunk/modules/gui/skins/win32/win32_window.h * changed "Window" into "SkinWindow" to prepare X11 port (Window is already a Xlib type !) *** not tested under win32, please check ! *** ------------------------------------------------------------------------ r4163 | asmax | 2003-04-22 00:12:37 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/playlist.h M /trunk/modules/gui/skins/controls/text.h M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/banks.h M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/font.cpp M /trunk/modules/gui/skins/src/font.h M /trunk/modules/gui/skins/win32/win32_font.cpp M /trunk/modules/gui/skins/win32/win32_font.h * changed "Font" into "SkinFont" (see previous commit) ------------------------------------------------------------------------ r4164 | fenrir | 2003-04-22 10:51:28 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c * mp4: more mov fields are parsed. ------------------------------------------------------------------------ r4165 | fenrir | 2003-04-22 13:38:25 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: preliminary support of "mov playlist(ref) file" ------------------------------------------------------------------------ r4166 | gbazin | 2003-04-22 14:54:49 +0200 (Tue, 22 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed aspect ratio problem. ------------------------------------------------------------------------ r4167 | fenrir | 2003-04-22 18:28:24 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: fix "mov playlist" handling. (raaah strncpy doesn't add '\0' :( ------------------------------------------------------------------------ r4168 | titer | 2003-04-22 18:36:16 +0200 (Tue, 22 Apr 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/PlayListWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h M /trunk/src/libvlc.c * Makefile.am: fixed 'make package-beos' * modules/gui/beos/*: added _()s so the whole interface is translated * src/libvlc.c: ask gettext for UTF-8 strings (under BeOS only for now) FIXME: currently, untranslated strings are not converted to UTF-8 ------------------------------------------------------------------------ r4169 | asmax | 2003-04-22 19:56:44 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp * fixed the volume slider bug ------------------------------------------------------------------------ r4170 | ipkiss | 2003-04-22 20:21:15 +0200 (Tue, 22 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp * ./modules/gui/wxwindows/fileinfo.cpp: cosmetic changes ------------------------------------------------------------------------ r4171 | asmax | 2003-04-22 21:26:02 +0200 (Tue, 22 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/src/audio_output/output.c * output.c: avoid a floating point exception when aout-rate==0 * gtk2_api.cpp: made valgrind happy ;) ------------------------------------------------------------------------ r4172 | gbazin | 2003-04-22 23:45:42 +0200 (Tue, 22 Apr 2003) | 4 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: don't link with the math library on win32. It isn't needed and will even screw up things under cygwin with -mno-cygwin. ------------------------------------------------------------------------ r4173 | gbazin | 2003-04-23 00:25:09 +0200 (Wed, 23 Apr 2003) | 4 lines Changed paths: M /trunk/modules/audio_filter/converter/s16tofloat32swab.c * modules/audio_filter/converter/s16tofloat32swab.c: added an #ifdef HAVE_ALLOCA. ------------------------------------------------------------------------ r4174 | ipkiss | 2003-04-23 00:57:40 +0200 (Wed, 23 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/anchor.cpp M /trunk/modules/gui/skins/src/theme.cpp * ./modules/gui/skins/src/theme.cpp: fixed a bug with anchored windows ------------------------------------------------------------------------ r4175 | gbazin | 2003-04-23 01:31:07 +0200 (Wed, 23 Apr 2003) | 4 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: make sure there are no more linked pictures left when closing the decoder. ------------------------------------------------------------------------ r4176 | asmax | 2003-04-23 12:29:52 +0200 (Wed, 23 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp * fixed some constructors and destructors ------------------------------------------------------------------------ r4177 | titer | 2003-04-23 17:18:24 +0200 (Wed, 23 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/VlcWrapper.cpp modules/gui/beos/VlcWrapper.cpp: fixed the issue with untranslated strings and "...". i18n seems OK under BeOS now. ------------------------------------------------------------------------ r4178 | asmax | 2003-04-24 16:38:06 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp * get screen size with gtk2 ------------------------------------------------------------------------ r4179 | fenrir | 2003-04-24 16:39:53 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: select only first enabled track. ------------------------------------------------------------------------ r4180 | gbazin | 2003-04-24 17:57:50 +0200 (Thu, 24 Apr 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/themeloader.h * modules/gui/skins/src/themeloader.*: dropped the dependancy on libtar for the .vlt skins support. libtar is still used if present, otherwise we use our small implementation of untar. ------------------------------------------------------------------------ r4181 | gbazin | 2003-04-24 18:13:38 +0200 (Thu, 24 Apr 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist. ------------------------------------------------------------------------ r4182 | gbazin | 2003-04-24 19:44:53 +0200 (Thu, 24 Apr 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: forgot to reload the command line options after we reload the main module when the user disables the translation. ------------------------------------------------------------------------ r4183 | fenrir | 2003-04-24 22:24:44 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpeg4video.c * mpeg4video.c: use video size when available from bitmapinfoheader. ------------------------------------------------------------------------ r4184 | fenrir | 2003-04-24 22:26:32 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf: fix to play stream over mmsh. ------------------------------------------------------------------------ r4185 | fenrir | 2003-04-24 22:33:53 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: A /trunk/modules/stream_out/.cvsignore * .cvsignore: forgot this file. ------------------------------------------------------------------------ r4186 | fenrir | 2003-04-24 22:49:54 +0200 (Thu, 24 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c * mp4: fix a buffer overflow. ------------------------------------------------------------------------ r4187 | gbazin | 2003-04-25 14:37:52 +0200 (Fri, 25 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: small compilation fix. ------------------------------------------------------------------------ r4188 | fenrir | 2003-04-25 19:33:57 +0200 (Fri, 25 Apr 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mmsh.c * mms: reduce mtu (avoid too much delay with slow connection) ------------------------------------------------------------------------ r4189 | fenrir | 2003-04-25 19:35:52 +0200 (Fri, 25 Apr 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c *ffmpeg: split huge audio packets as aout didn't like them. ------------------------------------------------------------------------ r4190 | fenrir | 2003-04-25 20:57:41 +0200 (Fri, 25 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c * ffmpeg: use bigger split size (~8000 samples) as it avoid too much resampling with my samples. Fix a potential divide by 0 (thx meuuh). ------------------------------------------------------------------------ r4191 | fenrir | 2003-04-25 23:47:25 +0200 (Fri, 25 Apr 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/mp4.c * libmp4: clean up and preliminary work to read mp4 file through http. * mp4: don't return a failed value when recognize a ref file, but use a dummy Demux function that return EOF. ------------------------------------------------------------------------ r4192 | gbazin | 2003-04-26 14:26:46 +0200 (Sat, 26 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/rawvideo.c * modules/codec/rawvideo.c: added support for YUY2 and I422 and fixed a bug in FillPicture(). ( The v4l input is working here now :) ) ------------------------------------------------------------------------ r4193 | gbazin | 2003-04-26 16:54:49 +0200 (Sat, 26 Apr 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/encoder/ffmpeg/encoder.c M /trunk/modules/encoder/ffmpeg/video.c * configure.ac.in: enabled xvid and ffmpeg encoders * modules/encoder/ffmpeg/*: misc fixes + support for I422 and YUY2 input chroma. ------------------------------------------------------------------------ r4194 | fenrir | 2003-04-26 22:51:54 +0200 (Sat, 26 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/audio.c * mpegaudio: if the file name end by .mp3, use a stronger dectection. (over the first 2ko). ------------------------------------------------------------------------ r4195 | gbazin | 2003-04-26 23:36:23 +0200 (Sat, 26 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/control/Modules.am A /trunk/modules/control/http.c * modules/control/http.c: brand new (and also basic) HTTP interface plugin for vlc (uses port 8080 by default). ------------------------------------------------------------------------ r4196 | fenrir | 2003-04-26 23:45:26 +0200 (Sat, 26 Apr 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/ffmpeg/video.h * ffmpeg: we always skip video if we have more than 5 second of late video. (This should avoid 'decoder stuck' message.) ------------------------------------------------------------------------ r4197 | fenrir | 2003-04-27 00:06:12 +0200 (Sun, 27 Apr 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * video: spelling error. ------------------------------------------------------------------------ r4198 | gbazin | 2003-04-27 02:02:27 +0200 (Sun, 27 Apr 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: fixed buffer allocation problem. ------------------------------------------------------------------------ r4199 | jlj | 2003-04-27 04:00:15 +0200 (Sun, 27 Apr 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: Added --with-libmpeg2-tree ------------------------------------------------------------------------ r4200 | fenrir | 2003-04-27 05:08:36 +0200 (Sun, 27 Apr 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: added "Cache-Control: no-cache" by default. ------------------------------------------------------------------------ r4201 | fenrir | 2003-04-27 13:55:03 +0200 (Sun, 27 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/avi/libavi.h * avi: Support for OpenDML file. Not tested with file size > 2Go, so report status. ------------------------------------------------------------------------ r4202 | fenrir | 2003-04-27 15:03:28 +0200 (Sun, 27 Apr 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * ffmpeg: stop skipping video sometime ;). ------------------------------------------------------------------------ r4203 | fenrir | 2003-04-27 15:55:51 +0200 (Sun, 27 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/avi/libavi.h * avi: clean up. Some standard file (ie with 1 RIFF chunk ) has OpenDML index, so use it when normal index (idx1 chunk) isn't found. ------------------------------------------------------------------------ r4204 | gbazin | 2003-04-27 16:11:26 +0200 (Sun, 27 Apr 2003) | 3 lines Changed paths: M /trunk/modules/misc/httpd.c * modules/misc/httpd.c: win32 fix for non-blocking sockets. ------------------------------------------------------------------------ r4205 | gbazin | 2003-04-27 16:56:47 +0200 (Sun, 27 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/rawdv.c * modules/demux/rawdv.c: fixes for when the video and audio sub-streams are not both selected. ------------------------------------------------------------------------ r4206 | gbazin | 2003-04-27 17:25:11 +0200 (Sun, 27 Apr 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/Modules.am A /trunk/modules/codec/ffmpeg/chroma.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/demux/rawdv.c * modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility). (I can finaly watch my RGB tarkin samples :)) * modules/demux/rawdv.c: fixed a couple of compiler warnings. ------------------------------------------------------------------------ r4207 | gbazin | 2003-04-27 19:53:21 +0200 (Sun, 27 Apr 2003) | 5 lines Changed paths: M /trunk/modules/codec/rawvideo.c M /trunk/src/video_output/video_output.c M /trunk/src/video_output/vout_pictures.c M /trunk/src/video_output/vout_pictures.h * src/video_output/video_output.c: small bugfix + vout_Create() is now blocking until InitThread() has been run. * src/video_output/vout_pictures.[ch]: added support for FOURCC I411. * modules/codec/rawvideo.c: support for more chroma formats. ------------------------------------------------------------------------ r4208 | gbazin | 2003-04-28 01:16:35 +0200 (Mon, 28 Apr 2003) | 6 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/encoder/ffmpeg/encoder.c M /trunk/modules/encoder/ffmpeg/video.c M /trunk/src/video_output/vout_pictures.c * src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes. * modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format. * modules/codec/rawvideo.c: a few fixes. * modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now. ------------------------------------------------------------------------ r4209 | ipkiss | 2003-04-28 02:18:27 +0200 (Mon, 28 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp * ./modules/gui/skins/*: first attempt at porting the skins to Win9x There is still a lot to do but some things are working. ------------------------------------------------------------------------ r4210 | asmax | 2003-04-28 14:00:14 +0200 (Mon, 28 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/gtk2/gtk2_api.cpp M /trunk/modules/gui/skins/gtk2/gtk2_bitmap.cpp M /trunk/modules/gui/skins/gtk2/gtk2_dragdrop.cpp M /trunk/modules/gui/skins/gtk2/gtk2_event.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/gtk2/gtk2_theme.cpp M /trunk/modules/gui/skins/gtk2/gtk2_window.cpp M /trunk/modules/gui/skins/os_bitmap.h M /trunk/modules/gui/skins/os_event.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/os_theme.h M /trunk/modules/gui/skins/os_window.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/window.cpp * fixed compilation under linux * added a flag GTK2_SKINS ------------------------------------------------------------------------ r4211 | asmax | 2003-04-28 14:25:34 +0200 (Mon, 28 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/controls/generic.h M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/playlist.h M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/controls/slider.h M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/controls/text.h M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/src/graphics.cpp M /trunk/modules/gui/skins/src/graphics.h M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_graphics.h * changed Region into SkinRegion to prepare the X11 port ------------------------------------------------------------------------ r4212 | asmax | 2003-04-28 16:12:33 +0200 (Mon, 28 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/os_bitmap.h M /trunk/modules/gui/skins/os_event.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/os_theme.h M /trunk/modules/gui/skins/os_window.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp * skeleton of X11 skins ------------------------------------------------------------------------ r4213 | asmax | 2003-04-28 16:32:57 +0200 (Mon, 28 Apr 2003) | 2 lines Changed paths: A /trunk/modules/gui/skins/x11 A /trunk/modules/gui/skins/x11/x11_api.cpp A /trunk/modules/gui/skins/x11/x11_bitmap.cpp A /trunk/modules/gui/skins/x11/x11_bitmap.h A /trunk/modules/gui/skins/x11/x11_dragdrop.cpp A /trunk/modules/gui/skins/x11/x11_dragdrop.h A /trunk/modules/gui/skins/x11/x11_event.cpp A /trunk/modules/gui/skins/x11/x11_event.h A /trunk/modules/gui/skins/x11/x11_font.cpp A /trunk/modules/gui/skins/x11/x11_font.h A /trunk/modules/gui/skins/x11/x11_graphics.cpp A /trunk/modules/gui/skins/x11/x11_graphics.h A /trunk/modules/gui/skins/x11/x11_run.cpp A /trunk/modules/gui/skins/x11/x11_theme.cpp A /trunk/modules/gui/skins/x11/x11_theme.h A /trunk/modules/gui/skins/x11/x11_window.cpp A /trunk/modules/gui/skins/x11/x11_window.h * skeleton of X11 skins ------------------------------------------------------------------------ r4214 | ipkiss | 2003-04-28 22:46:41 +0200 (Mon, 28 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/banks.cpp * ./modules/gui/skins/src/banks.cpp: fixed a segfault triggered by missing tags in the XML. ------------------------------------------------------------------------ r4215 | ipkiss | 2003-04-29 00:44:26 +0200 (Tue, 29 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/win32/win32_run.cpp * modules/gui/skins/win32/win32_run.cpp: clean exit of wxWindows thread ------------------------------------------------------------------------ r4216 | fenrir | 2003-04-29 01:25:50 +0200 (Tue, 29 Apr 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: fixed playback of broken stream.... ------------------------------------------------------------------------ r4217 | gbazin | 2003-04-29 14:54:57 +0200 (Tue, 29 Apr 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/win32/win32_bitmap.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well. ------------------------------------------------------------------------ r4218 | fenrir | 2003-04-29 17:40:31 +0200 (Tue, 29 Apr 2003) | 3 lines Changed paths: M /trunk/modules/access_output/file.c * file: use - to write on stdout. (but you can only use ts and ps muxer, as the others need to seek). ------------------------------------------------------------------------ r4219 | gbazin | 2003-04-29 18:03:14 +0200 (Tue, 29 Apr 2003) | 4 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/video_output/directx/directx.c * modules/audio_output/directx.c: fixed the "no sound on NT4" problem. The directx audio plugin wasn't freeing its resources properly in case Probe() failed so the waveout plugin couldn't open the audio device afterwards. * modules/video_output/directx/directx.c: work-around buggy video drivers that create unsupported surfaces without shouting. Hopefully, non overlay YUV surfaces shouldn't be created anymore if not supported. ------------------------------------------------------------------------ r4220 | hartman | 2003-04-29 22:17:12 +0200 (Tue, 29 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/playlist.m: - When we delete an item, update playlist with to indicate 'currently playing' ------------------------------------------------------------------------ r4221 | fenrir | 2003-04-29 22:29:19 +0200 (Tue, 29 Apr 2003) | 5 lines Changed paths: M /trunk/include/vlc_config.h * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of resampling with some files while keeping good synchronisation. Anybody has an idea of the maximum desynchronisation between audio and video that still be imperceptible ? ------------------------------------------------------------------------ r4222 | ipkiss | 2003-04-29 22:36:56 +0200 (Tue, 29 Apr 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/theme.cpp * ./modules/gui/skins/src/theme.cpp: avoid infinite recursion with circular anchoring ------------------------------------------------------------------------ r4223 | fenrir | 2003-04-29 23:32:21 +0200 (Tue, 29 Apr 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c: fix segfault when not specifying mux name. ------------------------------------------------------------------------ r4224 | fenrir | 2003-04-30 00:38:56 +0200 (Wed, 30 Apr 2003) | 6 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c: some sanity checks and bypass default behavour of module_Need (when I ask for udp I want udp or an error, but not file or something else) by adding ",none" when a module name is specified. I will clean up that by adding a flag to module_Need or something like that. ------------------------------------------------------------------------ r4225 | fenrir | 2003-04-30 00:44:08 +0200 (Wed, 30 Apr 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/display.c M /trunk/modules/stream_out/es.c M /trunk/modules/stream_out/transcode.c all: use /* */ instead of // (we write c code) ------------------------------------------------------------------------ r4226 | hartman | 2003-04-30 06:13:12 +0200 (Wed, 30 Apr 2003) | 6 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c modules/access/http.c: modules/access/ftp.c: * fixed a very serious bug in the atoll code. this contained a never ending while loop. It showed on systems without atoll() (MacOSX) as an inability to view http and ftp streams. ------------------------------------------------------------------------ r4227 | gbazin | 2003-04-30 11:11:13 +0200 (Wed, 30 Apr 2003) | 3 lines Changed paths: M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement. ------------------------------------------------------------------------ r4228 | hartman | 2003-04-30 16:04:53 +0200 (Wed, 30 Apr 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m modules/gui/macosx/controls.m: fixed cosmetic issue with deinterlace menu. ------------------------------------------------------------------------ r4229 | gbazin | 2003-04-30 21:20:32 +0200 (Wed, 30 Apr 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: fixed breakage for devices supporting I420. ------------------------------------------------------------------------ r4230 | ipkiss | 2003-04-30 21:22:27 +0200 (Wed, 30 Apr 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp * ./configure.ac.in: - added a basic-skins plugin, which doesn't make use of wxWindows dialogs (currently only works for win32) - renamed with-wx-config-path in with-skins-wx-config-path for the skins plugin, to avoid problems with the wxwindows plugin ------------------------------------------------------------------------ r4231 | asmax | 2003-04-30 23:16:24 +0200 (Wed, 30 Apr 2003) | 2 lines Changed paths: M /trunk/build-vlc M /trunk/config.in M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_graphics.h * enable basic-skins for GTK2 (not tested yet ;) ------------------------------------------------------------------------ r4232 | fenrir | 2003-04-30 23:45:52 +0200 (Wed, 30 Apr 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: fix playback of some stream with raw audio. I also split big audio chunk. (Avoid 100000 samples at once :( ------------------------------------------------------------------------ r4233 | hartman | 2003-05-01 01:58:56 +0200 (Thu, 01 May 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/Modules.am M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m A /trunk/modules/gui/macosx/output.h A /trunk/modules/gui/macosx/output.m ALL: New output dialog that uses the new --sout syntax. - it is not so powerful as --sout (does not allow for multiple unicasts ie) - there is a bug in the transcode settings. not sure what is causing it. ------------------------------------------------------------------------ r4234 | hartman | 2003-05-01 03:11:17 +0200 (Thu, 01 May 2003) | 9 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * modules/gui/macosx/macosx.m - added a macosx-float config option - changed 'opaqueness' into 'macosx-opaqueness' * modules/gui/macosx/vout.? - let vout respect 'float' on top option. - added a toggle function to toggle float on top. ALL: - menuitem and corresponding code for float on top. ------------------------------------------------------------------------ r4235 | ipkiss | 2003-05-01 15:51:03 +0200 (Thu, 01 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.h * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the basic-skins plugin with GTK2 * modules/gui/skins/parser/skin.*: small compilation fix, but i don't really understand why it is necessary :) ------------------------------------------------------------------------ r4236 | fenrir | 2003-05-02 02:33:42 +0200 (Fri, 02 May 2003) | 3 lines Changed paths: M /trunk/modules/mux/avi.c M /trunk/modules/packetizer/copy.c * copy: added raw audio/video support. * avi: added raw audio support (little endian only). ------------------------------------------------------------------------ r4237 | fenrir | 2003-05-02 05:40:01 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/rawvideo.c * rawvideo.c: fix a bug while filling picture. ------------------------------------------------------------------------ r4238 | fenrir | 2003-05-02 05:41:03 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24). ------------------------------------------------------------------------ r4239 | sam | 2003-05-02 14:18:23 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: another kludge to avoid linking twice with libavcodec. ------------------------------------------------------------------------ r4240 | fenrir | 2003-05-02 16:51:57 +0200 (Fri, 02 May 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: should be able to compress raw audio, need to be cleaned up. u8,s8,s16 big and little endian should be supported but not all tested. ------------------------------------------------------------------------ r4241 | titer | 2003-05-02 17:36:41 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: A /trunk/modules/gui/skins/gtk2/.cvsignore A /trunk/modules/gui/skins/x11/.cvsignore Missing files ------------------------------------------------------------------------ r4242 | gbazin | 2003-05-02 17:53:32 +0200 (Fri, 02 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/controls/slider.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined. ------------------------------------------------------------------------ r4243 | fenrir | 2003-05-02 18:25:12 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: compilation fix. ------------------------------------------------------------------------ r4244 | fenrir | 2003-05-02 19:35:48 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: audio grabbing part begin to work :) ------------------------------------------------------------------------ r4245 | fenrir | 2003-05-02 21:37:08 +0200 (Fri, 02 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: fix about raw audio. ------------------------------------------------------------------------ r4246 | fenrir | 2003-05-03 03:12:13 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/avi/libavi.c M /trunk/modules/packetizer/copy.c M /trunk/modules/stream_out/transcode.c * all: shut up valgrind ;) (memory leacks and one overead/overwrite). ------------------------------------------------------------------------ r4247 | fenrir | 2003-05-03 03:52:43 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: fix a stupid bug that broke audio. ------------------------------------------------------------------------ r4248 | fenrir | 2003-05-03 04:09:41 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/a52.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c *** empty log message *** ------------------------------------------------------------------------ r4249 | fenrir | 2003-05-03 04:18:26 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fix a memory leak. ------------------------------------------------------------------------ r4250 | fenrir | 2003-05-03 14:36:17 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: used the same trick than vls to avoid too much resampling. ------------------------------------------------------------------------ r4251 | fenrir | 2003-05-03 15:18:16 +0200 (Sat, 03 May 2003) | 4 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: added two options: - vt : video bitrate tolerance - keyint : number of inter frames between intra frames. ------------------------------------------------------------------------ r4252 | titer | 2003-05-03 15:37:21 +0200 (Sat, 03 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h beos/* : New Preferences window that lets you configure everything. It is not complete yet (see the TODO in PreferencesWindow.cpp) ------------------------------------------------------------------------ r4253 | fenrir | 2003-05-03 16:22:47 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: fixed video resizing. ------------------------------------------------------------------------ r4254 | fenrir | 2003-05-03 16:33:35 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: fix cropping code. ------------------------------------------------------------------------ r4255 | fenrir | 2003-05-03 20:11:42 +0200 (Sat, 03 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: added qmin, qmax and hq(high quality) options. ------------------------------------------------------------------------ r4256 | massiot | 2003-05-04 00:25:44 +0200 (Sun, 04 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c Fixed handling of STATE_INVALID states. ------------------------------------------------------------------------ r4257 | massiot | 2003-05-04 03:36:20 +0200 (Sun, 04 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c More cleaning of the STATE_INVALID stuff (still not perfect though). ------------------------------------------------------------------------ r4258 | fenrir | 2003-05-04 12:46:28 +0200 (Sun, 04 May 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * mpga_audio: should fix an infinite loop when miss-detected free bitrate stream. ------------------------------------------------------------------------ r4259 | sam | 2003-05-04 14:40:58 +0200 (Sun, 04 May 2003) | 3 lines Changed paths: M /trunk/modules/video_output/sdl.c * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being linked with svgalib and svgalib using atexit(). ------------------------------------------------------------------------ r4260 | massiot | 2003-05-04 17:02:42 +0200 (Sun, 04 May 2003) | 6 lines Changed paths: M /trunk/modules/audio_filter/resampler/coreaudio.c M /trunk/modules/audio_output/coreaudio.c * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should fix the "sound drops after half an hour" bug) * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio resampler which works perfectly fine here Please test that I didn't break S/PDIF output on OS X. ------------------------------------------------------------------------ r4261 | fenrir | 2003-05-04 20:51:34 +0200 (Sun, 04 May 2003) | 22 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: follow the same logic for ab than vb. (ie for a small value it's used as kb/s for higher ones it's b/s). Just a remember, transcode options are: acodec= mpga,a52 ab (kb/s) vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2 width height vb (kb/s) vt (b/s) deinterlace croptop cropbottom cropleft cropright keyint hq qmin (between 1 and 32) qmax (between 1 and 32) only acodec and/or vcodec are mandatories (and it's a good idea to always define vb,vt, and/or ab) ------------------------------------------------------------------------ r4262 | massiot | 2003-05-05 00:33:35 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c M /trunk/src/video_output/vout_synchro.c * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with children" bug. ------------------------------------------------------------------------ r4263 | gbazin | 2003-05-05 00:42:18 +0200 (Mon, 05 May 2003) | 15 lines Changed paths: M /trunk/include/audio_output.h M /trunk/include/variables.h M /trunk/modules/access/dvd/access.c M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/satellite/access.c M /trunk/modules/access/vcd/vcd.c M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/coreaudio.c M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/oss.c M /trunk/modules/audio_output/sdl.c M /trunk/modules/audio_output/waveout.c M /trunk/modules/control/rc/rc.c M /trunk/modules/gui/gtk/menu.c M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/interface.cpp A /trunk/modules/gui/wxwindows/menus.cpp D /trunk/modules/gui/wxwindows/popup.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/testsuite/test4.c M /trunk/src/audio_output/output.c M /trunk/src/input/input_ext-intf.c M /trunk/src/input/input_programs.c M /trunk/src/misc/variables.c * src/misc/variables.c, ALL: improvements to the object variables api. - added another argument to var_Change(). - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change() that are used to set/get a friendly name to an object variable. - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve the number of availabel choices without having to get their value as well. - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign a friendly name to the choice value. - VLC_VAR_GETCHOICES retrieves the choices values and their friendly names. * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface. ------------------------------------------------------------------------ r4264 | gbazin | 2003-05-05 01:03:00 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in * po/POTFILES.in: added the new modules since 0.5.3 ------------------------------------------------------------------------ r4265 | massiot | 2003-05-05 01:38:06 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * First round of capitalization of description strings. ------------------------------------------------------------------------ r4266 | gbazin | 2003-05-05 01:39:02 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/src/audio_output/output.c * src/audio_output/output.c: fixed warning. ------------------------------------------------------------------------ r4267 | sam | 2003-05-05 13:49:50 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_output.c * ./src/video_output/video_output.c: fixed a crash that occurs when the width and height variables are set to their default values. ------------------------------------------------------------------------ r4268 | gbazin | 2003-05-05 14:15:25 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp * modules/gui/skins/src/*: compilation fixes under win32. ------------------------------------------------------------------------ r4269 | hartman | 2003-05-05 15:03:23 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/README.MacOSX.rtf NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone. README.MacOSX.rtf: clarified some things. ------------------------------------------------------------------------ r4270 | titer | 2003-05-05 15:06:02 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h modules/gui/beos/*: Partial fix for Preferences resizing ------------------------------------------------------------------------ r4271 | titer | 2003-05-05 15:15:06 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/NEWS Updated NEWS for 0.5.4 release ------------------------------------------------------------------------ r4272 | sigmunau | 2003-05-05 16:58:45 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/kde/preferences.cpp Implemented support for CONFIG_ITEM_DIRECTORY ------------------------------------------------------------------------ r4273 | sigmunau | 2003-05-05 17:21:28 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/include/vlc/vlc.h M /trunk/src/misc/variables.c implemented VLC_VAR_TIME using two ints ------------------------------------------------------------------------ r4274 | fenrir | 2003-05-05 17:52:13 +0200 (Mon, 05 May 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/bits.h * bits.h: clean up ------------------------------------------------------------------------ r4275 | gbazin | 2003-05-05 18:09:41 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/Makefile.am D /trunk/include/netutils.h M /trunk/modules/gui/familiar/interface.c M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_callbacks.h M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c M /trunk/modules/gui/gtk/sout.c M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/qnx/vout.c M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/win32/mainframe.cpp M /trunk/modules/gui/win32/network.cpp M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/mga/xmga.c M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/sdl.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/input/input.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/modules.c D /trunk/src/misc/netutils.c * ALL: removed the old channels server stuff (was deprecated). ------------------------------------------------------------------------ r4276 | gbazin | 2003-05-05 18:29:57 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h * modules/gui/skins/src/*: forgot a few references to the channels server. ------------------------------------------------------------------------ r4277 | titer | 2003-05-05 23:35:37 +0200 (Mon, 05 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in configure.ac.in: fixed libdvbpsi detection for people who don't have stdint.h but inttypes.h ------------------------------------------------------------------------ r4278 | hartman | 2003-05-06 00:04:11 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m * fixed the autogenerated menu's. ------------------------------------------------------------------------ r4279 | gbazin | 2003-05-06 00:23:42 +0200 (Tue, 06 May 2003) | 4 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/include/input_ext-plugins.h M /trunk/modules/access/dvd/es.c M /trunk/modules/access/dvdplay/es.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac/demux.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/flac.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mpeg/audio.c M /trunk/modules/demux/mpeg/es.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/wav/wav.c M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/gtk/menu.c M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/win32/menu.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/stream_out/display.c M /trunk/po/POTFILES.in M /trunk/src/input/input_programs.c M /trunk/src/libvlc.h * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables. ------------------------------------------------------------------------ r4280 | gbazin | 2003-05-06 00:48:23 +0200 (Tue, 06 May 2003) | 4 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/src/input/input_programs.c * modules/demux/mpeg/ts.c: compiler warning fix. * src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es". ------------------------------------------------------------------------ r4281 | titer | 2003-05-06 03:15:24 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/configure.ac.in configure.ac.in: fixed static linking with libintl and libiconv ------------------------------------------------------------------------ r4282 | fenrir | 2003-05-06 04:01:35 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mms.c M /trunk/modules/access/mms/mmsh.h * mms: fix for builtin compilation. ------------------------------------------------------------------------ r4283 | titer | 2003-05-06 04:17:11 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/Makefile.am Makefile.am: fixed BeOS package generation when all modules are built-in ------------------------------------------------------------------------ r4284 | fenrir | 2003-05-06 14:57:48 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http: fix 'add mrl'. ------------------------------------------------------------------------ r4285 | fenrir | 2003-05-06 16:19:29 +0200 (Tue, 06 May 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c * http: redirect to main page each time we pass arguments. (it's done by an html header and not by the http protocol. I know it's bad but it's a lot easier ;) ------------------------------------------------------------------------ r4286 | fenrir | 2003-05-06 18:05:10 +0200 (Tue, 06 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c * mp4: fix a segfault and play .3gp with h263 video track. ------------------------------------------------------------------------ r4287 | hartman | 2003-05-06 22:12:28 +0200 (Tue, 06 May 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m * ALL: there were reports of crashes in the menucode. i think it was that the VLCWindow could suddenly disappear (the vout closed) and therefore we could no longer reference it. This should fix that. Also made this code more generic to avoid code duplication. ------------------------------------------------------------------------ r4288 | gbazin | 2003-05-06 23:01:58 +0200 (Tue, 06 May 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg/ts.c: fixed my last f*ckage + a bit of clean-up. ------------------------------------------------------------------------ r4289 | gbazin | 2003-05-07 02:18:39 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: removed the channels server entry. ------------------------------------------------------------------------ r4290 | fenrir | 2003-05-07 02:28:38 +0200 (Wed, 07 May 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default as it seems buggy with valid files. You have to use --ffmpeg-truncated to force it. MPEG-4 in TS won't work unless you use --ffmpeg-truncated :(( ------------------------------------------------------------------------ r4291 | fenrir | 2003-05-07 04:31:20 +0200 (Wed, 07 May 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c * mp4: raaaah, sometime moov box are masqueraded by a free box, so I look at free box content to see if it could be moov box, I hope there won't be any misdetection. (Even when there is a spec, nobody follows it :(( ------------------------------------------------------------------------ r4292 | gbazin | 2003-05-07 14:23:06 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: misc fixes. ------------------------------------------------------------------------ r4293 | titer | 2003-05-07 16:49:19 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h modules/gui/beos/*: fixed a few things I broke recently (dvd menus, screenshots...) ------------------------------------------------------------------------ r4294 | fenrir | 2003-05-07 17:44:59 +0200 (Wed, 07 May 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * ffmpeg: --ffmpeg-truncated is now an int : * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this) * 0 -> disable CODEC_FLAG_TRUNCATED * 1 -> force CODEC_FLAG_TRUNCATED ------------------------------------------------------------------------ r4295 | gbazin | 2003-05-07 17:54:49 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: Fix (use different id numbers for each menus). ------------------------------------------------------------------------ r4296 | titer | 2003-05-07 18:47:10 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp modules/gui/beos/PreferencesWindow.cpp: Misc enhancements ------------------------------------------------------------------------ r4297 | titer | 2003-05-07 19:27:30 +0200 (Wed, 07 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h * modules/gui/beos/MessagesWindow.cpp: fixed a nasty bug * modules/gui/beos/PreferencesWindow.*: now you can save preferences ------------------------------------------------------------------------ r4298 | titer | 2003-05-07 21:20:23 +0200 (Wed, 07 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp modules/gui/beos/AudioOutput.cpp: cleaning ------------------------------------------------------------------------ r4299 | alexis | 2003-05-08 01:07:34 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/doc/faq/Makefile Makefile : Minor changes. ------------------------------------------------------------------------ r4300 | hartman | 2003-05-08 01:13:07 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * changed "Gayscale video output" option back into "Grayscale video output" ------------------------------------------------------------------------ r4301 | titer | 2003-05-08 03:05:14 +0200 (Thu, 08 May 2003) | 4 lines Changed paths: M /trunk/src/misc/beos_specific.cpp src/misc/beos_specific.cpp: Fixed a very old bug: if the user hit Alt+Q, don't let the be_app exit without any cleaning (that made VLC crash badly) ------------------------------------------------------------------------ r4302 | hartman | 2003-05-08 03:16:57 +0200 (Thu, 08 May 2003) | 6 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/applescript.m M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m ALL: autogenerated menu's for chapter,title,program,audio-es,spu-es and video-es. - video-es seems broken. it always starts with -1 (Disabled) selected. - moved some menuitems to other menu's for gui interface consistency with other gui's. - added a "fit to screen" menuitem. ------------------------------------------------------------------------ r4303 | titer | 2003-05-08 12:40:31 +0200 (Thu, 08 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/AudioOutput.cpp M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/VideoOutput.cpp * modules/gui/beos/AudioOutput.cpp: more cleaning * modules/gui/beos/VideoOutput.cpp: in fullscreen, add an item "Show Interface" to the popup ------------------------------------------------------------------------ r4304 | titer | 2003-05-08 12:45:50 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp modules/gui/beos/PreferencesWindow.cpp: cosmetic ------------------------------------------------------------------------ r4305 | gbazin | 2003-05-08 14:09:59 +0200 (Thu, 08 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp * modules/gui/wxwindows/menus.cpp: misc small fixes. ------------------------------------------------------------------------ r4306 | titer | 2003-05-08 16:15:36 +0200 (Thu, 08 May 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/libvlc.h src/libvlc.*: --translation is now a string. Usefull if want to specify a different language than your OS, or if your OS is not localized... ------------------------------------------------------------------------ r4307 | gbazin | 2003-05-08 17:58:56 +0200 (Thu, 08 May 2003) | 4 lines Changed paths: M /trunk/modules/access/file.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h * modules/access/file.c: fixed large file support on win32. * src/libvlc.[ch]: made the description of the translation option more explicit. ------------------------------------------------------------------------ r4308 | massiot | 2003-05-08 19:13:23 +0200 (Thu, 08 May 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * modules/gui/macosx: Fixed crashes with the new submenus when used on a localized system * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled the DVD menus by default. ------------------------------------------------------------------------ r4309 | titer | 2003-05-08 21:06:47 +0200 (Thu, 08 May 2003) | 3 lines Changed paths: M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/ftp.c M /trunk/modules/access/mms/mmsh.c M /trunk/modules/access/mms/mmstu.c M /trunk/modules/demux/mp4/libmp4.c M /trunk/src/input/input_info.c M /trunk/src/misc/messages.c ALL: fixed BeOS-specific warnings (ssize_t is not a int but a long, vasprintf if defined but not declared in the system headers...) ------------------------------------------------------------------------ r4310 | fenrir | 2003-05-08 21:21:39 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: remove __V4L_AUDIO_ (useless) ------------------------------------------------------------------------ r4311 | fenrir | 2003-05-08 21:26:59 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: clean up. ------------------------------------------------------------------------ r4312 | fenrir | 2003-05-08 21:51:38 +0200 (Thu, 08 May 2003) | 2 lines Changed paths: M /trunk/modules/access/ftp.c * ftp : updated copyright info. ------------------------------------------------------------------------ r4313 | hartman | 2003-05-09 01:11:28 +0200 (Fri, 09 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;) ------------------------------------------------------------------------ r4314 | hartman | 2003-05-09 02:41:11 +0200 (Fri, 09 May 2003) | 6 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * modules/gui/macosx/prefs.?: - made the advanced button better. - added missing CONFIG_ITEM_DIRECTORY support * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: - added the semi 'apple' default of com-, as a hotkey for the prefs. ------------------------------------------------------------------------ r4315 | titer | 2003-05-09 02:58:25 +0200 (Fri, 09 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m M /trunk/src/misc/configuration.c M /trunk/src/misc/messages.c * src/misc/messages.c: forget a defined(SYS_BEOS) in my last commit * src/misc/configuration.c: config_PutPsz now sets the variable to NULL if the string is empty * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz ------------------------------------------------------------------------ r4316 | hartman | 2003-05-09 03:19:43 +0200 (Fri, 09 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/prefs.m * modules/gui/macosx/prefs.m: - possibly fixed a crash situation when clicking the OK button (not sure though) * modules/gui/macosx/macosx.m: - made the transparency option an advanced option. ------------------------------------------------------------------------ r4317 | fenrir | 2003-05-09 04:39:21 +0200 (Fri, 09 May 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mmstu.c * mmstu: fixed a lookup. ------------------------------------------------------------------------ r4318 | gbazin | 2003-05-09 18:01:17 +0200 (Fri, 09 May 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c M /trunk/modules/misc/httpd.c * modules/misc/httpd.c: win32 fixes. * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones. ------------------------------------------------------------------------ r4319 | fenrir | 2003-05-09 21:29:57 +0200 (Fri, 09 May 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: fixed mace3/6 decoding. Only mono audio is working on the sample I have found. ------------------------------------------------------------------------ r4320 | titer | 2003-05-09 21:30:42 +0200 (Fri, 09 May 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in Updated POTFILES.in for BeOS' i18n ------------------------------------------------------------------------ r4321 | fenrir | 2003-05-09 21:53:51 +0200 (Fri, 09 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * faad: better support of AAC without ESDS. ------------------------------------------------------------------------ r4322 | massiot | 2003-05-09 22:30:29 +0200 (Fri, 09 May 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt France 1 - Italy 0 ------------------------------------------------------------------------ r4323 | sigmunau | 2003-05-10 00:03:06 +0200 (Sat, 10 May 2003) | 2 lines Changed paths: M /trunk/modules/audio_output/oss.c oss.c: give a warning if --spdif is set but the sourndcard don't support it. ------------------------------------------------------------------------ r4324 | fenrir | 2003-05-10 01:23:45 +0200 (Sat, 10 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/video.c * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :) ------------------------------------------------------------------------ r4325 | hartman | 2003-05-10 12:32:29 +0200 (Sat, 10 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/output.m * Finished the sout dialog on OSX. ------------------------------------------------------------------------ r4326 | hartman | 2003-05-10 13:05:52 +0200 (Sat, 10 May 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * added VP31 fourcc's. * disabled the vp31 and iv31 iv32. In it's current state it is too ugly too actually use it. It would generate too many bugreports. ------------------------------------------------------------------------ r4327 | gbazin | 2003-05-10 13:08:07 +0200 (Sat, 10 May 2003) | 3 lines Changed paths: M /trunk/src/input/input_programs.c * src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables. ------------------------------------------------------------------------ r4328 | titer | 2003-05-10 15:40:37 +0200 (Sat, 10 May 2003) | 4 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/libvlc.h * src/libvlc.[ch]: removed --translation to avoid breaking compatibility with old config files; --language is now a string_from_list you can use to specify the language (default is auto-detection). ------------------------------------------------------------------------ r4329 | titer | 2003-05-10 15:52:03 +0200 (Sat, 10 May 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in POTFILES.in: forgot a file yesterday... ------------------------------------------------------------------------ r4330 | fenrir | 2003-05-10 20:16:44 +0200 (Sat, 10 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * ffmpeg : fix for svq3. ------------------------------------------------------------------------ r4331 | hartman | 2003-05-10 22:49:07 +0200 (Sat, 10 May 2003) | 3 lines Changed paths: M /trunk/src/libvlc.h * fix titer's language commit. The list needs to end with a NULL, or VLC will no longer start. (it fails on the duplication of the config of this variable) ------------------------------------------------------------------------ r4332 | massiot | 2003-05-11 03:00:26 +0200 (Sun, 11 May 2003) | 6 lines Changed paths: M /trunk/modules/audio_filter/resampler/coreaudio.c M /trunk/modules/audio_output/coreaudio.c M /trunk/src/audio_output/output.c * modules/audio_filter/resampler/coreaudio.c: more accurate frame length calculation * modules/audio_output/coreaudio.c: apparently the audio card clock can be screwed, so probe it at every buffer * src/audio_output/output.c: Thou shalt not drop buffers ------------------------------------------------------------------------ r4333 | sigmunau | 2003-05-11 10:42:59 +0200 (Sun, 11 May 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/osd_text.c * osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing (doesn't seem to work) ------------------------------------------------------------------------ r4334 | sigmunau | 2003-05-11 15:14:04 +0200 (Sun, 11 May 2003) | 2 lines Changed paths: M /trunk/src/libvlc.c use c comment, and not c++ ------------------------------------------------------------------------ r4335 | gbazin | 2003-05-11 15:22:23 +0200 (Sun, 11 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy. ------------------------------------------------------------------------ r4336 | gbazin | 2003-05-11 15:45:21 +0200 (Sun, 11 May 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp * configure.ac.in: fixed the wx-config detection by the skins plugin. * modules/gui/wxwindows/*: fixed a couple of breakage. ------------------------------------------------------------------------ r4337 | sigmunau | 2003-05-11 16:33:32 +0200 (Sun, 11 May 2003) | 4 lines Changed paths: M /trunk/modules/codec/spudec/text.c M /trunk/modules/demux/util/sub.c Added code to render subtitles with the freetype module (disabled by default). To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c and modules/codec/spudec/text.c and run with --filter osdtext ------------------------------------------------------------------------ r4338 | gbazin | 2003-05-11 17:55:51 +0200 (Sun, 11 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation. ------------------------------------------------------------------------ r4339 | hartman | 2003-05-11 20:40:11 +0200 (Sun, 11 May 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/src/input/input_programs.c M /trunk/src/video_output/video_output.c * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout and playlist already have, to be notified of menu changes. * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE * modules/gui/macosx/intf.?: Interface listens for changes in the input menu's now. ------------------------------------------------------------------------ r4340 | hartman | 2003-05-11 20:41:27 +0200 (Sun, 11 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * forgot one file. see previous intf.m commit for details. ------------------------------------------------------------------------ r4341 | gbazin | 2003-05-11 20:43:19 +0200 (Sun, 11 May 2003) | 4 lines Changed paths: M /trunk/src/input/input_programs.c M /trunk/src/misc/variables.c * src/input/input_programs.c: small bug fix. * src/misc/variables.c: compilation fix for MSVC. ------------------------------------------------------------------------ r4342 | hartman | 2003-05-11 20:49:15 +0200 (Sun, 11 May 2003) | 8 lines Changed paths: M /trunk/po/.cvsignore * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want cvs to stop bugging me about it ;) *.sed *.sin *.header Rules-quot ------------------------------------------------------------------------ r4343 | hartman | 2003-05-11 21:09:51 +0200 (Sun, 11 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * ALL: - removed a bit too much code from the interface files previous commit. Menu's were enabled if there was no input. - removed a NSLog which was used for bugtracking ------------------------------------------------------------------------ r4344 | hartman | 2003-05-12 01:17:31 +0200 (Mon, 12 May 2003) | 13 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/about.h M /trunk/modules/gui/macosx/about.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.m * extras/MacOSX/vlc.pbproj/project.pbxproj: - Add the THANKS file to the Mac OS X application * modules/gui/macosx/about.?: - Use c-style comments instead of // - Open the AUTHORS file with the correct Encoding - Display the THANKS file as well - Rotate the scrolling when at the end * modules/gui/macosx/intf.m: - put Cocoa into multithreaded mode as soon as possible. Not really causing any problems now, but is cleaner. * modules/gui/macosx/prefs.m: - Select the current setting when we create a combobox. ------------------------------------------------------------------------ r4345 | hartman | 2003-05-12 03:17:10 +0200 (Mon, 12 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m * First set config variable, then add the files (and therefore potentially play them) in the playlist. Otherwise we can be too late. ------------------------------------------------------------------------ r4346 | gbazin | 2003-05-12 19:33:20 +0200 (Mon, 12 May 2003) | 8 lines Changed paths: M /trunk/include/configuration.h M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp D /trunk/modules/gui/skins/src/wxdialogs.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/video_output/directx/events.c M /trunk/src/misc/configuration.c M /trunk/src/playlist/playlist.c * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin. * modules/video_output/directx/events.c: fixed non-initialized variable. * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now). * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed. * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()). * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel. ------------------------------------------------------------------------ r4347 | gbazin | 2003-05-12 21:11:53 +0200 (Mon, 12 May 2003) | 3 lines Changed paths: M /trunk/include/vlc_common.h * include/vlc_common.h: small change to shut-up some memory checkers. ------------------------------------------------------------------------ r4348 | titer | 2003-05-12 21:59:48 +0200 (Mon, 12 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VlcWrapper.h modules/gui/beos/VlcWrapper.h: compile fix ------------------------------------------------------------------------ r4349 | gbazin | 2003-05-12 23:55:01 +0200 (Mon, 12 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels. * modules/gui/wxwindows/open.cpp: small cosmetic changes. ------------------------------------------------------------------------ r4350 | titer | 2003-05-13 13:18:25 +0200 (Tue, 13 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h modules/gui/beos/PreferencesWindow.*: use config_ResetAll() ------------------------------------------------------------------------ r4351 | gbazin | 2003-05-13 13:44:53 +0200 (Tue, 13 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: small fixes. ------------------------------------------------------------------------ r4352 | gbazin | 2003-05-13 14:09:29 +0200 (Tue, 13 May 2003) | 3 lines Changed paths: M /trunk/modules/control/rc/rc.c * modules/control/rc/rc.c: win32 fixes for the handling of special control keys. ------------------------------------------------------------------------ r4353 | titer | 2003-05-13 16:11:33 +0200 (Tue, 13 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h modules/gui/beos/PreferencesWindow.*: - use BMenuFields for string_from_list config items - cleaning ------------------------------------------------------------------------ r4354 | asmax | 2003-05-13 21:25:59 +0200 (Tue, 13 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_graphics.cpp M /trunk/modules/gui/skins/gtk2/gtk2_graphics.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_graphics.cpp M /trunk/modules/gui/skins/win32/win32_graphics.h * changed OSGraphics constructor (needed for X11) ------------------------------------------------------------------------ r4355 | asmax | 2003-05-13 22:36:29 +0200 (Tue, 13 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * beginning of event processing in X11 skins * graphics should work, but.... ------------------------------------------------------------------------ r4356 | gbazin | 2003-05-14 00:33:33 +0200 (Wed, 14 May 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: new subtitles file dialog box. * modules/demux/util/sub.c: fixed a few description strings. * Makefile.am: small cosmetic change to package-win32 target. ------------------------------------------------------------------------ r4357 | gbazin | 2003-05-14 00:59:16 +0200 (Wed, 14 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp A /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: added a navigation menu in the interface menubar. * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit. ------------------------------------------------------------------------ r4358 | gbazin | 2003-05-14 01:41:17 +0200 (Wed, 14 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp * modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack. ------------------------------------------------------------------------ r4359 | gbazin | 2003-05-14 11:00:10 +0200 (Wed, 14 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/Modules.am * modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp. ------------------------------------------------------------------------ r4360 | fenrir | 2003-05-14 13:15:50 +0200 (Wed, 14 May 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz) ------------------------------------------------------------------------ r4361 | hartman | 2003-05-14 16:56:26 +0200 (Wed, 14 May 2003) | 2 lines Changed paths: A /trunk/extras/MacOSX/Resources/a52.icns A /trunk/extras/MacOSX/Resources/aac.icns A /trunk/extras/MacOSX/Resources/asx.icns A /trunk/extras/MacOSX/Resources/avi.icns A /trunk/extras/MacOSX/Resources/bin.icns A /trunk/extras/MacOSX/Resources/cue.icns A /trunk/extras/MacOSX/Resources/dat.icns M /trunk/extras/MacOSX/Resources/divx.icns A /trunk/extras/MacOSX/Resources/dv.icns M /trunk/extras/MacOSX/Resources/generic.icns A /trunk/extras/MacOSX/Resources/m3u.icns A /trunk/extras/MacOSX/Resources/mov.icns A /trunk/extras/MacOSX/Resources/mp3.icns A /trunk/extras/MacOSX/Resources/mp4.icns M /trunk/extras/MacOSX/Resources/mpeg.icns M /trunk/extras/MacOSX/Resources/mpeg1.icns M /trunk/extras/MacOSX/Resources/mpeg2.icns M /trunk/extras/MacOSX/Resources/mpeg4.icns A /trunk/extras/MacOSX/Resources/mpg.icns A /trunk/extras/MacOSX/Resources/ogg.icns A /trunk/extras/MacOSX/Resources/ogm.icns A /trunk/extras/MacOSX/Resources/pls.icns A /trunk/extras/MacOSX/Resources/srt.icns A /trunk/extras/MacOSX/Resources/sub.icns M /trunk/extras/MacOSX/Resources/vlc.icns A /trunk/extras/MacOSX/Resources/vob.icns A /trunk/extras/MacOSX/Resources/wma.icns A /trunk/extras/MacOSX/Resources/wmv.icns M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj ALL: Davor won the vote, New icons in place. ------------------------------------------------------------------------ r4362 | hartman | 2003-05-14 16:57:42 +0200 (Wed, 14 May 2003) | 2 lines Changed paths: A /trunk/extras/MacOSX/Resources/asf.icns * Forgot one ------------------------------------------------------------------------ r4363 | fenrir | 2003-05-14 16:58:35 +0200 (Wed, 14 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/aac/demux.c * aac: use extention based detection. ------------------------------------------------------------------------ r4364 | sam | 2003-05-14 19:17:30 +0200 (Wed, 14 May 2003) | 3 lines Changed paths: M /trunk/debian/control M /trunk/debian/rules * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in the extras/ directory. ------------------------------------------------------------------------ r4365 | hartman | 2003-05-14 21:47:24 +0200 (Wed, 14 May 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib * Resized some elements to allow for better translations. ------------------------------------------------------------------------ r4366 | fenrir | 2003-05-14 23:29:43 +0200 (Wed, 14 May 2003) | 3 lines Changed paths: M /trunk/modules/demux/aac/demux.c M /trunk/src/libvlc.h * aac: compilation fix. * libvlc.h : set correct value for sout-a/vcodec ------------------------------------------------------------------------ r4367 | hartman | 2003-05-15 02:32:28 +0200 (Thu, 15 May 2003) | 5 lines Changed paths: A /trunk/vlc.ebuild * ./vlc.ebuild: a ebuild for the Gentoo Linux distribution. Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will need to be updated before release, to point out the correct links to these libraries. ------------------------------------------------------------------------ r4368 | hartman | 2003-05-15 02:46:23 +0200 (Thu, 15 May 2003) | 6 lines Changed paths: M /trunk/Makefile.am * added vlc.ebuild, vlc.spec.redhat to dist. * added all the new icons to the dist. * on make dist i would like to do mv vlc.ebuild vlc-${VERSION}.ebuild I don't know how to do this. Who does? ------------------------------------------------------------------------ r4369 | hartman | 2003-05-15 03:23:05 +0200 (Thu, 15 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * variable callback for the playlist. the input, audio and video still need to be done, waiting for gibalou to work his magic on that ;) cvs: ---------------------------------------------------------------------- ------------------------------------------------------------------------ r4370 | gbazin | 2003-05-15 03:33:53 +0200 (Thu, 15 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features. ------------------------------------------------------------------------ r4371 | hartman | 2003-05-15 04:02:13 +0200 (Thu, 15 May 2003) | 5 lines Changed paths: M /trunk/NEWS M /trunk/README.MacOSX.rtf * Went trough my maillogs and filled out large parts of the NEWS file. please check and add your own. (i was bored ;) * Updated the README.MacOSX.rtf with some more pointers and changed version to 0.6.0 ------------------------------------------------------------------------ r4372 | hartman | 2003-05-15 17:35:55 +0200 (Thu, 15 May 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/vlc.ebuild * Makefile.am: on make dist move vlc.ebuild * vlc.ebuild: small spelling correction ------------------------------------------------------------------------ r4373 | sam | 2003-05-15 17:50:23 +0200 (Thu, 15 May 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well. ------------------------------------------------------------------------ r4374 | gbazin | 2003-05-15 17:59:35 +0200 (Thu, 15 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: small fixes and improvements. ------------------------------------------------------------------------ r4375 | sam | 2003-05-15 18:02:26 +0200 (Thu, 15 May 2003) | 2 lines Changed paths: M /trunk/Makefile.am * ./Makefile.am: fixed LDFLAGS when using --enable-gprof. ------------------------------------------------------------------------ r4376 | jpsaman | 2003-05-15 22:28:00 +0200 (Thu, 15 May 2003) | 3 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Updating version to 0.5.4. Enable building with libmpeg2. ------------------------------------------------------------------------ r4377 | jpsaman | 2003-05-15 22:45:08 +0200 (Thu, 15 May 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target. ------------------------------------------------------------------------ r4378 | gbazin | 2003-05-15 23:31:53 +0200 (Thu, 15 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/src/input/input_programs.c * src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables. * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu. ------------------------------------------------------------------------ r4379 | massiot | 2003-05-16 00:27:38 +0200 (Fri, 16 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/access/dvd/dvd.c M /trunk/modules/access/file.c M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mms.c M /trunk/modules/access/satellite/satellite.c M /trunk/modules/access/slp.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/audio_filter/channel_mixer/headphone.c M /trunk/modules/audio_output/coreaudio.c M /trunk/modules/audio_output/file.c M /trunk/modules/audio_output/oss.c M /trunk/modules/codec/mpeg_video/parser.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/control/http.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/gui/familiar/familiar.c M /trunk/modules/gui/gtk/gnome.c M /trunk/modules/gui/gtk/gtk.c M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/win32/win32.cpp M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/logger/logger.c M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/mga/xmga.c M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xvideo.c M /trunk/modules/visualization/xosd/xosd.c * now 0.6.0-cvs * ALL: Capitalize all preferences text strings ------------------------------------------------------------------------ r4380 | gbazin | 2003-05-16 01:05:59 +0200 (Fri, 16 May 2003) | 3 lines Changed paths: M /trunk/src/input/input_programs.c * src/input/input_programs.c: a few fixes to the navigation object variable. ------------------------------------------------------------------------ r4381 | gbazin | 2003-05-17 01:02:37 +0200 (Sat, 17 May 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/copy.c M /trunk/modules/stream_out/transcode.c * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well. ------------------------------------------------------------------------ r4382 | gbazin | 2003-05-17 13:35:14 +0200 (Sat, 17 May 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/audio_filter/resampler/bandlimited.c M /trunk/src/libvlc.h * configure.ac.in: removed the encoders from the list of plugins as they are not used currently. * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling. ------------------------------------------------------------------------ r4383 | gbazin | 2003-05-17 16:36:19 +0200 (Sat, 17 May 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output. ------------------------------------------------------------------------ r4384 | titer | 2003-05-17 17:20:46 +0200 (Sat, 17 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.cpp modules/gui/beos/* : cosmetic ------------------------------------------------------------------------ r4385 | titer | 2003-05-17 20:30:41 +0200 (Sat, 17 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/MessagesWindow.cpp M /trunk/modules/gui/beos/MessagesWindow.h M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h * modules/gui/beos/MessagesWindow.* : cleaning * modules/gui/beos/PreferencesWindow.* : split the main modules into its categories ------------------------------------------------------------------------ r4386 | gbazin | 2003-05-17 22:30:31 +0200 (Sat, 17 May 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/access/Modules.am A /trunk/modules/access/cdda.c M /trunk/modules/access/vcd/Modules.am M /trunk/modules/access/vcd/cdrom.c M /trunk/modules/access/vcd/cdrom.h A /trunk/modules/access/vcd/cdrom_internals.h M /trunk/modules/access/vcd/vcd.c D /trunk/modules/access/vcd/vcd.h M /trunk/modules/codec/araw.c * modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir). You can now listen to your favorite CDDAs with vlc, or even stream them :) (Their is not yet any support for jitter correction). * modules/codec/araw.c: small clean-up. ------------------------------------------------------------------------ r4387 | gbazin | 2003-05-18 00:00:00 +0200 (Sun, 18 May 2003) | 4 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/src/input/input_programs.c * include/input_ext-intf.h: forgot this file in my last commit. * src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary. ------------------------------------------------------------------------ r4388 | gbazin | 2003-05-18 00:48:09 +0200 (Sun, 18 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available. * modules/gui/wxwindows/streamout.cpp: small cosmetic changes. * modules/gui/wxwindows/open.cpp: added a CD Audio entry. ------------------------------------------------------------------------ r4389 | gbazin | 2003-05-18 01:57:35 +0200 (Sun, 18 May 2003) | 5 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/Makefile.am M /trunk/NEWS M /trunk/install-win32 * INSTALL.win32: finally updated the instructions on how to build vlc for win32 :) * install-win32, Makefile.am: updates for the win32 package. * NEWS: added a few missing things. ------------------------------------------------------------------------ r4390 | asmax | 2003-05-18 13:25:00 +0200 (Sun, 18 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.h M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * first BMP loader for X11 skins : it can only handle 24bbp uncompressed images, but it works ! ------------------------------------------------------------------------ r4391 | gbazin | 2003-05-18 14:18:46 +0200 (Sun, 18 May 2003) | 5 lines Changed paths: M /trunk/modules/access/vcd/cdrom.c M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/video_filter/osd_text.c * modules/gui/wxwindows/open.cpp: small fixes. * modules/access/vcd/cdrom.c: win32 fix for cue file parsing. * modules/video_filter/osd_text.c: small win32 fix. ------------------------------------------------------------------------ r4392 | gbazin | 2003-05-18 17:44:03 +0200 (Sun, 18 May 2003) | 4 lines Changed paths: M /trunk/modules/access/cdda.c M /trunk/modules/access/vcd/cdrom.c M /trunk/modules/access/vcd/cdrom.h M /trunk/modules/access/vcd/cdrom_internals.h M /trunk/modules/access/vcd/vcd.c * modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time. Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows. ------------------------------------------------------------------------ r4393 | gbazin | 2003-05-18 18:27:18 +0200 (Sun, 18 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog. ------------------------------------------------------------------------ r4394 | asmax | 2003-05-18 19:48:05 +0200 (Sun, 18 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.h M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * added transparency in X11 skins ------------------------------------------------------------------------ r4395 | hartman | 2003-05-18 20:56:57 +0200 (Sun, 18 May 2003) | 2 lines Changed paths: M /trunk/NEWS * fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported ------------------------------------------------------------------------ r4396 | gbazin | 2003-05-18 21:46:35 +0200 (Sun, 18 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/bitmaps/disc.xpm M /trunk/modules/gui/wxwindows/bitmaps/file.xpm M /trunk/modules/gui/wxwindows/bitmaps/net.xpm M /trunk/modules/gui/wxwindows/bitmaps/next.xpm M /trunk/modules/gui/wxwindows/bitmaps/pause.xpm M /trunk/modules/gui/wxwindows/bitmaps/play.xpm M /trunk/modules/gui/wxwindows/bitmaps/playlist.xpm M /trunk/modules/gui/wxwindows/bitmaps/previous.xpm M /trunk/modules/gui/wxwindows/bitmaps/sat.xpm M /trunk/modules/gui/wxwindows/bitmaps/stop.xpm M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons. PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ? ------------------------------------------------------------------------ r4397 | jpsaman | 2003-05-18 22:54:43 +0200 (Sun, 18 May 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Updated release numbering of packages. ------------------------------------------------------------------------ r4398 | titer | 2003-05-19 00:30:33 +0200 (Mon, 19 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/MessagesWindow.cpp modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue ------------------------------------------------------------------------ r4399 | fenrir | 2003-05-19 01:16:57 +0200 (Mon, 19 May 2003) | 4 lines Changed paths: M /trunk/src/input/input_programs.c * input_program.c: input_DelES destroyed the decoder (if any) without removing this ES from the list of selected ES. So, instead we call input_UnselectES. ------------------------------------------------------------------------ r4400 | gbazin | 2003-05-19 11:57:55 +0200 (Mon, 19 May 2003) | 3 lines Changed paths: A /trunk/modules/gui/wxwindows/bitmaps/fast.xpm A /trunk/modules/gui/wxwindows/bitmaps/slow.xpm * modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit. ------------------------------------------------------------------------ r4401 | gbazin | 2003-05-19 13:38:05 +0200 (Mon, 19 May 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/duplicate.c M /trunk/src/stream_output/stream_output.c * src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons. ------------------------------------------------------------------------ r4402 | gbazin | 2003-05-19 22:47:16 +0200 (Mon, 19 May 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/access/cdda.c * Bumped version to 0.6.0-test1 * modules/access/cdda.c: decreased the priority of the cdda plugin. ------------------------------------------------------------------------ r4403 | gbazin | 2003-05-19 23:04:52 +0200 (Mon, 19 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * modules/gui/wxwindows/Modules.am: included the 2 new bitmaps. * po/*: updated the po files. ------------------------------------------------------------------------ r4404 | asmax | 2003-05-19 23:39:34 +0200 (Mon, 19 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_event.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * a lot of cleaning in X11 skins, but some problems remain with event handling :( ------------------------------------------------------------------------ r4405 | gbazin | 2003-05-20 01:36:44 +0200 (Tue, 20 May 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago. ------------------------------------------------------------------------ r4406 | titer | 2003-05-20 13:44:18 +0200 (Tue, 20 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h modules/gui/beos/PreferencesWindow.* : cleaning ------------------------------------------------------------------------ r4407 | hartman | 2003-05-20 17:23:25 +0200 (Tue, 20 May 2003) | 6 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * Added a Reset prefs option * New prefs dialog much like the wxWindows and BeOS one. - translated instances might be broken. - still need sliders for min/max values - improved sizing should be done. ------------------------------------------------------------------------ r4408 | hartman | 2003-05-20 17:51:03 +0200 (Tue, 20 May 2003) | 3 lines Changed paths: M /trunk/THANKS M /trunk/modules/gui/macosx/macosx.m * THANKS: Added Davor Orel who created the OS X icons. * modules/gui/macosx/macosx.m: changed a float into a float with range ------------------------------------------------------------------------ r4409 | sigmunau | 2003-05-20 18:08:59 +0200 (Tue, 20 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/kde/kde.cpp kde.cpp: explicitly tell kde with icons to use. Should fix a crash that caused AIGALRM. kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming conventions ------------------------------------------------------------------------ r4410 | zorglub | 2003-05-20 18:20:33 +0200 (Tue, 20 May 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/NEWS A /trunk/include/announce.h M /trunk/include/vlc/sout.h M /trunk/include/vlc_common.h M /trunk/modules/stream_out/standard.c M /trunk/src/misc/modules.c A /trunk/src/stream_output/announce.c All: Support for SAP advertising in stream output add sap, or sap="Name" in the stream output options ------------------------------------------------------------------------ r4411 | hartman | 2003-05-20 20:53:03 +0200 (Tue, 20 May 2003) | 6 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/prefs.m * NEWS: updated some OSX info * ALL: - added CDDA support - added a "Online Documentation" item to the Help menu - removed some debugging strings ------------------------------------------------------------------------ r4412 | jpsaman | 2003-05-20 22:09:19 +0200 (Tue, 20 May 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Modified build scripts ------------------------------------------------------------------------ r4413 | hartman | 2003-05-20 23:35:52 +0200 (Tue, 20 May 2003) | 6 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in M /trunk/modules/codec/Modules.am A /trunk/modules/codec/quicktime.c * ALL: added a quicktime module. - This module provides QDM2 and QDMC sound support on OSX by linking to the native QT libraries. We now have FULL QT trailer support on OSX. - The video part of this decoder is not yet working on OSX. - This can be used for a future win32dll loader system as well. ------------------------------------------------------------------------ r4414 | gbazin | 2003-05-21 01:17:59 +0200 (Wed, 21 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection. ------------------------------------------------------------------------ r4415 | fenrir | 2003-05-21 12:02:55 +0200 (Wed, 21 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/wav/wav.c * wav: fix a parsing bug. ------------------------------------------------------------------------ r4416 | sigmunau | 2003-05-21 15:10:05 +0200 (Wed, 21 May 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h removed the --playlist option as it doesn't seem to be used ------------------------------------------------------------------------ r4417 | sigmunau | 2003-05-21 15:19:32 +0200 (Wed, 21 May 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h removed the desctiption texts of a nonexisting config option ------------------------------------------------------------------------ r4418 | gbazin | 2003-05-21 15:27:25 +0200 (Wed, 21 May 2003) | 6 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/vout.h M /trunk/src/video_output/video_output.c * modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage. * modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation. * src/video_output/video_output.c: added a "fullscreen" object variable. * modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable. ------------------------------------------------------------------------ r4419 | hartman | 2003-05-21 17:40:03 +0200 (Wed, 21 May 2003) | 7 lines Changed paths: M /trunk/include/main.h M /trunk/modules/codec/quicktime.c M /trunk/modules/gui/macosx/vout.m M /trunk/src/libvlc.c * include/main.h src/libvlc.c: Added a quicktime_lock on SYS_DARWIN * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces of identifying the right Codec to use for decoding to be one of these areas. So when we do this, only one thread at a time can use QT. Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;) ------------------------------------------------------------------------ r4420 | gbazin | 2003-05-21 17:54:08 +0200 (Wed, 21 May 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c * modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed. ------------------------------------------------------------------------ r4421 | jpsaman | 2003-05-21 20:04:08 +0200 (Wed, 21 May 2003) | 2 lines Changed paths: M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus More buildscript fixes. ------------------------------------------------------------------------ r4422 | jpsaman | 2003-05-21 20:09:31 +0200 (Wed, 21 May 2003) | 2 lines Changed paths: M /trunk/configure.ac.in Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me! ------------------------------------------------------------------------ r4423 | hartman | 2003-05-21 21:55:25 +0200 (Wed, 21 May 2003) | 6 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/quicktime.c M /trunk/vlc.ebuild * vlc.ebuild: This ebuild should work if we release a test2. * modules/codec/quicktime.c: I added all the audio formats I know QT can handle. except for mp3 ;) * modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian, since the problems with this decoder are endian specific according to it's creator. ------------------------------------------------------------------------ r4424 | hartman | 2003-05-21 23:30:30 +0200 (Wed, 21 May 2003) | 4 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/output.m * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1 version was broken. * extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths. ------------------------------------------------------------------------ r4425 | gbazin | 2003-05-22 14:00:57 +0200 (Thu, 22 May 2003) | 6 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/modules/access/cdda.c M /trunk/modules/access/vcd/cdrom.c M /trunk/modules/access/vcd/vcd.c M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/src/misc/cpu.c M /trunk/src/stream_output/announce.c * INSTALL.win32: added a small note about running vlc under the msvc debugger. * modules/gui/wxwindows/*: small fixes. * modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32. * src/misc/cpu.c, src/stream_output/announce.c: msvc fixes. ------------------------------------------------------------------------ r4426 | hartman | 2003-05-22 15:40:13 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * Fixed an issue that was preventing the use of the playlist in Mac OS 10.1 ------------------------------------------------------------------------ r4427 | hartman | 2003-05-22 16:25:34 +0200 (Thu, 22 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/prefs.m * modules/gui/macosx/playlist.m: fixed my fix * modules/gui/macosx/output.m: removed a debug statement * modules/gui/macosx/prefs.m: fixed localizations of the prefs panel. ------------------------------------------------------------------------ r4428 | hartman | 2003-05-22 16:40:07 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/output.m * fixed a localization issue ------------------------------------------------------------------------ r4429 | hartman | 2003-05-22 17:34:02 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: strings for the address and the port variable were switched. ------------------------------------------------------------------------ r4430 | gbazin | 2003-05-22 18:01:02 +0200 (Thu, 22 May 2003) | 3 lines Changed paths: M /trunk/src/audio_output/dec.c M /trunk/src/input/input.c M /trunk/src/input/input_clock.c * src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values. ------------------------------------------------------------------------ r4431 | asmax | 2003-05-22 20:30:33 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/python/Makefile M /trunk/python/setup.py * started to repair build of python module ------------------------------------------------------------------------ r4432 | asmax | 2003-05-22 22:06:19 +0200 (Thu, 22 May 2003) | 3 lines Changed paths: M /trunk/python/setup.py * at last the python module works again ! (so stupid: the flag -lavcodec had to be at the *end* of the line !) ------------------------------------------------------------------------ r4433 | hartman | 2003-05-22 22:45:25 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * added an ifdef for SVQ3 ------------------------------------------------------------------------ r4434 | hartman | 2003-05-22 22:56:07 +0200 (Thu, 22 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * spelling error in description string ------------------------------------------------------------------------ r4435 | gbazin | 2003-05-22 23:42:44 +0200 (Thu, 22 May 2003) | 5 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/src/libvlc.h * src/libvlc.h: fixed spelling mistake. * modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls. * modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute. ------------------------------------------------------------------------ r4436 | gbazin | 2003-05-23 00:24:34 +0200 (Fri, 23 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: fixed typo. ------------------------------------------------------------------------ r4437 | hartman | 2003-05-23 02:00:48 +0200 (Fri, 23 May 2003) | 11 lines Changed paths: M /trunk/modules/codec/quicktime.c M /trunk/modules/gui/macosx/vout.m M /trunk/vlc.ebuild * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;) * modules/gui/macosx/vout.m: removed some code that was preventing us from using chroma converters. * modules/codec/quicktime.c: - added the video decoder. only works with SVQ3 atm, returns Invalid BITMAPHEADER for some reason in all other cases. - did some cleaning up. this might just work under Win32 now aswell, gibalou will do some testing tomorrow ;) - SVQ3 QT degrades faster then the ffmpeg version, but also recovers faster. I'm not yet sure which one i prefer. ------------------------------------------------------------------------ r4438 | sam | 2003-05-23 13:41:17 +0200 (Fri, 23 May 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/debian/changelog * Built-in modules were linked twice in the mozilla plugin; removed the non-PIC ones (Closes Debian bug #194384). ------------------------------------------------------------------------ r4439 | hartman | 2003-05-23 15:02:53 +0200 (Fri, 23 May 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * Updated the informal message to report the ip and port the http intf was started on. This will help ppl to actually use the thing ;) ------------------------------------------------------------------------ r4440 | sigmunau | 2003-05-24 01:53:53 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c the http interface should now output valid xhtml 1.0. ------------------------------------------------------------------------ r4441 | hartman | 2003-05-24 04:48:55 +0200 (Sat, 24 May 2003) | 7 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/codec/quicktime.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/prefs.m M /trunk/po/nl.po M /trunk/src/libvlc.h * modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic. * modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder. * modules/gui/macosx/macosx.m: typo * modules/gui/macosx/prefs.m: fix of the module selectors. * po/nl.po: i've taken a head start on the translations. * src/libvlc.h: removed unused string RT_PRIORITY_TEXT ------------------------------------------------------------------------ r4442 | sam | 2003-05-24 13:53:12 +0200 (Sat, 24 May 2003) | 4 lines Changed paths: M /trunk/THANKS M /trunk/modules/access_output/udp.c * ./modules/access_output/udp.c: if the clock needs to be reset, we do not wait or we will face delay issues as reported in #794. Fix inspired from a suggestion by John Michael Zorko. ------------------------------------------------------------------------ r4443 | sam | 2003-05-24 14:10:31 +0200 (Sat, 24 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * ./configure.ac.in: the help message now says libmad is enabled by default (Closes: #704). ------------------------------------------------------------------------ r4444 | sam | 2003-05-24 14:34:31 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/toolbox * ./toolbox: we no longer translate the Borland plugin. ------------------------------------------------------------------------ r4445 | sam | 2003-05-24 14:35:06 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/Makefile.am * ./Makefile.am: used $(srcdir) where necessary (Closes: #319). ------------------------------------------------------------------------ r4446 | sam | 2003-05-24 14:53:30 +0200 (Sat, 24 May 2003) | 3 lines Changed paths: D /trunk/modules/gui/win32/strings.cpp M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ./po/*: re-ran toolbox --update-po. * ./po/en_GB.po: the British translation is up to date. ------------------------------------------------------------------------ r4447 | jpsaman | 2003-05-24 14:55:38 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/modules/video_output/qte/qte.cpp Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient. ------------------------------------------------------------------------ r4448 | massiot | 2003-05-24 15:05:55 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: Fixed synchro with field pictures. ------------------------------------------------------------------------ r4449 | gbazin | 2003-05-24 15:14:56 +0200 (Sat, 24 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated. ------------------------------------------------------------------------ r4450 | titer | 2003-05-24 17:11:00 +0200 (Sat, 24 May 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/doc/release-howto.txt * Makefile.am: minor change in BeOS packages generation * doc/release-howto.txt: remove outdated info about how to build BeOS packages ------------------------------------------------------------------------ r4451 | gbazin | 2003-05-24 19:52:49 +0200 (Sat, 24 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/gtk2/gtk2_font.cpp M /trunk/modules/gui/skins/gtk2/gtk2_font.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/skins/*: compilation fixes. * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section. ------------------------------------------------------------------------ r4452 | gbazin | 2003-05-24 22:54:27 +0200 (Sat, 24 May 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: new "deinterlace" object variable. * modules/gui/macosx/prefs.m: compilation fix. * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var. * modules/gui/skins/*: couple of fixes. ------------------------------------------------------------------------ r4453 | asmax | 2003-05-24 23:28:29 +0200 (Sat, 24 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * events aren't perfect yet, but it is better enough to commit ------------------------------------------------------------------------ r4454 | gbazin | 2003-05-25 01:40:11 +0200 (Sun, 25 May 2003) | 4 lines Changed paths: M /trunk/include/variables.h M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/src/misc/variables.c M /trunk/src/video_output/video_output.c * src/misc/variables.c, include/variables.h: first pass at object var inheritance. * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var. ------------------------------------------------------------------------ r4455 | gbazin | 2003-05-25 02:16:47 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options. ------------------------------------------------------------------------ r4456 | gbazin | 2003-05-25 12:14:20 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/ffmpeg.c: fixed typo. ------------------------------------------------------------------------ r4457 | gbazin | 2003-05-25 13:31:54 +0200 (Sun, 25 May 2003) | 4 lines Changed paths: M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/misc/variables.c M /trunk/src/video_output/video_output.c * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...). * modules/video_filter/deinterlace/deinterlace.c: small change. ------------------------------------------------------------------------ r4458 | alexis | 2003-05-25 17:05:47 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: D /trunk/doc/common D /trunk/doc/faq ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS under www.videolan.org/doc/faq/ ------------------------------------------------------------------------ r4459 | titer | 2003-05-25 19:21:36 +0200 (Sun, 25 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h modules/gui/beos/PreferencesWindow.* : * added a BBox around each panel (looks nicer) * now use BSliders for {integer,float}_with_range ------------------------------------------------------------------------ r4460 | massiot | 2003-05-25 19:27:13 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/include/vlc_common.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/info.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m M /trunk/src/libvlc.c * We now use UTF-8 internally under Mac OS X. This requires a libiconv- enabled version of gettext. (patch courtesy of the DJ) ------------------------------------------------------------------------ r4461 | nitrox | 2003-05-25 20:02:20 +0200 (Sun, 25 May 2003) | 7 lines Changed paths: M /trunk/modules/misc/sap.c . SAP/SDP packets parsing: ability to parse RFC compliant packets parse_sap returns the SAP header length parse_sdp only parse the SDP payload note that VLC will discard messages from the old miniSAP-server (You have to use CVS version of miniSAP-server) (Messages from the new miniSAP-server will be discarded with old VLC) ------------------------------------------------------------------------ r4462 | sigmunau | 2003-05-25 20:32:17 +0200 (Sun, 25 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/id3tag.c convert the strings in the id3tags to utf8 before storing them. ------------------------------------------------------------------------ r4463 | gbazin | 2003-05-25 21:24:53 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/video_output/x11/x11.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xcommon.h M /trunk/modules/video_output/x11/xvideo.c * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard. ------------------------------------------------------------------------ r4464 | gbazin | 2003-05-25 22:16:26 +0200 (Sun, 25 May 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/video_output/x11/xcommon.c * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension. ------------------------------------------------------------------------ r4465 | titer | 2003-05-26 00:36:33 +0200 (Mon, 26 May 2003) | 4 lines Changed paths: M /trunk/bootstrap M /trunk/configure.ac.in * bootstrap: remove a -shared flag as ./configure already adds it for platforms which need it * configure.ac.in: don't use -shared on BeOS ------------------------------------------------------------------------ r4466 | titer | 2003-05-26 01:08:44 +0200 (Mon, 26 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/MediaControlView.cpp modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens since the gettext behaviour changed ------------------------------------------------------------------------ r4467 | hartman | 2003-05-26 03:25:12 +0200 (Mon, 26 May 2003) | 16 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/motionblur.c * extras/MacOSX/Resources/English.lproj/MainMenu.nib * modules/gui/macosx/output.m: - changed the textfields for bitrate into comboboxes with suggested values identical to the ones in wxwindows intf. - changed "bitrate (bps)" into "bitrate (kb/s) * modules/gui/macosx/prefs.?: - update the current view when advanced is changed. - module_lists now use the description strings. - always wraptext on tooltips. Currently japanese language is breaking. - we now have sliders for int/float config options with ranges. - fixed a warning message about an un-init'ed module_t. * modules/video_filter/adjust.c: - added the ranges to the description strings of the config options. - blur-factor now uses a range as according to it's description string it already should have used this. ------------------------------------------------------------------------ r4468 | hartman | 2003-05-26 04:03:10 +0200 (Mon, 26 May 2003) | 7 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/video_filter/crop.c * modules/gui/macosx/prefs.m: fixed the module selectors. * modules/video_filter/crop.c: clarified the use of crop. someone please check, i'm not entirely sure this is correct. Actually i think we should split this up in more then one config item, for GUI preferences clarity. Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or like ffmpeg has which uses left, right, top and bottom offsets. ------------------------------------------------------------------------ r4469 | gbazin | 2003-05-26 04:09:27 +0200 (Mon, 26 May 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_graphics.h M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready(). started to implement X11Region and integrated the wxWindows dialogs. * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins. ------------------------------------------------------------------------ r4470 | zorglub | 2003-05-26 15:45:52 +0200 (Mon, 26 May 2003) | 3 lines Changed paths: M /trunk/include/announce.h M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c * The VLC-integrated SAP server now sends compliant packets. They can only be viewed with the CVS version of VLC ------------------------------------------------------------------------ r4471 | hartman | 2003-05-26 16:59:37 +0200 (Mon, 26 May 2003) | 7 lines Changed paths: M /trunk/modules/codec/quicktime.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100 * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx * modules/gui/macosx/intf.?: added a wrapString:toWidth function * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it was ugly. now we use our own, osx method. This fixes tooltips in japanese I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused. ------------------------------------------------------------------------ r4472 | gbazin | 2003-05-26 18:06:13 +0200 (Mon, 26 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes. ------------------------------------------------------------------------ r4473 | gbazin | 2003-05-26 21:06:47 +0200 (Mon, 26 May 2003) | 6 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/playlist/playlist.c * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards. * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut. * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered. * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts. ------------------------------------------------------------------------ r4474 | gbazin | 2003-05-26 21:26:53 +0200 (Mon, 26 May 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: fixed breakage. ------------------------------------------------------------------------ r4475 | hartman | 2003-05-27 03:48:50 +0200 (Tue, 27 May 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/src/extras/libc.c * removed vlc_wraptext ------------------------------------------------------------------------ r4476 | gbazin | 2003-05-27 13:35:34 +0200 (Tue, 27 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: fixed context menu problem on win32. ------------------------------------------------------------------------ r4477 | titer | 2003-05-27 15:22:46 +0200 (Tue, 27 May 2003) | 5 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/src/stream_output/announce.c * src/stream_output/announce.c : BeOS compile fix. setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported), so there is no need to do it here again. * modules/gui/beos/* : minor fixes ------------------------------------------------------------------------ r4478 | gbazin | 2003-05-27 22:43:20 +0200 (Tue, 27 May 2003) | 3 lines Changed paths: M /trunk/modules/access/vcd/cdrom.c * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1. ------------------------------------------------------------------------ r4479 | gbazin | 2003-05-27 23:48:45 +0200 (Tue, 27 May 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/NEWS M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ALL: bumped version to 0.6.0-test2 * Makefile.am: got rid of the faq in the package-win32 target. ------------------------------------------------------------------------ r4480 | gbazin | 2003-05-28 00:08:02 +0200 (Wed, 28 May 2003) | 3 lines Changed paths: M /trunk/modules/gui/win32/Modules.am * modules/gui/win32/Modules.am: strings.cpp has been removed. ------------------------------------------------------------------------ r4481 | hartman | 2003-05-28 00:42:58 +0200 (Wed, 28 May 2003) | 5 lines Changed paths: M /trunk/src/input/input_ext-plugins.c * Turn mem leaks into warning's instead of errors. Users seem to think that mem leaks will kernel panic there machine or something ;)A This will generate less bugreports, yet keep them visible to those who should and will care. ------------------------------------------------------------------------ r4482 | gbazin | 2003-05-28 00:57:03 +0200 (Wed, 28 May 2003) | 3 lines Changed paths: M /trunk/install-win32 * install-win32: fixed the nsi script to not include the FAQ. ------------------------------------------------------------------------ r4483 | titer | 2003-05-28 02:52:05 +0200 (Wed, 28 May 2003) | 2 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c modules/video_output/x11/xcommon.c : compile fix for gcc != 3 ------------------------------------------------------------------------ r4484 | hartman | 2003-05-28 05:53:04 +0200 (Wed, 28 May 2003) | 5 lines Changed paths: M /trunk/src/libvlc.h * src/libvlc.h: - added "en" to the list of languages in the preferences. - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs. FENRIR: is this correct this way? ------------------------------------------------------------------------ r4485 | asmax | 2003-05-29 01:56:51 +0200 (Thu, 29 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp * AT LAST events work in X11 skins ! ------------------------------------------------------------------------ r4486 | asmax | 2003-05-29 18:48:29 +0200 (Thu, 29 May 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp * x11/x11_theme.cpp: better timing for SkinManage * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be changed ! ------------------------------------------------------------------------ r4487 | asmax | 2003-05-29 23:40:27 +0200 (Thu, 29 May 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.h M /trunk/modules/gui/skins/x11/x11_theme.cpp * X11 skins now use imlib2 -> you need to bootstrap wxwindows dialogs are not supposed to work yet, if they do you are lucky ;) ------------------------------------------------------------------------ r4488 | titer | 2003-05-30 19:30:54 +0200 (Fri, 30 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/InterfaceWindow.h M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h modules/gui/beos/* : misc fixes & enhancements ------------------------------------------------------------------------ r4489 | titer | 2003-05-30 20:43:31 +0200 (Fri, 30 May 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h modules/gui/beos/* : fixed "Goto Menu" menuitem enabling ------------------------------------------------------------------------ r4490 | fenrir | 2003-05-31 02:10:11 +0200 (Sat, 31 May 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/mux/mpeg/ts.c * mux/ts.c : allowed sending mjpeg (who said that's ugly ?) * demux/ts.c : fixed an endian problem with such private stream. ------------------------------------------------------------------------ r4491 | fenrir | 2003-05-31 03:23:29 +0200 (Sat, 31 May 2003) | 35 lines Changed paths: M /trunk/modules/access/v4l/Modules.am M /trunk/modules/access/v4l/v4l.c A /trunk/modules/access/v4l/videodev_mjpeg.h * mjpeg grabbing added, thanks to Paul Forgey that had done all the work. Paul Forgey's notes: -------------------- Unfortunatley, the v4l interface shows how much it sucks here. I can't wait for v4l2 to become more common. Anyway, the mjpeg mechanism captures completely differently than the uncompressed frame capture mechanism. This means the code has to split off a bunch to do similar things depending on mjpeg being set or not. For some reason, I can't use non v4l2 calls to capture uncompressed frames from the lml33, however I do have another bttv card on my system to test that I didn't break the non-mjpeg stuff. The Zoran encoders don't use square pixels. So the 4:3 (or 16:9) picture is going to show up as 720x480. I don't know my way around the code well enough to know how to specify a non-square pixel aspect ratio. If there isn't a way to do it, it would be nice to be able to specify as an option the aspect ratio of the sourc. Either 4:3 or 16:9 in the case of anamorphic S-Video, which does occur. I stole the videodev_mjpeg.h header from the lavrec project. Despite the linux kernels having support for the Zoran cards, there doesn't seem to be a reliable way to pick up this header, which is probably why lavrec did it this way. Since it only defines ioctl definitions, I don't think using it is a legal problem. I also modified the audio handling a bit. If the card supports audio, great, we'll set the card's parameters as we did before. But if adev= is specified, use it regardless. The reason to do this is to capture audio from the sound card with video coming from, say, a web cam or in my case, an encoder card which doesn't have any audio capabilities at all. ------------------------------------------------------------------------ r4492 | titer | 2003-05-31 14:24:39 +0200 (Sat, 31 May 2003) | 6 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/src/input/input_ext-intf.c * src/input/input_ext-intf.c : added an input_SetRate function; it is quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER ) two times if you want to switch from 1:1 to 4:1 from the interface. Old functions still work. * modules/gui/beos/VlcWrapper.cpp : use it ------------------------------------------------------------------------ r4493 | fenrir | 2003-05-31 18:15:33 +0200 (Sat, 31 May 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * ts: reverse my last commit (the proper way should be to modify also the muxer but this will break compatibility). ------------------------------------------------------------------------ r4494 | fenrir | 2003-05-31 23:49:12 +0200 (Sat, 31 May 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/mux/mpeg/ts.c * ts: proper fix for both. ------------------------------------------------------------------------ r4495 | ipkiss | 2003-06-01 01:23:59 +0200 (Sun, 01 Jun 2003) | 12 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/generic.cpp M /trunk/modules/gui/skins/controls/generic.h M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/controls/playlist.h M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/window.cpp * skins/controls/button.cpp: Fixed a nasty bug. * skins/controls/generic.h: Some public fields are now protected * skins/src/window.cpp: - Added a few debug messages - Invisible controls don't receive events anymore Note: There are still a few bugs in the code handling the controls and their different states, and I think they will be difficult to fix with the current code structure. A rewrite of this part of code could be a good idea (perhaps using states and transitions between states, like Zinf does?). ------------------------------------------------------------------------ r4496 | sam | 2003-06-01 01:41:49 +0200 (Sun, 01 Jun 2003) | 2 lines Changed paths: M /trunk/debian/rules A /trunk/debian/vlc.mime * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system. ------------------------------------------------------------------------ r4497 | fenrir | 2003-06-01 02:26:41 +0200 (Sun, 01 Jun 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fix current_next value. ------------------------------------------------------------------------ r4498 | asmax | 2003-06-01 18:39:49 +0200 (Sun, 01 Jun 2003) | 6 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_font.h M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_theme.h * configure.ac.in : fixed linking of skins modules * modules/gui/skins/*: - fixed the wxwindows bug, due to a huge bug with broadcast events - beginning of fonts in X11 skins so, you can test the X11 skins module: it should work now ! ------------------------------------------------------------------------ r4499 | asmax | 2003-06-01 19:13:04 +0200 (Sun, 01 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.cpp * mouse wheel scroll for X11 skins ------------------------------------------------------------------------ r4500 | asmax | 2003-06-02 00:11:24 +0200 (Mon, 02 Jun 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_theme.h M /trunk/modules/gui/skins/x11/x11_window.cpp * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize * all: added locks around X calls to make them thread safe (will be useful in the next commit ;-) ------------------------------------------------------------------------ r4501 | hartman | 2003-06-02 01:48:17 +0200 (Mon, 02 Jun 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * ALL: - Changed the autogenerated menu's in a system working similar to wxWindows. - The deinterlace menu is autogenerated now. However it seems the problem with on the fly filter changes still exists. ------------------------------------------------------------------------ r4502 | hartman | 2003-06-02 14:42:15 +0200 (Mon, 02 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c M /trunk/modules/gui/macosx/playlist.m * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures * modules/gui/macosx/playlist.m: better fix for playlists on 10.1 ------------------------------------------------------------------------ r4503 | sigmunau | 2003-06-02 18:01:21 +0200 (Mon, 02 Jun 2003) | 2 lines Changed paths: M /trunk/modules/access/http.c http.c: if the webserver doesn't return 206 the stream is not seekable. ------------------------------------------------------------------------ r4504 | titer | 2003-06-03 14:06:29 +0200 (Tue, 03 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/beos/VideoOutput.cpp modules/gui/beos/* : fixed the screenshot format selection I broke lately ------------------------------------------------------------------------ r4505 | gbazin | 2003-06-04 00:18:58 +0200 (Wed, 04 Jun 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2. * modules/gui/wxwindows/*: fixed bug in sout dialog box. * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins). ------------------------------------------------------------------------ r4506 | gbazin | 2003-06-04 00:20:00 +0200 (Wed, 04 Jun 2003) | 3 lines Changed paths: A /trunk/modules/gui/skins/src/dialogs.cpp A /trunk/modules/gui/skins/src/dialogs.h * modules/gui/skins/src/*: oops, forgot to add a bunch of files. ------------------------------------------------------------------------ r4507 | hartman | 2003-06-04 00:21:46 +0200 (Wed, 04 Jun 2003) | 9 lines Changed paths: M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m * When choosing a autogenerated menuitem, we now create a new thread to do the actual execution of this command. this is a (very ugly) workaround to the problem we were having with the deinterlace menu on osx. It works now, but now i'm running into the black screen and continous "late picture skipped (-218000)" again which is also plagueing us when you enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0 as well. ------------------------------------------------------------------------ r4508 | massiot | 2003-06-04 01:17:43 +0200 (Wed, 04 Jun 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/vout.m * OS X users can now browse the DVD menus with the arrow keys. ------------------------------------------------------------------------ r4509 | gbazin | 2003-06-04 18:03:34 +0200 (Wed, 04 Jun 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_api.cpp M /trunk/modules/gui/wxwindows/timer.cpp * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed. * modules/gui/wxwindows/timer.cpp: fixed comment. ------------------------------------------------------------------------ r4510 | gbazin | 2003-06-04 18:44:39 +0200 (Wed, 04 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: compilation fix. ------------------------------------------------------------------------ r4511 | gbazin | 2003-06-04 19:44:57 +0200 (Wed, 04 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir(). ------------------------------------------------------------------------ r4512 | asmax | 2003-06-04 20:47:57 +0200 (Wed, 04 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp * added or it doesn't compile ! ------------------------------------------------------------------------ r4513 | titer | 2003-06-04 23:41:47 +0200 (Wed, 04 Jun 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/Makefile.am A /trunk/modules/access/pvr A /trunk/modules/access/pvr/Modules.am A /trunk/modules/access/pvr/pvr.c A /trunk/modules/access/pvr/videodev2.h Added a special access module for PVR MPEG-2 encoding boards. It allows to change the frequency and such things quite easily, from VLC. You'll have to --enable-pvr to build it. ------------------------------------------------------------------------ r4514 | massiot | 2003-06-05 01:17:28 +0200 (Thu, 05 Jun 2003) | 2 lines Changed paths: M /trunk/configure.ac.in VLC 0.6 codename is Trevelyan. ------------------------------------------------------------------------ r4515 | gbazin | 2003-06-05 13:52:19 +0200 (Thu, 05 Jun 2003) | 4 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/src/misc/mtime.c * include/vlc_common.h: fixed the I64C() macro for mingw. * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32. ------------------------------------------------------------------------ r4516 | gbazin | 2003-06-05 23:22:28 +0200 (Thu, 05 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface. ------------------------------------------------------------------------ r4517 | asmax | 2003-06-06 00:16:15 +0200 (Fri, 06 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp A /trunk/modules/gui/skins/x11/x11_timer.cpp A /trunk/modules/gui/skins/x11/x11_timer.h * x11/x11_timer.* : classes to implement platform-independant timers * controls/text.cpp : text scrolling works ! (at least in the main window) ------------------------------------------------------------------------ r4518 | hartman | 2003-06-06 02:38:41 +0200 (Fri, 06 Jun 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * modules/gui/macosx/prefs.?: - Changed modules list to use Default instead of None. probably clearer to users. - Have a warning before resetting the prefs. ------------------------------------------------------------------------ r4519 | hartman | 2003-06-06 04:23:30 +0200 (Fri, 06 Jun 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/coreaudio.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/gui/macosx/macosx.m M /trunk/src/libvlc.h * All: some spelling corrections and description string clarifications. There is a lot of improvement left here. ------------------------------------------------------------------------ r4520 | hartman | 2003-06-06 04:48:19 +0200 (Fri, 06 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/macosx.m * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?) ------------------------------------------------------------------------ r4521 | gbazin | 2003-06-06 13:09:24 +0200 (Fri, 06 Jun 2003) | 3 lines Changed paths: M /trunk/modules/misc/network/ipv6.c * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL. ------------------------------------------------------------------------ r4522 | gbazin | 2003-06-06 15:34:21 +0200 (Fri, 06 Jun 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested). ------------------------------------------------------------------------ r4523 | gbazin | 2003-06-06 16:50:49 +0200 (Fri, 06 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins. ------------------------------------------------------------------------ r4524 | asmax | 2003-06-06 21:40:37 +0200 (Fri, 06 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_run.cpp * key shortcuts for X11 skins are now working ------------------------------------------------------------------------ r4525 | asmax | 2003-06-06 23:47:18 +0200 (Fri, 06 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_font.h * x11/x11_window.cpp: fixed clipping and text attributes ------------------------------------------------------------------------ r4526 | asmax | 2003-06-07 01:34:35 +0200 (Sat, 07 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * got rid of this useless error message ------------------------------------------------------------------------ r4527 | asmax | 2003-06-07 02:36:28 +0200 (Sat, 07 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * implemented double click event for X11 skins. The delay is hard-coded (400ms) , maybe it could be stored in the vlc config file ------------------------------------------------------------------------ r4528 | titer | 2003-06-07 05:25:00 +0200 (Sat, 07 Jun 2003) | 2 lines Changed paths: A /trunk/modules/access/pvr/.cvsignore missing cvsignore ------------------------------------------------------------------------ r4529 | titer | 2003-06-07 05:45:38 +0200 (Sat, 07 Jun 2003) | 2 lines Changed paths: M /trunk/modules/access/pvr/pvr.c modules/access/pvr/pvr.c : compile fix ------------------------------------------------------------------------ r4530 | gbazin | 2003-06-07 12:18:15 +0200 (Sat, 07 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_theme.cpp * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff. ------------------------------------------------------------------------ r4531 | asmax | 2003-06-07 14:19:23 +0200 (Sat, 07 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_timer.cpp M /trunk/modules/gui/skins/x11/x11_timer.h M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * beginning of tooltips (only in the console at the moment ;) ------------------------------------------------------------------------ r4532 | gbazin | 2003-06-07 21:05:19 +0200 (Sat, 07 Jun 2003) | 4 lines Changed paths: A /trunk/doc/subtitles A /trunk/doc/subtitles/readme A /trunk/doc/subtitles/vlc-font.pl A /trunk/doc/subtitles/vlc-gimp.pl A /trunk/share/font-eutopiabold21.rle * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts and instructions to generate new fonts. ------------------------------------------------------------------------ r4533 | gbazin | 2003-06-07 21:19:32 +0200 (Sat, 07 Jun 2003) | 3 lines Changed paths: M /trunk/doc/Makefile.am M /trunk/share/Makefile.am * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist". ------------------------------------------------------------------------ r4534 | asmax | 2003-06-08 02:32:07 +0200 (Sun, 08 Jun 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_font.h M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * x11_font.cpp: fixed font placement * x11_window.*: real tooltip windows ! not perfect yet but it looks cool ! * removed compilation of gtk2 skins module. If you want it back, good luck ;) ------------------------------------------------------------------------ r4535 | asmax | 2003-06-08 13:33:14 +0200 (Sun, 08 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_timer.cpp M /trunk/modules/gui/skins/x11/x11_timer.h M /trunk/modules/gui/skins/x11/x11_window.cpp * better implementation of timers for X11 skins ------------------------------------------------------------------------ r4536 | gbazin | 2003-06-08 14:45:13 +0200 (Sun, 08 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_timer.h M /trunk/modules/gui/skins/x11/x11_window.cpp * modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped. ------------------------------------------------------------------------ r4537 | asmax | 2003-06-08 17:22:03 +0200 (Sun, 08 Jun 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/share/skins/default/theme.xml * share/skins/default/theme.xml: fixed playlist size * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting items * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect ------------------------------------------------------------------------ r4538 | titer | 2003-06-08 18:04:30 +0200 (Sun, 08 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VlcWrapper.cpp Minor fix ------------------------------------------------------------------------ r4539 | gbazin | 2003-06-08 18:56:48 +0200 (Sun, 08 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/window.cpp * modules/gui/skins/*: display the popupmenu when you right click on the interface. ------------------------------------------------------------------------ r4540 | asmax | 2003-06-08 20:17:50 +0200 (Sun, 08 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp M /trunk/modules/gui/skins/x11/x11_dragdrop.h M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * very beginning of drag and drop support in X11 skins ------------------------------------------------------------------------ r4541 | gbazin | 2003-06-08 20:40:10 +0200 (Sun, 08 Jun 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/share/skins/default/theme.xml * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window. * share/skins/default/theme.xml: playlist is hidden by default. ------------------------------------------------------------------------ r4542 | asmax | 2003-06-09 02:07:09 +0200 (Mon, 09 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp M /trunk/modules/gui/skins/x11/x11_dragdrop.h M /trunk/modules/gui/skins/x11/x11_window.cpp * drag & drop for X11 skins. Still mysterious problems but it's better than nothing ------------------------------------------------------------------------ r4543 | asmax | 2003-06-09 02:32:58 +0200 (Mon, 09 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp * drag & drop works with gnome file manager now ------------------------------------------------------------------------ r4544 | massiot | 2003-06-09 02:33:34 +0200 (Mon, 09 Jun 2003) | 7 lines Changed paths: M /trunk/include/video.h M /trunk/include/video_output.h M /trunk/include/vout_synchro.h M /trunk/modules/codec/libmpeg2.c M /trunk/modules/gui/macosx/intf.m M /trunk/src/video_output/vout_pictures.c M /trunk/src/video_output/vout_synchro.c * include/video.h include/video_output.h src/video_output/vout_pictures.c: In vout_CreatePicture() replace i_repeat_first_field by the more useful i_nb_fields * modules/gui/macosx/intf.m: Fixed a warning * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c: Re-added support for slice-I streams, plus miscellaneous tweakings ------------------------------------------------------------------------ r4545 | gbazin | 2003-06-09 08:52:07 +0200 (Mon, 09 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty. ------------------------------------------------------------------------ r4546 | gbazin | 2003-06-09 09:16:42 +0200 (Mon, 09 Jun 2003) | 4 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/stream_out/display.c * modules/mux/mpeg/pes.c: allow cases where we don't write a pts. * modules/stream_out/display.c: handle cases where we don't have a pts/dts. ------------------------------------------------------------------------ r4547 | massiot | 2003-06-09 11:29:12 +0200 (Mon, 09 Jun 2003) | 2 lines Changed paths: M /trunk/modules/access/file.c * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de) ------------------------------------------------------------------------ r4548 | asmax | 2003-06-09 14:33:17 +0200 (Mon, 09 Jun 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/controls/button.cpp M /trunk/modules/gui/skins/controls/checkbox.cpp M /trunk/modules/gui/skins/controls/image.cpp M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/themeloader.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/x11/x11_bitmap.cpp M /trunk/modules/gui/skins/x11/x11_dragdrop.h M /trunk/modules/gui/skins/x11/x11_event.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp M /trunk/modules/gui/skins/x11/x11_font.h M /trunk/modules/gui/skins/x11/x11_graphics.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_timer.cpp M /trunk/modules/gui/skins/x11/x11_timer.h M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/wxwindows/preferences.cpp * repaired basic_skins * removed all the compilation warnings * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind on wxwindows plugin ;) ------------------------------------------------------------------------ r4549 | asmax | 2003-06-09 16:04:20 +0200 (Mon, 09 Jun 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * now selection method in the playlist depends on the state of the CTRL button (as expected in a normal playlist !) TODO: - do the same under windows - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT ------------------------------------------------------------------------ r4550 | asmax | 2003-06-09 21:08:33 +0200 (Mon, 09 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp * fixed a segfault in FileInfo when p_info->psz_name == NULL but there are still other segfaults sometimes in FileInfo !! ------------------------------------------------------------------------ r4551 | jpsaman | 2003-06-09 21:51:31 +0200 (Mon, 09 Jun 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/postinst M /trunk/ipkg/postinst.gpe M /trunk/ipkg/postinst.opie M /trunk/ipkg/postinst.zaurus M /trunk/ipkg/postrm M /trunk/ipkg/postrm.gpe M /trunk/ipkg/postrm.opie M /trunk/ipkg/postrm.zaurus Updated build packages for test2 release. ------------------------------------------------------------------------ r4552 | jpsaman | 2003-06-09 21:56:26 +0200 (Mon, 09 Jun 2003) | 2 lines Changed paths: M /trunk/modules/misc/qte_main.cpp Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???). ------------------------------------------------------------------------ r4553 | asmax | 2003-06-09 23:14:17 +0200 (Mon, 09 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp * X11 skins are now loaded from home directory or if it fails, from the share directory ------------------------------------------------------------------------ r4554 | asmax | 2003-06-10 00:02:13 +0200 (Tue, 10 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/gui/skins/x11/x11_font.cpp * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !) ------------------------------------------------------------------------ r4555 | massiot | 2003-06-10 13:12:38 +0200 (Tue, 10 Jun 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c Fixed a potential segfault. ------------------------------------------------------------------------ r4556 | gbazin | 2003-06-10 13:43:41 +0200 (Tue, 10 Jun 2003) | 5 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins. * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose). * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files. ------------------------------------------------------------------------ r4557 | gbazin | 2003-06-11 00:42:59 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/packetizer/mpegvideo.c * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams. ------------------------------------------------------------------------ r4558 | massiot | 2003-06-11 01:01:40 +0200 (Wed, 11 Jun 2003) | 9 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mpeg_video/Modules.am * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even people who explicitely set mpeg_video in the previous version will end up with libmpeg2 in 0.6.0. * modules/codec/libmpeg2.c: Fixed a potential segfault, especially with DVDs. * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because some audio filters (read: coreaudio resampler) don't like too small packets (I know, this is ugly). ------------------------------------------------------------------------ r4559 | gbazin | 2003-06-11 12:42:34 +0200 (Wed, 11 Jun 2003) | 5 lines Changed paths: M /trunk/modules/codec/mpeg_video/parser.c M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/gtk2/gtk2_run.cpp M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/msvc/vlc.dsw * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old. * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded. ------------------------------------------------------------------------ r4560 | gbazin | 2003-06-11 17:53:50 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/demux/ogg.c * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release. ------------------------------------------------------------------------ r4561 | gbazin | 2003-06-11 20:20:38 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/directx.c * modules/audio_output/directx.c: fixed mem leak in 5.1 audio. ------------------------------------------------------------------------ r4562 | gbazin | 2003-06-11 20:45:41 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: updated. ------------------------------------------------------------------------ r4563 | gbazin | 2003-06-11 22:36:22 +0200 (Wed, 11 Jun 2003) | 4 lines Changed paths: M /trunk/modules/video_filter/osd_text.c * modules/video_filter/osd_text.c: small compile fix that seems to be needed on some platforms. ------------------------------------------------------------------------ r4564 | gbazin | 2003-06-11 23:41:56 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access_output/file.c * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32. ------------------------------------------------------------------------ r4565 | asmax | 2003-06-11 23:46:57 +0200 (Wed, 11 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/share/Makefile.am * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" ! * share/Makefile.am: install skins at make install (closes bug #856) ------------------------------------------------------------------------ r4566 | gbazin | 2003-06-12 00:46:42 +0200 (Thu, 12 Jun 2003) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/configure.ac.in M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ALL: bumped version number to 0.6.0-test3 + po updates ------------------------------------------------------------------------ r4567 | gbazin | 2003-06-12 08:56:01 +0200 (Thu, 12 Jun 2003) | 3 lines Changed paths: M /trunk/share/Makefile.am * Makefile.am: fixed inclusion of skins in make dist. ------------------------------------------------------------------------ r4568 | gbazin | 2003-06-12 10:14:31 +0200 (Thu, 12 Jun 2003) | 3 lines Changed paths: M /trunk/share/Makefile.am * share/Makefile.am: fixed my previous fix ;) ------------------------------------------------------------------------ r4569 | zorglub | 2003-06-12 13:37:48 +0200 (Thu, 12 Jun 2003) | 2 lines Changed paths: M /trunk/include/announce.h M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c Code cleanup ------------------------------------------------------------------------ r4570 | gbazin | 2003-06-12 17:56:27 +0200 (Thu, 12 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access_output/file.c * modules/access_output/file.c: win32 compilation fix. ------------------------------------------------------------------------ r4571 | gbazin | 2003-06-12 23:28:39 +0200 (Thu, 12 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: added a volume control. ------------------------------------------------------------------------ r4572 | gbazin | 2003-06-13 00:03:36 +0200 (Fri, 13 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: fixed compile issue. ------------------------------------------------------------------------ r4573 | massiot | 2003-06-13 00:27:35 +0200 (Fri, 13 Jun 2003) | 2 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c * modules/codec/spudec/spudec.c: Take small font by default ------------------------------------------------------------------------ r4574 | gbazin | 2003-06-13 01:03:09 +0200 (Fri, 13 Jun 2003) | 3 lines Changed paths: M /trunk/modules/misc/network/ipv6.c * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6. ------------------------------------------------------------------------ r4575 | titer | 2003-06-13 02:15:40 +0200 (Fri, 13 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/Interface.cpp modules/gui/beos/Interface.cpp : fixed a possible crash ------------------------------------------------------------------------ r4576 | sam | 2003-06-13 05:21:40 +0200 (Fri, 13 Jun 2003) | 4 lines Changed paths: M /trunk/configure.ac.in M /trunk/src/misc/messages.c * ./src/misc/messages.c: ouch. when the message queue was full, we were using our va_list twice, which caused crashes on architectures where va_list is a pointer; we now use va_copy whenever possible. ------------------------------------------------------------------------ r4577 | gbazin | 2003-06-13 14:08:13 +0200 (Fri, 13 Jun 2003) | 3 lines Changed paths: M /trunk/modules/misc/network/ipv6.c * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum) ------------------------------------------------------------------------ r4578 | gbazin | 2003-06-13 17:54:42 +0200 (Fri, 13 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp modules/gui/wxwindows/*: fix for the volume control under win32. ------------------------------------------------------------------------ r4579 | asmax | 2003-06-13 23:18:54 +0200 (Fri, 13 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * X11 skin windows should have an icon now ------------------------------------------------------------------------ r4580 | titer | 2003-06-14 02:49:58 +0200 (Sat, 14 Jun 2003) | 2 lines Changed paths: M /trunk/include/vlc_threads.h include/vlc_threads.h: more BeOS' priorities tuning. ------------------------------------------------------------------------ r4581 | titer | 2003-06-14 14:32:16 +0200 (Sat, 14 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VideoOutput.cpp beos/VideoOutput.cpp : make the BPopUpMenu stickable ------------------------------------------------------------------------ r4582 | gbazin | 2003-06-14 17:43:39 +0200 (Sat, 14 Jun 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now enabled by default. ------------------------------------------------------------------------ r4583 | gbazin | 2003-06-14 18:29:22 +0200 (Sat, 14 Jun 2003) | 4 lines Changed paths: M /trunk/src/misc/configuration.c * src/misc/configuration.c: in config_SaveConfigFile() don't save options that kept their original value (thanks fenrir for the suggestion). ------------------------------------------------------------------------ r4584 | gbazin | 2003-06-14 20:49:02 +0200 (Sat, 14 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support. ------------------------------------------------------------------------ r4585 | hartman | 2003-06-14 23:06:30 +0200 (Sat, 14 Jun 2003) | 4 lines Changed paths: M /trunk/vlc.ebuild * Dramatically improved the ebuild. - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2 - fix faad2? currently disabled ------------------------------------------------------------------------ r4586 | gbazin | 2003-06-14 23:18:36 +0200 (Sat, 14 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog. ------------------------------------------------------------------------ r4587 | gbazin | 2003-06-15 00:12:12 +0200 (Sun, 15 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac.in * configure.ac.in: old faad2 detection. ------------------------------------------------------------------------ r4588 | hartman | 2003-06-15 00:14:16 +0200 (Sun, 15 Jun 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * We should be compatible with older versions of faad again ------------------------------------------------------------------------ r4589 | massiot | 2003-06-15 03:23:31 +0200 (Sun, 15 Jun 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac.in M /trunk/modules/gui/familiar/interface.c M /trunk/modules/misc/network/ipv4.c M /trunk/modules/misc/network/ipv6.c M /trunk/po/fr.po * Removed the ugly dependancy on glibc in the ipv6 module. * po/fr.po: French translation courtesy of Jean-Pierre Kuypers. * Miscellaneous clean-ups. ------------------------------------------------------------------------ r4590 | hartman | 2003-06-15 16:00:40 +0200 (Sun, 15 Jun 2003) | 4 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/po/it.po M /trunk/po/nl.po * ./po/it.po: Fresh Italien translation, courtesy of by Bruno * ./po/nl.po: New Dutch Translation by /me ;) * README.MacOSX.rtf: Updated instructions of Prefence usage. ------------------------------------------------------------------------ r4591 | sigmunau | 2003-06-15 17:16:14 +0200 (Sun, 15 Jun 2003) | 4 lines Changed paths: M /trunk/modules/demux/util/id3tag.c id3tag.c: Do not try to seek on network streams even if they have b_seekable set to true, since this seems to break playback of some streams over http. It also takes to much time just to get some fancy metadata ------------------------------------------------------------------------ r4592 | hartman | 2003-06-15 17:20:21 +0200 (Sun, 15 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/applescript.m * Fixed applescript Fullscreen command. ------------------------------------------------------------------------ r4593 | hartman | 2003-06-16 00:32:06 +0200 (Mon, 16 Jun 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/quicktime.c * NEWS: small corrections * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc * modules/codec/quicktime.c: cosmetic fix ------------------------------------------------------------------------ r4594 | zorglub | 2003-06-16 17:39:11 +0200 (Mon, 16 Jun 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * SAP can now handle SAP-announced IPv6 streams ------------------------------------------------------------------------ r4595 | gbazin | 2003-06-16 22:23:41 +0200 (Mon, 16 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac.in M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code. ------------------------------------------------------------------------ r4596 | gbazin | 2003-06-16 22:49:12 +0200 (Mon, 16 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/video.c: fixed the last direct rendering bug. ------------------------------------------------------------------------ r4597 | gbazin | 2003-06-16 23:55:58 +0200 (Mon, 16 Jun 2003) | 4 lines Changed paths: M /trunk/include/modules_inner.h M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. * include/modules_inner.h: removed unneeded initialization. ------------------------------------------------------------------------ r4598 | hartman | 2003-06-17 16:38:39 +0200 (Tue, 17 Jun 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/output.m M /trunk/po/de.po * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog. * extras/MacOSX/Resources/English.lproj/MainMenu.nib: Fixed two cosmetic issues in the stream output dialog. * po/de.po: Update german translation courtesy of: Felix Kuhne ------------------------------------------------------------------------ r4599 | hartman | 2003-06-17 16:43:22 +0200 (Tue, 17 Jun 2003) | 4 lines Changed paths: M /trunk/modules/codec/quicktime.c M /trunk/modules/gui/macosx/intf.m modules/codec/quicktime.c: Disabled all video codecs accept SVQ3 modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation cvS: ---------------------------------------------------------------------- ------------------------------------------------------------------------ r4600 | gbazin | 2003-06-17 18:09:16 +0200 (Tue, 17 Jun 2003) | 4 lines Changed paths: M /trunk/modules/access/dvd/dvd.c M /trunk/modules/access/dvdplay/dvd.c M /trunk/modules/access/dvdread/dvdread.c M /trunk/modules/access/slp.c M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/qnx/qnx.c M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/sap.c * modules/*: got rid of empty module objects. * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules. ------------------------------------------------------------------------ r4601 | asmax | 2003-06-17 20:13:18 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * tooltips are now updated during scrolling ------------------------------------------------------------------------ r4602 | hartman | 2003-06-17 22:03:50 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda.c * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog. ------------------------------------------------------------------------ r4603 | hartman | 2003-06-17 22:10:08 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/po/de.po * Fixes to the german translation ------------------------------------------------------------------------ r4604 | asmax | 2003-06-17 22:47:20 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/python/vlcmodule.c * fixed a very old bug preventing the whole thing from working :( ------------------------------------------------------------------------ r4605 | asmax | 2003-06-17 22:56:59 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/python/setup.py * fixed another compilation issue of python module ------------------------------------------------------------------------ r4606 | gbazin | 2003-06-17 23:07:50 +0200 (Tue, 17 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.h * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code. ------------------------------------------------------------------------ r4607 | asmax | 2003-06-17 23:52:19 +0200 (Tue, 17 Jun 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * moved the ttl help in the right section ------------------------------------------------------------------------ r4608 | zorglub | 2003-06-18 14:18:51 +0200 (Wed, 18 Jun 2003) | 7 lines Changed paths: M /trunk/modules/misc/sap.c SAP can now listen for IPv6 announces To enable this, start vlc with --sap-ipv6 To disable IPv4 listening, use --no-sap-ipv4 You can also set the scope of the announces (default is 3) ------------------------------------------------------------------------ r4609 | sam | 2003-06-19 04:14:30 +0200 (Thu, 19 Jun 2003) | 9 lines Changed paths: M /trunk/debian/Makefile.am M /trunk/debian/changelog M /trunk/debian/control A /trunk/debian/copyright M /trunk/debian/rules D /trunk/debian/vlc.copyright * debian/rules: + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU` so that the rules can be called directly. * debian/control: + Removed leading "a"s from package descriptions. + Set policy to 3.5.10. * debian/copyright: + Removed debian/vlc.copyright. ------------------------------------------------------------------------ r4610 | gbazin | 2003-06-19 14:21:53 +0200 (Thu, 19 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip. ------------------------------------------------------------------------ r4611 | sam | 2003-06-19 15:08:57 +0200 (Thu, 19 Jun 2003) | 3 lines Changed paths: M /trunk/modules/misc/screensaver.c * ./modules/misc/screensaver.c: the screensaver was disabled way too often because I forgot to reinitialise an index. ------------------------------------------------------------------------ r4612 | gbazin | 2003-06-19 20:22:05 +0200 (Thu, 19 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access_output/udp.c * modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY == 300 milisec). ------------------------------------------------------------------------ r4613 | titer | 2003-06-19 20:44:16 +0200 (Thu, 19 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/VideoOutput.cpp beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with a few Dano/Zeta themes ------------------------------------------------------------------------ r4614 | gbazin | 2003-06-19 20:45:06 +0200 (Thu, 19 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access_output/udp.c * modules/access_output/udp.c: removed unnecessary code. ------------------------------------------------------------------------ r4615 | gbazin | 2003-06-19 23:09:27 +0200 (Thu, 19 Jun 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is enabled. ffmpeg doesn't properly release old pictures when frames are skipped. ------------------------------------------------------------------------ r4616 | hartman | 2003-06-20 03:27:55 +0200 (Fri, 20 Jun 2003) | 3 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/vlc.ebuild * vlc.ebuild: added support for faad2 and skins. See the wiki page for info. * README.MacOSX.rtf: More updates because of new prefs dialog. ------------------------------------------------------------------------ r4617 | alexis | 2003-06-20 13:42:08 +0200 (Fri, 20 Jun 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c M /trunk/python/setup.py modules/misc/sap.c: fix for the default scope of the IPv6 announces. python/setup.py: a configuration that should work better. ------------------------------------------------------------------------ r4618 | hartman | 2003-06-20 17:34:51 +0200 (Fri, 20 Jun 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * Made the search path configuration options, directory instead of string options. ------------------------------------------------------------------------ r4619 | ipkiss | 2003-06-20 21:50:29 +0200 (Fri, 20 Jun 2003) | 5 lines Changed paths: M /trunk/doc/skins/events-howto.txt M /trunk/doc/skins/skins-howto.txt M /trunk/modules/gui/skins/src/vlcproc.cpp * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the "display" attribute of ControlText. It allows to show the title of the current stream, without the full path. * ./doc/skins/*: updated the doc ------------------------------------------------------------------------ r4620 | ipkiss | 2003-06-20 23:34:37 +0200 (Fri, 20 Jun 2003) | 3 lines Changed paths: M /trunk/doc/skins/events-howto.txt M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h * ./doc/skins/events-howto.txt: added some events * ./modules/gui/skins/*: fixed my last commit ------------------------------------------------------------------------ r4621 | hartman | 2003-06-21 01:13:37 +0200 (Sat, 21 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/preferences.c * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs. ------------------------------------------------------------------------ r4622 | gbazin | 2003-06-21 16:24:30 +0200 (Sat, 21 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access_output/file.c * modules/access_output/file.c: make the output file writeable by the owner. ------------------------------------------------------------------------ r4623 | sam | 2003-06-21 18:09:13 +0200 (Sat, 21 Jun 2003) | 5 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * debian/rules: + Use the -s flag instead of -a so that debhelper properly handles the i386-only plugin packages. + Split the build rule into configure and build. ------------------------------------------------------------------------ r4624 | sam | 2003-06-21 19:04:20 +0200 (Sat, 21 Jun 2003) | 3 lines Changed paths: M /trunk/HACKING M /trunk/Makefile.am M /trunk/bootstrap A /trunk/configure.ac D /trunk/configure.ac.in M /trunk/doc/release-howto.txt M /trunk/toolbox M /trunk/vlc.ebuild * configure.ac.in is no more, we can now use configure.ac like normal people, bootstrap generates the proper magic for us. ------------------------------------------------------------------------ r4625 | sam | 2003-06-21 19:05:42 +0200 (Sat, 21 Jun 2003) | 3 lines Changed paths: M /trunk/.cvsignore * .cvsignore: + Removed configure.ac from the ignore list. ------------------------------------------------------------------------ r4626 | sigmunau | 2003-06-21 19:26:16 +0200 (Sat, 21 Jun 2003) | 2 lines Changed paths: M /trunk/NEWS removed a duplicate entry from the NEWS file ------------------------------------------------------------------------ r4627 | sam | 2003-06-21 22:45:53 +0200 (Sat, 21 Jun 2003) | 13 lines Changed paths: M /trunk/THANKS M /trunk/bootstrap M /trunk/configure.ac M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * THANKS: spelling fixes. * configure.ac: + Added curly braces around variables. + Got rid of the "x$foo" constructs. + Renamed *_plugin conditionals into *_p. * debian/changelog: + Fixed a duplicate entry. + Added an entry for an old Debian upload that fixed #117180. * debian/control: + Added a build dependency on libimlib2-dev for skins. * debian/rules: + Activated support for skins. ------------------------------------------------------------------------ r4628 | sam | 2003-06-21 23:59:12 +0200 (Sat, 21 Jun 2003) | 2 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: got rid of type-punning warnings. ------------------------------------------------------------------------ r4629 | hartman | 2003-06-22 00:30:21 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY * only set prefs on safe, not earlier. ------------------------------------------------------------------------ r4630 | asmax | 2003-06-22 02:00:28 +0200 (Sun, 22 Jun 2003) | 5 lines Changed paths: D /trunk/modules/gui/skins/gtk2 M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/theme.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/src/window.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp M /trunk/modules/gui/skins/x11/x11_event.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * src/theme.cpp, src/event.* : no more VLC_SHOW event * src/window.* : replaced p_intf->p_sys->WindowList by a singleton class SkinWindowList (to be tested under windows) * removed useless gtk2 files ------------------------------------------------------------------------ r4631 | titer | 2003-06-22 02:40:18 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/Interface.cpp M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/beos/VlcWrapper.h beos/* : - cleaned the way to mute/unmute - save the volume when exiting ------------------------------------------------------------------------ r4632 | sam | 2003-06-22 03:08:33 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: D /trunk/Makefile.dep * Makefile.dep: the file that would never die. ------------------------------------------------------------------------ r4633 | fenrir | 2003-06-22 09:39:39 +0200 (Sun, 22 Jun 2003) | 10 lines Changed paths: A /trunk/modules/demux/mkv.cpp * mkv.cpp : begin of a matroska demuxer TODO: * seek support * vorbis support (it's a decoder problem, as matroska embded raw vorbis data) * utf8 subtitles handling (probably at the decoder stage too) * clean up. * support of stream other than files. * ... ------------------------------------------------------------------------ r4634 | fenrir | 2003-06-22 10:49:11 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * faad: can read stream with multiple frames per pes_packet_t (for mkv). ------------------------------------------------------------------------ r4635 | fenrir | 2003-06-22 14:27:16 +0200 (Sun, 22 Jun 2003) | 4 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: basic seek support (only with file with cues, it doesn't search key frame, ...) clean up. ------------------------------------------------------------------------ r4636 | asmax | 2003-06-22 14:46:49 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/theme.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/skins/src/window.h M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_theme.cpp * reverted my previous commit: cannot work as expected * src/theme.cpp: fixed a delete[] / free mismatch ------------------------------------------------------------------------ r4637 | asmax | 2003-06-22 14:54:03 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_event.cpp M /trunk/modules/gui/skins/x11/x11_window.cpp * at least it compiles now ;) ------------------------------------------------------------------------ r4638 | asmax | 2003-06-22 15:06:23 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.cpp * x11/x11_window.cpp: raise a window when clicking on it ------------------------------------------------------------------------ r4639 | sigmunau | 2003-06-22 15:27:41 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/control/gestures.c turned a debug message into a comment ------------------------------------------------------------------------ r4640 | gbazin | 2003-06-22 15:31:47 +0200 (Sun, 22 Jun 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/Modules.am * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default). Due to the way matroska headers directly reference ebml headers, you'll have to configure like this: CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv ------------------------------------------------------------------------ r4641 | gbazin | 2003-06-22 16:06:59 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: compile fix for sunos ------------------------------------------------------------------------ r4642 | fenrir | 2003-06-22 16:36:34 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: better seeking support. ------------------------------------------------------------------------ r4643 | hartman | 2003-06-22 17:03:33 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/vlc.ebuild * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc. * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots ------------------------------------------------------------------------ r4644 | asmax | 2003-06-22 17:07:13 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !! ------------------------------------------------------------------------ r4645 | hartman | 2003-06-22 17:30:22 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/output.m * Removed mp4 muxer support (temporarily) ------------------------------------------------------------------------ r4646 | gbazin | 2003-06-22 17:43:54 +0200 (Sun, 22 Jun 2003) | 4 lines Changed paths: M /trunk/include/interface.h M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer. * include/interface.h: updated comment. ------------------------------------------------------------------------ r4647 | gbazin | 2003-06-22 18:00:57 +0200 (Sun, 22 Jun 2003) | 4 lines Changed paths: M /trunk/ChangeLog M /trunk/INSTALL.win32 M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed the Wdisabled-optimization flag from the build (too verbose with gcc-3.3). ------------------------------------------------------------------------ r4648 | fenrir | 2003-06-22 18:27:11 +0200 (Sun, 22 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: fix a double delete. ------------------------------------------------------------------------ r4649 | gbazin | 2003-06-22 18:52:31 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: really removed -Wdisabled-optimization this time. ------------------------------------------------------------------------ r4650 | gbazin | 2003-06-22 19:52:12 +0200 (Sun, 22 Jun 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/skins/src/skin_main.cpp * configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3. * modules/gui/skins/src/skin_main.cpp: fixed icon loading. ------------------------------------------------------------------------ r4651 | gbazin | 2003-06-22 20:07:23 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: added an entry for the experimental matroska demux. ------------------------------------------------------------------------ r4652 | gbazin | 2003-06-22 20:30:35 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/doc/Makefile.am * doc/Makefile.am: fixed make dist ------------------------------------------------------------------------ r4653 | gbazin | 2003-06-22 20:56:28 +0200 (Sun, 22 Jun 2003) | 3 lines Changed paths: M /trunk/doc/Makefile.am * doc/Makefile.am: one more like this and I'll become crazy. ------------------------------------------------------------------------ r4654 | fenrir | 2003-06-23 01:22:11 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: fix vorbis track. But sound quality is horrible ( probably timestamps problems) ------------------------------------------------------------------------ r4655 | hartman | 2003-06-23 02:18:50 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/vlc.ebuild * You check it three times and I still managed to miss a link. Ebuild doesn't work in the 0.6.0 release :( ------------------------------------------------------------------------ r4656 | fenrir | 2003-06-23 02:30:41 +0200 (Mon, 23 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: fix for blocks using lacing. (Now vorbis plays without any problem) ------------------------------------------------------------------------ r4657 | sam | 2003-06-23 12:21:25 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4, due to Debian bug #158383 in gettext (upstream bug). ------------------------------------------------------------------------ r4658 | zorglub | 2003-06-23 13:41:26 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/include/announce.h M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c * Stream output now support IPv6 SAP announces * Code cleanup in SAP ------------------------------------------------------------------------ r4659 | zorglub | 2003-06-23 15:45:30 +0200 (Mon, 23 Jun 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c Fixed a segfault that could happen if you have ipv6 support enabled, but no address ------------------------------------------------------------------------ r4660 | gbazin | 2003-06-23 18:09:13 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/id3tag.c M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/src/misc/modules.c * src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs. * modules/demux/util/id3tag.c: small cleanup. ------------------------------------------------------------------------ r4661 | bigben | 2003-06-23 19:01:36 +0200 (Mon, 23 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access/pvr/pvr.c Copy / paste of code so that the pvr input parse all parameters. Doesn't work for the standard (PAL/SECAM/NTSC) yet. ------------------------------------------------------------------------ r4662 | asmax | 2003-06-23 22:35:36 +0200 (Mon, 23 Jun 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/controls/playlist.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: set "intf-change" in SkipItem * modules/gui/skin/*: InterfaceRefresh is now triggered by a callback on intf-change ------------------------------------------------------------------------ r4663 | gbazin | 2003-06-24 01:51:31 +0200 (Tue, 24 Jun 2003) | 6 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/ogg.c M /trunk/modules/misc/httpd.c M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/Modules.am A /trunk/modules/packetizer/vorbis.c * modules/packetizer/vorbis.c: vorbis data packetizer for the stream output. * modules/mux/ogg.c: cleanup, bug fixes and vorbis support. * modules/demux/ogg.c: added vorbis channels info. * modules/misc/httpd.c: bug fix for stream header generation. ------------------------------------------------------------------------ r4664 | gbazin | 2003-06-24 02:31:34 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: fix for ogg web streams. ------------------------------------------------------------------------ r4665 | fenrir | 2003-06-24 02:33:39 +0200 (Tue, 24 Jun 2003) | 5 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: avoid seeking at the same place (was sooooo slow 'cause of buffer filling) can seek in file without cues (slow) can play file over http and unseekable input. ------------------------------------------------------------------------ r4666 | fenrir | 2003-06-24 02:50:52 +0200 (Tue, 24 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi : don't resynch on key frame for audio stream. ------------------------------------------------------------------------ r4667 | fenrir | 2003-06-24 08:07:14 +0200 (Tue, 24 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: use b_mute and add meta informations. ------------------------------------------------------------------------ r4668 | sam | 2003-06-24 11:31:16 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: M /trunk/modules/access/.cvsignore M /trunk/modules/access/dvd/.cvsignore M /trunk/modules/access/dvdplay/.cvsignore M /trunk/modules/access/dvdread/.cvsignore M /trunk/modules/access/mms/.cvsignore M /trunk/modules/access/pvr/.cvsignore M /trunk/modules/access/satellite/.cvsignore M /trunk/modules/access/v4l/.cvsignore M /trunk/modules/access/vcd/.cvsignore M /trunk/modules/access_output/.cvsignore M /trunk/modules/audio_filter/channel_mixer/.cvsignore M /trunk/modules/audio_filter/converter/.cvsignore M /trunk/modules/audio_filter/resampler/.cvsignore M /trunk/modules/audio_mixer/.cvsignore M /trunk/modules/audio_output/.cvsignore M /trunk/modules/codec/.cvsignore M /trunk/modules/codec/a52old/.cvsignore M /trunk/modules/codec/a52old/downmix/.cvsignore M /trunk/modules/codec/a52old/imdct/.cvsignore M /trunk/modules/codec/cinepak/.cvsignore M /trunk/modules/codec/faad/.cvsignore M /trunk/modules/codec/ffmpeg/.cvsignore M /trunk/modules/codec/ffmpeg/postprocessing/.cvsignore M /trunk/modules/codec/mpeg_audio/.cvsignore M /trunk/modules/codec/mpeg_video/.cvsignore M /trunk/modules/codec/mpeg_video/idct/.cvsignore M /trunk/modules/codec/mpeg_video/motion/.cvsignore M /trunk/modules/codec/spudec/.cvsignore M /trunk/modules/control/.cvsignore M /trunk/modules/control/lirc/.cvsignore M /trunk/modules/control/rc/.cvsignore M /trunk/modules/demux/.cvsignore M /trunk/modules/demux/aac/.cvsignore M /trunk/modules/demux/asf/.cvsignore M /trunk/modules/demux/avi/.cvsignore M /trunk/modules/demux/mp4/.cvsignore M /trunk/modules/demux/mpeg/.cvsignore M /trunk/modules/demux/util/.cvsignore M /trunk/modules/demux/wav/.cvsignore M /trunk/modules/encoder/.cvsignore M /trunk/modules/encoder/ffmpeg/.cvsignore M /trunk/modules/gui/beos/.cvsignore M /trunk/modules/gui/familiar/.cvsignore M /trunk/modules/gui/gtk/.cvsignore M /trunk/modules/gui/gtk2/.cvsignore M /trunk/modules/gui/kde/.cvsignore M /trunk/modules/gui/macosx/.cvsignore M /trunk/modules/gui/ncurses/.cvsignore M /trunk/modules/gui/qnx/.cvsignore M /trunk/modules/gui/qt/.cvsignore M /trunk/modules/gui/skins/.cvsignore M /trunk/modules/gui/skins/controls/.cvsignore M /trunk/modules/gui/skins/parser/.cvsignore M /trunk/modules/gui/skins/src/.cvsignore M /trunk/modules/gui/skins/win32/.cvsignore M /trunk/modules/gui/skins/x11/.cvsignore M /trunk/modules/gui/win32/.cvsignore M /trunk/modules/gui/wxwindows/.cvsignore M /trunk/modules/misc/.cvsignore M /trunk/modules/misc/dummy/.cvsignore M /trunk/modules/misc/logger/.cvsignore M /trunk/modules/misc/memcpy/.cvsignore M /trunk/modules/misc/network/.cvsignore M /trunk/modules/misc/testsuite/.cvsignore M /trunk/modules/mux/.cvsignore M /trunk/modules/mux/mpeg/.cvsignore M /trunk/modules/packetizer/.cvsignore M /trunk/modules/stream_out/.cvsignore M /trunk/modules/video_chroma/.cvsignore M /trunk/modules/video_filter/.cvsignore M /trunk/modules/video_filter/deinterlace/.cvsignore M /trunk/modules/video_output/.cvsignore M /trunk/modules/video_output/directx/.cvsignore M /trunk/modules/video_output/mga/.cvsignore M /trunk/modules/video_output/qte/.cvsignore M /trunk/modules/video_output/x11/.cvsignore M /trunk/modules/visualization/scope/.cvsignore M /trunk/modules/visualization/xosd/.cvsignore * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as well as .lo/.la files. ------------------------------------------------------------------------ r4669 | gbazin | 2003-06-24 13:26:32 +0200 (Tue, 24 Jun 2003) | 4 lines Changed paths: M /trunk/src/stream_output/announce.c * src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32. Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem. ------------------------------------------------------------------------ r4670 | sam | 2003-06-24 15:33:49 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: D /trunk/include/interface.h M /trunk/include/vlc/intf.h A /trunk/include/vlc_interface.h M /trunk/src/input/input.c M /trunk/src/input/input_info.c M /trunk/src/interface/interface.c M /trunk/src/libvlc.c M /trunk/src/misc/messages.c M /trunk/src/misc/modules.c M /trunk/src/misc/objects.c * include/interface.h: renamed this file to vlc_interface.h to avoid name collisions with a couple of plugins. ------------------------------------------------------------------------ r4671 | sam | 2003-06-24 17:37:40 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++ linkage instead. ------------------------------------------------------------------------ r4672 | sam | 2003-06-24 17:50:47 +0200 (Tue, 24 Jun 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Makefile.am: changed interface.h to vlc_interface.h. ------------------------------------------------------------------------ r4673 | fenrir | 2003-06-24 20:42:50 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: clean up, more input infos, begin to parse Tags element (don't work yet). ------------------------------------------------------------------------ r4674 | fenrir | 2003-06-24 21:35:46 +0200 (Tue, 24 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: when seeking, by default, try to reach the file position not the time (seek seems better). ------------------------------------------------------------------------ r4675 | fenrir | 2003-06-24 21:59:27 +0200 (Tue, 24 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: remove unnecessary header. ------------------------------------------------------------------------ r4676 | asmax | 2003-06-25 00:26:01 +0200 (Wed, 25 Jun 2003) | 6 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/playlist/playlist.c M /trunk/src/video_output/video_output.c * all: show/hide the interface with middle-click on the vout (when the last vout is closed, the interface reappears) Works only with the skins interface and X11/Xvideo vouts, but it's very easy to implement (just add a callback on "intf-show" in the interface, and trigger it in the vout) ------------------------------------------------------------------------ r4677 | fenrir | 2003-06-25 00:53:25 +0200 (Wed, 25 Jun 2003) | 4 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon percent and not time, it's better. Please test. ------------------------------------------------------------------------ r4678 | fenrir | 2003-06-25 01:00:32 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv : spelling mistakes. ------------------------------------------------------------------------ r4679 | fenrir | 2003-06-25 01:11:35 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.h * lalala ;) ------------------------------------------------------------------------ r4680 | fenrir | 2003-06-25 02:40:41 +0200 (Wed, 25 Jun 2003) | 4 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * mpeg_audio.c: fix segfault caused by free bitrate and padding set. (the stream isn't free bitrate) SyncInfo think it's free bitrate but return a frame size of 1. Now, I test bitrate. ------------------------------------------------------------------------ r4681 | sam | 2003-06-25 05:08:57 +0200 (Wed, 25 Jun 2003) | 4 lines Changed paths: M /trunk/toolbox * toolbox: + Disabled useless verbosity. + Fixed some incorrect ">/dev/null 2>&1" semantics. ------------------------------------------------------------------------ r4682 | massiot | 2003-06-25 10:59:16 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/doc/fortunes.txt ++ ------------------------------------------------------------------------ r4683 | gbazin | 2003-06-25 11:13:03 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/mkv.cpp * modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r(). ------------------------------------------------------------------------ r4684 | sam | 2003-06-25 16:41:57 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Makefile.am: using C++ linkage for vlc under OS X and BeOS. ------------------------------------------------------------------------ r4685 | fenrir | 2003-06-25 17:50:52 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/include/httpd.h * httpd: fix a memory and thread leak. ------------------------------------------------------------------------ r4686 | fenrir | 2003-06-25 21:28:10 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * ts: set a fourcc for PAT/PMT to avoid garbage in logs. ------------------------------------------------------------------------ r4687 | fenrir | 2003-06-25 22:37:37 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: a little memory leak. ------------------------------------------------------------------------ r4688 | zorglub | 2003-06-25 23:03:16 +0200 (Wed, 25 Jun 2003) | 5 lines Changed paths: M /trunk/include/announce.h M /trunk/modules/misc/sap.c M /trunk/src/stream_output/announce.c * ./include/announce.h ./src/stream_output/announce.c : use send instead of sendto. * ./modules/misc/sap.c : use a define ------------------------------------------------------------------------ r4689 | asmax | 2003-06-25 23:17:21 +0200 (Wed, 25 Jun 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/esd.c * modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE At last closes bug #625 ! ------------------------------------------------------------------------ r4690 | fenrir | 2003-06-25 23:47:05 +0200 (Wed, 25 Jun 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: fix a potential segfault. ------------------------------------------------------------------------ r4691 | sam | 2003-06-26 01:46:19 +0200 (Thu, 26 Jun 2003) | 4 lines Changed paths: M /trunk/src/stream_output/announce.c * src/stream_output/announce.c: + Fixed a multiline string. + Coding style fixes. ------------------------------------------------------------------------ r4692 | sam | 2003-06-26 14:19:59 +0200 (Thu, 26 Jun 2003) | 3 lines Changed paths: M /trunk/Makefile.am D /trunk/include/video.h M /trunk/include/vlc/vout.h A /trunk/include/vlc_video.h M /trunk/src/interface/interface.c M /trunk/src/libvlc.c M /trunk/src/misc/modules.c M /trunk/src/misc/objects.c M /trunk/src/video_output/video_output.c M /trunk/src/video_output/video_text.c M /trunk/src/video_output/vout_pictures.c M /trunk/src/video_output/vout_subpictures.c * include/video.h: renamed this file to vlc_video.h to avoid name collisions with a couple of modules. ------------------------------------------------------------------------ r4693 | zorglub | 2003-06-26 16:42:04 +0200 (Thu, 26 Jun 2003) | 5 lines Changed paths: M /trunk/modules/demux/m3u.c * ./modules/demux/m3u.c: added support for Winamp 3 B4S files Still need to add the support for the Names in all formats (we currently only put the URL), but I do not have any ASX, HTML nor PLS sample file ------------------------------------------------------------------------ r4694 | gbazin | 2003-06-26 18:04:36 +0200 (Thu, 26 Jun 2003) | 2 lines Changed paths: M /trunk/src/stream_output/announce.c * src/stream_output/announce.c: msvc compilation fix. ------------------------------------------------------------------------ r4695 | fenrir | 2003-06-26 18:46:19 +0200 (Thu, 26 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: more ebml element parsing. ------------------------------------------------------------------------ r4696 | sam | 2003-06-26 20:14:56 +0200 (Thu, 26 Jun 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/util/sub.c * modules/demux/util/sub.c, modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif. ------------------------------------------------------------------------ r4697 | gbazin | 2003-06-26 21:36:44 +0200 (Thu, 26 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_video/parser.c * modules/codec/mpeg_video/parser.c: fixed broken file. ------------------------------------------------------------------------ r4698 | zorglub | 2003-06-27 12:31:02 +0200 (Fri, 27 Jun 2003) | 7 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/demux/m3u.c M /trunk/src/playlist/playlist.c * modules/demux/m3u.c : Added name support. Only implemented for M3U and B4S playlists at the moment * src/playlist/playlist.c include/vlc_playlist.h : Added the playlist_AddName function to add an item with its name without filling an item structure. ------------------------------------------------------------------------ r4699 | sam | 2003-06-27 15:38:54 +0200 (Fri, 27 Jun 2003) | 3 lines Changed paths: M /trunk/src/misc/configuration.c M /trunk/src/playlist/playlist.c * src/misc/configuration.c: minor fix in a comment. * src/playlist/playlist.c: the -Z mode randomises the first item as well. ------------------------------------------------------------------------ r4700 | sam | 2003-06-27 15:50:13 +0200 (Fri, 27 Jun 2003) | 19 lines Changed paths: M /trunk/.cvsignore M /trunk/HACKING M /trunk/Makefile.am M /trunk/bootstrap M /trunk/configure.ac M /trunk/debian/rules M /trunk/m4/.cvsignore M /trunk/modules/.cvsignore D /trunk/modules/Makefile.am M /trunk/modules/access/Modules.am M /trunk/modules/access/dvd/Modules.am M /trunk/modules/access/dvdplay/Modules.am M /trunk/modules/access/dvdread/Modules.am M /trunk/modules/access/mms/Modules.am M /trunk/modules/access/pvr/Modules.am M /trunk/modules/access/satellite/Modules.am M /trunk/modules/access/v4l/Modules.am M /trunk/modules/access/vcd/Modules.am M /trunk/modules/access_output/Modules.am A /trunk/modules/audio_filter/.cvsignore A /trunk/modules/audio_filter/Modules.am M /trunk/modules/audio_filter/channel_mixer/Modules.am M /trunk/modules/audio_filter/converter/Modules.am M /trunk/modules/audio_filter/resampler/Modules.am M /trunk/modules/audio_mixer/Modules.am M /trunk/modules/audio_output/Modules.am M /trunk/modules/codec/Modules.am M /trunk/modules/codec/a52old/Modules.am M /trunk/modules/codec/a52old/downmix/Modules.am M /trunk/modules/codec/a52old/imdct/Modules.am M /trunk/modules/codec/cinepak/Modules.am M /trunk/modules/codec/faad/Modules.am M /trunk/modules/codec/ffmpeg/Modules.am M /trunk/modules/codec/ffmpeg/postprocessing/Modules.am M /trunk/modules/codec/mpeg_audio/Modules.am M /trunk/modules/codec/mpeg_video/Modules.am M /trunk/modules/codec/mpeg_video/idct/Modules.am M /trunk/modules/codec/mpeg_video/motion/Modules.am M /trunk/modules/codec/spudec/Modules.am M /trunk/modules/control/Modules.am M /trunk/modules/control/lirc/Modules.am M /trunk/modules/control/rc/Modules.am M /trunk/modules/demux/Modules.am M /trunk/modules/demux/aac/Modules.am M /trunk/modules/demux/asf/Modules.am M /trunk/modules/demux/avi/Modules.am M /trunk/modules/demux/mp4/Modules.am M /trunk/modules/demux/mpeg/Modules.am M /trunk/modules/demux/util/Modules.am M /trunk/modules/demux/wav/Modules.am M /trunk/modules/encoder/Modules.am M /trunk/modules/encoder/ffmpeg/Modules.am A /trunk/modules/gui/.cvsignore A /trunk/modules/gui/Modules.am M /trunk/modules/gui/beos/Modules.am M /trunk/modules/gui/familiar/Modules.am M /trunk/modules/gui/gtk/Modules.am M /trunk/modules/gui/gtk2/Modules.am M /trunk/modules/gui/kde/Modules.am M /trunk/modules/gui/macosx/Modules.am M /trunk/modules/gui/ncurses/Modules.am M /trunk/modules/gui/qnx/Modules.am M /trunk/modules/gui/qt/Modules.am M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/win32/Modules.am M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/misc/Modules.am M /trunk/modules/misc/dummy/Modules.am M /trunk/modules/misc/logger/Modules.am M /trunk/modules/misc/memcpy/Modules.am M /trunk/modules/misc/network/Modules.am M /trunk/modules/misc/testsuite/Modules.am M /trunk/modules/mux/Modules.am M /trunk/modules/mux/mpeg/Modules.am M /trunk/modules/packetizer/Modules.am M /trunk/modules/stream_out/Modules.am M /trunk/modules/video_chroma/Modules.am M /trunk/modules/video_filter/Modules.am M /trunk/modules/video_filter/deinterlace/Modules.am M /trunk/modules/video_output/Modules.am M /trunk/modules/video_output/directx/Modules.am M /trunk/modules/video_output/mga/Modules.am M /trunk/modules/video_output/qte/Modules.am M /trunk/modules/video_output/x11/Modules.am A /trunk/modules/visualization/.cvsignore A /trunk/modules/visualization/Modules.am M /trunk/modules/visualization/scope/Modules.am M /trunk/modules/visualization/xosd/Modules.am M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox D /trunk/vlc-config.in A /trunk/vlc-config.in.in * bootstrap: + New build system, using recursive makefiles. Due to the amount of code in VLC, this had become unavoidable. + Removed the check for OS X's stack size, since our automake targets are a lot less hungry now. + Ditto for Solaris's sed. + Since automake-1.6 is faster than 1.7, use it first if both are present. * m4/vlc.m4: + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS and AX_ADD_LDFLAGS macros that do all the magic to detect possible modules and register their flags. + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros. + Some magic to generate vlc-config. * configure.ac: + Moved most code to the AX_ADD_* macros. + Explicitely added all target Makefiles. * modules/**/Modules.am: + Path to sources are now relative to Modules.am's directory level. ------------------------------------------------------------------------ r4701 | sam | 2003-06-27 16:05:04 +0200 (Fri, 27 Jun 2003) | 2 lines Changed paths: A /trunk/m4/vlc.m4 * m4/vlc.m4: CVS forgot to add this file. I swear. ------------------------------------------------------------------------ r4702 | gbazin | 2003-06-27 18:15:54 +0200 (Fri, 27 Jun 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: fixed matroska detection. ------------------------------------------------------------------------ r4703 | sam | 2003-06-27 18:26:02 +0200 (Fri, 27 Jun 2003) | 5 lines Changed paths: M /trunk/Makefile.am * Makefile.am: + Removed trailing / from directory names. + Used dummy instead of "" in the for/do/done loops. + Protected a couple of filenames with double quotes. ------------------------------------------------------------------------ r4704 | sam | 2003-06-27 19:01:12 +0200 (Fri, 27 Jun 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: link the mkv plugin with -lmatroska_pic -lebml_pic if found. ------------------------------------------------------------------------ r4705 | sam | 2003-06-27 20:27:31 +0200 (Fri, 27 Jun 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/m4/Makefile.am * Makefile.am: create directories before installing stuff in them. * m4/Makefile.am: distribute our generated private.m4 file. ------------------------------------------------------------------------ r4706 | sam | 2003-06-28 01:31:24 +0200 (Sat, 28 Jun 2003) | 14 lines Changed paths: M /trunk/.cvsignore M /trunk/Makefile.am M /trunk/bootstrap M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules M /trunk/vlc-config.in.in * debian/changelog: + Updated to the latest Debian unstable upload. * debian/rules: + Moved the skins interface into the wxvlc package. + Cosmetic fixes. * debian/control: + Updated the description of the wxvlc package. * bootstrap: + Put subdirectories of modules/ in SUBDIRS, not DIST_SUBDIRS. * Makefile.am: + Put modules in SUBDIRS, not DIST_SUBDIRS. * .cvsignore: + Ignore vlc-config.in. ------------------------------------------------------------------------ r4707 | sam | 2003-06-28 02:29:13 +0200 (Sat, 28 Jun 2003) | 6 lines Changed paths: M /trunk/vlc.ebuild * vlc.ebuild: + Apply the same changes to configure as to configure.ac. + Fix autotools timestamps so that the build does not trigger useless autoconf and automake runs. Our snapshots are correctly bootstrapped and do not need extra fiddling. ------------------------------------------------------------------------ r4708 | sam | 2003-06-28 03:17:47 +0200 (Sat, 28 Jun 2003) | 7 lines Changed paths: M /trunk/ChangeLog M /trunk/debian/rules A /trunk/doc/ChangeLog-1999 A /trunk/doc/ChangeLog-2000 A /trunk/doc/ChangeLog-2001 A /trunk/doc/ChangeLog-2002 M /trunk/doc/Makefile.am M /trunk/toolbox M /trunk/vlc.ebuild * toolbox: + toolbox --changelog now only generates this year's changelog. * ChangeLog, doc/ChangeLog-*: + Split the changelog into several files, one per year. * debian/rules, vlc.ebuild: + Distribute the new changelog files. ------------------------------------------------------------------------ r4709 | massiot | 2003-06-28 14:07:00 +0200 (Sat, 28 Jun 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/mkv.cpp * modules/demux/mkv.cpp: Compile fix for OS X. ------------------------------------------------------------------------ r4710 | sam | 2003-06-28 15:04:52 +0200 (Sat, 28 Jun 2003) | 19 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac M /trunk/debian/changelog M /trunk/m4/vlc.m4 M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/toolbox * Makefile.am: + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir). + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because generated files end in $(builddir). + Added -Imozilla to the mozilla plugin link flags. + Look for mozilla/vlcintf.idl in $(srcdir). * configure.ac: + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config. * toolbox: + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}. + Prepend ${srcdir} to header files we handle. * m4/vlc.m4: + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in ${builddir}. * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp: + Include the pixmap with a path relative to the current directory. This commit should fix builds that use --srcdir (Closes: #319). ------------------------------------------------------------------------ r4711 | sam | 2003-06-28 16:31:40 +0200 (Sat, 28 Jun 2003) | 6 lines Changed paths: M /trunk/configure.ac M /trunk/m4/vlc.m4 * configure.ac: + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl. + Added CVS Id string. * m4/vlc.m4: + Added CVS Id string. ------------------------------------------------------------------------ r4712 | sam | 2003-06-28 17:27:04 +0200 (Sat, 28 Jun 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Makefile.am: fixed the location of the intl sources. ------------------------------------------------------------------------ r4713 | fenrir | 2003-06-28 19:20:41 +0200 (Sat, 28 Jun 2003) | 3 lines Changed paths: M /trunk/src/input/input.c * input.c : call input_DelInfo _after_ that all decoders have been destroyed as vorbis decoder could add info. ------------------------------------------------------------------------ r4714 | fenrir | 2003-06-28 21:19:55 +0200 (Sat, 28 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/m3u.c * m3u: clean up and fix .m3u parsing. Please *test*. ------------------------------------------------------------------------ r4715 | hartman | 2003-06-28 23:03:26 +0200 (Sat, 28 Jun 2003) | 3 lines Changed paths: M /trunk/toolbox * s/;T;/;D; Now it seems to builb. I guess you meant this sam. If I'm wrong you can correct me ;) ------------------------------------------------------------------------ r4716 | fenrir | 2003-06-28 23:16:57 +0200 (Sat, 28 Jun 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * ffmpeg : do no try to automatically set ffmpeg-truncated (it's broken with .mp4 files) ------------------------------------------------------------------------ r4717 | fenrir | 2003-06-28 23:18:58 +0200 (Sat, 28 Jun 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_output.c video_output.c: should fix playback of file with multiple video track, and usage of display in stream output. ------------------------------------------------------------------------ r4718 | fenrir | 2003-06-28 23:27:35 +0200 (Sat, 28 Jun 2003) | 2 lines Changed paths: M /trunk/src/input/input.c * input: close all vouts (not only the first one). ------------------------------------------------------------------------ r4719 | fenrir | 2003-06-29 01:56:31 +0200 (Sun, 29 Jun 2003) | 6 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/misc/httpd.c * ffmpeg: disable direct rendering when width or height aren't a multiple of 16 (on the fly not only based upon header). * httpd: test if INADDR_ANY is bind when requesting a host. (To be able to use http interface with http streaming). ------------------------------------------------------------------------ r4720 | hartman | 2003-06-29 02:14:50 +0200 (Sun, 29 Jun 2003) | 4 lines Changed paths: M /trunk/doc/fortunes.txt M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;) finally fixed, confirmed etc. * doc/fortunes.txt: one more ------------------------------------------------------------------------ r4721 | ipkiss | 2003-06-29 16:00:32 +0200 (Sun, 29 Jun 2003) | 2 lines Changed paths: M /trunk/po/fr.po * fr.po: some new translations + fixes ------------------------------------------------------------------------ r4722 | sam | 2003-06-29 16:57:49 +0200 (Sun, 29 Jun 2003) | 2 lines Changed paths: M /trunk/m4/vlc.m4 * m4/vlc.m4: Prepend LDFLAGS instead of appending them. ------------------------------------------------------------------------ r4723 | sam | 2003-06-29 21:04:14 +0200 (Sun, 29 Jun 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: syntax fix for OS X's retarded sed. ------------------------------------------------------------------------ r4724 | sam | 2003-06-29 21:12:52 +0200 (Sun, 29 Jun 2003) | 3 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules * debian/rules: + Enabled the video4linux input plugin. ------------------------------------------------------------------------ r4725 | fenrir | 2003-06-29 21:15:04 +0200 (Sun, 29 Jun 2003) | 2 lines Changed paths: M /trunk/modules/demux/m3u.c * m3u: remove useless debug messages, fix element insertion. ------------------------------------------------------------------------ r4726 | sam | 2003-06-29 22:15:35 +0200 (Sun, 29 Jun 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: fuck OS X! ------------------------------------------------------------------------ r4727 | gbazin | 2003-06-29 22:58:16 +0200 (Sun, 29 Jun 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c * configure.ac, modules/mux/ogg.c, modules/stream_out/transcode.c: vorbis transcoding support (the transcoder still doesn't support vorbis decoding though, so no vorbis -> else transcoding) ------------------------------------------------------------------------ r4728 | gbazin | 2003-06-30 00:07:40 +0200 (Mon, 30 Jun 2003) | 3 lines Changed paths: M /trunk/modules/visualization/xosd/xosd.c * modules/visualization/xosd/xosd.c: lowered the module's score. ------------------------------------------------------------------------ r4729 | hartman | 2003-06-30 03:51:10 +0200 (Mon, 30 Jun 2003) | 9 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.m * modules/gui/macosx/controls.m: * modules/gui/macosx/intf.m: - Our Next/Previous commands now go from chapter trough title trough playlist. - We weren't checking for titles without chapters, which made using CDDA a little hard. * modules/gui/macosx/playlist.m: An improved way to delete selected items. - also fixes a bug where only half the items selected in the playlist got actually deleted. ------------------------------------------------------------------------ r4730 | hartman | 2003-06-30 03:52:57 +0200 (Mon, 30 Jun 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * remove debug statements. ------------------------------------------------------------------------ r4731 | gbazin | 2003-06-30 22:08:21 +0200 (Mon, 30 Jun 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: compilation fix. ------------------------------------------------------------------------ r4732 | gbazin | 2003-06-30 22:44:35 +0200 (Mon, 30 Jun 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: forgot to remove a variable used for debugging. ------------------------------------------------------------------------ r4733 | adn | 2003-07-01 10:30:49 +0200 (Tue, 01 Jul 2003) | 4 lines Changed paths: M /trunk/modules/misc/httpd.c * thanks to Cif, added "Ban", "Unban", "Kick/Ban" options in http administration page * added a link to return to the main administration page after a kick or ban operation ------------------------------------------------------------------------ r4734 | adn | 2003-07-01 10:55:57 +0200 (Tue, 01 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/httpd.c * little fix, sorry ! ------------------------------------------------------------------------ r4735 | adn | 2003-07-01 11:00:50 +0200 (Tue, 01 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/httpd.c * I am just a boulet :( ------------------------------------------------------------------------ r4736 | sam | 2003-07-01 13:58:33 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: use nawk instead of awk (Fixes: #780). ------------------------------------------------------------------------ r4737 | sam | 2003-07-01 13:58:29 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/HACKING * HACKING: updated doc to match the new build. ------------------------------------------------------------------------ r4738 | sam | 2003-07-01 14:01:22 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: use awk, not nawk, and fixed syntax to match older awks. ------------------------------------------------------------------------ r4739 | sam | 2003-07-01 14:50:56 +0200 (Tue, 01 Jul 2003) | 11 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/debian/changelog M /trunk/src/misc/modules_plugin.h.in M /trunk/vlc-config.in.in * Makefile.am: + Forward AM_MAKEFLAGS through recursive makefiles. + Removed the plugins and builtins rules. This causes libintl to be built before the plugins. * bootstrap: + Enabled recursive builds of plugins and builtins. * vlc-config.in.in: + Fixed a typo. * debian/changelog: + Next upload will fix bug #199427. ------------------------------------------------------------------------ r4740 | sam | 2003-07-01 14:56:47 +0200 (Tue, 01 Jul 2003) | 4 lines Changed paths: D /trunk/include/error.h A /trunk/include/vlc_error.h M /trunk/modules/control/rc/rc.c M /trunk/src/libvlc.c M /trunk/src/misc/modules.c * include/error.h: Renamed this file to include/vlc_error.h to avoid name conflicts. Most headers in that directory should probably be renamed to their vlc_ equivalent. ------------------------------------------------------------------------ r4741 | sam | 2003-07-01 15:12:19 +0200 (Tue, 01 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: Display the VLC version in the about dialog (Fixes: #946). ------------------------------------------------------------------------ r4742 | sam | 2003-07-01 15:13:48 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Makefile.am: Gaaaaah, forgot to rename headers again! ------------------------------------------------------------------------ r4743 | sam | 2003-07-01 16:25:48 +0200 (Tue, 01 Jul 2003) | 9 lines Changed paths: M /trunk/bootstrap M /trunk/m4/vlc.m4 M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * m4/vlc.m4: output all modules to vlc-config, not just those who define their LDFLAGS. * bootstrap: use grep >/dev/null 2>&1 instead of grep -q because of retarded systems such as our beloved Solaris. * po/: + Regenerated vlc.pot. + Updated British translation. + Fixed fuzzy entries in the French translation. ------------------------------------------------------------------------ r4744 | sam | 2003-07-01 17:06:36 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: Added a --with-v4l option like in VLS. ------------------------------------------------------------------------ r4745 | sam | 2003-07-01 18:25:24 +0200 (Tue, 01 Jul 2003) | 5 lines Changed paths: M /trunk/.cvsignore M /trunk/Makefile.am M /trunk/bootstrap * bootstrap: + Removed the Modules.am generation. To build module/foo/libfoo.so, you now need to cd modules/foo and make libfoo.so. + Workaround for Solaris sed. Which sucks. Did I mention that before? ------------------------------------------------------------------------ r4746 | sam | 2003-07-01 18:34:22 +0200 (Tue, 01 Jul 2003) | 4 lines Changed paths: M /trunk/vlc-config.in.in * vlc-config.in.in: Used printf instead of a sed construct, just in case we reach 200 plugins one day, because Solaris (did I mention it sucked?) has a crap sed. ------------------------------------------------------------------------ r4747 | sam | 2003-07-01 19:14:58 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/include/codecs.h M /trunk/modules/mux/ogg.c * configure.ac: Added a compiler check for __attribute__((__packed__)). ------------------------------------------------------------------------ r4748 | sam | 2003-07-01 19:28:50 +0200 (Tue, 01 Jul 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: Fixed detection of older automake version that advertise themselves as 1.[0-5]-* instead of 1.[0-5].*. ------------------------------------------------------------------------ r4749 | sam | 2003-07-01 19:46:50 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: Ooops, got the attribute(packed) check upside-down. ------------------------------------------------------------------------ r4750 | sam | 2003-07-01 20:28:43 +0200 (Tue, 01 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/vlc-config.in.in * vlc-config.in.in: Reverted one of my first Solaris workarounds rendered obsolescent by the latest ones. ------------------------------------------------------------------------ r4751 | sam | 2003-07-01 21:17:32 +0200 (Tue, 01 Jul 2003) | 6 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac M /trunk/doc/fortunes.txt M /trunk/toolbox M /trunk/vlc-config.in.in * configure.ac: + Fixed a == test bashism. + Cosmetic changes. * toolbox, vlc-config.in.in: Cosmetic changes. * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap). ------------------------------------------------------------------------ r4752 | fenrir | 2003-07-01 23:32:32 +0200 (Tue, 01 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * http: removed a too verbose message, make vim happier. ------------------------------------------------------------------------ r4753 | alexis | 2003-07-02 11:30:18 +0200 (Wed, 02 Jul 2003) | 2 lines Changed paths: D /trunk/vlc.spec A /trunk/vlc.spec.mdk Updated vlc.spec file for Linux Mandrake. ------------------------------------------------------------------------ r4754 | sam | 2003-07-02 13:21:27 +0200 (Wed, 02 Jul 2003) | 6 lines Changed paths: M /trunk/bootstrap M /trunk/debian/rules * bootstrap: + The clean rule properly removes generated objects. + Optimized recursive builds. * debian/rules: + Fixed a typo in the changelog installation. ------------------------------------------------------------------------ r4755 | sam | 2003-07-02 15:32:16 +0200 (Wed, 02 Jul 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: Workaround for an automake1.6 issue. Not a big deal, the code is actually nicer this way. ------------------------------------------------------------------------ r4756 | sam | 2003-07-02 15:50:03 +0200 (Wed, 02 Jul 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Guaah. Typo. ------------------------------------------------------------------------ r4757 | sam | 2003-07-02 16:08:56 +0200 (Wed, 02 Jul 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Fix for the Mozilla plugin build. ------------------------------------------------------------------------ r4758 | sam | 2003-07-02 18:12:57 +0200 (Wed, 02 Jul 2003) | 2 lines Changed paths: M /trunk/debian/changelog * debian/changelog: Debian-specific changelog for a pending upload. ------------------------------------------------------------------------ r4759 | zorglub | 2003-07-02 20:44:27 +0200 (Wed, 02 Jul 2003) | 4 lines Changed paths: M /trunk/modules/misc/httpd.c M /trunk/modules/misc/sap.c * httpd.c: fixed a french string * sap.c: use defines ------------------------------------------------------------------------ r4760 | gbazin | 2003-07-02 22:01:51 +0200 (Wed, 02 Jul 2003) | 3 lines Changed paths: M /trunk/toolbox * toolbox: fixed ./toolbox --distclean ------------------------------------------------------------------------ r4761 | sam | 2003-07-03 00:47:42 +0200 (Thu, 03 Jul 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: pass -multiply_defined suppress to the linker under Darwin, thanks to DJ. ------------------------------------------------------------------------ r4762 | fenrir | 2003-07-03 02:11:38 +0200 (Thu, 03 Jul 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.c * ps: fix a dead loop with mis-detected file or bad content. ------------------------------------------------------------------------ r4763 | sam | 2003-07-03 04:56:35 +0200 (Thu, 03 Jul 2003) | 4 lines Changed paths: M /trunk/Makefile.am * Makefile.am: + If a builtin has been rebuilt, rebuild vlc. + Do not rebuild the Mozilla plugin's xpt when the Makefile changes. ------------------------------------------------------------------------ r4764 | sam | 2003-07-03 05:35:29 +0200 (Thu, 03 Jul 2003) | 3 lines Changed paths: M /trunk/.cvsignore M /trunk/debian/rules * debian/rules: Fixed the package generation on !x86. * .cvsignore: Do not ignore the m4 directory. ------------------------------------------------------------------------ r4765 | sam | 2003-07-03 11:37:46 +0200 (Thu, 03 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/debian/changelog * Makefile.am: Fixed the installation of plugins that were going one directory too low. ------------------------------------------------------------------------ r4766 | sam | 2003-07-03 13:23:09 +0200 (Thu, 03 Jul 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap * bootstrap, Makefile.am: Slightly reduced build verbosity. ------------------------------------------------------------------------ r4767 | sam | 2003-07-03 14:20:42 +0200 (Thu, 03 Jul 2003) | 2 lines Changed paths: M /trunk/debian/rules * debian/rules: Fixed a zshism in a variable's pattern substitution. ------------------------------------------------------------------------ r4768 | garf | 2003-07-03 21:25:51 +0200 (Thu, 03 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/video_filter/Modules.am A /trunk/modules/video_filter/logo.c * logo.c : a little filter to put a PNG picture on video output (use mouse features :) ------------------------------------------------------------------------ r4769 | adn | 2003-07-04 14:20:32 +0200 (Fri, 04 Jul 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * Added a Miscellaneous Panel in wxwindows stream output. * Added a SAP Announce button in this panel. ------------------------------------------------------------------------ r4770 | sam | 2003-07-04 15:53:06 +0200 (Fri, 04 Jul 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: Recursive rules now check for $(MAKE)'s return value so that build errors are never ignored. ------------------------------------------------------------------------ r4771 | adn | 2003-07-04 16:06:48 +0200 (Fri, 04 Jul 2003) | 6 lines Changed paths: M /trunk/src/stream_output/announce.c * Fix Bug thanks to Cif: url form was "IP:port" and port 1234 was systematically sent separately. * Multicast IP form is "@IP" and not "IP". Right ? ------------------------------------------------------------------------ r4772 | adn | 2003-07-04 16:26:29 +0200 (Fri, 04 Jul 2003) | 2 lines Changed paths: M /trunk/src/stream_output/announce.c * bug fix, @ is not necessary in fact ;) ------------------------------------------------------------------------ r4773 | sam | 2003-07-04 16:56:51 +0200 (Fri, 04 Jul 2003) | 6 lines Changed paths: M /trunk/bootstrap M /trunk/debian/woody-buildpackage * bootstrap: + Disabled a redundant BUILT_SOURCES variable. * debian/woody-buildpackage: + Disable skins for woody (no WxWindows). + Do not build a diff since we always use the pristine tarball. ------------------------------------------------------------------------ r4774 | adn | 2003-07-04 17:20:49 +0200 (Fri, 04 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * Added a SAP Announces Button for wxWindows ------------------------------------------------------------------------ r4775 | sam | 2003-07-04 18:35:20 +0200 (Fri, 04 Jul 2003) | 9 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules M /trunk/modules/demux/mkv.cpp M /trunk/modules/gui/kde/preferences.cpp M /trunk/modules/stream_out/transcode.c * debian/changelog: Changelog for the forthcoming 0.6.0+cvs-20030704-1 Debian upload. * debian/rules: Build builtins in the first compile pass, and build plugins and PIC builtins in the second pass, so that PIC and non-PIC never get messed. * modules/demux/mkv.cpp: Added minor verbosity in a warning message. * modules/gui/kde/preferences.cpp: Fix for woody's KDE. * modules/stream_out/transcode.c: Workaround for woody's vorbisenc.h. ------------------------------------------------------------------------ r4776 | titer | 2003-07-04 21:00:43 +0200 (Fri, 04 Jul 2003) | 2 lines Changed paths: M /trunk/modules/video_filter/logo.c logo.c : gcc != 3 compile fix ------------------------------------------------------------------------ r4777 | sam | 2003-07-05 16:47:53 +0200 (Sat, 05 Jul 2003) | 15 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/debian/Makefile.am M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules D /trunk/debian/woody-buildpackage M /trunk/toolbox * Makefile.am: "make dist-woody" builds a tarball suitable for a Debian woody package build. * bootstrap: + Remove config.h.in and config.h before running autoheader. + Added "set -e" for better error tracking. + Call autoheader and automake after autoconf so that the first build does not need to call autoheader. * debian/woody-buildpackage: + Removed that script and put the code in toolbox. * debian/control: + Added a build-dependency on libmatroska-dev. * debian/rules: + Activated Matroska support. + Re-enabled dh_installchangelogs. ------------------------------------------------------------------------ r4778 | zorglub | 2003-07-05 17:00:28 +0200 (Sat, 05 Jul 2003) | 6 lines Changed paths: M /trunk/include/announce.h M /trunk/modules/misc/sap.c M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c * sap.c: Improved IPv6 multicast detection * announce.c: - coding style fixes - fixed port detection in IPv6 addresses (with ':' inside) ------------------------------------------------------------------------ r4779 | sam | 2003-07-05 17:35:28 +0200 (Sat, 05 Jul 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/skins/src/skin_main.cpp, modules/gui/wxwindows/wxwindows.cpp: Do not unload the WxWindows plugins on Unix, because they might be linked with Gtk which makes evil use of atexit(). ------------------------------------------------------------------------ r4780 | alexis | 2003-07-05 23:31:02 +0200 (Sat, 05 Jul 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/es.c es.c: fix typo. ------------------------------------------------------------------------ r4781 | gbazin | 2003-07-06 18:13:11 +0200 (Sun, 06 Jul 2003) | 7 lines Changed paths: M /trunk/configure.ac M /trunk/install-win32 M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/streamout.cpp: clean-up for sap support. Added a couple of transcoding codecs (WMV2, MJPG, mp3). The output filename is now surrounded by quotes and the MRL is updated correctly on codec change. * install-win32: start menu shortucts are installed in the "All Users" section. * configure.ac: added a --with-ffmpeg-mp3lame option for when ffmpeg was compiled with mp3lame support. ------------------------------------------------------------------------ r4782 | gbazin | 2003-07-06 18:22:15 +0200 (Sun, 06 Jul 2003) | 4 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/modules/stream_out/transcode.c * INSTALL.win32: added an instruction for using tar to extract the contrib. * modules/stream_out/transcode.c: added mp3 fourcc. ------------------------------------------------------------------------ r4783 | sigmunau | 2003-07-06 18:35:38 +0200 (Sun, 06 Jul 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/share/vlc_win32_rc.rc Makefile.am: pass version strings to windres share/vlc_win32_rc.rc: provide some version info in the vlc binary If all is well, this should not break msvc build, but binaries built with msvc will have version 0.0.0 ------------------------------------------------------------------------ r4784 | gbazin | 2003-07-06 20:20:32 +0200 (Sun, 06 Jul 2003) | 3 lines Changed paths: M /trunk/install-win32 * install-win32: fixed my last commit. ------------------------------------------------------------------------ r4785 | massiot | 2003-07-07 01:14:50 +0200 (Mon, 07 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac Fixed Mac OS X build. ------------------------------------------------------------------------ r4786 | adn | 2003-07-07 09:14:56 +0200 (Mon, 07 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * now spaces are allowed in SAP annouces. ------------------------------------------------------------------------ r4787 | sam | 2003-07-07 14:04:50 +0200 (Mon, 07 Jul 2003) | 2 lines Changed paths: M /trunk/mozilla/support/npmac.cpp M /trunk/mozilla/support/npunix.c M /trunk/mozilla/vlcpeer.cpp * mozilla/: Tried to fix the build with mozilla 1.4. Tested on Debian. ------------------------------------------------------------------------ r4788 | massiot | 2003-07-07 16:56:22 +0200 (Mon, 07 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac Do not link twice with -logg under Darwin. ------------------------------------------------------------------------ r4789 | gbazin | 2003-07-07 17:50:44 +0200 (Mon, 07 Jul 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/stream_out/standard.c M /trunk/modules/stream_out/transcode.c * modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection. * modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support. * modules/stream_out/standard.c: clean-up. ------------------------------------------------------------------------ r4790 | sam | 2003-07-07 18:53:48 +0200 (Mon, 07 Jul 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: The "clean" rule now also removes generated sources. ------------------------------------------------------------------------ r4791 | sam | 2003-07-07 18:59:00 +0200 (Mon, 07 Jul 2003) | 6 lines Changed paths: M /trunk/configure.ac A /trunk/modules/control/corba A /trunk/modules/control/corba/.cvsignore A /trunk/modules/control/corba/Modules.am A /trunk/modules/control/corba/README A /trunk/modules/control/corba/client.py A /trunk/modules/control/corba/corba.c A /trunk/modules/control/corba/launch-vlc-corba A /trunk/modules/control/corba/mediacontrol.idl A /trunk/modules/control/corba/pyorbit-1.99.3.patch A /trunk/modules/control/corba/simpleplayer.glade A /trunk/modules/control/corba/simpleplayer.py M /trunk/src/playlist/playlist.c * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim, compiles cleanly (to build the medicacontrol.so library you need to cd to that directory and "make medicacontrol.so") but untested. * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by Olivier. ------------------------------------------------------------------------ r4792 | sam | 2003-07-07 19:01:16 +0200 (Mon, 07 Jul 2003) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/HACKING * AUTHORS: Added Olivier Aubert. * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft. ------------------------------------------------------------------------ r4793 | sam | 2003-07-07 20:14:17 +0200 (Mon, 07 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was not specified. ------------------------------------------------------------------------ r4794 | sam | 2003-07-08 15:09:30 +0200 (Tue, 08 Jul 2003) | 9 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/toolbox * bootstrap: + Removed a useless use of cut. + Do not fail in the "clean" rule if no targets were built. * Makefile.am: + Propagate $(srcdir) to toolbox. * toolbox: + Do not include .moc files in POTFILES.in. + Fixed the generation of MSVC project files (untested). ------------------------------------------------------------------------ r4795 | sam | 2003-07-08 15:13:12 +0200 (Tue, 08 Jul 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * po/: Updated pofiles using the new toolbox. ------------------------------------------------------------------------ r4796 | sam | 2003-07-08 15:40:57 +0200 (Tue, 08 Jul 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Removed dashes from makefile variables. ------------------------------------------------------------------------ r4797 | sam | 2003-07-08 18:21:00 +0200 (Tue, 08 Jul 2003) | 3 lines Changed paths: M /trunk/toolbox * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character instead. ------------------------------------------------------------------------ r4798 | hartman | 2003-07-09 03:30:41 +0200 (Wed, 09 Jul 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * Update next/previous item routines. it descends from next chapter to next title to next playlistitem. The old code for this was buggy. This should work better. Especially for CDDA's, since we previously didn't support titles. ------------------------------------------------------------------------ r4799 | hartman | 2003-07-09 03:31:25 +0200 (Wed, 09 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * don't sleep while committing. ------------------------------------------------------------------------ r4800 | adn | 2003-07-09 11:30:23 +0200 (Wed, 09 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/wxwindows.h a "clear" button now allows to clear the messages' text window ------------------------------------------------------------------------ r4801 | adn | 2003-07-09 12:59:11 +0200 (Wed, 09 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/messages.cpp corrected a newbie notation ------------------------------------------------------------------------ r4802 | sam | 2003-07-09 15:52:22 +0200 (Wed, 09 Jul 2003) | 2 lines Changed paths: M /trunk/mozilla/vlcshell.cpp * mozilla/vlcshell.cpp: free() requires . ------------------------------------------------------------------------ r4803 | gbazin | 2003-07-09 23:42:28 +0200 (Wed, 09 Jul 2003) | 5 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/src/audio_output/output.c * modules/gui/wxwindows/interface.cpp: resume after pause was broken recently. * src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause. * modules/audio_output/alsa.c: improvements and fixes to the alsa audio output. ------------------------------------------------------------------------ r4804 | gbazin | 2003-07-10 00:10:13 +0200 (Thu, 10 Jul 2003) | 4 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: latest change for web radios support did affect the quality of normal ogg files. Make the check a bit more strict. ------------------------------------------------------------------------ r4805 | hartman | 2003-07-10 02:47:42 +0200 (Thu, 10 Jul 2003) | 10 lines Changed paths: M /trunk/vlc.ebuild * fixed glide header detection * added matroska, dvb and pvr USE vars. * enabled support for flac. * removed libdv support since it's deprecated * enabled freetype support if USE=truetype * enabled satellite support if USE=dvb * added local USE variable pvr to compile with pvr support * added local USE variable matroska to compile with experimental matroska support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska. ------------------------------------------------------------------------ r4806 | fenrir | 2003-07-10 03:33:41 +0200 (Thu, 10 Jul 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * ffmpeg: some clean. Added a mutex to avoid multiple initialisation. ------------------------------------------------------------------------ r4807 | sam | 2003-07-10 09:08:41 +0200 (Thu, 10 Jul 2003) | 3 lines Changed paths: A /trunk/vlc.spec D /trunk/vlc.spec.redhat * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected filename in a package. ------------------------------------------------------------------------ r4808 | adn | 2003-07-10 13:15:18 +0200 (Thu, 10 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/wxwindows.h now messages can be saved to a file ------------------------------------------------------------------------ r4809 | zorglub | 2003-07-10 20:29:41 +0200 (Thu, 10 Jul 2003) | 5 lines Changed paths: M /trunk/modules/control/http.c M /trunk/modules/misc/httpd.c * http: added support for user/pass (--http-user & --http-pass) * httpd: removed hard-coded user/pass for admin page. (now: --http-admin-pass & --http-admin-user ) ------------------------------------------------------------------------ r4810 | fenrir | 2003-07-11 00:24:09 +0200 (Fri, 11 Jul 2003) | 12 lines Changed paths: M /trunk/include/httpd.h M /trunk/modules/control/http.c M /trunk/modules/misc/httpd.c * http: rework of the http interface. There is no more hardcoded html page. The interface recursively parse a directory, exporting all files. All .htm/.html are parsed, and special macro are used. I will commit somes samples pages in share/http and I hope documentations. TODO: - (re)implement access control in httpd (but in a useable way). - clean login/password management. (for now .access protects a whole directory). - doc ;) ------------------------------------------------------------------------ r4811 | fenrir | 2003-07-11 00:29:59 +0200 (Fri, 11 Jul 2003) | 2 lines Changed paths: A /trunk/share/http A /trunk/share/http/admin A /trunk/share/http/admin/.access A /trunk/share/http/admin/index.html A /trunk/share/http/index.html A /trunk/share/http/info.html * all: samples pages for http interface. ------------------------------------------------------------------------ r4812 | fenrir | 2003-07-11 00:37:02 +0200 (Fri, 11 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: fix a segfault. ------------------------------------------------------------------------ r4813 | fenrir | 2003-07-11 01:55:14 +0200 (Fri, 11 Jul 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mmstu.c * mmstu: workaround for some streams. (missing 0x11 answer). ------------------------------------------------------------------------ r4814 | gbazin | 2003-07-11 09:13:27 +0200 (Fri, 11 Jul 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default). ------------------------------------------------------------------------ r4815 | sam | 2003-07-11 10:04:30 +0200 (Fri, 11 Jul 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft. ------------------------------------------------------------------------ r4816 | gbazin | 2003-07-11 11:50:10 +0200 (Fri, 11 Jul 2003) | 3 lines Changed paths: M /trunk/include/httpd.h M /trunk/modules/control/http.c * include/httpd.h: compilation fix. * modules/control/http.c: win32 fixes. ------------------------------------------------------------------------ r4817 | gbazin | 2003-07-11 13:58:12 +0200 (Fri, 11 Jul 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/mux/Modules.am * configure.ac: always use the built-in getop on win32 (cygwin's one is buggy). Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else. Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime). ------------------------------------------------------------------------ r4818 | fenrir | 2003-07-11 20:19:43 +0200 (Fri, 11 Jul 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * http: * fix for double // under linux. * another useless feature: can browse local files (for sout) ------------------------------------------------------------------------ r4819 | fenrir | 2003-07-11 20:21:30 +0200 (Fri, 11 Jul 2003) | 3 lines Changed paths: A /trunk/share/http/admin/browse.html M /trunk/share/http/admin/index.html * index: little fix for refresh url. * browse: example. ------------------------------------------------------------------------ r4820 | fenrir | 2003-07-11 21:29:37 +0200 (Fri, 11 Jul 2003) | 2 lines Changed paths: M /trunk/share/http/admin/browse.html * disabled by default. (It's a nice security hole for those) ------------------------------------------------------------------------ r4821 | gbazin | 2003-07-12 01:14:03 +0200 (Sat, 12 Jul 2003) | 5 lines Changed paths: M /trunk/modules/audio_output/directx.c M /trunk/modules/audio_output/waveout.c M /trunk/modules/gui/wxwindows/messages.cpp * modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :) * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey. * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option. ------------------------------------------------------------------------ r4822 | gbazin | 2003-07-12 01:36:01 +0200 (Sat, 12 Jul 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding. * NEWS: update in preparation for 0.6.1. ------------------------------------------------------------------------ r4823 | fenrir | 2003-07-12 02:56:18 +0200 (Sat, 12 Jul 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http.c : fix definition conflict under OS X (at least). ------------------------------------------------------------------------ r4824 | gbazin | 2003-07-12 15:33:10 +0200 (Sat, 12 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog(). ------------------------------------------------------------------------ r4825 | massiot | 2003-07-13 14:15:23 +0200 (Sun, 13 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: Fixed a major bug where the picture heap would progressively empty on some DVDs. ------------------------------------------------------------------------ r4826 | massiot | 2003-07-13 14:35:13 +0200 (Sun, 13 Jul 2003) | 4 lines Changed paths: M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg: 0x06 stream type can be used for something else than A/52, so disabled it for the moment (we should actually check for the presence of a descriptor). ------------------------------------------------------------------------ r4827 | sigmunau | 2003-07-13 14:52:40 +0200 (Sun, 13 Jul 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/id3.c cleanup comments ------------------------------------------------------------------------ r4828 | gbazin | 2003-07-13 15:18:25 +0200 (Sun, 13 Jul 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga. ------------------------------------------------------------------------ r4829 | gbazin | 2003-07-13 16:55:17 +0200 (Sun, 13 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/text.cpp M /trunk/modules/gui/skins/os_bitmap.h M /trunk/modules/gui/skins/os_event.h M /trunk/modules/gui/skins/os_font.h M /trunk/modules/gui/skins/os_graphics.h M /trunk/modules/gui/skins/os_theme.h M /trunk/modules/gui/skins/os_window.h M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/skin_main.cpp * modules/gui/skins/*: removed unused GTK2_SKINS code. ------------------------------------------------------------------------ r4830 | massiot | 2003-07-13 21:58:41 +0200 (Sun, 13 Jul 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-intf.c * Only allow 4x fast-forward, since 8x won't work on low-end machines, and our dear users report it as a bug. ------------------------------------------------------------------------ r4831 | gbazin | 2003-07-14 18:10:20 +0200 (Mon, 14 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/control/http.c * configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r(). ------------------------------------------------------------------------ r4832 | sigmunau | 2003-07-14 22:36:55 +0200 (Mon, 14 Jul 2003) | 10 lines Changed paths: M /trunk/Doxyfile M /trunk/include/vlc_common.h M /trunk/toolbox toolbox: made a --add-include that can be used by doxygen to get proper includes in the .h files, since they are parsed out of context by doxygen Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources. include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS With these changes, and a slightly patched version of doxygen (which you can get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should be able to get some useful documentation out of the vlc sources. ------------------------------------------------------------------------ r4833 | sigmunau | 2003-07-14 23:32:59 +0200 (Mon, 14 Jul 2003) | 18 lines Changed paths: M /trunk/configure.ac M /trunk/include/osd.h M /trunk/include/video_output.h M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/spudec/spudec.h M /trunk/modules/codec/spudec/text.c M /trunk/modules/control/lirc/lirc.c M /trunk/modules/demux/util/sub.c M /trunk/modules/misc/Modules.am M /trunk/modules/misc/dummy/Modules.am M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/dummy/dummy.h A /trunk/modules/misc/freetype.c M /trunk/modules/video_filter/Modules.am D /trunk/modules/video_filter/osd_text.c M /trunk/src/misc/modules.c M /trunk/src/video_output/video_output.c M /trunk/src/video_output/video_text.c All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. include/video_output.h: added some members needed by text renderer modules src/video_output/video_output.c: load and unload text renderer module when needed src/video_output/video_text.c: implemented some functions to show text on the video include/osd.h: exported the functions to show text modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module. modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module configure.ac: changes "osdtext" to "freetype" some places modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested. modules/demux/util/sub.c: remove all traces of the ugly old osdtext module modules/misc/dummy/*: added a "text renderer" submodule in the dummy module src/misc/modules.c: included osd.h as it seems to be needed to export symbols final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts. ------------------------------------------------------------------------ r4834 | sigmunau | 2003-07-15 00:25:13 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: A /trunk/modules/misc/dummy/renderer.c had to forget something :) ------------------------------------------------------------------------ r4835 | gbazin | 2003-07-15 15:12:00 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/ps.c * modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers. ------------------------------------------------------------------------ r4836 | gbazin | 2003-07-15 18:07:33 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ps.c * modules/mux/mpeg/ps.c: save pack and system headers for http streaming. ------------------------------------------------------------------------ r4837 | alexis | 2003-07-15 20:01:42 +0200 (Tue, 15 Jul 2003) | 2 lines Changed paths: M /trunk/Makefile.am Update for the spec files. ------------------------------------------------------------------------ r4838 | sigmunau | 2003-07-15 20:12:05 +0200 (Tue, 15 Jul 2003) | 6 lines Changed paths: D /trunk/Doxyfile A /trunk/doc/Doxyfile M /trunk/include/vlc_video.h M /trunk/src/video_output/vout_subpictures.c moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated documentation does not include information on which headers each file includes, since this information isn't correct. Clarified and doxygenized some of the documentation on subpictures ------------------------------------------------------------------------ r4839 | sam | 2003-07-16 17:25:32 +0200 (Wed, 16 Jul 2003) | 5 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: Select events in the video subwindow instead of the base window, because newer versions of Mozilla select ButtonPress for the window it gives us, and XSelectInput only allows one client to select this event. ------------------------------------------------------------------------ r4840 | sam | 2003-07-16 17:32:41 +0200 (Wed, 16 Jul 2003) | 5 lines Changed paths: M /trunk/modules/access/http.c M /trunk/modules/access/mms/mmstu.c * modules/access/http.c: + Fixed gcc 3 warnings (type punning). * modules/access/mms/mmstu.c: + Fixed a gcc 3 warning (long constant). ------------------------------------------------------------------------ r4841 | sam | 2003-07-16 17:40:53 +0200 (Wed, 16 Jul 2003) | 6 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control * debian/changelog: + Prepared my next Debian upload. * debian/control: + Set policy to 3.6.0. No changes required. + Extended the package description. ------------------------------------------------------------------------ r4842 | sam | 2003-07-16 17:52:05 +0200 (Wed, 16 Jul 2003) | 7 lines Changed paths: M /trunk/bootstrap M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox * bootstrap: + Minor indentation fix. * toolbox: + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in. * po/*: + Re-ran toolbox --update po. ------------------------------------------------------------------------ r4843 | sam | 2003-07-16 18:06:56 +0200 (Wed, 16 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: complain when mozilla-config isn't found. ------------------------------------------------------------------------ r4844 | sam | 2003-07-16 18:33:59 +0200 (Wed, 16 Jul 2003) | 2 lines Changed paths: M /trunk/mozilla/vlcpeer.cpp M /trunk/mozilla/vlcplugin.cpp M /trunk/mozilla/vlcshell.cpp * mozilla/*: Additional Mozilla 1.4 compilation fixes. ------------------------------------------------------------------------ r4845 | gbazin | 2003-07-16 19:17:05 +0200 (Wed, 16 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c * modules/codec/spudec/spudec.c: proper initialization of the iconv handle. ------------------------------------------------------------------------ r4846 | gbazin | 2003-07-16 19:19:06 +0200 (Wed, 16 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c * modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;) ------------------------------------------------------------------------ r4847 | sam | 2003-07-16 23:42:53 +0200 (Wed, 16 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include directory, because that's where Gentoo puts it. ------------------------------------------------------------------------ r4848 | sigmunau | 2003-07-17 11:25:58 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/mozilla/npvlc_rc.rc M /trunk/mozilla/vlcplugin.h mozilla/vlcplugin.h: added the video/x-ms-wmv mime type mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h ------------------------------------------------------------------------ r4849 | sam | 2003-07-17 14:06:10 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac M /trunk/mozilla/.cvsignore A /trunk/mozilla/Makefile.am M /trunk/vlc-config.in.in * mozilla/Makefile.am: Moved mozilla plugin generation directives here. * configure.ac: Propagate $(top_srcdir) to the vlc-config call. ------------------------------------------------------------------------ r4850 | sam | 2003-07-17 15:01:59 +0200 (Thu, 17 Jul 2003) | 7 lines Changed paths: M /trunk/debian/Makefile.am M /trunk/debian/changelog A /trunk/debian/compat M /trunk/debian/control M /trunk/debian/rules * debian/compat: + New debhelper file. * debian/control: + Updated debhelper build-dependency to (>= 3.4.4) because we now use debian/compat. + Use ${misc:Depends} everywhere. ------------------------------------------------------------------------ r4851 | sam | 2003-07-17 15:09:46 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/mozilla/Makefile.am * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the current directory but looked for in the parent directory. ------------------------------------------------------------------------ r4852 | sam | 2003-07-17 16:10:08 +0200 (Thu, 17 Jul 2003) | 4 lines Changed paths: M /trunk/include/announce.h M /trunk/src/stream_output/announce.c * src/stream_output/announce.c: + Coding style fixes. + Use memcpy() instead of for() loops. ------------------------------------------------------------------------ r4853 | sam | 2003-07-17 16:28:13 +0200 (Thu, 17 Jul 2003) | 5 lines Changed paths: M /trunk/src/stream_output/announce.c * src/stream_output/announce.c: + Fixed Win32 port. + Speed optimizations in split(). + More coding style fixes. ------------------------------------------------------------------------ r4854 | sam | 2003-07-17 16:54:26 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/vlc-config.in.in * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not top_srcdir. ------------------------------------------------------------------------ r4855 | sam | 2003-07-17 17:49:37 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/m4/vlc.m4 * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even if $FOO contains spaces. Worked around the problem. ------------------------------------------------------------------------ r4856 | sam | 2003-07-17 18:34:40 +0200 (Thu, 17 Jul 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/src/stream_output/announce.c * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its dependencies right. * src/stream_output/announce.c: Compilation fix. ------------------------------------------------------------------------ r4857 | gbazin | 2003-07-17 19:30:40 +0200 (Thu, 17 Jul 2003) | 8 lines Changed paths: M /trunk/configure.ac M /trunk/include/vlc_interface.h M /trunk/modules/gui/skins/Modules.am M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/wxwindows/Modules.am A /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface". Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...). + misc small enhancements. * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module). The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs. ------------------------------------------------------------------------ r4858 | gbazin | 2003-07-17 20:58:23 +0200 (Thu, 17 Jul 2003) | 3 lines Changed paths: M /trunk/include/vlc_interface.h M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider". ------------------------------------------------------------------------ r4859 | gbazin | 2003-07-18 00:54:40 +0200 (Fri, 18 Jul 2003) | 3 lines Changed paths: M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: fixed recent playlist breakage. ------------------------------------------------------------------------ r4860 | gbazin | 2003-07-18 13:39:39 +0200 (Fri, 18 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream. * modules/gui/wxwindows/*: fix for popup menu placement. ------------------------------------------------------------------------ r4861 | gbazin | 2003-07-18 15:22:07 +0200 (Fri, 18 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed. ------------------------------------------------------------------------ r4862 | gbazin | 2003-07-18 16:18:08 +0200 (Fri, 18 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/wxwindows.cpp: oops. ------------------------------------------------------------------------ r4863 | titer | 2003-07-18 21:26:22 +0200 (Fri, 18 Jul 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h Added 'CDVC' fourcc (another one for DV video) ------------------------------------------------------------------------ r4864 | hartman | 2003-07-18 22:00:02 +0200 (Fri, 18 Jul 2003) | 5 lines Changed paths: M /trunk/vlc.ebuild * mozilla support enabled * added USE mad and libid3tag * added mp3lame capability to ffmpeg. * updated wxGTK requirements to 2.4.1 ------------------------------------------------------------------------ r4865 | gbazin | 2003-07-18 22:06:00 +0200 (Fri, 18 Jul 2003) | 5 lines Changed paths: M /trunk/modules/audio_output/alsa.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/src/misc/configuration.c * modules/audio_output/alsa.c: alsa is now the default audio output. * src/misc/configuration.c: removed unnecessary line. * modules/gui/skins/parser.*: small cosmetic change. ------------------------------------------------------------------------ r4866 | hartman | 2003-07-18 22:16:53 +0200 (Fri, 18 Jul 2003) | 2 lines Changed paths: M /trunk/vlc.ebuild * had forgotten to actually activate mozilla :) ------------------------------------------------------------------------ r4867 | gbazin | 2003-07-18 22:52:11 +0200 (Fri, 18 Jul 2003) | 4 lines Changed paths: M /trunk/src/libvlc.h M /trunk/src/misc/win32_specific.c * src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module). * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.) ------------------------------------------------------------------------ r4868 | hartman | 2003-07-19 01:41:09 +0200 (Sat, 19 Jul 2003) | 6 lines Changed paths: M /trunk/configure.ac * Add -liconv to the ldflags of the spudec module. * Add -framework Carbon to the ldflags of the spudec module when Carbon is present. freetype-config unfortunatly omits this on MacOSX. I think I did this correctly, but it might be wise to review this :) ------------------------------------------------------------------------ r4869 | hartman | 2003-07-19 01:50:32 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/src/stream_output/announce.c * add a #include ------------------------------------------------------------------------ r4870 | hartman | 2003-07-19 02:02:35 +0200 (Sat, 19 Jul 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/vlc.ebuild * NEWS: added some more stuff for the upcoming 0.6.1 * vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes. ------------------------------------------------------------------------ r4871 | sam | 2003-07-19 13:29:20 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Makefile.am: Fixed the plugins' target directory location. ------------------------------------------------------------------------ r4872 | sigmunau | 2003-07-19 16:14:22 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac fix linking with iconv for the spudec module ------------------------------------------------------------------------ r4873 | gbazin | 2003-07-19 16:22:08 +0200 (Sat, 19 Jul 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: use UTF-8 internally on win32. ------------------------------------------------------------------------ r4874 | sigmunau | 2003-07-19 16:41:30 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c Use proper linespacing ------------------------------------------------------------------------ r4875 | fenrir | 2003-07-19 17:12:10 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * mp4: parse another box. ------------------------------------------------------------------------ r4876 | sigmunau | 2003-07-19 17:15:01 +0200 (Sat, 19 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c Render the glyph for each character only once, and not once for each frame. Should speed up things a bit. ------------------------------------------------------------------------ r4877 | sigmunau | 2003-07-19 17:25:47 +0200 (Sat, 19 Jul 2003) | 2 lines Changed paths: M /trunk/NEWS alsa is only available on linux ------------------------------------------------------------------------ r4878 | gbazin | 2003-07-19 18:33:55 +0200 (Sat, 19 Jul 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: proper characters encoding conversions. Override the popup menu only for the main interface. ------------------------------------------------------------------------ r4879 | zorglub | 2003-07-20 10:30:41 +0200 (Sun, 20 Jul 2003) | 10 lines Changed paths: M /trunk/configure.ac M /trunk/modules/control/Modules.am A /trunk/modules/control/joystick.c modules/control/joystick.c: Joystick control module (linux only) disabled by default, use --enable-joystick & --extraintf joystick actions are: left-right: variable speed seek up-down: browse the playlist button 1: play/pause button 2: fullscreen ------------------------------------------------------------------------ r4880 | gbazin | 2003-07-20 12:38:49 +0200 (Sun, 20 Jul 2003) | 4 lines Changed paths: M /trunk/include/vlc_interface.h M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog. * modules/gui/skins/*: use the new generic "open file" dialog to load skins. ------------------------------------------------------------------------ r4881 | gbazin | 2003-07-20 14:22:32 +0200 (Sun, 20 Jul 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu. * Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway. ------------------------------------------------------------------------ r4882 | sigmunau | 2003-07-20 14:34:36 +0200 (Sun, 20 Jul 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/avi.c some cleanup in file info code, add fourccs in hex form ( some users want that ), add audio bitrate when available (untested) ------------------------------------------------------------------------ r4883 | gbazin | 2003-07-20 17:17:47 +0200 (Sun, 20 Jul 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-plugins.c * src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one. ------------------------------------------------------------------------ r4884 | gbazin | 2003-07-20 17:33:53 +0200 (Sun, 20 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP). ------------------------------------------------------------------------ r4885 | sigmunau | 2003-07-20 18:26:33 +0200 (Sun, 20 Jul 2003) | 7 lines Changed paths: M /trunk/modules/misc/freetype.c Draw the text in the U and V planes as well. Removes the transparency effect. Also check which chroma is in use and give an error message if it isn't supported. Someone (possibly me) should write some renderer functions for other colorspaces. ------------------------------------------------------------------------ r4886 | ipkiss | 2003-07-20 18:56:58 +0200 (Sun, 20 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c * modules/misc/freetype.c: compilation fix for windows ------------------------------------------------------------------------ r4887 | hartman | 2003-07-20 21:48:30 +0200 (Sun, 20 Jul 2003) | 9 lines Changed paths: M /trunk/README.MacOSX.rtf M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/output.h M /trunk/modules/gui/macosx/output.m M /trunk/share/vlc_win32_rc.rc M /trunk/src/libvlc.h M /trunk/vlc.ebuild * README.MacOSX.rtf: updated section on subtitles. * vlc.ebuild: added amd64 keyword. changed script to use emake again. Removed MODULES from the doc installation. * src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs. * share/vlc_win32_rc.rc: Changed the Win32 name of VLC from, "An Opensource Media Player" to "VLC media player". * other: added the new transcoding codecs, channels option and SAP option to the stream output dialog. ------------------------------------------------------------------------ r4888 | gbazin | 2003-07-20 22:33:17 +0200 (Sun, 20 Jul 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/src/input/input_ext-plugins.c * src/input/input_ext-plugins.c: fixed previous commit. * modules/gui/wxwindows/interface.cpp: fixed a couple of bugs. ------------------------------------------------------------------------ r4889 | ipkiss | 2003-07-20 22:42:23 +0200 (Sun, 20 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h * modules/gui/skins/*: removed useless code ------------------------------------------------------------------------ r4890 | hartman | 2003-07-20 22:54:01 +0200 (Sun, 20 Jul 2003) | 3 lines Changed paths: M /trunk/vlc.ebuild * removed matrox support, since the modules is broken http://bugs.gentoo.org/show_bug.cgi?id=24910 ------------------------------------------------------------------------ r4891 | gbazin | 2003-07-20 23:28:52 +0200 (Sun, 20 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: small cosmetic change for the streamout dialog. ------------------------------------------------------------------------ r4892 | hartman | 2003-07-20 23:41:13 +0200 (Sun, 20 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c * Set the default font on Mac OS X to the system font. ------------------------------------------------------------------------ r4893 | hartman | 2003-07-21 00:06:03 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * bumped up version to 0.6.1-test1 ------------------------------------------------------------------------ r4894 | hartman | 2003-07-21 00:16:19 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Update of language files ------------------------------------------------------------------------ r4895 | sigmunau | 2003-07-21 01:05:24 +0200 (Mon, 21 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c removed some c++ style comments, fixed some untrue comments, moved a function prototype ------------------------------------------------------------------------ r4896 | gbazin | 2003-07-21 01:30:07 +0200 (Mon, 21 Jul 2003) | 4 lines Changed paths: M /trunk/modules/packetizer/copy.c M /trunk/modules/stream_out/transcode.c * modules/packetizer/copy.c, modules/stream_out/transcode.c: handle raw RV15, RV16, RV24, RV32, GREY. ------------------------------------------------------------------------ r4897 | gbazin | 2003-07-21 01:46:46 +0200 (Mon, 21 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c * modules/misc/freetype.c: set default font on win32. Fixed small memleak as well. ------------------------------------------------------------------------ r4898 | hartman | 2003-07-21 03:38:37 +0200 (Mon, 21 Jul 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/vlc.ebuild * vlc.ebuild: disabled kde, fixed mad and freetype support * Makefile.am: added html files for http intf to macosx. windows and beos probably need to do this too. ------------------------------------------------------------------------ r4899 | gbazin | 2003-07-21 19:29:58 +0200 (Mon, 21 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/install-win32 * Makefile.am, install-win32: removed rle fonts from the win32 package and added the necessary files for the http interface. ------------------------------------------------------------------------ r4900 | gbazin | 2003-07-21 19:48:31 +0200 (Mon, 21 Jul 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/quicktime.c * modules/codec/quicktime.c, configure.ac: ported the audio part of the quicktime module to win32. ------------------------------------------------------------------------ r4901 | gbazin | 2003-07-21 20:24:51 +0200 (Mon, 21 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c * modules/codec/spudec/spudec.c: disabled RLE font loading as it's not used anymore. ------------------------------------------------------------------------ r4902 | jpsaman | 2003-07-21 21:19:48 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Updated build rules for iPaq. ------------------------------------------------------------------------ r4903 | jpsaman | 2003-07-21 21:25:54 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/ipkg/rules.zaurus Updated build rules for the Sharp Zaurus. ------------------------------------------------------------------------ r4904 | jpsaman | 2003-07-21 21:38:59 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/share/Makefile.am Added missing familiar-playlistb16x16.xpm ------------------------------------------------------------------------ r4905 | jpsaman | 2003-07-21 21:45:45 +0200 (Mon, 21 Jul 2003) | 2 lines Changed paths: M /trunk/ipkg/control.zaurus Forgot this one. ------------------------------------------------------------------------ r4906 | fenrir | 2003-07-22 01:53:55 +0200 (Tue, 22 Jul 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c * http: added "del" and "empty" control. (for playlist). Corrected "previous" command. TODO: doc :( ------------------------------------------------------------------------ r4907 | bigben | 2003-07-22 15:58:23 +0200 (Tue, 22 Jul 2003) | 6 lines Changed paths: M /trunk/modules/access/pvr/pvr.c * We're finally parsing all parameters (including standard) * syntax is now (roughly) the same as for the v4l input ex : vlc pvr:/dev/video0:frequency=1242:norm=secam:size=12x42:bitrate=1200,maxbitrate=4200 * old syntax is still working * norm can be "pal", "secam", "ntsc" or any hexa value ------------------------------------------------------------------------ r4908 | gbazin | 2003-07-22 17:59:06 +0200 (Tue, 22 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/src/misc/variables.c * src/misc/variables.c: fixed small mem leak (courtesy of Andy Lindsay) * modules/gui/wxwindows/interface.cpp: small improvements to the volume control. ------------------------------------------------------------------------ r4909 | gbazin | 2003-07-22 20:06:04 +0200 (Tue, 22 Jul 2003) | 3 lines Changed paths: M /trunk/src/stream_output/stream_output.c * src/stream_output/stream_output.c: fixed segfault when muxer can't add an elementary stream. ------------------------------------------------------------------------ r4910 | bigben | 2003-07-22 22:25:07 +0200 (Tue, 22 Jul 2003) | 3 lines Changed paths: M /trunk/modules/access/pvr/pvr.c frequency is nom frequency in MHz * 16, as for the v4l input. Breaks compatibility with previous syntax... ------------------------------------------------------------------------ r4911 | hartman | 2003-07-22 22:49:10 +0200 (Tue, 22 Jul 2003) | 6 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/spudec/Modules.am M /trunk/modules/codec/spudec/parse.c M /trunk/modules/codec/spudec/render.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/spudec/spudec.h D /trunk/modules/codec/spudec/subtitler.c D /trunk/modules/codec/spudec/text.c A /trunk/modules/codec/subsdec A /trunk/modules/codec/subsdec/.cvsignore A /trunk/modules/codec/subsdec/Modules.am A /trunk/modules/codec/subsdec/subsdec.c A /trunk/modules/codec/subsdec/subsdec.h D /trunk/share/default8x16.psf D /trunk/share/default8x9.psf D /trunk/share/font-eutopiabold21.rle D /trunk/share/font-eutopiabold36.rle M /trunk/share/http/info.html * ALL: - Removed all the RLE subtitle font code. - Removed the .rle and even older .psf font files. - Moved the filesubtitle code from spudec to subsdec. - spudec is again DVD only. ------------------------------------------------------------------------ r4912 | hartman | 2003-07-23 00:02:44 +0200 (Wed, 23 Jul 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/codec/subsdec/subsdec.c M /trunk/share/Makefile.am * Fix Makefiles for removed .rle fonts ------------------------------------------------------------------------ r4913 | gbazin | 2003-07-23 03:13:48 +0200 (Wed, 23 Jul 2003) | 14 lines Changed paths: M /trunk/include/configuration.h M /trunk/include/vlc/vlc.h M /trunk/include/vlc_playlist.h M /trunk/modules/access/http.c M /trunk/modules/access/slp.c M /trunk/modules/control/corba/corba.c M /trunk/modules/control/http.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/m3u.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/familiar/callbacks.c M /trunk/modules/gui/gtk/open.c M /trunk/modules/gui/gtk/playlist.c M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/macosx/applescript.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/qt/intf.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/misc/sap.c M /trunk/mozilla/vlcpeer.cpp M /trunk/mozilla/vlcshell.cpp M /trunk/src/input/input.c M /trunk/src/input/input_dec.c M /trunk/src/libvlc.c M /trunk/src/misc/configuration.c M /trunk/src/playlist/playlist.c * ALL: changes to the playlist_Add() and VLC_AddTarget() proto to include a list of options associated with the input. * src/input/input.c: parses the input options list before spawning the input and create object variables for these options. Options are of the form "[no[-]]foo[=bar]" where foo is the option name and bar is its value. * src/input/input.c, src/input/input_dec.c: use the object var api to get the value of the "sout", "sout-video" and "sout-audio" options. * src/libvlc.c: extended the command line parser to parse input options. Input options must always follow the input they apply to and begin with a ':'. All these changes allow you to specify input specific options. eg: ./vlc --no-sout-audio yourvideo.mpeg :sout=udp/http::8080 :sout-audio yourvideo2.mpeg Here the ":sout" option will only apply to yourvideo.mpeg. "--no-sout-audio" will be a global option so will apply to yourvideo2.mpeg but the global behaviour is overriden by ":sout-audio" for yourvideo.mpeg. TODO: - the interfaces need to be modified to benefit from the new playlist_Add() api. - only "sout", "sout-video", "sout-audio" implemented for now. To make it work with other options, we need to get rid of all the config_GetFoo() and replace them with var_Create()/var_Change()/var_Get(). ------------------------------------------------------------------------ r4914 | gbazin | 2003-07-23 03:28:54 +0200 (Wed, 23 Jul 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: oops, compilation fix. ------------------------------------------------------------------------ r4915 | jpsaman | 2003-07-23 09:37:34 +0200 (Wed, 23 Jul 2003) | 2 lines Changed paths: M /trunk/modules/access/udp.c When recv() returns -1 a bug is triggered inside RTPRead() and RTPChoose(). The return value of Read() is then -1. The test "if (!i_ret) return 0;" will be false and the function will continue resulting in segfault while copying from buffers that are in an undetermined state. The correct test is "if (i_ret<0) return 0;". ------------------------------------------------------------------------ r4916 | asmax | 2003-07-23 11:14:25 +0200 (Wed, 23 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c * all: fixed depcomp failure ------------------------------------------------------------------------ r4917 | ipkiss | 2003-07-23 19:31:24 +0200 (Wed, 23 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/banks.cpp * modules/gui/skins/src/banks.cpp: removed a useless event I had forgotten ------------------------------------------------------------------------ r4918 | titer | 2003-07-23 21:11:08 +0200 (Wed, 23 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c freetype.c : use the default BeOS font on BeOS ------------------------------------------------------------------------ r4919 | hartman | 2003-07-23 23:45:13 +0200 (Wed, 23 Jul 2003) | 6 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/demux/util/sub.c M /trunk/modules/misc/freetype.c * include/vlc_common.h: MAX_PATH PATH_MAX, we don't wanna bother and use the latter everywhere. * modules/demux/util/sub.c: Bring the config options in here to the variable structure. * modules/misc/freetype.c: Bring the config options in here to the variable structure. Fix the linespacing. Dnumgis, it works, just define another linespacing :) ------------------------------------------------------------------------ r4920 | gbazin | 2003-07-24 00:01:25 +0200 (Thu, 24 Jul 2003) | 7 lines Changed paths: M /trunk/include/variables.h M /trunk/src/input/input.c M /trunk/src/input/input_programs.c M /trunk/src/misc/variables.c M /trunk/src/video_output/video_output.c * include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value. eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT ); Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit). * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get(); ------------------------------------------------------------------------ r4921 | jpsaman | 2003-07-24 00:02:56 +0200 (Thu, 24 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/LIST A /trunk/modules/gui/pda A /trunk/modules/gui/pda/Modules.am A /trunk/modules/gui/pda/callbacks.c A /trunk/modules/gui/pda/callbacks.h A /trunk/modules/gui/pda/interface.c A /trunk/modules/gui/pda/interface.h A /trunk/modules/gui/pda/network.c A /trunk/modules/gui/pda/network.h A /trunk/modules/gui/pda/pda.c A /trunk/modules/gui/pda/pda.glade A /trunk/modules/gui/pda/pda.gladep A /trunk/modules/gui/pda/pda.h A /trunk/modules/gui/pda/playlist.c A /trunk/modules/gui/pda/playlist.h A /trunk/modules/gui/pda/support.c A /trunk/modules/gui/pda/support.h Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries. ------------------------------------------------------------------------ r4922 | massiot | 2003-07-24 00:55:31 +0200 (Thu, 24 Jul 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * Updated po files. STRINGS ARE FROZEN !!! ------------------------------------------------------------------------ r4923 | gbazin | 2003-07-24 01:05:25 +0200 (Thu, 24 Jul 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h M /trunk/modules/misc/freetype.c M /trunk/src/misc/variables.c * modules/misc/freetype.c, modules/demux/util/sub.c: cleanup. * modules/demux/util/sub.h: thou shall do a vlc_object_attach(). * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support. ------------------------------------------------------------------------ r4924 | gbazin | 2003-07-24 18:07:10 +0200 (Thu, 24 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: added support for input options in the open dialog. The stream output and subtitles options use them and you can also add options in the MRL itself. ------------------------------------------------------------------------ r4925 | gbazin | 2003-07-24 19:31:59 +0200 (Thu, 24 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: compilation fix. ------------------------------------------------------------------------ r4926 | bigben | 2003-07-24 20:27:07 +0200 (Thu, 24 Jul 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * Changes "frequency=" syntax. New syntax is channel frequency in kHz * shows a warning if frequency is in "previous syntax range" ------------------------------------------------------------------------ r4927 | bigben | 2003-07-24 20:30:03 +0200 (Thu, 24 Jul 2003) | 5 lines Changed paths: M /trunk/modules/access/pvr/pvr.c * "frequency=" is channel frequency in kHz again * fix a segfault when "/dev/video0" or "norm=" were last arguments of the command line ------------------------------------------------------------------------ r4928 | sigmunau | 2003-07-24 21:07:03 +0200 (Thu, 24 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/subsdec/subsdec.c fixed a nasty code duplication where the same function call was two places with just a few lines in between, but in separate #if cases. ------------------------------------------------------------------------ r4929 | sigmunau | 2003-07-24 21:30:27 +0200 (Thu, 24 Jul 2003) | 4 lines Changed paths: M /trunk/modules/misc/freetype.c ignore CR characters wherever they might be. A little better line spaceing, but I still don't understand what this is all about. ------------------------------------------------------------------------ r4930 | sam | 2003-07-24 22:34:47 +0200 (Thu, 24 Jul 2003) | 4 lines Changed paths: M /trunk/bootstrap * bootstrap: + Run autopoint with the -f flag. + Remove stamp files in the bootstrap process. ------------------------------------------------------------------------ r4931 | gbazin | 2003-07-24 23:50:28 +0200 (Thu, 24 Jul 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.h M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/misc/freetype.c * modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well. * modules/misc/freetype.c: bail out if no font has been specified. * modules/demux/util/sub.h: don't forget to detach the demuxsub object. ------------------------------------------------------------------------ r4932 | sam | 2003-07-25 00:05:16 +0200 (Fri, 25 Jul 2003) | 5 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: + Removed my name from this file, I didn't contribute anything major to it. + Added strerror(errno) where adequate, as well as additional debug information, hopefully more useful than "cannot open". ------------------------------------------------------------------------ r4933 | gbazin | 2003-07-25 00:58:21 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut. ------------------------------------------------------------------------ r4934 | gbazin | 2003-07-25 01:21:18 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5. ------------------------------------------------------------------------ r4935 | hartman | 2003-07-25 03:09:29 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/po/nl.po * Largely updated nl.po * Updated it.po ------------------------------------------------------------------------ r4936 | hartman | 2003-07-25 03:09:51 +0200 (Fri, 25 Jul 2003) | 2 lines Changed paths: M /trunk/po/it.po * Updated it.po ------------------------------------------------------------------------ r4937 | hartman | 2003-07-25 03:11:32 +0200 (Fri, 25 Jul 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec/subsdec.c * subsdec now uses the new options code. ------------------------------------------------------------------------ r4938 | gbazin | 2003-07-25 13:33:24 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp * configure.ac: libpng (logo plugin) needs to be linked with zlib. * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs. ------------------------------------------------------------------------ r4939 | gbazin | 2003-07-25 13:37:22 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c M /trunk/msvc/vlc.dsw * modules/video_output/directx/events.c: a couple of compiler warning fixes. * msvc/vlc.dsw: relaced basic_skins plugin with the skins one. ------------------------------------------------------------------------ r4940 | gbazin | 2003-07-25 15:24:29 +0200 (Fri, 25 Jul 2003) | 3 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/modules/gui/wxwindows/wxwindows.cpp * INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC). * modules/gui/wxwindows/wxwindows.cpp: oops. ------------------------------------------------------------------------ r4941 | gbazin | 2003-07-26 00:50:12 +0200 (Sat, 26 Jul 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_run.cpp M /trunk/modules/gui/skins/x11/x11_timer.cpp M /trunk/modules/gui/skins/x11/x11_timer.h M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit. * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times. ------------------------------------------------------------------------ r4942 | gbazin | 2003-07-26 14:41:52 +0200 (Sat, 26 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event). ------------------------------------------------------------------------ r4943 | ipkiss | 2003-07-26 16:04:33 +0200 (Sat, 26 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/checkbox.cpp * modules/gui/skins/controls/checkbox.cpp: Fixed a stupid bug (a return value was always true...) ------------------------------------------------------------------------ r4944 | gbazin | 2003-07-26 16:19:04 +0200 (Sat, 26 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel. ------------------------------------------------------------------------ r4945 | fenrir | 2003-07-26 17:34:43 +0200 (Sat, 26 Jul 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c ffmpeg: fix potential overread for mpeg4 with vol. ------------------------------------------------------------------------ r4946 | gbazin | 2003-07-26 17:36:46 +0200 (Sat, 26 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/controls/checkbox.cpp * modules/gui/skins/controls/checkbox.cpp: compilation fix. ------------------------------------------------------------------------ r4947 | titer | 2003-07-26 20:54:20 +0200 (Sat, 26 Jul 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c freetype.c: basic YUY2 rendering (Y only) ------------------------------------------------------------------------ r4948 | ipkiss | 2003-07-27 14:31:50 +0200 (Sun, 27 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac D /trunk/modules/gui/win32 * All: Removed the win32 plugin; wxwindows rulez :) ------------------------------------------------------------------------ r4949 | massiot | 2003-07-27 16:10:02 +0200 (Sun, 27 Jul 2003) | 8 lines Changed paths: M /trunk/NEWS M /trunk/include/input_ext-intf.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m M /trunk/src/input/input_clock.c * src/input/input_clock.c: Fixed two long-standing (> 2 years) bugs - there should be fewer resampling, particularly on DVD chapter changes - when you unpause a DVD, VLC will wait for the drive to spin up, so you won't lose several seconds of movies * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play mode, make the interface take that into account. ------------------------------------------------------------------------ r4950 | gbazin | 2003-07-27 17:49:27 +0200 (Sun, 27 Jul 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-plugins.c * src/input/input_ext-plugins.c: forgot to re-lock a mutex. ------------------------------------------------------------------------ r4951 | gbazin | 2003-07-27 18:14:20 +0200 (Sun, 27 Jul 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * modules/audio_output/alsa.c: bail out if the device is already in use. ------------------------------------------------------------------------ r4952 | gbazin | 2003-07-27 18:20:53 +0200 (Sun, 27 Jul 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG ------------------------------------------------------------------------ r4953 | jpsaman | 2003-07-27 23:35:51 +0200 (Sun, 27 Jul 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.gladep A /trunk/share/pda-forwardb16x16.xpm A /trunk/share/pda-openb16x16.xpm A /trunk/share/pda-pauseb16x16.xpm A /trunk/share/pda-playb16x16.xpm A /trunk/share/pda-playlistb16x16.xpm A /trunk/share/pda-preferencesb16x16.xpm A /trunk/share/pda-rewindb16x16.xpm A /trunk/share/pda-stopb16x16.xpm Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds. The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player. ------------------------------------------------------------------------ r4954 | hartman | 2003-07-28 01:05:41 +0200 (Mon, 28 Jul 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/output.h M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m * Brought the new options system to the OSX gui. and some small fixes. ------------------------------------------------------------------------ r4955 | fenrir | 2003-07-28 01:58:32 +0200 (Mon, 28 Jul 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub: does not issue an error message when sub-file is empty. ------------------------------------------------------------------------ r4956 | jpsaman | 2003-07-28 09:05:21 +0200 (Mon, 28 Jul 2003) | 2 lines Changed paths: M /trunk/share/Makefile.am Added PDA images to Makefile.am ------------------------------------------------------------------------ r4957 | fenrir | 2003-07-28 09:16:50 +0200 (Mon, 28 Jul 2003) | 3 lines Changed paths: M /trunk/modules/control/rc/rc.c * rc: Fixed a bug with seek command. Added support of "seek n%" (Usefull when mux_rate is nul ) ------------------------------------------------------------------------ r4958 | massiot | 2003-07-28 15:19:37 +0200 (Mon, 28 Jul 2003) | 2 lines Changed paths: M /trunk/src/input/input_clock.c * Fixed my last commit. ------------------------------------------------------------------------ r4959 | massiot | 2003-07-28 20:02:06 +0200 (Mon, 28 Jul 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xcommon.h * modules/video_output/x11/xcommon.*: endianness patch + arrow keys are now used to browse through the DVD menus. ------------------------------------------------------------------------ r4960 | jpsaman | 2003-07-28 22:23:27 +0200 (Mon, 28 Jul 2003) | 5 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Updated build scripts: - enabled video4linux for WebCams on handhelds - enabled PDA Gtk2 interface instead of familiar interface - enabled stream output and transcoding ------------------------------------------------------------------------ r4961 | jpsaman | 2003-07-28 22:23:58 +0200 (Mon, 28 Jul 2003) | 2 lines Changed paths: M /trunk/NEWS Added NEWS for iPaq port. ------------------------------------------------------------------------ r4962 | jpsaman | 2003-07-28 22:25:30 +0200 (Mon, 28 Jul 2003) | 2 lines Changed paths: M /trunk/modules/encoder/ffmpeg/video.c M /trunk/modules/stream_out/transcode.c Added HuffYuv and A-law codes for low bitrate and CPU load encodings/transcoding ------------------------------------------------------------------------ r4963 | massiot | 2003-07-28 23:41:20 +0200 (Mon, 28 Jul 2003) | 7 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/output.m M /trunk/po/fr.po * configure.ac: Worked around a bug in the OS X linker, with multiply defined symbols and libmp3lame * Makefile.am: Build po before . because we need the po files to build VLC.app * po/fr.po: French translation courtesy of Jean-Pierre Kuypers * OS X interface: cosmetics ------------------------------------------------------------------------ r4964 | gbazin | 2003-07-29 00:46:00 +0200 (Tue, 29 Jul 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: reverted sam's last commit which broke the event reading loop on the video window. ------------------------------------------------------------------------ r4965 | sam | 2003-07-29 11:32:14 +0200 (Tue, 29 Jul 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xcommon.h * modules/video_output/x11/xcommon.c: Hopefully a proper fix for the Mozilla event handling bug. ------------------------------------------------------------------------ r4966 | gbazin | 2003-07-29 19:43:00 +0200 (Tue, 29 Jul 2003) | 8 lines Changed paths: M /trunk/INSTALL.win32 M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/share/Makefile.am * configure.ac: bumped version number to 0.6.1. Enabled matroska support by default. * extras/MacOSX/*: bumped version number to 0.6.1. * INSTALL.win32: instructions update. * share/Makefile.am: included the html files for the http interface. * po/*: ran ./toolbox --update-po. ------------------------------------------------------------------------ r4967 | fenrir | 2003-07-29 20:51:16 +0200 (Tue, 29 Jul 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * http.c: under linux if no directory is specified search "share/http" and then DATA_PATH"/http". ------------------------------------------------------------------------ r4968 | gbazin | 2003-07-29 23:14:10 +0200 (Tue, 29 Jul 2003) | 9 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/share/vlc_win32_rc.rc * modules/gui/macosx/controls.m: fixed race condition in prev/next commands. * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default. We also lower the priority if there is no DISPLAY env variable. * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles. * modules/video_output/directx/events.c: use arrow keys for DVD navigation. * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs. * share/vlc_win32_rc.rc: compilation fix. ------------------------------------------------------------------------ r4969 | gbazin | 2003-07-29 23:46:44 +0200 (Tue, 29 Jul 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: compilation fix. ------------------------------------------------------------------------ r4970 | gbazin | 2003-07-29 23:56:47 +0200 (Tue, 29 Jul 2003) | 3 lines Changed paths: M /trunk/toolbox * toolbox: fixed typo in the changelog rule. ------------------------------------------------------------------------ r4971 | gbazin | 2003-07-30 00:20:53 +0200 (Wed, 30 Jul 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: fixed potential segfault. * configure.ac: don't bail out if matroska headers are not found. ------------------------------------------------------------------------ r4972 | gbazin | 2003-07-30 00:25:40 +0200 (Wed, 30 Jul 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/parse.c * modules/codec/spudec/parse.c: fixed typo found by Meuuh. ------------------------------------------------------------------------ r4973 | gbazin | 2003-07-30 01:01:52 +0200 (Wed, 30 Jul 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: updated the changelog for the release ------------------------------------------------------------------------ r4974 | gbazin | 2003-07-30 01:50:39 +0200 (Wed, 30 Jul 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/install-win32 * configure.ac: added the svlc shortcut for the skins. * install-win32: removed the custom link in the start menu. ------------------------------------------------------------------------ r4975 | gbazin | 2003-07-30 01:55:06 +0200 (Wed, 30 Jul 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: update. ------------------------------------------------------------------------ r4976 | fenrir | 2003-07-30 04:00:58 +0200 (Wed, 30 Jul 2003) | 6 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: - added new HQ mode (recent ffmpeg only). hq now accept "simple", "bits" and "rd" as paramters. - automaticaly try stereo mode encoding when failed with more than 2 channels. (eg a52 -> mpga) ------------------------------------------------------------------------ r4977 | jpsaman | 2003-07-30 14:20:49 +0200 (Wed, 30 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.glade Updating design of PDA Gtk2 interface. ------------------------------------------------------------------------ r4978 | jpsaman | 2003-07-30 14:21:05 +0200 (Wed, 30 Jul 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.gladep Updating design of PDA Gtk2 interface ------------------------------------------------------------------------ r4979 | gbazin | 2003-07-30 23:09:06 +0200 (Wed, 30 Jul 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c M /trunk/src/input/input_programs.c * modules/control/http.c: on win32 we store the html interface in "http" not "share/http". * src/input/input_programs.c: check for "" descriptions in AddES(). ------------------------------------------------------------------------ r4980 | zorglub | 2003-07-31 10:18:30 +0200 (Thu, 31 Jul 2003) | 12 lines Changed paths: M /trunk/modules/control/joystick.c M /trunk/share/http/admin/browse.html M /trunk/share/http/admin/index.html M /trunk/share/http/index.html M /trunk/src/stream_output/announce.c * modules/control/joystick.c * Allow the user to remap the actions. * Improved the strings (please check) * Prevent 0 seconds seeks * share/http/*.html * partial HTML validation fixes * Improved the look * src/stream_output/announce.c * minor fixes (thanks sam) ------------------------------------------------------------------------ r4981 | sam | 2003-07-31 13:02:01 +0200 (Thu, 31 Jul 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: Really put po before ., not . after everything else. Fixed the Mozilla plugin build while preserving the fix for VLC.app. ------------------------------------------------------------------------ r4982 | sam | 2003-07-31 14:08:58 +0200 (Thu, 31 Jul 2003) | 2 lines Changed paths: A /trunk/modules/gui/pda/.cvsignore M /trunk/mozilla/.cvsignore * Added and fixed .cvsignore files. ------------------------------------------------------------------------ r4983 | sam | 2003-07-31 15:06:07 +0200 (Thu, 31 Jul 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/toolbox * toolbox: Export LC_ALL=C to avoid future cluttering of POTFILES.in. * po/: Re-ran toolbox --update-po. ------------------------------------------------------------------------ r4984 | jpsaman | 2003-07-31 17:30:51 +0200 (Thu, 31 Jul 2003) | 2 lines Changed paths: A /trunk/modules/access/dvb A /trunk/modules/access/dvb/Modules.am A /trunk/modules/access/dvb/access.c A /trunk/modules/access/dvb/dvb.c A /trunk/modules/access/dvb/dvb.h A /trunk/modules/access/dvb/qpsk.c Adding DVB module to support satellite, cable and terestrial DVB streaming. The status is that tuning works, but have had no success with video/audio yet. (Setting of filters does not seem to work perfectly yet.). ------------------------------------------------------------------------ r4985 | jpsaman | 2003-07-31 17:31:58 +0200 (Thu, 31 Jul 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/LIST Updated LIST of modules and configuration options for building. ------------------------------------------------------------------------ r4986 | sigmunau | 2003-07-31 19:03:46 +0200 (Thu, 31 Jul 2003) | 4 lines Changed paths: M /trunk/modules/misc/freetype.c modules/misc/freetype.c: - calculate and store size information for each line independently. - misc other fixes ------------------------------------------------------------------------ r4987 | bigben | 2003-07-31 20:25:12 +0200 (Thu, 31 Jul 2003) | 10 lines Changed paths: M /trunk/modules/access/http.c * Add support for basic authentification in http access. use : --http-user user --http-pwd password or http://user:password@server/path (2nd parameter overrides the first) ------------------------------------------------------------------------ r4988 | fenrir | 2003-07-31 21:02:23 +0200 (Thu, 31 Jul 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/copy.c * copy.c: Added DVD subtitle support. I still need to commit the TS muxer. ------------------------------------------------------------------------ r4989 | bigben | 2003-07-31 21:10:14 +0200 (Thu, 31 Jul 2003) | 4 lines Changed paths: M /trunk/modules/access_output/http.c * modules/access_out/http.c - httpd.c has support for Basic Authentification, so use it ! --sout-http-user user --sout-http-pwd password ------------------------------------------------------------------------ r4990 | fenrir | 2003-07-31 21:14:59 +0200 (Thu, 31 Jul 2003) | 4 lines Changed paths: M /trunk/include/stream_output.h * stream_output: * added some #define for private flags. * now muxer and access_out also receive options like stream_out. ------------------------------------------------------------------------ r4991 | fenrir | 2003-07-31 21:24:10 +0200 (Thu, 31 Jul 2003) | 6 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output: * some clean and fixed a little memory leak. * give to access and muxers options. Now you can use: --sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's not used. ------------------------------------------------------------------------ r4992 | reno | 2003-07-31 22:47:09 +0200 (Thu, 31 Jul 2003) | 3 lines Changed paths: M /trunk/modules/gui/familiar/callbacks.c * Make vlc compiling ! ------------------------------------------------------------------------ r4993 | bigben | 2003-07-31 23:18:59 +0200 (Thu, 31 Jul 2003) | 3 lines Changed paths: M /trunk/modules/access/http.c * modules/access/http.c : - using new var_Create/var_Get method to get parametters. ------------------------------------------------------------------------ r4994 | gbazin | 2003-07-31 23:46:37 +0200 (Thu, 31 Jul 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c M /trunk/src/misc/win32_specific.c * src/misc/win32_specific.c: change the mode of stdin to _O_BINARY so we can use stdin to read files (thanks to Steve Li). * modules/control/http.c: allow directories of the form "x:\" on win32. ------------------------------------------------------------------------ r4995 | massiot | 2003-08-01 01:14:32 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/src/audio_output/dec.c Fixed a memory leak (thanks Andy Lindsay !). ------------------------------------------------------------------------ r4996 | fenrir | 2003-08-01 01:44:49 +0200 (Fri, 01 Aug 2003) | 3 lines Changed paths: M /trunk/include/network.h M /trunk/modules/access/ftp.c M /trunk/modules/access/http.c M /trunk/modules/access/mms/mmsh.c M /trunk/modules/access/mms/mmstu.c M /trunk/modules/access/udp.c M /trunk/modules/access_output/udp.c M /trunk/modules/misc/network/ipv4.c M /trunk/modules/misc/network/ipv6.c M /trunk/modules/misc/sap.c M /trunk/src/stream_output/announce.c * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c. ------------------------------------------------------------------------ r4997 | fenrir | 2003-08-01 02:00:12 +0200 (Fri, 01 Aug 2003) | 8 lines Changed paths: M /trunk/Makefile.am A /trunk/include/ninput.h M /trunk/include/vlc_common.h A /trunk/src/input/stream.c * vlc_common.h: include stdarg.h by default. Required by ninput.h * ninput.h : extracted duplicated stream functions from a lot of demuxers and do a nice (?) API. * stream.c: implement basic streams manipulation. It is just a wrapper but it is useful. * all: added a i_ttl field in network_socket_t to allow per connection ttl setting (in fact only used by access_out/udp.c. ------------------------------------------------------------------------ r4998 | fenrir | 2003-08-01 02:00:50 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/src/misc/modules.c * modules.c : include ninput.h ------------------------------------------------------------------------ r4999 | fenrir | 2003-08-01 02:04:28 +0200 (Fri, 01 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/a52sys.c a52sys.c: completely rewritten a52 stream demuxer. Now you should be able to play such file. ------------------------------------------------------------------------ r5000 | gbazin | 2003-08-01 02:05:07 +0200 (Fri, 01 Aug 2003) | 5 lines Changed paths: M /trunk/modules/access/dvb/qpsk.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/src/input/input_clock.c * src/input/input_clock.c: fixed 2 regressions in 0.6.1. These fixes are actually there to make us more complacent with broken streams. * modules/access/dvb/qpsk.c: gettext reserves the use of _(""). * modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out) ------------------------------------------------------------------------ r5001 | fenrir | 2003-08-01 02:05:57 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/au.c au.c : cleaned up and use ninput.h ------------------------------------------------------------------------ r5002 | fenrir | 2003-08-01 02:08:35 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: A /trunk/modules/demux/aac.c * aac.c : big clean up and use ninput.h ------------------------------------------------------------------------ r5003 | fenrir | 2003-08-01 02:09:37 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: A /trunk/modules/demux/wav.c * wav.c : big clean up and use ninput.h ------------------------------------------------------------------------ r5004 | fenrir | 2003-08-01 02:16:37 +0200 (Fri, 01 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/Modules.am M /trunk/modules/demux/asf/asf.c * Modules.am : added aac.c and wav.c * asf/asf.c: better check for invalid header. ------------------------------------------------------------------------ r5005 | fenrir | 2003-08-01 02:18:11 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: D /trunk/modules/demux/aac * aac/* remove old aac demuxer. ------------------------------------------------------------------------ r5006 | fenrir | 2003-08-01 02:18:51 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: D /trunk/modules/demux/wav/.cvsignore D /trunk/modules/demux/wav/Modules.am D /trunk/modules/demux/wav/wav.c * wav: remove old wav demuxer. ------------------------------------------------------------------------ r5007 | fenrir | 2003-08-01 02:26:22 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/configure.ac * configure.ac: remove old wav and aac directories. ------------------------------------------------------------------------ r5008 | fenrir | 2003-08-01 02:37:06 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/Modules.am D /trunk/modules/demux/mpeg/audio.c A /trunk/modules/demux/mpeg/mpga.c * mpga: mp3 demuxer written from scratch using ninput.h ------------------------------------------------------------------------ r5009 | fenrir | 2003-08-01 02:40:05 +0200 (Fri, 01 Aug 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/aac.c M /trunk/modules/demux/wav.c * configure.ac: audio -> mpga * demux/* : function name consistency. ------------------------------------------------------------------------ r5010 | fenrir | 2003-08-01 02:55:30 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: D /trunk/modules/demux/wav * wav: forgot this one. ------------------------------------------------------------------------ r5011 | sam | 2003-08-01 10:24:53 +0200 (Fri, 01 Aug 2003) | 8 lines Changed paths: M /trunk/debian/README.Debian M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * debian/rules: + Activated freetype support. * debian/control: + Added a build-dependency on freetype6-dev. + Added a build-dependency on libdvbpsi2-dev. + We now recommend gnome-vlc | wxvlc. + We now suggest fortune-mod. ------------------------------------------------------------------------ r5012 | sam | 2003-08-01 11:45:34 +0200 (Fri, 01 Aug 2003) | 4 lines Changed paths: M /trunk/modules/access/http.c * modules/access/http.c: + Coding style fixes. + Removed a C99-ism. ------------------------------------------------------------------------ r5013 | fenrir | 2003-08-01 19:21:34 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/share/http/info.html * info: commit the good file... ------------------------------------------------------------------------ r5014 | fenrir | 2003-08-01 19:30:33 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http: added mime type for .css file. ------------------------------------------------------------------------ r5015 | fenrir | 2003-08-01 19:38:14 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/share/http/index.html A /trunk/share/http/style.css * index.html,style.css : remove built-in css file. added link to info.html. ------------------------------------------------------------------------ r5016 | fenrir | 2003-08-01 20:02:06 +0200 (Fri, 01 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * ts: apply patch of Andy Lindsay (fix one memory leak and PMT handling) converted all u8,u16,u32 into uint8_t, uint16_t, uint32_t ------------------------------------------------------------------------ r5017 | fenrir | 2003-08-01 20:42:56 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/src/stream_output/stream_output.c * stream_output.c: fixed a segfault when muxer isn't specified. ------------------------------------------------------------------------ r5018 | fenrir | 2003-08-01 20:49:51 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * ts.c: arggg, bad copy/past. ------------------------------------------------------------------------ r5019 | fenrir | 2003-08-01 21:38:25 +0200 (Fri, 01 Aug 2003) | 22 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c ts: large rewrite of the TS muxer to produce better TS and support DVD subtitle. I have added some options: - bmin : minimum bitrate (bits/s) of the TS. Padding is added in case of insuffisant bitrate. (default: disabled). - bmax : maximum bitrate (bit/s) of the TS. It just drops packets to achieve the target. (default: disabled) - pcr : minimum delay between two pcr equal to dts of the video stream (default 100ms) - pcr-soft : minimum delay between two pcr interpolated from the pcr that are equal to dts. (default: none) Remarks: - bmin/bmax allow to create CBR stream. - Bitrate is calculated on a PCR time. - PCR delay cannot be less than length of a frame of the PCR stream. - PCR soft is used to help when using big PCR delay. It is usefull to produce stream with smoother bitrate variation. - Big PCR delay introduce more latency. TODO: Test stability, bugs ... ------------------------------------------------------------------------ r5020 | fenrir | 2003-08-01 21:38:48 +0200 (Fri, 01 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access_output/udp.c * udp: clean up. ------------------------------------------------------------------------ r5021 | gbazin | 2003-08-01 22:06:43 +0200 (Fri, 01 Aug 2003) | 4 lines Changed paths: M /trunk/modules/codec/quicktime.c M /trunk/modules/mux/mp4.c * modules/mux/mp4.c: support for mov muxing + cleanup. * modules/codec/quicktime.c: small cleanup. ------------------------------------------------------------------------ r5022 | fenrir | 2003-08-02 03:33:53 +0200 (Sat, 02 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/ps.c * ps: clean up and dvd subtitles support. ------------------------------------------------------------------------ r5023 | gbazin | 2003-08-02 16:06:23 +0200 (Sat, 02 Aug 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/video_output/x11/xcommon.c * ALL: bumped version number to 0.6.2-cvs * modules/video_output/x11/xcommon.c: closing the video window or using the escape key doesn't exit VLC anymore but stop the input instead. ------------------------------------------------------------------------ r5024 | fenrir | 2003-08-02 17:22:07 +0200 (Sat, 02 Aug 2003) | 3 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/src/input/input.c * all: added a pf_demux_control member to input_thread_t. It is currently unused. ------------------------------------------------------------------------ r5025 | fenrir | 2003-08-02 18:43:59 +0200 (Sat, 02 Aug 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/include/ninput.h A /trunk/src/input/demux.c * all: some helpers functions for pf_demux_control. ------------------------------------------------------------------------ r5026 | fenrir | 2003-08-02 21:16:04 +0200 (Sat, 02 Aug 2003) | 2 lines Changed paths: M /trunk/include/ninput.h * ninput : a little developer documentation. ------------------------------------------------------------------------ r5027 | bigben | 2003-08-02 21:30:35 +0200 (Sat, 02 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/http.c * modules/access/http.c - Didn't take into consideration a little change of behavior between config_GetPsz and var_Get during my last commit, so that we were sending authentification information even if there wasn't any. ------------------------------------------------------------------------ r5028 | fenrir | 2003-08-03 04:00:00 +0200 (Sun, 03 Aug 2003) | 7 lines Changed paths: A /trunk/modules/access/rtsp.c rtsp: connect to an RTSP server, issue a DESCRIBE command and return the answer. It WON'T let you do rtsp as we first need a SDP parser/demuxer, but it is on the way. The idea is to have a generic SDP demuxer that will work with SDP from file, http or rtsp. ------------------------------------------------------------------------ r5029 | fenrir | 2003-08-03 14:04:28 +0200 (Sun, 03 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/rtsp.c * rtsp: mmmh, close the socket. ------------------------------------------------------------------------ r5030 | titer | 2003-08-03 15:49:37 +0200 (Sun, 03 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac configure.ac : added needed linking flags for BeOS/Zeta Makefile.am : cleaned make packages-beos ------------------------------------------------------------------------ r5031 | fenrir | 2003-08-03 17:25:33 +0200 (Sun, 03 Aug 2003) | 3 lines Changed paths: A /trunk/modules/demux/sdp.c * sdp: begining of a SDP parser. It won't let you play anything for now, it just does (incomplete) parsing. ------------------------------------------------------------------------ r5032 | fenrir | 2003-08-03 18:22:48 +0200 (Sun, 03 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: parse 'a=' field. ------------------------------------------------------------------------ r5033 | bigben | 2003-08-03 18:36:20 +0200 (Sun, 03 Aug 2003) | 8 lines Changed paths: M /trunk/modules/access_output/http.c * modules/access_out/http.c : using ability to give parametters to a specific sout module to set user and password fot http access out. new syntax is '#dst{access=http{user=foo,pass=bar}} --sout-http-user and --sout-http-pwd parametters have been deleted. ------------------------------------------------------------------------ r5034 | gbazin | 2003-08-03 22:25:04 +0200 (Sun, 03 Aug 2003) | 3 lines Changed paths: M /trunk/src/input/input_ext-plugins.c * src/input/input_ext-plugins.c: fixed nasty segfault when pf_read() returns -1; ------------------------------------------------------------------------ r5035 | gbazin | 2003-08-04 01:11:21 +0200 (Mon, 04 Aug 2003) | 5 lines Changed paths: M /trunk/include/audio_output.h M /trunk/include/configuration.h M /trunk/modules/audio_output/alsa.c M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/gtk/display.h M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xcommon.h M /trunk/src/audio_output/intf.c M /trunk/src/misc/configuration.c * src/misc/configuration.c, include/configuration.h, src/audio_output/intf.c, include/audio_output.h, modules/gui/gtk/display.[ch]: configuration variables now use vlc_callback_t callbacks (same as the object variables). * modules/video_output/x11/*: support for the _NET_WM_STATE_FULLSCREEN hint from the Extended Window Manager Hints spec. * modules/audio_output/alsa.c: support for 4.0 and 5.1 audio channels. This time it has been tested ;) ------------------------------------------------------------------------ r5036 | fenrir | 2003-08-04 02:48:11 +0200 (Mon, 04 Aug 2003) | 5 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: - fixed loading of file > 1024 bytes. - more processing -> now it should extract enough informations to build RTP/RTSP session. (Does not play anything yet) ------------------------------------------------------------------------ r5037 | jpsaman | 2003-08-04 14:34:20 +0200 (Mon, 04 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/menu.c Fixed missing headerfile. ------------------------------------------------------------------------ r5038 | jpsaman | 2003-08-04 14:34:52 +0200 (Mon, 04 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h M /trunk/modules/access/dvb/qpsk.c Tuning succeeds, but have no audio yet. Major cleanup of code. ------------------------------------------------------------------------ r5039 | jpsaman | 2003-08-04 14:40:22 +0200 (Mon, 04 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c Added a error message that the default values are used. ------------------------------------------------------------------------ r5040 | fenrir | 2003-08-04 20:50:36 +0200 (Mon, 04 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: begun to implement RTP code. (Not yet usefull) ------------------------------------------------------------------------ r5041 | fenrir | 2003-08-05 00:49:02 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fixed a segfault when removing PCR stream. ------------------------------------------------------------------------ r5042 | gbazin | 2003-08-05 01:31:53 +0200 (Tue, 05 Aug 2003) | 4 lines Changed paths: M /trunk/modules/misc/freetype.c * modules/misc/freetype.c: don't assume input string is in utf8 when calculating its length (better alloc more space than necessary). + cleanup. ------------------------------------------------------------------------ r5043 | gbazin | 2003-08-05 01:35:25 +0200 (Tue, 05 Aug 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_text.c * src/video_output/video_text.c: removed legacy code that has been rotting for ages. ------------------------------------------------------------------------ r5044 | fenrir | 2003-08-05 03:27:45 +0200 (Tue, 05 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: near implemented basic RTP reading (MPA payload type may work when used without RTSP). ------------------------------------------------------------------------ r5045 | asmax | 2003-08-05 10:02:28 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: M /trunk/python/vlcmodule.c * VLC_AddTarget had a new prototype ------------------------------------------------------------------------ r5046 | jpsaman | 2003-08-05 11:35:33 +0200 (Tue, 05 Aug 2003) | 4 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h M /trunk/modules/access/dvb/qpsk.c - Enabled tuning for DVB-C and DVB-T cards. - Syncing with old satellite plugin. - Cleanup of code. ------------------------------------------------------------------------ r5047 | jpsaman | 2003-08-05 12:39:25 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/dvb.c Fixed superflous tuning ;-) ------------------------------------------------------------------------ r5048 | jpsaman | 2003-08-05 13:49:14 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: D /trunk/modules/gui/familiar/Modules.am D /trunk/modules/gui/familiar/callbacks.c D /trunk/modules/gui/familiar/callbacks.h D /trunk/modules/gui/familiar/familiar.c D /trunk/modules/gui/familiar/familiar.glade D /trunk/modules/gui/familiar/familiar.h D /trunk/modules/gui/familiar/interface.c D /trunk/modules/gui/familiar/interface.h D /trunk/modules/gui/familiar/network.c D /trunk/modules/gui/familiar/network.h D /trunk/modules/gui/familiar/playlist.c D /trunk/modules/gui/familiar/playlist.h D /trunk/modules/gui/familiar/support.c D /trunk/modules/gui/familiar/support.h Removing files for Familiar interface (Gtk+1.2 and GPE). ------------------------------------------------------------------------ r5049 | jpsaman | 2003-08-05 13:51:20 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: D /trunk/modules/gui/familiar Removing file. ------------------------------------------------------------------------ r5050 | jpsaman | 2003-08-05 13:52:42 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/Modules.am Added glade2 project file. ------------------------------------------------------------------------ r5051 | jpsaman | 2003-08-05 13:54:11 +0200 (Tue, 05 Aug 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac M /trunk/modules/LIST M /trunk/modules/access/satellite/access.c The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'. ------------------------------------------------------------------------ r5052 | jpsaman | 2003-08-06 14:01:06 +0200 (Wed, 06 Aug 2003) | 2 lines Changed paths: M /trunk/AUTHORS Updated my entry. ------------------------------------------------------------------------ r5053 | massiot | 2003-08-08 18:41:04 +0200 (Fri, 08 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/prefs.m * modules/gui/macosx/prefs.m: Localized two strings. ------------------------------------------------------------------------ r5054 | gbazin | 2003-08-08 18:50:27 +0200 (Fri, 08 Aug 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/packetizer/copy.c M /trunk/src/input/input_clock.c * src/input/input_clock.c: reverted the patch that caused the regression in 0.6.1 * modules/packetizer/copy.c: fixed segfault * modules/gui/wxwindows/wxwindows.cpp: compilation fix for wxWindows 2.5 cvs ------------------------------------------------------------------------ r5055 | gbazin | 2003-08-08 19:08:32 +0200 (Fri, 08 Aug 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/ffmpeg/video.h M /trunk/modules/codec/libmpeg2.c * modules/codec/ffmpeg/: proper generation of pts in the video decoder + couple of bug fixes + cleanup. The ffmpeg video decoder can now be used to decode mpeg1/2 videos as well. * modules/codec/libmpeg2.c: upped priority so it will be used to decode mpeg1/2 videos instead of ffmpeg. ------------------------------------------------------------------------ r5056 | gbazin | 2003-08-09 16:59:24 +0200 (Sat, 09 Aug 2003) | 5 lines Changed paths: M /trunk/include/stream_output.h M /trunk/modules/stream_out/transcode.c M /trunk/src/stream_output/stream_output.c * src/stream_output/stream_output.c, include/stream_output.h: added an i_padding field to sout_instance_t so we can allocate sout_buffers with a bit more space than asked for (needed for ffmpeg decoding). * modules/stream_out/transcode.c: proper pts/dts generation. This allows the transcoder module to finally generate proper streams. Added support for b frames (bframe=x option) + couple of bug fixes. ------------------------------------------------------------------------ r5057 | gbazin | 2003-08-09 21:14:16 +0200 (Sat, 09 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/vcd/cdrom.c * modules/access/vcd/cdrom.c: switching to YellowMode2 for reading VCDs apparently created problems for some people so the reading is reverted to XAForm2 and only if this one fails we try YellowMode2. Hopefully that will still allow us to read the SVCD DATA track. ------------------------------------------------------------------------ r5058 | gbazin | 2003-08-09 21:39:17 +0200 (Sat, 09 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/vcd/vcd.c * modules/access/vcd/vcd.c: sanity check on the track requested by the user. This avoids nasty segfaults. ------------------------------------------------------------------------ r5059 | gbazin | 2003-08-09 21:49:13 +0200 (Sat, 09 Aug 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/demux/ogg.c * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers that set the DTS value in p_pes->i_pts. * modules/demux/ogg.c: don't try anymore to send interpolated pts to ffmpeg. ------------------------------------------------------------------------ r5060 | gbazin | 2003-08-10 11:22:07 +0200 (Sun, 10 Aug 2003) | 4 lines Changed paths: M /trunk/include/configuration.h M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * include/configuration.h: bug fix for add_string_from_list() * modules/gui/wxwindows/*: added a subtitles encoding combobox in the subtitles dialog. ------------------------------------------------------------------------ r5061 | gbazin | 2003-08-10 12:22:52 +0200 (Sun, 10 Aug 2003) | 5 lines Changed paths: M /trunk/include/osd.h M /trunk/modules/codec/subsdec/subsdec.c M /trunk/modules/codec/subsdec/subsdec.h M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/misc/freetype.c * modules/codec/subsdec/subsdec.[c,h]: added --subsdec-align option to specify center, left or right alignment. * include/osd.h, modules/misc/freetype.c: support for center alignment. * modules/gui/wxwindows/subtitles.cpp: string change. ------------------------------------------------------------------------ r5062 | zorglub | 2003-08-10 14:45:52 +0200 (Sun, 10 Aug 2003) | 8 lines Changed paths: M /trunk/modules/LIST M /trunk/modules/access/slp.c A /trunk/modules/list.sh * modules/LIST: Updated all modules * modules/list.sh: piggy list consistency checker (should probably be added to toolbox or trashed) * modules/access/slp.c : Fixed service detection (findsrvtypes returns a comma-separated list of services) ------------------------------------------------------------------------ r5063 | gbazin | 2003-08-10 15:35:03 +0200 (Sun, 10 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/vcd/vcd.c * modules/access/vcd/vcd.c: a few navigation fixes. ------------------------------------------------------------------------ r5064 | gbazin | 2003-08-10 16:21:16 +0200 (Sun, 10 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp M /trunk/modules/mux/avi.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/packetizer/copy.c * modules/demux/mkv.cpp, modules/mux/avi.c, modules/mux/mpeg/ts.c, modules/packetizer/copy.c: thou shalt not use %lld which is not portable. ------------------------------------------------------------------------ r5065 | gbazin | 2003-08-10 16:23:15 +0200 (Sun, 10 Aug 2003) | 3 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * modules/mux/mpeg/ts.c: oops. ------------------------------------------------------------------------ r5066 | gbazin | 2003-08-10 23:26:07 +0200 (Sun, 10 Aug 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/share/vlc_win32_rc.rc * ALL: preparing for a 0.6.2 release ------------------------------------------------------------------------ r5067 | fenrir | 2003-08-11 00:13:05 +0200 (Mon, 11 Aug 2003) | 4 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * mpegvideo.c: try to set a better value for length. (I am not sure it is the good one but it give far better result). dts/pts/length computation should be verified. ------------------------------------------------------------------------ r5068 | gbazin | 2003-08-11 19:31:15 +0200 (Mon, 11 Aug 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/packetizer/mpegvideo.c * modules/packetizer/mpegvideo.c: small clarification. * modules/gui/wxwindows/wxwindows.cpp: don't try to destroy wxWindows objects when wxWindows has already exited. ------------------------------------------------------------------------ r5069 | gbazin | 2003-08-11 20:52:41 +0200 (Mon, 11 Aug 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * modules/packetizer/mpegvideo.c: oops, fixed typo. ------------------------------------------------------------------------ r5070 | gbazin | 2003-08-11 21:30:36 +0200 (Mon, 11 Aug 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ChangeLog, po/*: preparing for the 0.6.2 release ------------------------------------------------------------------------ r5071 | fenrir | 2003-08-11 22:18:02 +0200 (Mon, 11 Aug 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: added HEAD command support. ------------------------------------------------------------------------ r5072 | fenrir | 2003-08-11 22:19:45 +0200 (Mon, 11 Aug 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/copy.c * copy: removed annoying debug message. ------------------------------------------------------------------------ r5073 | gbazin | 2003-08-11 22:48:19 +0200 (Mon, 11 Aug 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: work around a problem in ffmpeg with mpeg4 encoding. ------------------------------------------------------------------------ r5074 | gbazin | 2003-08-11 22:49:53 +0200 (Mon, 11 Aug 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: updated changelog for 0.6.2. ------------------------------------------------------------------------ r5075 | gbazin | 2003-08-12 01:07:46 +0200 (Tue, 12 Aug 2003) | 3 lines Changed paths: M /trunk/share/http/index.html * share/http/index.html: added "del" and "empty" controls. ------------------------------------------------------------------------ r5076 | sam | 2003-08-12 10:19:20 +0200 (Tue, 12 Aug 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/mkv.cpp * modules/demux/mkv.cpp: support for libmatroska 0.5.0. ------------------------------------------------------------------------ r5077 | jpsaman | 2003-08-12 14:43:47 +0200 (Tue, 12 Aug 2003) | 4 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h M /trunk/modules/access/dvb/qpsk.c * Audio is verified to work, it was a problem with the test setup and not with the code ;-). * Added code to support LNB_LOF1, LNB_LOF2, LNB_SLOF commandline options. * Cleanup of code. ------------------------------------------------------------------------ r5078 | jpsaman | 2003-08-12 16:15:41 +0200 (Tue, 12 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/qpsk.c * more cleanup ------------------------------------------------------------------------ r5079 | jpsaman | 2003-08-12 17:35:26 +0200 (Tue, 12 Aug 2003) | 4 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/qpsk.c Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed. * Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy. * Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz. ------------------------------------------------------------------------ r5080 | gbazin | 2003-08-12 19:01:35 +0200 (Tue, 12 Aug 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/ffmpeg/video.h * modules/codec/ffmpeg/video.[ch]: another temporary workaround. ------------------------------------------------------------------------ r5081 | gbazin | 2003-08-12 20:25:45 +0200 (Tue, 12 Aug 2003) | 3 lines Changed paths: M /trunk/po/de.po * po/de.po: update of the german translation by Felix K?\239?\191?\189hne. ------------------------------------------------------------------------ r5082 | gbazin | 2003-08-12 20:34:47 +0200 (Tue, 12 Aug 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: re-re-re-updated the changelog for the 0.6.2 release. ------------------------------------------------------------------------ r5083 | gbazin | 2003-08-13 03:45:13 +0200 (Wed, 13 Aug 2003) | 5 lines Changed paths: M /trunk/NEWS M /trunk/modules/access/dvdplay/access.c M /trunk/modules/access/dvdplay/intf.c M /trunk/modules/access/dvdplay/intf.h M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/src/input/input_programs.c * modules/access/dvdplay/*: support for dvd menus navigation ("dvd_menus" object variable). * modules/gui/wxwindows/menus.cpp: support for dvd menus navigation. * src/input/input_programs.c: programs object var was not reset correctly. ------------------------------------------------------------------------ r5084 | gbazin | 2003-08-13 03:50:47 +0200 (Wed, 13 Aug 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: guess what ? yeah, yet another update for 0.6.2. ------------------------------------------------------------------------ r5085 | titer | 2003-08-13 09:03:17 +0200 (Wed, 13 Aug 2003) | 2 lines Changed paths: A /trunk/modules/access/dvb/.cvsignore Missing file ------------------------------------------------------------------------ r5086 | jpsaman | 2003-08-13 15:50:13 +0200 (Wed, 13 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/dvb.c Keep track of ioctl_UnsetDMXFilter ------------------------------------------------------------------------ r5087 | jpsaman | 2003-08-13 15:54:02 +0200 (Wed, 13 Aug 2003) | 8 lines Changed paths: M /trunk/src/input/input_ext-plugins.c Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for: if (!i_size) { /* Handle error */ } However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code! ------------------------------------------------------------------------ r5088 | fenrir | 2003-08-13 16:06:37 +0200 (Wed, 13 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * ts.c: commented out useless code and an annoying error message. ------------------------------------------------------------------------ r5089 | zorglub | 2003-08-13 16:17:26 +0200 (Wed, 13 Aug 2003) | 7 lines Changed paths: M /trunk/configure.ac M /trunk/include/announce.h M /trunk/include/vlc_common.h M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c * configure.ac : we need to define HAVE_SLP_H * include/announce.h & vlc_common.h: slp_session_t structure definition * module/stream_out/standard.c & src/stream_output/announce.c : SLP announcing support by vlc ------------------------------------------------------------------------ r5090 | gbazin | 2003-08-13 20:39:53 +0200 (Wed, 13 Aug 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish. * modules/codec/ffmpeg/video.c: forgot a debug message. ------------------------------------------------------------------------ r5091 | gbazin | 2003-08-13 21:18:46 +0200 (Wed, 13 Aug 2003) | 3 lines Changed paths: M /trunk/ChangeLog * ChangeLog: yeah I know... don't laugh. ------------------------------------------------------------------------ r5092 | gbazin | 2003-08-13 21:38:28 +0200 (Wed, 13 Aug 2003) | 3 lines Changed paths: M /trunk/include/announce.h M /trunk/modules/stream_out/standard.c M /trunk/src/stream_output/announce.c * include/announce.h, src/stream_output/announce.c, modules/stream_out/standard.c: fixed broken build. ------------------------------------------------------------------------ r5093 | gbazin | 2003-08-13 23:15:42 +0200 (Wed, 13 Aug 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/standard.c * modules/stream_out/standard.c: fixed segfault on close. ------------------------------------------------------------------------ r5094 | gbazin | 2003-08-14 01:26:55 +0200 (Thu, 14 Aug 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/control/Modules.am A /trunk/modules/control/ntservice.c * ALL: bumped version number to 0.6.3-cvs * modules/control/ntservice.c: new Windows NT/2K/XP service interface. ------------------------------------------------------------------------ r5095 | sigmunau | 2003-08-14 13:25:56 +0200 (Thu, 14 Aug 2003) | 4 lines Changed paths: M /trunk/include/ninput.h M /trunk/src/input/stream.c include/ninput.c, src/input/stream.c: Moved comment blocks to the implementation where appropriate. Changed comments to Doxygen syntax. ------------------------------------------------------------------------ r5096 | gbazin | 2003-08-14 13:47:32 +0200 (Thu, 14 Aug 2003) | 4 lines Changed paths: M /trunk/include/audio_output.h M /trunk/include/vlc_common.h M /trunk/modules/audio_output/directx.c M /trunk/modules/control/ntservice.c M /trunk/modules/mux/mpeg/ts.c M /trunk/src/extras/libc.c * src/extras/libc.c, nclude/vlc_common.h, modules/mux/mpeg/ts.c: added atoll() to our libc. * modules/control/ntservice.c: added a --ntservice-extraintf option to allow the service to spawn additionnal interfaces. * include/audio_output.h, modules/audio_output/directx.c: added support for 3F2R audio output in addition to 3F2R/LFE (5.1). ------------------------------------------------------------------------ r5097 | garf | 2003-08-14 14:38:04 +0200 (Thu, 14 Aug 2003) | 7 lines Changed paths: A /trunk/extras/MacOSX/plugin A /trunk/extras/MacOSX/plugin/English.lproj A /trunk/extras/MacOSX/plugin/English.lproj/InfoPlist.strings A /trunk/extras/MacOSX/plugin/Info.plist A /trunk/extras/MacOSX/plugin/pbdevelopment.plist M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m M /trunk/mozilla/Makefile.am M /trunk/mozilla/support/npmac.cpp M /trunk/mozilla/vlc.r M /trunk/mozilla/vlcplugin.h M /trunk/mozilla/vlcshell.cpp M /trunk/po/en_GB.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/src/libvlc.c * mozilla plugin on MacOSX. Not fully implemented yet. * compiled with mozilla 1.4 (won't probably work with <1.4) * TODO: * - make XPCOM work (play,pause,stop buttons) * - fullscreen implementation (quite difficult on MacOSX because only * the main thread can create windows) ------------------------------------------------------------------------ r5098 | sigmunau | 2003-08-14 15:02:55 +0200 (Thu, 14 Aug 2003) | 9 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/demux/m3u.c M /trunk/modules/gui/macosx/playlist.m M /trunk/src/playlist/playlist.c vlc_playlist.h: * added a duration field to the playlist item struct vlc_playlist.h, playlist.c: * turned playlist_AddName into playlist_AddExt and made it take an extra argument( the duration ) * doxygenize comments modules/demux/m3u.c, modules/gui/macosx/playlist.m: * use playlist_AddExt ------------------------------------------------------------------------ r5099 | sigmunau | 2003-08-14 15:09:42 +0200 (Thu, 14 Aug 2003) | 3 lines Changed paths: M /trunk/include/vlc/vlc.h include/vlc/vlc.h: turn playlist command defines into a enum ------------------------------------------------------------------------ r5100 | garf | 2003-08-14 15:32:12 +0200 (Thu, 14 Aug 2003) | 2 lines Changed paths: M /trunk/mozilla/vlcshell.cpp * little bug fix. ------------------------------------------------------------------------ r5101 | sigmunau | 2003-08-14 19:50:43 +0200 (Thu, 14 Aug 2003) | 3 lines Changed paths: M /trunk/include/stream_output.h include/stream_output.h: * use #if 0 and not // to disable code ------------------------------------------------------------------------ r5102 | sigmunau | 2003-08-14 20:12:39 +0200 (Thu, 14 Aug 2003) | 4 lines Changed paths: M /trunk/modules/control/lirc/lirc.c modules/control/lirc/lirc.c: * applied slightly modified patch by Stephane Mottelet to support next/previous chapter buttons on remote controls ------------------------------------------------------------------------ r5103 | sigmunau | 2003-08-14 20:21:58 +0200 (Thu, 14 Aug 2003) | 3 lines Changed paths: M /trunk/include/video_output.h include/video_output.h: * minor cleanup in a comment ------------------------------------------------------------------------ r5104 | sigmunau | 2003-08-14 21:25:56 +0200 (Thu, 14 Aug 2003) | 13 lines Changed paths: M /trunk/include/configuration.h A /trunk/include/vlc_keys.h M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c First part of code to allow configurable hotkeys. include/configuration.h, src/misc/configuration.h: * added a CONFIG_ITEM_KEY include/vlc_keys.h: * constants to identify keys src/libvlc.h: * provide a set of hotkey config options modules/gui/wxwindows/interface.cpp, wxwindows.h: * set the configured hotkeys as accelerator for the appropriate menus modules/gui/wxwindows/preferences.cpp: * start to support CONFIG_ITEM_KEY. Options are showed with the right value but any changes made have no effect yet. ------------------------------------------------------------------------ r5105 | zorglub | 2003-08-14 22:02:55 +0200 (Thu, 14 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac D /trunk/include/announce.h M /trunk/include/vlc_common.h M /trunk/modules/stream_out/Modules.am A /trunk/modules/stream_out/announce.c A /trunk/modules/stream_out/announce.h M /trunk/modules/stream_out/standard.c M /trunk/src/misc/modules.c D /trunk/src/stream_output/announce.c * all: as announce calls non-standard functions (SLP), remove it from src, and build it in the stream_out_standard module to avoid a link ------------------------------------------------------------------------ r5106 | fenrir | 2003-08-15 01:32:51 +0200 (Fri, 15 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c * all: added support for a52 in PES private stream, but untested. ------------------------------------------------------------------------ r5107 | fenrir | 2003-08-15 01:37:54 +0200 (Fri, 15 Aug 2003) | 3 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c M /trunk/modules/mux/mpeg/ts.c * ts: use right stream_id for A52 (0xbd -> fix mplayer playback) and add a "registration descriptor" (-> fix xine playback) when using a52. ------------------------------------------------------------------------ r5108 | fenrir | 2003-08-15 03:58:46 +0200 (Fri, 15 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c * pes: fix private stream with mpeg1. ------------------------------------------------------------------------ r5109 | fenrir | 2003-08-15 15:16:38 +0200 (Fri, 15 Aug 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h * ffmpeg: added m4cc and M4CC as MPEG4 fourcc. ------------------------------------------------------------------------ r5110 | gbazin | 2003-08-16 18:56:40 +0200 (Sat, 16 Aug 2003) | 3 lines Changed paths: M /trunk/THANKS M /trunk/configure.ac M /trunk/po/POTFILES.in A /trunk/po/pt_BR.po * po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr?\239?\191?\189 de Barros Martins Ribeiro. ------------------------------------------------------------------------ r5111 | zorglub | 2003-08-16 23:05:14 +0200 (Sat, 16 Aug 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * configure.ac : linked stream_out_standard to ws2_32 to fix build * playlist.cpp : added "Random" and "Loop" checkboxes ------------------------------------------------------------------------ r5112 | gbazin | 2003-08-17 15:56:26 +0200 (Sun, 17 Aug 2003) | 4 lines Changed paths: M /trunk/modules/codec/flacdec.c M /trunk/modules/demux/flac.c * modules/demux/flac.c: few cosmetic changes. * modules/codec/flacdec.c: when synchronisation on the bitstream is lost, flush the flac decoder so it can synchronise again (fixes problems on seeking). ------------------------------------------------------------------------ r5113 | sigmunau | 2003-08-17 16:11:21 +0200 (Sun, 17 Aug 2003) | 5 lines Changed paths: M /trunk/doc/Doxyfile doc/Doxyfile: * Extract documentation on static functions, useful to get the static inline functions defined in header files listed. Drawback is that private functions in source files are also listed. ------------------------------------------------------------------------ r5114 | sigmunau | 2003-08-17 16:14:01 +0200 (Sun, 17 Aug 2003) | 3 lines Changed paths: M /trunk/src/playlist/playlist.c src/playlist/playlist.c: * small documentation update ------------------------------------------------------------------------ r5115 | sigmunau | 2003-08-17 17:22:49 +0200 (Sun, 17 Aug 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c modules/misc/freetype.c: * added support for RV32/RV24 chroma ------------------------------------------------------------------------ r5116 | fenrir | 2003-08-17 20:44:26 +0200 (Sun, 17 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/avi.c M /trunk/modules/mux/dummy.c * avi, dummy: removed useless include. ------------------------------------------------------------------------ r5117 | fenrir | 2003-08-17 22:39:08 +0200 (Sun, 17 Aug 2003) | 2 lines Changed paths: M /trunk/src/input/input_ext-dec.c M /trunk/src/input/input_programs.c M /trunk/src/misc/iso_lang.c M /trunk/src/video_output/video_text.h * all: removed all u8/u16/.... occurences. ------------------------------------------------------------------------ r5118 | fenrir | 2003-08-17 22:45:50 +0200 (Sun, 17 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h * all: added OggS fourcc. (still unsported but allow dumping) ------------------------------------------------------------------------ r5119 | alexis | 2003-08-17 22:58:45 +0200 (Sun, 17 Aug 2003) | 4 lines Changed paths: M /trunk/THANKS M /trunk/configure.ac A /trunk/po/es.po M /trunk/src/libvlc.h po/es.po THANKS configure.ac: Spanish translation started by Vicente Jim?\239?\191?\189nez Aguilar. src/libvlc.h: replaced "VLS" by "streaming server". ------------------------------------------------------------------------ r5120 | fenrir | 2003-08-18 01:02:52 +0200 (Mon, 18 Aug 2003) | 3 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/access/mms/mms.h M /trunk/modules/access/mms/mmsh.c M /trunk/modules/access/mms/mmsh.h M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/cinepak/cinepak.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/quicktime.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/wav.c * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h. (Well, Get(D/Q)WBE are just #define to U16/32/64_AT. ------------------------------------------------------------------------ r5121 | sigmunau | 2003-08-18 01:11:55 +0200 (Mon, 18 Aug 2003) | 5 lines Changed paths: M /trunk/modules/misc/freetype.c modules/misc/freetype.c: * implemented outlineing of the glyphs. Please yell if the performance suck, and I will try to make them optional. * fixed centering on RV32 and YUY2 ------------------------------------------------------------------------ r5122 | fenrir | 2003-08-18 01:42:37 +0200 (Mon, 18 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/asf.h M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/asf/libasf.h * all: A little clean up. ------------------------------------------------------------------------ r5123 | fenrir | 2003-08-18 02:17:44 +0200 (Mon, 18 Aug 2003) | 3 lines Changed paths: M /trunk/include/codecs.h M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/wav.c * all: move "wave format tag to fourcc" from demuxers to codecs.h (only one place to keep updated). ------------------------------------------------------------------------ r5124 | jpsaman | 2003-08-18 08:42:48 +0200 (Mon, 18 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c Small fix. ------------------------------------------------------------------------ r5125 | zorglub | 2003-08-18 15:16:43 +0200 (Mon, 18 Aug 2003) | 14 lines Changed paths: M /trunk/modules/codec/libmpeg2.c M /trunk/src/audio_output/input.c M /trunk/src/libvlc.h * src/audio_output/input.c src/libvlc.h : First try to implement "user audio filters" You can provide a list of audio filters that you want to add to the pipeline (only the "headphone", at that time). (use --audio-filter filter1,filter2,...) ***Warning*** It seems to work, but no guarantee at all. Perhaps all is bad and the commit should be reverted, as it could break audio output * modules/codec/libmpeg2.c : Fixed a segfault when vout creation fails ------------------------------------------------------------------------ r5126 | sigmunau | 2003-08-18 16:57:09 +0200 (Mon, 18 Aug 2003) | 4 lines Changed paths: M /trunk/modules/visualization/scope/scope.c Turned the scope plugin into a audio filter that can be inserted with --audio-filter. It still seems to have many problems, so I will not eneable it yet. ------------------------------------------------------------------------ r5127 | fenrir | 2003-08-18 19:25:51 +0200 (Mon, 18 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fix PCR value when using pcr-soft. ------------------------------------------------------------------------ r5128 | fenrir | 2003-08-18 19:30:48 +0200 (Mon, 18 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access_output/udp.c * udp: udp-sout-caching is now also accessible by instance variable "caching". (ex: udp{caching=ms}) ------------------------------------------------------------------------ r5129 | fenrir | 2003-08-18 21:17:54 +0200 (Mon, 18 Aug 2003) | 2 lines Changed paths: M /trunk/include/ninput.h M /trunk/src/input/stream.c * all: added stream_DataPacket ------------------------------------------------------------------------ r5130 | fenrir | 2003-08-18 21:18:47 +0200 (Mon, 18 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/Modules.am M /trunk/modules/demux/asf/asf.c D /trunk/modules/demux/asf/asf.h M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/asf/libasf.h * asf: clean up + use stream_* (It's not yet well tested) ------------------------------------------------------------------------ r5131 | hartman | 2003-08-19 13:26:59 +0200 (Tue, 19 Aug 2003) | 4 lines Changed paths: M /trunk/po/pt_BR.po M /trunk/src/libvlc.h * Updated brazilian portuguese translation by Andre de Barros Martins Ribreiro ( your parents couldn't find anything shorter? :) * Added this language to the options in the preferences. ------------------------------------------------------------------------ r5132 | hartman | 2003-08-19 15:20:27 +0200 (Tue, 19 Aug 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * deleted stray i char ------------------------------------------------------------------------ r5133 | garf | 2003-08-19 16:07:51 +0200 (Tue, 19 Aug 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m M /trunk/mozilla/support/npmac.cpp M /trunk/mozilla/vlcpeer.cpp M /trunk/mozilla/vlcshell.cpp * XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop * buttons. Fullscreen disabled ). ------------------------------------------------------------------------ r5134 | sigmunau | 2003-08-19 20:51:03 +0200 (Tue, 19 Aug 2003) | 4 lines Changed paths: M /trunk/modules/visualization/scope/scope.c modules/visualization/scope/scope.c: * fixed numerous issues. It now works, but it has some impact on some audio streams, especially vorbis ------------------------------------------------------------------------ r5135 | adn | 2003-08-19 23:16:09 +0200 (Tue, 19 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp A /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/gui/wxwindows/wxwindows.h Video4Linux / PVR / KFIR unified panel ------------------------------------------------------------------------ r5136 | zorglub | 2003-08-19 23:20:00 +0200 (Tue, 19 Aug 2003) | 13 lines Changed paths: M /trunk/configure.ac A /trunk/modules/visualization/visual A /trunk/modules/visualization/visual/Modules.am A /trunk/modules/visualization/visual/effects.c A /trunk/modules/visualization/visual/visual.c A /trunk/modules/visualization/visual/visual.h M /trunk/src/audio_output/input.c * src/audio_output/input.c: forgot to free something * modules/visualisation/visual/* : visualization system. It supports multi-effects. At the moment: -dummy (guess what ? it does nothing) -scope (adapted and fixed from sam's one) -random (displays random plots) Todo: - spectrum analyser - movement effects (rotations, scrolls,...) - blur effect ? ------------------------------------------------------------------------ r5137 | adn | 2003-08-19 23:54:07 +0200 (Tue, 19 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp SLP Announce :) ------------------------------------------------------------------------ r5138 | adn | 2003-08-20 00:28:24 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am Oooooooops ! ------------------------------------------------------------------------ r5139 | fenrir | 2003-08-20 03:10:54 +0200 (Wed, 20 Aug 2003) | 4 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: fixed playback of others brokens stream. Remember: each time something could be wrong then, with avi, it will be. I hate avi. ------------------------------------------------------------------------ r5140 | fenrir | 2003-08-20 03:18:50 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/src/input/stream.c * stream: less warnings. ------------------------------------------------------------------------ r5141 | garf | 2003-08-20 11:58:28 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/mozilla/Makefile.am * forgot an -I ------------------------------------------------------------------------ r5142 | garf | 2003-08-20 15:08:10 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * mozilla plugin on MacOSX : scrollbar clipping problem fix ------------------------------------------------------------------------ r5143 | garf | 2003-08-20 18:22:27 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * had accidentally deleted the first line of vout.m ------------------------------------------------------------------------ r5144 | adn | 2003-08-20 21:17:29 +0200 (Wed, 20 Aug 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * Bitrate options for PVR * fix for win32 compilation ------------------------------------------------------------------------ r5145 | babal | 2003-08-20 21:36:28 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/AUTHORS - anti-spam ------------------------------------------------------------------------ r5146 | asmax | 2003-08-20 23:59:01 +0200 (Wed, 20 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/subtitles.cpp * fixed an internal error with stupid gcc2.95 ------------------------------------------------------------------------ r5147 | hartman | 2003-08-21 18:59:35 +0200 (Thu, 21 Aug 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/video_output/mga/Modules.am D /trunk/modules/video_output/mga/xmga.c * Removed the xmga plugin since it was quote "a waste of time and not even finished" * Decreased the priority of kde interface because of it's unstable nature and not being maintained status. ------------------------------------------------------------------------ r5148 | hartman | 2003-08-21 22:29:29 +0200 (Thu, 21 Aug 2003) | 2 lines Changed paths: M /trunk/po/pt_BR.po * Updated Brazilian translation ------------------------------------------------------------------------ r5149 | asmax | 2003-08-22 10:06:25 +0200 (Fri, 22 Aug 2003) | 7 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * interface.cpp: fixed a stack corruption which caused a segfault in the wxwindows plugin (in UpdateAcceleratorTable, the table wxAcceleratorEntry entries[6] was filled with _seven_ values ;-) I guess it didn't happen with all compilers because of the way variables are stored on the stack) * wxwindows.h: removed a warning ------------------------------------------------------------------------ r5150 | hartman | 2003-08-22 15:38:03 +0200 (Fri, 22 Aug 2003) | 2 lines Changed paths: M /trunk/modules/video_filter/transform.c * A vflip should flip on the vertical axis and not on the horizontal of course. ------------------------------------------------------------------------ r5151 | adn | 2003-08-22 16:03:40 +0200 (Fri, 22 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp no v4l tab for win32 ------------------------------------------------------------------------ r5152 | fenrir | 2003-08-22 22:29:58 +0200 (Fri, 22 Aug 2003) | 2 lines Changed paths: M /trunk/include/ninput.h * ninput: added wrappers to stream_Control. ------------------------------------------------------------------------ r5153 | fenrir | 2003-08-22 22:31:47 +0200 (Fri, 22 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/avi/libavi.h * avi: use stream_*, some clean and reordering. ------------------------------------------------------------------------ r5154 | fenrir | 2003-08-22 22:32:27 +0200 (Fri, 22 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/wav.c * all: use stream_Seek/Size/Tell wrappers. ------------------------------------------------------------------------ r5155 | fenrir | 2003-08-23 00:52:48 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/avi/libavi.c *all : multi-pass clean up/cosmetics. ------------------------------------------------------------------------ r5156 | fenrir | 2003-08-23 13:46:06 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi : fixed a lock problem. ------------------------------------------------------------------------ r5157 | lool | 2003-08-23 14:47:24 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/configure.ac * very light typo ------------------------------------------------------------------------ r5158 | lool | 2003-08-23 14:53:54 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: A /trunk/modules/visualization/visual/.cvsignore * added missing .cvsignore ------------------------------------------------------------------------ r5159 | hartman | 2003-08-23 14:59:31 +0200 (Sat, 23 Aug 2003) | 16 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac A /trunk/include/charset.h M /trunk/modules/codec/subsdec/subsdec.c A /trunk/src/misc/charset.c M /trunk/src/playlist/playlist.c * added a vlc_current_charset function. This tries to get the current charset in use by the OS. It's pretty nifty. if available it uses nl_langinfo. Then it falls back to trying setlocale (exept on OSX, where this funtion is useless) and then falls back to LC_ALL, LC_TYPE and LANG environment variables. If only the LANG variable is available (like on osx) it tries a countrycode to charset mapping (making an educated guess ). On windows it retrieves the charset with GetACP(). It also has an aliases system to transform incompatible charset description strings to libiconv compatible charset descriptions. If you want you can even retrieve the charset on OS/2. * modules/codec/subsdec/subsdec.c: By default we try to open a subtitle file in the systems charset (or language mapped to charset). It's no more than a guess, and if you open Latin1 subs on your Japanese system you will still need to specify the encoding by hand, but it's better then nothing. * src/playlist/playlist.c: spelling error in a comment. ------------------------------------------------------------------------ r5160 | hartman | 2003-08-23 16:14:01 +0200 (Sat, 23 Aug 2003) | 3 lines Changed paths: M /trunk/src/misc/modules.c * sorry :) fix broken tree ------------------------------------------------------------------------ r5161 | fenrir | 2003-08-23 16:15:27 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/include/ninput.h * ninput: fix a warning. (bad functions order) ------------------------------------------------------------------------ r5162 | lool | 2003-08-23 16:26:34 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/src/misc/configuration.c * missing top static declaration was giving a warning ------------------------------------------------------------------------ r5163 | lool | 2003-08-23 16:38:50 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/src/misc/configuration.c * src/misc/configuration.c: fix a couple of signed/unsigned warns ------------------------------------------------------------------------ r5164 | fenrir | 2003-08-23 16:51:30 +0200 (Sat, 23 Aug 2003) | 5 lines Changed paths: M /trunk/src/audio_output/input.c * input: fixed buffer overflow, add sanity check and big big clean up. (for the user filter part). For now, when a user filter can't be inserted it is just ignored. (before the whole audio chain failed). ------------------------------------------------------------------------ r5165 | lool | 2003-08-23 17:35:51 +0200 (Sat, 23 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: slight changes of the VLC.app target to generate it in $(top_builddir) instead of $(srcdir) ------------------------------------------------------------------------ r5166 | fenrir | 2003-08-23 18:15:47 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * faad: fix SBR handling. ------------------------------------------------------------------------ r5167 | fenrir | 2003-08-23 19:23:45 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: A /trunk/modules/visualization/goom.c * goom: visual effects using goom. (Not yet enabled) ------------------------------------------------------------------------ r5168 | hartman | 2003-08-23 21:20:29 +0200 (Sat, 23 Aug 2003) | 6 lines Changed paths: M /trunk/modules/codec/subsdec/subsdec.c M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h * modules/codec/subsdec/subsdec.c: reordered the list of encodings. Should make it easier for users to find their charset now. * modules/demux/util/sub.?: try to find filename.subext based on filename.avi Very basic now, but might be become more advanced in the feature. (that's why it's so much code ) ------------------------------------------------------------------------ r5169 | lool | 2003-08-23 23:21:32 +0200 (Sat, 23 Aug 2003) | 2 lines Changed paths: M /trunk/Makefile.am * was wrongly deleting the extras/ dir ------------------------------------------------------------------------ r5170 | hartman | 2003-08-24 00:02:45 +0200 (Sun, 24 Aug 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.c * modules/demux/util/sub.c: Fixed a crash when trying to autodetect files that don't have a . char in their name. Also fixed a problem where the code was trying to open a empty string subtitle after autodetect couldn't find a suitable filename. ------------------------------------------------------------------------ r5171 | fenrir | 2003-08-24 00:19:07 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/src/misc/charset.c * charset: compilation fix. ------------------------------------------------------------------------ r5172 | fenrir | 2003-08-24 00:49:50 +0200 (Sun, 24 Aug 2003) | 7 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac A /trunk/include/vlc_block.h M /trunk/include/vlc_common.h M /trunk/modules/visualization/Modules.am M /trunk/modules/visualization/goom.c A /trunk/src/misc/block.c M /trunk/src/misc/modules.c * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a special goom tree source as I was unable to use standard goom library. (I will provide it once mmx/ppc included) * modules/visualization/Modules.am: added goom * include/vlc_block.h src/misc/block.c: introduce a new data block api (not yet tested, ported from my local new input work). ------------------------------------------------------------------------ r5173 | lool | 2003-08-24 02:29:03 +0200 (Sun, 24 Aug 2003) | 6 lines Changed paths: M /trunk/Makefile.am * Makefile.am: . cleanups, use of top_builddir where possible, just to feel safer . fixed VLC.app inclusion of AUTHORS, COPYING etc. . propagated previous changes to package-osx . checked both build methods ------------------------------------------------------------------------ r5174 | hartman | 2003-08-24 02:34:13 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * backwards compatibilty with older faad2 lib ------------------------------------------------------------------------ r5175 | fenrir | 2003-08-24 02:36:38 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c * sub.c : fixed a warning. ------------------------------------------------------------------------ r5176 | hartman | 2003-08-24 10:12:01 +0200 (Sun, 24 Aug 2003) | 5 lines Changed paths: M /trunk/vlc.ebuild * Large update to the ebuild. - reordered several parts - made it as close to the gentoo ebuild as possible. - fixed several changes/additions since 0.6.1 ------------------------------------------------------------------------ r5177 | gbazin | 2003-08-24 13:17:39 +0200 (Sun, 24 Aug 2003) | 4 lines Changed paths: M /trunk/configure.ac A /trunk/modules/access/dshow A /trunk/modules/access/dshow/.cvsignore A /trunk/modules/access/dshow/Modules.am A /trunk/modules/access/dshow/dshow.cpp A /trunk/modules/access/dshow/filter.cpp A /trunk/modules/access/dshow/filter.h * configure.ac, modules/access/dshow/: brand new DirectShow input plugin. Much work still needs to be done, like audio support, adding plenty of configuration options, etc... But the video part is already working quite well here. ------------------------------------------------------------------------ r5178 | titer | 2003-08-24 16:43:07 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/sub.c modules/demux/util/sub.c : compile fix ------------------------------------------------------------------------ r5179 | fenrir | 2003-08-24 17:05:27 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/libasf.c * asf: detect dump of broadcasted asf stream. ------------------------------------------------------------------------ r5180 | fenrir | 2003-08-24 18:24:52 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access_output/http.c * http: added wma/wmv mime type. ------------------------------------------------------------------------ r5181 | fenrir | 2003-08-24 18:38:38 +0200 (Sun, 24 Aug 2003) | 2 lines Changed paths: A /trunk/modules/mux/asf.c * asf : asf muxer, not well tested yet. ------------------------------------------------------------------------ r5182 | hartman | 2003-08-24 18:59:35 +0200 (Sun, 24 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/udp.c * changed debug strings to diff between unsupported RTP payload and non-rtp packet see bug 1136 ------------------------------------------------------------------------ r5183 | gbazin | 2003-08-24 19:24:33 +0200 (Sun, 24 Aug 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: keeping track of the new features. ------------------------------------------------------------------------ r5184 | fenrir | 2003-08-25 00:20:43 +0200 (Mon, 25 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/asf.c * asf: more stuff (bitrate and time). ------------------------------------------------------------------------ r5185 | gbazin | 2003-08-25 01:22:02 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/codec/faad/decoder.c * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case. ------------------------------------------------------------------------ r5186 | fenrir | 2003-08-25 03:31:25 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/mux/asf.c * asf: added an alias "asfh" : it creates special stream to allow using http output as mmsh server (see next commits). ------------------------------------------------------------------------ r5187 | fenrir | 2003-08-25 03:32:26 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: when using "video/x-ms-asf-stream" we add special headers needed for mmsh protocol. ------------------------------------------------------------------------ r5188 | fenrir | 2003-08-25 03:33:25 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access_output/http.c * http: added alias "mmsh" to output as mmsh (work only with asfh). Only tested with vlc/mplayer. ------------------------------------------------------------------------ r5189 | garf | 2003-08-25 16:51:49 +0200 (Mon, 25 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m M /trunk/mozilla/vlcshell.cpp * put the beautiful "no picture" black screen. ------------------------------------------------------------------------ r5190 | fenrir | 2003-08-25 22:47:41 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: handle Language name. preliminary support for SSA. ------------------------------------------------------------------------ r5191 | gbazin | 2003-08-25 23:45:04 +0200 (Mon, 25 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: audio is now supported as well. ------------------------------------------------------------------------ r5192 | gbazin | 2003-08-26 00:57:40 +0200 (Tue, 26 Aug 2003) | 5 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * modules/access/dshow/dshow.cpp: added an "adev" and "vdev" option for the MRL. If not specified, then the default devices are used. (eg. vlc dshow://:vdev="Labtec Webcam":adev="foo") ------------------------------------------------------------------------ r5193 | fenrir | 2003-08-26 01:36:16 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf : fix display time. ------------------------------------------------------------------------ r5194 | fenrir | 2003-08-26 01:39:20 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/asf.c asf: fixed some headers errors. ------------------------------------------------------------------------ r5195 | fenrir | 2003-08-26 02:40:27 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c * httpd: more mmsh stuff. ------------------------------------------------------------------------ r5196 | fenrir | 2003-08-26 02:51:19 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/mmsh.c M /trunk/modules/access/mms/mmsh.h * mmsh: a little clean, and fixed 1/2 potential segfaults. ------------------------------------------------------------------------ r5197 | fenrir | 2003-08-26 02:52:38 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: try to fix too much packets dropping with v4l. ------------------------------------------------------------------------ r5198 | fenrir | 2003-08-26 03:04:29 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: clean my last commit for SPU. Btw, report any regression. ------------------------------------------------------------------------ r5199 | fenrir | 2003-08-26 20:01:16 +0200 (Tue, 26 Aug 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: use mp1v/mpgv for mpeg1 and mp2v for mpeg2 video encoding. (mpeg2 encoding has been added to vlc) ------------------------------------------------------------------------ r5200 | fenrir | 2003-08-26 20:11:02 +0200 (Tue, 26 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv : use stream_* ------------------------------------------------------------------------ r5201 | gbazin | 2003-08-26 21:14:10 +0200 (Tue, 26 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: bug fixes. ------------------------------------------------------------------------ r5202 | hartman | 2003-08-26 21:43:51 +0200 (Tue, 26 Aug 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c * modules/demux/util/sub.c: fixed the subtitle autodetection. * modules/demux/mkv.cpp: set UTF-8 for matroska subtitles. ------------------------------------------------------------------------ r5203 | fenrir | 2003-08-27 01:12:37 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegaudio.c * mpegaudio: set i_bitrate field. (won't work with vbr) ------------------------------------------------------------------------ r5204 | fenrir | 2003-08-27 01:14:11 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/modules/mux/asf.c * asf: fix waveformatex header for mp3 audio. ------------------------------------------------------------------------ r5205 | garf | 2003-08-27 09:21:07 +0200 (Wed, 27 Aug 2003) | 3 lines Changed paths: M /trunk/mozilla/Makefile.am M /trunk/mozilla/vlcshell.cpp * Now the MacOS mozilla plugin is an independant bundle ( searchs no more * in /usr/local/lib/vlc for modules ) ------------------------------------------------------------------------ r5206 | gbazin | 2003-08-27 09:31:26 +0200 (Wed, 27 Aug 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: handle upside down pictures (a bit hacky though). ------------------------------------------------------------------------ r5207 | gbazin | 2003-08-27 10:27:52 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/mux/Modules.am * configure.ac, modules/mux/Modules.am: enable the asf muxer. ------------------------------------------------------------------------ r5208 | garf | 2003-08-27 10:44:28 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/mozilla/vlcshell.cpp * oups (forgot to erase a test line) ------------------------------------------------------------------------ r5209 | jpsaman | 2003-08-27 13:04:37 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.glade Updating a new PDA interface design. ------------------------------------------------------------------------ r5210 | gbazin | 2003-08-27 13:53:26 +0200 (Wed, 27 Aug 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: small clean-up in included headers. Got rid of the verbose checkbox in the messages window (too confusing apparently). Now warning, info and debug messages are only logged if the messages window is opened (errors are always logged). ------------------------------------------------------------------------ r5211 | sigmunau | 2003-08-27 14:24:52 +0200 (Wed, 27 Aug 2003) | 6 lines Changed paths: M /trunk/modules/codec/subsdec/subsdec.c M /trunk/modules/misc/freetype.c modules/misc/freetype.c: * Cleaned up the outline code. It may even be faster now * Removed some nasty debug messages modules/codec/subsdec/subsdec.c: * Removed a nasty debug message ------------------------------------------------------------------------ r5212 | gbazin | 2003-08-27 14:59:11 +0200 (Wed, 27 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * modules/access/dshow/dshow.cpp: fixed crash when no dshow devices found. ------------------------------------------------------------------------ r5213 | gbazin | 2003-08-28 17:59:04 +0200 (Thu, 28 Aug 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/window.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/video_output/directx/events.c M /trunk/src/playlist/playlist.c * modules/gui/wxwindows/*, src/playlist/playlist.c, modules/video_output/directx/events.c: got rid of the "Close Menu" popup menu item in the wxwindows interface. * modules/gui/wxwindows/*: updated the stream output dialog. ------------------------------------------------------------------------ r5214 | sam | 2003-08-28 19:19:42 +0200 (Thu, 28 Aug 2003) | 5 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/src/misc/threads.c * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for gprof. If you still want to profile pthread applications using gprof please see http://sam.zoy.org/writings/programming/gprof.html and also consider using oprofile if you are using ia32. ------------------------------------------------------------------------ r5215 | gbazin | 2003-08-28 19:46:34 +0200 (Thu, 28 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: added a "package-win32-exe" and "package-win32-zip" rule. "package-win32" will do both. ------------------------------------------------------------------------ r5216 | gbazin | 2003-08-28 20:44:51 +0200 (Thu, 28 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: grrr, should have tested my last commit ;) ------------------------------------------------------------------------ r5217 | gbazin | 2003-08-28 21:26:29 +0200 (Thu, 28 Aug 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: zip files have a .zip extension ;) ------------------------------------------------------------------------ r5218 | fenrir | 2003-08-28 23:02:14 +0200 (Thu, 28 Aug 2003) | 8 lines Changed paths: M /trunk/modules/stream_out/standard.c * standard : - when muxer or access or both are missing try to do a guess (based on the other one or the extention). - if both are still missing -> abort. - it forces asfh when using mmsh - it issues a error message with non working couple (like udp/avi, ...) (but it doesn't fail) ------------------------------------------------------------------------ r5219 | gbazin | 2003-08-28 23:11:55 +0200 (Thu, 28 Aug 2003) | 5 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/access/v4l/v4l.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/libvlc.h M /trunk/src/video_output/video_output.c M /trunk/src/video_output/vout_pictures.c * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter). * modules/video_output/x11/xcommon.c: small cosmetic change. * modules/access/v4l/v4l.c: clean-up (removed old references to encoders). ------------------------------------------------------------------------ r5220 | fenrir | 2003-08-29 03:11:43 +0200 (Fri, 29 Aug 2003) | 3 lines Changed paths: M /trunk/modules/mux/asf.c * asf: added stream infos object and fix a bug in packetization. -> it seems that WMP plays it without problem :))) (tested with DIV3+mp3) ------------------------------------------------------------------------ r5221 | zorglub | 2003-08-29 18:56:43 +0200 (Fri, 29 Aug 2003) | 18 lines Changed paths: M /trunk/modules/LIST M /trunk/modules/visualization/visual/Modules.am M /trunk/modules/visualization/visual/effects.c A /trunk/modules/visualization/visual/fft.c A /trunk/modules/visualization/visual/fft.h M /trunk/modules/visualization/visual/visual.c M /trunk/modules/visualization/visual/visual.h * effects.c : - added a spectrum analyser options are: -nb : number of bands , 20 or 80 (80 is default) -separ : how many blank pixels between bands (1 default) -amp : vertical amplification ( 3 default) -peaks: draw peaks ? (default 1) - improved options parsing * fft.c, fft.h : FFT code mainly taken from XMMS (adapted coding style) * visual.c: Sanity checks (users aren't stupid, are they ? ) * LIST: updated the list ------------------------------------------------------------------------ r5222 | fenrir | 2003-08-29 20:58:05 +0200 (Fri, 29 Aug 2003) | 2 lines Changed paths: M /trunk/modules/video_chroma/i420_rgb.c M /trunk/modules/video_chroma/i420_rgb.h M /trunk/modules/video_chroma/i420_rgb16.c M /trunk/modules/video_chroma/i420_rgb8.c M /trunk/modules/video_chroma/i420_rgb_mmx.h M /trunk/modules/video_chroma/i420_ymga.c M /trunk/modules/video_chroma/i420_yuy2.c M /trunk/modules/video_chroma/i420_yuy2.h M /trunk/modules/video_chroma/i422_yuy2.c M /trunk/modules/video_chroma/i422_yuy2.h * all: fix some gcc warnings and removed all u8/u16/u32. ------------------------------------------------------------------------ r5223 | fenrir | 2003-08-29 20:58:49 +0200 (Fri, 29 Aug 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: removed encoder.h include. ------------------------------------------------------------------------ r5224 | fenrir | 2003-08-29 21:49:33 +0200 (Fri, 29 Aug 2003) | 4 lines Changed paths: M /trunk/modules/mux/asf.c M /trunk/modules/stream_out/standard.c * asf: you can now add 'title', 'author', 'copyright', 'comment, 'rating' meta data to your file. (use asf{title="my title"} for example) * standard: do not trash access/mux arguments when fixing. ------------------------------------------------------------------------ r5225 | fenrir | 2003-08-29 21:50:13 +0200 (Fri, 29 Aug 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac D /trunk/include/encoder.h D /trunk/modules/encoder D /trunk/modules/video_output/encoder.c * all: removed old encoding way. ------------------------------------------------------------------------ r5226 | fenrir | 2003-08-30 04:03:44 +0200 (Sat, 30 Aug 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/libavi.c * libavi.c: fixed a dead loop when data are missing. ------------------------------------------------------------------------ r5227 | gbazin | 2003-08-30 13:59:44 +0200 (Sat, 30 Aug 2003) | 4 lines Changed paths: M /trunk/modules/access/v4l/v4l.c M /trunk/modules/gui/wxwindows/streamout.cpp * modules/access/v4l/v4l.c: fixed uninitialized variable. * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui. ------------------------------------------------------------------------ r5228 | gbazin | 2003-08-30 15:59:15 +0200 (Sat, 30 Aug 2003) | 4 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/include/vlc_interface.h M /trunk/modules/gui/wxwindows/interface.cpp * include/vlc_config.h: removed unused config stuff. * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces. ------------------------------------------------------------------------ r5229 | gbazin | 2003-08-30 18:34:12 +0200 (Sat, 30 Aug 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/messages.cpp * modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;) ------------------------------------------------------------------------ r5230 | titer | 2003-08-31 17:55:56 +0200 (Sun, 31 Aug 2003) | 2 lines Changed paths: M /trunk/configure.ac configure.ac: fixed zeta check ------------------------------------------------------------------------ r5231 | zorglub | 2003-08-31 18:01:14 +0200 (Sun, 31 Aug 2003) | 2 lines Changed paths: M /trunk/modules/visualization/visual/effects.c Maybe fixes the crash (can't be sure, as it works on my computer) ------------------------------------------------------------------------ r5232 | gbazin | 2003-09-01 00:06:17 +0200 (Mon, 01 Sep 2003) | 4 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp M /trunk/modules/access/dshow/filter.h * modules/access/dshow/*: always try to get the video in I420 chroma if supported. Implemented a ":size=" and ":chroma=" option. ------------------------------------------------------------------------ r5233 | jpsaman | 2003-09-01 12:18:56 +0200 (Mon, 01 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h M /trunk/modules/access/dvb/qpsk.c Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses. ------------------------------------------------------------------------ r5234 | gbazin | 2003-09-01 20:30:01 +0200 (Mon, 01 Sep 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: fixed YUY2 overlay. ------------------------------------------------------------------------ r5235 | sam | 2003-09-02 15:42:43 +0200 (Tue, 02 Sep 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp * modules/gui/skins/src/themeloader.cpp: Added proper CR to error messages. ------------------------------------------------------------------------ r5236 | sam | 2003-09-02 15:44:23 +0200 (Tue, 02 Sep 2003) | 5 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/rules * debian/rules: + Disabled familiar plugin. * debian/changelog: + Updated for 0.6.2 packages. ------------------------------------------------------------------------ r5237 | gbazin | 2003-09-02 18:00:24 +0200 (Tue, 02 Sep 2003) | 2 lines Changed paths: M /trunk/modules/mux/mp4.c * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available. ------------------------------------------------------------------------ r5238 | gbazin | 2003-09-02 20:06:45 +0200 (Tue, 02 Sep 2003) | 3 lines Changed paths: M /trunk/src/audio_output/input.c * src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created. ------------------------------------------------------------------------ r5239 | gbazin | 2003-09-02 22:19:26 +0200 (Tue, 02 Sep 2003) | 12 lines Changed paths: M /trunk/configure.ac M /trunk/include/input_ext-dec.h M /trunk/include/vlc/decoder.h M /trunk/include/vlc/input.h M /trunk/include/vlc/sout.h M /trunk/include/vlc_block.h M /trunk/include/vlc_common.h M /trunk/include/vlc_objects.h M /trunk/modules/codec/a52.c M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/cinepak/cinepak.c M /trunk/modules/codec/dts.c M /trunk/modules/codec/dv.c M /trunk/modules/codec/faad/decoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/flacdec.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/codec/quicktime.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/subsdec/subsdec.c M /trunk/modules/codec/tarkin.c M /trunk/modules/codec/theora.c M /trunk/modules/codec/vorbis.c M /trunk/modules/codec/xvid.c M /trunk/modules/demux/ogg.c M /trunk/modules/misc/dummy/decoder.c M /trunk/modules/packetizer/Modules.am D /trunk/modules/packetizer/a52.c M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/packetizer/mpegaudio.c M /trunk/modules/packetizer/mpegvideo.c D /trunk/modules/packetizer/vorbis.c M /trunk/src/input/input_dec.c M /trunk/src/misc/block.c M /trunk/src/misc/objects.c * ALL: Introduction of a new api for decoders. The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance. Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported. Don't hold your breath, there is still much work to do before we reach this goal. * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c: Converted to the new api. Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication). New dts and theora packetizers (merged in their respective decoders). ------------------------------------------------------------------------ r5240 | sigmunau | 2003-09-03 00:06:51 +0200 (Wed, 03 Sep 2003) | 2 lines Changed paths: M /trunk/modules/visualization/visual/effects.c M /trunk/modules/visualization/visual/visual.c use the configuration system, that is what it is there for ------------------------------------------------------------------------ r5241 | gbazin | 2003-09-03 00:36:55 +0200 (Wed, 03 Sep 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c * modules/codec/theora.c: oops, introduced a bug in pts calculation. ------------------------------------------------------------------------ r5242 | zorglub | 2003-09-03 12:00:23 +0200 (Wed, 03 Sep 2003) | 3 lines Changed paths: M /trunk/modules/visualization/visual/effects.c M /trunk/modules/visualization/visual/visual.c Added descriptions Fixed multiple effects enabling ------------------------------------------------------------------------ r5243 | gbazin | 2003-09-03 12:23:17 +0200 (Wed, 03 Sep 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed segfault on exit. ------------------------------------------------------------------------ r5244 | bigben | 2003-09-03 13:28:32 +0200 (Wed, 03 Sep 2003) | 6 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/qpsk.c * qdsk.c : fix a typo * access.c : - new syntax : dvb:frequency=1234500:fec=3:poalrization=H:program=2499... (all parameters should be parsed - "program" is still untested (anybody with a DVB card to try it ?) - old syntax should still work, with a warning. ------------------------------------------------------------------------ r5245 | sam | 2003-09-05 02:36:10 +0200 (Fri, 05 Sep 2003) | 6 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control * debian/control: + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous versions were broken on platforms where PIC/non-PIC cannot be mixed in objects (Closes Debian bug #208383). + Set policy to 3.6.1.0. ------------------------------------------------------------------------ r5246 | asmax | 2003-09-05 17:55:30 +0200 (Fri, 05 Sep 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/dialogs.h M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/vlcproc.cpp * new event VLC_NET to open the network dialog ( "net" keyword in the xml file) ------------------------------------------------------------------------ r5247 | fenrir | 2003-09-07 22:08:31 +0200 (Sun, 07 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access_output/file.c * file: added an append option. (The default is to overwrite the file) ------------------------------------------------------------------------ r5248 | fenrir | 2003-09-07 22:12:44 +0200 (Sun, 07 Sep 2003) | 3 lines Changed paths: A /trunk/modules/stream_out/gather.c * gather: try to gather stream with similar properties (eg mp3), wait for next commits to be usable. ------------------------------------------------------------------------ r5249 | fenrir | 2003-09-08 00:43:17 +0200 (Mon, 08 Sep 2003) | 9 lines Changed paths: M /trunk/src/libvlc.h M /trunk/src/playlist/playlist.c M /trunk/src/stream_output/stream_output.c M /trunk/src/video_output/video_output.c * libvlc: removed some unused options. added sout-keep option to keep sout instance across playlist items (usefull with 'gather' stream_out) * stream_output : implement the sout-keep mode. * playlist, video_output, stream_output: vout and sout are now reattached to playlist instead of being destroyed. There are automatically destroy if unused byt the new input (200 ms after access and demuxer have finished their inittialisation step.) ------------------------------------------------------------------------ r5250 | fenrir | 2003-09-08 00:45:16 +0200 (Mon, 08 Sep 2003) | 5 lines Changed paths: M /trunk/include/ninput.h M /trunk/include/stream_control.h M /trunk/include/variables.h M /trunk/include/vlc/input.h M /trunk/include/vlc/vlc.h * ninput.h : change control parameters. * variables : changed time variables to signed long long type (I hope it is always more than 64 bits) * input.h : include ninput.h ------------------------------------------------------------------------ r5251 | fenrir | 2003-09-08 00:48:29 +0200 (Mon, 08 Sep 2003) | 4 lines Changed paths: M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/asf/libasf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/demuxdump.c M /trunk/modules/demux/flac.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mpeg/es.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/mpeg/ps.c M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/wav.c * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault is a generic handler) * avi, mp4 : begin to implement a specific pf_demux_control. ------------------------------------------------------------------------ r5252 | fenrir | 2003-09-08 00:49:05 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda.c M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dvd/demux.c M /trunk/modules/access/dvdplay/demux.c M /trunk/modules/access/dvdread/input.c M /trunk/modules/access/slp.c M /trunk/modules/access/v4l/v4l.c * all : set pf_demux_control. ------------------------------------------------------------------------ r5253 | fenrir | 2003-09-08 00:51:11 +0200 (Mon, 08 Sep 2003) | 4 lines Changed paths: M /trunk/src/input/demux.c M /trunk/src/input/input.c M /trunk/src/input/input_clock.c M /trunk/src/misc/variables.c * input: introduce 'position', 'time', 'length', 'state' and 'rate' object variables and begin to use pf_demux_control. * variables: new time type handling. ------------------------------------------------------------------------ r5254 | fenrir | 2003-09-08 00:53:09 +0200 (Mon, 08 Sep 2003) | 6 lines Changed paths: M /trunk/modules/control/rc/rc.c M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/misc/dummy/input.c M /trunk/modules/stream_out/Modules.am * control: use new variables and 'title*', 'chapter*' ones. * gui/beos: removed not really used STARTED_S, and NOT_STARTED_S input state. * gui/wxwindows: use 'position' and 'time' variables -> seek improved for avi and mp4 and accurate time display :) ------------------------------------------------------------------------ r5255 | fenrir | 2003-09-08 00:53:38 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/configure.ac configure.ac : added gather stream_out. ------------------------------------------------------------------------ r5256 | fenrir | 2003-09-08 02:35:16 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mp4/mp4.h * all: clean up. ------------------------------------------------------------------------ r5257 | fenrir | 2003-09-08 02:36:26 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/src/input/stream.c * stream : convert a msg_Err into msg_Warn. ------------------------------------------------------------------------ r5258 | fenrir | 2003-09-08 09:15:36 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: D /trunk/modules/access/rtsp.c * rtsp: useless. ------------------------------------------------------------------------ r5259 | fenrir | 2003-09-08 09:36:34 +0200 (Mon, 08 Sep 2003) | 6 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp : begin to play rtsp stream (as well as sdp). MPEG4 Audio/Video, mp3/raw audio should work. If you want to try download http://via.ecp.fr/~fenrir/libmtools-2003-09-08.tgz (but you will have to change configure.ac yourself) ------------------------------------------------------------------------ r5260 | fenrir | 2003-09-08 09:38:30 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: do not register 'rtp' name for access. ------------------------------------------------------------------------ r5261 | bigben | 2003-09-08 13:05:02 +0200 (Mon, 08 Sep 2003) | 4 lines Changed paths: M /trunk/modules/access/pvr/pvr.c -pvr.c *reflects a change in ivtv_ioctl_codec struct *adds he bitratemode commandline option (values are vbr and cbr ------------------------------------------------------------------------ r5262 | zorglub | 2003-09-08 14:02:16 +0200 (Mon, 08 Sep 2003) | 9 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/playlist/playlist.c * src/playlist/playlist.c include/playlist.h: playlist sorting (function playlist_Sort( playlist_t * , int type) * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/wxwindows.h : * Implement playlist sorting & reverse sorting * Playlist search ------------------------------------------------------------------------ r5263 | zorglub | 2003-09-08 14:48:53 +0200 (Mon, 08 Sep 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/wxwindows.h: - give default to the search button when user enters text - case-insensitive search ------------------------------------------------------------------------ r5264 | fenrir | 2003-09-08 15:09:40 +0200 (Mon, 08 Sep 2003) | 2 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: commented out a debug message and added some sort of eof detection. ------------------------------------------------------------------------ r5265 | fenrir | 2003-09-08 15:37:52 +0200 (Mon, 08 Sep 2003) | 4 lines Changed paths: M /trunk/modules/demux/sdp.c * sdp: added --rtsp-tcp option. (rtp over rtsp connection) set b_pace to true when using --rtsp-tcp. (eg DSS server send data to fast) ------------------------------------------------------------------------ r5266 | zorglub | 2003-09-09 00:00:47 +0200 (Tue, 09 Sep 2003) | 5 lines Changed paths: M /trunk/modules/visualization/visual/effects.c M /trunk/modules/visualization/visual/visual.h * modules/visualisation/visual/effects.c modules/visualisation/visual/visual.h: - Change default effect-height - Less scaling in spectrum analyser ------------------------------------------------------------------------ r5267 | hartman | 2003-09-09 14:36:24 +0200 (Tue, 09 Sep 2003) | 3 lines Changed paths: M /trunk/modules/codec/faad/decoder.c Fix the condition for old faad. Incorrect placing of logical operator ------------------------------------------------------------------------ r5268 | jpsaman | 2003-09-09 14:54:19 +0200 (Tue, 09 Sep 2003) | 2 lines Changed paths: M /trunk/configure.ac Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface. ------------------------------------------------------------------------ r5269 | hartman | 2003-09-09 15:28:58 +0200 (Tue, 09 Sep 2003) | 2 lines Changed paths: D /trunk/doc/subtitles We no longer need this. ------------------------------------------------------------------------ r5270 | hartman | 2003-09-09 15:51:45 +0200 (Tue, 09 Sep 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/output.m Fixed list of muxers. QT and mp4 might need to be disabled at a later point. ------------------------------------------------------------------------ r5271 | hartman | 2003-09-10 01:35:28 +0200 (Wed, 10 Sep 2003) | 3 lines Changed paths: M /trunk/modules/visualization/visual/visual.c * modules/visualization/visual/visual.c: Added the current available effects to the longdiscription of the 'visual-list' config option. ------------------------------------------------------------------------ r5272 | zorglub | 2003-09-10 12:21:09 +0200 (Wed, 10 Sep 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/visualization/visual/visual.c M /trunk/modules/visualization/visual/visual.h * visual.c: compilation fix in strings * playlist.cpp: removed "..." in menu entries as we don't open a box ------------------------------------------------------------------------ r5273 | fenrir | 2003-09-10 13:37:53 +0200 (Wed, 10 Sep 2003) | 3 lines Changed paths: M /trunk/src/misc/modules.c M /trunk/src/playlist/playlist.c * modules: do not take care of the case for shortcuts (fix #1165). * playlist : use new input variables. ------------------------------------------------------------------------ r5274 | fenrir | 2003-09-10 13:51:00 +0200 (Wed, 10 Sep 2003) | 4 lines Changed paths: M /trunk/modules/demux/Modules.am M /trunk/modules/demux/mpeg/es.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/mpeg/ps.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/demux/sdp.c * demux/sdp: a msg_Err -> msg_Warn. Btw, it begins to work well (under linux). (MPEG-I/II/4 audio and video, h261 video, some ac3 streams sould work). * demux/* : removed useless include ------------------------------------------------------------------------ r5275 | zorglub | 2003-09-10 15:39:29 +0200 (Wed, 10 Sep 2003) | 3 lines Changed paths: M /trunk/modules/access/http.c * Workaround for buggy IceCast servers who identify themselves as HTTP and not ICY (who talked about RadioPI ?) ------------------------------------------------------------------------ r5276 | hartman | 2003-09-10 17:03:49 +0200 (Wed, 10 Sep 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec/subsdec.c * Fixed the subsdec variables ------------------------------------------------------------------------ r5277 | zorglub | 2003-09-10 17:50:25 +0200 (Wed, 10 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/http.c Removed useless stuff for icecast ------------------------------------------------------------------------ r5278 | fenrir | 2003-09-10 23:03:56 +0200 (Wed, 10 Sep 2003) | 4 lines Changed paths: M /trunk/modules/access/http.c * http: Added 'Connection: Close' in the request. (Help with some http servers). Use atoll. (always defined). ------------------------------------------------------------------------ r5279 | fenrir | 2003-09-10 23:09:05 +0200 (Wed, 10 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/ftp.c * ftp : use atoll. ------------------------------------------------------------------------ r5280 | hartman | 2003-09-10 23:54:27 +0200 (Wed, 10 Sep 2003) | 6 lines Changed paths: M /trunk/modules/misc/freetype.c * a new option for the text rendering. It sets the fontsize taking into account the window size. This should allow consistent font sizes independant of how large a movie is. The options currently are smaller,small,normal,large,larger. It should be much more userfriendly. ------------------------------------------------------------------------ r5281 | fenrir | 2003-09-10 23:56:44 +0200 (Wed, 10 Sep 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/packetizer/mpegaudio.c * all : added mpeg 2.5 support. ------------------------------------------------------------------------ r5282 | fenrir | 2003-09-11 00:59:55 +0200 (Thu, 11 Sep 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegaudio.c * mpegaudio.c : cosmetics. ------------------------------------------------------------------------ r5283 | jpsaman | 2003-09-11 13:50:43 +0200 (Thu, 11 Sep 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.glade More modifications to layout of PDA interface. ------------------------------------------------------------------------ r5284 | zorglub | 2003-09-11 17:34:16 +0200 (Thu, 11 Sep 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: HTTP announcing support ------------------------------------------------------------------------ r5285 | fenrir | 2003-09-12 18:26:40 +0200 (Fri, 12 Sep 2003) | 6 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/include/ninput.h M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mp4/mp4.h M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/sdp.c M /trunk/modules/demux/wav.c M /trunk/src/input/input.c * include/input_ext-intf.h : added stream_t member to input_thread_t. * modules/demux/* : use the stream_t from input_thread_t. * include/ninput.h : begin to add new way to register es. (unused for now). (in the long term I want to split input_thread_t and intoduce demux_t and access_t and perhaps something like access_demux_t) ------------------------------------------------------------------------ r5286 | fenrir | 2003-09-12 20:34:45 +0200 (Fri, 12 Sep 2003) | 7 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/include/ninput.h M /trunk/include/stream_output.h M /trunk/include/vlc_common.h M /trunk/src/input/input.c * include/stream_output.h include/vlc_common.h : move TAB_APPEND, TAB_FIND and TAB_APPEND (could be used every where now). There are a bit like INSERT_ITEM, ... but not exactly, perhaps I should try to merge them). * src/input/input.c : begin to implement es_out_t thing (unsusable now). ------------------------------------------------------------------------ r5287 | fenrir | 2003-09-13 19:42:16 +0200 (Sat, 13 Sep 2003) | 20 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/include/ninput.h M /trunk/include/vlc_common.h M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mpeg/mpga.c M /trunk/src/input/demux.c M /trunk/src/input/input.c M /trunk/src/playlist/playlist.c M /trunk/src/video_output/video_output.c * src/video_output/video_output.c : do not use FIND_ANYWHERE to catch the playlist. but use FIND_PARENT. vlc_object_find with FIND_ANYWHERE use p_obj->p_vlc as a starting point and that doesn't work as playlist is detach from vlc before vout is destroyed by the decoders (when shutting down) Perhaps vlc_object_find should be fixing to find the root object, but I'm not sure. * src/input/* : move subtitle handling from avi to input. Now subs should works with all file types _BUT_ won't be in synch if the demuxer doesn't implement a _precise_ DEMUX_GET_TIME. So only .avi, .mp4 will be ok. Others could works if perfectly cbr. Now Subtitle track is only selected when specified by sub-file option.(auto-dectected file is always added but not selected by default) Btw, the code could support multiple subs files, but I don't know how to pass multiple filenames, any ideas ? * demux/mpeg/mpga.c : play with es_out_t. I'm investigating for now so don't use that elsewhere. ------------------------------------------------------------------------ r5288 | fenrir | 2003-09-13 19:44:13 +0200 (Sat, 13 Sep 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/standard.c * standard : added .ts and .ps ------------------------------------------------------------------------ r5289 | sigmunau | 2003-09-14 15:54:43 +0200 (Sun, 14 Sep 2003) | 10 lines Changed paths: M /trunk/src/video_output/video_output.c src/video_output/video_output.c: * if the given vout thread is a filter, then don't sleep untill the display date. This reduces the chance of pictures being late when reaching the vout if one or more filters are in use * don't include current render time in the render_time sliding mean if it is way too large ( as inspired by Simon Gittins ). * weight the current sliding mean tree times more than the current render time when calculating the new render time. This should make the code more robust to jitter in render time ------------------------------------------------------------------------ r5290 | zorglub | 2003-09-14 18:41:48 +0200 (Sun, 14 Sep 2003) | 7 lines Changed paths: M /trunk/modules/access/slp.c M /trunk/modules/stream_out/announce.c M /trunk/modules/visualization/visual/visual.c * modules/visualisation/visual/visual.c: thou shall not use // * modules/access/slp.c : do not add udp:@ automatically * modules/stream_out/announce.c : always use the same service name add udp:@ (hack !) ------------------------------------------------------------------------ r5291 | fenrir | 2003-09-15 02:01:49 +0200 (Mon, 15 Sep 2003) | 2 lines Changed paths: M /trunk/src/playlist/playlist.c * playlist.c: coding and potential deadlock fixes. ------------------------------------------------------------------------ r5292 | zorglub | 2003-09-15 10:33:29 +0200 (Mon, 15 Sep 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c Fix for bad SAP packets with no \0 between headers and payload ------------------------------------------------------------------------ r5293 | fenrir | 2003-09-15 20:05:13 +0200 (Mon, 15 Sep 2003) | 2 lines Changed paths: M /trunk/src/input/input.c * input: one lock issue. ------------------------------------------------------------------------ r5294 | sam | 2003-09-15 20:28:47 +0200 (Mon, 15 Sep 2003) | 3 lines Changed paths: M /trunk/debian/control M /trunk/toolbox * debian/control: Updated the libxosd build dependency to fix a build issue on Debian s390. ------------------------------------------------------------------------ r5295 | sam | 2003-09-15 21:20:26 +0200 (Mon, 15 Sep 2003) | 2 lines Changed paths: M /trunk/debian/control * Updated long descriptions. ------------------------------------------------------------------------ r5296 | sam | 2003-09-15 21:31:28 +0200 (Mon, 15 Sep 2003) | 2 lines Changed paths: M /trunk/debian/changelog * debian/changelog: 0.6.2-3 upload. ------------------------------------------------------------------------ r5297 | lool | 2003-09-18 18:46:02 +0200 (Thu, 18 Sep 2003) | 3 lines Changed paths: M /trunk/modules/LIST M /trunk/modules/video_output/Modules.am * modules/LIST, modules/video_output/Modules.am: removed references to deleted file encoder.c ------------------------------------------------------------------------ r5298 | lool | 2003-09-18 19:04:01 +0200 (Thu, 18 Sep 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in * po/POTFILES.in: removed reference to deleted file "encoder.h" ------------------------------------------------------------------------ r5299 | lool | 2003-09-18 19:12:07 +0200 (Thu, 18 Sep 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in * po/POTFILES.in: removed reference to deleted file "rtsp.c" ------------------------------------------------------------------------ r5300 | lool | 2003-09-18 19:27:26 +0200 (Thu, 18 Sep 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * po/*: ran "./toolbox --update-po" to get rid of missing files listed in POTFILES.in ------------------------------------------------------------------------ r5301 | lool | 2003-09-18 19:40:22 +0200 (Thu, 18 Sep 2003) | 2 lines Changed paths: M /trunk/doc/Makefile.am * doc/Makefile.am: removed references to deleted files "subtitles/*" ------------------------------------------------------------------------ r5302 | zorglub | 2003-09-18 19:54:02 +0200 (Thu, 18 Sep 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/include/vlc_interface.h M /trunk/include/vlc_objects.h M /trunk/src/interface/interface.c M /trunk/src/interface/intf_eject.c M /trunk/src/misc/objects.c Added some Doxygen doc ------------------------------------------------------------------------ r5303 | garf | 2003-09-18 23:42:54 +0200 (Thu, 18 Sep 2003) | 2 lines Changed paths: M /trunk/modules/video_filter/logo.c * fixed some bugs in logo filter ------------------------------------------------------------------------ r5304 | jpsaman | 2003-09-19 15:09:57 +0200 (Fri, 19 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h M /trunk/modules/access/dvb/qpsk.c Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be. ------------------------------------------------------------------------ r5305 | jpsaman | 2003-09-19 17:24:28 +0200 (Fri, 19 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/satellite/access.c M /trunk/modules/access/satellite/satellite.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!! ------------------------------------------------------------------------ r5306 | fenrir | 2003-09-19 17:33:58 +0200 (Fri, 19 Sep 2003) | 10 lines Changed paths: M /trunk/src/misc/objects.c M /trunk/src/video_output/video_output.c * src/misc/objects.c: change the way that FIND_ANYWHERE work. Now we first search the root of the object using p_parent and not directly using p_vlc. If this first search failed then we search using p_vlc if it wasn't the case. (I'm not sure it's harmless but I think it's the correct behavour for FIND_ANYWHERE) * src/video_output/video_output.c : we could now use FIND_ANYWHERE to catch the playlist (even when the vlc is exiting. (Hehe, now visual effects won't reopen the vout every playlist item.) ------------------------------------------------------------------------ r5307 | hartman | 2003-09-19 23:53:32 +0200 (Fri, 19 Sep 2003) | 2 lines Changed paths: M /trunk/modules/visualization/visual/visual.c Fix a crasher with strcasecmp and empty strings ------------------------------------------------------------------------ r5308 | fenrir | 2003-09-19 23:53:48 +0200 (Fri, 19 Sep 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c M /trunk/src/playlist/playlist.c * playlist.c : unlock playlist before calling vout_Destroy (for osx) * mp4: send complete atom for amr to the decoder. ------------------------------------------------------------------------ r5309 | hartman | 2003-09-20 01:03:27 +0200 (Sat, 20 Sep 2003) | 9 lines Changed paths: M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/codec/quicktime.c M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/prefs.m * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions recognized by VLC * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder. Although it runs on OS X, it only plays back silence for some reason. Might be a problem with one of the converters? * modules/gui/macosx/*: - 'fixed' several compiler warnings - removed some old no longer necesarry stuff ------------------------------------------------------------------------ r5310 | fenrir | 2003-09-20 02:37:53 +0200 (Sat, 20 Sep 2003) | 4 lines Changed paths: M /trunk/modules/visualization/visual/effects.c M /trunk/modules/visualization/visual/visual.c M /trunk/modules/visualization/visual/visual.h * all: clean up. use vout_Request to release the vout (so vout isn't closed when changing playlist item). ------------------------------------------------------------------------ r5311 | hartman | 2003-09-20 03:36:57 +0200 (Sat, 20 Sep 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD ( Yes it's backwards compatible ). ------------------------------------------------------------------------ r5312 | hartman | 2003-09-20 04:47:41 +0200 (Sat, 20 Sep 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/po/pt_BR.po M /trunk/src/libvlc.h * NEWS: updated some entries * po/pt_BR.po: Updated by Andr?\239?\191?\189 de Barros Martins Ribeiro * src/libvlc.h: Added es (Spanish) to the list of choices. ------------------------------------------------------------------------ r5313 | sam | 2003-09-20 05:38:52 +0200 (Sat, 20 Sep 2003) | 5 lines Changed paths: M /trunk/modules/list.sh * modules/list.sh: + "==" is not valid shell test, use "=" instead. + Set LANG for consistency of sort output. (NB: this really belongs to the toolbox script). ------------------------------------------------------------------------ r5314 | hartman | 2003-09-20 15:46:00 +0200 (Sat, 20 Sep 2003) | 6 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/info.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/vout.m * modules/gui/macosx/*: - implemented the new input variables for control. - reevaltuated the locking mechanisms in the osx intf. a lot of this can now be removed, because of the new input structures, and the vout garbage collector of playlist. ------------------------------------------------------------------------ r5315 | fenrir | 2003-09-20 15:50:14 +0200 (Sat, 20 Sep 2003) | 3 lines Changed paths: M /trunk/src/input/input.c * input: added position-offset and time-offset for relative seeking. (Untested) ------------------------------------------------------------------------ r5316 | gbazin | 2003-09-20 15:52:23 +0200 (Sat, 20 Sep 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/mozilla/support/npwin.cpp M /trunk/mozilla/vlcshell.cpp * configure.ac, mozilla/*: the win32 mozilla plugin compiles again (most likely won't yet work). Added a --with-mozilla-sdk-path option (win32 only) to ./configure so you can pass the path of your mozilla sdk tree. You also need to set the XPIDL env var to the the path of the xpidl mozilla compiler when ./configuring. ------------------------------------------------------------------------ r5317 | gbazin | 2003-09-20 17:52:19 +0200 (Sat, 20 Sep 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/mozilla/Makefile.am * configure.ac, mozilla/Makefile.am: more win32 mozilla plugin build fixes. ------------------------------------------------------------------------ r5318 | geshp | 2003-09-20 19:19:35 +0200 (Sat, 20 Sep 2003) | 2 lines Changed paths: M /trunk/vlc.spec Updated for tentative 0.6.3 release. ------------------------------------------------------------------------ r5319 | geshp | 2003-09-20 19:24:09 +0200 (Sat, 20 Sep 2003) | 2 lines Changed paths: M /trunk/vlc.spec Fixed a typo. ------------------------------------------------------------------------ r5320 | gbazin | 2003-09-20 19:35:38 +0200 (Sat, 20 Sep 2003) | 4 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/src/input/input_programs.c * src/input/input_programs.c: p_input->stream.p_selected_program needs to be reset in input_DelProgram(). * modules/demux/mpeg/ts.c: use dvbpsi_DetachPMT() when a program is deselected. ------------------------------------------------------------------------ r5321 | hartman | 2003-09-20 21:37:54 +0200 (Sat, 20 Sep 2003) | 14 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/vlc/vlc.h M /trunk/modules/gui/macosx/about.m M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m M /trunk/src/libvlc.h M /trunk/src/playlist/playlist.c * include/vlc/vlc.h: - removed the defines for i_mode concerning random and loop. We use config variables for all of these. * src/libvlc.h: - removed the enqueue playlist config option. It's no longer used. - added a repeat option. vlc will keep playing the same playlist_item, until the option is unset. * src/playlist/playlist.c: - added a repeat, random and loop variable. - wxwindows should use these as well I think. * modules/gui/macosx: - added the INTF_ABOUT_MSG to the about dialog. - implemented the about and repeat items. ------------------------------------------------------------------------ r5322 | gbazin | 2003-09-21 00:52:27 +0200 (Sun, 21 Sep 2003) | 3 lines Changed paths: M /trunk/mozilla/vlcshell.cpp * mozilla/vlcshell.cpp: on win32, try to find the location of the vlc plugins from the registry key. ------------------------------------------------------------------------ r5323 | gbazin | 2003-09-21 01:46:01 +0200 (Sun, 21 Sep 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/duplicate.c * modules/stream_out/duplicate.c: fixed array overflow. ------------------------------------------------------------------------ r5324 | gbazin | 2003-09-21 12:23:59 +0200 (Sun, 21 Sep 2003) | 5 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/access/dshow/dshow.cpp M /trunk/mozilla/Makefile.am M /trunk/mozilla/npvlc_rc.rc M /trunk/mozilla/vlcpeer.cpp M /trunk/share/vlc_win32_rc.rc * include/vlc_common.h: ssize_t is now typedefed in new mingw headers. * modules/access/dshow/dshow.cpp: compilation fix related to ssize_t. * share/vlc_win32_rc.rc: stringify version number. * mozilla/*: compilation fix and cosmetic changes to the .rc. ------------------------------------------------------------------------ r5325 | gbazin | 2003-09-21 13:48:58 +0200 (Sun, 21 Sep 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/duplicate.c * modules/stream_out/duplicate.c: improved last fix. ------------------------------------------------------------------------ r5326 | gbazin | 2003-09-21 19:52:43 +0200 (Sun, 21 Sep 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: we now have only 1 global "Advanced Options" checkbox in the preferences panel instead of 1 for each section (KISS). ------------------------------------------------------------------------ r5327 | gbazin | 2003-09-21 20:07:51 +0200 (Sun, 21 Sep 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/playlist.cpp * modules/gui/wxwindows/*: got rid of the close button in the fileinfo and playlist dialogs. ------------------------------------------------------------------------ r5328 | hartman | 2003-09-22 05:40:06 +0200 (Mon, 22 Sep 2003) | 16 lines Changed paths: M /trunk/Makefile.am M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/ninput.h M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/macosx/output.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m M /trunk/src/input/input.c A /trunk/src/input/subtitles.c M /trunk/src/libvlc.h * modules/gui/macosx/playlist.?: implemented Save Playlist * modules/gui/macosx/output.m: updated part of the Stream output dialog * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and sub-autodetect file options to src/input/input.c * src/input/input.c: added the moved options and use them to add subtitle tracks. * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file * src/input/subtitles.c: new subtitles_Detect() largely based on the code used by MPlayer. Adapted for coding style and structure differences. The autodetect routine can now detect multiple subtitle files and assigns scores based on their names. if they much well enough they are sorted based on their score. It will then return this set, and they will all be added as SPU tracks to the current stream. The (un)selecting of these tracks will need to be fixed because they all get assigned the es id 0xFF currently. ------------------------------------------------------------------------ r5329 | geshp | 2003-09-22 08:04:59 +0200 (Mon, 22 Sep 2003) | 5 lines Changed paths: M /trunk/vlc.spec Changes to Red Hat spec file: - Added wxwindows, alsa, and skin support - Fixed dependancies, specifically a version conflict of xvidcore ------------------------------------------------------------------------ r5330 | jpsaman | 2003-09-22 09:29:46 +0200 (Mon, 22 Sep 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c Removed compatibility tweak for old satellite GUI. ------------------------------------------------------------------------ r5331 | zorglub | 2003-09-22 16:40:12 +0200 (Mon, 22 Sep 2003) | 22 lines Changed paths: A /trunk/include/vlc_help.h M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.h M /trunk/src/playlist/playlist.c * modules/gui/wxwindows/preferences.cpp: - Created the "General Settings" section - Added help strings in the two main sections, in the libvlc categories, and in the module capabilities * modules/gui/wxwindows/playlist.cpp & wxwindows.h -Implemented random, loop and repeat using variables -The eye candy of the dialog box is not very good but I have no idea how to improve it. -Focus on the currently playing item * src/libvlc.h: - Added help strings for the libvlc categories - Changed a few "advanced" flag * include/vlc_help.h: - Help strings for the two main sections - Help string for the module capabilities (both by Anil) * po/*: updated potfiles with the new strings ------------------------------------------------------------------------ r5332 | gbazin | 2003-09-22 23:07:35 +0200 (Mon, 22 Sep 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: compilation fix + cosmetic code clean-up (indentations mainly). ------------------------------------------------------------------------ r5333 | gbazin | 2003-09-23 18:07:49 +0200 (Tue, 23 Sep 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/mozilla/support/npwin.cpp M /trunk/mozilla/vlcshell.cpp M /trunk/src/misc/modules.c * configure.ac, mozilla/vlcshell.cpp, mozilla/support/npwin.cpp: mozilla plugin for win32 is finally working (well there's still work left). * src/misc/modules.c: small clean-up and fixed --plugin-path on win32. ------------------------------------------------------------------------ r5334 | zorglub | 2003-09-24 12:21:32 +0200 (Wed, 24 Sep 2003) | 4 lines Changed paths: M /trunk/modules/visualization/visual/visual.c M /trunk/src/playlist/playlist.c * modules/visualization/visual/visual.c: fixed strings * src/playlist/playlist.c: fixed sorting ------------------------------------------------------------------------ r5335 | fenrir | 2003-09-24 16:59:21 +0200 (Wed, 24 Sep 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c * all: set pf_run *only* if we accept this stream. ------------------------------------------------------------------------ r5336 | gbazin | 2003-09-24 18:10:02 +0200 (Wed, 24 Sep 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: fix for the mozilla plugin on vout close. The mozilla plugin seems to be working very well now, except that it doesn't receive mouse and keyboard events yet. ------------------------------------------------------------------------ r5337 | gbazin | 2003-09-24 23:31:55 +0200 (Wed, 24 Sep 2003) | 4 lines Changed paths: M /trunk/include/main.h M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line. * modules/gui/wxwindows/preferences.cpp: fixed breakeage of "Save", "Reset" and SwitchAdvanced(). ------------------------------------------------------------------------ r5338 | gbazin | 2003-09-25 01:45:06 +0200 (Thu, 25 Sep 2003) | 3 lines Changed paths: M /trunk/modules/codec/vorbis.c * modules/codec/vorbis.c: wait for the first dated packet before starting decoding anything. ------------------------------------------------------------------------ r5339 | gbazin | 2003-09-26 01:09:41 +0200 (Fri, 26 Sep 2003) | 4 lines Changed paths: M /trunk/modules/demux/ogg.c M /trunk/modules/mux/ogg.c * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, vorbis audio tracks switching should work better as well. * modules/mux/ogg.c: attempt at supporting theora. ------------------------------------------------------------------------ r5340 | gbazin | 2003-09-26 13:30:06 +0200 (Fri, 26 Sep 2003) | 2 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: removed an old win32 hack which was creating more problems than it was solving. ------------------------------------------------------------------------ r5341 | jpsaman | 2003-09-26 14:11:26 +0200 (Fri, 26 Sep 2003) | 2 lines Changed paths: A /trunk/modules/gui/opie A /trunk/modules/gui/opie/Modules.am A /trunk/modules/gui/opie/opie.ui Adding files for PDA interface using the opie libaries. ------------------------------------------------------------------------ r5342 | jpsaman | 2003-09-26 15:32:42 +0200 (Fri, 26 Sep 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda.gladep Updated design of PDA GUI. ------------------------------------------------------------------------ r5343 | gbazin | 2003-09-26 18:03:21 +0200 (Fri, 26 Sep 2003) | 2 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/vout.h * modules/video_output/directx/*: some graphics card allow the creation of several overlay surfaces but can only display one at a time. ------------------------------------------------------------------------ r5344 | gbazin | 2003-09-26 18:10:24 +0200 (Fri, 26 Sep 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/chroma.c M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised. ------------------------------------------------------------------------ r5345 | gbazin | 2003-09-27 12:09:57 +0200 (Sat, 27 Sep 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/install-win32 * install-win32: cosmetic changes. * configure.ac: forgot one include path for the mozilla plugin. ------------------------------------------------------------------------ r5346 | gbazin | 2003-09-27 16:32:54 +0200 (Sat, 27 Sep 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams). ------------------------------------------------------------------------ r5347 | gbazin | 2003-09-27 17:33:02 +0200 (Sat, 27 Sep 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now. ------------------------------------------------------------------------ r5348 | gbazin | 2003-09-28 18:50:05 +0200 (Sun, 28 Sep 2003) | 4 lines Changed paths: M /trunk/modules/codec/vorbis.c M /trunk/modules/demux/ogg.c M /trunk/modules/mux/ogg.c * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes. * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream. ------------------------------------------------------------------------ r5349 | gbazin | 2003-09-28 21:58:19 +0200 (Sun, 28 Sep 2003) | 3 lines Changed paths: M /trunk/modules/mux/ogg.c * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader(). ------------------------------------------------------------------------ r5350 | gbazin | 2003-09-28 23:54:21 +0200 (Sun, 28 Sep 2003) | 4 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/mux/ogg.c * modules/codec/theora.c: don't forget to delete the sout instance. * modules/mux/ogg.c: fix for embedding theora in Ogg. ------------------------------------------------------------------------ r5351 | gbazin | 2003-09-29 00:18:57 +0200 (Mon, 29 Sep 2003) | 3 lines Changed paths: M /trunk/modules/mux/ogg.c * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now). ------------------------------------------------------------------------ r5352 | sigmunau | 2003-09-29 17:45:19 +0200 (Mon, 29 Sep 2003) | 6 lines Changed paths: M /trunk/doc/Doxyfile M /trunk/include/variables.h M /trunk/src/misc/variables.c Doxyfile: * changed project name from 'vlc' to 'VLC' * excluded src/extras from the documentation src/misc/variables.c, include/variables.h: * Doxygen-documented most of the vlc variables code ------------------------------------------------------------------------ r5353 | gbazin | 2003-09-29 19:36:35 +0200 (Mon, 29 Sep 2003) | 4 lines Changed paths: M /trunk/include/os_specific.h M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/beos_specific.cpp M /trunk/src/misc/charset.c M /trunk/src/misc/darwin_specific.m M /trunk/src/misc/win32_specific.c * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once. Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance. ------------------------------------------------------------------------ r5354 | gbazin | 2003-09-29 20:20:37 +0200 (Mon, 29 Sep 2003) | 3 lines Changed paths: M /trunk/include/os_specific.h * include/os_specific.h: oops, fixed my last commit. ------------------------------------------------------------------------ r5355 | gbazin | 2003-09-30 00:37:36 +0200 (Tue, 30 Sep 2003) | 5 lines Changed paths: M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/copy.c * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining). fixes for text subtitles muxing. * modules/packetizer/copy.c: support for text subtitles. ------------------------------------------------------------------------ r5356 | hartman | 2003-09-30 17:36:39 +0200 (Tue, 30 Sep 2003) | 2 lines Changed paths: M /trunk/src/input/input.c * Select the subtitle track, if it's specified via the "sub-file" option. ------------------------------------------------------------------------ r5357 | hartman | 2003-09-30 18:09:58 +0200 (Tue, 30 Sep 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c M /trunk/src/input/input.c * src/input/input.c: fixed usage of sub-file variable. * modules/misc/freetype.c: i_render_height and not i_window_height. ------------------------------------------------------------------------ r5358 | hartman | 2003-09-30 18:41:13 +0200 (Tue, 30 Sep 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c * compile before you commit ------------------------------------------------------------------------ r5359 | gbazin | 2003-09-30 22:23:03 +0200 (Tue, 30 Sep 2003) | 6 lines Changed paths: M /trunk/include/vlc_block.h A /trunk/include/vlc_block_helper.h M /trunk/modules/codec/a52.c M /trunk/modules/codec/libmpeg2.c * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec. * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks. * modules/codec/a52.c: modified to use the bytestream reading functions. The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations. ------------------------------------------------------------------------ r5360 | gbazin | 2003-09-30 22:36:46 +0200 (Tue, 30 Sep 2003) | 3 lines Changed paths: M /trunk/include/vlc_block_helper.h M /trunk/modules/codec/a52.c * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;) ------------------------------------------------------------------------ r5361 | sam | 2003-10-01 05:38:24 +0200 (Wed, 01 Oct 2003) | 2 lines Changed paths: M /trunk/modules/video_chroma/i420_rgb_c.h M /trunk/modules/video_chroma/i420_rgb_mmx.h * Fixed license blurb; these files have always been *GPL*ed. ------------------------------------------------------------------------ r5362 | gbazin | 2003-10-01 14:01:46 +0200 (Wed, 01 Oct 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v. ------------------------------------------------------------------------ r5363 | gbazin | 2003-10-01 19:44:25 +0200 (Wed, 01 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles. ------------------------------------------------------------------------ r5364 | gbazin | 2003-10-01 20:32:13 +0200 (Wed, 01 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/a52.c * modules/codec/a52.c: fixes and simplifications. ------------------------------------------------------------------------ r5365 | hartman | 2003-10-01 22:57:34 +0200 (Wed, 01 Oct 2003) | 2 lines Changed paths: M /trunk/modules/codec/quicktime.c * Fixed some small inconsistancy. ------------------------------------------------------------------------ r5366 | jpsaman | 2003-10-01 22:58:45 +0200 (Wed, 01 Oct 2003) | 9 lines Changed paths: M /trunk/modules/gui/pda/Modules.am M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda.h A /trunk/modules/gui/pda/pda_callbacks.c A /trunk/modules/gui/pda/pda_callbacks.h A /trunk/modules/gui/pda/pda_interface.c A /trunk/modules/gui/pda/pda_interface.h A /trunk/modules/gui/pda/pda_support.c A /trunk/modules/gui/pda/pda_support.h Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: - it compiles ;-) - will have more UI assets to tweak with, then the old interface had to name a few: supports stream out, camera's through v4l, use preferences, manage playlists, play audio/video local and from a network source - is not functional (yet) So expect more functionality to come in and the necessary bug fixes. ------------------------------------------------------------------------ r5367 | gbazin | 2003-10-02 00:19:57 +0200 (Thu, 02 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/Modules.am D /trunk/modules/codec/subsdec A /trunk/modules/codec/subsdec.c * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api. ------------------------------------------------------------------------ r5368 | hartman | 2003-10-02 00:39:43 +0200 (Thu, 02 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h * Added a bunch of fourcc's * Added the new cinepak and msrle codecs as well as some other forgotten stuff ------------------------------------------------------------------------ r5369 | hartman | 2003-10-02 00:40:39 +0200 (Thu, 02 Oct 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * Did you know that VCR2 and PIM1 are actually MPEG1 ? ------------------------------------------------------------------------ r5370 | hartman | 2003-10-02 00:44:58 +0200 (Thu, 02 Oct 2003) | 5 lines Changed paths: M /trunk/include/ninput.h M /trunk/modules/misc/freetype.c M /trunk/src/input/subtitles.c M /trunk/src/libvlc.h * modules/misc/freetype.c: spelling errors * src/libvlc.h: spelling error * include/ninput.h: There should not yet be a Subtitles section in Doxygen * src/input/subtitles.c: Doxygen comments for this file ------------------------------------------------------------------------ r5371 | hartman | 2003-10-02 02:16:05 +0200 (Thu, 02 Oct 2003) | 2 lines Changed paths: M /trunk/src/input/subtitles.c * Small fix to doxygen comments ------------------------------------------------------------------------ r5372 | jpsaman | 2003-10-02 12:28:04 +0200 (Thu, 02 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/qpsk.c Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline. ------------------------------------------------------------------------ r5373 | hartman | 2003-10-02 15:31:00 +0200 (Thu, 02 Oct 2003) | 6 lines Changed paths: M /trunk/modules/codec/subsdec.c M /trunk/src/libvlc.h * src/libvlc.h: - Removed a dupe. - Added a 'L' commandline shortcut for loop and 'R' for repeat. There already is a 'Z' shortcut for random. * modules/codec/subsdec.c: debug info. ------------------------------------------------------------------------ r5374 | jpsaman | 2003-10-02 17:43:44 +0200 (Thu, 02 Oct 2003) | 5 lines Changed paths: M /trunk/modules/access/dvb/access.c M /trunk/modules/access/dvb/dvb.c M /trunk/modules/access/dvb/dvb.h Rework in DVB plugin to allow tuning to DVB-T cards. - cleanup of messages - adding status events messages from frontend - separated tuning for DVB-S, DVB-T and DVB-C into seperate functions. ------------------------------------------------------------------------ r5375 | hartman | 2003-10-02 20:07:26 +0200 (Thu, 02 Oct 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * compilation fix ------------------------------------------------------------------------ r5376 | gbazin | 2003-10-02 23:12:45 +0200 (Thu, 02 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/Modules.am D /trunk/modules/codec/cinepak A /trunk/modules/codec/cinepak.c * modules/codec/cinepak.c: ported the cinepak decoder to the new api. ------------------------------------------------------------------------ r5377 | sam | 2003-10-03 15:35:56 +0200 (Fri, 03 Oct 2003) | 2 lines Changed paths: M /trunk/src/misc/win32_specific.c * src/misc/win32_specific.c: minor code clean-up. ------------------------------------------------------------------------ r5378 | jpsaman | 2003-10-03 20:04:58 +0200 (Fri, 03 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.h Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now. ------------------------------------------------------------------------ r5379 | gbazin | 2003-10-03 20:17:55 +0200 (Fri, 03 Oct 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC). ------------------------------------------------------------------------ r5380 | sigmunau | 2003-10-04 01:31:43 +0200 (Sat, 04 Oct 2003) | 8 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/src/libvlc.h src/libvlc.h: fixed line length of a string modules/gui/wxwindows/preferences.cpp: * slightly modified layout of the window * The help text is now below the controls * Neither heading nor help text is inside wxStaticBox but rather separated from the controls with a simple line. * changed a lot of strech-factors, makes the dialog look generally more tidy ------------------------------------------------------------------------ r5381 | gbazin | 2003-10-04 12:54:45 +0200 (Sat, 04 Oct 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/stream_out/transcode.c * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support. * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support. ------------------------------------------------------------------------ r5382 | sam | 2003-10-04 13:17:04 +0200 (Sat, 04 Oct 2003) | 9 lines Changed paths: M /trunk/configure.ac M /trunk/include/modules.h M /trunk/src/misc/modules.c M /trunk/src/misc/modules_plugin.h.in * configure.ac: + First try to detect the OS X native dynamic linker before falling back to dlfcn.h. + Enhanced the dlopen-style loader detection. + Added a check for HP-UX's shl_* functins. * src/misc/modules_plugin.h.in: + Support for the dylib dynamic loader on OS X. + Support for the shl dynamic loader on HP-UX. ------------------------------------------------------------------------ r5383 | gbazin | 2003-10-04 14:00:00 +0200 (Sat, 04 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac D /trunk/modules/codec/a52old D /trunk/modules/codec/mpeg_audio D /trunk/modules/codec/mpeg_video * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders. ------------------------------------------------------------------------ r5384 | gbazin | 2003-10-04 14:04:06 +0200 (Sat, 04 Oct 2003) | 4 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/packetizer/Modules.am D /trunk/modules/packetizer/mpegaudio.c * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api. * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code). ------------------------------------------------------------------------ r5385 | sam | 2003-10-04 14:25:00 +0200 (Sat, 04 Oct 2003) | 2 lines Changed paths: M /trunk/include/modules.h * include/modules.h: Fixed the OS X build by adding a required header. ------------------------------------------------------------------------ r5386 | massiot | 2003-10-04 14:30:53 +0200 (Sat, 04 Oct 2003) | 2 lines Changed paths: M /trunk/src/misc/modules_plugin.h.in Fixed dyld commit. ------------------------------------------------------------------------ r5387 | gbazin | 2003-10-04 16:59:38 +0200 (Sat, 04 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse. ------------------------------------------------------------------------ r5388 | sam | 2003-10-04 17:04:49 +0200 (Sat, 04 Oct 2003) | 3 lines Changed paths: M /trunk/src/misc/modules_plugin.h.in * src/misc/modules_plugin.h.in: More meaningful errors from the OS X dynamic loader. ------------------------------------------------------------------------ r5389 | sam | 2003-10-04 17:49:13 +0200 (Sat, 04 Oct 2003) | 3 lines Changed paths: M /trunk/src/misc/modules_plugin.h.in * src/misc/modules_plugin.h.in: Added a missing return value that caused module loading to fail. ------------------------------------------------------------------------ r5390 | sigmunau | 2003-10-04 17:51:22 +0200 (Sat, 04 Oct 2003) | 2 lines Changed paths: M /trunk/include/osd.h M /trunk/include/video_output.h M /trunk/include/vlc_video.h Further doxygenization. ------------------------------------------------------------------------ r5391 | gbazin | 2003-10-04 20:55:13 +0200 (Sat, 04 Oct 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/modules/LIST M /trunk/modules/access/Modules.am A /trunk/modules/access/cddax.c A /trunk/modules/access/vcdx A /trunk/modules/access/vcdx/.cvsignore A /trunk/modules/access/vcdx/Modules.am A /trunk/modules/access/vcdx/access.c A /trunk/modules/access/vcdx/cdrom.c A /trunk/modules/access/vcdx/cdrom.h A /trunk/modules/access/vcdx/demux.c A /trunk/modules/access/vcdx/intf.c A /trunk/modules/access/vcdx/intf.h A /trunk/modules/access/vcdx/vcd.c A /trunk/modules/access/vcdx/vcd.h A /trunk/modules/access/vcdx/vcdplayer.c A /trunk/modules/access/vcdx/vcdplayer.h * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein. * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein. * modules/LIST: update. ------------------------------------------------------------------------ r5392 | sigmunau | 2003-10-05 01:52:32 +0200 (Sun, 05 Oct 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp modules/gui/wxwindows/preferences.cpp: * Increased size of and decreased margins around the section heading. It looks nice now. ------------------------------------------------------------------------ r5393 | gbazin | 2003-10-05 02:50:05 +0200 (Sun, 05 Oct 2003) | 4 lines Changed paths: M /trunk/include/vlc_block_helper.h M /trunk/modules/codec/mpeg_audio.c * modules/codec/mpeg_audio.c: fixes and improvements. * include/vlc_block_helper.h: fix for an offset problem in block_SkipBytes() and block_GetBytes(). (This fixes the problems with the new mpeg_audio decoder/packetizer). ------------------------------------------------------------------------ r5394 | zorglub | 2003-10-05 11:27:46 +0200 (Sun, 05 Oct 2003) | 2 lines Changed paths: M /trunk/include/vlc_help.h M /trunk/modules/gui/wxwindows/preferences.cpp * use the new look also for capabilities and main helps. ------------------------------------------------------------------------ r5395 | rocky | 2003-10-05 12:54:55 +0200 (Sun, 05 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/cddax.c Add pf_demux_control setting. Also fix some small typos. ------------------------------------------------------------------------ r5396 | rocky | 2003-10-05 16:51:47 +0200 (Sun, 05 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/cddax.c Add ability to dynamically set debug ouput. ------------------------------------------------------------------------ r5397 | sam | 2003-10-05 17:35:59 +0200 (Sun, 05 Oct 2003) | 5 lines Changed paths: M /trunk/src/misc/modules.c M /trunk/src/misc/modules_plugin.h.in * src/misc/modules.c, src/misc/modules_plugin.h.in: + As platform-dependant dynamic loader functions are no longer inline, moved them to modules.c which is their real place. + More verbose error messages on some platforms. ------------------------------------------------------------------------ r5398 | gbazin | 2003-10-05 20:09:36 +0200 (Sun, 05 Oct 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpeg4audio.c * modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization. ------------------------------------------------------------------------ r5399 | sam | 2003-10-05 23:29:23 +0200 (Sun, 05 Oct 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/src/misc/modules.c * configure.ac: + Better BeOS dynamic loader detection. * src/misc/modules.c: + Consistency fixes. ------------------------------------------------------------------------ r5400 | gbazin | 2003-10-06 01:03:35 +0200 (Mon, 06 Oct 2003) | 3 lines Changed paths: M /trunk/src/video_output/video_output.c * src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video. ------------------------------------------------------------------------ r5401 | gbazin | 2003-10-06 17:22:53 +0200 (Mon, 06 Oct 2003) | 3 lines Changed paths: M /trunk/src/input/input_dec.c * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes. ------------------------------------------------------------------------ r5402 | zorglub | 2003-10-06 18:23:30 +0200 (Mon, 06 Oct 2003) | 33 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/interface.cpp A /trunk/modules/gui/wxwindows/iteminfo.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/misc/sap.c M /trunk/modules/visualization/visual/effects.c M /trunk/src/playlist/playlist.c * include/vlc_playlist.h src/playlist/playlist.c: * Implemented a boolean b_enabled to disable a playlist item * Implemented the idea of group (p_item->i_group), that allows to enable/disable and to sort some series of items * Implemented an unused (at the moment), psz_author field * Started to implement a new playlist format to store all of these * modules/gui/wxwindows/interface.cpp: Added a hiddeable panel to put some important options. (Menu Preferences->Extra GUI) At the moment, we put the adjust filter and aspect ratio, and must decide what options we want here * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/iteminfo.cpp: Added "Enable/disable group button", options to enable/disable selection Added an item info dialog box * modules/misc/sap.c : Added a sap-group-id option: the SAP playlist items are in a separate group (defaults to 42) * modules/visualization/visual/effects.c: Minor coding style fixes Todo: ----- * Advanced sort (alphabetical and/or by group) * Ability to load 0_6 playlists * Really use the libid3tag ------------------------------------------------------------------------ r5403 | gbazin | 2003-10-06 19:41:47 +0200 (Mon, 06 Oct 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/iteminfo.cpp * modules/gui/wxwindows/*: compilation fixes for the unicode version. made the "Extended GUI" option a checkable menuitem. ------------------------------------------------------------------------ r5404 | gbazin | 2003-10-07 11:32:48 +0200 (Tue, 07 Oct 2003) | 2 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: win32 compilation fix. ------------------------------------------------------------------------ r5405 | gbazin | 2003-10-07 16:59:10 +0200 (Tue, 07 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mp4/libmp4.h M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/mux/mp4.c * modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1. * modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac. ------------------------------------------------------------------------ r5406 | gbazin | 2003-10-07 18:54:53 +0200 (Tue, 07 Oct 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: forgot to include vlc_block_helper.h ------------------------------------------------------------------------ r5407 | sam | 2003-10-07 20:53:01 +0200 (Tue, 07 Oct 2003) | 2 lines Changed paths: M /trunk/configure.ac * Only look for kernel32.dll if the target is windows. ------------------------------------------------------------------------ r5408 | sam | 2003-10-07 23:13:01 +0200 (Tue, 07 Oct 2003) | 2 lines Changed paths: M /trunk/bootstrap M /trunk/configure.ac * bootstrap: Fixed a shell syntax error when pkg-config is not present. ------------------------------------------------------------------------ r5409 | zorglub | 2003-10-08 12:07:22 +0200 (Wed, 08 Oct 2003) | 11 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/misc/httpd.c M /trunk/modules/misc/sap.c M /trunk/src/video_output/video_output.c * modules/misc/httpd.c: added missing sanity checks * modules/misc/sap.c: added sanity checks and more coding style fixes * src/video_output/video_output.c: Video filters can now be enabled on the fly (vout is respawned) You need to var_Set( p_vout, "filters", psz_yourvalue) for this * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly ------------------------------------------------------------------------ r5410 | zorglub | 2003-10-08 13:24:59 +0200 (Wed, 08 Oct 2003) | 2 lines Changed paths: M /trunk/modules/misc/httpd.c Compilation fix ------------------------------------------------------------------------ r5411 | zorglub | 2003-10-08 14:18:50 +0200 (Wed, 08 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * Fixed slider values (boundaries were wrong, some values were unreachable) ------------------------------------------------------------------------ r5412 | gbazin | 2003-10-08 20:26:58 +0200 (Wed, 08 Oct 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: fixed win32 breakage. ------------------------------------------------------------------------ r5413 | gbazin | 2003-10-08 21:40:42 +0200 (Wed, 08 Oct 2003) | 5 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/include/vlc_help.h M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/extras/libc.c M /trunk/src/libvlc.h * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support. * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help. ------------------------------------------------------------------------ r5414 | gbazin | 2003-10-08 23:01:07 +0200 (Wed, 08 Oct 2003) | 8 lines Changed paths: M /trunk/Makefile.am M /trunk/include/audio_output.h M /trunk/include/input_ext-dec.h M /trunk/include/vlc/decoder.h A /trunk/include/vlc_codec.h M /trunk/include/vlc_keys.h M /trunk/include/vlc_objects.h M /trunk/include/vlc_video.h M /trunk/modules/codec/theora.c M /trunk/modules/stream_out/transcode.c M /trunk/src/input/demux.c M /trunk/src/input/input.c M /trunk/src/input/input_dec.c M /trunk/src/input/stream.c M /trunk/src/misc/block.c M /trunk/src/misc/messages.c M /trunk/src/misc/objects.c * include/vlc_codec.h: defines decoders/encoders related structures here. * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame. * include/vlc/decoder.h: include vlc_codec.h * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types. * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder. * src/input/*: some cleanup. ------------------------------------------------------------------------ r5415 | gbazin | 2003-10-08 23:03:36 +0200 (Wed, 08 Oct 2003) | 5 lines Changed paths: M /trunk/modules/codec/a52.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/demux/util/sub.c M /trunk/modules/video_output/x11/xcommon.c * modules/demux/util/sub.c: fix when no subs specified. * modules/video_output/x11/xcommon.c: fixed invalid chroma. * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup. ------------------------------------------------------------------------ r5416 | gbazin | 2003-10-09 01:00:40 +0200 (Thu, 09 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/stream_out/transcode.c * modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes. ------------------------------------------------------------------------ r5417 | gbazin | 2003-10-09 11:39:16 +0200 (Thu, 09 Oct 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: fixed transcoding. ------------------------------------------------------------------------ r5418 | gbazin | 2003-10-09 13:48:41 +0200 (Thu, 09 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c * modules/codec/theora.c, modules/stream_out/transcode.c: fixed encoder module unloading. * modules/mux/ogg.c: fixed packing of OggDS structure. ------------------------------------------------------------------------ r5419 | gbazin | 2003-10-09 14:31:05 +0200 (Thu, 09 Oct 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: fixed resizing with theora encoding. ------------------------------------------------------------------------ r5420 | massiot | 2003-10-09 20:05:32 +0200 (Thu, 09 Oct 2003) | 3 lines Changed paths: M /trunk/src/playlist/playlist.c HOLY SHIT, IS IT TOO DIFFICULT TO COMPILE YOUR SOURCE BEFORE CHECKING IT IN ??? ------------------------------------------------------------------------ r5421 | gbazin | 2003-10-09 20:53:01 +0200 (Thu, 09 Oct 2003) | 5 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: couple of fixes. * modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams. * modules/mux/ogg.c: ignore pts from headers. ------------------------------------------------------------------------ r5422 | gbazin | 2003-10-09 21:31:38 +0200 (Thu, 09 Oct 2003) | 3 lines Changed paths: M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c * modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer. ------------------------------------------------------------------------ r5423 | gbazin | 2003-10-09 21:40:29 +0200 (Thu, 09 Oct 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: yes, I can do it! ------------------------------------------------------------------------ r5424 | alexis | 2003-10-10 09:28:37 +0200 (Fri, 10 Oct 2003) | 5 lines Changed paths: M /trunk/po/es.po New spanish translation, by Antonio Javier Varela. P.S. : it compiles fine, but I can't figure out how to change the language on the CVS version of VLC, so I couldn't test it. ------------------------------------------------------------------------ r5425 | alexis | 2003-10-10 09:33:53 +0200 (Fri, 10 Oct 2003) | 2 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot Ran toolbox --update-po. ------------------------------------------------------------------------ r5426 | gbazin | 2003-10-10 19:09:42 +0200 (Fri, 10 Oct 2003) | 4 lines Changed paths: M /trunk/modules/mux/ogg.c M /trunk/src/input/input_dec.c * src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers. * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams. ------------------------------------------------------------------------ r5427 | alexis | 2003-10-10 21:42:30 +0200 (Fri, 10 Oct 2003) | 2 lines Changed paths: M /trunk/po/es.po Minor fix. ------------------------------------------------------------------------ r5428 | hartman | 2003-10-11 16:08:58 +0200 (Sat, 11 Oct 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec.c * removed an undef HAVE_ICONV from this file, and fixed a cast warning. ------------------------------------------------------------------------ r5429 | hartman | 2003-10-11 23:08:40 +0200 (Sat, 11 Oct 2003) | 4 lines Changed paths: M /trunk/modules/demux/mkv.cpp M /trunk/src/misc/charset.c * src/misc/charset.c: Fixed a segfault and removed some gcc warnings The day i understand strings and memory in C is going to be a joyful day :) * modules/demux/mkv.cpp: fixed an error if there is no ICONV support ------------------------------------------------------------------------ r5430 | hartman | 2003-10-12 00:40:05 +0200 (Sun, 12 Oct 2003) | 6 lines Changed paths: M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h M /trunk/src/input/input.c M /trunk/src/input/subtitles.c M /trunk/src/libvlc.h * src/input/subtitles.c: made the autodetection fuzziness a config option. * ALL: use a counter and pass this along to New_Subtitle, so we can add more than one subtitle file. This 'fixes' a problem where all subtitles got the same track_id and therefore were all (un)selected at the same time. ------------------------------------------------------------------------ r5431 | gbazin | 2003-10-12 11:49:30 +0200 (Sun, 12 Oct 2003) | 3 lines Changed paths: M /trunk/Makefile.am D /trunk/src/video_output/video_text.h * src/video_output/video_text.h: removed useless file. ------------------------------------------------------------------------ r5432 | hartman | 2003-10-12 23:53:58 +0200 (Sun, 12 Oct 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.c * added a "auto" mode to sub-type. This is because the wxwin intf doesn't like dropdown lists, with no selection. it therefore selects the first item in this case microdvd, which then has the potential that you can save and set this sub-type accidently. ------------------------------------------------------------------------ r5433 | hartman | 2003-10-13 01:28:36 +0200 (Mon, 13 Oct 2003) | 5 lines Changed paths: M /trunk/NEWS M /trunk/README.MacOSX.rtf M /trunk/po/pt_BR.po M /trunk/src/libvlc.h * Updated the pt_BR translation * Added the new es language to the preferences * Updated same stuff in the NEWS file, new release will still take a long time * Updated the subtitle info in the README file. ------------------------------------------------------------------------ r5434 | zorglub | 2003-10-13 07:48:08 +0200 (Mon, 13 Oct 2003) | 4 lines Changed paths: M /trunk/NEWS M /trunk/modules/misc/sap.c * modules/misc/sap.c: Fixed a stupid option (no-ipv4-sap) * NEWS: added some more stuff ------------------------------------------------------------------------ r5435 | alexis | 2003-10-14 09:30:31 +0200 (Tue, 14 Oct 2003) | 2 lines Changed paths: M /trunk/po/es.po Spanish translation update. ------------------------------------------------------------------------ r5436 | alexis | 2003-10-14 18:46:39 +0200 (Tue, 14 Oct 2003) | 2 lines Changed paths: M /trunk/po/es.po New update again ! ------------------------------------------------------------------------ r5437 | gbazin | 2003-10-15 00:41:41 +0200 (Wed, 15 Oct 2003) | 10 lines Changed paths: M /trunk/include/vlc_interface.h M /trunk/include/vlc_objects.h M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/interface/interface.c M /trunk/src/misc/objects.c * modules/gui/wxwindows/*: don't forget to delete the timer. Use wxApp::OnExit() to cleanup the dialogs provider. Added a "Miscellaneous" section to the menu. Added a "Switch interface" and "Add interface" entries to this menu. * modules/gui/skins/src/*: dialog providers have object types of VLC_OBJECT_DIALOGS. Don't forget to attach/detach the dialogs provider to its parent intf. Work around a bug in imlib2 when we close the plugin. * src/misc/objects.c, include/vlc_objects.h: added VLC_OBJECT_DIALOGS for dialogs providers. * src/interface/interface.c, include/vlc_interface.h: added 2 object variables to switch/add interfaces on the fly (intf-switch and intf-add). ------------------------------------------------------------------------ r5438 | gbazin | 2003-10-15 01:09:03 +0200 (Wed, 15 Oct 2003) | 3 lines Changed paths: M /trunk/src/interface/interface.c * src/interface/interface.c: interfaces added on the fly are attached to p_vlc instead of the main interface. ------------------------------------------------------------------------ r5439 | gbazin | 2003-10-15 09:34:25 +0200 (Wed, 15 Oct 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c M /trunk/mozilla/vlcshell.cpp * modules/control/http.c: small bug fix. * mozilla/vlcshell.cpp: win32 fix. ------------------------------------------------------------------------ r5440 | gbazin | 2003-10-15 14:24:14 +0200 (Wed, 15 Oct 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp * modules/gui/skins/win32/win32_run.cpp: don't forget to delete VlcProc * modules/gui/wxwindows/*, modules/gui/wxwindows/*: don't forget to delete all our variables callbacks. * modules/gui/wxwindows/dialogs.cpp: don't delete the dialogs provider twice. * modules/gui/wxwindows/menus.cpp: small cosmetic changes. ------------------------------------------------------------------------ r5441 | gbazin | 2003-10-16 00:49:48 +0200 (Thu, 16 Oct 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/adjust.c M /trunk/modules/video_filter/clone.c M /trunk/modules/video_filter/crop.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/filter_common.h M /trunk/modules/video_filter/invert.c M /trunk/modules/video_filter/logo.c M /trunk/modules/video_filter/motionblur.c M /trunk/modules/video_filter/transform.c M /trunk/modules/video_filter/wall.c * modules/video_filter/*: forward fullscreen event between children and parent. ------------------------------------------------------------------------ r5442 | gbazin | 2003-10-16 18:04:25 +0200 (Thu, 16 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: don't forget to lock the playlist object. Check p_playlist->i_index is != -1 as well. ------------------------------------------------------------------------ r5443 | gbazin | 2003-10-17 18:40:09 +0200 (Fri, 17 Oct 2003) | 7 lines Changed paths: M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/mux/mp4.c M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c * modules/gui/wxwindows/preferences.cpp: fixes some alignment issues in the config options panel. * modules/gui/skins/src/*: use (AOUT_VOLUME_DEFAULT * 2) as max volume. * modules/video_output/directx/*: use inheritance for the direct-always-on-top object var. Added Ctrl+left/right arrows as shortcuts for seeking in 1 min chunks. * modules/mux/mp4.c: fixed the audio/video sync. ------------------------------------------------------------------------ r5444 | ipkiss | 2003-10-17 20:17:28 +0200 (Fri, 17 Oct 2003) | 5 lines Changed paths: M /trunk/modules/gui/skins/src/banks.cpp M /trunk/modules/gui/skins/src/event.cpp M /trunk/modules/gui/skins/src/event.h M /trunk/modules/gui/skins/src/skin_common.h M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/skins/src/theme.cpp M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/window.h M /trunk/modules/gui/skins/win32/win32_window.cpp M /trunk/modules/gui/skins/win32/win32_window.h * modules/gui/skins/*: Added an "Always on top" entry in the system menu (it can also be triggered by Ctrl+T). Implemented on Windows only, but to do that on X11 you just need to write X11Window::ToggleOnTop(). ------------------------------------------------------------------------ r5445 | gbazin | 2003-10-17 20:38:47 +0200 (Fri, 17 Oct 2003) | 3 lines Changed paths: M /trunk/src/video_output/vout_synchro.c * src/video_output/vout_synchro.c: mpeg video synchro patch that fixes the susceptibility to timing jitter when decoding the first frame (courtesy of Simon Gittins). ------------------------------------------------------------------------ r5446 | gbazin | 2003-10-17 20:45:20 +0200 (Fri, 17 Oct 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: don't forget include/vlc_keys.h in "make dist" ------------------------------------------------------------------------ r5447 | zorglub | 2003-10-17 20:59:00 +0200 (Fri, 17 Oct 2003) | 4 lines Changed paths: M /trunk/modules/control/http.c * A few sanity checks * Escape < and > to prevent script injections (could be done easily with crappy playlist items) ------------------------------------------------------------------------ r5448 | ipkiss | 2003-10-17 22:21:59 +0200 (Fri, 17 Oct 2003) | 3 lines Changed paths: M /trunk/doc/skins/events-howto.txt M /trunk/modules/gui/skins/src/banks.cpp * modules/gui/skins/src/banks.cpp: Two events had the same shortcut * doc/skins/events-howto.txt: Updated the doc accordingly ------------------------------------------------------------------------ r5449 | gbazin | 2003-10-17 23:28:21 +0200 (Fri, 17 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: fixed the rtp field. ------------------------------------------------------------------------ r5450 | gbazin | 2003-10-18 22:09:23 +0200 (Sat, 18 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp M /trunk/modules/access/dshow/filter.h * modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options. ------------------------------------------------------------------------ r5451 | hartman | 2003-10-18 23:46:01 +0200 (Sat, 18 Oct 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.c * The SAMI parses did case sensitive tag parsing. However both START, Start and start are legal tags. I added a local_stristr (also sometime known as strcasestr) function to this file. It probably doesn't belong here, anyone is welcome to move it. ------------------------------------------------------------------------ r5452 | hartman | 2003-10-19 00:48:25 +0200 (Sun, 19 Oct 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/id3tag.c * id3tag fills the psz_name and psz_author field of playlist_item_t ------------------------------------------------------------------------ r5453 | gbazin | 2003-10-19 14:20:00 +0200 (Sun, 19 Oct 2003) | 4 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: fixed locking problem. * modules/gui/skins/src/skin_main.cpp: fixed division by 0. ------------------------------------------------------------------------ r5454 | gbazin | 2003-10-19 14:37:03 +0200 (Sun, 19 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch. ------------------------------------------------------------------------ r5455 | hartman | 2003-10-19 15:39:12 +0200 (Sun, 19 Oct 2003) | 7 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h M /trunk/modules/demux/avi/libavi.c M /trunk/modules/demux/avi/libavi.h M /trunk/modules/gui/macosx/info.m * modules/demux/avi/* - print a debug message in case of 0xfffe audio This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio - use c-style comments * modules/gui/macosx/info.m: - release your objects when you finished using them. ------------------------------------------------------------------------ r5456 | hartman | 2003-10-19 16:02:33 +0200 (Sun, 19 Oct 2003) | 2 lines Changed paths: M /trunk/po/pt_BR.po * Update portugese brazilian translation ------------------------------------------------------------------------ r5457 | gbazin | 2003-10-19 18:53:59 +0200 (Sun, 19 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support. ------------------------------------------------------------------------ r5458 | asmax | 2003-10-19 22:05:56 +0200 (Sun, 19 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.cpp * tried to implement on-top windows on X11, but doesn't work for me :( ------------------------------------------------------------------------ r5459 | asmax | 2003-10-19 22:32:21 +0200 (Sun, 19 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.h * lalala ------------------------------------------------------------------------ r5460 | gbazin | 2003-10-20 00:25:10 +0200 (Mon, 20 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/x11/x11_window.cpp * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE. ------------------------------------------------------------------------ r5461 | sigmunau | 2003-10-20 00:41:18 +0200 (Mon, 20 Oct 2003) | 8 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/preferences.cpp A /trunk/modules/gui/wxwindows/preferences_widgets.cpp A /trunk/modules/gui/wxwindows/preferences_widgets.h Factored the code for each of the different types of config options out into separate widgets. This makes preferences.cpp much cleaner and opens up greater possibilities for the config item controls. * Added "browse..." button to CONFIG_ITEM_DIRECTORY * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0 * Made it possible to change CONFIG_ITEM_KEY options with the preferences dialog ------------------------------------------------------------------------ r5462 | sigmunau | 2003-10-20 00:52:11 +0200 (Mon, 20 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp modules/gui/wxwindows/interface.cpp: oooops ------------------------------------------------------------------------ r5463 | hartman | 2003-10-20 01:12:16 +0200 (Mon, 20 Oct 2003) | 7 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/codecs.h M /trunk/modules/gui/macosx/open.h M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/playlist.m * include/codecs.h: cosmetic fixes. * modules/gui/macosx/*: - remove the enqueue option from the open panel. why did i even add it? KISS - better use of name and uri fields of playlist_item_t - when users d&d a CD on VLC, it will now play. This breaks d&d folders located on a CD for now. Not really important but should be fixed later on. ------------------------------------------------------------------------ r5464 | gbazin | 2003-10-20 01:38:09 +0200 (Mon, 20 Oct 2003) | 5 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build. Small cosmetic fixes to the code. * modules/gui/wxwindows/menus.cpp: added a couple of new options. ------------------------------------------------------------------------ r5465 | hartman | 2003-10-20 02:01:06 +0200 (Mon, 20 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/id3tag.c M /trunk/src/input/input.c * Added a "demuxed-id3" variable to input.c so id3tags won't be parsed multiple times anymore. ------------------------------------------------------------------------ r5466 | gbazin | 2003-10-20 02:09:27 +0200 (Mon, 20 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h * modules/gui/wxwindows/preferences*: beware, casts from strings to char * are allocated on the stack. ------------------------------------------------------------------------ r5467 | hartman | 2003-10-20 03:07:28 +0200 (Mon, 20 Oct 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/id3tag.c * even less duplicate entries by id3tags. Dupes are annoying :) ------------------------------------------------------------------------ r5468 | gbazin | 2003-10-20 12:37:56 +0200 (Mon, 20 Oct 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/mozilla/Makefile.am * Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process. ------------------------------------------------------------------------ r5469 | gbazin | 2003-10-20 14:25:22 +0200 (Mon, 20 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h * modules/gui/wxwindows/preferences*: added GetName(), GetType() and IsAdvanced() to ConfigControl and got rid of ConfigData for even more simplifications. ------------------------------------------------------------------------ r5470 | zorglub | 2003-10-20 17:28:03 +0200 (Mon, 20 Oct 2003) | 2 lines Changed paths: M /trunk/src/playlist/playlist.c Removed an awful debug message ------------------------------------------------------------------------ r5471 | gbazin | 2003-10-20 19:18:54 +0200 (Mon, 20 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/avi/libavi.c * modules/demux/avi/libavi.c: multiline strings are not valid C. ------------------------------------------------------------------------ r5472 | gbazin | 2003-10-20 23:48:46 +0200 (Mon, 20 Oct 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/install-win32 * Makefile.am, install-win32: include the mozilla plugin in the win32 package. You'll still have to install the mozilla plugin manually though. ------------------------------------------------------------------------ r5473 | gbazin | 2003-10-21 00:27:05 +0200 (Tue, 21 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp * modules/gui/skins/src/vlcproc.cpp: play, pause, and stop checkbox controls are now updated on "intf-change" playlist variable callback. ------------------------------------------------------------------------ r5474 | gbazin | 2003-10-21 00:28:26 +0200 (Tue, 21 Oct 2003) | 3 lines Changed paths: M /trunk/src/playlist/playlist.c * src/playlist/playlist.c: added a playlist var_Set( "intf-change" ). ------------------------------------------------------------------------ r5475 | fenrir | 2003-10-21 00:43:36 +0200 (Tue, 21 Oct 2003) | 6 lines Changed paths: A /trunk/doc/intf-http.txt * intf-http.txt: small doc about how to write .html page for the http interface (up to date, but a bit technical...). Btw, the first who ask me to write another documentation will just go to hell ;) ------------------------------------------------------------------------ r5476 | titer | 2003-10-21 03:05:32 +0200 (Tue, 21 Oct 2003) | 9 lines Changed paths: M /trunk/configure.ac M /trunk/modules/control/http.c configure.ac: + updated libebml/libmatroska detection as matroska headers no longer include ebml headers directly. Hope you upgraded it - if not, you'll have to set your CFLAGS accordingly. + on BeOS, libmkv_plugin.so has to be linked to libstdc++ modules/control/http.c: + fix for gcc != 3 ------------------------------------------------------------------------ r5477 | titer | 2003-10-21 03:48:02 +0200 (Tue, 21 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VlcWrapper.cpp beos/VlcWrapper.cpp: started to use object variables ------------------------------------------------------------------------ r5478 | hartman | 2003-10-21 14:30:40 +0200 (Tue, 21 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp Fixed dropdown lists. they were returning descriptions on a SaveAll instead of config options. ------------------------------------------------------------------------ r5479 | gbazin | 2003-10-21 19:31:36 +0200 (Tue, 21 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: tell the build system that mkv is a c++ plugin. ------------------------------------------------------------------------ r5480 | gbazin | 2003-10-21 20:33:53 +0200 (Tue, 21 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/video.c: compilation fix for the latest ffmpeg changes (AVRational). ------------------------------------------------------------------------ r5481 | fenrir | 2003-10-22 02:00:54 +0200 (Wed, 22 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * added support for S_SSA and S_ASS old way (fix 1373). added removing of all {\xxxx} in the SSA stream. ------------------------------------------------------------------------ r5482 | gbazin | 2003-10-22 19:12:31 +0200 (Wed, 22 Oct 2003) | 8 lines Changed paths: M /trunk/configure.ac M /trunk/modules/access/udp.c M /trunk/modules/codec/Modules.am A /trunk/modules/codec/speex.c M /trunk/modules/demux/ogg.c M /trunk/modules/mux/ogg.c M /trunk/src/input/input.c M /trunk/src/misc/variables.c * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex. * modules/demux/ogg.c: added support for speex to the Ogg demuxer. * modules/mux/ogg.c: added support for speex to the Ogg muxer. * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices. * modules/access/udp.c: use an object variable and inheritance for "udp-caching". * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons. ------------------------------------------------------------------------ r5483 | gbazin | 2003-10-22 20:24:08 +0200 (Wed, 22 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/speex.c * modules/codec/speex.c: fixed a couple of bugs. ------------------------------------------------------------------------ r5484 | ipkiss | 2003-10-22 21:12:56 +0200 (Wed, 22 Oct 2003) | 7 lines Changed paths: M /trunk/doc/skins/skins-howto.txt M /trunk/modules/gui/skins/parser/flex.c M /trunk/modules/gui/skins/parser/skin.act M /trunk/modules/gui/skins/parser/skin.c M /trunk/modules/gui/skins/parser/skin.dtd M /trunk/modules/gui/skins/parser/skin.h M /trunk/modules/gui/skins/parser/wrappers.cpp M /trunk/modules/gui/skins/parser/wrappers.h M /trunk/modules/gui/skins/src/theme.h M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/src/vlcproc.h M /trunk/modules/gui/skins/src/window.h M /trunk/modules/gui/skins/win32/win32_dragdrop.cpp M /trunk/modules/gui/skins/win32/win32_dragdrop.h M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_theme.h M /trunk/modules/gui/skins/win32/win32_window.cpp M /trunk/modules/gui/skins/win32/win32_window.h M /trunk/modules/gui/skins/x11/x11_dragdrop.cpp M /trunk/modules/gui/skins/x11/x11_dragdrop.h M /trunk/modules/gui/skins/x11/x11_theme.cpp M /trunk/modules/gui/skins/x11/x11_theme.h M /trunk/modules/gui/skins/x11/x11_window.cpp M /trunk/modules/gui/skins/x11/x11_window.h * modules/gui/skins/*: Added a "playondrop" attribute to the "Window" tag, which enables to choose whether drop files should be played directly or only enqueued (default is "true", to be backwards compatible). Implemented on win32 and x11, only tested on win32. * doc/skins/skins-howto.txt: Updated the doc accordingly ------------------------------------------------------------------------ r5485 | gbazin | 2003-10-22 23:08:15 +0200 (Wed, 22 Oct 2003) | 3 lines Changed paths: M /trunk/NEWS M /trunk/modules/LIST * NEWS, modules/LIST: updated with the new features. ------------------------------------------------------------------------ r5486 | gbazin | 2003-10-23 13:26:08 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/modules/stream_out/Modules.am M /trunk/modules/visualization/visual/Modules.am M /trunk/share/skins/default/theme.xml * share/skins/default/theme.xml: set "playondrop" to false for the playlist window. * Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers. ------------------------------------------------------------------------ r5487 | jpsaman | 2003-10-23 16:30:26 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/modules/access/udp.c Reviewed file: - fixed border cases with peeking in the packet. ------------------------------------------------------------------------ r5488 | sam | 2003-10-23 17:30:22 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: Only start removing files when required tools have been checked, to prevent inadvertent file losses. ------------------------------------------------------------------------ r5489 | gbazin | 2003-10-23 18:00:48 +0200 (Thu, 23 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/src/vlcproc.cpp M /trunk/modules/gui/skins/win32/win32_run.cpp M /trunk/modules/gui/skins/win32/win32_theme.cpp * modules/gui/skins/src/*: don't forget to recreate a win32 timer when the skin is changed. ------------------------------------------------------------------------ r5490 | sam | 2003-10-23 18:26:21 +0200 (Thu, 23 Oct 2003) | 2 lines Changed paths: M /trunk/doc/Makefile.am M /trunk/doc/fortunes.txt * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/. ------------------------------------------------------------------------ r5491 | sam | 2003-10-23 18:43:37 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: hid p_static_vlc in a vlc_current_object function so that it can later be used from outside as well. ------------------------------------------------------------------------ r5492 | gbazin | 2003-10-23 18:48:45 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;) ------------------------------------------------------------------------ r5493 | sam | 2003-10-23 19:04:40 +0200 (Thu, 23 Oct 2003) | 6 lines Changed paths: M /trunk/configure.ac M /trunk/mozilla/vlcpeer.cpp M /trunk/mozilla/vlcplugin.cpp M /trunk/mozilla/vlcplugin.h M /trunk/mozilla/vlcshell.cpp * configure.ac: + Detect on newer Mozilla versions. * mozilla/vlcpeer.cpp: + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX. + Use whenever possible. ------------------------------------------------------------------------ r5494 | gbazin | 2003-10-23 22:51:20 +0200 (Thu, 23 Oct 2003) | 4 lines Changed paths: M /trunk/include/vlc_block_helper.h M /trunk/modules/codec/a52.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/packetizer/mpeg4audio.c * include/vlc_block_helper.h: fixed an idiotically stupid bug in block_PeekOffsetBytes(). * modules/codec/mpeg_audio.c, modules/codec/a52.c, modules/packetizer/mpeg4audio.c: fixed a couple of issues. ------------------------------------------------------------------------ r5495 | gbazin | 2003-10-23 23:28:11 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/mpeg_audio.c * modules/codec/mpeg_audio.c: debug_message--; ------------------------------------------------------------------------ r5496 | gbazin | 2003-10-23 23:55:50 +0200 (Thu, 23 Oct 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/alsa.c * modules/audio_output/alsa.c: recover more easily in case of underrun. ------------------------------------------------------------------------ r5497 | bigben | 2003-10-24 00:46:16 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/pvr/pvr.c Added the "input" parameter in pvr input command line. Default is input=4 (tuner) ------------------------------------------------------------------------ r5498 | sigmunau | 2003-10-24 01:00:37 +0200 (Fri, 24 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/misc/freetype.c configure.ac, modules/misc/freetype.c: * Bidi support in the freetype module through fribidi ------------------------------------------------------------------------ r5499 | bigben | 2003-10-24 11:32:32 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/pvr/pvr.c changed input parametter to channel, to be compatble with v4l input ------------------------------------------------------------------------ r5500 | sam | 2003-10-24 13:28:12 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/access/satellite/access.c * modules/access/satellite/access.c: Typo. ------------------------------------------------------------------------ r5501 | sam | 2003-10-24 13:28:57 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c * modules/misc/freetype.c: Set the default font to a common Debian font. ------------------------------------------------------------------------ r5502 | sam | 2003-10-24 13:31:51 +0200 (Fri, 24 Oct 2003) | 9 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * debian/rules: + Disabled the deprecated satellite plugin; the dvb plugin is now the recommended one (Closes: #216367). + Don't install fortunes in /usr/share/games, they are too private for common mortals (Closes: #212856). They are still available in the /usr/share/doc/vlc directory though. * debian/control: + Depend on ttf-freefont for subtitles. ------------------------------------------------------------------------ r5503 | sam | 2003-10-24 13:53:59 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Fixed the "clean" rule in module subdirectories. ------------------------------------------------------------------------ r5504 | fenrir | 2003-10-24 14:22:51 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/libavi.c * avi: fix for playing avi file from ffserver. ------------------------------------------------------------------------ r5505 | sam | 2003-10-24 16:13:59 +0200 (Fri, 24 Oct 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c * modules/misc/freetype.c: Compilation fixes. ------------------------------------------------------------------------ r5506 | sam | 2003-10-24 16:45:24 +0200 (Fri, 24 Oct 2003) | 4 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * debian/rules: + Activated the speex codec. + Activated the PVR input module. ------------------------------------------------------------------------ r5507 | sam | 2003-10-24 16:50:07 +0200 (Fri, 24 Oct 2003) | 3 lines Changed paths: M /trunk/toolbox * toolbox: On Debian woody, don't activate the speex plugin, and use ttf-thryomanes instead of ttf-freefonts (not available). ------------------------------------------------------------------------ r5508 | sam | 2003-10-24 18:34:30 +0200 (Fri, 24 Oct 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac M /trunk/debian/vlc.dirs * Makefile.am: Recurse into doc/ to install documentation. * configure.ac: Removed mention of plugin packetizer_mpegaudio which does not exist. ------------------------------------------------------------------------ r5509 | sam | 2003-10-24 19:41:58 +0200 (Fri, 24 Oct 2003) | 3 lines Changed paths: M /trunk/include/iso_lang.h * include/iso_lang.h: Since the exported functions use the "const" keyword, put the declarations in extern "C" {} in C++ modules. ------------------------------------------------------------------------ r5510 | sam | 2003-10-24 19:43:51 +0200 (Fri, 24 Oct 2003) | 5 lines Changed paths: M /trunk/modules/visualization/visual/effects.c M /trunk/modules/visualization/visual/fft.c M /trunk/modules/visualization/visual/fft.h * modules/visualization/visual/: + Renamed fft_init into visual_fft_init because of a name clash with the ffmpeg libraries. + Replaced u8 s16 etc. with uint8_t int16_t etc. ------------------------------------------------------------------------ r5511 | gbazin | 2003-10-24 19:55:14 +0200 (Fri, 24 Oct 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpeg4audio.c * modules/packetizer/mpeg4audio.c: when packetizing adts streams, make sure we remove the adts headers before sending the data. ------------------------------------------------------------------------ r5512 | gbazin | 2003-10-24 23:27:07 +0200 (Fri, 24 Oct 2003) | 8 lines Changed paths: M /trunk/configure.ac M /trunk/include/video_output.h M /trunk/include/vlc_common.h M /trunk/include/vlc_video.h M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/misc/dummy/vout.c M /trunk/modules/stream_out/transcode.c M /trunk/modules/video_filter/filter_common.h M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/video_output/x11/xcommon.h M /trunk/src/video_output/vout_pictures.c * configure.ac: fix for wxWindows headers detection. * all: changed the prototype of vout_AllocatePicture() and vout_InitPicture(). * src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure. * include/vlc_video.h: extended video_frame_format_t. * modules/codec/rawvideo.c: ported to the new decoder api. * modules/video_output/x11/*: simplifications. ------------------------------------------------------------------------ r5513 | sam | 2003-10-25 02:42:31 +0200 (Sat, 25 Oct 2003) | 3 lines Changed paths: M /trunk/modules/video_output/svgalib.c M /trunk/modules/video_output/wingdi.c * modules/video_output/wingdi.c, modules/video_output/svgalib.c: Fixed compilation errors due to the recent API change in vout_AllocatePicture. ------------------------------------------------------------------------ r5514 | sam | 2003-10-25 02:49:14 +0200 (Sat, 25 Oct 2003) | 5 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/include/vlc_threads.h M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dvd/access.c M /trunk/modules/access/dvd/es.c M /trunk/modules/access/dvd/ifo.c M /trunk/modules/access/dvd/ifo.h M /trunk/modules/access/dvd/udf.h M /trunk/modules/access/dvdplay/es.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/audio_filter/channel_mixer/trivial.c M /trunk/modules/audio_filter/converter/fixed32tos16.c M /trunk/modules/audio_filter/converter/float32tos16.c M /trunk/modules/audio_filter/converter/float32tos8.c M /trunk/modules/audio_filter/converter/float32tou16.c M /trunk/modules/audio_filter/converter/float32tou8.c M /trunk/modules/audio_filter/converter/s16tofixed32.c M /trunk/modules/audio_filter/converter/s16tofloat32.c M /trunk/modules/audio_filter/converter/s16tofloat32swab.c M /trunk/modules/audio_filter/converter/s8tofloat32.c M /trunk/modules/audio_filter/converter/u8tofixed32.c M /trunk/modules/audio_filter/converter/u8tofloat32.c M /trunk/modules/audio_mixer/trivial.c M /trunk/modules/audio_output/alsa.c M /trunk/modules/audio_output/file.c M /trunk/modules/audio_output/sdl.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/cinepak.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.h M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/spudec/render.c M /trunk/modules/codec/tarkin.c M /trunk/modules/codec/theora.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/ogg.c M /trunk/modules/demux/util/id3.c M /trunk/modules/demux/util/id3tag.c M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h M /trunk/modules/gui/qnx/vout.c M /trunk/modules/misc/dummy/decoder.c M /trunk/modules/misc/dummy/vout.c M /trunk/modules/video_chroma/i420_yuy2.c M /trunk/modules/video_output/aa.c M /trunk/modules/video_output/directx/vout.h M /trunk/modules/video_output/fb.c M /trunk/modules/video_output/ggi.c M /trunk/modules/video_output/glide.c M /trunk/modules/video_output/mga/mga.c M /trunk/modules/video_output/sdl.c M /trunk/modules/video_output/x11/xcommon.h M /trunk/src/misc/beos_specific.cpp M /trunk/src/misc/threads.c * include/vlc_common.h: + Removed u8, s8, u16 etc. for good. * ALL: + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc. ------------------------------------------------------------------------ r5515 | sam | 2003-10-25 05:44:46 +0200 (Sat, 25 Oct 2003) | 4 lines Changed paths: M /trunk/bootstrap * bootstrap: + Smaller makefiles. + Faster builds. Heh. ------------------------------------------------------------------------ r5516 | sam | 2003-10-25 06:48:55 +0200 (Sat, 25 Oct 2003) | 5 lines Changed paths: M /trunk/bootstrap * bootstrap: + Fixed a typo causing the Mozilla plugin build to fail. + Call the generic rule in "all" instead of "all-am" to spare one make level of recursion. ------------------------------------------------------------------------ r5517 | sam | 2003-10-25 06:49:41 +0200 (Sat, 25 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am * modules/gui/wxwindows/Modules.am: Added a missing header to the file list. ------------------------------------------------------------------------ r5518 | gbazin | 2003-10-25 19:48:05 +0200 (Sat, 25 Oct 2003) | 3 lines Changed paths: M /trunk/bootstrap * bootstrap: fix for the AC_MSG_WARN() problem when pkg-config is not installed (hopefully). ------------------------------------------------------------------------ r5519 | fenrir | 2003-10-25 22:19:19 +0200 (Sat, 25 Oct 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: added fps option to reduce the frame rate. Untested -> please report success or faillure. ------------------------------------------------------------------------ r5520 | sigmunau | 2003-10-26 13:46:55 +0100 (Sun, 26 Oct 2003) | 14 lines Changed paths: M /trunk/configure.ac M /trunk/modules/control/Modules.am A /trunk/modules/control/hotkeys.c M /trunk/modules/video_filter/filter_common.h M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/libvlc.c src/libvlc.c: * created a variable "key-pressed" in p_vlc that can be used to report or read key presses * allways try to start hotkeys interface in the background configure.ac, modules/control/Modules.am, modules/control/hotkeys.c: * a new control module that reads keypresses from "key-pressed" and performs an action depending on what is asosiated with this key. Also uses nice on screen messages to indicate what action was performed modules/video_filter/filter_common.h: * removed code to pass old style key reporting through filters modules/video_output/x11/xcommon.c: * report key-presses through the new mechanism. Incomplete, I need help with this. ------------------------------------------------------------------------ r5521 | gbazin | 2003-10-26 13:49:24 +0100 (Sun, 26 Oct 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv. ------------------------------------------------------------------------ r5522 | gbazin | 2003-10-26 14:07:50 +0100 (Sun, 26 Oct 2003) | 3 lines Changed paths: M /trunk/INSTALL.win32 * INSTALL.win32: updated build instructions. ------------------------------------------------------------------------ r5523 | sigmunau | 2003-10-26 14:10:05 +0100 (Sun, 26 Oct 2003) | 5 lines Changed paths: M /trunk/modules/access/dvdplay/intf.c M /trunk/src/video_output/video_output.c modules/access/dvdplay/intf.c: * use new key-pressed in p_vlc, and not the one in p_vout src/video_output/video_output.c: * do not create the key-pressed variable in p_vout ------------------------------------------------------------------------ r5524 | sam | 2003-10-26 14:57:39 +0100 (Sun, 26 Oct 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Fixed a shell thinko causing unwanted plugins to be built. ------------------------------------------------------------------------ r5525 | sam | 2003-10-26 15:49:26 +0100 (Sun, 26 Oct 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Fixed breakage from previous commit. ------------------------------------------------------------------------ r5526 | gbazin | 2003-10-26 17:12:35 +0100 (Sun, 26 Oct 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/mozilla/support/npwin.cpp * configure.ac: check for mozilla-config.h on win32 as well. * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves. ------------------------------------------------------------------------ r5527 | gbazin | 2003-10-26 18:11:56 +0100 (Sun, 26 Oct 2003) | 4 lines Changed paths: M /trunk/Makefile.am M /trunk/configure.ac * Makefile.am: strip the mozilla plugin when doing the win32 package. * configure.ac: on win32 we compile the theora module as a plugin, not builtin. ------------------------------------------------------------------------ r5528 | gbazin | 2003-10-26 18:50:23 +0100 (Sun, 26 Oct 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: compilation fix. ------------------------------------------------------------------------ r5529 | sigmunau | 2003-10-27 00:03:47 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/modules/video_output/x11/xcommon.c modules/video_output/x11/xcommon.c: * report F1 to F12 keys ------------------------------------------------------------------------ r5530 | gbazin | 2003-10-27 02:04:38 +0100 (Mon, 27 Oct 2003) | 10 lines Changed paths: M /trunk/configure.ac M /trunk/include/vlc_block.h M /trunk/include/vlc_codec.h M /trunk/modules/codec/ffmpeg/Modules.am M /trunk/modules/codec/ffmpeg/audio.c D /trunk/modules/codec/ffmpeg/audio.h M /trunk/modules/codec/ffmpeg/chroma.c A /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h A /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/codec/ffmpeg/video.c D /trunk/modules/codec/ffmpeg/video.h M /trunk/modules/codec/vorbis.c M /trunk/modules/stream_out/transcode.c * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api. Isolated the video postprocessing routines in postprocess.c * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c, include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c. transcode now uses encoder plugins (currently ffmpeg, vorbis and theora). PS: transcoding is currently a bit broken but I'll fix that ASAP. ------------------------------------------------------------------------ r5531 | gbazin | 2003-10-27 11:00:40 +0100 (Mon, 27 Oct 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c * modules/codec/ffmpeg/audio.c: compilation fix ------------------------------------------------------------------------ r5532 | nitrox | 2003-10-27 14:35:16 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c M /trunk/modules/mux/mpeg/ts.c M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po . in PMT decoder, fix the iso639-2B language code decoding bug: only iso-639-2T codes were decoded ------------------------------------------------------------------------ r5533 | gbazin | 2003-10-27 18:50:54 +0100 (Mon, 27 Oct 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/vorbis.c M /trunk/modules/stream_out/transcode.c * modules/codec/vorbis.c: fixed vorbis encoding. * modules/codec/ffmpeg/*: fixed ffmpeg encoding. * modules/stream_out/transcode.c: transcoding is working again. ------------------------------------------------------------------------ r5534 | rocky | 2003-10-27 19:57:12 +0100 (Mon, 27 Oct 2003) | 5 lines Changed paths: M /trunk/modules/demux/mpeg/ps.c Don't assume when Activate is called that i_tell is at the beginning of an MPEG. Instead save that position seek to the beggining and restore the position. This allows Video CD's to be able to start from an entry other than the first one of a track. ------------------------------------------------------------------------ r5535 | gbazin | 2003-10-27 20:48:16 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder. ------------------------------------------------------------------------ r5536 | gbazin | 2003-10-27 21:53:10 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: bail out if we can't find an audio encoder. ------------------------------------------------------------------------ r5537 | gbazin | 2003-10-27 22:54:10 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/src/audio_output/dec.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis. ------------------------------------------------------------------------ r5538 | gbazin | 2003-10-27 23:13:36 +0100 (Mon, 27 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates. ------------------------------------------------------------------------ r5539 | jpsaman | 2003-10-27 23:42:02 +0100 (Mon, 27 Oct 2003) | 6 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c PDA interface update: * File tab is beginning to work * Adding file to Playlist begins to work Note: not very usefull yet. ------------------------------------------------------------------------ r5540 | ipkiss | 2003-10-28 08:17:45 +0100 (Tue, 28 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/skins/win32/win32_event.cpp Fix for a synchronization problem when a checkbox has 2 identical events ------------------------------------------------------------------------ r5541 | gbazin | 2003-10-28 15:17:52 +0100 (Tue, 28 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/codec/ffmpeg/video.c * modules/codec/ffmpeg/video.c: fixed screwed up indirect rendering. * modules/codec/ffmpeg/postprocess.c: idem for postprocessing. ------------------------------------------------------------------------ r5542 | sam | 2003-10-28 15:51:50 +0100 (Tue, 28 Oct 2003) | 2 lines Changed paths: M /trunk/include/vlc_keys.h * include/vlc_keys.h: inlined the static function to avoid warnings. ------------------------------------------------------------------------ r5543 | gbazin | 2003-10-28 18:02:14 +0100 (Tue, 28 Oct 2003) | 3 lines Changed paths: M /trunk/modules/misc/freetype.c M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: added centralized hotkeys support. * modules/misc/freetype.c: fixed default font on win32. ------------------------------------------------------------------------ r5544 | hartman | 2003-10-28 21:15:48 +0100 (Tue, 28 Oct 2003) | 3 lines Changed paths: M /trunk/include/vlc_keys.h M /trunk/src/misc/darwin_specific.m * src/misc/darwin_specific.m: fixed some languages. * include/vlc_keys.h: added some extra keys on my keyboard. ------------------------------------------------------------------------ r5545 | hartman | 2003-10-28 21:34:41 +0100 (Tue, 28 Oct 2003) | 2 lines Changed paths: M /trunk/configure.ac * fix the missing symbols ogg issue ------------------------------------------------------------------------ r5546 | gbazin | 2003-10-28 22:59:13 +0100 (Tue, 28 Oct 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/video_output/x11/xcommon.c * modules/video_output/x11/xcommon.c: hotkeys handling cleanup and support for ctrl/alt/shift modifiers. * modules/gui/wxwindows/preferences_widgets.cpp: correctly select the active hotkey (needed on win32). ------------------------------------------------------------------------ r5547 | sigmunau | 2003-10-29 01:04:56 +0100 (Wed, 29 Oct 2003) | 5 lines Changed paths: M /trunk/modules/misc/freetype.c modules/misc/freetype.c: * fixed freetype module on big endian systems * removed a nasty debug line * cosmetic fix ------------------------------------------------------------------------ r5548 | gbazin | 2003-10-29 02:33:27 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/include/main.h M /trunk/include/variables.h M /trunk/include/vlc_common.h M /trunk/include/vlc_keys.h M /trunk/modules/access/dvdplay/intf.c M /trunk/modules/control/hotkeys.c M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/input/input.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c M /trunk/src/misc/variables.c * ALL: improved hotkeys support. ------------------------------------------------------------------------ r5549 | hartman | 2003-10-29 03:13:04 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/modules/control/hotkeys.c M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m * the OSX vout has support for the new hotkeys now. no prefs for it yet. And this is no final solution, i think it should be handled in VLCApplication. ------------------------------------------------------------------------ r5550 | hartman | 2003-10-29 12:54:48 +0100 (Wed, 29 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/vout.m * hopefully this fixes the instability of the osx vout. ------------------------------------------------------------------------ r5551 | gbazin | 2003-10-29 13:23:51 +0100 (Wed, 29 Oct 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/misc/freetype.c M /trunk/modules/video_output/directx/events.c * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment. * modules/video_output/directx/events.c: fixed key modifiers detection. * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes. ------------------------------------------------------------------------ r5552 | zorglub | 2003-10-29 18:32:55 +0100 (Wed, 29 Oct 2003) | 63 lines Changed paths: M /trunk/Makefile.am M /trunk/include/vlc_common.h M /trunk/include/vlc_help.h M /trunk/include/vlc_interface.h M /trunk/include/vlc_playlist.h M /trunk/modules/access/slp.c M /trunk/modules/demux/util/id3tag.c M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/iteminfo.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/misc/sap.c M /trunk/src/playlist/playlist.c * src/playlist/* && Makefile.am - splitted the enormous playlist.c file - implemented a better item group system: groups have a name and must be created before use by playlist_CreateGroup( p_playlist, "newgroupname") * modules/misc/sap.c - Create our own playlist group ("SAP") and use it * modules/access/slp.c - Create our own playlist group ("SLP") and use it * modules/demux/util/id3tag.c - Trigger playlist update when we have parsed our tag * modules/gui/wxwindows/interface.cpp - Fixed the about box by using vlc_wraptext - Added the simple open and the streaming wizard icons *** Icons need to be changed ! *** - Added the visualization to the extended gui * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h - Enlarged the window to fit the wrapped text - Added help for audio encoders * modules/gui/wxwindows/stream.cpp & open.cpp & include/vlc_interface.h - Created a "streaming wizard" window (3-step streaming) * modules/gui/wxwindows/iteminfo.cpp: - Group change is now based on the name * modules/gui/wxwindows/playlist.cpp - Added author and group columns to the listview - Redesigned the window - Added the Sort menu with several criteria (title, author, group) - Added up/down buttons to move an item in the playlist - Added the group menu to enable/disable a group in an understandable way TODO: ----- * playlist core : - Implement advanced sort capabilities (multi-criteria) - File format to save the new features - export playlist (to M3U, eg) - more robust group creation (duplicates check, ...) * wxWindows playlist: The idea of a treeview seems impossible, because of wxWindow's treeview, that don't allow multi-selection, and, as far as I know, multi-columns. - Provide a frontend to advanced sort (when it's done :-) ) - Allow moving items by drag & drop (well, if possible, haven't checked yet) - Allow moving several items at once - Customizable listview (ability to remove/move columns) - Find a solution to the focus problem (when you change track, the selected one scrolls at the bottom of the visible screen) * wxWindows interface: - New icons, our icons begin to get old and not so pretty - Find a solution for the volume bar (nobody understands what it is) ------------------------------------------------------------------------ r5553 | zorglub | 2003-10-29 19:00:46 +0100 (Wed, 29 Oct 2003) | 2 lines Changed paths: A /trunk/modules/gui/wxwindows/stream.cpp A /trunk/src/playlist/group.c A /trunk/src/playlist/item.c A /trunk/src/playlist/loadsave.c A /trunk/src/playlist/sort.c Grmbl, it was obvious I would forget to add the new files ------------------------------------------------------------------------ r5554 | gbazin | 2003-10-29 19:54:46 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/Modules.am M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/iteminfo.cpp D /trunk/modules/gui/wxwindows/stream.cpp A /trunk/modules/gui/wxwindows/streamwizard.cpp * modules/gui/wxwindows/*: fixed breakage. ------------------------------------------------------------------------ r5555 | gbazin | 2003-10-29 20:35:43 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions. ------------------------------------------------------------------------ r5556 | gbazin | 2003-10-29 21:53:41 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676. ------------------------------------------------------------------------ r5557 | gbazin | 2003-10-29 22:04:55 +0100 (Wed, 29 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already. ------------------------------------------------------------------------ r5558 | zorglub | 2003-10-29 23:25:11 +0100 (Wed, 29 Oct 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences.cpp Wrap help at 72 chars instead of 80 to get our whole text displayed in the normal size ------------------------------------------------------------------------ r5559 | gbazin | 2003-10-30 00:31:57 +0100 (Thu, 30 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp * modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK. ------------------------------------------------------------------------ r5560 | sigmunau | 2003-10-30 00:36:59 +0100 (Thu, 30 Oct 2003) | 4 lines Changed paths: M /trunk/modules/demux/mkv.cpp modules/demux/mkv.cpp: * added support for matroska files with embedded spu tracks, what the matroska people call VobSubs ------------------------------------------------------------------------ r5561 | sigmunau | 2003-10-30 01:12:02 +0100 (Thu, 30 Oct 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp modules/demux/mkv.cpp: * fixed timing with vobsubs ------------------------------------------------------------------------ r5562 | gbazin | 2003-10-30 13:01:01 +0100 (Thu, 30 Oct 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: fixed last pts/dts calculation breakage. ------------------------------------------------------------------------ r5563 | gbazin | 2003-10-30 18:58:07 +0100 (Thu, 30 Oct 2003) | 3 lines Changed paths: M /trunk/include/vlc_keys.h M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h * modules/control/hotkeys.c, src/libvlc.h, include/vlc_keys.h: added hotkeys for jump actions. ------------------------------------------------------------------------ r5564 | gbazin | 2003-10-30 18:59:12 +0100 (Thu, 30 Oct 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/win32/win32_theme.cpp M /trunk/modules/gui/skins/win32/win32_window.cpp * modules/gui/skins/win32/*: fixed a problem with drag&drop when restarting the skins engine. ------------------------------------------------------------------------ r5565 | gbazin | 2003-10-30 22:44:48 +0100 (Thu, 30 Oct 2003) | 3 lines Changed paths: M /trunk/include/modules_inner.h * include/modules_inner.h: bigger p_config[] array because the main module is becoming quite big. ------------------------------------------------------------------------ r5566 | hartman | 2003-10-30 23:34:48 +0100 (Thu, 30 Oct 2003) | 7 lines Changed paths: M /trunk/include/osd.h M /trunk/modules/control/hotkeys.c M /trunk/modules/gui/macosx/vout.m M /trunk/src/audio_output/intf.c M /trunk/src/libvlc.h M /trunk/src/video_output/video_text.c * implemented a vout_OSDMessage to display messages on the video at a specific location by any module. * added a OSD config option to the Video options. this will allow you to disable the messages printed by OSDMessage. Subtitles will still be shown however. * src/audio_output/intf.c: volumeSet sets the intf-change variable. * modules/gui/macosx/vout.m: fix the modifier detection. ------------------------------------------------------------------------ r5567 | hartman | 2003-10-31 00:17:59 +0100 (Fri, 31 Oct 2003) | 2 lines Changed paths: M /trunk/modules/control/hotkeys.c * Use the new vout_OSDMessage on the new hotkeys functions. ------------------------------------------------------------------------ r5568 | hartman | 2003-10-31 16:54:53 +0100 (Fri, 31 Oct 2003) | 5 lines Changed paths: M /trunk/modules/demux/mkv.cpp M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/vout.m * modules/demux/mkv.cpp: Set English as the default for track language. * modules/gui/macosx/vout.m: removed debug * modules/gui/macosx/open.m: Panther compilation fixes * modules/gui/macosx/controls.m: OSDMessages :) ------------------------------------------------------------------------ r5569 | fenrir | 2003-10-31 17:57:12 +0100 (Fri, 31 Oct 2003) | 14 lines Changed paths: A /trunk/modules/stream_out/rtp.c * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested). TODO: (a lot of work) - gather multiple small frames in one packets (not really important). - add mpeg 1/2 video - export a sdp file (needed for all next codecs). - add mpeg4 audio/video - add ts/ps over RTP. - perhaps ogg over RTP if something is abled to read that. command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented) It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should be odd btw) ------------------------------------------------------------------------ r5570 | gbazin | 2003-10-31 19:18:46 +0100 (Fri, 31 Oct 2003) | 4 lines Changed paths: M /trunk/modules/control/hotkeys.c M /trunk/modules/video_output/directx/events.c * modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision. * modules/video_output/directx/events.c: fix to catch the Alt key. ------------------------------------------------------------------------ r5571 | hartman | 2003-10-31 23:46:19 +0100 (Fri, 31 Oct 2003) | 7 lines Changed paths: M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h * starting support for external vobsubs. we can now read the .idx file. TODO: - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO - allow for multiple tracks in the sub demux - open the .sub vobsub file, remove the mpeg crud and prepare a packet for spudec. ------------------------------------------------------------------------ r5572 | sam | 2003-11-01 00:57:28 +0100 (Sat, 01 Nov 2003) | 2 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules * The "coincoin" Debian upload (no, it's not a cocker). ------------------------------------------------------------------------ r5573 | fenrir | 2003-11-01 01:11:31 +0100 (Sat, 01 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access_output/udp.c * udp: added a new option: raw, to use it udp{raw} (It doesn't try to fill packet send to mtu size, needed by rtp) ------------------------------------------------------------------------ r5574 | fenrir | 2003-11-01 01:15:49 +0100 (Sat, 01 Nov 2003) | 6 lines Changed paths: M /trunk/modules/stream_out/rtp.c * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4-generic). ( but far from perfect) Use udp raw mode. Generate a SDP file (for now it is just fprintf to stderr). The streams produced work under gmp4player. (mpeg4ip) ------------------------------------------------------------------------ r5575 | fenrir | 2003-11-01 05:17:43 +0100 (Sat, 01 Nov 2003) | 8 lines Changed paths: M /trunk/modules/stream_out/rtp.c * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port=port,mux=ts} ) PS will work if there is only one stream as the muxer doesn't set correctly dts/length for muxed packets. (so pretty useless ;) - added mpeg1/2 video. (how overcomplicated is rfc2250), tested with mplayer+live.com (but I'm not sure that my ES parsing is ok.) - btw, there is a ttl option. ------------------------------------------------------------------------ r5576 | fenrir | 2003-11-01 07:27:45 +0100 (Sat, 01 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * araw: added pseudo raw encoder. (s16b and s16l -> u8,s8, s16l,s16b). ------------------------------------------------------------------------ r5577 | fenrir | 2003-11-01 07:56:29 +0100 (Sat, 01 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * araw: mhh, aout_buffer_t.i_nb_samples is samples _per_ channels... ------------------------------------------------------------------------ r5578 | fenrir | 2003-11-01 07:57:51 +0100 (Sat, 01 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/rtp.c * rtp: added l8 (u8 samples) and l16 (s16b samples) support (eg to use with transcode). ------------------------------------------------------------------------ r5579 | sam | 2003-11-01 11:07:09 +0100 (Sat, 01 Nov 2003) | 8 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/debian/rules M /trunk/toolbox * debian/control: + Build-depend on a newer wxwindows version to avoid incompatibilities. + Build-depend on linux-kernel-headers and build-conflict on dvb-dev because these packages cannot be installed together. * debian/rules: + Temporarily disabled the framebuffer video output plugin because of current code errors in linux-kernel-headers. ------------------------------------------------------------------------ r5580 | hartman | 2003-11-01 15:35:38 +0100 (Sat, 01 Nov 2003) | 2 lines Changed paths: A /trunk/vlc-cvs.ebuild * an ebuild that pulls vlc from cvs and installs that. ------------------------------------------------------------------------ r5581 | fenrir | 2003-11-01 22:50:01 +0100 (Sat, 01 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/stream_out/Modules.am * added stream_out_rtp. ------------------------------------------------------------------------ r5582 | hartman | 2003-11-02 02:41:12 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c * Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers. The parsing of lines should of course be moved to the decoder level. ------------------------------------------------------------------------ r5583 | hartman | 2003-11-02 07:33:49 +0100 (Sun, 02 Nov 2003) | 7 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/visualization/visual/visual.c M /trunk/src/audio_output/input.c * modules/audio_output/input.c: created variables to allow for a autogenerated Visualizations menu (is this the right location?) Problems currently are: Doesn't work on the fly. where to start? For that reason it now also uses config options instead of variables. * modules/visualization/visual/visual.c: small adaptions * modules/gui/macosx/controls.m: fix warnings. ------------------------------------------------------------------------ r5584 | gbazin | 2003-11-02 13:22:45 +0100 (Sun, 02 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/src/audio_output/input.c * src/audio_output/input.c: on-the-fly visualization changes. * modules/gui/wxwindows/menus.cpp: added a visualization entry. ------------------------------------------------------------------------ r5585 | sigmunau | 2003-11-02 17:12:27 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp modules/demux/mkv.cpp: * fix a segfault on close caused by setting default language ------------------------------------------------------------------------ r5586 | sigmunau | 2003-11-02 19:03:45 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp modules/demux/mkv.cpp: * proper fix for timing with vobsub tracks ( and possibly some other cases ) ------------------------------------------------------------------------ r5587 | gbazin | 2003-11-02 20:26:30 +0100 (Sun, 02 Nov 2003) | 5 lines Changed paths: M /trunk/doc/intf-http.txt M /trunk/modules/control/http.c M /trunk/share/http/index.html * modules/control/http.c: delete command supports a list of items. * doc/intf-http.txt: update for delete command. * share/http/index.html: added the possibility to delete playlist items. ------------------------------------------------------------------------ r5588 | gbazin | 2003-11-02 22:26:41 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: include the .css file from the html interface into the win32 package. ------------------------------------------------------------------------ r5589 | gbazin | 2003-11-02 23:15:14 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/id3.c M /trunk/modules/demux/util/id3tag.c * modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read. ------------------------------------------------------------------------ r5590 | gbazin | 2003-11-02 23:16:32 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp * modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders. ------------------------------------------------------------------------ r5591 | gbazin | 2003-11-02 23:28:46 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/Makefile.am * Makefile.am: small change to the package-win32 target. ------------------------------------------------------------------------ r5592 | gbazin | 2003-11-02 23:51:56 +0100 (Sun, 02 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: cough cough. ------------------------------------------------------------------------ r5593 | zorglub | 2003-11-03 00:13:30 +0100 (Mon, 03 Nov 2003) | 2 lines Changed paths: M /trunk/src/playlist/playlist.c Removed debug messages ------------------------------------------------------------------------ r5594 | garf | 2003-11-03 04:21:38 +0100 (Mon, 03 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c M /trunk/share/http/admin/index.html M /trunk/share/http/index.html M /trunk/share/http/style.css * http.c,index.html: add seek function in http interface. Also added "stream_position", "stream_length", and "stream_time" which could be usefull later (for a slider, for example :) ) * changed http interface more "neutral" colors ------------------------------------------------------------------------ r5595 | gbazin | 2003-11-03 15:02:54 +0100 (Mon, 03 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg/*: added support for ISO/IEC 13818-7 Audio with ADTS transport syntax to the TS demux. ------------------------------------------------------------------------ r5596 | hartman | 2003-11-03 16:27:28 +0100 (Mon, 03 Nov 2003) | 6 lines Changed paths: M /trunk/Makefile.am M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m * modules/gui/macosx/*: Commit of the Visualizations menu item. * ALL: bring the project files to XCode. 10.2 users should revert the change in Makefile.am or they won't be able to build VLC on their machine. Editing the project files will probably also not be possible for them. ------------------------------------------------------------------------ r5597 | gbazin | 2003-11-03 21:22:21 +0100 (Mon, 03 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: attempt at supporting DV inputs (completely untested). ------------------------------------------------------------------------ r5598 | fenrir | 2003-11-03 23:30:15 +0100 (Mon, 03 Nov 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/Modules.am D /trunk/modules/codec/faad A /trunk/modules/codec/faad.c * all: ported the faad decoder to the new API (btw, aac HE untested). I have not kept the compatibility with older faad version (but check is still be done in configure.ac). (I didn't like it as old version are really buggy). ------------------------------------------------------------------------ r5599 | sam | 2003-11-03 23:36:45 +0100 (Mon, 03 Nov 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: fixed a warning and some coding style insanities. ------------------------------------------------------------------------ r5600 | fenrir | 2003-11-04 00:05:03 +0100 (Tue, 04 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac * removed old faad detection. ------------------------------------------------------------------------ r5601 | fenrir | 2003-11-04 02:27:33 +0100 (Tue, 04 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * araw: ported to new API. ------------------------------------------------------------------------ r5602 | fenrir | 2003-11-04 03:23:11 +0100 (Tue, 04 Nov 2003) | 13 lines Changed paths: M /trunk/modules/codec/faad.c M /trunk/modules/control/hotkeys.c M /trunk/modules/demux/avi/avi.c M /trunk/src/input/input.c * input: fixed position-offset, time and time-offset. * hotkeys: never _never_ use demux_Control outside of src/input/ (it's completely broken, there is a lot more things to do), all interfaces have to use var_Get/Set (time(-offset), position(-offset), state, rate(-slower|-faster)... ). Btw, input_SetStatus, input_Seek, input_Tell, input_ChangeArea, input_ToggleES, will be quickly obsolete and removed(at least unavailable for intf), so we should convert remaining interfaces (ie all except wx, osx, rc, http, hotkeys). * avi: implemented DEMUX_SET_TIME (not yet used). ------------------------------------------------------------------------ r5603 | titer | 2003-11-04 12:11:30 +0100 (Tue, 04 Nov 2003) | 8 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h + configure.ac: fixed a link issue on BeOS + modules/demux/util/sub.c: gcc != 3 fix + modules/gui/beos/*: compile fixes; never replace int32 with int32_t, these are not the same on BeOS (long/int) ------------------------------------------------------------------------ r5604 | fenrir | 2003-11-04 15:51:51 +0100 (Tue, 04 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: converted to new API (need more testing). ------------------------------------------------------------------------ r5605 | sam | 2003-11-04 16:26:04 +0100 (Tue, 04 Nov 2003) | 3 lines Changed paths: M /trunk/debian/changelog M /trunk/debian/control M /trunk/toolbox * debian/control: + Build-depend on fixed dvb-dev packages. ------------------------------------------------------------------------ r5606 | sam | 2003-11-04 16:31:44 +0100 (Tue, 04 Nov 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: Fixed an automake breakage when gettext is not present. ------------------------------------------------------------------------ r5607 | garf | 2003-11-04 16:52:52 +0100 (Tue, 04 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c M /trunk/share/http/index.html * http interface: added "fullscreen" and "keep" functions ------------------------------------------------------------------------ r5608 | gbazin | 2003-11-04 18:46:18 +0100 (Tue, 04 Nov 2003) | 4 lines Changed paths: M /trunk/include/vout_synchro.h M /trunk/modules/codec/libmpeg2.c M /trunk/src/video_output/vout_synchro.c * src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout. * modules/codec/libmpeg2.c: updated with the synchro api changes. ------------------------------------------------------------------------ r5609 | hartman | 2003-11-05 01:17:50 +0100 (Wed, 05 Nov 2003) | 20 lines Changed paths: M /trunk/include/codecs.h M /trunk/modules/codec/subsdec.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h Please test if this has any regressions * include/codecs.h: - created a subtitle_data_t to be used by subtitle demuxers and decoders to pass information. - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field of this new struct. * modules/codec/subsdec.c: - moved the decoding of ssa textlines to here. - ToDo: support for any tags is lacking atm., but now possible. * modules/demux/mkv.cpp: - ssa is now passed undecoded to ssa subsdec. - ssa headers are passed to ssa subsdec via subtitle_data_t - ToDo: decode idx header info and fill the subtitle_data_t - ToDo: support for compressed vobsubs. * modules/demux/util/sub.?: - moved ssa decoding out of here. - ToDo: add support for multiple tracks - ToDo: implement reading vobsub .sub files (not .idx) ------------------------------------------------------------------------ r5610 | gbazin | 2003-11-05 01:39:17 +0100 (Wed, 05 Nov 2003) | 6 lines Changed paths: M /trunk/include/configuration.h M /trunk/include/modules_inner.h M /trunk/modules/access/dvd/dvd.c M /trunk/modules/audio_output/file.c M /trunk/modules/codec/subsdec.c M /trunk/modules/control/gestures.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c M /trunk/modules/gui/beos/BeOS.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h M /trunk/modules/misc/freetype.c M /trunk/modules/misc/logger/logger.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_filter/distort.c M /trunk/modules/video_filter/transform.c M /trunk/src/libvlc.h M /trunk/src/misc/configuration.c * include/configuration.h: some small re-work of the config declaration macros. String choices lists can now also have a list of text descriptions associated with them. Added integer choices lists. * modules/gui/wxwindows/: modified config widgets to use the new config options. * ALL: updated for the new config options. ------------------------------------------------------------------------ r5611 | hartman | 2003-11-05 01:40:08 +0100 (Wed, 05 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * moved garfou's changes before a variable that is at risk of overflow maybe this will fix the random crashes? ------------------------------------------------------------------------ r5612 | fenrir | 2003-11-05 02:47:40 +0100 (Wed, 05 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/faad.c * all: who has seen that I have just forgot to release any buffers... ------------------------------------------------------------------------ r5613 | gbazin | 2003-11-05 03:43:55 +0100 (Wed, 05 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback. * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists. ------------------------------------------------------------------------ r5614 | gbazin | 2003-11-05 10:16:55 +0100 (Wed, 05 Nov 2003) | 2 lines Changed paths: M /trunk/include/video_output.h * include/video_output.h: forgot this file in the vout_Synchro commit yesterday. ------------------------------------------------------------------------ r5615 | gbazin | 2003-11-05 18:46:21 +0100 (Wed, 05 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h * modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder. * modules/gui/wxwindows/preferences_widgets.*: bug fix. ------------------------------------------------------------------------ r5616 | gbazin | 2003-11-05 18:57:29 +0100 (Wed, 05 Nov 2003) | 8 lines Changed paths: M /trunk/modules/demux/demuxdump.c M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/input/input.c M /trunk/src/misc/configuration.c M /trunk/src/misc/modules.c M /trunk/src/misc/variables.c * src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL). I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux... but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs). * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get. * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog. ------------------------------------------------------------------------ r5617 | gbazin | 2003-11-05 19:59:01 +0100 (Wed, 05 Nov 2003) | 5 lines Changed paths: M /trunk/include/vlc_codec.h M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/stream_out/transcode.c M /trunk/src/misc/configuration.c * include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input. * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix. * src/misc/configuration.c: use strtol() instead of atoi(). ------------------------------------------------------------------------ r5618 | gbazin | 2003-11-05 21:06:36 +0100 (Wed, 05 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/streamout.cpp: fixed a couple of things. ------------------------------------------------------------------------ r5619 | fenrir | 2003-11-06 00:28:36 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * sap: big clean up + some buffer overflow fixes (still need some work). ------------------------------------------------------------------------ r5620 | hartman | 2003-11-06 00:32:31 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c * Compilation fix. One to many ) ------------------------------------------------------------------------ r5621 | gbazin | 2003-11-06 01:12:17 +0100 (Thu, 06 Nov 2003) | 4 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: big clean-up of the Video4Linux input. New --v4l-vdev and --v4l-adev config options and the ability to play an audio only stream. ------------------------------------------------------------------------ r5622 | garf | 2003-11-06 02:49:19 +0100 (Thu, 06 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c M /trunk/share/http/index.html * http interface: added volume control (relative or absolute) and sort playlist function. ------------------------------------------------------------------------ r5623 | gbazin | 2003-11-06 10:59:45 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: compilation fix. ------------------------------------------------------------------------ r5624 | sam | 2003-11-06 11:09:16 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/bootstrap * bootstrap: remove autom4te.cache before running autoconf ------------------------------------------------------------------------ r5625 | massiot | 2003-11-06 17:06:28 +0100 (Thu, 06 Nov 2003) | 6 lines Changed paths: M /trunk/modules/demux/Modules.am A /trunk/modules/demux/demuxstream.c * New (experimental and incomplete) demuxstream module. It bypasses the stream output, and takes what comes from a DVB card and sends it onto the network. I didn't activate it in configure.ac because I suspect there might be problems with iovec on Windows (and there is probably a better way to do it). ------------------------------------------------------------------------ r5626 | hartman | 2003-11-06 17:28:28 +0100 (Thu, 06 Nov 2003) | 6 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * changed how cursor hiding works. Not perfect, but it's less complicated. - less vague bugs :) * changed the global hotkey for play/pause to command-p since 'space' won't be defined as the hotkey. i was sick of all the hacks i had made to have it work that way, so the end. space only works in the vout from now on. ------------------------------------------------------------------------ r5627 | nitrox | 2003-11-06 17:36:41 +0100 (Thu, 06 Nov 2003) | 22 lines Changed paths: M /trunk/configure.ac M /trunk/include/codecs.h M /trunk/include/input_ext-dec.h M /trunk/include/input_ext-intf.h M /trunk/modules/codec/Modules.am M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/mpeg/system.h M /trunk/modules/demux/mpeg/ts.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_programs.c dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of things to write to implement competely the standard but this decoder will work in most of the pictures subtitles cases. Text subtitles decoding is not implemented at all. This decoder has been validated with CAVENA encoders after few remarks of their developpers. include/*: addded a p_spuinfo field in the decider_fifo_t and the es_descriptor_t codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected track. modules/demux/mpeg: added the support of the dvb subtitles track. Need last libdvbpsi (0x59 descriptor) to compile. The demuxer creates n fake ES as each ES carries up to 256 subtitles tracks. This work is part of the work done by Anevia for the "Gran Theatro del Barcelona". ------------------------------------------------------------------------ r5628 | nitrox | 2003-11-06 17:37:19 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: A /trunk/modules/codec/dvbsub.c oups, ... forgot the interesting file ! ------------------------------------------------------------------------ r5629 | nitrox | 2003-11-06 17:54:40 +0100 (Thu, 06 Nov 2003) | 6 lines Changed paths: M /trunk/modules/video_filter/deinterlace/deinterlace.c . 422 deinterlacing (bob and blend filters) This work is part of the work done by Anevia for the "Gran Theatro del Barcelona". ------------------------------------------------------------------------ r5630 | nitrox | 2003-11-06 18:08:12 +0100 (Thu, 06 Nov 2003) | 5 lines Changed paths: M /trunk/modules/video_chroma/i422_yuy2.c . I422 -> YV12 Chroma This work is part of the work done by Anevia for the "Gran Theatro del Barcelona". ------------------------------------------------------------------------ r5631 | hartman | 2003-11-06 19:35:19 +0100 (Thu, 06 Nov 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/open.m M /trunk/modules/gui/macosx/output.h M /trunk/modules/gui/macosx/output.m * Updated the Output dialog. - support for slp - support for theora - support for demuxdump ------------------------------------------------------------------------ r5632 | hartman | 2003-11-06 19:55:22 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m * Going to Fullscreen was effecting all vout's. should affect only the frontmost one. ------------------------------------------------------------------------ r5633 | nitrox | 2003-11-06 20:35:05 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/dvbsub.c . a small fix .... (many other to follow in the next days) ------------------------------------------------------------------------ r5634 | gbazin | 2003-11-06 21:12:37 +0100 (Thu, 06 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/ts.c * modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi. ------------------------------------------------------------------------ r5635 | fenrir | 2003-11-06 23:14:57 +0100 (Thu, 06 Nov 2003) | 9 lines Changed paths: A /trunk/modules/demux/livedotcom.cpp * livedotcom.cpp: use live.com library to read rtsp and sdp file. TODO: - handle PTS (for now, I just use mdate() :) - support TS/PS (hard as it needs a lot of work on TS/PS demuxers). - support X-QT and X-QUICKTIME. (I don't know if it's really used). - implement pause, seek ... - clean up/bugs fixes... - ... ------------------------------------------------------------------------ r5636 | zorglub | 2003-11-06 23:23:27 +0100 (Thu, 06 Nov 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/modules/LIST Sync with latest changes ------------------------------------------------------------------------ r5637 | fenrir | 2003-11-07 01:28:58 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * more tolerant sdp check when using rtsp://. (SDP from some DSS have a lot of mandatory fields missing, like v, o, and s) ------------------------------------------------------------------------ r5638 | jpsaman | 2003-11-07 08:59:00 +0100 (Fri, 07 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c Removing GPE specific stuff. ------------------------------------------------------------------------ r5639 | jpsaman | 2003-11-07 10:24:58 +0100 (Fri, 07 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c Basic functionality of File tabpage is working. ------------------------------------------------------------------------ r5640 | rocky | 2003-11-07 11:33:41 +0100 (Fri, 07 Nov 2003) | 5 lines Changed paths: M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/vcd.c Need to change libvcdinfo to be more robust when there are reading the extended PSD. Given that area-highlighting and features in the extended PSD haven't been implemented, best then to not try to read this at all. ------------------------------------------------------------------------ r5641 | fenrir | 2003-11-07 13:27:30 +0100 (Fri, 07 Nov 2003) | 5 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * livedotcom.cpp: - better pts handling but still bad. (and using rtsp over tcp doesn't really work yet). - fixed bad usage of delete vs delete[] (using --rtsp-tcp still leads to segfault) ------------------------------------------------------------------------ r5642 | jpsaman | 2003-11-07 14:01:51 +0100 (Fri, 07 Nov 2003) | 5 lines Changed paths: M /trunk/modules/gui/pda/callbacks.c M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda.h M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h PDA interface: * Directory browsing works * Coredump is solved * Adding files or entire directories to the playlist GUI control works. ------------------------------------------------------------------------ r5643 | massiot | 2003-11-07 14:28:23 +0100 (Fri, 07 Nov 2003) | 16 lines Changed paths: M /trunk/modules/access/satellite/access.c M /trunk/modules/access/satellite/dvb.c M /trunk/modules/access/satellite/dvb.h M /trunk/modules/access/satellite/satellite.c * modules/access/satellite: Big rework of the old satellite module. - ability to select between different tuners if the board has several tuners - abitility to select between different demux if the board has several demuxes - if frequency isn't specified, do not try to tune the tuner and assume some other software already did it - set a bigger buffer size to avoid packet losses - do not filter too many PIDs since some board only have 8 filters - kludged so that the module works perfectly well with the demuxstream demuxer - use DMX_PES_OTHER all the time because some boards do not have a decoder chip (this may be a problem for you) This changeset is part of the Dreambox port of VLC. ------------------------------------------------------------------------ r5644 | massiot | 2003-11-07 14:31:26 +0100 (Fri, 07 Nov 2003) | 2 lines Changed paths: M /trunk/NEWS M /trunk/modules/LIST * Updated documentation. ------------------------------------------------------------------------ r5645 | jpsaman | 2003-11-07 15:15:23 +0100 (Fri, 07 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA interface: * cleanup code * cleanup interface ------------------------------------------------------------------------ r5646 | massiot | 2003-11-07 17:53:54 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/include/stream_output.h M /trunk/modules/packetizer/mpegvideo.c * modules/packetizer/mpegvideo.c: Detect discontinuities and trash corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP. ------------------------------------------------------------------------ r5647 | fenrir | 2003-11-07 18:43:42 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/rtp.c * rtp: added a sdp options to export sdp. For now only as http. options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]} ------------------------------------------------------------------------ r5648 | fenrir | 2003-11-07 18:44:43 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/include/network.h * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean. (It could avoid a lot of duplicated code...) ------------------------------------------------------------------------ r5649 | fenrir | 2003-11-07 19:08:54 +0100 (Fri, 07 Nov 2003) | 8 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * livedotcom.cpp: - improve a lot pts handling. - added --rtsp-caching. - implemented DEMUX_GET_TIME and declared the input as seekable to make the interface displaying the time. Now I can read rtp stream from VLC using http export for sdp :) (MPEG4 video, MPEG 1/2 video and mp3 audio tested successfully) ------------------------------------------------------------------------ r5650 | fenrir | 2003-11-07 19:32:24 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/announce.c M /trunk/modules/stream_out/rtp.c * rtp: removed a annoying debug message * announce.c: fixed a warning. ------------------------------------------------------------------------ r5651 | fenrir | 2003-11-07 19:32:55 +0100 (Fri, 07 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/udp.c * udp: mp3/rtp is now correctly working. ------------------------------------------------------------------------ r5652 | massiot | 2003-11-07 19:41:09 +0100 (Fri, 07 Nov 2003) | 4 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * modules/mux/mpeg/ts.c: - By default send PCRs every 90 ms, because the upper limit is 100 ms - New pid-video and pid-audio sout variables ------------------------------------------------------------------------ r5653 | massiot | 2003-11-07 20:30:28 +0100 (Fri, 07 Nov 2003) | 4 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/modules/access_output/udp.c M /trunk/src/libvlc.h M /trunk/src/misc/threads.c * src/misc/threads.c: Implementation of real-time priorities for UNIX-like pthread systems (activate with --rt-priority) * modules/access_output/udp.c: Only discard packets which are _very_ late ------------------------------------------------------------------------ r5654 | massiot | 2003-11-07 22:30:52 +0100 (Fri, 07 Nov 2003) | 9 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/mpeg/ts.c A /trunk/modules/stream_out/transrate A /trunk/modules/stream_out/transrate/Modules.am A /trunk/modules/stream_out/transrate/getvlc.h A /trunk/modules/stream_out/transrate/putvlc.h A /trunk/modules/stream_out/transrate/transrate.c * modules/stream_out/transrate: New transrating module, based on GPL code from www.metakine.com. CAUTION : the code is currently very ugly, with static variables, no code convention, etc. I check it in "as is" because it may be useful to some people. Don't expect a bitrate reduction of more than 30 % with acceptable quality. * modules/demux/mpeg/ts.c: Useful debug message ------------------------------------------------------------------------ r5655 | fenrir | 2003-11-07 22:44:20 +0100 (Fri, 07 Nov 2003) | 4 lines Changed paths: M /trunk/configure.ac * configure.ac: added --enable-livedotcom and --with-livedotcom-tree. (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so livedotcom isn't compiled by default) ------------------------------------------------------------------------ r5656 | fenrir | 2003-11-07 22:44:53 +0100 (Fri, 07 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/Modules.am * lalala added livedotcom ------------------------------------------------------------------------ r5657 | gbazin | 2003-11-07 23:56:02 +0100 (Fri, 07 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/livedotcom.cpp * configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes. ------------------------------------------------------------------------ r5658 | fenrir | 2003-11-08 05:57:56 +0100 (Sat, 08 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * araw.c: prevent segfault with ulaw/alaw. ------------------------------------------------------------------------ r5659 | fenrir | 2003-11-08 07:47:34 +0100 (Sat, 08 Nov 2003) | 6 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * livedotcom.cpp: - added X-QT and X-QUICKTIME video support. - first try for seek and position display support. (position is buggy, and seek won't really work as long as wx try to seek each time the slider is moved) ------------------------------------------------------------------------ r5660 | fenrir | 2003-11-08 10:05:42 +0100 (Sat, 08 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/Modules.am D /trunk/modules/demux/sdp.c * useless. ------------------------------------------------------------------------ r5661 | sigmunau | 2003-11-08 13:25:59 +0100 (Sat, 08 Nov 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c modules/misc/sap.c: * support sap announces that use dos style linebreaks ------------------------------------------------------------------------ r5662 | massiot | 2003-11-08 15:54:03 +0100 (Sat, 08 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac By default disable the stream_out_transrate plug-in since it takes 2 hours compiling. ------------------------------------------------------------------------ r5663 | hartman | 2003-11-08 16:59:46 +0100 (Sat, 08 Nov 2003) | 2 lines Changed paths: M /trunk/share/http/index.html M /trunk/share/http/info.html * spelling fix and fix of copyright and version strings on info.html ------------------------------------------------------------------------ r5664 | jpsaman | 2003-11-08 17:04:05 +0100 (Sat, 08 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA interface: * Network tabpage works * cleanup of code ------------------------------------------------------------------------ r5665 | titer | 2003-11-08 19:23:40 +0100 (Sat, 08 Nov 2003) | 6 lines Changed paths: M /trunk/configure.ac M /trunk/include/vlc_keys.h M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h M /trunk/src/misc/configuration.c + configure.ac: link httpd and stream_out_standard against -lsocket + modules/gui/beos/*: use hotkeys + include/vlc_keys.h, src/misc/configuration.c: renamed modifiers into vlc_modifiers so it does not conflict with BeOS' modifiers() ------------------------------------------------------------------------ r5666 | jpsaman | 2003-11-08 19:31:01 +0100 (Sat, 08 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_interface.c PDA Interface * simplefied network tabpage ------------------------------------------------------------------------ r5667 | sigmunau | 2003-11-09 00:02:38 +0100 (Sun, 09 Nov 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c ignore streams that are not m=audio or m=video ------------------------------------------------------------------------ r5668 | sigmunau | 2003-11-09 00:12:15 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/announce.c use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14 (mp3) as payload type ------------------------------------------------------------------------ r5669 | rocky | 2003-11-09 01:52:32 +0100 (Sun, 09 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/demux.c M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/vcd.c M /trunk/modules/access/vcdx/vcdplayer.c M /trunk/modules/access/vcdx/vcdplayer.h Handle keyboard input: numeric entry, next, prev, return and default. ------------------------------------------------------------------------ r5670 | garf | 2003-11-09 04:41:50 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * http.c: modify seek function (now you can put almost everything which looks like a time/length) ------------------------------------------------------------------------ r5671 | garf | 2003-11-09 04:43:25 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/share/http/index.html M /trunk/share/http/style.css * http interface: changed index.html for new seek function. small change in css. ------------------------------------------------------------------------ r5672 | garf | 2003-11-09 06:15:17 +0100 (Sun, 09 Nov 2003) | 2 lines Changed paths: M /trunk/share/http/index.html * index.html: little fix with volume textbox ------------------------------------------------------------------------ r5673 | garf | 2003-11-09 06:22:56 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * http.c: removed a completely useless check (now you can change volume value without playing anything) ------------------------------------------------------------------------ r5674 | gbazin | 2003-11-09 14:20:32 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix. ------------------------------------------------------------------------ r5675 | jpsaman | 2003-11-09 14:59:21 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_interface.c PDA inteface: * Redesigned "Camera" tabpage. ------------------------------------------------------------------------ r5676 | gbazin | 2003-11-09 16:29:41 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: couple of fixes. ------------------------------------------------------------------------ r5677 | jpsaman | 2003-11-09 16:55:23 +0100 (Sun, 09 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA Interface: * More changes on the Camera tabpage * Cleanup some dead interface wood ;-) ------------------------------------------------------------------------ r5678 | titer | 2003-11-09 17:00:54 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/src/misc/beos_specific.cpp + modules/gui/beos/VideoOutput.cpp: fixed modifiers + src/misc/beos_specific.cpp: cosmetic ------------------------------------------------------------------------ r5679 | rocky | 2003-11-09 18:45:41 +0100 (Sun, 09 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcd.c Small changes to assist debugging. ------------------------------------------------------------------------ r5680 | rocky | 2003-11-09 19:06:11 +0100 (Sun, 09 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/intf.c Allow return to have a numeric prefix too. ------------------------------------------------------------------------ r5681 | jpsaman | 2003-11-09 19:52:29 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda_callbacks.c PDA interface: * improvements on Camera tabpage ------------------------------------------------------------------------ r5682 | jpsaman | 2003-11-09 20:49:48 +0100 (Sun, 09 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA Interface: * Camera tabpage is done. ------------------------------------------------------------------------ r5683 | gbazin | 2003-11-09 21:13:46 +0100 (Sun, 09 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab. (It is not quite useful yet but will be shortly). ------------------------------------------------------------------------ r5684 | jpsaman | 2003-11-09 22:29:52 +0100 (Sun, 09 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA Interface: * Transcode tabpage added * code cleanup ------------------------------------------------------------------------ r5685 | gbazin | 2003-11-10 01:14:05 +0100 (Mon, 10 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/dialogs.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.h M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: dshow open panel is fully functionnal. ------------------------------------------------------------------------ r5686 | hartman | 2003-11-10 01:49:48 +0100 (Mon, 10 Nov 2003) | 2 lines Changed paths: A /trunk/po/hu.po M /trunk/src/libvlc.h M /trunk/src/misc/darwin_specific.m * New Hungarian translation contributed by 'DirectX' (Name under investigation) ------------------------------------------------------------------------ r5687 | gbazin | 2003-11-10 18:47:42 +0100 (Mon, 10 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: link ws2_32 in the right order on win32 for livedotcom. ------------------------------------------------------------------------ r5688 | gbazin | 2003-11-10 19:21:35 +0100 (Mon, 10 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: compilation fix for unicode version. ------------------------------------------------------------------------ r5689 | fenrir | 2003-11-11 01:37:59 +0100 (Tue, 11 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c * all: use es_format_t and es_out_*. (Not well tested yet...) ------------------------------------------------------------------------ r5690 | fenrir | 2003-11-11 02:33:18 +0100 (Tue, 11 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: ues es_format_t. ------------------------------------------------------------------------ r5691 | fenrir | 2003-11-11 03:49:26 +0100 (Tue, 11 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/wav.c * wav: es_format_t ------------------------------------------------------------------------ r5692 | hartman | 2003-11-11 22:23:56 +0100 (Tue, 11 Nov 2003) | 6 lines Changed paths: M /trunk/src/misc/configuration.c * when config_ResetAll() a key config value becomes "Unset" (0) instead of it's original value. With this you at least won't break your config file, because it comments out the value during saving, when it's identical to the, original value. The question however remains, why does a resetAll result in a 0 in the 'current' config in use, and in original value at time of saving? ------------------------------------------------------------------------ r5693 | hartman | 2003-11-12 00:50:41 +0100 (Wed, 12 Nov 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/include/vlc_keys.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/prefs.h M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/macosx/vout.m M /trunk/src/libvlc.h * include/vlc_keys.h: added StringToKey() * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5 * REST: implemented configurable hotkeys for OS X. ------------------------------------------------------------------------ r5694 | hartman | 2003-11-12 02:22:40 +0100 (Wed, 12 Nov 2003) | 3 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m * Away with that annoying playlist drawer. We now have a nice resizable window, with additional index and author columns. ------------------------------------------------------------------------ r5695 | garf | 2003-11-12 03:43:33 +0100 (Wed, 12 Nov 2003) | 7 lines Changed paths: M /trunk/doc/intf-http.txt M /trunk/modules/control/http.c M /trunk/share/Makefile.am M /trunk/share/http/index.html * http.c : added parsing of options in Add MRL option. In http.c is a the parse_MRL function which perhaps should be somewhere else (playlist ?). * Makefile.am : forgoten style.css * index.html : little fixes * intf-http.txt : updated doc ------------------------------------------------------------------------ r5696 | hartman | 2003-11-12 03:45:26 +0100 (Wed, 12 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * small fix to the playlist window ------------------------------------------------------------------------ r5697 | garf | 2003-11-12 03:56:13 +0100 (Wed, 12 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http.c: little fix in RPN evaluator (now it is real RPN). ------------------------------------------------------------------------ r5698 | garf | 2003-11-12 04:02:56 +0100 (Wed, 12 Nov 2003) | 2 lines Changed paths: M /trunk/share/http/index.html * little fix due to my last commit ------------------------------------------------------------------------ r5699 | zorglub | 2003-11-12 09:10:21 +0100 (Wed, 12 Nov 2003) | 3 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/misc/sap.c M /trunk/src/playlist/group.c Support for announcement of playlist group in SAP announces Needs the latest miniSAPserver CVS ------------------------------------------------------------------------ r5700 | fenrir | 2003-11-12 19:13:31 +0100 (Wed, 12 Nov 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transrate/getvlc.h M /trunk/modules/stream_out/transrate/transrate.c * all: big clean up (no more global variables). ------------------------------------------------------------------------ r5701 | gbazin | 2003-11-12 21:01:01 +0100 (Wed, 12 Nov 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c * modules/misc/sap.c: fixed misplaced variable declaration. ------------------------------------------------------------------------ r5702 | fenrir | 2003-11-13 12:49:27 +0100 (Thu, 13 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/avi.h * avi: little clean up, and ported to es_format_t. ------------------------------------------------------------------------ r5703 | fenrir | 2003-11-13 13:28:34 +0100 (Thu, 13 Nov 2003) | 4 lines Changed paths: M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mpeg/mpga.c M /trunk/src/input/input.c * src/input/input.c: es_out_Add automatically add informations (input_AddInfo) on the ES. * all: removed duplicated input_AddInfo. ------------------------------------------------------------------------ r5704 | fenrir | 2003-11-13 14:31:12 +0100 (Thu, 13 Nov 2003) | 5 lines Changed paths: M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/util/sub.h M /trunk/src/input/input.c * input: handle also SPU in es_out_Add (and fix a bad lock). * sub: use es_out_Add (and that give a proper solution for multiple tracks) fixed seeking with sub. (pf_demux was called in Seek instead of pf_seek ...) ------------------------------------------------------------------------ r5705 | lool | 2003-11-13 15:23:30 +0100 (Thu, 13 Nov 2003) | 2 lines Changed paths: M /trunk/INSTALL.win32 * INSTALL.win32: slightly changed the list of required packages ------------------------------------------------------------------------ r5706 | gbazin | 2003-11-13 18:59:34 +0100 (Thu, 13 Nov 2003) | 3 lines Changed paths: M /trunk/include/ninput.h * include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined. ------------------------------------------------------------------------ r5707 | gbazin | 2003-11-13 22:15:43 +0100 (Thu, 13 Nov 2003) | 3 lines Changed paths: M /trunk/modules/video_filter/transform.c * modules/video_filter/transform.c: fix for ./toolbox --update-po ------------------------------------------------------------------------ r5708 | hartman | 2003-11-14 04:51:39 +0100 (Fri, 14 Nov 2003) | 2 lines Changed paths: M /trunk/src/playlist/playlist.c * fixed playlist_Pause ------------------------------------------------------------------------ r5709 | hartman | 2003-11-14 21:17:29 +0100 (Fri, 14 Nov 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * Fix the label in the prefs of the play/pause hotkey. ------------------------------------------------------------------------ r5710 | hartman | 2003-11-15 01:26:15 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * spelling fix ------------------------------------------------------------------------ r5711 | massiot | 2003-11-15 02:21:48 +0100 (Sat, 15 Nov 2003) | 5 lines Changed paths: M /trunk/Makefile.am M /trunk/bootstrap M /trunk/configure.ac A /trunk/extras/contrib A /trunk/extras/contrib/.cvsignore A /trunk/extras/contrib/Makefile A /trunk/extras/contrib/README A /trunk/extras/contrib/bootstrap A /trunk/extras/contrib/src A /trunk/extras/contrib/src/.cvsignore A /trunk/extras/contrib/src/Makefile A /trunk/extras/contrib/src/Patches A /trunk/extras/contrib/src/Patches/faad2.patch A /trunk/extras/contrib/src/Patches/ffmpeg.patch A /trunk/extras/contrib/src/Patches/ffmpeg.patch.cvs A /trunk/extras/contrib/src/Patches/fribidi.patch A /trunk/extras/contrib/src/Patches/fribidi.patch.real A /trunk/extras/contrib/src/Patches/openslp.patch A /trunk/extras/contrib/src/Patches/theora.patch A /trunk/extras/contrib/src/Patches/vorbis.patch.cvs A /trunk/extras/contrib/src/packages.mak * New build system for the contrib packages of VLC. It supports to download a precompiled binary package, or to build all the packages from the sources, at the user's option. It is currently written for Mac OS X, but could easily be ported to other platforms. ------------------------------------------------------------------------ r5712 | hartman | 2003-11-15 03:38:25 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/bootstrap * broken URL ------------------------------------------------------------------------ r5713 | ipkiss | 2003-11-15 11:38:01 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/ntservice.c Small fix in a preference description string ------------------------------------------------------------------------ r5714 | massiot | 2003-11-15 14:09:02 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/Makefile M /trunk/extras/contrib/src/Makefile * Fixed typos. ------------------------------------------------------------------------ r5715 | hartman | 2003-11-15 16:40:19 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec.c * extra data has changed and was crashing. ------------------------------------------------------------------------ r5716 | fenrir | 2003-11-15 19:57:12 +0100 (Sat, 15 Nov 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c * set dts/length of all pes packet. ------------------------------------------------------------------------ r5717 | hartman | 2003-11-15 23:02:15 +0100 (Sat, 15 Nov 2003) | 3 lines Changed paths: M /trunk/extras/contrib/src/Makefile M /trunk/extras/contrib/src/packages.mak * added ffmpeg cvsroot (not in use atm) * forced some config options on ffmpeg ------------------------------------------------------------------------ r5718 | hartman | 2003-11-15 23:42:16 +0100 (Sat, 15 Nov 2003) | 8 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib D /trunk/extras/MacOSX/Resources/back.png D /trunk/extras/MacOSX/Resources/begin.png A /trunk/extras/MacOSX/Resources/display.png A /trunk/extras/MacOSX/Resources/display_slider.png A /trunk/extras/MacOSX/Resources/display_track.png D /trunk/extras/MacOSX/Resources/end.png D /trunk/extras/MacOSX/Resources/forw.png A /trunk/extras/MacOSX/Resources/fullscreen_active.png A /trunk/extras/MacOSX/Resources/fullscreen_blue.png D /trunk/extras/MacOSX/Resources/list.png A /trunk/extras/MacOSX/Resources/next_active.png A /trunk/extras/MacOSX/Resources/next_blue.png M /trunk/extras/MacOSX/Resources/pause.png A /trunk/extras/MacOSX/Resources/pause_blue.png M /trunk/extras/MacOSX/Resources/play.png A /trunk/extras/MacOSX/Resources/play_blue.png A /trunk/extras/MacOSX/Resources/playlistdrawer_active.png A /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png D /trunk/extras/MacOSX/Resources/prefs.png A /trunk/extras/MacOSX/Resources/previous_active.png A /trunk/extras/MacOSX/Resources/previous_blue.png A /trunk/extras/MacOSX/Resources/skip_forward_active.png A /trunk/extras/MacOSX/Resources/skip_forward_blue.png A /trunk/extras/MacOSX/Resources/skip_previous_active.png A /trunk/extras/MacOSX/Resources/skip_previous_blue.png D /trunk/extras/MacOSX/Resources/slow.png M /trunk/extras/MacOSX/Resources/stop.png A /trunk/extras/MacOSX/Resources/stop_blue.png D /trunk/extras/MacOSX/Resources/vlc_hg.png A /trunk/extras/MacOSX/Resources/volume_high.png A /trunk/extras/MacOSX/Resources/volume_low.png A /trunk/extras/MacOSX/Resources/volumeslider_blue.png A /trunk/extras/MacOSX/Resources/volumeslider_normal.png A /trunk/extras/MacOSX/Resources/volumetrack.png M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/misc.h M /trunk/modules/gui/macosx/misc.m M /trunk/modules/gui/macosx/playlist.m M /trunk/modules/gui/macosx/vout.h M /trunk/modules/gui/macosx/vout.m * New OSX controller (iTunes style) - Drag and drop implemented - still need new sliders and remove the titlebar. * revert the mozilla plugin changes. i will build a seperate module for that * simplified previous/next (only playlist, people with chapters and titles will have to use the menu * Moved the disable screensaver from interface to vout. ------------------------------------------------------------------------ r5719 | fenrir | 2003-11-16 00:21:35 +0100 (Sun, 16 Nov 2003) | 5 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: hack from xine from GStreamer to compile v4l on debian unstable. (message from xine: fix build on Debian unstable, those dummies seem to have put the Linux 2.6 headers in place of the 2.4 ones in glibc...) ------------------------------------------------------------------------ r5720 | fenrir | 2003-11-16 01:08:02 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * fixed a segfault with avi without index. ------------------------------------------------------------------------ r5721 | bigben | 2003-11-16 12:21:48 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m Added random, repeat one and repeat all checkboxes to the playlist ------------------------------------------------------------------------ r5722 | titer | 2003-11-16 16:51:59 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c avi.c: compile fix ------------------------------------------------------------------------ r5723 | garf | 2003-11-16 21:41:36 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http.c: little fix ------------------------------------------------------------------------ r5724 | gbazin | 2003-11-16 22:07:31 +0100 (Sun, 16 Nov 2003) | 5 lines Changed paths: M /trunk/include/aout_internal.h M /trunk/include/audio_output.h M /trunk/include/input_ext-intf.h M /trunk/include/ninput.h M /trunk/include/vlc_block_helper.h M /trunk/include/vlc_codec.h M /trunk/include/vlc_common.h M /trunk/include/vlc_video.h M /trunk/modules/codec/a52.c M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/cinepak.c M /trunk/modules/codec/dts.c M /trunk/modules/codec/dv.c M /trunk/modules/codec/dvbsub.c M /trunk/modules/codec/faad.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/flacdec.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/codec/speex.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/subsdec.c M /trunk/modules/codec/tarkin.c M /trunk/modules/codec/theora.c M /trunk/modules/codec/vorbis.c M /trunk/modules/codec/xvid.c M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/livedotcom.cpp M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/wav.c M /trunk/modules/misc/dummy/Modules.am M /trunk/modules/misc/dummy/decoder.c M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/dummy/dummy.h M /trunk/modules/packetizer/copy.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/stream_out/transcode.c M /trunk/src/audio_output/common.c M /trunk/src/audio_output/dec.c M /trunk/src/input/input.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_programs.c M /trunk/src/libvlc.h * ALL: final improvements to the decoders/packetizers api. (There are still a few decoders/packetizers left to be converted but this shouldn't take too long). * ALL: small improvements to the encoders api. ------------------------------------------------------------------------ r5725 | gbazin | 2003-11-16 22:28:26 +0100 (Sun, 16 Nov 2003) | 3 lines Changed paths: A /trunk/modules/misc/dummy/encoder.c * modules/misc/dummy/encoder.c: forgot a file ------------------------------------------------------------------------ r5726 | sam | 2003-11-16 23:10:16 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/include/vlc_keys.h * include/vlc_keys.h: Fixed a warning in StringToKey(). ------------------------------------------------------------------------ r5727 | gbazin | 2003-11-16 23:23:47 +0100 (Sun, 16 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/src/input/input_dec.c * modules/codec/ffmpeg/video.c, src/input/input_dec.c: a couple of fixes. Thanks fenrir :) ------------------------------------------------------------------------ r5728 | sam | 2003-11-16 23:29:33 +0100 (Sun, 16 Nov 2003) | 2 lines Changed paths: M /trunk/modules/video_output/Modules.am A /trunk/modules/video_output/caca.c * modules/video_output/caca.c: color ASCII art video output using libcaca. ------------------------------------------------------------------------ r5729 | gbazin | 2003-11-16 23:54:12 +0100 (Sun, 16 Nov 2003) | 3 lines Changed paths: M /trunk/include/audio_output.h M /trunk/modules/codec/a52.c M /trunk/modules/codec/dts.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/codec/vorbis.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/wav.c M /trunk/src/input/input.c * ALL: moved i_bitrate out of audio_format_t into es_format_t ------------------------------------------------------------------------ r5730 | sigmunau | 2003-11-17 01:06:19 +0100 (Mon, 17 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h modules/gui/wxwindows/*: * implemented sorting by a column by clicking on it ------------------------------------------------------------------------ r5731 | fenrir | 2003-11-17 03:52:39 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/video.c * all: a little compil fix and more sanity checks (needed for wma). ------------------------------------------------------------------------ r5732 | fenrir | 2003-11-17 03:55:22 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/transcode.c * transcode: hmmm, the compil fix was for this file ... ------------------------------------------------------------------------ r5733 | hartman | 2003-11-17 07:31:22 +0100 (Mon, 17 Nov 2003) | 9 lines Changed paths: M /trunk/Makefile.am M /trunk/NEWS M /trunk/THANKS M /trunk/extras/contrib/.cvsignore M /trunk/extras/contrib/src/.cvsignore M /trunk/modules/LIST M /trunk/modules/gui/macosx/Modules.am A /trunk/modules/gui/macosx/prefs_widgets.h A /trunk/modules/gui/macosx/prefs_widgets.m A /trunk/modules/stream_out/transrate/.cvsignore M /trunk/po/pt_BR.po * THANKS: hungarian translator and designer of OSX intf controller added * modules/LIST: updated * Makefile.am: include new OS X art in the dist. * NEWS: updated * */.cvsignore: added and improved some of these. * modules/gui/macosx/prefs_widgets.?: - new config controls much like in the wxwindows module. not yet in use. - beware not tested irl. but it compiles :) ------------------------------------------------------------------------ r5734 | fenrir | 2003-11-17 12:25:54 +0100 (Mon, 17 Nov 2003) | 6 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: improve PCR handling. pcr-soft doesn't exist anymore. Options: - caching: time on which bitrate smouthing is applied (default: 200ms) - pcr : delay between 2 PCR (Really more accurate). (default: 30ms) - bmin and bmax doesn't work anymore. ------------------------------------------------------------------------ r5735 | bigben | 2003-11-17 14:05:17 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m added search function to the playlist ------------------------------------------------------------------------ r5736 | hartman | 2003-11-17 14:14:25 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/src/Makefile M /trunk/extras/contrib/src/packages.mak * use more recent libebml and libmatroska ------------------------------------------------------------------------ r5737 | bigben | 2003-11-17 15:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.m Checkboxes stat at startup, in the playlist, now reflect the state set ine the prefs. They still are not updated if you set random/repeat/loop in the menus though (at least until next VLC startup). ------------------------------------------------------------------------ r5738 | massiot | 2003-11-17 15:46:37 +0100 (Mon, 17 Nov 2003) | 7 lines Changed paths: M /trunk/modules/access_output/udp.c M /trunk/modules/mux/mpeg/ts.c * modules/access_output/udp.c: more debug * modules/mux/mpeg/ts.c: new dts-delay option to add delay between the PCR and the DTS of the current frame. When deleting a video or audio stream (in case of PMT change), the new video and audio ES will take again the pid-video and pid-audio if they have been specified. ------------------------------------------------------------------------ r5739 | hartman | 2003-11-17 16:11:05 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/src/Makefile * fix previous commit ------------------------------------------------------------------------ r5740 | garf | 2003-11-17 16:29:03 +0100 (Mon, 17 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * http.c: fixed bug with spaces in mrl ------------------------------------------------------------------------ r5741 | gbazin | 2003-11-17 19:48:08 +0100 (Mon, 17 Nov 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpeg4video.c * modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch). ------------------------------------------------------------------------ r5742 | hartman | 2003-11-17 20:05:03 +0100 (Mon, 17 Nov 2003) | 5 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * fix the search field and cleanup of the checkboxes init. - currently we don't seek in playlist position 0->currently selected wxwindows doesn't do this either. - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m) ------------------------------------------------------------------------ r5743 | gbazin | 2003-11-17 23:53:05 +0100 (Mon, 17 Nov 2003) | 4 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: support for FLAC in Ogg. And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted! ------------------------------------------------------------------------ r5744 | bigben | 2003-11-18 00:36:12 +0100 (Tue, 18 Nov 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3. - Search now restarts at the beginning of the playlist when reaching the end. ------------------------------------------------------------------------ r5745 | gbazin | 2003-11-18 01:57:04 +0100 (Tue, 18 Nov 2003) | 5 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get spurious PCRs. Cosmetic changes to the file info data. Fixed Flac seeking. ------------------------------------------------------------------------ r5746 | gbazin | 2003-11-18 13:32:04 +0100 (Tue, 18 Nov 2003) | 2 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: fixed the "keep" command. ------------------------------------------------------------------------ r5747 | fenrir | 2003-11-18 17:46:31 +0100 (Tue, 18 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/display.c * display: set correct ES type (otherwise it segfaults in input_dec.c) but that implies that ES appear twice in the interface. ------------------------------------------------------------------------ r5748 | gbazin | 2003-11-18 19:45:33 +0100 (Tue, 18 Nov 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: updated with new features. ------------------------------------------------------------------------ r5749 | fenrir | 2003-11-18 21:15:38 +0100 (Tue, 18 Nov 2003) | 4 lines Changed paths: M /trunk/Makefile.am A /trunk/include/vlc_bits.h M /trunk/modules/packetizer/mpeg4video.c * include/vlc_bits.h: bit stream reader/writer. * mpeg4video.c: rework of the mpeg4 video packetizer. (not well tested) ------------------------------------------------------------------------ r5750 | fenrir | 2003-11-18 21:34:23 +0100 (Tue, 18 Nov 2003) | 2 lines Changed paths: M /trunk/src/input/input_dec.c * allow packetizer to return multiple blocks at once. ------------------------------------------------------------------------ r5751 | jpsaman | 2003-11-18 21:36:40 +0100 (Tue, 18 Nov 2003) | 5 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda.h M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA Interface: - Cleanup code - Cleanup interface - Adding items to playlist widgets from File, Camera, Transcode tabs. ------------------------------------------------------------------------ r5752 | gbazin | 2003-11-18 23:08:07 +0100 (Tue, 18 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input_dec.c * src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :) ------------------------------------------------------------------------ r5753 | fenrir | 2003-11-18 23:48:46 +0100 (Tue, 18 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input_dec.c * input_dec.c : handle SPU_ES (and not as VIDEO_ES ....) so subtitle should work again. ------------------------------------------------------------------------ r5754 | sigmunau | 2003-11-19 00:25:38 +0100 (Wed, 19 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/subsdec.c modules/codec/subsdec.c: * fix a crash when --subsdec encoding is set to a wrong value ------------------------------------------------------------------------ r5755 | fenrir | 2003-11-19 00:58:10 +0100 (Wed, 19 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec.c * fix a memory leak (p_block should be unallocated). ------------------------------------------------------------------------ r5756 | sigmunau | 2003-11-19 01:06:06 +0100 (Wed, 19 Nov 2003) | 2 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/misc/freetype.c fixed some warnings ------------------------------------------------------------------------ r5757 | fenrir | 2003-11-19 01:14:39 +0100 (Wed, 19 Nov 2003) | 2 lines Changed paths: M /trunk/include/ninput.h * ninput: initialisate i_bitrate. ------------------------------------------------------------------------ r5758 | gbazin | 2003-11-19 11:17:51 +0100 (Wed, 19 Nov 2003) | 2 lines Changed paths: M /trunk/src/misc/modules.c * src/misc/modules.c: don't forget to return an error when we fail to load a plugin. ------------------------------------------------------------------------ r5759 | hartman | 2003-11-19 13:13:00 +0100 (Wed, 19 Nov 2003) | 4 lines Changed paths: M /trunk/modules/misc/freetype.c * changed the relative fontsize option from a string_list to a int list with string comments. not possible before, but is now and we can still change it without effecting the config files of 1000000 users. ------------------------------------------------------------------------ r5760 | gbazin | 2003-11-19 14:10:48 +0100 (Wed, 19 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/src/misc/modules.c * modules/codec/ffmpeg/: don't re-use the same pts twice. * src/misc/modules.c: win32 fix for when module fails loading. ------------------------------------------------------------------------ r5761 | hartman | 2003-11-19 14:25:48 +0100 (Wed, 19 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/subsdec.c M /trunk/modules/misc/freetype.c * modules/codec/subsdec.c: Add debug messages and fix a crasher * modules/misc/freetype.c: let's keep the freetype-fontsize option useful :) ------------------------------------------------------------------------ r5762 | bigben | 2003-11-19 15:58:54 +0100 (Wed, 19 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m small clean-up ------------------------------------------------------------------------ r5763 | bigben | 2003-11-19 20:00:16 +0100 (Wed, 19 Nov 2003) | 4 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/playlist.m - get rid of an unused variable - use same name than in menus for random, repeat and loop options - random, loop, repeat checkboxes are nom updated accordingliy to the state set in the menu. (not sure I've done that the proper way ;-) ------------------------------------------------------------------------ r5764 | gbazin | 2003-11-20 00:44:35 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/directx/vout.h * modules/video_output/directx/*: we now create a video sub-window which is a child of the main window and which always fit exactly the size of the video. As a result the overlay color key is only painted in the video area and the rest of the window is pure black. ------------------------------------------------------------------------ r5765 | rocky | 2003-11-20 03:15:37 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/vcdx/vcd.c Miniscule changes. In some ways better, in some ways not, just different. ------------------------------------------------------------------------ r5766 | rocky | 2003-11-20 03:17:33 +0100 (Thu, 20 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcd.h In some ways better, in some ways just different. ------------------------------------------------------------------------ r5767 | hartman | 2003-11-20 03:39:09 +0100 (Thu, 20 Nov 2003) | 8 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/playlist.m * fixed the dockmenu. had gotten disconnected somehow. * cleaned up the playlist source. * set the correct sizing properties on the playlist buttons. bigben: see the bottom of the size panel of your inspector. when adding items always take this into account to make resize work correctly. also. windows are opened at the position where you save them when the nib is open. Always make sure the controller and playlist are to the upper left side. ------------------------------------------------------------------------ r5768 | rocky | 2003-11-20 04:56:22 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/vcd.c Reorganize more analogous to dvdplay. Should give some growing room to start the custom demuxer. ------------------------------------------------------------------------ r5769 | garf | 2003-11-20 09:44:30 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * http.c: little keep and del functions fix ( don't remove currently playing playlist item ). ------------------------------------------------------------------------ r5770 | sigmunau | 2003-11-20 11:56:44 +0100 (Thu, 20 Nov 2003) | 2 lines Changed paths: A /trunk/python/vlrs/.cvsignore tell cvs to ignore .pyc and .pyo files ------------------------------------------------------------------------ r5771 | hartman | 2003-11-20 15:39:31 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.m * windows -> orderedWindows. Finally window commands like fullscreen, half size double size and float on top are sent to the correct window. ------------------------------------------------------------------------ r5772 | gbazin | 2003-11-20 18:48:44 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/directx/vout.h M /trunk/mozilla/vlcshell.cpp * mozilla/vlcshell.cpp, modules/video_output/directx/*: round of fixes for the win32 mozilla plugin. ------------------------------------------------------------------------ r5773 | fenrir | 2003-11-20 19:26:44 +0100 (Thu, 20 Nov 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fixed a stupid bug for MS codec. ------------------------------------------------------------------------ r5774 | fenrir | 2003-11-20 19:27:44 +0100 (Thu, 20 Nov 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/copy.c * copy: ported to new API. ------------------------------------------------------------------------ r5775 | fenrir | 2003-11-20 23:10:56 +0100 (Thu, 20 Nov 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/include/audio_output.h M /trunk/include/ninput.h A /trunk/include/vlc_es.h M /trunk/include/vlc_video.h M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/livedotcom.cpp M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c M /trunk/src/input/input.c include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t. all: removed i_extra_type from es_format_t. ------------------------------------------------------------------------ r5776 | sigmunau | 2003-11-21 00:13:28 +0100 (Fri, 21 Nov 2003) | 11 lines Changed paths: M /trunk/configure.ac M /trunk/modules/demux/livedotcom.cpp M /trunk/modules/misc/sap.c modules/misc/sap.c: * more verbose header parsing code * support for compressed announces if zlib is available (using some code from Mosu from the matroska project) * if the sdp packet contains more than one m= line, pass it to the livedotcom module configure.ac: * link sap with zlib if available modules/demux/livedotcom.c: * accept sdp from the sap module ------------------------------------------------------------------------ r5777 | gbazin | 2003-11-21 01:38:01 +0100 (Fri, 21 Nov 2003) | 7 lines Changed paths: M /trunk/include/ninput.h M /trunk/include/vlc_common.h M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/aac.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/au.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/livedotcom.cpp M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/util/sub.c M /trunk/modules/demux/wav.c M /trunk/src/input/input.c M /trunk/src/input/stream.c * include/vlc_common.h: include stdlib.h * include/ninput.h, src/input/stream.c, src/input/input.c: new stream_Block() function to read a block_t from the input. es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though. ------------------------------------------------------------------------ r5778 | gbazin | 2003-11-21 02:45:48 +0100 (Fri, 21 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/Modules.am A /trunk/modules/codec/flac.c D /trunk/modules/codec/flacdec.c M /trunk/modules/demux/flac.c * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer. * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer. ------------------------------------------------------------------------ r5779 | fenrir | 2003-11-21 07:14:59 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * livedotcom: added return value for sdp:// Open. ------------------------------------------------------------------------ r5780 | jpsaman | 2003-11-21 10:23:49 +0100 (Fri, 21 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c PDA Interface: - Code cleanup and fixes for file view widget. ------------------------------------------------------------------------ r5781 | gbazin | 2003-11-21 13:18:54 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/flac.c M /trunk/modules/demux/flac.c * modules/demux/flac.c, modules/codec/flac.c: couple of fixes. ------------------------------------------------------------------------ r5782 | gbazin | 2003-11-21 14:01:05 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/mux/ogg.c * modules/mux/ogg.c: send the mp4v VOL data in one of the header ogg packets. ------------------------------------------------------------------------ r5783 | zorglub | 2003-11-21 14:20:41 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * Reverse sort the playlist when clicking twice on the column header ------------------------------------------------------------------------ r5784 | fenrir | 2003-11-21 16:32:09 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/include/stream_output.h M /trunk/include/vlc_common.h M /trunk/include/vlc_es.h M /trunk/modules/mux/asf.c M /trunk/modules/mux/avi.c M /trunk/modules/mux/mp4.c M /trunk/modules/mux/mpeg/ps.c M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/mux/ogg.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/modules/stream_out/display.c M /trunk/modules/stream_out/dummy.c M /trunk/modules/stream_out/duplicate.c M /trunk/modules/stream_out/es.c M /trunk/modules/stream_out/gather.c M /trunk/modules/stream_out/rtp.c M /trunk/modules/stream_out/standard.c M /trunk/modules/stream_out/transcode.c M /trunk/modules/stream_out/transrate/transrate.c M /trunk/src/input/input_dec.c M /trunk/src/stream_output/stream_output.c * all: remove sout_format_t and use es_format_t instead. ------------------------------------------------------------------------ r5785 | fenrir | 2003-11-21 16:51:32 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: use block instead of PES every where. ------------------------------------------------------------------------ r5786 | fenrir | 2003-11-21 17:02:36 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * asf: pes -> block ------------------------------------------------------------------------ r5787 | fenrir | 2003-11-21 17:07:20 +0100 (Fri, 21 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/mpga.c * mpga: fixed. (using es_out_Send with PES) ------------------------------------------------------------------------ r5788 | gbazin | 2003-11-21 19:55:40 +0100 (Fri, 21 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: drag&drop on the playlist only enqueue. Small cosmetic change to the playlist. ------------------------------------------------------------------------ r5789 | gbazin | 2003-11-21 21:49:14 +0100 (Fri, 21 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/flac.c M /trunk/modules/demux/flac.c M /trunk/modules/mux/dummy.c M /trunk/modules/mux/ogg.c * modules/codec/flac.c: added a FLAC encoder. * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container. ------------------------------------------------------------------------ r5790 | titer | 2003-11-22 01:41:07 +0100 (Sat, 22 Nov 2003) | 6 lines Changed paths: M /trunk/include/vlc_threads.h M /trunk/include/vlc_threads_funcs.h M /trunk/modules/misc/freetype.c M /trunk/src/libvlc.h M /trunk/src/misc/threads.c + modules/misc/freetype.c: fixed a couple of typos + *threads*, src/libvlc.h: test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H for now because Zeta now has a pthread implementation but it's doesn't seem to be (enough) POSIX compliant atm. ------------------------------------------------------------------------ r5791 | titer | 2003-11-22 05:02:10 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/src/misc/block.c src/misc/block.c: added a missing vlc_mutex_destroy() ------------------------------------------------------------------------ r5792 | titer | 2003-11-22 07:26:16 +0100 (Sat, 22 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/intf.m modules/gui/macosx/intf.m: don't destroy the playlist when closing the interface because this makes crash others interfaces which might be still using it (e.g. sap) ------------------------------------------------------------------------ r5793 | sigmunau | 2003-11-22 13:17:08 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c modules/misc/sap.c: * fixed a couple of nasty memleaks ------------------------------------------------------------------------ r5794 | sigmunau | 2003-11-22 13:33:04 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/modules/misc/sap.c modules/misc/sap.c: * fixed a possible buffer overflow ------------------------------------------------------------------------ r5795 | sigmunau | 2003-11-22 13:35:17 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/src/playlist/item.c src/playlist/item.c: * fixed a minor memory leak ------------------------------------------------------------------------ r5796 | gbazin | 2003-11-22 13:41:32 +0100 (Sat, 22 Nov 2003) | 5 lines Changed paths: M /trunk/modules/codec/flac.c M /trunk/modules/demux/ogg.c M /trunk/src/input/input.c * src/input/input.c: don't free the ES twice. * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support. * modules/codec/flac.c: couple of fixes. ------------------------------------------------------------------------ r5797 | gbazin | 2003-11-22 14:19:30 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input.c * src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES). ------------------------------------------------------------------------ r5798 | gbazin | 2003-11-22 14:49:12 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: put back the dumb downmixing routine. ------------------------------------------------------------------------ r5799 | ipkiss | 2003-11-22 14:56:21 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h vlc_common: Avoid a redefinition of PATH_MAX on cygwin ------------------------------------------------------------------------ r5800 | fenrir | 2003-11-22 15:42:47 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/src/misc/block.c * block: initialise all fields. ------------------------------------------------------------------------ r5801 | gbazin | 2003-11-22 16:06:50 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/tarkin.c * modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;). ------------------------------------------------------------------------ r5802 | fenrir | 2003-11-22 16:10:38 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: more check on b_die (when building index). ------------------------------------------------------------------------ r5803 | sam | 2003-11-22 16:53:18 +0100 (Sat, 22 Nov 2003) | 7 lines Changed paths: M /trunk/configure.ac M /trunk/modules/video_output/caca.c * configure.ac: + Fixed internal symbols for version numbers containing "+". + Added a --enable-caca flag. * modules/video_output/caca.c: + Updated libcaca video output to the released version. + Added --caca-dithering flag (none, dither, random). ------------------------------------------------------------------------ r5804 | sam | 2003-11-22 17:18:05 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/video_output/caca.c * modules/video_output/caca.c: Oops, compilation fix (thanks zorglub). ------------------------------------------------------------------------ r5805 | fenrir | 2003-11-22 17:48:49 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: fixes. ------------------------------------------------------------------------ r5806 | fenrir | 2003-11-22 17:53:02 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpegvideo.c * mpegvideo: ported to new API (need more clean up). ------------------------------------------------------------------------ r5807 | fenrir | 2003-11-22 18:03:57 +0100 (Sat, 22 Nov 2003) | 5 lines Changed paths: M /trunk/configure.ac M /trunk/include/stream_output.h M /trunk/modules/demux/mpeg/Modules.am D /trunk/modules/demux/mpeg/es.c A /trunk/modules/demux/mpeg/mpgv.c M /trunk/modules/stream_out/transrate/transrate.c * stream_output.h, transrate.c : do not use SOUT_BUFFER_FLAG_GOP anymore (may be readded later). * mpgv.c: new demuxer using the packetizer (allow to stream ES). ------------------------------------------------------------------------ r5808 | gbazin | 2003-11-22 19:04:10 +0100 (Sat, 22 Nov 2003) | 4 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/include/vlc_es.h M /trunk/modules/codec/lpcm.c * include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer. ------------------------------------------------------------------------ r5809 | gbazin | 2003-11-22 19:11:22 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore. ------------------------------------------------------------------------ r5810 | fenrir | 2003-11-22 20:55:47 +0100 (Sat, 22 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/spudec/parse.c M /trunk/modules/codec/spudec/render.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/spudec/spudec.h * all: ported to new API. -> i_rate isn't used for now : it will need to be fixed. ------------------------------------------------------------------------ r5811 | fenrir | 2003-11-22 21:15:34 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/spudec/spudec.c * spudec: it also does the packetizer. ------------------------------------------------------------------------ r5812 | fenrir | 2003-11-22 21:17:14 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/copy.c * copy: removed the old spu packetizer. ------------------------------------------------------------------------ r5813 | fenrir | 2003-11-22 21:25:01 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c * ts: added lpcm and dts stream. (untested) ------------------------------------------------------------------------ r5814 | fenrir | 2003-11-22 21:26:39 +0100 (Sat, 22 Nov 2003) | 2 lines Changed paths: M /trunk/src/input/input_dec.c * input_dec: set also p_dec->b_die. ------------------------------------------------------------------------ r5815 | fenrir | 2003-11-23 00:39:14 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/a52.c M /trunk/modules/codec/adpcm.c M /trunk/modules/codec/araw.c M /trunk/modules/codec/cinepak.c M /trunk/modules/codec/dts.c M /trunk/modules/codec/dvbsub.c M /trunk/modules/codec/faad.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/chroma.c M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/flac.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/lpcm.c M /trunk/modules/codec/mpeg_audio.c M /trunk/modules/codec/quicktime.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/codec/speex.c M /trunk/modules/codec/spudec/parse.c M /trunk/modules/codec/spudec/render.c M /trunk/modules/codec/spudec/spudec.c M /trunk/modules/codec/subsdec.c M /trunk/modules/codec/tarkin.c M /trunk/modules/codec/theora.c M /trunk/modules/codec/vorbis.c M /trunk/modules/codec/xvid.c * all: only include header that are needed (and no more stdlib.h, string.h as vlc/vlc.h include them). ------------------------------------------------------------------------ r5816 | fenrir | 2003-11-23 04:17:39 +0100 (Sun, 23 Nov 2003) | 6 lines Changed paths: M /trunk/src/input/input_dec.c * input_dec.c: - also check for p_dec->b_die and b_error. - unload module before joining thread (in DecoderThread) otherwise qt win32 dll loader will segfault. (but perhaps I'm the only one using it) -> find a better solution. ------------------------------------------------------------------------ r5817 | fenrir | 2003-11-23 04:41:58 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/quicktime.c * quicktime: ported to the new API, fix compilation with w32dll loader. -> but untested under OS X and win32. ------------------------------------------------------------------------ r5818 | fenrir | 2003-11-23 04:45:11 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/quicktime.c * quicktime: removed a define. ------------------------------------------------------------------------ r5819 | fenrir | 2003-11-23 04:55:01 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/subsdec.c M /trunk/modules/codec/tarkin.c * all: do not use p_fifo. ------------------------------------------------------------------------ r5820 | rocky | 2003-11-23 04:58:33 +0100 (Sun, 23 Nov 2003) | 8 lines Changed paths: M /trunk/configure.ac M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/vcdplayer.c intf.c, vcdplayer.c: Add code for multi-default selection lists. But this required new libvcdinfo API - so change to configure.ac for pending new libcdio/vcdimager releases. Additional libvcdinfo routines also means less VCD twidling inside vlc code, thus simplifying what is already a bit complicated and likely to get more so. ------------------------------------------------------------------------ r5821 | rocky | 2003-11-23 05:56:08 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/intf.c Bug in processing numeric entry - passed wrong value. ------------------------------------------------------------------------ r5822 | fenrir | 2003-11-23 05:58:00 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/adpcm.c * adpcm: bug fixes. ------------------------------------------------------------------------ r5823 | fenrir | 2003-11-23 06:30:56 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/cinepak.c * cinepak: little clean up and increase priority (ffmpeg cinepak decoder is buggy). ------------------------------------------------------------------------ r5824 | zorglub | 2003-11-23 12:02:39 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/NEWS Improved the list (all ports at the end, reworked order) ------------------------------------------------------------------------ r5825 | massiot | 2003-11-23 14:06:43 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/extras/contrib/Makefile A /trunk/extras/contrib/change_prefix.sh M /trunk/extras/contrib/src/Makefile * Fixed bugs in the contrib build system. In particular 'make bin' should work now. ------------------------------------------------------------------------ r5826 | gbazin | 2003-11-23 14:15:27 +0100 (Sun, 23 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/demux/asf/asf.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/ogg.c * modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0. * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags. ------------------------------------------------------------------------ r5827 | massiot | 2003-11-23 14:23:20 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/Makefile M /trunk/extras/contrib/change_prefix.sh Fixed bugs. ------------------------------------------------------------------------ r5828 | gbazin | 2003-11-23 14:25:32 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/cinepak.c M /trunk/modules/codec/quicktime.c * modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts. ------------------------------------------------------------------------ r5829 | massiot | 2003-11-23 15:00:25 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/Makefile M /trunk/extras/contrib/change_prefix.sh Bug fix for *.a libraries. ------------------------------------------------------------------------ r5830 | gbazin | 2003-11-23 15:28:15 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: updated with new stuff. ------------------------------------------------------------------------ r5831 | rocky | 2003-11-23 15:34:19 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/cddax.c M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/vcd.c Add configuration options to set default device. For VCD's add configuration option to specify whether or not to use PBC. ------------------------------------------------------------------------ r5832 | massiot | 2003-11-23 15:49:51 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/extras/contrib/change_prefix.sh grmbl again ------------------------------------------------------------------------ r5833 | gbazin | 2003-11-23 16:50:07 +0100 (Sun, 23 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/speex.c M /trunk/modules/codec/vorbis.c * modules/codec/speex.c: support for speex encoding. * modules/codec/vorbis.c: removed unused code. ------------------------------------------------------------------------ r5834 | zorglub | 2003-11-23 17:02:56 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/AUTHORS M /trunk/NEWS * NEWS : added a few missing things * AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records ------------------------------------------------------------------------ r5835 | garf | 2003-11-23 17:24:20 +0100 (Sun, 23 Nov 2003) | 6 lines Changed paths: M /trunk/doc/intf-http.txt M /trunk/modules/control/http.c M /trunk/share/http/index.html M /trunk/src/playlist/item.c * src/playlist/item.c : stops the playlist if we delete the currently played item * doc/intf-http.txt : adding "pl.group" * share/http/index.html : little cosmetic change (better according to gibalou). ------------------------------------------------------------------------ r5836 | garf | 2003-11-23 17:27:54 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/share/http/index.html * index.html: oops (forgot refresh cludge) ------------------------------------------------------------------------ r5837 | rocky | 2003-11-23 18:06:43 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: A /trunk/doc/intf-vcd.txt Some basic help for the VCD plugin. ------------------------------------------------------------------------ r5838 | rocky | 2003-11-23 18:18:00 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcd.c Update/correct debug flag documentation. ------------------------------------------------------------------------ r5839 | gbazin | 2003-11-23 18:46:06 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: fixed segfault when deleting items and prevent adding empty items. ------------------------------------------------------------------------ r5840 | gbazin | 2003-11-23 18:51:54 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: small cleanup. ------------------------------------------------------------------------ r5841 | gbazin | 2003-11-23 19:16:45 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/modules/control/http.c * modules/control/http.c: cough cough ------------------------------------------------------------------------ r5842 | gbazin | 2003-11-23 19:21:48 +0100 (Sun, 23 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input_dec.c * src/input/input_dec.c: set p_dec->b_error when we can't create the output. ------------------------------------------------------------------------ r5843 | rocky | 2003-11-23 19:24:38 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcdplayer.c Next/previous/return navigation bugs - not setting item type. ------------------------------------------------------------------------ r5844 | alexis | 2003-11-23 19:31:55 +0100 (Sun, 23 Nov 2003) | 4 lines Changed paths: M /trunk/modules/access/dvb/qpsk.c M /trunk/modules/access/pvr/pvr.c M /trunk/modules/access/satellite/satellite.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/misc/sap.c M /trunk/modules/video_filter/logo.c M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/libvlc.c - Updated French translation (still a lot of work to do...) - Modified some strings in VLC source code - ran ./toolbox --update-po ------------------------------------------------------------------------ r5845 | fenrir | 2003-11-23 19:40:09 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/Modules.am * all: disabled dv, xvid, dvbsub (they won't compile anymore really soon). ------------------------------------------------------------------------ r5846 | gbazin | 2003-11-23 21:37:04 +0100 (Sun, 23 Nov 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.h M /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/streamout.cpp * modules/gui/wxwindows/*: added new codecs for stream output. Added ffmpeg postproc to menus. * modules/codec/ffmpeg/*: allow switching postproc filters on the fly. ------------------------------------------------------------------------ r5847 | hartman | 2003-11-23 23:18:08 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/quicktime.c * Compile before you commit was our slogan right? ------------------------------------------------------------------------ r5848 | ipkiss | 2003-11-23 23:29:27 +0100 (Sun, 23 Nov 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/timer.cpp Use snprintf instead of sprintf ------------------------------------------------------------------------ r5849 | gbazin | 2003-11-24 01:01:42 +0100 (Mon, 24 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/mux/ogg.c * modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable. * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files). ------------------------------------------------------------------------ r5850 | rocky | 2003-11-24 01:23:55 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/doc/Makefile.am Add intf-vcd.txt to distribution and installed documentation. ------------------------------------------------------------------------ r5851 | fenrir | 2003-11-24 01:39:02 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/Makefile.am M /trunk/include/input_ext-dec.h M /trunk/include/input_ext-intf.h M /trunk/include/input_ext-plugins.h M /trunk/include/vlc_codec.h M /trunk/include/vlc_common.h M /trunk/include/vlc_es.h M /trunk/include/vlc_objects.h M /trunk/modules/access/cdda.c M /trunk/modules/access/cddax.c M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dvb/access.c M /trunk/modules/access/satellite/access.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/dvbsub.c M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/spudec/parse.c M /trunk/modules/demux/flac.c M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/mpeg/mpgv.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/rawdv.c M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/gtk/menu.c M /trunk/modules/stream_out/display.c M /trunk/src/input/input.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_ext-intf.c M /trunk/src/input/input_programs.c M /trunk/src/misc/objects.c M /trunk/src/video_output/video_output.c * all: removed decoder_fifo_t. ------------------------------------------------------------------------ r5852 | gbazin | 2003-11-24 01:36:37 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/install-win32 * install-win32: added a registry entry for the mozilla plugin (the xpt file still needs to be registered by hand though). ------------------------------------------------------------------------ r5853 | fenrir | 2003-11-24 01:40:36 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: D /trunk/src/input/input_ext-dec.c * input_ext-dec.c: useless file. ------------------------------------------------------------------------ r5854 | rocky | 2003-11-24 01:41:19 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cddax.c Set cdio log routine. ------------------------------------------------------------------------ r5855 | fenrir | 2003-11-24 03:35:50 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/include/vlc_es.h M /trunk/modules/codec/Modules.am M /trunk/modules/codec/dvbsub.c M /trunk/src/input/input_dec.c * all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested. (I have no sample at all) ------------------------------------------------------------------------ r5856 | rocky | 2003-11-24 04:27:28 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input_programs.c Change debug output slightly to make more informative and to assist in determining which selecting ES we might be at. ------------------------------------------------------------------------ r5857 | rocky | 2003-11-24 04:28:27 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/cddax.c Add keyboard input handling, e.g. if visualization plugin. Needs some more work, but it's a start. ------------------------------------------------------------------------ r5858 | rocky | 2003-11-24 04:30:36 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcdplayer.c Minor debug output change. ------------------------------------------------------------------------ r5859 | fenrir | 2003-11-24 04:30:38 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/include/input_ext-plugins.h M /trunk/modules/demux/mpeg/system.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_ext-plugins.c * all: do not export input_NullPacket * input_dec.c: fixed a (big) memory leak. ------------------------------------------------------------------------ r5860 | fenrir | 2003-11-24 13:44:24 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda.c * cdda: ported to es_out*. ------------------------------------------------------------------------ r5861 | gbazin | 2003-11-24 14:40:03 +0100 (Mon, 24 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/quicktime.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/gui/wxwindows/menus.cpp * modules/gui/wxwindows/menus.cpp: small fix. * modules/codec/quicktime.c: compilation fix on win32. * modules/demux/avi/avi.c: small hack to avoid eating all the resources on broken files. ------------------------------------------------------------------------ r5862 | fenrir | 2003-11-24 17:45:53 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * v4l: ported to stream_* and es_out_*. Not tested ! ------------------------------------------------------------------------ r5863 | fenrir | 2003-11-24 18:11:23 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cddax.c * cddax: ported to es_out_* and stream_*. Not tested (sorry). ------------------------------------------------------------------------ r5864 | fenrir | 2003-11-24 18:34:21 +0100 (Mon, 24 Nov 2003) | 4 lines Changed paths: M /trunk/modules/demux/mpeg/m4v.c * m4v: ported to es_out*, stream_* and use the mp4v packetizer. Anyway dts are still calculated for a 25fps stream. (The packetizer doesn't calulate pts/dts for now). ------------------------------------------------------------------------ r5865 | gbazin | 2003-11-24 19:00:10 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release. ------------------------------------------------------------------------ r5866 | fenrir | 2003-11-24 20:19:02 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/rawdv.c * rawdv.c: ported to es_out_* and stream_*. ------------------------------------------------------------------------ r5867 | gbazin | 2003-11-24 20:20:19 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input.c * src/input/input.c: oops, set the ES format before selecting it. ------------------------------------------------------------------------ r5868 | gbazin | 2003-11-24 20:27:46 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device. ------------------------------------------------------------------------ r5869 | fenrir | 2003-11-24 20:30:54 +0100 (Mon, 24 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * dshow: ported to es_out_* and stream_*. Not tested (sorry). ------------------------------------------------------------------------ r5870 | gbazin | 2003-11-24 21:45:23 +0100 (Mon, 24 Nov 2003) | 4 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: compilation fixes. * include/vlc_common.h: added a couple of casts to TAB_APPEND(). ------------------------------------------------------------------------ r5871 | fenrir | 2003-11-24 21:50:45 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/include/input_ext-plugins.h A /trunk/src/input/es_out.c M /trunk/src/input/input.c * moved EsOut* to es_out.c and introduced internal input_EsOutNew and input_EsOutDelete. ------------------------------------------------------------------------ r5872 | gbazin | 2003-11-24 22:47:33 +0100 (Mon, 24 Nov 2003) | 3 lines Changed paths: M /trunk/src/audio_output/mixer.c * src/audio_output/mixer.c: fixed timestamp rounding problem. ------------------------------------------------------------------------ r5873 | gbazin | 2003-11-25 00:22:01 +0100 (Tue, 25 Nov 2003) | 5 lines Changed paths: M /trunk/include/vlc_codec.h M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/codec/libmpeg2.c M /trunk/src/input/input_dec.c * src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking. * modules/codec/libmpeg2.c: restored pictures linking/unlinking code. * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg. ------------------------------------------------------------------------ r5874 | fenrir | 2003-11-25 01:56:35 +0100 (Tue, 25 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/util/id3tag.c M /trunk/src/input/input_programs.c M /trunk/src/libvlc.c M /trunk/src/playlist/group.c M /trunk/src/playlist/item.c M /trunk/src/playlist/playlist.c * all: fixed a lot of small memory leaks. ------------------------------------------------------------------------ r5875 | gbazin | 2003-11-25 01:58:41 +0100 (Tue, 25 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/preferences.cpp * modules/gui/wxwindows/*: fixed a couple of memory leaks. ------------------------------------------------------------------------ r5876 | rocky | 2003-11-25 04:54:33 +0100 (Tue, 25 Nov 2003) | 4 lines Changed paths: M /trunk/modules/access/cddax.c Plugin now tested ;-) Add missing prototypes. Remove unused Mouse event handling. Forgot to delete keypress callback. ------------------------------------------------------------------------ r5877 | rocky | 2003-11-25 04:55:12 +0100 (Tue, 25 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/intf.c Forgot to delete keypress callback. ------------------------------------------------------------------------ r5878 | sam | 2003-11-25 13:35:15 +0100 (Tue, 25 Nov 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c M /trunk/src/misc/modules.c * src/misc/modules.c: Allow for premature Ctrl-C escapes even while VLC is loading its plugins. ------------------------------------------------------------------------ r5879 | massiot | 2003-11-25 20:59:04 +0100 (Tue, 25 Nov 2003) | 4 lines Changed paths: M /trunk/modules/access/satellite/access.c * modules/access/satellite/access.c: do not use p_es->i_demux_fd ; fixed demux filters leak (particularly harmful on the Dreambox) ; correctly handle PAT and PMT changes. ------------------------------------------------------------------------ r5880 | jpsaman | 2003-11-25 21:01:08 +0100 (Tue, 25 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda_callbacks.c PDA Interface: - Fix segfault when adding one file to the playlist widget from the fileview widget. - Cleanup of code. ------------------------------------------------------------------------ r5881 | jpsaman | 2003-11-25 21:41:35 +0100 (Tue, 25 Nov 2003) | 4 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c PDA Interface: - Fixed a p_playlist refcount problem - Clearing VLC playlist and Playlist widget. ------------------------------------------------------------------------ r5882 | hartman | 2003-11-25 22:21:36 +0100 (Tue, 25 Nov 2003) | 3 lines Changed paths: M /trunk/modules/audio_output/coreaudio.c * modules/audio_output/coreaudio.c: - Many of the error streams were identical. This isn't helping debugging. ------------------------------------------------------------------------ r5883 | rocky | 2003-11-26 02:28:52 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/vcd.c M /trunk/modules/access/vcdx/vcd.h Minor name-change tidying up. ------------------------------------------------------------------------ r5884 | rocky | 2003-11-26 02:32:54 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac A /trunk/modules/access/cdda A /trunk/modules/access/cdda/Modules.am A /trunk/modules/access/cdda/cdda.c D /trunk/modules/access/cddax.c M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po Move libcdio CD-DA plugin into its own directory before the big split up. ------------------------------------------------------------------------ r5885 | rocky | 2003-11-26 02:40:16 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/intf.c One more name... ------------------------------------------------------------------------ r5886 | rocky | 2003-11-26 02:45:03 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/intf.c And 'nother name. ------------------------------------------------------------------------ r5887 | rocky | 2003-11-26 03:00:41 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/Modules.am cddax has moved. ------------------------------------------------------------------------ r5888 | rocky | 2003-11-26 03:41:02 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcd.h Leftover comment. ------------------------------------------------------------------------ r5889 | rocky | 2003-11-26 04:34:22 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/cdrom.h Guard against including twice. ------------------------------------------------------------------------ r5890 | rocky | 2003-11-26 04:35:26 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: A /trunk/modules/access/cdda/.cvsignore M /trunk/modules/access/cdda/Modules.am A /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c A /trunk/modules/access/cdda/cdda.h A /trunk/modules/access/cdda/intf.c Split out cdda to facilitate later changes. ------------------------------------------------------------------------ r5891 | rocky | 2003-11-26 04:40:31 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c Remove unused code accidentially duplicated in split. ------------------------------------------------------------------------ r5892 | gbazin | 2003-11-26 09:18:09 +0100 (Wed, 26 Nov 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/postprocess.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/ogg.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/src/input/input_dec.c M /trunk/src/video_output/video_output.c * ALL: fixed memory leaks. * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works). * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()). ------------------------------------------------------------------------ r5893 | zorglub | 2003-11-26 11:45:21 +0100 (Wed, 26 Nov 2003) | 3 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/src/playlist/sort.c * Merged sort functions * Added a randomize playlist function ------------------------------------------------------------------------ r5894 | gbazin | 2003-11-26 14:59:16 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c * modules/codec/ffmpeg/encoder.c: bframes are supported for mp1v and mp2v as well as mpgv. ------------------------------------------------------------------------ r5895 | gbazin | 2003-11-26 19:48:24 +0100 (Wed, 26 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input.c * src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...). ------------------------------------------------------------------------ r5896 | fenrir | 2003-11-26 21:44:38 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.c * system: change some msg_Err to msg_Warn. ------------------------------------------------------------------------ r5897 | gbazin | 2003-11-26 22:54:00 +0100 (Wed, 26 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * modules/access/dshow/dshow.cpp: small change to default chroma selection. ------------------------------------------------------------------------ r5898 | gbazin | 2003-11-26 23:00:56 +0100 (Wed, 26 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/v4l/v4l.c * modules/access/v4l/v4l.c: fixed small mem leak. ------------------------------------------------------------------------ r5899 | gbazin | 2003-11-26 23:12:48 +0100 (Wed, 26 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/chroma.c M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/ffmpeg.h * modules/codec/ffmpeg/*: fixed small memleak in chroma plugin. Added back missing bitrate setting for video encoding. ------------------------------------------------------------------------ r5900 | gbazin | 2003-11-26 23:18:29 +0100 (Wed, 26 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/chroma.c * modules/codec/ffmpeg/chroma.c: oops. ------------------------------------------------------------------------ r5901 | gbazin | 2003-11-26 23:56:04 +0100 (Wed, 26 Nov 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/display.c * modules/stream_out/display.c: fixed timestamp generation. ------------------------------------------------------------------------ r5902 | gbazin | 2003-11-27 00:14:01 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * po/*: update for 0.7.0-test1. ------------------------------------------------------------------------ r5903 | sam | 2003-11-27 00:32:07 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: Attempt to fix a strange cvs2cl behaviour. ------------------------------------------------------------------------ r5904 | sam | 2003-11-27 01:05:51 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/toolbox * toolbox: more cvs2cl fixes. * ChangeLog: updated changelog. ------------------------------------------------------------------------ r5905 | gbazin | 2003-11-27 01:57:12 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/mozilla/Makefile.am * mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist. ------------------------------------------------------------------------ r5906 | fenrir | 2003-11-27 05:11:40 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/include/ninput.h M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/ogg.c M /trunk/modules/demux/rawdv.c M /trunk/modules/demux/util/sub.c M /trunk/src/input/es_out.c M /trunk/src/input/input.c * all: implement more es_out_* control, audio-channel and spu-channel are implemented. ------------------------------------------------------------------------ r5907 | fenrir | 2003-11-27 06:41:19 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * livedotcom.cpp: added call to input_InitStream. ------------------------------------------------------------------------ r5908 | fenrir | 2003-11-27 06:46:01 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/es_out.c M /trunk/src/input/input.c M /trunk/src/libvlc.h * all: added an sout-all option to stream all es (does work only with demuxer using es_out_* ie everyone but TS and PS). ------------------------------------------------------------------------ r5909 | adn | 2003-11-27 07:37:11 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * Fixes for MRL Updates * SetToolTips ------------------------------------------------------------------------ r5910 | hartman | 2003-11-27 11:06:13 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/po/pt_BR.po * updated translation ------------------------------------------------------------------------ r5911 | hartman | 2003-11-27 11:13:11 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac * hu.po was missing here. ------------------------------------------------------------------------ r5912 | gbazin | 2003-11-27 11:34:51 +0100 (Thu, 27 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length. * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff. ------------------------------------------------------------------------ r5913 | fenrir | 2003-11-27 13:22:15 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/src/input/es_out.c * bug fixes. ------------------------------------------------------------------------ r5914 | fenrir | 2003-11-27 13:32:03 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/audio.c M /trunk/modules/codec/ffmpeg/video.c * all: drop block(s) with b_discontinuity set. ------------------------------------------------------------------------ r5915 | fenrir | 2003-11-27 13:32:51 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c M /trunk/modules/demux/mp4/mp4.h * mp4: converted to es_out* and partialy to stream_* ------------------------------------------------------------------------ r5916 | fenrir | 2003-11-27 20:39:53 +0100 (Thu, 27 Nov 2003) | 4 lines Changed paths: M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/packetizer/copy.c copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working again) ts: use one stream_id for mpeg video (and one for mpeg audio). ------------------------------------------------------------------------ r5917 | fenrir | 2003-11-27 21:50:48 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c * mp4: ported to stream_* ------------------------------------------------------------------------ r5918 | fenrir | 2003-11-27 21:51:31 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad.c * faad: drop packets with b_discontinuity set. ------------------------------------------------------------------------ r5919 | fenrir | 2003-11-27 22:24:57 +0100 (Thu, 27 Nov 2003) | 2 lines Changed paths: M /trunk/src/playlist/item.c * item: lalalala... (remove a debug change -> psz_auther set to "Arg") ------------------------------------------------------------------------ r5920 | massiot | 2003-11-27 23:44:51 +0100 (Thu, 27 Nov 2003) | 7 lines Changed paths: M /trunk/include/vlc_codec.h M /trunk/modules/mux/mpeg/ts.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: new options - strict_rc : strict rate control mode for CBR streams - pre_me : add a pre-motion estimation pass - hurry_up : allow to discard the hq mode in real-time if we're late * modules/mux/mpeg/ts.c: useful debug messages * modules/packetizer/mpegvideo.c: useless debug message ------------------------------------------------------------------------ r5921 | massiot | 2003-11-28 11:36:58 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c Forgot that yesterday... ------------------------------------------------------------------------ r5922 | fenrir | 2003-11-28 14:24:52 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/avi/avi.c * avi: fix end of file... ------------------------------------------------------------------------ r5923 | fenrir | 2003-11-28 17:06:56 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/src/input/input_dec.c * input_dec: does pass empty block to the decoder. ------------------------------------------------------------------------ r5924 | fenrir | 2003-11-28 17:09:07 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c * ffmpeg: added h264 codec. ------------------------------------------------------------------------ r5925 | fenrir | 2003-11-28 18:04:31 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/src/input/input.c * input: avoid double free/release when InitStream fail. ------------------------------------------------------------------------ r5926 | hartman | 2003-11-28 18:30:31 +0100 (Fri, 28 Nov 2003) | 3 lines Changed paths: M /trunk/modules/demux/mkv.cpp * Fix text subtitles which were missing their last char since the API port. * Track Name is now stored in fmt.psz_description ------------------------------------------------------------------------ r5927 | geshp | 2003-11-28 19:19:57 +0100 (Fri, 28 Nov 2003) | 7 lines Changed paths: M /trunk/vlc.spec - Update to 0.7.0-test1 - Updated version numbers on dependancies - Removed ALSA support until RH/FC turns to kernel 2.6 - Added --enable-speex and --enable-pp - Mozilla plugin now built for 1.4.1 - Currently broken (Matroska/EBML problems) ------------------------------------------------------------------------ r5928 | gbazin | 2003-11-28 23:16:30 +0100 (Fri, 28 Nov 2003) | 3 lines Changed paths: M /trunk/modules/misc/dummy/input.c * modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux. ------------------------------------------------------------------------ r5929 | fenrir | 2003-11-28 23:23:04 +0100 (Fri, 28 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mkv.cpp * mkv: fixed a buffer overflow. ------------------------------------------------------------------------ r5930 | gbazin | 2003-11-29 00:40:09 +0100 (Sat, 29 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c * modules/codec/ffmpeg/*: fixed the code to disable cpu features. ------------------------------------------------------------------------ r5931 | gbazin | 2003-11-29 01:41:35 +0100 (Sat, 29 Nov 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8 ------------------------------------------------------------------------ r5932 | fenrir | 2003-11-29 12:12:46 +0100 (Sat, 29 Nov 2003) | 7 lines Changed paths: M /trunk/src/input/input_programs.c M /trunk/src/playlist/playlist.c * all: better handling of multiple (video) tracks. - now vout are checked for release every 300ms - when *-es are triggered, all same es are unselect not only the last selected. (more intuitive) The only problems are that it's not possible to select again all ES, and the checkbox can show only one selected ES. ------------------------------------------------------------------------ r5933 | fenrir | 2003-11-29 13:03:08 +0100 (Sat, 29 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c * encoder: added a memset. ------------------------------------------------------------------------ r5934 | fenrir | 2003-11-29 14:12:11 +0100 (Sat, 29 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c * all: - fixed non I420 input - added raw output support.(in a pure hack way but allow transcode{vcodec=I420} ) ------------------------------------------------------------------------ r5935 | gbazin | 2003-11-29 14:39:43 +0100 (Sat, 29 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one. ------------------------------------------------------------------------ r5936 | gbazin | 2003-11-29 17:29:24 +0100 (Sat, 29 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/cdda.c * modules/access/cdda.c: removed double ';' ------------------------------------------------------------------------ r5937 | gbazin | 2003-11-29 17:36:56 +0100 (Sat, 29 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/menus.cpp * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top. ------------------------------------------------------------------------ r5938 | fenrir | 2003-11-29 18:14:39 +0100 (Sat, 29 Nov 2003) | 2 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * mp4: another fix for another buggy file. ------------------------------------------------------------------------ r5939 | fenrir | 2003-11-29 19:06:12 +0100 (Sat, 29 Nov 2003) | 4 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * all: - increased avcodec version needed to 4680 (latest release) - open the codec after that p_context has been fully initialisated. (fix ASV1) ------------------------------------------------------------------------ r5940 | massiot | 2003-11-29 19:36:13 +0100 (Sat, 29 Nov 2003) | 6 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/stream_out/transcode.c M /trunk/modules/stream_out/transrate/transrate.c M /trunk/src/input/input.c M /trunk/src/input/input_clock.c M /trunk/src/libvlc.h * input: new cr-average option, allowing to configure the CR_AVERAGE #define in input_clock.c (useful for PVR input) * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes for older version of ffmpeg * modules/stream_out/transrate/transrate.c : misc optimizations ------------------------------------------------------------------------ r5941 | rocky | 2003-11-30 03:41:00 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/Modules.am M /trunk/modules/access/cdda/access.c A /trunk/modules/access/cdda/demux.c Break out demux into its own thing. ------------------------------------------------------------------------ r5942 | jpsaman | 2003-11-30 11:26:19 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/playlist.c PDA Interface: - Updating, removing and clearing playlist works. ------------------------------------------------------------------------ r5943 | jpsaman | 2003-11-30 12:19:37 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/ipkg/Makefile.am M /trunk/ipkg/control M /trunk/ipkg/control.gpe M /trunk/ipkg/control.opie M /trunk/ipkg/control.zaurus M /trunk/ipkg/rules M /trunk/ipkg/rules.gpe M /trunk/ipkg/rules.opie M /trunk/ipkg/rules.zaurus Bumped up version number to 0.7.0 ------------------------------------------------------------------------ r5944 | jpsaman | 2003-11-30 12:22:29 +0100 (Sun, 30 Nov 2003) | 4 lines Changed paths: D /trunk/modules/gui/pda/interface.c D /trunk/modules/gui/pda/interface.h M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c D /trunk/modules/gui/pda/playlist.c D /trunk/modules/gui/pda/playlist.h D /trunk/modules/gui/pda/support.c D /trunk/modules/gui/pda/support.h PDA Interface: - Removing obsolete files. - Remove debug messages. ------------------------------------------------------------------------ r5945 | rocky | 2003-11-30 14:53:45 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/modules/access/vcdx/vcd.c Go over options: Add hooks for internationalization, some typos, display some of these even when not "advanced" ------------------------------------------------------------------------ r5946 | fenrir | 2003-11-30 15:28:07 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/access/Modules.am A /trunk/modules/access/tcp.c * all: added a TCP access input module. ------------------------------------------------------------------------ r5947 | fenrir | 2003-11-30 15:49:23 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/include/ninput.h * ninput: added 2 ES_OUT* command (do nothing for now) ------------------------------------------------------------------------ r5948 | fenrir | 2003-11-30 17:00:24 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/input.c M /trunk/src/input/input_dec.c M /trunk/src/input/input_programs.c M /trunk/src/libvlc.h *all: added a --minimize-thread options to make all decoders and packetizers running in the input thread. (Usefull with sout) ------------------------------------------------------------------------ r5949 | fenrir | 2003-11-30 18:29:03 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/include/ninput.h M /trunk/include/vlc_common.h * all: added demux_t structure and some demux2_* functions. Anyway, don't use them for now. ------------------------------------------------------------------------ r5950 | fenrir | 2003-11-30 18:29:56 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/src/input/demux.c M /trunk/src/input/es_out.c * es_out: implement ES_OUT_SET_PCR and reset but don't use them ! * demux: added demux2_New/Delete. ------------------------------------------------------------------------ r5951 | gbazin | 2003-11-30 19:10:04 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/share/http/admin/browse.html * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake. ------------------------------------------------------------------------ r5952 | rocky | 2003-11-30 19:14:20 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c M /trunk/modules/access/cdda/cdda.h M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/hu.po Add CD-DA CDDB support via libcddb. ------------------------------------------------------------------------ r5953 | sigmunau | 2003-11-30 20:42:52 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/playlist.c modules/gui/gtk/playlist.c: * show duration in playlist window if available ------------------------------------------------------------------------ r5954 | jpsaman | 2003-11-30 22:21:20 +0100 (Sun, 30 Nov 2003) | 6 lines Changed paths: D /trunk/modules/gui/pda/network.c D /trunk/modules/gui/pda/network.h M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda_callbacks.c PDA Interface: - Fixed resource leak with playlists - VLC coding style cleanup - Rework v4l and stream out interface code to use VLC playlists as it should be used. - Remove dead wood ------------------------------------------------------------------------ r5955 | fenrir | 2003-11-30 23:14:39 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/avi/libavi.h M /trunk/modules/packetizer/mpeg4video.c * all: added dx50 fourcc (just mpeg4 video). ------------------------------------------------------------------------ r5956 | rocky | 2003-11-30 23:26:49 +0100 (Sun, 30 Nov 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c M /trunk/modules/access/cdda/cdda.h Customizable playlist title. ------------------------------------------------------------------------ r5957 | gbazin | 2003-11-30 23:47:55 +0100 (Sun, 30 Nov 2003) | 6 lines Changed paths: M /trunk/include/input_ext-plugins.h M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/stream_out/display.c M /trunk/modules/stream_out/transcode.c * include/input_ext-plugins.h: export input_DecodeBlock(). * modules/stream_out/display.c: simplifications. * modules/stream_out/transcode.c: memset of sout_stream_sys_t. * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts. ------------------------------------------------------------------------ r5958 | gbazin | 2003-11-30 23:59:10 +0100 (Sun, 30 Nov 2003) | 3 lines Changed paths: M /trunk/modules/packetizer/mpeg4video.c * modules/packetizer/mpeg4video.c: oops ------------------------------------------------------------------------ r5959 | rocky | 2003-12-01 00:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/Modules.am Forgot to add demux.c here. ------------------------------------------------------------------------ r5960 | jpsaman | 2003-12-01 00:19:13 +0100 (Mon, 01 Dec 2003) | 5 lines Changed paths: M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c M /trunk/modules/gui/pda/pda_support.c PDA Interface: - Coding Style - Added SAP/SLP to transcode tabpage - Reworking transcoding options for playlist ------------------------------------------------------------------------ r5961 | rocky | 2003-12-01 02:08:42 +0100 (Mon, 01 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c Add CDDB CD Info in File Info section (via input_AddInfo and input_InfoCategory. ------------------------------------------------------------------------ r5962 | rocky | 2003-12-01 04:34:30 +0100 (Mon, 01 Dec 2003) | 6 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c Bugs in calculating duration. Thanks Sigmund for fixing the GTK+ interface! Some doc improvements. CDDARead: Let playlist now cycle through entries rather than intercept. ------------------------------------------------------------------------ r5963 | rocky | 2003-12-01 04:37:23 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/cdda.c Another typo. ------------------------------------------------------------------------ r5964 | rocky | 2003-12-01 04:57:10 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: A /trunk/doc/intf-cdda.txt Some basic CDDA plugin documentation. ------------------------------------------------------------------------ r5965 | geshp | 2003-12-01 05:04:47 +0100 (Mon, 01 Dec 2003) | 3 lines Changed paths: M /trunk/vlc.spec - Updated matroska/ebml fix - Updated mozilla plugin fix ------------------------------------------------------------------------ r5966 | rocky | 2003-12-01 05:05:29 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/doc/intf-cdda.txt Add more verbiage. ------------------------------------------------------------------------ r5967 | rocky | 2003-12-01 05:05:42 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/doc/intf-vcd.txt Add a copyright. ------------------------------------------------------------------------ r5968 | rocky | 2003-12-01 05:07:23 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/doc/Makefile.am Make sure we distribute the CD-DA plugin info. ------------------------------------------------------------------------ r5969 | fenrir | 2003-12-01 10:39:04 +0100 (Mon, 01 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/codec/ffmpeg/video.c * video: display "more than 5 seconds of late video..." only once. ------------------------------------------------------------------------ r5970 | gbazin | 2003-12-02 00:39:11 +0100 (Tue, 02 Dec 2003) | 4 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/dts.c M /trunk/modules/demux/Modules.am A /trunk/modules/demux/dts.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/mux/mpeg/pes.c * ALL: fixed DTS audio support. * modules/demux/dts.c: added raw DTS audio demuxer. ------------------------------------------------------------------------ r5971 | rocky | 2003-12-02 02:54:30 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/include/mtime.h M /trunk/modules/access/cdda/access.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/gui/gtk/playlist.c M /trunk/src/misc/mtime.c Add secstotimestr and msecstotimestr to convert (milli)seconds to a time string. ------------------------------------------------------------------------ r5972 | rocky | 2003-12-02 04:33:22 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/doc/intf-cdda.txt M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c Separate title format string into cases where CDDB is enabled and where it is is not. Now have callback for CDDB enabled boolean. ------------------------------------------------------------------------ r5973 | rocky | 2003-12-02 05:16:21 +0100 (Tue, 02 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c Change some printf's to debugging-only output. ------------------------------------------------------------------------ r5974 | rocky | 2003-12-02 05:22:10 +0100 (Tue, 02 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/access.c Populate VCD info in "File Info" window. ------------------------------------------------------------------------ r5975 | gbazin | 2003-12-02 11:55:21 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/video.c M /trunk/modules/demux/mp4/mp4.c * modules/demux/mp4/mp4.c: find out aspect ratio from display size. * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any. ------------------------------------------------------------------------ r5976 | gbazin | 2003-12-02 13:57:36 +0100 (Tue, 02 Dec 2003) | 2 lines Changed paths: M /trunk/include/variables.h M /trunk/include/vlc/vlc.h M /trunk/src/input/es_out.c M /trunk/src/input/input.c M /trunk/src/input/subtitles.c M /trunk/src/misc/win32_specific.c M /trunk/src/playlist/playlist.c ALL: MSVC compilation fixes to libvlc. ------------------------------------------------------------------------ r5977 | gbazin | 2003-12-02 14:31:23 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mp4/libmp4.c M /trunk/msvc/vlc.dsw * ALL: more MSVC compilation fixes. * msvc/vlc.dsw: removed non-existant plugins. ------------------------------------------------------------------------ r5978 | geshp | 2003-12-02 17:01:19 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/vlc.spec - Added fribidi support - Added configure-line options for mkv and fribidi ------------------------------------------------------------------------ r5979 | gbazin | 2003-12-02 19:47:05 +0100 (Tue, 02 Dec 2003) | 3 lines Changed paths: M /trunk/msvc/config.h.in * msvc/config.h.in: cleaned-up and updated. ------------------------------------------------------------------------ r5980 | gbazin | 2003-12-03 00:03:31 +0100 (Wed, 03 Dec 2003) | 5 lines Changed paths: M /trunk/THANKS M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp M /trunk/modules/access/dshow/filter.h * modules/access/dshow/*: PVR support contributed by Marc Nolette. I took the liberty to modify a few things so it might currently be broken (sorry Marc). * THANKS: added Marc Nolette. ------------------------------------------------------------------------ r5981 | rocky | 2003-12-03 01:24:16 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp "File Info" renamed "Stream/Media Info" ------------------------------------------------------------------------ r5982 | rocky | 2003-12-03 01:27:52 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/mpeg/mpgv.c M /trunk/src/input/es_out.c Add a few more fields in the stream info. ------------------------------------------------------------------------ r5983 | rocky | 2003-12-03 05:19:59 +0100 (Wed, 03 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp Fix bug in not updating playlist when hitting next/previous control buttons (and simplify code at the same time). ------------------------------------------------------------------------ r5984 | fenrir | 2003-12-03 13:19:55 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/faad.c * increase priority (the wrapper from ffmpeg is buggy). ------------------------------------------------------------------------ r5985 | sam | 2003-12-03 13:33:21 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/include/vlc_help.h include/vlc_help.h: Grammar and spelling fixes. ------------------------------------------------------------------------ r5986 | rocky | 2003-12-03 14:27:51 +0100 (Wed, 03 Dec 2003) | 3 lines Changed paths: M /trunk/include/input_ext-intf.h M /trunk/modules/gui/gtk/display.c M /trunk/modules/gui/wxwindows/timer.cpp M /trunk/src/input/input_ext-intf.c M /trunk/src/misc/mtime.c Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE - Use MSTRTIME_MAX_SIZE instead. ------------------------------------------------------------------------ r5987 | rocky | 2003-12-03 14:35:19 +0100 (Wed, 03 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp Reinstate Duration column - perhaps it's time to get more plugins using it. ------------------------------------------------------------------------ r5988 | rocky | 2003-12-03 14:41:49 +0100 (Wed, 03 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp Update date. Remove boilerplate includes that I think are (or should be) pulled in from one of the other includes. ------------------------------------------------------------------------ r5989 | rocky | 2003-12-03 14:49:12 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c Fixed-width 2-column track number. Should help in sorting titles. ------------------------------------------------------------------------ r5990 | anil | 2003-12-03 14:52:36 +0100 (Wed, 03 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp compilation fix ------------------------------------------------------------------------ r5991 | zorglub | 2003-12-03 16:46:25 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/po/fr.po Update of the french localization file ------------------------------------------------------------------------ r5992 | jpsaman | 2003-12-03 21:47:06 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/pda/pda.c Syncing with current CVS. ------------------------------------------------------------------------ r5993 | sigmunau | 2003-12-03 22:50:50 +0100 (Wed, 03 Dec 2003) | 7 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/src/misc/mtime.c src/misc/mtime.c: * Coding style fixes * Comment cleanups * Doxygenization include/vlc_common.h: * doxygenized the comments for mtime_t and vlc_fourcc_t ------------------------------------------------------------------------ r5994 | rocky | 2003-12-03 22:55:33 +0100 (Wed, 03 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/access.c Make more like the French translation which is more correct. :-\ ------------------------------------------------------------------------ r5995 | sigmunau | 2003-12-03 22:58:43 +0100 (Wed, 03 Dec 2003) | 6 lines Changed paths: M /trunk/include/vlc_playlist.h M /trunk/modules/gui/gtk/playlist.c M /trunk/modules/gui/wxwindows/playlist.cpp all: * in vlc, times are stored in microseconds. playlist_item_t::i_duration shouldn't be an exception modules/gui/wxwindows/playlist.cpp: * fixed indentation ------------------------------------------------------------------------ r5996 | sigmunau | 2003-12-03 23:14:38 +0100 (Wed, 03 Dec 2003) | 4 lines Changed paths: M /trunk/src/input/input.c src/input/input.c: * fill in the duration field of the playlist item when starting playback of a file, if the demuxer supports it. ------------------------------------------------------------------------ r5997 | sigmunau | 2003-12-04 00:01:48 +0100 (Thu, 04 Dec 2003) | 3 lines Changed paths: M /trunk/include/vlc_messages.h M /trunk/src/misc/messages.c all: * doxygenated parts of the messages system ------------------------------------------------------------------------ r5998 | rocky | 2003-12-04 06:14:39 +0100 (Thu, 04 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcdplayer.h Guard against invalid p_vcd in dbg_print. ------------------------------------------------------------------------ r5999 | gbazin | 2003-12-04 11:25:47 +0100 (Thu, 04 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VlcWrapper.cpp M /trunk/modules/gui/kde/interface.cpp M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/qt/intf.cpp M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE. ------------------------------------------------------------------------ r6000 | gbazin | 2003-12-04 13:33:43 +0100 (Thu, 04 Dec 2003) | 4 lines Changed paths: M /trunk/modules/access_output/file.c M /trunk/modules/video_chroma/i420_rgb.c M /trunk/msvc/config.h.in M /trunk/toolbox * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling. * msvc/config.h.in, modules/access_output/file.c: MSVC fixes. * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel. ------------------------------------------------------------------------ r6001 | gbazin | 2003-12-04 15:48:24 +0100 (Thu, 04 Dec 2003) | 2 lines Changed paths: M /trunk/modules/video_output/wingdi.c * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth. ------------------------------------------------------------------------ r6002 | sam | 2003-12-04 16:54:58 +0100 (Thu, 04 Dec 2003) | 3 lines Changed paths: M /trunk/configure.ac * configure.ac: Fixed an old bug that caused vlc-config to be sometimes not set executable when regenerated. ------------------------------------------------------------------------ r6003 | sam | 2003-12-04 17:02:54 +0100 (Thu, 04 Dec 2003) | 4 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/modules/audio_filter/converter/float32tos16.c M /trunk/modules/audio_filter/converter/s16tofloat32.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/gui/kde/kde.cpp M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/visualization/visual/effects.c M /trunk/src/playlist/item.c M /trunk/src/playlist/playlist.c * include/vlc_common.h: + Introduced intptr_t and uintptr_t. * Fixed compilation warnings here and there. ------------------------------------------------------------------------ r6004 | sam | 2003-12-04 17:49:45 +0100 (Thu, 04 Dec 2003) | 13 lines Changed paths: M /trunk/THANKS M /trunk/include/video_output.h M /trunk/modules/access/cdda/cdda.c M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/tcp.c M /trunk/modules/access/udp.c M /trunk/modules/access/v4l/v4l.c M /trunk/modules/codec/speex.c M /trunk/modules/gui/wxwindows/streamwizard.cpp M /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/misc/dummy/renderer.c M /trunk/modules/misc/testsuite/test3.m M /trunk/modules/video_output/caca.c M /trunk/modules/visualization/visual/visual.c M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/hu.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/input/input_clock.c M /trunk/src/libvlc.c M /trunk/src/libvlc.h * modules/misc/dummy/renderer.c: + Removed evil ^Ms from the file. * modules/video_output/caca.c: + Support for new dithering modes (libcaca HEAD only). * modules/* src/*: + Grammar and spelling fixes. + Coding style fixes. * po/fr.po: + Spelling fixes. + Updated a few translations. * po/en_GB.po: + Updated a few translations. ------------------------------------------------------------------------ r6005 | gbazin | 2003-12-04 18:15:59 +0100 (Thu, 04 Dec 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h M /trunk/include/vlc_messages.h M /trunk/modules/access/dshow/dshow.cpp M /trunk/src/misc/messages.c * ALL: another bunch of MSVC compilation fixes. ------------------------------------------------------------------------ r6006 | gbazin | 2003-12-04 19:13:28 +0100 (Thu, 04 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/livedotcom.cpp * modules/demux/livedotcom.cpp: compilation fix. ------------------------------------------------------------------------ r6007 | gbazin | 2003-12-04 19:26:53 +0100 (Thu, 04 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp * modules/gui/wxwindows/playlist.cpp: unicode fix. ------------------------------------------------------------------------ r6008 | gbazin | 2003-12-04 23:37:02 +0100 (Thu, 04 Dec 2003) | 5 lines Changed paths: M /trunk/modules/codec/flac.c M /trunk/modules/demux/ogg.c M /trunk/modules/mux/ogg.c * modules/codec/flac.c: several fixes to the flac decoder and encoder. * modules/mux/ogg.c: fixed flac in ogg. * modules/demux/ogg.c: fix for flac seeking. ------------------------------------------------------------------------ r6009 | anil | 2003-12-04 23:48:18 +0100 (Thu, 04 Dec 2003) | 3 lines Changed paths: M /trunk/po/POTFILES.in regenerated from a clean tree ------------------------------------------------------------------------ r6010 | gbazin | 2003-12-05 00:15:01 +0100 (Fri, 05 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/speex.c * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding. ------------------------------------------------------------------------ r6011 | gbazin | 2003-12-05 01:03:54 +0100 (Fri, 05 Dec 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: proper order for downmixed channels. ------------------------------------------------------------------------ r6012 | rocky | 2003-12-05 02:52:11 +0100 (Fri, 05 Dec 2003) | 2 lines Changed paths: M /trunk/src/playlist/item.c Spelling. ------------------------------------------------------------------------ r6013 | rocky | 2003-12-05 02:56:24 +0100 (Fri, 05 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/cdda/access.c Fix duration that input_AddInfo uses milliseconds. Add some more meta debugging. ------------------------------------------------------------------------ r6014 | rocky | 2003-12-05 03:12:53 +0100 (Fri, 05 Dec 2003) | 2 lines Changed paths: M /trunk/src/playlist/item.c Okay microseconds, then. ------------------------------------------------------------------------ r6015 | rocky | 2003-12-05 03:33:49 +0100 (Fri, 05 Dec 2003) | 5 lines Changed paths: M /trunk/modules/access/cdda/Modules.am M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c D /trunk/modules/access/cdda/intf.c Remove interface thread. It was a crock anyway -- any good stuff should be put into the visualization plugins instead. Besides, there are bigger crocks that need fixing (like VCD navigation). ------------------------------------------------------------------------ r6016 | rocky | 2003-12-05 05:24:47 +0100 (Fri, 05 Dec 2003) | 6 lines Changed paths: M /trunk/modules/access/vcdx/Modules.am M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/demux.c M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/intf.h M /trunk/modules/access/vcdx/vcdplayer.c Slightly better handling of stills and toggling pause by using the different threads better. Still has stream still/to MPEG bug and duplicate video window bug though. (And could use lots of cleanup.) ------------------------------------------------------------------------ r6017 | rocky | 2003-12-05 06:01:17 +0100 (Fri, 05 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/intf.h M /trunk/modules/access/vcdx/vcdplayer.c M /trunk/modules/access/vcdx/vcdplayer.h A little cleanup on wait timing. No bug fixes yet, though. ------------------------------------------------------------------------ r6018 | sam | 2003-12-05 10:28:45 +0100 (Fri, 05 Dec 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/doc/ChangeLog-1999 M /trunk/doc/ChangeLog-2000 M /trunk/doc/ChangeLog-2001 M /trunk/doc/ChangeLog-2002 * Updated current changelog and regenerated previous ones as to include changes to removed directories. ------------------------------------------------------------------------ r6019 | asmax | 2003-12-05 15:48:46 +0100 (Fri, 05 Dec 2003) | 4 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp * modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by if / else to avoid compilation problems when wxwindows is not built with unicode support ------------------------------------------------------------------------ r6020 | gbazin | 2003-12-05 15:58:03 +0100 (Fri, 05 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files. ------------------------------------------------------------------------ r6021 | rocky | 2003-12-06 06:15:54 +0100 (Sat, 06 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/system.c Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle streams. Still need to be able to do something with them though. ------------------------------------------------------------------------ r6022 | gbazin | 2003-12-06 21:00:20 +0100 (Sat, 06 Dec 2003) | 3 lines Changed paths: M /trunk/msvc/vlc.dsw * msvc/vlc.dsw: updated the list of plugins. ------------------------------------------------------------------------ r6023 | jpsaman | 2003-12-06 23:41:40 +0100 (Sat, 06 Dec 2003) | 10 lines Changed paths: M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h M /trunk/modules/gui/pda/pda_interface.c PDA Interface: - Fixed last segmentation fault. - Slider and time progress updating. This makes the new PDA interface almost complete. It misses the following items still: - preference panel - changing postion in stream with slider widget. The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week. ------------------------------------------------------------------------ r6024 | jpsaman | 2003-12-06 23:42:45 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/AUTHORS Updating AUTHORS list for me. ------------------------------------------------------------------------ r6025 | jpsaman | 2003-12-06 23:45:02 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/configure.ac Make sure Gtk+2 main module gets build with PDA interface. ------------------------------------------------------------------------ r6026 | jpsaman | 2003-12-06 23:45:53 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/include/vlc_common.h Added PDA interface. ------------------------------------------------------------------------ r6027 | jpsaman | 2003-12-06 23:47:37 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/modules/LIST Updating with info for upcoming Opie interface. ------------------------------------------------------------------------ r6028 | jpsaman | 2003-12-06 23:50:08 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access_output/http.c M /trunk/modules/codec/vorbis.c Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values. ------------------------------------------------------------------------ r6029 | jpsaman | 2003-12-06 23:53:07 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c M /trunk/modules/stream_out/transcode.c Always use correct datatypes. ------------------------------------------------------------------------ r6030 | jpsaman | 2003-12-06 23:58:58 +0100 (Sat, 06 Dec 2003) | 2 lines Changed paths: D /trunk/modules/gui/pda/callbacks.c D /trunk/modules/gui/pda/callbacks.h Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains. ------------------------------------------------------------------------ r6031 | gbazin | 2003-12-07 00:25:23 +0100 (Sun, 07 Dec 2003) | 4 lines Changed paths: M /trunk/include/vlc_block_helper.h M /trunk/modules/packetizer/mpegvideo.c * include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function. * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions. ------------------------------------------------------------------------ r6032 | rocky | 2003-12-07 02:02:08 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/system.c Marginally better. ------------------------------------------------------------------------ r6033 | gbazin | 2003-12-07 13:11:13 +0100 (Sun, 07 Dec 2003) | 6 lines Changed paths: M /trunk/include/vlc_block_helper.h M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/packetizer/mpegvideo.c M /trunk/modules/stream_out/transcode.c * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset(). * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1). * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available. * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding. ------------------------------------------------------------------------ r6034 | gbazin | 2003-12-07 18:09:33 +0100 (Sun, 07 Dec 2003) | 6 lines Changed paths: M /trunk/include/stream_output.h M /trunk/modules/codec/theora.c M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c M /trunk/src/stream_output/stream_output.c * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing. * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT. * modules/stream_out/transcode.c: fix for video stream header generation (theora). * modules/codec/theora.c: don't overwrite headers. ------------------------------------------------------------------------ r6035 | gbazin | 2003-12-07 18:17:04 +0100 (Sun, 07 Dec 2003) | 3 lines Changed paths: M /trunk/src/input/es_out.c * src/input/es_out.c: cosmetic changes. ------------------------------------------------------------------------ r6036 | gbazin | 2003-12-07 18:53:45 +0100 (Sun, 07 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c * modules/codec/theora.c: encoder now respects the aspect ratio. ------------------------------------------------------------------------ r6037 | gbazin | 2003-12-07 19:15:46 +0100 (Sun, 07 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/theora.c * modules/codec/theora.c: bug fix with aspect ratio. ------------------------------------------------------------------------ r6038 | jpsaman | 2003-12-07 19:52:40 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/ipkg/control M /trunk/ipkg/postinst M /trunk/ipkg/postinst.opie M /trunk/ipkg/postinst.zaurus M /trunk/ipkg/postrm M /trunk/ipkg/postrm.opie M /trunk/ipkg/postrm.zaurus M /trunk/ipkg/rules M /trunk/ipkg/vlc.gpe Updating makefiles and package scripts. ------------------------------------------------------------------------ r6039 | jpsaman | 2003-12-07 19:55:59 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/mms/asf.c if-deffed a unused variable. ------------------------------------------------------------------------ r6040 | jpsaman | 2003-12-07 19:58:38 +0100 (Sun, 07 Dec 2003) | 5 lines Changed paths: M /trunk/modules/gui/pda/pda_callbacks.c M /trunk/modules/gui/pda/pda_callbacks.h PDA Interface: - some cleanup - reinstated automatic lowering of interface when play button was pressed. - double click in playlist window play selected items. ------------------------------------------------------------------------ r6041 | jpsaman | 2003-12-07 20:00:33 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/freetype.c Fix for iPAQ port. ------------------------------------------------------------------------ r6042 | jpsaman | 2003-12-07 20:01:05 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c Remove unused variable ------------------------------------------------------------------------ r6043 | jpsaman | 2003-12-07 20:06:21 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/stream_out/dummy.c M /trunk/src/playlist/playlist.c Compilation warning fixes and if-deffed unused functions/variables. ------------------------------------------------------------------------ r6044 | jpsaman | 2003-12-07 20:09:37 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/misc/dummy/renderer.c M /trunk/modules/stream_out/transcode.c All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions. ------------------------------------------------------------------------ r6045 | hartman | 2003-12-07 21:47:19 +0100 (Sun, 07 Dec 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/extras/contrib/src/.cvsignore M /trunk/extras/contrib/src/Makefile A /trunk/extras/contrib/src/Patches/live.patch M /trunk/extras/contrib/src/packages.mak * added livedotcom and goom to contrib system goom sources currently located on my server. ------------------------------------------------------------------------ r6046 | hartman | 2003-12-07 21:48:21 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * Incorrect default value of align ------------------------------------------------------------------------ r6047 | rocky | 2003-12-07 23:14:26 +0100 (Sun, 07 Dec 2003) | 2 lines Changed paths: A /trunk/modules/codec/ogt A /trunk/modules/codec/ogt/ogt.c A /trunk/modules/codec/ogt/ogt.h Towards Philips OGT (SVCD subtitle) handling. ------------------------------------------------------------------------ r6048 | hartman | 2003-12-07 23:23:00 +0100 (Sun, 07 Dec 2003) | 3 lines Changed paths: M /trunk/extras/contrib/src/Makefile M /trunk/extras/contrib/src/Patches/live.patch M /trunk/extras/contrib/src/packages.mak * fix livedotcom contrib * add libcaca contrib ------------------------------------------------------------------------ r6049 | rocky | 2003-12-08 07:01:11 +0100 (Mon, 08 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ogt/ogt.c M /trunk/modules/codec/ogt/ogt.h Marginally better ------------------------------------------------------------------------ r6050 | hartman | 2003-12-08 12:00:03 +0100 (Mon, 08 Dec 2003) | 2 lines Changed paths: M /trunk/po/pt_BR.po * Update Brazilian Portugese ------------------------------------------------------------------------ r6051 | gbazin | 2003-12-08 14:02:40 +0100 (Mon, 08 Dec 2003) | 5 lines Changed paths: M /trunk/modules/codec/theora.c M /trunk/modules/mux/ogg.c M /trunk/modules/stream_out/transcode.c * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video. Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video. * modules/mux/ogg.c: fixed crash when removing streams. * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16. ------------------------------------------------------------------------ r6052 | gbazin | 2003-12-08 14:04:58 +0100 (Mon, 08 Dec 2003) | 2 lines Changed paths: M /trunk/modules/control/hotkeys.c * modules/control/hotkeys.c: msvc compilation fix. ------------------------------------------------------------------------ r6053 | yoann | 2003-12-08 18:48:13 +0100 (Mon, 08 Dec 2003) | 3 lines Changed paths: M /trunk/include/osd.h M /trunk/include/video_output.h M /trunk/modules/misc/dummy/renderer.c M /trunk/modules/misc/freetype.c M /trunk/src/video_output/video_text.c M /trunk/src/video_output/vout_subpictures.c improves OSD sytem The last OSD message is now deleted before printing new one. ------------------------------------------------------------------------ r6054 | gbazin | 2003-12-08 19:42:08 +0100 (Mon, 08 Dec 2003) | 6 lines Changed paths: M /trunk/modules/misc/dummy/decoder.c M /trunk/modules/misc/dummy/dummy.c M /trunk/src/input/es_out.c * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy decoder to save the raw codec data to a file. This is disabled by default (while it was always on before). * src/input/es_out.c: bug fix for ES autoselection. ------------------------------------------------------------------------ r6055 | gbazin | 2003-12-08 20:50:22 +0100 (Mon, 08 Dec 2003) | 4 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/macosx.m M /trunk/modules/gui/macosx/vout.m M /trunk/modules/gui/wxwindows/menus.cpp M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/x11/xcommon.c M /trunk/src/libvlc.h * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now. ------------------------------------------------------------------------ r6056 | yoann | 2003-12-09 01:46:03 +0100 (Tue, 09 Dec 2003) | 4 lines Changed paths: M /trunk/include/vlc_config.h M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/src/libvlc.h This fixes bugs 1285 and 1343 * added a the default CD Audio device in General Settings -> Input * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp ------------------------------------------------------------------------ r6057 | sam | 2003-12-09 15:33:31 +0100 (Tue, 09 Dec 2003) | 2 lines Changed paths: M /trunk/toolbox * toolbox: Do not include MOC files in the POTFILES.in generation. ------------------------------------------------------------------------ r6058 | yoann | 2003-12-09 20:15:03 +0100 (Tue, 09 Dec 2003) | 3 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/gui/wxwindows/open.cpp M /trunk/src/video_output/video_text.c M /trunk/src/video_output/vout_subpictures.c * fixed a compatibility problem with the CVS version of wxwindows * added a lock when changing p_vout->p_last_osd_message ------------------------------------------------------------------------ r6059 | gbazin | 2003-12-09 20:18:48 +0100 (Tue, 09 Dec 2003) | 6 lines Changed paths: M /trunk/src/misc/mtime.c M /trunk/src/misc/win32_specific.c * src/misc/mtime.c: fixed an overflow in mdate() on win32. This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount(). We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days. * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate(). ------------------------------------------------------------------------ r6060 | courmisch | 2003-12-10 12:04:25 +0100 (Wed, 10 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/streamout.cpp Automatically adds [ and ] around IPv6 addresses in Media Resource Locator. ------------------------------------------------------------------------ r6061 | bigben | 2003-12-10 13:57:12 +0100 (Wed, 10 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m fixes a infinite loop in the search function. ------------------------------------------------------------------------ r6062 | yoann | 2003-12-10 18:19:05 +0100 (Wed, 10 Dec 2003) | 2 lines Changed paths: M /trunk/include/vlc_keys.h M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h added a hotkey ('t') which displays the position in the media ------------------------------------------------------------------------ r6063 | yoann | 2003-12-10 21:56:09 +0100 (Wed, 10 Dec 2003) | 2 lines Changed paths: M /trunk/modules/control/hotkeys.c fixed a compilation error ------------------------------------------------------------------------ r6064 | courmisch | 2003-12-10 22:54:17 +0100 (Wed, 10 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h Added "Force IPv6" check box to UDP Unicast in open dialog ------------------------------------------------------------------------ r6065 | gbazin | 2003-12-11 00:16:04 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/modules/mux/mpeg/pes.c * modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly. ------------------------------------------------------------------------ r6066 | gbazin | 2003-12-11 00:27:34 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps. ------------------------------------------------------------------------ r6067 | gbazin | 2003-12-11 00:51:05 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/modules/stream_out/display.c * modules/stream_out/display.c: fixed segfault when switching audio/video track. ------------------------------------------------------------------------ r6068 | yoann | 2003-12-11 02:36:12 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/include/vlc_keys.h M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h added a 'mute' hotkey ('m') ------------------------------------------------------------------------ r6069 | asmax | 2003-12-11 03:26:03 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/dialogs.cpp M /trunk/modules/gui/wxwindows/dialogs.cpp * solved race conditions issues when the OpenSkin dialog is opened in blocking mode ------------------------------------------------------------------------ r6070 | rocky | 2003-12-11 06:12:37 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA. ------------------------------------------------------------------------ r6071 | rocky | 2003-12-11 06:27:23 +0100 (Thu, 11 Dec 2003) | 9 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp Improve MRL creation. 1. MRL's are of the form xxx:// 2. Customize depending on vcdx/vcd or cddax/cdd 3. cdda doesn't have any such notion of a "Chapter", so remove the misleading :x. For cddax/vcdx, I'm not sure though I think there is more to do. ------------------------------------------------------------------------ r6072 | rocky | 2003-12-11 06:28:21 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/configure.ac Set compilation flags so that code (e.g. frontends) can test presence or absense of vcdx/cddax. ------------------------------------------------------------------------ r6073 | rocky | 2003-12-11 06:30:11 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda.c Use cd-audio variable not vcd variable. ------------------------------------------------------------------------ r6074 | rocky | 2003-12-11 06:31:37 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcdplayer.c Guard against dereferencing a NULL pointer. ------------------------------------------------------------------------ r6075 | rocky | 2003-12-11 06:49:20 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/configure.ac Remove building OGT. ------------------------------------------------------------------------ r6076 | sam | 2003-12-11 10:02:40 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/doc/vlc.1 * doc/vlc.1: Fixed a minor typo (Debian bug #223605). ------------------------------------------------------------------------ r6077 | gbazin | 2003-12-11 11:44:32 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/src/misc/mtime.c * src/misc/mtime.c: actually tested and fixed my latest changes ;) ------------------------------------------------------------------------ r6078 | zorglub | 2003-12-11 12:30:37 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/src/playlist/group.c * Fix segfault when creating a group twice without checking return value ------------------------------------------------------------------------ r6079 | rocky | 2003-12-11 13:52:39 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD). ------------------------------------------------------------------------ r6080 | rocky | 2003-12-11 13:56:25 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/vcd.c Switch over to using "cd-audio" and "vcd" configuration variables. ------------------------------------------------------------------------ r6081 | rocky | 2003-12-11 14:20:20 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/cdda.c Long device text no longer used. ------------------------------------------------------------------------ r6082 | rocky | 2003-12-11 14:21:11 +0100 (Thu, 11 Dec 2003) | 3 lines Changed paths: M /trunk/src/libvlc.h Let folks know that the no device string means to scan for one if cddax and vcdx. ------------------------------------------------------------------------ r6083 | hartman | 2003-12-11 15:58:06 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * fix new hotkeys for osx. ------------------------------------------------------------------------ r6084 | hartman | 2003-12-11 17:00:09 +0100 (Thu, 11 Dec 2003) | 5 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/extras/MacOSX/Resources/playlistdrawer_active.png M /trunk/extras/MacOSX/Resources/playlistdrawer_blue.png M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/output.m * New icon for the playlist * Fixed the mute hotkey * Fixed the positioning of some elements and removed the stupid black box * Added speex and flac encoders to sout dialog ------------------------------------------------------------------------ r6085 | hartman | 2003-12-11 20:34:47 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib M /trunk/modules/gui/macosx/controls.h M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/playlist.h M /trunk/modules/gui/macosx/playlist.m * Fix the state of the playlist and fullscreen button. ------------------------------------------------------------------------ r6086 | zorglub | 2003-12-11 21:08:48 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * Do not keep adding items when they have already been added. This allows removal of SAP items ------------------------------------------------------------------------ r6087 | bigben | 2003-12-11 21:21:12 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h fix a typo ------------------------------------------------------------------------ r6088 | zorglub | 2003-12-11 21:40:37 +0100 (Thu, 11 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c free ------------------------------------------------------------------------ r6089 | gbazin | 2003-12-12 00:12:46 +0100 (Fri, 12 Dec 2003) | 3 lines Changed paths: M /trunk/include/video_output.h M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/directx/vout.h M /trunk/src/video_output/video_output.c * modules/video_output/directx/*: first try at multimonitor support (untested). * src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly. ------------------------------------------------------------------------ r6090 | rocky | 2003-12-12 04:01:13 +0100 (Fri, 12 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_callbacks.c M /trunk/modules/gui/gtk/gnome_callbacks.h M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/gtk_interface.c M /trunk/modules/gui/gtk/open.c M /trunk/modules/gui/gtk/open.h Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list. ------------------------------------------------------------------------ r6091 | rocky | 2003-12-12 04:06:51 +0100 (Fri, 12 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/ncurses/ncurses.c Add CDDA and make MRLs regular. Routine Eject is same as that in gtk and should be put in a more core location. ------------------------------------------------------------------------ r6092 | zorglub | 2003-12-12 16:37:23 +0100 (Fri, 12 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/sap.c * Fix segfault when we have two announces with the same URI but different names on the network ------------------------------------------------------------------------ r6093 | gbazin | 2003-12-12 19:34:30 +0100 (Fri, 12 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/open.c * modules/gui/gtk/open.c: compilation fix. ------------------------------------------------------------------------ r6094 | gbazin | 2003-12-12 19:54:52 +0100 (Fri, 12 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk.glade M /trunk/modules/gui/gtk/gtk_interface.c * modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade. ------------------------------------------------------------------------ r6095 | rocky | 2003-12-12 23:41:31 +0100 (Fri, 12 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c Disable Chapter button for CD-DA. ------------------------------------------------------------------------ r6096 | rocky | 2003-12-12 23:46:25 +0100 (Fri, 12 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c Compilation fix in conditional code. ------------------------------------------------------------------------ r6097 | yoann | 2003-12-13 00:03:35 +0100 (Sat, 13 Dec 2003) | 8 lines Changed paths: M /trunk/include/vlc_keys.h M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h * added hotkeys F1, F2, ..., F10 to switch between predefined medias (using CTRL+Fn) * only F1 and COMMAND+F1 are defined for OSX (I let those developpers chose their keys) * Currently the medias assigned to Fn are not saved in vlcrc if they have been assigned with Ctrl+Fn. But they are, if assigned via the preferences panel. ------------------------------------------------------------------------ r6098 | gbazin | 2003-12-13 00:15:40 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/faad.c * modules/codec/faad.c: proper channels re-ordering for multi-channels audio. ------------------------------------------------------------------------ r6099 | rocky | 2003-12-13 01:00:45 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/gtk/open.c Some minor code cleanups. Non-existent satellite options #ifdef'd out. ------------------------------------------------------------------------ r6100 | rocky | 2003-12-13 01:45:00 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry"). ------------------------------------------------------------------------ r6101 | rocky | 2003-12-13 01:45:49 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/wxwindows.h Add text field variables for changeable text fields. ------------------------------------------------------------------------ r6102 | rocky | 2003-12-13 01:53:50 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/modules/gui/gtk/open.c A better fix for missing options when the satellite plugin is not configured. ------------------------------------------------------------------------ r6103 | rocky | 2003-12-13 01:55:48 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/gtk/gnome.glade M /trunk/modules/gui/gtk/gnome_interface.c M /trunk/modules/gui/gtk/gtk_interface.c Range changes for Title/Track. Hopefully gtk_interface.c changes have been properly reflected back in gnome.glade now. ------------------------------------------------------------------------ r6104 | gbazin | 2003-12-13 12:22:15 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/NEWS * NEWS: updated. ------------------------------------------------------------------------ r6105 | gbazin | 2003-12-13 12:56:36 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * ALL: bumped version number to 0.7.0-test2 ------------------------------------------------------------------------ r6106 | rocky | 2003-12-13 13:56:14 +0100 (Sat, 13 Dec 2003) | 5 lines Changed paths: M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/vcd.c M /trunk/modules/access/vcdx/vcdplayer.c If not in PBC, playlist fills in all entries. Fill in playlist info. Customizable "title" and "author" field. Still need to pick out and duration field. A couple of segfaults fixed. ------------------------------------------------------------------------ r6107 | rocky | 2003-12-13 13:56:59 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.c Add customizable playlist "author" field and set in the playlist. ------------------------------------------------------------------------ r6108 | gbazin | 2003-12-13 15:01:51 +0100 (Sat, 13 Dec 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/directx.c * modules/video_output/directx/directx.c: compilation fix. ------------------------------------------------------------------------ r6109 | rocky | 2003-12-13 16:28:41 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/NEWS Updated. ------------------------------------------------------------------------ r6110 | gbazin | 2003-12-13 18:16:11 +0100 (Sat, 13 Dec 2003) | 4 lines Changed paths: M /trunk/include/configuration.h M /trunk/include/modules_inner.h M /trunk/src/playlist/item.c M /trunk/src/playlist/playlist.c * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist. * include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module. ------------------------------------------------------------------------ r6111 | asmax | 2003-12-13 18:46:07 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/src/playlist/sort.c * src/playlist/sort.c: set "intf-change" after sorting the playlist ------------------------------------------------------------------------ r6112 | rocky | 2003-12-13 21:13:07 +0100 (Sat, 13 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp More Open Disc range customizing/narrowing and some code cleanup. ------------------------------------------------------------------------ r6113 | gbazin | 2003-12-14 16:42:19 +0100 (Sun, 14 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels. Fixed sizer problem on win32 with wxWin cvs. ------------------------------------------------------------------------ r6114 | titer | 2003-12-14 17:08:32 +0100 (Sun, 14 Dec 2003) | 2 lines Changed paths: M /trunk/configure.ac M /trunk/modules/codec/theora.c BeOS & gcc 2.9x fixes ------------------------------------------------------------------------ r6115 | titer | 2003-12-14 17:26:21 +0100 (Sun, 14 Dec 2003) | 4 lines Changed paths: M /trunk/src/misc/beos_specific.cpp beos_specific.cpp: never let anyone but system_End terminate the BApplication (fixes crash for people who like scripting with BMessages) ------------------------------------------------------------------------ r6116 | gbazin | 2003-12-14 18:56:25 +0100 (Sun, 14 Dec 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/duplicate.c * modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data. ------------------------------------------------------------------------ r6117 | gbazin | 2003-12-14 18:58:37 +0100 (Sun, 14 Dec 2003) | 2 lines Changed paths: M /trunk/modules/stream_out/duplicate.c * modules/stream_out/duplicate.c: removed unused variable. ------------------------------------------------------------------------ r6118 | gbazin | 2003-12-14 19:44:50 +0100 (Sun, 14 Dec 2003) | 2 lines Changed paths: M /trunk/modules/mux/ogg.c * modules/mux/ogg.c: added support for WMV1/2 and MJPG. ------------------------------------------------------------------------ r6119 | gbazin | 2003-12-14 20:18:11 +0100 (Sun, 14 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec.c * modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8. ------------------------------------------------------------------------ r6120 | gbazin | 2003-12-14 22:03:27 +0100 (Sun, 14 Dec 2003) | 5 lines Changed paths: M /trunk/modules/codec/ffmpeg/encoder.c M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/stream_out/transcode.c * modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box. Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers. * modules/codec/ffmpeg/encoder.c: sanity checks. * modules/stream_out/transcode.c: sanity checks. ------------------------------------------------------------------------ r6121 | gbazin | 2003-12-14 23:49:28 +0100 (Sun, 14 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/wxwindows.h M /trunk/modules/mux/dummy.c * modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog. * modules/mux/dummy.c: added "raw" shortcut. ------------------------------------------------------------------------ r6122 | hartman | 2003-12-15 00:14:20 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/subsdec.c * Clarify the error when utf8 is set and the sub is actually not utf8. ------------------------------------------------------------------------ r6123 | rocky | 2003-12-15 00:40:36 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c signed/unsigned mismatch fix. ------------------------------------------------------------------------ r6124 | gbazin | 2003-12-15 01:47:18 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp M /trunk/modules/access/dshow/filter.cpp * modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph. ------------------------------------------------------------------------ r6125 | yoann | 2003-12-15 02:11:44 +0100 (Mon, 15 Dec 2003) | 4 lines Changed paths: M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h For OSX: * added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8 * bookmark9 and 10 are not added since F9 and F10 are reserved keys ------------------------------------------------------------------------ r6126 | zorglub | 2003-12-15 14:10:05 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510) ------------------------------------------------------------------------ r6127 | hartman | 2003-12-15 14:38:27 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/control/hotkeys.c M /trunk/src/libvlc.h * added bookmark 9 and 10 but set their combo to KEY_UNSET ------------------------------------------------------------------------ r6128 | hartman | 2003-12-15 15:05:19 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/src/libvlc.h * compile before you commit ------------------------------------------------------------------------ r6129 | hartman | 2003-12-15 15:25:43 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/playlist.m * don't search the playlist when there is nothing in it. We will crash. ------------------------------------------------------------------------ r6130 | hartman | 2003-12-15 16:06:23 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/include/modules_inner.h * Fix the problem with OpenDVD crash. ------------------------------------------------------------------------ r6131 | hartman | 2003-12-15 16:38:26 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * fix the skip 10 seconds buttons availability. ------------------------------------------------------------------------ r6132 | bigben | 2003-12-15 20:25:56 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/controls.m M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m Fix for the fullscreen button state (it is only enabled if a vout is present) ------------------------------------------------------------------------ r6133 | bigben | 2003-12-15 20:26:25 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib Forgot this ------------------------------------------------------------------------ r6134 | gbazin | 2003-12-15 20:55:37 +0100 (Mon, 15 Dec 2003) | 3 lines Changed paths: M /trunk/share/Makefile.am A /trunk/share/http/admin/dboxfiles.html * share/http/admin/dboxfiles.html: html page used by the dbox. ------------------------------------------------------------------------ r6135 | gbazin | 2003-12-15 21:20:55 +0100 (Mon, 15 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: compilation fix. ------------------------------------------------------------------------ r6136 | gbazin | 2003-12-15 21:21:45 +0100 (Mon, 15 Dec 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/directx.c * modules/video_output/directx/directx.c: debug message. ------------------------------------------------------------------------ r6137 | jpsaman | 2003-12-15 22:07:55 +0100 (Mon, 15 Dec 2003) | 2 lines Changed paths: M /trunk/configure.ac Fixing QT/Embedded header detection. ------------------------------------------------------------------------ r6138 | gbazin | 2003-12-15 22:35:37 +0100 (Mon, 15 Dec 2003) | 4 lines Changed paths: M /trunk/modules/audio_output/directx.c * modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono. Too many people just don't know how to set the windows speakers configuration setting properly. ------------------------------------------------------------------------ r6139 | gbazin | 2003-12-15 22:54:55 +0100 (Mon, 15 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/vorbis.c * modules/codec/vorbis.c: added 5.1 channel configuration to the decoder. ------------------------------------------------------------------------ r6140 | gbazin | 2003-12-15 23:04:25 +0100 (Mon, 15 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/skin_main.cpp * modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display. ------------------------------------------------------------------------ r6141 | gbazin | 2003-12-15 23:55:01 +0100 (Mon, 15 Dec 2003) | 4 lines Changed paths: M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/packetizer/mpeg4audio.c * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer. * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag. ------------------------------------------------------------------------ r6142 | gbazin | 2003-12-16 00:31:11 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/ogg.c * modules/demux/ogg.c: a couple of fixes for flac streaming. ------------------------------------------------------------------------ r6143 | gbazin | 2003-12-16 01:01:04 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/hu.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot * ALL: preparing for 0.7.0-test2. ------------------------------------------------------------------------ r6144 | gbazin | 2003-12-16 01:36:50 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/doc/Makefile.am * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST. ------------------------------------------------------------------------ r6145 | rocky | 2003-12-16 04:21:47 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/wxwindows.h Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open Disc" and use that as the default for next time. ------------------------------------------------------------------------ r6146 | courmisch | 2003-12-16 10:14:22 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp Added field for RTSP in Network Stream open tab ------------------------------------------------------------------------ r6147 | gbazin | 2003-12-16 13:38:18 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ffmpeg/ffmpeg.c M /trunk/modules/demux/ogg.c * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora). ------------------------------------------------------------------------ r6148 | gbazin | 2003-12-16 13:54:29 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/misc/dummy/input.c * modules/misc/dummy/input.c: fixed the vlc:quit command. ------------------------------------------------------------------------ r6149 | gbazin | 2003-12-16 14:22:51 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/interface.cpp * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32. ------------------------------------------------------------------------ r6150 | gbazin | 2003-12-16 14:35:12 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: compilation fix. ------------------------------------------------------------------------ r6151 | gbazin | 2003-12-16 17:51:10 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/araw.c * modules/codec/araw.c: small fix. ------------------------------------------------------------------------ r6152 | gbazin | 2003-12-16 19:18:14 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/skins/src/themeloader.cpp * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header. ------------------------------------------------------------------------ r6153 | gbazin | 2003-12-16 20:02:44 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp * modules/gui/wxwindows/open.cpp: compilation fix. ------------------------------------------------------------------------ r6154 | geshp | 2003-12-16 22:56:55 +0100 (Tue, 16 Dec 2003) | 2 lines Changed paths: M /trunk/vlc.spec Just a release number update in the spec file. (It won't break anything I promise) ------------------------------------------------------------------------ r6155 | gbazin | 2003-12-16 23:10:56 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display). ------------------------------------------------------------------------ r6156 | gbazin | 2003-12-16 23:14:22 +0100 (Tue, 16 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/cdda/access.c * modules/access/cdda/access.c: need to include errno.h ------------------------------------------------------------------------ r6157 | massiot | 2003-12-17 00:01:41 +0100 (Wed, 17 Dec 2003) | 4 lines Changed paths: M /trunk/extras/contrib/src/Makefile M /trunk/extras/contrib/src/packages.mak Contrib build system : * Jumped to ogg-1.1 * Reverted to ffmpeg-0.4.8 ------------------------------------------------------------------------ r6158 | titer | 2003-12-17 09:53:54 +0100 (Wed, 17 Dec 2003) | 3 lines Changed paths: M /trunk/Makefile.am M /trunk/share/vlc_beos.rsrc * Makefile.am: cleaned up package-beos * share/vlc_beos.rsrc: new icon based on Stephane's cone ------------------------------------------------------------------------ r6159 | hartman | 2003-12-17 12:42:03 +0100 (Wed, 17 Dec 2003) | 2 lines Changed paths: M /trunk/po/nl.po * First run of dutch translations. ------------------------------------------------------------------------ r6160 | hartman | 2003-12-17 22:29:04 +0100 (Wed, 17 Dec 2003) | 2 lines Changed paths: M /trunk/po/pt_BR.po * Updated portuguese brazilian update ------------------------------------------------------------------------ r6161 | hartman | 2003-12-18 00:09:36 +0100 (Thu, 18 Dec 2003) | 2 lines Changed paths: M /trunk/po/nl.po * second round of dutch translation update for 0.7.0-test2 ------------------------------------------------------------------------ r6162 | hartman | 2003-12-18 00:21:15 +0100 (Thu, 18 Dec 2003) | 5 lines Changed paths: M /trunk/src/audio_output/input.c * Commented out the option 'goom' for the visualizer. It isn't working in this system yet and will not work before release. The visualizer system needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads one or more 'visualization' true modules. ------------------------------------------------------------------------ r6163 | rocky | 2003-12-18 13:35:26 +0100 (Thu, 18 Dec 2003) | 2 lines Changed paths: M /trunk/doc/intf-cdda.txt Go over for spelling and acurracy. ------------------------------------------------------------------------ r6164 | hartman | 2003-12-18 17:29:47 +0100 (Thu, 18 Dec 2003) | 2 lines Changed paths: M /trunk/Makefile.am * Fix broken http intf in macosx package. ------------------------------------------------------------------------ r6165 | rocky | 2003-12-20 12:55:12 +0100 (Sat, 20 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp Spelling correction. ------------------------------------------------------------------------ r6166 | rocky | 2003-12-20 12:56:56 +0100 (Sat, 20 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/cdda.c Grammar correction. ------------------------------------------------------------------------ r6167 | rocky | 2003-12-20 16:25:32 +0100 (Sat, 20 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/vcdx/vcdplayer.c Remove unused variable. Artifact of old track/entry handling. ------------------------------------------------------------------------ r6168 | gbazin | 2003-12-20 17:11:11 +0100 (Sat, 20 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/araw.c * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio. ------------------------------------------------------------------------ r6169 | gbazin | 2003-12-20 17:22:59 +0100 (Sat, 20 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/mp4/mp4.c * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly. ------------------------------------------------------------------------ r6170 | babal | 2003-12-20 23:57:36 +0100 (Sat, 20 Dec 2003) | 14 lines Changed paths: M /trunk/Makefile.am M /trunk/install-win32 M /trunk/modules/audio_filter/channel_mixer/headphone.c M /trunk/src/audio_output/input.c M /trunk/src/libvlc.h A /trunk/vlc.exe.manifest * libvlc.h input.c headphone.c: fix support of audio channel mixers, like the headphone channel mixer for instance, which was broken since the introduction of user audio filters; if specified by the user and compatible with the audio pipeline, we add the channel mixer after the user filters. -> unfortunately, this fix removed two strings and introduced 4 new ones -> TODO: allow the user to choose only amongst channel mixers, not all available audio filters * vlc.exe.manifest Makefile.am install-win32 : add a manifest file to allow the win32 gui to use Windows XP visual styles when available. ------------------------------------------------------------------------ r6171 | titer | 2003-12-21 22:30:43 +0100 (Sun, 21 Dec 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp M /trunk/modules/gui/beos/PreferencesWindow.h beos/PreferencesWindow*: + Cleaned a bit the way the prefs are created + Added missing CONFIG_ITEM_KEY implementation ------------------------------------------------------------------------ r6172 | sam | 2003-12-22 00:32:58 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/doc/arm-crosscompile-howto.sgml M /trunk/doc/developer/manual.xml M /trunk/doc/vlc-howto.sgml M /trunk/modules/access/http.c M /trunk/modules/control/http.c M /trunk/modules/gui/macosx/intf.m M /trunk/modules/misc/httpd.c M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/hu.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/python/vlrs/sap.py M /trunk/share/http/index.html M /trunk/share/http/info.html M /trunk/vlc.exe.manifest * Fixed URLs here and there. ------------------------------------------------------------------------ r6173 | titer | 2003-12-22 01:06:05 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/PreferencesWindow.cpp + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style for sliders) ------------------------------------------------------------------------ r6174 | sam | 2003-12-22 01:13:52 +0100 (Mon, 22 Dec 2003) | 4 lines Changed paths: M /trunk/modules/access/vcdx/access.c * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This code is still unsafe, bounds need to be checked after each sprintf/strcat call. ------------------------------------------------------------------------ r6175 | sam | 2003-12-22 01:26:01 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/modules/demux/asf/asf.c * modules/demux/asf/asf.c: Fixed a buffer overflow. ------------------------------------------------------------------------ r6176 | sam | 2003-12-22 03:24:53 +0100 (Mon, 22 Dec 2003) | 7 lines Changed paths: M /trunk/include/vlc_help.h M /trunk/modules/access/cdda/cdda.c M /trunk/modules/access/cdda.c M /trunk/modules/access/vcdx/vcd.c M /trunk/modules/codec/ffmpeg/postprocessing/postprocessing.c M /trunk/modules/codec/ogt/ogt.c M /trunk/modules/codec/rawvideo.c M /trunk/modules/codec/speex.c M /trunk/modules/codec/theora.c M /trunk/modules/codec/vorbis.c M /trunk/modules/control/joystick.c M /trunk/modules/control/ntservice.c M /trunk/modules/demux/a52sys.c M /trunk/modules/demux/avi/avi.c M /trunk/modules/demux/mkv.cpp M /trunk/modules/demux/mpeg/m4v.c M /trunk/modules/demux/mpeg/mpga.c M /trunk/modules/demux/mpeg/mpgv.c M /trunk/modules/demux/util/id3genres.h M /trunk/modules/gui/beos/InterfaceWindow.cpp M /trunk/modules/gui/gtk2/gnome2_interface.c M /trunk/modules/gui/gtk2/gnome2_interface.h M /trunk/modules/gui/gtk2/gnome2_support.c M /trunk/modules/gui/gtk2/gnome2_support.h M /trunk/modules/gui/gtk2/gtk2_support.c M /trunk/modules/gui/pda/pda.glade M /trunk/modules/gui/pda/pda_interface.c M /trunk/modules/gui/skins/src/skin_main.cpp M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/interface.cpp M /trunk/modules/gui/wxwindows/iteminfo.cpp M /trunk/modules/gui/wxwindows/messages.cpp M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/preferences.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/streamout.cpp M /trunk/modules/gui/wxwindows/streamwizard.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp M /trunk/modules/gui/wxwindows/v4l.cpp M /trunk/modules/misc/dummy/dummy.c M /trunk/modules/misc/freetype.c M /trunk/modules/misc/qte_main.cpp M /trunk/modules/mux/asf.c M /trunk/modules/mux/avi.c M /trunk/modules/packetizer/mpeg4audio.c M /trunk/modules/packetizer/mpeg4video.c M /trunk/modules/video_filter/logo.c M /trunk/po/POTFILES.in M /trunk/po/de.po M /trunk/po/en_GB.po M /trunk/po/es.po M /trunk/po/fr.po M /trunk/po/hu.po M /trunk/po/it.po M /trunk/po/ja.po M /trunk/po/nl.po M /trunk/po/no.po M /trunk/po/pl.po M /trunk/po/pt_BR.po M /trunk/po/ru.po M /trunk/po/sv.po M /trunk/po/vlc.pot M /trunk/src/input/es_out.c M /trunk/src/input/input_programs.c M /trunk/src/libvlc.h M /trunk/toolbox * toolbox: + Added pda.glade to the list of Glade2 generated files. + Remove strings such as "http://" or "/dev/video0" from the list of translated strings in the PDA interface. * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing whitespaces and tabulations here and there. ------------------------------------------------------------------------ r6177 | titer | 2003-12-22 12:08:00 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/beos/MsgVals.h M /trunk/modules/gui/beos/VideoOutput.cpp beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown because it's reserved for system shorcuts - added a workaround) ------------------------------------------------------------------------ r6178 | titer | 2003-12-22 12:14:25 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla) ------------------------------------------------------------------------ r6179 | sam | 2003-12-22 15:23:14 +0100 (Mon, 22 Dec 2003) | 6 lines Changed paths: M /trunk/modules/demux/util/id3genres.h M /trunk/modules/gui/kde/info.cpp M /trunk/modules/gui/kde/info.h M /trunk/modules/gui/kde/languagemenu.cpp M /trunk/modules/gui/kde/languagemenu.h M /trunk/modules/gui/kde/messages.cpp M /trunk/modules/gui/kde/messages.h M /trunk/src/misc/iso-639_def.h M /trunk/src/misc/iso_lang.c * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde: + Added missing copyright information. + Added GPL header. * src/misc/iso-639_def.h: + Removed useless (and unprotected) macros. ------------------------------------------------------------------------ r6180 | gbazin | 2003-12-22 15:31:01 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/playlist.cpp M /trunk/modules/gui/wxwindows/wxwindows.h * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface. ------------------------------------------------------------------------ r6181 | sam | 2003-12-22 15:32:57 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/modules/access/cdda/access.c M /trunk/modules/access/cdda/cdda.h M /trunk/modules/access/dvb/qpsk.c M /trunk/modules/access/dvd/access.c M /trunk/modules/access/v4l/videodev_mjpeg.h M /trunk/modules/access/vcdx/access.c M /trunk/modules/access/vcdx/intf.c M /trunk/modules/access/vcdx/intf.h M /trunk/modules/audio_filter/resampler/linear.c M /trunk/modules/audio_output/oss.c M /trunk/modules/audio_output/sdl.c M /trunk/modules/codec/a52.c M /trunk/modules/codec/dts.c M /trunk/modules/codec/libmpeg2.c M /trunk/modules/codec/ogt/ogt.h M /trunk/modules/control/lirc/lirc.c M /trunk/modules/control/rc/rc.c M /trunk/modules/demux/mp4/libmp4.c M /trunk/modules/demux/mpeg/ps.c M /trunk/modules/demux/mpeg/system.c M /trunk/modules/demux/ogg.c M /trunk/modules/gui/gtk/gtk_callbacks.c M /trunk/modules/gui/gtk/menu.c M /trunk/modules/gui/gtk/open.c M /trunk/modules/gui/gtk/playlist.c M /trunk/modules/gui/macosx/intf.h M /trunk/modules/gui/macosx/prefs.m M /trunk/modules/gui/ncurses/ncurses.c M /trunk/modules/gui/pda/pda.c M /trunk/modules/gui/skins/x11/x11_api.cpp M /trunk/modules/misc/memcpy/memcpyaltivec.c M /trunk/modules/stream_out/duplicate.c M /trunk/modules/stream_out/transrate/getvlc.h M /trunk/modules/video_chroma/i420_rgb.c M /trunk/modules/video_filter/deinterlace/deinterlace.c M /trunk/modules/video_output/qte/qte.cpp M /trunk/modules/video_output/x11/xcommon.c M /trunk/modules/visualization/visual/fft.c M /trunk/src/input/demux.c M /trunk/src/input/input_ext-intf.c M /trunk/src/input/subtitles.c M /trunk/src/interface/intf_eject.c M /trunk/src/misc/charset.c M /trunk/src/misc/darwin_specific.m M /trunk/src/video_output/video_text.c * Coding style cleanup: removed tabs and trailing spaces. ------------------------------------------------------------------------ r6182 | hartman | 2003-12-22 15:45:37 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m * Fix the 'currently playing' field in the OSX intf. ------------------------------------------------------------------------ r6183 | gbazin | 2003-12-22 16:42:44 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/open.cpp M /trunk/modules/gui/wxwindows/preferences_widgets.cpp M /trunk/modules/gui/wxwindows/subtitles.cpp * modules/gui/wxwindows/*: use our new wxL2U() macro where needed. ------------------------------------------------------------------------ r6184 | gbazin | 2003-12-22 17:40:04 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/libmpeg2.c * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs. ------------------------------------------------------------------------ r6185 | gbazin | 2003-12-22 17:42:47 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * modules/access/dshow/dshow.cpp: small fix for devices list. ------------------------------------------------------------------------ r6186 | bigben | 2003-12-22 18:08:22 +0100 (Mon, 22 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/macosx/intf.m M /trunk/modules/gui/macosx/vout.m back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item ------------------------------------------------------------------------ r6187 | gbazin | 2003-12-22 18:44:58 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/dshow/dshow.cpp * modules/access/dshow/dshow.cpp: fixed previous fix. ------------------------------------------------------------------------ r6188 | hartman | 2003-12-22 23:37:01 +0100 (Mon, 22 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/util/id3tag.c * stream_Size reports the size of a stream, not stream_Tell This fixes the ID3 detection of ID3v1. ------------------------------------------------------------------------ r6189 | hartman | 2003-12-23 00:46:23 +0100 (Tue, 23 Dec 2003) | 3 lines Changed paths: M /trunk/modules/visualization/goom.c * Fix a leak in goom module that caused all the pictures of a vout to be unavailable after several songs. ------------------------------------------------------------------------ r6190 | hartman | 2003-12-23 01:23:31 +0100 (Tue, 23 Dec 2003) | 2 lines Changed paths: M /trunk/README.MacOSX.rtf * Fixed and updated for a 00.7 'Bond' release. ------------------------------------------------------------------------ r6191 | gbazin | 2003-12-23 03:11:27 +0100 (Tue, 23 Dec 2003) | 2 lines Changed paths: M /trunk/modules/video_output/directx/directx.c M /trunk/modules/video_output/directx/events.c M /trunk/modules/video_output/directx/vout.h * modules/video_output/directx/*: fixed strange race condition. ------------------------------------------------------------------------ r6192 | gbazin | 2003-12-23 16:27:50 +0100 (Tue, 23 Dec 2003) | 2 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video. ------------------------------------------------------------------------ r6193 | gbazin | 2003-12-23 18:10:18 +0100 (Tue, 23 Dec 2003) | 3 lines Changed paths: M /trunk/modules/video_output/directx/events.c * modules/video_output/directx/events.c: warning message into debug message. ------------------------------------------------------------------------ r6194 | gbazin | 2003-12-24 10:46:08 +0100 (Wed, 24 Dec 2003) | 5 lines Changed paths: M /trunk/include/vlc_block.h M /trunk/modules/codec/libmpeg2.c M /trunk/src/input/es_out.c M /trunk/src/input/input_dec.c * include/vlc_block.h: added a temporary i_rate field to block_t. * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. * src/input/*: do not decode audio when i_rate != DEFAULT_RATE. ------------------------------------------------------------------------ r6195 | gbazin | 2003-12-24 11:06:53 +0100 (Wed, 24 Dec 2003) | 3 lines Changed paths: M /trunk/src/libvlc.c * src/libvlc.c: small fixes to Usage(). ------------------------------------------------------------------------ r6196 | gbazin | 2003-12-24 13:38:04 +0100 (Wed, 24 Dec 2003) | 3 lines Changed paths: M /trunk/src/libvlc.h * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default. ------------------------------------------------------------------------ r6197 | rocky | 2003-12-26 02:39:35 +0100 (Fri, 26 Dec 2003) | 3 lines Changed paths: A /trunk/modules/codec/ogt/parse.c A /trunk/modules/codec/ogt/render.c Check in a stable copy for reference against future changes. Should not affect or be seen in upcoming release. ------------------------------------------------------------------------ r6198 | rocky | 2003-12-26 03:47:59 +0100 (Fri, 26 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ogt/ogt.c M /trunk/modules/codec/ogt/ogt.h Keep in synch with rest of source. Should also have no effect on upcoming release ------------------------------------------------------------------------ r6199 | rocky | 2003-12-27 02:49:59 +0100 (Sat, 27 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ogt/ogt.h M /trunk/modules/codec/ogt/parse.c M /trunk/modules/codec/ogt/render.c Scale bitmaps for 4:3 output ------------------------------------------------------------------------ r6200 | gbazin | 2003-12-27 11:36:42 +0100 (Sat, 27 Dec 2003) | 3 lines Changed paths: M /trunk/ChangeLog M /trunk/configure.ac M /trunk/extras/MacOSX/Resources/English.lproj/InfoPlist.strings M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj * ALL: bumped version number to 0.7.0-test3 ------------------------------------------------------------------------ r6201 | gbazin | 2003-12-27 15:36:30 +0100 (Sat, 27 Dec 2003) | 3 lines Changed paths: M /trunk/modules/gui/wxwindows/fileinfo.cpp M /trunk/modules/gui/wxwindows/messages.cpp * modules/gui/wxwindows/*: use the wxL2U macro when necessary. ------------------------------------------------------------------------ r6202 | asmax | 2003-12-27 15:47:10 +0100 (Sat, 27 Dec 2003) | 3 lines Changed paths: M /trunk/modules/demux/mpeg/mpga.c * modules/demux/mpeg/mpga.c: disabled the bitrate detection from the Xing header, since it doesn't seem to be reliable ------------------------------------------------------------------------ r6203 | asmax | 2003-12-27 17:14:48 +0100 (Sat, 27 Dec 2003) | 2 lines Changed paths: M /trunk/modules/demux/mpeg/mpga.c modules/demux/mpeg/mpga.c: forgot to remove a debugging printf... ------------------------------------------------------------------------ r6204 | titer | 2003-12-28 02:49:12 +0100 (Sun, 28 Dec 2003) | 4 lines Changed paths: M /trunk/modules/gui/beos/MediaControlView.cpp M /trunk/modules/gui/beos/VideoOutput.cpp M /trunk/modules/gui/beos/VideoWindow.h beos/*: + fixed a possible crash with Alt+X shortcuts + fixed volume slider update ------------------------------------------------------------------------ r6205 | rocky | 2003-12-28 03:01:11 +0100 (Sun, 28 Dec 2003) | 3 lines Changed paths: M /trunk/modules/codec/ogt/ogt.c M /trunk/modules/codec/ogt/ogt.h M /trunk/modules/codec/ogt/parse.c M /trunk/modules/codec/ogt/render.c A /trunk/modules/codec/ogt/render.h A /trunk/modules/codec/ogt/subtitle.h Work towards handling all planes in subtites, generalizing for CVD, and some cleanup. ------------------------------------------------------------------------ r6206 | rocky | 2003-12-28 05:51:52 +0100 (Sun, 28 Dec 2003) | 2 lines Changed paths: A /trunk/modules/codec/ogt/common.c A /trunk/modules/codec/ogt/common.h A /trunk/modules/codec/ogt/cvd.c A /trunk/modules/codec/ogt/cvd.h A /trunk/modules/codec/ogt/cvd_parse.c M /trunk/modules/codec/ogt/ogt.c A /trunk/modules/codec/ogt/ogt_parse.c D /trunk/modules/codec/ogt/parse.c M /trunk/modules/codec/ogt/render.c M /trunk/modules/codec/ogt/render.h Start work on CVD subtitles. ------------------------------------------------------------------------ r6207 | rocky | 2003-12-28 12:26:52 +0100 (Sun, 28 Dec 2003) | 2 lines Changed paths: M /trunk/modules/codec/ogt/cvd.c M /trunk/modules/codec/ogt/cvd_parse.c M /trunk/modules/codec/ogt/ogt_parse.c M /trunk/modules/codec/ogt/subtitle.h First cut at CVD subtitle unit assembly and initial parsing. ------------------------------------------------------------------------ r6208 | asmax | 2003-12-28 21:50:20 +0100 (Sun, 28 Dec 2003) | 3 lines Changed paths: M /trunk/modules/access/cdda/access.c * modules/access/cdda/access.c: added some missing #ifdef HAVE_LIBCDDB (fixes compilation issues when the libcddb is not present) ------------------------------------------------------------------------ r6209 | rocky | 2003-12-29 05:47:44 +0100 (Mon, 29 Dec 2003) | 4 lines Changed paths: M /trunk/modules/codec/ogt/cvd.c M /trunk/modules/codec/ogt/cvd_parse.c M /trunk/modules/codec/ogt/ogt_parse.c M /trunk/modules/codec/ogt/render.c cvd: bitmap extraction further completed - not fully done. ogt_parse.c, render.c: go back to 4-bit alpha since that's what DVD and CVD have. ------------------------------------------------------------------------ r6210 | rocky | 2003-12-30 05:43:52 +0100 (Tue, 30 Dec 2003) | 4 lines Changed paths: M /trunk/modules/codec/ogt/common.c M /trunk/modules/codec/ogt/common.h M /trunk/modules/codec/ogt/cvd.c M /trunk/modules/codec/ogt/cvd_parse.c M /trunk/modules/codec/ogt/ogt_parse.c common.*: add common routine to eliminate palette from pixmap. cvd*: finally shows subtitles (with some bugs) ogt_parse.c: use common just added above. ------------------------------------------------------------------------ r6211 | zorglub | 2003-12-30 19:29:26 +0100 (Tue, 30 Dec 2003) | 2 lines Changed paths: M /trunk/modules/gui/wxwindows/preferences_widgets.cpp Fix browse feature ------------------------------------------------------------------------ r6212 | zorglub | 2003-12-30 22:55:48 +0100 (Tue, 30 Dec 2003) | 2 lines Changed paths: M /trunk/THANKS M /trunk/po/it.po Updated italian translation, courtesy of Carlo Calabr?\239?\191?\189 ------------------------------------------------------------------------